@charset "UTF-8";

/*---------- パンくず ----------*/
.mod-topicpath {
	margin: 0;
	padding: .8em 0 .7em;
	line-height: 1.3;
	font-size: 12px;
}
.mod-topicpath li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mod-topicpath li:nth-child(n+2)::before {
	content: " > ";
}
.mod-topicpath a {
	color: #149953;
	text-decoration: none;
}
.mod-topicpath a:hover {
	text-decoration: underline;
}
.mod-topicpath li:last-child a {
	color: inherit;
}
@media (max-width: 480px) {
	.mod-topicpath {
		font-size: 11px;
	}
}


/*---------- 見出し ----------*/
.sec-head h1{
    width:100%;
    background: #149953;
    color:#fff;
    text-align: center;
    height:120px;
    font-size: 40px;
	font-weight: 700;
	line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-head h1 span{
    display:inline-block;
    width:120px;
}

/*---------- reason ----------*/
.sec-reason{
    padding:0 0 80px;
}
.reason-in{
    display: flex;
    justify-content: center;
    align-items: center;
}
.reason-list li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:30px;
    font-weight: bold;
}
.reason-list li + li{margin-top:30px;}
.reason-list li span{
    display: inline-block;
    width:125px;
    margin-right:10px;
}
.reason-list li p{
    line-height: 1.4;
    background: linear-gradient(transparent 75%, #fe7038 75%);
}
.reason-list-txt{
    width:65%;
}
.reason-list-image{
    width:30%;
    margin-top:30px;
}

.reason-box{
    border-radius: 10px;
    box-shadow: rgba(162,162,154,0.8) 0 0 10px;
    background: #f9f7f0;
}
.reason-box + .reason-box{margin-top:50px;}
.reason-head{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:30px;
    font-weight: bold;
    background: #70c542;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:10px 0;
}
.reason-head span{
    display: inline-block;
    width:125px;
    margin-right:10px;
}
.reason-head p{
    line-height: 1.4;
    color:#fff;
}
.reason-box-in{
    padding:50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reason-box-image{
    width:46%;
}
.reason-box-txt{
    width:50%;
    font-size:20px;
    font-weight: 500;
	line-height: 1.8;
}
@media (max-width: 970px) {
    .reason-list li{
        font-size:26px;
    }
    .reason-list li span{
        width:100px;
    }
}
@media (max-width: 767px) {
    /*---------- 見出し ----------*/
    .sec-head h1{
        width:100%;
        background: #149953;
        color:#fff;
        text-align: center;
        height:20vw;
        font-size: 5vw;
        font-weight: 700;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec-head h1 span{
        display:inline-block;
        width:15vw;
    }
    
    /*---------- reason ----------*/
    .sec-reason{
        padding:0 0 10vw;
    }
    .reason-in{
        flex-wrap: wrap;
        flex-direction: column;
        margin-top:5vw;
    }
    .reason-list li{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 4.6vw;
        font-weight: bold;
    }
    .reason-list li + li{margin-top:5vw;}
    .reason-list li span{
        display: inline-block;
        width:20vw;
        margin-right:3vw;
    }
    .reason-list li p{
        line-height: 1.4;
        background: linear-gradient(transparent 75%, #fe7038 75%);
    }
    .reason-list-txt{
        width:65%;
    }
    .reason-list-image{
        width:50%;
        margin-top:5vw;
    }

    .reason-box{
        border-radius: 10px;
        box-shadow: rgba(162,162,154,0.8) 0 0 10px;
        background: #f9f7f0;
    }
    .reason-box + .reason-box{margin-top:5vw;}
    .reason-head{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4.6vw;
        font-weight: bold;
        background: #70c542;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding:10px 0;
    }
    .reason-head span{
        display: inline-block;
        width:20vw;
        margin-right:10px;
    }
    .reason-box-in{
        padding:5vw;
        flex-wrap: wrap;
    }
    .reason-box-image{
        width:100%;
    }
    .reason-box-txt{
        width:100%;
        Font-size:3.4vw;
       margin-top:3vw;
    }
}

/*---------- QA ----------*/
.sec-qa{
    background: #f4fbf7;
    padding:80px 0;
}
.sec-qa h2{
    font-size:34px;
    font-weight: bold;
    border-top:1px solid #149953;
    border-bottom:1px solid #149953;
    text-align: center;
    color:#149953;
    margin-bottom:30px;
}
.qa-box{
    background: #fff;
    padding:40px;
    box-shadow: rgba(162,162,154,0.8) 0 0 10px;
    max-width: 1100px;
    margin:0 auto;
}
.qa-box+.qa-box{margin-top:30px;}
.qa-box dl dt{
    font-size:24px;
    font-weight: bold;
    position: relative;
    margin-bottom:20px;
    padding-left:60px;
}
.qa-box dl dt::before{
    position: absolute;
    content:'';
    background: url("../img/reason/reason-q.png") no-repeat center;
    background-size:contain;
    width:50px;
    height:50px;
    left:0;
    top:-5px;
}
.qa-box dl dd{
    font-size:20px;
    position: relative;
    padding-left:60px;
}
.qa-box dl dd::before{
    position: absolute;
    content:'';
    background: url("../img/reason/reason-a.png") no-repeat center;
    background-size:contain;
    width:50px;
    height:50px;
    left:0;
    top:-5px;
}

@media (max-width: 767px) {
    .sec-qa{
        padding:10vw 0;
    }
    .sec-qa h2{
        font-size: 4.6vw;
        margin-bottom:5vw;
        padding:1vw 0;
    }
    .qa-box{
        padding:5vw;
    }
    .qa-box+.qa-box{margin-top:5vw;}
    .qa-box dl dt{
        font-size: 4vw;
        margin-bottom:5vw;
        padding-left:12vw;
    }
    .qa-box dl dt::before{
        position: absolute;
        content:'';
        background: url("../img/reason/reason-q.png") no-repeat center;
        background-size:contain;
        width:10vw;
        height:10vw;
        left:0;
        top:-1.5vw;
    }
    .qa-box dl dd{
        Font-size:3.4vw;
        padding-left:12vw;
    }
    .qa-box dl dd::before{
        position: absolute;
        content:'';
        background: url("../img/reason/reason-a.png") no-repeat center;
        background-size:contain;
        width:10vw;
        height:10vw;
        left:0;
        top:-1.5vw;
    }
}

