@charset "UTF-8";

/*******************/
/* ここからモーダル用CSS */
.wrapper {
    width: 100%;
    height: 100%;
}






.modalCheck {
    display: none;
}



label {
    cursor: pointer;
}
.mainVisual{
    position: relative;
}
.mainVisual > .btn {
    display: inline-block;
    color: #35AA86;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    border-bottom: 1px solid #35AA86;
    padding-left: 20px;
    line-height: 1em;
    padding-bottom: 3px;
}

.mainVisual > .btn:before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: 9px;
    position: absolute;
    font-weight: bold;
    font-size: 16px;
}

.btn label {
    text-align: left;
}

.btn.small label {
    font-size: 18px;
}

.modalWrap,
.modalBg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 1000000;
}

.modalWrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
    transition: 0.3s cubic-bezier(1, 0, 0, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    will-change: opacity;
}

.modalBg {
    cursor: pointer;
    opacity: 0.7;
    background-color: #000;
    z-index: 2;
}

.modalBg label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.modalCon {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    height: 86%;
    margin: auto;
    z-index: 3;
}

.modalInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%;
    padding: 50px 70px;
    cursor: default;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

.modalCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
}

.modalCloseBtn label {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    background-color: #35AA86;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalCheck:not(:checked) ~ .wrapper > *:not(.modalWrap) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.modalCheck:not(:checked) ~ .wrapper .modalWrap {
    opacity: 0;
    visibility: hidden;
}

.modalCheck:checked ~ .wrapper > *:not(.modalWrap) {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

#modal00:checked ~ .wrapper #modal00Con {
    opacity: 1;
    visibility: visible;
}

#modal01:checked ~ .wrapper #modal01Con {
    opacity: 1;
    visibility: visible;
}

#modal02:checked ~ .wrapper #modal02Con {
    opacity: 1;
    visibility: visible;
}

.modalTtl {
    padding: 2em 0.5em 1.5em;
    font-size: 2em;
    line-height: 1.3;
    text-align: center;
}



.modalText p {
    letter-spacing: 0;
}


.modalclose_btn {
    margin-top: 20px;
    text-align: center;
}

.modalclose_btn label {
    min-width: 270px;

    font-size: 15px;
    font-weight: bold;
    color: #35aa86;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    border: 3px solid #35aa86;
    display: inline-block;
    padding: 8px 25px 6px;
    cursor: pointer;
    box-shadow: 0 4px 0px #c2c9c1;
}




.modal_box_top {
    border: 4px solid #35AA86;
    border-radius: 3px;
    padding: 20px 30px 20px 60px;
    position: relative;
    margin-bottom: 50px;
}

.modal_box_top:before {
    content: "";
    position: absolute;
    background-image: url("../images/top/c_img_01.png");
    height: 104px;
    width: 104px;
    left: -50px;
    top: 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.modal_box_top:before {
		background-image: url("../images/top/c_img_01@2x.png");
		background-size: 104px 104px;
	}
}
.modal_box_top .ttl_10 {
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #35AA86;
    font-weight: bold;
}

.modalText ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modalText ul > li {
    max-width: 510px;
    width: 47%;
    margin-bottom: 53px;
}

.modalText ul .shape_img {
    text-align: center;
    border: 1px solid #B3B3B3;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
    margin-bottom: 20px;
}

.modalText ul .shape_size {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 1.5em;
}

.modalText ul .shape_size span {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    padding: 5px 10px;
    letter-spacing: 0;
    font-weight: bold;
    margin-right: 10px;
    min-width: 90px;
}
#modal02Con .modal_box_top .f24{
    color: #35aa86;
    text-align: left !important;
    font-weight: bold;
}

#modal02Con ul{
    margin-top: 68px;
}
#modal02Con .ttl_11{
    margin-bottom: 5px;
}

/*******************/
.fixed {
    position: fixed !important;
    top: 88px !important;
    bottom: auto !important;
}

.mv_area {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 8px 10px #888;
    min-width: 1230px;
}

.mv_area video {
    width: 100%;
    display: block;
}

.dot {
    position: absolute;
    background-image: url("../images/mv_dot.png");
    background-repeat: repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mv_area h2 {
    width: 1230px;
    padding: 0 15px;
    text-align: left;
    color: #222;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    margin: auto;
}




.mv_video video {
    width: 100%;
    margin-top: -100px;
}


.fix_scroll {
    overflow: hidden;
}


.is-fixed {
    position: fixed;
    top: 0;
    margin-top: 40px;
}

/*******************/

.main_cont {
    margin-top: 40px;
}

.box01 {
    margin-bottom: 60px;
}

.box01 .float_ft {}

.box01 .news_ttl,
.box01 .case_ttl {
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    min-width: 200px;
    margin-right: 30px;
}

.box01 .ttl_08 {
    margin: 5px 0;
}

.news_txt {
    width: 100%;
}

.news_txt ul {
    padding: 20px 0;
    border-bottom: 1px dotted #35aa86;
}

.case_txt {
    padding-bottom: 20px;
    border-bottom: 1px dotted #35aa86;
}

.news_txt li:nth-child(2) {
    margin: 12px 0;
}

.news_txt li a {
    color: #35aa86;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.news_txt li span {
    font-weight: bold;
    margin-right: 10px;
}

.box01 .case_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box01 .case_txt {
    width: 100%;
}

.box01 .case_txt ul {
    display: flex;
    justify-content: space-between;
}

.box01 .case_txt ul li {
    width: 210px;

}

.box01 .case_txt .up_img {
    margin-bottom: 10px;
}

.box01 .case_txt .up_img img {
    border: 1px solid #35aa86;
    border-radius: 5px;
    height: 140px;
    width: 210px;
    object-fit: cover;
    font-family: "object-fit:cover;";
}

.box01 .case_txt h3 {
    margin-bottom: 10px;
}

.box01 .case_txt h3 a {
    color: #35aa86;
    text-decoration: underline;
    line-height: 1.4em;
}

.box01 .case_txt .day {
    font-weight: bold;
    font-size: 12px;
    color: #808080;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.box01 .case_txt ul li p {
    font-size: 14px;
    line-height: 1.3em;
}




.box02 {
    margin-bottom: 50px;
}

.box02 .float_sb .sb_l{
    background-image: url("../images/top/icon_03.png");
    background-position: right 10px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.box02 .float_sb .sb_l{
		background-image: url("../images/top/icon_03@2x.png");
		background-size: 51px 49px;
	}
}
.box02 .float_sb > div {
    width: 45%;
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.box02 h2 {
    text-align: center;
    margin-bottom: 40px;
}

.box02 .sb_l h3 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px dotted #000000;
    padding-bottom: 10px;
    margin-bottom: 6px;
}

.box02 .sb_l h4 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.box02 .list_04 {}

.box02 .list_04 p {
    padding-left: 20px;
    background-image: url("../images/common/icon_05.png");
    background-position: left 7px;
}

.box02 .list_04 span {
	color: #d7403b;
	font-weight: bold;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .box02 .list_04 p {
        background-image: url("../images/common/icon_05@2x.png");
        background-size: 16px 18px;
    }
}

.box02 .sb_r {
    margin-top: 30px;
    position: relative;
}

.box02 .sb_r:before {
    content: "";
    position: absolute;
    background-image: url("../images/top/icon_04.png");
    width: 86px;
    height: 32px;
    left: -100px;
    bottom: 0;
    top: 0;
    margin: auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .box02 .sb_r:before {
        background-image: url("../images/top/icon_04@2x.png");
        background-size: 86px 32px;
    }
}

.box02 .sb_r h3 img {
    margin-top: -63px;
}

.box02 .list_05 p {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 22px;
}

.box02 .list_05 span {
    background-color: #4d4d4d;
    color: #fff;
    font-size: 19px;
    padding: 5px 9px;
    line-height: 1em;
    font-weight: bold;
    margin-right: 10px;
}



.box04 {
    margin-bottom: 100px;
}

.box05 {
    padding: 52px 90px;
    margin-bottom: 80px;
}

.box05 h3 {
    font-size: 16px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.box05 h3 img {
    margin-right: 15px;
}



.box05 .list_03 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #666666;
}

.box05 .list_03 p {
    margin-bottom: 8px;
    letter-spacing: 0;
}

.box05 .f14 {
    margin-top: 6px;
}


.box06 .ttl_02 {
    margin-bottom: 38px;
}

.box06 ul {
    display: flex;
    justify-content: space-between;
}

.box06 ul li {
    width: 33%;
}

.box06 ul li:nth-child(2) {
    border-left: 1px dotted #35aa86;
    border-right: 1px dotted #35aa86;
    padding: 0 30px;
    margin: 0 30px;
}

.box06 h3 {
    font-size: 16px;
    background-color: #a88a50;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 5px;
    letter-spacing: 0;
    margin-bottom: 17px;
}

.box06 p a {
    color: #35AA86;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    text-decoration: underline;
}



.contact_box{
    margin-top: 90px;
}
/*******************/
.sys_ttl span {
    position: relative;
}

.sys_ttl span:before {
    content: "";
    position: absolute;
    background-image: url("../images/top/sys_icon.png");
    width: 72px;
    height: 76px;
    bottom: -7px;
    left: -95px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.sys_ttl span:before {
		background-image: url("../images/top/sys_icon@2x.png");
		background-size: 72px 76px;
	}
}
.sys_area {
    margin-top: -29px;
    border-radius: 0 0 5px 5px / 0 0 5px 5px;
    margin-bottom: 80px;
    padding-bottom: 80px !important;
}

.sys_area h2 {}


.bg_red p {
    letter-spacing: 0;
}

.sys_area .float_sb {
	position: relative;
}

.sys_area .float_sb .sb_l {
	position: absolute;
}

.sys_area .float_sb .ab_top {
	position: absolute;
	top: 0;
	bottom: auto;
}

.sys_area .float_sb .ab_bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}


/*-------------------------------
media
--------------------------------*/

@media (max-width: 850px) {
    .mv_area h2 {
        bottom: 10px;
    }

}

@media (max-width: 767px) {

    .mv_area {
        margin-top: 58px;
        min-width: 100%;
    }

    .mv_area h2 {
        width: calc(100% - 30px);
        top: 0;
        bottom: 0;
    }

    .mv_area h2 img {
        max-width: 535px;
        width: 100%;

    }

    .mv_video video {
        margin-top: 0;
    }

    .main_cont {
        margin-top: 40px;
    }

    .box01 .news_ttl,
    .box01 .case_ttl {
        min-width: 100%;
    }

    .news_txt li span {
        display: block;
        margin-bottom: 10px;
    }

    .box01 .case_txt ul {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .box01 .case_txt ul li {
        width: 48%;
        margin-bottom: 30px;
    }

    .box01 .case_txt .up_img {
        text-align: center;
    }

    .box02 .float_sb > div {
        width: 100%;
    }

    .box02 .sb_r {
        margin-top: 70px;
    }

    .box02 .sb_r h3 {
        text-align: center;
    }
    .box02 .float_sb .sb_l{
        margin-bottom: 120px;
        background-image: none;
    }
    .box02 .sb_r:before {
        content: "";
        position: absolute;
        background-image: url("../images/top/sp_icon_04.png");
        width: 27px;
        height: 47px;
        left: 0;
        right: 0;
        bottom: auto;
        top: -100px;
        margin: auto;
    }

    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .box02 .sb_r:before {
            background-image: url("../images/top/sp_icon_04@2x.png");
            background-size: 27px 47px;
        }
    }
    .box05 {
        padding: 52px 15px;
    }

    .box05 h3 {
        flex-direction: column;
    }

    .box05 h3 img {
        display: block;
    }

    .box06 ul {
        flex-wrap: wrap;
    }

    .box06 ul li {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .box06 ul li:nth-child(2) {
        border-left: 0;
        border-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;

    }



    /*******************/


    .modalInner {
        padding: 50px 10px;
    }

    .modal_box_top {
        margin-top: 70px;
        padding: 20px 15px;
    }

    .modalText ul > li {
        width: 48%;
    }
    .modalText .ttl_11{
        font-size: 18px;
    }
    .modalText p{
        font-size: 14.5px;
    }
    .modal_box_top:before {
        top: -108px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .modalText ul .shape_size {
        flex-direction: column;

    }

    .modalText ul .shape_size span {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .modalText ul .shape_img {
        height: 260px;
        padding: 20px 15px;
    }
    .sys_ttl span{
        display: block;
    }
    .sys_ttl span:before {
        width: 72px;
        height: 76px;
        bottom: auto;
        left: 0;
        right: 0;
        top: -84px;
        margin: auto;
    }

	.fixed {
	    position: relative !important;
	    top: auto !important;
	    bottom: auto !important;
	}

	.sys_area .float_sb .sb_l {
		left: 0 !important;
	}

	.sys_area .float_sb .ab_top {
	    position: relative !important;
	    top: auto !important;
	    bottom: auto !important;
	}

	.sys_area .float_sb .ab_bottom {
	    position: relative !important;
	    top: auto !important;
	    bottom: auto !important;
	}
    #modal02Con .modal_box_top .f24{
        text-align: center !important;
    }
}

@media (max-width: 510px) {
	.naiyou_inner .sys_btn {
		display: flex;
		flex-wrap: wrap;
	}

	.naiyou_inner .sys_btn button {
		display: block;
		margin: 0 auto 10px;
		width: 45% !important;
		white-space: nowrap;
		min-width: 130px;
	}
	
}
