@charset "UTF-8";

/*/////////////////////////////
// !index 
/////////////////////////////*/
a.more {
	width: 194px;
	height: 48.5px;
	overflow: hidden;
	position: relative;
}
a.more img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
a.more img:hover {
	transform: translateY(-48.5px);
	transition: .3s;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	a.more img:hover {
		transform: none;
	}
}
/* !spend */

/* mv */
#mv {
	position: relative;
	width: 100%;
	height: auto;
}
#mv h1 {
	width: 100%;
}
#mv h1 img {
	width: 100%;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#mv {
		position: relative;
		padding-bottom: 30%;
	}
	#mv h1 {
		position: absolute;
		top: 105px;
	}
	#mv h1 img {
		width: 100%;
	}
}
/* !spend */

/* main topic */
#mt {
	width: 1000px;
	margin: 0 auto;
	padding-top: 150px;
}

#mt .lbox {
	width: 40%;
}

#mt .rbox {
	width: 55%;
}
#mt .rbox img {
	width: 100%;
}

#mt .lbox>* {}

#mt .lbox h2 {
	margin-top: -13px;
	font-size: 27px;
	color: #063882;
	line-height: 51px;
	padding-bottom: 42px;
}

#mt .lbox p {
	font-size: 14px;
	line-height: 30px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.03em;
	display: block;
	padding-bottom: 4px;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#mt {
		width: 90%;
		padding-top: 30%;
		padding-bottom: 10%;
	}
	#mt .lbox, #mt .rbox {
		float: none;
		width: 100%;
	}

	#mt .lbox>* {
		margin: 0 auto;
	}

	#mt .lbox h2 {
		margin-top: 0;
		text-align: center !important;
		font-size: 6vw;
		padding: 10% 0;
		line-height: 7.5vw;
	}

	#mt .lbox p {
		width: 95%;
		margin: 0 auto;
		font-size: 3vw;
		line-height: 6vw;
		padding-bottom: 10%;
		letter-spacing: 0.08em;
	}
}
/* !spend */

/* sub topic 01 */
#sub01 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 750px;
	position: relative;
}

#sub01 h3 {
	font-size: 26px;
	color: #063882;
	margin-bottom: 30px;
}

#sub01 .lbox {
	width: 61%;
}

#sub01 .rbox {
	width: 35%;
}
#sub01 .rbox p {
	margin-top: -7px;
	font-size: 14px;
	line-height: 30px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.03em;
}

#sub01 .lbox img {
	width: 100%;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#sub01 {
		width: 90%;
		padding-top: 5% !important;
	}
	#sub01 .lbox, #sub01 .rbox {
		float: none;
		width: 100%;
	}

	#sub01 h3 {
		font-size: 5vw;
		margin-bottom: 5%;
	}

	#sub01 .rbox p {
		width: 95%;
		margin: 0 auto;
		font-size: 3vw;
		line-height: 6vw;
		padding-top: 5%;
		padding-bottom: 10%;
		letter-spacing: 0.08em;
	}
}
/* !spend */

/* sub topic 02 */
#sub02 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 540px;
	position: relative;
}

#sub02 h3 {
	font-size: 26px;
	color: #063882;
	margin-bottom: 40px;
}

#sub02 div img {
	width: 100%;
}

#sub02 dl {
	width: 100%;
	padding: 7% 0;
	border-top: 0.25px solid #969696;
	border-bottom: 0.25px solid #969696;
}
#sub02 dl:first-of-type {
	border-top: none;
}
#sub02 dl:last-of-type {
	border-bottom: none;
}

#sub02 dl dt {
	font-size: 19px;
	color: #0683e3;
	line-height: 30px;
}

#sub02 dl dd {
	font-size: 14px;
	line-height: 30px;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#sub02 {
		width: 90%;
		padding-top: 15%;
	}
	#sub02 .lbox, #sub02 .rbox {
		float: none;
		width: 100%;
	}

	#sub02 h3 {
		font-size: 5vw;
		margin-bottom: 5%;
	}

	#sub02 dl dt {
		font-size: 5vw;
		line-height: 8vw;
	}

	#sub02 dl dd {
		font-size: 3vw;
		line-height: 6vw;
	}
}
/* !spend */

/* sub topic 03 */
#sub03 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
}

#sub03 h3 {
	font-size: 26px;
	color: #063882;
	margin-bottom: 40px;
}

#sub03 div img {
	width: 100%;
}

#sub03 p {
	width: 100%;
	font-size: 14px;
	padding-top: 7%;
}

#sub03 dl {
	width: 100%;
	padding: 7% 0;
	border-top: 0.25px solid #969696;
	border-bottom: 0.25px solid #969696;
}
#sub03 dl:first-of-type {
	border-top: none;
}
#sub03 dl:last-of-type {
	border-bottom: none;
	padding-bottom: 15%;
}

#sub03 dl dt {
	font-size: 19px;
	color: #0683e3;
	line-height: 30px;
}

#sub03 dl dd {
	font-size: 14px;
	line-height: 30px;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#sub03 {
		width: 90%;
		padding-top: 15%;
	}
	#sub03 .lbox, #sub03 .rbox {
		float: none;
		width: 100%;
	}

	#sub03 h3 {
		font-size: 5vw;
		margin-bottom: 5%;
	}

	#sub03 p {
		font-size: 3vw;
		line-height: 6vw;
	}

	#sub03 dl dt {
		font-size: 5vw;
		line-height: 8vw;
	}

	#sub03 dl dd {
		font-size: 3vw;
		line-height: 6vw;
	}
}
/* !spend */