@charset "utf-8";
/* CSS Document */
body p {
	color: #00561f;
}
.title {
	position: relative;
 	height: 100px;
}
p.s-catch {
	position: absolute;
	top: 50px;
}
p.s-catch::before {
	content: '';
	display: inline-block;
	width: 366px;
	height: 61px;
	background-image: url(../img/c-catch-2@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
 }
#about .textbox {
	max-width: 360px;
	margin-bottom: 80px;
	margin-right: 70px;
}
#about .imgbox {
	width: 100%;
	max-width: 380px;
	position: relative;
}
#about .imgbox::before {
	content: '';
	display: inline-block;
	width: 300px;
	height: 378px;
	background-image: url(../img/hakajimai-img01@2x.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 15px; 
	right: 0;
 }
 #overview {
	clear: both;
	width: 100%;
	height: auto;
	padding: 55px 0;
	background: #00561f;
}
#overview h3 ,#overview p {
	color: white;
}
.close-ov-headline {
	font-size: 0;
	text-align: center;
	padding-bottom: 40px;
	margin: auto;
	}
.close-ov-headline::before {
	content: '';
	display: inline-block;
	width: 415px;
	height: 21px;
	background-image: url(../img/close-ov-headline.png);
	background-size: contain;
	background-repeat: no-repeat;
 }
 
.overview h3::before {
	content: ;
	display: inline-block;
	width: 5px;
	height: 1.1em;
	background: white;
}
#overview .flex-item {
	width: 400px;
    min-height: 222px;
}
.white-frame {
	border: solid 1px white;
	padding: 5px 20px;
	margin-top: 20px;
}
.course1 .white-frame,.course2 .white-frame {
	height: 235px;
}
#flow h3 {
	color: #00561f;
}
#flow .flow-item {
	margin: auto;
    margin-top: 60px;
}
#flow .flow-item h4 {
	color: #00561f;
	text-align: center;
}
#flow .downchevron::before {
	content: '';
	display: flex;
	width: 90px;
	height: 44px;
	background-image: url(../img/down-chevron-green.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 60px auto;
 }
img.flow-img  {
	width: 295px;
	margin-top: 20px;
}
.col-2-2 {
	width: 245px;
	padding: 10px;
}
.col-2-1, .col-2-2 {
	margin: 0 30px;
}
.fun-san h4, .fun-san p {
	color: #1f6173!important;
}
.fun-san .col-2-1 {
	width: 295px;
}
a.button {
    display: inline-block;
    padding: 12px 20px;
    width: 295px;
    height: 40px;
    color: white;
    text-align: center;
    background: #1f6173;
}
.modal-button {
	width: auto;
	text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal-button a {
	display: inline-block;
    padding: 10px 20px;
    color: #00561f!important;
    border: solid 1px #00561f;
}
.close-modal-inner {
	max-width: 520px;
	margin: auto;
}
.close-modal-inner h3 {
	color: #fff;
	margin-bottom: 1em;
}
.close-modal-inner ul {
	padding: 2em;
}
.close-modal-inner ul li {
	color: #fff;
	list-style-type: disc;
}
#alter {
	background: #60b5b6;
	color: white;
}
#alter h3 {
	margin-bottom: 3.2em;
}
#alter p.catch::before {
	content: '';
	display: inline-block;
	width: 498px;
	height: 30px;
	background-image: url(../img/alter-catch@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#alter p.catch {
	margin-bottom: 50px;
}
#alter p {
	color: white;
	text-align: center;
}

/* -------------------  メディアクエリ  ------------------- */
@media screen and ( max-width:414px) {
	p.s-catch {
	    top: 100px;
	    left: 0;
	    right: 0;
	}
	p.s-catch::before {
	width: 310px;
	height: 52px;
	}
	#about .textbox {
    	width: 100%;
    	margin-bottom: 20px;
    }
    #about .imgbox {
	    height: 300px;
	    overflow: hidden;
	 }
    #about .imgbox::before {
        width: 340px; height: 425px; top: -100px;
    }
    .close-ov-headline::before {
	width: 274px;
	height: 64px;
	background-image: url(../img/close-ov-headline-sp.png);
 	}
    #overview {height: unset;}
    #overview .flex-item {width: auto; height: auto; margin-top: 3em;}
    #overview .flex-wrap>:first-child {margin-top: 0;}
    #overview .white-frame {height: auto; }
    #alter p.catch::before {
		width: 300px;
	}
}