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

colors setting

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

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

×：$black
◯：$dark-text

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

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

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

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

中面 common (TOP以外)

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

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

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

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

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

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

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

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

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

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

中面共通パーツ

------------------------------------ */
.page-cmn .l-main {
  position: relative;
}
@media (min-width: 768px) {
  .page-cmn .l-main:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background: url(../images/cmn/page_under_bg.jpg) no-repeat center/cover;
    height: 40px;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-cmn .list-page__header {
    padding-top: 113px;
  }
}
@media (max-width: 767px) {
  .page-cmn .list-page__header {
    padding-top: 17.4358974359dvw;
    margin-bottom: 9.4871794872dvw;
  }
}
.page-cmn .list-page__header__title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .page-cmn .list-page__header__title {
    font-size: 2rem;
    margin-top: -7px;
  }
}
@media (max-width: 767px) {
  .page-cmn .list-page__header__title {
    font-size: 4.1025641026dvw;
    margin-top: 0.5128205128dvw;
  }
}
.page-cmn .list-page__header__subtitle {
  font-weight: 400;
  line-height: 1;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FF8900;
}
@media (min-width: 768px) {
  .page-cmn .list-page__header__subtitle {
    font-size: 8.9rem;
  }
}
@media (max-width: 767px) {
  .page-cmn .list-page__header__subtitle {
    font-size: 16.9230769231dvw;
  }
}
@media (min-width: 768px) {
  .page-cmn .list-page__header.nocolor .list-page__header__title {
    font-size: 1.9rem;
    margin-top: -3px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page-cmn .list-page__header.nocolor .list-page__header__title {
    margin-top: -0.2564102564dvw;
  }
}
.page-cmn .list-page__header.nocolor .list-page__header__subtitle {
  color: #222222;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .page-cmn .list-page__header.nocolor .list-page__header__subtitle {
    font-size: 9.5rem;
  }
}
/* ------------------------------------

中面個別 (TOP以外)

------------------------------------ */
/*  〇〇ページ
*----------------------------------- */
/*  日産プリンス奈良販売について page-about
*----------------------------------- */
@media (min-width: 768px) {
  .page-about .l-main {
    padding-bottom: 178px;
  }
}
@media (max-width: 767px) {
  .page-about .l-main {
    padding-bottom: 26.4102564103dvw;
  }
}
@media (min-width: 768px) {
  .page-about .list-page__main {
    padding-top: 3.1rem;
  }
}
@media (max-width: 767px) {
  .page-about .list-page__main {
    padding-top: 2.8205128205dvw;
  }
}
@media (min-width: 768px) {
  .page-about .list-page .list-page__main .l-page-index__container {
    gap: 82px 30px;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .page-about .list-page .list-page__main .l-page-index__container {
    gap: 9.7435897436dvw;
  }
}
@media (min-width: 768px) {
  .page-about .list-page .list-page__main .l-page-index .p-item {
    width: calc((100% - 30px) / 2);
  }
}
.page-about .list-page .list-page__main .l-page-index .p-item a {
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  padding: 0;
  outline: none;
  outline-offset: 0;
  height: auto;
}
.page-about .list-page .list-page__main .l-page-index .p-item a:hover {
  outline: none;
  opacity: 1;
}
.page-about .list-page .list-page__main .l-page-index .p-item__info {
  background: #FFF;
}
@media (min-width: 768px) {
  .page-about .list-page .list-page__main .l-page-index .p-item__info {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .page-about .list-page .list-page__main .l-page-index .p-item__info {
    border-radius: 2.5641025641dvw;
  }
}
.page-about .list-page .list-page__main .l-page-index .p-item__info figure {
  display: block;
  aspect-ratio: 585/585;
}
.page-about .list-page .list-page__main .l-page-index .p-item__info figure img {
  width: 100%;
  transition: opacity 0.3s ease;
}
.page-about .list-page .list-page__main .l-page-index .p-item__title {
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .page-about .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 2.5rem;
    margin: 18px 0 0;
  }
}
@media (max-width: 767px) {
  .page-about .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 3.5897435897dvw;
    margin: 3.5897435897dvw 0 0;
  }
}
.page-about .list-page .list-page__main .l-page-index .about-link-list__item a {
  padding: 36px 40px 29px 62px;
  border: 5px solid #FF2200;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  transition: 0.3s;
  position: relative;
  aspect-ratio: 585/585;
}
@media (max-width: 767px) {
  .page-about .list-page .list-page__main .l-page-index .about-link-list__item a {
    min-height: 63.8461538462dvw;
    border-radius: 5.1282051282dvw;
    padding: 5.641025641dvw 5.1282051282dvw 5.1282051282dvw 6.1538461538dvw;
    border: 0.7692307692dvw solid #FF2200;
  }
}
.page-about .list-page .list-page__main .l-page-index .about-link-list__item a:hover {
  opacity: 1;
  border-color: #222222;
}
.page-about .list-page .list-page__main .l-page-index .about-link-list__item p {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5185185185;
}
@media (max-width: 767px) {
  .page-about .list-page .list-page__main .l-page-index .about-link-list__item p {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    line-height: 1.5;
  }
}
.page-about .list-page .list-page__main .l-page-index .about-link-list__en {
  margin-bottom: 18px;
  font-size: 10.8rem;
  font-weight: bold;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  color: #FF2200;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-about .list-page .list-page__main .l-page-index .about-link-list__en {
    margin-bottom: 2.5641025641dvw;
    font-size: 62px;
    font-size: 15.8974358974dvw;
  }
}
.page-about .list-page .list-page__main .l-page-index .about-link-list__ttl {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  line-height: 1.2;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .page-about .list-page .list-page__main .l-page-index .about-link-list__ttl {
    margin-bottom: 5.1282051282dvw;
    gap: 2.0512820513dvw;
    font-size: 14px;
    font-size: 3.5897435897dvw;
  }
}
.page-about .list-page .list-page__main .l-page-index .about-link-list__ttl::before {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background-color: #222222;
}
@media (max-width: 767px) {
  .page-about .list-page .list-page__main .l-page-index .about-link-list__ttl::before {
    width: 6.6666666667dvw;
    height: 0.5128205128dvw;
  }
}

/*  会社概要 company
*----------------------------------- */
@media (min-width: 768px) {
  .page-company .l-main {
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .page-company .l-main {
    padding-bottom: 25.641025641dvw;
  }
}
@media (min-width: 768px) {
  .page-company .list-page__main {
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .page-company .list-page__main {
    padding-top: 0.5128205128dvw;
  }
}

@media (min-width: 768px) {
  .l-company {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .l-company {
    margin-bottom: 13.5897435897dvw;
  }
}

.l-company__list {
  border-bottom: 2px solid #222222;
}
@media (min-width: 768px) {
  .l-company__list {
    padding-bottom: 140px;
    margin-bottom: 59px;
  }
}
@media (max-width: 767px) {
  .l-company__list {
    padding-bottom: 22.8205128205dvw;
    margin-bottom: 7.9487179487dvw;
  }
}
@media (min-width: 768px) {
  .l-company__list .list-page__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-company__list .list-page__header {
    margin-bottom: 8.9743589744dvw;
  }
}
@media (min-width: 768px) {
  .l-company__list .list-page__header__title {
    margin-top: -2px;
  }
}
.l-company__list .list-page__header__subtitle {
  color: #FF8900;
}
@media (min-width: 768px) {
  .l-company__list .list-page__header__subtitle {
    padding-right: 10px;
  }
}
.l-company__list__items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-company__list__items {
    gap: 75px 36px;
  }
}
@media (max-width: 767px) {
  .l-company__list__items {
    justify-content: center;
    gap: 13.0769230769dvw;
  }
}
.l-company__list__item {
  text-align: center;
}
@media (min-width: 768px) {
  .l-company__list__item {
    width: calc((100% - 72px) / 3);
  }
}
@media (max-width: 767px) {
  .l-company__list__item {
    width: 74.358974359dvw;
  }
}
.l-company__list__map {
  display: block;
}
@media (min-width: 768px) {
  .l-company__list__map {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .l-company__list__map {
    margin-bottom: 3.3333333333dvw;
  }
}
.l-company__list__map iframe {
  width: 100%;
  aspect-ratio: 376/232;
}
.l-company__list__name {
  color: #FF8900;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.44;
}
@media (min-width: 768px) {
  .l-company__list__name {
    font-size: 2.5rem;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .l-company__list__name {
    font-size: 5.641025641dvw;
    margin-bottom: 1.0256410256dvw;
  }
}
.l-company__list__address {
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-company__list__address {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-company__list__address {
    font-size: 4.1025641026dvw;
  }
}

.l-company__history .list-page__header {
  padding: 0;
}
@media (min-width: 768px) {
  .l-company__history .list-page__header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .l-company__history .list-page__header {
    margin-bottom: 8.7179487179dvw;
  }
}
.l-company__history .list-page__header__container {
  position: relative;
}
@media (min-width: 768px) {
  .l-company__history .list-page__header__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .l-company__history .list-page__header__title {
    font-size: 5.1282051282dvw;
    margin-top: -2.0512820513dvw;
  }
}
.l-company__history .list-page__header__subtitle {
  opacity: 0.18;
  color: #FF8900;
}
@media (min-width: 768px) {
  .l-company__history .list-page__header__subtitle {
    font-size: 25.7rem;
    padding-left: 5px;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .l-company__history .list-page__header__subtitle {
    font-size: 35.3846153846dvw;
    padding-right: 5px;
    letter-spacing: 0;
  }
}

.l-history__items {
  max-width: 1062px;
  margin: 0 auto;
}
.l-history__item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-history__item {
    gap: 77px;
  }
}
@media (max-width: 767px) {
  .l-history__item {
    gap: 8.7179487179dvw;
  }
}
@media (min-width: 768px) {
  .l-history__item:last-child .l-history__year {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .l-history__item:last-child .l-history__year {
    padding-bottom: 7.6923076923dvw;
  }
}
@media (min-width: 768px) {
  .l-history__item:last-child .l-history__content:after {
    height: 86%;
  }
}
@media (max-width: 767px) {
  .l-history__item:last-child .l-history__content:after {
    height: calc(100% - 4.358974359dvw);
  }
}
.l-history__year {
  color: #FF8900;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  letter-spacing: 0;
  text-align: center;
  background-color: rgba(255, 137, 0, 0.1);
  line-height: 1;
}
@media (min-width: 768px) {
  .l-history__year {
    font-size: 3.8rem;
    width: 159px;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .l-history__year {
    font-size: 7.1794871795dvw;
    width: 18.4615384615dvw;
    padding: 2.5641025641dvw 0;
  }
}
.l-history__content {
  position: relative;
}
@media (min-width: 768px) {
  .l-history__content {
    width: calc(100% - 77px - 159px);
    padding-top: 16px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .l-history__content {
    width: calc(100% - 8.7179487179dvw - 18.4615384615dvw);
    padding-top: 2.8205128205dvw;
    margin-bottom: 2.3076923077dvw;
  }
}
.l-history__content:before, .l-history__content:after {
  content: "";
  display: block;
  position: absolute;
}
.l-history__content:before {
  background-color: #fff;
  border: 5.5px solid #FF8900;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .l-history__content:before {
    width: 17px;
    height: 17px;
    left: -47px;
    top: 25px;
  }
}
@media (max-width: 767px) {
  .l-history__content:before {
    width: 4.358974359dvw;
    height: 4.358974359dvw;
    left: -6.1538461538dvw;
    top: 4.1025641026dvw;
  }
}
.l-history__content:after {
  width: 3px;
  background-color: #FF8900;
  z-index: -1;
}
@media (min-width: 768px) {
  .l-history__content:after {
    top: 37px;
    left: -40px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l-history__content:after {
    top: 6.6666666667dvw;
    left: -4.358974359dvw;
    height: calc(100% - 1.2820512821dvw);
  }
}
.l-history__textbox {
  display: flex;
}
.l-history__month {
  color: #FF8900;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .l-history__month {
    font-size: 1.8rem;
    width: 51px;
    line-height: 1.8888888889;
  }
}
@media (max-width: 767px) {
  .l-history__month {
    font-size: 4.6153846154dvw;
    width: 12.0512820513dvw;
    line-height: 1.3888888889;
  }
}
.l-history__text {
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .l-history__text {
    font-size: 1.8rem;
    width: calc(100% - 51px);
    line-height: 1.8888888889;
  }
}
@media (max-width: 767px) {
  .l-history__text {
    font-size: 4.1025641026dvw;
    width: calc(100% - 12.0512820513dvw);
    line-height: 1.5625;
  }
}
@media (min-width: 768px) {
  .l-history__img {
    margin: 19px 0 5px 4px;
  }
}
@media (max-width: 767px) {
  .l-history__img {
    margin: 3.3333333333dvw 0 1.2820512821dvw 1.0256410256dvw;
  }
}
@media (min-width: 768px) {
  .l-history__img img {
    width: 203px;
  }
}
@media (max-width: 767px) {
  .l-history__img img {
    width: 52.0512820513dvw;
  }
}

/*  基本理念・ビジョン philosophy
*----------------------------------- */
.page-philosophy .list-page__list {
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .page-philosophy .l-main {
    padding-bottom: 185px;
  }
}
@media (max-width: 767px) {
  .page-philosophy .l-main {
    padding-bottom: 25.641025641dvw;
  }
}
@media (min-width: 768px) {
  .page-philosophy .list-page__main {
    padding-top: 44px;
  }
}
@media (max-width: 767px) {
  .page-philosophy .list-page__main {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-philosophy h1 + .list-page__header__subtitle {
    text-indent: 7.6923076923dvw;
    margin-left: -7.6923076923dvw;
  }
}

.l-philosophy__text {
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-philosophy__text {
    font-size: 2.5rem;
    line-height: 2;
    margin: 0 0 32px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__text {
    font-size: 4.6153846154dvw;
    line-height: 1.9444444444;
    margin: 0 0 10.5128205128dvw;
  }
}
.l-philosophy__img03 {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .l-philosophy__img03 {
    margin-top: 62px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__img03 {
    flex-wrap: wrap;
  }
}
.l-philosophy__img03 img {
  height: auto;
}
@media (min-width: 768px) {
  .l-philosophy__img03 img {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .l-philosophy__img03 img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .l-philosophy__img03 img:first-child {
    width: 100%;
  }
}
.l-philosophy__intro {
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy__intro {
    margin: 0 0 0;
  }
}
@media (max-width: 767px) {
  .l-philosophy__intro {
    margin: 0 0 0;
  }
}
.l-philosophy__intro__title {
  display: inline-block;
  color: #FFF;
  background: #FF0000;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8214285714;
}
@media (min-width: 768px) {
  .l-philosophy__intro__title {
    font-size: 2.8rem;
    padding: 0 28px;
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__intro__title {
    font-size: 5.641025641dvw;
    padding: 0 6.6666666667dvw;
    margin: 0 0 2.5641025641dvw;
  }
}
.l-philosophy__slogan {
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy__slogan {
    margin-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__slogan {
    margin-bottom: 6.1538461538dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy__slogan .list-page__header {
    margin: 0 0 20px;
    padding-top: 66px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__slogan .list-page__header {
    margin: 0;
    padding-top: 8.9743589744dvw;
  }
}
@media (min-width: 768px) {
  .l-philosophy__slogan .list-page__header__title {
    font-size: 1.9rem;
    margin-top: -3px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .l-philosophy__slogan .list-page__header__title {
    margin-top: -1px;
  }
}
@media (min-width: 768px) {
  .l-philosophy__slogan .list-page__header__subtitle {
    font-size: 9.5rem;
  }
}
.l-philosophy__slogan__title {
  color: #009DFF;
  font-weight: 900;
  letter-spacing: 0;
  font-family: "source-han-sans-japanese", sans-serif;
}
@media (min-width: 768px) {
  .l-philosophy__slogan__title {
    font-size: 7.9rem;
    line-height: 1.2203389831;
    margin: 40px 0 17px 25px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__slogan__title {
    font-size: 11.7948717949dvw;
    line-height: 1.4565217391;
    margin: 8.2051282051dvw 0 7.1794871795dvw;
  }
}
.l-philosophy__slogan__title span {
  color: #FF8900;
}
.l-philosophy__vision {
  text-align: center;
}
@media (min-width: 768px) {
  .l-philosophy__vision .list-page__header {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .l-philosophy__vision .list-page__header {
    margin: 0 0 7.9487179487dvw;
  }
}
.l-philosophy__vision__title {
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-philosophy__vision__title {
    font-size: 3.8rem;
    margin: 0 0 24px 0;
    line-height: 1.7368421053;
  }
}
@media (max-width: 767px) {
  .l-philosophy__vision__title {
    font-size: 6.1538461538dvw;
    margin: 0 0 6.1538461538dvw;
    line-height: 1.6666666667;
  }
}
.l-philosophy__vision__text {
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-philosophy__vision__text {
    font-size: 2.2rem;
    line-height: 2.1363636364;
  }
}
@media (max-width: 767px) {
  .l-philosophy__vision__text {
    text-align: left;
    font-size: 4.6153846154dvw;
    line-height: 1.8888888889;
    margin: 0 1px 15.3846153846dvw 0;
  }
}
.l-philosophy__vision__text strong {
  color: #FF0000;
}

.marquee {
  width: 100%;
  overflow: visible;
  white-space: nowrap;
  box-sizing: border-box;
}
.marquee__inner {
  display: inline-flex;
  animation: marquee 80s linear infinite;
}
.marquee__inner span {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #F5F5F5;
  text-transform: uppercase;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .marquee__inner span {
    font-size: 17.7rem;
  }
}
@media (max-width: 767px) {
  .marquee__inner span {
    font-size: 25.641025641dvw;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*  代表メッセージ
*----------------------------------- */
.page-message {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .page-message .header {
    background: none;
  }
}
@media (max-width: 767px) {
  .page-message .header .l-toggle {
    border-left-width: 0;
  }
}
@media (max-width: 767px) {
  .page-message .header.active {
    background: #FFF;
  }
}
@media (max-width: 767px) {
  .page-message .header.active .l-toggle {
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .page-message .l-main {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-message .l-main {
    padding-bottom: 0;
  }
}
.page-message .list-page__main {
  width: 100%;
}
@media (min-width: 768px) {
  .page-message .page-mv {
    padding: 145px 0 81px;
    background: url(../message/images/mv_bg.jpg) no-repeat left center/cover;
    min-width: 1100px;
  }
}
@media (max-width: 767px) {
  .page-message .page-mv {
    background: url(../message/images/sp/mv_bg.jpg) no-repeat left center/cover;
    padding: 20.2564102564dvw 5.1282051282dvw 16.9230769231dvw;
  }
}
.page-message .page-mv__container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-message .page-mv__container {
    display: flex;
    gap: 38px;
  }
}
.page-message .page-mv__image {
  display: block;
}
@media (min-width: 768px) {
  .page-message .page-mv__image {
    width: 47.3611111111%;
  }
}
@media (max-width: 767px) {
  .page-message .page-mv__image {
    margin-bottom: 0.7692307692dvw;
  }
}
.page-message .page-mv__image img {
  width: 100%;
}
.page-message .page-mv__info {
  color: #FFF;
}
@media (min-width: 768px) {
  .page-message .page-mv__info {
    width: calc(52.0833333333% - 38px);
  }
}
.page-message .page-mv__title {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-message .page-mv__title {
    font-size: 2rem;
    margin-bottom: 16px;
    padding-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .page-message .page-mv__title {
    font-size: 3.5897435897dvw;
    margin-bottom: 2.3076923077dvw;
  }
}
.page-message .page-mv__title .en {
  font-weight: 400;
  display: block;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-message .page-mv__title .en {
    font-size: 19.1rem;
    margin: -23px 0 -9px -2px;
  }
}
@media (max-width: 767px) {
  .page-message .page-mv__title .en {
    font-size: 28.2051282051dvw;
    margin-bottom: -2.5641025641dvw;
    display: block;
  }
}
.page-message .page-mv__catch {
  letter-spacing: 0;
  font-weight: 900;
  font-family: "source-han-sans-japanese", sans-serif;
  text-align: left;
}
@media (min-width: 768px) {
  .page-message .page-mv__catch {
    font-size: min(5.9rem, 4.1vw);
    line-height: 1.5084745763;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .page-message .page-mv__catch {
    font-size: 8.4615384615dvw;
    line-height: 1.5151515152;
    margin-right: -1em;
    margin-bottom: 4.358974359dvw;
  }
}
.page-message .page-mv__person {
  background: #222222;
  display: flex;
  width: fit-content;
  align-items: center;
}
@media (min-width: 768px) {
  .page-message .page-mv__person {
    gap: 11px;
    padding: 10px 10px 10px;
  }
}
@media (max-width: 767px) {
  .page-message .page-mv__person {
    gap: 2.0512820513dvw;
    padding: 1.5384615385dvw 2.5641025641dvw 2.5641025641dvw;
  }
}
.page-message .page-mv__person__post {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}
@media (min-width: 768px) {
  .page-message .page-mv__person__post {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-message .page-mv__person__post {
    font-size: 3.0769230769dvw;
  }
}
.page-message .page-mv__person__name {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}
@media (min-width: 768px) {
  .page-message .page-mv__person__name {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .page-message .page-mv__person__name {
    font-size: 4.8717948718dvw;
  }
}

@media (min-width: 768px) {
  .l-message .l-message__container {
    padding-top: 55px;
    padding-bottom: 125px;
  }
}
@media (max-width: 767px) {
  .l-message .l-message__container {
    padding-top: 8.4615384615dvw;
    padding-bottom: 20dvw;
  }
}
.l-message__title {
  text-align: center;
  color: rgba(255, 137, 0, 0.18);
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-message__title {
    font-size: 19.4rem;
    margin-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .l-message__title {
    font-size: 31.0256410256dvw;
    margin-bottom: 11.5384615385dvw;
  }
}
.l-message__items {
  counter-reset: message;
}
.l-message__items .p-item {
  max-width: 1200px;
  margin: 0 auto;
  counter-increment: message;
}
@media (min-width: 768px) {
  .l-message__items .p-item {
    display: flex;
    gap: 33px;
    margin-top: 88px;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item {
    padding: 0 5.1282051282dvw;
    margin-top: 22.5641025641dvw;
  }
}
.l-message__items .p-item__image {
  position: relative;
}
@media (min-width: 768px) {
  .l-message__items .p-item__image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item__image {
    margin-bottom: 6.9230769231dvw;
  }
}
.l-message__items .p-item__image::before {
  z-index: 2;
  position: absolute;
  content: counter(message, decimal-leading-zero);
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 400;
  color: #FF8900;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-message__items .p-item__image::before {
    top: -58px;
    font-size: 15.2rem;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item__image::before {
    top: -8.4615384615dvw;
    font-size: 23.5897435897dvw;
  }
}
@media (min-width: 768px) {
  .l-message__items .p-item__info {
    width: calc(50% - 33px);
  }
}
.l-message__items .p-item__title {
  color: #FF8900;
  letter-spacing: 0;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .l-message__items .p-item__title {
    font-size: 3.9rem;
    line-height: 1.4358974359;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item__title {
    font-size: 6.4102564103dvw;
    line-height: 1.52;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-message__items .p-item__text {
  letter-spacing: 0;
  font-weight: 500;
  text-align: left;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .l-message__items .p-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item__text {
    font-size: 4.1025641026dvw;
  }
}
.l-message__items .p-item__text strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-message__items .p-item__text + .p-item__text {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item__text + .p-item__text {
    margin-top: 7.6923076923dvw;
  }
}
.l-message__items .p-item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .l-message__items .p-item:nth-child(odd) .p-item__image:before {
    left: 18px;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item:nth-child(odd) .p-item__image:before {
    left: 2.8205128205dvw;
  }
}
.l-message__items .p-item:nth-child(even) {
  position: relative;
}
@media (min-width: 768px) {
  .l-message__items .p-item:nth-child(even) {
    padding-top: 83px;
    margin-bottom: 171px;
    flex-direction: row-reverse;
    gap: 53px;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item:nth-child(even) {
    padding-top: 16.1538461538dvw;
  }
}
.l-message__items .p-item:nth-child(even):before {
  content: "";
  background: rgba(34, 34, 34, 0.06);
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
}
@media (min-width: 768px) {
  .l-message__items .p-item:nth-child(even):before {
    width: calc(100vw - 248px);
    height: 305px;
    left: calc(-50vw + 600px);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .l-message__items .p-item:nth-child(even):before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item:nth-child(even):before {
    width: 82.0512820513dvw;
    height: 32.0512820513dvw;
    left: 0;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item:nth-child(even) .p-item__image {
    margin-bottom: 11.7948717949dvw;
  }
}
.l-message__items .p-item:nth-child(even) .p-item__image:before {
  color: #009DFF;
}
@media (min-width: 768px) {
  .l-message__items .p-item:nth-child(even) .p-item__image:before {
    right: 31px;
  }
}
@media (max-width: 767px) {
  .l-message__items .p-item:nth-child(even) .p-item__image:before {
    right: -0.5128205128dvw;
    top: -11.2820512821dvw;
  }
}
@media (min-width: 768px) {
  .l-message__items .p-item:nth-child(even) .p-item__info {
    padding-top: 0;
    width: calc(50% - 53px);
  }
}
.l-message__items .p-item:nth-child(even) .p-item__title {
  color: #009DFF;
}
@media (min-width: 768px) {
  .l-message__items .p-item:nth-child(even) .p-item__title {
    font-size: 3.9rem;
    line-height: 1.4358974359;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .l-message__items .p-item:nth-child(even) .p-item__text {
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .l-message__items .p-item:nth-child(even) .p-item__text + .p-item__text {
    margin-top: 32px;
  }
}
.l-message__items .p-item:nth-child(3) {
  margin-bottom: 128px;
}
.l-message__items .p-item:last-child {
  margin-bottom: 0;
}
.l-message__about {
  background: #ECECEC;
}
.l-message__about .l-message__container {
  max-width: 1068px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-message__about .l-message__container {
    display: flex;
    gap: 37px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .l-message__about .l-message__container {
    padding: 15.8974358974dvw 5.1282051282dvw 18.7179487179dvw;
  }
}
.l-message__about .l-message__container dl {
  display: flex;
}
@media (min-width: 768px) {
  .l-message__profile {
    min-height: 129px;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .l-message__profile {
    flex-wrap: wrap;
    margin-bottom: 6.1538461538dvw;
  }
}
.l-message__profile dt {
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-message__profile dt {
    border-right: 2px solid #222222;
    padding-right: 60px;
    font-size: 5.3rem;
  }
}
@media (max-width: 767px) {
  .l-message__profile dt {
    font-size: 12.5641025641dvw;
    gap: 13px;
    width: 100%;
    margin-bottom: 5.1282051282dvw;
  }
}
@media (max-width: 767px) {
  .l-message__profile dt:after {
    content: "";
    background: #222222;
    height: 2px;
    flex: 1;
    display: block;
  }
}
.l-message__profile dd {
  font-weight: 700;
  line-height: 1.8333333333;
}
@media (min-width: 768px) {
  .l-message__profile dd {
    padding-left: 53px;
    font-size: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
@media (max-width: 767px) {
  .l-message__profile dd {
    width: 100%;
    font-size: 4.6153846154dvw;
  }
}
.l-message__hobby {
  align-items: center;
}
@media (min-width: 768px) {
  .l-message__hobby {
    gap: 6px;
    margin-top: -8px;
  }
}
@media (max-width: 767px) {
  .l-message__hobby {
    gap: 2.8205128205dvw;
    width: 100%;
  }
}
.l-message__hobby dt {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-message__hobby dt {
    font-size: 1.8rem;
    height: 99px;
    width: 99px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .l-message__hobby dt {
    font-size: 4.8717948718dvw;
    height: 27.6923076923dvw;
    width: 27.6923076923dvw;
    padding-bottom: 1.5384615385dvw;
    margin-top: 1.5384615385dvw;
  }
}
.l-message__hobby dd {
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-message__hobby dd {
    font-size: 1.8rem;
    line-height: 1.8333333333;
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .l-message__hobby dd {
    width: calc(100% - 30.5128205128dvw);
    line-height: 1.5;
    font-size: 4.6153846154dvw;
    padding-top: 0.5128205128dvw;
  }
}
.l-message__hobby dd ul {
  text-align: left;
}
@media (max-width: 767px) {
  .l-message__hobby dd ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media (max-width: 767px) {
  .l-message__hobby dd ul li:first-child {
    margin-bottom: 1.7948717949dvw;
  }
}
.l-message__end {
  background: #FF8900;
  color: #FFF;
}
.l-message__end .l-message__container {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .l-message__end .l-message__container {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  .l-message__end .l-message__container {
    padding-top: 19.4871794872dvw;
  }
}
.l-message__end__title {
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.52;
}
@media (min-width: 768px) {
  .l-message__end__title {
    font-size: 4.1rem;
    margin-bottom: 59px;
  }
}
@media (max-width: 767px) {
  .l-message__end__title {
    font-size: 6.4102564103dvw;
    padding: 0 5.1282051282dvw;
    margin-bottom: 7.1794871795dvw;
  }
}
@media (min-width: 768px) {
  .l-message__end .l-message__items {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .l-message__end .l-message__items {
    padding-bottom: 22.0512820513dvw;
  }
}
@media (min-width: 768px) {
  .l-message__end .p-item {
    gap: 53px;
  }
}
@media (max-width: 767px) {
  .l-message__end .p-item__image {
    margin-bottom: 7.6923076923dvw;
  }
}
.l-message__end .p-item__image:before {
  content: none;
}
.l-message__end .p-item__info {
  padding-top: 0;
  margin-top: -4px;
}
@media (min-width: 768px) {
  .l-message__end .p-item__info {
    width: calc(50% - 53px);
  }
}
@media (min-width: 768px) {
  .l-message__end .p-item__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .l-message__end .p-item__text {
    font-size: 4.1025641026dvw;
    line-height: 1.875;
  }
}
.l-message__end .p-item__text__last {
  font-weight: 700;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .l-message__end .p-item__text__last {
    font-size: 2.2rem;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .l-message__end .p-item__text__last {
    font-size: 5.1282051282dvw;
    margin-top: 5.3846153846dvw;
  }
}
.l-message__end__copy {
  background: #FFF;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  color: #222222;
  letter-spacing: 0;
  font-weight: 900;
}
@media (min-width: 768px) {
  .l-message__end__copy {
    font-size: 6.3rem;
    line-height: 1.5079365079;
    padding: 93px 0 126px;
  }
}
@media (max-width: 767px) {
  .l-message__end__copy {
    font-size: 10.2564102564dvw;
    line-height: 1.325;
    padding: 24.8717948718dvw 0 24.8717948718dvw;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .l-message__end__copy p {
    writing-mode: vertical-rl;
    text-align: left;
    text-indent: -2.5641025641dvw;
    letter-spacing: 0.075em;
  }
}
.l-message__end__copy p strong.blue {
  color: #009DFF;
}
.l-message__end__copy p strong.orenge {
  color: #FF8900;
}

/*  成長環境 environment
*----------------------------------- */
@media (min-width: 768px) {
  .page-environment .l-main {
    padding-bottom: 179px;
  }
}
@media (max-width: 767px) {
  .page-environment .l-main {
    padding-bottom: 17.9487179487dvw;
  }
}
@media (min-width: 768px) {
  .page-environment .list-page__main {
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .page-environment .list-page__main {
    padding-top: 2.8205128205dvw;
  }
}

.l-environment__items .p-item {
  border-bottom: 2px solid #222222;
}
@media (min-width: 768px) {
  .l-environment__items .p-item {
    display: flex;
    gap: 53px;
    padding-bottom: 42px;
    margin-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .l-environment__items .p-item {
    padding-bottom: 5.3846153846dvw;
    margin-bottom: 17.6923076923dvw;
  }
}
@media (min-width: 768px) {
  .l-environment__items .p-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .l-environment__items .p-item:nth-child(2) {
    padding-bottom: 54px;
  }
}
@media (min-width: 768px) {
  .l-environment__items .p-item:nth-child(3) {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .l-environment__items .p-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .l-environment__items .p-item__image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .l-environment__items .p-item__image {
    margin-bottom: 6.9230769231dvw;
  }
}
@media (min-width: 768px) {
  .l-environment__items .p-item__info {
    width: calc(50% - 53px);
  }
}
.l-environment__items .p-item__title {
  font-weight: 700;
  letter-spacing: 0;
  color: #FF8900;
  text-align: left;
}
@media (min-width: 768px) {
  .l-environment__items .p-item__title {
    font-size: 3.5rem;
    line-height: 1.4571428571;
    margin: 0 -1em 26px 0;
  }
}
@media (max-width: 767px) {
  .l-environment__items .p-item__title {
    font-size: 6.4102564103dvw;
    line-height: 1.52;
    margin-bottom: 4.8717948718dvw;
  }
}
.l-environment__items .p-item__text {
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .l-environment__items .p-item__text {
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 0 32px;
  }
}
@media (max-width: 767px) {
  .l-environment__items .p-item__text {
    font-size: 4.1025641026dvw;
    line-height: 1.875;
    margin: 0 0 7.6923076923dvw;
  }
}
.l-environment__benefit {
  text-align: center;
}
@media (min-width: 768px) {
  .l-environment__benefit .list-page__header {
    margin-bottom: 42px;
    padding-top: 71px;
  }
}
@media (max-width: 767px) {
  .l-environment__benefit .list-page__header {
    margin-bottom: 8.4615384615dvw;
    padding-top: 27.1794871795dvw;
  }
}
.l-environment__benefit .list-page__header__subtitle {
  color: #009DFF;
}
@media (min-width: 768px) {
  .l-environment__benefit .list-page__header__subtitle {
    font-size: 9.5rem;
  }
}
@media (max-width: 767px) {
  .l-environment__benefit .list-page__header__subtitle {
    line-height: 0.9242424242;
  }
}
@media (min-width: 768px) {
  .l-environment__benefit .list-page__header__title {
    margin-top: -2px;
  }
}
@media (max-width: 767px) {
  .l-environment__benefit .list-page__header__title {
    margin-top: 1.5384615385dvw;
  }
}

.benefits_anc {
  padding-top: 30px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .benefits_anc {
    padding-top: 8vw;
    margin-top: -8vw;
  }
}

.l-benefit__title {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .l-benefit__title {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-benefit__title {
    font-size: 5.3846153846dvw;
    margin: 0 auto 9.4871794872dvw;
  }
}
@media (min-width: 768px) {
  .l-benefit__title:before, .l-benefit__title:after {
    display: inline-block;
    content: "／";
  }
}
@media (min-width: 768px) {
  .l-benefit__title:before {
    transform: scaleX(-1);
  }
}
@media (min-width: 768px) {
  .l-benefit__list {
    display: flex;
    flex-wrap: wrap;
    gap: 34px 30px;
  }
}
.l-benefit__list .p-item {
  border: 1px solid #080808;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .l-benefit__list .p-item {
    width: calc((100% - 60px) / 3);
    border-radius: 20px;
    padding: 60px 36px 45px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item {
    width: 100%;
    border-radius: 2.5641025641dvw;
    padding: 14.358974359dvw 4.1025641026dvw 6.9230769231dvw 3.5897435897dvw;
    margin-bottom: 7.6923076923dvw;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item__image {
    min-height: 154px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item__image {
    min-height: 26.1538461538dvw;
    padding-bottom: 2.8205128205dvw;
  }
}
.l-benefit__list .p-item__image img {
  height: auto;
}
@media (min-width: 768px) {
  .l-benefit__list .p-item__image img {
    width: 123px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item__image img {
    width: 28.2051282051dvw;
  }
}
.l-benefit__list .p-item__title {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .l-benefit__list .p-item__title {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item__title {
    font-size: 6.1538461538dvw;
    margin: 0 0 6.4102564103dvw;
  }
}
.l-benefit__list .p-item__text {
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .l-benefit__list .p-item__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item__text {
    font-size: 4.1025641026dvw;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item__text + .p-item__text {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item__text + .p-item__text {
    margin-top: 4.1025641026dvw;
  }
}
.l-benefit__list .p-item__text strong {
  color: #009DFF;
}
.l-benefit__list .p-item__list {
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  color: #009DFF;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .l-benefit__list .p-item__list {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item__list {
    font-size: 4.1025641026dvw;
    margin-top: 3.8461538462dvw;
  }
}
.l-benefit__list .p-item__list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(1) .p-item__image img {
    width: 123px;
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(2) .p-item__image img {
    width: 128px;
    margin-top: 1px;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(3) .p-item__image img {
    width: 103px;
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(4) .p-item__image img {
    width: 283px;
    margin-top: 20px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item:nth-child(4) .p-item__image img {
    width: 75.641025641dvw;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(5) .p-item__image img {
    width: 123px;
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(6) {
    padding-bottom: 59px;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(6) .p-item__image img {
    width: 86px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item:nth-child(6) .p-item__image img {
    width: 19.4871794872dvw;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(7) {
    padding-bottom: 57px;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(7) .p-item__image img {
    width: 210px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item:nth-child(7) .p-item__image img {
    width: 46.1538461538dvw;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(8) .p-item__image img {
    width: 103px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item:nth-child(8) .p-item__image img {
    width: 21.7948717949dvw;
  }
}
@media (min-width: 768px) {
  .l-benefit__list .p-item:nth-child(9) .p-item__image img {
    width: 98px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .l-benefit__list .p-item:nth-child(9) .p-item__image img {
    width: 21.7948717949dvw;
  }
}

/*  3分で分かる feature
*----------------------------------- */
@media (min-width: 768px) {
  .page-feature .list-page__header {
    margin-bottom: 43px;
  }
}

.page-feature .l-intro {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-feature .l-intro {
    margin-bottom: 15vw;
  }
}
.page-feature .l-intro__title {
  color: #009DFF;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .page-feature .l-intro__title {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-intro__title {
    font-size: 7.4vw;
    margin-bottom: 0.5em;
  }
}
.page-feature .l-intro__text {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}

.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: #FF8900;
  color: #fff;
  font-family: "alternate-gothic-no-2-d", 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 #FF8900;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list .p-item__photo img {
  aspect-ratio: 231/139;
  object-fit: cover;
}
.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: #FF8900;
}
@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 {
  padding-top: 100px;
  margin-top: -100px;
  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 #FF8900;
  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: #FF8900;
  font-family: "alternate-gothic-no-2-d", 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: #FF8900;
}
@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-feature .l-feature .p-item__text strong {
  color: #E60012;
}
.page-feature .l-feature .p-item__button {
  margin: 28px auto 0;
  width: 230px;
}
.page-feature .l-feature .p-item__button a {
  display: flex;
  column-gap: 7px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  background-color: #222222;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 6px 15px 8px;
  position: relative;
}
.page-feature .l-feature .p-item__button a::after {
  width: 6px;
  height: 7px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: block;
  content: "";
  margin-top: 1px;
}

.page-description .l-main {
  padding-bottom: 0;
}
.page-description .list-page__main {
  width: 100%;
}
@media (min-width: 768px) {
  .page-description .list-page__header {
    margin-bottom: 63px;
  }
}
@media (max-width: 767px) {
  .page-description .list-page__header {
    margin-bottom: 9.4871794872dvw;
  }
}
@media (max-width: 767px) {
  .page-description .list-page__header__title {
    margin-top: 0.5128205128dvw;
  }
}
.page-description .list-page__anc {
  margin-bottom: 116px;
}
@media (max-width: 767px) {
  .page-description .list-page__anc {
    margin-bottom: 20.5128205128dvw;
  }
}
.page-description .list-page__anc__title {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-description .list-page__anc__title {
    font-size: 2.4rem;
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .page-description .list-page__anc__title {
    line-height: 1.52;
    font-size: 25px;
    font-size: 6.4102564103dvw;
    margin-bottom: 4.8717948718dvw;
  }
}
.page-description .list-page__anc__text {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .page-description .list-page__anc__text {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .page-description .list-page__anc__text {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 1.875;
    padding: 0 1.5384615385dvw;
    margin-bottom: 14.358974359dvw;
  }
}
.page-description .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 32px;
  counter-reset: nav;
  max-width: 787px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-description .list-page__anc ul.l-anc-list {
    column-gap: 5.8974358974dvw;
    row-gap: 8.9743589744dvw;
    max-width: 89.2307692308dvw;
  }
}
.page-description .list-page__anc ul.l-anc-list li {
  width: calc((100% - 64px) / 3);
  counter-increment: nav;
}
@media (max-width: 767px) {
  .page-description .list-page__anc ul.l-anc-list li {
    width: calc((100% - 5.8974358974dvw) / 2);
  }
}
.page-description .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .page-description .list-page__anc ul.l-anc-list li a {
    padding-bottom: 21px;
    font-size: 1.9rem;
    line-height: 1.375;
  }
}
@media (max-width: 767px) {
  .page-description .list-page__anc ul.l-anc-list li a {
    padding-bottom: 3.8461538462dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 1.125;
  }
}
.page-description .list-page__anc ul.l-anc-list li a:before {
  content: counter(nav, decimal-leading-zero);
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "alternate-gothic-no-2-d", sans-serif;
}
@media (min-width: 768px) {
  .page-description .list-page__anc ul.l-anc-list li a:before {
    width: 55px;
    height: 55px;
    font-size: 3.3rem;
    top: -25px;
    padding-top: 2px;
  }
}
@media (max-width: 767px) {
  .page-description .list-page__anc ul.l-anc-list li a:before {
    width: 9.4871794872dvw;
    height: 9.4871794872dvw;
    font-size: 5.1282051282dvw;
    top: -5.641025641dvw;
    padding-top: 2px;
  }
}
.page-description .list-page__anc ul.l-anc-list li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .page-description .list-page__anc ul.l-anc-list li a:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #101010;
  }
}
@media (max-width: 767px) {
  .page-description .list-page__anc ul.l-anc-list li a:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #101010;
  }
}
.page-description .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-description .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-description .list-page__anc ul.l-anc-list li:nth-child(1) a:before {
  background: #009DFF;
}
.page-description .list-page__anc ul.l-anc-list li:nth-child(1) .p-item__photo {
  border-color: #009DFF;
}
.page-description .list-page__anc ul.l-anc-list li:nth-child(2) a:before {
  background: #FF8900;
}
.page-description .list-page__anc ul.l-anc-list li:nth-child(2) .p-item__photo {
  border-color: #FF8900;
}
.page-description .list-page__anc ul.l-anc-list li:nth-child(3) a:before {
  background: #FF2200;
}
.page-description .list-page__anc ul.l-anc-list li:nth-child(3) .p-item__photo {
  border-color: #FF2200;
}
.page-description .list-page__anc ul.l-anc-list .p-item__photo {
  border: 2px solid #009DFF;
}
@media (max-width: 767px) {
  .page-description .list-page__anc ul.l-anc-list .p-item__photo {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .page-description .list-page__anc ul.l-anc-list .p-item__text {
    padding: 8px 0 0;
  }
}
@media (max-width: 767px) {
  .page-description .list-page__anc ul.l-anc-list .p-item__text {
    padding: 2.8205128205dvw 0 0;
  }
}

.l-description {
  margin: 0 auto;
}
.l-description__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-description .p-item {
    margin-bottom: 117px;
    margin-top: -85px;
    padding-top: 85px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item {
    margin-top: -16.6666666667dvw;
    padding-top: 16.6666666667dvw;
  }
}
.l-description .p-item:nth-child(1) .p-item__title {
  color: #009DFF;
  border: none;
  padding-top: 0;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .l-description .p-item:nth-child(1) .p-item__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item:nth-child(1) .p-item__title {
    margin-bottom: 8.7179487179dvw;
  }
}
.l-description .p-item:nth-child(1) .p-item__detail__list dt {
  background: #C4E9FF;
}
.l-description .p-item:nth-child(1) .p-item__flow {
  background: #C4E9FF;
}
.l-description .p-item:nth-child(1) .p-item__flow__head .en {
  color: #009DFF;
}
.l-description .p-item:nth-child(1) .p-item__flow__time {
  color: #009DFF;
}
@media (min-width: 768px) {
  .l-description .p-item:nth-child(2) {
    margin-bottom: 142px;
  }
}
.l-description .p-item:nth-child(2) .p-item__title {
  color: #FF8900;
}
.l-description .p-item:nth-child(2) .p-item__detail__list dt {
  background: #FDDBB4;
}
.l-description .p-item:nth-child(2) .p-item__flow {
  background: #FDDBB4;
}
@media (max-width: 767px) {
  .l-description .p-item:nth-child(2) .p-item__flow {
    margin-top: 20.5128205128dvw;
  }
}
.l-description .p-item:nth-child(2) .p-item__flow__head .en {
  color: #FF8900;
}
.l-description .p-item:nth-child(2) .p-item__flow__time {
  color: #FF8900;
}
@media (min-width: 768px) {
  .l-description .p-item:nth-child(2) .p-item__bnr {
    margin-top: 86px;
  }
}
@media (min-width: 768px) {
  .l-description .p-item:nth-child(3) {
    margin-bottom: 202px;
  }
}
.l-description .p-item:nth-child(3) .p-item__title {
  color: #FF2200;
}
.l-description .p-item:nth-child(3) .p-item__detail {
  margin-bottom: 0;
}
.l-description .p-item:nth-child(3) .p-item__detail__list dt {
  background: #FDDBB4;
}
.l-description .p-item:nth-child(3) .p-item__flow {
  background: #FDDBB4;
}
.l-description .p-item:nth-child(3) .p-item__flow__head .en {
  color: #FF2200;
}
.l-description .p-item:nth-child(3) .p-item__flow__time {
  color: #FF2200;
}
@media (min-width: 768px) {
  .l-description .p-item:nth-child(3) .p-item__bnr {
    margin-top: 23px;
  }
}
.l-description .p-item__title {
  text-align: center;
  font-weight: 700;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 2px solid #080808;
}
@media (min-width: 768px) {
  .l-description .p-item__title {
    font-size: 5.7rem;
    letter-spacing: -0.043em;
    padding-top: 98px;
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__title {
    font-size: 10.7692307692dvw;
    letter-spacing: 0.01em;
    line-height: 1.0714285714;
    padding: 19.4871794872dvw 0 0;
    max-width: 89.7435897436dvw;
    margin-bottom: 7.6923076923dvw;
  }
}
.l-description .p-item__lead {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-description .p-item__lead {
    font-size: 2.4rem;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__lead {
    font-size: 25px;
    font-size: 6.4102564103dvw;
    line-height: 1.52;
    margin-bottom: 5.1282051282dvw;
  }
}
.l-description .p-item__lead strong {
  color: #FF8900;
}
.l-description .p-item__text {
  font-weight: 500;
  max-width: 650px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-description .p-item__text {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__text {
    text-align: left;
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 1.875;
    margin-bottom: 11.2820512821dvw;
    padding: 0 6.9230769231dvw;
  }
}
.l-description .p-item__detail {
  max-width: 1078px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-description .p-item__detail {
    column-gap: 38px;
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__detail {
    width: 89.7435897436dvw;
    margin-bottom: 6.9230769231dvw;
  }
}
.l-description .p-item__detail__title {
  width: 100%;
  text-align: center;
  color: #FFF;
  background: #535353;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-description .p-item__detail__title {
    font-size: 1.6rem;
    padding: 9px;
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__detail__title {
    font-size: 17px;
    font-size: 4.358974359dvw;
    padding: 2.5641025641dvw;
    margin-bottom: 5.1282051282dvw;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__detail__photo {
    width: 47.87%;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__detail__photo {
    width: 100%;
    margin-bottom: 7.6923076923dvw;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__detail__info {
    width: calc(52.13% - 38px);
  }
}
@media (max-width: 767px) {
  .l-description .p-item__detail__info {
    width: 100%;
  }
}
.l-description .p-item__detail__info__text {
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.7333333333;
  text-align: left;
}
@media (min-width: 768px) {
  .l-description .p-item__detail__info__text {
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
.l-description .p-item__detail__list dt {
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-description .p-item__detail__list dt {
    font-size: 1.6rem;
    padding: 5px 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__detail__list dt {
    font-size: 17px;
    font-size: 4.358974359dvw;
    padding: 1.5384615385dvw 3.3333333333dvw;
    margin-bottom: 2.3076923077dvw;
  }
}
.l-description .p-item__detail__list dd {
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: left;
}
@media (min-width: 768px) {
  .l-description .p-item__detail__list dd {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__detail__list dd {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 1.75;
    margin-bottom: 7.6923076923dvw;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__detail__list__inline {
    display: inline-block;
    width: fit-content;
    min-width: 186px;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__detail__list__inline:nth-child(even) {
    margin-left: 15px;
  }
}
.l-description .p-item__detail__list__inline li {
  text-indent: -1em;
  padding-left: 1em;
}
.l-description .p-item__detail__block {
  border: 1px solid #707070;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .l-description .p-item__detail__block {
    padding: 24px 28px;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__detail__block {
    margin-top: -1.5384615385dvw;
    padding: 5.8974358974dvw 4.358974359dvw;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.l-description .p-item__flow {
  position: relative;
}
@media (min-width: 768px) {
  .l-description .p-item__flow {
    padding: 42px 10px 41px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow {
    padding: 15.641025641dvw 5.641025641dvw 18.4615384615dvw;
  }
}
.l-description .p-item__flow__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #FFF;
}
@media (min-width: 768px) {
  .l-description .p-item__flow__inner {
    padding: 38px 10px 65px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__inner {
    padding: 11.2820512821dvw 5.641025641dvw 12.8205128205dvw;
  }
}
.l-description .p-item__flow__head {
  text-align: center;
  font-weight: 700;
}
.l-description .p-item__flow__head span {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}
.l-description .p-item__flow__head span.en {
  font-family: din-2014, sans-serif;
}
@media (min-width: 768px) {
  .l-description .p-item__flow__head span.en {
    font-size: 6.6rem;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__head span.en {
    font-size: 12.0512820513dvw;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__flow__head span.ja {
    font-size: 2rem;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__head span.ja {
    font-size: 5.1282051282dvw;
    margin-top: 1.7948717949dvw;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__flow__list {
    padding: 0 0 0;
    max-width: 483px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__list {
    padding: 0 0 0 10.2564102564dvw;
  }
}
.l-description .p-item__flow__list__wrap {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  max-width: 1060px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-description .p-item__flow__list__wrap {
    gap: 42px;
    padding: 52px 22px 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 66px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__list__wrap {
    flex-wrap: wrap;
    padding-top: 13.3333333333dvw;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__flow__item:nth-child(1) .p-item__flow__info:before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__item:nth-child(1) .p-item__flow__info:before {
    top: 2.3076923077dvw;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__flow__item:nth-child(1) .p-item__flow__info:after {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__item:nth-child(1) .p-item__flow__info:after {
    top: 2.3076923077dvw;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__flow__item:last-child .p-item__flow__info {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__flow__item:last-child .p-item__flow__info:before {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__item:last-child .p-item__flow__info:before {
    height: 4.1025641026dvw;
  }
}
.l-description .p-item__flow__image {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .l-description .p-item__flow__image {
    align-items: flex-start;
    gap: 28px;
    width: 45.9645669291%;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__image {
    margin-top: 7.4358974359dvw;
    gap: 4.358974359dvw;
  }
}
.l-description .p-item__flow__photo {
  display: block;
  width: 100%;
}
.l-description .p-item__flow__info {
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .l-description .p-item__flow__info {
    padding-top: 6px;
    padding-left: 123px;
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__info {
    padding-bottom: 5.1282051282dvw;
  }
}
.l-description .p-item__flow__info:before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background: #080808;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .l-description .p-item__flow__info:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__info:before {
    left: -5.641025641dvw;
  }
}
.l-description .p-item__flow__info:after {
  content: "";
  display: block;
  background: #080808;
  border-radius: 50%;
  position: absolute;
}
@media (min-width: 768px) {
  .l-description .p-item__flow__info:after {
    width: 13px;
    height: 13px;
    top: 12px;
    left: -5px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__info:after {
    width: 3.3333333333dvw;
    height: 3.3333333333dvw;
    top: 2.5641025641dvw;
    left: -7.1794871795dvw;
  }
}
.l-description .p-item__flow__time {
  color: #FF2200;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-description .p-item__flow__time {
    font-size: 2.2rem;
    position: absolute;
    left: 33px;
    top: -1px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__time {
    font-size: 20px;
    font-size: 5.1282051282dvw;
    margin-bottom: 0.7692307692dvw;
  }
}
.l-description .p-item__flow__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2272727273;
}
@media (min-width: 768px) {
  .l-description .p-item__flow__title {
    font-size: 2.2rem;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__title {
    font-size: 22px;
    font-size: 5.641025641dvw;
    margin-bottom: 0.7692307692dvw;
  }
}
.l-description .p-item__flow__text {
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-description .p-item__flow__text {
    font-size: 1.6rem;
    line-height: 1.4375;
    margin-right: -1.5em;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__flow__text {
    font-size: 14px;
    font-size: 3.5897435897dvw;
    line-height: 1.6428571429;
  }
}
.l-description .p-item__insta {
  text-align: center;
}
@media (min-width: 768px) {
  .l-description .p-item__insta {
    padding: 123px 10px 0;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__insta {
    padding: 16.1538461538dvw 5.3846153846dvw 4.6153846154dvw;
  }
}
.l-description .p-item__insta__title {
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .l-description .p-item__insta__title {
    font-size: 4.4rem;
    margin-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__insta__title {
    font-size: 36px;
    font-size: 9.2307692308dvw;
    margin-bottom: 7.1794871795dvw;
  }
}
.l-description .p-item__insta__title .bln {
  font-weight: 700;
  display: block;
}
@media (min-width: 768px) {
  .l-description .p-item__insta__title .bln {
    font-size: 2.4rem;
    margin-bottom: -4px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__insta__title .bln {
    font-size: 19px;
    font-size: 4.8717948718dvw;
    margin-bottom: 0.7692307692dvw;
  }
}
.l-description .p-item__insta__title .bln strong {
  color: #009DFF;
}
@media (max-width: 767px) {
  .l-description .p-item__insta__title .main {
    padding-right: 14.1025641026dvw;
  }
}
.l-description .p-item__insta__title:after {
  content: "";
  display: block;
  background: url(../description/images/insta_logo.png) no-repeat center/contain;
  position: absolute;
}
@media (min-width: 768px) {
  .l-description .p-item__insta__title:after {
    width: 73px;
    height: 73px;
    right: -75px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__insta__title:after {
    width: 12.3076923077dvw;
    height: 12.3076923077dvw;
    right: 0;
    top: 10dvw;
  }
}
.l-description .p-item__insta__block {
  border: 2px solid #555555;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .l-description .p-item__insta__block {
    gap: 45px;
    padding: 33px 6.25% 35px 37%;
    background: url(../description/images/insta_bg.png) no-repeat right 8.25% bottom 0/306px auto;
  }
}
@media print, screen and (min-width: 1440px) {
  .l-description .p-item__insta__block {
    padding: 33px 88px 35px 525px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__insta__block {
    padding: 8.7179487179dvw 7.6923076923dvw;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__insta__block img {
    width: 31.5%;
    position: absolute;
    left: 9.25%;
    top: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-description .p-item__insta__block img {
    left: 4.5%;
    top: auto;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__insta__block img {
    width: 80.2564102564dvw;
    margin: 4.6153846154dvw 0dvw -23.0769230769dvw -2.5641025641dvw;
  }
}
.l-description .p-item__insta__info {
  text-align: left;
}
.l-description .p-item__insta__info__head {
  font-weight: 700;
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .l-description .p-item__insta__info__head {
    font-size: 2.7rem;
    line-height: 1.2222222222;
    padding-bottom: 17px;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__insta__info__head {
    font-size: 5.3846153846dvw;
    line-height: 1.2380952381;
    text-align: center;
    padding-bottom: 5.1282051282dvw;
    margin-bottom: 4.8717948718dvw;
  }
}
.l-description .p-item__insta__info__head strong {
  color: #FF8900;
}
.l-description .p-item__insta__info__text {
  font-weight: 500;
  line-height: 1.4375;
}
@media (min-width: 768px) {
  .l-description .p-item__insta__info__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__insta__info__text {
    font-size: 4.1025641026dvw;
    margin: 0 -0.5128205128dvw;
  }
}
@media (min-width: 768px) {
  .l-description .p-item__insta__info__btn {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__insta__info__btn {
    margin: 6.4102564103dvw auto 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__insta__info__btn .more-btn {
    min-width: 50.2564102564dvw;
  }
}
.l-description .p-item__bnr {
  display: block;
  margin: 0 auto;
  max-width: 1078px;
}
@media (min-width: 768px) {
  .l-description .p-item__bnr {
    margin: 78px auto;
  }
}
@media (max-width: 767px) {
  .l-description .p-item__bnr {
    max-width: 89.7435897436dvw;
    margin-top: 18.4615384615dvw;
    margin-bottom: 21.2820512821dvw;
  }
}
.l-description-personality {
  background: url(../description/images/personality_bg.jpg) no-repeat center/cover;
  text-align: center;
}
@media (min-width: 768px) {
  .l-description-personality {
    padding: 150px 20px 145px;
  }
}
@media (max-width: 767px) {
  .l-description-personality {
    padding: 29.4871794872dvw 5.1282051282dvw 27.1794871795dvw;
    margin-top: 26.9230769231dvw;
    background-image: url(../description/images/sp/personality_bg.jpg);
  }
}
.l-description-personality__ttl {
  font-weight: 700;
  background: #FF8900;
  color: #FFF;
  display: inline-block;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .l-description-personality__ttl {
    font-size: 6.2rem;
    line-height: 1.3709677419;
    padding: 0 33px 0 47px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .l-description-personality__ttl {
    font-size: 10dvw;
    line-height: 1.4102564103;
    padding: 0 7.9487179487dvw 0;
    margin-bottom: 8.9743589744dvw;
  }
}
.l-description-personality__ttl-sub {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .l-description-personality__ttl-sub {
    font-size: 2.6rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .l-description-personality__ttl-sub {
    font-size: 5.641025641dvw;
    margin-bottom: 3.0769230769dvw;
  }
}
.l-description-personality__text {
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-description-personality__text {
    font-size: 2.9rem;
    line-height: 1.7586206897;
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .l-description-personality__text {
    font-size: 5.8974358974dvw;
    line-height: 1.6956521739;
    margin-bottom: 3.0769230769dvw;
  }
}
.l-description-personality__text .line {
  border-bottom: 5px solid #FF8900;
}
@media (min-width: 768px) {
  .l-description-personality__text .line {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .l-description-personality__text .line {
    border-bottom-width: 0.7692307692dvw;
    padding-bottom: 0.7692307692dvw;
  }
}
.l-description-personality__slogan {
  display: inline-block;
}
@media (max-width: 767px) {
  .l-description-personality__slogan {
    display: block;
  }
}
.l-description-personality__slogan span {
  display: block;
}
@media (min-width: 768px) {
  .l-description-personality__slogan span {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .l-description-personality__slogan span {
    font-size: 3.8461538462dvw;
    padding: 0 3.5897435897dvw 0 0;
  }
}
.l-description-personality__slogan > strong {
  font-weight: 900;
  color: #FF8900;
  display: inline-block;
}
@media (min-width: 768px) {
  .l-description-personality__slogan > strong {
    font-size: 4.6rem;
    line-height: 1.1086956522;
    margin-bottom: 19px;
    transform: translateY(5px);
  }
}
@media (max-width: 767px) {
  .l-description-personality__slogan > strong {
    font-size: 8.4615384615dvw;
    margin: -1.2820512821dvw 0;
  }
}
.l-description-personality__slogan > strong .color {
  color: #009DFF;
}
.l-description-personality__list-wrapper {
  border: 2px solid #707070;
  border-radius: 15px;
  max-width: 782px;
  margin: 0 auto;
  background: #FFF;
}
@media (min-width: 768px) {
  .l-description-personality__list-wrapper {
    padding: 33px 10px 30px;
  }
}
@media (max-width: 767px) {
  .l-description-personality__list-wrapper {
    padding: 9.4871794872dvw 8.2051282051dvw 8.2051282051dvw;
    margin: 12.5641025641dvw 0 0;
  }
}
.l-description-personality__list {
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 768px) {
  .l-description-personality__list {
    font-size: 2.8rem;
    line-height: 1.8214285714;
  }
}
@media (max-width: 767px) {
  .l-description-personality__list {
    font-size: 5.8974358974dvw;
    line-height: 1.8695652174;
  }
}
@media (max-width: 767px) {
  .l-description-personality__list li {
    text-indent: -1.13em;
    padding-left: 1.13em;
  }
}
.l-description-personality__list li span {
  color: #009DFF;
}
@media (min-width: 768px) {
  .l-description-personality__list li span {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .l-description-personality__list li span {
    margin-right: 1.2820512821dvw;
  }
}

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

/*  クロストークページ
*----------------------------------- */
.page-crosstalk-index .l-crosstalk__list .p-item {
  width: 960px;
  margin: 0 auto 60px;
  border: 2px solid #009DFF;
}
@media (max-width: 767px) {
  .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 (max-width: 767px) {
  .page-crosstalk-index .l-crosstalk__list .p-item a {
    padding: 5%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__photo {
  width: 50%;
}
@media (max-width: 767px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__photo {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__info {
  width: 45%;
}
@media (max-width: 767px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__info {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
  font-size: 28px;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
  padding: 2px 10px;
  background: #009DFF;
}
@media (max-width: 767px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
    padding: 2px 5px;
  }
}
@media (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 #FF8900;
}
@media (min-width: 768px) {
  .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: #FF8900;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.page-crosstalk-detail .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-crosstalk-detail .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-crosstalk-detail .list-page__header__container {
  display: block;
}
.page-crosstalk-detail .list-page__header__subtitle {
  font-size: 28px;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .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: #009DFF;
}
@media (max-width: 767px) {
  .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 (max-width: 767px) {
  .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: #009DFF;
}

.page-crosstalk-detail .l-members {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .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 (max-width: 767px) {
  .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: #009DFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
@media (max-width: 767px) {
  .page-crosstalk-detail .l-members > h2::after {
    width: 10vw;
    bottom: -4vw;
  }
}
.page-crosstalk-detail .l-members__title {
  text-align: center;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #FF8900;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-crosstalk-detail .l-members__title {
    font-size: 10vw;
    margin-bottom: 7vw;
  }
}
.page-crosstalk-detail .l-members__info {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .page-crosstalk-detail .l-comment .p-item__name {
    font-size: 3.8vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name.num02 {
  background: #004CB8;
}
.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 (max-width: 767px) {
  .page-crosstalk-detail .l-comment .p-item__text {
    width: calc(100% - 85px);
    font-size: 3.8vw;
  }
}
@media (min-width: 768px) {
  .page-crosstalk-detail .l-comment .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.page-crosstalk-detail .l-other-talk {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
  font-size: 18px;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .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: #009DFF;
}
@media (max-width: 767px) {
  .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 (max-width: 767px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__title {
    font-size: 5vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item.current {
  display: none;
}

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

/*  数字で見る
*----------------------------------- */
.page-number {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.page-number .list-page__main {
  width: 100%;
}
.page-number .slide-top {
  opacity: 0;
  transform: translate(0, -40px);
  transition: all 1s ease-out;
}
.page-number .slide-bottom {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s ease-out;
}
.page-number .slide-left {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease-out;
}
.page-number .slide-right {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease-out;
}

.page-number .l-number {
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-number .l-number {
    width: 100%;
  }
}

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

.page-gallery .l-gallery .l-list {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .page-gallery .l-gallery .l-list__container {
    gap: 25px 4%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item {
  width: 32%;
}
@media (max-width: 767px) {
  .page-gallery .l-gallery .l-list__container .p-item {
    width: 48%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item p {
  text-align: center;
  margin-top: 10px;
}

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

/*  policyページ
*----------------------------------- */
@media (min-width: 768px) {
  .page-policy .list-page__list {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .page-policy .list-page__main {
    max-width: 1200px;
    width: 100%;
  }
}

.page-policy .l-policy__container {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .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 (max-width: 767px) {
  .page-policy .l-policy__text {
    margin-bottom: 10vw;
  }
}
.page-policy .l-policy .l-list__title {
  font-size: 22px;
  margin-bottom: 30px;
  background: #E8E8E8;
  font-weight: bold;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .page-policy .l-policy .l-list__title {
    font-size: 4.8vw;
  }
}

.page-policy .l-policy .p-item {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .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 (max-width: 767px) {
  .page-policy .l-policy .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text {
  margin-bottom: 30px;
  font-weight: 400;
}
.page-policy .l-policy .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__name {
  text-align: right;
}
.page-policy .l-policy .p-item dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dl {
    width: auto;
    margin: 0 auto 8vw;
  }
}
.page-policy .l-policy .p-item dt {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dt {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}
.page-policy .l-policy .p-item dd {
  margin: 0 0 50px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd {
    margin: 0 0 10%;
    font-size: 3.8vw;
  }
}
.page-policy .l-policy .p-item dd.right {
  text-align: right;
}
.page-policy .l-policy .p-item dd:last-child {
  margin: 0;
}
.page-policy .l-policy .p-item dd a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__numberlist {
  list-style: none;
  counter-reset: number;
}
.page-policy .l-policy .p-item__numberlist li {
  counter-increment: number;
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.5em;
}
.page-policy .l-policy .p-item__numberlist li::before {
  content: "（" counter(number) "） ";
  position: absolute;
  left: 0;
}
.page-policy .l-policy .p-item ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}

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

.page-404 .l-404 {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .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 (max-width: 767px) {
  .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 (max-width: 767px) {
  .page-404 .l-404 .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.page-404 .l-404 .p-item__text {
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-404 .l-404 .p-item__text {
    font-size: 4vw;
  }
}
.page-404 .l-404 .p-item__button {
  margin-top: 50px;
}
.page-404 .l-404 .p-item .c-button a span {
  padding-right: 11px;
}
.page-404 .l-404 .p-item .c-button a span::after {
  right: -9px;
}

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