@charset "UTF-8";
.mv_wrap {
    margin-bottom: 52px;
}
.mv_slide {
    height: 448px;
    overflow: hidden;
}
.mv_slide.slick-initialized {
    height: auto;
    overflow: inherit;
}
.mv_slide .slide{
    position: relative;
    margin: 0 30px;
    background: #E0E0E0;
}
@media (min-width: 896px) {
    .mv_slide .slide a:hover{
        opacity: .8;
    }
}
.main_ttl {
    font-size: 24px;
    line-height: 1.4;
    color: #006C60;
    letter-spacing: .025em;
    text-align: center;
    font-weight: 600;
    padding: 60px 0;
}
.main_ttl span {
    font-size: 34px;
}
.merit_wrap {
    background: #E9F3F2;
    padding: 60px 0;
    margin-bottom: 100px;
}
.merit_ttl {
    font-size: 28px;
    line-height: 1;
    color: #006C60;
    letter-spacing: .025em;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
.merit_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.merit_lst li {
    width: 49%;
    border: 1px solid #006C60;
    background: #fff;
    padding: 20px 20px;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
}
.merit_lst li dl {
    padding-left: 80px;
}
.merit_lst li dl:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.merit_lst li:nth-child(1) dl:before {
    background: url(../svg/ins_icn07.svg) no-repeat center;
    background-size: auto 100%;
}
.merit_lst li:nth-child(2) dl:before {
    background: url(../svg/ins_icn08.svg) no-repeat center;
    background-size: 100% auto;
}
.merit_lst li:nth-child(3) dl:before {
    background: url(../svg/ins_icn09.svg) no-repeat center;
    background-size: auto 100%;
}
.merit_lst li:nth-child(4) dl:before {
    background: url(../svg/ins_icn10.svg) no-repeat center;
    background-size: auto 100%;
}
.merit_lst li dt {
    font-size: 18px;
    color: #006C60;
    font-weight: 700;
    margin-bottom: 10px;
}
.cnt_wrap {
    margin-bottom: 100px;
}
.cntBox_ttl {
    font-size: 28px;
    line-height: 1;
    color: #006C60;
    letter-spacing: .025em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.cntBox_wrap {
    margin-top: 60px;
}
.cntBox_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #006C60;
    padding: 40px 40px;
}
.cntBox_box {
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
    box-sizing: border-box;
    padding-left: 30px;
}
.cntBox_logo {
    margin-bottom: 25px;
}
.cntBox_logo img {
    width: auto;
    max-height: 100px;
}
.cntBox_logo .txt {
    font-size: 20px;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700;
    padding-top: 20px;
}
.cntBox_box .btnlst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cntBox_box .btnlst li .c-btn {
    margin: 0 auto;
}
.cntBox_box .btnlst li .txt {
    display: inline-block;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700;
    padding-top: 20px;
}
.dtl_wrap {
    margin-bottom: 100px;
}
.hikaku_ttl {
    font-size: 28px;
    line-height: 1;
    color: #fff;
    letter-spacing: .025em;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    background: #006C60;
    padding: 16px 0;
}
.hikaku_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hikaku_in {
    width: 440px;
    margin: 0 30px;
}
.hikaku_in dt {
    border-bottom: 3px solid #006C60;
    padding: 0 0 8px 0;
    margin: 0 0 20px 0;
}
.hikaku_in dt .is-ttl {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #006C60;
    padding: 0 0 0 60px;
    position: relative;
}
.hikaku_in dt .is-ttl:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hikaku_in dt .is-ttl:before {
    background: url(../svg/ins_icn12.svg) no-repeat center;
    background-size: 100% auto;
}
.hikaku_in dt .is-ttl.is-ver2:before {
    background: url(../svg/ins_icn13.svg) no-repeat center;
    background-size: 100% auto;
}
.hikaku_in dt .is-sub {
    color: #006C60;
    font-weight: 500;
    margin: 0 0 6px;
}
.hikaku_in dd {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.hikaku-txt {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #006C60;
}
.hikaku-btn {
    width: 320px;
}
.formLnk_wrap {
    position: relative;
}
.formLnk_wrap picture {
    width: 100%;
    display: block;
    text-align: center;
}
.formLnk_wrap .hikaku-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.hikaku_wrap {
    margin-bottom: 30px;
    position: relative;
}
.hikaku_wrap::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 20px solid #006c60;
    border-right: 0;
    top: 50%;
    margin-top: -10px;
}
.hikaku_wrap .hikaku-img:first-of-type {
    margin-right: 120px;
}
@media (min-width: 896px) {

    .merit_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .hikakuBtn_wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 55px;
    }
    .hikakuBtn_wrap .hikaku-btn:first-of-type {
        margin-right: 39px;
    }
}
@media (max-width: 896px) {
    .mv_wrap {
        margin-bottom: 30px;
    }
    .mv_slide {
        height: 250px;
    }
    .mv_slide .slide{
        width:84vw;
    }
    .mv_slide .slide img,
    .mv_slide .slide source{
        width: 100%;
        height: auto;
    }

    .main_ttl {
        font-size: 14px;
        margin-bottom: 20px;
        padding: 40px 0;
    }
    .main_ttl span {
        font-size: 20px;
    }
    .merit_wrap {
        padding: 40px 15px;
        margin-bottom: 60px;
    }
    .merit_ttl {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .merit_lst li {
        width: 100%;
        padding: 15px 15px;
        margin-top: 20px;
    }
    .merit_lst li:first-child {
        margin-top: 0;
    }
    .merit_lst li dl:before {
        left: 15px;
    }
    .merit_lst li dt {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .cnt_wrap {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .cntBox_ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .cntBox_wrap {
        margin-top: 40px;
    }
    .cntBox_wrap:first-child {
        margin-top: 0;
    }
    .cntBox_in {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 15px;
    }
    .cntBox_in .img {
        text-align: center;
        margin-bottom: 10px;
    }
    .cntBox_in .img source,
    .cntBox_in .img img {
        width: 100%;
        height: auto;
        max-width: 310px;
    }
    .cntBox_box {
        width: 100%;
        padding-left: 0;
    }
    .cntBox_logo {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
    .cntBox_logo img {
        max-height: 90px;
    }
    .cntBox_logo .txt {
        font-size: 16px;
        line-height: 1.4;
        padding-top: 10px;
    }
    .cntBox_box .btnlst {
        display: block;
    }
    .cntBox_box .btnlst li {
        margin: 0 0 15px;
    }
    .cntBox_box .btnlst li:last-child {
        margin: 0;
    }
    .cntBox_box .btnlst li .txt {
        padding-top: 0;
    }
    .dtl_wrap {
        margin-bottom: 40px;
    }
    .dtl_in {
        padding: 0 15px;
    }
    .hikaku_ttl {
        font-size: 22px;
        padding: 14px 0;
        margin-bottom: 30px;
    }
    .hikaku_in {
        width: 100%;
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
        border-bottom: 1px solid #006C60;
    }
    .hikaku_in:nth-child(2) {
        padding: 0;
        margin: 0;
        border-bottom: none;
    }
    .hikaku_in dt {
        border-bottom: 2px solid #006C60;
        padding: 0 0 8px 0;
        margin: 0 0 15px;
    }
    .hikaku_in dt .is-sub {
        margin: 0 0 10px;
    }
    .hikaku_in dt .is-ttl {
        font-size: 22px;
        padding: 0 0 0 48px;
    }
    .hikaku_in dt .is-ttl:before {
        width: 34px;
        height: 34px;
    }
    .hikaku_in dd {
        font-size: 14px;
        margin: 0 0 20px 0;
    }
    .hikaku-img {
        text-align: center;
    }
    .hikaku-img img {
        width: 100%;
        max-width: 345px;
        height: auto;
    }
    .hikaku-txt {
        margin-bottom: 15px;
        font-size: 17px;
    }
    .hikaku-txt.is-ver2 {
        font-size: 14px;
        font-weight: 400;
    }
    .hikaku_wrap {
        margin-bottom: 15px;
    }
    .hikaku_wrap .hikaku-img:first-of-type {
        margin-right: 65px;
    }
    .hikaku-btn {
        width: 100%;
        max-width: 345px;
        margin: 0 auto;
    }
    .hikakuBtn_wrap .hikaku-btn {
        margin-bottom: 17px;
    }
    .hikakuBtn_wrap .hikaku-btn a {
        font-size: 17px;
    }
    .formLnk_wrap .hikaku-btn {
        max-width: 315px;
        bottom: 14px;
    }
    .formLnk_wrap .hikaku-btn a {
        font-size: 15px;
    }
    .formLnk_wrap img {
        width: 100%;
        max-width: 345px;
        height: auto;
    }
}
@media (max-width: 374px) {
}
@media (max-width: 500px) {
}
@media screen and (min-width: 600px) and (max-width:896px) {
    .cntBox_box {
        text-align: center;
    }
}