/* MEDIA START **********************************************/
/* @media screen and (min-width:480px){} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
/* MEDIA END **********************************************/

/* 使用カラー ボーダー #939393 */
/* 使用カラー フォントカラー #2f2f2f */

.section {
  width: 100%;
}

.section1 {
  width: 100%;
}

.mainimg_container {
    width: 100%;
    height: 400px;
	margin: 0 auto;
}/* MEDIA START **********************************************/
@media screen and (min-width: 990px) {
	.mainimg_container {
		width: 100%;
		height: 600px;
		margin: 0 auto;
	}
}/* MEDIA END **********************************************/

.mainimg_img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
}/* MEDIA START **********************************************/
/* @media screen and (min-width:480px){}
@media screen and (min-width: 990px) {}
@media screen and (min-width: 1120px) {} */
/* MEDIA END **********************************************/

.maintitle_container {
    padding: 15px;
    width: 100%;
    margin: 0 auto;
}/* MEDIA START **********************************************/
@media screen and (min-width:480px){
	.maintitle_container {
		padding: 15px 30px;
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 990px) {
	.maintitle_container {
		padding: 30px;
		width: 100%;
		margin: 0 auto;
	  }
}/* MEDIA END **********************************************/

.maintitle_title {
    width: 100%;
    height: 100%;
    font-size: 40px;
	font-weight: 400;
	text-align: center;
	color: #2f2f2f;
} /* MEDIA START **********************************************/
@media screen and (min-width:480px){
	.maintitle_title {
		text-align: left;
	}
} /* MEDIA END **********************************************/


.top-banner_container {
	width: 100%;
	background-color: #2f2f2f;
	padding: 20px;
}
.top-banner_link {
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	text-align: center;
}


.section2 {
  height: 100%;
  margin-bottom: 50px;
}	/* MEDIA START **********************************************/
/* @media screen and (min-width:480px){
	.section2 {
		height: 700px;
	  }
} */
	/* MEDIA END **********************************************/


.paragraph1_head-container {
	width: 100%;
	padding: 40px 15px 10px 15px;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){
	.paragraph1_head-container {
		padding: 40px 30px 10px 30px;
	}
}	/* MEDIA END **********************************************/

.paragraph1_head {
	color: #2f2f2f;
	font-size: 28px;
	font-weight: 300;
	text-align: center;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){
	.paragraph1_head {
		text-align: left;
	}
}
@media screen and (min-width: 990px) {
	.paragraph1_head {
		font-size: 32px;
	}
}	/* MEDIA END **********************************************/

.paragraph1_flexcontainer {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-ms-flex-pack: distribute;
		justify-content: space-around;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
} /* MEDIA START **********************************************/
/* @media screen and (min-width:480px){} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
/* MEDIA END **********************************************/

.paragraph1_img-container {
    width: 100%;
    height: 300px;
    padding: 10px 0;
} /* MEDIA START **********************************************/
@media screen and (min-width: 990px) {
	.paragraph1_img-container {
		/* width: 60%;
		height: 550px; */
		padding: 20px;
	}
}
@media screen and (min-width: 1120px) {
	.paragraph1_img-container {
		height: 550px;
	}
}
/* MEDIA END **********************************************/

.paragraph1_img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    -o-object-position: top;
    object-position: top;
} /* MEDIA START **********************************************/
/* @media screen and (min-width:480px){}
@media screen and (min-width: 990px) {}
@media screen and (min-width: 1120px) {} */
/* MEDIA END **********************************************/

.paragraph1_txt-container {
    padding: 20px;
    width: 100%;
} /* MEDIA START **********************************************/
@media screen and (min-width: 990px) {
	.paragraph1_txt-container {
		width: 80%;
		height: 100%;
	}
} /* MEDIA END **********************************************/

.paragraph1_txt {
	color: #999;
    font-size: 16px;
	line-height: 1.5em;
}/* MEDIA START **********************************************/
@media screen and (min-width: 990px) {
	.paragraph1_txt {
		font-size: 20px;
	}
}/* MEDIA END **********************************************/

.paragraph1_img-container2 {
    width: 100%;
    height: 300px;
    padding: 10px 0;
} /* MEDIA START **********************************************/
@media screen and (min-width: 990px) {
	.paragraph1_img-container2 {
		width: 50%;
		height: 400px;
		padding:10px 20px 20px 20px;
	}
}
@media screen and (min-width: 1120px) {
	.paragraph1_img-container2 {
		/* height: 100%; */
	}
} /* MEDIA END **********************************************/


.paragraph1_img2 {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    -o-object-position: center;
    object-position: center;
} /* MEDIA START **********************************************/
/* @media screen and (min-width:480px){}
@media screen and (min-width: 990px) {}
@media screen and (min-width: 1120px) {} */
/* MEDIA END **********************************************/





.section3 {
	width: 100%;
	height: 100%;
	margin-bottom: 50px;
}
.paragraph2_head-container {
	width: 100%;
	padding: 40px 15px 10px 15px;
}	/* MEDIA START **********************************************/
@media screen and (min-width:480px){
	.paragraph2_head-container {
		padding: 40px 30px 10px 30px;
	}
}	/* MEDIA END **********************************************/

.paragraph2_head {
	color: #2f2f2f;
	font-size: 28px;
	font-weight: 300;
	text-align: center;
} /* MEDIA START **********************************************/
@media screen and (min-width:480px){
	.paragraph2_head {
		text-align: left;
	}	
}
@media screen and (min-width: 990px) {
	.paragraph2_head {
		font-size: 32px;
	}
}/* MEDIA END **********************************************/

.paragraph2_flexcontainer {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-ms-flex-pack: distribute;
		justify-content: space-around;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
} /* MEDIA START **********************************************/
/* @media screen and (min-width:480px){} */
/* @media screen and (min-width: 990px) {} */
/* @media screen and (min-width: 1120px) {} */
/* MEDIA END **********************************************/

.paragraph2_img-container {
    width: 100%;
    height: 300px;
    padding: 10px 0;
} /* MEDIA START **********************************************/
@media screen and (min-width: 990px) {
	.paragraph2_img-container {
		width: 60%;
		height: 550px;
		padding: 20px;
	}
}
@media screen and (min-width: 1120px) {
	.paragraph2_img-container {
		height: 100%;
	}
}
/* MEDIA END **********************************************/

.paragraph2_img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    -o-object-position: center;
    object-position: center;
} /* MEDIA START **********************************************/
/* @media screen and (min-width:480px){}
@media screen and (min-width: 990px) {}
@media screen and (min-width: 1120px) {} */
/* MEDIA END **********************************************/

.paragraph2_txt-container {
    padding: 20px;
    width: 100%;
} /* MEDIA START **********************************************/
@media screen and (min-width: 990px) {
	.paragraph2_txt-container {
		padding-left: 0;
		width: 40%;
		height: 100%;
	}
} /* MEDIA END **********************************************/

.paragraph2_txt {
	color: #999;
    font-size: 16px;
	line-height: 1.5em;
}/* MEDIA START **********************************************/
@media screen and (min-width: 990px) {
	.paragraph2_txt {
	}
}/* MEDIA END **********************************************/







  .section4 {
    background-color: #965bce;
    height: 500px;
  }


