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

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

.yakuhan {
  font-family: "YakuHanJP", "tot-shizukasmudgemin-stdn", 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 #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 #1D456F;
}
.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: "poppins", sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #1D456F;
}
@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以外)

------------------------------------ */
.anc_place {
  padding-top: 100px;
  margin-top: -100px;
}
@media print, screen and (max-width: 760px) {
  .anc_place {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}

.next__btn {
  width: 100%;
  pointer-events: auto;
}
.next__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.3s;
}
.next__btn a:hover {
  opacity: 1;
}
.next__btn a:hover .next__btn-icon {
  opacity: 0.85;
}
.next__btn-text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .next__btn-text {
    font-size: 3.85vw;
  }
}
.next__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 44px;
  margin-left: -26px;
  border-radius: 50%;
  background-color: rgba(238, 68, 17, 0.63);
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .next__btn-icon {
    width: 21.03vw;
    height: 11.28vw;
    margin-left: -5.3vw;
  }
}
.next__btn-icon img {
  display: block;
  width: 12px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media print, screen and (max-width: 760px) {
  .next__btn-icon img {
    width: 2.9vw;
  }
}

/*  〇〇ページ
*----------------------------------- */
/*  会社概要 company
*----------------------------------- */
.page-company {
  position: relative;
}
.page-company::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebe9e6;
  background-image: url(../company/images/bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -2;
  pointer-events: none;
}
.page-company .l-main {
  padding-bottom: 183px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-main {
    padding-bottom: 20vw;
  }
}
.page-company .list-page__main {
  max-width: calc(1200px + 8%);
}
.page-company .l-info {
  max-width: 1200px;
  background: #fff;
  margin: 54px auto 0;
  padding: min(2.5vw, 36px) min(4.31vw, 62px) min(5.56vw, 80px);
}
@media print, screen and (max-width: 760px) {
  .page-company .l-info {
    padding: 7vw 5vw 10vw;
    margin: 0 auto 0;
  }
}
.page-company .l-info__table {
  display: grid;
  grid-template-columns: 174px 1fr;
  margin: 0 0 37px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-info__table {
    margin-bottom: 5vw;
    grid-template-columns: 25vw 1fr;
  }
}
.page-company .l-info__table dt,
.page-company .l-info__table dd {
  margin: 0;
  padding: 36.4px 26px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  line-height: 1.7;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-info__table dt,
.page-company .l-info__table dd {
    padding: 4vw 0;
    font-size: 3.6vw;
  }
}
.page-company .l-info__table dt:last-of-type,
.page-company .l-info__table dd:last-of-type {
  border-bottom: none;
}
.page-company .l-info__table dt {
  color: #EF4311;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-info__table dt {
    padding: 4vw 3vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-info__table dd a {
    pointer-events: none;
  }
}
.page-company .l-info__map {
  margin-bottom: 26px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-info__map {
    margin-bottom: 3vw;
  }
}
.page-company .l-info__map iframe {
  display: block;
  width: 100%;
  height: 314px;
  border: 0;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-info__map iframe {
    height: 56vw;
  }
}
.page-company .l-info__map-caption {
  display: flex;
  align-items: center;
  gap: 0 30px;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-info__map-caption {
    gap: 0;
    flex-wrap: wrap;
  }
}
.page-company .l-info__map-caption__name {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
  margin-left: 38px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-info__map-caption__name {
    font-size: 4.8vw;
    text-align: left;
    margin-left: 0;
  }
}
.page-company .l-info__map-caption__address {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-info__map-caption__address {
    font-size: 3.85vw;
  }
}
.page-company .anc_place {
  padding-top: 0px;
  margin-top: 0px;
}
@media print, screen and (max-width: 760px) {
  .page-company .anc_place {
    padding-top: 13vw;
    margin-top: -13vw;
  }
}
.page-company .l-history {
  max-width: 1200px;
  margin: 188px auto 0;
  padding: 138px min(6.04vw, 87px) min(3.82vw, 55px);
  background: #fff;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history {
    margin-top: 20vw;
    padding: 21vw 5vw 6vw;
  }
}
.page-company .l-history__header {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -21px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__header {
    margin-bottom: 10vw;
    top: -3.8vw;
  }
}
.page-company .l-history__header__en {
  margin: 0;
  color: #ef4311;
  font-size: 58px;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__header__en {
    font-size: 9.6vw;
  }
}
.page-company .l-history__header__title {
  margin: 5px 0 0;
  font-size: 17px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__header__title {
    margin-top: 2vw;
    font-size: 4.1vw;
  }
}
.page-company .l-history__photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.94vw, 28px);
  margin-bottom: min(5.83vw, 84px);
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__photos {
    gap: 1vw;
    margin-bottom: 10vw;
  }
}
.page-company .l-history__photos__item {
  position: relative;
  overflow: hidden;
}
.page-company .l-history__photos__item:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f2eeea;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.page-company .l-history__photos__item img {
  display: block;
  width: 100%;
  height: auto;
}
.page-company .l-history__timeline {
  margin: 0 3.6%;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__timeline {
    margin: 0;
  }
}
.page-company .l-history__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 11px;
  align-items: baseline;
  padding: 20.8px 5px;
  border-top: 1px solid #BEBEBE;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__row {
    grid-template-columns: 26vw 1fr;
    gap: 3.5vw;
    padding: 4vw 0;
  }
}
.page-company .l-history__year {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__year {
    font-size: 3.85vw;
    text-align: center;
  }
}
.page-company .l-history__year span {
  display: inline-block;
  margin-left: 0.15em;
  font-size: 14px;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__year span {
    font-size: 3.6vw;
  }
}
.page-company .l-history__event {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__event {
    font-size: 3.85vw;
  }
}
.page-company .l-history__event p {
  margin: 0;
}
.page-company .l-history__event .orange {
  font-weight: 700;
  color: #ef4311;
}
.page-company .l-history__event img {
  display: inline-block;
  width: 100%;
  max-width: 267px;
  height: auto;
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__event img {
    max-width: 100%;
    margin-top: 3vw;
  }
}
.page-company .l-history__badge {
  display: inline-block;
  margin-top: 3px;
  margin-left: 12px;
  padding: 2.8px 12px;
  background: #ef4311;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__badge {
    margin-top: 2vw;
    padding: 1.5vw 3vw;
    font-size: 3.5vw;
    margin-left: 0;
  }
}
.page-company .l-history__box {
  margin: -6px 0 24px;
  padding: 18px 34px 21px;
  background: #F7F7F7;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__box {
    margin: 0 0 7vw;
    padding: 4vw 5vw 3vw;
  }
}
.page-company .l-history__box__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 6px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d4cf;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__box__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0vw;
    margin-bottom: 3vw;
    padding-bottom: 3vw;
  }
}
.page-company .l-history__box__head .l-history__box__title {
  margin: 0;
  padding: 0;
  border: none;
}
.page-company .l-history__box__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__box__title {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    font-size: 4.1vw;
  }
}
.page-company .l-history__box__founder {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__box__founder {
    font-size: 3.6vw;
    white-space: normal;
  }
}
.page-company .l-history__box__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__box__text {
    font-size: 3.85vw;
  }
}
.page-company .l-history__box__text .orange {
  color: #ef4311;
}
.page-company .l-history__box__emphasis {
  color: #ef4311;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__box__emphasis {
    color: #ef4311;
    font-size: 4.1vw;
    line-height: 1.5;
    font-weight: 700;
    display: block;
  }
}

/*  会社概要 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 #1D456F;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history__list {
    padding: 10vw 5vw;
    margin-bottom: 7vw;
  }
}
.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 #1D456F;
  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 {
  position: relative;
}
.page-philosophy::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebe9e6;
  background-image: url(../company/images/bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -2;
  pointer-events: none;
}
.page-philosophy .l-main {
  padding-bottom: 0;
}
.page-philosophy .list-page__main {
  margin-top: 114px;
  max-width: calc(1200px + 8%);
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .list-page__main {
    margin-top: 20vw;
  }
}

.page-philosophy .l-philosophy__container {
  margin: 0 auto;
  position: relative;
  padding: 62px 42px 73px;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__container {
    padding: 14vw 5vw 10vw;
  }
}
.page-philosophy .l-philosophy__head {
  margin-bottom: 0;
  text-align: center;
}
.page-philosophy .l-philosophy__head__en {
  color: #EF4311;
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__head__en {
    font-size: 9.6vw;
    top: -3.8vw;
  }
}
.page-philosophy .l-philosophy__head__title {
  position: relative;
  padding-bottom: 13px;
  font-size: 19px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__head__title {
    padding-bottom: 4vw;
    font-size: 4.1vw;
  }
}
.page-philosophy .l-philosophy__head__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 42.45px;
  height: 1px;
  background: #EF4311;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__head__title::after {
    width: 7vw;
  }
}
.page-philosophy .l-philosophy__catch {
  margin: 17px auto 38px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__catch {
    margin: 4vw auto 10vw;
    font-size: 5.4vw;
    line-height: 1.55;
  }
}
.page-philosophy .l-philosophy__photos {
  display: flex;
  gap: 8px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__photos {
    gap: 1vw;
  }
}
.page-philosophy .l-philosophy__photos__item {
  flex: 1;
}

.page-philosophy .l-vision {
  margin-top: 141px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-vision {
    margin-top: 20vw;
  }
}
.page-philosophy .l-vision__container {
  margin: 0 auto;
  position: relative;
  padding: 137px min(22.22vw, 320px) 100px 66px;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-vision__container {
    margin-top: 10vw;
    padding: 17vw 5vw 10vw;
  }
}
.page-philosophy .l-vision__head {
  text-align: center;
  margin-bottom: 13px;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-vision__head {
    margin-bottom: 6vw;
    top: -3.8vw;
  }
}
.page-philosophy .l-vision__head__en {
  color: #EF4311;
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-vision__head__en {
    font-size: 9.6vw;
  }
}
.page-philosophy .l-vision__head__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-vision__head__title {
    font-size: 4.1vw;
  }
}
.page-philosophy .l-vision__catch {
  width: min(15.42vw, 222px);
  position: absolute;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-vision__catch {
    top: -66px;
    right: min(3.4vw, 49px);
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-vision__catch {
    width: 70vw;
    margin: 0 5vw 5vw;
    position: relative;
  }
}
.page-philosophy .l-vision__text {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.page-philosophy .l-vision__text p {
  font-size: 16px;
  line-height: 2.05;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-vision__text p {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-vision__text p {
    font-size: 3.6vw;
    line-height: 1.95;
    text-align: left;
  }
}
.page-philosophy .l-vision__text span {
  color: #EF4311;
}

@keyframes message-bg-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page-philosophy .l-message {
  margin-top: 97px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message {
    margin-top: 22vw;
  }
}
.page-philosophy .l-message__head {
  padding: 0 0 56px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__head {
    padding: 0 0 8vw;
  }
}
.page-philosophy .l-message__head__title {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__head__title {
    margin-bottom: 2.5vw;
    font-size: 8.3vw;
  }
}
.page-philosophy .l-message__head__en {
  color: #1D456F;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__head__en {
    font-size: 3.6vw;
  }
}
.page-philosophy .l-message__main {
  position: relative;
  overflow: hidden;
  background: #F4F6FA;
  margin-bottom: 20px;
  padding: 0;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main {
    padding: 0;
  }
}
.page-philosophy .l-message__main::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  aspect-ratio: 685.63/506.08;
  background: url(../philosophy/images/message_main.jpg) no-repeat center bottom/contain;
  pointer-events: none;
  z-index: 0;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main::after {
    position: relative;
    right: auto;
    display: block;
    width: 100%;
    max-width: none;
    background: url(../philosophy/images/message_main_sp.jpg) no-repeat center bottom/contain;
    height: auto;
    aspect-ratio: 427/359;
  }
}
.page-philosophy .l-message__main__container {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__container {
    padding: 8vw 0 0;
    min-height: auto;
  }
}
.page-philosophy .l-message__main__name-bg {
  position: absolute;
  left: min(5.69vw, 82px);
  bottom: min(1.81vw, 26px);
  z-index: 1;
  margin: 0;
  color: #B6B7BE;
  font-size: min(6.18vw, 89px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.078em;
  white-space: nowrap;
  pointer-events: none;
  mix-blend-mode: luminosity;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__name-bg {
    font-size: 13vw;
    left: 6vw;
    bottom: -31vw;
    display: none;
  }
}
.page-philosophy .l-message__main__content {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: min(5vw, 72px) 0 min(9.58vw, 138px) min(5.56vw, 80px);
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__content {
    max-width: none;
    width: 100%;
    padding: 0 5vw;
  }
}
.page-philosophy .l-message__main__catch {
  margin-bottom: 35px;
  font-size: min(3.4vw, 49px);
  font-weight: 500;
  line-height: 1.45;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__catch {
    margin-bottom: 3vw;
    font-size: 6.8vw;
    line-height: 1.4;
  }
}
.page-philosophy .l-message__main__name {
  margin-bottom: 19px;
  font-size: min(1.88vw, 27px);
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__name {
    margin-bottom: 2vw;
    font-size: 4.1vw;
  }
}
.page-philosophy .l-message__main__name-en {
  color: #1D456F;
  font-size: min(1.39vw, 20px);
  letter-spacing: 0.04em;
  line-height: 1;
  padding-left: 6px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__name-en {
    font-size: 3.2vw;
  }
}
.page-philosophy .l-message__main__sub {
  background: #E3DFD8;
  padding: 19px 8.8% 15px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__sub {
    padding: 4vw 5vw;
  }
}
.page-philosophy .l-message__main__sub__container {
  display: flex;
  align-items: center;
  gap: 65px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__sub__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.1vw;
  }
}
.page-philosophy .l-message__main__sub__label {
  flex-shrink: 0;
  padding-right: 86px;
  border-right: 1px solid #C9C9C9;
  color: #969694;
  font-size: 21px;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__sub__label {
    padding-right: 0;
    border-right: none;
    font-size: 4.2vw;
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
  }
}
.page-philosophy .l-message__main__sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__sub__list {
    flex-direction: column;
    gap: 0.5vw;
  }
}
.page-philosophy .l-message__main__sub__list li {
  font-size: 15px;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__main__sub__list li {
    font-size: 3.85vw;
  }
}
.page-philosophy .l-message__container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 100px 0 116px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__container {
    padding: 14vw 0 15vw;
  }
}
.page-philosophy .l-message__container .p-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
  margin-bottom: 77px;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 57px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__container .p-item {
    flex-direction: column;
    gap: 5vw;
    margin-bottom: 15vw;
    padding-bottom: 12vw;
  }
}
.page-philosophy .l-message__container .p-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-message__container .p-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.page-philosophy .l-message__container .p-item__image {
  width: 44.8%;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-message__container .p-item__image {
    margin-top: 2%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__container .p-item__image {
    width: 100%;
  }
}
.page-philosophy .l-message__container .p-item__text {
  width: 50.2%;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__container .p-item__text {
    width: 100%;
  }
}
.page-philosophy .l-message__container .p-item__title {
  margin-bottom: 19px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #1D456F;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__container .p-item__title {
    margin-bottom: 3vw;
    font-size: 6.5vw;
    line-height: 1.45;
  }
}
.page-philosophy .l-message__container .p-item__body p {
  font-size: 16px;
  line-height: 1.82;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-message__container .p-item__body p {
    font-size: 4.1vw;
    line-height: 1.95;
  }
}

.page-philosophy .l-last {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 140px 4%;
  background: #EF4311;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-last {
    padding: 14vw 5vw;
  }
}
.page-philosophy .l-last__container p {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.83;
}
@media print, screen and (min-width: 761px) {
  .page-philosophy .l-last__container p {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-last__container p {
    font-size: 4.7vw;
  }
}
.page-philosophy .l-last__container p span {
  text-decoration: underline #fff 2px;
  text-underline-offset: 13px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-last__container p span {
    text-underline-offset: 1.4vw;
    text-decoration: underline #fff 1px;
  }
}
.page-philosophy .l-last .next__btn {
  margin: 50px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-last .next__btn {
    margin: 10vw auto 0;
  }
}
.page-philosophy .l-last .next__btn-text {
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-last .next__btn-text {
    font-size: 4.5vw;
  }
}
.page-philosophy .l-last .next__btn-icon {
  background-color: rgba(255, 157, 127, 0.63);
}

/*  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: "poppins", 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 #EF4311;
}
@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: #EF4311;
}
@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 #EF4311;
  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: "poppins", 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: #EF4311;
}
@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: #EF4311;
}
.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: #EF4311;
}
@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: #EF4311;
}
.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: #1D456F;
}
@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: #EF4311;
}
.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: #EF4311;
}
.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: #EF4311;
  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-crosstalk-index .l-crosstalk__list .p-item {
  width: 960px;
  margin: 0 auto 60px;
  border: 2px solid #EF4311;
}
@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: "poppins", 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: #EF4311;
}
@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 #1D456F;
}
@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: #1D456F;
}

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

.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: #EF4311;
  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: "poppins", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #1D456F;
  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: #2595d0;
}
.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: "poppins", 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: #EF4311;
}
@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 {
  position: relative;
}
.page-business::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f2ec;
  background-image: url(../business/images/bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -2;
  pointer-events: none;
}
.page-business .anc_place {
  padding-top: 50px;
  margin-top: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-business .anc_place {
    padding-top: 8vw;
    margin-top: -8vw;
  }
}
.page-business .l-main {
  padding-bottom: 173px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-main {
    padding-bottom: 20vw;
  }
}
.page-business .l-specialist__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 73px 4% 72px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-specialist__container {
    flex-direction: column;
    gap: 7vw;
    padding: 0 5vw 16vw;
  }
}
.page-business .l-specialist__text {
  flex: 1;
  min-width: 0;
  max-width: 44.4%;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-specialist__text {
    max-width: none;
    width: 100%;
  }
}
.page-business .l-specialist__title {
  margin: 14px auto 35px;
  color: #EF4311;
  font-size: 53px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-specialist__title {
    margin-bottom: 5vw;
    font-size: 7vw;
    text-align: center;
  }
}
.page-business .l-specialist__subtitle {
  font-size: 16px;
  line-height: 2.06;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-specialist__subtitle {
    font-size: 3.8vw;
    line-height: 1.95;
  }
}
.page-business .l-specialist__image {
  flex-shrink: 0;
  width: 45.5%;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-specialist__image {
    width: 80%;
    max-width: none;
  }
}
.page-business .l-specialist__image img {
  padding-right: 5.6%;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-specialist__image img {
    padding-right: 0;
  }
}
.page-business .l-buisiness_box {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  max-width: calc(1200px + 8%);
  padding: 0 4% 53px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-buisiness_box {
    flex-direction: column;
    gap: 11.6vw;
    margin-top: 16vw;
    padding: 0 5vw;
  }
}
.page-business .l-buisiness_box__item {
  width: 48.75%;
  display: grid;
  grid-template-columns: 43.06% 56.94%;
  border: 1px solid #A3A3A3;
  background-color: #FFFFFF;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-buisiness_box__item {
    width: 100%;
    display: block;
  }
}
.page-business .l-buisiness_box__item::after {
  content: "";
  position: absolute;
  bottom: -17px;
  background-image: url(../images/cmn/icon_under.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media print, screen and (max-width: 760px) {
  .page-business .l-buisiness_box__item::after {
    bottom: -4vw;
    width: 8vw;
    height: 8vw;
  }
}
.page-business .l-buisiness_box__item__left {
  overflow: hidden;
  aspect-ratio: 248/351;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-buisiness_box__item__left {
    aspect-ratio: 350/213.52;
  }
}
.page-business .l-buisiness_box__item__left img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  will-change: transform;
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .page-business .l-buisiness_box__item__left img {
    will-change: auto;
  }
}
.page-business .l-buisiness_box__item__right {
  position: relative;
  padding: 17% 5% 13% 8.5%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-buisiness_box__item__right {
    padding: 6.5vw 7.7vw 4.7vw;
  }
}
.page-business .l-buisiness_box__item__title {
  font-size: min(1.08vw, 13px);
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #ef4311;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-buisiness_box__item__title {
    font-size: 3.59vw;
    margin-bottom: 0vw;
  }
}
.page-business .l-buisiness_box__item__text01 {
  margin: 0;
  font-size: min(2.46vw, 32px);
  line-height: 1.35;
  letter-spacing: -0.2rem;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-buisiness_box__item__text01 {
    font-size: 6.67vw;
    line-height: 1.35;
  }
}
.page-business .l-buisiness_box__item__text02 {
  margin-top: auto;
  font-size: 34px;
  font-size: min(1.67vw, 20px);
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-buisiness_box__item__text02 {
    font-size: 4.3vw;
    padding-top: 5.6vw;
  }
}
.page-business .l-buisiness_box__item__text02::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - min(7.85vw, 60px));
  background-color: #c1bdb2;
  bottom: 47px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-buisiness_box__item__text02::before {
    height: 8.3vw;
    margin-bottom: 7.7vw;
    bottom: 3vw;
  }
}
.page-business .l-buisiness_box__item.--02 .l-buisiness_box__item__title {
  color: #1d456f;
}
.page-business .l-buisiness_box__item.--02::after {
  background-image: url(../images/cmn/icon_under_blue.svg);
  background-size: contain;
}
.page-business .l-container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 189px 4% 0;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container {
    padding: 35vw 5vw 4vw;
  }
}
.page-business .l-container__head {
  margin-bottom: 38px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__head {
    margin-bottom: 10vw;
  }
}
.page-business .l-container__head__inner {
  position: relative;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
.page-business .l-container__head__bg {
  position: absolute;
  left: 50%;
  top: -49px;
  z-index: 0;
  width: 100%;
  margin: 0;
  color: #FFFFFF;
  font-size: min(6.25vw, 90px);
  /* font-weight: 500; */
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transform: translate(-50%, 0%);
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__head__bg {
    font-size: 14vw;
    line-height: 0.8;
    top: -9vw;
  }
}
.page-business .l-container__head__en {
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
  color: #EF4311;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__head__en {
    margin-bottom: 1vw;
    font-size: 3.2vw;
  }
}
.page-business .l-container__head__title {
  position: relative;
  z-index: 1;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__head__title {
    font-size: 6.8vw;
  }
}
.page-business .l-container__head__label {
  width: 100%;
  margin: 0 auto;
  padding: 10px 4%;
  background: #EF4311;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  max-width: 1093px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__head__label {
    padding: 3vw 5vw;
    font-size: 4.6vw;
  }
}
.page-business .l-container__chart {
  max-width: calc(933px + 8%);
  margin: 0 auto 65px;
  padding: 0 4%;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-container__chart {
    left: -1.9%;
    position: relative;
  }
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__chart {
    margin-bottom: 12vw;
    padding: 0;
  }
}
.page-business .l-container__chart img {
  display: block;
  width: 100%;
  height: auto;
}
.page-business .l-container__body {
  margin: 0 auto 51px;
  font-size: 16px;
  line-height: 2.05;
  max-width: 1093px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__body {
    margin-bottom: 12vw;
    padding: 0;
  }
}
.page-business .l-container__body p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__body p {
    font-size: 3.8vw;
    line-height: 1.95;
  }
}
.page-business .l-container__body p + p {
  margin-top: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__body p + p {
    margin-top: 6vw;
  }
}
.page-business .l-container__photos {
  margin: 0 auto;
  max-width: 1093px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__photos {
    max-width: none;
    width: 100vw;
    left: -5vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__photos .slick-list {
    margin: 0 5vw;
    padding: 0 !important;
  }
}
.page-business .l-container__photos .slick-track {
  display: flex;
  align-items: stretch;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-container__photos .slick-dots {
    bottom: -9vw;
  }
}
.page-business .l-container__photos__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 718/518;
  object-fit: cover;
}
.page-business .l-container.towel .l-container__head__en {
  color: #1D456F;
}
.page-business .l-container.towel .l-container__head__label {
  background: #1D456F;
}
.page-business .l-container.towel .l-container__chart {
  max-width: calc(755px + 8%);
}
@media print, screen and (min-width: 761px) {
  .page-business .l-container.towel .l-container__chart {
    left: 3.1%;
    position: relative;
    margin-top: 66px;
    margin-bottom: 55px;
  }
}
.page-business .l-last {
  text-align: center;
  font-size: 36px;
  color: #EF4311;
  margin: 78px auto 0;
  line-height: 1.54;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-last {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-business .l-last {
    font-size: 5.6vw;
    margin-top: 30vw;
  }
}

/*  未来への挑戦
*----------------------------------- */
.page-challenge {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #030303;
  background-image: none;
}
@media print, screen and (max-width: 760px) {
  .page-challenge {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 38vw 0 26vw;
  }
}
.page-challenge .l-main {
  color: #FFFFFF;
  padding-bottom: 220px;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-main {
    padding-bottom: 26vw;
  }
}
.page-challenge:before {
  content: "";
  background-image: url(../challenge/images/challenge_mv_pc.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1440px;
  height: 855px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
  background-position: top center;
}
@media print, screen and (max-width: 760px) {
  .page-challenge:before {
    background-image: url(../challenge/images/challenge_mv_sp.jpg);
    background-size: contain;
    width: 100vw;
    background-size: cover;
  }
}
.page-challenge .l-challenge__mv {
  position: relative;
  width: 1440px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.page-challenge .l-challenge__mv .--01 {
  position: absolute;
  top: 315px;
  left: 0;
  width: 311px;
}
.page-challenge .l-challenge__mv .--02 {
  position: absolute;
  top: 216px;
  right: 0;
  width: 325px;
}
.page-challenge .l-challenge__mv .--03 {
  position: absolute;
  top: 0px;
  left: 351px;
  width: 337px;
}
.page-challenge .l-page-header {
  position: relative;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 761px) {
  .page-challenge .l-page-header {
    padding: 220px 4% 0;
  }
}
.page-challenge .l-page-header__title01 {
  color: #F6F2E6;
  font-size: 47px;
  margin-bottom: -7px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-page-header__title01 {
    font-size: 8.72vw;
    margin-bottom: 0.7vw;
  }
}
.page-challenge .l-page-header__title02 {
  color: #EF4311;
  font-size: 94px;
  line-height: 1;
  margin-bottom: 24px;
  width: 100%;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-page-header__title02 {
    font-size: 16.15vw;
    margin-bottom: 1.6vw;
  }
}
.page-challenge .l-page-header__title02 span {
  font-size: 78px;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-page-header__title02 span {
    font-size: 13.08vw;
  }
}
.page-challenge .l-page-header__lead {
  margin: 0 0 172px;
  color: #F6F2E6;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-page-header__lead {
    font-size: 4.1vw;
    margin-bottom: 4vw;
    line-height: 1.85;
  }
}
.page-challenge .l-page-header__scroll {
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-page-header__scroll {
    margin: 29.7vw auto 0;
    gap: 3vw;
  }
}
.page-challenge .l-page-header__scroll .en {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1rem;
}
.page-challenge .l-page-header__scroll-line {
  display: block;
  width: 1px;
  height: 39.6px;
  background-color: #fff;
  animation: challenge-scroll-line 1.8s ease-in-out infinite;
}
@keyframes challenge-scroll-line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  45% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.page-challenge .l-challenge {
  position: relative;
}
.page-challenge .l-challenge:before {
  content: "";
  background-image: url(../challenge/images/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 998.94px;
  height: 100%;
  position: absolute;
  top: -235px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
  background-position: top center;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge:before {
    width: 100vw;
    background-size: 129.49vw 100%;
  }
}
.page-challenge .l-challenge__anc {
  position: relative;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 126px 4% 62px;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__anc {
    padding: 16.6vw 6.3vw 5.6vw;
  }
}
.page-challenge .l-challenge__anc_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  margin: 0 auto 48px;
  font-size: 17px;
  color: #EF4311;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__anc_tit {
    gap: 3vw;
    margin-bottom: 8vw;
    font-size: 4.36vw;
  }
}
.page-challenge .l-challenge__anc_tit::before, .page-challenge .l-challenge__anc_tit::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #444;
}
.page-challenge .l-challenge__anc__item {
  display: flex;
  gap: min(2.22vw, 32px);
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__anc__item {
    gap: 8.83vw 3.3vw;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
}
.page-challenge .l-challenge__anc__item__content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #212121;
  border: #343434 1px solid;
  text-align: center;
}
@media print, screen and (min-width: 761px) {
  .page-challenge .l-challenge__anc__item__content {
    flex: 1;
  }
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__anc__item__content {
    flex: 0 0 calc((100% - 3.33vw) / 2);
    max-width: calc((100% - 3.33vw) / 2);
    display: block;
  }
}
.page-challenge .l-challenge__anc__item__content a {
  padding: 29px 15px 34px;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__anc__item__content a {
    padding: 6vw 3vw 7.5vw;
  }
}
.page-challenge .l-challenge__anc__item__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 34px;
  height: 34px;
  background-image: url(../images/cmn/icon_under.svg);
  transform: translate(-50%, 50%);
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__anc__item__content::after {
    width: 8.72vw;
    height: 8.72vw;
  }
}
.page-challenge .l-challenge__anc__item__content__number {
  margin-bottom: 4px;
  color: #EF4311;
  font-size: 21px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__anc__item__content__number {
    margin-bottom: 1vw;
    font-size: 4.62vw;
  }
}
.page-challenge .l-challenge__anc__item__content__text {
  font-size: 20px;
  line-height: 1.6;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__anc__item__content__text {
    font-size: 4.36vw;
  }
}
.page-challenge .l-challenge__body {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__body {
    padding: 14vw 5vw 0;
  }
}
.page-challenge .l-challenge__body__item {
  border-top: 1px solid #343434;
  padding: 56px 0 0;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__body__item {
    padding: 15.2vw 0 2vw;
  }
}
.page-challenge .l-challenge__body__item .p-item {
  padding-bottom: 49px;
  margin-bottom: 56px;
  border-bottom: 1px solid #343434;
}
@media print, screen and (min-width: 761px) {
  .page-challenge .l-challenge__body__item .p-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__body__item .p-item {
    padding-bottom: 19.4vw;
    margin-bottom: 19.6vw;
  }
}
.page-challenge .l-challenge__body__item .p-item__image {
  width: 45.8%;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__body__item .p-item__image {
    width: 100%;
    margin-bottom: 13vw;
  }
}
.page-challenge .l-challenge__body__item .p-item__image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-challenge .l-challenge__body__item .p-item__info {
  width: 44%;
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-challenge .l-challenge__body__item .p-item__info {
    margin: 7px 4.4% 0 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__body__item .p-item__info {
    width: 100%;
  }
}
.page-challenge .l-challenge__body__item .p-item__num {
  margin-bottom: 14px;
  color: #EF4311;
  font-size: 18px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__body__item .p-item__num {
    margin-bottom: 1.5vw;
    font-size: 4.62vw;
  }
}
.page-challenge .l-challenge__body__item .p-item__title {
  margin-bottom: 33px;
  color: #EF4311;
  font-size: 32px;
  line-height: 1.25;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__body__item .p-item__title {
    margin-bottom: 8.6vw;
    font-size: 8.21vw;
  }
}
.page-challenge .l-challenge__body__item .p-item__text {
  font-size: 16px;
  line-height: 2.06;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__body__item .p-item__text {
    font-size: 4.1vw;
  }
}
.page-challenge .l-challenge__body__item .p-item__text span {
  text-decoration: underline #EF4311 1px;
  text-underline-offset: 6.9px;
}
.page-challenge .l-challenge__body__item .next__btn {
  margin-top: 45px;
}
@media print, screen and (max-width: 760px) {
  .page-challenge .l-challenge__body__item .next__btn {
    margin-top: 11vw;
  }
}
.page-challenge .l-challenge__body__item .next__btn-icon {
  background-color: #482014;
}
.page-challenge .l-challenge__body__item .next__btn-icon img {
  filter: none;
}
@media print, screen and (min-width: 761px) {
  .page-challenge .l-challenge__body__item .p-item.reverse {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 761px) {
  .page-challenge .l-challenge__body__item .p-item.reverse .p-item__info {
    margin: 7px 0 0 5%;
  }
}
.page-challenge .l-challenge__body__item .p-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.page-challenge .l-challenge__body__item .p-item.--last {
  flex-direction: column;
  align-items: center;
}
.page-challenge .l-challenge__body__item .p-item.--last .p-item__info {
  width: 100%;
  margin: 7px 0 0 0;
}
@media print, screen and (min-width: 761px) {
  .page-challenge .l-challenge__body__item .p-item.--last .p-item__info {
    text-align: center;
  }
}
.page-challenge .l-challenge__body__item .p-item.--last .p-item__image {
  margin-bottom: 1vw;
}

/*  数字で見る
*----------------------------------- */
.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;
  }
}

/*  働く環境
*----------------------------------- */
@keyframes environment-history-title-loop {
  0%, 14.286% {
    transform: translateY(0);
  }
  16.667%, 31.429% {
    transform: translateY(-14.2857142857%);
  }
  33.333%, 47.619% {
    transform: translateY(-28.5714285714%);
  }
  49.524%, 63.81% {
    transform: translateY(-42.8571428571%);
  }
  65.714%, 80% {
    transform: translateY(-57.1428571429%);
  }
  81.905%, 97.619% {
    transform: translateY(-71.4285714286%);
  }
  100% {
    transform: translateY(-85.7142857143%);
  }
}
.page-environment {
  position: relative;
}
.page-environment::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EBE9E6;
  background-image: url(../environment/images/bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -2;
  pointer-events: none;
}
.page-environment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 886px;
  background-image: url(../environment/images/bg01.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .page-environment:before {
    height: 155vw;
  }
}
.page-environment .l-main {
  padding-bottom: 0;
}
.page-environment .list-page__header__subtitle {
  color: #EF4311;
}
.page-environment .list-page__main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.page-environment .l-environment__title {
  text-align: center;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment__title {
    margin-bottom: 11vw;
  }
}
.page-environment .l-environment__title__sub {
  margin-bottom: 10px;
  color: #1D456F;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.page-environment .l-environment__title__main {
  margin-bottom: 12px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.1;
}
.page-environment .l-environment__title__main span {
  font-size: 46px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment__title__main {
    font-size: 11vw;
  }
  .page-environment .l-environment__title__main span {
    font-size: 9vw;
  }
}
.page-environment .l-environment__title__text {
  display: inline-block;
  padding: 5px 14px;
  background: #EF4311;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment__title__text {
    font-size: 3vw;
    padding: 1vw 3vw;
  }
}
.page-environment .l-environment-history {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history {
    margin-bottom: 14vw;
  }
}
.page-environment .l-environment-history__lead {
  margin-bottom: 75px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__lead {
    margin-bottom: 15vw;
    font-size: 4.1vw;
    margin-top: -4vw;
  }
}
.page-environment .l-environment-history__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
  font-size: 78px;
  font-weight: 500;
  line-height: 1.1;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__title {
    margin-bottom: 8vw;
    font-size: 11vw;
  }
}
.page-environment .l-environment-history__title__word {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  height: 1.1em;
  padding: 1px 28px;
  margin-right: 12px;
  background-color: #EF4311;
  color: #fff;
  line-height: 1.1;
  font-size: 83px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__title__word {
    padding: 0 2.5vw;
    font-size: 13vw;
    margin-right: 1.5vw;
  }
}
.page-environment .l-environment-history__title__loop {
  display: block;
  animation: environment-history-title-loop 21s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .page-environment .l-environment-history__title__loop {
    animation: none;
  }
}
.page-environment .l-environment-history__title__item {
  display: block;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}
.page-environment .l-environment-history__title mark {
  background: none;
  font-size: 72px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__title mark {
    font-size: 9vw;
  }
}
.page-environment .l-environment-history__loop {
  overflow: hidden;
  min-height: 280px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__loop {
    min-height: 48vw;
  }
}
.page-environment .l-environment-history__list:not(.slick-initialized) {
  display: flex;
  align-items: flex-end;
}
.page-environment .l-environment-history__item {
  flex-shrink: 0;
}
.page-environment .l-environment-history__item img {
  display: block;
  width: auto;
}
.page-environment .l-environment-history__item.--01 {
  margin: min(1.04vw, 15px) min(5.49vw, 79px) min(6.11vw, 88px);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__item.--01 {
    margin: 2vw 3vw 14vw;
  }
}
.page-environment .l-environment-history__item.--01 img {
  width: min(20.69vw, 298px);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__item.--01 img {
    width: 42vw;
  }
}
.page-environment .l-environment-history__item.--02 {
  margin: 0 min(5.56vw, 80px) min(3.54vw, 51px);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__item.--02 {
    margin: 0 3vw 9vw;
  }
}
.page-environment .l-environment-history__item.--02 img {
  width: min(20.69vw, 298px);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__item.--02 img {
    width: 42vw;
  }
}
.page-environment .l-environment-history__item.--03 {
  margin: 0 min(2.43vw, 35px) min(1.6vw, 23px);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__item.--03 {
    margin: 0 2.5vw 4vw;
  }
}
.page-environment .l-environment-history__item.--03 img {
  width: min(15.49vw, 223px);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__item.--03 img {
    width: 32vw;
  }
}
.page-environment .l-environment-history__item.--04 {
  margin: 0 min(6.6vw, 95px) min(8.61vw, 124px);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__item.--04 {
    margin: 0 3vw 18vw;
  }
}
.page-environment .l-environment-history__item.--04 img {
  width: min(18.47vw, 266px);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment-history__item.--04 img {
    width: 38vw;
  }
}
.page-environment .l-environment-history .slick-slide {
  height: auto;
  float: none;
}
.page-environment .l-environment-history .slick-list {
  overflow: hidden;
}
.page-environment .l-environment-history .slick-track {
  display: flex;
  align-items: flex-end;
}
.page-environment .l-environment__title {
  text-align: center;
  margin-bottom: 130px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment__title {
    margin-bottom: 11vw;
  }
}
.page-environment .l-environment__title__sub {
  margin-bottom: 14px;
  color: #EF4311;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment__title__sub {
    font-size: 4.1vw;
    margin-bottom: 2vw;
  }
}
.page-environment .l-environment__title__main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  font-size: 53px;
  font-weight: 500;
  line-height: 1.1;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment__title__main {
    font-size: 11vw;
  }
}
.page-environment .l-environment__title__main span {
  color: #EF4311;
  font-size: 56px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment__title__main span {
    padding: 0;
    font-size: 12vw;
  }
}
.page-environment .l-environment__title__main mark {
  background: none;
  font-size: 49px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment__title__main mark {
    font-size: 9vw;
  }
}
.page-environment .l-environment__title__text {
  display: inline-block;
  padding: 5px 14px;
  background: #EF4311;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-environment__title__text {
    font-size: 4.1vw;
    padding: 1vw 3vw;
  }
}
.page-environment .l-bg01 {
  position: relative;
}
.page-environment .l-bg01::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FBF9F6;
  pointer-events: none;
  z-index: -1;
}
.page-environment .l-history {
  margin: 160px auto;
  max-width: calc(1087px + 8%);
}
@media print, screen and (min-width: 761px) {
  .page-environment .l-history {
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history {
    margin-top: 25vw;
    margin-bottom: 18vw;
    padding: 0 5vw;
  }
}
.page-environment .l-history__container {
  position: relative;
}
.page-environment .l-history__list {
  position: relative;
}
.page-environment .l-history__list::before {
  content: "";
  position: absolute;
  top: -83px;
  bottom: 112px;
  left: 50%;
  height: calc(100% + 83px + 80px);
  width: 1px;
  background: #EF4311;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list::before {
    top: -3vw;
    bottom: -10vw;
    left: 1.5vw;
    height: auto;
    transform: none;
    height: calc(100% + 20vw - 7vw);
  }
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list::after {
    content: "";
    position: absolute;
    bottom: -8vw;
    left: 1.7vw;
    width: 3.4vw;
    height: 3.4vw;
    border-right: 1px solid #EF4311;
    border-bottom: 1px solid #EF4311;
    transform: translate(-50%, 50%) rotate(45deg);
  }
}
.page-environment .l-history__list .p-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 125px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list .p-item {
    flex-direction: column;
    margin-bottom: 12vw;
    padding-left: 8vw;
    padding-top: 7vw;
  }
}
.page-environment .l-history__list .p-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EF4311;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list .p-item::before {
    display: block;
    top: 63vw;
    left: 1.6vw;
    width: 2vw;
    height: 2vw;
    transform: translate(-50%, 0);
  }
}
.page-environment .l-history__list .p-item__text, .page-environment .l-history__list .p-item__image {
  width: 45%;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list .p-item__text, .page-environment .l-history__list .p-item__image {
    width: 100%;
  }
}
.page-environment .l-history__list .p-item__year {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4;
  margin-top: -3px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list .p-item__year {
    margin-bottom: 2vw;
    font-size: 5vw;
    line-height: 1.4;
    margin-top: 0;
  }
}
.page-environment .l-history__list .p-item__title {
  margin-bottom: 28px;
  color: #EF4311;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list .p-item__title {
    font-size: 6.6vw;
    margin-bottom: 5vw;
    line-height: 1.3;
  }
}
.page-environment .l-history__list .p-item p {
  font-size: 16px;
  line-height: 2.06;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list .p-item p {
    font-size: 4.1vw;
    line-height: 1.9;
  }
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list .p-item__image {
    margin: 0 0 5vw;
  }
}
.page-environment .l-history__list .p-item__image img {
  display: block;
  width: 92%;
  height: auto;
}
@media print, screen and (min-width: 761px) {
  .page-environment .l-history__list .p-item__image img {
    margin: 0 0 0 auto;
  }
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list .p-item__image img {
    width: 100%;
  }
}
.page-environment .l-history__list .p-item.--05 {
  margin-bottom: 0;
}
@media print, screen and (min-width: 761px) {
  .page-environment .l-history__list .p-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.page-environment .l-history__list .p-item:nth-child(odd) .p-item__year {
  text-align: end;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list .p-item:nth-child(odd) .p-item__year {
    text-align: left;
  }
}
.page-environment .l-history__list .p-item:nth-child(odd) .p-item__title {
  text-align: end;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__list .p-item:nth-child(odd) .p-item__title {
    text-align: left;
  }
}
@media print, screen and (min-width: 761px) {
  .page-environment .l-history__list .p-item:nth-child(odd) .p-item__image img {
    margin: 0 auto 0 0;
  }
}
.page-environment .l-history__footer {
  position: relative;
  margin-top: 18px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__footer {
    margin-top: 0;
    padding-top: 15vw;
  }
}
.page-environment .l-history__footer__image {
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__footer__image {
    margin-bottom: 0vw;
  }
}
.page-environment .l-history__footer__image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 197.75px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__footer__image img {
    width: 44vw;
  }
}
.page-environment .l-history__footer__text {
  font-size: 32px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-history__footer__text {
    font-size: 5.6vw;
  }
}
.page-environment .l-history__footer__text span {
  color: #EF4311;
}
.page-environment .l-future {
  position: relative;
}
.page-environment .l-future__container {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-environment .l-future__container {
    padding: 132px 4% 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__container {
    padding: 15vw 5vw 0;
  }
}
.page-environment .l-future__container .l-environment__title__sub {
  color: #1D456F;
}
.page-environment .l-future__container .l-environment__title__main span {
  color: #1D456F;
}
.page-environment .l-future__container .l-environment__title__text {
  background: #1D456F;
}
.page-environment .l-future__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: -87px auto 100px;
  gap: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__intro {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 10vw;
    margin: 0 auto 12px;
  }
}
.page-environment .l-future__intro__text {
  width: 46.4%;
  font-size: 16px;
  line-height: 2;
  margin-top: 62px;
}
@media print, screen and (min-width: 761px) {
  .page-environment .l-future__intro__text {
    margin-left: 59px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__intro__text {
    width: 100%;
    font-size: 4.1vw;
    line-height: 1.9;
    margin-bottom: 7vw;
    margin-top: 0;
  }
}
.page-environment .l-future__intro__text .accent01 {
  color: #1D456F;
  font-size: 22px;
  line-height: 1.4;
}
.page-environment .l-future__intro__text .accent02 {
  color: #1D456F;
  text-decoration: underline #B7A466 1px;
  text-underline-offset: 10px;
}
.page-environment .l-future__intro__text .accent03 {
  text-decoration: underline #B7A466 1px;
  text-underline-offset: 10px;
}
.page-environment .l-future__intro__text strong {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-bottom: -20px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__intro__text strong {
    font-size: 7vw;
  }
}
.page-environment .l-future__intro__image {
  width: 52.2%;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__intro__image {
    width: 100%;
  }
}
.page-environment .l-future__intro__image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-environment .l-future__growth {
  padding: 53px 60px 59px;
  background: #EFF7FF;
  margin-bottom: 55px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth {
    padding: 9vw 5vw;
    margin-bottom: 10vw;
  }
}
.page-environment .l-future__growth__title {
  display: flex;
  align-items: center;
  align-items: baseline;
  margin-bottom: 26px;
  font-size: 25px;
  position: relative;
  width: fit-content;
  margin: 0 auto 42px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth__title {
    display: block;
    text-align: center;
    font-size: 5.8vw;
    margin-bottom: 5vw;
  }
}
.page-environment .l-future__growth__title::before, .page-environment .l-future__growth__title::after {
  content: "";
  width: 54px;
  height: 1px;
  background-color: #1D456F;
  top: 57%;
  transform: translate(0%, -50%);
  position: absolute;
  z-index: 2;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth__title::before, .page-environment .l-future__growth__title::after {
    width: 10vw;
  }
}
.page-environment .l-future__growth__title::before {
  right: -77px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth__title::before {
    right: 0;
  }
}
.page-environment .l-future__growth__title::after {
  left: -77px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth__title::after {
    left: 0;
  }
}
.page-environment .l-future__growth__title span {
  font-size: 32px;
  color: #1D456F;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth__title span {
    position: relative;
    display: inline-block;
    font-size: 6.1vw;
    line-height: 1.2;
    padding: 0 15vw;
    margin-top: 0.8vw;
  }
}
.page-environment .l-future__growth__title span mark {
  background: none;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  color: #1D456F;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth__title span mark {
    font-size: 8.5vw;
  }
}
.page-environment .l-future__growth__list .p-item {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 34px 38px;
  border-bottom: 1px solid #b4c2d0;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth__list .p-item {
    flex-wrap: wrap;
    gap: 4vw;
    padding: 6vw 0;
  }
}
.page-environment .l-future__growth__list .p-item:first-child {
  padding-top: 0;
}
.page-environment .l-future__growth__list .p-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-environment .l-future__growth__list .p-item__image {
  width: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth__list .p-item__image {
    width: 18vw;
  }
}
.page-environment .l-future__growth__list .p-item__image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-environment .l-future__growth__list .p-item__title {
  width: 28.2%;
  min-width: 150px;
  color: #1D456F;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 7px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth__list .p-item__title {
    width: calc(100% - 18vw - 4vw);
    font-size: 5.8vw;
    line-height: 1.4;
  }
}
.page-environment .l-future__growth__list .p-item__text {
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__growth__list .p-item__text {
    width: 100%;
    font-size: 4.1vw;
    line-height: 1.8;
  }
}
.page-environment .l-future__footer {
  text-align: center;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 133px;
  margin-bottom: 146px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__footer {
    padding-bottom: 18vw;
    margin-bottom: 20vw;
  }
}
.page-environment .l-future__footer__text {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.1;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__footer__text {
    margin-bottom: 7vw;
    font-size: 4.5vw;
  }
}
.page-environment .l-future__footer__text span {
  text-underline-offset: 8px;
  text-decoration: underline #B7A466 1px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__footer__text span {
    text-underline-offset: 5px;
  }
}
.page-environment .l-future__footer__text02 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__footer__text02 {
    margin-bottom: -1.5vw;
    font-size: 7.2vw;
  }
}
.page-environment .l-future__footer__text03 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 8px;
  display: flex;
  font-feature-settings: "palt";
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__footer__text03 {
    font-size: 9vw;
    flex-wrap: wrap;
  }
}
.page-environment .l-future__footer__text03 span {
  color: #1D456F;
  font-size: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-future__footer__text03 span {
    font-size: 11vw;
  }
}
.page-environment .l-life {
  max-width: calc(1200px + 8%);
  padding: 0 4% 88px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-life {
    padding-bottom: 20vw;
    margin-bottom: 0;
  }
}
.page-environment .l-life .l-environment__title__sub {
  color: #EF4311;
}
.page-environment .l-life__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
  margin-top: -45px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-life__container {
    display: block;
    margin-top: 0;
  }
}
.page-environment .l-life__image {
  width: 46%;
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-life__image {
    width: 70vw;
    margin: 0 auto 7vw;
  }
}
.page-environment .l-life__image img {
  display: block;
  max-width: 427.48px;
  left: 16px;
  top: -3px;
  position: relative;
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-life__image img {
    max-width: 100%;
    left: 0;
    top: 0;
  }
}
.page-environment .l-life__text {
  width: 48.2%;
  margin-top: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-life__text {
    width: 100%;
  }
}
.page-environment .l-life__text__title {
  margin-bottom: 30px;
  color: #EF4311;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  font-feature-settings: "palt";
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-life__text__title {
    margin-bottom: 4vw;
    font-size: 7vw;
  }
}
.page-environment .l-life__text__text {
  font-size: 16px;
  line-height: 2.07;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-life__text__text {
    font-size: 4.1vw;
    line-height: 1.9;
  }
}
.page-environment .l-point {
  padding: 90px 0 19px;
  background: #F6F2E6;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point {
    padding: 18vw 0 18vw;
  }
}
.page-environment .l-point__section {
  max-width: calc(1178px + 8%);
  margin: 0 auto 107px;
  padding: 0 4%;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__section {
    margin-bottom: 20vw;
  }
}
.page-environment .l-point__section:last-child {
  margin-bottom: 0;
}
.page-environment .l-point__section__title {
  margin-bottom: 53px;
  color: #EF4311;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__section__title {
    margin-bottom: 5vw;
    font-size: 6.8vw;
  }
}
.page-environment .l-point__section__title::before, .page-environment .l-point__section__title::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 43px;
  top: -5px;
  position: relative;
  background-color: currentColor;
  vertical-align: middle;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__section__title::before, .page-environment .l-point__section__title::after {
    width: 0.35vw;
    height: 7vw;
    top: -0.8vw;
  }
}
.page-environment .l-point__section__title::before {
  margin-right: 0.75em;
  transform: rotate(-30deg);
}
.page-environment .l-point__section__title::after {
  margin-left: 0.75em;
  transform: rotate(30deg);
}
.page-environment .l-point__section.--leisure .l-point__lead {
  max-width: fit-content;
  margin: 42px auto 72px;
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__section.--leisure .l-point__lead {
    margin: 8vw auto 15vw;
    font-size: 4.1vw;
  }
}
.page-environment .l-point__access {
  display: flex;
  justify-content: center;
  gap: 29px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__access {
    flex-direction: column;
    gap: 6vw;
  }
}
.page-environment .l-point__access .p-item {
  flex: 1;
  max-width: calc((100% - 58px) / 3);
  border: 1px solid #A3A3A3;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__access .p-item {
    max-width: none;
  }
}
.page-environment .l-point__access .p-item__place {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 26px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__access .p-item__place {
    padding: 0;
    font-size: 4.1vw;
    margin-top: 5vw;
  }
}
.page-environment .l-point__access .p-item__time {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 6px 16px 40px;
  font-size: 34px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__access .p-item__time {
    padding: 0 4vw 5vw;
    font-size: 6.1vw;
  }
}
.page-environment .l-point__access .p-item__time span {
  margin: 0 0.08em;
  color: #EF4311;
  font-size: 95px;
  font-weight: 500;
  line-height: 1;
  top: 6px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__access .p-item__time span {
    font-size: 14vw;
    top: 1vw;
  }
}
.page-environment .l-point__cards {
  display: flex;
  justify-content: space-between;
  gap: 29px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__cards {
    display: block;
  }
}
.page-environment .l-point__cards .p-item {
  width: calc((100% - 29px) / 2);
  border: 1px solid #A3A3A3;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__cards .p-item {
    width: 100%;
    margin-bottom: 5vw;
  }
  .page-environment .l-point__cards .p-item:last-child {
    margin-bottom: 0;
  }
}
.page-environment .l-point__cards .p-item__body {
  padding: 17px 28px 44px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__cards .p-item__body {
    padding: 5vw 5vw 5vw;
  }
}
.page-environment .l-point__cards .p-item__title {
  margin-bottom: 14px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__cards .p-item__title {
    margin-bottom: 1.5vw;
    font-size: 5.2vw;
  }
}
.page-environment .l-point__cards .p-item__text {
  font-size: 16px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__cards .p-item__text {
    font-size: 4.1vw;
  }
}
.page-environment .l-point__lead {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__lead {
    margin-bottom: 5vw;
    font-size: 4.1vw;
    line-height: 1.9;
    text-align: left;
  }
}
.page-environment .l-point__photos {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-bottom: 105px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__photos {
    margin-bottom: 14vw;
  }
}
.page-environment .l-point__photos .slick-slide {
  height: auto;
}
.page-environment .l-point__photos .slick-track {
  display: flex;
  align-items: stretch;
}
.page-environment .l-point__photos.--02 {
  margin-top: 119px;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__photos.--02 {
    margin-top: 16vw;
  }
}
.page-environment .l-point__photos__item {
  flex: none;
  width: auto;
  margin: 0 4px;
}
.page-environment .l-point__photos__item img {
  display: block;
  width: 317px;
  object-fit: cover;
}
@media print, screen and (max-width: 760px) {
  .page-environment .l-point__photos__item img {
    width: 42vw;
  }
}

/*  ギャラリー
*----------------------------------- */
.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;
}

/*  部署・職種紹介 introduction
*----------------------------------- */
.page-introduction {
  background-color: #fff;
  background-image: url(../introduction/images/bg.png), url(../images/cmn/bg.png);
  background-repeat: no-repeat, repeat;
  background-position: center top, center center;
  background-size: 100% auto, 1440px auto;
  background-attachment: scroll, fixed;
}
@media print, screen and (max-width: 760px) {
  .page-introduction {
    background-image: url(../introduction/images/bg_sp.png), url(../images/cmn/bg.png);
    background-size: 100% auto, 1440px auto;
    background-attachment: scroll, fixed;
  }
}
.page-introduction .list-page__header__subtitle {
  color: #1D456F;
}
.page-introduction .l-main {
  padding-bottom: 0;
}
.page-introduction .l-intro {
  margin: 26px auto 0;
}
.page-introduction .l-intro__content {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-intro__content {
    font-size: 4.1vw;
  }
}
.page-introduction .l-intro__image {
  display: flex;
  justify-content: center;
  margin: 54px auto 87px;
}
.page-introduction .l-intro__image img {
  margin-left: -4%;
  max-width: 1172.93px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-intro__image img {
    margin: 0 5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-introduction .list-page__main {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
    margin: 0 auto;
  }
}
.page-introduction .l-anc {
  display: flex;
  align-items: flex-start;
  gap: 33px;
  margin-bottom: 91px;
  padding-bottom: 111px;
  border-bottom: 1px solid #C6C6C6;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-anc {
    flex-direction: column;
    gap: 9vw;
    margin-bottom: 16vw;
    padding-bottom: 20vw;
  }
}
.page-introduction .l-anc__group {
  min-width: 0;
}
.page-introduction .l-anc__group.--orange {
  flex: 0 0 38.4%;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-anc__group.--orange {
    flex: none;
    max-width: none;
    width: 100%;
  }
}
.page-introduction .l-anc__group.--blue {
  flex: 1 1 auto;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-anc__group.--blue {
    width: 100%;
  }
}
.page-introduction .l-anc__parent {
  width: 100%;
  margin-bottom: 15px;
  padding: 14px 10px;
  background: #f2eeea;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-anc__parent {
    margin-bottom: 2vw;
    padding: 2.8vw 2vw;
    font-size: 4.6vw;
  }
}
.page-introduction .l-anc__children {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-anc__children {
    gap: 2vw;
  }
}
.page-introduction .l-anc__children li {
  flex: 1;
  min-width: 0;
}
.page-introduction .l-anc__children a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 29px 10px 31px;
  background: #f2eeea;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-anc__children a {
    padding: 5vw 2vw 6vw;
    height: stretch;
  }
}
.page-introduction .l-anc__label {
  font-size: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-anc__label {
    font-size: 4.1vw;
  }
}
.page-introduction .l-anc__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, 50%);
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-anc__arrow {
    width: 6vw;
    height: 6vw;
  }
}
.page-introduction .l-anc__arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/cmn/icon_under.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-introduction .l-anc__group.--blue .l-anc__arrow::after {
  background-image: url(../images/cmn/icon_under_blue.svg);
}
.page-introduction .l-job_name {
  margin-bottom: 58px;
  font-size: 48px;
  color: #EF4311;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-job_name {
    margin-bottom: 5vw;
    font-size: 7.4vw;
  }
}
.page-introduction .l-job_name.--blue {
  color: #1D456F;
}
.page-introduction .l-job_content {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border: #EF4311 1px solid;
  padding: min(3.47vw, 50px) min(7.29vw, 105px) min(4.17vw, 60px);
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-job_content {
    padding: 10vw 5vw;
  }
}
.page-introduction .l-job__item {
  text-align: center;
}
.page-introduction .l-job__item__icon {
  width: 167px;
  margin: 0 auto 29px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-job__item__icon {
    width: 24vw;
    margin-bottom: 4vw;
  }
}
.page-introduction .l-job__item__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.page-introduction .l-job__item__title {
  margin-bottom: 17px;
  font-size: 32px;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-job__item__title {
    margin-bottom: 3vw;
    font-size: 6vw;
  }
}
.page-introduction .l-job__item__lead {
  display: inline-block;
  margin-bottom: 35px;
  padding: 6px 22px 5px;
  background: #F6F2E6;
  color: #ef4311;
  font-size: 18px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-job__item__lead {
    margin-bottom: 7vw;
    padding: 1.5vw 3vw;
    font-size: 4.62vw;
  }
}
.page-introduction .l-job__item__text {
  text-align: left;
}
.page-introduction .l-job__item__text p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 2.07;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-job__item__text p {
    font-size: 4.1vw;
  }
}
.page-introduction .l-job__item__text p:last-child {
  margin-bottom: 0;
}
.page-introduction .l-job_content.--blue {
  border-color: #1D456F;
}
.page-introduction .l-job_content.--blue .l-job__item__lead {
  color: #1D456F;
}
.page-introduction .l-job__photos {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 118px;
  margin-bottom: 85px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-job__photos {
    margin-top: 10vw;
    margin-bottom: 14vw;
  }
}
.page-introduction .l-job__photos .slick-slide {
  height: auto;
}
.page-introduction .l-job__photos .slick-track {
  display: flex;
  align-items: stretch;
}
.page-introduction .l-job__photos__item {
  flex: none;
  width: auto;
  margin: 0 4px;
}
.page-introduction .l-job__photos__item img {
  display: block;
  width: 317px;
  object-fit: cover;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-job__photos__item img {
    width: 42vw;
  }
}
.page-introduction .l-welfare {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 259px 0 187px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare {
    padding: 19vw 0 20vw;
    overflow-x: hidden;
  }
}
.page-introduction .l-welfare::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f2eeea;
  pointer-events: none;
  mix-blend-mode: multiply;
  top: 122px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare::before {
    top: 10vw;
  }
}
.page-introduction .l-welfare__container {
  position: relative;
  max-width: calc(1178px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
.page-introduction .l-welfare__header {
  position: relative;
  padding-bottom: 73px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare__header {
    padding-bottom: 11vw;
  }
}
.page-introduction .l-welfare__header__title {
  position: relative;
  z-index: 2;
  padding-top: 24px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare__header__title {
    padding-top: 4vw;
  }
}
.page-introduction .l-welfare__header__visual {
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.page-introduction .l-welfare__header__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.page-introduction .l-welfare__header__visual.--left {
  left: min(-2.15vw, -31px);
  width: min(37.5vw, 540px);
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare__header__visual.--left {
    left: -20vw;
    width: 68vw;
  }
}
.page-introduction .l-welfare__header__visual.--right {
  right: min(-1.53vw, -22px);
  width: min(39.03vw, 562px);
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare__header__visual.--right {
    right: -15.5vw;
    width: 68vw;
  }
}
.page-introduction .l-welfare__title {
  margin-bottom: 12px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare__title {
    margin-bottom: 2vw;
    font-size: 8.3vw;
  }
}
.page-introduction .l-welfare__subtitle {
  color: #ef4311;
  font-family: "poppins", sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare__subtitle {
    font-size: 4.1vw;
  }
}
.page-introduction .l-welfare__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
}
.page-introduction .l-welfare__item {
  background: #fff;
  padding: 42px 5px 60px;
  text-align: center;
  border: #E3DFD8 1px solid;
  max-height: 252px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare__item {
    padding: 7vw 2vw 6vw;
  }
}
.page-introduction .l-welfare__item__icon {
  width: 90px;
  margin: 0 auto 23px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare__item__icon {
    width: 18vw;
    margin-bottom: 3vw;
  }
}
.page-introduction .l-welfare__item__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.page-introduction .l-welfare__item__label {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-welfare__item__label {
    font-size: 4.1vw;
    line-height: 1.4;
  }
}

/*  募集要項
*----------------------------------- */
.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 {
    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 {
  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: #e5e5e5;
  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;
}
@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;
}

/*  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;
}

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