@charset "utf-8";
* {
    box-sizing: border-box;
}
body {
    font-size: 16px;
    line-height:1.6em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: .3px;
    color: #555;
    width: 100%;
}
.mb10{ margin-bottom: 10px;}

/* ────────────────────────────────────

HEADER

────────────────────────────────────*/
header{
  padding: 10px;
}
header img{
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto;
}

#mv{
  padding: 2vw;
  background: linear-gradient(to right, #f4919d, #f4919d 50%, #9ed0e8 50%, #9ed0e8);
  position: relative;
  height: 150vw;
  overflow: hidden;
  border-top: 1vw solid #a657ac;
  border-bottom: 1vw solid #a657ac;
}
  #mv h1{
    padding: 0 3vw 3vw;
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 4;
  }
    #mv h1 img{
      display: block;
      width: 100%;
      height: auto;
    }
  #mv #img02{
    display: block;
    width: 92vw;
    height: auto;
    position: absolute;
    top: 51vw;
    left: -5vw;
    z-index: 1;
  }
  #mv #img03{
    display: block;
    width: 82vw;
    height: auto;
    position: absolute;
    top: 51vw;
    right: -22vw;
    z-index: 2;
  }
  #mv_list{
    width: 96%;
    z-index: 3;
    position: absolute;
    bottom: 10px;
    left: 2%;
  }
  #mv_list li{
    margin-bottom: 10px;
    padding: 3vw 20px;
    background-color: rgba(223,74,134,0.9);
  }
    #mv_list li:last-child{
      margin-bottom: 0;
    }
  #mv_list li img{
    display: block;
    width: 100%;
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }


  /* ────────────────────────────────────

  Entry

  ────────────────────────────────────*/
  .sec_entry{
    padding: 20px 20px;
  }
  .sec_entry a{
    display: block;
    width: 100%;
    height: auto;
  }
  .sec_entry a img{
    display: block;
    width: 100%;
    height: auto;
  }



  /* ────────────────────────────────────

  sec02

  ────────────────────────────────────*/
  #sec02{
    background-image: url(../img/sec2_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
  }
  #sec02 h2{
    padding: 40px 20px 10px;
    display: block;
    color: #FFF;
    font-size: 12vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  #sec02 #read{
    width: 100%;
    text-align: center;
    font-size: 8vw;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 20px;
  }
    #sec02 #read span{
      background: linear-gradient(transparent 70%, rgba(229,154,184,0.27) 75%);
    }

  #list_sec02_01{
    padding: 0 10px;
    padding-top: 90vw;
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/sec2_img01.png);
    background-repeat: no-repeat;
    background-size: 120vw;
    background-position: 50% 0%;
  }
  #list_sec02_01 li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: #839197;
    position: relative;
  }
    #list_sec02_01 li::after{
      content: "";
      display: block;
      width: 16vw;
      height: 16vw;
      background-image: url(../img/icon_no_good.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      position: absolute;
      top: -5vw;
      left: -2vw;
      z-index: 10;
    }
    #list_sec02_01 li img{
      display: block;
      width: 50%;
      height: auto;
      object-fit: cover;
    }
    #list_sec02_01 li div{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 50%;
      color: #FFF;
      position: relative;
    }
    #list_sec02_01 li div::before{
      content: '';
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      left: -15px;
      top: 50%;
      margin-top: -15px;
      border-right: 15px solid #839197;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }
      #list_sec02_01 li div p,
      #list_sec02_01 li div p span{
        width: 100%;
        color: #FFF;
        font-size: 18px;
        text-align: center;
      }
    #list_sec02_01 li div p span{

    }


/* ────────────────────────────────────

sec03

────────────────────────────────────*/
#sec03{
  padding: 40px 10px;
  background-image: url(../img/sec3_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#sec03 h2{
  padding: 20px;
  display: block;
  color: #333;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
#sec03 h2 span{
  margin-top: 20px;
  display: block;
  color: #c64174;
  font-size: 70px;
  line-height: 1;
  text-align: center;
}


#list_sec03_01{
  padding: 0;
  padding-top: 340px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/sec3_img01.png);
  background-repeat: no-repeat;
  background-size: 420px;
  background-position: 50% 0%;
}
#list_sec03_01 li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  background-color: #df4a86;
  position: relative;
}
  #list_sec03_01 li::after{
    content: "";
    display: block;
    width: 16vw;
    height: 16vw;
    background-image: url(../img/icon_good.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    top: -5vw;
    left: -2vw;
    z-index: 10;
  }
  #list_sec03_01 li img{
    display: block;
    width: 50%;
    height: auto;
    object-fit: cover;
  }
  #list_sec03_01 li div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
    color: #FFF;
    position: relative;
  }
  #list_sec03_01 li div::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 50%;
    margin-top: -15px;
    border-right: 15px solid #df4a86;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
    #list_sec03_01 li div p,
    #list_sec03_01 li div p span{
      width: 100%;
      color: #FFF;
      font-size: 20px;
      line-height: 1.3;
      text-align: center;
    }
  #list_sec03_01 li div p span{

  }




/* ────────────────────────────────────

sec04

────────────────────────────────────*/
#sec04{
  /* background-image: url(../img/sec3_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
}
#sec04 h2{
  padding: 15px 10px;
  display: block;
  margin-bottom: 30px;
  background-color: #9ed0e8;
}
  #sec04 h2 span{

    background-color: #FFF;
    padding: 8px;
    display: block;
    color: #797157;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    border-radius: 14px;
  }
#list_sec04_01{
  padding: 0 20px 30px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#list_sec04_01 li{
  display: inline-block;
  box-sizing: border-box;
}
#list_sec04_01 li img{
  width: auto;
  height: auto;
  max-width: 40vw;
  max-height: 50px;
  display: block;
  object-fit: contain;
}

/* ────────────────────────────────────

sec05

────────────────────────────────────*/
#sec05{
  /* background-image: url(../img/sec3_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #e5f2f8;
  padding: 40px 10px;
}
#sec05 h2{
  padding: 0;
  display: block;
}
  #sec05 h2 img{
    display: block;
    width: 100%;
    height: auto;
  }
#list_sec05_01{
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
  #list_sec05_01 li{
    width: 48%;
  }
    #list_sec05_01 li img{
      display: block;
      width: 100%;
      height: auto;
    }
#sec05 p{
  margin: 5px 0;
  text-align: center;
  font-size: 13px;
}

/* ────────────────────────────────────

sec06

────────────────────────────────────*/
#sec06{
  padding: 60px 10px 0;
  background-image: url(../img/sec06_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
  #sec06 h2{
    display: block;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 23px;
    text-align: center;
  }
    #sec06 h2 img{
      margin-top: 10px;
      display: block;
      width: 100%;
      height: auto;
    }
  #sec06 p{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  #sec06 img{
    display: block;
    width: 100%;
    height: auto;
  }

/* ────────────────────────────────────

sec07

────────────────────────────────────*/
#sec07{
  padding: 40px 0 40px;
  background-image: url(../img/sec07_bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
  #sec07_wrap{
    padding: 60vw 10px 0;
    background-image: url(../img/sec07_bg01.png);
    background-repeat: no-repeat;
    background-size: 70vw;
    background-position: 50% 0%;
  }
  #sec07 h2{
    padding: 12vw 3vw 5vw;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 6.7vw;
    text-align: center;
    line-height: 1.5em;
    background: linear-gradient(to top, #FFF, #FFF 50%, rgba(255, 255, 255, 0));
  }
  #sec07 h2 span{
    color: #c64174;
  }

  #list_sec07_01{
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
    #list_sec07_01 li{
      width: 100%;
      border: 1px solid #c64174;
      background-color: #FFF;
      margin-bottom: 20px;
    }
      #list_sec07_01 li h3{
        font-size: 20px;
        margin-bottom: 10px;
        background-color: #c64174;
        color: #FFF;
        display: block;
        padding: 10px 10px;
        position: relative;
      }
        #list_sec07_01 li h3::after{
          content: "";
          display: block;
          width: 20vw;
          height: 20vw;
          background-image: url(../img/icon_thanks.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          position: absolute;
          top: -8vw;
          right: -5vw;
          z-index: 10;
        }
        #list_sec07_01 li h3 span{
          font-size: 14px;
          color: #FFF;
        }
      #list_sec07_01 li div{
        width: 100%;
        padding: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
      }
        #list_sec07_01 li div img{
          width: 40%;
          height: auto;
          display: block;
          object-fit: contain;
        }
        #list_sec07_01 li div p{
          width: 52%;
        }

/* ────────────────────────────────────

sec08

────────────────────────────────────*/
#sec08{
  padding: 40px 10px 40px;
  background-image: url(../img/sec08_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
  #sec08 #sec08_wrap{
    padding: 40px 0;
    background-image: url(../img/sec08_bg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
  }
  #sec08 h2{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 11vw;
    text-align: center;
    line-height: 1.2em;
    color: #c64174;
  }
  #sec08 p{
    font-size: 4.7vw;
    text-align: center;
    line-height: 1.5em;
  }
  #sec08 .sec08_img01{
    display: block;
    width: 100%;
    height: auto;
  }

/* ────────────────────────────────────

form

────────────────────────────────────*/
#sec_form{}
.sec_form_tbl{
  width: 100%;
  margin-bottom: 0px;
}
.sec_form_tbl tr,
.sec_form_tbl th,
.sec_form_tbl td{
  display: block;
  width: 100%;
}
.sec_form_tbl th,
.sec_form_tbl td{
  padding: 20px;
}
.sec_form_tbl tr{}
.sec_form_tbl th{
  background-color: #EEE;
  /* background-color: #feeef8; */
  /* background-color: #c64174; */
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
}
  .sec_form_tbl th span{
    padding: 2px 15px;
    /* background-color: #c64174; */
    background-color: #c64174;
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }
.sec_form_tbl td{}
.sec_form_tbl td input[type="text"],
.sec_form_tbl td input[type="tel"],
.sec_form_tbl td textarea,
.sec_form_tbl td select{
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 20px;
  border-radius: 0;
  border: 1px solid #999;
}




.sec_form_tbl td input::placeholder{
  color: #BBB;
  font-size: 0.8em;
}

.btn_entry{
  padding: 0;
  background:none;
  border: none;
  padding: 0 20px 20px;
}
  .btn_entry img{
    display: block;
    width: 100%;
    height: auto;
  }

.list_form_radio{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
  .list_form_radio li{
    width: 48.5%;
    display: block;
    margin-bottom: 15px;
  }
    .list_form_radio li label{
      display: block;
      padding: 20px;
      border: 1px solid #999;
      border-radius: 10px;
      font-size: 20px;
      text-align: center;
    }
input[type=radio]{
  position: absolute;
  visibility: hidden;
}
input[type=radio]:checked + label{
  background-color: #c64174;
  color: #FFF;
  border: 1px solid #c64174;
}

#privacy_policy{
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}
  #privacy_policy_wrap{
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #999;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
  }
  #privacy_policy *{
    font-size: 13px;
    line-height: 1.5em;
  }
  #privacy_policy h2{
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  #privacy_policy h3{
    font-size: 15px;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #privacy_policy ol{
    margin-left: 1.2em;
    list-style: decimal;
  }
    #privacy_policy ol li{
      margin-bottom: 5px;
    }
      #privacy_policy ol li ol{
        margin-top: 5px;
        margin-bottom: 5px;
      }
    #privacy_policy p{
      margin-bottom: 5px;
    }

#pp_chk{
  margin: 15px 0;
}
  #pp_chk label{
    font-size: 5vw;
  }

/* ────────────────────────────────────

thanksページ

────────────────────────────────────*/
#thanks{
  padding: 20vh 10%;
}
#thanks h1{
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.3em;
  line-height: 1.5em;
  background-color: #c64174;
  color: #FFF;
  display: block;
  text-align: center;
}
#thanks p{
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
}
