@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: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

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

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

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

.l-main

------------------------------------ */
.page-top .l-footer-link {
  display: none;
}
.page-top .l-main {
  padding-top: 96px;
  padding-bottom: 67px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-main {
    padding-top: 18.5vw;
    padding-bottom: 15vw;
  }
}

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

cmn

------------------------------------ */
.page-top .l-main .p-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: end;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-main .p-header {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-main .p-header {
    gap: 3vw;
    margin-bottom: 4vw;
  }
}
.page-top .l-main .p-header__catch {
  font-size: 120px;
  font-weight: 700;
  line-height: 0.8;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-main .p-header__catch {
    font-size: 17vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-main .p-header__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 30px;
  }
}
.page-top .l-main .p-header__title {
  font-size: 24px;
  font-weight: 700;
  color: #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-main .p-header__title {
    font-size: 5.2vw;
  }
}
.page-top .l-main .p-item__catch {
  font-size: 120px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-main .p-item__catch {
    font-size: 17vw;
  }
}
.page-top .l-main .p-item__title {
  font-size: 24px;
  font-weight: 700;
  color: #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-main .p-item__title {
    font-size: 5.2vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-main .p-item__text {
    font-size: 3.6vw;
  }
}

.page-top .l-main .no-border.c-button {
  color: #ED6A10;
}
.page-top .l-main .no-border.c-button span {
  padding-right: 33px;
}
.page-top .l-main .no-border.c-button span:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ED6A10;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(40%, -50%);
}
.page-top .l-main .no-border.c-button span::after {
  border-color: transparent transparent transparent #fff;
}
.page-top .l-main .no-border.c-button.green {
  color: #69BD83;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-main .no-border.c-button.green {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-main .no-border.c-button.green {
    margin-right: 4vw;
  }
}
.page-top .l-main .no-border.c-button.green span:before {
  background-color: #69BD83;
}
.page-top .l-main .no-border.c-button.white {
  color: #fff;
}
.page-top .l-main .no-border.c-button.white span:before {
  background-color: #fff;
}
.page-top .l-main .no-border.c-button.white span::after {
  border-color: transparent transparent transparent #ED6A10;
}
.page-top .l-main a:hover .no-border.c-button span:before {
  animation: anim 0.5s forwards;
  transition: 0.5s;
}
.page-top .l-main a:hover .no-border.c-button span::after {
  animation: anim 0.5s forwards;
  transition: 0.5s;
}
.page-top .l-main a:hover .no-border.c-button.orange {
  color: #F2A700;
}
.page-top .l-main a:hover .no-border.c-button.orange span:before {
  background-color: #F2A700;
}
.page-top .l-main a:hover .no-border.c-button.green {
  color: #C4DE87;
}
.page-top .l-main a:hover .no-border.c-button.green span:before {
  background-color: #C4DE87;
}
@keyframes anim {
  0% {
    right: 0;
  }
  100% {
    right: -10px;
  }
}

.page-top .l-environment a:hover,
.page-top .l-company a:hover,
.page-top .l-crosstalk a:hover {
  opacity: 1;
}
.page-top .l-environment a:hover img,
.page-top .l-company a:hover img,
.page-top .l-crosstalk a:hover img {
  opacity: 1;
}

.page-top .gradation {
  display: inline-block;
  background: linear-gradient(90deg, #242424, #484848);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

topvisual

------------------------------------ */
.page-top .l-visual {
  width: 91.6%;
  position: relative;
  margin-bottom: 172px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual {
    width: 95%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 14.8vw;
  }
}
.page-top .l-visual__main {
  width: 100%;
  height: 41.65vw;
  overflow: hidden;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main {
    width: 90vw;
    margin-left: 0;
    margin-right: auto;
    height: 68vw;
  }
}
.page-top .l-visual__main video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
}

/*  .scroll
*----------------------------------- */
.scroll {
  position: absolute;
  right: -10.3%;
  bottom: -15%;
  transform: translate3d(0, -20px, 0);
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .scroll {
    display: none;
  }
}
.scroll::after {
  content: "";
  display: block;
  width: 2px;
  height: 120px;
  margin: 9px auto 0;
  background-color: #ED6A10;
  transform-origin: center;
  animation: scroll 3s cubic-bezier(0.84, 0.09, 0.2, 0.95) infinite;
}
@keyframes scroll {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  25% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  26% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
.scroll i {
  display: block;
  font-size: 16px;
  font-style: normal;
  color: #ED6A10;
  margin-bottom: 56px;
  transform: rotate(90deg);
  white-space: nowrap;
  letter-spacing: 0.1vw;
}

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

l-concept

------------------------------------ */
.page-top .l-concept {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-concept {
    max-width: 1440px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept {
    margin-bottom: 15vw;
  }
}
.page-top .l-concept__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__container {
    width: 85.1%;
  }
}
.page-top .l-concept .p-item {
  text-align: left;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept .p-item {
    margin-bottom: 80.5vw;
  }
}
.page-top .l-concept .p-item__text {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept .p-item__text {
    font-size: 4vw;
    margin-bottom: 3.9vw;
    line-height: 2.05;
  }
}
.page-top .l-concept .p-item__title {
  font-size: 28px;
  mix-blend-mode: difference;
  filter: invert(1);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept .p-item__title {
    font-size: 6.2vw;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-concept .p-item:nth-child(1) {
    width: 500px;
    margin-left: 133px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-concept .p-item:nth-child(2) {
    width: 500px;
    margin-left: auto;
    margin-right: 92px;
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept .p-item:nth-child(2) {
    margin-bottom: 67.5vw;
  }
}
.page-top .l-concept .p-item:nth-child(3) {
  text-align: center;
}
.page-top .l-concept .p-item:nth-child(3) .p-item__title {
  display: inline-block;
  font-size: 42px;
  padding-left: 16px;
  border-bottom: solid 4px #ED6A10;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept .p-item:nth-child(3) .p-item__title {
    font-size: 6.4vw;
    padding-left: 1vw;
  }
}
.page-top .l-concept .p-item:last-child {
  margin-bottom: 0;
}
.page-top .l-concept__photos li {
  position: absolute;
  z-index: -2;
}
.page-top .l-concept__photos li.l-concept__photo01 {
  width: 430px;
  top: -70px;
  right: 386px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__photos li.l-concept__photo01 {
    width: 62%;
    top: 91vw;
    right: auto;
  }
}
.page-top .l-concept__photos li.l-concept__photo02 {
  width: 314px;
  top: 144px;
  right: 122px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__photos li.l-concept__photo02 {
    width: 45%;
    top: 122vw;
    right: 5vw;
  }
}
.page-top .l-concept__photos li.l-concept__photo02::before {
  content: "";
  width: 158px;
  height: 120px;
  background-color: #69BD83;
  position: absolute;
  top: -83px;
  right: -85px;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__photos li.l-concept__photo02::before {
    width: 22vw;
    height: 16vw;
    top: -11vw;
    right: -12vw;
  }
}
.page-top .l-concept__photos li.l-concept__photo03 {
  width: 427px;
  top: 400px;
  left: 172px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__photos li.l-concept__photo03 {
    width: 61%;
    top: 242vw;
    left: auto;
    right: 8vw;
  }
}
.page-top .l-concept__photos li.l-concept__photo03::before {
  content: "";
  width: 157px;
  height: 207px;
  background-color: #ED6A10;
  position: absolute;
  top: -135px;
  left: -113px;
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__photos li.l-concept__photo03::before {
    width: 29.5vw;
    height: 22.5vw;
    top: 26vw;
    left: -24vw;
    z-index: -1;
  }
}

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

l-work

------------------------------------ */
.page-top .l-work {
  margin-bottom: 165px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work {
    margin-bottom: 25vw;
  }
}
.page-top .l-work__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__container {
    max-width: auto;
  }
}
.page-top .l-work__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 26.6666666667px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__images {
    gap: 4.1vw;
  }
}
.page-top .l-work__image {
  width: 280px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__image {
    width: 42.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-work__image01 {
    margin-top: 39px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-work__image02 {
    margin-top: 89px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__image02 {
    margin-top: 7vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__image03 {
    margin-top: -7vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-work__image04 {
    margin-top: 39px;
  }
}
.page-top .l-work__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  padding: 9px 206px 10px 35px;
  background: linear-gradient(to right, #ED6A10, #F2A700);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  z-index: 100;
  bottom: -28px;
  right: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__info {
    padding: 3vw 3vw 2vw 0vw;
    bottom: 53vw;
    width: 69%;
  }
}
.page-top .l-work__info::after {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  content: "";
  width: 100%;
  height: 119px;
  background-color: #F2A700;
}
.page-top .l-work__title {
  font-size: 28px;
  line-height: 1.1;
  margin-right: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__title {
    font-size: 4vw;
  }
}
.page-top .l-work__text {
  display: flex;
  align-items: start;
  height: 100px;
  font-size: 44px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__text {
    font-size: 6vw;
    height: 50px;
  }
}
.page-top .l-work__text span {
  font-size: 46px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__text span {
    font-size: 7vw;
  }
}
.page-top .l-work__text span.close {
  display: block;
  margin-top: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__text span.close {
    margin-top: 14px;
  }
}
.page-top .l-work__subtext {
  font-size: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work__subtext {
    font-size: 6vw;
  }
}
.page-top .l-work .work-slider {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
  margin-top: 12px;
  width: 218px;
  height: 72px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work .work-slider {
    width: 173px;
    height: 46px;
    margin-top: 5px;
  }
}
.page-top .l-work .work-slider__inner {
  width: 100%;
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  opacity: 0;
  animation: mission-bg-animation 20s infinite;
}
@keyframes mission-bg-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 9;
  }
  1.8% {
    opacity: 1;
  }
  3% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9;
  }
  19.98% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9;
  }
  23.4% {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 8;
  }
  27% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work .work-slider__inner {
    top: 0;
  }
}
.page-top .l-work .work-slider__inner:nth-child(2) {
  animation-delay: 4s;
}
.page-top .l-work .work-slider__inner:nth-child(3) {
  animation-delay: 8s;
}
.page-top .l-work .work-slider__inner:nth-child(4) {
  animation-delay: 12s;
}
.page-top .l-work .work-slider__inner:nth-child(5) {
  animation-delay: 16s;
}
.page-top .l-work .work-name-slider {
  position: relative;
  height: 72px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work .work-name-slider {
    height: 46px;
  }
}
.page-top .l-work .work-name-slider__inner {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  animation: tegaki-animation 4s cubic-bezier(0.32, 0, 0.67, 0) infinite;
}
@keyframes tegaki-animation {
  0% {
    width: 0;
  }
  15% {
    width: 0;
  }
  30% {
    width: 100%;
  }
  98% {
    width: 100%;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.page-top .l-work .work-name-slider__inner img {
  width: auto;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-work .work-name-slider__inner img {
    width: 173px;
  }
}

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

l-movie

------------------------------------ */
.page-top .l-movie {
  margin-bottom: 208px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36vw;
  }
}
.page-top .l-movie__container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__container {
    width: auto;
  }
}
.page-top .l-movie a {
  cursor: pointer;
}
.page-top .l-movie__image_box {
  width: 699px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__image_box {
    width: 97%;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-movie__image {
    margin-right: -100px;
  }
}
.page-top .l-movie__image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
  position: absolute;
  z-index: -1;
  top: 60px;
  right: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__image::after {
    top: 5vw;
    right: 5vw;
  }
}
.page-top .l-movie__title {
  font-size: 110px;
  line-height: 0.9;
  color: #69BD83;
  position: absolute;
  bottom: -51px;
  left: 67px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__title {
    font-size: 13.5vw;
    bottom: -18vw;
    left: -1vw;
  }
}
.page-top .l-movie iframe {
  display: none;
}
.page-top .l-movie .featherlight-inner {
  width: 100%;
}

.ytp-cued-thumbnail-overlay-image {
  background-image: url(../images/top/youtube_thumbnail.png);
}

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

l-feature

------------------------------------ */
.page-top .l-feature {
  margin-bottom: 245px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature {
    margin-bottom: 20vw;
  }
}
.page-top .l-feature__container {
  max-width: 1440px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature__container {
    width: auto;
  }
}
.page-top .l-feature .p-item {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-feature .p-item__image {
    width: 720px;
    position: absolute;
    top: 95px;
    left: 120px;
  }
}
.page-top .l-feature .p-item__info {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-feature .p-item__info {
    width: 982px;
    padding: 50px 100px;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__info {
    padding: 7vw 10vw 9vw 7vw;
  }
}
.page-top .l-feature .p-item__info::after {
  content: "";
  background-color: #EFEFEF;
  width: 982px;
  height: 484px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__info::after {
    width: 100%;
    height: 100%;
  }
}
.page-top .l-feature .p-item__catch {
  font-size: 90px;
  margin-bottom: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__catch {
    font-size: 9.6vw;
    margin-bottom: 1.6vw;
  }
}
.page-top .l-feature .p-item__title {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__title {
    font-size: 5.2vw;
    margin-bottom: 1.2vw;
  }
}
.page-top .l-feature .p-item__text {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__text {
    margin-bottom: 9vw;
    font-size: 3.5vw;
  }
}
.page-top .l-feature .p-item .c-button {
  margin-right: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item .c-button {
    margin-right: 0;
  }
}

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

l-course

------------------------------------ */
.page-top .l-course {
  margin-bottom: 110px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-course {
    margin-bottom: 18vw;
  }
}
.page-top .l-course__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-course__container {
    width: auto;
  }
}
.page-top .l-course .p-item {
  width: 924px;
  padding: 40px 36px 42px;
  background: linear-gradient(to right, #ED6A10, #F2A700);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-course .p-item {
    width: 90%;
    padding: 9.75vw 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-course .p-item__info {
    text-align: center;
  }
}
.page-top .l-course .p-item__subtitle {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-course .p-item__subtitle {
    font-size: 4vw;
  }
}
.page-top .l-course .p-item__title {
  font-size: 64px;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-course .p-item__title {
    font-size: 9vw;
  }
}
.page-top .l-course .p-item__catch {
  text-shadow: none;
  font-size: 130px;
  line-height: 0.85;
  color: #fff;
  opacity: 0.3;
  position: absolute;
  bottom: -15px;
  right: -18px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-course .p-item__catch {
    font-size: 21vw;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }
}
.page-top .l-course .p-item .c-button {
  position: absolute;
  bottom: 21px;
  right: 27px;
  color: #fff;
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-course .p-item .c-button {
    bottom: 2vw;
    right: 3vw;
  }
}
.page-top .l-course .p-item .c-button span {
  padding-right: 16px;
}
.page-top .l-course .p-item .c-button span::before {
  content: none;
}

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

l-message

------------------------------------ */
.page-top .l-message {
  margin-bottom: 138px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26.4vw;
  }
}
.page-top .l-message__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__container {
    width: auto;
  }
}
.page-top .l-message .p-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message .p-item {
    gap: 5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message .p-item__image {
    width: 658px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message .p-item__info {
    width: 502px;
    margin-top: -6px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message .p-item__info {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-top .l-message .p-item__title {
  color: #69BD83;
  margin-bottom: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message .p-item__title {
    margin-bottom: 1vw;
  }
}
.page-top .l-message .p-item__text {
  margin-bottom: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message .p-item__text {
    margin-bottom: 8vw;
  }
}

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

l-interview

------------------------------------ */
.page-top .l-interview {
  margin-bottom: 132px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview {
    margin-bottom: 24vw;
  }
}
.page-top .l-interview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.page-top .l-interview .p-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: end;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview .p-header {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview .p-header {
    justify-content: center;
    gap: 2vw;
    margin-bottom: 4vw;
  }
}
.page-top .l-interview .p-header__catch {
  line-height: 0.8;
}
.page-top .l-interview .l-interview__list {
  margin-bottom: 55px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview .l-interview__list {
    margin-bottom: 5vw;
  }
}
.page-top .l-interview .p-item {
  width: 23%;
  margin: 0 10px;
}
.page-top .l-interview .p-item__container {
  position: relative;
}
.page-top .l-interview .p-item__container:before {
  content: "";
  display: block;
  padding-top: 133%;
  margin-bottom: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview .p-item__container:before {
    margin-bottom: 3vw;
  }
}
.page-top .l-interview .p-item__container .p-item__image {
  width: 100%;
  height: 0;
}
.page-top .l-interview .p-item__image {
  margin-bottom: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview .p-item__image {
    margin-bottom: 3vw;
  }
}
.page-top .l-interview .p-item__image img {
  aspect-ratio: 3/4;
}
.page-top .l-interview .p-item__title {
  color: #242424;
  margin-bottom: 5px;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview .p-item__title {
    margin-bottom: 0.8vw;
  }
}
.page-top .l-interview .p-item a .back,
.page-top .l-interview .p-item a .front {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-top .l-interview .p-item a .back .p-item__photo,
.page-top .l-interview .p-item a .front .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 130%;
}
.page-top .l-interview .p-item a .back {
  transform: rotateY(-180deg);
}
.page-top .l-interview .p-item a:hover .front {
  transform: rotateY(180deg);
}
.page-top .l-interview .p-item a:hover .back {
  transform: rotateY(0);
}

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

l-about

------------------------------------ */
.page-top .l-about__container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-about__container {
    gap: 60px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__container {
    width: auto;
  }
}

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

l-environment , l-company

------------------------------------ */
.page-top .l-environment,
.page-top .l-company {
  margin-bottom: 135px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-environment,
  .page-top .l-company {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25vw;
  }
}
.page-top .l-environment__container,
.page-top .l-company__container {
  width: 570px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-environment__container,
  .page-top .l-company__container {
    width: 100%;
  }
}
.page-top .l-environment .p-item__info,
.page-top .l-company .p-item__info {
  margin-top: -123px;
  padding-left: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-environment .p-item__info,
  .page-top .l-company .p-item__info {
    margin-top: -12vw;
    padding-left: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-top .l-environment .p-item__catch,
.page-top .l-company .p-item__catch {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 9px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-environment .p-item__catch,
  .page-top .l-company .p-item__catch {
    font-size: 13vw;
    line-height: 1;
    margin-bottom: 1vw;
  }
}
.page-top .l-environment .p-item__title,
.page-top .l-company .p-item__title {
  color: #69BD83;
  margin-bottom: 11px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-environment .p-item__title,
  .page-top .l-company .p-item__title {
    margin-bottom: 1vw;
  }
}
.page-top .l-environment .p-item__text,
.page-top .l-company .p-item__text {
  margin-bottom: 25px;
}
/* ------------------------------------

l-environment

------------------------------------ */
.page-top .l-environment .p-item__info {
  margin-top: -123px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-environment .p-item__info {
    margin-top: -19vw;
  }
}

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

l-company

------------------------------------ */
.page-top .l-company .p-item__info {
  margin-top: -40px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-company .p-item__info {
    margin-top: -8vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-company .p-item__catch {
    font-size: 15.5vw;
  }
}

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

l-number

------------------------------------ */
.page-top .l-number {
  margin-bottom: 130px;
  background: linear-gradient(90deg, #ED6A10, #F2A700);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-number {
    margin-bottom: 21.5vw;
  }
}
.page-top .l-number__container {
  background: url(../images/top/number.jpg) no-repeat center;
  background-size: auto 100%;
  height: 0;
  padding-bottom: 418px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-number__container {
    background-image: url(../images/top/number_sp.jpg);
    padding-bottom: 77vw;
  }
}
.page-top .l-number .p-item {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-number .p-item {
    top: 51%;
  }
}
.page-top .l-number .p-item__catch {
  text-shadow: none;
  line-height: 1;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-number .p-item__catch {
    font-size: 15vw;
    margin-bottom: 2vw;
  }
}
.page-top .l-number .p-item__title {
  color: #fff;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-number .p-item__title {
    margin-bottom: 1vw;
  }
}
.page-top .l-number .p-item__text {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-number .p-item__text {
    margin-bottom: 6vw;
  }
}

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

l-recruit

------------------------------------ */
.page-top .l-recruit {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 110px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit {
    width: auto;
    margin-bottom: 20vw;
  }
}
.page-top .l-recruit .p-header {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit .p-header {
    gap: 2vw;
    margin-bottom: 6.5vw;
    justify-content: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit .p-header__info {
    text-align: center;
  }
}
.page-top .l-recruit .p-header__title {
  color: #69BD83;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit .p-header__title {
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit .p-header__text {
    font-size: 3.5vw;
  }
}
.page-top .l-recruit__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit__container {
    gap: 6.8vw;
  }
}
.page-top .l-recruit .p-item {
  width: 380px;
  padding: 40px 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: solid 3px #69BD83;
  border-radius: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit .p-item {
    width: 85%;
    padding: 8vw 0 6vw;
  }
}
.page-top .l-recruit .p-item__image {
  width: 100%;
  height: 87px;
  text-align: center;
  margin-bottom: 13px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit .p-item__image {
    height: 20vw;
    margin-bottom: 3vw;
  }
}
.page-top .l-recruit .p-item__image img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.page-top .l-recruit .p-item__info {
  text-align: center;
}
.page-top .l-recruit .p-item__catch {
  font-size: 40px;
  color: #69BD83;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit .p-item__catch {
    font-size: 8.5vw;
    margin-bottom: 0.5vw;
  }
}
.page-top .l-recruit .p-item__title {
  font-size: 18px;
  color: #242424;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit .p-item__title {
    font-size: 3.9vw;
  }
}

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

l-crosstalk

------------------------------------ */
.page-top .l-crosstalk {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 88px;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-crosstalk {
    max-width: 1440px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk {
    margin-bottom: 17.6vw;
  }
}
.page-top .l-crosstalk__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk__container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-crosstalk .p-item {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: row-reverse;
  }
}
.page-top .l-crosstalk .p-item__image {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-crosstalk .p-item__image {
    width: 670px;
    margin-top: 60px;
    margin-left: -455px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk .p-item__image {
    width: 97%;
    margin-left: 0;
  }
}
.page-top .l-crosstalk .p-item__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: -1;
  background: linear-gradient(90deg, #ED6A10, #F2A700);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk .p-item__image::before {
    top: 3vw;
    left: 3vw;
  }
}
.page-top .l-crosstalk .p-item__info {
  padding: 72px 50px 83px 0;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-crosstalk .p-item__info {
    width: 985px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk .p-item__info {
    padding: 7vw 3vw;
  }
}
.page-top .l-crosstalk .p-item__info::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  width: 200%;
  height: 100%;
  z-index: -2;
  background-color: #FFF9EB;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk .p-item__info::before {
    top: 36%;
    width: 130%;
    height: 135%;
  }
}
.page-top .l-crosstalk .p-item__catch {
  background: linear-gradient(90deg, #ED6A10, #F2A700);
  -webkit-background-clip: text;
  margin-bottom: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk .p-item__catch {
    margin-bottom: 1.6vw;
    line-height: 0.9;
  }
}
.page-top .l-crosstalk .p-item__title {
  color: #242424;
  margin-bottom: 19px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk .p-item__title {
    margin-bottom: 1vw;
  }
}
.page-top .l-crosstalk .p-item__text {
  margin-bottom: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk .p-item__text {
    margin-bottom: 9vw;
    font-size: 3.5vw;
    line-height: 1.55;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-crosstalk .p-item .c-button {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk .p-item .c-button {
    margin-right: 4vw;
  }
}

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

l-other

------------------------------------ */
.page-top .l-other__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other__container {
    width: 90%;
  }
}
.page-top .l-other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other ul {
    gap: 4.9vw;
  }
}
.page-top .l-other li {
  width: 350px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other li {
    width: 100%;
  }
}
.page-top .l-other li a {
  display: block;
  font-size: 20px;
  transition: 0.3s;
  padding: 24px 25px;
  text-align: center;
  background: #fff;
  border: solid 2px #242424;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other li a {
    font-size: 4.6vw;
    padding: 6.2vw 0;
  }
}
.page-top .l-other li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #131313;
  content: "";
}
.page-top .l-other li a span {
  position: relative;
}
.page-top .l-other li a:hover {
  background: #242424;
  color: #fff;
}
.page-top .l-other li a:hover::after {
  border-color: transparent transparent transparent #fff;
}

.lightbox_links {
  display: none;
}

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