@charset "UTF-8";

.contents_area > *:not(#breadlist) {
  .f_en {
    font-family: "europa", sans-serif;
  }
  &.inner_sec {
    background: #f0f0f0;
  }
  &.inner_sec .hbox .label {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background:
      url(../img/icon_step1.png) no-repeat center top / 122.5px auto,
      url(../img/bg_fukidashi.png) no-repeat center bottom / 80px auto;
    padding: 102px 0 3px 0;
    letter-spacing: 0.03em;
  }
  &.inner_sec.step2 {
    background: #fff;
  }
  &.inner_sec.step2 .hbox .label {
    background:
      url(../img/icon_step2.png) no-repeat center top / 133px auto,
      url(../img/bg_fukidashi.png) no-repeat center bottom / 80px auto;
    padding-top: 138px;
  }
  &.inner_sec.step3 .hbox .label {
    background:
      url(../img/icon_step3.png) no-repeat center top / 75px auto,
      url(../img/bg_fukidashi.png) no-repeat center bottom / 80px auto;
    padding-top: 141px;
  }
  &.inner_sec .hbox {
    margin-bottom: 70px;
  }
  &.inner_sec .hbox h2 {
    text-align: center;
    font-size: 34px;
    letter-spacing: 0.07em;
    font-weight: 300;
    margin-top: 18px;
    line-height: 1;
  }
  &.inner_sec .hbox .text {
    text-align: center;
    margin-top: 38px;
    line-height: 2em;
    font-size: 18px;
  }
  &.inner_sec.step1 .fbox {
    display: flex;
    justify-content: space-between;
  }
  &.inner_sec.step1 .fbox .box1 {
    width: calc(100% - 434px);
  }
  &.inner_sec.step1 .fbox .box1 .img img {
    max-width: none;
    width: 830px;
    height: 759px;
    object-fit: cover;
    position: relative;
    left: -104px;
  }
  &.inner_sec.step1 .fbox .box1 .img .caption {
    left: -90px;
  }
  &.inner_sec.step1 .fbox .box2 {
    width: 360px;
    @media screen and (min-width: 768px) {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }
  &.inner_sec.step1 .fbox .box2 .inbox + .inbox {
    margin-top: 46px;
  }
  &.inner_sec.step1 .fbox .box2 .inbox .text {
    color: #707070;
  }
  &.inner_sec.step1 .fbox .box2 .inbox .img {
    margin-top: 26px;
  }
  &.inner_sec.step2 .fbox {
    display: flex;
    justify-content: space-between;
  }
  &.inner_sec.step2 .fbox .box {
    width: calc((100% - 60px) / 2);
  }
  &.inner_sec.step2 .fbox .box .text {
    color: #707070;
    margin-bottom: 26px;
  }
  &.inner_sec.step2 .fbox .box .note {
    font-size: 12px;
    color: #707070;
    margin-top: 28px;
  }

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

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

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