@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: 200px;
}

#mt .lbox {
	width: 60%;
}

#mt .rbox {
	width: 40%;
}

#mt .lbox img {
	width: 100%;
}

#mt .rbox>* {
	margin-left: 10%;
}

#mt .rbox h2 {
	font-size: 34px;
	color: #063882;
	line-height: 51px;
	padding-bottom: 42px;
}

#mt .rbox sub {
	font-size: 14px;
	color: #6c89b5;
	text-align: left;
	display: block;
	padding-bottom: 16px;
}

#mt .rbox h3 {
	font-size: 26px;
	color: #063882;
	padding-bottom: 16px;
}

#mt .rbox ul {
	font-size: 14px;
	text-align: left;
}
#mt .rbox ul li {
	margin: 5.5px 0;
}

/* !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 .rbox>* {
		margin-left: 0;
		text-align: center !important;
		margin: 0 auto;
	}

	#mt .rbox h2 {
		font-size: 6vw;
		padding: 10% 0;
		line-height: 7vw;
	}

	#mt .rbox sub {
		font-size: 4vw;
	}

	#mt .rbox h3 {
		font-size: 6vw;
	}

	#mt .rbox ul {
		font-size: 3.5vw;
	}
	#mt .rbox ul li {
		margin: 2vw 0;
	}
}
/* !spend */

/* sub topic 01 */
#sub01 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 650px;
	position: relative;
}

#sub01 h3 {
	font-size: 26px;
	color: #063882;
	margin-bottom: 30px;
}

#sub01 .lbox {
	width: 35%;
}

#sub01 .rbox {
	width: 61%;
}

#sub01 .lbox p {
	margin-top: -7px;
	font-size: 14px;
	line-height: 30px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.03em;
}

#sub01 .rbox img {
	width: 100%;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#sub01 {
		width: 90%;
		padding-top: 10%;
	}

	#sub01 .lbox, #sub01 .rbox {
		float: none;
		width: 100%;
	}

	#sub01 h3 {
		font-size: 5vw;
		margin-bottom: 5%;
	}

	#sub01 .lbox p {
		width: 95%;
		margin: 0 auto;
		font-size: 3vw;
		line-height: 6vw;
		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: 30px;
}

#sub02 .rbox {
	width: 35%;
}

#sub02 .lbox {
	width: 61%;
}

#sub02 .rbox p {
	margin-top: -7px;
	font-size: 14px;
	line-height: 30px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.03em;
}

#sub02 .lbox img {
	width: 100%;
	padding-right: 5%;
}

/* !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 .rbox p {
		width: 95%;
		margin: 0 auto;
		font-size: 3vw;
		line-height: 6vw;
		padding-top: 10%;
		letter-spacing: 0.08em;
	}
}
/* !spend */

/* pager */
#pager {
	width: 1000px;
	margin: 0 auto 140px;
	padding-top: 540px;
	position: relative;
}

#pager a {
	text-decoration: none !important;
}
#pager a:hover {
	opacity: 0.5;
}

#pager ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#pager ul li:first-of-type, #pager ul li:last-of-type {
	display: flex;
	align-items: center;
}

#pager ul li div img {
	width: 140px;
}

#pager ul li div p {
	font-size: 17px;
	font-weight: bold;
	color: #063882;
	margin-top: 10px;
	text-align: center;
}

li img.button {
	width: 13.5px;
}
li img.button:first-of-type {
	margin-right: 32px;
}
li img.button:last-of-type {
	margin-left: 32px;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#pager {
		width: 90%;
		padding-top: 15%;
		margin-bottom: 20%;
	}

	#pager ul li div img {
		width: 25vw;
	}

	#pager ul li div p {
		font-size: 3vw;
	}

	li img.button:first-of-type {
		margin-right: 10px;
	}
	li img.button:last-of-type {
		margin-left: 10px;
	}
}
/* !spend */