@charset "UTF-8";
/*----------------------------
*
*     base
*
*----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Traditional+Chinese:wght@600&display=swap");
html {
  font-size: 62.5%;
}

html body {
  font-family: "Microsoft JhengHei", STHeiti, "Noto Sans Traditional Chinese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", "sans-serif";
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: normal;
  cursor: auto;
}

html body.fixed {
  overflow: hidden;
}

html img {
  display: block;
  width: 100%;
  height: auto;
}

html p, html a, html dt, html dd {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
}

html p, html dt, html dd {
  color: #3a3a3a;
}

html a {
  text-decoration: none;
}

.pc {
  display: none;
}

input, input.safari {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select, select.safari {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea, textarea.safari {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
}

button, button.safari,
input[type="submit"], input[type="submit"].safari {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
}

.lang-right-bottom-btn
{
  background: #fbfb24;
  /* font-size:medium; */
position: absolute;
z-index: 10;
right : 2%;
/* top : 20%; */
display: block;
}

@media screen and (min-width: 769px) {
  body p, body dd {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  main {
    overflow: hidden;
  }
}

/*----------------------------
*
*     common
*
*----------------------------*/
.section-title {
  width: 4.4em;
  margin: auto;
  padding: 0 0.5rem 0.6rem 0.5rem;
  border-bottom: 0.1rem solid #000;
  box-sizing: border-box;
}

.section-title__text {
  /* width: 5em;
  font-size: 2em; */
  position: relative;
}

@media screen and (min-width: 769px) {
  .section-title {
    max-width: 20.6rem;
    border-bottom: 0.2rem solid #000;
  }
  .section-title__text {
    /* width: 5em;
    font-size: 2em; */
    position: relative;
  }
}

.fadein {
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*----------------------------
*
*     keyframes
*
*----------------------------*/
@keyframes floatUpDown {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -10px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes floatUpDownDeco {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -30px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes floatRightLeft {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(-15px, 0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*----------------------------
*
*     hero-image
*
*----------------------------*/
.hero-image {
  position: relative;
}

.hero-image h1 {
  font-size: 3.2vw;
  color: #808080;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
}

@media screen and (min-width: 769px) {
  .hero-image h1 {
    top: 3rem;
    left: 11vw;
    font-size: 1.4rem;
  }
}

/*----------------------------
*
*     recruit
*
*----------------------------*/
h2 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: normal;
  font-family: "Microsoft JhengHei", STHeiti, "Noto Sans Traditional Chinese";
}

.recruit {
  padding: 2.2rem;
}

.recruit__logo {
  width: 42%;
  margin: auto;
  opacity: 0.2;
  transform: translate(0, 30px);
}

.recruit h2 {
  text-align: center;
  width: 60.535vw;
  margin: 2.2rem auto 0;
  /* opacity: 0.2; */
  transform: translate(0, 30px);
}

.recruit__message {
  margin: 3rem auto;
  object-fit: cover;
  /* opacity: 0.2; */
  /* transform: translate(0, 30px); */
}

.recruit__message img{
  width: 100%;
  margin: auto;
  object-fit: cover;
}
.recruit__btn {
  width: 100%;
  margin: 3rem auto 0;
}

.recruit__btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .recruit {
    max-width: 100rem;
    margin: auto;
    padding: 0;
    /* transform: translateY(-6.3rem); */
  }
  .recruit__logo {
    width: 17.2rem;
  }
  .recruit h2 {
    width: 46.1rem;
    margin-top: 3rem;
  }
  /* .recruit__message {
    width: 33.6rem;
    margin-top: 3rem;
  } */
  .recruit__btn {
    /* margin-top: 9rem; */
    width: 60rem;
  }
}

/*----------------------------
*
*     movie
*
*----------------------------*/
.movie {
  /* margin-top: 5rem; */
  padding: 0 1.2rem;
  position: relative;
}

.movie__video {
  width: 74%;
  height: 60%;
  position: absolute;
  top: 16vw;
  left: 13%;
}

@media screen and (min-width: 769px) {
  .movie {
    max-width: 100rem;
    margin: 1.5rem auto 0;
    padding: 0;
  }
  .movie__video {
    width: 78%;
    top: 21.2%;
    left: 11%;
  }
}

/*----------------------------
*
*     period
*
*----------------------------*/
.period {
  background: #fbfb24;
  background: linear-gradient(0deg, #fbfb24 0%, #ffffff 100%);
  z-index: 1;
  padding: 11rem 10.27% 11em;
  padding: 6vw 10.27%;
  position: relative;
}

.period__bg-top {
  height: 12rem;
  overflow: hidden;
}


.period__inner {
  max-width: 100rem;
  margin: auto;
  padding: 0 2.2rem;
  box-sizing: border-box;
}

.period__text {
  /* width: 19.1rem;
  width: 50.935vw; */
  margin: 3.5rem 0;
  position: relative;
  text-align: center;
}

.period__content {
  /* max-width: 100rem; */
  margin: auto;
}
/* .period__text {
  max-width: 28.9rem;
} */


@media screen and (min-width: 769px) {
  .period {
    padding-right: 0;
    padding-left: 0;
    margin-top: 7rem;
    padding-top: 4.8vw;
  }
  .period__inner {
    max-width: 100rem;
    margin: auto;
    padding: 0 2.2rem;
    box-sizing: border-box;
  }
  .period__content {
    max-width: 100rem;
    margin: auto;
  }
  /* .period__text {
    max-width: 28.9rem;
  } */

}

/*----------------------------
*
*     application
*
*----------------------------*/
.application {
  position: relative;
}

.application__inner {
  padding: 5vw 2.2rem 0;
  /* background-image: url(../images/bg/bg_application.png); */
  background-repeat: no-repeat;
  background-size: 100%;
}

.application .section-title {
  position: relative;
}

.application .section-title__decoration {
  margin-bottom: 0.8rem;
}

.application__step-item {
  display: contents;
}

.application__step-content {
  width: 145px;
  margin: auto;
  width: 46%;
  max-width: 29rem;
}

.application__step {
  margin-top: 2.2rem;
}

.application__step-item--img {
  position: relative;
}

.application__step-no {
  position: absolute;
  top: 0;
  width: 28.97%;
  left: -6%;
}

.application__step-item--text {
  width: 91.95%;
  margin: 1rem auto 0;
}

.application__step-item:last-of-type {
  display: flex;
  align-items: flex-start;
  margin-top: 6.5rem;
}

.application__step-item:last-of-type .application__step-item--img {
  margin: auto;
  margin-top: 0.3rem;
}

.application__step-item:last-of-type .application__step-item--text {
  width: 65.68%;
}

.application__step-item:last-of-type > div {
  width: 52%;
  margin-left: 2%;
}

@media screen and (min-width: 769px) {
  .application__inner {
    /* background-image: url(../images/bg/bg_application_pc.png); */
    padding-top: 9vw;
  }
  .application__step {
    max-width: 100rem;
    margin: 7.1rem auto 0;
    display: flex;
  }
  .application__step-item:last-of-type {
    width: 100%;
    margin-top: 0;
    margin-left: 3%;
  }
  .application__step-item:last-of-type > div {
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .application .section-title::before {
    height: 25rem;
    width: 25rem;
    top: -6vw;
    left: -24.6vw;
  }
}

/*----------------------------
*
*     qualification
*
*----------------------------*/
.qualification {
  position: relative;
  padding-top: 16vw;
}

.qualification .frame-sec {
  margin-top: 0;
  background-color: #fff;
}

/* @media screen and (min-width: 769px) {
  .qualification {
    padding-top: 8vw;
  }
} */

/*----------------------------
*
*     flow
*
*----------------------------*/
.flow {
  margin: 5rem 2.2rem 0;
}

.flow__list {
  display: flex;
  justify-content: space-between;
  margin-top: 2.2rem;
}

.flow__list-item {
  display: flex;
  align-items: center;
  position: relative;
}

.flow__list-item:nth-of-type(2)::before, .flow__list-item:last-of-type::before {
  content: '';
  display: block;
  height: 4.8vw;
  width: 6.934vw;
  background-image: url(../images/flow/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(-8.4vw - 2%);
}

.flow__list-item img {
  width: 24vw;
}

.flow .frame-sec {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .flow .frame-sec {
    margin: 9.2rem auto 0;
  }
  .flow__list {
    max-width: 70rem;
    margin: 4.8rem auto 0;
  }
  .flow__list-item img {
    max-width: 18rem;
  }
  .flow__list-item::before {
    height: 4.8vw;
    width: 4.934vw;
    max-height: 2.5rem;
    max-width: 5rem;
  }
  .flow__list-item:nth-of-type(2)::before, .flow__list-item:last-of-type::before {
    left: -6.6rem;
  }
}

/*----------------------------
*
*     frame-sec
*
*----------------------------*/
.frame-sec {
  margin: 5rem 2.2rem 0;
  padding: 3.5rem 2.4rem;
  border: 0.1rem solid #000;
  box-sizing: border-box;
}

.frame-sec__title {
  width: 4em;
  margin: auto;
  padding-bottom: 0.6rem;
  border-bottom: 0.1rem solid #000;
  box-sizing: border-box;
}

.frame-sec__list {
  margin-top: 3.5rem;
}

.frame-sec__list-item {
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .frame-sec {
    max-width: 70rem;
    margin: auto;
    padding: 6rem 7rem;
  }
  .frame-sec__title {
    /* width: 19rem; */
    border-width: 0.2rem;
  }
  .frame-sec__list-item {
    font-size: 1.6rem;
  }
}

/*----------------------------
*
*     application-cta
*
*----------------------------*/
.application-cta {
  margin: 5rem;
  /* padding: 0 2.2rem; */
  position: relative;
  align-items: center;
}

.application-cta__message {
  /* width: 26.2rem;
  width: 69.88vw; */
  margin: 3rem auto;
  text-align: center;
}

.application-cta__btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .application-cta {
    max-width: 60rem;
    margin: 3rem auto 0;
    padding: 0 5rem;
  }
  .application-cta__message {
    max-width: 33rem;
  }
  .application-cta__members {
    max-width: 50rem;
    margin: auto;
  }
}

/*----------------------------
*
*     footer
*
*----------------------------*/
.footer {
  margin-top: 5rem;
  margin-bottom: 3.8rem;
  padding: 0 1.3rem;
}

.footer__logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.footer__logo-item {
  width: 20%;
}


.footer__copy {
  display: block;
  text-align: right;
  margin-top: 2.1rem;
  font-size: 0.8rem;
  color: #999999;
}

@media screen and (min-width: 769px) {
  .footer {
    position: relative;
    max-width: 60rem;
    margin: 7rem auto 3rem;
    padding: 0;
  }
  .footer__logo {
    height: 7rem;
    justify-content: space-between;
  }
  .footer__logo-item:hover .logo {
    opacity: 0.6;
  }
  .footer__copy {
    position: absolute;
    font-size: 1.2rem;
    position: inherit;
    max-width: 60rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer__copy {
    position: absolute;
    right: -22rem;
    bottom: 0;
    font-size: 1.2rem;
    height: fit-content;
    margin-top: 0;
  }
}
