@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: "termina", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

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

.yakuhan {
  font-family: "YakuHanJP", "source-han-sans-japanese", sans-serif;
}

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

中面 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%;
  }
}

.page-mv {
  position: relative;
  box-sizing: border-box;
  min-height: 730px;
  padding: 109px 20px 90px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-mv {
    min-height: 133.3333333333dvw;
    padding: 21.0256410256dvw 0 10.2564102564dvw;
  }
}
.page-mv::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 64px;
  left: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .page-mv::before {
    bottom: 8.7179487179dvw;
    width: 6.6666666667dvw;
    height: 6.6666666667dvw;
    border-right: 1.0256410256dvw solid #fff;
    border-bottom: 1.0256410256dvw solid #fff;
  }
}
.page-education .page-mv {
  background: url("../education/images/bg_mv.jpg") center top/cover no-repeat;
}
@media (max-width: 767px) {
  .page-education .page-mv {
    min-height: 153.8461538462dvw;
    background: url("../education/images/sp/bg_mv.jpg") center top/cover no-repeat;
  }
}
.page-personality .page-mv {
  background: url("../personality/images/bg_mv.jpg") center top/cover no-repeat;
}
@media (max-width: 767px) {
  .page-personality .page-mv {
    background: url("../personality/images/sp/bg_mv.jpg") center top/cover no-repeat;
  }
}
.page-philosophy .page-mv {
  background: url("../philosophy/images/bg_mv.jpg") center top/cover no-repeat;
}
@media (max-width: 767px) {
  .page-philosophy .page-mv {
    min-height: 153.8461538462dvw;
    background: url("../philosophy/images/sp/bg_mv.jpg") center top/cover no-repeat;
  }
}
.page-number .page-mv {
  background: url("../number/images/bg_mv.jpg") center top/cover no-repeat;
}
@media (max-width: 767px) {
  .page-number .page-mv {
    background: url("../number/images/bg_mv_sp.jpg") center top/cover no-repeat;
  }
}
.page-reason .page-mv {
  background: url("../reason/images/bg_mv.jpg") center top/cover no-repeat;
}
@media (max-width: 767px) {
  .page-reason .page-mv {
    min-height: 153.8461538462dvw;
    background: url("../reason/images/bg_mv_sp.jpg") center top/cover no-repeat;
  }
}
.page-mv__ttl {
  margin-bottom: 2.9em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .page-mv__ttl {
    margin-bottom: 2em;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.page-mv__ttl span {
  display: block;
  margin-bottom: 0.35em;
  font-family: "termina", sans-serif;
  font-size: 6.6rem;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 767px) {
  .page-mv__ttl span {
    font-size: 32px;
    font-size: 8.2051282051dvw;
  }
}
.page-philosophy .page-mv__ttl span {
  white-space: pre;
}
.page-mv__catch {
  display: block;
  width: fit-content;
  margin: 0 auto 37px;
}
@media (max-width: 767px) {
  .page-mv__catch {
    margin: 0 5.1282051282dvw 5.1282051282dvw;
  }
}
.page-mv p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .page-mv p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 1.875;
  }
}

/*  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 {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
  }
}
@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;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-index .list-page .list-page__main .l-page-index {
    padding: 0 4%;
  }
}
@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 #101010;
  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 #08134d;
}
.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: #d2d6de;
}
@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: "termina", sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #002aff;
}
@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;
  max-width: calc(1200px + 8%);
  margin: 0 auto 50px;
}
@media print, screen and (min-width: 761px) {
  .l-cmn-member .l-member__list {
    padding: 0 4%;
  }
}
@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;
  }
}

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

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  会社概要 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 .mv_list {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-company .mv_list {
    margin-bottom: 12vw;
  }
}

.page-company .l-company .section_offer {
  margin-bottom: 85px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .section_offer {
    margin-bottom: 12vw;
  }
}
.page-company .l-company h3 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company h3 {
    margin-bottom: 5vw;
  }
}
.page-company .l-company h3 span {
  font-size: 35px;
  margin-right: 15px;
  line-height: 1;
  letter-spacing: 1.5px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company h3 span {
    font-size: 8vw;
    margin-right: 2vw;
  }
}
.page-company .l-company .l-table {
  margin-bottom: 75px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table {
    margin-bottom: 12vw;
  }
}
.page-company .l-company .l-table:last-child {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table:last-child {
    margin-bottom: 3vw;
  }
}
.page-company .l-company .l-table table {
  width: 100%;
  border-collapse: collapse;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table table {
    border-top: 1px solid #4B4B4B;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company .l-table table tr {
    display: table-row;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table table tr {
    display: block;
  }
}
.page-company .l-company .l-table table th {
  background: #EDEDED;
  border: 1px solid #4B4B4B;
  padding: 20px;
  width: 266px;
  font-weight: 500;
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company .l-table table th {
    display: table-cell;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table table th {
    border: none;
    border-left: 1px solid #4B4B4B;
    border-right: 1px solid #4B4B4B;
    display: block;
    width: 100%;
    padding: 3vw;
  }
}
.page-company .l-company .l-table table td {
  padding: 20px;
  border: 1px solid #4B4B4B;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company .l-table table td {
    display: table-cell;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table table td {
    display: block;
    width: 100%;
    padding: 3vw;
  }
}

/*  企業理念 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: #002aff;
}
@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;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-main {
    padding-bottom: 0;
  }
}

.page-reason .list-page__anc {
  background: url(../images/cmn/bg_black.png) repeat;
  background-size: contain;
  padding: 55px 0 68px;
  margin-bottom: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc {
    margin-bottom: 15.1vw;
    padding: 11.5vw 0 16vw;
  }
}
.page-reason .list-page__anc ul.l-anc-list {
  counter-reset: nav;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 28px;
}
@media print, screen and (min-width: 761px) {
  .page-reason .list-page__anc ul.l-anc-list {
    max-width: calc(1080px + 8%);
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12.6vw 3.2vw;
    padding: 0 5vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list li:nth-child(5):last-child {
    grid-column: 1/3;
    max-width: 46vw;
    margin: 0 auto;
  }
}
.page-reason .list-page__anc ul.l-anc-list li {
  counter-increment: nav;
}
.page-reason .list-page__anc ul.l-anc-list li a {
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  padding-top: 31px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list li a {
    padding-top: 7.5vw;
  }
}
.page-reason .list-page__anc ul.l-anc-list li a::before {
  content: counter(nav, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "termina", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list li a::before {
    font-size: 7.2vw;
  }
}
.page-reason .list-page__anc ul.l-anc-list .p-item__photo {
  margin-bottom: 12px;
}
.page-reason .list-page__anc ul.l-anc-list .p-item__photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list .p-item__photo {
    margin-bottom: 2.6vw;
  }
}
.page-reason .list-page__anc ul.l-anc-list .p-item__text {
  font-size: 16px;
  line-height: 1.25;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list .p-item__text {
    font-size: 3.58vw;
    min-height: 0;
    line-height: 1.45;
  }
}
.page-reason .list-page__anc ul.l-anc-list .p-item__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media print, screen and (max-width: 760px) {
  .page-reason .list-page__anc ul.l-anc-list .p-item__text::after {
    bottom: -4.6vw;
    width: 3.1vw;
    height: 3.1vw;
    border-right-width: 0.5128205128vw;
    border-bottom-width: 0.5128205128vw;
  }
}

.page-reason .l-reason {
  counter-reset: number;
}
.page-reason .l-reason .p-item {
  counter-increment: number;
  width: 1200px;
  margin: 0 auto 110px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item {
    width: 100%;
    margin-bottom: 20vw;
  }
}
.page-reason .l-reason .p-item#anc01, .page-reason .l-reason .p-item#anc02, .page-reason .l-reason .p-item#anc03, .page-reason .l-reason .p-item#anc04, .page-reason .l-reason .p-item#anc05 {
  width: auto;
  max-width: calc(1080px + 8%);
  box-sizing: border-box;
  margin-bottom: 36px;
  border-bottom: 2px solid #fff;
}
@media print, screen and (min-width: 761px) {
  .page-reason .l-reason .p-item#anc01, .page-reason .l-reason .p-item#anc02, .page-reason .l-reason .p-item#anc03, .page-reason .l-reason .p-item#anc04, .page-reason .l-reason .p-item#anc05 {
    padding-top: 44px;
    padding-bottom: 105px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01, .page-reason .l-reason .p-item#anc02, .page-reason .l-reason .p-item#anc03, .page-reason .l-reason .p-item#anc04, .page-reason .l-reason .p-item#anc05 {
    padding-top: 8.2051282051vw;
    padding-bottom: 8.2051282051vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01, .page-reason .l-reason .p-item#anc02, .page-reason .l-reason .p-item#anc03, .page-reason .l-reason .p-item#anc04, .page-reason .l-reason .p-item#anc05 {
    width: 90%;
    max-width: 100%;
    margin: 0 5vw 14.4vw;
    position: relative;
    padding: 0 0 16vw;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__head, .page-reason .l-reason .p-item#anc02 .p-item__head, .page-reason .l-reason .p-item#anc03 .p-item__head, .page-reason .l-reason .p-item#anc04 .p-item__head, .page-reason .l-reason .p-item#anc05 .p-item__head {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 32px;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__head, .page-reason .l-reason .p-item#anc02 .p-item__head, .page-reason .l-reason .p-item#anc03 .p-item__head, .page-reason .l-reason .p-item#anc04 .p-item__head, .page-reason .l-reason .p-item#anc05 .p-item__head {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__head-num, .page-reason .l-reason .p-item#anc02 .p-item__head-num, .page-reason .l-reason .p-item#anc03 .p-item__head-num, .page-reason .l-reason .p-item#anc04 .p-item__head-num, .page-reason .l-reason .p-item#anc05 .p-item__head-num {
  display: block;
  width: 210px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__head-num, .page-reason .l-reason .p-item#anc02 .p-item__head-num, .page-reason .l-reason .p-item#anc03 .p-item__head-num, .page-reason .l-reason .p-item#anc04 .p-item__head-num, .page-reason .l-reason .p-item#anc05 .p-item__head-num {
    width: 33.4230769231vw;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__head-num img, .page-reason .l-reason .p-item#anc02 .p-item__head-num img, .page-reason .l-reason .p-item#anc03 .p-item__head-num img, .page-reason .l-reason .p-item#anc04 .p-item__head-num img, .page-reason .l-reason .p-item#anc05 .p-item__head-num img {
  display: block;
  width: 100%;
  height: auto;
}
.page-reason .l-reason .p-item#anc01 .p-item__head-txt, .page-reason .l-reason .p-item#anc02 .p-item__head-txt, .page-reason .l-reason .p-item#anc03 .p-item__head-txt, .page-reason .l-reason .p-item#anc04 .p-item__head-txt, .page-reason .l-reason .p-item#anc05 .p-item__head-txt {
  display: block;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 70px;
  margin-top: 9px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__head-txt, .page-reason .l-reason .p-item#anc02 .p-item__head-txt, .page-reason .l-reason .p-item#anc03 .p-item__head-txt, .page-reason .l-reason .p-item#anc04 .p-item__head-txt, .page-reason .l-reason .p-item#anc05 .p-item__head-txt {
    font-size: 7.1794871795vw;
    line-height: 1.2;
    text-align: center;
    width: 100%;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__photo, .page-reason .l-reason .p-item#anc02 .p-item__photo, .page-reason .l-reason .p-item#anc03 .p-item__photo, .page-reason .l-reason .p-item#anc04 .p-item__photo, .page-reason .l-reason .p-item#anc05 .p-item__photo {
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__photo, .page-reason .l-reason .p-item#anc02 .p-item__photo, .page-reason .l-reason .p-item#anc03 .p-item__photo, .page-reason .l-reason .p-item#anc04 .p-item__photo, .page-reason .l-reason .p-item#anc05 .p-item__photo {
    margin-bottom: 6.3vw;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__photo::before, .page-reason .l-reason .p-item#anc02 .p-item__photo::before, .page-reason .l-reason .p-item#anc03 .p-item__photo::before, .page-reason .l-reason .p-item#anc04 .p-item__photo::before, .page-reason .l-reason .p-item#anc05 .p-item__photo::before {
  content: none;
}
.page-reason .l-reason .p-item#anc01 .p-item__photo_list, .page-reason .l-reason .p-item#anc02 .p-item__photo_list, .page-reason .l-reason .p-item#anc03 .p-item__photo_list, .page-reason .l-reason .p-item#anc04 .p-item__photo_list, .page-reason .l-reason .p-item#anc05 .p-item__photo_list {
  display: flex;
  flex-wrap: wrap;
}
.page-reason .l-reason .p-item#anc01 .p-item__photo_list .ph, .page-reason .l-reason .p-item#anc02 .p-item__photo_list .ph, .page-reason .l-reason .p-item#anc03 .p-item__photo_list .ph, .page-reason .l-reason .p-item#anc04 .p-item__photo_list .ph, .page-reason .l-reason .p-item#anc05 .p-item__photo_list .ph {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__photo_list .ph, .page-reason .l-reason .p-item#anc02 .p-item__photo_list .ph, .page-reason .l-reason .p-item#anc03 .p-item__photo_list .ph, .page-reason .l-reason .p-item#anc04 .p-item__photo_list .ph, .page-reason .l-reason .p-item#anc05 .p-item__photo_list .ph {
    width: 100%;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__photo_list--anc04, .page-reason .l-reason .p-item#anc02 .p-item__photo_list--anc04, .page-reason .l-reason .p-item#anc03 .p-item__photo_list--anc04, .page-reason .l-reason .p-item#anc04 .p-item__photo_list--anc04, .page-reason .l-reason .p-item#anc05 .p-item__photo_list--anc04 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.page-reason .l-reason .p-item#anc01 .p-item__photo_list--anc04 .ph, .page-reason .l-reason .p-item#anc02 .p-item__photo_list--anc04 .ph, .page-reason .l-reason .p-item#anc03 .p-item__photo_list--anc04 .ph, .page-reason .l-reason .p-item#anc04 .p-item__photo_list--anc04 .ph, .page-reason .l-reason .p-item#anc05 .p-item__photo_list--anc04 .ph {
  margin: 0;
  width: auto;
  aspect-ratio: 16/9;
  grid-column: span 1;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__photo_list--anc04 .ph, .page-reason .l-reason .p-item#anc02 .p-item__photo_list--anc04 .ph, .page-reason .l-reason .p-item#anc03 .p-item__photo_list--anc04 .ph, .page-reason .l-reason .p-item#anc04 .p-item__photo_list--anc04 .ph, .page-reason .l-reason .p-item#anc05 .p-item__photo_list--anc04 .ph {
    aspect-ratio: auto;
    width: 50%;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__photo_list--anc04 .ph picture,
.page-reason .l-reason .p-item#anc01 .p-item__photo_list--anc04 .ph img, .page-reason .l-reason .p-item#anc02 .p-item__photo_list--anc04 .ph picture,
.page-reason .l-reason .p-item#anc02 .p-item__photo_list--anc04 .ph img, .page-reason .l-reason .p-item#anc03 .p-item__photo_list--anc04 .ph picture,
.page-reason .l-reason .p-item#anc03 .p-item__photo_list--anc04 .ph img, .page-reason .l-reason .p-item#anc04 .p-item__photo_list--anc04 .ph picture,
.page-reason .l-reason .p-item#anc04 .p-item__photo_list--anc04 .ph img, .page-reason .l-reason .p-item#anc05 .p-item__photo_list--anc04 .ph picture,
.page-reason .l-reason .p-item#anc05 .p-item__photo_list--anc04 .ph img {
  display: block;
  width: 100%;
  height: 100%;
}
.page-reason .l-reason .p-item#anc01 .p-item__photo_list--anc04 .ph img, .page-reason .l-reason .p-item#anc02 .p-item__photo_list--anc04 .ph img, .page-reason .l-reason .p-item#anc03 .p-item__photo_list--anc04 .ph img, .page-reason .l-reason .p-item#anc04 .p-item__photo_list--anc04 .ph img, .page-reason .l-reason .p-item#anc05 .p-item__photo_list--anc04 .ph img {
  object-fit: cover;
}
.page-reason .l-reason .p-item#anc01 .p-item__photo_list--anc04 .ph--main, .page-reason .l-reason .p-item#anc02 .p-item__photo_list--anc04 .ph--main, .page-reason .l-reason .p-item#anc03 .p-item__photo_list--anc04 .ph--main, .page-reason .l-reason .p-item#anc04 .p-item__photo_list--anc04 .ph--main, .page-reason .l-reason .p-item#anc05 .p-item__photo_list--anc04 .ph--main {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__photo_list--anc04 .ph--main, .page-reason .l-reason .p-item#anc02 .p-item__photo_list--anc04 .ph--main, .page-reason .l-reason .p-item#anc03 .p-item__photo_list--anc04 .ph--main, .page-reason .l-reason .p-item#anc04 .p-item__photo_list--anc04 .ph--main, .page-reason .l-reason .p-item#anc05 .p-item__photo_list--anc04 .ph--main {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__photo_list--anc04, .page-reason .l-reason .p-item#anc02 .p-item__photo_list--anc04, .page-reason .l-reason .p-item#anc03 .p-item__photo_list--anc04, .page-reason .l-reason .p-item#anc04 .p-item__photo_list--anc04, .page-reason .l-reason .p-item#anc05 .p-item__photo_list--anc04 {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__text, .page-reason .l-reason .p-item#anc02 .p-item__text, .page-reason .l-reason .p-item#anc03 .p-item__text, .page-reason .l-reason .p-item#anc04 .p-item__text, .page-reason .l-reason .p-item#anc05 .p-item__text {
  width: 100%;
  color: #fff;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 34px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__text, .page-reason .l-reason .p-item#anc02 .p-item__text, .page-reason .l-reason .p-item#anc03 .p-item__text, .page-reason .l-reason .p-item#anc04 .p-item__text, .page-reason .l-reason .p-item#anc05 .p-item__text {
    width: 100%;
    margin-bottom: 8.8vw;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__btn, .page-reason .l-reason .p-item#anc02 .p-item__btn, .page-reason .l-reason .p-item#anc03 .p-item__btn, .page-reason .l-reason .p-item#anc04 .p-item__btn, .page-reason .l-reason .p-item#anc05 .p-item__btn {
  margin: 0;
}
.page-reason .l-reason .p-item#anc01 .p-item__btn a, .page-reason .l-reason .p-item#anc02 .p-item__btn a, .page-reason .l-reason .p-item#anc03 .p-item__btn a, .page-reason .l-reason .p-item#anc04 .p-item__btn a, .page-reason .l-reason .p-item#anc05 .p-item__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 378px;
  height: 51px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 0 0 1px;
}
.page-reason .l-reason .p-item#anc01 .p-item__btn a::after, .page-reason .l-reason .p-item#anc02 .p-item__btn a::after, .page-reason .l-reason .p-item#anc03 .p-item__btn a::after, .page-reason .l-reason .p-item#anc04 .p-item__btn a::after, .page-reason .l-reason .p-item#anc05 .p-item__btn a::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/cmn/arrow.svg) center/contain no-repeat;
  margin-left: 16px;
  margin-top: 0px;
  position: absolute;
  right: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__btn a::after, .page-reason .l-reason .p-item#anc02 .p-item__btn a::after, .page-reason .l-reason .p-item#anc03 .p-item__btn a::after, .page-reason .l-reason .p-item#anc04 .p-item__btn a::after, .page-reason .l-reason .p-item#anc05 .p-item__btn a::after {
    background: url(../images/cmn/arrow.svg) center/contain no-repeat;
    margin-left: 2.5641025641vw;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__btn a:hover, .page-reason .l-reason .p-item#anc02 .p-item__btn a:hover, .page-reason .l-reason .p-item#anc03 .p-item__btn a:hover, .page-reason .l-reason .p-item#anc04 .p-item__btn a:hover, .page-reason .l-reason .p-item#anc05 .p-item__btn a:hover {
  opacity: 0.75;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__btn a, .page-reason .l-reason .p-item#anc02 .p-item__btn a, .page-reason .l-reason .p-item#anc03 .p-item__btn a, .page-reason .l-reason .p-item#anc04 .p-item__btn a, .page-reason .l-reason .p-item#anc05 .p-item__btn a {
    width: 91%;
    min-height: 12.3076923077vw;
    height: auto;
    font-size: 4.1vw;
    margin: -2.7vw auto 0;
    text-align: center;
    line-height: 1.4;
    padding: 1.6vw 2vw 2vw;
  }
}
.page-reason .l-reason .p-item#anc01 {
  position: relative;
  padding-bottom: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 {
    padding-bottom: 14.2vw;
  }
}
.page-reason .l-reason .p-item#anc01::before {
  content: "";
  position: absolute;
  top: -44px;
  left: -122px;
  width: 1320px;
  height: 1100px;
  background-size: contain;
  background: url(../reason/images/reason01_bg.png) center top/contain no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01::before {
    background-size: contain;
    background: url(../reason/images/reason01_bg_sp.png) center top/contain no-repeat;
    width: 100vw;
    height: 144.36vw;
    top: -15.2vw;
    left: -5vw;
  }
}
.page-reason .l-reason .p-item#anc01 > * {
  position: relative;
  z-index: 1;
}
.page-reason .l-reason .p-item#anc01 .p-item__photo {
  z-index: 0;
  position: absolute;
  inset: 0;
  margin-bottom: 0;
}
.page-reason .l-reason .p-item#anc01 .p-item__photo::before {
  content: none;
}
.page-reason .l-reason .p-item#anc01 .p-item__head {
  margin-bottom: 350px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__head {
    margin-bottom: 61vw;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__head-num {
  margin-left: 59px;
  width: 114.5px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__head-num {
    margin-left: -7vw;
    width: 18.07vw;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__service-list {
  display: flex;
  gap: 31px;
  margin-bottom: 62px;
  padding: 0px 59px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__service-list {
    padding: 0;
  }
}
.page-reason .l-reason .p-item#anc01 .p-item__service {
  width: calc((100% - 36px) / 3);
  padding: 19px 19px 26px;
  background-color: rgba(255, 255, 255, 0.21);
}
.page-reason .l-reason .p-item#anc01 .p-item__service-img {
  margin-bottom: 12px;
}
.page-reason .l-reason .p-item#anc01 .p-item__service-ttl {
  margin-bottom: 9px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
}
.page-reason .l-reason .p-item#anc01 .p-item__service-txt {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__service-txt {
    font-size: 4.1px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__photo {
    background: url(../images/reason01_bg_sp.png) center top/cover no-repeat;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__service-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6.7vw;
    margin-bottom: 6.1538461538vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__service {
    width: 100%;
    padding: 6.4vw 6.4vw 7.3vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__service-img {
    margin-bottom: 3.3vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__service-ttl {
    margin-bottom: 2.6vw;
    font-size: 8.2051282051vw;
    font-weight: 900;
  }
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc01 .p-item__service-txt {
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.page-reason .l-reason .p-item#anc02 {
  background-color: transparent;
}
.page-reason .l-reason .p-item:last-child {
  margin: 0 auto 30px;
}
.page-reason .l-reason .p-item:last-child .p-item__text {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-reason .l-reason .p-item#anc05 {
  border-bottom: none;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item#anc05 {
    margin: 0 5vw 9.6vw;
  }
}
.page-reason .l-reason .p-item .p-item__photo_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.page-reason .l-reason .p-item .p-item__photo_list .ph {
  margin: 0;
}
.page-reason .l-reason .p-item__photo {
  position: relative;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item__photo {
    margin-bottom: 12vw;
  }
}
.page-reason .l-reason .p-item__photo::before {
  z-index: 2;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  margin: auto;
  content: counter(number, decimal-leading-zero);
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002aff;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-size: 4.3rem;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item__photo::before {
    bottom: -8vw;
    width: 16vw;
    height: 16vw;
    font-size: 8vw;
  }
}
.page-reason .l-reason .p-item__subtitle {
  margin-bottom: 5px;
  text-align: center;
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item__subtitle {
    font-size: 5vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.page-reason .l-reason .p-item__title {
  margin-bottom: 17px;
  text-align: center;
  font-size: 6.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #08134d;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item__title {
    font-size: 7.2vw;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto 3vw;
  }
}
.page-reason .l-reason .p-item__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2;
  padding: 0 59px;
  width: 1200px;
  padding-bottom: 85px;
  border-bottom: 1px solid #BEBEBE;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-reason .l-reason .p-item__text {
    width: 90%;
    font-size: 4.1vw;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
    line-height: 2.25;
  }
}

/*  代表メッセージ
*----------------------------------- */
.page-message .list-page__main {
  width: 100%;
}

.page-message .l-profile__container {
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__container {
    margin-bottom: 15vw;
  }
}
.page-message .l-profile__mv {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__mv {
    width: 100%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-message .l-profile__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 47px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 8vw;
  }
}
.page-message .l-profile__title .accent {
  color: #002aff;
}
.page-message .l-profile__info {
  background: rgba(210, 214, 222, 0.47);
  padding: 30px 0;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-profile__info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 4vw;
    align-items: center;
    justify-content: center;
    padding: 7vw 0;
  }
}
.page-message .l-profile__info .p-title {
  font-size: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-title {
    font-size: 4.3vw;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
}
.page-message .l-profile__info .p-text {
  font-size: 25px;
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-profile__info .p-text {
    margin: 0 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-text {
    font-size: 6vw;
    line-height: 1;
    text-align: center;
  }
}
.page-message .l-profile__info .p-text__sub {
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-profile__info .p-text__sub {
    font-size: 3.6vw;
  }
}

@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item__photo {
    flex: 1;
    max-width: 45%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-comment .p-item__info {
    max-width: 45%;
  }
}
.page-message .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #002aff;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-message .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-message .l-comment .p-item__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-message .l-comment .p-item__title .accent {
  color: #002aff;
}
.page-message .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
.page-message .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.page-message .l-future {
  padding-top: 100px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future {
    padding-top: 12vw;
  }
}
.page-message .l-future::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 450px;
  background: #08134d;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future::before {
    height: 40vw;
  }
}
.page-message .l-future__container {
  width: 950px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__container {
    width: 90%;
  }
}
.page-message .l-future__photo {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__photo {
    margin-bottom: 6vw;
  }
}
.page-message .l-future__title {
  font-size: 33px;
  line-height: 1.45;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-message .l-future__title .accent {
  color: #002aff;
}
.page-message .l-future__text {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-future__text {
    font-size: 4.1vw;
    line-height: 1.8;
    text-align: justify;
  }
}

/*  幹部 executive
*----------------------------------- */
.page-executive .l-main {
  padding-bottom: 0;
  margin-top: 66px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .l-main {
    margin-top: 54px;
  }
}
.page-executive .list-page__main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.page-executive .executive-mv {
  width: 100%;
  background: #dfe3ea;
}
.page-executive .executive-mv__photo {
  position: relative;
  overflow: hidden;
}
.page-executive .executive-mv__photo-list {
  display: flex;
  align-items: stretch;
}
.page-executive .executive-mv__photo-list li {
  width: 33.3333%;
}
.page-executive .executive-mv__photo-list li img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-mv__photo-list li img {
    height: 46.1538461538vw;
  }
}
.page-executive .executive-mv__copy {
  position: absolute;
  left: 50%;
  bottom: 41px;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-mv__copy {
    bottom: 7.7vw;
    padding: 0 5vw;
  }
}
.page-executive .executive-mv__lead {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: -9px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-mv__lead {
    font-size: 5.13vw;
    margin-bottom: 1.3vw;
  }
}
.page-executive .executive-mv__ttl {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.14;
  margin-bottom: 19px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-mv__ttl {
    font-size: 20.51vw;
    margin-bottom: 4.2vw;
    line-height: 1;
  }
}
.page-executive .executive-mv__label {
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  color: #021868;
  padding: 5px 42px 8px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  font-weight: 900;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-mv__label {
    padding: 1.2820512821vw 6.2vw;
    font-size: 5.13vw;
  }
}
.page-executive .executive-about {
  background: url(../images/cmn/bg_blue.png) repeat;
  background-size: contain;
  color: #fff;
  padding: 104px 0 133px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-about {
    padding: 16vw 0 16.3vw;
  }
}
.page-executive .executive-about__inner {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-about__inner {
    padding: 0 5vw;
  }
}
.page-executive .executive-about__ttl {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 31px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-about__ttl {
    font-size: 8.21vw;
    margin-bottom: 6.1538461538vw;
  }
}
.page-executive .executive-about__txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.96;
  margin-bottom: 40px;
}
.page-executive .executive-about__txt:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-about__txt {
    font-size: 4.1vw;
    line-height: 1.88;
    margin-bottom: 5.1282051282vw;
  }
}
.page-executive .executive-recommend {
  background: url(../images/cmn/bg_gray.png) repeat;
  background-size: contain;
  padding: 87px 0 100px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-recommend {
    padding: 16vw 0 15.3vw;
  }
}
.page-executive .executive-recommend__inner {
  max-width: calc(980px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-recommend__inner {
    padding: 0 5vw;
  }
}
.page-executive .executive-recommend__ttl {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 36px;
  position: relative;
}
.page-executive .executive-recommend__ttl::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 980px;
  height: 6px;
  margin: 24px auto 0;
  background-color: #002AFF;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-recommend__ttl::after {
    height: 1.54vw;
    margin-top: 3vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-recommend__ttl {
    font-size: 8.21vw;
    margin-bottom: 6.8vw;
  }
}
.page-executive .executive-recommend__list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 39px;
  margin-bottom: 29px;
  padding: 0 33px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-recommend__list {
    padding: 0;
  }
}
.page-executive .executive-recommend__list li {
  position: relative;
  width: calc((100% - 39px) / 2);
  padding-left: 38px;
  font-size: 20px;
  line-height: 1.6;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-recommend__list li {
    padding-left: 1.6vw;
    font-size: 5.13vw;
    width: 100%;
    padding-left: 10vw;
    line-height: 1.6;
  }
}
.page-executive .executive-recommend__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 27.72px;
  height: 26.77px;
  background: url(../executive/images/check.svg) center/contain no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-recommend__list li::before {
    top: 1.1vw;
    width: 7.1076923077vw;
    height: 6.8641025641vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-recommend__list {
    gap: 2.7vw;
    margin-bottom: 4vw;
  }
}
.page-executive .executive-recommend__message {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-recommend__message {
    font-size: 6.15vw;
  }
}
.page-executive .executive-reason {
  background: #1e1e1f url(../images/cmn/bg_black.png) repeat;
  background-size: contain;
  padding: 157px 0 138px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-reason {
    padding: 26vw 0 20.4vw;
  }
}
.page-executive .executive-reason__inner {
  position: relative;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-reason__inner {
    padding: 0 5vw;
  }
}
.page-executive .executive-reason__bg {
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 180px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.35);
  line-height: 1;
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-reason__bg {
    font-size: 16.41vw;
    top: -8.7vw;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.35);
  }
}
.page-executive .executive-reason__ttl {
  font-family: "source-han-serif-jp-subset", sans-serif;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 107px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-reason__ttl {
    font-size: 9.23vw;
    margin-bottom: 7.3vw;
  }
}
.page-executive .executive-reason__list {
  display: flex;
  flex-direction: column;
  gap: 58px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-reason__list {
    gap: 7.69vw;
  }
}
.page-executive .executive-reason-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 51px;
  background-color: rgba(255, 255, 255, 0.16);
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-reason-card {
    display: flex;
    flex-direction: column;
    padding: 5vw 5vw 6.2vw;
    text-align: left;
    gap: 9.2vw;
  }
}
.page-executive .executive-reason-card__txt {
  width: calc(100% - 380px - 40px);
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-reason-card__txt {
    width: 100%;
    margin-bottom: 0;
  }
}
.page-executive .executive-reason-card__ttl {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-bottom: 18px;
  margin-top: -14px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-reason-card__ttl {
    font-size: 6.15vw;
    margin-bottom: 3.1vw;
  }
}
.page-executive .executive-reason-card__desc {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-reason-card__desc {
    font-size: 4.1vw;
  }
}
.page-executive .executive-reason-card__img {
  max-width: 500px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-reason-card__img {
    order: -1;
    width: 100%;
    margin-bottom: 0;
  }
}
.page-executive .executive-reason-card__img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-executive .executive-career {
  background: url(../images/cmn/bg_gray.png) repeat;
  background-size: contain;
  padding: 139px 0 114px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-career {
    padding: 26vw 0 19.6vw;
  }
}
.page-executive .executive-career__inner {
  position: relative;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-career__inner {
    padding: 0 5vw;
  }
}
.page-executive .executive-career__bg {
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 180px;
  color: transparent;
  -webkit-text-stroke: 2px hsla(230deg, 81%, 17%, 0.2);
  line-height: 1;
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-career__bg {
    top: -8.7vw;
    font-size: 16.41vw;
    -webkit-text-stroke: 1px hsla(230deg, 81%, 17%, 0.2);
  }
}
.page-executive .executive-career__ttl {
  font-family: "source-han-serif-jp-subset", sans-serif;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #08134D;
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 69px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-career__ttl {
    font-size: 9.23vw;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 7.3vw;
  }
}
.page-executive .executive-career__chart {
  margin-bottom: 37px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-career__chart {
    font-size: 9.23vw;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 7.3vw;
  }
}
.page-executive .executive-career__chart img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-career__chart {
    margin-bottom: 6.5vw;
  }
}
.page-executive .executive-career__txt {
  text-align: center;
  color: #111;
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-career__txt {
    font-size: 4.1vw;
    line-height: 2;
  }
}
.page-executive .executive-growth {
  background: url(../images/cmn/bg_blue.png) repeat;
  background-size: contain;
  padding: 154px 0 140px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth {
    padding: 25.8vw 0 21vw;
  }
}
.page-executive .executive-growth__inner {
  position: relative;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth__inner {
    padding: 0 5vw;
  }
}
.page-executive .executive-growth__bg {
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 180px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
  line-height: 1;
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth__bg {
    top: -8.487179vw;
    font-size: 16.41vw;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  }
}
.page-executive .executive-growth__ttl {
  font-family: "source-han-serif-jp-subset", sans-serif;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 74px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth__ttl {
    font-size: 9.23vw;
    margin-bottom: 6vw;
  }
}
.page-executive .executive-growth-basic {
  margin-bottom: 118px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-basic {
    margin-bottom: 17.8vw;
  }
}
.page-executive .executive-growth-basic__ttl {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  padding: 11px 20px 13px;
  margin-bottom: 51px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-basic__ttl {
    font-size: 6.67vw;
    padding: 2.3vw 3vw;
    margin-bottom: 7.69vw;
  }
}
.page-executive .executive-growth-basic__list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 33px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-basic__list {
    gap: 11.1vw;
  }
}
.page-executive .executive-growth-basic-card {
  width: calc((100% - 99px) / 4);
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-basic-card {
    width: 78.4%;
    margin: 0 auto;
  }
}
.page-executive .executive-growth-basic-card__img {
  margin-bottom: 19px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-basic-card__img {
    margin-bottom: 5.2vw;
  }
}
.page-executive .executive-growth-basic-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-executive .executive-growth-basic-card__name {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 9px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-basic-card__name {
    font-size: 6.15vw;
    margin-bottom: 3vw;
  }
}
.page-executive .executive-growth-basic-card__txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-basic-card__txt {
    font-size: 4.1vw;
    line-height: 1.7;
  }
}
.page-executive .executive-growth-special {
  background-color: rgba(255, 255, 255, 0.17);
  padding: 65px 59px 78px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-special {
    padding: 17.2vw 5vw 12vw;
  }
}
.page-executive .executive-growth-special__ttl {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 60px;
  padding-bottom: 34px;
  border-bottom: 2px solid #fff;
}
.page-executive .executive-growth-special__ttl small {
  font-size: 32px;
  margin-right: 10px;
  top: -12px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-special__ttl {
    font-size: 9.74vw;
    line-height: 0.85;
    margin-bottom: 5.8vw;
    padding-bottom: 5.6vw;
  }
  .page-executive .executive-growth-special__ttl small {
    display: block;
    font-size: 5.64vw;
    margin-right: 0;
  }
}
.page-executive .executive-growth-special__item {
  display: flex;
  align-items: center;
  gap: 49px;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-special__item {
    display: block;
    margin-bottom: 12.3vw;
  }
}
.page-executive .executive-growth-special__item:last-child {
  margin-bottom: 0;
}
.page-executive .executive-growth-special__item--reverse {
  flex-direction: row-reverse;
}
.page-executive .executive-growth-special__img {
  width: 45.5%;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-special__img {
    width: 100%;
    margin-bottom: 3.2vw;
  }
}
.page-executive .executive-growth-special__img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-executive .executive-growth-special__body {
  width: calc(54.5% - 49px);
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-special__body {
    width: 100%;
  }
}
.page-executive .executive-growth-special__name {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-special__name {
    font-size: 5.64vw;
    margin-bottom: 2.3vw;
  }
}
.page-executive .executive-growth-special__txt {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-growth-special__txt {
    font-size: 4.1vw;
    line-height: 1.75;
  }
}
.page-executive .executive-voice {
  background: #1c1d20 url(../images/cmn/bg_black.png) repeat;
  background-size: contain;
  padding: 100px 0 122px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-voice {
    padding: 16.2vw 0 20vw;
  }
}
.page-executive .executive-voice__inner {
  max-width: calc(1080px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-voice__inner {
    padding: 0 5vw;
  }
}
.page-executive .executive-voice__ttl {
  text-align: center;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 6px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-voice__ttl {
    font-size: 9.49vw;
    margin-bottom: 1.5384615385vw;
  }
}
.page-executive .executive-voice__sub {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 41px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-voice__sub {
    font-size: 4.62vw;
    margin-bottom: 7vw;
  }
}
.page-executive .executive-voice__list {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-voice__list {
    gap: 7.69vw;
  }
}
.page-executive .executive-voice-card {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-color: #f2f3f6;
  padding: 25px 60px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-voice-card {
    display: block;
    padding: 9.77vw 5vw 9vw;
    border-bottom: 0.7692307692vw solid #08134D;
  }
}
.page-executive .executive-voice-card__icon {
  width: 180px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-voice-card__icon {
    width: 36.92vw;
    margin: 0 auto 5.1282051282vw;
    position: relative;
    display: block;
  }
}
.page-executive .executive-voice-card__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.page-executive .executive-voice-card__body {
  flex: 1;
  min-width: 0;
}
.page-executive .executive-voice-card__ttl {
  color: #08134D;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 761px) {
  .page-executive .executive-voice-card__ttl {
    margin-top: 13px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-voice-card__ttl {
    text-align: center;
    font-size: 6.15vw;
    line-height: 1.3;
    margin-bottom: 2.7vw;
  }
}
.page-executive .executive-voice-card__txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-voice-card__txt {
    font-size: 4.1vw;
    line-height: 1.85;
  }
}
.page-executive .executive-message {
  background: url(../images/cmn/bg_gray.png) repeat;
  background-size: contain;
  padding: 109px 0 114px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-message {
    padding: 3vw 0 19vw;
  }
}
.page-executive .executive-message__inner {
  position: relative;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-message__inner {
    padding: 0 5vw;
    display: block;
    overflow: hidden;
  }
}
.page-executive .executive-message__txt {
  width: 58%;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-message__txt {
    position: relative;
    width: 100%;
    padding-top: 108.7vw;
    margin-bottom: 0;
    z-index: 2;
  }
}
.page-executive .executive-message__ttl {
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #08134D;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 21px;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-message__ttl {
    position: absolute;
    left: -0.4vw;
    top: 15.153846vw;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 12.56vw;
    line-height: 1.15;
    margin-bottom: 0;
    z-index: 3;
  }
}
.page-executive .executive-message__desc {
  line-height: 2.25;
}
.page-executive .executive-message__desc:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-message__desc {
    font-size: 4.1025641026vw;
    line-height: 2.25;
    margin-bottom: 0;
  }
}
.page-executive .executive-message__img {
  width: 70.8%;
  position: absolute;
  right: 18px;
  bottom: -114px;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-message__img {
    width: 100.8vw;
    right: -0.102564vw;
    top: 5.21vw;
    bottom: auto;
  }
}
.page-executive .executive-message__img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-executive .executive-message__bg {
  position: absolute;
  right: -44px;
  top: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 146px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(4, 23, 100, 0.2);
  pointer-events: none;
  top: 50%;
  transform: translate(0%, -50%);
}
@media print, screen and (max-width: 760px) {
  .page-executive .executive-message__bg {
    left: 5vw;
    right: auto;
    top: 0;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 14.358974359vw;
    line-height: 1;
    transform: none;
    -webkit-text-stroke: 1px rgba(4, 23, 100, 0.2);
  }
}

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

/*  インタビューページ
*----------------------------------- */
.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: #002aff;
}
.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: "source-han-sans-japanese", sans-serif;
}
.page-interview-detail .list-page__header__subtitle small {
  margin-top: 15px;
  display: block;
  font-family: "termina", sans-serif;
  color: #08134d;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.page-interview-detail .list-page__main {
  width: 100%;
}

.page-interview-detail .l-profile {
  background: rgba(210, 214, 222, 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 #101010;
  }
}
@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: #002aff;
}
@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: #002aff;
}
.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: #08134d;
  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: 500;
  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 #002aff;
}
@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: "termina", 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: #002aff;
}
@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 #08134d;
}
@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: #08134d;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.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: "termina", 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: #002aff;
}
@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: #002aff;
}

.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: #002aff;
  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: "termina", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #08134d;
  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: "termina", 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: #002aff;
}
@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: #002aff;
}
.page-business .l-business__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 700;
  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 #101010;
}
.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: #101010;
  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: #002aff;
  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: 700;
  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 {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.page-number .l-main {
  padding-bottom: 0;
}
.page-number .list-page__main {
  width: 100%;
}
.page-number .slide-top {
  opacity: 0;
  transform: translate3d(0, -40px, 0);
  transition: all 1s ease-out;
}
.page-number .slide-bottom {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: all 1s ease-out;
}
.page-number .slide-left {
  opacity: 0;
  transform: translate3d(-40px, 0, 0);
  transition: all 1s ease-out;
}
.page-number .slide-right {
  opacity: 0;
  transform: translate3d(40px, 0, 0);
  transition: all 1s ease-out;
}
.page-number .bg_blue {
  background: url(../images/cmn/bg_blue.png) repeat;
  background-size: contain;
}
.page-number .bg_black {
  background: url(../images/cmn/bg_black.png) repeat;
  background-size: contain;
}
.page-number .bg_white {
  background: url(../images/cmn/bg_light.jpg) repeat;
  background-size: contain;
}
.page-number .bg_white,
.page-number .bg_black,
.page-number .bg_blue {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100vw;
}

.page-number .l-number {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 100%;
  }
}
.page-number .l-number ul li {
  max-width: calc(1400px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
.page-number .l-number .p-item07 {
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0%) !important;
  position: relative;
  padding: 0;
  max-width: none;
}

/*  ギャラリー
*----------------------------------- */
.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: 180px;
  color: #fff;
}
.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: #f7f7f7;
  font-weight: bold;
  padding: 10px 20px;
  color: #08134D;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title {
    font-size: 4.8vw;
  }
}

.page-policy .l-policy .p-item {
  margin-bottom: 40px;
}
@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: 5.6vw;
  }
}
.page-policy .l-policy .p-item__text {
  margin-bottom: 30px;
  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 {
  color: #fff;
  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;
  }
}
.page-404 .l-404 .p-item__button {
  margin-top: 50px;
  font-size: 16px;
  height: 41px;
}

.page-women .header {
  background: #fff;
  height: 58px;
}
@media print, screen and (max-width: 760px) {
  .page-women .header {
    height: 12.746154dvw;
  }
}
.page-women .header-sns a img {
  filter: none;
}
.page-women .l-toggle span {
  background: #101010;
}
.page-women .header-logo a {
  color: #101010;
}
.page-women .header-logo a img {
  filter: brightness(0);
}
.page-women .global-nav li a {
  border: 1px solid #101010;
  color: #101010;
}
.page-women .global-nav li:nth-of-type(2) a {
  border: none;
  color: #fff;
}
.page-women .global-nav li:nth-of-type(3) a {
  background-color: #101010;
  color: #fff;
}

.women-mv {
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .women-mv {
    padding-bottom: 41.6vw;
  }
}
@media print, screen and (max-width: 760px) {
  .women-mv__photo {
    height: 104.1vw;
  }
}
.women-mv__photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .women-mv__photo img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}
.women-mv__txt {
  position: absolute;
  z-index: 3;
  bottom: 7%;
  max-width: calc(1200px + 8%);
  padding: 0 4%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .women-mv__txt {
    left: 0;
    bottom: 0;
    transform: none;
    max-width: none;
    padding: 0;
  }
}
.women-mv__label {
  margin-bottom: 4px;
  width: fit-content;
  padding: 3px 8px 5px;
  color: #b27ad2;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .women-mv__label {
    margin-bottom: 1.5vw;
    font-size: 5.64vw;
    left: 5vw;
    position: relative;
  }
}
.women-mv__ttl {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 26px;
  font-feature-settings: "palt";
  font-weight: 900;
  letter-spacing: 0.5rem;
}
@media print, screen and (max-width: 760px) {
  .women-mv__ttl {
    font-size: 9.74vw;
    line-height: 1.1;
    padding: 0 5vw;
    margin-bottom: 4.5vw;
    letter-spacing: 0;
  }
  .women-mv__ttl br {
    display: block;
  }
  .women-mv__ttl span {
    display: inline-block;
    font-size: 12.82vw;
  }
}
.women-mv__point {
  z-index: 3;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  max-width: calc(1200px + 8%);
}
@media print, screen and (max-width: 760px) {
  .women-mv__point {
    position: static;
    margin-top: 0;
    padding: 3vw 3vw 3vw;
    background-color: #fff;
    flex-wrap: wrap;
    row-gap: 2.5vw;
    column-gap: 2.0512820513vw;
  }
}
.women-mv__point li {
  min-height: 90px;
  flex: 1;
  border: 2px solid rgba(255, 255, 255, 0.79);
  background-color: rgba(185, 128, 209, 0.79);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .women-mv__point li {
    min-height: 15.2vw;
    font-size: 4.1vw;
    line-height: 1.25;
    padding: 3.6vw 3vw;
    border: 2px solid #fff;
  }
  .women-mv__point li:nth-child(1) {
    order: 1;
    flex: 0 0 calc(50% - 1.0256410256vw);
  }
  .women-mv__point li:nth-child(2) {
    order: 3 !important;
    flex: 0 0 100%;
  }
  .women-mv__point li:nth-child(3) {
    order: 2;
    flex: 0 0 calc(50% - 1.0256410256vw);
  }
}

.page-women .header-logo a img {
  filter: brightness(0);
}
.page-women .l-main {
  padding-bottom: 0;
}
.page-women .cmn-recommend {
  margin: 0 auto;
  max-width: 100%;
  min-height: 0;
  padding: 81px 70px 89px;
  background-color: #fff;
  column-gap: min(2.2vw, 32px);
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-recommend {
    padding: 15vw 5vw 10.7vw;
  }
}
.page-women .cmn-recommend_inner {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: calc(1240px + 8%);
  margin: 0 auto;
  box-sizing: border-box;
}
@media print, screen and (min-width: 761px) {
  .page-women .cmn-recommend_inner {
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-recommend_inner {
    display: block;
  }
}
.page-women .cmn-recommend__img {
  position: static;
}
@media print, screen and (min-width: 761px) {
  .page-women .cmn-recommend__img {
    width: calc((100% - 40px) * 0.5172413793);
    flex: 0 0 calc((100% - 40px) * 0.5172413793);
  }
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-recommend__img {
    width: 100%;
    margin: 0 0 5.1282051282vw;
  }
}
.page-women .cmn-recommend__img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-women .cmn-recommend__txt {
  overflow: visible;
}
@media print, screen and (min-width: 761px) {
  .page-women .cmn-recommend__txt {
    width: calc((100% - 40px) * 0.4827586207);
    flex: 0 0 calc((100% - 40px) * 0.4827586207);
  }
}
.page-women .cmn-recommend__ttl {
  width: auto;
  margin: 3px 0 21px;
  white-space: normal;
  color: #101010;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.1;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-recommend__ttl {
    font-size: 7.18vw;
    margin: 2vw 0 6vw;
    text-align: left;
  }
}
.page-women .cmn-recommend__ttl::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 22px;
  border-top: 6px solid #B87ED1;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-recommend__ttl::after {
    margin-top: 3.7vw;
  }
}
.page-women .cmn-recommend__list {
  padding: 0;
}
.page-women .cmn-recommend__list li {
  padding-left: 36px;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
  position: relative;
  margin-bottom: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-recommend__list li {
    padding-left: 10vw;
    font-size: 5.13vw;
  }
}
.page-women .cmn-recommend__list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 27.72px;
  height: 26.77px;
  background: url(../women/images/icon_check.svg) center/contain no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-recommend__list li::before {
    top: 1.1vw;
    width: 7.1076923077vw;
    height: 6.8641025641vw;
  }
}
.page-women .cmn-recommend__list li + li {
  margin-top: 0.38em;
  position: relative;
}
.page-women .cmn-reason {
  width: 100%;
  max-width: 100%;
  padding: 156px 0 140px;
  background-color: #F8F2FB;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason {
    margin: 0;
    padding: 26.5vw 0 0;
  }
}
.page-women .cmn-reason__inner {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-women .cmn-reason__inner {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason__inner {
    margin: 0 5.1282051282vw;
  }
}
.page-women .cmn-reason__bg {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 180px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(185, 128, 209, 0.5);
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason__bg {
    top: -9.19vw;
    font-size: 16.41vw;
    -webkit-text-stroke: 1px rgba(185, 128, 209, 0.5);
  }
}
.page-women .cmn-reason__ttl {
  margin: 0 0 113px;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: auto;
  border: 0;
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #B87ED1;
  line-height: 1.1;
  background: none;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason__ttl {
    margin-bottom: 5vw;
    font-size: 8.7179487179vw;
  }
}
.page-women .cmn-reason__ttl::before, .page-women .cmn-reason__ttl::after {
  content: none;
}
.page-women .cmn-reason-col {
  margin-bottom: 64px;
  row-gap: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-col {
    margin-bottom: 19.21vw;
    row-gap: 10.3vw;
  }
}
.page-women .cmn-reason-col__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 33.6px;
  margin-bottom: 78px;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-col__item {
    margin-bottom: 11.42vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-women .cmn-reason-col__item--reverse {
    flex-direction: row-reverse;
  }
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-col__item {
    display: block;
    padding: 0;
  }
}
.page-women .cmn-reason-col__img {
  width: 46.3%;
}
.page-women .cmn-reason-col__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-col__img {
    width: 100%;
    margin-bottom: 4.5vw;
  }
}
.page-women .cmn-reason-col__txt {
  width: 50.1%;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-col__txt {
    width: 100%;
  }
}
.page-women .cmn-reason-col__ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 4px 8px 2px;
  color: #fff;
  background-color: #B87ED1;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  width: auto;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-col__ttl {
    margin-bottom: 19.3vw;
    font-size: 6.15vw;
    line-height: 1.4;
  }
}
.page-women .cmn-reason-col__ttl span {
  font-size: 28px;
  margin-left: 0;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-col__ttl span {
    font-size: 5.25vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-col__ttl {
    font-size: 7.18vw;
    padding: 0.9vw 2vw 0.5vw;
    margin-bottom: 1.7vw;
    position: relative;
    display: inline-flex;
  }
}
.page-women .cmn-reason-col__subttl {
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 1.3;
  color: #B87ED1;
  font-weight: 900;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-col__subttl {
    font-size: 6.15vw;
    margin-bottom: 2.7vw;
  }
}
.page-women .cmn-reason-col p {
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-col p {
    font-size: 4.1vw;
    line-height: 2;
  }
}
.page-women .cmn-reason-support {
  padding: 64px 70px 77px;
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-support {
    padding: 16vw 5vw 20vw;
    width: 100vw;
    left: -5vw;
    position: relative;
    border-radius: 0;
  }
}
.page-women .cmn-reason-support__ttl {
  margin-bottom: 80px;
  text-align: center;
  color: #B87ED1;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 900;
  position: relative;
}
.page-women .cmn-reason-support__ttl::after {
  content: "";
  position: absolute;
  top: calc(100% + 28px);
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 30px;
  background-color: rgba(184, 126, 209, 0.4);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-support__ttl {
    margin-bottom: 19.3vw;
    font-size: 6.15vw;
    line-height: 1.4;
  }
  .page-women .cmn-reason-support__ttl::after {
    top: calc(100% + 6.538462vw);
    width: 20.5128205128vw;
    height: 7.6923076923vw;
  }
}
.page-women .cmn-reason-support__tab {
  margin-bottom: 62px;
  display: flex;
  gap: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-support__tab {
    flex-direction: column;
    gap: 2.1vw;
    width: 77%;
    margin: 0 auto 12.5vw;
  }
}
.page-women .cmn-reason-support__tab li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: rgba(185, 128, 209, 0.79);
  border-radius: 5px;
  font-size: 24px;
  min-height: 80px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-support__tab li {
    min-height: 14.25641vw;
    font-size: 5.13vw;
  }
}
.page-women .cmn-reason-support__detail {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-support__detail {
    display: block;
    width: 90vw;
    left: 50%;
    transform: translate(-50%, 0%);
    position: relative;
  }
}
.page-women .cmn-reason-support__figure {
  width: 45.7%;
}
.page-women .cmn-reason-support__figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-support__figure {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-women .cmn-reason-support__note {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-support__note {
    gap: 3vw;
  }
}
.page-women .cmn-reason-support__note li {
  margin: 0;
  position: relative;
  padding-left: 25px;
  color: #333;
  font-size: 20px;
  line-height: 1.5;
}
.page-women .cmn-reason-support__note li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #B87ED1;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-reason-support__note li {
    font-size: 4.62vw;
    line-height: 1.5;
  }
}
.page-women .cmn-voice {
  width: 100%;
  background-color: #ab7bd0;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-voice {
    margin: 0;
  }
}
.page-women .cmn-voice__inner {
  margin: 0 auto;
  padding: 100px 0 141px;
}
@media print, screen and (min-width: 761px) {
  .page-women .cmn-voice__inner {
    max-width: calc(1200px + 8%);
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-voice__inner {
    margin: 0 5.1282051282vw;
    padding: 14vw 0;
  }
}
.page-women .cmn-voice__ttl {
  margin-bottom: 44px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-voice__ttl {
    margin-bottom: 6.1538461538vw;
    font-size: 4.6153846154vw;
  }
}
.page-women .cmn-voice__ttl span {
  margin-bottom: 9px;
  display: block;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-voice__ttl span {
    font-size: 9.49vw;
  }
}
.page-women .cmn-voice-list {
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-voice-list {
    gap: 10.3vw;
  }
}
.page-women .cmn-voice-list__item {
  background-color: #f2eef4;
  padding: 50px 50px;
  display: flex;
  align-items: flex-start;
  column-gap: 32px;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-voice-list__item {
    padding: 11vw 5vw 9.2vw;
    display: block;
  }
}
.page-women .cmn-voice-list__img {
  width: 240px;
  margin: 0;
  flex-shrink: 0;
}
.page-women .cmn-voice-list__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-voice-list__img {
    width: 100%;
    max-width: 61.3vw;
    margin: 0 auto;
  }
}
.page-women .cmn-voice-list__txt {
  position: static;
  padding: 0;
}
.page-women .cmn-voice-list__txt p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-voice-list__txt p {
    font-size: 4.1vw;
  }
}
.page-women .cmn-voice-list__txt h3 {
  margin: 21px 0 15px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-women .cmn-voice-list__txt h3 {
    font-size: 4.6vw;
    line-height: 1.45;
    margin: 4.7vw 0 3vw;
  }
}
.page-women .cmn-voice-list__txt::before, .page-women .cmn-voice-list__txt::after {
  content: none;
}

.women-lead {
  background: #F8F2FB;
  text-align: center;
  padding: 74px 30px 84px;
  line-height: 2;
}
@media (max-width: 767px) {
  .women-lead {
    padding: 12vw 5vw;
  }
}
.women-lead__txt p {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .women-lead__txt p {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 0.5em;
  }
}
@media print, screen and (max-width: 760px) {
  .women-lead__txt p {
    font-size: 4.1vw;
    text-align: center;
    line-height: 2;
  }
}
.women-lead__txt p b {
  margin: 0 0.3em;
  display: block;
  font-size: 4rem;
  color: #f85c7a;
}
@media (min-width: 768px) {
  .women-lead__txt p b {
    line-height: 1;
    position: relative;
    top: -0.1em;
  }
}
@media (max-width: 767px) {
  .women-lead__txt p b {
    margin: 0.2em 0;
    font-size: 37px;
    font-size: 9.4871794872dvw;
    line-height: 1.3513513514;
  }
}
@media (min-width: 768px) {
  .women-lead__txt p + p {
    margin-top: 0.5em;
  }
}

.women-support-visual {
  position: relative;
}
.women-support-visual__photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media print, screen and (max-width: 760px) {
  .women-support-visual__photo {
    grid-template-columns: 1fr 1fr;
  }
}
.women-support-visual__photo li {
  overflow: hidden;
}
.women-support-visual__photo img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.women-support-visual__txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 17px 30px 18px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #B87ED1;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .women-support-visual__txt {
    padding: 3vw 2vw 3vw;
    font-size: 5.64vw;
    white-space: normal;
    width: 62%;
  }
}

.designers-space {
  margin-bottom: 116px;
}
@media (max-width: 767px) {
  .designers-space {
    margin-bottom: 20.5128205128dvw;
  }
}
.designers-space__ttl {
  margin-bottom: 1.6em;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
}
.designers-space__ttl span {
  margin-bottom: 0.15em;
  font-family: "termina", sans-serif;
  font-size: 8.9rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  .designers-space__ttl span {
    font-size: 58px;
    font-size: 14.8717948718dvw;
    line-height: 1.1;
  }
}
.designers-space__img {
  max-width: 1200px;
  margin: 0 auto 34px;
}
@media (max-width: 767px) {
  .designers-space__img {
    margin: 0 5.1282051282dvw 5.1282051282dvw;
  }
}
.designers-space__img img {
  height: auto;
}
.designers-space__txt {
  margin-bottom: 118px;
}
@media (max-width: 767px) {
  .designers-space__txt {
    margin: 0 5.1282051282dvw 15.3846153846dvw;
  }
}
.designers-space__txt p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .designers-space__txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .designers-space__txt p {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.designers-space__photo {
  position: relative;
}
@media (min-width: 768px) {
  .designers-space__photo::before {
    z-index: -1;
    position: absolute;
    top: min(5.625vw, 81px);
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    max-height: 518px;
    height: 35.9723vw;
    content: "";
    background-color: #fdefef;
  }
}
.designers-space__photo picture {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
}
.designers-space__photo img {
  height: auto;
}

.women-entry {
  background: url("../women/images/entry.jpg") center top/cover no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px 98px;
  height: 692px;
  box-sizing: border-box;
  margin: 170px auto 0;
}
@media (min-width: 768px) {
  .women-entry {
    max-width: 1440px;
  }
}
@media (max-width: 767px) {
  .women-entry {
    margin: 20.5128205128dvw auto 0;
    background: url("../women/images/sp/entry.jpg") center top/cover no-repeat;
    padding: 0 5.1282051282dvw 9.7435897436dvw;
    height: 121.2820512821dvw;
  }
}
.women-entry > p {
  margin-bottom: 0.8em;
  font-size: 3.5rem;
  font-weight: bold;
  color: #f85c7a;
}
@media (max-width: 767px) {
  .women-entry > p {
    font-size: 20px;
    font-size: 5.1282051282dvw;
  }
}
.women-entry__btn {
  display: flex;
  gap: 26px;
  justify-content: center;
}
@media (max-width: 767px) {
  .women-entry__btn {
    gap: 3.0769230769dvw;
    flex-flow: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .women-entry__btn li {
    min-width: 383px;
  }
}
.women-entry__btn a {
  width: 100%;
  min-height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.91);
  font-size: 1.9rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .women-entry__btn a {
    font-size: 19px;
    font-size: 4.8717948718dvw;
    min-height: 22.0512820513dvw;
  }
}
.women-entry__btn a::before, .women-entry__btn a::after {
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
}
@media (max-width: 767px) {
  .women-entry__btn a::before, .women-entry__btn a::after {
    right: 5.641025641dvw;
  }
}
.women-entry__btn a::before {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #f85c7a;
}
@media (max-width: 767px) {
  .women-entry__btn a::before {
    width: 5.3846153846dvw;
    height: 5.3846153846dvw;
  }
}
.women-entry__btn a::after {
  right: 29px;
  width: 5px;
  height: 6px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media (max-width: 767px) {
  .women-entry__btn a::after {
    right: 7.4358974359dvw;
    width: 1.2820512821dvw;
    height: 1.5384615385dvw;
  }
}

/*  リファラル　referral
*----------------------------------- */
.page-referral .l-main {
  padding-bottom: 0;
}
.page-referral .list-page__main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.page-referral .referral-mv {
  position: relative;
}
.page-referral .referral-mv__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .referral-mv__copy {
  position: absolute;
  left: 4%;
  bottom: 80px;
  color: #08134D;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-mv__copy {
    left: 5vw;
    bottom: 6vw;
  }
}
.page-referral .referral-mv__ttl {
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 22px;
  letter-spacing: 0.18rem;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-mv__ttl {
    font-size: 7.95vw;
    margin-bottom: 2vw;
    letter-spacing: 0.1rem;
  }
}
.page-referral .referral-mv__ttl span {
  display: inline-block;
  background-color: #fff;
  padding: 4px 12px 10px;
  margin-bottom: 13px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-mv__ttl span {
    padding: 1.1vw 1.2vw 1.3vw;
    margin-bottom: 1.7vw;
  }
}
.page-referral .referral-mv__ttl span:last-child {
  margin-bottom: 0;
}
.page-referral .referral-mv__sub {
  width: fit-content;
  color: #fff;
  background-color: #08134D;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  padding: 2px 8px 4px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-mv__sub {
    font-size: 4.1vw;
    padding: 1vw 1vw 1vw;
  }
}
.page-referral .referral-intro {
  background: url(../images/cmn/bg_gray.png) repeat;
  background-size: contain;
  padding: 58px 0 66px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-intro {
    padding: 9.2vw 0;
  }
}
.page-referral .referral-intro__inner {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-intro__inner {
    padding: 0 5vw;
  }
}
.page-referral .referral-intro__inner p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-intro__inner p {
    font-size: 4.1vw;
    line-height: 2;
  }
}
.page-referral .referral-message {
  background: url(../images/cmn/bg_blue.png) repeat;
  background-size: contain;
  padding: 96px 0 114px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-message {
    padding: 14.3vw 0 14.2vw;
  }
}
.page-referral .referral-message__inner {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-message__inner {
    padding: 0 5vw;
  }
}
.page-referral .referral-message__inner p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 42px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-message__inner p {
    font-size: 4.1vw;
    margin-bottom: 8.1vw;
  }
}
.page-referral .referral-message__inner p:last-child {
  margin-bottom: 0;
}
.page-referral .referral-message__inner .referral-message__u {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}
.page-referral .referral-message__inner .referral-message__accent {
  color: #F2EB18;
  font-weight: 700;
}
.page-referral .referral-check {
  background: url(../images/cmn/bg_gray.png) repeat;
  background-size: contain;
  padding-bottom: 81px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check {
    padding-bottom: 15.8vw;
  }
}
.page-referral .referral-check__photo {
  display: flex;
  flex-wrap: wrap;
}
.page-referral .referral-check__photo li {
  width: 25%;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check__photo li {
    width: 50%;
  }
}
.page-referral .referral-check__photo li img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .referral-check__inner {
  max-width: calc(1010px + 8%);
  margin: 0 auto;
  padding: 82px 4% 0;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check__inner {
    padding: 13vw 5vw 0;
  }
}
.page-referral .referral-check__ttl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: #111;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check__ttl {
    display: block;
    margin-bottom: 5.1282051282vw;
  }
}
.page-referral .referral-check__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 66px;
  border-radius: 3px;
  padding: 0px 0 2px;
  background-color: #08134D;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  flex: 0 0 auto;
  font-weight: 900;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check__label {
    width: 23.85vw;
    height: 9.49vw;
    font-size: 5.13vw;
    margin-bottom: 3vw;
  }
}
.page-referral .referral-check__question {
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check__question {
    font-size: 4.62vw;
    line-height: 1.45;
  }
}
.page-referral .referral-check__list {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 48px 126px 56px;
  margin-bottom: 37px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check__list {
    padding: 9.3vw 5vw 11vw;
    margin-bottom: 7vw;
    width: 100vw;
    left: -5vw;
    position: relative;
  }
}
.page-referral .referral-check__list li {
  position: relative;
  padding-left: 42px;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 10.6px;
}
.page-referral .referral-check__list li:last-child {
  margin-bottom: 0;
}
.page-referral .referral-check__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 27.72px;
  height: 26.77px;
  background: url(../executive/images/check.svg) center/contain no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check__list li::before {
    top: 1.0256410256vw;
    width: 7.1076923077vw;
    height: 6.8641025641vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check__list li {
    padding-left: 10.2vw;
    font-size: 5.13vw;
    line-height: 1.7;
    margin-bottom: 3.7vw;
  }
}
.page-referral .referral-check__txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 9px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check__txt {
    font-size: 4.1vw;
    line-height: 1.6;
    margin-bottom: 4.3vw;
  }
}
.page-referral .referral-check__lead {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.page-referral .referral-check__lead span {
  background: linear-gradient(transparent 58%, #fff15b 58%);
  padding: 0 6px 2px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-check__lead {
    font-size: 5.1282051282vw;
    line-height: 1.5;
  }
}
.page-referral .referral-point {
  background: #041764 url(../images/cmn/bg_blue.png) repeat;
  background-size: contain;
  padding: 163px 0 141px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point {
    padding: 22.3vw 0 20.6vw;
  }
}
.page-referral .referral-point__inner {
  position: relative;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point__inner {
    padding: 0;
  }
}
.page-referral .referral-point__bg {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
  font-size: 180px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point__bg {
    top: -7.487179vw;
    font-size: 16.4102564103vw;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  }
}
.page-referral .referral-point__ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 60px;
}
.page-referral .referral-point__ttl span {
  color: #F2EB18;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point__ttl {
    font-size: 7.1794871795vw;
    line-height: 1.45;
    margin-bottom: 7vw;
  }
}
.page-referral .referral-point__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point__list {
    gap: 10.3vw;
  }
}
.page-referral .referral-point-card {
  display: flex;
  align-items: center;
  gap: 33.6px;
  padding: 55px 51px;
  background-color: #fff;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point-card {
    display: block;
    padding: 5vw;
  }
}
.page-referral .referral-point-card--reverse {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point-card--reverse {
    display: block;
  }
}
.page-referral .referral-point-card__img {
  width: 45.3%;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point-card__img {
    width: 100%;
    margin-bottom: 4.5vw;
  }
}
.page-referral .referral-point-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .referral-point-card__body {
  width: 50.1%;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point-card__body {
    width: 100%;
  }
}
.page-referral .referral-point-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #08134D;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px 2px;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point-card__label {
    font-size: 7.18vw;
    padding: 1vw 2vw 0.6vw;
    margin-bottom: 3vw;
    left: 50%;
    transform: translate(-50%, 0%);
    position: relative;
  }
}
.page-referral .referral-point-card__ttl {
  color: #08134D;
  font-size: 34px;
  text-align: left;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point-card__ttl {
    font-size: 8.21vw;
    margin-bottom: 3.7vw;
    text-align: center;
  }
}
.page-referral .referral-point-card__txt {
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-point-card__txt {
    font-size: 4.1vw;
    line-height: 2;
  }
}
.page-referral .referral-welfare {
  background: #161719 url(../images/cmn/bg_black.png) repeat;
  background-size: contain;
  padding: 174px 0 142px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare {
    padding: 26.3vw 0 20.4vw;
  }
}
.page-referral .referral-welfare__inner {
  position: relative;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__inner {
    padding: 0 5vw;
  }
}
.page-referral .referral-welfare__bg {
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
  font-size: 180px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__bg {
    font-size: 14.1vw;
    top: -6.3vw;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  }
}
.page-referral .referral-welfare__ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 70px;
}
.page-referral .referral-welfare__ttl span {
  color: #F2EB18;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__ttl {
    font-size: 7.1794871795vw;
    line-height: 1.45;
    margin-bottom: 9vw;
  }
}
.page-referral .referral-welfare__summary {
  background-color: rgba(255, 255, 255, 0.16);
  padding: 31px 55px 54px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0 62px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__summary {
    padding: 4.8vw 6.2vw 9.4vw;
    margin-bottom: 15.5vw;
    gap: 2.0512820513vw 0;
    justify-content: flex-start;
  }
}
.page-referral .referral-welfare__summary-item {
  flex: none;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__summary-item {
    width: fit-content;
    gap: 4.36vw;
  }
}
.page-referral .referral-welfare__summary-label {
  background-color: #fff;
  color: #111;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 39px;
  font-weight: 900;
  line-height: 1;
  width: 60px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__summary-label {
    font-size: 7.69vw;
    width: 12.31vw;
    height: 32.56vw;
  }
}
.page-referral .referral-welfare__summary-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.page-referral .referral-welfare__summary-main {
  color: #fff;
  font-size: 85px;
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__summary-main {
    font-size: 17.18vw;
  }
}
.page-referral .referral-welfare__summary-main-num {
  display: inline-block;
  font-size: 151px;
  line-height: 1;
  transform: translateY(0.03em);
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__summary-main-num {
    font-size: 30.51vw;
  }
}
.page-referral .referral-welfare__summary-sub {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__summary-sub {
    font-size: 5.64vw;
    margin-top: 1.3vw;
  }
}
.page-referral .referral-welfare__summary-txt {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.9;
  margin-top: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__summary-txt {
    font-size: 4.62vw;
    line-height: 1.6;
    margin-top: 3vw;
  }
}
.page-referral .referral-welfare__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 45px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare__list {
    gap: 8.6vw;
  }
}
.page-referral .referral-welfare-card {
  width: calc((100% - 90px) / 3);
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare-card {
    width: 100%;
  }
}
.page-referral .referral-welfare-card__img {
  margin-bottom: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare-card__img {
    margin-bottom: 3.2vw;
  }
}
.page-referral .referral-welfare-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .referral-welfare-card__txt {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-welfare-card__txt {
    font-size: 4.62vw;
    line-height: 1.5;
  }
}
.page-referral .referral-benefit {
  background: url(../images/cmn/bg_gray.png) repeat;
  background-size: contain;
  padding: 100px 0 98px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit {
    padding: 12.7vw 0 25vw;
  }
}
.page-referral .referral-benefit__inner {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit__inner {
    padding: 0 5vw;
  }
}
.page-referral .referral-benefit__ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit__ttl {
    font-size: 5.13vw;
    line-height: 1.45;
    margin-bottom: 5.7vw;
  }
}
.page-referral .referral-benefit__banner {
  background-color: #fff;
  text-align: center;
  padding: 0 0 37px;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit__banner {
    padding: 0 0 5.7vw;
    margin-bottom: 13vw;
  }
}
.page-referral .referral-benefit__banner-top {
  background-color: #08134D;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  padding: 7px 10px 6px;
  margin-bottom: 26px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit__banner-top {
    font-size: 5.13vw;
    padding: 1.7vw 3vw 2.3vw;
    margin-bottom: 4.9vw;
  }
}
.page-referral .referral-benefit__banner-img {
  width: 688px;
  margin: 0 auto 30px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit__banner-img {
    width: 82.38vw;
    margin-bottom: 3.5897435897vw;
  }
}
.page-referral .referral-benefit__banner-img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .referral-benefit__banner-note {
  font-size: 16px;
  line-height: 1.8;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit__banner-note {
    font-size: 3.59vw;
    line-height: 1.75;
    padding: 0 5vw;
    text-align: left;
  }
}
.page-referral .referral-benefit__list {
  display: flex;
  gap: 45px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit__list {
    display: block;
  }
}
.page-referral .referral-benefit-card {
  width: calc((100% - 90px) / 3);
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit-card {
    width: 100%;
    margin-bottom: 12vw;
  }
  .page-referral .referral-benefit-card:last-child {
    margin-bottom: 0;
  }
}
.page-referral .referral-benefit-card__img {
  margin-bottom: 21px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit-card__img {
    margin-bottom: 4.3vw;
  }
}
.page-referral .referral-benefit-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .referral-benefit-card__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit-card__ttl {
    font-size: 6.1538461538vw;
    margin-bottom: 3vw;
  }
}
.page-referral .referral-benefit-card__txt {
  font-size: 16px;
  line-height: 1.75;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-benefit-card__txt {
    font-size: 4.1vw;
  }
}
.page-referral .referral-voice {
  background: url(../images/cmn/bg_blue.png) repeat;
  background-size: contain;
  padding: 111px 0 140px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-voice {
    padding: 16.4vw 0 20.7vw;
  }
}
.page-referral .referral-voice__inner {
  max-width: calc(1140px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-voice__inner {
    padding: 0 5vw;
  }
}
.page-referral .referral-voice__ttl {
  text-align: center;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 6px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-voice__ttl {
    font-size: 9.49vw;
    margin-bottom: 1.5384615385vw;
  }
}
.page-referral .referral-voice__sub {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-voice__sub {
    font-size: 4.62vw;
    margin-bottom: 7.1vw;
  }
}
.page-referral .referral-voice__list {
  display: flex;
  gap: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-voice__list {
    display: block;
  }
}
.page-referral .referral-voice-card {
  width: calc((100% - 60px) / 2);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 43px 39px 35px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-voice-card {
    width: 100%;
    padding: 8vw 5vw 9vw;
    margin-bottom: 10.26vw;
  }
  .page-referral .referral-voice-card:last-child {
    margin-bottom: 0;
  }
}
.page-referral .referral-voice-card__role {
  text-align: center;
  color: #08134D;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-voice-card__role {
    font-size: 7.1794871795vw;
    margin-bottom: 4.1vw;
  }
}
.page-referral .referral-voice-card__icon {
  width: 180px;
  margin: 0 auto 27px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-voice-card__icon {
    width: 36.92vw;
    margin-bottom: 5vw;
  }
}
.page-referral .referral-voice-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.page-referral .referral-voice-card__txt {
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-voice-card__txt {
    font-size: 4.1vw;
    line-height: 2;
  }
}
.page-referral .executive-message {
  background: url(../images/cmn/bg_gray.png) repeat;
  background-size: contain;
  padding: 139px 0 174px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .executive-message {
    padding: 3vw 0 19vw;
  }
}
.page-referral .executive-message__inner {
  position: relative;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .executive-message__inner {
    padding: 0 5vw;
    display: block;
    overflow: hidden;
  }
}
.page-referral .executive-message__txt {
  width: 70%;
}
@media print, screen and (max-width: 760px) {
  .page-referral .executive-message__txt {
    position: relative;
    width: 100%;
    padding-top: 92vw;
    margin-bottom: 0;
    z-index: 2;
  }
}
.page-referral .executive-message__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 222px;
  height: 46px;
  padding: 0 10px;
  margin-bottom: 20px;
  background-color: #08134D;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-referral .executive-message__label {
    min-width: 23.08vw;
    height: 6.15vw;
    padding: 0 2.56vw;
    margin-bottom: 3.08vw;
    font-size: 3.58vw;
  }
}
.page-referral .executive-message__ttl {
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #08134D;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 34px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .executive-message__ttl {
    position: static;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 8.11vw;
    line-height: 1.38;
    margin-bottom: 5.1vw;
    z-index: auto;
  }
}
.page-referral .executive-message__desc {
  line-height: 2.25;
}
.page-referral .executive-message__desc:last-child {
  margin-bottom: 0;
  width: 80%;
}
@media print, screen and (max-width: 760px) {
  .page-referral .executive-message__desc:last-child {
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-referral .executive-message__desc {
    font-size: 4.1vw;
    line-height: 2.25;
    margin-bottom: 0;
  }
}
.page-referral .executive-message__img {
  width: 70.8%;
  position: absolute;
  right: 7px;
  bottom: -174px;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .page-referral .executive-message__img {
    width: 100vw;
    right: 0vw;
    top: 9vw;
    bottom: auto;
  }
}
.page-referral .executive-message__img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-referral .executive-message__bg {
  position: absolute;
  right: -44px;
  top: 52.5%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 146px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(4, 23, 100, 0.2);
  pointer-events: none;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 760px) {
  .page-referral .executive-message__bg {
    left: 5vw;
    right: auto;
    top: 3.08vw;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 14.06vw;
    line-height: 1;
    transform: none;
  }
}
.page-referral .referral-contact {
  background: #08134D url(../images/cmn/bg_blue.png) repeat;
  background-size: contain;
  padding: 103px 0 98px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-contact {
    padding: 15vw 1vw;
  }
}
.page-referral .referral-contact__inner {
  max-width: calc(1100px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-contact__inner {
    max-width: 100%;
    padding: 0 5vw;
  }
}
.page-referral .referral-contact__ttl {
  color: #fff;
  font-size: 41px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-contact__ttl {
    font-size: 7.18vw;
    line-height: 1.4;
    margin-bottom: 3.5vw;
  }
}
.page-referral .referral-contact__txt {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 34px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-contact__txt {
    font-size: 4.1vw;
    margin-bottom: 6.4102564103vw;
  }
}
.page-referral .referral-contact__btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 323px;
  height: 62px;
  padding: 0 52px 0 53px;
  background-color: #00C200;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
}
.page-referral .referral-contact__btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(../images/cmn/arrow.svg) center/contain no-repeat;
  filter: brightness(0) invert(1);
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-contact__btn a {
    gap: 2.0512820513vw;
    min-width: 94%;
    height: 15.5vw;
    padding: 0 8.7179487179vw 0 6.1538461538vw;
    font-size: 5.13vw;
  }
  .page-referral .referral-contact__btn a::after {
    right: 4.95vw;
    width: 2.85vw;
    height: 2.84vw;
  }
}
.page-referral .referral-contact__btn-icon {
  width: 35.91px;
  height: 34.21px;
  display: block;
  background: url(../images/cmn/icon_line_wh.svg) center/contain no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-contact__btn-icon {
    width: 9.21vw;
    height: 8.77vw;
  }
}
.page-referral .referral-contact__btn-txt {
  display: block;
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-contact__btn-txt {
    padding-bottom: 0.9vw;
  }
}
.page-referral .referral-company {
  background-color: #101216;
  padding: 78px 0 33px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company {
    padding: 15.8vw 0 8.2051282051vw;
  }
}
.page-referral .referral-company__inner {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__inner {
    padding: 0 5vw;
  }
}
.page-referral .referral-company__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 42px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__logo {
    gap: 2.3076923077vw;
    margin-bottom: 10vw;
    flex-wrap: wrap;
    text-align: center;
  }
}
.page-referral .referral-company__logo-mark {
  width: 92.52px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__logo-mark {
    width: 23.72vw;
  }
}
.page-referral .referral-company__logo-mark img {
  display: block;
  width: 100%;
  height: auto;
}
.page-referral .referral-company__logo-txt {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  padding-top: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__logo-txt {
    font-size: 4.36vw;
    width: 100%;
    padding-top: 2.4vw;
  }
}
.page-referral .referral-company__table-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__table-wrap {
    display: block;
  }
}
.page-referral .referral-company__table {
  width: calc((100% - 28px) / 2);
  border-collapse: collapse;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__table {
    width: 100%;
  }
  .page-referral .referral-company__table:last-child {
    margin-bottom: 0;
  }
}
.page-referral .referral-company__table tr {
  border-bottom: 1px solid #E5E5E5;
}
.page-referral .referral-company__table tr:last-child {
  border-bottom: none;
}
.page-referral .referral-company__table th,
.page-referral .referral-company__table td {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__table th,
.page-referral .referral-company__table td {
    font-size: 3.59vw;
    line-height: 1.6;
  }
}
.page-referral .referral-company__table th {
  width: 100px;
  padding: 13px 14px;
  background-color: rgba(255, 255, 255, 0.34);
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__table th {
    width: 19.4871794872vw;
    padding: 3.4vw 2vw;
  }
}
.page-referral .referral-company__table td {
  padding: 13px 27px;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__table td {
    padding: 3.4vw 1.3vw 3.4vw 4vw;
  }
}
.page-referral .referral-company__copy {
  margin-top: 84px;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__copy {
    margin-top: 21.4vw;
  }
}
.page-referral .referral-company__copy small {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 760px) {
  .page-referral .referral-company__copy small {
    font-size: 2.3076923077vw;
  }
}

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