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

/*  部署・職種紹介 introduction
*----------------------------------- */
.page-introduction::before {
  display: none;
}
.page-introduction.page-cmn:after {
  z-index: 1;
}
.page-introduction .l-main {
  position: relative;
  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;
  }
}
@media print, screen and (max-width: 760px) {
  .l-introduction-welcome ul li.lineone::before {
    top: 0;
  }
}

.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 .introduction04 p {
  color: #FF2284;
}
.introduction-link .introduction02 p {
  color: #1D65DE;
}
.introduction-link .introduction01 p {
  color: #48E523;
}
.introduction-link .introduction03 p {
  color: #762ED8;
}

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

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

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

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

.page-introduction02 .l-introduction-mv__ttl span {
  background-color: #1D65DE;
}
.page-introduction02 .l-introduction-mv__txt {
  filter: drop-shadow(0px 3px 13px #1D65DE);
}
.page-introduction02 .l-introduction-item_text01 {
  color: #1D65DE;
}
.page-introduction02 .l-introduction-welcome {
  background-image: linear-gradient(180deg, #BAD0F4 0%, #1c65de 100%);
}
.page-introduction02 .l-introduction-while_subtit.en {
  color: #BAD0F4;
}
.page-introduction02 .l-introduction-while_tit {
  color: #1D65DE;
}
.page-introduction02 .l-introduction-while_text span {
  color: #1D65DE;
}
.page-introduction02 .generalist-schedule_subtit {
  color: #BAD0F4;
}
.page-introduction02 .generalist-schedule_tit {
  color: #1D65DE;
}
.page-introduction02 .generalist-schedule__box {
  border-color: #1D65DE;
}
.page-introduction02 .generalist-schedule-list li {
  background: #f8fafe;
}
.page-introduction02 .generalist-schedule-list li.gray {
  background: #F4F4F4;
}
.page-introduction02 .generalist-schedule-list li::before {
  background: #1D65DE;
}

.page-introduction01 .l-introduction-mv__ttl span {
  background-color: #448031;
}
.page-introduction01 .l-introduction-mv__txt {
  filter: drop-shadow(0px 3px 13px #448031);
}
.page-introduction01 .l-introduction-item_text01 {
  color: #448031;
}
.page-introduction01 .l-introduction-welcome {
  background-image: linear-gradient(180deg, #448031 0%, #47e522 100%);
}
.page-introduction01 .l-introduction-while_subtit.en {
  color: #B3C5AE;
}
.page-introduction01 .l-introduction-while_tit {
  color: #448031;
}
.page-introduction01 .l-introduction-while_text span {
  color: #448031;
}
.page-introduction01 .generalist-schedule_subtit {
  color: #B3C5AE;
}
.page-introduction01 .generalist-schedule_tit {
  color: #448031;
}
.page-introduction01 .generalist-schedule__box {
  border-color: #448031;
}
.page-introduction01 .generalist-schedule-list li {
  background: #edfce9;
}
.page-introduction01 .generalist-schedule-list li.gray {
  background: #F4F4F4;
}
.page-introduction01 .generalist-schedule-list li::before {
  background: #448031;
}

.page-introduction03 .l-introduction-mv__ttl span {
  background-color: #762ED8;
}
.page-introduction03 .l-introduction-mv__txt {
  filter: drop-shadow(0px 3px 13px #762ED8);
}
.page-introduction03 .l-introduction-item_text01 {
  color: #762ED8;
}
.page-introduction03 .l-introduction-welcome {
  background-image: linear-gradient(180deg, #1d65de 0%, #762ed8 100%);
}
.page-introduction03 .l-introduction-while_subtit.en {
  color: #C3ADE0;
}
.page-introduction03 .l-introduction-while_tit {
  color: #762ED8;
}
.page-introduction03 .l-introduction-while_text span {
  color: #762ED8;
}
.page-introduction03 .generalist-schedule_subtit {
  color: #C3ADE0;
}
.page-introduction03 .generalist-schedule_tit {
  color: #762ED8;
}
.page-introduction03 .generalist-schedule__box {
  border-color: #762ED8;
}
.page-introduction03 .generalist-schedule-list li {
  background: #f0e9f7;
}
.page-introduction03 .generalist-schedule-list li.gray {
  background: #F4F4F4;
}
.page-introduction03 .generalist-schedule-list li::before {
  background: #762ED8;
}

.page-introduction .list-page .list-page__main {
  max-width: calc(1200px + 8%);
  width: 100% !important;
}
@media print, screen and (min-width: 761px) {
  .page-introduction .list-page .list-page__main {
    padding: 0 4%;
  }
}
.page-introduction .list-page .l-page-index {
  width: 100% !important;
}
.page-introduction .list-page .l-page-index__containers {
  padding: 70px 95px 95px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .l-page-index__containers {
    padding: 10vw 5vw;
  }
}
.page-introduction .list-page .l-page-index__containers .lead_box {
  text-align: center;
  margin-bottom: 75px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .l-page-index__containers .lead_box {
    margin-bottom: 10vw;
  }
}
.page-introduction .list-page .l-page-index__containers .lead_box h2 {
  font-size: 35px;
  font-weight: bold;
  color: #FF2284;
  word-break: keep-all;
  margin-bottom: 25px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .l-page-index__containers .lead_box h2 {
    font-size: 7vw;
    margin-bottom: 5vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .l-page-index__containers .lead_box .text {
    text-align: left;
    font-size: 3.5vw;
  }
}
.page-introduction .list-page .l-page-index__containers .p-item_list {
  margin-bottom: 30px;
  position: relative;
}
.page-introduction .list-page .l-page-index__containers .p-item_list:last-child {
  margin-bottom: 0;
}
.page-introduction .list-page .l-page-index__containers .p-item_list a {
  border: 2px solid #707070;
  border-radius: 30px;
  padding: 34px 30px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .l-page-index__containers .p-item_list a {
    padding: 6vw 5vw 6vw;
  }
}
.page-introduction .list-page .l-page-index__containers .p-item__photo {
  width: 43%;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .l-page-index__containers .p-item__photo {
    width: 100%;
    order: 2;
    margin: 5vw 0 0;
  }
}
.page-introduction .list-page .l-page-index__containers .p-item__info {
  width: 52%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .l-page-index__containers .p-item__info {
    width: 100%;
    order: 1;
  }
}
.page-introduction .list-page .l-page-index__containers .p-item__info .num {
  position: absolute;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 600;
  font-size: 200px;
  line-height: 0.8;
  color: #F7F7F7;
  right: 0;
  top: 0;
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .l-page-index__containers .p-item__info .num {
    font-size: 30vw;
    right: -3vw;
    top: -3vw;
  }
}
.page-introduction .list-page .l-page-index__containers .p-item__info .wrapper {
  width: 100%;
}
.page-introduction .list-page .l-page-index__containers .p-item__info .wrapper .p-item__title {
  font-size: 30px;
  font-weight: bold;
  color: #FF2284;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .l-page-index__containers .p-item__info .wrapper .p-item__title {
    font-size: 6vw;
    margin-bottom: 0;
    line-height: 1.4;
  }
}
.page-introduction .list-page .l-page-index__containers .p-item__info .wrapper .p-item__text {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #fff;
  background: #111;
  width: fit-content;
  padding: 6px;
}
@media print, screen and (max-width: 760px) {
  .page-introduction .list-page .l-page-index__containers .p-item__info .wrapper .p-item__text {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(1) a {
  border: 2px solid #448031;
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(1) .p-item__title {
  color: #448031;
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(1) .p-item__text {
  background-image: linear-gradient(90deg, #47e522 0%, #448031 100%);
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(2) a {
  border: 2px solid #1D65DE;
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(2) .p-item__title {
  color: #1D65DE;
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(2) .p-item__text {
  background-image: linear-gradient(90deg, #BAD0F4 0%, #1c65de 100%);
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(3) a {
  border: 2px solid #762ED8;
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(3) .p-item__title {
  color: #762ED8;
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(3) .p-item__text {
  background-image: linear-gradient(90deg, #1d65de 0%, #762ed8 100%);
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(4) a {
  border: 2px solid #FF2284;
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(4) .p-item__title {
  color: #FF2284;
}
.page-introduction .list-page .l-page-index__containers .p-item_list:nth-child(4) .p-item__text {
  background-image: linear-gradient(90deg, #ff2284, #ff6121 100%);
}

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