@charset "UTF-8";

/*----------------------------------------------------
 award
----------------------------------------------------*/

.award {
  position: relative;
}
.award-text {
  background: #0092d8;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  padding-top: 9.11vw;
  padding-left: 1.25em;
  padding-right: 1.25em;
  text-align: center;
}

@media (min-width: 768px) {
  .award-text {
    background: transparent;
    font-size: min(28px, 1.5vw);;
    line-height: 1.8;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
  }
}

.award__note{
  position: absolute;
  bottom: 7.6%;
  left: 9%;
  width: 80%;
  color: white;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .award__note{
    bottom: 11.5%;
    left: 19.5%;
    width: 60.5%;
    font-size: min(16px, 0.9vw);;
  }
}

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

 .banner .sp{
  height: fit-content;
 }

.banner__content{
  position: absolute;
  top: 24%;
  left: 0;
}

@media (min-width: 768px) {
  .banner__content{
    top: 28%;
  }
}


/*----------------------------------------------------
 flow
----------------------------------------------------*/
.flow {
  position: relative;
}
.flow-step-title {
  color: #d33957;
  font-size: 5.6vw;
  font-weight: bold;
  text-align: center;
}
.flow-step-text {
  font-size: 4.16vw;
  line-height: 1.8;
  margin-top: .75em;
}
.flow-step1,
.flow-step2,
.flow-step3 {
  position: absolute;
  left: 13.0%;
  width: 74.5%;
}
.flow-step1 {
  top: 31.7%;
}
.flow-step2 {
  top: 58.9%;
}
.flow-step3 {
  top: 83.3%;
}


@media (min-width: 768px) {
  .flow-step-title {
    font-size: min(25px, 1.3vw);
    line-height: 1.5;
  }
  .flow-step-text {
    font-size: min(16px, 0.83vw);
    line-height: 1.7;
    margin-top: .75em;
  }
  .flow-step1 .flow-step-text {
    margin-top: .5em;
  }
  .flow-step2 .flow-step-text {
    margin-top: 2em;
  }
  .flow-step3 .flow-step-text {
    margin-top: 2em;
  }
  .flow-step1,
  .flow-step2,
  .flow-step3 {
    top: 65.7%;
    width: 17.18%;
  }
  .flow-step1 {
    left: 20%;
    top: 64.3%
  }
  .flow-step2 {
    left: 41.3%;
  }
  .flow-step3 {
    left: 62.6%;
  }
  .flow-requirements {
    left: 20.3%;
    height: min(400px, 20.83vw);
    padding-right: 3em;
    top: 62.7%;
    width: 60%;
  }
  .flow-requirements-title {
    font-size: min(35px, 1.82vw);
  }
  .flow-requirements-text {
    font-size: min(23px, 1.19vw);
    line-height: 1.6;
    margin-top: 1.25em;
  }
}

/*----------------------------------------------------
 form
----------------------------------------------------*/
.form {
  margin: 0 auto 18.22vw;
  width: 87.23%;
}
.form-title {
  margin: 0 auto 11.45vw;
  width: 65.67%;
}
.form-main {
  margin-bottom: 7.16vw;
}
.form-remark {
  margin-bottom: 9.76vw;
}

@media (min-width: 768px) {
  .form {
    margin-bottom: min(100px, 5.2vw);
    width: 62.5%;
  }
  .form-title {
    margin: 0 auto  min(40px, 2.08vw);
    width: 22.17%;
  }
  .form-main {
    margin-bottom: min(35px, 1.82vw);
  }
  .form-remark {
    font-size: min(23px, 1.19vw);
    margin-bottom: min(75px, 3.9vw);
  }
}

/*----------------------------------------------------
 form-requirements
----------------------------------------------------*/
.form-requirements {
  border: 1px solid #ccc;
  border-radius: .5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  width: 100%;
}
.form-requirements-in {
  height: 95.7vw;
  overflow-y: scroll;
  padding-right: 2em;
}
.form-requirements-title {
  font-size: 5.46vw;
  font-weight: bold;
}
.form-requirements-text {
  font-size: 4.16vw;
  line-height: 1.8;
  margin-top: 1.25em;
}


@media (min-width: 768px) {

  .form-requirements {
    padding: 1.5em;
  }
  .form-requirements-in {
    height: min(424px, 22.08vw);
  }
  .form-requirements-title {
    font-size: min(35px, 1.82vw);
  }
  .form-requirements-text {
    font-size: min(23px, 1.19vw);
    line-height: 1.6;
    margin-top: 1.25em;
  }
}

/*----------------------------------------------------
 iimono
----------------------------------------------------*/
.iimono-title {
  margin: 0 auto 3.9vw;
  width: 61.19%;
}
.iimono-banner {
  margin: 0 auto;
  width: 87.23%;
}

@media (min-width: 768px) {
  .iimono {
    margin-bottom: min(50px, 2.6vw);
  }
  .iimono-title {
    margin-bottom: min(25px, 1.3vw);
    width: 26.4%;
  }
  .iimono-banner {
    width: 62.5%;
  }
}

.hidden {
  display: none;
}