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

colors setting

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

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

×：$black
◯：$dark-text

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

.en02 {
  font-family: din-2014, 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 (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (min-width: 761px) {
  .page-form-thanks .list-page__main {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
  }
}

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

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

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

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

中面個別 (TOP以外)

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

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

/*  企業理念 philosophy
*----------------------------------- */
.page-philosophy .l-philosophy__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__title {
    font-size: 7.2vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.page-philosophy .l-philosophy__text {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 1.7777;
}
@media print, screen and (max-width: 760px) {
  .page-philosophy .l-philosophy__text {
    font-size: 4vw;
    text-align: left;
  }
}

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

.page-feature .l-feature {
  counter-reset: number;
}
.page-feature .l-feature__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature__title {
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}
.page-feature .l-feature__subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature__subtitle {
    font-size: 5.2vw;
    margin-bottom: 20vw;
  }
}
.page-feature .l-feature .p-item {
  margin-bottom: 110px;
  counter-increment: number;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item {
    margin-bottom: 20vw;
  }
}
.page-feature .l-feature .p-item:last-child {
  margin-bottom: 0;
}
.page-feature .l-feature .p-item__photo {
  border: 3px solid #FFF100;
  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: #101010;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 4.3rem;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__photo::before {
    bottom: -8vw;
    width: 16vw;
    height: 16vw;
    font-size: 8vw;
  }
}
.page-feature .l-feature .p-item__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__title {
    font-size: 7.2vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
}
.page-feature .l-feature .p-item__text {
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 1.7777;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__text {
    font-size: 4vw;
    text-align: left;
  }
}

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

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

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

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

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

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

/*  インタビュー詳細ページ
*----------------------------------- */
.page-interview-detail:not(.page-system) .list-page__header {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail:not(.page-system) .list-page__header {
    margin-bottom: 8vw;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail:not(.page-system) .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__container {
  display: block;
}
.page-interview-detail:not(.page-system) .list-page__header__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail:not(.page-system) .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-interview-detail:not(.page-system) .list-page__header__title .accent {
  color: #FFF100;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle {
  margin-bottom: 14px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1;
  font-family: source-han-sans-japanese, sans-serif;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle small {
  margin-top: 15px;
  display: block;
  font-family: poppins, sans-serif;
  color: #1D1F87;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.page-interview-detail:not(.page-system) .list-page__main {
  width: 100%;
}

.page-interview-detail .l-profile {
  background: rgba(186, 186, 186, 0.47);
  padding: 40px 0;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile {
    padding: 7vw 0;
    margin-bottom: 15vw;
  }
}
.page-interview-detail .l-profile__container {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__container {
    padding: 0 5vw;
  }
}
.page-interview-detail .l-profile__title {
  font-size: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__title {
    font-size: 10vw;
    text-align: center;
    margin-bottom: 3vw;
  }
}
.page-interview-detail .l-profile__text {
  line-height: 1.8;
  font-weight: 600;
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-profile__text {
    margin-left: 40px;
    padding: 5px 0;
    padding-left: 39px;
    border-left: 1px solid #101010;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-profile__text {
    font-size: 4vw;
    text-align: center;
  }
}

@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 54px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__photo {
    flex: 1;
    max-width: 568px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__info {
    max-width: 576px;
  }
}
.page-interview-detail .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-interview-detail .l-comment .p-item__title {
  font-size: 33px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__title {
    font-size: 6.6vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
}
.page-interview-detail .l-comment .p-item__title .accent {
  color: #FFF100;
}
.page-interview-detail .l-comment .p-item__text {
  font-size: 16px;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.page-interview-detail .l-comment .p-item02 {
  display: block;
  text-align: center;
  padding-top: 80px;
  position: relative;
  max-width: 100%;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 {
    margin-top: 0;
    width: 100%;
    padding-top: 8%;
    margin-bottom: 9vw;
  }
}
.page-interview-detail .l-comment .p-item02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 457px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #1D1F87;
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02::before {
    height: 45vw;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__catch {
  margin-bottom: 30px;
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__catch {
    margin-bottom: 3%;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__photo {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__photo {
    width: 90%;
    margin-bottom: 6vw;
  }
}
.page-interview-detail .l-comment .p-item02 .p-item__info {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item02 .p-item__info {
    width: 90%;
  }
}

/*  クロストークページ
*----------------------------------- */
.page-crosstalk-index .l-crosstalk__list .p-item {
  width: 960px;
  margin: 0 auto 60px;
  border: 2px solid #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item {
    width: 100%;
    margin: 0 0 12vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item a {
    padding: 5%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__photo {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__photo {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__info {
  width: 45%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__info {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
  font-size: 28px;
  font-family: poppins, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
  padding: 2px 10px;
  background: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
    padding: 2px 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
    font-size: 5vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__title {
  font-size: 36px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__title {
    font-size: 7vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) {
  border: 2px solid #1D1F87;
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) a {
    flex-direction: row-reverse;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item:nth-of-type(odd) .p-item__sub_title span {
  background: #1D1F87;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.page-crosstalk-detail .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-crosstalk-detail .list-page__header__container {
  display: block;
}
.page-crosstalk-detail .list-page__header__subtitle {
  font-size: 28px;
  font-family: poppins, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .list-page__header__subtitle span {
  padding: 2px 10px;
  background: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle span {
    padding: 2px 5px;
  }
}
.page-crosstalk-detail .list-page__header__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__title {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-crosstalk-detail .list-page__header__title .accent {
  color: #FFF100;
}

.page-crosstalk-detail .l-members {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members {
    margin-bottom: 15vw;
  }
}
.page-crosstalk-detail .l-members > h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 90px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
}
.page-crosstalk-detail .l-members > h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #FFF100;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2::after {
    width: 10vw;
    bottom: -4vw;
  }
}
.page-crosstalk-detail .l-members__title {
  text-align: center;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #1D1F87;
  line-height: 1;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__title {
    font-size: 10vw;
    margin-bottom: 7vw;
  }
}
.page-crosstalk-detail .l-members__info {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info {
    justify-content: center;
  }
}
.page-crosstalk-detail .l-members__info .p-item {
  width: 200px;
  margin: 0 40px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item {
    width: 30%;
    margin: 0 4vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__photo {
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-members__info .p-item__title small {
  display: block;
  font-family: bilo, sans-serif;
  color: #cbcbcb;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.page-crosstalk-detail .l-members__info .p-item__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members__info .p-item__text {
    font-size: 3.4vw;
  }
}

.page-crosstalk-detail .l-movie {
  width: 985px;
  margin: 0 auto 100px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-movie {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.page-crosstalk-detail .l-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.page-crosstalk-detail .l-comment .p-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item {
    margin-bottom: 12vw;
    flex-wrap: wrap;
  }
}
.page-crosstalk-detail .l-comment .p-item:last-child {
  margin-bottom: 0;
}
.page-crosstalk-detail .l-comment .p-item__photo {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__wrap {
  width: 47.5%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__wrap {
    width: 100%;
  }
}
.page-crosstalk-detail .l-comment .p-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__info {
    margin-bottom: 5vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name {
  width: 74px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 3px;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__name {
    font-size: 3.8vw;
  }
}
.page-crosstalk-detail .l-comment .p-item__name.num02 {
  background: #009944;
}
.page-crosstalk-detail .l-comment .p-item__name.num03 {
  background: #484848;
}
.page-crosstalk-detail .l-comment .p-item__text {
  width: calc(100% - 90px);
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__text {
    width: calc(100% - 85px);
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-detail .l-comment .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.page-crosstalk-detail .l-other-talk {
  margin-top: 150px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk {
    width: 90%;
    margin: 20vw auto 0;
  }
}
.page-crosstalk-detail .l-other-talk ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-crosstalk-detail .l-other-talk ul li {
  width: 330px;
  margin: 0 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul li {
    width: 100%;
    margin: 0 0 8%;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__photo {
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
  font-size: 18px;
  font-family: poppins, sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
    font-size: 4vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
  padding: 2px 10px;
  background: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
    padding: 2px 5px;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__title {
    font-size: 5vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item.current {
  display: none;
}

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

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

.page-number .l-number {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 100%;
  }
}
.page-number .l-number ul {
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul {
    display: block;
  }
}

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

.page-gallery .l-gallery .l-list {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list {
    margin-bottom: 12vw;
  }
}
.page-gallery .l-gallery .l-list:last-child {
  margin-bottom: 0;
}
.page-gallery .l-gallery .l-list__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__title {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
}
.page-gallery .l-gallery .l-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container {
    gap: 25px 4%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item {
  width: 32%;
}
@media print, screen and (max-width: 760px) {
  .page-gallery .l-gallery .l-list__container .p-item {
    width: 48%;
  }
}
.page-gallery .l-gallery .l-list__container .p-item p {
  text-align: center;
  margin-top: 10px;
}

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

/*  policyページ
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-policy .list-page__main,
.page-cookie .list-page__main {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-policy .list-page__list,
.page-cookie .list-page__list {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text,
.page-cookie .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

.page-policy .l-policy__container,
.page-cookie .l-cookie__container {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__container,
.page-cookie .l-cookie__container {
    margin-bottom: 15vw;
  }
}
.page-policy .l-policy__container:last-child,
.page-cookie .l-cookie__container:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy__title,
.page-cookie .l-cookie__title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1D1F87;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__title,
.page-cookie .l-cookie__title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
}
.page-policy .l-policy__text,
.page-cookie .l-cookie__text {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__text,
.page-cookie .l-cookie__text {
    margin-bottom: 10vw;
  }
}
.page-policy .l-policy__sub,
.page-cookie .l-cookie__sub {
  margin-bottom: 20px;
  text-align: right;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__sub,
.page-cookie .l-cookie__sub {
    margin-bottom: 5vw;
  }
}
.page-policy .l-policy .l-list__title,
.page-cookie .l-cookie .l-list__title {
  font-size: 22px;
  margin-bottom: 30px;
  background: #FFF100;
  font-weight: bold;
  padding: 10px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title,
.page-cookie .l-cookie .l-list__title {
    font-size: 4.8vw;
  }
}

.page-policy .l-policy .p-item,
.page-cookie .l-cookie .p-item {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 761px) {
  .page-policy .l-policy .p-item,
.page-cookie .l-cookie .p-item {
    padding: 0 8px;
  }
}
.page-policy .l-policy .p-item__title,
.page-cookie .l-cookie .p-item__title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item__title,
.page-cookie .l-cookie .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text,
.page-cookie .l-cookie .p-item__text {
  margin-bottom: 30px;
  font-weight: 500;
}
.page-policy .l-policy .p-item__text a,
.page-cookie .l-cookie .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item__name,
.page-cookie .l-cookie .p-item__name {
  text-align: right;
}
.page-policy .l-policy .p-item dl,
.page-cookie .l-cookie .p-item dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dl,
.page-cookie .l-cookie .p-item dl {
    width: auto;
    margin: 0 auto 8vw;
  }
}
.page-policy .l-policy .p-item dt,
.page-cookie .l-cookie .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,
.page-cookie .l-cookie .p-item dt {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}
.page-policy .l-policy .p-item dd,
.page-cookie .l-cookie .p-item dd {
  margin: 0 0 50px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 5500;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd,
.page-cookie .l-cookie .p-item dd {
    margin: 0 0 10%;
    font-size: 3.8vw;
  }
}
.page-policy .l-policy .p-item dd.right,
.page-cookie .l-cookie .p-item dd.right {
  text-align: right;
}
.page-policy .l-policy .p-item dd:last-child,
.page-cookie .l-cookie .p-item dd:last-child {
  margin: 0;
}
.page-policy .l-policy .p-item dd a,
.page-cookie .l-cookie .p-item dd a {
  text-decoration: underline;
}

/*  404ページ
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-404 .list-page__main {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
  }
}

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

.page-404 .l-404 .p-item__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__title {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.page-404 .l-404 .p-item__subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__subtitle {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.page-404 .l-404 .p-item__text {
  font-size: 16px;
}
@media print, screen and (min-width: 761px) {
  .page-404 .l-404 .p-item__text {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item__text {
    font-size: 4vw;
  }
}
.page-404 .l-404 .p-item__button {
  margin-top: 50px;
}
.page-404 .l-404 .p-item .c-button {
  width: 240px;
  height: 60px;
  background: #FFF100;
  font-size: 16px;
  font-weight: 700;
  color: #101010;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button {
    width: 228px;
    height: 44px;
    margin: 4.7vw auto 0;
  }
}
.page-404 .l-404 .p-item .c-button a {
  padding: 0;
  line-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button a {
    line-height: 44px;
  }
}
.page-404 .l-404 .p-item .c-button a:hover {
  opacity: 1;
}
.page-404 .l-404 .p-item .c-button a:hover span::after {
  left: 179px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button a:hover span::after {
    left: 170px;
  }
}
.page-404 .l-404 .p-item .c-button span {
  padding-right: 68px;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button span {
    padding-right: 46px;
  }
}
.page-404 .l-404 .p-item .c-button span::after {
  background: url(../images/cmn/icon_arrow_right_black.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  top: 12px;
  left: 175px;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-404 .l-404 .p-item .c-button span::after {
    width: 19px;
    height: 19px;
    top: 12px;
    left: 165px;
  }
}

/*  当社についてページ（index）
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-about .list-page__main {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .list-page__main {
    width: 90%;
  }
}
.page-about .l-page-index {
  max-width: 1200px;
  width: 100% !important;
}
.page-about .l-page-index__container {
  gap: 38px !important;
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index__container {
    gap: 5vw !important;
  }
}
.page-about .l-page-index .p-item a {
  position: relative;
  outline: none !important;
  border: 2px solid #101010;
  border-radius: 15px;
  gap: 37px;
  flex-wrap: wrap;
  padding: 43px 43px 42px 49px !important;
  min-height: auto !important;
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item a {
    border-radius: 8px;
    padding: 4% !important;
    padding-bottom: 8% !important;
    gap: 6.2vw;
  }
}
.page-about .l-page-index .p-item a::after {
  content: "";
  position: absolute;
  right: 19px;
  bottom: 18px;
  background: url(../images/cmn/icon_arrow_right_yellow.svg) no-repeat center/contain;
  border: none;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item a::after {
    right: 9px;
    bottom: 8px;
    height: 27px;
    width: 27px;
  }
}
.page-about .l-page-index .p-item a:hover {
  opacity: 1 !important;
}
.page-about .l-page-index .p-item a:hover::after {
  right: 7px;
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item a:hover::after {
    right: 4px;
  }
}
.page-about .l-page-index .p-item:nth-child(1) {
  width: 100% !important;
}
@media print, screen and (max-width: 872px) {
  .page-about .l-page-index .p-item:nth-child(1) .p-item__info {
    max-width: calc(60% - 37px);
  }
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item:nth-child(1) .p-item__info {
    max-width: calc(50% - 37px);
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item:nth-child(1) .p-item__info {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item:nth-child(2), .page-about .l-page-index .p-item:nth-child(3) {
    width: calc(50% - 19px) !important;
    margin-top: 2px;
  }
  .page-about .l-page-index .p-item:nth-child(2) a, .page-about .l-page-index .p-item:nth-child(3) a {
    padding: 36px 24px 24px 48px !important;
  }
  .page-about .l-page-index .p-item:nth-child(2) a::after, .page-about .l-page-index .p-item:nth-child(3) a::after {
    right: 18px;
    bottom: 15px;
    width: 45px;
    height: 45px;
  }
  .page-about .l-page-index .p-item:nth-child(2) a:hover, .page-about .l-page-index .p-item:nth-child(3) a:hover {
    opacity: 1 !important;
  }
  .page-about .l-page-index .p-item:nth-child(2) a:hover::after, .page-about .l-page-index .p-item:nth-child(3) a:hover::after {
    right: 7px;
  }
}
@media print, screen and (min-width: 761px) and (max-width: 760px) {
  .page-about .l-page-index .p-item:nth-child(2) a:hover::after, .page-about .l-page-index .p-item:nth-child(3) a:hover::after {
    right: 4px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item:nth-child(2) .p-item__title, .page-about .l-page-index .p-item:nth-child(3) .p-item__title {
    margin-bottom: 18px !important;
    margin-top: 2px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item:nth-child(2) a, .page-about .l-page-index .p-item:nth-child(3) a {
    padding: 6.6% 4% 1.6% 4% !important;
  }
  .page-about .l-page-index .p-item:nth-child(2) .p-item__catch, .page-about .l-page-index .p-item:nth-child(3) .p-item__catch {
    font-size: 7.17vw;
  }
  .page-about .l-page-index .p-item:nth-child(2) .p-item__title, .page-about .l-page-index .p-item:nth-child(3) .p-item__title {
    margin-top: 1vw;
  }
}
.page-about .l-page-index .p-item__photo {
  width: 50%;
}
@media print, screen and (max-width: 872px) {
  .page-about .l-page-index .p-item__photo {
    width: 40%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item__photo {
    width: 100%;
  }
}
.page-about .l-page-index .p-item__info {
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item__info {
    margin-top: 32px;
  }
}
.page-about .l-page-index .p-item__catch {
  color: #101010 !important;
  letter-spacing: 0 !important;
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item__catch {
    font-size: 70px !important;
    margin-top: -29px !important;
    margin-bottom: 0 !important;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item__catch {
    margin-bottom: -0.3vw !important;
  }
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item__title {
    font-size: 20px !important;
    margin-bottom: 27px !important;
    margin-top: -7px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item__title {
    font-size: 3.8vw !important;
  }
}
.page-about .l-page-index .p-item__subtitle {
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item__subtitle {
    font-size: 42px;
    line-height: 1.33;
    margin-top: -13px;
    font-feature-settings: "palt";
  }
  .page-about .l-page-index .p-item__subtitle .highlight {
    text-decoration: underline;
    text-underline-offset: -0.05em;
    text-decoration-thickness: 0.34em;
    text-decoration-color: #FFF100;
    text-decoration-skip-ink: none;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item__subtitle {
    font-size: 6.15vw;
    margin-top: -1.7vw;
    line-height: 1.29;
  }
  .page-about .l-page-index .p-item__subtitle .highlight {
    position: relative;
    display: inline-block;
  }
  .page-about .l-page-index .p-item__subtitle .highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.1em;
    width: calc(100% - 0.5em);
    height: 0.45em;
    background: #FFF100;
    z-index: -1;
  }
}
.page-about .l-page-index .p-item__class {
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item__class {
    font-size: 15px;
    margin-top: 26px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item__class {
    font-size: 3.33vw;
    margin-top: 3.3vw;
  }
}
.page-about .l-page-index .p-item__inner {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item__inner {
    margin-top: 0.1vw;
  }
}
.page-about .l-page-index .p-item__name {
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item__name {
    font-size: 24px;
    padding-right: 10px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item__name {
    font-size: 6.15vw;
    padding-right: 2.3vw;
  }
}
.page-about .l-page-index .p-item__name.en {
  font-weight: 700;
  color: #D0D0D0;
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item__name.en {
    font-size: 15px;
    padding-top: 15px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item__name.en {
    font-size: 3.84vw;
    padding-top: 4vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item:nth-child(2) .p-item__catch {
    font-size: 44px !important;
  }
}
@media print, screen and (max-width: 760px) {
  .page-about .l-page-index .p-item:nth-child(2) .p-item__catch {
    font-size: 7.17vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item:nth-child(3) a {
    padding: 34px 24px 24px 48px !important;
  }
}
@media print, screen and (min-width: 761px) {
  .page-about .l-page-index .p-item:nth-child(3) .p-item__catch {
    font-size: 48px !important;
  }
}
/*  会社概要 company overview
*----------------------------------- */
.page-company .l-main {
  padding-bottom: 0px;
}

.page-company .list-page__header {
  padding-top: 118px;
}
@media print, screen and (max-width: 760px) {
  .page-company .list-page__header {
    font-size: 11.28vw;
    padding-top: 20vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .list-page__header__subtitle {
    font-size: 11.28vw;
  }
}

.page-company .list-page__main {
  width: auto;
  margin-top: 65px;
}
@media print, screen and (max-width: 760px) {
  .page-company .list-page__main {
    margin-top: 10vw;
  }
}

.page-company .l-company {
  padding: 65px 0 120px;
  margin-top: -135px;
  background-color: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company {
    margin-top: -22.5vw;
    padding: 16.67vw 0 13vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company__w {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }
}
.page-company .l-company__container {
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  margin: 59px auto 0;
  border-radius: 20px;
  padding: 81px 100px 75px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__container {
    width: 90%;
    padding: 7vw 5vw 11.5vw;
    margin-top: 4.4vw;
    border-radius: 8px;
  }
}
.page-company .l-company .l-table {
  border-top: none;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table {
    margin-bottom: -3.5vw;
  }
}
.page-company .l-company .l-table dt {
  width: 18%;
  font-weight: 500;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company .l-table dt {
    min-width: 90px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table dt {
    width: 23%;
    line-height: 1.2;
    padding: 2%;
  }
}
.page-company .l-company .l-table dt:last-of-type {
  border-bottom: none;
}
.page-company .l-company .l-table dd {
  width: 82%;
  padding: 22px 41px 21px;
  text-align: left;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .l-table dd {
    width: 77%;
    padding: 6vw 3vw;
  }
}
.page-company .l-company .l-table dd:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company .l-table dd:last-child {
    line-height: 2.3;
    padding: 18px 41px 20px;
  }
}
.page-company .l-company .l-table dd a {
  text-decoration: none;
}
.page-company .l-company__map_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__map_container {
    display: block;
    margin-bottom: 14.5vw;
  }
}
.page-company .l-company__map_container:nth-child(2) .l-profile__map_text {
  margin-top: 36px;
}
.page-company .l-company__map .map_tel {
  margin-top: 7px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__map .map_tel {
    margin-top: 0vw;
  }
}
.page-company .l-company__map_text {
  margin: auto 0;
}
.page-company .l-company__map_text .map_title {
  color: #FFF100;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 21px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__map_text .map_title {
    font-size: 5.9vw;
    margin-bottom: 3vw;
  }
}
.page-company .l-company__map_text .map_text02 {
  margin-top: 17px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__map_text .map_text02 {
    margin-top: 17px;
    font-size: 14px;
    margin-bottom: 8.5vw;
  }
}
.page-company .l-company__map_text .map_text02 span {
  color: #FFF100;
}
.page-company .l-company__map_text02 {
  margin-top: 17px;
  line-height: 2;
}
.page-company .l-company__map__img {
  position: absolute;
  width: 487px;
}
.page-company .l-company__map iframe {
  height: 367px;
  width: 556px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company__map iframe {
    width: 74.87vw;
    height: 49.23vw;
    left: calc(50% - 37.4vw);
    position: relative;
  }
}
.page-company .l-company .p-item-info__map a {
  border-radius: 30px;
  color: #101010;
  display: inline-block;
  background-color: #bababa;
  color: #101010;
  width: 67px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 8px;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-company .p-item-info__map a {
    position: relative;
    padding: 2.5px 0 3px;
    line-height: 1;
    left: 22px;
    bottom: 4px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-company .p-item-info__map a {
    display: block;
    margin: 2vw 0 0 0;
    border-radius: 7.69vw;
    line-height: 1.8;
    width: 17.5vw;
    height: 3.9vw;
    font-size: 2vw;
  }
}

.page-company .l-shop {
  padding: 65px 0 0s;
  margin-top: 121px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop {
    margin-top: -5vw;
    padding: 23.9vw 0 2.5vw;
  }
}
.page-company .l-shop .list-page__header {
  color: #101010;
  padding: 0;
  margin-bottom: -40px;
}
.page-company .l-shop .list-page__header__title {
  color: #101010;
}
.page-company .l-shop__map {
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__map {
    margin: 0 0 10.5vw;
  }
}
.page-company .l-shop__map__title {
  position: relative;
  font-weight: 700;
  line-height: 1;
}
.page-company .l-shop__map__title01 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__map__title01 {
    margin-top: 5vw;
  }
}
.page-company .l-shop__map__title01-1 {
  font-size: 64px;
  margin-left: 4px;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__map__title01-1 {
    font-size: 11.03vw;
    margin-left: 0;
    margin-bottom: -2vw;
    letter-spacing: 1vw;
  }
}
.page-company .l-shop__map__title01-2 {
  font-size: 215px;
  color: #FFF100;
  line-height: 0.76;
  margin: 2px 15px -2px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__map__title01-2 {
    font-size: 37.69vw;
    margin: 0px 15px -5px 11px;
  }
}
.page-company .l-shop__map__title01-3 {
  font-size: 73px;
  margin: 0px 0px 4px -15px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__map__title01-3 {
    font-size: 12.56vw;
    margin: 0px 0px -0.5vw -3vw;
  }
}
.page-company .l-shop__map__title02 {
  font-size: 86px;
  color: #FFF100;
  margin: 21px 0 0 3px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__map__title02 {
    font-size: 14.62vw;
    margin: 0;
  }
}
.page-company .l-shop__map__text {
  font-size: 18px;
  margin: 18px 0 22px 10px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__map__text {
    font-size: 11px;
    margin: 3vw 0 3.4vw 1vw;
  }
}
.page-company .l-shop__map__img {
  width: 86%;
  margin: 0 auto 25px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__map__img {
    position: relative;
    width: 107vw;
    top: 0;
    left: -8.5%;
    margin: 0 auto;
    margin-top: 6vw;
  }
}
.page-company .l-shop__map .c-button {
  margin-left: 8px;
  background: #101010;
  width: 216px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__map .c-button {
    width: 45.38vw;
    margin-left: 1vw;
  }
}
.page-company .l-shop__map .c-button a {
  line-height: 40px;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-shop__w {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }
}
.page-company .l-shop__list {
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  margin: -6px auto 21px;
  border-radius: 20px;
  padding: 66px 100px 97px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__list {
    width: 90%;
    padding: 8vw 0vw 0vw;
  }
}
.page-company .l-shop__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 2px solid #717171;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__title {
    font-size: 5.64vw;
  }
}
.page-company .l-shop__container {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 4px 0;
  row-gap: 16px;
  column-gap: 43px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__container {
    margin: 4vw 0 0;
  }
}
.page-company .l-shop__item {
  font-weight: 700;
  width: 38.7%;
  align-items: flex-end;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__item {
    width: 100%;
  }
}
.page-company .l-shop__item:nth-child(2) {
  width: 55%;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__item:nth-child(2) {
    width: 100%;
  }
}
.page-company .l-shop__item__title {
  font-size: 20px;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__item__title {
    font-size: 4.62vw;
  }
}
.page-company .l-shop__item__textbox {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__item__textbox {
    flex-wrap: wrap;
    gap: 1.5vw;
  }
}
.page-company .l-shop__item__textbox .l-shop__item__text {
  font-size: 14px;
  background-color: #e5e5e5;
  border-radius: 20px;
  line-height: 27px;
  width: 85.5px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__item__textbox .l-shop__item__text {
    margin-top: 1vw;
  }
}
.page-company .l-shop__item__textbox .l-shop__item__subtext {
  font-size: 11px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__table {
    margin-top: 5vw;
  }
}
.page-company .l-shop__table .l-table dt {
  width: 25%;
  padding: 1.5% 3.2%;
  justify-content: flex-start;
  background: #EDEDF6;
  font-weight: 500;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-shop__table .l-table dt {
    min-width: 124px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__table .l-table dt {
    font-size: 3.6vw;
    line-height: 1.35;
    padding: 4%;
    text-align: center;
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-company .l-shop__table .l-table dt:last-of-type {
  border-bottom: none;
}
.page-company .l-shop__table .l-table dd {
  width: 75%;
  padding: 14.5px 31px 17px;
  font-weight: 500;
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-shop__table .l-table dd {
    white-space: pre-wrap;
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__table .l-table dd {
    font-size: 3.4vw;
    padding: 4% 5%;
    width: 78%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.page-company .l-shop__table .l-table dd:last-child {
  border-bottom: none;
}
.page-company .l-shop__table .l-table dd a {
  text-decoration: none;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__table .t-01 dt:first-child {
    padding-top: 1.3vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__table .t-01 dt:first-child::before {
    content: "";
    position: absolute;
    top: 3.5vw;
    left: 0;
  }
}
.page-company .l-shop__table .p-item-info__map a {
  border-radius: 30px;
  color: #101010;
  display: inline-block;
  background-color: #bababa;
  color: #101010;
  width: 67px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 8px;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-shop__table .p-item-info__map a {
    position: relative;
    padding: 2.5px 0 3px;
    line-height: 1;
    left: 22px;
    bottom: 4px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-shop__table .p-item-info__map a {
    display: block;
    margin: 2vw 0 0 0;
    border-radius: 7.69vw;
    line-height: 1.8;
    width: 17.5vw;
    height: 3.9vw;
    font-size: 2vw;
  }
}
.page-company .l-shop__t-title {
  font-size: 16px;
  position: relative;
  margin-bottom: 9px;
  margin-top: 35px;
  padding-left: 1.6em;
}
.page-company .l-shop__t-title::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 58%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.8em solid #333;
}
.page-company .l-shop__t-title:first-child {
  margin-top: 0;
}

.page-company .list-page__main {
  width: auto;
}

.page-company .l-history {
  background: url(../company/images/history_bg.svg) right -2vw top;
}
.page-company .l-history__header {
  position: relative;
}
.page-company .l-history__title {
  font-size: 48px;
  font-weight: 700;
  color: #1D1F87;
  text-align: center;
  padding-top: 160px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__title {
    font-size: 8.2vw;
    padding-top: 20vw;
  }
}
.page-company .l-history__subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 9%);
  text-transform: uppercase;
  font-size: 180px;
  color: #fff;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history__subtitle {
    font-size: 22.33vw;
  }
}
.page-company .l-history .l-history__explanation {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  margin-top: 59px;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__explanation {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__explanation {
    font-size: 4.1vw;
    margin-top: 7vw;
    position: relative;
    left: 1vw;
  }
}
.page-company .l-history .list-page__header {
  margin-bottom: 56px;
  padding-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .list-page__header {
    padding-top: 0px;
  }
}
.page-company .l-history .l-history__container01 {
  position: relative;
  margin: 64px auto 0;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container01 {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    padding-bottom: 159px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container01 {
    margin-top: -7.5vw;
    padding: 0 5% 27% 5%;
  }
}
.page-company .l-history .l-history__container02 {
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin: 55px auto 0;
  padding: 79px 80px 71px 72px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 {
    width: 100%;
    padding: 7.5vw 5vw 11.5vw 4vw;
    border-radius: 8px;
  }
}
.page-company .l-history .l-history__container02 .l-history_item {
  display: flex;
  gap: 63px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item {
    gap: 8.8vw;
  }
}
.page-company .l-history .l-history__container02 .l-history_item .l-history_year {
  color: #1D1F87;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: rgba(29, 31, 135, 0.1);
  line-height: 1;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_year {
    font-size: 3.8rem;
    padding: 28px 0;
    width: 12.6%;
    min-width: 134px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_year {
    font-size: 6.15vw;
    padding: 1vw 0;
    width: 25%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_year {
    padding-top: 23px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_year {
    padding-top: 4.3vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_content {
    padding-top: 17px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_content {
    padding-top: 4vw;
  }
}
.page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_content:before, .page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_content:after {
  content: "";
  display: block;
  position: absolute;
}
.page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_content:before {
  background-color: #fff;
  border: 5.5px solid #1D1F87;
  border-radius: 10px;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_content:before {
    width: 17px;
    height: 17px;
    left: -38px;
    top: 26px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_content:before {
    width: 17px;
    height: 17px;
    left: -25px;
    top: 16px;
  }
}
.page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_content:after {
  width: 3px;
  background-color: #1D1F87;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item:first-child .l-history_content:after {
    height: calc(100% - 32.6px);
    top: 32.6px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item:last-of-type .l-history_textbox {
    width: 45%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item:last-of-type .l-history_textbox {
    width: 100%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item:last-of-type .l-history_img {
    width: 24%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item:last-of-type .l-history_img {
    width: 100%;
  }
}
.page-company .l-history .l-history__container02 .l-history_item:last-of-type ._2025-sp_img {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item:last-of-type ._2025-sp_img {
    width: 414px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item:last-of-type ._2025-sp_img {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item:last-child .l-history_content {
    margin-bottom: 0;
  }
}
.page-company .l-history .l-history__container02 .l-history_item:last-child .l-history_content .l-history_text {
  margin-bottom: 0;
}
.page-company .l-history .l-history__container02 .l-history_item:last-child .l-history_content .l-history_img {
  margin-bottom: 0;
}
.page-company .l-history .l-history__container02 .l-history_item .l-history_content {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_content {
    display: flex;
    width: calc(87.4% - 63px);
    justify-content: space-between;
    padding-top: 22px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_content {
    width: 79%;
    padding-top: 1vw;
    margin-bottom: 3.5vw;
  }
}
.page-company .l-history .l-history__container02 .l-history_item .l-history_content:before, .page-company .l-history .l-history__container02 .l-history_item .l-history_content:after {
  content: "";
  display: block;
  position: absolute;
}
.page-company .l-history .l-history__container02 .l-history_item .l-history_content:before {
  background-color: #fff;
  border: 5.5px solid #1D1F87;
  border-radius: 10px;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_content:before {
    width: 17px;
    height: 17px;
    left: -38px;
    top: 31px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_content:before {
    width: 17px;
    height: 17px;
    left: -25px;
    top: 3px;
  }
}
.page-company .l-history .l-history__container02 .l-history_item .l-history_content:after {
  width: 3px;
  background-color: #1D1F87;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_content:after {
    top: 43px;
    left: -31px;
    height: calc(100% - 22px - 21px);
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_content:after {
    top: 18px;
    left: -18px;
    height: calc(100% - 18px);
  }
}
.page-company .l-history .l-history__container02 .l-history_item .l-history_textbox {
  margin-bottom: 31px;
  width: 65%;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_textbox {
    flex-grow: 1;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_textbox {
    width: 100%;
    margin-bottom: -1vw;
    margin-right: 0px;
  }
}
.page-company .l-history .l-history__container02 .l-history_item .l-history_textbox .l-history_text01 {
  display: flex;
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: -2px;
  line-height: 1.6;
  color: #1D1F87;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_textbox .l-history_text01 {
    font-size: 4.1vw;
    margin-bottom: 0px;
    line-height: 1.4;
  }
}
.page-company .l-history .l-history__container02 .l-history_item .l-history_textbox .txt2023 {
  margin-top: 25px;
}
.page-company .l-history .l-history__container02 .l-history_item .l-history_textbox .l-history_text02 {
  display: flex;
  font-size: 16px;
  line-height: 1.75;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_textbox .l-history_text02 {
    font-size: 3.58vw;
    line-height: 1.8;
    display: block;
    margin-top: 1vw;
    text-align: left;
  }
}
.page-company .l-history .l-history__container02 .l-history_item .l-history_img {
  margin-bottom: 38px;
  width: 250px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-history .l-history__container02 .l-history_item .l-history_img {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0vw;
    margin-top: 4vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-history .l-history__container02:last-child .l-history__contents::after {
    height: 76%;
  }
}

.page-company .l-other-contents,
.page-message .l-other-contents,
.page-mvv .l-other-contents {
  background: #303232;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents__container,
.page-message .l-other-contents__container,
.page-mvv .l-other-contents__container {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
  }
}
.page-company .l-other-contents .p-item a,
.page-message .l-other-contents .p-item a,
.page-mvv .l-other-contents .p-item a {
  position: relative;
  outline: none !important;
  border-radius: 15px;
  gap: 37px;
  flex-wrap: wrap;
  padding: 43px 43px 42px 49px !important;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item a,
.page-message .l-other-contents .p-item a,
.page-mvv .l-other-contents .p-item a {
    height: 100% !important;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item a,
.page-message .l-other-contents .p-item a,
.page-mvv .l-other-contents .p-item a {
    border-radius: 8px;
    padding: 4% !important;
    padding-bottom: 8% !important;
    gap: 6.2vw;
  }
}
.page-company .l-other-contents .p-item a::after,
.page-message .l-other-contents .p-item a::after,
.page-mvv .l-other-contents .p-item a::after {
  content: "";
  position: absolute;
  right: 19px;
  bottom: 18px;
  background: url(../images/cmn/icon_arrow_right_yellow.svg) no-repeat center/contain;
  border: none;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item a::after,
.page-message .l-other-contents .p-item a::after,
.page-mvv .l-other-contents .p-item a::after {
    right: 9px;
    bottom: 8px;
    height: 27px;
    width: 27px;
  }
}
.page-company .l-other-contents .p-item a:hover,
.page-message .l-other-contents .p-item a:hover,
.page-mvv .l-other-contents .p-item a:hover {
  opacity: 1;
}
.page-company .l-other-contents .p-item a:hover::after,
.page-message .l-other-contents .p-item a:hover::after,
.page-mvv .l-other-contents .p-item a:hover::after {
  right: 7px;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item a:hover::after,
.page-message .l-other-contents .p-item a:hover::after,
.page-mvv .l-other-contents .p-item a:hover::after {
    right: 4px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item,
.page-message .l-other-contents .p-item,
.page-mvv .l-other-contents .p-item {
    width: calc(50% - 10px) !important;
    margin-top: 2px;
  }
  .page-company .l-other-contents .p-item a,
.page-message .l-other-contents .p-item a,
.page-mvv .l-other-contents .p-item a {
    padding: 43px 24px 24px 48px !important;
  }
  .page-company .l-other-contents .p-item a::after,
.page-message .l-other-contents .p-item a::after,
.page-mvv .l-other-contents .p-item a::after {
    right: 18px;
    bottom: 15px;
    width: 45px;
    height: 45px;
  }
  .page-company .l-other-contents .p-item .p-item__title,
.page-message .l-other-contents .p-item .p-item__title,
.page-mvv .l-other-contents .p-item .p-item__title {
    margin-bottom: 18px !important;
    margin-top: 2px;
  }
}
@media print, screen and (min-width: 761px) and (min-width: 761px) {
  .page-company .l-other-contents .p-item .p-item__title,
.page-message .l-other-contents .p-item .p-item__title,
.page-mvv .l-other-contents .p-item .p-item__title {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item a,
.page-message .l-other-contents .p-item a,
.page-mvv .l-other-contents .p-item a {
    padding: 8% 4% 6.7% !important;
  }
  .page-company .l-other-contents .p-item .p-item__catch,
.page-message .l-other-contents .p-item .p-item__catch,
.page-mvv .l-other-contents .p-item .p-item__catch {
    font-size: 7.17vw;
  }
  .page-company .l-other-contents .p-item .p-item__title,
.page-message .l-other-contents .p-item .p-item__title,
.page-mvv .l-other-contents .p-item .p-item__title {
    margin-top: 1vw;
  }
}
.page-company .l-other-contents .p-item__info,
.page-message .l-other-contents .p-item__info,
.page-mvv .l-other-contents .p-item__info {
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item__info,
.page-message .l-other-contents .p-item__info,
.page-mvv .l-other-contents .p-item__info {
    margin-top: 44px;
  }
}
.page-company .l-other-contents .p-item__catch,
.page-message .l-other-contents .p-item__catch,
.page-mvv .l-other-contents .p-item__catch {
  color: #101010 !important;
  letter-spacing: 0 !important;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item__catch,
.page-message .l-other-contents .p-item__catch,
.page-mvv .l-other-contents .p-item__catch {
    font-size: 70px !important;
    margin-top: -29px !important;
    margin-bottom: 0 !important;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item__catch,
.page-message .l-other-contents .p-item__catch,
.page-mvv .l-other-contents .p-item__catch {
    margin-bottom: -0.3vw !important;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item__title,
.page-message .l-other-contents .p-item__title,
.page-mvv .l-other-contents .p-item__title {
    font-size: 20px !important;
    margin-bottom: 27px !important;
    margin-top: -7px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item__title,
.page-message .l-other-contents .p-item__title,
.page-mvv .l-other-contents .p-item__title {
    font-size: 3.8vw !important;
  }
}
.page-company .l-other-contents .p-item__subtitle,
.page-message .l-other-contents .p-item__subtitle,
.page-mvv .l-other-contents .p-item__subtitle {
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item__subtitle,
.page-message .l-other-contents .p-item__subtitle,
.page-mvv .l-other-contents .p-item__subtitle {
    font-size: 42px;
    line-height: 1.33;
    margin-top: -13px;
    font-feature-settings: "palt";
  }
  .page-company .l-other-contents .p-item__subtitle .highlight,
.page-message .l-other-contents .p-item__subtitle .highlight,
.page-mvv .l-other-contents .p-item__subtitle .highlight {
    text-decoration: underline;
    text-underline-offset: -0.05em;
    text-decoration-thickness: 0.34em;
    text-decoration-color: #FFF100;
    text-decoration-skip-ink: none;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item__subtitle,
.page-message .l-other-contents .p-item__subtitle,
.page-mvv .l-other-contents .p-item__subtitle {
    font-size: 6.15vw;
    margin-top: -1.7vw;
    line-height: 1.29;
  }
  .page-company .l-other-contents .p-item__subtitle .highlight,
.page-message .l-other-contents .p-item__subtitle .highlight,
.page-mvv .l-other-contents .p-item__subtitle .highlight {
    position: relative;
    display: inline-block;
  }
  .page-company .l-other-contents .p-item__subtitle .highlight::after,
.page-message .l-other-contents .p-item__subtitle .highlight::after,
.page-mvv .l-other-contents .p-item__subtitle .highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.1em;
    width: calc(100% - 0.5em);
    height: 0.45em;
    background: #FFF100;
    z-index: -1;
  }
}
.page-company .l-other-contents .p-item__class,
.page-message .l-other-contents .p-item__class,
.page-mvv .l-other-contents .p-item__class {
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item__class,
.page-message .l-other-contents .p-item__class,
.page-mvv .l-other-contents .p-item__class {
    font-size: 15px;
    margin-top: 26px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item__class,
.page-message .l-other-contents .p-item__class,
.page-mvv .l-other-contents .p-item__class {
    font-size: 3.33vw;
    margin-top: 3.3vw;
  }
}
.page-company .l-other-contents .p-item__inner,
.page-message .l-other-contents .p-item__inner,
.page-mvv .l-other-contents .p-item__inner {
  margin-top: 6px;
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item__inner,
.page-message .l-other-contents .p-item__inner,
.page-mvv .l-other-contents .p-item__inner {
    margin-top: 0.1vw;
  }
}
.page-company .l-other-contents .p-item__name,
.page-message .l-other-contents .p-item__name,
.page-mvv .l-other-contents .p-item__name {
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item__name,
.page-message .l-other-contents .p-item__name,
.page-mvv .l-other-contents .p-item__name {
    font-size: 24px;
    padding-right: 10px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item__name,
.page-message .l-other-contents .p-item__name,
.page-mvv .l-other-contents .p-item__name {
    font-size: 6.15vw;
    padding-right: 2.3vw;
  }
}
.page-company .l-other-contents .p-item__name.en,
.page-message .l-other-contents .p-item__name.en,
.page-mvv .l-other-contents .p-item__name.en {
  font-weight: 700;
  color: #D0D0D0;
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item__name.en,
.page-message .l-other-contents .p-item__name.en,
.page-mvv .l-other-contents .p-item__name.en {
    font-size: 15px;
    padding-top: 15px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item__name.en,
.page-message .l-other-contents .p-item__name.en,
.page-mvv .l-other-contents .p-item__name.en {
    font-size: 3.84vw;
    padding-top: 4vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item.company .p-item__catch,
.page-message .l-other-contents .p-item.company .p-item__catch,
.page-mvv .l-other-contents .p-item.company .p-item__catch {
    font-size: 44px !important;
  }
}
@media print, screen and (max-width: 760px) {
  .page-company .l-other-contents .p-item.company .p-item__catch,
.page-message .l-other-contents .p-item.company .p-item__catch,
.page-mvv .l-other-contents .p-item.company .p-item__catch {
    font-size: 7.17vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item.mvv a, .page-company .l-other-contents .p-item.message a,
.page-message .l-other-contents .p-item.mvv a,
.page-message .l-other-contents .p-item.message a,
.page-mvv .l-other-contents .p-item.mvv a,
.page-mvv .l-other-contents .p-item.message a {
    padding: 39px 24px 24px 48px !important;
  }
}
@media print, screen and (min-width: 761px) {
  .page-company .l-other-contents .p-item.mvv .p-item__catch, .page-company .l-other-contents .p-item.message .p-item__catch,
.page-message .l-other-contents .p-item.mvv .p-item__catch,
.page-message .l-other-contents .p-item.message .p-item__catch,
.page-mvv .l-other-contents .p-item.mvv .p-item__catch,
.page-mvv .l-other-contents .p-item.message .p-item__catch {
    font-size: 48px !important;
  }
}

/*  3分で分かる what
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-what .list-page__main {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__main {
    width: 90vw;
  }
}

.page-what .list-page__anc {
  margin-bottom: 128px;
  background: #FFF100;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  /* 背景より上にコンテンツを置く */
}
@media print, screen and (min-width: 761px) {
  .page-what .list-page__anc {
    word-break: keep-all;
    padding-bottom: 3px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc {
    margin-bottom: 13vw;
  }
}
.page-what .list-page__anc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  /* ページ全幅 */
  height: 117%;
  background: #FFF100;
  /* ←好きな背景色に変更 */
  transform: translateX(-50%);
  /* 中央基準で整列 */
  z-index: -1;
  /* 背景を下に置く */
}
.page-what .list-page__anc_tit {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc_tit {
    font-size: 6.8vw;
    line-height: 1.3;
    margin-top: 1.5vw;
  }
}
.page-what .list-page__anc ul.l-anc-list {
  display: flex;
  flex-flow: wrap;
  gap: 75px 30px;
  counter-reset: nav;
  justify-content: center;
  margin: 24px auto 20px;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list {
    column-gap: 3.5vw;
    row-gap: 7vw;
    margin: 7vw auto 20px;
  }
}
.page-what .list-page__anc ul.l-anc-list li {
  width: calc((100% - 60px) / 3);
  counter-increment: nav;
  border-radius: 10px;
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li {
    width: calc((100% - 3.5vw) / 2);
    min-height: 23.08vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li:last-child {
    width: calc((100% - 3.5vw) / 2 + 6vw);
  }
}
.page-what .list-page__anc ul.l-anc-list li::after {
  z-index: 1000;
  position: absolute;
  bottom: -18px;
  margin: auto;
  content: "";
  background: url(../images/cmn/icon_arrow_right_black.svg) center no-repeat;
  transform: rotate(90deg);
  background-size: contain;
  width: 36px;
  height: 36px;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li::after {
    bottom: -2.31vw;
    width: 4.62vw;
    height: 4.62vw;
  }
}
.page-what .list-page__anc ul.l-anc-list li a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.375;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-what .list-page__anc ul.l-anc-list li a {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 1020px) {
  .page-what .list-page__anc ul.l-anc-list li a {
    font-size: 3.2vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li a {
    font-size: 4.1vw;
    line-height: 1.2;
  }
}
.page-what .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-what .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
@media print, screen and (min-width: 761px) {
  .page-what .list-page__anc ul.l-anc-list li .p-item__text {
    padding-bottom: 36px;
    padding-top: 28px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li .p-item__text {
    padding-bottom: 5.4vw;
    padding-top: 4vw;
  }
}
.page-what .list-page__anc ul.l-anc-list li .p-item__text .anc-num {
  font-size: 48px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list li .p-item__text .anc-num {
    font-size: 7.18vw;
  }
}
.page-what .list-page__anc ul.l-anc-list .p-item__photo {
  margin-bottom: 15px;
  border: 2px solid #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-what .list-page__anc ul.l-anc-list .p-item__photo {
    margin-bottom: 3vw;
  }
}

.page-what .l-what {
  counter-reset: number;
}
.page-what .l-what .anc_place {
  padding-top: 130px;
  margin-top: -130px;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .anc_place {
    padding-top: 9vw;
    margin-top: -9vw;
  }
}
.page-what .l-what__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what__title {
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}
.page-what .l-what__subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what__subtitle {
    font-size: 5.2vw;
    margin-bottom: 20vw;
  }
}
.page-what .l-what .p-item {
  margin-bottom: 107px;
  counter-increment: number;
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item {
    margin-bottom: 20vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-01, .page-what .l-what .p-item.p-03 {
    flex-direction: row-reverse;
  }
}
.page-what .l-what .p-item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item__box .p-item_img {
    width: 30%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__box .p-item_img {
    margin-top: 3vw;
  }
}
.page-what .l-what .p-item__sentence {
  position: relative;
  width: 50%;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__sentence {
    width: 100%;
  }
}
.page-what .l-what .p-item__sentence::before {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  content: counter(number, decimal-leading-zero);
  font-family: poppins, sans-serif;
  font-size: 229px;
  color: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__sentence::before {
    top: -18vw;
    font-size: 35.9vw;
    right: -5vw;
  }
}
.page-what .l-what .p-item__photo {
  position: relative;
  margin-bottom: 8px;
  width: 45.8%;
  margin-top: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__photo {
    margin-bottom: 6vw;
    width: 100%;
  }
}
.page-what .l-what .p-item__title {
  margin-bottom: 21px;
  margin-top: 65px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.36;
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item__title {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__title {
    font-size: 7.2vw;
    line-height: 1.4;
    margin-bottom: 3.6vw;
  }
}
.page-what .l-what .p-item__text {
  font-size: 16px;
  line-height: 2.1;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item__text {
    font-size: 4vw;
    text-align: left;
    line-height: 2.18;
    letter-spacing: 0.04rem;
  }
}
.page-what .l-what .p-item .c-button {
  margin: 14px auto 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item .c-button {
    min-width: 310px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item .c-button {
    height: 13.89vw;
    min-width: 90%;
    margin: 6.2vw 0 0;
    font-size: 4.36vw;
    width: 100%;
  }
}
.page-what .l-what .p-item .c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-what .l-what .p-item .c-button span {
  font-size: 16px;
  font-weight: 700;
  padding-right: 29px;
  padding-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item .c-button span {
    font-size: 4.36vw;
    padding-right: 9vw;
  }
}
.page-what .l-what .p-item .c-button span::after {
  border-color: transparent transparent transparent #fff;
  width: 22px;
  height: 22px;
  top: 22px;
  right: -7px;
  left: auto;
  transition: 0.3s;
}
.page-what .l-what .p-item .c-button span::before {
  right: 0px;
}
.page-what .l-what .p-item .c-button.dark {
  background: #101010;
}
.page-what .l-what .p-item .c-button a:hover {
  opacity: 1;
}
.page-what .l-what .p-item .c-button a:hover span::after {
  right: -10px;
}
@media print, screen and (max-width: 760px) {
  .page-what .l-what .p-item .c-button a:hover span::after {
    right: -14px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-01 .p-item__sentence::before {
    top: -53px;
    right: 16px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-02 {
    margin-bottom: 52px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-02 .p-item__sentence {
    margin-top: 23px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-02 .p-item__sentence::before {
    top: -78px;
    right: 21px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-02 .p-item__title {
    margin-bottom: 22px;
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-02 .c-button.dark {
    margin-top: 37px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-03 {
    margin-top: 41px;
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-03 .p-item__sentence {
    margin-top: 42px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-03 .p-item__sentence::before {
    top: -82px;
    right: 16px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-03 .p-item__title {
    margin-bottom: 20px;
    margin-top: 41px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-what .l-what .p-item.p-03 .c-button.dark {
    margin-top: 39px;
  }
}

/*  代表メッセージ
*----------------------------------- */
.page-message .l-main {
  padding-bottom: 71px;
}
.page-message .list-page__main {
  width: 100%;
}
.page-message .list-page__header {
  padding-top: 116px;
  background: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__header {
    padding-top: 22vw;
  }
}
.page-message .list-page__header__container {
  position: relative;
  z-index: 1;
}
.page-message .list-page__header__subtitle {
  font-size: 110px;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__header__subtitle {
    font-size: 17vw;
  }
}
.page-message .list-page__header__title {
  font-size: 21px;
  font-weight: 700;
  margin-top: -3px;
}
@media print, screen and (max-width: 760px) {
  .page-message .list-page__header__title {
    font-size: 4.2vw;
  }
}

.page-message .l-message__main {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__main {
    margin-bottom: 50px;
    margin-top: -7px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main {
    padding-top: 0;
    margin-top: -3vw;
    margin-bottom: 14vw;
  }
}
.page-message .l-message__main::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -33.4%;
  left: -12%;
  width: 124%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main::before {
    top: -15.5%;
    left: -33%;
    width: 166%;
    height: 50vw;
  }
}
.page-message .l-message__main__container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__main__container {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main__container {
    width: 90vw;
    flex-wrap: wrap;
    gap: 5.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__main__inner {
    width: 50%;
    padding-top: 66px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main__inner {
    width: 100%;
  }
}
.page-message .l-message__main__title {
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 28px;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__main__title {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main__title {
    font-size: 7.69vw;
    margin-bottom: 6vw;
  }
}
.page-message .l-message__main__title .line {
  position: relative;
  z-index: 10;
}
.page-message .l-message__main__title .line::before {
  content: "";
  background-color: #FFF100;
  position: absolute;
  height: 14px;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main__title .line::before {
    height: 3.08vw;
  }
}
.page-message .l-message__main__name {
  margin-bottom: 30px;
  padding-top: 5px;
  line-height: 2.2;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main__name {
    margin-bottom: 8vw;
  }
}
.page-message .l-message__main__name .p-sub {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main__name .p-sub {
    font-size: 3.58vw;
    margin-bottom: 4.5vw;
  }
}
.page-message .l-message__main__name .p-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main__name .p-name {
    font-size: 6.15vw;
  }
}
.page-message .l-message__main__name .p-name .en {
  color: #D0D0D0;
  font-size: 15px;
  font-weight: 700;
  padding-top: 9px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main__name .p-name .en {
    font-size: 3.84vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__main__image {
    width: 45%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__main__image {
    width: 100%;
  }
}
.page-message .l-message__profile {
  margin: 50px auto 100px;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__profile {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
  }
}
.page-message .l-message__profile__container {
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 33.5px 40px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__profile__container {
    margin: 0 5%;
    padding: 4.6vw 6.5vw;
  }
}
.page-message .l-message__profile__info {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__profile__info {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__profile__info {
    font-size: 3.84vw;
  }
}
.page-message .l-message__comment .p-item {
  margin-bottom: 97px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__comment .p-item {
    margin-bottom: 16vw;
  }
}
.page-message .l-message__comment .p-item:nth-child(even) {
  background: #FFF100;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__comment .p-item:nth-child(even) {
    padding-top: 120px;
    padding-bottom: 136.5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__comment .p-item:nth-child(even) {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
.page-message .l-message__comment .p-item:nth-child(even) .p-item__inner {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__comment .p-item:nth-child(even) .p-item__title {
    padding-top: 18px;
  }
}
.page-message .l-message__comment .p-item:last-child {
  margin-bottom: 80px;
  padding-top: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__comment .p-item:last-child {
    margin-bottom: 12vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__comment .p-item:last-child .p-item__info {
    width: 55.88%;
  }
}
.page-message .l-message__comment .p-item__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__comment .p-item__inner {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__comment .p-item__inner {
    width: 90vw;
    flex-wrap: wrap;
    gap: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__comment .p-item__photo {
    width: 40.8%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__comment .p-item__photo {
    width: 100%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__comment .p-item__info {
    width: 55.8%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__comment .p-item__info {
    width: 100%;
  }
}
.page-message .l-message__comment .p-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.38;
  margin-bottom: 18px;
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-message .l-message__comment .p-item__title {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-message .l-message__comment .p-item__title {
    font-size: 7.17vw;
    margin-bottom: 4vw;
  }
}
.page-message .l-message__comment .p-item__text {
  font-size: 16px;
  line-height: 2.12;
  text-align: left;
}

@media print, screen and (max-width: 760px) {
  .page-message .l-cmn_interview__container {
    margin: 17.3vw 0 15.2vw;
  }
}
.page-message .l-cmn_interview .p-header.interview {
  display: none;
}

/*  CSR
*----------------------------------- */
.page-csr .l-main {
  padding-bottom: 0px;
}
@media print, screen and (min-width: 761px) {
  .page-csr .list-page__header {
    margin-bottom: 92px;
    padding-top: 118px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-csr .list-page__header {
    margin-bottom: 15.8vw;
    padding-top: 20vw;
  }
}
.page-csr .list-page__main {
  width: auto;
  margin-top: 65px;
}
@media print, screen and (max-width: 760px) {
  .page-csr .list-page__main {
    margin-top: 10vw;
  }
}
.page-csr .l-csr {
  padding: 30px 0 72px;
  margin-top: -135px;
  background-color: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-csr {
    margin-top: -22.3vw;
    padding: 7.9vw 0;
  }
}
.page-csr .l-csr__container {
  margin: 56px auto 0;
}
@media print, screen and (min-width: 761px) {
  .page-csr .l-csr__container {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-csr__container {
    width: 90%;
    margin: 28px auto;
  }
}
.page-csr .l-csr .p-item {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 42px 45px;
  gap: 55px;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-csr .p-item {
    flex-direction: column-reverse;
    padding: 5.8% 5.8% 7.5% 6%;
    gap: 1.2vw;
    margin-bottom: 7.4vw;
  }
}
.page-csr .l-csr .p-item__info {
  width: 63%;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-csr .p-item__info {
    width: 100%;
  }
}
.page-csr .l-csr .p-item__title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.33;
}
@media print, screen and (min-width: 761px) {
  .page-csr .l-csr .p-item__title {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-csr .p-item__title {
    font-size: 6.15vw;
    text-align: left;
    margin-top: 3.4vw;
    width: 101%;
  }
}
.page-csr .l-csr .p-item__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
  line-height: 1.77;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-csr .p-item__text {
    font-size: 4.1vw;
    margin-top: 1.5vw;
    line-height: 2;
  }
}
.page-csr .l-csr .p-item__photo {
  width: 32%;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-csr .p-item__photo {
    width: 100%;
  }
}
.page-csr .l-sdgs {
  background: url(../csr/images/sdgs_bg.svg) right top;
  padding-bottom: 160px;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs {
    padding-bottom: 25.64vw;
  }
}
.page-csr .l-sdgs .list-page__header {
  margin-bottom: -8px;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs .list-page__header {
    padding-top: 10vw;
    margin-bottom: -1vw;
  }
}
.page-csr .l-sdgs .list-page__header__container {
  position: relative;
}
.page-csr .l-sdgs .list-page__header__title {
  font-size: 48px;
  font-weight: 700;
  color: #1D1F87;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs .list-page__header__title {
    font-size: 8.21vw;
    top: 31.2%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.page-csr .l-sdgs .list-page__header__subtitle {
  font-size: 180px;
  color: #fff;
  text-transform: none;
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs .list-page__header__subtitle {
    font-size: 30.77vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-csr .l-sdgs__container {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }
}
.page-csr .l-sdgs__logo {
  width: 57.2%;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs__logo {
    width: 58%;
  }
}
.page-csr .l-sdgs__intro {
  text-align: center;
  font-size: 20px;
  margin-top: 38px;
  line-height: 1.8;
}
@media print, screen and (min-width: 761px) {
  .page-csr .l-sdgs__intro {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs__intro {
    font-size: 4.1vw;
    margin-top: 4.4vw;
  }
}
.page-csr .l-sdgs__list {
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  margin: 69px auto 0;
  border-radius: 20px;
  padding: 70px 60px 87px;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs__list {
    width: 90%;
    padding: 8vw 5vw 11.5vw;
    margin: 11vw auto 0;
    border-radius: 8px;
  }
}
.page-csr .l-sdgs .p-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 54px;
  padding-top: 53px;
  border-bottom: 1px solid #101010;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs .p-item {
    padding-top: 10vw;
    padding-bottom: 12vw;
    flex-wrap: wrap;
    gap: 6vw;
  }
}
.page-csr .l-sdgs .p-item:first-child {
  padding-top: 0;
}
@media print, screen and (min-width: 761px) {
  .page-csr .l-sdgs .p-item:first-child {
    gap: 30px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-csr .l-sdgs .p-item:first-child .l-sdgs__p-inner {
    width: 46%;
  }
}
.page-csr .l-sdgs .p-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-csr .l-sdgs__p-info {
  width: 55%;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs__p-info {
    width: 100%;
  }
}
.page-csr .l-sdgs__p-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: -1px;
  line-height: 1.5;
  color: #1D1F87;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs__p-title {
    font-size: 6.15vw;
  }
}
.page-csr .l-sdgs__p-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin-top: 13px;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs__p-text {
    font-size: 4.1vw;
    margin-top: 4.1vw;
    line-height: 2;
  }
}
.page-csr .l-sdgs__p-inner {
  width: calc(45% - 50px);
  display: flex;
  gap: 1.38vw;
  justify-content: flex-end;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs__p-inner {
    width: 100%;
    justify-content: flex-start;
    gap: 5%;
  }
}
.page-csr .l-sdgs__p-image {
  width: 35%;
}
@media print, screen and (max-width: 760px) {
  .page-csr .l-sdgs__p-image {
    width: 30%;
  }
}

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