@charset "UTF-8";
/* CSS Document */
.header.inner {
	max-width: 128rem;
	margin: 5rem auto 2.5rem;
	padding: 0;
}
.header h1 {
	max-width: 20rem;
}
.inner {
	max-width: 120rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.header.inner {
		max-width: 100%;
		margin: 3rem 0.5rem 2.5rem;
	}
	.inner {
		max-width: 100%;
	}
}

/*==============================*/
/* main */
/*==============================*/
/* mvArea */
.mvArea {
	position: relative;
	background: #fdffa9;
}
.mvArea h2 {
	max-width: 125rem;
	margin: 0 auto;
}
.mvArea .lead {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 3.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #2864b4;
	position: absolute;
	left: 50%;
	bottom: 12rem;
	transform: translateX(-50%);
}
@media (max-width: 768px) {
	.mvArea {
		background: none;
	}
	.mvArea h2 {
		max-width: 100%;
	}
	.mvArea .lead {
		margin-top: 5rem;
		font-size: 3rem;
		line-height: 4.5rem;
		letter-spacing: 0.2em;
		position: static;
		transform: none;
	}
}

/* coordinate */
.coordinate {
	margin-top: 5.5rem;
}
.coordinate + .coordinate {
	margin-top: 16rem;
}
.coordinate h3 {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
}
.coordinate h3.orange {
	color: #ff4a4b;
}
.coordinate h3.green {
	color: #2fbe73;
}
.coordinate h3.blue {
	color: #2478f0;
}
.coordinate .coordinateBox {
	margin-top: 3.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 7.5rem;
}
.coordinate .coordinateBox.reverse {
	flex-direction: row-reverse;
	gap: 0 3rem;
}
.coordinate .coordinateBox .mainPic {
	width: 50rem;
}
.coordinate .coordinateBox .txtBox {
	width: 40%;
}
.coordinate .coordinateBox.reverse .txtBox {
	width: 33%;
}
.coordinate .coordinateBox .txtBox h4 {
	width: 29.4rem;
}
.coordinate .txtBox h5 {
	margin-top: 1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.2em;
}
.coordinate .txtBox h5.orange {
	color: #ff4a4b;
}
.coordinate .txtBox h5.green {
	color: #2fbe73;
}
.coordinate .txtBox h5.blue {
	color: #2478f0;
}
.coordinate .txtBox .itemLead {
	margin-top: 0.5rem;
	font-size: 1.8rem;
	line-height: 3.3rem;
	letter-spacing: 0.05em;
}
.coordinate .txtBox .detail {
	margin-top: 3rem;
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.coordinate .txtBox .detail > p + p {
	margin-top: 2rem;
}
.coordinate .itemBox {
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 6rem;
}
.coordinate .itemBox.reverse {
	flex-direction: row-reverse;
}
.coordinate .itemBox.mgt {
	margin-top: 7rem;
}
.coordinate .itemBox .itemPic {
	width: 36rem;
}
.coordinate .itemBox.reverse .itemPic {
	margin-left: -3rem;
}
.coordinate .itemBox.reverse .itemPic.mgl {
	margin-left: 0;
}
@media (max-width: 768px) {
	.coordinate {
		margin-top: 12rem;
	}
	.coordinate + .coordinate {
		margin-top: 20rem;
	}
	.coordinate h3 {
		font-size: 4.2rem;
		line-height: 5.2rem;
		letter-spacing: 0.2em;
	}
	.coordinate .coordinateBox {
		margin-top: 3rem;
		display: block;
		position: relative;
	}
	.coordinate .coordinateBox .mainPic {
		width: 100%;
	}
	.coordinate .coordinateBox .txtBox {
		width: 100%;
		padding: 0 5rem;
	}
	.coordinate .coordinateBox.reverse .txtBox {
		width: 100%;
	}
	.coordinate .coordinateBox .txtBox h4 {
		margin-top: -3.5rem;
		width: 34.5rem;
		margin-left: auto;
	}
	.coordinate .coordinateBox .txtBox h4.mgt2 {
		margin-top: -2rem;
	}
	.coordinate .txtBox h5 {
		margin-top: 4rem;
		font-size: 3rem;
		line-height: 4.5rem;
		letter-spacing: 0.2em;
	}
	.coordinate .txtBox .itemLead {
		margin-top: 0.5rem;
		font-size: 2.7rem;
		line-height: 4.5rem;
		letter-spacing: 0.05em;
	}
	.coordinate .txtBox .detail {
		margin-top: 3rem;
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.coordinate .txtBox .detail > p + p {
		margin-top: 3rem;
	}
	.coordinate .itemBox {
		margin-top: 1.5rem;
		display: block;
	}
	.coordinate .itemBox.mgt {
		margin-top: 13.5rem;
	}
	.coordinate .itemBox + .itemBox {
		margin-top: 13.5rem;
	}
	.coordinate .itemBox .itemPic {
		width: 60rem;
		margin: 0 auto;
	}
	.coordinate .itemBox.reverse .itemPic {
		margin-top: -13rem;
		margin-left: auto;
		margin-bottom: -10rem;
	}
	.coordinate .itemBox.reverse .itemPic.pic02 {
		margin-top: -10rem;
		margin-bottom: -17rem;
	}
	.coordinate .itemBox.reverse .itemPic.mgl {
		margin-top: -6rem;
		margin-left: auto;
		margin-bottom: -9rem;
	}
	.coordinate .itemBox .txtBox {
		padding: 0 1rem 0 5rem;
	}
}

/* bnr */
.bnr {
	margin: 20rem auto 0;
	width: 85rem;
}
@media (max-width: 768px) {
	.bnr {
		margin: 30rem auto 0;
		width: 65rem;
	}
}

/*=====note=====*/
.note {
	width: 70rem;
	margin: 10rem auto 0;
	font-size: 1.9rem;
	line-height: 3.2rem;
}
@media (max-width: 768px) {
	.note {
		width: 100%;
		margin: 15rem 0 0;
		padding: 0 8rem;
	}
}
/*=====footer=====*/
footer {
	margin-top: 6.5rem;
	margin-bottom: 10rem;
}
footer i {
	display: block;
	max-width: 16.8rem;
	margin: 0 auto;
	cursor: pointer;
}
footer .logo {
	margin: 10rem auto 0;
	max-width: 24.5rem;
}
@media (max-width: 768px) {
	footer {
		margin-top: 10rem;
		margin-bottom: 4.5rem;
	}
	footer i {
		max-width: 16.6rem;
	}
	footer .logo {
		margin: 6.5rem auto 0;
		max-width: 24.5rem;
		position: relative;
	}
}