@charset "UTF-8";

#mainArea .f_en:not(.access .f_en) {
  font-family: "europa", sans-serif;
}
#mainArea .img {
  position: relative;
}
#mainArea .img .caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 0 3px #000;
  line-height: 1em;
}
#mainArea .img .caption.r {
  left: auto;
  right: 10px;
}
#mainArea .img .caption.b {
  color: #000;
  text-shadow: 0 0 3px #fff;
}
#mainArea .img .caption.out {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 0 0 0 9px;
  color: #707070;
}
#mainArea.inner .visual {
  padding-bottom: 80px;
}
#mainArea.inner .visual .lead {
  text-align: center;
  font-size: 36px;
  margin-top: 72px;
}
#mainArea.inner .visual .text {
  text-align: center;
  color: #707070;
  margin-top: 27px;
}
#mainArea.inner .inner_sec {
  padding: 90px 0;
}
#mainArea.inner.step .inner_sec {
  background: #f0f0f0;
}
#mainArea.inner .inner_sec > .inner {
  max-width: 1160px;
  margin: 0 auto;
}
#mainArea.inner.step .inner_sec .hbox .label {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background:
    url(../images/step/icon_step1.png) no-repeat center top / 122.5px auto,
    url(../images/step/bg_fukidashi.png) no-repeat center bottom / 80px auto;
  padding: 102px 0 3px 0;
  letter-spacing: 0.03em;
}
#mainArea.inner.step .inner_sec.step2 {
  background: #fff;
}
#mainArea.inner.step .inner_sec.step2 .hbox .label {
  background:
    url(../images/step/icon_step2.png) no-repeat center top / 133px auto,
    url(../images/step/bg_fukidashi.png) no-repeat center bottom / 80px auto;
  padding-top: 138px;
}
#mainArea.inner.step .inner_sec.step3 .hbox .label {
  background:
    url(../images/step/icon_step3.png) no-repeat center top / 75px auto,
    url(../images/step/bg_fukidashi.png) no-repeat center bottom / 80px auto;
  padding-top: 141px;
}
#mainArea.inner.step .inner_sec .hbox {
  margin-bottom: 70px;
}
#mainArea.inner.step .inner_sec .hbox h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.07em;
  font-weight: 300;
  margin-top: 18px;
}
#mainArea.inner.step .inner_sec .hbox .text {
  text-align: center;
  margin-top: 38px;
  line-height: 2em;
  font-size: 18px;
}
#mainArea.inner.step .inner_sec.step1 .fbox {
  display: flex;
  justify-content: space-between;
}
#mainArea.inner.step .inner_sec.step1 .fbox .box1 {
  width: calc(100% - 434px);
}
#mainArea.inner.step .inner_sec.step1 .fbox .box1 .img img {
  max-width: none;
  width: 830px;
  height: 759px;
  object-fit: cover;
  position: relative;
  left: -104px;
}
#mainArea.inner.step .inner_sec.step1 .fbox .box1 .img .caption {
  left: -90px;
}
#mainArea.inner.step .inner_sec.step1 .fbox .box2 {
  width: 360px;
}
#mainArea.inner.step .inner_sec.step1 .fbox .box2 .inbox + .inbox {
  margin-top: 46px;
}
#mainArea.inner.step .inner_sec.step1 .fbox .box2 .inbox .text {
  color: #707070;
}
#mainArea.inner.step .inner_sec.step1 .fbox .box2 .inbox .img {
  margin-top: 26px;
}
#mainArea.inner.step .inner_sec.step1 .fbox .box2 .inbox + .inbox .img {
  width: 105.5%;
  margin: 12px 0 0 -10px;
}
#mainArea.inner.step .inner_sec.step2 .fbox {
  display: flex;
  justify-content: space-between;
}
#mainArea.inner.step .inner_sec.step2 .fbox .box {
  width: calc((100% - 60px) / 2);
}
#mainArea.inner.step .inner_sec.step2 .fbox .box .text {
  color: #707070;
  margin-bottom: 26px;
}
#mainArea.inner.step .inner_sec.step2 .fbox .box .note {
  font-size: 12px;
  color: #707070;
  margin-top: 28px;
}

#mainArea.inner.step .inner_sec.step3 .fbox {
  width: 700px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-direction: row-reverse;
  align-items: center;
}
#mainArea.inner.step .inner_sec.step3 .fbox .img {
  width: 368px;
}
#mainArea.inner.step .inner_sec.step3 .fbox .text {
  color: #707070;
  margin-bottom: 26px;
  width: calc(100% - 400px);
}
#mainArea.inner .apply {
  padding: 90px 0;
}
#mainArea.inner .apply .text {
  color: #707070;
  width: 560px;
  margin: 0 auto;
  background: url(../images/img_fukidashi.png) no-repeat center bottom / 560px auto;
  padding-bottom: 34px;
}
#mainArea.inner .apply .bt_more {
  width: 500px;
  margin: 40px auto 0;
}
#mainArea.inner .apply .bt_more span {
  height: 60px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding-left: 46px;
}
#mainArea.inner .apply .bt_more span::before {
  width: 60px;
  height: 60px;
}
#mainArea.inner .apply .bt_more span::after {
  background: url(../images/icon_mail_w.png) no-repeat center center / 30px;
  width: 30px;
  height: 30px;
  right: 15px;
}
/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/

@media screen and (max-width: 767px) {
  #mainArea .img .caption {
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: #fff;
    font-size: 10px;
    text-shadow: 0 0 3px #000;
    line-height: 1em;
  }
  #mainArea .img .caption.r {
    left: auto;
    right: 8px;
  }
  #mainArea.inner .visual .lead {
    text-align: center;
    font-size: 20px;
    margin-top: 42px;
  }
  #mainArea.inner .visual .text {
    text-align: left;
    color: #707070;
    margin-top: 17px;
    font-size: 15px;
    padding: 0 5%;
  }
  #mainArea .contact .list .box > .bt_more {
    margin-top: 15px;
  }
  #mainArea.inner .inner_sec {
    padding: 60px 0;
  }
  #mainArea.inner.step .inner_sec {
    background: #f0f0f0;
  }
  #mainArea.inner .inner_sec > .inner {
    max-width: 90%;
    margin: 0 auto;
  }
  #mainArea.inner.step .inner_sec .hbox .label {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background:
      url(../images/step/icon_step1.png) no-repeat center top / 92.5px auto,
      url(../images/step/bg_fukidashi.png) no-repeat center bottom / 62px auto;
    padding: 76px 0 2px 0;
    letter-spacing: 0.03em;
  }
  #mainArea.inner.step .inner_sec.step2 {
    background: #fff;
  }
  #mainArea.inner.step .inner_sec.step2 .hbox .label {
    background:
      url(../images/step/icon_step2.png) no-repeat center top / 105px auto,
      url(../images/step/bg_fukidashi.png) no-repeat center bottom / 62px auto;
    padding-top: 110px;
  }
  #mainArea.inner.step .inner_sec.step3 .hbox .label {
    background:
      url(../images/step/icon_step3.png) no-repeat center top / 64px auto,
      url(../images/step/bg_fukidashi.png) no-repeat center bottom / 62px auto;
    padding-top: 113px;
  }
  #mainArea.inner.step .inner_sec .hbox {
    margin-bottom: 40px;
  }
  #mainArea.inner.step .inner_sec .hbox h2 {
    text-align: center;
    font-size: 23px;
    letter-spacing: 0;
    font-weight: 300;
    margin-top: 12px;
  }
  #mainArea.inner.step .inner_sec .hbox .text {
    text-align: left;
    margin: 28px 0 0 0;
    line-height: 1.8em;
    font-size: 15px;
  }
  #mainArea.inner.step .inner_sec.step1 .fbox {
    display: block;
  }
  #mainArea.inner.step .inner_sec.step1 .fbox .box1 {
    width: auto;
  }
  #mainArea.inner.step .inner_sec.step1 .fbox .box1 .img img {
    max-width: none;
    width: 100%;
    height: 64vw;
    object-fit: cover;
    position: relative;
    left: auto;
  }
  #mainArea.inner.step .inner_sec.step1 .fbox .box1 .img .caption {
    left: 8px;
  }
  #mainArea.inner.step .inner_sec.step1 .fbox .box2 {
    width: auto;
    margin-top: 50px;
  }
  #mainArea.inner.step .inner_sec.step1 .fbox .box2 .inbox + .inbox {
    margin-top: 46px;
  }
  #mainArea.inner.step .inner_sec.step1 .fbox .box2 .inbox .text {
    color: #707070;
    font-size: 14px;
  }
  #mainArea.inner.step .inner_sec.step1 .fbox .box2 .inbox .img {
    margin: 29px auto 0 auto;
    width: 85%;
  }
  #mainArea.inner.step .inner_sec.step1 .fbox .box2 .inbox + .inbox .img {
    margin: 21px auto 0 auto;
    width: 89%;
  }
  #mainArea.inner.step .inner_sec.step2 .fbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
  }
  #mainArea.inner.step .inner_sec.step2 .fbox .box {
    width: auto;
  }
  #mainArea.inner.step .inner_sec.step2 .fbox .box .text {
    color: #707070;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #mainArea.inner.step .inner_sec.step2 .fbox .box1 .img img {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 80vw;
  }
  #mainArea.inner.step .inner_sec.step2 .fbox .box .note {
    font-size: 11px;
    color: #707070;
    margin-top: 19px;
  }

  #mainArea.inner.step .inner_sec.step3 .fbox {
    width: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  #mainArea.inner.step .inner_sec.step3 .fbox .img {
    width: 80%;
  }
  #mainArea.inner.step .inner_sec.step3 .fbox .text {
    color: #707070;
    margin: 21px 0 0 0;
    width: auto;
    font-size: 14px;
  }
  #mainArea.inner .apply {
    padding: 60px 5%;
  }
  #mainArea.inner .apply .text {
    color: #707070;
    width: auto;
    margin: 0 auto;
    background: url(../images/img_fukidashi.png) no-repeat center bottom / 400px auto;
    padding-bottom: 34px;
    font-size: 15px;
  }
  #mainArea.inner .apply .bt_more {
    width: 350px;
    max-width: 100%;
    margin: 20px auto 0;
  }
  #mainArea.inner .apply .bt_more span {
    height: 60px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: normal;
    padding-left: 26px;
  }
}
