@charset "UTF-8";
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
#main {
	min-width: 1000px;
	margin: 0 0 0;
}
#main img {
	width: 100%;
	height: auto;
	
}
}
@media screen and (max-width: 767px) {
	#main {
		margin: 0 0 0;
		padding: 17.8% 0 0;
	}
	#main img {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
#contents {
	min-width: 1000px;
	margin: 0 auto;
	line-height: 2.3;
}
#head {
	width: 960px;
	margin: 0 auto;
}
#head h2 {
	margin: -62px 0 20px 0;
}

.container {
	padding: 60px 0 65px;
}
/*
#cont01,#cont02,#cont03,#cont04,#cont05 {
}
*/
#each_list section:nth-child(even) {
	background: #f3f7fc;
}
#each_list section:nth-child(even) .photo {
	order: 2;
}
#each_list section:nth-child(even) .cont {
	order: 1;
}
.container .inner {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	margin-top: -123px;
	padding-top: 123px;
}
.container .photo {
	position: relative;
}
.container .cont {
	width: 410px;
	padding-top: 40px;
}
.container .cont h3 {
	margin-bottom: 20px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.container .cont p {
	margin-bottom: 25px;
	line-height: 2.3;
}
.container .cont .btn_more {
}
.container .cont .btn_more a{
	display: inline-block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	background: linear-gradient(to right, #16bffd 0%, #cb3066 100%);
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #fff;
}

}
@media screen and (max-width: 767px) {

	#contents {
	}
	#contents section {
		position: relative;
		line-height: 2.3;
		font-size: 3.47vw;
	}
	#head {
		padding: 0 5.3%;
	}
	#head h2 {
		width: 79.3%;
		margin: -9% 0 0 0;
	}
	#head .lead {
		margin-bottom: 30px;
	}
	
	.container {
		padding: 8% 5.3% 13.3%;
	}
	
	#cont01,#cont02,#cont03,#cont04,#cont05 {
		margin-top : -20%;
		padding-top : 20%;
	}

	#each_list section:nth-child(even) {
		background: #f3f7fc;
	}
	#each_list section:nth-child(even) .photo {
		order: 2;
		margin: 0 -3% 4.5% 0;
	}
	#each_list section:nth-child(even) .cont {
		order: 1;
	}
	
	.container .inner {
	}
	.container .photo {
		width: 103%;
		margin: 0 0 4.5% -3%;
	}
	.container .cont {
	}
	.container .cont h3{
		margin-bottom: 2%;
		font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, sans-serif;
		font-size: 5.3vw;
		font-weight: bold;
		letter-spacing: 0.05em;
		line-height: 1.2;
	}
	.container .cont p {
		margin-bottom: 4.5%;
		line-height: 2.3;
		font-size: 3.47vw;
	}
	.container .btn_more {
		text-align: center;
	}
	.container .btn_more a{
		display: inline-block;
		width: 89.6%;
		height: 12vw;
		line-height: 12vw;
		border-radius: 12vw;
		text-align: center;
		background: linear-gradient(to right, #16bffd 0%, #cb3066 100%);
		font-size: 4vw;
		letter-spacing: 0.05em;
		color: #fff;
	}
	
}


@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


