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

/* body .bg-wrap {
	position: fixed;
  opacity: 0.5;
}
body .bg-wrap,
body .bg-wrap .bg {
  height: 100%;
} */
body .bg-wrap {
	position: fixed;
  height: 100%;
}
body .bg-wrap .bg {
  opacity: 0.7;
}

/* ==========================================================
 index
========================================================== */
.footer,
.area-home-02,
.area-home-03 {
  background: #fff;
}
.area-home-01,
.sec-in-01 .ttl-home-01,
.sec-in-02,
.arrow-wrap {
  width: min(100%, 1240px);
  margin-left: auto;
  margin-right: auto;
}

/* area-home-01
---------------------------------------------------------- */
.area-home-01 {
  padding-top: 160px;
}

/* main-01 ----------- */
.main-01 {
  position: relative;
}
.main-01 .ttl {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 405px;
  z-index: 2;
}
.main-01 .slider-01 {
  overflow: hidden;
  width: min(100%, 850px);
  margin: 0 0 0 auto;
  border-radius: 60px;
}
.main-01 .slider-01 .swiper-slide-active .img,
.main-01 .slider-01 .swiper-slide-duplicate-active .img,
.main-01 .slider-01 .swiper-slide-prev .img {
  transform: scale(1.2);
  animation: zoomUp 5.1s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* main-02 ----------- */
.main-02 {
  display: -ms-flexbox;
	display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
	-ms-flex-align: center;
	align-items: center;
  width: min(100%, 1070px);
  margin: 160px 0 0 40px;
}
.main-02 .txt {
  margin-left: 100px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  color: #212121;
  font-weight:500;
	font-family: var(--f-family-zenkaku);
}
.main-02 .word .item {
  display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
  text-align: center;
}
.main-02 .word {
  width: min(50%, 516px);
}

/* area-home-02
---------------------------------------------------------- */
.area-home-02 {
  margin: 220px 0 0;
  padding-bottom: 160px;
  background: #fff;
}
.sec-in-01,
.sec-in-02 {
  padding: 140px 0;
}
.sec-in-02 {
  display: -ms-flexbox;
	display: flex;
  -ms-flex-pack: justify;
	justify-content: space-between;
}
.heading {
  width: min(30%, 380px);
}
.ttl-home-01 .en {
  height: 53px;
  margin-bottom: 20px;
}
.ttl-home-01 .ja {
  height: 16px;
}
.list-company,
.list-aco-01,
.box-movie {
  width: min(100%, 860px);
}

/* interview ----------- */
.sec-home-02.interview {
  position: relative;
  margin-bottom: 90px;
  background: #55b2df;
}
.sec-home-02.interview::before,
.sec-home-02.interview::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 12800px;
	height: 80px;
  animation: 60s linear 0s infinite both wave;
}
.sec-home-02.interview::before {
	top: -79px;
	background: url("../img/home/bg_wave_01.svg") 0 bottom repeat-x;
	background-size: 100%;
}
.sec-home-02.interview::after {
	bottom: -79px;
	background: url("../img/home/bg_wave_02.svg") 0 top repeat-x;
	background-size: 100%;
}
@keyframes wave {
  0% {
		transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sec-home-02.interview .ttl-home-01 {
  position: relative;
}
.sec-home-02.interview .ttl-home-01::before {
  content: "";
  display: block;
  position: absolute;
  top: -300px;
  right: 90px;
  width: 280px;
  height: 280px;
  background: url("../img/home/img_interview.png") no-repeat 50% 50%;
  background-size: contain;
}
.slider-wrap {
  position: relative;
  margin-top: -20px;
  padding-top: 120px;
}
.slider-02 .swiper-wrapper {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.slider-02 .item {
  width: min(calc(100% - 40px), 600px);
  margin: 0 30px;
  color: #fff;
}
.slider-02 .img {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 60px;
}
.slider-02 .detail {
  position: relative;
  margin: 15px 60px 0;
  padding-left: 80px;
  line-height: 1.65;
}
.slider-02 .detail::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 75px;
  background: no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}
.slider-02 .item-01 .detail::before {
  background-image: url("../img/home/num_01.svg");
}
.slider-02 .item-02 .detail::before {
  background-image: url("../img/home/num_02.svg");
}
.slider-02 .item-03 .detail::before {
  background-image: url("../img/home/num_03.svg");
}
.slider-02 .item-04 .detail::before {
  background-image: url("../img/home/num_04.svg");
}
.slider-02 .item-05 .detail::before {
  background-image: url("../img/home/num_05.svg");
}
.slider-02 .ttl,
.slider-02 .name {
  display: block;
}
.slider-02 .ttl {
  margin-bottom: 5px;
  font-size: var(--f-size-l);
  font-weight: 700;
  font-family: var(--f-family-zenkaku);
}
.slider-02 .name {
  font-size: var(--f-size-s);
  font-weight: 500;
}
.slider-03 {
  width: 143px;
  height: 153px;
}
.slider-03 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.slider-03 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.slider-03 .swiper-wrapper .job {
  position: relative;
  top: 10px;
  display: block;
  width: 100%;
  height: calc(100% - 10px);
  text-align: center;
  opacity: 0 !important;
  transition: top 1.5s ease-in-out;
}
.slider-03 .swiper-wrapper .job::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/home/job_line.svg") no-repeat 50% 50%;
  background-size: contain;
  animation: 30s linear infinite rotation;
}
.slider-03 .swiper-wrapper .job img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 17px;
  transform: translate(-50%, -50%);
}
.slider-03 .job.swiper-slide-thumb-active {
  top: 0;
  opacity: 1 !important;
}
.slider-03 .job img {
  opacity: 0;
  transition: opacity 0.5s;
}
.slider-03 .job.swiper-slide-thumb-active img {
  opacity: 1;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-wrap {
  display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -60px;
}
.arrow-wrap .arrow-prev,
.arrow-wrap .arrow-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #aad8ef;
  cursor: pointer;
  transition: opacity 0.2s;
}
.arrow-wrap .arrow-prev {
  margin-right: 10px;
}
.arrow-wrap .arrow-prev::before,
.arrow-wrap .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask: url("../img/ico_arrow_01.svg") no-repeat 50% 50% / 30px;
  mask: url("../img/ico_arrow_01.svg") no-repeat 50% 50% / 30px;
  background: #55b2df;
}
.arrow-wrap .arrow-prev::before {
  transform: scaleX(-1);
}
.arrow-wrap .arrow-prev:hover,
.arrow-wrap .arrow-next:hover {
  opacity: 0.7;
}

/* company ----------- */
.list-company .data .ttl .ja,
.list-company .voices .ttl .ja {
  height: 61px;
}
.list-company .education .ttl .ja,
.list-company .welfare .ttl .ja {
  height: 21px;
}
.list-company {
  overflow: hidden;
  display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -ms-flex-pack: justify;
	justify-content: space-between;
  margin-bottom: -20px;
}
.list-company .item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.list-company .item .link-cmn-01 {
  display: block;
  padding: 60px 40px 20px;
  background: #e7f0f3;
  border-radius: 50px;
}
.list-company .item .ttl .en {
  height: 13px;
  margin-bottom: 25px;
}
.list-company .item .img {
  width: min(80%, 300px);
  margin: 10px 0 0 auto;
}

/* faq ----------- */
.sec-home-02.faq {
  background: #cad4de;
}
.sec-home-02.faq .btn-home {
  display: block;
  width: 130px;
  height: 50px;
  margin: 40px 0 0;
  padding-top: 1.2em;
  line-height: 1;
  color: #fff;
  font-size: var(--f-size-s);
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
  background: #dae1e8;
  transition: background-color 0.2s;
}
.sec-home-02.faq .btn-home:hover {
  background: #a4b5c7;
}

/* movie ----------- */
.sec-home-02.movie {
  background: #e7f0f3;
}

.sec-home-02.movie .box-movie {
  overflow: hidden;
  /* border-radius: 30px; */
  display: grid;
  grid-auto-flow: row;
  gap: 80px;
}

.sec-home-02.movie .box-movie .movie {
  display: block;
  width: 100%;
  border-radius: 30px;
}

@media screen and (min-width: 1px) and (max-width: 799px) {
  .sec-home-02.movie .box-movie {
    gap: 30px;
  }
}

/* ==========================================================
 max-width: 799px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 799px) {
  .sec-in-01,
  .sec-in-02 {
    padding: 60px 20px;
  }
  .sec-in-02 {
    display: block;
  }
  .heading,
  .list-company,
  .list-aco-01,
  .box-movie {
    width: auto;
  }

  .heading {
    margin-bottom: 40px;
  }
  .ttl-home-01 .en {
    height: 34px;
    margin: 0 auto 15px;
  }
  .ttl-home-01 .ja {
    height: 12px;
    margin: 0 auto;
  }

  .area-home-01 {
    padding-top: 0;
  }
  .main-01 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    padding-bottom: 43vw;
  }
  .main-01 .slider-01 {
    width: 100%;
    border-radius: 0;
  }
  .main-01 .ttl {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 50px 50px 0;
  }
  .main-01 .ttl img {
    max-width: 70%;
  }
  .main-02 {
    display: block;
    margin: 0;
  }
  .main-01::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/home/img_interview.png) no-repeat 50% 50%;
    background-size: contain;
    bottom: 0;
    right: 5px;
    width: 52vw;
    height: 52vw;
  }
  .main-02 .txt {
    line-height: 2;
    margin: 0 50px;
  }
  .main-02 .word {
    width: 250px;
    margin: 50px auto;
  }

  .area-home-02 {
    margin-top: 120px;
    padding-bottom: 80px;
  }
  .area-home-02 .sec-in-01 {
    padding: 60px 0 80px;
  }
  .sec-home-02.interview {
    margin-bottom: 10px;
  }
  .sec-home-02.interview::before,
  .sec-home-02.interview::after {
    width: 3000px;
  }
  .sec-home-02.interview .ttl-home-01::before {
    display: none;
  }
  .arrow-wrap {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    transform: translateX(-50%);
  }
  .arrow-wrap .arrow-prev,
  .arrow-wrap .arrow-next {
    width: 40px;
    height: 40px;
  }
  .arrow-wrap .arrow-prev::before,
  .arrow-wrap .arrow-next::before {
    background-size: 20px;
  }
  .arrow-wrap .arrow-prev {
    margin-right: 10px;
  }
  .slider-wrap {
    margin-top: 10px;
    padding-top: 80px;
  }
  .slider-02 .detail::before {
    top: 30px;
    width: 40px;
  }
  .slider-02 .img {
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .slider-02 .detail {
    margin: 0;
    padding-left: 50px;
  }
  .slider-03 {
    width: 100px;
    height: 110px;
  }
  .slider-03 .swiper-wrapper .job img {
    height: 13px;
  }

  .company .sec-in-02 {
    padding-top: 100px;
  }
  .list-company .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .list-company .item .link-cmn-01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
    border-radius: 20px;
  }
  .list-company .item .ttl .en {
    height: 13px;
    margin-bottom: 15px;
  }
  .list-company .data .ttl .ja,
  .list-company .voices .ttl .ja {
    height: 54px;
  }
  .list-company .education .ttl .ja,
  .list-company .welfare .ttl .ja {
    height: 20px;
  }
  .list-company .item .img {
    width: 50%;
    margin: -10px 0;
  }

  .sec-home-02.faq .sec-in-02 {
    position: relative;
    padding-bottom: 120px;
  }
  .sec-home-02.faq .btn-home {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 50%;
    font-size: var(--f-size-m);
    transform: translateX(-50%);
  }

  .sec-home-02.movie .box-movie {
    border-radius: 10px;
  }

  .area-home-03 .sec-cmn-02 + .sec-cmn-02 {
    margin-top: 50px;
    padding-top: 0;
  }
}