@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: hanken-grotesk, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: hanken-grotesk, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", 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%;
  }
}

.list-page {
  margin-top: 55px;
  position: relative;
}
@media (max-width: 760px) {
  .list-page {
    margin-top: 9.2307692308dvw;
  }
}
.list-page::before {
  z-index: -1;
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  background: url("../images/cmn/bg_list-header.jpg") center top repeat-x;
  background-size: 1440px auto;
  display: block;
  margin: auto;
  height: 660px;
  width: 100%;
  content: "";
}
@media (max-width: 760px) {
  .list-page::before {
    top: 9.2307692308dvw;
    height: 64.358974359dvw;
    background: url("../images/cmn/sp/bg_list-header.jpg") center top/cover no-repeat;
  }
}

/*  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__header
*----------------------------------- */
.list-page__header__subtitle {
  color: #C3A356;
}

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

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

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

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

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #1E1E1E;
  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 #D8C494;
}
.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: hanken-grotesk, 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;
  }
}

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

中面個別 (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 #D8C494;
}
@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 #D8C494;
  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: #C3A356;
}
@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分で分かる feature
*----------------------------------- */
.page-feature .list-page__anc {
  margin-bottom: 85px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc {
    margin-bottom: 20vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  counter-reset: nav;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list {
    column-gap: 3.5vw;
    row-gap: 6vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li {
  width: calc((100% - 80px) / 4);
  counter-increment: nav;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li {
    width: calc((100% - 3.5vw) / 2);
  }
}
.page-feature .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.375;
  position: relative;
  padding-top: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a {
    font-size: 3.5vw;
    padding-top: 7vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a::before {
  z-index: 1000;
  position: absolute;
  top: 15px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: auto;
  content: counter(nav, decimal-leading-zero);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E1E1E;
  color: #fff;
  font-family: hanken-grotesk, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a::before {
    top: 2vw;
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-feature .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-feature .list-page__anc ul.l-anc-list .p-item__photo {
  margin-bottom: 15px;
  border: 2px solid #C3A356;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list .p-item__photo {
    margin-bottom: 3vw;
  }
}

.page-feature .l-feature {
  counter-reset: number;
}
.page-feature .l-feature__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #C3A356;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature__title {
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}
.page-feature .l-feature__subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature__subtitle {
    font-size: 5.2vw;
    margin-bottom: 20vw;
  }
}
.page-feature .l-feature .p-item {
  margin-bottom: 110px;
  counter-increment: number;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item {
    margin-bottom: 20vw;
  }
}
.page-feature .l-feature .p-item:last-child {
  margin-bottom: 0;
}
.page-feature .l-feature .p-item__photo {
  border: 3px solid #C3A356;
  position: relative;
  margin-bottom: 55px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__photo {
    margin-bottom: 10vw;
  }
}
.page-feature .l-feature .p-item__photo::before {
  z-index: 2;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  margin: auto;
  content: counter(number, decimal-leading-zero);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E1E1E;
  font-family: hanken-grotesk, sans-serif;
  font-weight: 700;
  font-size: 4.3rem;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__photo::before {
    bottom: -8vw;
    width: 16vw;
    height: 16vw;
    font-size: 8vw;
  }
}
.page-feature .l-feature .p-item__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #C3A356;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__title {
    font-size: 7.2vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.page-feature .l-feature .p-item__text {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 1.7777;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__text {
    font-size: 4vw;
    text-align: left;
  }
}

/*  代表メッセージ
*----------------------------------- */
.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: #C3A356;
}
.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: #C3A356;
}
@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: #C3A356;
}
.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: #D8C494;
}
@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: #C3A356;
}
.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: #C3A356;
}
.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 #1E1E1E;
}
.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: #1E1E1E;
  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: #C3A356;
  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: #C3A356;
}
.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: hanken-grotesk, sans-serif;
  color: #D8C494;
  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 #1E1E1E;
  }
}
@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: #C3A356;
}
@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: #C3A356;
}
.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: #D8C494;
  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 #C3A356;
}
@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: hanken-grotesk, 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: #C3A356;
}
@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 #D8C494;
}
@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: #D8C494;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.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: hanken-grotesk, 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: #C3A356;
}
@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: #C3A356;
}

.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: #C3A356;
  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: hanken-grotesk, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #D8C494;
  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: #595757;
}
.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: hanken-grotesk, 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: #C3A356;
}
@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: #C3A356;
}
.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 #1E1E1E;
}
.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: #1E1E1E;
  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: #C3A356;
  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%;
}
.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 {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 100%;
  }
}
.page-number .l-number ul {
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul {
    display: block;
  }
}

/*  ギャラリー
*----------------------------------- */
.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ページ・cookieページ
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-policy .list-page__list,
.page-cookie .list-page__list {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text,
.page-cookie .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}
@media print, screen and (min-width: 761px) {
  .page-policy .list-page__main,
.page-cookie .list-page__main {
    max-width: 1200px;
    width: 100%;
  }
}
.page-policy .l-policy__container,
.page-policy .l-cookie__container,
.page-cookie .l-policy__container,
.page-cookie .l-cookie__container {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__container,
.page-policy .l-cookie__container,
.page-cookie .l-policy__container,
.page-cookie .l-cookie__container {
    margin-bottom: 15vw;
  }
}
.page-policy .l-policy__container:last-child,
.page-policy .l-cookie__container:last-child,
.page-cookie .l-policy__container:last-child,
.page-cookie .l-cookie__container:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy__text,
.page-policy .l-cookie__text,
.page-cookie .l-policy__text,
.page-cookie .l-cookie__text {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__text,
.page-policy .l-cookie__text,
.page-cookie .l-policy__text,
.page-cookie .l-cookie__text {
    margin-bottom: 10vw;
  }
}
.page-policy .l-policy .l-list__title,
.page-policy .l-cookie .l-list__title,
.page-cookie .l-policy .l-list__title,
.page-cookie .l-cookie .l-list__title {
  font-size: 22px;
  margin-bottom: 30px;
  background: rgba(221, 202, 157, 0.6);
  font-weight: bold;
  padding: 10px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title,
.page-policy .l-cookie .l-list__title,
.page-cookie .l-policy .l-list__title,
.page-cookie .l-cookie .l-list__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item,
.page-policy .l-cookie .p-item,
.page-cookie .l-policy .p-item,
.page-cookie .l-cookie .p-item {
  margin-bottom: 50px;
}
.page-policy .l-policy .p-item__title,
.page-policy .l-cookie .p-item__title,
.page-cookie .l-policy .p-item__title,
.page-cookie .l-cookie .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,
.page-policy .l-cookie .p-item__title,
.page-cookie .l-policy .p-item__title,
.page-cookie .l-cookie .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text,
.page-policy .l-cookie .p-item__text,
.page-cookie .l-policy .p-item__text,
.page-cookie .l-cookie .p-item__text {
  margin-bottom: 30px;
  font-weight: 400;
}
.page-policy .l-policy .p-item__text a,
.page-policy .l-cookie .p-item__text a,
.page-cookie .l-policy .p-item__text a,
.page-cookie .l-cookie .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__name,
.page-policy .l-cookie .p-item__name,
.page-cookie .l-policy .p-item__name,
.page-cookie .l-cookie .p-item__name {
  text-align: right;
}
.page-policy .l-policy .p-item dl,
.page-policy .l-cookie .p-item dl,
.page-cookie .l-policy .p-item dl,
.page-cookie .l-cookie .p-item dl {
  margin-bottom: 30px;
  line-height: 2.2;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dl,
.page-policy .l-cookie .p-item dl,
.page-cookie .l-policy .p-item dl,
.page-cookie .l-cookie .p-item dl {
    width: auto;
    margin: 0 auto 8vw;
  }
}
.page-policy .l-policy .p-item dt,
.page-policy .l-cookie .p-item dt,
.page-cookie .l-policy .p-item dt,
.page-cookie .l-cookie .p-item dt {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dt,
.page-policy .l-cookie .p-item dt,
.page-cookie .l-policy .p-item dt,
.page-cookie .l-cookie .p-item dt {
    font-size: 4.2vw;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
}
.page-policy .l-policy .p-item dd,
.page-policy .l-cookie .p-item dd,
.page-cookie .l-policy .p-item dd,
.page-cookie .l-cookie .p-item dd {
  margin: 0 0 50px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd,
.page-policy .l-cookie .p-item dd,
.page-cookie .l-policy .p-item dd,
.page-cookie .l-cookie .p-item dd {
    margin: 0 0 10%;
    font-size: 3.8vw;
  }
}
.page-policy .l-policy .p-item dd.right,
.page-policy .l-cookie .p-item dd.right,
.page-cookie .l-policy .p-item dd.right,
.page-cookie .l-cookie .p-item dd.right {
  text-align: right;
}
.page-policy .l-policy .p-item dd:last-child,
.page-policy .l-cookie .p-item dd:last-child,
.page-cookie .l-policy .p-item dd:last-child,
.page-cookie .l-cookie .p-item dd:last-child {
  margin: 0;
}
.page-policy .l-policy .p-item dd a,
.page-policy .l-cookie .p-item dd a,
.page-cookie .l-policy .p-item dd a,
.page-cookie .l-cookie .p-item dd a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item dd ul,
.page-policy .l-cookie .p-item dd ul,
.page-cookie .l-policy .p-item dd ul,
.page-cookie .l-cookie .p-item dd ul {
  padding-left: 1.5em;
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd ul,
.page-policy .l-cookie .p-item dd ul,
.page-cookie .l-policy .p-item dd ul,
.page-cookie .l-cookie .p-item dd ul {
    font-size: 3.84vw;
  }
}
.page-policy .l-policy .p-item dd ul li,
.page-policy .l-cookie .p-item dd ul li,
.page-cookie .l-policy .p-item dd ul li,
.page-cookie .l-cookie .p-item dd ul li {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
.page-policy .l-policy .p-item dd ul li::before,
.page-policy .l-cookie .p-item dd ul li::before,
.page-cookie .l-policy .p-item dd ul li::before,
.page-cookie .l-cookie .p-item dd ul li::before {
  content: "⚫︎";
  color: #C3A356;
  font-size: 1em;
  line-height: 1;
  flex-shrink: 0;
}
.page-policy .l-policy .p-item a,
.page-policy .l-cookie .p-item a,
.page-cookie .l-policy .p-item a,
.page-cookie .l-cookie .p-item a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item ul,
.page-policy .l-cookie .p-item ul,
.page-cookie .l-policy .p-item ul,
.page-cookie .l-cookie .p-item ul {
  list-style: none;
  margin: 0 0 1em 0;
  font-weight: 400;
}
.page-policy .l-policy .p-item ul li,
.page-policy .l-cookie .p-item ul li,
.page-cookie .l-policy .p-item ul li,
.page-cookie .l-cookie .p-item ul li {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  margin-bottom: 0.5em;
}
.page-policy .l-policy .p-item ul li::before,
.page-policy .l-cookie .p-item ul li::before,
.page-cookie .l-policy .p-item ul li::before,
.page-cookie .l-cookie .p-item ul li::before {
  content: "■";
  color: #C3A356;
  font-size: 1em;
  line-height: 1;
  flex-shrink: 0;
}
.page-policy .l-policy .p-item__numberlist,
.page-policy .l-cookie .p-item__numberlist,
.page-cookie .l-policy .p-item__numberlist,
.page-cookie .l-cookie .p-item__numberlist {
  list-style: none;
  counter-reset: number;
}
.page-policy .l-policy .p-item__numberlist li,
.page-policy .l-cookie .p-item__numberlist li,
.page-cookie .l-policy .p-item__numberlist li,
.page-cookie .l-cookie .p-item__numberlist li {
  counter-increment: number;
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.5em;
}
.page-policy .l-policy .p-item__numberlist li::before,
.page-policy .l-cookie .p-item__numberlist li::before,
.page-cookie .l-policy .p-item__numberlist li::before,
.page-cookie .l-cookie .p-item__numberlist li::before {
  content: "（" counter(number) "） ";
  position: absolute;
  left: 0;
}
.page-policy .l-policy .p-item__list-style-none::before,
.page-policy .l-cookie .p-item__list-style-none::before,
.page-cookie .l-policy .p-item__list-style-none::before,
.page-cookie .l-cookie .p-item__list-style-none::before {
  display: none;
}
.page-policy .l-policy .p-item__text-right,
.page-policy .l-cookie .p-item__text-right,
.page-cookie .l-policy .p-item__text-right,
.page-cookie .l-cookie .p-item__text-right {
  text-align: right;
}

/*  404ページ
*----------------------------------- */
.page-404 .list-page__main {
  max-width: 1200px;
  width: 100%;
}

.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;
}
.page-404 .l-404 .p-item .c-button {
  min-width: 200px;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  /*  prevボタン  */
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button {
    font-size: 3.4vw;
    width: 80%;
    min-height: 58px;
  }
}
.page-404 .l-404 .p-item .c-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  line-height: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button a {
    line-height: 58px;
  }
}
.page-404 .l-404 .p-item .c-button span {
  position: relative;
  padding-right: 18px;
  font-size: 15px;
}
.page-404 .l-404 .p-item .c-button span::after {
  content: "";
  display: block;
  background: url(../../../images/cmn/icon_arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  margin: auto;
  border-width: 0;
}
@media print, screen and (min-width: 761px) {
  .page-404 .l-404 .p-item .c-button span::after {
    width: 11px;
    height: 9px;
    top: 8px;
    right: -4px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button span::after {
    width: 11px;
    height: 9px;
    right: 0;
    top: 8px;
  }
}
.page-404 .l-404 .p-item .c-button.dark {
  background: #C3A356;
}
.page-404 .l-404 .p-item .c-button.prev span {
  padding-left: 16px;
  padding-right: 0;
}
.page-404 .l-404 .p-item .c-button.prev span::after {
  left: 0;
  right: auto;
  transform: scaleX(-1);
  top: 0;
}

/*  ハウスクラフトについてページ（index）
*----------------------------------- */
.page-about .list-page .list-page__main .l-page-index .p-item {
  position: relative;
}
.page-about .list-page .list-page__main .l-page-index .p-item::after {
  content: "";
  background: url(../../../images/cmn/icon_circle_arrow.png) center/contain no-repeat;
  position: absolute;
  bottom: 19px;
  right: 20px;
  margin: auto;
  width: 26px;
  height: 26px;
  display: block;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-about .list-page .list-page__main .l-page-index .p-item::after {
    bottom: 19px;
    right: 16px;
  }
}
.page-about .list-page .list-page__main .l-page-index .p-item a {
  max-height: 250px;
  background-color: #fff;
  outline: none;
  border: solid 1px #D8C494;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-about .list-page .list-page__main .l-page-index .p-item a {
    min-height: 25.64vw;
  }
}
.page-about .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 1;
  background-color: #F5F0E2;
  outline: none;
}
.page-about .list-page .list-page__main .l-page-index .p-item__catch {
  color: #D8C494;
  font-size: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-about .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 34px;
  }
}
.page-about .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 15px;
}

/*  会社環境についてページ（index）
*----------------------------------- */
.page-environment .list-page .list-page__main .l-page-index .p-item {
  position: relative;
}
.page-environment .list-page .list-page__main .l-page-index .p-item::after {
  content: "";
  background: url(../../../images/cmn/icon_circle_arrow.png) center/contain no-repeat;
  position: absolute;
  bottom: 19px;
  right: 20px;
  margin: auto;
  width: 26px;
  height: 26px;
  display: block;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-environment .list-page .list-page__main .l-page-index .p-item::after {
    bottom: 19px;
    right: 16px;
  }
}
.page-environment .list-page .list-page__main .l-page-index .p-item a {
  max-height: 250px;
  background-color: #fff;
  outline: none;
  border: solid 1px #D8C494;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-environment .list-page .list-page__main .l-page-index .p-item a {
    min-height: 200px;
  }
}
.page-environment .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 1;
  background-color: #F5F0E2;
  outline: none;
}
.page-environment .list-page .list-page__main .l-page-index .p-item__catch {
  color: #D8C494;
  font-size: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 34px;
  }
}
.page-environment .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 15px;
}

/*  職種紹介ページ（index）
*----------------------------------- */
.page-introduction .l-main {
  padding-bottom: 75px !important;
}
.page-introduction .list-page .list-page__main .l-page-index__container {
  display: block;
}
.page-introduction .list-page .list-page__main .l-page-index .p-item {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 54px;
}
.page-introduction .list-page .list-page__main .l-page-index .p-item a {
  display: flex;
  background-color: #fff;
  outline: none;
  border: solid 1px #D8C494;
  transition: 0.3s;
  padding: 30px;
  padding-right: 62px;
  gap: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .list-page__main .l-page-index .p-item a {
    flex-wrap: wrap;
    min-height: 200px;
    padding: 4.1vw 4.1vw 7.69vw 4.1vw;
    gap: 20px;
  }
}
.page-introduction .list-page .list-page__main .l-page-index .p-item a:hover {
  outline: none;
  transition: 0.3s;
}
.page-introduction .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 1;
}
.page-introduction .list-page .list-page__main .l-page-index .p-item a:hover img {
  opacity: 1;
  transform: scale(1.04);
  transition: 0.3s;
}
.page-introduction .list-page .list-page__main .l-page-index .p-item__photo.ph_sys {
  min-width: 519px;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .list-page__main .l-page-index .p-item__photo.ph_sys {
    min-width: 82.3%;
  }
}
.page-introduction .list-page .list-page__main .l-page-index .p-item__photo.ph_sys img {
  transition: 0.3s;
}
.page-introduction .list-page .list-page__main .l-page-index .p-item__introduction__title {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  padding-bottom: 16px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.33;
  border-bottom: 1px solid #DDCA9D;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .list-page__main .l-page-index .p-item__introduction__title {
    margin-bottom: 19px;
    padding-bottom: 12px;
  }
}
.page-introduction .list-page .list-page__main .l-page-index .p-item__introduction__title span.ja {
  font-size: 32px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .list-page__main .l-page-index .p-item__introduction__title span.ja {
    font-size: 5.89vw;
  }
}
.page-introduction .list-page .list-page__main .l-page-index .p-item__introduction__title span.en {
  font-size: 14px;
  color: #C4C4C4;
  padding-left: 23px;
}
.page-introduction .list-page .list-page__main .l-page-index .p-item__text {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .list-page__main .l-page-index .p-item__text {
    margin-bottom: 22px;
  }
}
.page-introduction .list-page .list-page__main .l-page-index .p-item__job__list {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 9px;
  column-gap: 11px;
}
.page-introduction .list-page .list-page__main .l-page-index .p-item__job__list li {
  position: relative;
  width: fit-content;
  min-width: 77px;
}
.page-introduction .list-page .list-page__main .l-page-index .p-item__job__list li p {
  color: #fff;
  background: #DDCA9D;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 1.6rem;
  border: 1px solid #DDCA9D;
  border-radius: 6px;
  padding: 3px 21px;
  justify-content: center;
}
.page-introduction .list-page .list-page__main .l-page-index .p-item.p-intro01 .p-item__job__list {
  max-width: 300px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .list-page__main .l-page-index .p-item.p-intro03 .p-item__introduction__title span.en {
    width: min-content;
  }
}

/*  成長環境ページ
*----------------------------------- */
.page-growth .l-main {
  padding-bottom: 141px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-main {
    padding-bottom: 27%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-growth .list-page {
    padding: 0 5%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-growth .list-page__main {
    max-width: 1200px;
    width: 100%;
  }
}
.page-growth .list-page__main .list-page__list .l-growth {
  max-width: 1200px;
  width: 100%;
}
.page-growth .list-page__main .list-page__list .l-growth__info {
  padding: 65px 14px 16px 14px;
  border: 1px solid #DDCA9D;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth__info {
    padding: 38px 14px 16px 14px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth__inner {
  padding: 0 76px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth__inner {
    padding: 0 2.57vw;
  }
}
.page-growth .list-page__main .list-page__list .l-growth__title {
  margin-bottom: 41px;
  font-size: 32px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth__title {
    font-size: 5.89vw;
    line-height: 1.45;
    margin-bottom: 31px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth__text {
  margin-bottom: 62px;
  line-height: 2.13;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth__text {
    font-size: 3.84vw;
    line-height: 2;
    margin-bottom: 47px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth__container {
  padding-top: 85px;
  border-top: none;
  counter-reset: num;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth__container {
    padding-top: 72px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth__catch-ttl {
  width: 415px;
  margin: 0 auto;
  margin-bottom: 49px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth__catch-ttl {
    width: 275px;
    margin-bottom: 28px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item {
  padding: 54px 49px 56px 49px;
  border: 1px solid #DDCA9D;
  background: #fff;
  counter-increment: num;
}
@media print, screen and (min-width: 761px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item {
    display: block;
  }
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item {
    padding: 31px 24px 44px 24px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item::before {
  text-align: center;
  color: #fff;
  counter-increment: number 1;
  width: 82px;
  height: 82px;
  content: counter(num);
  background: #DDCA9D;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  line-height: 82px;
  font-family: hanken-grotesk, sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item::before {
    font-size: 6.41vw;
    line-height: 13.84vw;
    width: 13.84vw;
    height: 13.84vw;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item::after {
  content: none;
}
.page-growth .list-page__main .list-page__list .l-growth .p-item__info {
  width: 100%;
  margin-top: 0;
}
.page-growth .list-page__main .list-page__list .l-growth .p-item__title {
  font-size: 38px;
  color: #1E1E1E;
  margin-bottom: 41px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item__title {
    font-size: 5.89vw;
    margin-bottom: 32px;
    line-height: 1.2;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item__photo {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item__photo {
    margin-bottom: 26px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item__text {
  line-height: 2.13;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item__text {
    line-height: 1.73;
    font-size: 3.84vw;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason01 .p-item__photo {
  display: flex;
  gap: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason01 .p-item__photo {
    gap: 3px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason01 .p-item__photo_col-left {
  width: 82.5%;
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason01 .p-item__photo_col-right {
  width: 40%;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason01 .p-item__photo_col-right {
    gap: 3px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason02 .p-item__photo {
  display: flex;
  gap: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason02 .p-item__photo {
    flex-direction: column;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 {
  padding: 63px 59px 82px 59px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 {
    padding: 35px 24px 47px 24px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__info {
  margin-bottom: 44px;
  text-align: center;
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__info .p-item__title {
  margin-bottom: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__info .p-item__title {
    line-height: 1.34;
    margin-bottom: 12px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__info .p-item__subtitle {
  font-size: 16px;
  font-weight: 500;
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__col__container {
  display: grid;
  gap: 64px 44px;
}
@media print, screen and (min-width: 761px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__col__container {
    grid-template-columns: 1fr 1fr;
    gap: 62px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__col__image {
  margin-bottom: 32px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__col__image {
    margin-bottom: 24px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__col__title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__col__title {
    margin-bottom: 22px;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__col__text {
  font-weight: 400;
  line-height: 1.86;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__col__text {
    line-height: 1.73;
    font-size: 3.84vw;
  }
}
.page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__col__info .c-button {
  margin: 20px 0 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-growth .list-page__main .list-page__list .l-growth .p-item.p-reason03 .p-item__col__info .c-button {
    margin: 3vw 6vw 0 auto;
  }
}

/*  数字で見る
*----------------------------------- */
.page-number {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.page-number .l-main {
  padding-bottom: 131px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-main {
    padding-bottom: 10vw;
  }
}
.page-number .list-page__main {
  width: 100%;
}
.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 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 90%;
  }
}
.page-number .l-number ul {
  display: block;
}
.page-number .l-number ul li {
  margin-top: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li {
    margin-top: 6vw;
  }
}
.page-number .l-number ul li.--00 {
  margin-top: -5px;
  margin-bottom: 64px;
}
@media print, screen and (min-width: 761px) {
  .page-number .l-number ul li.--00 {
    width: 1267px;
    left: -67px;
    position: relative;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--00 {
    margin-top: 8.5vw;
    margin-bottom: 7vw;
  }
}
.page-number .l-number ul li.--01 {
  margin-top: -5px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--01 {
    margin-top: 8.5vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--02 {
    margin-top: 4.61vw;
  }
}
.page-number .l-number ul li.--05 {
  margin-top: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--05 {
    margin-top: 5.8vw;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--06 {
    margin-top: 9.48vw;
  }
}
.page-number .l-number ul li.--08 {
  margin-top: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--08 {
    margin-top: 6vw;
  }
}
.page-number .l-number ul li.--09 {
  margin-top: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--09 {
    margin-top: 5.1vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--10 {
    margin-top: 5.38vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--11 {
    margin-top: 5.38vw;
  }
}
.page-number .l-number ul li.--12 {
  margin-top: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--12 {
    margin-top: 5.38vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--13 {
    margin-top: 5.38vw;
  }
}
.page-number .l-number ul li.--14 {
  margin-top: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--14 {
    margin-top: 5.38vw;
  }
}
.page-number .l-number ul li.--15 {
  margin-top: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--15 {
    margin-top: 6.4vw;
  }
}
.page-number .l-number ul li.--16 {
  margin-top: 43px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--16 {
    margin-top: 6.92vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--17 {
    margin-top: 6.92vw;
  }
}
.page-number .l-number ul li.--18 {
  margin-top: 43px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--18 {
    margin-top: 6.92vw;
  }
}
.page-number .l-number ul li.--19 {
  margin-top: 43px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--19 {
    margin-top: 6.92vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--20 {
    margin-top: 6.92vw;
  }
}
.page-number .l-number ul li.--21 {
  margin-top: 38px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--21 {
    margin-top: 6vw;
  }
}
.page-number .l-number__title {
  margin-top: 72px;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number__title {
    margin-top: 15vw;
    font-size: 6.15vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number__title.tit02 {
    margin-top: 18.76vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number__title.tit04 {
    font-size: 5.12vw;
    margin-top: 13.58vw;
  }
}

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