@charset "UTF-8";

/******************************************************************************
*
* [共通]ヘッダー
*
******************************************************************************/

header.hero_area {
    width: 100%;
    height: auto;
    position: relative;
}

header.hero_area::before {
    content: "";
    display: block;
    padding-top: 50.8%;
}

header.hero_area .hero_area_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/fv/main.jpg);
    background-size: cover;
    background-position: center;
}

/*ロゴ*/

header.hero_area .logo {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
}

/*差分*/

#fn2 header.hero_area .hero_area_inner,
#fn3 header.hero_area .hero_area_inner {
    background-image: url(../images/fv/main2.jpg);
}

#fn4 header.hero_area .hero_area_inner {
    background-image: url(../images/fv/main3.jpg);
}


/*---------------------
* 動画
---------------------*/

/*メインコンテナ*/

header.hero_area .lec {
    width: 94%;
    max-width: 760px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/*動画コンテナ*/

header.hero_area .lec .video {
    position: relative;
    cursor: pointer;
}

header.hero_area .lec .video::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

/* header.hero_area .lec .video_01::after {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    /* background-image: url("../images/fv/thum1.jpg"); */
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
/* header.hero_area .lec .video_02::after {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    /* background-image: url("../images/fv/thum2.jpg"); */
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
/* header.hero_area .lec .video_03::after {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    /* background-image: url("../images/fv/thum3.jpg"); */
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
/* header.hero_area .lec .video_04::after {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    /* background-image: url("../images/fv/thum4.jpg"); */
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

header.hero_area .lec .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

/*ボタン*/

header.hero_area .lec .video .start {
    position: absolute;
    z-index: 11;
    top: 45%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

/*非表示クラス*/

.none {
    display: none
}

.video--played:after {
    display: none
}


/******************************************************************************
*
* [共通]タイムスタンプ
*
******************************************************************************/

#time_stamp {
    background: linear-gradient(90deg, rgba(16, 21, 36, 1) 0%, rgba(26, 37, 64, 1) 100%);
    padding: 15px 0;
}

#time_stamp ul.list {
    width: 100%;
    max-width: 760px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#time_stamp ul.list li {
    width: 11%;
}


/******************************************************************************
*
* [共通]プロフィール
*
******************************************************************************/

#prof1 {
    background-image: url(../images/profile/bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

#prof1 .lead {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 700px;
}

#prof1 .middle_wrap {
    position: relative;
}

#prof1 .name {
    width: 220px;
}

#prof1 p {
    width: 50%;
    margin-top: 50px;
}

/*---------------------
* 実績
---------------------*/

#prof2 {
    background: #fff;
}

#prof2 .lead {
    width: 360px;
    margin: 0 auto 50px;
}

/*1*/

#prof2 .box1 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#prof2 .box1 .list li {
    width: 31%;
}

#prof2 .box1 .list li:nth-child(n+4) {
    margin-top: 30px;
}

/*2*/

#prof2 .box2 {
    margin-top: 30px;
}

#prof2 .box2 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#prof2 .box2 .inner .photo {
    width: 50%;
}

#prof2 .box2 .inner p {
    width: 45%;
    font-size: 24px;
    line-height: 2;
}


/******************************************************************************
*
* [共通]3STEP
*
******************************************************************************/

#step {
    background-image: url(../images/step/bg.jpg);
    background-size: 100%;
    background-position: center top;
}

#step .lead {
    width: 70%;
    margin: 0 auto 80px;
}


/******************************************************************************
*
* [共通]フォーム
*
******************************************************************************/

#form {
    background-color: #fff;
    background-image: url(../images/form/bg2.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 65%;
}

#form .box {
    background-image: url(../images/form/bg.jpg);
    padding: 60px;
    border: solid 20px #485e76;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#form .box::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(../images/form/clip.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -40px;
    left: 00px;
}

#form .box .lead {
    width: 70%;
    margin: 0 auto 50px;
}

#form .box hr {
    margin: 50px 0;
    border-width: 0;
    border-top: dotted 2px #ccc;
}

/*---------------------
* 基本情報
---------------------*/

#form form .info dl {
    margin-bottom: 40px;
}

#form form .info dl:last-child {
    margin-bottom: 0;
}

#form form .info dl dt {
    width: 200px;
    margin-bottom: 10px;
}

#form form .info dl dd aside {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

#form form .info input {
    font-size: 20px;
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

#form form .info dl dd.c2 {
    display: flex;
    justify-content: space-between;
}

#form form .info dl dd.c2 input {
    width: 49%;
}

/*---------------------
* 質問
---------------------*/

#form form .question .lead2 {
    width: 90%;
    margin: 0 auto 50px;
}

#form form .question .list dl {
    background: #fff;
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

/*質問*/

#form form .question .list dl {
    margin-bottom: 20px;
}

#form form .question .list dl:last-child {
    margin-bottom: 0;
}

#form form .question .list dl dt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#form form .question .list dl dt span {
    color: #ce9b2f;
}

/*チェックボックス*/

#form form .question .list dl dd {
    padding-left: 40px;
}

#form form .question input[type=radio] {
    display: none;
}

#form form .question label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 35px;
    position: relative;
    width: auto;
    font-size: 22px;
}

#form form .question label.last {
    padding-right: 0;
}

#form form .question label::before {
    content: '';
    display: block;
    background: #fff;
    width: 22px;
    height: 22px;
    border: solid 2px #000;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    left: 0;
}

#form form .question label::after {
    border-right: 6px solid #ce9b2f;
    border-bottom: 3px solid #ce9b2f;
    content: '';
    display: block;
    height: 20px;
    left: 9px;
    margin-top: -13px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}

#form form .question input[type=radio]:checked + label {
    color: #ce9b2f;
}

#form form .question input[type=radio]:checked + label::before {
    border-color: #ce9b2f;
}

#form form .question input[type=radio]:checked + label::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1, 1, 1);
}

/*---------------------
* テキストエリア
---------------------*/

#form form .textbox .b {
    margin-bottom: 40px;
}

#form form .textbox .b:last-child {
    margin-bottom: 0;
}

#form form .textbox .b h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

#form form .textbox .b textarea {
    font-size: 20px;
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 5px;
    height: 150px;
}

/*---------------------
* 特典・ボタン・名前
---------------------*/

#form form .gift {
    margin-top: 50px;
}

#form form .btn {
    width: 80%;
    margin: 20px auto 0;
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.4));
    transform: translateZ(0);
}

#form form .name {
    width: 250px;
    margin-left: auto;
    margin-top: 40px;
}

/*FN4*/

#fn4 #form form .btn {
    margin-top: 50px;
}

/******************************************************************************
*
*
*
*
*
*
*
* FN共通
*
*
*
*
*
*
*
******************************************************************************/

#fn1 .s4_3,
#fn1 .s5_3,
#fn1 .s6_5,
#fn1 .s8_2,
#fn1 .s9_6,
#fn1 .s10_1,
#fn1 .s11_14,
#fn1 .s12_7 {
    margin: 30px 0;
}

#fn2 .s1_1,
#fn2 .s4_2,
#fn2 .s6_2,
#fn2 .s7_3,
#fn2 .s8_1,
#fn2 .s10_1,
#fn2 .s12_2 {
    margin: 30px 0;
}

#fn3 .s2_6,
#fn3 .s3_3,
#fn3 .s4_4,
#fn3 .s6_5,
#fn3 .s8_4,
#fn3 .s9_1 {
    margin: 30px 0;
}

#fn4 .s1_3,
#fn4 .s4_2,
#fn4 .s7_2,
#fn4 .s8_3 {
    margin: 30px 0;
}




/******************************************************************************
*
*
*
*
*
*
*
* FN1コンテンツ
*
*
*
*
*
*
*
******************************************************************************/

/*SEC1*/

#fn1 .s1_2 {
    width: 70%;
    margin: auto;
}

#fn1 .s1_3 {
    width: 90%;
    max-width: 600px
}

/*SEC2*/

#fn1 .s2_1 {
    float: right;
    width: 300px;
}

#fn1 .s2_2 {
    width: 380px;
}

/*SEC3*/

#fn1 .s3_2 {
    width: 85%;
    margin: auto;
}

/*SEC4*/

#fn1 .s4_1 {
    float: right;
    width: 300px;
    position: relative;
    top: -50px;
}

#fn1 .s4_4 {
    float: right;
    width: 300px;
    position: relative;
    top: -30px;
}

/*SEC5*/

#fn1 .s5_1 {
    float: right;
    width: 340px;
}

#fn1 .s5_4,
#fn1 .s5_5,
#fn1 .s5_6 {
    width: 60%;
}

/*SEC6*/

#fn1 .s6_1 {
    width: 400px;
}

#fn1 .s6_3 {
    max-width: 500px;
}

#fn1 .s6_6 {
    margin-top: 50px;
}

/*SEC7*/

#fn1 .s7_1 {
    float: right;
    width: 350px;
}

#fn1 .s7_3 {
    float: right;
    width: 350px;
    position: relative;
    top: 70px;
}

#fn1 .s7_4 {
    float: right;
    width: 350px;
}

/*SEC8*/

#fn1 .s8_3 {
    width: 430px;
}

#fn1 .s8_4 {
    float: right;
    width: 320px;
    position: relative;
    top: 100px;
}

/*SEC9*/

#fn1 .s9_1 {
    width: 60%;
    margin: auto;
}

/*SEC10*/

#fn1 .s10_2 {
    float: right;
    width: 280px;
}

/*SEC12*/

#fn1 .s12_1,
#fn1 .s12_4,
#fn1 .s12_8 {
    float: right;
    width: 300px;
}

#fn1 .s12_2 {
    margin-bottom: 50px;
}

#fn1 .s12_11 {
    width: 70%;
    margin: auto;
}

#fn1 .s12_12 {
    float: right;
    width: 300px;
}

/*名前*/

.lp_p.dream {
    width: 450px;
    margin: 30px 0 50px;
}

.lp_p.name {
    width: 250px;
    margin-left: auto;
}

/*---------------------
* SEC11
---------------------*/

#fn1 .s11_1 {
    float: right;
    width: 340px;
}

#fn1 .s11_10 {
    width: 80%;
    margin: auto;
}

#fn1 .s11_11 {
    margin-bottom: 50px;
}

#fn1 .s11_13 {
    float: right;
    width: 320px;
}

/*パターン*/

#fn1 #pattern {
    background-image: url(../images/bg1.jpg);
    background-size: 100%;
    background-position: center top;
}

#fn1 #pattern .photo {
    margin: 40px 0;
}

#fn1 #pattern p {
    font-size: 20px;
}

#fn1 #pattern .box dl {
    background: #f1f1f1;
    margin-bottom: 20px;
    border: solid 2px #a48553;
}

#fn1 #pattern .box dl:last-child {
    margin-bottom: 0;
}

#fn1 #pattern .box dl dt {
    background: #a48553;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
}

#fn1 #pattern .box dl dd {
    padding: 20px;
}

/*吹き出し*/

#fn1 #pattern .balloon {
    width: 100%;
    margin: 20px 0 0;
    overflow: hidden;
}

#fn1 #pattern .balloon .faceicon {
    float: left;
    margin-right: -50px;
    width: 70px;
    border-radius: 50%;
    border: solid 1px #ccc;
}

#fn1 #pattern .balloon .chatting {
    width: 100%;
    text-align: left;
}

#fn1 #pattern .says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 75px;
    padding: 15px;
    max-width: 400px;
    border-radius: 12px;
    background: #ddd1be;
}

#fn1 #pattern .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 13px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #ddd1be;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

#fn1 #pattern .says p {
    font-size: 14px;
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}


/******************************************************************************
*
*
*
*
*
*
*
* FN2コンテンツ
*
*
*
*
*
*
*
******************************************************************************/

/*SEC1*/

#fn2 .s1_2 {
    float: right;
    width: 300px;
}

#fn2 .s1_3 {
    width: 90%;
    max-width: 640px;
}

/*SEC2*/

#fn2 .s2_1 {
    width: 80%;
    margin: auto;
}

#fn2 .s2_2,
#fn2 .s2_3 {
    width: 52%;
    margin-top: 8px;
}

/*SEC5*/

#fn2 .s5_1 {
    float: right;
    width: 320px;
}

#fn2 .s5_2 {
    width: 80%;
    margin: 0 auto 60px;
}

/*SEC6*/

#fn2 .s6_3 {
    float: right;
    width: 250px;
}

/*SEC7*/

#fn2 .s7_1 {
    float: right;
    width: 300px;
}

#fn2 .s7_2 {
    float: right;
    width: 360px;
}

#fn2 .s7_5 {
    margin: 60px 0;
}

/*SEC9*/

#fn2 #re {
    background-image: url(../images/bg1.jpg);
    background-size: contain;
    padding-top: 0;
}

#fn2 #re .arrow {
    width: 300px;
    margin: 40px auto;
}

#fn2 #re p {
    font-size: 20px;
}

#fn2 #re .box {
    margin-top: 30px;
}

#fn2 #re .box dl dt {
    background: #00665a;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    padding: 12px 5px 15px
}

#fn2 #re .box dl dd {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background: #f2f2f2;
    padding: 20px 15px;
}

#fn2 #re .box dl.b1 {
    margin-bottom: 30px;
}

#fn2 #re .box dl.b2 dt {
    background: #0065ad;
}

/*SEC10*/

#fn2 .s10_2 {
    float: right;
    width: 320px;
}

/*SEC12*/

#fn2 .s12_1 {
    float: right;
    width: 300px;
}

#fn2 .s12_4 {
    float: right;
    width: 320px;
}

/*---------------------
* SEC8テスト
---------------------*/

#fn2 #fn2s8 .test {
    padding: 60px 40px;
    background-image: url(../images/form/bg.jpg);
    background-size: cover;
}

#fn2 #fn2s8 .test dl {
    background: #fff;
    padding: 40px;
    border: solid 1px #ccc;
    margin-bottom: 40px;
}

#fn2 #fn2s8 .test dl:last-child {
    margin-bottom: 0;
}

#fn2 #fn2s8 .test dl dt {
    margin-bottom: 20px;
}

#fn2 #fn2s8 .test dl dt .num {
    width: 100px;
    margin: 0 0 20px;
}

#fn2 #fn2s8 .test dl dt h3 {
    font-size: 26px;
    font-weight: bold;
}

#fn2 #fn2s8 .test dl dd .more {
    max-width: 400px;
    margin: 30px auto 0;
    cursor: pointer;
}

#fn2 #fn2s8 .test dl dd .anser {
    padding: 30px;
    margin-top: 30px;
    background: #f2f2f2;
    display: none;
}

#fn2 #fn2s8 .test dl dd .anser p {
    font-size: 18px;
    margin-top: 30px;
}


/******************************************************************************
*
*
*
*
*
*
*
* FN3コンテンツ
*
*
*
*
*
*
*
******************************************************************************/

/*SEC1*/

#fn3 .s1_1 {
    float: right;
    width: 300px;
}

#fn3 .s1_3 {
    width: 70%;
    margin: auto;
}

/*SEC2*/

#fn3 .s2_2 {
    width: 70%;
    margin: auto;
}

#fn3 .s2_3,
#fn3 .s2_4,
#fn3 .s2_5 {
    max-width: 550px;
    margin-top: 10px;
}

/*SEC3*/

#fn3 .s3_1 {
    float: right;
    width: 250px;
}

#fn3 .s3_4,
#fn3 .s3_5,
#fn3 .s3_6 {
    width: 550px;
    margin-top: 10px;
}

#fn3 .s3_8 {
    max-width: 600px;
}

/*SEC4*/

#fn3 .s4_1 {
    max-width: 500px;
    margin: auto;
}

#fn3 .s4_2 {
    margin-bottom: 50px;
}

#fn3 .s4_5 {
    float: right;
    width: 300px;
}

/*SEC5*/

/*SEC6*/

#fn3 .s6_1 {
    max-width: 550px;
    margin-top: 10px;
}

#fn3 .s6_2 {
    float: right;
    width: 340px;
}

#fn3 .s6_3 {
    max-width: 500px;
}

/*SEC7*/

#fn3 .s7_2 {
    margin-bottom: 50px;
}

#fn3 .s7_7 {
    float: right;
    width: 300px;
}

/*SEC8*/

#fn3 .s8_1 {
    width: 70%;
    margin: auto;
}

#fn3 .s8_5 {
    float: right;
    width: 320px;
}

#fn3 .s8_3 aside {
    background: #323232;
    padding: 0 30px 30px;
}

#fn3 .s8_3 aside p {
    background: #f2f2f2;
    font-size: 20px;
    padding: 30px;
}

/*SEC9*/

#fn3 .s9_2 {
    float: right;
    width: 300px;
    position: relative;
    top: 250px;
}

#fn3 .s9_3 {
    width: 70%;
    margin: 30px auto;
}

/*---------------------
* 体験談
---------------------*/

#fn3 #voice dl:nth-child(n+2) {
    margin-top: 50px;
}

#fn3 #voice dd {
    background: #11111e;
    padding: 0 38px 40px;
}

#fn3 #voice .line-bc {
    padding: 30px 30px;
    text-align: right;
    font-size: 14px;
    background: #7da4cd;
}

/*左*/

#fn3 #voice .balloon6 {
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
}

#fn3 #voice .balloon6 .faceicon {
    float: left;
    margin-right: -50px;
    width: 50px;
}

#fn3 #voice .balloon6 .faceicon img {
    border-radius: 50%;
}

#fn3 #voice .balloon6 .chatting {
    width: 100%;
    text-align: left;
}

#fn3 #voice .says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 70px;
    padding: 10px;
    max-width: 400px;
    border-radius: 12px;
    background: #edf1ee;
}

#fn3 #voice .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

#fn3 #voice .says p {
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}

/*右*/

#fn3 #voice .mycomment {
    margin: 10px 0;
}

#fn3 #voice .mycomment p {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 8px;
    max-width: 400px;
    border-radius: 12px;
    background: #30e852;
    font-size: 15px;
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    text-align: left;
}

#fn3 #voice .mycomment p:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #30e852;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}



/******************************************************************************
*
*
*
*
*
*
*
* FN4コンテンツ
*
*
*
*
*
*
*
******************************************************************************/

/*SEC1*/

#fn4 .s1_1 {
    width: 300px;
    float: right;
}

#fn4 .s1_2 {
    width: 80%;
    margin: auto;
}

#fn4 .s1_6 {
    margin-top: 50px;
}

#fn4 .s1_7 {
    width: 80%;
    margin: auto;
}

/*SEC3*/

#fn4 .s3_12,
#fn4 .s3_13,
#fn4 .s3_14 {
    max-width: 520px;
    margin-top: 5px;
}

#fn4 #reason {
    background-image: url(../images/bg1.jpg);
    background-size: 100%;
    background-position: center;
}

#fn4 #reason p {
    font-size: 20px;
}

#fn4 #reason p i.logo {
    display: inline-block;
    width: 100px;
    height: 25px;
    background-image: url(../images/the-r-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: -5px;
    margin-right: 3px;
}

#fn4 #reason p i.logo.g {
    background-image: url(../images/the-r-g.png);
}

#fn4 #reason p strong i.logo {
    width: 110px;
    height: 30px;
    margin-bottom: -6px;
}

/*SEC4*/

#fn4 .s4_1 {
    float: right;
    width: 320px;
}

/*SEC5(声)*/

#fn4 .voice {
    padding: 50px;
    background-image: url(../images/form/bg.jpg)
}

#fn4 .voice dl {
    margin-bottom: 60px;
    border: solid 4px #a58653
}

#fn4 .voice dl:last-child {
    margin-bottom: 0;
}

#fn4 .voice dl dd {
    background: #506e83;
    padding: 20px 35px;
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    color: #fff;
    font-size: 20px;
}

#fn4 .voice dl dd .ava {
    max-width: 360px;
    margin-bottom: 20px;
}

/*SEC6*/

#fn4 .s6_box dl {
    border: solid 2px #a58653;
}

#fn4 .s6_box dl dd {
    padding: 30px;
    font-size: 20px;
}

#fn4 .s6_box dl dd .s6_2 {
    margin-top: 40px;
}

/*SEC7*/

#fn4 .s7_3 {
    float: right;
    width: 200px;
    position: relative;
    top: 150px;
}

#fn4 .s7_4 {
    float: right;
    width: 300px;
}

/*SEC8*/

#fn4 .s8_2 {
    float: right;
    width: 300px;
}

#fn4 .s8_4 {
    float: right;
    width: 300px;
    position: relative;
    top: -100px;
}

/*SEC9*/

#fn4 .s9_4 {
    width: 80%;
    margin: auto;
}

#fn4 .s9_5 {
    width: 80%;
    margin: auto;
}

#fn4 #flow .ic_container {
    border: solid 4px #274159;
    position: relative;
    margin-bottom: 100px;
}

#fn4 #flow .ic_container:last-child {
    margin-bottom: 0;
}

#fn4 #flow .ic_container::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/fn4/s9_arrow.png);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    margin: auto;
}

#fn4 #flow .ic_container:last-child::before {
    display: none;
}

#fn4 #flow .ic_container .ic_first_wrap {
    background: linear-gradient(225deg, #274159 0%, #273135 36.51%, #151a1c 100%);
    color: #fff;
}

#fn4 #flow .ic_container .ic_first_wrap p {
    color: #fff;
    font-size: 18px;
}

#fn4 #flow .ic_container .ic_first_wrap p i {
    display: inline-block;
    width: 90px;
    height: 23px;
    background-image: url(../images/the-r-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: -5px;
    margin-right: 3px;
}


/******************************************************************************
*
* [共通]よくある質問
*
******************************************************************************/

/*---------------------
* FAQリスト
---------------------*/

/*リストコンテナ*/

.faq_list ul li {
    padding: 30px;
    background: #ededed;
    margin-bottom: 20px;
}

.faq_list ul li:last-child {
    margin-bottom: 0;
}

/*リスト内部*/

.faq_list dl dt,
.faq_list dl dd {
    display: flex;
    justify-content: space-between;
}

.faq_list dl dt {
    margin-bottom: 15px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}

.faq_list dl dt .txt {
    font-size: 20px;
    font-weight: 900;
}

.faq_list dl i {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}

.faq_list dl i.q {
    background-color: #ce9b2f;
    background-image: url(../images/faq/q.png);
}

.faq_list dl i.a {
    background-color: #0065ad;
    background-image: url(../images/faq/a.png);
}

.faq_list dl .txt {
    width: 92%;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    font-size: 15px;
}

.faq_list dl dd .txt {
    padding-top: 5px;
}

.s9_7 {
    display: grid;
    
}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*1920px以下*/

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

    /*---------------------
    * [共通]ヘッダー
    ---------------------*/

    header.hero_area::before {
        padding-top: 940px;
    }

    /*差分*/

    #fn2 header.hero_area::before,
    #fn3 header.hero_area::before,
    #fn4 header.hero_area::before {
        padding-top: 800px
    }

}

/*1400px以下*/

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

/*960px以下*/

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

    /*---------------------
    * [共通]ヘッダー
    ---------------------*/

    header.hero_area::before {
        padding-top: 130%;
    }

    header.hero_area .hero_area_inner {
        background-image: url(../images/fv/main_sp.jpg);
    }

    header.hero_area .logo {
        width: 45px;
    }

    header.hero_area .lec {
        bottom: 5%;
    }

    header.hero_area .lec .video .start {
        width: 60px;
        height: 60px;
        top: 50%;
    }

    /*差分*/

    #fn2 header.hero_area::before,
    #fn3 header.hero_area::before,
    #fn4 header.hero_area::before {
        padding-top: 110%
    }

    #fn2 header.hero_area .hero_area_inner,
    #fn3 header.hero_area .hero_area_inner {
        background-image: url(../images/fv/main2_sp.jpg);
    }

    #fn4 header.hero_area .hero_area_inner {
        background-image: url(../images/fv/main3_sp.jpg);
    }

    /*---------------------
    * [共通]タイムスタンプ
    ---------------------*/

    #time_stamp ul.list li {
        width: 13%;
    }

}







/*644px以下*/

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

    #replay {
        padding-bottom: 30px;
        background: #000;
    }

    /*---------------------
    * [共通]プロフィール
    ---------------------*/

    #prof1 {
        background: linear-gradient(60deg, rgba(236, 246, 255, 1) 0%, rgba(206, 216, 227, 1) 100%);
    }

    #prof1 .lead {
        top: 12px;
        left: 15px;
        width: 70%;
        opacity: 0.5;
    }

    #prof1 .name {
        width: 140px;
    }

    #prof1 p {
        width: 100%;
        font-size: 13px;
        margin-top: 40px;
    }

    #prof1 p img {
        float: right;
        width: 135px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    /*実績*/

    #prof2 .lead {
        width: 230px;
        margin-bottom: 40px;
    }

    /*1*/

    #prof2 .box1 .list li {
        width: 48%;
    }

    #prof2 .box1 .list li:nth-child(n+3) {
        margin-top: 20px;
    }

    /*2*/

    #prof2 .box2 {
        margin-top: 20px;
    }

    #prof2 .box2 .inner {
        justify-content: space-between;
    }

    #prof2 .box2 .inner .photo {
        width: 48%;
        margin: 0;
    }

    #prof2 .box2 .inner p {
        width: 48%;
        font-size: 12px;
        line-height: 1.6;
    }


    /*---------------------
    * [共通]3STEP
    ---------------------*/

    #step .lead {
        width: 80%;
        margin-bottom: 40px;
    }


    /*---------------------
    * [共通]フォーム
    ---------------------*/

    #form {
        padding: 0;
    }

    #form .wrap {
        width: 100%;
    }

    #form .box {
        padding: 30px 15px;
        border-width: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    #form .box::before {
        display: none;
    }

    #form .box .lead {
        margin-bottom: 40px;
    }

    #form .box hr {
        margin: 30px 0;
        border-top: dotted 1px #ccc;
    }

    /*基本情報*/

    #form form .info dl {
        margin-bottom: 30px;
    }

    #form form .info dl dt {
        width: 150px;
    }

    #form form .info dl dd aside {
        font-size: 11px;
        text-indent: -1em;
        padding-left: 1em;
    }

    #form form .info input {
        font-size: 16px;
        padding: 15px 10px;
    }

    /*質問*/

    #form form .question .lead2 {
        width: 90%;
        margin: 0 auto 30px;
    }

    #form form .question .list dl {
        padding: 14px 10px;
    }

    #form form .question .list dl {
        margin-bottom: 15px;
    }

    

    #form form .question .list dl dt {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #form form .question .list dl dd {
        padding-left: 0;
    }

    #form form .question label {
        padding: 5px 15px 5px 30px;
        font-size: 16px;
    }

    #form form .question label::before {
        width: 18px;
        height: 18px;
        margin-top: -11px;
    }

    #form form .question label::after {
        content: '';
        display: block;
        height: 18px;
        left: 8px;
        margin-top: -15px;
        width: 8px;
    }

    /*テキストエリア*/

    #form form .textbox .b {
        margin-bottom: 30px;
    }

    #form form .textbox .b h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    #form form .textbox .b textarea {
        font-size: 16px;
        padding: 10px;
    }

    /*特典・ボタン・名前*/

    #form form .gift {
        margin-top: 30px;
    }

    #form form .btn {
        width: 94%;
    }

    #form form .name {
        width: 200px;
        margin-top: 30px;
    }

    #fn4 #form form .btn {
        margin-top: 30px;
    }


    /*---------------------
    *
    * FN共通
    *
    ---------------------*/

    #fn1 .s4_3,
    #fn1 .s5_3,
    #fn1 .s6_5,
    #fn1 .s8_2,
    #fn1 .s9_6,
    #fn1 .s10_1,
    #fn1 .s11_14,
    #fn1 .s12_7 {
        margin: 10px 0;
    }

    #fn2 .s1_1,
    #fn2 .s4_2,
    #fn2 .s6_2,
    #fn2 .s7_3,
    #fn2 .s8_1,
    #fn2 .s10_1,
    #fn2 .s12_2 {
        margin: 10px 0;
    }

    #fn3 .s2_6,
    #fn3 .s3_3,
    #fn3 .s4_4,
    #fn3 .s6_5,
    #fn3 .s8_4,
    #fn3 .s9_1 {
        margin: 10px 0;
    }

    #fn4 .s1_3,
    #fn4 .s4_2,
    #fn4 .s7_2,
    #fn4 .s8_3 {
        margin: 10px 0;
    }

    /*---------------------
    *
    * FN1
    *
    ---------------------*/

    #fn1 .s1_1 {

        margin-top: 10px;
    }

    #fn1 .s2_1 {
        width: 100px;
        margin-right: -10px;
    }

    #fn1 .s2_2 {
        width: 160px;
        margin-top: -10px;
    }

    #fn1 .s3_2 {
        width: 100%;
    }

    #fn1 .s4_1 {
        width: 110px;
        top: 10px;
    }

    #fn1 .s4_4 {
        width: 120px;
        top: 0;
        margin-right: -5px;
    }

    #fn1 .s5_1 {
        width: 120px;
        margin-right: -10px;
    }

    #fn1 .s5_4,
    #fn1 .s5_5,
    #fn1 .s5_6 {
        width: 70%;
    }

    #fn1 .s6_1 {
        width: 200px;
    }

    #fn1 .s6_3 {
        max-width: 260px;
    }

    #fn1 .s6_6 {
        margin-top: 30px;
    }

    #fn1 .s7_1 {
        width: 130px;
    }

    #fn1 .s7_3 {
        width: 120px;
        top: -10px;
    }

    #fn1 .s7_4 {
        width: 130px;
        position: relative;
        top: 30px;
    }

    #fn1 .s8_3 {
        width: 80%;
    }

    #fn1 .s8_4 {
        width: 100px;
        top: 170px;
        margin-right: -5px;
    }

    #fn1 .s9_1 {
        width: 70%;
    }

    #fn1 .s10_2 {
        width: 110px;
        position: relative;
        top: 80px;
    }

    #fn1 .s12_1,
    #fn1 .s12_4,
    #fn1 .s12_8 {
        width: 100px;
    }

    #fn1 .s12_2 {
        margin-bottom: 30px;
    }

    #fn1 .s12_11 {
        width: 100%;
        margin: -20px auto;
    }

    #fn1 .s12_12 {
        width: 130px;
        margin-right: -5px;
    }

    /*名前*/

    .lp_p.dream {
        width: 240px;
        margin: 20px 0 30px;
    }

    .lp_p.name {
        width: 120px;
    }

    /*SEC11*/

    #fn1 .s11_1 {
        width: 120px;
    }

    #fn1 .s11_11 {
        margin-bottom: 30px;
    }

    #fn1 .s11_13 {
        width: 110px;
    }

    #fn1 #pattern {
        background-image: url(../images/bg1.jpg);
        background-size: 100%;
        background-position: center top;
    }

    #fn1 #pattern .photo {
        margin: 20px 0;
    }

    #fn1 #pattern p {
        font-size: 14px;
    }

    #fn1 #pattern .box dl dt {
        font-size: 16px;
        padding: 10px 10px;
    }

    #fn1 #pattern .box dl dd {
        padding: 10px;
        font-size: 12px;
    }

    #fn1 #pattern .balloon {
        margin: 15px 0 0;
    }

    #fn1 #pattern .balloon .faceicon {
        margin-right: -40px;
        width: 40px;
    }

    #fn1 #pattern .says {
        margin: 0 0 0 58px;
        padding: 10px;
        border-radius: 5px
    }

    #fn1 #pattern .says:after {
        top: 5px;
        left: -13px;
        border: 6px solid transparent;
        border-right: 12px solid #ddd1be;
    }

    #fn1 #pattern .says p {
        font-size: 12px;
        line-height: 1.5;
    }

    /*---------------------
    *
    * FN2
    *
    ---------------------*/

    #fn2 .s1_2 {
        width: 130px;
    }

    #fn2 .s2_2,
    #fn2 .s2_3 {
        width: 80%;
        margin-top: 5px;
    }

    #fn2 .s5_1 {
        width: 120px;
    }

    #fn2 .s5_2 {
        margin: 0 auto 30px;
    }

    #fn2 .s6_3 {
        width: 120px;
    }

    #fn2 .s7_1 {
        width: 110px;
    }

    #fn2 .s7_2 {
        width: 120px;
        position: relative;
        top: 62px;
    }

    #fn2 .s7_5 {
        margin: 30px 0;
    }

    #fn2 #re .arrow {
        width: 150px;
        margin: 30px auto;
    }

    #fn2 #re p {
        font-size: 16px;
    }

    #fn2 #re .box {
        margin-top: 20px;
    }

    #fn2 #re .box dl dt {
        font-size: 18px;
        padding: 8px 5px 10px
    }

    #fn2 #re .box dl dd {
        font-size: 16px;
        padding: 15px 10px 20px;
    }

    #fn2 #re .box dl.b1 {
        margin-bottom: 20px;
    }

    #fn2 .s10_2 {
        width: 110px;
    }

    #fn2 .s12_1 {
        width: 100px;
    }

    #fn2 .s12_4 {
        width: 90px;
    }

    /*SEC8*/

    #fn2 #fn2s8 .test {
        padding: 30px 15px;
    }

    #fn2 #fn2s8 .test dl {
        padding: 20px;
        margin-bottom: 20px;
    }

    #fn2 #fn2s8 .test dl dt {
        margin-bottom: 10px;
    }

    #fn2 #fn2s8 .test dl dt .num {
        width: 50px;
        margin: 0 0 10px;
    }

    #fn2 #fn2s8 .test dl dt h3 {
        font-size: 16px;
    }

    #fn2 #fn2s8 .test dl dd .more {
        max-width: 240px;
        margin: 10px auto 0;
    }

    #fn2 #fn2s8 .test dl dd .anser {
        padding: 12px;
        margin-top: 20px;
    }

    #fn2 #fn2s8 .test dl dd .anser p {
        font-size: 12px;
        margin-top: 10px;
    }

    /*---------------------
    *
    * FN3
    *
    ---------------------*/

    #fn3 .s1_1 {
        width: 105px;
        margin-right: -5px
    }

    #fn3 .s2_3,
    #fn3 .s2_4,
    #fn3 .s2_5 {
        max-width: 250px;
        margin-top: 5px;
    }

    #fn3 .s3_1 {
        width: 90px;
    }

    #fn3 .s3_4,
    #fn3 .s3_5,
    #fn3 .s3_6 {
        width: 250px;
        margin-top: 5px;
    }

    #fn3 .s3_8 {
        width: 85%;
    }

    #fn3 .s4_1 {
        max-width: 240px;
    }

    #fn3 .s4_2 {
        margin-bottom: 20px;
    }

    #fn3 .s4_5 {
        width: 120px;
    }

    #fn3 .s6_1 {
        margin-top: 5px;
    }

    #fn3 .s6_2 {
        width: 120px;
    }

    #fn3 .s6_3 {
        max-width: 240px;
        margin: -10px 0 -5px;
    }

    #fn3 .s7_2 {
        margin-bottom: 30px;
    }

    #fn3 .s7_7 {
        width: 120px;
    }

    #fn3 .s8_1 {
        width: 80%;
    }

    #fn3 .s8_5 {
        width: 110px;
    }

    #fn3 .s8_3 aside {
        padding: 0 15px 15px;
    }

    #fn3 .s8_3 aside p {
        font-size: 13px;
        padding: 12px;
    }

    #fn3 .s9_2 {
        width: 110px;
        top: 140px;
        margin-right: -5px;
    }

    #fn3 .s9_3 {
        width: 80%;
        margin: 10px auto;
    }

    /*体験談*/

    #fn3 #voice {
        padding: 0;
    }

    #fn3 #voice dl:nth-child(n+2) {
        margin-top: 30px;
    }

    #fn3 #voice dd {
        padding: 0 15px 30px;
    }

    #fn3 #voice .line-bc {
        padding: 15px;
        font-size: 12px;
    }

    #fn3 #voice .balloon6 {
        width: 92%;
    }

    #fn3 #voice .balloon6 .faceicon {
        margin-right: -35px;
        width: 35px;
    }

    #fn3 #voice .says {
        margin: 0 0 0 50px;
        border-radius: 6px;
    }

    #fn3 #voice .says:after {
        top: 5px;
        left: -15px;
        border: 6px solid transparent;
        border-right: 15px solid #edf1ee;
    }

    #fn3 #voice .says p {
        font-size: 12px;
    }

    #fn3 #voice .mycomment p {
        border-radius: 6px;
        font-size: 12px;
    }

    #fn3 #voice .mycomment p:after {
        top: 5px;
        right: -15px;
        border: 6px solid transparent;
        border-left: 15px solid #30e852;
    }

    /*---------------------
    *
    * FN4
    *
    ---------------------*/

    /*SEC1*/

    #fn4 .s1_1 {
        width: 100px;
        margin-right: -5px;
    }

    #fn4 .s1_2 {
        width: 90%;
    }

    #fn4 .s1_6 {
        margin-top: 20px;
    }

    /*SEC3*/

    #fn4 .s3_12,
    #fn4 .s3_13,
    #fn4 .s3_14 {
        width: 70%;
        margin-top: 3px;
    }

    #fn4 #reason p {
        font-size: 15px;
    }

    #fn4 #reason p i.logo {
        width: 72px;
        height: 20px;
        margin-bottom: -4px;
    }

    #fn4 #reason p strong i.logo {
        width: 85px;
        height: 20px;
        margin-bottom: -5px;
    }

    /*SEC4*/

    #fn4 .s4_1 {
        width: 100px;
        margin-right: -5px;
        position: relative;
        top: 35px;
    }

    /*SEC5(声)*/

    #fn4 .voice {
        padding: 30px 15px;
    }

    #fn4 .voice dl {
        margin-bottom: 30px;
        border-width: 2px;
    }

    #fn4 .voice dl dd {
        padding: 20px 15px 15px;
        font-size: 12px;
    }

    #fn4 .voice dl dd .ava {
        max-width: 200px;
        margin-bottom: 10px;
    }

    /*SEC6*/

    #fn4 .s6_box dl dd {
        padding: 15px;
        font-size: 14px;
    }

    #fn4 .s6_box dl dd .s6_2 {
        margin-top: 20px;
    }

    /*SEC7*/

    #fn4 .s7_3 {
        width: 80px;
        top: 145px;
    }

    #fn4 .s7_4 {
        width: 100px;
    }

    /*SEC8*/

    #fn4 .s8_2 {
        float: none;
        width: 80%;
    }

    #fn4 .s8_4 {
        width: 110px;
        top: -10px;
    }

    /*SEC9*/

    #fn4 .s9_4 {
        width: 90%;
    }

    #fn4 .s9_5 {
        width: 100%;
    }

    #fn4 #flow .ic_container {
        border-width: 2px;
        margin-bottom: 50px;
    }

    #fn4 #flow .ic_container::before {
        width: 25px;
        height: 25px;
        bottom: -40px;
    }

    #fn4 #flow .ic_container .ic_first_wrap p {
        font-size: 14px;
    }

    #fn4 #flow .ic_container .ic_first_wrap p i {
        width: 75px;
        height: 20px;
        margin-bottom: -4px;
    }

}

/*375px以下*/

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

/*360px以下*/

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

/*330px以下*/

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



.s9_7_a {
    /* display: grid;
    justify-items: center; */
    width: 100%;
    height: auto;
    position: relative;
}
.s9_7_a_btn {
    position: absolute;
    z-index: 99;
    top: 44%;
    left: 50%;
    transform: translate(-44%, -50%);
}
.s9_7_a_img {
    position: relative;
}