@charset "UTF-8";
.mainimagebox {
  margin: 0px auto 30px;
  max-width: 1440px;
  padding-top: 105px;
  .inner{
    padding: 0 clamp(40px, 5.5556vw, 80px);
  }

  @media screen and (min-width: 1441px) {
    max-width: initial;
    .inner{
      max-width: initial;
    }
  }

  @media screen and (max-width: 768px) {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    .inner{
      padding: 0 0 0 5vw;
    }
  }
}

.main_image {
  display: flex;
  justify-content: space-between;
  align-items: center;

  .main_text {
    box-sizing: border-box;
  }

  .text {
    font-size: clamp(34px, 3.3333vw, 48px);
    letter-spacing: 0.2em;
    font-family: serif;
    line-height: 1;
  }
  .text span {
    font-size: clamp(24px, 1.944vw, 28px);
    letter-spacing: 0.2em;
    font-family: serif;
    line-height: 2;
  }

  .sub_text {
    font-size: 13px;
    font-weight: bold;
    font-family: serif;
    padding-left: 2px;
  }

  .mv {
    max-width: clamp(600px, 52.2917vw, 753px);

    & img {
      width: 100%;
      display: block;
    }
  }

  /* 1441px以上：拡大 */
  @media screen and (min-width: 1441px) {
    min-width: initial;

    .text {
      font-size: 3.3vw;
    }
    .text span {
      font-size: 1.944vw;
    }
    .sub_text {
      font-size: 0.9vw;
    }

    .mv {
      max-width: 52vw;
    }
  }

  /* 768px以下：スマホ */
  @media screen and (max-width: 768px) {
    min-width: initial;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16vw;


    .main_text {
      padding: 8vw 0 4vw;
    }

    .text {
      font-size: 7vw;
    }
    .text span {
      font-size: 4.8vw;
    }

    .sub_text {
      font-size: 3.5vw;
    }

    .mv {
      max-width: 100%;
      width: 100%;

      & img {
        width: 100%;
      }
    }
  }
}

/* lead_sec */
.lead_sec {
  .sec_title {
    letter-spacing: 0em;
  }
  .sec_text {
    margin-bottom: 165px;
  }

  @media screen and (max-width: 768px) {
    .sec_text {
      margin-bottom: 13.8vw;
    }

    .check_bottom {
      /*text-align: left;*/
    }
  }
}

.checkbox{
  @media screen and (max-width: 768px){
    .check_bottom{
      padding: 3vw 4vw 8vw;
    }
  }
}


/* sec01 */
.sec01{
  margin-bottom: 140px;

  .top_text {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 78px;
  }

  .cont01{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;

    .flexbox{
      column-gap: 70px;
      margin-bottom: 76px;
      align-items: flex-start;
    }
    .reverse{
      margin-bottom: 135px;
    }
    .imagebox{
      width: 83.4%;
      .circle{
        position: absolute;
        bottom: 26px;
        left: 28px;
        width: 148px;
        height: 148px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        background-color: rgba(250, 148, 128, 0.9);
        font-size: 20px;
        font-weight: bold;
        border-radius: 50vh;
        line-height: 1.5;
      }
      .right_circle{
        left: 165px;
        background-color: rgba(255, 116, 139, 0.9);

      }
    }
    .textbox{
      width: 100%;
      .box_title {
        font-size: 28px;
        font-weight: bold;
        font-family: serif;
        margin-bottom: 20px;
        color: rgba(249, 145, 162, 1);
      }
      .box_title span {
        font-size: 19px;
        font-weight: bold;
      }
    }
  }

  @media screen and (max-width: 768px) {
    margin-bottom: 13.8vw;

    .top_text {
      font-size: 4vw;
      margin: 0 auto 13.8vw;
    }

    .cont01 {
      .flexbox {
        flex-direction: column-reverse;
        column-gap: 0;
        margin-bottom: 10vw;
      }
      .reverse {
        flex-direction: column-reverse;
        margin-bottom: 10vw;
      }
      .imagebox {
        width: 100%;
        .circle{
        bottom: 3vw;
        left: 5vw;
        width: 30vw;
        height: 30vw;
        font-size: 4vw;
      }
      .right_circle{
        left: 33vw;

      }
      }
      .textbox {
        width: 100%;
        .box_title {
          font-size: 5vw;
          margin-bottom: 3vw;
        }
        .box_title span {
          font-size: 4vw;
        }
        .box_text {
          font-size: 4vw;
        }
      }
    }
  }
}

/* sec02 */
.sec02{
  .cont01, .cont02, .cont03, .cont04 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;

    .box_title{
      font-size: 26px;
      font-weight: bold;
    }
    .flexbox{
      align-items: flex-start;
      column-gap: 66px;
      margin-bottom: 90px;
      .imagebox{
        width: 83%;
      }
    }
    .textbox{
      width: 100%;
      .box_header{
        display: flex;
        column-gap: 25px;
        align-items: center;
        margin-bottom: 35px;
        .box_title{
          font-size: 28px;
          font-weight: bold;
          font-family: serif;
          line-height: 1.3;
        }
        .num{
          color: #FF748B;
          font-size: 25px;
          letter-spacing: 0.1em;
        }
      }
    }
  }
  @media screen and (max-width: 768px) {
    .cont01, .cont02, .cont03, .cont04 {
      .flexbox {
        flex-direction: column;
        column-gap: 0;
        margin-bottom: 10vw;

        .textbox {
          display: contents;
        }

        .imagebox {
          order: 2;
          width: 100%;
        }

        .box_header {
          order: 1;
          column-gap: 3vw;
          margin-bottom: 3vw;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;

          .box_title { font-size: 5vw; }
          .num { font-size: 4.8vw; }
        }

        .box_text {
          order: 3;
          font-size: 4vw;
        }
      }

      .reverse {
        flex-direction: column;
      }

    }
  }
}

/* sec03 */
.sec03 {
  margin-bottom: 120px;

  .sec_header {
    flex-direction: column;
  }
  .sec_subtitle {
    font-family: Serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: .1em;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
  }

  .top_text{
    max-width: 1000px;
    margin: 0 auto 100px;
  }

  .title {
    letter-spacing: .1em;
    font-family: serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;

    margin: 0 40px 63px;
    padding: 35px 0;
    border-top:    1px solid rgba(249, 145, 162, 1);
    border-bottom: 1px solid rgba(249, 145, 162, 1);
  }

  .cont01 {
    counter-reset: cnt;
    max-width: 1200px;
    margin: 0 auto 100px;
    .flexbox{
      column-gap: 57px;
      margin-bottom: 62px;
      align-items: flex-start;

    }
    .flexbox:last-of-type{
      margin-bottom: 0;
      &::before{
        display: none;
      }
    }
    .imagebox{
      width: clamp(426px, 33.333vw, 480px);
      min-width: 40%;
      max-width: 40%;
      img {
        width:  100%;
        height: 100%;
        object-fit: contain;
      }
    }
    .textbox{
      .box_title {
        font-family: serif;
        font-weight: bold;
        font-size: 25px;
        padding-left: 107px;
        margin-bottom: 20px;
        height: 3.5em;
        line-height: 1.4;
        display: flex;
        align-items: center;
        justify-content: flex-start;

        position: relative;
        &::before{
          content: "";
          position: absolute;
          left: 0;
          bottom: 50%;
          transform: translateY(50%);
          border-radius: 50%;
          background: rgba(249, 145, 162, 1);
          width:  90px;
          height: 90px;

          counter-increment: cnt;
          content: counter(cnt, decimal-leading-zero);

          display: flex;
          justify-content: center;
          align-items: center;

          font-family: 'Noto Sans JP';
          font-size: 28px;
          text-align: center;
          color: #fff;
          font-weight: normal;
        }
      }
    }
  }

  .cont02 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;

    .flexbox{
      column-gap: 70px;
      margin-bottom: 76px;
      align-items: flex-start;
    }
    .box_title{
      font-size: 28px;
      font-weight: bold;
      font-family: serif;
      margin-bottom: 35px;
    }
    .reverse{
      margin-bottom: 135px;
    }
    .imagebox{
      width: 83.4%;
    }
    .textbox{
      width: 100%;
    }
  }

  .pink_box{
    box-sizing: border-box;
    width: 1200px;
    max-width: 100%;
    padding: 83px 73px;

    .box_title{
      font-size: 25px;
      text-align: center;
      font-weight: bold;
      font-family: serif;
      color: #FF748B;
      margin-bottom: 46px;
    }

    .box01 {
      margin-bottom: 80px;
      display: grid;
      row-gap: 0px;
      column-gap: 53px;
      grid-template-columns: repeat(3, 1fr);

      .item {
        .item_title {
          margin-bottom: 16px;
          font-family: serif;
          font-size: 25px;
          font-weight: bold;
          text-align: center;
          color: rgba(249, 145, 162, 1);
        }
        .item_image {
          width:  203px;
          height: 203px;
          object-fit: contain;
          margin: 0 auto 16px;
        }
        .item_text {
          text-align: justify;
        }
      }
    }
    .box02 {
      .flexbox{
        column-gap: 36px;
      }
      .reverse {
        margin-bottom: 0;
      }
      .imagebox{
        width: 91%;
        img {
          width:  100%;
          height: 100%;
          object-fit: contain;
        }
      }
      .textbox{
        width: 71.4%;
        .box_title {
          padding-top: 0;
          font-size: 25px;
          font-weight: bold;
          font-family: serif;
          text-align: left;
          margin-bottom: 20px;
          color: rgba(249, 145, 162, 1);
        }
      }
    }
  }

  @media screen and (max-width: 768px) {
    margin-bottom: 13.8vw;

    .sec_subtitle {
      font-size: 4vw;
      letter-spacing: .1em;
      margin-bottom: 1.33vw;
    }

    .top_text {
      font-size: 4vw;
      margin-bottom: 10vw;
    }

    .title {
      letter-spacing: .1em;
      font-size: 5.3vw;

      margin: 0 0 13.8vw;
      padding: 4.2vw 0;
      border-top:    0.26vw solid rgba(249, 145, 162, 1);
      border-bottom: 0.26vw solid rgba(249, 145, 162, 1);
    }

    .cont01 {
      margin: 0 auto 13.8vw;
      .flexbox {
        flex-direction: column;
        column-gap: 0;
        row-gap: 0;
        margin-bottom: 15vw;

        &::before {
          bottom: -7.33vw;
          border-width: 2.6vw 2.73vw 0 2.73vw;
        }
      }

      .imagebox {
        width: 100%;
        max-width: initial;
        min-width: initial;
        margin-bottom: 4.2vw;
      }

      .textbox {
        width: 100%;

        .box_title {
          font-size: 4.8vw;
          padding-left: 23vw;
          margin-bottom: 8.2vw;
          line-height: 1.6;
          &::before {
            left: 0;
            width:  19.2vw;
            height: 19.2vw;
            font-size: 6.3vw;
          }
        }
        .box_text {
          font-size: 4vw;
        }
      }
    }

    .cont02 {
      .flexbox {
        flex-direction: column-reverse;
        column-gap: 0;
        margin-bottom: 10vw;
      }
      .reverse {
        flex-direction: column-reverse;
        margin-bottom: 10vw;
      }
      .imagebox {
        width: 100%;
      }
      .textbox {
        width: 100%;
        .box_title {
          font-size: 5vw;
          margin-bottom: 3vw;
        }
        .box_title span {
          font-size: 4px;
        }
        .box_text {
          font-size: 4vw;
        }
      }

    }

    .pink_box {
      margin-bottom: 10vw;
      padding: 5.5vw;

      .box_title {
        font-size: 5vw;
        padding-top: 5vw;
        margin-bottom: 8vw;
      }

      .box01 {
        margin-bottom: 13.8vw;
        display: grid;
        row-gap: 13.8vw;
        column-gap: initial;
        grid-template-columns: repeat(1, 1fr);

        .item {
          .item_title {
            margin-bottom: 4.2vw;
            font-size: 5.2vw;
          }
          .item_image {
            width:  43.3vw;
            height: 43.3vw;
            object-fit: contain;
            margin: 0 auto 4.2vw;
          }
          .item_text {
            font-size: 4vw;
          }
        }
      }
      .box02 {
        .flexbox {
          flex-direction: column-reverse;
          column-gap: 0;
          margin-bottom: 0;
        }
        .reverse {
          flex-direction: column-reverse;
          margin-bottom: 0;
        }
        .imagebox {
          width: 100%;
          margin: 0 auto 4.2vw;
        }
        .textbox {
          width: 100%;
          .box_title {
            font-size: 5vw;
            margin-bottom: 3vw;
          }
          .box_text {
            font-size: 4vw;
            margin-bottom: 0;
            padding: 0;
          }
        }
      }

      .flexbox {
        flex-direction: column;
        column-gap: 0;
        row-gap: 6.67vw;
        margin-bottom: 6.27vw;
      }
      .flexbox img {
        width: 80%;
        min-width: initial;
        height: auto;
      }
      .box_text {
        font-size: 4vw;
        margin-bottom: 5vw;
        padding: 0 5vw;
      }
    }
  }
}

/* sec04 */
.sec04 {
  @media screen and (max-width: 768px){
    margin-bottom: 13.8vw;
  }
}