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

colors setting

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

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

×：$black
◯：$dark-text

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

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

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

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

cmn

------------------------------------ */
.page-top .p-header {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 35px;
}
.page-top .p-header__title {
  font-size: 50px;
  line-height: 1;
}
.page-top .p-header__subtitle {
  font-size: 13px;
  margin-top: 4px;
}
.page-top .p-header__text {
  font-size: 15px;
  margin-top: 10px;
}

.page-top .l-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
  width: 100vw;
  height: 100vh;
}
.page-top .l-background video {
  height: 100%;
  object-fit: cover;
}

.page-top .js-header {
  background: none;
  transition: 0.3s;
}
.page-top .js-header.active {
  background-color: #fff;
}

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

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;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual {
    margin-bottom: 13.5vw;
  }
}
.page-top .l-visual__main {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main {
    height: 100vh;
  }
}
.page-top .l-visual__main video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
}
.page-top .l-visual__img {
  width: 100vw;
}
.page-top .l-visual__img .p-item_img {
  opacity: 0;
  transition: 0.3s;
}
.page-top .l-visual__img .p-item_img.FV02, .page-top .l-visual__img .p-item_img.FV03, .page-top .l-visual__img .p-item_img.FV04 {
  position: absolute;
  top: 0;
  left: 0;
}
.page-top .l-visual__img .p-item_img.visible {
  opacity: 1;
}

.l-mv_text_area {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .l-mv_text_area {
    max-width: 1440px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area {
    width: 100%;
  }
}
.l-mv_text_area .l-mv_text {
  margin: 0 auto 126px 79px;
  padding-top: 50px;
  position: relative;
  text-align: left;
  word-break: keep-all;
}
@media print, screen and (min-width: 1301px) {
  .l-mv_text_area .l-mv_text {
    padding-right: 391px;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 761px) {
  .l-mv_text_area .l-mv_text {
    padding-right: 550px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_text {
    margin: 0 auto;
    width: 90%;
    padding-top: 14.7vw;
    text-align: left;
  }
}
.l-mv_text_area .l-mv_text01 {
  font-size: 24px;
  letter-spacing: 1.7px;
  left: -1px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_text01 {
    font-size: 4.1vw;
    margin-bottom: 1.5vw;
    left: 0;
    margin-top: 17vw;
  }
}
.l-mv_text_area .l-mv_text02 {
  font-size: 22px;
  margin-top: 46px;
  letter-spacing: 0.04rem;
  line-height: 2.9;
  font-weight: 700;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_text02 {
    font-size: 4.1vw;
    margin-top: 6.6vw;
    line-height: 2.13;
    letter-spacing: -0.05rem;
  }
}
.l-mv_text_area .l-mv_img {
  border-radius: 26px;
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_img {
    border-radius: 17px;
  }
}
.l-mv_text_area .l-mv_img-1 {
  width: 320px;
  position: absolute;
  top: 130px;
  border-radius: 30px;
}
@media print, screen and (min-width: 761px) {
  .l-mv_text_area .l-mv_img-1 {
    right: 74px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_img-1 {
    position: relative;
    top: -4.8vw;
    width: 40.26vw;
    left: 0vw;
    border-radius: 4.36vw;
  }
}
.l-mv_text_area .l-mv_img-2 {
  width: 359px;
  position: absolute;
  top: 420px;
  right: 136px;
  border-radius: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_img-2 {
    position: relative;
    top: 8.4vw;
    width: 45.13vw;
    right: -3.9vw;
    border-radius: 4.36vw;
  }
}

.l-top_white_bg {
  background: rgba(255, 255, 255, 0.6705882353);
}

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

l-slide-wrapper

------------------------------------ */
.l-slide-wrapper {
  margin: 30px auto 30px;
}
@media print, screen and (max-width: 760px) {
  .l-slide-wrapper {
    margin: 18.5vw auto 21.7vw;
  }
}
.l-slide-wrapper .slick-slide {
  margin: 0 10px;
}
@media print, screen and (max-width: 760px) {
  .l-slide-wrapper .slick-slide {
    margin: 0px 1.15vw;
  }
}
.l-slide-wrapper .slick-slide img {
  border-radius: 13px;
}

.l-top__movie {
  width: 82.82vw;
  margin: 0 auto;
}

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

l-top_3minutes

------------------------------------ */
.page-top .l-top_linkboxs {
  max-width: calc(1172px + 8%);
  margin: 67px auto 0px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-top_linkboxs {
    margin: -4.2vw 1vw 7vw;
  }
}
.page-top .l-top_linkboxs.top_3minutes {
  padding: 0 5% 0 3%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-top_linkboxs.top_3minutes {
    padding: 0 5%;
  }
}
.page-top .l-top_linkboxs.top_working {
  padding: 0 3% 0 5%;
  margin: 44px auto 95px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-top_linkboxs.top_working {
    padding: 0 5%;
    margin: 14vw auto 21.8vw;
  }
}
.page-top .l-top_linkboxs a {
  display: block;
}

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

l-vision

------------------------------------ */
.page-top .l-vision {
  text-align: center;
  margin: 104px 0 40px;
  background: #F07B7E;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-vision {
    margin: 18vw 0 40px;
  }
}
.page-top .l-vision .l-vision_bg {
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1019607843) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.1019607843) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 29px 29px;
}
.page-top .l-vision::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #4BCAE2;
  transition: 0.3s;
}
.page-top .l-vision:hover::before {
  width: 100%;
}
.page-top .l-vision a {
  display: block;
}
.page-top .l-vision .p-item {
  padding: 108px 0 81px;
  z-index: 1;
  position: relative;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-vision .p-item {
    padding: 16vw 0 14vw;
  }
}
.page-top .l-vision .p-item_write .p-item_img {
  max-width: 997.67px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-vision .p-item_write .p-item_img {
    width: 84.56vw;
  }
}
.page-top .l-vision .p-item_write .p-item_text {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-vision .p-item_write .p-item_text {
    font-size: 5.13vw;
    margin-top: 3.2vw;
  }
}
.page-top .l-vision .p-item_write .p-item_subtit {
  font-size: 24px;
  color: #5C5C5C;
  font-weight: 600;
  background: #fff;
  width: fit-content;
  padding: 0px 18px;
  text-align: unset;
  margin: 15px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-vision .p-item_write .p-item_subtit {
    font-size: 5.13vw;
    margin: 4.6vw auto 0;
    padding: 0.4vw 4vw;
  }
}
.page-top .l-vision .p-item_write .c-button {
  font-size: 20px;
  margin: 38px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-vision .p-item_write .c-button {
    font-size: 5.13vw;
    margin: 6vw auto 0;
  }
}
.page-top .l-vision .p-item_write .c-button span::after {
  border: none;
}
.page-top .l-vision .p-item_write .c-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  margin: auto;
  content: "";
  width: 22px;
  height: 22px;
  right: -15px;
  background: url("../images/cmn/arrow_circle_white02.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .page-top .l-vision .p-item_write .c-button::after {
    right: -5vw;
    width: 5.87vw;
    height: 5.87vw;
  }
}

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

l-job

------------------------------------ */
.l-job {
  margin-bottom: 110px;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 89px;
}
@media print, screen and (max-width: 760px) {
  .l-job {
    padding-bottom: 17.7vw;
    margin-bottom: 16.8vw;
  }
}
.l-job .p-header {
  position: relative;
  max-width: 100%;
}
.l-job .p-header__subtitle {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-top: -94px;
  z-index: 100;
  position: relative;
  color: #F07B7E;
}
@media print, screen and (max-width: 760px) {
  .l-job .p-header__subtitle {
    font-size: 5.13vw;
    margin-top: -18.5vw;
  }
}
.l-job .p-header__title {
  position: relative;
  font-size: 149px;
  text-align: center;
  text-wrap-mode: nowrap;
  top: -9px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #FFEDED;
  letter-spacing: 0.9rem;
}
@media print, screen and (max-width: 1350px) {
  .l-job .p-header__title {
    font-size: 14vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-job .p-header__title {
    font-size: 16.28vw;
    letter-spacing: -0.1rem;
    top: 0vw;
    left: 47.9%;
    line-height: 0.9;
  }
}
.l-job .p-header__text {
  font-size: 18px;
  margin: 60px auto 40px;
}
@media print, screen and (max-width: 760px) {
  .l-job .p-header__text {
    font-size: 4.1vw;
    margin: 5.7vw auto -0.4vw;
    line-height: 1.7;
    z-index: 1;
    position: relative;
  }
}
.l-job .p-item {
  max-width: calc(1279px + 8%);
  margin: 0 auto;
  display: flex;
  gap: 47px;
  text-align: center;
}
@media print, screen and (min-width: 761px) {
  .l-job .p-item {
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .l-job .p-item {
    gap: 8vw;
    width: 88.5vw;
    flex-wrap: wrap;
  }
}
.l-job .p-item a {
  width: calc((100% - 94px) / 3);
}
@media print, screen and (max-width: 760px) {
  .l-job .p-item a {
    width: 100%;
  }
}
.l-job .p-item a .p-item__inner {
  margin-top: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-job .p-item a .p-item__inner {
    margin-top: 3.3vw;
  }
}
.l-job .p-item__photo {
  position: relative;
}
.l-job .p-item__post-en {
  font-size: 13px;
  color: #F07B7E;
  letter-spacing: 0.05rem;
}
@media print, screen and (max-width: 760px) {
  .l-job .p-item__post-en {
    font-size: 3.33vw;
  }
}
.l-job .p-item__post-title {
  font-size: 24px;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .l-job .p-item__post-title {
    font-size: 6.15vw;
    margin-top: 0.8vw;
  }
}

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

l-interview

------------------------------------ */
.page-top .l-interview {
  margin-bottom: 80px;
}
.page-top .l-interview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.page-top .l-interview .p-item {
  width: 23%;
}

.page-top .l-cmn_interview {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview {
    padding-top: 0;
    margin-top: 0;
  }
}

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

l-info

------------------------------------ */
.page-top .l-info {
  margin-bottom: -3px;
  z-index: 100;
  position: relative;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info {
    margin-bottom: 0;
  }
}
.page-top .l-info .p-item {
  position: relative;
  border-top: 4px solid #FFEDED;
}
.page-top .l-info .p-item:first-child {
  border-top: none;
}
.page-top .l-info .p-item:last-child {
  border-bottom: none;
}
.page-top .l-info .p-item a {
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info .p-item a {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw;
  }
}
.page-top .l-info .p-item a::after {
  background: url(../images/cmn/icon_arrow_circle_pink.png) no-repeat center/contain;
  width: 26px;
  height: 26px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 39px;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info .p-item a::after {
    right: 17px;
  }
}
.page-top .l-info .p-item a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #F4B2B4;
  transition: 0.3s;
}
.page-top .l-info .p-item a:hover {
  opacity: 1;
}
.page-top .l-info .p-item a:hover::before {
  width: 100%;
}
.page-top .l-info .p-item a:hover .p-item__title {
  color: #fff;
}
.page-top .l-info .p-item a:hover .p-item__text__inner {
  color: rgba(247, 247, 247, 0.2588235294);
}
.page-top .l-info .p-item__text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
}
.page-top .l-info .p-item__text__inner {
  text-align: center;
  font-size: 109px;
  white-space: nowrap;
  color: #F7F7F7;
  line-height: 0.8;
  transition: 0.4s;
  letter-spacing: 0.25rem;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info .p-item__text__inner {
    font-size: 11.79vw;
  }
}
.page-top .l-info .p-item__title {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
  letter-spacing: -0.2rem;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info .p-item__title {
    font-size: 4.62vw;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
  }
}

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

l-news

------------------------------------ */
.page-top .l-news.page-system.page-system-index {
  padding-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index {
    padding-bottom: 8vw;
  }
}
.page-top .l-news.page-system.page-system-index .p-header {
  text-align: center;
  max-width: 90%;
  padding: 97px 0 32px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-header {
    padding: 23.7vw 0 4.7vw;
  }
}
.page-top .l-news.page-system.page-system-index .p-header__title {
  font-size: 49px !important;
  letter-spacing: 0.25rem;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-header__title {
    font-size: 10.26vw !important;
  }
}
.page-top .l-news.page-system.page-system-index .p-header__subtitle {
  font-size: 15px;
  margin-top: 4px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-header__subtitle {
    font-size: 3.85vw;
    margin-top: 0.5vw;
  }
}
.page-top .l-news.page-system.page-system-index .list-page__list {
  float: none;
  max-width: calc(1279px + 8%);
  padding: 0 4%;
  margin: 0 auto;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .list-page__list {
    width: 100%;
  }
}
.page-top .l-news.page-system.page-system-index .l-list {
  margin: 0 auto;
  display: flex;
  gap: 27px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .l-list {
    width: 100%;
    padding: 0 1vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-news.page-system.page-system-index .p-item {
    width: calc((100% - 81px) / 4);
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-top .l-news.page-system.page-system-index .p-item__inner {
  margin-top: 18px !important;
}
.page-top .l-news.page-system.page-system-index .p-item__icons {
  font-size: 14px;
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
}
.page-top .l-news.page-system.page-system-index .p-item__icons li {
  width: fit-content;
}
.page-top .l-news.page-system.page-system-index .p-item__post-title {
  font-weight: 500;
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-item__post-title {
    font-size: 3.85vw;
  }
}
.page-top .l-news.page-system.page-system-index .p-item__post-date {
  font-weight: 500;
  font-size: 15px;
  margin-top: 9px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-item__post-date {
    font-size: 3.85vw;
  }
}
.page-top .l-news.page-system.page-system-index .c-button {
  margin: 57px auto 0;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .c-button {
    margin: 8vw auto 0 24.5vw;
  }
}
.page-top .l-news.page-system.page-system-index .c-button span {
  padding-right: 22px;
}
.page-top .l-news.page-system.page-system-index .c-button span::after {
  border-color: #7E7E7E;
  width: 85.6px;
  right: -75px;
  border-width: 0.5px;
}

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

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

side_movie

------------------------------------ */
.side_movie {
  z-index: 9999;
  position: fixed;
  bottom: 5%;
  right: 35px;
  width: 260px;
  height: 143px;
  background: #151515;
  padding: 14px 0;
  transition: opacity 0.8s ease-out;
}
@media screen and (max-width: 760px) {
  .side_movie {
    display: none;
  }
}
.side_movie .mv_inner {
  width: 260px;
  height: 114px;
}
.side_movie .btn {
  z-index: 9999;
  position: absolute;
  top: -6px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #131313;
  color: #fff;
  cursor: pointer;
  padding: 3px 0 0 7.5px;
}
@media screen and (max-width: 760px) {
  .side_movie .btn {
    top: -15px;
    left: -15px;
  }
}
.side_movie.active {
  display: none;
}

.movie_pop {
  display: none;
}

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