@charset "UTF-8";
/*========================
page-common
========================*/
.page-head {
  height: 700px;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-head {
    height: 308px;
  }
}

.page-head__text {
  position: absolute;
  width: 100%;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.page-head__text .jp {
  font-size: 48px;
  letter-spacing: 2.4px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-head__text .jp {
    font-size: 23px;
  }
}
.page-head__text .en {
  font-size: 30px;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 767px) {
  .page-head__text .en {
    font-size: 16px;
  }
}

.page-section {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .page-section {
    padding: 90px 0;
  }
}

.top-common {
  position: relative;
  padding: 180px 5%;
}
@media screen and (max-width: 767px) {
  .top-common {
    padding: 253px 5% 90px;
  }
}
@media screen and (max-width: 767px) {
  .top-common .about__wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-common .about__bg {
    padding-bottom: 50px;
  }
}

.sub-head {
  height: 516px;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub-head {
    height: 235px;
  }
}
.sub-head.--1 {
  background-image: url(../img/sub-head1.jpg);
}
@media screen and (max-width: 767px) {
  .sub-head.--1 {
    background-image: url(../img/sub-head1-sp.jpg);
  }
}
.sub-head.--2 {
  background-image: url(../img/sub-head2.jpg);
}
@media screen and (max-width: 767px) {
  .sub-head.--2 {
    background-image: url(../img/sub-head2-sp.jpg);
  }
}
.sub-head .underline-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.underline-heading {
  font-size: 31px;
  font-weight: bold;
  border-bottom: 4px solid #000000;
  display: inline-block;
  padding: 0 0.7em 5px;
  margin-bottom: 45px;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .underline-heading {
    font-size: 25px;
  }
}

/*========================
company
========================*/
.company-page .page-head {
  background-image: url(../img/head-company.jpg);
}
@media screen and (max-width: 767px) {
  .company-page .page-head {
    background-image: url(../img/head-company-sp.jpg);
  }
}

.message {
  position: relative;
  padding: 194px 5% 150px;
  background: #F8F8ED;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 90px 5%;
  }
}
.message .section-title {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .message .section-title {
    margin-bottom: 30px;
  }
}
.message .bg {
  z-index: 1;
}

.message__wrap {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 89px 59px 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .message__wrap {
    padding: 40px 20px 60px;
  }
}
.message__wrap .name {
  margin-top: 90px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .message__wrap .name {
    margin-top: 60px;
  }
}
.message__wrap .name span {
  font-size: 28px;
  font-weight: bold;
}

.message__img {
  border-radius: 10px;
  display: inline-block;
  max-width: 540px;
  width: 100%;
  position: absolute;
  top: -44px;
  right: -36px;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .message__img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .message__img {
    position: relative;
    top: initial;
    right: initial;
    margin-bottom: 34px;
    width: 100%;
    max-width: none;
  }
}

.message__heading {
  margin-bottom: 152px;
  width: 50%;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .message__heading {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 830px) {
  .message__heading {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .message__heading {
    margin-bottom: 40px;
  }
}

/*========================
Philosophy,Vision,Value
========================*/
.pvv {
  background-image: url(../img/pvv-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pvv {
    text-align: left;
  }
}
.pvv .inner {
  padding: 0 5%;
}
.pvv .section-title {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .pvv .section-title {
    margin-bottom: 70px;
  }
}

.pvv__items {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .pvv__items {
    margin-top: 80px;
  }
}

.pvv__item {
  background: #fff;
  border-radius: 10px;
  padding: 100px 6%;
}
@media screen and (max-width: 767px) {
  .pvv__item {
    text-align: center;
    padding: 60px 6% 56px;
  }
}
@media screen and (max-width: 767px) {
  .pvv__item.--2 .big-text {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 5px;
  }
}
.pvv__item:not(:first-child) {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .pvv__item:not(:first-child) {
    margin-top: 90px;
  }
}
.pvv__item h3 {
  font-size: 31px;
  font-weight: bold;
  border-bottom: 4px solid #000000;
  display: inline-block;
  padding: 0 0.7em 5px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .pvv__item h3 {
    font-size: 25px;
  }
}
.pvv__item .heading {
  line-height: 1.5;
  font-weight: bold;
  font-size: 38px;
  color: #D16A02;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .pvv__item .heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pvv__item .text {
    text-align: left;
  }
}
.pvv__item .copy {
  margin-top: 40px;
  font-size: 25px;
  color: #D16A02;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pvv__item .copy {
    font-size: 20px;
    margin-top: 30px;
  }
}
.pvv__item .item:not(:last-child) {
  margin-bottom: 40px;
}
.pvv__item .num {
  font-family: "Libre Baskerville", serif;
  font-size: 35px;
  color: #E0AB65;
  line-height: 1.5;
}
.pvv__item .big-text {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pvv__item .big-text {
    font-size: 18px;
    text-align: left;
  }
}
.pvv__item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .pvv__item .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pvv__item .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.pvv__item .wrap .text {
  text-align: left;
  width: 100%;
  max-width: 540px;
}
.pvv__item .pvv__logo {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .pvv__item .pvv__logo {
    padding: 0 10px;
  }
}

/*========================
outline
========================*/
.outline {
  background-image: url(../img/outline-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .outline {
    text-align: left;
    position: relative;
    background-attachment: inherit;
    background-image: none;
  }
  .outline::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/outline-bg.jpg);
    background-size: cover;
  }
}
.outline .inner {
  padding: 0 5%;
}
.outline .section-title {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .outline .section-title {
    margin-bottom: 40px;
  }
}
.outline iframe {
  width: 100%;
  padding: 0 5%;
  margin-top: 150px;
  height: 738px;
}
@media screen and (max-width: 767px) {
  .outline iframe {
    margin-top: 130px;
    height: 577px;
  }
}

.outline__wrap {
  background: #fff;
  border-radius: 10px;
  padding: 100px 6%;
}
@media screen and (max-width: 767px) {
  .outline__wrap {
    padding: 60px 6%;
  }
}
.outline__wrap.--2 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .outline__wrap.--2 {
    margin-top: 90px;
  }
}

.outline__items {
  max-width: 840px;
  margin: 0 auto;
}
.outline__items p {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 10px;
}

.outline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .outline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.outline__item:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .outline__item:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .--2 .outline__item:not(:first-child) {
    margin-top: 40px;
  }
}
.outline__item .head {
  width: 166px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .outline__item .head {
    border-left: 4px solid #919191;
    font-size: 20px;
    padding-left: 15px;
    line-height: 1.3;
    width: 100%;
  }
}
.--2 .outline__item .head {
  width: 176px;
}
.outline__item .body {
  width: calc(100% - 180px);
  padding-left: 25px;
  padding-top: 3px;
  border-left: 2px solid #919191;
}
@media screen and (max-width: 767px) {
  .outline__item .body {
    width: 100%;
    font-size: 18px;
    padding-left: 0;
    padding-top: 0;
    border-left: none;
  }
}
.outline__item .body a {
  color: #D16A02;
  text-decoration: underline;
  word-break: break-all;
}
.outline__item .body a:hover {
  text-decoration: none;
}

/*========================
philosophy
========================*/
.philosophy-page .page-head {
  background-image: url(../img/head-philosophy.jpg);
}
@media screen and (max-width: 767px) {
  .philosophy-page .page-head {
    background-image: url(../img/head-philosophy-sp.jpg);
  }
}
.philosophy-page .contact {
  margin-top: 0;
}

.philosophy-bg {
  background-image: url(../img/philosophy-bg.jpg);
  background-size: cover;
  padding: 379px 0 150px;
}
@media screen and (max-width: 767px) {
  .philosophy-bg {
    background-image: url(../img/philosophy-bg-sp.jpg);
    padding: 80px 0 500px;
  }
}

.philosophy__heading {
  font-size: 62px;
  line-height: 1.4;
  letter-spacing: 10.08px;
}
.philosophy__heading span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .philosophy__heading {
    font-size: 34px;
    letter-spacing: 4.76px;
  }
}

.philosophy__items {
  max-width: 966px;
  margin-left: auto;
  margin-top: -200px;
}
/* @media screen and (max-width: 1630px) { */
  .philosophy__items {
    margin-top: 80px;
  }
/* } */
@media screen and (max-width: 767px) {
  .philosophy__items {
    margin-top: 95px;
    max-width: 388px;
  }
}

.philosophy__item {
  position: relative;
}
.philosophy__item .bg2 {
  position: absolute;
  width: 96px;
  top: -244px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .philosophy__item .bg2 {
    width: 60px;
    top: -153px;
  }
}
.philosophy__item:not(:first-child) {
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  .philosophy__item:not(:first-child) {
    margin-top: 180px;
  }
}
.philosophy__item .img {
  max-width: 715px;
  margin: 0 auto;
  margin-bottom: 37px;
}
/* .philosophy__item .img img {
  border-radius: 50%;
} */
.philosophy__item h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 70px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .philosophy__item h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/*========================
about
========================*/
.about-page .page-head {
  background-image: url(../img/head-about.jpg);
}
@media screen and (max-width: 767px) {
  .about-page .page-head {
    background-image: url(../img/head-about-sp.jpg);
  }
}

.about-top {
  position: relative;
  padding: 180px 5% 150px;
}
@media screen and (max-width: 767px) {
  .about-top {
    padding: 90px 5% 100px;
  }
}

.about-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  .about-top__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}
.about-top__wrap .img {
  max-width: 802px;
}
.about-top__wrap .img img {
  border-radius: 10px;
}
.about-top__wrap .content {
  max-width: 562px;
}
@media screen and (max-width: 767px) {
  .about-top__wrap .content {
    max-width: none;
  }
}
.about-top__wrap .content h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about-top__wrap .content h2 {
    margin-bottom: 30px;
  }
}

.about-points {
  padding: 349px 5% 229px;
  background-image: url(../img/about-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .about-points {
    padding: 240px 5% 107px;
  }
}
.about-points .point__item {
  max-width: 1100px;
  margin: 0 auto;
  padding: 175px 10.5% 100px;
  text-align: center;
  position: relative;
}
.about-points .point__item:not(:first-child) {
  margin-top: 316px;
}
@media screen and (max-width: 767px) {
  .about-points .point__item:not(:first-child) {
    margin-top: 225px;
  }
}
@media screen and (max-width: 767px) {
  .about-points .point__item {
    padding: 120px 6% 57px;
  }
}
.about-points .img {
  max-width: 377px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0 !important;
  top: -166px;
}
@media screen and (max-width: 767px) {
  .about-points .img {
    max-width: 348px;
    top: -153px;
    padding: 0 6%;
  }
}
.about-points .num p {
  text-align: center;
}
.about-points p {
  text-align: left;
}
.about-points .title {
  text-align: center;
  color: #D16A02;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about-points .title {
    font-size: 22px;
  }
}
.about-points .btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about-points .btn {
    max-width: 312px;
    width: 100%;
    padding: 16px 0;
  }
}

/*========================
equipment
========================*/
.equipment-page .page-head {
  background-image: url(../img/head-equipment.jpg);
}
@media screen and (max-width: 767px) {
  .equipment-page .page-head {
    background-image: url(../img/head-equipment-sp.jpg);
  }
}
.equipment-page .contact {
  margin-top: 0;
}

.equipment {
  margin-top: -94px;
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .equipment {
    margin-top: -45px;
    padding-bottom: 124px;
  }
}

.equipment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 5%;
}
@media screen and (max-width: 767px) {
  .equipment__wrap {
    gap: 35px;
  }
}

.equipment__item {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .equipment__item {
    width: 100%;
  }
}
.equipment__item .img {
  margin-bottom: -27px;
}
.equipment__item h2 {
  font-size: 18px;
  color: #D16A02;
  font-weight: 500;
  background: #fff;
  line-height: 1.6;
  padding: 9px 30px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .equipment__item h2 {
    padding: 8px 15px;
  }
}

/*========================
product
========================*/
.product-page .page-head {
  background-image: url(../img/head-product.jpg);
}
@media screen and (max-width: 767px) {
  .product-page .page-head {
    background-image: url(../img/head-product-sp.jpg);
  }
}

.product {
  margin-top: -94px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product {
    margin-top: -54px;
  }
}

.product__item {
  border-radius: 10px;
  background: #fff;
  padding: 100px 60px 70px;
}
@media screen and (max-width: 767px) {
  .product__item {
    padding: 60px 6%;
  }
}
.product__item:first-child {
  margin-bottom: 62px;
}

.product__item:nth-child(2) {
  margin-bottom: 62px;
}

@media screen and (max-width: 767px) {
  .product__item .section-title {
    margin-bottom: 30px;
  }
}
.product__item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 1em;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .product__item .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 35px 0;
    gap: 35px;
  }
}
.product__item h3 {
  font-size: 32px;
  color: #D16A02;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product__item h3 {
    margin-bottom: 30px;
  }
}
.product__item ul li {
  border-bottom: 1px solid #919191;
  padding: 0 1.5em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.product__item .jp {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .product__item .jp {
    margin-top: 40px;
  }
}

.product__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .product__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 45px;
    margin-top: 78px;
    font-size: 18px;
  }
}
.product__btns a {
  text-align: center;
  max-width: 310px;
  width: 100%;
  display: block;
  background: #7EE6E6;
  border: 1px solid #000;
  padding: 30px;
  padding-left: 49px;
}
.product__btns a .arrow {
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  margin-left: 10px;
  margin-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product__btns a:hover {
  background: #000000;
  color: #fff;
  opacity: 1;
}
.product__btns a:hover .arrow {
  background: url(../img/arrow-white.svg) no-repeat center center/contain;
}

/*========================
recruit
========================*/
.recruit-page .page-head {
  background-image: url(../img/head-recruit.jpg);
}
@media screen and (max-width: 767px) {
  .recruit-page .page-head {
    background-image: url(../img/head-recruit-sp.jpg);
  }
}

.recruit-message {
  position: relative;
  padding: 180px 5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-message {
    padding: 90px 5%;
    text-align: left;
  }
}
.recruit-message .section-title {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .recruit-message .section-title {
    margin-bottom: 40px;
  }
}
.recruit-message p {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-message p {
    font-size: 18px;
  }
}

.recruit-message__heading {
  color: #D16A02;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruit-message__heading {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.recruit-message__wrap {
  margin-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruit-message__wrap {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-about {
  background-image: url(../img/recruit-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 180px 5%;
}
@media screen and (max-width: 767px) {
  .recruit-about {
    padding: 90px 5%;
  }
}

.recruit-about__box {
  background: #fff;
  padding: 80px 100px 110px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-about__box {
    padding: 60px 6%;
  }
}
.recruit-about__box .section-title {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruit-about__box .section-title {
    margin-bottom: 70px;
  }
}

.recruit-about__item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
}
@media screen and (max-width: 767px) {
  .recruit-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-about__item:not(:first-child) {
  margin-top: 65px;
}
.recruit-about__item .img {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .recruit-about__item .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit-about__item .img img {
  border-radius: 10px;
}
.recruit-about__item .num {
  position: absolute;
  font-family: "Libre Baskerville", serif;
  z-index: 1;
  top: -0.5em;
  line-height: 1;
  font-size: 65px;
  color: #E0AB65;
}
@media screen and (max-width: 767px) {
  .recruit-about__item .num {
    font-size: 49px;
  }
}
.recruit-about__item .content {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .recruit-about__item .content {
    width: 100%;
  }
}
.recruit-about__item .content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.6;
}

.numbers {
  padding: 180px 5% 240px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .numbers {
    padding: 90px 5%;
    text-align: left;
  }
}
.numbers .section-title {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .numbers .section-title {
    margin-bottom: 40px;
  }
}
.numbers .section__heading {
  margin: 90px 0 25px;
}
@media screen and (max-width: 767px) {
  .numbers .section__heading {
    margin: 60px 0 30px;
    text-align: center;
  }
}

.numbers__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .numbers__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
  }
}

.numbers__item {
  width: 387px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .numbers__item {
    width: 313px;
    text-align: center;
  }
}
.numbers__item .head {
  background: #E0AB65;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  border-radius: 10px 10px 0px 0px;
  padding: 14px 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .numbers__item .head {
    font-size: 23px;
  }
}
.numbers__item .body {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .numbers__item .body {
    padding: 30px 0 16px;
  }
}
.numbers__item .body img {
  width: auto;
}
.numbers__item .num {
  font-size: 36px;
  font-weight: bold;
  color: #D16A02;
  line-height: 1;
  margin: 30px 0 10px;
}
.numbers__item .num span {
  margin-right: 10px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  font-size: 85px;
}

.numbers__note {
  text-align: right;
  margin-top: 34px;
  font-size: 18px;
}

.recruitment {
  padding: 180px 5%;
  background-image: url(../img/recruitment.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitment {
    padding: 90px 5%;
    text-align: left;
  }
}
.recruitment .section-title {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .recruitment .section-title {
    margin-bottom: 40px;
  }
}
.recruitment .outline__items {
  max-width: 955px;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #000000;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.9444444444;
  font-weight: 400;
  letter-spacing: 0.9px;
  background: #F8F8ED;
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.8px;
  }
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.75;
}

/*========================
common
========================*/
section {
  padding: 0 5%;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.section-title {
  margin-bottom: 40px;
}
.section-title span {
  display: inline-block;
}
.section-title .en {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0px;
  font-size: 55px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section-title .en {
    font-size: 35px;
  }
}
.section-title .jp {
  font-size: 15px;
  letter-spacing: 1.25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-title .jp {
    font-size: 11px;
  }
}
.section-title .jp img {
  width: 14px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .section-title .jp img {
    width: 10px;
    margin-right: 6px;
  }
}

.section__heading {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1.6px;
  line-height: 1.5;
}
.section__heading span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section__heading {
    font-size: 22px;
    letter-spacing: 1.25px;
  }
}

.sub-title {
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  border-bottom: 4px solid #000000;
  padding: 0 1em;
  padding-bottom: 10px;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 22px;
    display: block;
    padding: 0;
    padding-bottom: 13px;
    border-bottom: 2px solid #000000;
  }
}

.btn {
  display: inline-block;
  background: #7EE6E6;
  font-size: 16px;
  padding: 10px 65px;
  border-radius: 50px;
  text-align: center;
}

.btn_1{
    display: inline-block;
    background:#7EE6E6;
    font-size: 16px;
    padding: 10px 65px;
    text-align: center;
    margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 50px;
  }
	.btn_1{
    padding: 10px 30px;
  }
}



.btn:hover {
  background: #000000;
  color: #fff;
  opacity: 1;
}

.bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*========================
header
========================*/
header {
  padding: 0 5%;
  position: fixed;
  z-index: 300;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  header {
    margin-top: -34px;
  }
}

.header__logo {
  max-width: 215px;
  min-width: 90px;
  width: 20vw;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .header__logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 95px;
  }
  .header__logo img {
    border-radius: 10px;
  }
}

.nav {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  padding: 0 min(70px, 7%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 975px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .nav {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .nav {
    display: none;
  }
}

.nav__link {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 16px 0;
}
.nav__link:hover {
  opacity: 1;
  color: #D16A02;
}
.nav__link .en {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.nav__link .jp {
  font-size: 10px;
  line-height: 1.3;
  margin-top: 3px;
}

.dropDown {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
  background-color: #F8F8ED;
  color: #000000;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  font-size: 14px;
  padding: 15px 16px 20px;
  -webkit-box-shadow: 0px 5px 9px -8px #777777 inset;
          box-shadow: 0px 5px 9px -8px #777777 inset;
  text-wrap: nowrap;
}


_::-webkit-full-page-media, _:future, :root .dropDown{ left: 10%;}


.nav__link:hover > .dropDown,
.nav__link:focus > .dropDown {
  display: block;
}

.dropDown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropDown__link {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  display: inline-block;
  width: 100%;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: underline;
  margin-top: 3px;
}

.dropDown__link:hover,
.dropDown__link:focus {
  opacity: 1;
  text-decoration: none;
}

.send-btn {
  cursor: pointer;
  background: #fff;
  position: fixed;
  right: -10px;
  top: 35vh;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 23px 27px 13px;
  border-radius: 10px 0px 0px 10px;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.send-btn:hover {
  right: 0;
}
@media screen and (max-width: 767px) {
  .send-btn {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: 0;
    top: inherit;
    border-radius: 10px 10px 0px 0px;
    padding: 5.5px 40px;
    left: 18px;
    right: inherit;
    -webkit-box-shadow: 5px 5px 0px #989898;
            box-shadow: 5px 5px 0px #989898;
  }
}
.send-btn img {
    width: 20px;
    margin-bottom: 10px;
    margin-left: 6px;
}
.send-btn p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.34px;
}
@media screen and (max-width: 767px) {
  .send-btn p {
    font-size: 21px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.contact-btn {
  width: 155px;
  position: fixed;
  right: 58px;
  bottom: 130px;
  z-index: 3;
  display: block;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    -webkit-transform: scale(0.64);
            transform: scale(0.64);
    right: -13px;
    bottom: -18px;
  }
}
.contact-btn:hover {
  opacity: 1;
}
.contact-btn:hover::after {
  width: 150px;
  height: 150px;
}
.contact-btn::after {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-btn img {
  z-index: 4;
  position: relative;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: fixed;
  top: 20px;
  right: 5%;
  cursor: pointer;
  width: 35px;
  height: 30px;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 1023px) {
  .openbtn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .openbtn {
    top: 15px;
  }
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 0;
  height: 3px;
  background: #000000;
}

.openbtn span:nth-of-type(1) {
  top: 0;
  width: 35px;
}

.openbtn span:nth-of-type(2) {
  top: 13px;
  width: 35px;
}

.openbtn span:nth-of-type(3) {
  top: 26px;
  width: 22px;
}

/*activeクラスが付与されると線が回転して×になる*/
.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: -1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 38px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 13px;
  left: -1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 38px;
}

.drawer {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer.active {
  opacity: 1;
  visibility: visible;
}

.drawer__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 272px;
  width: 100%;
}
.drawer__inner .parent {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.drawer__inner .parent:not(:first-child) {
  border-top: 1px solid #707070;
  margin-top: 19px;
  padding-top: 19px;
}
.drawer__inner .parent .en {
  font-size: 18px;
  font-weight: bold;
}
.drawer__inner .parent .jp {
  font-size: 12px;
}
.drawer__inner .parent.--2 {
  margin-bottom: 5px;
}
.drawer__inner .child {
  display: block;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
}
.drawer__inner .child::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*========================
mv
========================*/
.mv {
  height: 100vh;
  background-image: url(../img/mv.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 664px;
    background-image: url(../img/mv-sp.jpg);
  }
}

.mv__text {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .mv__text {
    top: 164px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mv__text .big {
  font-size: 45px;
  margin-bottom: 15px;
  line-height: 1.4545454545;
}
.mv__text .big span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mv__text .big {
    font-size: 30px;
    line-height: 1.4666666667;
  }
}
.mv__text .small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .mv__text .small {
    font-size: 16px;
    line-height: 1.6;
  }
}

.mv__scroll {
  width: 35px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 211px;
  z-index: 3;
}

.mv__bg-text {
  font-size: 110px;
  color: #F8F8ED;
  opacity: 0.5;
  font-family: "Libre Baskerville", serif;
  position: absolute;
  bottom: 76px;
  left: 0;
  line-height: 1;
  pointer-events: none;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .mv__bg-text {
    font-size: 27px;
    bottom: 153px;
  }
}

.mv-news {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
}

.mv-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 5%;
}
@media screen and (max-width: 767px) {
  .mv-news__wrap {
    padding: 13px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.mv-news__wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mv-news__wrap .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.mv-news__wrap .content h2 {
  font-weight: bold;
  line-height: 33px;
  border-right: 1px solid #000000;
  padding-right: 44px;
  margin-right: 44px;
}
@media screen and (max-width: 767px) {
  .mv-news__wrap .content h2 {
    border-right: none;
    font-size: 16px;
  }
}
.mv-news__wrap .content .time {
  font-size: 14px;
  width: 85px;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .mv-news__wrap .content .time {
    line-height: 1.1;
    margin-top: 8px;
  }
}
.mv-news__wrap .content .title {
  color: #D16A02;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .mv-news__wrap .content .title {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
.mv-news__wrap .content .title:hover {
  text-decoration: none;
  opacity: 1;
}

.more-btn {
  display: inline-block;
  background: #fff;
  padding: 7px 0;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  width: 105.6px;
}
@media screen and (max-width: 767px) {
  .more-btn {
    padding: 4px 0;
  }
}
.more-btn:hover {
  background: #000000;
  color: #fff;
  opacity: 1;
}
.more-btn:hover .arrow {
  background: url(../img/arrow-white.svg) no-repeat center center/contain;
}
.more-btn .arrow {
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  margin-left: 10px;
  margin-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*========================
about
========================*/
.about {
  padding-top: 217px;
  position: relative;
}
.about .section-title {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .about .section-title {
    margin-bottom: 28px;
  }
}

.about__bg {
  padding: 100px 5%;
  margin-left: min(358px, 19vw);
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .about__bg {
    margin-left: 0;
    padding: 0 6% 36px;
  }
}
.about__bg .btn {
  margin-top: 170px;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .about__bg .btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about__bg .btn {
    margin: 0 auto;
    margin-top: 39px;
    max-width: 200px;
    width: 100%;
    display: block;
  }
}

.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(98px, 6%);
  width: 100vw;
  margin-left: calc(50% - min(70vw, 1025px));
}
@media screen and (max-width: 767px) {
  .about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-left: 0;
    gap: 40px;
  }
}
.about__wrap .content {
  max-width: 562px;
  min-width: 400px;
  width: clamp(400px, 70vw, 562px);
}
@media screen and (max-width: 767px) {
  .about__wrap .content {
    min-width: 0;
    width: 100%;
  }
}
.about__wrap .content p {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about__wrap .content p {
    margin-top: 34px;
  }
}

.about__img {
  max-width: 802px;
  width: 50vw;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .about__img {
    width: 100%;
    margin-top: -137px;
  }
}
.about__img img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .about__img img {
    height: 300px;
  }
}

/*========================
point
========================*/
.point {
  text-align: center;
  padding: 100px 5% 150px;
}
@media screen and (max-width: 767px) {
  .point {
    padding: 80px 5%;
  }
}
.point h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .point h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .point p {
    text-align: left;
  }
}

.point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-top: 111px;
  margin-bottom: 104px;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .point__wrap {
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .point__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 141px;
    gap: 111px;
    margin-bottom: 50px;
  }
}

.point__item {
  padding: 0 37px 24px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .point__item {
    padding: 0 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .point__item {
    padding: 0 55px 24px;
  }
}
.point__item .img {
  margin-top: -60px;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .point__item .img {
    margin: -60px 20px 0;
  }
}
.point__item .img img {
  -webkit-box-shadow: 5px 5px 0px #F0F0EC;
          box-shadow: 5px 5px 0px #F0F0EC;
  border-radius: 10px;
}
.point__item .num p {
  font-family: "Libre Baskerville", serif;
  color: #E0AB65;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .point__item .num p {
    line-height: 1.5;
    text-align: center;
  }
}
.point__item .line {
  width: 3px;
  height: 54px;
  background: #E0AB65;
  margin: 0 auto;
  margin-top: -23px;
  z-index: 1;
  position: relative;
}
.point__item .text {
  line-height: 1.3;
  font-size: 19px;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .point__item .text {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .point__item .text {
    text-align: center;
  }
}

/*========================
company
========================*/
.company {
  padding: 100px 5% 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 50px 5% 78px;
  }
}

.company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .company__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company__item {
  border-radius: 5px;
  width: calc(50% - 5px);
  height: 260px;
  background-size: cover;
  background-position: center;
  padding: 38px 38px 30px 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company__item {
    width: 100%;
    padding: 25px 20px 29px 31px;
    height: 215px;
  }
}
.company__item .title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.company__item .title img {
  width: 14px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .company__item .title img {
    width: 13px;
    margin-right: 7px;
  }
}
.company__item a {
  background: #7EE6E6;
  border-radius: 50px;
  display: inline-block;
  padding: 4px 24px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 12px;
  letter-spacing: 0;
}
.company__item a:hover {
  background: #000000;
  color: #fff;
  opacity: 1;
}
.company__item a:hover .arrow {
  background: url(../img/arrow-white.svg) no-repeat center center/contain;
}
.company__item a .arrow {
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  margin-left: 6px;
  margin-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.company__item.--1 {
  background-image: url(../img/company1.jpg);
}
.company__item.--2 {
  background-image: url(../img/company2.jpg);
}
.company__item.--3 {
  background-image: url(../img/company3.jpg);
}
.company__item.--4 {
  background-image: url(../img/company4.jpg);
}

/*========================
recruit
========================*/
.recruit {
  padding: 60px 0;
  background: url(../img/bg-recruit.jpg);
  background-size: cover;
  background-position: right;
  margin: 0 5%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .recruit {
    background: #D8E3EA;
    padding: 44px 0 83px;
    text-align: center;
  }
}
.recruit .section-title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit .section-title {
    color: #000000;
    margin-bottom: 25px;
    text-align: left;
  }
}
.recruit .section__heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit .section__heading {
    margin-bottom: 23px;
    text-align: left;
  }
}
.recruit p {
  max-width: 382px;
}
@media screen and (max-width: 767px) {
  .recruit p {
    text-align: left;
  }
}
.recruit p span {
  display: inline-block;
}
.recruit .inner {
  padding: 0 5%;
}

.recruit__spimg {
  border-radius: 5px;
  margin-bottom: 40px;
}

.recruit__imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .recruit__imgwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 65px;
    gap: 10px;
  }
}
.recruit__imgwrap img {
  max-width: 160px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit__imgwrap img {
    max-width: none;
  }
}

/*========================
contact
========================*/

.contact__box {
  background: #fff;
  padding: 100px 5%;
  border-radius: 5px 5px 0px 0px;
	text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__box {
    padding: 50px 5%;
  }
}

.contact__text {
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 18px;
  }
}

.contact__btn {
  margin: 50px 0;
  background: #E0AB65;
  color: #fff;
  padding: 22px 0;
  max-width: 540px;
  width: 100%;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact__btn {
    width: 100%;
    max-width: 348px;
    font-size: 23px;
    margin: 40px 0 24px;
    padding: 15px 0;
  }
}

.tel-num {
  font-size: 50px;
  font-weight: bold;
  color: #E0AB65;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .tel-num {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
}
.tel-num img {
  width: 38px;
  margin-right: 21px;
  vertical-align: middle;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .tel-num img {
    width: 29px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contact__note {
    font-size: 12px;
  }
}

.bottom {
  background: #F8F8ED;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bottom .img {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (max-width: 767px) {
  .bottom .img {
    width: 50%;
  }
}
.bottom .img img {
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .bottom .img img {
    height: 103px;
  }
}
.bottom .to-top {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 64px;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .bottom .to-top {
    width: 52px;
  }
}

/*========================
footer
========================*/
footer {
  background: #F8F8ED;
  color: #fff;
  padding: 0 5%;
}
footer .inner {
  padding: 0 5%;
  background: #000000;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 72px 0 20px;
    gap: 50px;
  }
}

.footer__head {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .footer__head {
    max-width: none;
  }
}

.footer__logo {
  margin-bottom: 27px;
  max-width: 230px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 0 auto 23px;
  }
}

.footer__address {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 14px;
    line-height: 1.6;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6%;
  max-width: 880px;
  width: 100%;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 260px;
  }
}
@media screen and (max-width: 1360px) {
  .footer__nav {
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__nav .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .footer__nav .item {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav .item {
    margin-bottom: 1em;
  }
}
.footer__nav .item .head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .footer__nav .item .head {
    margin-bottom: 0.5em;
    font-size: 14px;
  }
}
.footer__nav .item .small {
  display: inline-block;
  padding-left: 1em;
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 3px;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  border-top: 1px solid #707070;
  padding: 47px 0 51px;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    padding: 27px 0;
  }
}

.footer__copy {
  background: #F8F8ED;
  color: #000000;
  font-size: 14px;
  text-align: center;
  padding: 19px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 12px;
    padding: 16px;
  }
}

.hight{
	margin-top:170px;
}
@media screen and (max-width: 767px) {
  .hight {
	margin-top:100px;
  }
}

/* // 真ん中に設置 */
.pagination {
    text-align: center;
}

/* // 横並びにする */
.nav-links .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* // ページタブの共通スタイル */
.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #7090DD;
    border-radius: 50%;
    margin-right: 25px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #7090DD;
}
/* 
// マウスが乗った時の、ボタンの背景の色と文字の色 */
.nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
    border-radius: 50%;
}

/* // 現在のページのタブ  */
.nav-links .current {
    background: #7090DD;
    color: #FFFFFF;
    padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
    border: 1px solid #004BB1;
    color: #004BB1;
    position: relative;
}

/* // 縦線の共通CSS */
.nav-links .next::before,
.nav-links .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* // 「次へ」の前の縦線位置 */
.nav-links .next::before {
    left: -15px;
}

/* //「前へ」の後の縦線位置 */
.nav-links .prev::after {
    right: -15px;
}

/* // 数字省略の「・・・」 */
.nav-links .dots {
    background: transparent;
    border: none;
}

.home_btn_area{
	margin-top:20px;
	text-align:center;
}

h3.section-title_p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 24px;
}
/* 
section.contact.container {
    background-color: #fff;
    text-align: left;
    margin-top: -190px;
} */

/*=================================================
    お問い合わせフォーム
===================================================*/


.contact .cover {
  justify-content: flex-start;
}

.contact .section-text {
  margin-top: 6.1rem;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .contact .section-text {
    font-size: 1.4rem;
    margin-top: 5rem;
  }
}



.contact .contact__form .contact__form__item {
  margin-bottom: 2.9rem;
}

@media (max-width: 767px) {
  .contact .contact__form .contact__form__item {
    margin-bottom: 1rem;
  }
}

.contact .contact__form .contact__form__item:last-of-type {
  margin-bottom: 0;
}

.contact .contact__form .form-input {
  font-size: 16px;
}

@media (max-width: 767px) {
  .contact .contact__form .form-input {
    display: flex;
    flex-wrap: wrap;
  }
	.contact .contact__form .form-input label {
    margin-right: 1.3rem;
    font-size: 13px;
}
	.contact .contact__form .form-text {
    background: #F3F3F3;
    height: 1rem;
    width: 100%;
    padding: 1.2rem 2rem;
}


}

.contact .contact__form .form-input label {
  margin-right: 3.3rem;
	font-size: 18px;
}


@media (max-width: 767px) {
  .contact .contact__form .form-input label .checkbox {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.contact .contact__form .form-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .contact .contact__form .form-title {
    font-size:14px;
  }
}

.contact .contact__form .form-title .line {
  display: inline-block;
  background: #193B56;
  margin-right: 2rem;
  width: 20px;
  height: 4px;
  border-radius: 3px;
}

.contact .contact__form .form-title .requred {
      background: #E02533;
    width: 5.3rem;
    height: 1.8rem;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
	
}

@media (max-width: 767px) {
  .contact .contact__form .form-title .requred {
    font-size: 12px;
    width: 3.5rem;
    height: 1.2rem;
	      margin-left: 0.4rem;
  }
}

.contact .contact__form .form-text {
  background: #F3F3F3;
  height: 4rem;
  width: 100%;
  padding: 1.5rem 1rem;
	    margin-top: 10px;
}

.contact .contact__form .form-textarea {
background: #F3F3F3;
    height: 15.1rem;
    width: 100%;
    padding: 1.5rem 2rem;
    margin-top: 10px;
}

.contact .privacy {
  margin-top: 3.6rem;
}

.contact .privacy .checkbox {
  margin-right: 0.2rem;
}

.contact .privacy a {
  text-decoration: underline;
}

.contact .form-button-wrapper {
  margin: 6rem auto 0;
  text-align: center;
  max-width: 20.3rem;
  width: 100%;
  height: 4.9rem;
  position: relative;
  transition: 0.4s;
}

.contact .form-button-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(./images/arrow-right.svg);
  width: 16px;
  height: 9px;
  right: 3.6rem;
  transform: translateY(-50%);
  top: 50%;
  bottom: 50%;
}

.contact .form-button-wrapper .form-button {
  max-width: 20.3rem;
  width: 100%;
  height: 4.9rem;
  font-size: 1.6rem;
  border-radius: 7rem;
  background: #fff;
  border: solid 1px #193B56;
  color: #193B56;
  transition: 0.4s;
}

.contact .form-button-wrapper .form-button:hover {
  color: #fff;
  background: #193B56;
}

.contact .form-button-wrapper:hover::after {
  background-image: url(./images/arrow-right-wh.svg);
}

.contact .form-button-wrapper .form-button .arrow {
  vertical-align: middle;
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
  }

input.form-text {
    font-size: 15px;
	    margin-top: 11px;
}
		.contact .form-button-wrapper .form-button {
    max-width: 11.3rem;
    width: 100%;
    height: 2.9rem;
    font-size: 14px;
    border-radius: 7rem;
    background: #fff;
    border: solid 1px #193B56;
    color: #193B56;
    transition: 0.4s;
}
	.contact .privacy {
    margin-top: 1.6rem;
    font-size: 14px;
}
	.contact .contact__form .form-input label {
    margin-right: 1.3rem;
    font-size: 13px;
}
	.contact .contact__form .form-input {
    font-size: 13px;
}
}
section.contact {
    margin-top: 5rem;
}
.product__item:nth-child(3) {
    margin-bottom: 62px;
}

/* 404 */
.inner_404 > h1{
    font-weight: bold;
}
.inner_404 > p{
        font-size: 18px;
    text-align: left;
}
.inner_404{
	    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
	padding-top: 255px;
	line-height:2;
}

.p-404-module a{
	display: block;
    max-width: 30%;
    margin: 50px auto 0 auto;
    padding: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    background-color: #E0AB65;
    border: 2px solid #E0AB65;
    transition: all 0.6s;
}
.p-404-module {
    margin-bottom: 90px;
}
@media screen and (max-width: 768px){
	.inner_404 {
    padding-top: 100px;
    font-size: 18px;
}
	.inner_404 > p{
        font-size: 14px;
    text-align: left;
}
	.p-404-module a{
		    margin: 25px auto 0 auto;
    font-size: 1.5rem;
    padding: 0;
	}
.p-404-module {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 767px){
_::-webkit-full-page-media, _:future, :root header {
    margin-top: 10px;
}
}

.p_neme{
	text-align:center;
	color:#858585;
}

.inmer_aut{
margin:20px 0;
}

.radio{
	    text-decoration: underline;
    color: #639bb7;
}