@charset "UTF-8";
/*--------------------------------------------------------------------
	page layout
--------------------------------------------------------------------*/
header {
  position: relative;
  z-index: 100;
}
header .logo {
  max-width: 360px;
  min-width: 20%;
  position: absolute;
  top: 24px;
  left: 32px;
}

/* swiperは末尾 */
.swiper--container {
  margin-bottom: 5%;
  position: relative;
}
.swiper--container img {
  max-width: none !important;
  height: auto;
  width: 100%;
}
.swiper--container .swiper-catch {
  display: block !important;
  position: absolute;
  bottom: 10%;
  left: 4%;
  z-index: 10;
  width: 37%;
}
.swiper--container .interview--nav {
  position: absolute;
  right: 50%;
  translate: 50% 0;
  bottom: -5%;
  z-index: 10;
  width: 17%;
}

.sec_life {
  padding: 0 0 80px 0;
}
.sec_life .sec__ttl--content {
  margin-bottom: 80px;
  text-align: center;
}
.sec_life .sec__ttl--content .__ttl {
  font-size: 2.25em;
  margin-bottom: 28px;
}
.sec_life--list--item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.sec_life--list--item .--img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.sec_life--list--item .--txt {
  background-color: #fff;
  display: inline;
  padding: 32px;
  margin-left: -48px;
  z-index: 10;
}
.sec_life--list--item .__ttl {
  font-size: 1.5em;
  margin: 6px 0;
  font-weight: normal;
  letter-spacing: -1px;
}
.sec_life--list--item.reverse {
  flex-direction: row-reverse;
}
.sec_life--list--item.reverse .--txt {
  margin-left: 0;
  margin-right: -48px;
}

.sec_reason {
  position: relative;
}
.sec_reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/bg_txt.svg") no-repeat left top/contain;
  width: 10%;
  height: 100%;
  display: block;
  z-index: -1;
}
.sec_reason::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 87%;
  height: 100%;
  margin-left: 20%;
  background: linear-gradient(to right, #B2D0B0, #6DAFB0);
  z-index: -1;
  opacity: 0.25;
}
.sec_reason .__inner {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.sec_reason .--list {
  padding: 160px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_reason .--list > div {
  flex-basis: 47.5%;
}
.sec_reason .--list > div:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 60px;
}
.sec_reason .--list > div.reason--list__catch {
  position: relative;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0;
}
.sec_reason .--list > div.reason--list__catch::before, .sec_reason .--list > div.reason--list__catch::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../../images/circle.svg") no-repeat center center/cover;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.sec_reason .--list > div.reason--list__catch::before {
  top: 50px;
}
.sec_reason .--list > div.reason--list__catch::after {
  bottom: 50px;
}
.sec_reason .--list > div.reason--list__catch picture {
  width: 75%;
  height: auto;
}
.sec_reason .--list > div .__ttl {
  font-size: 1.5em;
  font-weight: normal;
  color: #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
.sec_reason .--list > div .btn_more {
  color: #707070;
  background: #ffffff;
  border: 1px solid #707070;
  position: relative;
  padding: 3px 40px;
  display: inline-block;
  margin: 20px 0 0 0;
}
.sec_reason .--list > div .btn_more::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #707070;
}

/*インタビュー 見出しビジュアル*/
.interview_headline {
  margin-bottom: 10%;
}
.interview_headline .--txt {
  text-align: center;
  margin: 10% 0 3%;
}
.interview_headline .--txt .__bigttl {
  max-width: 900px;
  margin: 0 auto;
}
.interview_headline .--txt .__ttl {
  font-size: 2.5em;
  font-weight: normal;
  margin-top: 80px;
}
.interview_headline .--txt p {
  font-size: 1.5em;
}
.interview_headline .__staffImg {
  display: grid;
  grid-template-columns: auto auto;
  place-content: center;
  gap: 3%;
}

/*インタビュー*/
.sec_interview {
  position: relative;
}
.sec_interview_mv {
  width: 100%;
  padding-top: 50%;
  position: relative;
  margin-bottom: 80px;
  background: url("../../images/staff/staff_interview_top.jpg") no-repeat center center/cover;
}
.sec_interview_mv .__ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 64px 64px 0 64px;
}
.sec_interview_mv .__ttl h3 {
  background-color: #6EB0B0;
  color: #fff;
  font-size: 3em;
  display: inline-block;
  line-height: 1;
  margin-bottom: 24px;
}
.sec_interview_mv .__ttl p {
  font-size: 2em;
}
.sec_interview_mv .__ttl p .bold {
  font-weight: bold;
}
.sec_interview .__inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.sec_interview .__inner > .--txt {
  margin: 60px 0;
}
.sec_interview .__inner > .--txt .__ttl {
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.sec_interview .__inner > .--txt .__dialogue {
  margin-bottom: 20px;
}
.sec_interview .__inner > .--txt .__dialogue .__name {
  font-weight: bold;
}
.sec_interview .__inner > .--txt > p {
  font-size: 1.1em;
}
.sec_interview .__inner > .--img {
  margin: 60px 0;
}
.sec_interview .__inner > .--schedule {
  text-align: center;
  border-top: 2px dotted #6EB0B0;
  border-bottom: 2px dotted #6EB0B0;
  padding: 5% 0;
  margin: 90px 0;
}
.sec_interview .__inner > .--schedule > .__ttl {
  background-color: #6EB0B0;
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 7%;
}
.sec_interview .__inner > .--schedule .__conte {
  display: grid;
  grid-template-columns: 50% 38%;
  gap: 7%;
  place-items: center;
}
.sec_interview .__inner > .--future {
  margin: 60px 0;
  background: #E4F2F2;
  padding: 30px;
}
.sec_interview .__inner > .--future .__ttl {
  color: #70A5A5;
  text-align: center;
  padding: 20px 0;
  position: relative;
  margin-bottom: 30px;
}
.sec_interview .__inner > .--future .__ttl h3 {
  font-size: 1.5em;
  font-weight: normal;
}
.sec_interview .__inner > .--future .__ttl h3::after {
  content: attr(data-en);
  display: block;
  font-size: 0.75em;
}
.sec_interview .__inner > .--future .__ttl::before, .sec_interview .__inner > .--future .__ttl::after {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url("../../images/circle_point.svg") no-repeat center center/cover;
}
.sec_interview .__inner > .--future .__ttl::before {
  top: 0;
}
.sec_interview .__inner > .--future .__ttl::after {
  bottom: 0;
}
.sec_interview .__inner > .--future .__conte {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap: 24px;
}
.sec_interview .__inner > .--future .__conte .--txt > h4 {
  font-size: 1.25em;
  font-weight: normal;
  border-bottom: 1px solid #707070;
}
.sec_interview .__inner > .--future .__conte .--txt .__message > p {
  margin-top: 16px;
}

.full-screen-img-2 {
  position: relative;
  background: url("../../images/staff/full-screen.jpg") no-repeat center center/cover;
  margin: 7% 0 10%;
}
.full-screen-img-2::before {
  content: "";
  display: block;
  padding-top: 56.5%;
  width: 100%;
}

.sec_support .__ttl {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
}
.sec_support .--table dl {
  border: 1px solid #707070;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.sec_support .--table dl dt {
  background: #F8DDDD;
  border-right: 1px solid #707070;
  flex-basis: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_support .--table dl div {
  flex-basis: 80%;
}
.sec_support .--table dl div dd {
  padding: 10px 0 10px 25px;
}
.sec_support .--table dl div dd:not(:last-of-type) {
  border-bottom: 1px solid #707070;
}

.sec_contact {
  margin: 160px 0;
}

.map {
  width: 100%;
  height: 1000px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .sec_reason .__inner {
    margin: 0 2% 0 15%;
    width: 100%;
  }
  .sec_reason .--list {
    padding: 10% 5%;
    justify-content: left;
  }
  .sec_reason .--list > div {
    flex-basis: 44%;
  }
  .sec_reason .--list > div:nth-child(2n) {
    margin-left: 2%;
  }
  .sec_interview_mv .__ttl {
    padding: 32px 32px 0 32px;
  }
  .sec_interview_mv .__ttl h3 {
    font-size: 1.75em;
    margin-bottom: 8px;
  }
  .sec_interview_mv .__ttl p {
    font-size: 1.25em;
  }
}
@media (max-width: 1024px) {
  header .logo {
    max-width: inherit;
    width: 42%;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .sec_contact {
    margin: 10% 0 15%;
  }
  .swiper--container {
    margin-bottom: 10%;
  }
  .swiper--container .swiper-catch {
    width: 60%;
    bottom: 15%;
  }
  .swiper--container .interview--nav {
    width: 30%;
    bottom: -8%;
  }
  .sec_life .__inner {
    padding: 0 2%;
  }
  .sec_life .sec__ttl--content {
    margin-bottom: 10%;
    text-align: left;
  }
  .sec_life .sec__ttl--content .__ttl {
    font-size: 1.75em;
    margin-bottom: 2%;
  }
  .sec_life--list {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .sec_life--list > div .__ttl {
    font-size: 1.5em;
  }
  .sec_reason::before {
    width: 10%;
    background-size: contain;
  }
  .sec_reason::after {
    width: 85%;
  }
  .sec_reason .__inner {
    max-width: none;
  }
  .sec_reason .--list {
    margin: 0 auto;
    display: block;
    padding: 10% 5% 10% 20%;
  }
  .sec_reason .--list > div {
    margin-bottom: 5%;
  }
  .sec_reason .--list > div.reason--list__catch {
    padding: 120px 0;
  }
  .sec_reason .--list > div.reason--list__catch picture {
    width: 90%;
    height: auto;
  }
  .sec_reason .--list > div.reason--list__catch::after {
    bottom: 50px;
  }
  .sec_reason .--list > div.reason--list__catch::before {
    top: 50px;
  }
  .sec_reason .--list > div:not(.reason--list__catch) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--img {
    flex-basis: 50%;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--txt {
    flex-basis: 45%;
  }
  .sec_reason .--list > div .__ttl {
    font-size: 1.5em;
  }
  /*インタビュー 見出しビジュアル*/
  .interview_headline .--txt {
    margin: 10% 2%;
  }
  .interview_headline .--txt .__ttl {
    font-size: 1.75em;
    margin-top: 5%;
  }
  .interview_headline .--txt p {
    font-size: 1.25em;
  }
  .interview_headline .__staffImg {
    width: 75%;
    height: auto;
    margin: 0 auto;
    gap: 5%;
  }
  .interview_headline .__staffImg figcaption {
    font-size: 0.9em;
  }
  /*インタビュー*/
  .sec_interview_mv .__ttl {
    padding: 32px 32px 0 32px;
  }
  .sec_interview_mv .__ttl h3 {
    font-size: 1.75em;
    margin-bottom: 8px;
  }
  .sec_interview_mv .__ttl p {
    font-size: 1.25em;
  }
  .sec_interview .__inner {
    width: 88%;
  }
  .sec_interview .__inner > .--txt {
    margin: 5% 0;
  }
  .sec_interview .__inner > .--txt .__ttl {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .sec_interview .__inner > .--txt > p {
    font-size: 1em;
  }
  .sec_interview .__inner > .--img {
    margin: 5% 0;
  }
  .sec_interview .__inner > .--schedule {
    padding: 24px 0;
    margin: 40px 0;
  }
  .sec_interview .__inner > .--schedule > .__ttl {
    font-size: 1.35em;
  }
  .sec_interview .__inner > .--schedule .__conte {
    display: block;
    margin: 0 auto;
  }
  .sec_interview .__inner > .--schedule .__conte figure:nth-of-type(2) {
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding-top: 16px;
  }
  .sec_interview .__inner > .--future {
    margin: 5% 0;
  }
  .sec_interview .__inner > .--future .__conte {
    display: block;
  }
  .sec_interview .__inner > .--future .__conte .--txt > h4 {
    line-height: 1.5;
    padding: 8px 0;
  }
  .sec_support .__inner {
    padding: 0 2%;
  }
  .sec_support .__ttl {
    font-size: 2em;
    margin-bottom: 5%;
  }
  .sec_support .--table dl {
    margin-bottom: 2%;
    font-size: 0.9em;
  }
  .sec_support .--table dl div dd {
    padding: 10px 0 10px 10px;
  }
  .sec_contact {
    margin: 10% 0 15%;
  }
  .map {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .sec_contact {
    margin: 10% 0 15%;
  }
  .swiper--container .swiper-catch {
    width: 60%;
    bottom: 20%;
  }
  .swiper--container .interview--nav {
    width: 40%;
    bottom: -8%;
  }
  .sec_life .__inner {
    margin: 0 auto;
    max-width: 100%;
  }
  .sec_life--list--item {
    display: block;
    margin-bottom: 5%;
  }
  .sec_life--list--item .--img {
    width: 100%;
  }
  .sec_life--list--item .--txt {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  .sec_life--list--item > div .__ttl {
    font-size: 1.2em;
  }
  .sec_life--list--item.reverse .--txt {
    margin-right: 0;
  }
  .sec_reason::before {
    width: 8%;
    background-size: contain;
  }
  .sec_reason::after {
    width: 90%;
  }
  .sec_reason .--list {
    margin: 0 5% 0 15%;
    padding: 10% 0;
  }
  .sec_reason .--list > div:not(.reason--list__catch) {
    display: block;
    margin-bottom: 10%;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--img {
    width: 100%;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--img img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--txt {
    flex-basis: 45%;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--txt .__ttl {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--txt p {
    font-size: 1em;
  }
  /*インタビュー 見出しビジュアル*/
  .interview_headline {
    margin-bottom: 10%;
  }
  .interview_headline .--txt .__bigttl {
    max-width: 80%;
  }
  .interview_headline .--txt .__ttl {
    font-size: 1.5em;
  }
  .interview_headline .--txt p {
    font-size: 1.1em;
  }
  /*インタビュー*/
  .sec_interview_mv {
    padding-top: 55%;
    margin-bottom: 7%;
  }
  .sec_interview_mv .__ttl {
    padding: 10px 10px 0 10px;
  }
  .sec_interview_mv .__ttl h3 {
    font-size: 1.5em;
    margin-bottom: 4px;
  }
  .sec_interview_mv .__ttl p {
    font-size: 0.85em;
  }
  .sec_interview .__inner > .--txt .__ttl {
    font-size: 1.2em;
  }
  .sec_support .__ttl {
    font-size: 1.5em;
    margin-bottom: 5%;
  }
  .sec_support .--table dl {
    margin-bottom: 2%;
    font-size: 0.9em;
  }
  .sec_support .--table dl div dd {
    padding: 5px;
  }
  .sec_contact {
    margin: 10% 0 15%;
  }
  .map {
    height: 500px;
  }
}/*# sourceMappingURL=idx.css.map */