
/*
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
*/

img{
    object-fit: contain;
}

.breadcrumb_tag_area{
    background-color: #E7E7E7;
    margin: 0;
    padding: 15px 0;
}
.breadcrumb{
    margin: 0 auto;
    list-style: none;
    width: 98%;
    max-width: 1200px;
}
.breadcrumb li{
    display: inline-block;
}
.breadcrumb li a{
    color: #3c3c3c;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}
.breadcrumb li a:hover{
    opacity: .8;
}

.prize_area{
    position: relative;
}
.prize_area>.prize{
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    text-align: center;
}
.prize_area>.prize>img{
    width: 100%;
    max-width: 600px;
}
.prize_area_arrow{
    position: relative;
    overflow: hidden;
    height: 4vw;
}
.prize_area_arrow::after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 4vw solid #3266CC;
    border-right: 100vw solid transparent;
}

.all_trouble{
    background-color: #DFF2FF;
    padding: 5vw 0 1.5vw;
    margin-top: -4vw;
}
.all_trouble>img{
    display: block;
    width: 98%;
    max-width: 700px;
    margin: 0 auto;
}

.cta_area{
    position: relative;
}
.cta_area02{
    position: relative;
}
.tel_btn,
.web_btn{
    position: absolute;
    bottom: 8%;
    display: block;
}
.tel_btn:hover,
.web_btn:hover{
    opacity: 0.8;
}
.tel_btn img,
.web_btn img{
    display: block;
}
.cta_area .tel_btn,
.cta_area .web_btn{
    width: 22%;
}
.cta_area .tel_btn{
    right: 41%;
}
.cta_area .web_btn{
    right: 18.5%;
}
.cta_area02 .tel_btn,
.cta_area02 .web_btn{
    width: 35%;
}
.cta_area02 .tel_btn{
    right: 36%;
}
.cta_area02 .web_btn{
    right: 0;
}

.main_flex{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    justify-content: space-between;
}
.main_flex .mf_left{
    width: 75%;
}
.main_flex .mf_right{
    width: 23%;
}

.customer_voice{
    background-color: #def3ff;
    padding: 20px 40px 50px;
}

figure.pics{
    text-align: center;
}

.content_ttl{
    width: 40%;
    max-width: 200px;
    margin: 3% auto;
}

.cv_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cv_child{
    width: 48.5%;
    margin-top: 4%;
    border: 5px solid #3366cc;
    border-radius: 60px 0 0 0;
    background-color: #fff;
    padding-bottom: 200px;
    max-height: 300px;
}
.cv_child_ttl{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    left: -20px;
    top: -20px;
}
.cv_child_ttl>img{
    display: block;
    width: 33%;
}
.cv_child_ttl>div{
    width: 62%;
    margin-bottom: 5%;
}
.cv_child_ttl>div p{
    margin: 0;
}
.cv_child_ttl>div p:first-child{
    color: #8e8e8e;
}
.cv_child_ttl>div p:first-child>span{
    background-color: #3366cc;
    color: #fff;
    margin-right: 10px;
    padding: 3px 5px;
    font-size: 16px;
}
.cv_child_ttl>div p:nth-child(2){
    color: #fe9309;
    margin-top: 5px;
}
.cv_child_ttl+p{
    padding: 0 15px;
    margin: -5px 0 0;
    color: #303030;
    font-size: 16px;
    font-weight: bold;
}
.cv_arrow{
    position: relative;
    overflow: hidden;
    height: 7vw;
}
.cv_arrow::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 7vw solid #3266CC;
    border-right: 100vw solid transparent;
}
.cv_arrow::after{
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    border-top: 7vw solid #def3ff;
    border-left: 100vw solid transparent;
}
.cv_arrow+figure img{
    width: 98%;
    max-width: 700px;
}
.price_detail{
    display: block;
    width: 98%;
    max-width: 500px;
    margin: 20px auto;
}
.campaign_arrow{
    position: relative;
    overflow: hidden;
    height: 7vw;
}
.campaign_arrow::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 7vw solid #3266CC;
    border-left: 100vw solid transparent;
}
.campaign_arrow::after{
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    border-bottom: 7vw solid #def3ff;
    border-right: 100vw solid transparent;
}

/* 作業の流れ　テキスト化　220408追加 */
.step_area {
    background-color: #def3ff;
    padding: 40px 0 60px;
}
img.flow_ttl {
    width: 90px;
    display: block;
    margin: auto;
}
.step_area h2 {
    text-align: center;
    font-size: 37px;
    margin: 0 0 40px;
    color: #3366cc;
    background: none;
}
.step_flex {
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
}
.step_flexbox {
    display: flex;
    width: 22%;
    margin: 0 5px;
    flex-wrap: wrap;
}
p.step_title {
    background: #ff6000;
    padding: 5px 10px;
    color: #fff;
    margin: 8px 0 0 0;
    border-radius: 25px;
}
.step_arrow {
    position: relative;
    display: inline-block;
    padding: 0px 0 0 10px;
    margin-bottom: 20%;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.step_arrow::before, .step_arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.step_arrow:before {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff6000;
}
.step_arrow:after {
    left: 10px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 9px solid transparent;
    border-left: 13px solid #fff;
}

@media screen and (max-width: 896px){
.step_flex {
    width: 90%;
}
.step_flexbox {
    width: 100%;
    margin: 0;
}
.step_flexbox img {
    margin: 0;
}
p.step_title {
    margin: 8px 60% 0 0;
}
.step_arrow {
    position: relative;
    display: inline-block;
    padding: 0px 0 0 10px;
    margin: auto;
    margin-bottom: 7%;
    margin-top: 3%;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.step_arrow:after {
    left: 5px;
    top: 14px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-top: 16px solid #fff;
}

}


.staff_area{
    background-image: url('../img/staff_bg.png');
    background-size: cover;
    border-top: 18px solid #0a57bb;
    padding: 30px 20px 70px;
}
.staff_flex{
    width: 98%;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.staff_flex,
.staff_detail{
    display: flex;
    justify-content: space-between;
}
.staff_child{
    border: 3px solid #0a57bb;
    position: relative;
    width: 49%;
    background-color: #fffee6;
    box-shadow: 10px 10px 5px rgba(0,0,0,.17);
    margin-bottom: 35px;
}
.staff_detail{
    align-items: center;
    background-color: #fff;
    padding: 20px;
}
.staff_detail>img{
    display: block;
    width: 27%;
}
.staff_detail>div{
    width: 70%;
}
.staff_detail>div>h4{
    color: #0a57bb;
    border-bottom: 1px solid #0a57bb;
    padding: 0 0 3px;
    text-align: left;
    margin-bottom: 10px;
}
.staff_bnr{
    position: absolute;
    right: 10px;
    top: -10px;
    width: 60px;
}
.staff_detail+p{
    padding: 20px;
    color: #2b2b2b;
    margin: 0;
}
.qa_area{
    background-color: #def3ff;
    padding: 20px 40px 100px;
}

.mf_right a:hover{
    transition: all 0.3s;
}
.side_menu{
    border: 3px solid #3366cc;
    border-radius: 10px;
    margin-bottom: 20px;
}
.side_menu>h3{
    background-color: #3366cc;
    color: #fff;
    padding: 10px 0;
    font-style: normal;
    font-size: 20px;
    text-align: center;
}
.side_menu>a{
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #b6b6b6;
    margin: 0;
    color: #3366cc;
    text-decoration: none;
    font-weight: bold;
}
.side_menu>a:last-child{
    border-bottom: none;
}
.side_menu>a:hover{
    background-color: #ddd;
}
.side_menu_btn{
    display: block;
    margin-bottom: 15px;
    background-color: #666;
    border: solid 2px #fff;
	outline: solid 4px #666; 
    color: #fff !important;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}
.side_menu_btn::before{
    content: '▶';
    color: #fff;
    top: 30%;
    right: 5%;
    position: absolute;
    font-size: 12px;
}
.side_menu_btn:hover{
    opacity: 0.8;
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
.faq_box {
	overflow: hidden;
}
.faq_box:last-child {
	margin-bottom: 0;
}
.switch {
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
	background-color: #fff;
}
.switch.open {
	background: #0a57bb;
	color: #fff;
}
.contentWrap {
	display: none;
	margin-top: 10px;
	border: 3px solid #0a57bb;
	background: #fff;
}
.contentWrap.open {
	display: block;
}
.q {
	transition: .5s;
}
.q,.a {
	position: relative;
}
.q:before,.a:before {
	position: absolute;
	transition: .5s;
}
.q:before {
	content: "Q";
	color: #fff;
	background-color: #0a57bb;
	border-radius: 100px;
	top: 50%;
	transform: translateY(-50%);
	padding: 2px 13px;
}
.open.q:before{
    color: #0a57bb;
	background-color: #fff;
}
.accordion_icon,
.accordion_icon span {
	transition: all .4s;
	box-sizing: border-box;
	display: inline-block;
}
.accordion_icon_wrap {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
}
.accordion_icon {
	position: relative;
	display: block;
}

.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #0a57bb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.open .accordion_icon span{
    background-color: #fff;
}
.accordion_icon span:nth-of-type(1) {
    top: 15px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 15px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.open .accordion_icon span:nth-of-type(1) {
	display:none;
}
.open .accordion_icon span:nth-of-type(2) {
	top: 15px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media only screen and ( max-width : 896px ) {
	#faq h2 img {
		max-width: 270px;
	}
	.faq_box {
		margin-bottom: 15px;
	}
	.accordion_icon_wrap {
		right: 15px;
	}
	.q:before,.a:before {
		font-size: 30px;
		left: 15px;
	}
	.q {
		font-size: 1rem;
		padding: 10px 60px;
	}
	.a {
		padding: 10px 15px;
	}
	.a p{
	    margin: 0;
	}
	.a:before {
		top: 10px;
	}
	.switch {
		height: 90px;
	}
}
@media print, screen and ( min-width : 896px ) {
	.faq_box {
		margin-bottom: 30px;
	}
	.q {
		font-size: 22px;
		padding: 10px 80px;
	}
	.q:before,.a:before {
		font-size: 30px;
		left: 20px;
		font-family: 'Ropa Sans', sans-serif;
	}
	.a {
		padding: 20px 25px;
		font-size: 18px;
	}
	.a p{
	    margin: 0;
	}
	.a:before {
		top: 0;
	}
	.switch {
		height: 80px;
	}
	.accordion_icon_wrap {
		right: 30px;
	}
	
	.pc_ds_n{
	    display: none !important;
	}
	.openbtn span{
	    display: none;
	}
}
/* ---------------------------------------------------------------------------------------------

　   FAQ END

--------------------------------------------------------------------------------------------- */





@media screen and (max-width:1600px) and (min-width:1024px){
    .prize_area>.prize>img{
        max-height: 130px;
    }
}
@media screen and (max-width:1023px) and (min-width:768px){
    .prize_area>.prize>img{
        max-height: 95px;
    }
}
@media screen and (max-width:896px){
    .sp_ds_n{
	    display: none !important;
	}
	.prize_area .sp{
	    margin: 0;
	    width: 100%;
	}
	.prize_area_arrow{
	    height: 12vw;
	}
	.prize_area_arrow::after{
	    border-top: 12vw solid #3266CC;
	}
	.prize_area>.prize{
	    bottom: 8%;
	}
	.prize_area>.prize>img{
	    width: 90%;
	}
	.breadcrumb_tag_area{
	    padding: 5px 0;
	}
	.breadcrumb{
	    padding-left: 10px;
	    font-size: 14px;
	}
	.all_trouble{
	    margin-top: -30vw;
	    padding: 16vw 0 0;
	}
    .all_trouble>img{
width: 95%;
    /* margin: auto; */
    position: relative;
    top: -2vh;
    padding-left: 2%;
    }
    .main_flex .mf_left{
        width: 100%;
    }
    .main_flex .mf_right{
        display: none;
    }
    .customer_voice{
        padding: 20px;
    }
    .cv_child{
        max-height: none;
        padding-bottom: 20px;
        margin: 20px auto 0;
    }
    .cv_child_ttl{
        left: -5px;
    }
    .flow_area{
        padding: 20px 20px 40px;
    }
    .flow_img{
        margin-top: 20px;
    }
    .staff_flex{
        display: block;
    }
    .staff_area{
        padding-bottom: 30px;
    }
    .staff_child{
        width: 100%;
        margin: 20px 0;
        box-shadow: none;
    }
    .staff_detail>img{
        width: 35%;
    }
    .staff_detail>div{
        width: 62%;
    }
    .qa_area{
        padding: 20px 20px 50px;
    }
    .q:before,
    .a:before{
        font-size: 18px;
    }
    .q:before{
        padding: 2px 8px;
    }
    .cta_area .sp,
    .cta_area02 .sp{
        margin: 0;
    }
    .tel_btn,
    .web_btn{
        width: 90% !important;
        left: 5%;
    }
    .tel_btn{
        bottom: 22%;
    }
    .web_btn{
        bottom: 5%;
    }
    
    
    /* ---------------------------------------------------------------------------------------------
    
    　   slick
    
    --------------------------------------------------------------------------------------------- */
        .slick-active{
            width: 95%;
        }
        .slick-dots li{
            margin: 0;
        }
        .slick-dots li button:before{
            font-size: 15px;
            color: #1e5fcc;
        }
        .slick-dots li.slick-active button:before{
            color: #1e5fcc;
        }
        .slick-dots li.slick-active{
            box-shadow: none;
        }
    /* ---------------------------------------------------------------------------------------------
    
    　   slick END
    
    --------------------------------------------------------------------------------------------- */
}

.pc{
    margin: 0;
}







/* ---------------------------------------------------------------------------------------------

　   header

--------------------------------------------------------------------------------------------- */
header{
    padding-top: 15px;
}
.head_flex{
    display: flex;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 1250px;
    justify-content: space-between;
    align-items: center;
}
.head_flex>figure{
    margin: 0;
    width: 30%;
}
.head_tel_area{
    border: 1px solid #ff6c00;
    background-color: #fff7f1;
    border-radius: 10px;
    padding: 10px 69px 10px 100px;
    position: relative;
}
.head_tel_area p,
.head_tel_area a{
    display: block;
    margin: 0;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}
.head_tel_area p{
    color: #3c3c3c;
    font-size: 14px;
}
.head_tel_area p:first-child{
    text-align: center;
}
.head_tel_area p:last-child{
    color: #159df3;
}
.head_tel_area a{
    color: #ff6c00;
    font-size: 32px;
    font-weight: 900;
}

img.head_icon{
    width: 11%;
    position: absolute;
    top: 25%;
    left: 10%;
}


.n_humb{
    background-color: #3266CC;
}
.n_humb ul{
    max-width: 1250px;
    padding: 0;
}
.n_humb ul li{
    border-right: 2px solid #fff;
}
.n_humb ul li:last-child{
    border-right: none;
}
.n_humb ul li a{
    padding: 15px 30px;
}
.n_humb ul li a:hover{
    background-color: rgba(255,255,255, 0.2);
}
.n_humb li.has-child ul{
    top: 100px;
}
.n_humb li.has-child ul li a{
    background-color: #DFF2FF;
    color: #303030;
}
.n_humb li.has-child ul li a:hover,
.n_humb li.has-child ul li a:active{
    background-color: #999;
}


@media screen and (max-width:896px){
    .search_area{
        display: none;
        width: 0%;
        position: absolute;
    }
    header{
        padding-bottom: 10px;
        box-shadow: none;
    }
    .head_tel_area a{
        font-size: 16px;
    }
    .head_tel_area p{
        font-size: 10px;
    }
    .head_tel_area{
        padding: 5px 10px;
        margin-right: 13.5%;
    }
    .openbtn{
        width: 40px;
        height: 40px;
        right: 2%;
        top: 25%;
        border-radius: 10px;
        border: 1px solid #969696;
    }
    .openbtn span{
        left: 22%;
        background-color: #3366cc;
        width: 60%;
    }
    .openbtn span:nth-of-type(1){
        top: 16%;
    }
    .openbtn span:nth-of-type(2){
        top: 36%;
    }
    .openbtn span:nth-of-type(3){
        top: 56%;
    }
    .openbtn span:nth-of-type(4){
        background: none;
        top: 60%;
        font-size: 8px;
        color: #3366cc;
    }
    .openbtn.active span:nth-of-type(1),
    .openbtn.active span:nth-of-type(3){
        width: 70%;
        left: 20%;
    }
    .openbtn.active span:nth-of-type(1){
        top: 30%;
    }
    .openbtn.active span:nth-of-type(3){
        top: 60%;
    }
    .openbtn.active span:nth-of-type(4){
        opacity: 0;
    }
    #header{
        margin-left: 2%;
    }
    .head_flex>figure{
        width: 40%;
    }
    
    #g-nav{
        background-color: #f1f1f1;
        top: auto;
        bottom: 0;
        height: 90vh;
    }
    .sb_img{
        display: block;
        width: 85%;
        margin: 20px auto;
    }
    #g-nav-list{
        border-top: 3px solid #ff6000;
    }
    #g-nav ul{
        margin: 0 auto;
        width: 100%;
        padding: 0;
        background-color: #fff;
    }
    #g-nav ul li{
        border-bottom: 1px solid #b1b1b1;
        padding: 2px 0 2px 20px;
    }
    #g-nav ul li a{
        color: #363636;
        text-decoration: none;
    }
    #g-nav ul .ttl{
        padding: 10px;
        background-color: #f1f1f1;
        margin: 0;
        color: #363636;
    }
    #g-nav ul .ttl img{
        width: 30px;
        margin-right: 10px;
    }
    #g-nav.panelactive #g-nav-list{
        height: 75vh;
    }
    .humb_acc dl,
    .humb_acc dd{
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .humb_acc dd{
        display: none;
    }
}
/* ---------------------------------------------------------------------------------------------

　   header END

--------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------

　   footer

--------------------------------------------------------------------------------------------- */
footer{
    background-color: #0a57bb;
    color: #fff;
    padding: 1% 0 2%;
}
.footer_body{
    width:98%;
    max-width: 1200px;
    margin: 0 auto;
}
.anno_box{
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
}
.f_logo{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
}
.admin{
    max-width: 500px;
    margin: 0 auto;
}
.admin,
.admin>span{
    display: block;
}
.admin>span{
    border-bottom: 1px solid #fff;
    padding: 3px 0;
}
.cta_add{
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
.cta_add+a{
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 10px auto;
}
.cta_add+a img{
    width: 100%;
}

.footer_flex,
.ffc02,
.ffc03{
    display: flex;
    flex-wrap: wrap;
}
.footer_flex{
    justify-content: space-between;
    margin: 5% auto;
}
.footer_flex_child a{
    text-decoration: none;
}
.ffc02 a{
    display: block;
    width: 47%;
}
.ffc03 a{
    display: block;
    width: 31%;
}
.footer_flex_child span,
.footer_flex_child span{
    color: #ff6000;
    font-weight: bold;
    margin-right: 5px;
}
.footer_flex_child{
    width: 30%;
}
.footer_flex .longer{
    width: 66%;
}
.footer_flex .longer .ffc02{
    justify-content: space-between;
}
.footer_flex_child h5{
    padding: 5px 0;
    border-bottom: 2px solid #fff;
    margin: 10px 0;
    text-align: left;
}
.footer_flex+p{
    margin-top: 20px;
    display: block;
    text-align: center;
}
.footer_flex+p a{
    text-decoration: none;
}

@media screen and (max-width:896px){
    .footer_flex,
    .admin,
    .logner .fcc02{
        display: block;
        width: 95%;
    }
    .footer_flex{
        margin-top: 8%;
    }
    .footer_flex_child,
    .footer_flex .longer,
    .longer .ffc02 a{
        width: 100%;
    }
    .anno_box{
        font-size: 14px;
    }
    .cta_add{
        font-size: 18px;
    }
    .ffc02,
    .ffc03{
        width: 100%;
        padding: 0 2%;
    }
}

/* ---------------------------------------------------------------------------------------------

　   footer END

--------------------------------------------------------------------------------------------- */