@charset "UTF-8";

.page-header {
  margin: 74px 0 0;
  padding: 88px 20px 100px;
}

@media only screen and (max-width: 1200px) {
  .page-header {
    margin-top: 67px;
  }
}

@media only screen and (max-width: 767px) {
  .page-header {
    padding: 68px 10px 80px;
  }
}

.ttl-style08 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

.ttl-style08 img {
  display: inline-block;
  margin: auto;
  width: 38px;
}

.ttl-style08 .img-txt {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin: 10px 0 30px;
  color: #bfa473;
}

.ttl-style08 .sub-text {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 22px;
  display: block;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .ttl-style08 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .ttl-style08 .img-txt {
    font-size: 20px;
    font-size: 2rem;
  }

  .ttl-style08 .sub-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-style09 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  margin-bottom: 1.5em;
}

.ttl-style09 span {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin: 0 0 30px;
  color: #bfa473;
}

.ttl-style09 br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ttl-style09 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .ttl-style09 span {
    font-size: 20px;
    font-size: 2rem;
  }

  .ttl-style09 br {
    display: inherit;
  }
}

.ss-highlighs-intro {
  background-color: #f3efe7;
  padding-bottom: 315px;
}

.ss-highlighs-intro-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ss-highlighs-intro .ss-highlights-intro-txt {
  width: 36.600567%;
  order: 2;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3%;
  -ms-flex-pack: center;
  justify-content: center;
}

.ss-highlighs-intro .ss-highlights-intro-txt h3 {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  margin-bottom: 1em;
}

.ss-highlighs-intro .ss-highlights-intro-txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
  text-align: center;
}

.ss-highlighs-intro .group-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 63.399433%;
  order: 1;
}

.ss-highlighs-intro .group-img li {
  width: 25%;
}

.ss-highlighs-intro .group-img li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1300px) {
  .ss-highlighs-intro .ss-highlights-intro-txt h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .ss-highlighs-intro .ss-highlights-intro-txt {
    width: 100%;
    order: 1;
    padding: 0 10% 60px;
  }

  .ss-highlighs-intro .group-img {
    width: 100%;
    order: 2;
  }

  .ss-highlighs-intro .ss-highlights-intro-txt p {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .ss-highlighs-intro {
    padding-bottom: 0;
  }

  .ss-highlighs-intro .group-img li {
    width: 50%;
  }

  /*.ss-highlighs-intro .group-img li:last-child {
    display: none;*/
  }

  .ss-highlighs-intro .ss-highlights-intro-txt {
    padding: 0 5% 60px;
  }

  .ss-highlighs-intro .ss-highlights-intro-txt h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.ss-highlighs {
  margin: -240px 0 100px;
}

.ss-highlighs-inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 0 0;
}

@media only screen and (max-width: 1024px) {
  .ss-highlighs {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-highlighs {
    margin-top: 0;
  }

  .ss-highlighs-inner {
    width: 100%;
  }
}

.ss-highlighs .intro-txt {
  margin-bottom: 60px;
}

.ss-highlighs .intro-txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
  text-align: center;
}

.ss-highlighs .intro-txt h3 + p {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .ss-highlighs .intro-txt {
    padding: 0 5%;
  }

  .ss-highlighs .intro-txt p {
    text-align: left;
  }

  .ss-highlighs .intro-txt h3 + p {
    font-size: 20px;
    font-size: 2rem;
  }
}

.hightlight-box {
  margin: 0 auto 172px;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 0;
  padding: 0 0 35.616438%;
}

.hightlight-box::after {
  content: '';
  display: block;
  width: 10px;
  height: 172px;
  background-color: #eee;
  position: absolute;
  top: 100%;
  left: calc(10% + 9.2em);
}

.hightlight-box:last-child::after {
  display: none;
}

.hightlight-box.hightlight_1 {
  background-image: url(../img/career_img_10.jpg);
}

.hightlight-box.hightlight_2 {
  background-image: url(../img/career_img_11.jpg);
}

.hightlight-box.hightlight_3 {
  background-image: url(../img/career_img_12.jpg);
}

.hightlight-box.hightlight_4 {
  background-image: url(../img/career_img_13.jpg);
}

.hightlight-box:last-child {
  margin-bottom: 0;
}

.hightlight-box > h4 {
  display: table;
  font-size: 18px;
  font-size: 1.8rem;
  color: #959597;
  text-align: center;
  background-color: #fff;
  border: 1px solid #959597;
  overflow: hidden;
  border-radius: 50%;
  width: 16.4em;
  height: 16.4em;
  position: absolute;
  top: 50%;
  margin-top: -8.2em;
  left: 10%;
}

.hightlight-box > h4 > span {
  display: table-cell;
  vertical-align: middle;
}

.hightlight-box > h4 > span em {
  font-style: normal;
  font-family: "Italiana", serif;
  font-size: 2.222222em;
  line-height: 1.075;
}

.hightlight-box > div {
  background-color: rgba(255, 255, 255, 0.9);
  display: table;
  width: 50%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  table-layout: fixed;
}

.hightlight-box > div dl {
  display: table-cell;
  vertical-align: middle;
  padding: 2rem 10%;
}

.hightlight-box > div dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin: 0 0 1em;
}

.hightlight-box > div dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
}

@media only screen and (max-width: 1300px) {
  .hightlight-box > h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .hightlight-box > h4 > span em {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 1024px) {
  .hightlight-box {
    margin: 0 auto 100px;
    height: auto;
    padding: 40px 0 0;
    background-size: 150% auto;
  }

  .hightlight-box::after {
    display: none;
  }

  .hightlight-box > h4 {
    position: static;
    top: auto;
    margin: 0 auto 40px;
    left: auto;
    width: 12.4em;
    height: 12.4em;
  }

  .hightlight-box > div {
    width: 90%;
    height: auto;
    position: static;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .hightlight-box {
    padding-top: 30px;
    background-size: 200% auto;
  }

  .hightlight-box > h4 {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .hightlight-box > div dl {
    padding: 2rem;
  }

  .hightlight-box > div dt {
    font-size: 20px;
    font-size: 2.2rem;
  }
}

.sub-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-nav a {
  display: block;
}

.sub-nav a:hover {
  opacity: 0.75;
}

.sub-nav > div {
  width: 25%;
  background-color: #bfa473;
}

.sub-nav > div:nth-child(even) {
  background-color: #d3be97;
}

.sub-nav-img {
  margin: 0;
  padding: 0;
}

.sub-nav-img img {
  width: 100%;
}

.sub-nav-txt {
  margin: 0;
  padding: 10%;
  color: #fff;
}

.sub-nav-txt dt {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin: 0 0 1em;
}

.sub-nav-txt dd {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .sub-nav-txt dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .sub-nav > div {
    width: 50%;
  }
}
