@charset "utf-8";

/*共通*/
html{
    scroll-behavior: smooth;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
}

body{
    position: relative;
}

h2,h3,h4{
    text-align: center;
    position: relative;
}

h2{
    width: 600px;
    margin: 0 auto 30px;
}

h2 span{
    display: block;
    color: #d4355b;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    font-size:2.4rem
}

h2 i{
    color: #DC5DA7;
}


h3{
    background-color:#91868A;
    border-radius: 100vw;
    margin: 20px auto 30px;
    padding: 0.2rem 0;
    width: 400px;
    color:#fff;
    font-size: 1.2rem;
    font-weight: bold;
}


p,small{
    max-width: 800px;
    margin: 0 auto;
    color:#333;
}

small{
    display: block;
    font-size:0.8rem;
}


/*ヘッダー*/
header{
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #744847;
}

#headInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

#headInner img{
    height: 40px;
}

#topMenu{
    display: flex;
}

#topMenu li{
    margin-left:10px;
}

#topMenu li a{
    display: block;
}

#topMenu li a img{
    height: 50px;
}

#topMenu li a:hover{
    background-color: #f1f1f1;
}

/*メインビジュアル*/
#mainIMG{
    position: relative;
    background: url(../images/top_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 110px 0 40px;
}


.topInner{
    text-align: center;
    position: relative;
    width: 42%;
    display: block;
    margin: 0 auto;
}

#mainIMG .maincontact{
    display: block;
    background: url(../images/main_contact.png) no-repeat center;
    background-size: 100% auto;
    height: 0;
    font-size: 0;
    padding-top: 30.121703854%;
}

#mainIMG .maincontact:hover{
    background-image: url(../images/main_contact02.png);
}


@media screen and (min-width: 751px){
.topInner{
    width: 800px;
}
}

.topInner h1 img{
    width:100%;
}

.topInner .button{
    display: block;
}

.topInner .button img{
    width: 80%;
}

/*soft*/
#soft{
    padding: 80px 0;
    background: url(../images/soft-bg.jpg) no-repeat center;
    background-size: cover;
}

#soft h2{
    padding: 60px 0 46px;
}

#soft .soft-txt,#soft02 .soft-txt,.service-txt{
    width: 900px;
    margin: 0 auto;
}

/*soft02*/
#soft02{
    padding: 80px 0;
    background: url(../images/soft02-bg.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
}

/*サービス*/

#service{
    padding: 70px 0;
    background: url(../images/service-bg.jpg) no-repeat center;
    background-size: cover;
}

#service h2{
    padding: 60px 0 15px;
}
#service h2 span{
    font-size:1.8rem;
}

#service p{
    text-align: center;
    color: #fff;
}

#service p i{
    color: #DC5DA7;
}

#service img.s-flow{
    width: 900px;
    margin: 0 auto;
    display: block; 
}

#service02{
    margin: 0 auto;
    padding: 40px 0 90px;
    display: block;
    background-color: #CEBCA0;
}

/*声*/
#voice{
    background: url(../images/voice-bg.jpg) no-repeat center top;
    background-size: cover;
}

#voice h2{
    padding-top: 50px;
}

#voice img{
    width: 900px;
    display: block;
    margin: 0 auto;
    padding: 80px 0;
}

/*質問*/
#faq{
    padding-bottom: 100px;
    background-color: #CEBCA0;
}

#faq img{
    width: 700px;
    margin: 0 auto;
    display: block;
    padding-top: 40px;
}


/*申し込み*/
#contact{
    background-color:#000;
    background-size: cover;
}

#contact * {
    box-sizing: border-box;
}

#contact h2{
    padding:100px 0 0;
    color:#fff;
}

#contact h3{
    background-color:#0C3A0C;
    border: solid 2px #14860C;
    color: #fff;
    margin-top: 70px;
    border-radius: 0;
}

#contact form{
    overflow: hidden;
}


#contact input, #contact select, #contact button[type="button"]{
    padding:0.5rem;
}

.formInner{
    margin: 0 auto 150px;
    width: 92vw;
    max-width: 880px!important;
}

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

.birthday select{
    width: 32%!important;
}

.fyen{
    color: #fff;
}

.residenceCase{
    margin: 30px 0 24px;
    font-size: 14px;
    color: #FFF;
}

.residenceCase::before {
    content: "↓";
    color: #fff;
    margin-right: 3px;
}

.formMust{
    background: #FFF;
    color: #b3150c;
    border-radius: 2px;
    margin: 0 0 0 12px;
}

#contact dt{
    color: #FFF;
}

#contact select {
    background: url(../images/triangle.png) no-repeat #FFF center right 10px;
    background-size: 12px;
}

#contact input[type="text"],#contact input[type="email"],#contact input[type="password"], #contact select, #contact button[type="button"] {
    font-size: 16px;
    min-height: 36px;
    padding: 0.5em;
    border: none;
    width: 100%;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #e8e4e4;
}

.formHalf{
    width: 66%!important;
}

.formPolicy {
    background: #fcfcfc;
    border: 1px solid #e9e9e9;
    padding: 1.3em 1.5em;
    height: 10em;
    overflow: scroll;
    width: 100%;
}

.termsCheck {
    text-align: center;
}

.termsCheck label {
    background: #FFF;
    padding: 10px 26px 10px 20px;
    border-radius: 100vw;
}

button[type="submit"] {
    width: 80%;
    max-width: 560px;
    font-size: 22px;
    letter-spacing: 0.3em;
    font-weight: bold;
    display: block;
    background: #127D0B;
    color: #FFF;
    border: 4px solid #fff;
    padding: 22px 0;
}


@media screen and (min-width: 751px){

#contact dl {
    overflow: hidden;
}

#contact dt, #contact dd {
    float: left;
}

#contact dt{
    width: 330px;
    clear: both;
    font-size: 14px;
    padding-top: 8px;
    margin-bottom: 20px;
}

#contact dd{
    width: calc(100% - 340px);
}

.formMust {
    font-size: 10px;
    padding: 2px 6px;
}

.formPolicy {
    margin: 36px 0 26px;
    padding: 20px 30px;
    height: 200px;
}

.termsCheck {
    font-size: 13px;
}

button[type="submit"] {
    font-size: 16px;
    width: 100%;
    margin: 50px auto 10px;
    padding: 18px 0;
}
}

/*フッター*/
footer{
    padding: 2em 0;
    text-align: center;
    background-color: #725B50;
    color:#fff
}
footer ul{
    margin: 10px auto 20px;
}
footer img{
    width:250px;
}

footer a{
    color: #fff;
    text-decoration: underline;
}

#sp_float{
    bottom:-50%;
    position: fixed;
    z-index: 1;
}

/*特定商取引法*/
#transaction h2{
    margin-top:50px;
}

#transaction h3{
    margin-top:20px;
}

#transaction p{
    margin: 10px auto 50px;
}

/*ログイン*/
.forgetPass{
    text-align: center;
    margin-top:20px;
    text-decoration: underline;
}

.forgetPass a{
    color:#fff;
}


/*スマホ用*/
@media screen and (max-width: 750px){

    #soft{
        padding: 40px 0;
    }

    #soft02::after{
        border-width: 20px 60px 0 60px;
        top:-1px;
    }

    p,small{
        width:90%;
    }

    h2,#faq h2{
        width: 80%;
    }

    h3,#required a{
        width:90%;
    }

    #headInner{
        justify-content: center;
        padding: 20px;
    }


    #mainIMG{
        height:auto;
        overflow-x: hidden;
    }

    .topInner{
        width:100%;
    }

    #soft .soft-txt,#soft02 .soft-txt,#service img.s-flow,#voice img,#scbutton a,.service-txt{
        width: 95%;
    }

    #soft02{
        padding: 40px 0;
    }

    #service h2{
        margin-top:30px;
        padding-top: 10px;
        width: 90%;
    }

    #service img.s-flow{
        margin-bottom: 0;
    }

    #voice h2{
        padding-top: 0;
    }

    #voice img{
        padding-bottom: 20px;
    }

    #voice{
        padding: 50px 0;
    }

    #faq h3{
        width:95%;
        font-size: 1rem;
    }


    #faq img{
        width: 90%;
    }

    .formPolicy{
        margin-top:20px;
    }

    .termsCheck{
        margin-top:30px;
    }

    .formMust{
        font-weight: bold;
        font-size: 0.8rem;
        padding: 2px 5px;
    }

    button[type="submit"]{
        margin:50px auto 0;
    }

    footer{
        padding-bottom: 100px;
    }

}


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

    #topMenu{
        display: none;
    }

    .footLink{
        margin-bottom: 100px;
    }

    .s-list,.requiredList{
        width:90%;
    }


    #sp_float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 9;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    padding: 8px 0;
    }

    .sp_cv_box.login{
        margin-left:3%;
    }

    #sp_float a{
        display: block;
        color: #001C02;
        font-size: 18px;
        padding: 4px 24px;
        font-weight: 900;

    }

}

.low_wrap{
    padding:40px 0 40px;
}


