@charset "utf-8";
/* CSS Document */
body p {
	color: #405c10;
}
.title {
	position: relative;
 	height: 100px;
}
p.f-catch {
	position: absolute;
	top: 50px;
}
p.f-catch::before {
	content: '';
	display: inline-block;
	width: 330px;
	height: 62px;
	background-image: url(../img/p-catch-1@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#about .textbox {
	max-width: 360px;
	margin-bottom: 200px;
	margin-right: 70px;
}
#about .imgbox {
	width: 100%;
	max-width: 380px;
	position: relative;
}
#about .imgbox::before {
	content: '';
	display: inline-block;
	width: 233px;
	height: 293px;
	background-image: url(../img/pet-img01@2x.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0; 
	right: 0;
 }
 #about .imgbox::after {
	content: '';
	display: inline-block;
	width: 218px;
	height: 218px;
	background-image: url(../img/pet-img02@2x.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0; 
	top: 180px;
 }
 #overview {
	clear: both;
	width: 100%;
	height: auto;
	padding: 55px 0;
	background: #405c10;
}
.flex-item {
    height: auto;
}
#overview h3 ,#overview p {
	color: white;
}
.overview h3::before {
	content: ;
	display: inline-block;
	width: 5px;
	height: 1.1em;
	background: white;
}
.overview .large {
    font-size: 1.15em;
}
.white-frame {
	border: solid 1px white;
	padding: 5px 20px;
	margin-top: 20px;
}
.white-frame-dashed {
	border: dashed 1px white;
	padding: 5px 20px;
	margin-top: 20px;
}
.course1 .white-frame,.course2 .white-frame {
	height: auto;
}
#flow h3, #flow .flow-item h4 {
	color: #405c10;
}
#flow .flow-item {
	margin: auto;
	text-align: center;
    margin-top: 60px;
}
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: #405c10;
}
.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: #405c10;
}

#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.f-catch {
	    top: 100px;
	    left: 0;
	    right: 0;
	}
	p.f-catch::before {
	width: 310px;
	height: 56px;
	}
	#about .textbox {
    	width: 100%;
    	margin-bottom: 20px;
    }
    #about .imgbox {
	    height: 300px;
	    overflow: hidden;
	 }
	 #about .imgbox::after {
    width: 190px; height: 190px; top: 110px;
    }
    #about .imgbox::before {
    width: 200px; height: 252px; top: -20px;
    }
    #overview {height: unset;}
    #overview .flex-item {height: auto; margin-top: 3em;}
    #overview .flex-wrap>:first-child {margin-top: 0;}
    #overview .white-frame {height: auto; }
    #alter p.catch::before {
		width: 300px;
	}
}