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

colors setting

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

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

×：$black
◯：$dark-text

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

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

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

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

中面 common (TOP以外)

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

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

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

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

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

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

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

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

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

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

中面個別 (TOP以外)

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

.page-profile .l-history {
  padding-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-profile .l-history {
    padding-top: 70px;
  }
}
.page-profile .l-history__list {
  position: relative;
  padding: 100px;
  border: 1px solid #7BDBED;
}
@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 #7BDBED;
  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: #F07B7E;
}
@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: #131313;
  color: #fff;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 760px) {
  .page-feature .list-page__anc ul.l-anc-list li a::before {
    top: 2vw;
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
.page-feature .list-page__anc ul.l-anc-list li a:hover {
  opacity: 1;
}
.page-feature .list-page__anc ul.l-anc-list li a:hover img {
  opacity: 0.8;
}
.page-feature .list-page__anc ul.l-anc-list .p-item__photo {
  margin-bottom: 15px;
  border: 2px solid #F07B7E;
}
@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: #F07B7E;
}
@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 #F07B7E;
  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: #131313;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  font-size: 4.3rem;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-feature .l-feature .p-item__photo::before {
    bottom: -8vw;
    width: 16vw;
    height: 16vw;
    font-size: 8vw;
  }
}
.page-feature .l-feature .p-item__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.36;
  color: #F07B7E;
}
@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: #F07B7E;
}
.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: #F07B7E;
}
@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: #F07B7E;
}
.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: #7BDBED;
}
@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: #F07B7E;
}
.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: #F07B7E;
}
.page-growth .l-growth__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-growth .l-growth__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-growth .l-growth__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-growth .l-growth__container {
  padding-top: 100px;
  border-top: 2px solid #131313;
}
.page-growth .l-growth .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-growth .l-growth .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-growth .l-growth .p-item::after {
  content: "";
  background-color: #131313;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-growth .l-growth .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-growth .l-growth .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-growth .l-growth .p-item__info {
    width: 100%;
  }
}
.page-growth .l-growth .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F07B7E;
  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: #F07B7E;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle {
  margin-bottom: 14px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.page-interview-detail:not(.page-system) .list-page__header__subtitle small {
  margin-top: 15px;
  display: block;
  font-family: "hanken-grotesk", sans-serif;
  color: #7BDBED;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.page-interview-detail:not(.page-system) .list-page__main {
  width: 100%;
}

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

@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 54px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item {
    width: 90%;
    margin: 0 auto 18vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__photo {
    flex: 1;
    max-width: 568px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-interview-detail .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-interview-detail .l-comment .p-item__info {
    max-width: 576px;
  }
}
.page-interview-detail .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #F07B7E;
}
@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: #F07B7E;
}
.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: #7BDBED;
  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 #F07B7E;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item {
    width: 100%;
    margin: 0 0 12vw;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item a {
    padding: 5%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__photo {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__photo {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__info {
  width: 45%;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-index .l-crosstalk__list .p-item__info {
    width: 100%;
  }
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title {
  font-size: 28px;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.page-crosstalk-index .l-crosstalk__list .p-item__sub_title span {
  padding: 2px 10px;
  background: #F07B7E;
}
@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 #7BDBED;
}
@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: #7BDBED;
}

/*  クロストーク詳細ページ
*----------------------------------- */
.page-crosstalk-detail .list-page__header__mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__mv {
    width: 90%;
    margin-bottom: 7vw;
    max-width: none;
  }
}
.page-crosstalk-detail .list-page__header__container {
  display: block;
}
.page-crosstalk-detail .list-page__header__subtitle {
  font-size: 28px;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .list-page__header__subtitle {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
.page-crosstalk-detail .list-page__header__subtitle span {
  padding: 2px 10px;
  background: #F07B7E;
}
@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: #F07B7E;
}

.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: #F07B7E;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-members > h2::after {
    width: 10vw;
    bottom: -4vw;
  }
}
.page-crosstalk-detail .l-members__title {
  text-align: center;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #7BDBED;
  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: #F4B2B4;
}
.page-crosstalk-detail .l-comment .p-item__name.num03 {
  background: #484848;
}
.page-crosstalk-detail .l-comment .p-item__text {
  width: calc(100% - 90px);
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-comment .p-item__text {
    width: calc(100% - 85px);
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-crosstalk-detail .l-comment .p-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.page-crosstalk-detail .l-other-talk {
  margin-top: 150px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk {
    width: 90%;
    margin: 20vw auto 0;
  }
}
.page-crosstalk-detail .l-other-talk ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-crosstalk-detail .l-other-talk ul li {
  width: 330px;
  margin: 0 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul li {
    width: 100%;
    margin: 0 0 8%;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__photo {
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
  font-size: 18px;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .page-crosstalk-detail .l-other-talk ul .p-item__sub_title {
    font-size: 4vw;
  }
}
.page-crosstalk-detail .l-other-talk ul .p-item__sub_title span {
  padding: 2px 10px;
  background: #F07B7E;
}
@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: #F07B7E;
}
.page-business .l-business__text {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business__text {
    margin-bottom: 6.7vw;
    font-size: 4.3vw;
    text-align: left;
  }
}
.page-business .l-business__movie {
  width: 985px;
  margin: 0 auto 120px;
}
.page-business .l-business__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-business .l-business__container {
  padding-top: 100px;
  border-top: 2px solid #131313;
}
.page-business .l-business .p-item {
  position: relative;
  padding-bottom: 77px;
  margin-bottom: 77px;
}
@media print, screen and (min-width: 761px) {
  .page-business .l-business .p-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item {
    padding-bottom: 13vw;
    margin-bottom: 15vw;
  }
}
.page-business .l-business .p-item::after {
  content: "";
  background-color: #131313;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-business .l-business .p-item__image {
  width: 42%;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__image {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.page-business .l-business .p-item__info {
  width: 53%;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-business .l-business .p-item__info {
    width: 100%;
  }
}
.page-business .l-business .p-item__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F07B7E;
  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ページ
*----------------------------------- */
.page-policy .list-page__main {
  max-width: calc(1200px + 8%);
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-policy .list-page__main {
    padding: 0 4%;
  }
}

@media print, screen and (min-width: 761px) {
  .page-policy .list-page__list {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-policy .list-page__list__text {
  margin-bottom: 40px;
  line-height: 1.8;
}

.page-policy .l-policy__container {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__container {
    margin-bottom: 15vw;
  }
}
.page-policy .l-policy__container:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy__text {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy__text {
    margin-bottom: 10vw;
  }
}
.page-policy .l-policy .l-list__title {
  font-size: 22px;
  margin-bottom: 30px;
  background: #F7F7F7;
  font-weight: bold;
  padding: 10px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-right {
  text-align: end;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-right {
    margin-bottom: 15vw;
  }
}

.page-policy .l-policy .p-item {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 761px) {
  .page-policy .l-policy .p-item {
    padding: 0 8px;
  }
}
.page-policy .l-policy .p-item__title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .p-item__title {
    font-size: 4.8vw;
  }
}
.page-policy .l-policy .p-item__text {
  margin-bottom: 30px;
  font-weight: 400;
}
.page-policy .l-policy .p-item__text a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item ul {
  font-weight: 400;
  list-style: decimal;
  margin-top: 10px;
  padding-left: 17px;
}
.page-policy .l-policy .p-item ul li {
  margin-bottom: 5px;
}
.page-policy .l-policy .p-item__name {
  text-align: right;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dl {
    width: auto;
    margin: 0 auto;
  }
}
.page-policy .l-policy .p-item dt {
  font-size: 18px;
  font-weight: 500;
  margin: 20px auto 5px;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dt {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}
.page-policy .l-policy .p-item dd {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .page-policy .l-policy .p-item dd {
    margin: 0;
    font-size: 3.8vw;
  }
}
.page-policy .l-policy .p-item dd.right {
  text-align: right;
}
.page-policy .l-policy .p-item dd:last-child {
  margin: 0;
}
.page-policy .l-policy .p-item dd a {
  text-decoration: underline;
}
.page-policy .l-policy .p-item .l-table_tit {
  margin-bottom: 10px;
  font-size: 20px;
}
.page-policy .l-policy .p-item .link {
  text-decoration: underline;
}

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

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

/*  部署・職種紹介ページ（index）
*----------------------------------- */
.page-information .l-main {
  padding-bottom: 75px !important;
}
.page-information .list-page .list-page__header {
  margin-bottom: 128px;
}
@media print, screen and (max-width: 760px) {
  .page-information .list-page .list-page__header {
    margin-bottom: 17.6vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-information .list-page .list-page__header__subtitle {
    letter-spacing: 0.03em;
  }
}
.page-information .list-page .list-page__main {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-information .list-page .list-page__main {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
    margin: 0 auto;
  }
}
.page-information .list-page .list-page__main .l-page-index {
  width: 100%;
}
.page-information .list-page .list-page__main .l-page-index__container {
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-information .list-page .list-page__main .l-page-index__container {
    padding: 0 3%;
  }
}
.page-information .list-page .list-page__main .l-page-index .p-item {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 72px;
}
.page-information .list-page .list-page__main .l-page-index .p-item a {
  display: flex;
  background-color: #fff;
  outline: none;
  border: 3px solid #F07B7E;
  transition: 0.3s;
  padding: 28px 62px 28px 30px;
  gap: 47px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-information .list-page .list-page__main .l-page-index .p-item a {
    flex-wrap: wrap;
    padding: 4.1vw 4.1vw 7.69vw 4.1vw;
    gap: 20px;
    justify-content: center;
  }
}
.page-information .list-page .list-page__main .l-page-index .p-item a:hover {
  outline: none;
  transition: 0.3s;
}
.page-information .list-page .list-page__main .l-page-index .p-item a::after {
  visibility: visible;
  background: url(../../../information/images/arrow_circle_pink.svg) no-repeat center/contain;
  border: none;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  position: absolute;
  z-index: 99;
  right: 17px;
  bottom: 17px;
  display: block;
  margin-top: -3px;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .page-information .list-page .list-page__main .l-page-index .p-item a::after {
    right: 11.5px;
    bottom: 10px;
    height: 19px;
    width: 19px;
  }
}
.page-information .list-page .list-page__main .l-page-index .p-item__photo.ph_sys {
  max-width: 504px;
  width: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .page-information .list-page .list-page__main .l-page-index .p-item__photo.ph_sys {
    width: 100%;
  }
}
.page-information .list-page .list-page__main .l-page-index .p-item__photo.ph_sys img {
  transition: 0.3s;
}
.page-information .list-page .list-page__main .l-page-index .p-item__info {
  width: 50%;
  margin-top: 21px;
  position: relative;
  z-index: 2;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-information .list-page .list-page__main .l-page-index .p-item__info {
    width: 100%;
    padding-right: 0;
    margin-top: 2vw;
  }
}
.page-information .list-page .list-page__main .l-page-index .p-item__information__title {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  padding-bottom: 16px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.33;
  border-bottom: 1px solid #F07B7E;
}
@media print, screen and (max-width: 760px) {
  .page-information .list-page .list-page__main .l-page-index .p-item__information__title {
    padding-bottom: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 3vw;
  }
}
.page-information .list-page .list-page__main .l-page-index .p-item__information__title.ceremonial {
  flex-wrap: wrap;
}
.page-information .list-page .list-page__main .l-page-index .p-item__information__title.ceremonial .ja {
  width: 100% !important;
}
.page-information .list-page .list-page__main .l-page-index .p-item__information__title.ceremonial .en {
  margin-top: 1vw;
  padding-left: 0;
}
.page-information .list-page .list-page__main .l-page-index .p-item__information__title span.ja {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.325;
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-information .list-page .list-page__main .l-page-index .p-item__information__title span.ja {
    word-break: keep-all;
    width: fit-content;
  }
}
@media print, screen and (max-width: 760px) {
  .page-information .list-page .list-page__main .l-page-index .p-item__information__title span.ja {
    font-size: 5.89vw;
  }
}
.page-information .list-page .list-page__main .l-page-index .p-item__information__title span.en {
  font-size: 14px;
  color: #F07B7E;
  padding-left: 23px;
  text-align: left;
}
.page-information .list-page .list-page__main .l-page-index .p-item__subtitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.9545454545;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-information .list-page .list-page__main .l-page-index .p-item__subtitle {
    font-size: 4.27vw;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 22px;
  }
}
.page-information .list-page .list-page__main .l-page-index .p-item.p-intro01 .p-item__information__title span.ja {
  width: 60%;
}

/*  会社概要ページ（company）
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .company-section {
    max-width: calc(1200px + 8%);
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    margin-top: 88px;
  }
}
.company-section:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .company-section:last-child {
    margin-bottom: 0;
  }
}

.company__container {
  max-width: 1200px;
  margin: 0 auto 74px;
  background-color: #fff;
  padding: 45px 100px 64px;
  border: 2px solid #F07B7E;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .company__container {
    padding: 9.23vw 5.89vw 7.69vw;
    margin: 0 5vw 15.89vw;
  }
}

.company-ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .company-ttl {
    padding-bottom: 3.07vw;
    margin-bottom: 6.15vw;
    font-size: 5.6vw;
  }
}
.company-ttl::after {
  position: absolute;
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background-color: #F07B7E;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (max-width: 760px) {
  .company-ttl::after {
    width: 8.7vw;
    height: 0.5vw;
  }
}

.company-profile {
  display: flex;
  gap: 30px;
  margin-bottom: 88px;
}
@media print, screen and (max-width: 760px) {
  .company-profile {
    display: block;
    margin-bottom: 16vw;
  }
}
@media print, screen and (max-width: 760px) {
  .company-profile:last-child {
    margin-bottom: 0;
  }
}
.company-profile__table {
  width: calc(50% - 15px);
}
@media print, screen and (max-width: 760px) {
  .company-profile__table {
    width: 100%;
  }
}
.company-profile__item {
  border-top: 1px solid #F07B7E;
  padding: 1.4em 0;
  display: flex;
  flex-flow: wrap;
  text-align: left;
  font-size: 1.5rem;
}
@media print, screen and (max-width: 760px) {
  .company-profile__item {
    padding: 1.2em 0;
    font-size: 3.84vw;
  }
}
.company-profile__item:first-child {
  border-top: none;
}
@media print, screen and (min-width: 761px) {
  .company-profile__item--sp-long {
    padding: 0;
    border-top: none;
  }
}
@media print, screen and (max-width: 760px) {
  .company-profile__item--sp-long {
    width: 100%;
    row-gap: 1.4em;
    display: grid;
    border-top: 1px solid #F07B7E !important;
  }
}
.company-profile__ttl {
  font-weight: 500;
  width: 142px;
}
@media print, screen and (max-width: 760px) {
  .company-profile__ttl {
    width: 20.76vw;
  }
}
.company-profile__content {
  font-weight: 400;
  flex: 1;
}

.company-access iframe {
  display: block;
  max-width: 952px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  margin: 0 auto 24px;
}
@media print, screen and (max-width: 760px) {
  .company-access iframe {
    max-height: 68.7vw;
    margin: 0 auto 5.12vw;
  }
}
.company-access p {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .company-access p {
    font-size: 3.84vw;
  }
}

.company-history__ttl {
  margin-bottom: 48px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .company-history__ttl {
    margin-bottom: 7.69vw;
    font-size: 3.84vw;
  }
}
.company-history__ttl span {
  margin-bottom: 13px;
  display: block;
  font-size: 5.3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: "hanken-grotesk", sans-serif;
  color: #F07B7E;
}
@media print, screen and (max-width: 760px) {
  .company-history__ttl span {
    margin-bottom: 3.33vw;
    font-size: 10.25vw;
  }
}
.company-history-table {
  font-size: 1.5rem;
}
@media print, screen and (max-width: 760px) {
  .company-history-table {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 761px) {
  .company-history-table table th,
.company-history-table table td {
    border-top: 1px solid #F07B7E;
    padding: 1.4em 0;
  }
}
@media print, screen and (max-width: 760px) {
  .company-history-table table th,
.company-history-table table td {
    display: block;
  }
}
.company-history-table table th {
  font-weight: 500;
  font-size: 3.2rem;
}
@media print, screen and (min-width: 761px) {
  .company-history-table table th {
    width: 95px;
    padding: 0.4em 0;
  }
}
@media print, screen and (max-width: 760px) {
  .company-history-table table th {
    padding: 0.6em 0 0.2em;
    border-top: 1px solid #F07B7E;
  }
}
@media print, screen and (max-width: 760px) {
  .company-history-table table td {
    padding-bottom: 1.8em;
  }
}
.company-history-table__inner {
  display: flex;
  gap: 4%;
}
@media print, screen and (max-width: 760px) {
  .company-history-table__inner {
    display: block;
  }
}
.company-history-table__list {
  font-weight: 400;
  display: grid;
  gap: 0.5em;
  font-size: 1.8rem;
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .company-history-table__list {
    width: 75%;
  }
}
@media print, screen and (max-width: 760px) {
  .company-history-table__list {
    font-size: 4.1vw;
  }
}
.company-history-table__list li {
  gap: 35px;
  display: grid;
}
@media print, screen and (max-width: 760px) {
  .company-history-table__list li {
    gap: 6.41vw;
  }
}
.company-history-table__list li time {
  display: block;
  text-align: right;
}
.company-history-table__img {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media print, screen and (min-width: 761px) {
  .company-history-table__img {
    width: 25%;
  }
}
@media print, screen and (max-width: 760px) {
  .company-history-table__img {
    margin-top: 4.61vw;
    gap: 4.35vw;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 760px) {
  .company-history-table__img img {
    margin-bottom: 1.53vw;
  }
}
.company-history-table__img figcaption {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4545454545;
}
@media print, screen and (max-width: 760px) {
  .company-history-table__img figcaption {
    font-size: 2.82vw;
  }
}

.company-history-img {
  height: fit-content;
  display: grid;
  gap: 18px;
}
@media print, screen and (max-width: 760px) {
  .company-history-img {
    display: none;
  }
}
.company-history-img__item {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}
.company-history-img img {
  margin-bottom: 6px;
}
.company-history-img figcaption {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4545454545;
}

/*  数字で見る
*----------------------------------- */
.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-number {
  /* 上からフェードイン */
  /* 下からフェードイン */
  /* 左からフェードイン */
  /* 右からフェードイン */
}
.page-number .l-main {
  padding-bottom: 195px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-main {
    padding-bottom: 21vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__header {
    margin-bottom: 6vw;
  }
}
.page-number .list-page__main {
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    margin-bottom: 23%;
  }
}
.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;
}

@media print, screen and (min-width: 761px) {
  .page-number .l-number {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 90%;
  }
}
.page-number .l-number ul {
  display: block;
}
.page-number .l-number ul li {
  margin-top: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li {
    margin-top: 6vw;
  }
}
.page-number .l-number ul li.--00 {
  margin-top: -5px;
  margin-bottom: 64px;
}
@media print, screen and (min-width: 761px) {
  .page-number .l-number ul li.--00 {
    width: 1267px;
    left: -67px;
    position: relative;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--00 {
    margin-top: 8.5vw;
    margin-bottom: 7vw;
  }
}
.page-number .l-number ul li.--01 {
  margin-top: 75px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--01 {
    margin-top: 11.5vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--01 .p-image.p01-02 {
    margin-top: 7.7vw;
  }
}
.page-number .l-number ul li.--02-03 {
  display: flex;
  margin-top: 47px;
  gap: 27.5px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--02-03 {
    margin-top: 6.8vw;
  }
}
.page-number .l-number ul li.--02-03 .p-image.p02 {
  width: 39%;
  margin-top: -26px;
  margin-left: -7px;
}
.page-number .l-number ul li.--02-03 .p-image.p03 {
  width: 63.5%;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--02 {
    margin-top: 8.4vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--03 {
    width: 95.9%;
    margin: 0 auto;
    margin-top: 6.4vw;
    margin-left: 5px;
  }
}
.page-number .l-number ul li.--04-05 {
  display: flex;
  margin-top: 47px;
  gap: 38px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--04-05 {
    margin-top: 6.8vw;
  }
}
.page-number .l-number ul li.--04-05 .p-image.p04 {
  width: 37%;
}
.page-number .l-number ul li.--04-05 .p-image.p05 {
  width: 63%;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--04 {
    margin-top: 8.3vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--05 {
    margin-top: 6.8vw;
  }
}
.page-number .l-number ul li.--06 {
  margin-top: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--06 {
    margin-top: 7.9vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-number .l-number ul li.--07-08 {
    display: flex;
    gap: 51px;
    margin-top: 43px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--07-08 {
    margin-top: 10.8vw;
  }
}
.page-number .l-number ul li.--07-08 .p-image.p07 {
  width: calc(50% - 25px);
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--07-08 .p-image.p07 {
    width: 100%;
  }
}
.page-number .l-number ul li.--07-08 .p-image.p08 {
  width: calc(50% - 26px);
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--07-08 .p-image.p08 {
    width: 105.7%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--07 {
    margin-top: 7.5vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--08 {
    margin-top: 8.3vw;
  }
}
.page-number .l-number ul li.--09-10 {
  margin-top: 47px;
}
@media print, screen and (min-width: 761px) {
  .page-number .l-number ul li.--09-10 {
    display: flex;
    gap: 51px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--09-10 {
    margin-top: 6.4vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--09-10 .p-image.p9 {
    margin-top: 5.4vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--09-10 .p-image.p10 {
    margin-top: 5.3vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--09 {
    margin-top: 9.8vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--10 {
    margin-top: 9.1vw;
  }
}
.page-number .l-number ul li.--11 {
  margin-top: 53px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--11 {
    margin-top: 9.1vw;
  }
}
.page-number .l-number ul li.--12 {
  margin-top: 59px;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul li.--12 {
    margin-top: 10.1vw;
  }
}

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