@charset "UTF-8";

body{
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    background-image: linear-gradient(90deg, rgba(255, 231, 228, 1), rgba(240, 226, 226, 1));
    scrollbar-gutter: stable;
}
.wrapper{
    max-width: 540px;
    margin: 0 auto;
    background-color: #fff;
    background-image:;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color: #282728;
}

@media screen and (max-width: 480px) {
    body{
        background-color: #fff;
    }
    
    .wrapper{
        border: none;
        background-color: #fff;
    }
}

img{
    width: 100%;
}

.content_inner{
    padding: 0 5%;
}

.mv{
    position: relative;
}

.mv_btn{
    width: 75%;
    position: absolute;
    margin: 0 auto;
    bottom:3%;
    left:0;
  right:0;
  margin:0 auto;
}

@media screen and (max-width: 480px) {
    .mv_btn{
        bottom:2%;
    }
}

.cv_wrap{
    position: relative;
}

.cv_btn{
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.cv_btn img{
    max-width: 100%;
}

.read_content{
    position: relative;
    padding: 60px 0 40px;
    text-align: center;
}

.icon_01{
    position: absolute;
    top: -10%;
    left: 4%;
    width: 28%;
    z-index: 0;
}

.icon_02{
    position: absolute;
    bottom: 15%;
    right: 1%;
    width: 26%;
    z-index: 0;
    overflow: hidden;
}

.read_txt_01{
    font-size: 26px;
    font-weight: 800;
    color: #4c4c4c;
    line-height: 1.5;
    margin-top: 30px;
}

.read_txt_02{
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    color: #fb6f3b;
    margin-top: 10px;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 480px) {
    .read_content{
        padding: 30px 0 40px;
    }

    .icon_01{
        position: absolute;
        top: -12%;
        left: 4%;
        width: 28%;
        z-index: 0;
    }
    
    .icon_02{
        position: absolute;
        bottom: 18%;
        right: 1%;
        width: 24%;
        z-index: 0;
    }

    .read_txt_01{
        font-size: 24px;
    }

    .read_txt_02{
        font-size: 28px;
    }
}

.content_02{
    position: relative;
}

.icon_03{
    position: absolute;
    top: -8%;
    left: 2%;
    width: 19%;
    z-index: 0;
}


@media screen and (max-width: 480px) {
    .read_txt_01{
        font-size: 6.153vw;
    }

    .read_txt_02{
        font-size: 7.4666vw;
    }
}

.point_content{
    margin: 50px 0 40px;
}

.point_content_bottom{
    margin-bottom: 20px;
}

.content_04{
    position: relative;
    z-index: 2;
}

.flow_content{
    position: relative;
    margin-top: -30px;
    padding-top: 80px;
    text-align: center;
    background: url(../img/flow_bg.webp);
}

.icon_04{
    position: absolute;
    width: 24%;
    top: -1%;
    right: 4%;
    z-index:10;
}

@media screen and (max-width: 480px) {
    .icon_04{
        width: 27%;
    }
}

.section_ttl_inner{
    text-align: center;
    margin-bottom: 40px;
}

.section_sub_ttl{
    font-size: 24px;
}

.section_ttl{
    font-size: 32px;
}

@media screen and (max-width: 480px) {
    .section_sub_ttl{
        font-size: 20px;
    }
    
    .section_ttl{
        font-size: 24px;
    }
}

.step_wrap{
    margin: 60px 0 0;
    padding-bottom: 80px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .step_wrap{
        margin: 40px 0 0;
    }
}

.step_img img{
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .step_img img{
        width: 70%;
    }
}

.step_txt{
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.6;
}

@media screen and (max-width: 480px) {
    .step_txt{
        font-size: 18px;
    }
}

.step_wrap::after{
    position: absolute;
    content: "";
    background: url(../img/flow_after.webp) no-repeat;
    width: 10%;
    height: 70px;
    margin-top: 24px;
}

.step_wrap.after_none::after{
    content: none;
}

.icon_05{
    position: absolute;
    width: 24%;
    top: -19%;
    left: 5%;
}

.icon_06{
    position: absolute;
    width: 20%;
    top: -20%;
    right: 7%;
}

@media screen and (max-width: 480px) {
    .icon_05{
        width: 26%;
        top: -21%;
    }

    .icon_06{
        width: 23%;
        top: -21%;
        right: 5%;
    }
}

.faq_content{
    padding: 40px 5%;
    background: #fff7da;
}

.faq_wrap{
    background: #fff;
    padding: 24px 20px 16px;
    border: 1px solid #cdcbcb;
    border-radius: 20px;
    font-size: 16px;
    margin-top: 16px;
    background: url(../img/faq_bg.webp);
}

.faq_q{
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #cdcbcb;
    line-height: 1.6;
}

.faq_q img{
    width: 10%;
    margin-right: 4%;
}

.faq_a{
    font-size: 18px;
    display: flex;
    align-items: start;
    padding: 0 0 16px 0;
    line-height: 1.6;
}

@media screen and (max-width: 480px) {
    .faq_q{
        font-size: 16px;
    }

    .faq_a{
        font-size: 14px;
    }
}

.faq_a img{
    width: 10%;
    margin-right: 4%;
}

.close_content{
    padding: 40px 5% 16px;
}

.cv_close{
    padding: 128px 0 40px;
    width: 89%;
}

@media screen and (max-width: 480px) {
    .cv_close{
        padding: 96px 0 40px;
    }
}

.cv_close_wrap{
    position: relative;
}

.icon_07{
    position: absolute;
    width: 30%;
    top: 5%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .icon_07{
        top: 8%;
    }
}

.cv_btn:hover{
    opacity: .9;
}

.footer_link{
    font-size: 18px;
    text-align: center;
    padding: 0 0 80px;
    font-weight: bold;
    line-height: 1.8;
}

@media screen and (max-width: 480px) {
    .footer_link{
        font-size: 16px;
    }
}

.footer_link a{
    color: #474747;
    text-decoration: none;
}

.footer_link span{
    text-decoration:underline;
    text-underline-offset: 8px;
}

.company{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 16px;
}

.company_info{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin-bottom: 40px;
}

.company_info dt{
    width: 30%;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px ;
}

.company_info dd{
    width: 70%;
    border: 1px solid #000;
    border-bottom: none;
    text-align: center;
    align-items: center;
    padding: 8px ;
}

.company_info dd:last-child{
    border-bottom: 1px solid #000;
}

.copy{
    text-align: center;
    font-size: 12px;
    padding: 0 0 20px;
}

.cv_bnr{
    display: none;
    position: fixed;
    text-align: center;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
    z-index: 999;
}

.cv_bnr_link{
    display: inline-block;
    width: 60%;
}

@media screen and (max-width: 480px) {
    .cv_bnr{
        text-align: right;
    }

    .cv_bnr_link{
        display: inline-block;
        width: 60%;
        margin-right: 3%;
    }

    .footer_link{
        font-size: 16px;
    }

    .copy{
        font-size: 10px;
    }
}