@charset "utf-8";
/*------------------------------------------------------------
	guidelines
------------------------------------------------------------*/
#main .sec01 .content {
	padding: 14.1rem 0 14rem;
	max-width: 190rem;
	position: relative;
}
#main .sec01 .content:before {
	position: absolute;
	left: 0;
	top: -2rem;
	content: "";
	aspect-ratio: 607/644;
	width: 60.7rem;
	background: url(../img/common/bg02.png) no-repeat left top/100%;
	z-index: -1;
}
#main .sec01 .imgBox {
	margin: 0 auto;
	max-width: 128rem;
	align-items: flex-start;
	flex-wrap: nowrap;
}
#main .sec01 .imgBox .phoBox {
	width: 48rem;
	border-radius: 2rem;
	overflow: hidden;
}
#main .sec01 .imgBox .phoBox img {
	width: 100%;
}
#main .sec01 .imgBox .txtBox {
	margin: 4.8rem -0.7rem 0 0;
	width: 65rem;
}
#main .sec01 .imgBox .txtBox h3 {
	margin-bottom: 5.6rem;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.3rem;
}
#main .sec01 .imgBox .txtBox p {
	margin-bottom: 4.3rem;
	color: #000;
	line-height: 2;
}
#main .sec01 .imgBox .txtBox .txt02 {
	margin: 0 0 0 1rem;
	color: #1D3443;
	font-size: 2.4rem;
	line-height: 1.5;
}
#main .sec02 .linkSec {
	padding: 9.9rem 0 28.6rem;
	background: #F4F9F8;
}
#main .sec02 .listUl > li {
	padding: 6.7rem 5rem 8rem;
	width: 50%;
	background: #FFF;
	box-shadow: 0 1rem 0.4rem 0 rgba(156, 179, 194, 0.25);
}
#main .sec02 .listUl > li:last-child {
	background: #C8D1D9;
}
#main .sec02 .listUl .sub {
	margin: 0 auto;
	max-width: 68rem;
}
#main .sec02 .listUl .link {
	margin: 0 auto 4.6rem;
	max-width: 61.9rem;
}
#main .sec02 .listUl .link a {
	display: block;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
}
#main .sec02 .listUl .link a:hover {
	opacity: 0.7;
}
#main .sec02 .listUl .link a img {
	width: 100%;
}
#main .sec02 .listUl .link p {
	position: absolute;
	left: 0;
	top: 4.3rem;
	width: 100%;
	padding-bottom: 7.3rem;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.3rem;
	text-align: center;
	background: url(../img/common/icon01.png) no-repeat center bottom/6rem;
}
#main .sec02 .listUl .link p .en {
	display: block;
	color: #1CD8D2;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.3rem;
}
#main .sec02 .listUl > li:last-child .link p .en {
	color: #fff;
}
#main .sec02 .listUl .ttl {
	margin-bottom: 1.7rem;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.3rem;
	text-align: center;
}
#main .sec02 .listUl .btnList li {
	width: 31.7rem;
}
#main .sec02 .listUl .btnList a {
	padding: 1.5rem;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.3rem;
	text-align: center;
	border-radius: 5rem;
	background: rgba(28, 216, 210, 0.5);
	border: 1px solid rgba(28, 216, 210, 0.3);
}
#main .sec02 .listUl .btnList .bgWhite a {
	background: #fff;
	border-color: #1CD8D2;
}
#main .sec02 .listUl .btnList .bgBlack a {
	color: #fff;
	font-weight: 500;
	background: rgba(29, 52, 67, 0.5);
	border: none;
}
@media all and (min-width: 897px) {
	#main .sec02 .listUl .btnList a:hover {
		background: #fff;
		border-color: #1CD8D2;
	}
	#main .sec02 .listUl .btnList .bgWhite a:hover {
		background: #1CD8D2;
	}
	#main .sec02 .listUl .btnList .bgBlack a:hover {
		color: #1D3443;
		background: #1CD8D2;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 .content {
		padding: 6rem 2rem;
	}
	#main .sec01 .content:before {
		top: -5rem;
		width: 30rem;
	}
	#main .sec01 .imgBox {
		margin: 0 auto;
		max-width: 128rem;
		display: block;
	}
	#main .sec01 .imgBox .phoBox {
		width: auto;
		height: 70vw;
	}
	#main .sec01 .imgBox .phoBox img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position:center;
		object-position: center;
	}
	#main .sec01 .imgBox .txtBox {
		margin: 3rem 0 0;
		width: auto;
	}
	#main .sec01 .imgBox .txtBox h3 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
		letter-spacing: 0.2rem;
	}
	#main .sec01 .imgBox .txtBox p {
		margin-bottom: 2rem;
	}
	#main .sec01 .imgBox .txtBox .txt02 {
		margin: 0;
		font-size: 1.6rem;
	}
	#main .sec02 .linkSec {
		padding: 6rem 0 15rem;
	}
	#main .sec02 .listUl {
		display: block;
	}
	#main .sec02 .listUl > li {
		padding: 3rem 2rem;
		width: auto;
	}
	#main .sec02 .listUl .sub {
		max-width: inherit;
	}
	#main .sec02 .listUl .link {
		margin-bottom: 1.5rem;
		max-width: inherit;
	}
	#main .sec02 .listUl .link p {
		top: 50%;
		transform: translateY(-50%);
		padding-bottom: 3.8rem;
		font-size: 2.4rem;
		background-size: 3rem;
	}
	#main .sec02 .listUl .link p .en {
		font-size: 1.8rem;
	}
	#main .sec02 .listUl .ttl {
		margin-bottom: 1.4rem;
		font-size: 1.6rem;
	}
	#main .sec02 .listUl .btnList {
		margin: 0 auto;
		max-width: 35rem;
	}
	#main .sec02 .listUl .btnList li {
		width: 17rem;
	}
	#main .sec02 .listUl .btnList a {
		padding: 1rem;
		font-size: 1.6rem;
	}
}