@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: "anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: "anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", ryo-gothic-plusn, sans-serif;
}

/* ------------------------------------

中面 common (TOP以外)

------------------------------------ */
/*  anchor_link
*----------------------------------- */
.p-anchor_link {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 760px) {
  .p-anchor_link {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/*  pan
*----------------------------------- */
.pan {
  padding: 20px 40px;
}
@media print, screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .l-form-container__flow {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #1F1F1F;
  outline-offset: -7px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 8vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 0.8;
  outline: solid 2px #66C5E2;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

/*  l-cmn-member
*----------------------------------- */
.l-cmn-member {
  background: #ebf3fa;
  padding: 75px 0 80px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member {
    padding: 13% 5%;
  }
}

.l-cmn-member .l-member__header {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header {
    margin-bottom: 3%;
  }
}
.l-cmn-member .l-member__header__title {
  font-family: "anton", sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #0B4BAE;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

/* mobile */
/* ------------------------------------

中面個別 (TOP以外)

------------------------------------ */
.l-main {
  background: rgba(29, 32, 136, 0.85);
}

@media (max-width: 767px) {
  .list-page__header {
    padding-top: 12.3076923077dvw;
    margin-bottom: 11.2820512821dvw;
  }
}
.list-page__header__container {
  width: 100%;
  max-width: 1366px;
}
@media (max-width: 767px) {
  .list-page__header__container {
    padding: 0 5.1282051282dvw;
  }
}
.list-page__header__subtitle {
  padding-left: 42px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .list-page__header__subtitle {
    font-size: 70px;
    font-size: 17.9487179487dvw;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .list-page__header__title {
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}

.bg-img {
  position: fixed;
  width: 100dvw;
  z-index: -1;
}

@media (max-width: 767px) {
  .is-hidden-sp {
    display: none;
  }
}

.is-visible-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-visible-sp {
    display: block;
  }
}

.l-other-contents {
  background-color: #000;
  padding: 59px 0 77px;
}
@media (max-width: 767px) {
  .l-other-contents {
    padding: 14.358974359dvw 0 16.4102564103dvw;
  }
}
.l-other-contents .l-other-contents__container {
  width: 100%;
  max-width: 1200px;
}
.l-other-contents .p-cmn-header {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .l-other-contents .p-cmn-header {
    margin-bottom: 8.7179487179dvw;
  }
}
.l-other-contents .p-cmn-header__title.en {
  font-size: 90px;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .l-other-contents .p-cmn-header__title.en {
    font-size: 50px;
    font-size: 12.8205128205dvw;
  }
}
.l-other-contents .p-cmn-header__subtitle {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  .l-other-contents .p-cmn-header__subtitle {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-other-contents li a {
  padding: 20px 24px;
}
@media (max-width: 767px) {
  .l-other-contents li a {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-other-contents li a::before {
  position: absolute;
  top: 26px;
  right: 19px;
  width: 17px;
  height: 17px;
  background-color: #1D2088;
  border-radius: 50%;
  content: "";
}
.l-other-contents li a::after {
  top: 31.6px;
  transform: translateY(0);
  right: 25px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  .l-other-contents ul {
    padding: 0 5.1282051282dvw;
  }
}

/*  会社概要 company
*----------------------------------- */
.page-company .list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .page-company .list-page__main {
    width: 1080px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .list-page__main {
    width: 90%;
  }
}
.page-company .l-main {
  padding-bottom: 0;
}
.page-company .list-page__header {
  margin-bottom: 94px;
}
@media (max-width: 767px) {
  .page-company .list-page__header {
    margin-bottom: 14.358974359dvw;
  }
}
.page-company .list-page__header__container {
  gap: 8px;
}
@media (max-width: 767px) {
  .page-company .list-page__header__title {
    padding-top: 3.5897435897dvw;
  }
}

.l-company__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .l-company__inner {
    padding: 0 5.1282051282dvw;
  }
}

.l-company-mv {
  margin-bottom: 117px;
}
@media (max-width: 767px) {
  .l-company-mv {
    margin-bottom: 27.4358974359dvw;
  }
}
.l-company-mv__img {
  max-width: 1336px;
  margin: 0 auto 69px;
}
@media (max-width: 767px) {
  .l-company-mv__img {
    margin-bottom: 15.8974358974dvw;
  }
}
.l-company-mv__ttl {
  font-size: 47px;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "anton", sans-serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .l-company-mv__ttl {
    font-size: 47px;
    font-size: 12.0512820513dvw;
    margin-bottom: 8.7179487179dvw;
  }
}
.l-company-mv__col {
  display: flex;
  justify-content: center;
  gap: 26.8px;
}
@media (max-width: 767px) {
  .l-company-mv__col {
    flex-direction: column;
    padding: 0 7.9487179487dvw;
    gap: 0;
  }
}
.l-company-mv__col-item {
  border-top: 1px solid #5D5E9A;
  display: flex;
  flex-wrap: wrap;
  width: min(50%, 462px);
  font-size: 16px;
  line-height: 1.625;
  min-height: 100%;
}
@media (max-width: 767px) {
  .l-company-mv__col-item {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    width: 100%;
  }
  .l-company-mv__col-item:last-child {
    border-top: none;
  }
}
.l-company-mv__col dt {
  font-weight: 500;
  width: 98px;
  padding-left: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #5D5E9A;
  padding-top: 23px;
  padding-bottom: 25px;
  height: 75px;
}
@media (max-width: 767px) {
  .l-company-mv__col dt {
    width: 25.3846153846dvw;
    padding-top: 4.1025641026dvw;
    padding-left: 1.7948717949dvw;
    padding-bottom: 4.1025641026dvw;
  }
}
.l-company-mv__col dt.is-wide {
  height: auto;
  padding-top: 19px;
}
@media print, screen and (max-width: 1000px) {
  .l-company-mv__col dt {
    height: auto;
  }
}
.l-company-mv__col dd {
  padding-top: 23px;
  padding-bottom: 25px;
  padding-right: 20px;
  font-weight: 400;
  width: calc(100% - 98px);
  border-bottom: 1px solid #5D5E9A;
  height: 75px;
}
@media print, screen and (max-width: 1000px) {
  .l-company-mv__col dd {
    height: auto;
  }
}
@media (max-width: 767px) {
  .l-company-mv__col dd {
    width: calc(100% - 25.3846153846dvw);
    padding-top: 4.1025641026dvw;
    padding-bottom: 4.1025641026dvw;
    padding-right: 2.5641025641dvw;
  }
}
.l-company-mv__col dd.is-wide {
  height: auto;
  padding-top: 19px;
}
@media (max-width: 767px) {
  .l-company-mv__col dd.is-wide {
    padding-top: 4.8717948718dvw;
    padding-bottom: 6.4102564103dvw;
  }
}

.l-company-list {
  margin-bottom: 264px;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 40px 60px 5px;
}
@media (max-width: 767px) {
  .l-company-list {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 17.6923076923dvw;
    margin-bottom: 41.0256410256dvw;
  }
}
.l-company-list__ttl-en {
  font-weight: 400;
  font-family: "anton", sans-serif;
  font-size: 74px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #1F1F1F;
  text-align: center;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .l-company-list__ttl-en {
    margin-bottom: 4.358974359dvw;
    font-size: 68px;
    font-size: 17.4358974359dvw;
  }
}
.l-company-list__ttl {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  color: #1F1F1F;
  text-align: center;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .l-company-list__ttl {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    margin-bottom: 7.4358974359dvw;
  }
}
.l-company-list__ttl-sub {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  background-color: #1D2088;
  margin-bottom: 19px;
  padding: 12px 10px 13px;
}
@media (max-width: 767px) {
  .l-company-list__ttl-sub {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    padding: 1.7948717949dvw 2.5641025641dvw 2.5641025641dvw;
    margin-bottom: 2.5641025641dvw;
    line-height: 1.5;
  }
}
.l-company-list__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #1F1F1F;
  text-align: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .l-company-list__txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    margin-bottom: 20px;
    text-align: left;
    margin-bottom: 7.9487179487dvw;
  }
}
.l-company-list__card-wrapper {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 83px;
}
@media (max-width: 767px) {
  .l-company-list__card-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    gap: 5.3846153846dvw;
    margin-bottom: 15.3846153846dvw;
  }
}
.l-company-list__card-wrapper.is-clinic {
  margin-bottom: 77px;
}
@media (max-width: 767px) {
  .l-company-list__card-wrapper.is-clinic {
    margin-bottom: 15.3846153846dvw;
  }
}
.l-company-list__card-wrapper.is-clinic .l-company-list__card-ttl {
  margin-bottom: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid #B5B5B5;
}
.l-company-list__card {
  color: #1F1F1F;
  border: 2px solid #1E2088;
  background-color: #fff;
  text-align: center;
  padding: 22px 28px 22px;
}
@media (max-width: 767px) {
  .l-company-list__card {
    padding: 5.641025641dvw 7.1794871795dvw 5.641025641dvw;
  }
}
.l-company-list__card-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .l-company-list__card-ttl {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-bottom: 1.5384615385dvw;
  }
}
.l-company-list__card-ttl-sub {
  margin-bottom: 13px;
  font-size: 11px;
  line-height: 2.36;
  padding-bottom: 11px;
  border-bottom: 1px solid #B5B5B5;
}
@media (max-width: 767px) {
  .l-company-list__card-ttl-sub {
    font-size: 11px;
    font-size: 2.8205128205dvw;
    padding-bottom: 2.8205128205dvw;
    margin-bottom: 3.3333333333dvw;
  }
}
.l-company-list__card-txt {
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .l-company-list__card-txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}

.movie {
  background-color: #000;
  color: #fff;
  padding: 0 20px;
  overflow-x: clip;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  width: 100vw;
}
@media (max-width: 767px) {
  .movie {
    padding: 0 5.1282051282dvw 19.7435897436dvw;
  }
}
.movie__wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .movie__wrap {
    padding: 126px 0 105px;
  }
}
.movie__ttl {
  max-width: 651px;
}
@media (min-width: 768px) {
  .movie__ttl {
    position: absolute;
    top: -83px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .movie__ttl {
    margin: 0 auto -4.8717948718dvw;
    position: relative;
    top: -11.2820512821dvw;
    max-width: 64.1025641026dvw;
  }
}
.movie__col {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .movie__col {
    display: grid;
    gap: 3%;
    grid-template-columns: auto 68.34%;
  }
}
@media (min-width: 768px) {
  .movie__txt {
    margin-left: -12px;
    padding-top: 66px;
  }
}
@media (max-width: 767px) {
  .movie__txt {
    margin-bottom: 8.4615384615dvw;
  }
}
.movie__txt p {
  font-size: 1.5rem;
  line-height: 2.2;
}
.movie__subttl {
  margin-bottom: 26px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .movie__subttl {
    margin-bottom: 2.3076923077dvw;
    text-align: center;
    font-size: 5.641025641dvw;
  }
}
.movie__iframe {
  border: 2px solid #BFBFBF;
}
@media (min-width: 768px) {
  .movie__iframe {
    position: relative;
  }
}
.movie__iframe iframe {
  display: grid;
}
.movie__area {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .movie__area {
    gap: 5vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.movie__item:last-child {
  display: none;
}
.movie__text {
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}

/*  企業理念 philosophy
*----------------------------------- */
.page-philosophy .l-philosophy__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #1D2088;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__title {
    font-size: 7.2vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.page-philosophy .l-philosophy__text {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 1.7777;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__text {
    font-size: 4vw;
    text-align: left;
  }
}

/*  reason 選ばれる理由
*----------------------------------- */
.page-reason .list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .page-reason .list-page__main {
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__main {
    width: 100%;
  }
}
.page-reason .list-page__header__container {
  gap: 27px;
}
@media (max-width: 767px) {
  .page-reason .list-page__header__container {
    gap: 4.8717948718dvw;
  }
}
.page-reason .list-page__header__title {
  padding-top: 22px;
}
@media (max-width: 767px) {
  .page-reason .list-page__header__title {
    padding-top: 0;
  }
}

.reason__slide {
  max-width: 1336px;
  height: 524px;
  margin: 0 auto;
  background-color: #66c5e3;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .reason__slide {
    height: 146.1538461538dvw;
    max-width: 88.2051282051dvw;
    border-radius: 7.6923076923dvw;
  }
}

.page-reason .list-page__anc {
  padding: 35px 0 65px;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc {
    margin-bottom: 20vw;
    padding: 20px 5.1282051282dvw 0;
  }
}
.page-reason .list-page__anc ul.l-anc-list {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 25px;
  counter-reset: nav 0;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list {
    justify-content: flex-start;
    gap: 4vw 3.5vw;
  }
}
.page-reason .list-page__anc ul.l-anc-list li {
  width: 222px;
  counter-increment: nav;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list li {
    width: 100%;
  }
}
.page-reason .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.375;
  position: relative;
  padding-top: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list li a {
    display: flex;
    font-size: 3.5vw;
    padding-top: 0;
    border: 1px solid #fff;
    align-items: center;
    justify-content: space-between;
  }
}
.page-reason .list-page__anc ul.l-anc-list li a::before {
  z-index: 1000;
  position: absolute;
  top: -46px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: auto;
  content: counter(nav, counter-increment);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list li a::before {
    top: 4vw;
    width: 10vw;
    left: 34.5vw;
    font-size: 7.6923076923dvw;
  }
}
.page-reason .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-reason .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-reason .list-page__anc ul.l-anc-list .p-item__photo {
  margin-bottom: 12px;
  border: 1px solid #fff;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list .p-item__photo {
    margin-bottom: 0;
    border: none;
    width: 30%;
  }
}
.page-reason .list-page__anc ul.l-anc-list .p-item__text {
  position: relative;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-reason .list-page__anc ul.l-anc-list .p-item__text {
    font-size: 3.6vw;
    width: 55%;
    text-align: left;
  }
}
.page-reason .list-page__anc ul.l-anc-list .p-item__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -17px;
  display: inline-block;
  vertical-align: middle;
  color: #66C5E2;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.575em;
  border-top-color: currentColor;
  border-bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list .p-item__text::after {
    bottom: -1.2vw;
    left: 40vw;
  }
}

.l-reason__container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 52px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .l-reason__container {
    padding: 0 5.1282051282dvw;
  }
}
.l-reason .p-item-01 {
  margin-bottom: 145px;
}
@media (max-width: 767px) {
  .l-reason .p-item-01 {
    margin-bottom: 20.5128205128dvw;
  }
}
.l-reason .p-item-01 .l-reason__head {
  margin-bottom: 95px;
}
.l-reason .p-item-02 {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .l-reason .p-item-02 {
    margin-bottom: 20.5128205128dvw;
  }
}
.l-reason .p-item-02 .l-reason__head {
  margin-bottom: 52px;
}
.l-reason .p-item-03 {
  margin-bottom: 182px;
}
@media (max-width: 767px) {
  .l-reason .p-item-03 {
    margin-bottom: 20.5128205128dvw;
  }
}
.l-reason .p-item-03 .l-reason__head {
  margin-bottom: 95px;
}
.l-reason .p-item-04 {
  margin-bottom: 162px;
}
@media (max-width: 767px) {
  .l-reason .p-item-04 {
    margin-bottom: 20.5128205128dvw;
  }
}
.l-reason .p-item-04 .l-reason__head {
  margin-bottom: 82px;
}
.l-reason .p-item-05 {
  margin-bottom: 93px;
}
@media (max-width: 767px) {
  .l-reason .p-item-05 {
    margin-bottom: 15.3846153846dvw;
  }
}
.l-reason .p-item-05 .l-reason__head {
  margin-bottom: 64px;
}
.l-reason .p-item-05 .l-reason__column {
  margin-bottom: 97px;
}
.l-reason .p-item-05 .l-reason__column::after {
  display: none;
}
@media (max-width: 767px) {
  .l-reason__head {
    margin-bottom: 18.2051282051dvw !important;
  }
}
.l-reason__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-reason__column {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .l-reason__column {
    flex-direction: column-reverse;
    gap: 11.2820512821dvw;
    margin-bottom: 19.7435897436dvw !important;
  }
}
.l-reason__column::after {
  position: absolute;
  bottom: -50px;
  width: 59px;
  height: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #66C5E2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media (max-width: 767px) {
  .l-reason__column::after {
    bottom: -11.2820512821dvw !important;
    width: 15.1282051282dvw;
    height: 4.6153846154dvw;
  }
}
.l-reason__column:last-child::after {
  display: none;
}
.l-reason__column.is-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .l-reason__column.is-reverse {
    flex-direction: column-reverse;
  }
}
.l-reason__column.is-reverse .l-reason__column-body {
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 767px) {
  .l-reason__column.is-reverse .l-reason__column-body {
    padding-left: 0;
  }
}
.l-reason__column.is-column-01 {
  margin-bottom: 100px;
}
.l-reason__column.is-column-01 .l-reason__column-ttl-sub {
  padding-top: 3px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .l-reason__column.is-column-01 .l-reason__column-ttl {
    margin-bottom: 0 !important;
  }
}
.l-reason__column.is-column-02 {
  margin-bottom: 89px;
}
.l-reason__column.is-column-02::after {
  bottom: -60px;
}
.l-reason__column.is-column-02 .l-reason__column-ttl-sub {
  padding-top: 3px;
  margin-bottom: 13px;
}
.l-reason__column.is-column-02 .l-reason__column-ttl {
  margin-bottom: 17px;
}
.l-reason__column.is-column-03 {
  margin-bottom: 91px;
}
.l-reason__column.is-column-03::after {
  bottom: -62px;
}
.l-reason__column.is-column-03 .l-reason__column-ttl-sub {
  padding-top: 18px;
  margin-bottom: 6px;
}
.l-reason__column.is-column-03 .l-reason__column-ttl {
  margin-bottom: 17px;
}
.l-reason__column.is-column-04 .l-reason__column-ttl-sub {
  padding-top: 17px;
  margin-bottom: 6px;
}
.l-reason__column.is-column-04 .l-reason__column-ttl {
  margin-bottom: 25px;
}
.l-reason__column-img {
  width: 50%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .l-reason__column-img {
    width: 100%;
    padding-top: 0 !important;
  }
}
.l-reason__column-img img {
  display: block;
}
.l-reason__column-body {
  width: 50%;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-reason__column-body {
    width: 100%;
    padding-right: 0;
  }
}
.l-reason__column-ttl {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .l-reason__column-ttl {
    font-size: 40px;
    font-size: 10.2564102564dvw;
    margin-bottom: 3.5897435897dvw !important;
  }
}
.l-reason__column-ttl-sub {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .l-reason__column-ttl-sub {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    line-height: 2.6;
    padding-top: 0 !important;
    margin-bottom: 3.0769230769dvw !important;
  }
}
@media (max-width: 767px) {
  .l-reason__column-ttl-sub:first-child {
    margin-top: -4.6153846154dvw !important;
    margin-bottom: 1.5384615385dvw !important;
  }
}
.l-reason__column-txt {
  font-size: 16px;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .l-reason__column-txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-reason__column-note {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-reason__column-note {
    font-size: 13px;
    font-size: 3.3333333333dvw;
    line-height: 1.7;
  }
}
.l-reason__ttl {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.375;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .l-reason__ttl {
    font-size: 30px;
    font-size: 7.6923076923dvw;
  }
}
.l-reason__ttl-sub {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .l-reason__ttl-sub {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
.l-reason__txt {
  font-size: 16px;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .l-reason__txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-reason__media {
  display: flex;
  flex-direction: row-reverse;
  gap: 43px;
  border-top: 1px solid #7E7FC4;
  padding-top: 47px;
  padding-bottom: 47px;
}
@media (max-width: 767px) {
  .l-reason__media {
    flex-direction: column;
    gap: 5.1282051282dvw;
    padding-top: 7.6923076923dvw;
    padding-top: 7.6923076923dvw;
  }
}
.l-reason__media-img {
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-reason__media-img {
    width: 100%;
  }
}
.l-reason__media-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .l-reason__media-ttl {
    font-size: 24px;
    font-size: 6.1538461538dvw;
    margin-bottom: 1.2820512821dvw;
    line-height: 1.6;
  }
}
.l-reason__media-txt {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-reason__media-txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-reason__img-col {
  display: flex;
  gap: 19px;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .l-reason__img-col {
    flex-direction: column;
    gap: 2.5641025641dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-reason__img-col img {
  display: block;
  width: 100%;
}

/*  アーチの研修教育制度
*----------------------------------- */
.page-education .list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .page-education .list-page__main {
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-education .list-page__main {
    width: 100%;
  }
}
.page-education .list-page__header {
  padding-top: 99px;
  margin-bottom: 109px;
}
@media (max-width: 767px) {
  .page-education .list-page__header {
    padding-top: 11.7948717949dvw;
    margin-bottom: 15.8974358974dvw;
  }
}
.page-education .list-page__header__container {
  gap: 0;
}
.page-education .list-page__header__title {
  padding-top: 214px;
  margin-left: -141px;
}
@media (max-width: 767px) {
  .page-education .list-page__header__title {
    padding-top: 7.6923076923dvw;
    margin-left: 0;
  }
}
.page-education .list-page__header__subtitle {
  text-align: left;
  line-height: 1.05;
}

.l-education__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .l-education__inner {
    padding: 0 5.1282051282dvw;
  }
}
.l-education__top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 145px;
}
@media (max-width: 767px) {
  .l-education__top {
    flex-direction: column;
    margin-bottom: 17.1794871795dvw;
  }
}
.l-education__top-img {
  margin-left: calc(50% - 50vw);
  padding-right: 62px;
}
@media (max-width: 767px) {
  .l-education__top-img {
    padding-right: 0;
    margin-right: calc(50% - 50vw);
    margin-bottom: 15.641025641dvw;
  }
}
.l-education__top-body {
  padding-top: 80px;
  width: min(54%, 650px);
  flex-shrink: 0;
}
@media (max-width: 1240px) {
  .l-education__top-body {
    width: 50%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .l-education__top-body {
    width: 100%;
  }
}
.l-education__top-ttl {
  font-size: 47px;
  line-height: 1.48;
  font-weight: 700;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .l-education__top-ttl {
    font-size: 30px;
    font-size: 7.6923076923dvw;
    margin-bottom: 4.6153846154dvw;
  }
}
.l-education__top-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .l-education__top-txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.l-education__col {
  display: flex;
  gap: 72px;
  margin-bottom: 146px;
}
@media (max-width: 767px) {
  .l-education__col {
    flex-direction: column;
    gap: 11.7948717949dvw;
    margin-bottom: 30dvw;
  }
}
.l-education__col-item {
  width: 100%;
}
.l-education__col-img {
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .l-education__col-img {
    margin-bottom: 5.1282051282dvw;
  }
}
.l-education__col-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .l-education__col-ttl {
    font-size: 24px;
    font-size: 6.1538461538dvw;
    line-height: 1.66;
    margin-bottom: 1.7948717949dvw;
  }
}
.l-education__col-txt {
  font-size: 16px;
  line-height: 2.25;
  padding-right: 18px;
}
@media (max-width: 767px) {
  .l-education__col-txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    padding-right: 0;
  }
}

.education-point {
  margin: 0 auto 183px;
}
@media (max-width: 767px) {
  .education-point {
    margin: 0vw 0 9vw;
  }
}
.education-point__common {
  margin: 149px 0px 46px;
}
@media (max-width: 767px) {
  .education-point__common {
    margin: 38.21vw 0px 11.79vw;
  }
}
.education-point__tit {
  font-size: 47px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .education-point__tit {
    font-size: 7.69vw;
  }
}
.education-point__subtit {
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.12);
  line-height: 1.4;
  padding: 16px 0 38px;
  margin: 32px 0 69px;
}
@media (max-width: 767px) {
  .education-point__subtit {
    font-size: 7.77vw;
    padding: 5vw 0;
    margin: 6vw 0 17vw;
  }
}
.education-point__subtit span {
  font-size: 30px;
}
@media (max-width: 767px) {
  .education-point__subtit span {
    font-size: 5.69vw;
  }
}
.education-point__subtit mark {
  background: none;
  font-size: 39px;
  color: #fff;
}
@media (max-width: 767px) {
  .education-point__subtit mark {
    font-size: 7vw;
  }
}
.education-point__area {
  margin: 0 auto 72px;
}
@media (max-width: 767px) {
  .education-point__area {
    margin: 0 auto 25vw;
  }
}
.education-point__img {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .education-point__img {
    margin-bottom: 13.46vw;
  }
}
.education-point__item {
  display: flex;
  gap: 39px;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .education-point__item {
    gap: 7.26vw;
    flex-wrap: wrap;
    margin-bottom: 20vw;
  }
}
@media (min-width: 768px) {
  .education-point__item__img {
    width: 41.5%;
  }
}
.education-point__item__text {
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .education-point__item__text {
    width: 58.5%;
    margin-top: -7px;
  }
}
.education-point__item__list {
  list-style: outside;
  margin: 17px 0 25px 15px;
}
@media (max-width: 767px) {
  .education-point__item__list {
    margin: 4.36vw 0 4.36vw 15px;
  }
}

.l-education-message {
  margin: 136px 0 -103px;
}
@media (max-width: 767px) {
  .l-education-message {
    margin: 18vw 0 0;
  }
}
.l-education-message .education-message__tit {
  font-size: 41px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 39px;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .l-education-message .education-message__tit {
    font-size: 7.69vw;
    margin-bottom: 6.5vw;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .l-education-message .education-message__img {
    width: 81.79vw;
    margin: 0 auto;
  }
}
.l-education-message .education-message__text {
  text-align: center;
  font-size: 20px;
  width: 809px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.92);
  position: relative;
  color: #1F1F1F;
  top: -148px;
  padding: 27px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-education-message .education-message__text {
    font-size: 4.1vw;
    text-align: left;
    top: -10vw;
    width: 100%;
    padding: 6vw;
    line-height: 1.88;
  }
}

.l-education-content {
  background-color: #4C4FA2;
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%) 65px;
}
@media (max-width: 767px) {
  .l-education-content {
    padding: 46px calc(50vw - 50%) 65px;
  }
}
.l-education-content__item-1 {
  margin-bottom: 59px;
}
.l-education-content__ttl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .l-education-content__ttl {
    font-size: 24px;
    font-size: 6.1538461538dvw;
  }
}
.l-education-content__box-1 {
  width: min(41%, 473px);
  background-color: #fff;
  padding: 29px 28px 28px 29px;
}
@media (max-width: 767px) {
  .l-education-content__box-1 {
    width: 100%;
    padding: 5.1282051282dvw;
    margin-bottom: 10.2564102564dvw;
  }
}
.l-education-content__box-1 table {
  width: 100%;
  border-collapse: collapse;
}
.l-education-content__box-1 table td {
  width: 50%;
  font-size: 19px;
  line-height: 1.21;
  font-weight: 500;
  color: #1E1E1E;
  text-align: center;
  border-bottom: 8px solid #fff;
  background-color: #5bc1d8;
  padding: 8px 4px;
}
@media (max-width: 767px) {
  .l-education-content__box-1 table td {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    padding: 2.5641025641dvw 1.0256410256dvw;
  }
}
.l-education-content__box-1 table td.no_bb {
  border-bottom: 0 solid #fff;
}
.l-education-content__box-1 table td + td {
  border-left: 8px solid #fff;
}
.l-education-content__box-1 table td.bg02 {
  background-color: #1D2088;
  color: #fff;
}
.l-education-content__box-1 table td.h_wide {
  padding: 12px 4px;
}
.l-education-content__box-2 {
  width: min(59%, 682px);
  background-color: #fff;
  color: #1E1E1E;
  padding: 27px 56px 45px 37px;
}
@media (max-width: 767px) {
  .l-education-content__box-2 {
    width: 100%;
    padding: 5.1282051282dvw;
  }
}
.l-education-content__box-2-ttl {
  margin-bottom: 23px;
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
  border-bottom: 1px solid #434343;
}
@media (max-width: 767px) {
  .l-education-content__box-2-ttl {
    font-size: 19px;
    font-size: 4.8717948718dvw;
  }
}
.l-education-content .justify {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .l-education-content .justify {
    flex-direction: column;
  }
}
.l-education-content .palt {
  font-feature-settings: "palt";
}
.l-education-content .bg_w .txt18 {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.l-education-content .bg_w .clm2.justify ul {
  width: 49%;
}
@media (max-width: 767px) {
  .l-education-content .bg_w .clm2.justify ul {
    width: 100%;
  }
}
.l-education-content .bg_w .clm2.justify ul li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.21;
  font-weight: 400;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .l-education-content .bg_w .clm2.justify ul li {
    font-size: 14px;
    font-size: 3.5897435897dvw;
  }
}
.l-education-content .bg_w .clm2.justify ul li:before {
  display: block;
  content: "";
  top: 2px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #1D2088;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .l-education-content .bg_w .clm2.justify ul li:before {
    width: 3.0769230769dvw;
    height: 3.0769230769dvw;
    top: 0.5128205128dvw;
    left: 0.5128205128dvw;
  }
}
.l-education-content__item-2 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .l-education-content__item-2 {
    margin-bottom: 7vw;
  }
}
.l-education-content__item-2 .l-education-content__ttl {
  margin-bottom: 25px;
}
.l-education-content__item-2-inner {
  padding: 45px 56px 47px 61px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-education-content__item-2-inner {
    padding: 5.1282051282dvw;
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 767px) {
  .l-education-content__item-2 .table_wrap {
    overflow-x: scroll;
    white-space: nowrap;
    margin-right: calc(50% - 50vw);
    padding-right: 10.2564102564dvw;
  }
}
.l-education-content__item-2 table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #00469b;
  line-height: 1.4;
  background-color: #fff;
  color: #1E1E1E;
}
.l-education-content__item-2 table tr:first-child td, .l-education-content__item-2 table tr:first-child th {
  height: 34px;
}
@media (max-width: 767px) {
  .l-education-content__item-2 table tr:first-child td, .l-education-content__item-2 table tr:first-child th {
    padding: 3.0769230769dvw 3.8461538462dvw;
  }
}
.l-education-content__item-2 table tr:first-child td::before, .l-education-content__item-2 table tr:first-child th::before {
  display: none;
}
.l-education-content__item-2 table th {
  font-weight: 600;
  padding: 7px 5px;
  border: 1px solid #1D2088;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-education-content__item-2 table th {
    font-size: 13px;
    font-size: 3.3333333333dvw;
  }
}
.l-education-content__item-2 table th.month {
  width: 81px;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 5px;
  background-color: #1D2088;
  color: #fff;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-education-content__item-2 table th.month {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    width: 20.5128205128dvw;
    padding: 3.0769230769dvw 1.2820512821dvw;
  }
}
.l-education-content__item-2 table th.month + td {
  vertical-align: middle;
}
.l-education-content__item-2 table td {
  padding: 10px 13px 9px;
  font-size: 12px;
  line-height: 1.41;
  border: 1px solid #3B3B3B;
  text-align: left;
}
@media (max-width: 767px) {
  .l-education-content__item-2 table td {
    font-size: 12px;
    font-size: 3.0769230769dvw;
    padding: 3.0769230769dvw 3.8461538462dvw;
  }
}
.l-education-content__item-2 table td::before {
  display: block;
  height: 20px;
  float: left;
  content: "";
}
.l-education-content__item-2 table td.txt15 {
  vertical-align: middle;
  width: 128px;
}
@media (max-width: 767px) {
  .l-education-content__item-2 table td.txt15 {
    white-space: nowrap;
  }
}
.l-education-content__item-2 table td.txt15 + td {
  width: 224px;
}
.l-education-content__item-2 table .bg_aqua {
  background-color: #EDEDED;
}
.l-education-content__item-2 table tr:nth-child(odd) th.month {
  background-color: #5bc1d8;
}

.l-education-career {
  padding-top: 177px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .l-education-career {
    padding-top: 25.1282051282dvw;
  }
}
.l-education-career__ttl-en {
  font-family: "anton", sans-serif;
  font-weight: 400;
  font-size: 130px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 33px;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-education-career__ttl-en {
    font-size: 65px;
    font-size: 16.6666666667dvw;
    margin-bottom: 8.9743589744dvw;
  }
}
.l-education-career__ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .l-education-career__ttl {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    margin-bottom: 14.8717948718dvw;
  }
}
.l-education-career__ttl-sub {
  text-align: center;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .l-education-career__ttl-sub {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 7.6923076923dvw;
    text-align: left;
    margin-bottom: 6.4102564103dvw;
  }
}
.l-education-career__txt {
  margin-bottom: 77px;
  font-size: 16px;
  line-height: 2.25;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .l-education-career__txt {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    padding-left: 0;
    margin-bottom: 21.2820512821dvw;
  }
}
.l-education-career__fig {
  padding: 27px 27px 35px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-education-career__fig {
    margin: 0 calc(50% - 50vw);
    padding: 18.8vw 5.1282051282dvw 35px;
  }
}
.l-education-career__fig-img {
  margin-bottom: 23px;
  border: 1px solid #707070;
}
@media (max-width: 767px) {
  .l-education-career__fig-img {
    overflow: auto;
    margin-bottom: 8.6vw;
    border: none;
  }
}
@media (max-width: 767px) {
  .l-education-career__fig-img img {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .l-education-career__fig-txt {
    color: #1E1E1E;
    font-size: 13px;
    font-size: 3.3333333333dvw;
    font-weight: 400;
    margin-bottom: 2.0512820513dvw;
  }
}
.l-education-career__box {
  padding: 17px 20px 16px;
  display: flex;
  gap: 26.5px;
  border: 3px solid #50A5C0;
  align-items: center;
}
@media (max-width: 767px) {
  .l-education-career__box {
    flex-direction: column;
    padding: 4.358974359dvw 4.358974359dvw 3.8461538462dvw;
    gap: 2.8205128205dvw;
  }
}
.l-education-career__box-ttl {
  width: 285px;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  background-color: #50A5BF;
  flex-shrink: 0;
  color: #fff;
  display: flex;
}
@media (max-width: 767px) {
  .l-education-career__box-ttl {
    width: 100%;
    font-size: 22px;
    font-size: 5.641025641dvw;
    height: 11.2820512821dvw;
  }
}
.l-education-career__box-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  color: #1E1E1E;
}
@media (max-width: 767px) {
  .l-education-career__box-txt {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.66;
  }
}

/*  インタビューページ
*----------------------------------- */
.page-interview-index .l-interview {
  margin-bottom: 0;
}
.page-interview-index .l-interview .simple.c-button,
.page-interview-index .l-interview .p-header {
  display: none;
}
.page-interview-index .l-interview__container {
  display: block;
}
.page-interview-index .l-interview__list {
  max-width: 100%;
  width: 1130px;
  margin: 0 auto;
  justify-content: flex-start;
  gap: 80px 85px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-interview__list {
    width: 86%;
    gap: 15vw;
  }
}
.page-interview-index .l-interview__list .p-item {
  width: calc(33.33% - 57px);
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-interview__list .p-item {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-index .l-interview__list .p-item:nth-child(3n) {
    margin-right: 0;
  }
}
.page-interview-index .l-interview__list .p-item:last-child {
  margin-right: 0;
}
.page-interview-index .l-interview__list::before {
  display: none;
}

/*  インタビュー詳細ページ
*----------------------------------- */
.page-interview-detail .list-page__header {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .list-page__header {
    margin-bottom: 8vw;
  }
}
.page-interview-detail .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-interview-detail .list-page__header__container {
  display: block;
}
.page-interview-detail .list-page__header__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .list-page__header__title .accent {
  color: #1D2088;
}
.page-interview-detail .list-page__header__subtitle {
  margin-bottom: 14px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1;
  font-family: ryo-gothic-plusn, sans-serif;
}
.page-interview-detail .list-page__header__subtitle small {
  margin-top: 15px;
  display: block;
  font-family: "anton", sans-serif;
  color: #66C5E2;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.page-interview-detail .list-page__main {
  width: 100%;
}

.page-interview-detail .l-profile {
  background: rgba(186, 186, 186, 0.47);
  padding: 40px 0;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile {
    padding: 7vw 0;
    margin-bottom: 15vw;
  }
}
.page-interview-detail .l-profile__container {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__container {
    padding: 0 5vw;
  }
}
.page-interview-detail .l-profile__title {
  font-size: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__title {
    font-size: 10vw;
    text-align: center;
    margin-bottom: 3vw;
  }
}
.page-interview-detail .l-profile__text {
  line-height: 1.8;
  font-weight: 600;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__text {
    margin-left: 40px;
    padding: 5px 0;
    padding-left: 39px;
    border-left: 1px solid #1F1F1F;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__text {
    font-size: 4vw;
    text-align: center;
  }
}

@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 54px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__photo {
    flex: 1;
    max-width: 568px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__info {
    max-width: 576px;
  }
}
.page-interview-detail .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #1D2088;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-interview-detail .l-comment .p-item__title {
  font-size: 33px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-interview-detail .l-comment .p-item__title .accent {
  color: #1D2088;
}
.page-interview-detail .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.page-interview-detail .l-comment .p-item02 {
  display: block;
  text-align: center;
  padding-top: 80px;
  position: relative;
  max-width: 100%;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 {
    margin-top: 0;
    width: 100%;
    padding-top: 8%;
    margin-bottom: 9vw;
  }
}
.page-interview-detail .l-comment .p-item02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 457px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #66C5E2;
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02::before {
    height: 45vw;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__catch {
  margin-bottom: 30px;
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__catch {
    margin-bottom: 3%;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__photo {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__photo {
    width: 90%;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__info {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__info {
    width: 90%;
  }
}

/*  クロストークページ
*----------------------------------- */
.page-crosstalk-index .l-crosstalk__list .p-item {
  width: 960px;
  margin: 0 auto 60px;
  border: 2px solid #1D2088;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item {
    width: 100%;
    margin: 0 0 12vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item a {
    padding: 5%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__photo {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__photo {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__info {
  width: 45%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__info {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
  font-size: 28px;
  font-family: "anton", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
  padding: 2px 10px;
  background: #1D2088;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
    padding: 2px 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
    font-size: 5vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__title {
  font-size: 36px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__title {
    font-size: 7vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) {
  border: 2px solid #66C5E2;
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) a {
    flex-direction: row-reverse;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) .p-item__sub_title span {
  background: #66C5E2;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.page-crosstalk-detail .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-crosstalk-detail .list-page__header__container {
  display: block;
}
.page-crosstalk-detail .list-page__header__subtitle {
  font-size: 28px;
  font-family: "anton", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .list-page__header__subtitle span {
  padding: 2px 10px;
  background: #1D2088;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle span {
    padding: 2px 5px;
  }
}
.page-crosstalk-detail .list-page__header__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-crosstalk-detail .list-page__header__title .accent {
  color: #1D2088;
}

.page-crosstalk-detail .l-members {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members {
    margin-bottom: 15vw;
  }
}
.page-crosstalk-detail .l-members > h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 90px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.page-crosstalk-detail .l-members > h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #1D2088;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2::after {
    width: 10vw;
    bottom: -4vw;
  }
}
.page-crosstalk-detail .l-members__title {
  text-align: center;
  font-family: "anton", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #66C5E2;
  line-height: 1;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__title {
    font-size: 10vw;
    margin-bottom: 7vw;
  }
}
.page-crosstalk-detail .l-members__info {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info {
    justify-content: center;
  }
}
.page-crosstalk-detail .l-members__info .p-item {
  width: 200px;
  margin: 0 40px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item {
    width: 30%;
    margin: 0 4vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__photo {
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__title small {
  display: block;
  font-family: bilo, sans-serif;
  color: #cbcbcb;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.page-crosstalk-detail .l-members__info .p-item__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__text {
    font-size: 3.4vw;
  }
}

.page-crosstalk-detail .l-movie {
  width: 985px;
  margin: 0 auto 100px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-movie {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.page-crosstalk-detail .l-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.page-crosstalk-detail .l-comment .p-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item {
    margin-bottom: 12vw;
    flex-wrap: wrap;
  }
}
.page-crosstalk-detail .l-comment .p-item:last-child {
  margin-bottom: 0;
}
.page-crosstalk-detail .l-comment .p-item__photo {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__wrap {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__wrap {
    width: 100%;
  }
}
.page-crosstalk-detail .l-comment .p-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__info {
    margin-bottom: 5vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name {
  width: 74px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 3px;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__name {
    font-size: 3.8vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name.num02 {
  background: #0B4BAE;
}
.page-crosstalk-detail .l-comment .p-item__name.num03 {
  background: #484848;
}
.page-crosstalk-detail .l-comment .p-item__text {
  width: calc(100% - 90px);
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__text {
    width: calc(100% - 85px);
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-detail .l-comment .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.page-crosstalk-detail .l-other-talk {
  margin-top: 150px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk {
    width: 90%;
    margin: 20vw auto 0;
  }
}
.page-crosstalk-detail .l-other-talk ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-crosstalk-detail .l-other-talk ul li {
  width: 330px;
  margin: 0 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul li {
    width: 100%;
    margin: 0 0 8%;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__photo {
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
  font-size: 18px;
  font-family: "anton", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
    font-size: 4vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
  padding: 2px 10px;
  background: #1D2088;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
    padding: 2px 5px;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__title {
    font-size: 5vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item.current {
  display: none;
}

/*  仕事を知る
*----------------------------------- */
.page-business .l-business {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business {
    width: 100%;
  }
}
.page-business .l-business__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__title {
    font-size: 6vw;
  }
}
.page-business .l-business__title.en {
  font-size: 60px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__title.en {
    font-size: 10vw;
    margin-bottom: -2vw;
  }
}
.page-business .l-business__title .accent {
  color: #1D2088;
}
.page-business .l-business__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-business .l-business__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-business .l-business__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-business .l-business__container {
  padding-top: 100px;
  border-top: 2px solid #1F1F1F;
}
.page-business .l-business .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-business .l-business .p-item::after {
  content: "";
  background-color: #1F1F1F;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-business .l-business .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-business .l-business .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__info {
    width: 100%;
  }
}
.page-business .l-business .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1D2088;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-business .l-business .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-business .l-business .p-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-business .l-business .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-business .l-business .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-business .l-business .p-item:last-child::after {
  display: none;
}

/*  数字で見る
*----------------------------------- */
.page-number .list-page__main {
  width: 100%;
}
.page-number .list-page__header__container {
  gap: 21px;
}
@media (max-width: 767px) {
  .page-number .list-page__header__container {
    gap: 0.5128205128dvw;
  }
}
.page-number .list-page__header {
  margin-bottom: 109px;
}
@media (max-width: 767px) {
  .page-number .list-page__header {
    margin-bottom: 10.7692307692dvw;
  }
}

.l-number {
  padding-bottom: 79px;
}
@media (max-width: 767px) {
  .l-number {
    padding-bottom: 10.2564102564dvw;
  }
}
.l-number__inner {
  max-width: 1282px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-number__inner {
    padding: 0 5.1282051282dvw;
  }
}
.l-number__ttl {
  color: #1D2088;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 37px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .l-number__ttl {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    padding: 2.0512820513dvw 2.5641025641dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-number__col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 33px;
  margin-bottom: 113px;
}
@media (max-width: 767px) {
  .l-number__col {
    flex-direction: column;
    margin-bottom: 20.5128205128dvw;
    gap: 5.1282051282dvw;
  }
}
.l-number__col:last-child {
  margin-bottom: 0;
}
.l-number__img {
  width: calc(50% - 18px);
}
@media (max-width: 767px) {
  .l-number__img {
    width: 100%;
  }
}

/*  ギャラリー
*----------------------------------- */
.page-gallery .list-page__list__title {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .list-page__list__title {
    margin-bottom: 6.4vw;
  }
}

.page-gallery .l-gallery .l-list {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list {
    margin-bottom: 12vw;
  }
}
.page-gallery .l-gallery .l-list:last-child {
  margin-bottom: 0;
}
.page-gallery .l-gallery .l-list__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__title {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
}
.page-gallery .l-gallery .l-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container {
    gap: 25px 4%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item {
  width: 32%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container .p-item {
    width: 48%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item p {
  text-align: center;
  margin-top: 10px;
}

/*  募集要項
*----------------------------------- */
.page-job .l-job .p-item {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job .p-item {
    margin-bottom: 15vw;
  }
}
.page-job .l-job .p-item:last-child {
  margin-bottom: 0;
}

/*  policyページ
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-policy .list-page__list {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

.page-policy .l-policy .l-list {
  margin-bottom: 8rem;
}
.page-policy .l-policy .l-list:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy__container {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__container {
    margin-bottom: 15vw;
  }
}
.page-policy .l-policy__container:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy__text {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__text {
    margin-bottom: 10vw;
  }
}
.page-policy .l-policy .l-list__title {
  font-size: 22px;
  margin-bottom: 30px;
  background: #fff;
  font-weight: bold;
  padding: 10px 20px;
  color: #1D2088;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title {
    font-size: 4.8vw;
  }
}

.page-policy .l-policy ul.p-item {
  margin-left: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy ul.p-item {
    margin-left: 4vw;
  }
}

.page-policy .l-policy .p-item {
  margin-bottom: 40px;
  list-style: decimal;
}
@media print, screen and (min-width: 761px) {
  .page-policy .l-policy .p-item {
    padding: 0 8px;
  }
}
.page-policy .l-policy .p-item__title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text {
  margin-bottom: 1.3rem;
  font-weight: 400;
}
.page-policy .l-policy .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__name {
  text-align: right;
}
.page-policy .l-policy .p-item dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dl {
    width: auto;
    margin: 0 auto 8vw;
  }
}
.page-policy .l-policy .p-item dt {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dt {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}
.page-policy .l-policy .p-item dd {
  margin: 0 0 50px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd {
    margin: 0 0 10%;
    font-size: 3.8vw;
  }
}
.page-policy .l-policy .p-item dd.right {
  text-align: right;
}
.page-policy .l-policy .p-item dd:last-child {
  margin: 0;
}
.page-policy .l-policy .p-item dd a {
  text-decoration: underline;
}

/*  404ページ
*----------------------------------- */
.page-404 .l-404 {
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 {
    padding: 0 5%;
    margin-bottom: 20%;
  }
}

.page-404 .l-404 .p-item__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__title {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.page-404 .l-404 .p-item__subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.page-404 .l-404 .p-item__text {
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__text {
    font-size: 4vw;
    text-align: justify;
  }
}
.page-404 .l-404 .p-item__button {
  margin-top: 50px;
}

/*# sourceMappingURL=page.css.map */
