@charset "UTF-8";
/* CSS Document */
/* CSS Document */


.recINDEX01 {
	background: #fff;
	padding: 50px 5% 60px 5%;
	box-sizing: border-box;
	position: relative;
	
}

.recINDEX01 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 4.1vw, 4.8rem);
	font-weight: 500;
	color:#00b6c9;
	margin-bottom: 20px;
	line-height: 1.4;
	font-family: "Zen Maru Gothic", sans-serif;
}

.recINDEX01 h2 span {
	display: block;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#666666;
	line-height: 1.4;
}

.recINDEX01 h3 {
	text-align: center;
	font-size: clamp(1.5rem, 1.9vw, 2.4rem);
	font-weight: 500;
	line-height: 1.4;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
}

.recINDEX01 p {
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	font-weight: 500;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", sans-serif;
}

.recINDEX01 .selectBOX  {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: auto;
	margin-bottom: 20px;
}
.recINDEX01 .selectBOX li  {
	width: 49.5%;
}

.recINDEX02 {
	background: #f4f6f6;
	padding: 60px 0;
	box-sizing: border-box;
	position: relative;
}

.recINDEX02 h2 {
	text-align: center;
	font-size: clamp(1.5rem, 1.9vw, 2.4rem);
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.4;
	font-family: "Zen Maru Gothic", sans-serif;
}

.linkSITE {
	display: flex;
	justify-content: center;
}
.linkSITE li {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: 33%;
	box-shadow: 0 0 30px rgba(200,200,200,0.1);
}


.syogai {
	max-width: 500px;
	margin: auto;
}







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

.recINDEX01 {
	background: #fff;
	padding: 30px 5%;
	box-sizing: border-box;
	position: relative;
	
}

.recINDEX01 h2 {
	text-align: center;
	font-size: clamp(2.2rem, 4.1vw, 4.8rem);
	font-weight: 500;
	color:#00b6c9;
	margin-bottom: 20px;
	line-height: 1.4;
	font-family: "Zen Maru Gothic", sans-serif;
}

.recINDEX01 h2 span {
	display: block;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#666666;
	line-height: 1.4;
}

.recINDEX01 h3 {
	text-align: center;
	font-size: clamp(1.5rem, 1.9vw, 2.4rem);
	font-weight: 500;
	line-height: 1.4;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
}

.recINDEX01 p {
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	font-weight: 500;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", sans-serif;
}

.recINDEX01 .selectBOX  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 800px;
	margin: auto;
	margin-bottom: 10px;
	
}
.recINDEX01 .selectBOX li  {
	width: 100%;
}

.recINDEX02 {
	background: #f4f6f6;
	padding: 30px 5%;
	box-sizing: border-box;
	position: relative;
}

.recINDEX02 h2 {
	text-align: center;
	font-size: clamp(1.5rem, 1.9vw, 2.4rem);
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.4;
	font-family: "Zen Maru Gothic", sans-serif;
}

.linkSITE {
	display: flex;
	justify-content: center;
}
.linkSITE li {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	width: 49%;
	box-shadow: 0 0 30px rgba(200,200,200,0.1);
}
	
.syogai {
	max-width: 500px;
	margin: auto;
}

}












