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

colors setting

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

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

×：$black
◯：$dark-text

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

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

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

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

cmn

------------------------------------ */
.page-top .p-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 20px;
}
.page-top .p-header__title {
  font-size: 47px;
  line-height: 1;
  color: #004498;
}
.page-top .p-header__subtitle {
  font-size: 16px;
  margin-top: 4px;
}
.page-top .p-header__text {
  font-size: 15px;
  margin-top: 10px;
}

.page-top .l-main {
  padding-bottom: 0;
}

.page-top .more_button a {
  padding: 10px 0;
}
.page-top .more_button span {
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  font-family: "poppins", sans-serif;
  color: #101010;
  position: relative;
  padding-right: 43px;
}
@media print, screen and (max-width: 760px) {
  .page-top .more_button span {
    font-size: 4.1vw;
    padding-right: 10vw;
    padding-top: 1vw;
  }
}
.page-top .more_button span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 33px;
  height: 33px;
  background-color: #101010;
  mask: url(../images/cmn/circle_arrow.svg) center/contain no-repeat;
  -webkit-mask: url(../images/cmn/circle_arrow.svg) center/contain no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-top .more_button span::before {
    width: 7vw;
    height: 7vw;
  }
}

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

l-〇〇

------------------------------------ */
.page-top .l-〇〇__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-〇〇__container {
    width: auto;
  }
}

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

topvisual

------------------------------------ */
.page-top .l-visual {
  position: relative;
  width: 100vw;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual {
    height: 50.6944444444vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual {
    height: 166.6666666667vw;
  }
}
.page-top .l-visual__container {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__container {
    max-height: 50.6944444444vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__container {
    height: 166.6666666667vw;
  }
}
.page-top .l-visual__photo {
  position: absolute;
  width: 17.7083333333vw;
  height: 23.9583333333vw;
  border-radius: 10px;
  overflow: hidden;
  background: #004498;
  opacity: 0;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__photo {
    border-radius: 6px;
    width: 27.6923076923vw;
    height: 34.6153846154vw;
  }
}
.page-top .l-visual__photo.visible {
  opacity: 1;
}
.page-top .l-visual__photo.photo01 {
  top: 8.3333333333vw;
  left: 9.375vw;
  background: #FF0084;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__photo.photo01 {
    top: 17.9487179487vw;
    left: 14.1025641026vw;
  }
}
.page-top .l-visual__photo.photo02 {
  top: -2.0833333333vw;
  left: 27.4305555556vw;
  background: #004498;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__photo.photo02 {
    top: 12.8205128205vw;
    left: 42.5641025641vw;
  }
}
.page-top .l-visual__photo.photo03 {
  top: 22.2222222222vw;
  left: 27.4305555556vw;
  background: #FFF302;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__photo.photo03 {
    background: #FF0033;
    top: 53.3333333333vw;
    left: 14.1025641026vw;
  }
}
.page-top .l-visual__photo.photo04 {
  top: 2.7777777778vw;
  left: 45.4861111111vw;
  background: #16F300;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__photo.photo04 {
    background: #F78A94;
    top: 20.5128205128vw;
    left: 71.0256410256vw;
  }
}
.page-top .l-visual__photo.photo05 {
  top: 27.0833333333vw;
  left: 45.4861111111vw;
  background: #FF5900;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__photo.photo05 {
    background: #16F300;
    top: 48.2051282051vw;
    left: 42.5641025641vw;
  }
}
.page-top .l-visual__photo.photo06 {
  top: 6.25vw;
  left: 63.5416666667vw;
  background: #FF0033;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__photo.photo06 {
    background: #FFF302;
    top: 88.7179487179vw;
    left: 14.1025641026vw;
  }
}
.page-top .l-visual__photo.photo07 {
  top: 30.5555555556vw;
  left: 63.5416666667vw;
  background: #8556E3;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__photo.photo07 {
    top: 55.8974358974vw;
    left: 71.0256410256vw;
  }
}
.page-top .l-visual__photo.photo08 {
  top: 4.8611111111vw;
  left: 81.5972222222vw;
  background: #F78A94;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__photo.photo08 {
    background: #FF5900;
    top: 83.5897435897vw;
    left: 42.5641025641vw;
  }
}
.page-top .l-visual__photo.photo09 {
  top: 29.1666666667vw;
  left: 81.5972222222vw;
  background: #26D2CA;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__photo.photo09 {
    top: 91.2820512821vw;
    left: 71.0256410256vw;
  }
}
.page-top .l-visual__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .l-visual__catch {
  position: absolute;
  z-index: -1;
  top: 5.2430555556vw;
  left: -0.1388888889vw;
  width: 9.0277777778vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__catch {
    top: 12.8205128205vw;
    left: -0.2564102564vw;
    width: 12.8205128205vw;
  }
}
.page-top .l-visual__title {
  position: absolute;
  bottom: 35px;
  left: 11.25vw;
  width: 40.5555555556vw;
  opacity: 0;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__title {
    bottom: auto;
    top: 113.3333333333vw;
    left: 1.7179487179vw;
    width: 81.2820512821vw;
  }
}
.page-top .l-visual__title.visible {
  opacity: 1;
}
.page-top .l-visual .p-item {
  position: absolute;
  z-index: 1000;
  bottom: 35px;
  right: 0;
  background: #fff;
  width: 630px;
  border-radius: 50px 0 0 50px;
  border: 1px solid #101010;
  border-right: none;
  text-align: left;
  opacity: 0;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item {
    bottom: 7vw;
    right: 0;
    width: 95vw;
  }
}
.page-top .l-visual .p-item.visible {
  opacity: 1;
}
.page-top .l-visual .p-item a {
  display: block;
  padding: 12px 25px 12px 19px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item a {
    padding: 3vw 2.5vw 3vw 7vw;
  }
}
.page-top .l-visual .p-item__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item__inner {
    flex-wrap: wrap;
    gap: 1.4vw 0;
  }
}
.page-top .l-visual .p-item__catch {
  width: 80px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #101010;
  margin-bottom: -5px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item__catch {
    font-size: 4.9vw;
    width: 18%;
  }
}
.page-top .l-visual .p-item__post-title {
  width: calc(100% - 80px);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  -webkit-line-clamp: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item__post-title {
    font-size: 3.8vw;
    width: 100%;
  }
}

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

l-concept

------------------------------------ */
.page-top .l-concept {
  padding-top: 120px;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept {
    padding-top: 6vw;
    margin-bottom: 10vw;
  }
}
.page-top .l-concept__container {
  position: relative;
  width: 100vw;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-concept__container {
    padding-left: 12.1527777778vw;
    padding-right: 12.1527777778vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__container {
    padding-left: 5vw;
  }
}
.page-top .l-concept__container::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 49px;
  width: 199px;
  height: 942px;
  background: url("../images/top/concept_bg.svg") no-repeat center/contain;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__container::before {
    width: 25vw;
    height: 110vw;
    right: 2vw;
  }
}
.page-top .l-concept__text {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 2.1;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__text {
    font-size: 4.4vw;
    margin-bottom: 6vw;
  }
}
.page-top .l-concept__text02 {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__text02 {
    font-size: 6vw;
    margin-bottom: 8vw;
  }
}
.page-top .l-concept__text02 span {
  position: relative;
}
.page-top .l-concept__text02 span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #FF0033;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__text02 span::after {
    height: 1vw;
  }
}
.page-top .l-concept__catch {
  font-size: 54px;
  font-weight: 900;
  text-align: left;
  line-height: 1.3;
  color: #FF0033;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__catch {
    font-size: 9vw;
  }
}

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

l-movie

------------------------------------ */
@media print, screen and (min-width: 761px) {
  .page-top .l-movie {
    margin-bottom: 160px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie {
    margin-bottom: 30vw;
  }
}
.page-top .l-movie__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__container {
    width: auto;
  }
}
.page-top .l-movie__inner {
  position: relative;
  max-width: 838px;
  width: 90%;
  margin: 0 auto;
}
.page-top .l-movie__inner iframe {
  display: block;
  width: 100%;
  aspect-ratio: 808/454;
  object-fit: cover;
}
.page-top .l-movie__inner a {
  position: absolute;
  bottom: -29px;
  right: -45px;
  width: 146px;
  height: 146px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__inner a {
    bottom: -15vw;
    right: -3vw;
    width: 28vw;
    height: 28vw;
  }
}
.page-top .l-movie__inner a img {
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.3s;
}
.page-top .l-movie__inner a img:first-child {
  animation: rotateAnimation 5s linear infinite;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-top .l-movie__inner a img:last-child {
  width: 36.3%;
}
.page-top .l-movie__inner a:hover {
  opacity: 1;
}
.page-top .l-movie__inner a:hover img {
  opacity: 0.7;
}

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

l-philosophy

------------------------------------ */
.page-top .l-philosophy {
  position: relative;
}
.page-top .l-philosophy a {
  display: block;
}
.page-top .l-philosophy__photo {
  width: 100vw;
}
.page-top .l-philosophy__catch {
  position: absolute;
  z-index: 100;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-philosophy__catch {
    top: -5.1388888889vw;
    left: 8.3333333333vw;
    width: 62.3611111111vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-philosophy__catch {
    top: -7.5vw;
    left: 5vw;
    width: 90vw;
  }
}
.page-top .l-philosophy__container {
  width: fit-content;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-philosophy__container {
    position: absolute;
    z-index: 100;
    bottom: 2.7777777778vw;
    right: 6.9444444444vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-philosophy__container {
    padding-top: 5vw;
    padding-bottom: 8vw;
    width: 90vw;
    margin: 0 auto;
  }
}
.page-top .l-philosophy__title {
  font-size: 24px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-philosophy__title {
    font-size: 4.4vw;
    margin-bottom: 1vw;
  }
}
.page-top .l-philosophy__text {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-philosophy__text {
    font-size: 10.8vw;
    line-height: 1.25;
    margin-bottom: 4vw;
  }
}
.page-top .l-philosophy .more_button {
  text-align: right;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-philosophy .more_button {
    padding-right: 10px;
  }
}
.page-top .l-philosophy .more_button span::before {
  background: url("../images/cmn/circle_arrow_black.svg") center/contain no-repeat;
  mask: none;
}

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

l-message

------------------------------------ */
.page-top .l-message {
  border-bottom: 20px solid #004498;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message {
    border-bottom-width: 2.5vw;
    border-top: 2.5vw solid #004498;
  }
}
.page-top .l-message__container {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__container {
    padding: min(6vw, 90px) 10px 87px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__container {
    margin: 0 auto;
    padding: 12vw 5vw 0;
  }
}
.page-top .l-message__title {
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__title {
    width: 712px;
    margin-left: 9px;
    margin-bottom: 18px;
    width: min(58vw, 712px);
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__title {
    width: 89vw;
    margin-bottom: 3.8vw;
  }
}
.page-top .l-message__title img {
  display: block;
  height: auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__title img {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__title img {
    margin-bottom: 10px;
  }
}
.page-top .l-message__title__txt {
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__title__txt {
    font-size: min(2.2vw, 2rem);
    margin-left: -1px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__title__txt {
    font-size: 4.6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__txt {
    padding-left: 8px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__txt {
    margin-bottom: 2.3vw;
  }
}
.page-top .l-message__copy {
  margin-bottom: 1em;
  font-weight: 900;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__copy {
    line-height: 1.2916666667;
    font-size: min(5vw, 4.8rem);
    margin-bottom: 17px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__copy {
    line-height: 1.2857142857;
    font-size: 8.9vw;
    margin-bottom: 4.6vw;
  }
}
.page-top .l-message__copy strong {
  color: #004498;
}
.page-top .l-message__name {
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__name {
    font-size: min(2.5vw, 2.4rem);
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__name {
    font-size: 4.6vw;
    margin-bottom: 2vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(45vw, 475px);
    right: min(2vw, 27px);
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__img {
    width: 69vw;
    left: 0;
    margin: -6vw 0 0 16vw;
  }
}
.page-top .l-message__img img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message .more_button {
    text-align: right;
  }
}
.page-top .l-message .more_button span::before {
  background: #004498;
}

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

l-reason

------------------------------------ */
.page-top .l-reason a {
  display: block;
  background: #FF0033;
}
.page-top .l-reason__container {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason__container {
    width: auto;
    flex-wrap: wrap;
  }
}
.page-top .l-reason__photo {
  width: 60vw;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-reason__photo {
    min-height: 315px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason__photo {
    width: 100vw;
  }
}
.page-top .l-reason__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-reason__photo img {
    min-height: 315px;
  }
}
.page-top .l-reason__inner {
  width: 40vw;
  color: #fff;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-reason__inner {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason__inner {
    width: 90vw;
    margin: 0 auto;
    padding: 6vw 0 8vw;
  }
}
.page-top .l-reason__title {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
.page-top .l-reason__text {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason__text {
    font-size: 4.1vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
}
.page-top .l-reason .more_button span {
  color: #fff;
}
.page-top .l-reason .more_button span::before {
  background: #fff;
}

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

l-business

------------------------------------ */
.page-top .l-business a {
  display: block;
  background: #FF5900;
}
.page-top .l-business__container {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-business__container {
    flex-direction: row-reverse;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-business__container {
    width: auto;
    flex-wrap: wrap;
  }
}
.page-top .l-business__photo {
  width: 60vw;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-business__photo {
    min-height: 315px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-business__photo {
    width: 100vw;
  }
}
.page-top .l-business__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-business__photo img {
    min-height: 315px;
  }
}
.page-top .l-business__inner {
  width: 40vw;
  color: #fff;
}
@media print, screen and (min-width: 1441px) {
  .page-top .l-business__inner {
    padding-right: 4.1666666667vw;
    padding-left: 8.3333333333vw;
  }
}
@media print, screen and (max-width: 1440px) {
  .page-top .l-business__inner {
    padding-right: 4.1666666667vw;
    padding-left: 4.1666666667vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-business__inner {
    width: 90vw;
    margin: 0 auto;
    padding: 6vw 0 8vw;
  }
}
.page-top .l-business__title {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-business__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
.page-top .l-business__text {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-business__text {
    font-size: 4.1vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
}
.page-top .l-business .more_button span {
  color: #fff;
}
.page-top .l-business .more_button span::before {
  background: #fff;
}

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

l-about

------------------------------------ */
.page-top .l-about__container {
  padding: 60px 3.4722222222vw;
  display: flex;
  gap: 2.7777777778vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__container {
    width: auto;
    flex-wrap: wrap;
    gap: 5vw;
    padding: 10vw 5vw;
  }
}
.page-top .l-about__container .p-item {
  width: 650px;
  width: 45.1388888889vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__container .p-item {
    width: 100%;
  }
}
.page-top .l-about__container .p-item a {
  display: block;
}

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

l-interview

------------------------------------ */
.page-top .l-interview {
  padding: 35px 0 0;
  position: relative;
  border-bottom: 20px solid #16F300;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview {
    margin-bottom: 15.3vw;
    padding: 15vw 0 0;
    border-bottom-width: 11vw;
  }
}
.page-top .l-interview__title {
  max-width: 1200px;
  margin: 0 auto -115px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__title {
    width: 90vw;
    margin: 0 auto -3vw;
  }
}
.page-top .l-interview__image {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__image {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.page-top .l-interview__text {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__text {
    bottom: -9vw;
    width: 100vw;
  }
}
.page-top .l-interview__text p {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7037037037;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__text p {
    font-size: 5.4vw;
    line-height: 2;
  }
}
.page-top .l-interview__text p span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  background-color: #fff;
  padding: 0 20px 3px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__text p span {
    padding: 0 4vw 1vw;
  }
}
.page-top .l-interview__text .more_button {
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__text .more_button {
    margin-top: 6vw;
  }
}
.page-top .l-interview__text .more_button span {
  color: #fff;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__text .more_button span::before {
    background: url("../images/cmn/circle_arrow_green.svg") center/contain no-repeat;
    mask: none;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__text .more_button span::before {
    background: #fff;
  }
}

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

l-special

------------------------------------ */
.page-top .l-special {
  margin-bottom: 95px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-special {
    margin-bottom: 15vw;
  }
}
.page-top .l-special__container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-special__container {
    width: 90vw;
    flex-wrap: wrap;
    gap: 8vw;
  }
}
.page-top .l-special .p-item {
  width: 560px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-special .p-item {
    width: 100%;
  }
}
.page-top .l-special .p-item.career .p-item__title {
  color: #8556E3;
}
.page-top .l-special .p-item.career .more_button span::before {
  background: #8556E3;
}
.page-top .l-special .p-item.women .p-item__title {
  color: #FF0084;
}
.page-top .l-special .p-item.women .more_button span::before {
  background: #FF0084;
}
.page-top .l-special .p-item a {
  display: block;
}
.page-top .l-special .p-item__inner {
  position: relative;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-special .p-item__inner {
    margin-bottom: 8vw;
  }
}
.page-top .l-special .p-item__image {
  width: 100%;
}
.page-top .l-special .p-item__en {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: 0;
  bottom: -35px;
  left: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-special .p-item__en {
    font-size: 11vw;
    bottom: -6.5vw;
  }
}
.page-top .l-special .p-item__text {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-special .p-item__text {
    font-size: 4.4vw;
    margin-bottom: 1.5vw;
  }
}
.page-top .l-special .p-item__title {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-special .p-item__title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

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

l-recruitment

------------------------------------ */
.page-top .l-recruitment {
  background: #26D2CA;
  padding-top: 88px;
  padding-bottom: 84px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruitment {
    padding-top: 14.4vw;
    padding-bottom: 15vw;
  }
}
.page-top .l-recruitment__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruitment__container {
    width: auto;
  }
}
.page-top .l-recruitment__header {
  text-align: center;
  position: relative;
  margin-bottom: 32px;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruitment__header {
    margin-bottom: 6.5vw;
  }
}
.page-top .l-recruitment__header .p-title {
  font-size: 63px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruitment__header .p-title {
    font-size: 12.3vw;
  }
}
.page-top .l-recruitment__header .p-title span {
  color: #FF0084;
}
.page-top .l-recruitment__header .p-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruitment__header .p-sub {
    font-size: 4.1vw;
  }
}
.page-top .l-recruitment__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruitment__list {
    width: 90vw;
    margin: 0 auto;
    gap: 4vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-recruitment__list li {
    width: 384px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruitment__list li {
    width: 100%;
  }
}
.page-top .l-recruitment__list li a {
  display: block;
  position: relative;
  padding: 25px 50px;
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.page-top .l-recruitment__list li a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  color: #101010;
  border-color: transparent transparent transparent #101010;
  content: "";
}

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

l-media

------------------------------------ */
.page-top .l-media a {
  display: block;
  background: #383842;
}
.page-top .l-media__container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-media__container {
    flex-direction: row-reverse;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-media__container {
    width: 90vw;
    flex-wrap: wrap;
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
}
.page-top .l-media__photo {
  width: 600px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-media__photo {
    width: 100vw;
  }
}
.page-top .l-media__inner {
  width: 600px;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-media__inner {
    width: 100%;
    padding: 6vw 0 0;
  }
}
.page-top .l-media__title {
  font-size: 60px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-media__title {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-top .l-media__text {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-media__text {
    font-size: 4.1vw;
    margin-bottom: 5vw;
  }
}
.page-top .l-media .more_button span {
  color: #fff;
}
.page-top .l-media .more_button span::before {
  background: #fff;
}

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