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

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

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

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

中面 common (TOP以外)

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

/*  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;
  z-index: 1;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}
.list-page__main.wide {
  max-width: 100%;
  padding: 0;
}
.list-page__main.wide .l-section__container {
  margin-left: auto;
  margin-right: auto;
}

@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%;
  }
}

/*  page-cmn
*----------------------------------- */
.page-cmn {
  position: relative;
}
.page-cmn:before, .page-cmn:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
}
.page-cmn:before {
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  background: url("../images/cmn/bg.png") 50% 31px no-repeat;
  transform: translateX(-3.1%);
  background-size: 1440px;
  background-attachment: fixed;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-cmn:before {
    background: url("../images/cmn/sp/bg.png") center -2.0512820513dvw no-repeat;
    background-size: 100svh auto;
    background-attachment: fixed;
    transform: translateX(0);
  }
}
.page-cmn:after {
  position: absolute;
  background: url("../images/cmn/page_bg.png") left bottom no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-cmn:after {
    width: 463px;
    height: 447px;
    background-size: 546px auto;
  }
}
@media (max-width: 767px) {
  .page-cmn:after {
    background-image: url("../images/cmn/sp/page_bg.png");
    width: 34.1025641026dvw;
    height: 74.8717948718dvw;
    background-size: 63.5897435897dvw auto;
  }
}
.page-cmn .list-page__header {
  background: #00002B;
}
.page-cmn .list-page__header__container {
  z-index: 2;
  position: relative;
}
.page-cmn .other-link {
  border-top: 2px solid #448031;
  margin: 0;
}
.page-cmn .other-link__wrap {
  border: none;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  padding-left: 4%;
  padding-right: 4%;
  background: #FBFBF8;
}
@media (max-width: 767px) {
  .page-cmn .other-link__wrap {
    padding-left: 5.1282051282dvw;
    padding-right: 5.1282051282dvw;
  }
}
@media (max-width: 767px) {
  .page-cmn .other-link__ttl {
    margin-bottom: 9.2307692308dvw;
  }
}
@media (max-width: 767px) {
  .page-cmn .other-link__ttl span {
    margin-bottom: 3.0769230769dvw;
    letter-spacing: 0.05em;
  }
}

/*  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 #1D65DE;
}
.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: #AFAFAF;
}
@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: "montserrat", sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #1D65DE;
}
@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 #1D65DE;
}
@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 #1D65DE;
  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: #FF2284;
}
@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: "montserrat", 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 #FF2284;
}
@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: #FF2284;
}
@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 #FF2284;
  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: "montserrat", 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: #FF2284;
}
@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: #FF2284;
}
.page-message .l-profile__info {
  background: rgba(175, 175, 175, 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: #FF2284;
}
@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: #FF2284;
}
.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: #1D65DE;
}
@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: #FF2284;
}
.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: #FF2284;
}
.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: #FF2284;
  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: #FF2284;
}
.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: "montserrat", sans-serif;
  color: #1D65DE;
  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(175, 175, 175, 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: #FF2284;
}
@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: #FF2284;
}
.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: #1D65DE;
  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-business .l-business {
  max-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: #FF2284;
}
.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: #FF2284;
  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%;
  margin-top: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: 90%;
    margin-top: 17vw;
  }
}
.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 {
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number {
    width: 100%;
  }
}
.page-number .l-number ul .flex {
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-number .l-number ul .flex {
    flex-wrap: wrap;
  }
}

.page-number::before {
  display: none;
}
@media print, screen and (min-width: 761px) {
  .page-number::after {
    top: -44px;
  }
}

/*  ギャラリー
*----------------------------------- */
.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:after {
  display: none;
}

@media print, screen and (min-width: 761px) {
  .page-policy .list-page__list {
    max-width: calc(1080px + 8%);
    padding: 0 4%;
    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;
  line-height: 1.6;
}
@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: #448031;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-policy .l-policy .l-list__title {
    font-size: 4.8vw;
  }
}

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

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

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

/*  部署・職種紹介 introduction
*----------------------------------- */
.page-introduction::before {
  display: none;
}
.page-introduction .l-main {
  padding-bottom: 49px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .l-main {
    padding-bottom: 1.3vw;
  }
}
.page-introduction .other-link__wrap {
  border-top: none;
}

.l-introduction-mv {
  position: relative;
}
.l-introduction-mv__body {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 46px;
  left: 0;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-mv__body {
    bottom: 6.2vw;
  }
}
.l-introduction-mv__en {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 128px;
  color: #fff;
  line-height: 0.85;
  letter-spacing: 0.6rem;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-mv__en {
    font-size: 19.49vw;
    margin-bottom: 2.8vw;
    letter-spacing: 0.3rem;
  }
}
.l-introduction-mv__ttl {
  margin-top: 26px;
  background-color: #fff;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-mv__ttl {
    margin-top: 0;
  }
}
.l-introduction-mv__ttl span {
  font-size: 54px;
  line-height: 0.85;
  font-weight: 700;
  background: #FF2284;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 15px 20px 14px 16px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-mv__ttl span {
    font-size: 6.15vw;
    padding: 2vw 1.7vw;
  }
}
.l-introduction-mv__txt {
  margin-top: 8px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.59;
  text-align: center;
  filter: drop-shadow(0px 3px 13px #810D41);
}
@media print, screen and (max-width: 760px) {
  .l-introduction-mv__txt {
    margin-top: 3vw;
    font-size: 5.9vw;
    line-height: 1.268;
  }
}

.generalist-schedule {
  margin-bottom: 167px;
  max-width: calc(1200px + 8%);
}
@media print, screen and (min-width: 761px) {
  .generalist-schedule {
    padding: 0 4%;
    margin: 96px auto 3vw;
  }
}
@media print, screen and (max-width: 760px) {
  .generalist-schedule {
    margin: 24vw auto 3vw;
  }
}
.generalist-schedule_subtit {
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  color: #FFCDB9;
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 760px) {
  .generalist-schedule_subtit {
    font-size: 5.38vw;
  }
}
.generalist-schedule_tit {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #FF6121;
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .generalist-schedule_tit {
    font-size: 7.69vw;
    margin-top: 4.4vw;
  }
}
.generalist-schedule-list {
  margin-top: 20px;
}
.generalist-schedule__box {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 68px 74px 54px 67px;
  border: 2px solid #FF6121;
  border-radius: 30px;
  display: grid;
  gap: 35px;
  align-items: start;
  background: #fff;
}
@media print, screen and (min-width: 760px) {
  .generalist-schedule__box {
    grid-template-columns: auto 35.87%;
    margin: 56px auto 3px;
  }
}
@media print, screen and (max-width: 760px) {
  .generalist-schedule__box {
    gap: 12vw;
    padding: 5vw 6vw 13.3vw;
    max-width: 90vw;
    margin: 8vw 5vw 3vw;
  }
}

.generalist-schedule-list ul {
  display: grid;
  gap: 3px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .generalist-schedule-list ul {
    gap: 1.0256410256dvw;
  }
}
.generalist-schedule-list ul::before {
  position: absolute;
  top: -12px;
  left: 21px;
  display: block;
  width: 2px;
  height: calc(100% + 6px + 18px);
  background-color: #707070;
  content: "";
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .generalist-schedule-list ul::before {
    top: -1.5384615385dvw;
    left: 5.3846153846dvw;
    width: 0.5128205128dvw;
    height: calc(100% + 1.5384615385dvw + 2.3076923077dvw);
  }
}
.generalist-schedule-list li {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 23px;
  align-items: center;
  background-color: #FFECE5;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 15.8px 10px 12px 49.4px;
  position: relative;
  letter-spacing: 0.03em;
}
@media print, screen and (max-width: 760px) {
  .generalist-schedule-list li {
    padding: 3.1vw 2vw 3.2vw 11vw;
    gap: 3vw;
    font-size: 3.8vw;
  }
}
.generalist-schedule-list li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FF6121;
  content: "";
  z-index: 2;
}
@media print, screen and (max-width: 760px) {
  .generalist-schedule-list li::before {
    left: 4.1025641026dvw;
    width: 3.0769230769dvw;
    height: 3.0769230769dvw;
  }
}
.generalist-schedule-list li.gray {
  background-color: #F4F4F4;
}
.generalist-schedule-list li time {
  width: 2.5em;
  display: block;
  text-align: right;
}
.generalist-schedule-list li p {
  text-align: left;
}

.generalist-schedule-img {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .generalist-schedule-img {
    gap: 2.5vw;
    padding: 0 1vw;
  }
}

.l-introduction-item {
  max-width: calc(1200px + 8%);
  margin: 120px auto 125px;
  display: flex;
  gap: 59px;
  align-items: flex-start;
}
@media print, screen and (min-width: 761px) {
  .l-introduction-item {
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .l-introduction-item {
    margin: 16.2vw auto 27vw;
    width: 90vw;
    gap: 8vw;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.l-introduction-item_img {
  width: 45%;
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-item_img {
    width: 100%;
    gap: 3vw;
  }
}
.l-introduction-item_text {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-item_text {
    width: 100%;
  }
}
.l-introduction-item_text01 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 26px;
  color: #FF6121;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-item_text01 {
    font-size: 6.41vw;
    text-align: center;
    margin-bottom: 7.9vw;
  }
}
.l-introduction-item_text02 {
  font-size: 16px;
  line-height: 2.13;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-item_text02 {
    font-size: 3.8vw;
    line-height: 2.1;
  }
}

.l-introduction-welcome {
  background-image: linear-gradient(90deg, #ff2284, #ff6121 100%);
}
.l-introduction-welcome_area {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 72px 4% 58px;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-welcome_area {
    padding: 17.4vw 5vw 20.7vw;
  }
}
.l-introduction-welcome_tit {
  text-align: center;
  color: #fff;
  font-size: 37px;
  font-weight: 600;
  border-bottom: 6px solid #fff;
  padding-bottom: 27px;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-welcome_tit {
    font-size: 8.46vw;
    line-height: 1.3;
  }
}
.l-introduction-welcome_list {
  display: flex;
  justify-content: center;
  gap: 47.3px;
  margin: 41px auto 0;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-welcome_list {
    flex-wrap: wrap;
    margin: 9vw auto 0;
    gap: 0;
  }
}
.l-introduction-welcome ul {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-welcome ul {
    font-size: 5.13vw;
    width: 100%;
  }
}
.l-introduction-welcome ul li {
  position: relative;
  margin-bottom: 27px;
  padding-left: 39px;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-welcome ul li {
    margin-bottom: 4vw;
    padding-left: 10.1vw;
    line-height: 1.4;
  }
}
.l-introduction-welcome ul li::before {
  position: absolute;
  inset: 0;
  background: url("../images/cmn/check.svg") center/contain no-repeat;
  display: block;
  width: 27.72px;
  height: 26.77px;
  margin: auto;
  content: "";
  right: auto;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-welcome ul li::before {
    width: 7.11vw;
    height: 6.86vw;
    top: -7vw;
  }
}

.l-introduction-while {
  background: #F6F6F7;
  text-align: center;
}
.l-introduction-while-area {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 112px 4% 110px;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-while-area {
    padding: 23.1vw 5vw 25vw;
  }
}
.l-introduction-while_subtit {
  text-transform: uppercase;
  font-size: 23px;
  color: #F9B4D2;
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-while_subtit {
    font-size: 5.38vw;
  }
}
.l-introduction-while_tit {
  font-size: 36px;
  font-weight: 600;
  color: #FF2284;
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-while_tit {
    font-size: 7.69vw;
  }
}
.l-introduction-while_item {
  margin-top: 68px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media print, screen and (max-width: 760px) {
  .l-introduction-while_item {
    margin-top: 9vw;
    gap: 5.1vw;
  }
}
.l-introduction-while_text {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #9EABD5;
  font-size: 22px;
  padding: 29px;
  line-height: 1.55;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 761px) {
  .l-introduction-while_text {
    min-height: 129px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-introduction-while_text {
    font-size: 4.1vw;
    padding: 7vw 4.5vw;
    line-height: 1.85;
    text-align: left;
  }
}
.l-introduction-while_text span {
  color: #FF2184;
  font-weight: 600;
}

.photo-gallery {
  margin: 164px auto 40px;
  position: relative;
}
@media print, screen and (max-width: 761px) {
  .photo-gallery {
    padding: 17.4358974359dvw 0 4.6153846154dvw;
    margin: 13.7vw auto 40px;
  }
}
.photo-gallery__ttl {
  margin-bottom: 94px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media print, screen and (max-width: 761px) {
  .photo-gallery__ttl {
    margin-bottom: 11.1vw;
    font-size: 4.2vw;
    line-height: 1.3;
  }
}
.photo-gallery__ttl::before {
  position: absolute;
  top: -29%;
  left: 50%;
  content: "PHOTO GALLERY";
  font-family: "montserrat", sans-serif;
  color: #F2F2F2;
  z-index: -1;
  font-size: 133px;
  letter-spacing: 0.2rem;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 760px) {
  .photo-gallery__ttl::before {
    text-wrap-mode: nowrap;
  }
}
@media print, screen and (max-width: 761px) {
  .photo-gallery__ttl::before {
    content: "PHOTO\aGALLERY";
    font-size: 15.4vw;
    top: 18%;
  }
}

.photo-gallery-slider__item {
  margin: 0 12.5px;
  width: 765px;
}
@media print, screen and (max-width: 761px) {
  .photo-gallery-slider__item {
    margin: 0 2.5641025641dvw;
    width: 89.7435897436dvw;
  }
}

.photo-gallery-bottom {
  margin-top: 50px;
  position: relative;
}
@media print, screen and (max-width: 761px) {
  .photo-gallery-bottom {
    margin-top: 6.1538461538dvw;
  }
}
@media print, screen and (min-width: 760px) {
  .photo-gallery-bottom__link {
    position: absolute;
    top: 50%;
    left: calc(50% - 7px);
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 761px) {
  .photo-gallery-bottom__link {
    margin: 5.1282051282dvw auto 0;
    width: fit-content;
  }
}
.photo-gallery-bottom__link a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
}
@media print, screen and (max-width: 761px) {
  .photo-gallery-bottom__link a {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    left: -12vw;
  }
}
.photo-gallery-bottom__link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 96px);
  transform: translate(-50%, 0%);
  display: block;
  margin: auto;
  width: 86px;
  height: 1px;
  background-color: #1e1e1e;
  content: "";
}
@media print, screen and (max-width: 761px) {
  .photo-gallery-bottom__link a::before {
    left: calc(100% + 14vw);
    width: 22.0512820513dvw;
  }
}

.photo-gallery-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19.7px;
  left: calc(50% - 98px);
  transform: translate(-50%, 0%);
  position: relative;
}
@media print, screen and (max-width: 761px) {
  .photo-gallery-arrow {
    display: none;
  }
}
.photo-gallery-arrow button {
  margin: 0;
  position: relative;
  inset: 0;
  width: 61.5px;
  height: 61.5px;
  box-sizing: border-box;
  transform: none;
}
.photo-gallery-arrow button.slick-prev::before {
  transform: rotate(-135deg) translate(-2px, 2px);
}

@media print, screen and (min-width: 760px) {
  .photo-gallery-dots {
    display: none;
  }
}
.photo-gallery-dots .slick-dots {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 2.5641025641dvw;
}
.photo-gallery-dots .slick-dots li,
.photo-gallery-dots .slick-dots button {
  margin: 0 !important;
  width: 2.8205128205dvw;
  height: 2.8205128205dvw;
}
.photo-gallery-dots .slick-dots li {
  background-color: #cecece;
}
.photo-gallery-dots .slick-dots li.slick-active {
  background-color: #FF2284;
}

.worth-while {
  margin-bottom: 125px;
}
@media print, screen and (min-width: 760px) {
  .worth-while {
    padding: 0 20px;
  }
}
@media print, screen and (max-width: 761px) {
  .worth-while {
    margin: 0 5.1282051282dvw 22.0512820513dvw;
  }
}
.worth-while__ttl {
  margin-bottom: 39px;
  text-align: center;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 761px) {
  .worth-while__ttl {
    font-size: 24px;
    font-size: 6.1538461538dvw;
  }
}
.worth-while__ttl span {
  margin-top: 20px;
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "montserrat", sans-serif;
  letter-spacing: 0.03em;
  color: #FF2284;
}
@media print, screen and (max-width: 761px) {
  .worth-while__ttl span {
    margin-top: 3.5897435897dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.worth-while ul {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  gap: 34px;
}
@media print, screen and (max-width: 761px) {
  .worth-while ul {
    gap: 8.7179487179dvw;
  }
}
.worth-while ul li {
  padding: 33px 80px;
  background-color: #f8e2e6;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2.25;
  position: relative;
  margin-left: 16.88px;
  border-radius: 10px;
}
@media print, screen and (max-width: 761px) {
  .worth-while ul li {
    padding: 8.2051282051dvw 7.1794871795dvw 9.2307692308dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
    line-height: 2;
  }
}
.worth-while ul li::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 10px 17px 10px 0;
  border-color: transparent #FFEDED transparent transparent;
  left: -16.88px;
  top: calc(50% - 8.44px);
}

.introduction-link {
  padding: 51px 20px 70px;
  background-color: #151B2F;
  border-bottom: #448031 2px solid;
}
@media print, screen and (max-width: 761px) {
  .introduction-link {
    padding: 13vw 5.1282051282dvw 17.9487179487dvw;
  }
}
.introduction-link__ttl {
  margin-bottom: 41px;
  text-align: center;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
@media print, screen and (max-width: 761px) {
  .introduction-link__ttl {
    margin-bottom: 18vw;
    font-size: 7.7vw;
  }
}
.introduction-link__ttl span {
  margin-top: 18px;
  font-weight: 900;
  display: block;
  line-height: 1;
  font-size: 23px;
  margin-bottom: 18px;
  font-family: "montserrat", sans-serif;
  letter-spacing: 0.03em;
  color: #5E6270;
}
@media print, screen and (max-width: 761px) {
  .introduction-link__ttl span {
    margin-top: 3.5897435897dvw;
    font-size: 5.5vw;
    margin-bottom: 4.2vw;
  }
}

.introduction-link-list {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: 47px;
  text-align: center;
}
@media print, screen and (min-width: 760px) {
  .introduction-link-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (max-width: 761px) {
  .introduction-link-list {
    gap: 13vw;
  }
}
.introduction-link-list figure {
  margin-bottom: 18px;
  position: relative;
}
@media print, screen and (max-width: 761px) {
  .introduction-link-list figure {
    margin-bottom: 2.8vw;
  }
}
.introduction-link-list figure::before {
  position: absolute;
  right: 13px;
  bottom: 11px;
  z-index: 2;
  display: block;
  margin: auto;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/cmn/arrow_circle.svg") center/contain no-repeat;
}
@media print, screen and (max-width: 761px) {
  .introduction-link-list figure::before {
    right: 3.3333333333dvw;
    bottom: 2.8205128205dvw;
    width: 6.1538461538dvw;
    height: 6.1538461538dvw;
  }
}
.introduction-link-list span {
  margin-bottom: 7px;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "montserrat", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
}
@media print, screen and (max-width: 761px) {
  .introduction-link-list span {
    font-size: 4.2vw;
    line-height: 1.6;
    margin-bottom: 2.8vw;
  }
}
.introduction-link-list p {
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (max-width: 761px) {
  .introduction-link-list p {
    font-size: 5.4vw;
  }
}

.introduction-link .introduction01 p {
  color: #FF2284;
}
.introduction-link .introduction02 p {
  color: #1D65DE;
}
.introduction-link .introduction03 p {
  color: #48E523;
}
.introduction-link .introduction04 p {
  color: #762ED8;
}

.page-introduction01 .introduction01 {
  display: none;
}

.page-introduction02 .introduction02 {
  display: none;
}

.page-introduction03 .introduction03 {
  display: none;
}

.page-introduction04 .introduction04 {
  display: none;
}

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