@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;
}
.mv_slide .lnk{
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mv_slide .lnk li{
    width: 464px;
    margin: 0 16px;
}
.mv_slide .lnk li a{
    width: 100%;
    height: 60px;
    display: block;
}
.mv_slide .lnk.ver2 li{
    width: 514px;
}
@media (min-width: 896px) {
    .mv_slide .slide a:hover{
        opacity: .8;
    }
    .mv_slide .lnk li a:hover{
        background-color: rgba(0, 108, 96, .2);
    }
}
.net_wrap{
    padding: 68px 0 100px;
}
.net_in{
    border: 1px solid #006C60;
    padding: 45px 60px;
}
.net_ttl{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    color: #006C60;
    letter-spacing: .025em;
    text-align: center;
    font-weight: 500;
}
.net_txt{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 35px;
}
.net_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -50px;
    margin-left: -26px;
}
.net_lst li {
    margin-left: 26px;
    margin-top: 50px;
}
.net_lst li a {
    display: block;
}
.net_lst li .txt {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 16px;
    color: #006C60;
    letter-spacing: .025em;
}
.net_lst li .txt span {
    font-size: 16px;
}
.last_txt{
    padding-top: 38px;
}
.last_txt ul li{
    position: relative;
    padding-left: 3em;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.last_txt ul li:last-child{
    margin-bottom: 0;
}
.last_txt ul li span{
    position: absolute;
    top: 0;
    left: 0;
}
.head_wrap {
    padding: 68px 0 100px;
}
.head_wrap .ttl {
    font-size: 24px;
    line-height: 1.4;
    color: #006C60;
    letter-spacing: .025em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
.head_wrap .ttl span {
    font-size: 34px;
}
.head_wrap .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 65px;
}
.head_wrap .lst:last-child {
    margin-bottom: 0;
}
.head_wrap .lst li {
    width: 33.333%;
    margin-top: 30px;
    box-sizing: border-box;
}
.head_wrap .lst li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    height: 60px;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    border-left: 1px solid #707070;
    text-align: center;
}
.dantai_wrap {
    padding-bottom: 65px;
}
.dantai_ttl {
    font-size: 28px;
    line-height: 1;
    color: #006C60;
    letter-spacing: .025em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}
.procBtn_wrap {
    background: #E9F3F2;
    padding: 62px 0;
}
.procBtn_wrap ul {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.procBtn_wrap ul li {
    margin: 0 18px;
}
.procBtn_wrap .c-btn {
    width: 452px;
}
.procBtn_wrap .c-btn a {
    font-size: 20px;
    height: 64px;
}
.procBtn_wrap .c-btn a:before {
    width: 10px;
    height: 14px;
    right: 26px;
}
.dantaiCnt_wrap {
    border: 1px solid #006C60;
    padding: 40px 40px;
    margin-top: 62px;
    position: relative;
}
.dantai_ttl + .dantaiCnt_wrap {
    margin-top: 0;
}
.dantaiCnt_ttl {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: .05em;
    font-weight: 700;
}
.dantaiCnt_ttl span {
    display: inline-block;
    position: relative;
    padding-left: 80px;
}
.dantaiCnt_ttl span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
}
.dantaiCnt_ttl.n1 span:before {
    height: 36px;
    background: url(../svg/ins_icn01.svg) no-repeat center;
    background-size: auto 100%;
}
.dantaiCnt_ttl.n2 span:before {
    height: 42px;
    background: url(../svg/ins_icn02.svg) no-repeat center;
    background-size: auto 100%;
}
.dantaiCnt_ttl.n3 span:before {
    height: 48px;
    background: url(../svg/ins_icn03.svg) no-repeat center;
    background-size: auto 100%;
}
.dantaiCnt_ttl.n4 span:before {
    height: 42px;
    background: url(../svg/ins_icn04.svg) no-repeat center;
    background-size: auto 100%;
}
.dantaiCnt_ttl.n5 span:before {
    height: 60px;
    background: url(../svg/ins_icn05.svg) no-repeat center;
    background-size: auto 100%;
}
.dantaiCnt_ttl.n6 span:before {
    height: 54px;
    background: url(../svg/ins_icn06.svg) no-repeat center;
    background-size: auto 100%;
}
@media (min-width: 896px) {
    .dantaiCnt_wrap .img {
        position: absolute;
        top: 40px;
        right: 40px;
    }
}
.dantaiCnt_wrap .img img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
.dantaiCnt_txt {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 20px;
}
.dantaiCnt_txt span {
    font-size: 14px;
}
.dantaiCnt_requ {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    padding: 20px 0 0;
}
.dantaiCnt_wrap .add {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #006C60;
    letter-spacing: .025em;
    font-weight: 600;
    padding: 24px 0 0;
    margin: 0;
}
.dantaiCnt_requ a,
.dantaiCnt_wrap .add a {
    color: #006C60;
    text-decoration: underline;
}
/*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: 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;
}
/**/
.dantaiCnt_disc {
    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;
    line-height: 1;
    margin-bottom: 30px;
    color: #006C60;
    letter-spacing: .025em;
    font-weight: 700;
}
.dantaiCnt_disc .txt {
    font-size: 20px;
    padding-right: 10px;
}
.dantaiCnt_disc .disc {
    font-size: 42px;
}
.dantaiCnt_disc .disc span {
    font-size: 20px;
    vertical-align: top;
}
.dantaiCnt_disc .add {
    width: 100%;
    font-size: 14px;
    padding-top: 12px;
    padding-left: 214px;
}
.dantaiCnt_wrap .btnlst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.dantaiCnt_wrap .btnlst.ver2 {
    align-items: baseline;
}
.dantaiCnt_wrap .btnlst li {
    margin-right: 29px;
}
.dantaiCnt_wrap .btnlst li:last-child {
    margin-right: 0;
}
.dantaiCnt_wrap .btnlst li .txt{
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}
.dantaiCnt_wrap .btnlst li .sml_txt {
    line-height: 1.3;
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    padding-left: 12px;
}
.dantaiCnt_wrap .btnlst li .sml_txt span {
    position: absolute;
    left: 0;
}
.dantaiCnt_wrap .dantaiCnt_btm {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #006C60;
}
.lounge_wrap{
    padding: 68px 0 0;
}
.lounge_in{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #006C60;
    height: 250px;
}
.lounge_ttl{
    font-size: 34px;
    line-height: 1;
    color: #006C60;
    text-align: center;
}
.btn {
    width: 670px;
    margin: 0 auto;
    background: #fff;
}
.btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    height: 100px;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    background:#E9F3F2;
    color: #006C60;
    border: 1px solid #006C60;
}
.btn a:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 16px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_l.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 2;
    transition: all .3s ease-out;
}
.btn.is-100 a {
    background:#E9F3F2 url(../img/group_btn03.png) no-repeat left center;
}
.c-btn.is-pr a {
    padding-right: 28px;
}
.qrcnt_in {
    margin-left: 26px;
}
.net_lst .qrcnt .qrcnt_in .txt {
    margin-top: 0;
}
.net_in .add-txt {
    font-size: 14px;
    margin-top: 10px;
}
@media (min-width: 896px) {
    .head_wrap .lst li:nth-child(-n+3) {
        margin-top: 0;
    }
    .head_wrap .lst li:nth-child(3n) {
        border-right: 1px solid #707070;
    }
    .head_wrap .lst li a:hover {
        background: #E9F3F2;
    }
    .btn a:hover,
    .net_lst li a:hover{
        opacity: .8;
    }
    .dantaiCnt_requ a:hover,
    .dantaiCnt_wrap .add a:hover {
        text-decoration: none;
    }
    /*modal-window*/
    .modalCnt_txt .req dl {
        display:-webkit-box;
        display:-ms-flexbox;
        display: flex;
    }
    .net_lst .qrcnt {
        width: 50%;
        margin-left: 0;
    }
    .net_lst .qrbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .qrbox .qr {
        padding-left: 20px;
    }
    .net_lst .add {
        position: relative;
        padding-left: 3em;
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px;
    }
    .net_lst .add span {
        position: absolute;
        top: 0;
        left: 0;
    }
    .net_lst .qrcnt .txt {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px;
    }
    .dantaiCnt_disc .add.is-car {
        padding-left: 130px;
    }
    .qrcnt_warp {
        display: flex;
    }
    .net_lst .qrcnt.is-ver2 {
        width: 100%;
        margin-left: 26px;
    }
    .net_lst li.emp {
        width: 200px;
    }
}
@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;
    }
    .mv_slide .lnk{
        bottom: 1vw;
    }
    .mv_slide .lnk li{
        width: 48%;
        margin: 0 .5%;
    }
    .mv_slide .lnk li a{
        height: 9vw;
    }
    .mv_slide .lnk.ver2 li{
        width: 48%;
    }
    .net_wrap{
        padding: 30px 15px 40px;
    }
    .net_in{
        padding: 24px 15px 30px;
    }
    .net_ttl{
        font-size: 18px;
        margin-bottom: 14px;
        letter-spacing: 0;
    }
    .net_txt{
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .last_txt{
        padding-top: 20px;
    }
    .last_txt ul li{
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 8px;
        text-align: left;
    }
    .head_wrap {
        padding: 30px 15px 50px;
    }
    .head_wrap .ttl {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .head_wrap .ttl span {
        font-size: 20px;
    }
    .head_wrap .lst {
        margin-bottom: 30px;
    }
    .head_wrap .lst li {
        width: 50%;
        margin-top: 10px;
    }
    .head_wrap .lst li:nth-child(2n),
    .head_wrap .lst li:last-child {
        border-right: 1px solid #707070;
    }
    .head_wrap .lst li a {
        font-size: 14px;
        height: 46px;
    }
    .dantai_wrap {
        padding: 0 15px;
        padding-bottom: 40px;
    }
    .dantai_ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .procBtn_wrap {
        padding: 30px 15px;
    }
    .procBtn_wrap ul li {
        width: 100%;
        margin: 0 0 18px;
    }
    .procBtn_wrap ul li:last-child {
        margin: 0;
    }
    .procBtn_wrap .c-btn {
        width: 100%;
        max-width: none;
    }
    .procBtn_wrap .c-btn a {
        font-size: 16px;
        height: 50px;
    }
    .procBtn_wrap .c-btn a:before {
        width: 10px;
        height: 14px;
        right: 15px;
    }
    .dantaiCnt_wrap {
        padding: 20px 15px;
        margin-top: 30px;
    }
    .dantaiCnt_ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .dantaiCnt_ttl span {
        padding-left: 50px;
    }
    .dantaiCnt_ttl span:before {
        width: 40px;
    }
    .dantaiCnt_ttl.n1 span:before {
        height: 24px;
    }
    .dantaiCnt_ttl.n2 span:before {
        height: 32px;
    }
    .dantaiCnt_ttl.n3 span:before {
        height: 38px;
    }
    .dantaiCnt_ttl.n4 span:before {
        height: 28px;
    }
    .dantaiCnt_ttl.n5 span:before {
        height: 40px;
    }
    .dantaiCnt_ttl.n6 span:before {
        height: 36px;
    }
    .dantaiCnt_wrap .img {
        margin-bottom: 20px;
        text-align: center;
    }
    .dantaiCnt_txt {
        margin-bottom: 20px;
    }
    .dantaiCnt_txt span {
        font-size: 12px;
    }
    .dantaiCnt_requ {
        font-size: 14px;
        padding: 15px 0 0;
    }
    .dantaiCnt_wrap .add {
        font-size: 12px;
        line-height: 1.5;
        padding: 15px 0 0;
    }
    /*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;
    }
    /**/
    .dantaiCnt_disc {
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .dantaiCnt_disc .txt {
        font-size: 14px;
        padding-right: 6px;
    }
    .dantaiCnt_disc .disc {
        font-size: 26px;
    }
    .dantaiCnt_disc .disc span {
        font-size: 12px;
    }
    .dantaiCnt_disc .add {
        font-size: 12px;
        padding-top: 0;
        padding-left: 150px;
    }
    .dantaiCnt_disc .add.ver2 {
        padding-left: 120px;
    }
    .dantaiCnt_wrap .btnlst li {
        width: 100%;
        margin: 0 0 15px;
    }
    .dantaiCnt_wrap .btnlst li .c-btn {
        margin: 0 auto;
    }
    .dantaiCnt_wrap .btnlst li:last-child {
        margin: 0;
    }
    .dantaiCnt_wrap .btnlst li .txt{
        margin-bottom: 6px;
    }
    .dantaiCnt_wrap .btnlst li .is-space {
        display: none;
    }
    .dantaiCnt_wrap .dantaiCnt_btm {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #006C60;
    }
    .lounge_wrap{
        padding: 40px 15px 0;
    }
    .lounge_in{
        height: 200px;
    }
    .lounge_ttl{
        font-size: 20px;
    }
    .btn {
        width: 100%;
    }
    .btn a {
        font-size: 14px;
        height: 60px;
    }
    .btn a:before {
        width: 10px;
        height: 14px;
        right: 15px;
    }
    .btn.is-100 a {
        background:#E9F3F2 url(../img/group_btn03.png) no-repeat left center;
        background-size: auto 60px;
    }
    .net_in .add-txt {
        font-size: 13px;
        margin-top: 5px;
    }
    .net_lst {
        margin: 0;
        gap: 20px 0;
    }
    .net_lst li {
        margin: 0;
        width: calc(50% - 10px);
        text-align: center;
    }
}
@media (max-width: 500px) {
    .net_lst {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
    }
    .net_lst li:nth-child(-n+2) {
        margin: 0;
    }
    .net_lst li .txt {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 8px;
    }
    .net_lst li .txt span {
        font-size: 12px;
    }
}
@media (max-width: 374px) {
    .net_lst li {
        width: 49%;
    }
    .net_lst li .img img,
    .net_lst li .img source{
        max-width: 145px;
        width: 100%;
        height: auto;
    }
    .head_wrap .lst li a {
        font-size: 12px;
    }
    .dantaiCnt_disc {
        display: block;
        line-height: 1.4;
    }
    .dantaiCnt_ttl {
        font-size: 18px;
    }
    .dantaiCnt_disc .add {
        padding-left: 0;
    }
    .dantaiCnt_disc .add.ver2 {
        padding-left: 0;
    }
}
@media screen and (min-width: 600px) and (max-width:896px) {
    .dantaiCnt_wrap .btnlst li .txt {
        text-align: center;
    }
}