@charset "UTF-8";
/* concept_main */
.concept_top{
	width: 70%;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
}
.concept_top img{
	width: 60%;
	margin: 0 auto 30px auto;
}

.concept_main{
	width: 90%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	align-items: stretch;
}

.concept_main_item{
	width: 30%;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 30px;
}
.concept_main_item p{
	margin: 10px auto;
	padding: 0 5%;
	text-align: left;
}
/*------love-------*/
.love_photo{
	width: 100%;
	margin: 10px auto;
	position: relative;
	background-image: url("../images/concept/love_bg.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: 70%;
}
.love_photo img{
	width: 100%;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
}
.love_p1{
	position: relative;
	width: 70%;
	margin-right: 30%;
}
.love_p2{
	position: relative;
	width: 70%;
	margin-left: 30%;
	margin-top: -30px;
	z-index: 1;
}
/*------hope-------*/
.hope_photo{
	width: 100%;
	margin: 10px auto;
	position: relative;
	background-image: url("../images/concept/hope_bg.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: 70%;
}
.hope_photo img{
	width: 100%;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
}
.hope_p1{
	position: relative;
	width: 70%;
	margin-right: 30%;
	z-index: 1;
}
.hope_p2{
	position: relative;
	width: 70%;
	margin-left: 30%;
	margin-top: -30px;
	
	
}
/*------nature-------*/
.nature_photo{
	width: 100%;
	margin: 10px auto;
	position: relative;
	background-image: url("../images/concept/nature_bg.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: 70%;
}
.nature_photo img{
	width: 100%;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
}
.nature_p1{
	position: relative;
	width: 70%;
	margin-left: 30%;
}
.nature_p2{
	position: relative;
	width: 70%;
	margin-top: -30px;
	z-index: 1;
}
.concept_bottom{
	width: 100%;
	border-top: 1px solid #125ABE;
	background-color: rgba(200,237,250,0.70);
	padding: 20px 0;
}
.concept_mark{
	width: 650px;
	padding: 30px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.2);
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.mark_pic{
	width: 25%;
}
.mark_txt{
	width: 73%;
	text-align: left;
}
.mark_txt span{
	font-size: 20px;
	color: #125ABE;
	font-weight: 600;
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
/* concept_main */
.concept_top{
	width: 90%;
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
}
.concept_top img{
	width: 60%;
	margin: 0 auto 30px auto;
}

.concept_main{
	width: 94%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	align-items: stretch;
}

.concept_main_item{
	width: 33%;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 30px;
    font-size: 15px;
}
.concept_main_item p{
	margin: 10px auto;
	padding: 0 5%;
	text-align: left;
}
/*------love-------*/
.love_photo{
	width: 100%;
	margin: 10px auto;
	position: relative;
	background-image: url("../images/concept/love_bg.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: 70%;
}
.love_photo img{
	width: 90%;
	border-radius: 20px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
}
.love_p1{
	position: relative;
	width: 70%;
	margin-right: 30%;
}
.love_p2{
	position: relative;
	width: 70%;
	margin-left: 30%;
	margin-top: -30px;
	z-index: 1;
}
/*------hope-------*/
.hope_photo{
	width: 100%;
	margin: 10px auto;
	position: relative;
	background-image: url("../images/concept/hope_bg.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: 70%;
}
.hope_photo img{
	width: 90%;
	border-radius: 20px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
}
.hope_p1{
	position: relative;
	width: 70%;
	margin-right: 30%;
	z-index: 1;
}
.hope_p2{
	position: relative;
	width: 70%;
	margin-left: 30%;
	margin-top: -30px;
	
	
}
/*------nature-------*/
.nature_photo{
	width: 100%;
	margin: 10px auto;
	position: relative;
	background-image: url("../images/concept/nature_bg.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: 70%;
}
.nature_photo img{
	width: 90%;
	border-radius: 20px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
}
.nature_p1{
	position: relative;
	width: 70%;
	margin-left: 30%;
}
.nature_p2{
	position: relative;
	width: 70%;
	margin-top: -30px;
	z-index: 1;
}
.concept_bottom{
	width: 100%;
	border-top: 1px solid #125ABE;
	background-color: rgba(200,237,250,0.70);
	padding: 20px 0;
}
.concept_mark{
	width: 650px;
	padding: 30px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.2);
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.mark_pic{
	width: 25%;
}
.mark_txt{
	width: 73%;
	text-align: left;
}
.mark_txt span{
	font-size: 20px;
	color: #125ABE;
	font-weight: 600;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
/* concept_main */
.concept_top{
	width: 80%;
	text-align: center;
	margin: 10px auto;
	font-size: 14px;
}
.concept_top img{
	width: 100%;
	margin: 0 auto 20px auto;
}

.concept_main{
	width: 94%;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	align-items: stretch;
}

.concept_main_item{
	width: 90%;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-bottom: 20px;
    font-size: 14px;
    margin: 10px auto;
}
.concept_main_item p{
	margin: 10px auto;
	padding: 0 5%;
	text-align: left;
}
/*------love-------*/
.love_photo{
	width: 100%;
	margin: 10px auto;
	position: relative;
	background-image: url("../images/concept/love_bg.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: 70%;
}
.love_photo img{
	width: 90%;
	border-radius: 20px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
}
.love_p1{
	position: relative;
	width: 70%;
	margin-right: 30%;
}
.love_p2{
	position: relative;
	width: 70%;
	margin-left: 30%;
	margin-top: -30px;
	z-index: 1;
}
/*------hope-------*/
.hope_photo{
	width: 100%;
	margin: 10px auto;
	position: relative;
	background-image: url("../images/concept/hope_bg.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: 70%;
}
.hope_photo img{
	width: 90%;
	border-radius: 20px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
}
.hope_p1{
	position: relative;
	width: 70%;
	margin-right: 30%;
	z-index: 1;
}
.hope_p2{
	position: relative;
	width: 70%;
	margin-left: 30%;
	margin-top: -30px;
	
	
}
/*------nature-------*/
.nature_photo{
	width: 100%;
	margin: 10px auto;
	position: relative;
	background-image: url("../images/concept/nature_bg.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: 70%;
}
.nature_photo img{
	width: 90%;
	border-radius: 20px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
}
.nature_p1{
	position: relative;
	width: 70%;
	margin-left: 30%;
}
.nature_p2{
	position: relative;
	width: 70%;
	margin-top: -30px;
	z-index: 1;
}
.concept_bottom{
	width: 100%;
	border-top: 1px solid #125ABE;
	background-color: rgba(200,237,250,0.70);
	padding: 20px 0;
}
.concept_mark{
	width: 80%;
	padding: 5%;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.2);
	margin: 20px auto 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.mark_pic{
	width: 60%;
    margin: 0 auto;
}
.mark_txt{
	width: 100%;
	text-align: left;
}
.mark_txt span{
	font-size: 16px;
	color: #125ABE;
	font-weight: 600;
}
}

