@charset "UTF-8";
/*---------------------------------------reset-css */
/* ------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Jp", sans-serif;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  cursor: pointer;
  display: block;
}

a:hover {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

/*------------------------------------------common */
/* ------------------------------------------------*/
.contents-inner {
  background-color: #DBDBDB;
}

.title-inner {
  text-align: center;
}

.title {
  display: inline-block;
  font-size: 40px;
  color: #FFF;
  position: relative;
  padding-left: 10px;
  line-height: 1;
  border-left: 5px solid #FFF;
  margin-bottom: 20px;
}

.section-title {
  color: #333;
  border-left: 5px solid #3FA9F5;
}

.sub-title {
  font-size: 20px;
  color: #FFF;
}

.section-sub-title {
  color: #696969;
}

.text-line {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0 auto 30px auto;
}

.text-line:before,
.text-line:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #FFF;
  margin: 0 10px;
}

.section-text-line:before,
.section-text-line:after {
  content: "";
  background: #696969;
}

.top-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

/*--------------------------------------------main */
/* ------------------------------------------------*/
.main {
  padding-bottom: 60px;
  padding-top: 80px;
  text-align: center;
}
.main .main-img {
  width: 90%;
  border-radius: 25px;
  margin-bottom: 10px;
  transform: scale(-1, 1);
}
.main .top-content {
  width: 90%;
  margin: 5px auto;
  border-radius: 25px;
  background-color: #3FA9F5;
  padding: 30px 0 5px 0;
}
.main .top-content .text {
  text-align: left;
}

/*------------------------------------------message */
/* ------------------------------------------------*/
.message .row {
  padding: 0;
}
.message .text-line {
  margin-bottom: 20px;
}
.message .container {
  padding-bottom: 60px;
}
.message .img-inner {
  position: relative;
}
.message .message-pc-title {
  display: none;
}
.message .img-inner {
  text-align: center;
}
.message .text-inner {
  text-align: left;
}
.message .text-title {
  font-size: 20px;
}
.message .text {
  padding: 0 15px 30px 15px;
}
.message .img {
  border-radius: 50px;
  width: 90%;
  margin-bottom: 20px;
}

/* -----------------googlefont*/
@font-face {
  font-family: "YujiSyuku";
  src: url("../font/YujiSyuku-Regular.ttf");
}
.name-content {
  text-align: right;
  padding-right: 30px;
}

.name-inner {
  display: inline-block;
  text-align: center;
}

.name {
  font-size: 20px;
  font-family: "YujiSyuku", sans-serif;
}

/* --------------------------------------page-recruit-採用情報*/
.recruit-message .container {
  padding: 0px 20px 60px 20px;
}
.recruit-message .message-lead {
  margin-bottom: 30px;
}

/*----view-more-btn----*/
.view-more-btn {
  text-align: center;
  font-size: 20px;
  color: #FFF;
  background-color: #3FA9F5;
  border-radius: 50px;
  width: 280px;
  margin: 60px auto;
  position: relative;
  padding: 10px 10px;
}
.view-more-btn:hover {
  opacity: 0.5;
  color: #FFF;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-5%, -50%);
  padding: 10px;
  display: inline-block;
}

.arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 0px;
  top: 2px;
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
}

/*-------------------------------------------campany*/
/* ------------------------------------------------*/
.company {
  padding-bottom: 60px;
}
.company .dl-info {
  padding: 10px;
  border-top: 1px dashed #333;
}
.company .dl-info:last-child {
  border-bottom: 1px dashed #333;
}
.company .dt-title {
  margin-bottom: 10px;
}

/*----------------------------------------------map*/
/* ------------------------------------------------*/
.map {
  padding-bottom: 60px;
}

/* Google Mapを囲う要素 */
.map-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------*/
/* -----------------------------------------------*/
/* -------------------------------　＠media(768px) */
@media (min-width: 768px) {
  /* ------------------------------------------common*/
  .title-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-title-inner {
    margin-bottom: 40px;
  }
  .title {
    margin: 0px;
  }
  .text-line {
    width: 200px;
    margin: 0;
  }
  /*---------------------------------------------main*/
  .main {
    position: relative;
    padding: 90px 0 100px 0;
  }
  .main .main-img {
    top: 0;
    width: 90%;
    border-radius: 50px 0 0 50px;
    margin-left: -100px;
  }
  .main .top-content {
    position: absolute;
    width: 60%;
    right: 0;
    margin-right: 20px;
    top: 60%;
    transform: translateY(-60%);
    padding: 70px 30px;
  }
  /*---------------------------------------------message*/
  .message .container {
    padding-bottom: 100px;
    position: relative;
  }
  .message .message-title {
    display: none;
  }
  .message .message-pc-title {
    display: flex;
  }
  .message .row {
    display: flex;
    align-items: center;
  }
  .message .text-line {
    margin: 0;
  }
  /* --------------------------------------page-recruit-採用情報*/
  .recruit-message .container {
    width: 70%;
    padding: 0px 0px 100px 0px;
  }
  .recruit-message .message-lead {
    margin-bottom: 40px;
  }
  /*---------------------------------------------company*/
  .company .dl-info {
    margin: 0 auto;
    display: flex;
  }
  .company .dt-title {
    width: 35%;
    margin-bottom: 0;
  }
  .company .text-line {
    width: 230px;
  }
} /* 768px */
@media (min-width: 1200px) {
  /*---------------------------------------------common*/
  .title {
    font-size: 60px;
    margin-right: 20px;
  }
  .section-title {
    font-size: 48px;
  }
  .section-title-inner {
    margin-bottom: 60px;
  }
  .sub-title {
    font-size: 28px;
  }
  .text-line {
    width: 300px;
  }
  /*---------------------------------------------main*/
  .main .main-img {
    width: 1000px;
    border-radius: 50px;
  }
  .main .top-content {
    right: 7%;
    width: 700px;
  }
  /*---------------------------------------------message*/
  .message .message-title {
    top: -150px;
  }
  .message .row {
    padding-top: 100px;
  }
  /* --------------------------------------page-recruit-採用情報*/
  .recruit-message .message-lead {
    text-align: center;
  }
}/*# sourceMappingURL=page-common.css.map */