@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 */

/* Topic 01 */
#t01 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 150px;
}

#t01 h2 {
	font-size: 20px;
	padding-bottom: 40px;
}

#t01 dl {
	width: 100%;
}

#t01 dt, dd {
	padding: 30px 0;
	border-top: 0.25px solid #aeaeae;
	display: flex;
	align-items: center;
}
#t01 dl:last-of-type dd {
	border-bottom: 0.25px solid #aeaeae;
}
#t01 dt {
	background: #f5f7ff;
}
#t01 dt span, #t01 dd span {
	width: 50px;
	margin: auto 24px;
}

#t01 span img {
	width: 100%;
}

#t01 dt p, #t01 dd p {
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.03em;
}

#t01 div:last-of-type {
	padding-top: 180px;
}
#t01 div:last-of-type img {
	width: 100%;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#t01 {
		width: 90%;
		padding-top: 35%;
		padding-bottom: 10%;
	}

	#t01 h2 {
		font-size: 5vw;
		line-height: 7vw;
	}

	#t01 dt, dd {
		padding: 7% 0;
		flex-direction: column;
		border-top: 1px solid #aeaeae;
	}

	#t01 dl:last-of-type dd {
		border-bottom: 1px solid #aeaeae;
	}

	#t01 dt span, #t01 dd span {
		width: 10%;
		margin: 0 auto 15px;
	}

	#t01 dt p, #t01 dd p {
		font-size: 5vw;
		line-height: 7vw;
		letter-spacing: 0.08em;
		width: 95%;
		text-align: center;
		margin: 0 auto;
	}

	#t01 div:last-of-type {
		padding-top: 30%;
	}
}
/* !spend */

/* topic 02 */
#t02 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 180px;
}

#t02 h2 {
	font-size: 20px;
	padding-bottom: 40px;
}

#t02 div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
#t02 div h4 {
	margin-bottom: 32px;
}
#t02 div h4 img {
	width: 100%;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#t02 {
		width: 90%;
		margin: 0 auto;
		padding-top: 20% !important;
	}

	#t02 h2 {
		font-size: 5vw;
		line-height: 7vw;
	}

	#t02 div {
		flex-direction: column;
	}
	#t02 div h4 {
		margin: 7px auto;
		width: 100%;
	}
}
/* !spend */