@charset "UTF-8";
.mv_wrap {
    background: #FFEEE5;
    text-align: center;
    padding: 25px 0;
}
.cv_wrap{
    background: #E96422;
    padding: 40px 0;
}
.cv_wrap .ttl{
    font-size: 24px;
    color: #fff;
    letter-spacing: .025em;
    font-weight: bold;
    text-align: center;
}
.cv_wrap .txt{
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.cv_wrap .c-btn {
    width: 450px;
    margin: 0 auto;
}
.cv_wrap .c-btn a {
    font-size: 20px;
    height: 80px;
}
.cv_wrap .c-btn.is-raku a {
    border: 1px solid #E96422;
    color: #E96422;
    background: #fff url(../img/group_btn04.jpg) no-repeat left center;
    background-size: auto 100%;
}
@media (min-width: 896px) {
    .cv_wrap .c-btn.is-raku a:hover {
        background: #ffeee5 url(../img/group_btn04.jpg) no-repeat left center;
        background-size: auto 100%;
        opacity: 1;
    }
}
.cv_wrap .c-btn.is-raku a span {
    padding-left: 74px;
}
.cv_wrap .c-btn a:before {
    background: url(../svg/arw_l_or.svg) no-repeat center;
    background-size: 100% auto;
}
.dtl_wrap {
    background-color: #fff;
}
.dtl_in {
    padding: 70px 0 56px;
}
.dtl_mds {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
    color: #E96422;
    margin-bottom: 20px;
}
.dtl_mds span {
    color: #F60700;
}
.dtl_ttl {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
}
.dtl_img {
    padding-top: 40px;
    text-align: center;
}
.dtl_wrap .btnlst{
    padding: 30px 0 0 0;
}
.dtl_wrap .c-btn {
    margin: 0 auto
}
.dtl_wrap .c-btn a {
    background: #E96422;
    border: 1px solid #E96422;
}
.dtl_wrap .c-btn.is-pdf a:before {
    width: 20px;
    height: 24px;
    right: auto;
    left: 20px;
    background: url(../svg/icn_pdf_w.svg) no-repeat center;
    background-size: 100% auto;
}
.dtl-lst{
    padding: 30px 0 0 0;
}
.dtl-lst li{
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    padding-left: 3em;
    margin-bottom: .5em;
}
.dtl-lst li:last-child{
    margin-bottom: 0;
}
.dtl-lst li span{
    position: absolute;
    left: 0;
    top: 0;
}
.rsn_cntls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
}
.rsn_cntfl {
    width: 300px;
    margin: 0 20px;
    margin-top: 40px;
    background: #fff;
    border: 1px solid #E96422;
}
@media (min-width: 896px) {
    .rsn_cntfl:nth-child(-n+3){
        margin-top: 0;
    }
}
.rsn_cntfl dl {
    padding: 20px;
    padding-top: 120px;
}
.rsn_cntfl dt {
    font-size: 20px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;
    color: #E96422;
    margin-bottom: 16px;
    position: relative;
}
.rsn_cntfl dt:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}
.rsn_cntfl.n1 dt:before{
    background: url(../svg/ins_icn07_or.svg)no-repeat center;
    background-size: 100% auto;
}
.rsn_cntfl.n2 dt:before{
    background: url(../svg/ins_icn14_or.svg)no-repeat center;
    background-size: auto 100%;
}
.rsn_cntfl.n3 dt:before{
    background: url(../svg/ins_icn15_or.svg)no-repeat center;
    background-size: 100% auto;
}
.rsn_cntfl dd .come {
    font-size: 12px;
}
@media (min-width: 896px) {
    @media (max-width: 1350px) {
        .rsn_cntfl {
            width: 290px;
        }
    }
}
.worri_wrap{
    background: #FFF5D7;
    padding: 80px 0;
}
.comp_box{
    margin-bottom: 60px;
}
.comp_box .ttl{
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
    margin-bottom: 40px;
}
.comp_box .txt{
    text-align: center;
    margin-bottom: 40px;
}
.comp_box .lst{
    background: #fff;
    padding: 40px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.comp_box .lst li{
    width: 20%;
    margin: 0 .5%;
    font-size: 20px;
    text-align: center;
    padding-top: 110px;
    position: relative;
    margin-top: 20px;
}
.comp_box .lst li:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../svg/fire_icn02.svg) no-repeat center;
    background-size: 100% auto;
}
@media (min-width: 896px) {
    .comp_box .lst li:nth-child(-n+4){
        margin-top: 0;
    }
}
.comp_box .lst li.n1:before {
    background: url(../svg/fire_icn02.svg) no-repeat center;
    background-size: 100% auto;
}
.comp_box .lst li.n2:before {
    background: url(../svg/fire_icn03.svg) no-repeat center;
    background-size: 100% auto;
}
.comp_box .lst li.n3:before {
    background: url(../svg/fire_icn04.svg) no-repeat center;
    background-size: 100% auto;
}
.comp_box .lst li.n4:before {
    background: url(../svg/fire_icn05.svg) no-repeat center;
    background-size: 100% auto;
}
.comp_box .lst li.n5:before {
    background: url(../svg/fire_icn06.svg) no-repeat center;
    background-size: 100% auto;
}
.comp_box .lst li.n6:before {
    background: url(../svg/fire_icn07.svg) no-repeat center;
    background-size: 100% auto;
}
.comp_box .lst li.n7:before {
    background: url(../svg/fire_icn08.svg) no-repeat center;
    background-size: 100% auto;
}
.comp_box .lst li.n8:before {
    background: url(../svg/fire_icn09.svg) no-repeat center;
    background-size: 100% auto;
}
.comp_box .add{
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    padding-left: 2em;
}
.comp_box .add span {
    position: absolute;
    left: 0;
    top: 0;
}
.cons_box .ttl{
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
    color: #E96422;
    margin-bottom: 40px;
}
.cons_box .ttl span {
    position: relative;
    padding: 0 1.6em;
}
.cons_box .ttl span:before,
.cons_box .ttl span:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    top: 26px;
    background: #E96422;
}
.cons_box .ttl span:before {
    left: 0;
    transform: rotate(45deg);
}
.cons_box .ttl span:after {
    right: 0;
    transform: rotate(-45deg);
}
.cons_box .lst{
    padding-right: 360px;
    position: relative;
}
.cons_box .lst:before {
    content: '';
    display: block;
    width: 300px;
    height: 130px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../svg/fire_icn01.svg) no-repeat center;
    background-size: 100% auto;
}
.cons_box .lst li{
    font-size: 20px;
    text-align: left;
    border-top: 1px solid #E96422;
    padding: 16px 0;
    padding-left: 2em;
    position: relative;
}
.cons_box .lst li:last-child{
    border-bottom: 1px solid #E96422;
}
.cons_box .lst li:before {
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 16px;
    border-left: 2px solid #E96422;
    border-bottom: 2px solid #E96422;
    transform: rotate(-45deg);
}
/*modal-window*/
.modal-open{
    color: #006C60;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    display: none;
    box-sizing: border-box;
    z-index: 999999;
}
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1100px;
    width: 90%;
    z-index: 999999;
}
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    background-color: #006C60;
    border-radius: 20px;
    cursor: pointer;
}
.modalClose_in {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
}
.modalClose_in:before,
.modalClose_in:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 9999999;
    background-color: #fff;
    width: 3px;
    height: 22px;
}
.modalClose_in:before {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.modalClose_in:after {
    transform: translate(-50%,-50%) rotate(45deg);
}
.modal_content{
    background: #fff;
    text-align: left;
    padding: 30px;
    top: 50%;
    left: 50%;
    max-height: 380px;
    overflow-y: scroll;
}
.modalCnt_wrap{
    margin:0 0 30px;
}
.modalCnt_wrap:last-of-type {
    margin: 0;
}
.modalCnt-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #006C60;
    margin: 0 0 15px;
    line-height: 1;
}
.modalCnt_txt .req dt {
    flex-shrink: 0;
    font-weight: bold;
}
.modalCnt_txt .req .sbj {
    padding-left: 1em;
}
@media (min-width: 896px) {
    /*modal-window*/
    .modalCnt_txt .req dl {
        display:-webkit-box;
        display:-ms-flexbox;
        display: flex;
    }
}
@media (max-width: 896px) {
    .mv_wrap {
        padding: 30px 15px;
    }
    .mv_wrap img {
        width: 100%;
        height: auto;
    }
    .cv_wrap{
        padding: 30px 15px;
    }
    .cv_wrap .ttl{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .cv_wrap .txt {
        margin-bottom: 10px;
        text-align: left;
    }
    .cv_wrap .c-btn {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .cv_wrap .c-btn a {
        font-size: 16px;
        height: 64px;
    }
    .cv_wrap .c-btn.is-raku a span {
        padding-left: 58px;
    }
    .dtl_in {
        padding: 30px 15px;
    }
    .dtl_mds {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .dtl_ttl {
        font-size: 30px;
    }
    .dtl_img {
        padding-top: 30px;
    }
    .dtl_img img {
        width: 100%;
        height: auto;
        max-width: 345px;
    }
    .dtl_wrap .btnlst {
        padding: 20px 0 0 0;
    }
    .dtl-lst{
        padding: 20px 0 0 0;
    }
    .rsn_cntls {
        padding-top: 20px;
    }
    .rsn_cntfl {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .rsn_cntfl:first-child{
        margin-top: 0;
    }
    .rsn_cntfl dl {
        padding: 15px;
        padding-top: 100px;
    }
    .rsn_cntfl dt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .rsn_cntfl dt:before {
        top: -80px;
    }
    .rsn_cntfl dd {
        height: auto;
    }
    .worri_wrap{
        padding: 30px 15px;
    }
    .comp_box{
        margin-bottom: 30px;
    }
    .comp_box .ttl{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .comp_box .txt{
        text-align: left;
        margin-bottom: 20px;
    }
    .comp_box .lst{
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .comp_box .lst:after{
        content:"";
        display: block;
        width: 33.3%;
    }
    .comp_box .lst li{
        width: 33.3%;
        margin: 0;
        font-size: 16px;
        padding-top: 86px;
        margin-top: 15px;
    }
    .comp_box .lst li:nth-child(-n+2){
        margin-top: 0;
    }
    .comp_box .lst li:before {
        width: 80px;
        height: 80px;
    }
    .cons_box .ttl{
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .cons_box .ttl span {
        display: inline-block;
        text-align: center;
        padding: 0 2em;
    }
    .cons_box .ttl span:before,
    .cons_box .ttl span:after {
        width: 26px;
        top: 28px;
    }
    .cons_box .lst{
        padding: 0 0 140px;
    }
    .cons_box .lst:before {
        width: 100%;
        height: 110px;
        background: url(../svg/fire_icn01.svg) no-repeat center bottom;
        background-size: auto 100%;
    }
    .cons_box .lst li{
        font-size: 16px;
        padding: 10px 0;
        padding-left: 2em;
    }
    .cons_box .lst li:before {
        width: 16px;
        height: 8px;
        top: 15px;
    }
    
    /*modal-window*/
    .modal-open{
        cursor: pointer;
    }
    .modal-container{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0,0,0,50%);
        padding: 0;
        overflow: auto;
        display: none;
        box-sizing: border-box;
        z-index: 999999;
    }
    .modal-container:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .modal-body {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 1100px;
        width: 85%;
        height: auto;
        max-height: 70vh;
    }
    .modal-close {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -16px;
        right: -16px;
        width: 32px;
        height: 32px;
        font-size: 40px;
        color: #fff;
        background-color: #006C60;
        border-radius: 20px;
        cursor: pointer;
    }
    .modalClose_in {
        position: relative;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
    }
    .modalClose_in:before,
    .modalClose_in:after {
        z-index: 9999999;
        width: 2px;
        height: 18px;
    }
    .modal_content{
        background: #fff;
        text-align: left;
        padding: 25px 20px;
        top: 50%;
        left: 50%;
        max-height: 60vh;
        height: auto;
        overflow-y: scroll;
    }
    .modalCnt_wrap{
        margin:0 0 30px;
    }
    .modalCnt_wrap:last-of-type {
        margin: 0;
    }
    .modalCnt-ttl {
        font-size: 16px;
        margin: 0 0 15px;
    }
}
@media (max-width: 650px) {
}
@media (max-width: 500px) {
    .comp_box .lst li{
        width: 50%;
    }
}
@media (max-width: 374px) {
    .comp_box .ttl {
        font-size: 18px;
    }
}