@charset "utf-8";
*{min-width: 0;
min-height: 0;}
body{position: relative;}

/* アニメーションスタイル */
/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}
f
/* header */
header div.slider{
    width: 100%;
    margin-top: 15px;
}
header img {
    width:80%;
    height: auto;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}
header .slick-dots li button:before{
    color: #f9e3e2;
}
header .slick-dots li.slick-active button:before{
    color: #007561;
}

/* #section全体 */
section{
    width:100%;
    padding: 25px 0 25px 0; 
}
section h1{text-align: center;}
section .wrap{max-width: 1000px; margin: 0 auto;}
h1{
    font-size: 48px;
    font-weight: bold;
    color: #007561;
    position: relative;
}
h1::after{
    content: "";
    display: inline-block;
    background-image: url(/kojin/sonaeru/hoken/img/ttl_icon.png);
	background-repeat: no-repeat;
    background-size: cover;
	width: 70px;
    height: 21px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width:1000px) {
    section .wrap{max-width: 100%; margin: 0 auto;}
}
@media screen and (max-width:768px) {
    h1{font-size: 38px;}
}
@media screen and (max-width:600px) {
    h1{font-size: 28px;}
} 
@media screen and (max-width:600px) {
    section .wrap{padding: 0 4% 0 4%;}
} 
/* .question */
section.question{
  /*  background: #fbfbfb; */
}
.question img.question_ttl,
.question img.question_2,
.question img.question_3{
    max-width: 1000px;
    width: 100%;
}
.question p{
    font-size: 34px;
    text-align: center;
}
.question p span.bold_red{
    font-size: 40px;
    font-weight: bold;
    color: red;
}
@media screen and (max-width:820px) {
    .question p{
        font-size: 28px;
    }
}
@media screen and (max-width:600px) {
    .question p{
        font-size: 22px;
    }
} 

/* .title */
section.title{
    background: #33CC66;
}
.title p{
    font-size: 34px;
    text-align: center;
    color: #ffffff;
}
.title p span.big{
    font-size: 43px;
    font-weight: bold;
}
.title p span.red{
    color: #007561;
}
@media screen and (max-width:820px) {
    .title p{
        font-size: 28px;
    }
}
@media screen and (max-width:600px) {
    .title p{
        font-size: 22px;
    }
} 
@media screen and (max-width:600px) {
    .title p span.big{
        font-size: 28px;
        font-weight: bold;
    }
} 
/* .title2 */
section.title2{
  /*  background: #fbfbfb; */
    clear: inline-end;
}
.title2 h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 1rem 2rem;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    display: inline-block;
}
.title2 h2 span.big{
    font-size: 40px;
    font-weight: bold;
}
.title2 h2 span.red{
    color: #007561;;
}
@media screen and (max-width:820px) {
    .title2 h2{
        font-size: 28px;
    }
}
@media screen and (max-width:600px) {
    .title2 h2{
        font-size: 22px;
    }
} 
@media screen and (max-width:600px) {
    .title2 h2 span.big{
        font-size: 28px;
        font-weight: bold;
    }
} 

section.title2{
  /*  background: #fbfbfb; */
    clear: inline-end;
}
.title2 p{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.title2 p span.big{
    font-size: 40px;
    font-weight: bold;
}
.title2 p span.red{
    color: #007561;;
}
@media screen and (max-width:820px) {
    .title2 p{
        font-size: 28px;
    }
}
@media screen and (max-width:600px) {
    .title2 p{
        font-size: 22px;
    }
} 
@media screen and (max-width:600px) {
    .title2 p span.big{
        font-size: 28px;
        font-weight: bold;
    }
} 

/* .intro */
section.intro{
  /*  background: #fbfbfb; */
}
.intro .flex {
  display: flex; /*横並び*/
}
.intro .flex .image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.intro.flex .text {
  margin: 0 0 20 0px;
  padding: 0;
}
.intro img{
    text-align: center;
    width: 100%;
    max-width: 600px;
}
.intro .lifesheet img{
    text-align: center;
    width: 100%;
    max-width: 300px;
}
.intro .douga img{
    text-align: center;
    width: 100%;
    max-width: 200px;
}
/*.intro p{									 */
/*    font-size: 20px; 						*/
/*}  										*/
/*@media screen and (max-width:820px) {		*/
/*    .intro p{								*/
/*        font-size: 28px;					*/
/*    }										*/
/*}											*/
/*@media screen and (max-width:480px) {		*/
/*    .intro p{								*/
/*        font-size: 22px;					*/
/*    }										*/
/*} 										*/

/* .point */
section.point{
  /*  background: #fbfbfb; */
}
.point img{
    width: 25px;
    margin-right: 15px;
}
.point .graph img{
    text-align: center;
    width: 100%;
    max-width: 650px;
    padding-bottom: 40px;
    padding-top: 15px;
}
.point h2{
    font-size: 28px;
    font-weight: bold;
    color: #004E2D;
    margin: 10px auto 20px;
}
.point h3{
    font-size: 22px;
    font-weight: bold;
    margin: 40px 10px 10px 20px;
}
@media screen and (max-width:600px) {	
    .point img{
        width: 18px;
        margin-right: 5px;
    }
} 
@media screen and (max-width:600px) {	
    .point h2{
        font-size: 18.5px;
    }
} 
@media screen and (max-width:600px) {	
    .point h3{
        font-size: 17px;
        margin: 40px 10px 10px 0px;
    }
} 

/* .feature */
.feature img{max-width: 400px;}
.feature .feature_box{
    max-width: 1000px;
    margin: 0 auto 100px auto;
    position: relative;
}
.feature .feature_txt{
    max-width: 940px;
    background: #fff;
    padding-bottom: 30px;
}
.feature .feature_txt .feature_txt_inner{
    max-width: 460px;
    margin-left: 65px;
}
.feature .feature_txt p.number{
    font-size: 48px;
    font-weight: bold;
    color: #007561;
    border-bottom: #007561 dotted 2px;
}
.feature .feature_txt h2{
    font-size: 24px;
    font-weight: bold;
    color: #007561;
    margin: 10px 0 20px 0;
}
.feature .feature_img{
    position: absolute;
    top: 20px;
    right: 0;
}


@media screen and (max-width:1000px) {
    .feature .feature_box{width: 100%;}
    .feature .feature_txt{width: 80%;}
    .feature .feature_txt .feature_txt_inner{width: 50%;}
    .feature .feature_img{width: 50%;}
    .feature img{width: 100%;}
}
@media screen and (max-width:820px) {
    .feature .feature_box {margin: 0 auto 50px auto;}
    .feature .feature_txt{width: 100%;}
    .feature .feature_txt .feature_txt_inner{
        max-width: none;
        width: 90%;
        margin: 0 auto;
    }
    .feature .feature_img{
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .feature .feature_img img{
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width:480px) {
} 
/* .service */
.service .flexbox{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    align-items: flex-end;
}
.service img{max-width: 340px;}
.service .service_txt{
    background: #f9e3e2;
    padding: 20px 25px;
    width: 70%;
}
.service .service_txt p{
    border: #007561 dotted 2px;
    border-radius: 10px;
    padding: 20px 25px;
}
@media screen and (max-width:820px) {
    .service img{
        max-width: none;
        width: 100%;
    }
    .service .service_txt{flex: 2 1 70%;}
    .service .service_img{flex: 1 2 30%;}
}
/* .flow */
section.flow{
    background: #fdf6f6;
}
.flow .flow_box{
    max-width: 1000px;
    margin: 0 auto;
}
.flow .flow_box .flexbox{
    max-width: 860px;
    margin: 0 20px 0 auto;
    align-items: flex-end;
}
.flow .flow_box h2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 50px 0 10px 0;
    background-color: #007561;
}
.flow .flow_box h2::before{
    content: '';
    display: inline-block;
    width: 89px;
    height: 89px;;
    background-size: contain;
    vertical-align: middle;
    margin-right: 50px;
}
.flow .flow_box.flow1 h2::before{
    background-image: url(/kojin/sonaeru/hoken/img/flow_1.png);
}
.flow .flow_box.flow2 h2::before{
    background-image: url(/kojin/sonaeru/hoken/img/flow_2.png);
}
.flow .flow_box.flow3 h2::before{
    background-image: url(/kojin/sonaeru/hoken/img/flow_3.png);
}
.flow .flow_box.flow4 h2::before{
    background-image: url(/kojin/sonaeru/hoken/img/flow_4.png);
}
.flow .flow_box img{
    max-width: 215px;
    width: 100%;
}
.flow .flow_box .r_box{
    background: #fff;
    border-radius: 15px;
    padding: 30px 25px;
}
@media screen and (max-width:820px) {
    .flow .flow_box h2{
        font-size: 22px;
        margin: 30px 0 10px 0;
    }
    .flow .flow_box h2::before{
        width: 60px;
        height: 60px;;
    }
    .flow .r_box{flex: 2 1 70%;}
    .flow .l_box{flex: 1 2 30%;}
}
/* .qa */
section.qa{
    background: #fbfbfb;
}
section.qa img{max-width: 79px;}
section.qa .qa_box{
    max-width: 1000px;
    margin: 50px auto;
}
section.qa .qa_box .q_box.flexbox{
    justify-content: flex-start;
}
section.qa .q_box .fukidashi{
    position: relative;
	display: inline-block;
	margin: 0.5em 0 0.5em 15px;
	padding: 20px 30px;
	min-width: 120px;
	max-width: 100%;
    border-radius: 5px;
	-moz-box-shadow: -3px 5px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -3px 5px 10px 2px rgb(0 0 0 / 10%);
    -ms-box-shadow: -3px 5px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 5px 10px 2px rgb(0 0 0 / 10%);
}
section.qa .q_box .fukidashi::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
}
section.qa .q_box{color: #fff;}
section.qa .q_box .fukidashi.q1{background: #00C1A1;}
section.qa .q_box .fukidashi.q1::before{border-right: 15px solid #00C1A1;}
section.qa .q_box .fukidashi.q2{background: #327194;}
section.qa .q_box .fukidashi.q2::before{border-right: 15px solid #327194;}
section.qa .q_box .fukidashi.q3{background: #86bc1c;}
section.qa .q_box .fukidashi.q3::before{border-right: 15px solid #86bc1c;}
section.qa .a_box{margin: 0 0 0 100px;}
section.qa .a_box .fukidashi{
    position: relative;
	display: inline-block;
	margin: 0.5em 15px 0.5em 0;
	padding: 20px 30px;
	min-width: 120px;
	max-width: 100%;
    border-radius: 5px;
	-moz-box-shadow: -3px 5px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -3px 5px 10px 2px rgb(0 0 0 / 10%);
    -ms-box-shadow: -3px 5px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 5px 10px 2px rgb(0 0 0 / 10%);
    background: #fff6e6;
}
section.qa .a_box .fukidashi::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff6e6;
}
@media screen and (max-width:820px) {
    section.qa .a_box{
        margin: 0;
        padding: 20px 10px;
    }
    section.qa .a_box .fukidashi{
        padding: 20px 10px;
        min-width: 120px;
        max-width: 100%;
        width: 70%;
    }
}
/* .address */
section.address{
    background: url(/kojin/sonaeru/hoken/img/address_bg.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    position: relative;
    z-index: -100;
}
section.address::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -50;
}
section.address .box{
    max-width: 800px;
    margin: 0 auto;
    background: rgb(255,255,255,0.8);
    border-radius: 20px;
    position: relative;
    padding: 30px;
}
section.address .box::after{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 10px;
    height: 280px;
    width: 200px;
    z-index: 17;
    display: inline-block;
    background-size: contain;
}
section.address h1{
    font-size: 50px;
    text-align: left;
    width: fit-content;
    display: inline-block;
    margin-bottom: 10px;
}
section.address h1::after{background-image: none;}
section.address .flexbox{
    justify-content: flex-start;
    width: 500px;
    margin: 0 auto;
}
section.address .box_red{
    background: #007561;
    color: #fff;
    padding: 0 10px;
    margin-left: 20px;
}
section.address span.dot{
    text-emphasis: dot #007561;
    -webkit-text-emphasis: dot #007561;
}
section.address img.tel,
section.address img.open,
section.address img.close{max-width: 80px;}
section.address .l_box{
    width: 80px;
    align-self: center;
    margin-right: 30px;
}
section.address .tel .l_box figure img{
    width: 100%;
    margin: 0 auto;
}
section.address .tel .r_box p{
    font-size: 58px;
    font-weight: bold;
}
section.address .tel .r_box p span{
    color: #007561;
}
section.address .tel .r_box p span rt{font-size: 0.3em;}
section.address .open .r_box p,section.address .close .r_box p{
    font-size: 38px;
    font-weight: bold;
}
section.address .open .r_box p span.box_gray{
    background: #555555;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    display:inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
section.address .close .r_box p{
    padding-top: 10px;
}
@media screen and (max-width:820px) {
    section.address h1{font-size: 36px;}
    section.address h1 span.fs_32{font-size: 22px!important;}
    section.address .box::after{
        height: 230px;
        width: 150px;
    }
    section.address .open .r_box p span.box_gray{font-size: 18px;}
    section.address .flexbox{
        width: 100%;
    }
}
@media screen and (max-width:560px) {
    section.address h1{font-size: 32px;}
    section.address h1 span.fs_32{font-size: 20px!important;}
    section.address .tel .r_box p{font-size: 40px;}
    section.address .open .r_box p,section.address .close .r_box p{font-size: 28px;}
}
@media screen and (max-width:480px) {
    section.address .box {padding: 10px;}
    section.address h1{font-size: 26px;}
    section.address h1 span.fs_32{font-size: 14px!important;}
    section.address img.tel,section.address img.open,section.address img.close{max-width: 36px;}
    section.address .l_box{
        width: 46px;
        margin-right: 0;
    }
    section.address .box::after{
        height: 180px;
        width: 100px;
    }
    section.address .open .r_box p,section.address .close .r_box p{font-size: 22px;}
    section.address .open .r_box p span.box_gray{
        font-size: 16px;
        padding: 3px;
        margin-right: 10px;
    }
    section.address .tel .r_box p{font-size: 32px;}
} 
/* .fixedBtn */
section.fixedBtn{
    display: none;/*最初は隠す*/
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background:rgba(255,255,255,0.9);
    z-index: 18;
    padding: 20px;
}
section.fixedBtn .box.flexbox{
    justify-content: center;
    align-items: flex-end;
}
section.fixedBtn img{max-width: 120px;}
section.fixedBtn h1{
    font-size: 28px;
    border-top: #007561 2px solid;
    border-bottom: #007561 2px solid;
    padding: 5px 0;
    margin-bottom: 20px;
}
section.fixedBtn h1::after{background-image: none;}
section.fixedBtn h1 .box_red{
    background: #007561;
    color: #fff;
    padding: 0 10px;
    margin-left: 20px;
    line-height: 28px;
}
section.fixedBtn .l_btn p,section.fixedBtn .r_btn p{
    text-align: center;
    font-size: 14px;
}
/* ボタンデザイン */
a.btn{
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 100vh;
    width: 350px;
	padding: 15px 0;
	font-weight: bold;
	font-size: 24px;
}
.l_btn a.btn{
    background: #007561;
    color: #fff;
}
.l_btn a.btn::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/kojin/sonaeru/hoken/img/btn_red_icon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 20px;
}
.l_btn a.btn:hover{
    background: #00C1A4;
}
.l_btn a.btn.shadow{
    border-bottom: 5px solid #E2EFBC;
}
.l_btn a.btn.shadow:hover{
    margin-top: 3px;
    border-bottom: 2px solid #E2EFBC;
}
.r_btn a.btn{
    background: #fff;
    border:#007561 2px solid;
    color: #007561;
}
.r_btn a.btn::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/kojin/sonaeru/hoken/img/btn_w_icon_1.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
}
.r_btn a.btn::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/kojin/sonaeru/hoken/img/btn_w_icon_2.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 20px;
}
.r_btn a.btn:hover{
    background: #fff;
    border:#007561 2px solid;
}
.r_btn a.btn.shadow{
    border-bottom:#007561 5px solid;
}
.r_btn a.btn.shadow:hover{
    margin-top: 3px;
    border-bottom: 2px solid #007561;
}
.item_768{display: none;}
.item_768_none{display: block;}
@media screen and (max-width:1000px) {
    section.fixedBtn h1{
        font-size: 24px;
    }
    section.fixedBtn h1 span.fs_20{font-size: 16px;}
    a.btn{
        width: 250px;
        font-size: 18px;
    }
    section.fixedBtn .l_btn{margin-right: 10px;}
    section.fixedBtn .l_btn p, section.fixedBtn .r_btn p{font-size: 12px;}
}
@media screen and (max-width:820px) {
    .item_768{display: block;}
    .item_768_none{display: none;}
    section.fixedBtn {
        padding: 10px 0;
        width: 100vw;
    }
    section.fixedBtn .btn.flexbox{flex-direction: column;}
    section.fixedBtn h1{
        font-size: 18px;
        margin-bottom: 5px;
        width: 100vw;
    }
    section.fixedBtn .box{width:100vw;}
    section.fixedBtn h1 span.fs_20{font-size: 12px;}
    .l_btn,.r_btn{width: 100%;}
    a.btn{
        width: 100%;
        font-size: 18px;
    }
}
@media screen and (max-width:480px) {
    section.fixedBtn img{max-width: 90px;}
}

a.btn2{
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 100vh;
    width: 400px;
	padding: 15px 0;
	font-weight: bold;
	font-size: 24px;
}
.l_btn a.btn2{
    background: #007561;
    color: #fff;
}
.l_btn a.btn2::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/kojin/sonaeru/hoken/img/btn_red_icon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 20px;
}
.l_btn a.btn2:hover{
    background: #00C1A4;
}
.l_btn a.btn2.shadow{
    border-bottom: 5px solid #E2EFBC;
}
.l_btn a.btn2.shadow:hover{
    margin-top: 3px;
    border-bottom: 2px solid #E2EFBC;
}
.r_btn a.btn2{
    background: #fff;
    border:#007561 2px solid;
    color: #007561;
}
.r_btn a.btn2::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/kojin/sonaeru/hoken/img/btn_w_icon_1.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
}
.r_btn a.btn2::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/kojin/sonaeru/hoken/img/btn_w_icon_2.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 20px;
}
.r_btn a.btn2:hover{
    background: #fff;
    border:#007561 2px solid;
}
.r_btn a.btn2.shadow{
    border-bottom:#007561 5px solid;
}
.r_btn a.btn2.shadow:hover{
    margin-top: 3px;
    border-bottom: 2px solid #007561;
}
.item_768{display: none;}
.item_768_none{display: block;}
@media screen and (max-width:1000px) {
    section.fixedBtn h1{
        font-size: 24px;
    }
    section.fixedBtn h1 span.fs_20{font-size: 16px;}
    a.btn2{
        width: 250px;
        font-size: 18px;
    }
    section.fixedBtn .l_btn{margin-right: 10px;}
    section.fixedBtn .l_btn p, section.fixedBtn .r_btn p{font-size: 12px;}
}
@media screen and (max-width:820px) {
    .item_768{display: block;}
    .item_768_none{display: none;}
    section.fixedBtn {
        padding: 10px 0;
        width: 100vw;
    }
    section.fixedBtn .btn.flexbox{flex-direction: column;}
    section.fixedBtn h1{
        font-size: 13px;
        margin-bottom: 5px;
        width: 100vw;
    }
    section.fixedBtn .box{width:100vw;}
    section.fixedBtn h1 span.fs_20{font-size: 12px;}
    .l_btn,.r_btn{width: 100%;}
    a.btn2{
        width: 100%;
        font-size: 18px;
    }
}
/* footer */
footer{
    width: 100%;
    background: #cccccc;
    padding: 10px 0 230px 0;
}
footer p{
    font-size: 12px;
    text-align: center;
}
footer p a:hover{
    color: #007561;
}
@media screen and (max-width:820px) {
    footer{padding: 10px 0 280px 0;}
}
@media screen and (max-width:480px) {
    footer p{font-size: 10px;}
}
.aC {
    text-align: center;
}

.flex {
	display: flex;
}

.fb_blue{
    font-weight: bold;
    color: #3399FF;
}

.fb_purple{
    font-weight: bold;
    color: #800080;
}

.fb_orange{
    font-weight: bold;
    color: #FF6E00;
}

.img_right{
    float: right;
    padding:0 30px 15px 30px;
}
.img_left{
    float: left;
    padding:15px;
}
@media screen and (min-width:700px) {
	.img_lifesheet{
    	float: right;
    	padding:0 50px 15px 50px;
}

@media screen and (max-width:699px) {
    .img_lifesheet{
        padding:0 50px 15px 50px;
    }

.img_douga{
    float: right;
    padding:0 50px 15px 50px;
}


