@charset "utf-8";

#main-cnt .wrapper-in{
    padding: 0 50px 0;
}
.main-view{
	width: 100%;
	position: relative;
}
.main-view .cap-title{
    position: absolute;
    width: max-content;
    left: 50%;
    border-radius: 8px;
    bottom: 70px;
    opacity: 0;
    z-index: 0;
    background: #0486c7;
    padding: 10px 19px;
    color: #fff;
    -ms-writing-mode: tb-rl;
    -webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.5s;
    transition: all cubic-bezier(.2, .4, 1) 0.5s;
    transform: translate(-50%, 20%) scale(0.95, 1.2);
    -webkit-transform: translate(-50%, 20%) scale(0.95, 1.2);
}
.main-view .cap-title.view{
	opacity: 1;
	transform: translate(-50%,0%) scale(1);
	-webkit-transform: translate(-50%,0%) scale(1);
}
.main-view .cap-title h2{
	line-height: 2.8em;
    letter-spacing: .6em;
    text-indent: .6em;
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
}
.main-view .cap-title h2 span{
	display: block;
    letter-spacing: .2em;
    font-size: 1.3em;
    border-top: 1px solid #92b5c8;
}
.main-view .cap-main{
	padding: 30px;
    background: #fff;
    background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    display: table;
    position: absolute;
    width: max-content;
    left: 50%;
    bottom: 0;
    z-index: 5;
	border-radius: 15px;
    opacity: 0;
	-webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.5s;
    transition: all cubic-bezier(.2,.4,1) 0.5s;
	transform: translate(-50%,100%) scale(0.95, 1.5);
	-webkit-transform: translate(-50%,100%) scale(0.95, 1.5);
}
.main-view .cap-main.view{
	opacity: 1;
	transform: translate(-50%,50%) scale(1);
	-webkit-transform: translate(-50%,50%) scale(1);
}
.main-view .cap-main h3{
	-webkit-transform: translate3d(0, 10px, 0) scale(0.95, 1);
            transform: translate3d(0, 10px, 0) scale(0.95, 1);
	-webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.5s;
    transition: all cubic-bezier(.2,.4,1) 0.5s;
	display: inline-block;
	opacity: 0;
}
.main-view .cap-main h3 span{
	-webkit-transform: translate3d(0, 10px, 0) scale(0.95, 1);
            transform: translate3d(0, 10px, 0) scale(0.95, 1);
	-webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.8s;
    transition: all cubic-bezier(.2,.4,1) 0.8s;
	display: inline-block;
	opacity: 0;
}
.main-view .cap-main h3 span.b{
	font-size: 1.6em;
}
.main-view .cap-main.view h3,
.main-view .cap-main.view h3 span{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}
.main-view .cap-main h3{
	font-size: 1.4em;
    line-height: 1.3;
    font-family: 'Kosugi Maru', sans-serif;
    letter-spacing: .48em;
    font-weight: 700;
	margin-left: 6px;
}
.main-view .cap-main h3 span.b{
	font-size: 1.6em;
}
/*top-image*/
.top-image {
    width: calc(100% - 100px);
    height: calc(100vh - 288px);
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	z-index: -1;
}
.top-image:before{
	content: "";
	position: absolute;
    left: 0;
    top: -15%;
    width: calc(50% + 1px);
    height: 130%;
    transform: translateY(0%) skewY(-7deg);
	background: #5cc2cf;
	-webkit-transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
    transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
	z-index: 1;
}
.top-image:after{
	content: "";
	position: absolute;
    right: 0;
    top: -15%;
    width: calc(50% + 1px);
    height: 130%;
    transform: translateY(0%) skewY(7deg);
	background: #5cc2cf;
	-webkit-transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
    transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
	z-index: 1;
}
.top-image.loadf:before,
.top-image.loadf:after{
	transform: translateY(-100%) skewY(0deg);	
}
.top-image {
	background:#fff;
}

.top-image span.view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    z-index: 0;
}
.top-image span { background-image: url("../img/index/top1.jpg"); }

/*すくすくランドどは*/
.land1 {
	margin-top: 180px;
}
.land1 .land1-area{
	position: relative;
    width: 80%;
    margin: 60px auto 0;
    padding-bottom: 100px;
}
.land1 .land1-area:after{
	content: "";
	position: absolute;
	background: #f7f7f7;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.land1 .land1-area h2{
    font-family: 'Kosugi Maru', sans-serif;
	background: #f19eb4;
	border-radius: 15px;
    font-size: 1.2em;
	letter-spacing: .4em;
    padding: 13px 35px 15px 43px;
    display: table;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.land1 .land1-area h2 span.b{
	font-size: 1.5em;
}
.land1 .land1-area h3{
	font-family: 'Kosugi Maru', sans-serif;
	position: relative;
    font-size: 1.7em;
	letter-spacing: .1em;
    padding: 20px 35px;
    display: table;
    margin: 20px auto 0;
    text-align: center;
}
.land1 .land1-area .text-box{
	position: relative;
}
.land1 .land1-area .text-box:before {
	content: "";
    right: calc(-10vw + 10px);
    top: 50%;
    width: calc(10% + 50px);
    height: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.land1 .land1-area .text-box:after {
    left: calc(-10vw + 10px);
    top: 50%;
    width: calc(10% + 50px);
    height: 50%;
    transform: translateY(-50%);
}
.land1 .land1-area h3:before{
	content: "";
	position: absolute;
	background: #0086c7;
	width: 100%;
	height: 1px;
	bottom: 5px;
	left: 0;
}
.land1 .land1-area h3:after{
	content: "";
	position: absolute;
	background: #f19eb4;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.land1 .land1-area p{
	text-align: center;
    color: #666;
    width: 80%;
    max-width: 1000px;
    margin: 40px auto 0;
}
.land1 .land1-area .image{
	width: 56%;
	height: 500px;
	border-radius: 8px;
}
.land1 .land1-area .image-box-land1{
    display: flex;
}
.land1 .land1-area .image:nth-child(1){
    margin: 50px 5px 0 -6%;
    background: url("../img/index/land1-2.jpg") no-repeat center;
    background-size: cover;
}
.land1 .land1-area .image:nth-child(2){
    margin: 50px -6% 0 5px;
    background: url("../img/index/land1-1.jpg") no-repeat center;
    background-size: cover;
}
.land1 .land1-area .btn-box{
	margin: 40px auto 0;
    text-align: center;
}
.land1 .land1-area .btn-box a{
	padding: 14px 20px;
}

/*児童発達事業支援について*/
.land2 .land2-area{
	position: relative;
    width: 80%;
    margin: 180px auto 250px;
}
.experience .land2-area {
    margin-top: 130px;
}
.land2 .land2-area:after{
	content: "";
	position: absolute;
	background: #f7f7f7;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.land2 .land2-area h2{
    font-family: 'Kosugi Maru', sans-serif;
	background: #f19eb4;
	border-radius: 15px;
    font-size: 1.2em;
	letter-spacing: .4em;
    padding: 13px 35px 15px 43px;
    display: table;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.land2 .land2-area h2 span.b{
	font-size: 1.5em;
}
.land2 .land2-area h3{
	font-family: 'Kosugi Maru', sans-serif;
	position: relative;
    font-size: 1.7em;
	letter-spacing: .1em;
    padding: 20px 35px;
    display: table;
    margin: 20px auto 0;
    text-align: center;
}
.land2 .land2-area .text-box{
	position: relative;
}
.land2 .land2-area .text-box:before {
	content: "";
    right: calc(-10vw + 10px);
    top: 50%;
    width: calc(10% + 50px);
    height: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.land2 .land2-area .text-box:after {
    left: calc(-10vw + 10px);
    top: 50%;
    width: calc(10% + 50px);
    height: 50%;
    transform: translateY(-50%);
}
.land2 .land2-area h3:before{
	content: "";
	position: absolute;
	background: #0086c7;
	width: 100%;
	height: 1px;
	bottom: 5px;
	left: 0;
}
.land2 .land2-area h3:after{
	content: "";
	position: absolute;
	background: #f19eb4;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.land2 .land2-area p{
	text-align: center;
    color: #666;
    width: 80%;
    max-width: 1000px;
    margin: 40px auto 0;
}
.land2 .land2-area .image-box-land2{
	margin: 50px auto 0;
	display: flex;
    width: 80%;
    height: 250px;
    max-width: 1150px;
}
.land2 .land2-area .image-box-land2 li{
	height: 500px;
	padding: 5px;
	width: 33.3333%;
	box-sizing: border-box;
}
.land2 .land2-area .image-box-land2 li span{
	width: 100%;
	height: 100%;
	display: block;
    border-radius: 8px;
}
.land2 .land2-area .image-box-land2 li:nth-child(1) span{
	background: url("../img/index/land2-1.jpg") no-repeat center;
    background-size: cover;
}
.land2 .land2-area .image-box-land2 li:nth-child(2) span{
	background: url("../img/index/land2-2.jpg") no-repeat center;
    background-size: cover;
}
.land2 .land2-area .image-box-land2 li:nth-child(3) span{
	background: url("../img/index/land2-3.jpg") no-repeat center;
    background-size: cover;
}
.land2 .land2-area .btn-box{
	margin: 40px auto 0;
    text-align: center;
}
.land2 .land2-area .btn-box a{
	padding: 14px 20px;
}

/*施設の概要*/
.land3 {
	margin-top: 180px;
}
.land3 .land3-area{
	position: relative;
    width: 80%;
    margin: 430px auto 0;
    padding-bottom: 100px;
}
.land3 .land3-area:after{
	content: "";
	position: absolute;
	background: #f7f7f7;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.land3 .land3-area h2{
    font-family: 'Kosugi Maru', sans-serif;
	background: #f19eb4;
	border-radius: 15px;
    font-size: 1.2em;
	letter-spacing: .4em;
    padding: 13px 35px 15px 43px;
    display: table;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.land3 .land3-area h2 span.b{
	font-size: 1.5em;
}
.land3 .land3-area .data-box{
	position: relative;
    margin: 0 auto;
}
.land3 .land3-area .data-box-in{
	position: relative;
    background: #fff;
    margin: 20px auto 0;
    width: 80%;
    max-width: 1000px;
    padding: 70px 100px;
    box-sizing: border-box;
}
.land3 .land3-area .data-box:before {
	content: "";
    right: calc(-10vw + 10px);
    top: 50%;
    width: calc(10% + 50px);
    height: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.land3 .land3-area .data-box:after {
    left: calc(-10vw + 10px);
    top: 50%;
    width: calc(10% + 50px);
    height: 50%;
    transform: translateY(-50%);
}
.land3 .land3-area dl{
    display: flex;
    flex-wrap: wrap;
}
.land3 .land3-area dl dt,
.land3 .land3-area dl dd{
    width: 65%;
    padding: 25px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #f19eb4;
}
.land3 .land3-area dl dt{
    width: 35%;
    text-align: right;
    font-weight: 700;
    letter-spacing: .1em;
    border-bottom: 1px solid #0086c7;
}
.land3 .land3-area dl dt.first{
    border-top: 1px solid #0086c7;
}
.land3 .land3-area dl dd.first{
    border-top: 1px solid #f19eb4;
}
.land3 .land3-area dl dd ul{
    border: 1px solid #ddd;
    border-bottom: none;
    margin: 20px 0;
}
.land3 .land3-area dl dd ul li.title{
    background: #5cc2cf;
    color: #fff;
    text-align: center;
}
.land3 .land3-area dl dd ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.land3 .land3-area dl dd ul li span{
    display: block;
    width: 50%;
    padding: 15px;
    line-height: 1.4;
    box-sizing: border-box;
}
.land3 .land3-area dl dd ul li span:first-child{
    border-right: 1px solid #ddd;
}

/*ご利用まの流れ*/
.land4 {
	margin-top: 180px;
}
.land4 .land4-area{
	position: relative;
    width: 80%;
    margin: 180px auto 0;
    padding-bottom: 100px;
}
.land4 .land4-area:after{
	content: "";
	position: absolute;
	background: #f7f7f7;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.land4 .land4-area h2{
    font-family: 'Kosugi Maru', sans-serif;
	background: #f19eb4;
	border-radius: 15px;
    font-size: 1.2em;
	letter-spacing: .4em;
    padding: 13px 35px 15px 43px;
    display: table;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.land4 .land4-area h2 span.b{
	font-size: 1.5em;
}
.land4 .land4-area .data-box{
	position: relative;
    margin: 0 auto;
}
.land4 .land4-area .data-box-in{
	position: relative;
    background: #fff;
    margin: 20px auto 0;
    width: 80%;
    max-width: 1000px;
    padding: 70px 100px;
    box-sizing: border-box;
}
.land4 .land4-area .data-box:before {
	content: "";
    right: calc(-10vw + 10px);
    top: 50%;
    width: calc(10% + 50px);
    height: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.land4 .land4-area .data-box:after {
    left: calc(-10vw + 10px);
    top: 50%;
    width: calc(10% + 50px);
    height: 50%;
    transform: translateY(-50%);
}
.land4 .land4-area .data-box li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0086c7;
    padding: 30px;
}
.land4 .land4-area .data-box li:first-child{
    border-top: 1px solid #0086c7;
}
.land4 .land4-area .data-box li:nth-child(odd){
    border-bottom: 1px solid #f19eb4;
}
.land4 .land4-area .data-box li .no{
    display: flex;
    align-items: center;
}
.land4 .land4-area .data-box li .no span{
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-right: 20px;
}
.land4 .land4-area .data-box li .no .icn{
    width: 40px;
}
.land4 .land4-area .data-box li .text-box{
    margin-left: 40px;
}
.land4 .land4-area .data-box li .text-box p{
    margin-top: 10px;
}
.land4 .land4-area .data-box li .no .icn img{
    width: 40px;
    margin: 0 auto;
}
.land4 .land4-area .data-box li:nth-child(1) .no .icn img{
    width: 50px;
}
.land4 .land4-area .data-box li:nth-child(4) .no .icn img{
    width: 45px;
}

/*問い合わせ*/
.land-contact {
	margin: 100px auto;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
}
.land-contact h3{
    font-size: 1.35em;
    letter-spacing: .2em;
    margin-bottom: 20px;
}
.land-contact .footer-ad .ad-box{
    margin: 100px auto 0;
    color: #0086c7;
    font-weight: 700;
    letter-spacing: .2em;
    position: relative;
    display: table;
}
.land-contact .footer-ad .ad-box:before {
    content: "";
    position: absolute;
    right: -94px;
    bottom: 0;
    border-bottom: 75px solid #0086c7;
    border-right: 75px solid transparent;
    z-index: 5;
}
.land-contact .footer-ad .ad-box:after {
    content: "";
    position: absolute;
    left: -94px;
    bottom: 0;
    border-bottom: 75px solid #efb81a;
    border-left: 75px solid transparent;
    z-index: 5;
}
.land-contact .footer-ad .ad-box span{
    font-size: 20px;
    display: block;
    letter-spacing: .2em;
    line-height: 1;
}


@media screen and (max-width: 1450px) {
	.land1 .land1-area p br,
    .land2 .land2-area p br,
    .land3 .land3-area p br{
		display: none;
	}
    .land1 .land1-area p,
    .land2 .land2-area p{
	    width: calc(100% - 100px);
		max-width: 100%;
		text-align: left;
	}
    .land2 .land2-area{
        margin-bottom: 200px;
    }
    .land3 .land3-area{
        margin-top: 380px;
    }
    .land2 .land2-area .image-box-land2{
        height: 200px;
    }
    .land1 .land1-area .image,
    .land2 .land2-area .image-box-land2 li {
        height: 400px;
    }
}
@media screen and (max-width: 1300px) {
    
	.main-view .cap-title h2 span{
		font-size: 1.4em;
	}
	.land1{
		margin-top: 160px;
	}
    .land2,
    .land3,
    .land4{
		margin-top: 100px;
	}
    .land2 .land2-area{
        margin: 100px auto 200px;
    }
    .main-view .cap-main h3 {
		font-size: 1.2em;
	    letter-spacing: .35em;
	}
    .land3 .land3-area dl dt,
    .land3 .land3-area dl dd{
        width: 100%;
    }
    .land3 .land3-area dl dt {
        text-align: left;
    }
    .land3 .land3-area dl dt.first {
        border-top: 5px solid #f19eb4;
    }
    .land3 .land3-area dl dd.first {
        border-top: none;
    }
    .land3 .land3-area dl dd{
        border-bottom: 5px solid #f19eb4;
    }
    .land3 .land3-area {
        margin-top: 330px;
    }
    .land3 .land3-area .data-box-in,
    .land4 .land4-area .data-box-in{
        padding: 70px 50px;
    }
    .land4 .land4-area{
        margin-top: 100px;
    }
}
@media screen and (max-width: 1100px) {
	.land1 .land1-area,
    .land2 .land2-area{
		padding-bottom: 70px;
	}
	.land1 .land1-area h3,
	.land2 .land2-area h3{
	    margin: 0 auto;
	}
	.land1 .land1-area .box1,
    .land2 .land2-area .box1{
    	margin-top: 60px;
	}
	.land1 .land1-area .box2,
    .land2 .land2-area .box2{
		margin-top: 100px;
	}
	.land1 .land1-area h3,
	.land2 .land2-area h3{
		font-size: 1.6em;
	}
    .land3 .land3-area {
        margin-top: 230px;
    }
    .land-contact h3{
        font-size: 1.2em;
    }
}
@media screen and (max-width: 980px) {
	.main-view .cap-title h2 {
		line-height: 3.4em;
    	letter-spacing: .4em;
        text-indent: .4em;
	}
	.main-view .cap-title h2 span{
		font-size: 1.3em;
	}
	#main-cnt .wrapper-in{
		padding: 50px 3vw 0;
	}
	.top-image{
		width: calc(100% - 6vw);
		height: calc(100vh - 220px);
	}
	.top-image .cap-main {
    	padding: 20px 30px;
	    bottom: 0;
	    top: initial;
	}
	.top-image .cap-main.view{
		transform: translate(-50%,50%) scale(1);
    	-webkit-transform: translate(-50%,50%) scale(1);
	}
	.land1 .land1-area,
    .land2 .land2-area,
    .land3 .land3-area,
    .land4 .land4-area{
	    width: calc(100% - 6vw);
	}
	.land1 .land1-area .image {
		margin: 50px 0 20px -3vw;
		border-radius: 0;
        height: 350px;
	}
    .land1 .land1-area .image:nth-child(1) {
        margin: 50px 5px 0 -3vw;
    }
    .land1 .land1-area .image:nth-child(2) {
        margin: 50px -3vw 0 5px;
    }
	
	.land1 .land1-area .text-box:before,
	.land1 .land1-area .text-box:after,
    .land2 .land2-area .text-box:before,
	.land2 .land2-area .text-box:after,
    .land3 .land3-area .text-box:before,
	.land3 .land3-area .text-box:after,
    .land4 .land4-area .text-box:before,
	.land4 .land4-area .text-box:after {
		width: 6vw;
	}
	.land1 .land1-area .text-box:before,
    .land2 .land2-area .text-box:before,
    .land3 .land3-area .text-box:before,
    .land4 .land4-area .text-box:before {
    	right: -3vw;
	}
	.land1 .land1-area .text-box:after,
    .land2 .land2-area .text-box:after,
    .land3 .land3-area .text-box:after,
    .land4 .land4-area .text-box:after {
    	left: -3vw;
	}
    .land-contact .footer-ad .ad-box{
        font-size: .9em;
    }
    .land-contact .footer-ad .ad-box span {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
	.top-image {
		height: calc(100vh - 290px);
	}
    .main-view .cap-title{
        padding: 5px 10px;
        bottom: 50px;
    }
	.main-view .cap-title h2 {
	    font-size: .85em;
        line-height: 2.5;
		letter-spacing: .4em;
	}
	.main-view .cap-title h2 span{
	    font-size: 1.1rem;
	}
	.main-view .cap-main {
    	padding: 20px;
	}
	.main-view .cap-main h3 {
		font-size: .95em;
	    letter-spacing: .1em;
	}
	.land1 .land1-area .image {
		width: calc(100% + 6vw);
		margin: 50px 0 50px -3vw;
	}
	.land1 .land1-area h2,
	.land2 .land2-area h2,
    .land3 .land3-area h2,
    .land4 .land4-area h2{
		font-size: .9em;
		padding: 7px 20px 7px 26px;
	}
    .land1 .land1-area h2{
        letter-spacing: .2em;
    }
	.land1,
	.land2,
    .land3,
    .land4{
		margin-top: 50px;
	}
	.land1 .land1-area,
	.land2 .land2-area,
    .land3 .land3-area,
    .land4 .land4-area{
		width: 100%;
		margin: 35px auto 0;
		padding-bottom: 40px;
	}
	.land1 .land1-area{
        margin: 95px auto 0;
    }
    .land2 .land2-area,
    .land4 .land4-area{
		margin: 50px auto 0;
	}
    .land3 .land3-area{
        margin: 70px auto 0;
    }
	.land1 .land1-area ul li span.cap,
    .land2 .land2-area ul li span.cap,
    .land3 .land3-area ul li span.cap,
    .land4 .land4-area ul li span.cap{
		left: 50%;
		right: inherit;
		transform: translate(-50%, 50%);
	}
	.land1 .land1-area h3,
	.land2 .land2-area h3{
		font-size: 1.2em;
		line-height: 1.4;
	    padding: 0px 3vw 20px;
	}
    .land3 .land3-area h3,
    .land4 .land4-area h3{
		font-size: 1.2em;
		line-height: 1.4;
	    padding: 10px 0;
	}
	.land1 .land1-area p,
	.land2 .land2-area p{
		margin: 20px auto 0;
	    width: calc(100% - 6vw);
	}
	.land1 .land1-area .image{
		width: 100%;
   		margin: 30px 0 0;
		height: 250px;
	}
	.land1 .land1-area .text-box:before,
	.land1 .land1-area .text-box:after,
    .land2 .land2-area .text-box:before,
	.land2 .land2-area .text-box:after,
    .land3 .land3-area .data-box:before,
	.land3 .land3-area .data-box:after,
    .land4 .land4-area .data-box:before,
	.land4 .land4-area .data-box:after{
		width: 0;
	}
    .land2 .land2-area .image-box-land2{
        width: calc(100% - 6vw);
        margin: 30px auto 0;
    }
    .land2 .land2-area .image-box-land2 li {
        height: 250px;
    }
    .land3 .land3-area .data-box-in,
    .land4 .land4-area .data-box-in{
        width: calc(100% - 6vw);
        padding: 30px 3vw;
    }
    .land3 .land3-area dl dt,
    .land3 .land3-area dl dd{
        padding: 10px 15px;
        font-size: 14px;
    }
    .land3 .land3-area dl dd p{
        font-size: 14px;
    }
    .land4 .land4-area .data-box li{
        padding: 30px 3vw;
        display: block;
    }
    .land4 .land4-area .data-box li .text-box{
        margin-left: 0;
    }
    .land-contact {
        margin: 50px auto;
    }
    .land-contact h3 {
        font-size: 1.05em;
        line-height: 1.45;
        letter-spacing: .1em;
    }
    .land-contact .footer-ad .ad-box {
        line-height: 1.8;
        margin: 70px auto 0;
    }
    .land-contact .footer-ad .ad-box span {
        font-size: 16px;
        line-height: 1.2;
    }
    .land-contact .footer-ad .ad-box:before{
        border-bottom: 60px solid #0086c7;
        border-right: 60px solid transparent;
        right: -70px;
    }
    .land-contact .footer-ad .ad-box:after{
        border-bottom: 60px solid #efb81a;
        border-left: 60px solid transparent;
        left: -70px;
    }
    .land1 .land1-area .image-box-land1{
        display: block;
    }
    .land1 .land1-area .image:nth-child(1) {
        margin: 30px 0 0;
    }
    .land1 .land1-area .image:nth-child(2) {
        margin: 3vw 0 0;
    }
}

@media screen and (max-width: 320px) {
	.land1 .land1-area h2,
	.land2 .land2-area h2,
    .land3 .land3-area h2,
    .land4 .land4-area h2 {
		font-size: .8em;
	}
}