@charset "utf-8";

html {
    font-size: 62.5%;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {
    html {
        font-size: 55%;
    }
}

body {
  margin: 0;
  padding: 0;
}

.body_wrapper {
    width: 100%;
}

.hd_wrap {
    width: 100%;
}

/* フォント */

.eng {
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: italic;
}

h2,h3,p,li,dt,dd,a {
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.line_break {
    display: block;
    width: 100%;
    height: 1.6em;
}

/* レイアウト */
.mv_bg {
    width: 100%;
    height: 100vh;
    max-height: 768px;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../images/mv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.mv_title {
    width: 67%;
    max-width: 886px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.text_bg {
    width: 100%;
    height: auto;
    background-image: url(../images/text_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.grad_x {
    width: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0),20%,white,80%,rgba(255,255,255,0));
}

.grad_y {
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0),90%,white);
}

.sec_content {
    width: 1066px;
    margin: 0 auto;
    padding: 90px 0;
}

@media screen and (max-width: 1125px) {
    .sec_content {
        width: 93%;
        margin: 0 auto;
        padding: 90px 0;
    }
}

@media screen and (max-width: 767px) {
    .mv_bg {
        height: 100vh;
        max-height: 439px;
        background-position: center;
    }
    
    .mv_title {
        width: 95%;
        max-width: 500px;
    }

    .sec_content {
        width: 100%;
        margin: 0 auto;
        padding: 70px 25px;
        box-sizing: border-box;
    }
}

h2 {
    font-size: 4.4rem;
    line-height: 1.5em;
    color: #E0889C;
    margin: 0 0 70px 0;
}

.h2_center {
    text-align: center;
}

.h2_eng {
    font-size: 3.3rem;
    color: #EDC9D1;
    text-align: center;
    margin: 0 0 25px 0;
}

.message_text {
    max-width: 800px;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6em;
    color: #606060;
    letter-spacing: 0.07em;
}

.message_text_large {
    font-size: 2.4rem;
    font-weight: 500;
}

.message_text_color {
    color: #E0889C;
}

.h2_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 70px;
}

.h2_flex h2 {
    margin: 0 0 0 0;
}

.illust_onayami {
    display: block;
    width: 150px;
    height: 220.25px;
    margin: 0 0 0 60px;
    background-image: url(../images/illust_onayami.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.onayami_list {
    margin: 0 0 90px 0;
}

.onayami_list li {
    font-weight: 500;
    font-size: 2rem;
    color: #606060;
    letter-spacing: 0.07em;
    padding: 24px 70px 24px 70px;
    margin: 0 0 20px;
    background-color: #F8F7F7;
    border-radius: 19px;
}

.onayami_fix {
    font-size: 3.2rem;
    color: #62B5B5;
    text-align: center;
    letter-spacing: 0.07em;
    padding: 0 0 11.5px 0;
    border-bottom: dotted 4px #F4C7D1;
}

@media screen and (max-width: 767px) {

    h2 {
        font-size: 3.2rem;
        margin: 0 0 50px 0;
    }

    .message_text {
        width: 100%;
    }

    .message_text_large {
        font-size: 2.4rem;
    }

    .h2_flex {
        display: block;
        margin: 0 auto 50px;
    }

    .illust_onayami {
        display: block;
        width: 100px;
        height: 146.83px;
        margin: 30px auto 0;
    }

    .onayami_list li {
        font-size: 1.8rem;
        padding: 15px 20px 15px 20px;
        line-height: 1.4em;
        border-radius: 10px;
    }

    .onayami_fix {
        font-size: 2.4rem;
    }
}

.illust_jitsugen {
    display: block;
    width: 317.21px;
    height: 220px;
    margin: 0 60px 0 0;
    background-image: url(../images/illust_jitsugen.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.round_flex{
    display: flex;
    justify-content: space-between;
    margin: 0 0 90px 0;
}

.round_el {
    width: 251.5px;
    height: 251.5px;
    border-radius: 126px;
    background-color: #FFFFD5;
    box-shadow: 7px 7px 0px #DDD0D0;
}

.round_text {
    font-weight: 500;
    font-size: 1.9rem;
    letter-spacing: 0.07em;
    line-height: 1.89em;
    text-align: center;
    color: #606060;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {
    .illust_jitsugen {
        width: 200px;
        height: 138.71px;
        margin: 0 auto 30px;
    }

    .round_flex{
        height: 340px;
        justify-content: space-around;
        align-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 50px 0;
    }

    .round_el {
        width: 160px;
        height: 160px;
        box-shadow: 4px 4px 0px #DDD0D0;
    }

    .round_text {
        font-size: 1.4rem;
        line-height: 1.6em;
    }
}

.irgr {
    margin: 0 0 50px 0;
}

.gutaiteki_area {
    width: 100%;
    background-color: #E7F7F4;
    padding: 383px 0 90px;
}

.gutaiteki_area .sec_content {
    padding: 0;
}

.eyecatch_gutaiteki {
    display: block;
    width: 966px;
    margin: -333px auto 0;
    position: relative;
    z-index: 2;
    transform: translateY(333px);
}

.gutaiteki_container {
    width: 100%;
}

.gutaiteki_el {
    width: 100%;
    background-color: #fff;
    padding: 85px 133px 50px;
    margin: 0 auto 0px;
    box-sizing: border-box;
    text-align: center;
}

.gutaiteki_container h3 {
    width: 966px;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.25em;
    letter-spacing: 0.07em;
    text-align: center;
    color: #fff;
    padding: 22px 0;
    margin: 0 auto;
    background-color: #75C1C0;
    border-radius: 56px;
    border: solid 4px #E7F7F4;
    transform: translateY(50%);
}

.gutaiteki_el img {
    margin: 0 0 35px;
}

.gutaiteki_el p {
    font-size: 1.6rem;
    line-height: 1.62em;
    letter-spacing: 0.07em;
    text-align: left;
}

.irgr_small {
    font-size: 1.8rem;
}

.present_flex {
    display: flex;
    justify-content: space-between;
}

.present_flex img {
    width: 256px;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {

    .gutaiteki_area {
        width: 100%;
        padding: 150px 15px 90px;
        box-sizing: border-box;
    }

    .eyecatch_gutaiteki {
        width: 90%;
        margin: -90px auto 0;
        transform: translateY(90px);
    }

    .gutaiteki_el {
        background-color: #fff;
        padding: 25px 25px 25px;
        margin: 0 auto 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .gutaiteki_container h3 {
        width: 100%;
        padding: 22px 30px;
        border-radius: 15px 15px 0 0;
        border: solid 4px #fff;
        box-sizing: border-box;
        transform: none;
    }

    .gutaiteki_el img {
        width: 100%;
        margin: 0 0 20px;
    }

    .present_flex {
        display: block;
    }
    
    .present_flex img {
        width: 100%;
    }
}

.blue_bg {
    width: 100%;
    background-color: #F2F6FA;
}

.voice_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice_pic {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    transform: translateY(35px);
    border: 1px solid #ccc;
    border-radius: 35px;
}

.vp1 {
    background-image: url(../images/voice_pic1.png);
}

.vp2 {
    background-image: url(../images/voice_pic2.png);
}

.vp3 {
    background-image: url(../images/voice_pic3.png);
}

.vp4 {
    background-image: url(../images/voice_pic4.png);
}

.vp5 {
    background-image: url(../images/voice_pic5.png);
}

.vp6 {
    background-image: url(../images/voice_pic6.png);
}

.voice_textbox {
    width: 342px;
    height: 240px;
    background-color: #fff;
    box-shadow: 7px 7px 0px #DDD0D0;
}

.voice_textbox p {
    display: table-cell;
    font-size: 1.4rem;
    line-height: 1.57em;
    color: #606060;
    margin: 0 auto;
    padding: 45px 20px 20px 20px;
    width: 302px;
    height: 175px;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {
    .voice_textbox {
        width: 100%;
        height: 240px;
        background-color: #fff;
        box-shadow: 7px 7px 0px #DDD0D0;
    }
}

.dot_bg {
    width: 100%;
    background-image: url(../images/dot_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.osusume_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.osusume_el {
    width: 483.5px;
}

.osusume_title {
    width: 100%;
    height: 100px;
    margin: 0 auto 28px;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.28em;
    text-align: center;
    color: #747DBF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ok {
    background-image: url(../images/osusume_good.png);
}

.ng {
    background-image: url(../images/osusume_ng.png);
}

.gap_bar {
    display: block;
    width: 2px;
    height: auto;
    background-color: #C7C7C7;
}

.osusume_el li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 12px 25px;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    color: #606060;
    background-color: #fff;
    box-shadow: 7px 7px 0px #DDD0D0;
    box-sizing: border-box;
}

.price_bg {
    width: 100%;
    height: 270px;
    padding: 35px 50px 50px;
    background-color: #fff;
    box-shadow: 7px 7px 0px #DDD0D0;
    box-sizing: border-box;
    transform: translateY(90px);
}

.price {
    font-weight: 500;
    font-size: 5.0rem;
    line-height: 1.44em;
    color: #606060;
    text-align: center;
}

.price_bg h2 {
    margin: 0 0 9px 0;
}

.price_bg .h2_eng {
    margin: 0 0 -20px 0;
}

.price_after {
    margin: -135px 0 0;
}

.price_after .sec_content {
    padding: 220px 0 90px;
}

.illust_price_after {
    display: block;
    width: 217px;
    height: 217px;
    margin: 70px auto 0;
    background-image: url(../images/price_after_pic.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {
    .osusume_flex {
        width: 100%;
        display: block;
    }

    .osusume_el {
        width: 100%;
    }

    .gap_bar {
        width: 100%;
        height: 2px;
        margin: 50px 0;
    }

    .price_bg {
        width: 100%;
        height: 200px;
        padding: 25px 25px 50px;
        background-color: #fff;
        box-shadow: 7px 7px 0px #DDD0D0;
        box-sizing: border-box;
        transform: translateY(45px);
    }

    .price_bg .h2_eng {
        margin: 0 0 -5px 0;
    }

    .price_after .sec_content {
        width: 100%;
        padding: 180px 25px 50px;
    }
}

.voicy_comment {
    font-size: 2.4rem;
    line-height: 1.7em;
    color: #747DBF;
    text-align: center;
    margin: 0 auto 25px;
}

iframe {
    border: 1px solid #ccc;
}

.qa-list dl {
    position: relative;
    margin: 0 0 30px;
    cursor: pointer;
    border: 2px solid #5AC3C1;
    border-radius: 12px;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 22px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 15px 50px 15px 100px;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.4em;
    background: #5AC3C1;
    border-radius: 10px;
}
.qa-list dl dt::before {
    font-size: 3.3rem;
    line-height: 1;
    position: absolute;
    top: 11px;
    left: 50px;
    display: block;
    content: 'Q';
    color: #fff;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.qa-list dl dd::before {
    font-size: 3.3rem;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 50px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #5AC3C1;
    font-family: "all-round-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 100px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #606060;
    border-radius: 10px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {

    .qa-list dl {
        margin: 0 0 20px;
    }

    .qa-list dl dt {
        padding: 15px 50px 15px 70px;
    }

    .qa-list dl dd {
        padding: 15px 20px 15px 70px;
    }

    .qa-list dl dt::before {
        font-size: 3.0rem;
        top: 12px;
        left: 25px;
    }

    .qa-list dl dd::before {
        font-size: 3.0rem;
        top: 12px;
        left: 25px;
    }
}

.link_btn {
    display: block;
    width: 490px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    padding: 24px 0;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.07em;
    line-height: 1.45em;
    color: #fff;
    background-color: #13C6C2;
    box-shadow: 7px 7px 0px #DDD0D0;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.2s ease-in;
}

.link_btn:hover {
    background-color: #E0889C;
    box-shadow: 0px 0px 0px #DDD0D0;
    transition: all 0.2s ease-in;
}

.btn_after {
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
    line-height: 1.5em;
    text-align: center;
    margin: 15px 0 30px;
    color: #606060;
}

.contact {
    display: block;
    margin: 0 auto;
    padding: 0 0 10px 0;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    text-align: center;
    color: #13C6C2;
    transition: all 0.1s ease-in;
}

.contact:hover {
    color: #E0889C;
    transition: all 0.1s ease-in;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {
    .link_btn {
        width: 100%;
        height: 60px;
        padding: 19px 0;
        font-size: 1.8rem;
    }

    .link_btn:hover {
        background-color: #13C6C2;
        box-shadow: 7px 7px 0px #DDD0D0;
        transition: all 0.2s ease-in;
    }
}

.green_bg {
    background-color: #E7F7F4;
}

.white_box {
    width: 100%;
    padding: 83px 133px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #CFDCE0;
}

.profile_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
}

.profile_flex h2 {
    margin: 0 0 9px 0;
    text-align: left;
}

.profile_flex .h2_eng {
    margin: 0 0 -20px 0;
    text-align: left;
}

.white_box ul {
    margin: 0 0 50px;
}

.white_box li {
    font-size: 1.6rem;
    line-height: 1.6em;
    letter-spacing: 0.07em;
    color: #606060;
    list-style: disc;
}

.link_title {
    width: 100%;
    font-size: 3.3rem;
    text-align: center;
    color: #EDC9D1;
    border-bottom: 1px solid #EDC9D1;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

.other {
    width: 375px;
    margin: 0;
    font-size: 1.8rem;
}

.btn_flex {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {
    .white_box {
        width: 100%;
        padding: 50px 25px;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #CFDCE0;
    }

    .profile_flex {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 30px;
    }

    .profile_flex h2 {
        margin: 25px 0 -5px 0;
        font-size: 2.8rem;
    }
    
    .profile_flex .h2_eng {
        margin: 0 0 -5px 0;
    }

    .white_box ul {
        display: block;
        width: 94%;
        margin: 0 0 50px 20px;
        box-sizing: border-box;
    }

    .btn_flex {
        display: block;
        justify-content: space-between;
        margin: 0;
    }

    .other {
        width: 100%;
        margin: 0;
        font-size: 1.8rem;
    }
}

.ft_wrapper {
    width: 100%;
    height: 50px;
    background-color: #606060;
}

.ft_copy {
    display: block;
    margin: 0 auto;
    padding: 18px 0;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {
    
}

/* スクロールアニメーション */
.sa {
    opacity: 0;
    transition: all .8s ease;
    transform: translateY(100px);
  }
   
.sa.show {
    opacity: 1;
    transform: none;
  }

  body {
    margin: 0;
    padding: 0;
  }
  .loading {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
  }
  .loading.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
  }
  .loading .circle {
    display: block;
    position: relative;
    top: calc( 50% - 20px );
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 8px solid #e0e0e0;
    border-top: 7px solid #ffcccc;
    border-radius: 50px;
    animation: loading 700ms linear 0ms infinite normal both;
  }
  @keyframes loading {
    0% { transform: rotate( 0deg ); }
    100% { transform: rotate( 360deg ); }
  }