@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: alternate-gothic-no-2-d, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

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

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

中面 common (TOP以外)

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

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

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    max-width: 1200px;
    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;
  }
}

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

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

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

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

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

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  会社概要 profile
*----------------------------------- */
.page-profile .l-profile .l-table {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-profile .l-table {
    margin-bottom: 6vw;
  }
}
.page-profile .l-profile__map iframe {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-profile .l-profile__map iframe {
    height: 360px;
  }
}

.page-profile .l-history {
  padding-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history {
    padding-top: 70px;
  }
}
.page-profile .l-history__list {
  position: relative;
  padding: 100px;
  border: 1px solid #00C4C9;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list {
    padding: 10vw 5vw;
  }
}
.page-profile .l-history__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
.page-profile .l-history__list table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 6;
}
.page-profile .l-history__list table th {
  padding-right: 36px;
  padding-bottom: 1.2em;
  border-right: 1px solid #00C4C9;
  width: 14%;
  font-size: 20px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table th {
    padding-right: 5vw;
    font-size: 4vw;
    width: auto;
    white-space: nowrap;
  }
}
.page-profile .l-history__list table td {
  padding-left: 36px;
  padding-bottom: 1.2em;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td {
    padding-left: 5vw;
  }
}
.page-profile .l-history__list table td .p-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td .p-title {
    font-size: 4vw;
  }
}
.page-profile .l-history__list table td .p-text {
  font-size: 15px;
  margin-top: 3px;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list table td .p-text {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}

/*  企業理念 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: #F87236;
}
@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;
  }
}

/*  3分で分かる minutes
*----------------------------------- */
.page-minutes .page-nav {
  max-width: 1200px;
  margin: 0 auto;
}
.page-minutes .page-nav ol {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 19px;
}
@media (max-width: 767px) {
  .page-minutes .page-nav ol {
    gap: 4.6153846154dvw;
  }
}
.page-minutes .page-nav li {
  counter-increment: page-nav;
}
.page-minutes .page-nav li a {
  min-height: 67px;
  border-radius: 34px;
  border: 2px solid #9f9f9f;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 52px 10px 79px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .page-minutes .page-nav li a {
    min-width: 341px;
  }
}
@media (max-width: 767px) {
  .page-minutes .page-nav li a {
    border: 0.5128205128dvw solid #9f9f9f;
    grid-template-columns: 8.9743589744dvw auto;
    gap: 7.1794871795dvw;
    padding: 2.5641025641dvw 13.3333333333dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
    width: 87.4358974359dvw;
    min-height: 17.1794871795dvw;
  }
}
.page-minutes .page-nav li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  margin: auto;
  display: grid;
  place-content: center;
  margin: auto;
  content: counter(page-nav);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  background-color: #00C4C9;
  font-size: 1.9rem;
  font-weight: 900;
  font-family: alternate-gothic-no-2-d, sans-serif;
}
@media (max-width: 767px) {
  .page-minutes .page-nav li a::before {
    left: 4.358974359dvw;
    width: 8.9743589744dvw;
    height: 8.9743589744dvw;
    font-size: 19px;
    font-size: 4.8717948718dvw;
  }
}
.page-minutes .minutes-header {
  margin: 114px auto 126px;
}
@media (max-width: 767px) {
  .page-minutes .minutes-header {
    margin: 8.4615384615dvw auto 17.1794871795dvw;
  }
}
.page-minutes .minutes-header__ttl {
  margin-bottom: 52px;
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .page-minutes .minutes-header__ttl {
    margin-bottom: 7.1794871795dvw;
    font-size: 24px;
    font-size: 6.1538461538dvw;
    line-height: 1.375;
  }
}
.page-minutes .minutes-header__ttl span {
  margin-top: 20px;
  display: block;
  line-height: 1;
  font-size: 2.4rem;
  font-family: alternate-gothic-no-2-d, sans-serif;
  letter-spacing: 0.08em;
  color: #00C4C9;
}
@media (max-width: 767px) {
  .page-minutes .minutes-header__ttl span {
    margin-top: 2.3076923077dvw;
    font-size: 17px;
    font-size: 4.358974359dvw;
  }
}
.page-minutes .minutes-contents {
  margin: 0 auto 100px;
  display: grid;
}
@media (min-width: 768px) {
  .page-minutes .minutes-contents {
    max-width: 1200px;
    box-sizing: content-box;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .page-minutes .minutes-contents {
    margin: 0 5.1282051282dvw 20vw;
  }
}
.page-minutes .minutes-section {
  padding: 66px 65px 56px;
  border: 3px solid #00C4C9;
  position: relative;
  counter-increment: minutes-section;
  margin-bottom: 108px;
}
@media (max-width: 767px) {
  .page-minutes .minutes-section {
    padding: 10.2564102564dvw 5.1282051282dvw;
    border: 0.7692307692dvw solid #00C4C9;
    margin-bottom: 18.7179487179dvw;
  }
}
.page-minutes .minutes-section::before {
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
  display: grid;
  place-content: center;
  margin: auto;
  content: counter(minutes-section);
  width: 77px;
  height: 77px;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  background-color: #00C4C9;
  font-size: 3.9rem;
  font-weight: 900;
  font-family: alternate-gothic-no-2-d, sans-serif;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .page-minutes .minutes-section::before {
    top: -7.1794871795dvw;
    width: 14.1025641026dvw;
    height: 14.1025641026dvw;
    font-size: 31px;
    font-size: 7.9487179487dvw;
  }
}
.page-minutes .minutes-section__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-minutes .minutes-section__text {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.8666666667;
  }
}
.page-minutes .minutes-section__text p {
  text-align: center;
}
@media (max-width: 767px) {
  .page-minutes .minutes-section__text p {
    margin-top: 3vw;
    text-align: left;
  }
}
.page-minutes .minutes-section figure {
  margin: 43px auto 48px;
}
@media (max-width: 767px) {
  .page-minutes .minutes-section figure {
    margin: 8.7179487179dvw auto;
  }
}
.page-minutes .minutes-section a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 67px;
  max-width: 411px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 34px;
  border: 2px solid #9f9f9f;
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .page-minutes .minutes-section a {
    min-height: 17.1794871795dvw;
    width: 71.0256410256dvw;
    font-size: 17px;
    font-size: 4.358974359dvw;
    border-radius: 8.7179487179dvw;
    border: 0.5128205128dvw solid #9f9f9f;
  }
}
.page-minutes .minutes-section a::before {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 10px;
  height: 9px;
  display: block;
  margin: auto;
  content: "";
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-minutes .minutes-section a::before {
    right: 6.1538461538dvw;
    width: 2.5641025641dvw;
    height: 2.3076923077dvw;
  }
}
.page-minutes .minutes-section__ttl {
  margin-bottom: 23px;
  display: block;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .page-minutes .minutes-section__ttl {
    font-size: 20px;
    font-size: 5.1282051282dvw;
  }
}

/*  代表メッセージ
*----------------------------------- */
.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: #F87236;
}
.page-message .l-profile__info {
  background: rgba(186, 186, 186, 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: #F87236;
}
@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: #F87236;
}
.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: #00C4C9;
}
@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: #F87236;
}
.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;
  }
}

/*  成長環境
*----------------------------------- */
.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: #F87236;
}
.page-growth .l-growth__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-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 #131313;
}
.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: #131313;
  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: #F87236;
  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: 400;
  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-cmn_interview {
  margin-bottom: 0;
}
.page-interview-index .l-cmn_interview .simple.c-button,
.page-interview-index .l-cmn_interview .p-header {
  display: none;
}
.page-interview-index .l-cmn_interview__container {
  display: block;
}
.page-interview-index .l-cmn_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-cmn_interview__list {
    width: 86%;
    gap: 15vw;
  }
}
.page-interview-index .l-cmn_interview__list .p-item {
  width: calc(33.33% - 57px);
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .page-interview-index .l-cmn_interview__list .p-item {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-index .l-cmn_interview__list .p-item:nth-child(3n) {
    margin-right: 0;
  }
}
.page-interview-index .l-cmn_interview__list .p-item:last-child {
  margin-right: 0;
}
.page-interview-index .l-cmn_interview__list::before {
  display: none;
}

/*  インタビュー詳細ページ
*----------------------------------- */
.page-interview-detail:not(.page-system) .list-page__header {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail:not(.page-system) .list-page__header {
    margin-bottom: 8vw;
  }
}
.page-interview-detail:not(.page-system) .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:not(.page-system) .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__container {
  display: block;
}
.page-interview-detail:not(.page-system) .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:not(.page-system) .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__title .accent {
  color: #F87236;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle {
  margin-bottom: 14px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1;
  font-family: ryo-gothic-plusn, sans-serif;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle small {
  margin-top: 15px;
  display: block;
  font-family: alternate-gothic-no-2-d, sans-serif;
  color: #00C4C9;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.page-interview-detail:not(.page-system) .list-page__main {
  width: 100%;
}

.page-interview-detail .l-profile {
  background: rgba(186, 186, 186, 0.47);
  padding: 40px 0;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile {
    padding: 7vw 0;
    margin-bottom: 15vw;
  }
}
.page-interview-detail .l-profile__container {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__container {
    padding: 0 5vw;
  }
}
.page-interview-detail .l-profile__title {
  font-size: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__title {
    font-size: 10vw;
    text-align: center;
    margin-bottom: 3vw;
  }
}
.page-interview-detail .l-profile__text {
  line-height: 1.8;
  font-weight: 600;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__text {
    margin-left: 40px;
    padding: 5px 0;
    padding-left: 39px;
    border-left: 1px solid #131313;
  }
}
@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: #F87236;
}
@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: #F87236;
}
.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: #00C4C9;
  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: 700;
  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 #F87236;
}
@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: alternate-gothic-no-2-d, 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: #F87236;
}
@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 #00C4C9;
}
@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: #00C4C9;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.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: alternate-gothic-no-2-d, 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: #F87236;
}
@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: #F87236;
}

.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: #F87236;
  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: alternate-gothic-no-2-d, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #00C4C9;
  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: #25AFC2;
}
.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: alternate-gothic-no-2-d, 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: #F87236;
}
@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: #F87236;
}
.page-business .l-business__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-business .l-business__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-business .l-business__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-business .l-business__container {
  padding-top: 100px;
  border-top: 2px solid #131313;
}
.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: #131313;
  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: #F87236;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title {
    font-size: 6.8vw;
    margin-bottom: 3vw;
  }
}
.page-business .l-business .p-item__title small {
  font-size: 18px;
  margin-left: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__title small {
    font-size: 5vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
  }
}
.page-business .l-business .p-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
.page-business .l-business .p-item__text span {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.page-business .l-business .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-business .l-business .p-item:last-child::after {
  display: none;
}

/*  数字で見る
*----------------------------------- */
.page-number {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.page-number .list-page__main {
  width: 100%;
  max-width: calc(1200px + 8%);
  margin-top: 109px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    margin-top: 18.7vw;
    padding: 0 5vw;
  }
}
.page-number .slide-top {
  opacity: 0;
  transform: translate(0, -40px);
  transition: all 1s ease-out;
}
.page-number .slide-bottom {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s ease-out;
}
.page-number .slide-left {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease-out;
}
.page-number .slide-right {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease-out;
}

.page-number .l-number {
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 100%;
  }
}
.page-number .l-number ul .flex {
  display: flex;
  gap: 28px;
  margin-bottom: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul .flex {
    gap: 6.6vw;
    margin-bottom: 7.2vw;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul .flex.--07 {
    width: 96.85vw;
    left: -6.6vw;
    position: relative;
  }
}
@media print, screen and (min-width: 761px) {
  .page-number .l-number ul li.--04-1 {
    margin-top: -2.2%;
  }
  .page-number .l-number ul li.--04-2 {
    margin-top: -4.6%;
  }
  .page-number .l-number ul li.--07 {
    margin-top: -1.5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--07 {
    margin-top: -3.9%;
  }
}

/*  ギャラリー
*----------------------------------- */
.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 {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

.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 {
  line-height: 1.7;
  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: #25AFC2;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
}
@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: 50px;
  line-height: 1.7;
}
@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: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text {
  margin-bottom: 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;
}
.page-policy .l-policy .p-item ul {
  list-style: decimal;
  font-weight: 400;
  padding-left: 20px;
}
.page-policy .l-policy .p-item ul li {
  margin-bottom: 4px;
}

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

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

.page-header-nav {
  margin: 69px 0 68px;
}
@media (max-width: 767px) {
  .page-header-nav {
    width: 79.2307692308dvw;
    margin: 48px auto 0;
  }
}
.page-header-nav ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 22px;
}
@media (max-width: 767px) {
  .page-header-nav ul {
    gap: 2.8205128205dvw;
    flex-flow: column;
  }
}
@media (min-width: 768px) {
  .page-header-nav li {
    width: 309px;
  }
}
.page-header-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 66px;
  border: 1px solid #bebebe;
  transition: 0.3s;
  font-size: 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-header-nav li a {
    min-height: 13.3333333333dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.page-header-nav li a::before {
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  width: 15px;
  height: 12px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .page-header-nav li a::before {
    right: 4.358974359dvw;
    width: 3.8461538462dvw;
    height: 3.0769230769dvw;
  }
}
.page-header-nav li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #25AFC2;
}
.page-header-nav li a:hover::before {
  filter: brightness(0) invert(1);
}
.page-environments .page-header-nav li:nth-of-type(2) a:hover {
  background-color: #F87236;
}

@media (max-width: 767px) {
  .anc_place#philosophy {
    padding-top: 10vw;
    margin-top: -10vw;
  }
}

.business-ttl {
  padding-bottom: 0.4em;
  margin-bottom: 0.7em;
  font-size: 3.3rem;
  font-weight: bold;
  border-bottom: 1px solid #00C4C9;
}
@media (max-width: 767px) {
  .business-ttl {
    font-size: 24px;
    font-size: 6.1538461538dvw;
    line-height: 1.625;
  }
}

.business-txt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .business-txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 2.2;
  }
}
.business-txt p b {
  font-weight: 500;
}
.business-txt p:not(:last-child) {
  margin-bottom: 1.5em;
}

.business-catch {
  margin: 74px 0 84px;
}
@media (max-width: 767px) {
  .business-catch {
    margin: 12.3076923077dvw 0 17.9487179487dvw;
  }
}
.business-catch img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .business-catch img {
    max-width: 575px;
  }
}
@media (max-width: 767px) {
  .business-catch img {
    width: 72.3076923077dvw;
  }
}

.business-difference {
  margin: 0 auto 83px;
}
@media (min-width: 768px) {
  .business-difference {
    max-width: 1200px;
    box-sizing: content-box;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .business-difference {
    margin: 0 5.1282051282dvw 80px;
  }
}

.business-difference-img {
  margin-top: 50px;
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .business-difference-img {
    margin: 10.2564102564dvw 0 0;
    grid-template-columns: 1fr 1fr;
    gap: 0.7692307692dvw;
  }
}
@media (max-width: 767px) {
  .business-difference-img picture:nth-of-type(1) {
    grid-column: 1/3;
  }
}

.business-role {
  margin-bottom: 130px;
  background-color: #f6f6f2;
  padding: 80px 40px 114px;
}
@media (max-width: 767px) {
  .business-role {
    margin-bottom: 12.0512820513dvw;
    padding: 19.4871794872dvw 5.1282051282dvw 20.7692307692dvw;
  }
}
@media (min-width: 768px) {
  .business-role__wrap {
    margin: 0 auto;
    max-width: 1200px;
  }
}
.business-role__img {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .business-role__img::before {
    content: "※スライドして画像を確認できます。";
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 1em;
  }
  .business-role__img picture {
    display: block;
    margin-right: -5.1282051282dvw;
    overflow-x: auto;
  }
  .business-role__img picture img {
    margin-left: -15.3846153846dvw;
    width: 208.7179487179dvw;
    max-width: unset;
  }
}

@media (min-width: 768px) {
  .business-field {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .business-field {
    padding-bottom: 38.4615384615dvw;
    background: url("../business/images/sp/bg_field.png") center bottom/cover no-repeat;
  }
}
.business-field__ttl {
  margin-bottom: 69px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .business-field__ttl {
    margin-bottom: 7.6923076923dvw;
  }
}
.business-field__ttl::before {
  margin: 0 auto;
  display: block;
  width: 1087px;
  height: 163px;
  content: "";
  background: url("../business/images/bg_field-ttl.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .business-field__ttl::before {
    width: 91.0256410256dvw;
    height: 49.7435897436dvw;
    background: url("../business/images/sp/bg_field-ttl.svg") center/contain no-repeat;
  }
}
.business-field__ttl > span {
  position: absolute;
  inset: 0;
  top: -1em;
  height: fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .business-field__ttl > span {
    font-size: 27px;
    font-size: 6.9230769231dvw;
  }
}
@media (max-width: 767px) {
  .business-field__ttl > span span {
    display: none;
  }
}
.business-field__ttl > span b {
  font-size: 10.5rem;
  font-weight: 400;
  font-family: alternate-gothic-no-2-d, sans-serif;
  text-box: trim-both cap alphabetic;
  color: #00C4C9;
  position: relative;
  bottom: -0.15em;
  display: inline-block;
  padding: 0.15em;
}
@media (max-width: 767px) {
  .business-field__ttl > span b {
    padding: 0 0.1em 0 0;
    font-size: 77px;
    font-size: 19.7435897436dvw;
  }
}
.business-field__wrap {
  position: relative;
}
@media (min-width: 768px) {
  .business-field__wrap {
    background: url("../business/images/bg_field.jpg") center top 49px no-repeat;
    background-size: 1440px;
  }
}
.business-field__img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .business-field__img {
    max-width: 1073px;
  }
}
@media (max-width: 767px) {
  .business-field__img {
    margin: 0 5.1282051282dvw;
  }
}

@media (max-width: 767px) {
  .business-field-circle {
    display: none;
  }
}
.business-field-circle span {
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
.business-field-circle span.item01 {
  top: 138px;
  left: calc(50% - 523px);
  animation: fadeToggle 4s infinite;
}
.business-field-circle span.item02 {
  width: 20px;
  height: 20px;
  top: 173px;
  left: calc(50% - 475px);
  animation: fadeToggle 3s infinite;
}
.business-field-circle span.item03 {
  top: 248px;
  left: calc(50% + 465px);
  animation: fadeToggle 5s infinite;
}
.business-field-circle span.item04 {
  width: 32px;
  height: 32px;
  top: 500px;
  left: calc(50% - 590px);
  animation: fadeToggle 6s infinite;
}

@keyframes fadeToggle {
  /* フェードイン */
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  /* 表示キープ */
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  /* フェードアウト */
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  /* 非表示キープ */
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.business-job {
  background-color: #f6f6f2;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .business-job {
    padding: 0 5.1282051282dvw;
  }
}
.business-job__wrap {
  padding: 70px 0 170px;
}
@media (min-width: 768px) {
  .business-job__wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .business-job__wrap {
    padding: 11.7948717949dvw 0 23.5897435897dvw;
  }
}

.business-job-header {
  margin: 0 -40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 338px;
  background: url("../business/images/bg_job-header.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .business-job-header {
    margin: 0 -5.1282051282dvw;
    background: url("../business/images/sp/bg_job-header.jpg") center/cover no-repeat;
    min-height: 62.8205128205dvw;
  }
}
.business-job-header__ttl {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .business-job-header__ttl {
    margin-bottom: 6.4102564103dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.business-job-header__ttl span {
  display: block;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-size: 7rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .business-job-header__ttl span {
    font-size: 70px;
    font-size: 17.9487179487dvw;
  }
}
.business-job-header p {
  font-size: 3.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .business-job-header p {
    font-size: 30px;
    font-size: 7.6923076923dvw;
  }
}

.business-job-txt p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2;
}
.business-job-txt p:not(:last-child) {
  margin-bottom: 1.5em;
}

.business-job-step {
  display: grid;
  gap: 23px;
  margin: 40px auto;
  max-width: 1069px;
}
@media (min-width: 768px) {
  .business-job-step {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .business-job-step {
    margin: 10.2564102564dvw auto 7.6923076923dvw;
    max-width: 75.8974358974dvw;
  }
}
.business-job-step__item {
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 15px 5px 10px;
  min-height: 172px;
  counter-increment: step;
}
@media (max-width: 767px) {
  .business-job-step__item {
    padding: 3.8461538462dvw 1.2820512821dvw 2.5641025641dvw;
    min-height: 44.1025641026dvw;
  }
}
.business-job-step__item p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4666666667;
}
@media (max-width: 767px) {
  .business-job-step__item p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.business-job-step__ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #25AFC2;
}
@media (max-width: 767px) {
  .business-job-step__ttl {
    font-size: 19px;
    font-size: 4.8717948718dvw;
  }
}
.business-job-step__ttl::before {
  margin-bottom: 5px;
  display: block;
  line-height: 1;
  content: counter(step);
  font-size: 3.7rem;
  font-weight: 400;
  font-family: alternate-gothic-no-2-d, sans-serif;
}
@media (max-width: 767px) {
  .business-job-step__ttl::before {
    margin-bottom: 1.2820512821dvw;
    font-size: 37px;
    font-size: 9.4871794872dvw;
  }
}

.business-job-img {
  margin-top: 67px;
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .business-job-img {
    margin-top: 10.2564102564dvw;
    grid-template-columns: 1fr 1fr;
    gap: 0.7692307692dvw;
  }
}
@media (max-width: 767px) {
  .business-job-img picture:nth-of-type(1) {
    grid-column: 1/3;
  }
}

@media (min-width: 768px) {
  .anc_place#philosophy {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.company-ttl {
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .company-ttl {
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.company-ttl > span {
  display: block;
  line-height: 1;
  font-size: 10.2rem;
  font-weight: 400;
  font-family: alternate-gothic-no-2-d, sans-serif;
}
@media (min-width: 768px) {
  .company-ttl > span {
    margin-bottom: 0.13em;
  }
}
@media (max-width: 767px) {
  .company-ttl > span {
    font-size: 68px;
    font-size: 17.4358974359dvw;
  }
}
.company-ttl > span span {
  color: #25AFC2;
}
.philosophy .company-ttl > span, .overview .company-ttl > span {
  position: relative;
  top: -0.43em;
  margin-bottom: -0.43em;
}
@media (max-width: 767px) {
  .philosophy .company-ttl > span, .overview .company-ttl > span {
    margin-bottom: -0.3em;
  }
}
.overview .company-ttl > span {
  line-height: 0.9;
}

.philosophy {
  margin: 34px auto 128px;
  padding: 54px 40px 0;
}
@media (max-width: 767px) {
  .philosophy {
    padding: 23.0769230769dvw 0 0;
    margin: 0 auto 21.5384615385dvw;
  }
}
.philosophy__wrap {
  margin: 0 auto;
  background-color: #f6f6f2;
  box-sizing: border-box;
  padding: 0 77px 113px;
}
@media (min-width: 768px) {
  .philosophy__wrap {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .philosophy__wrap {
    margin: 0 5.1282051282dvw;
    padding: 0 3.8461538462dvw 24.6153846154dvw;
  }
}

.philosophy-header {
  margin: 68px auto 80px;
}
@media (max-width: 767px) {
  .philosophy-header {
    margin: 11.0256410256dvw auto 13.8461538462dvw;
  }
}
.philosophy-header__ttl {
  margin: 0 auto 14px;
  min-width: 72px;
  width: fit-content;
  min-height: 33px;
  line-height: 1;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #25AFC2;
  color: #fff;
}
@media (max-width: 767px) {
  .philosophy-header__ttl {
    margin: 0 auto 4.6153846154dvw;
    min-width: 18.4615384615dvw;
    min-height: 8.4615384615dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.philosophy-header__subttl {
  margin-bottom: 21px;
  text-align: center;
  font-size: 4.1rem;
  font-weight: bold;
  color: #25AFC2;
}
@media (max-width: 767px) {
  .philosophy-header__subttl {
    margin-bottom: 4.6153846154dvw;
    font-size: 28px;
    font-size: 7.1794871795dvw;
  }
}
.philosophy-header p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2;
}

.philosophy-txt {
  margin-bottom: 75px;
  border-top: 1px solid #25AFC2;
  padding-top: 71px;
}
@media (max-width: 767px) {
  .philosophy-txt {
    margin-bottom: 13.5897435897dvw;
    padding-top: 10.7692307692dvw;
  }
}
.philosophy-txt dl {
  text-align: center;
}
.philosophy-txt dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.1em;
}
@media (max-width: 767px) {
  .philosophy-txt dl dt {
    margin-bottom: 1.7em;
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.philosophy-txt dl dd {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .philosophy-txt dl dd {
    font-size: 19px;
    font-size: 4.8717948718dvw;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .philosophy-txt dl dd + dd {
    margin-top: 0.8em;
  }
}

.philosophy-img {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .philosophy-img {
    margin: 0 1.2820512821dvw;
    grid-template-columns: 1fr 1fr;
    gap: 0.7692307692dvw;
  }
}
@media (max-width: 767px) {
  .philosophy-img picture:nth-of-type(1) {
    grid-column: 1/3;
  }
}

@media (min-width: 768px) {
  .message {
    margin: 0 40px;
  }
}
@media (min-width: 768px) {
  .message__wrap {
    position: relative;
    max-width: 1200px;
    margin: 96px auto 266px;
  }
}

@media (min-width: 768px) {
  .message-img {
    position: absolute;
    top: -15px;
    right: calc(50% - 1068px);
    width: 1788px;
  }
}
@media (max-width: 767px) {
  .message-img {
    margin: 8.7179487179dvw 0 -63.0769230769dvw;
  }
}
.message-img picture img {
  width: 100%;
}

@media (min-width: 768px) {
  .message-txt {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .message-txt {
    margin: 0 5.1282051282dvw;
  }
}
.message-txt__ttl {
  margin-bottom: 25px;
  font-size: 5.9rem;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .message-txt__ttl {
    margin-bottom: 6.4102564103dvw;
    font-size: 33px;
    font-size: 8.4615384615dvw;
    line-height: 2.05;
  }
}
.message-txt__ttl span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.3em 0.25em;
  background-color: #25AFC2;
  color: #fff;
}
@media (max-width: 767px) {
  .message-txt__ttl span {
    padding: 0.36em 0.4em;
  }
}
.message-txt__name {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .message-txt__name {
    margin-bottom: 9.2307692308dvw;
  }
}
.message-txt__name p {
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .message-txt__name p {
    font-size: 18px;
    font-size: 4.6153846154dvw;
    line-height: 1.9;
  }
}
.message-txt__name span {
  line-height: 1;
  display: block;
  margin-top: 11px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #25AFC2;
}
@media (max-width: 767px) {
  .message-txt__name span {
    margin-top: 1.2820512821dvw;
    font-size: 26px;
    font-size: 6.6666666667dvw;
  }
}
.message-txt > p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7647058824;
}
@media (min-width: 768px) {
  .message-txt > p {
    max-width: 544px;
  }
}
@media (max-width: 767px) {
  .message-txt > p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 2;
  }
}
.message-txt > p:not(:last-child) {
  margin-bottom: 1.8em;
}
.message-txt__catch {
  margin: -11px 0 28px;
}
@media (max-width: 767px) {
  .message-txt__catch {
    margin: -0.5128205128dvw 0 6.9230769231dvw;
  }
}
.message-txt__catch p {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #25AFC2;
}
@media (max-width: 767px) {
  .message-txt__catch p {
    font-size: 26px;
    font-size: 6.6666666667dvw;
    line-height: 1.5;
  }
}
.message-txt__catch p span {
  color: #F87236;
}

.anc_place#overview {
  padding-top: 40px;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .anc_place#overview {
    padding-top: 0;
    margin-top: 0;
  }
}

.overview {
  margin: 34px 0 214px;
  padding: 93px 40px 0;
}
@media (max-width: 767px) {
  .overview {
    padding: 20.5128205128dvw 0 0;
    margin: 15.641025641dvw 0 44.358974359dvw;
  }
}
.overview__wrap {
  margin: 0 auto;
  background-color: #f6f6f2;
  box-sizing: border-box;
  padding: 0 60px 128px;
}
@media (min-width: 768px) {
  .overview__wrap {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .overview__wrap {
    margin: 0 5.1282051282dvw;
    padding: 0 3.8461538462dvw 17.9487179487dvw;
  }
}

.overview-table {
  margin: 73px 0 60px;
}
@media (max-width: 767px) {
  .overview-table {
    margin: 13.3333333333dvw 0 5.1282051282dvw;
  }
}
.overview-table table {
  width: 100%;
}
.overview-table th,
.overview-table td {
  border-top: 1px solid #c3c3c3;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  padding: 2.17em 1.8em;
  letter-spacing: 0.03em;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .overview-table th,
.overview-table td {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    padding: 2.17em 0.7em;
  }
}
.overview-table th {
  font-weight: 500;
  width: 200px;
}
@media (max-width: 767px) {
  .overview-table th {
    width: 21.5384615385dvw;
  }
}
.overview-table td {
  font-weight: 400;
  padding-left: 0;
}
@media (max-width: 767px) {
  .overview-table td {
    padding-left: 0;
  }
}

.overview-map {
  display: grid;
  gap: 61px;
}
@media (min-width: 768px) {
  .overview-map {
    grid-template-columns: 1fr 1fr;
  }
}
.overview-map__img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .overview-map__img {
    margin-bottom: 3.8461538462dvw;
  }
}
.overview-map__txt {
  text-align: center;
}
.overview-map__txt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .overview-map__txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.overview-map__ttl {
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .overview-map__ttl {
    margin-bottom: 2.8205128205dvw;
    font-size: 20px;
    font-size: 5.1282051282dvw;
  }
}

@media (min-width: 768px) {
  .anc_place#safe {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media (min-width: 768px) {
  .anc_place#challenge {
    padding-top: 50px;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .anc_place#challenge {
    padding-top: 5vw;
    margin-top: -5vw;
  }
}

.environments-intro {
  margin: 91px auto 67px;
}
@media (max-width: 767px) {
  .environments-intro {
    margin: 16.4102564103dvw auto;
  }
}
.environments-intro p {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .environments-intro p {
    font-size: 24px;
    font-size: 6.1538461538dvw;
    line-height: 1.625;
  }
}
.environments-intro picture {
  display: block;
  margin: 53px auto 0;
  max-width: 612px;
}
@media (max-width: 767px) {
  .environments-intro picture {
    margin: 10.2564102564dvw auto 0;
    max-width: 86.6666666667dvw;
  }
}

.environments-ttl {
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1;
  color: #25AFC2;
  margin: 0 auto 25px;
}
@media (min-width: 768px) {
  .environments-ttl {
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: content-box;
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .environments-ttl {
    margin: 0 auto 1em;
    text-align: center;
    font-size: 25px;
    font-size: 6.4102564103dvw;
  }
}
.environments-ttl span {
  font-size: 18.1rem;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  display: block;
  text-box: trim-both cap alphabetic;
  opacity: 0.18;
}
@media (max-width: 767px) {
  .environments-ttl span {
    margin-bottom: 4.1025641026dvw;
    font-size: 99px;
    font-size: 25.3846153846dvw;
  }
}
.challenge .environments-ttl {
  color: #F87236;
}
@media (min-width: 768px) {
  .challenge .environments-ttl {
    flex-flow: row-reverse;
  }
}

.environments-list {
  padding: 65px 40px 50px;
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #dcf5f7 50%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .environments-list {
    padding: 16.4102564103dvw 5.1282051282dvw 18.4615384615dvw;
  }
}
@media (min-width: 768px) {
  .environments-list dl {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.environments-list dt {
  margin-bottom: 0.6em;
  padding: 0.36em 0.5em;
  font-size: 3rem;
  font-weight: bold;
  background-color: #00C4C9;
  color: #fff;
}
@media (max-width: 767px) {
  .environments-list dt {
    padding: 0.5em;
    font-size: 20px;
    font-size: 5.1282051282dvw;
    line-height: 1.5;
  }
}
.challenge .environments-list dt {
  background-color: #F87236;
}
.environments-list dd {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .environments-list dd {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 2.2;
  }
}
.environments-list dd b {
  font-weight: bold;
}
.environments-list dd + dt {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .environments-list dd + dt {
    margin-top: 12.3076923077dvw;
  }
}
.challenge .environments-list {
  background: linear-gradient(90deg, #fee4d8 0%, rgba(255, 255, 255, 0) 100%);
}

.safe {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .safe {
    margin-bottom: 10.2564102564dvw;
  }
}

.challenge {
  margin: 39px 0;
}
@media (max-width: 767px) {
  .challenge {
    margin: 17.9487179487dvw 0 10.2564102564dvw;
  }
}

.environments-slide__item {
  width: 389px;
  margin: 0 3.5px;
}
@media (max-width: 767px) {
  .environments-slide__item {
    width: 53.0769230769dvw;
    margin: 0 0.5128205128dvw;
  }
}

.career-step {
  margin: 222px 0 150px;
}
@media (min-width: 768px) {
  .career-step {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .career-step {
    margin: 38.4615384615dvw 5.1282051282dvw 35.1282051282dvw;
  }
}
.career-step__wrap {
  background-color: #f6f6f2;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px 97px;
}
@media (min-width: 768px) {
  .career-step__wrap {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .career-step__wrap {
    padding: 0 4.1025641026dvw 21.2820512821dvw;
  }
}
.career-step__ttl {
  margin-bottom: 46px;
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .career-step__ttl {
    margin-bottom: 15.3846153846dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.career-step__ttl > span {
  display: block;
  font-size: 11.4rem;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  text-box: trim-both cap alphabetic;
  position: relative;
  top: -0.3em;
  margin-bottom: calc(-0.3em + 23px);
}
@media (max-width: 767px) {
  .career-step__ttl > span {
    margin-bottom: calc(-0.3em + 5.3846153846dvw);
    font-size: 68px;
    font-size: 17.4358974359dvw;
  }
}
.career-step__ttl > span span {
  color: #25AFC2;
}
.career-step p {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .career-step p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 2.2;
  }
}
.career-step p b {
  font-weight: bold;
  font-size: 1.8em;
}
@media (max-width: 767px) {
  .career-step p b {
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
.career-step p b.blue {
  color: #00C4C9;
}
.career-step p b.orange {
  color: #F87236;
}
.career-step p:not(:last-child) {
  margin-bottom: 2em;
}
.career-step__img {
  margin: 50px 85px 0;
  display: grid;
  gap: 35px;
}
@media (max-width: 767px) {
  .career-step__img {
    margin: 12.8205128205dvw 0 0;
    gap: 5.3846153846dvw;
  }
}

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