@charset "utf-8";
/* --------------------------------
	scene
-------------------------------- */
.scene {
	font-weight: 500;
}
.scene .sceneInner {
	max-width: 83rem;
	margin: 0 auto;
}
.main.scene {
	margin-top: 4.5rem;
}
.main.scene h1 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.7rem;
	text-align: center;
	color: #164778;
}
.main.scene h1 span {
	font-size: 1.5rem;
}
.scene .sceneLists {
	margin: 1.5rem -2rem 0;
	display: flex;
	justify-content: center;
	gap: 0 2.5rem;
	background: #dce4ee;
	padding: 1.5rem 0 2rem;
}
.scene .sceneLists li a {
	font-size: 1.5rem;
	text-decoration: underline;
}
.scene .sceneLists li a:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.scene .sceneInner {
		max-width: 100%;
		padding: 0 3rem;
	}
	.main.scene {
		margin-top: 1.5rem;
	}
	.main.scene h1 {
		font-size: 4rem;
		line-height: 5.5rem;
	}
	.main.scene h1 span {
		font-size: 3rem;
	}
	.scene .sceneLists {
		margin: 4rem auto 0;
		display: block;
		padding: 4rem 0;
	}
	.scene .sceneLists li a {
		display: block;
		font-size: 3rem;
		line-height: 4.6rem;
		text-align: center;
	}
}

/* sceneContents */
.scene .sceneContents {
	margin-top: 4rem;
}
.scene .sceneContents + .sceneContents {
	margin-top: 9.5rem;
}
.scene .sceneContents:last-of-type {
	padding-bottom: 10rem;
	border-bottom: solid 1px #000;
}
.scene .sceneContents h2 {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	padding: 1rem;
}
.scene .sceneContents h2.scene01Ttl {
	background: #184e82;
}
.scene .sceneContents h2.scene02Ttl {
	background: #008a72;
}
.scene .sceneContents h2.scene03Ttl {
	background: #832427;
}
.scene .sceneContents .sceneLead {
	margin-top: 3rem;
	text-align: center;
}
.scene .sceneContents .sceneBox {
	margin-top: 3.5rem;
	display: flex;
	justify-content: space-between;
}
.scene .sceneContents .sceneBox.reverse {
	flex-direction: row-reverse;
}
.scene .sceneContents .sceneBox.center {
	align-items: center;
}
.scene .sceneContents .sceneBox + .sceneBox {
	margin-top: 6rem;
}
.scene .sceneContents .sceneBox .pic {
	width: 42.5rem;
}
.scene .sceneContents .sceneBox .txtBox {
	width: 34.5rem;
}
.scene .sceneContents .sceneBox .txtBox .txt {
	font-size: 1.6rem;
	line-height: 2.1rem;
}
.scene .sceneContents .txtBox .txt + .txt {
	margin-top: 1.5rem;
}
.scene .sceneContents .txtBox .txt span {
	font-size: 1.5rem;
}
.scene .sceneContents .txtBox .kanshu {
	margin: 1rem 0;
	width: 9.6rem;
}
.scene .sceneContents .txtBox .logo {
	margin: 1rem 0;
}
.scene .sceneContents .txtBox .logo01 {
	width: 14.3rem;
}
.scene .sceneContents .txtBox .logo02 {
	width: 9.7rem;
}
.scene .sceneContents .txtBox .logo03 {
	width: 11.5rem;
}
.scene .sceneContents .txtBox .logo04 {
	width: 10rem;
}
.scene .sceneContents .txtBox .logo05 {
	width: 11.5rem;
}
.scene .sceneContents .txtBox .logo06 {
	width: 13rem;
}
.scene .sceneContents .txtBox .logo07 {
	width: 7.4rem;
}
.scene .sceneContents .txtBox .logo08 {
	width: 11.4rem;
}
.scene .sceneContents .txtBox .logo09 {
	width: 15.1rem;
}
.scene .sceneContents .txtBox .logo10 {
	width: 9.5rem;
}
.scene .sceneContents .txtBox .fs {
	margin-top: 1rem;
	width: 80%;
}
.scene .sceneContents .txtBox .fs a {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	padding: 0.7rem 0.5rem;
	border: 1px solid #000;
	position: relative;
}
.scene .sceneContents .txtBox .fs a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	top: 50%;
	right: 3rem;
	transform: translateY(-50%) rotate(-45deg);
}
.scene .sceneContents .sceneBlock {
	margin-top: 7rem;
	border: solid 2px #184e82;
}
.scene .sceneContents .sceneBlock h3 {
	padding: 2.5rem;
	background-color: #dceaf8;
	color: #184e82;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px #184e82;
}
.scene .sceneContents .sceneBlock h3 img {
	padding-left: 1rem;
	width: 16.4rem;
	vertical-align: text-top;
}
.scene .sceneContents .sceneBlock .sceneBlockInner {
	padding: 4rem 3rem;
}
.scene .sceneContents .sceneBlock .sceneBlockLead {
	font-size: 1.7rem;
	line-height: 2.7rem;
	text-align: center;
}
.scene .sceneContents .sceneBlock .sceneBox {
	justify-content: center;
	gap: 0 4rem;
}
.scene .sceneContents .sceneBlock .sceneBox + .sceneBox {
	margin-top: 1rem;
}
.scene .sceneContents .sceneBlock .pic {
	width: 32rem;
}
.scene .sceneContents .sceneBlock .pic02 {
	width: 28rem;
}
.scene .sceneContents .sceneBlock .sceneBox02 .pic {
	width: 34.9rem;
}
.scene .sceneContents .sceneBlock .sceneBox02 .pic02 {
	margin-top: 1rem;
	width: 36.8rem;
}
.scene .sceneContents .sceneBox02 .txtBox {
	width: 36.8rem;
}
.scene .sceneContents .sceneBlock .note {
	margin-top: 2rem;
	padding: 1.5rem 2rem 1.5rem 3rem;
	text-indent: -1em;
	background-color: #dceaf8;
	font-size: 1.5rem;
	line-height: 2.1rem;
}
.scene .sceneContents .sceneBlock .note li + li {
	margin-top: 0.5rem;
}
.scene .sceneContents .sceneBlock .note img {
	padding: 0 0.5rem;
	width: 11.2rem;
	vertical-align: top;
}
@media (max-width: 768px) {
	.scene .sceneContents {
		margin-top: 4rem;
	}
	.scene .sceneContents + .sceneContents {
		margin-top: 7.5rem;
	}
	.scene .sceneContents:last-of-type {
		padding-bottom: 7.5rem;
		border-bottom: solid 2px #000;
	}
	.scene .sceneContents h2 {
		font-size: 4rem;
		padding: 2rem;
	}
	.scene .sceneContents .sceneLead {
		margin-top: 4rem;
		line-height: 5.5rem;
		text-align: left;
	}
	.scene .sceneContents .sceneBox {
		margin-top: 5rem;
		display: block;
	}
	.scene .sceneContents .sceneBox + .sceneBox {
		margin-top: 5.5rem;
	}
	.scene .sceneContents .sceneBox .pic {
		width: 100%;
	}
	.scene .sceneContents .sceneBox .txtBox {
		margin-top: 3.5rem;
		width: 100%;
	}
	.scene .sceneContents .sceneBox .txtBox .txt {
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.scene .sceneContents .txtBox .txt + .txt {
		margin-top: 3rem;
	}
	.scene .sceneContents .txtBox .txt span {
		font-size: 3rem;
	}
	.scene .sceneContents .txtBox .kanshu {
		margin: 1.5rem 0;
		width: 19.3rem;
	}
	.scene .sceneContents .txtBox .logo {
		margin: 2rem 0 1rem;
	}
	.scene .sceneContents .txtBox .logo01 {
		width: 28.8rem;
	}
	.scene .sceneContents .txtBox .logo02 {
		width: 19.5rem;
	}
	.scene .sceneContents .txtBox .logo03 {
		width: 23.1rem;
	}
	.scene .sceneContents .txtBox .logo04 {
		width: 20.2rem;
	}
	.scene .sceneContents .txtBox .logo05 {
		width: 23rem;
	}
	.scene .sceneContents .txtBox .logo06 {
		width: 26.2rem;
	}
	.scene .sceneContents .txtBox .logo07 {
		width: 14.8rem;
	}
	.scene .sceneContents .txtBox .logo08 {
		width: 23rem;
	}
	.scene .sceneContents .txtBox .logo09 {
		width: 30.4rem;
	}
	.scene .sceneContents .txtBox .logo10 {
		width: 19.2rem;
	}
	.scene .sceneContents .txtBox .fs {
		margin-top: 1.5rem;
		width: 100%;
	}
	.scene .sceneContents .txtBox .fs a {
		font-size: 3.5rem;
		padding: 1rem 0.5rem;
	}
	.scene .sceneContents .txtBox .fs a::after {
		width: 1.5rem;
		height: 1.5rem;
	}
	.scene .sceneContents .sceneBlock h3 {
		font-size: 3.4rem;
	}
	.scene .sceneContents .sceneBlock .sceneBlockLead {
		font-size: 3rem;
		line-height: 4.7rem;
		text-align: center;
	}
	.scene .sceneContents .sceneBlock .sceneBox + .sceneBox {
		margin-top: 5.5rem;
	}
	.scene .sceneContents .sceneBlock .pic {
		width: 100%;
	}
	.scene .sceneContents .sceneBlock .pic02 {
		width: 100%;
	}
	.scene .sceneContents .sceneBlock .sceneBox02 .pic {
		width: 100%;
	}
	.scene .sceneContents .sceneBlock .sceneBox02 .pic02 {
		margin-top: 1rem;
		width: 100%;
	}
	.scene .sceneContents .sceneBlock .note {
		margin-top: 4rem;
		padding: 1.5rem 2rem 1.5rem 5rem;
		font-size: 3rem;
		line-height: 4.2rem;
	}
	.scene .sceneContents .sceneBlock .note li + li {
		margin-top: 1rem;
	}
	.scene .sceneContents .sceneBlock .note img {
		width: 22.4rem;
	}
}

/* itemBox */
.scene .itemContents {
	margin-top: 9rem;
	padding-top: 1.5rem;
	border-top: solid 1px #000;
}
.scene .itemContents .itemTtl {
	text-align: center;
}
.scene .itemBox {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5.5rem 0;
}
.scene .itemBox > div {
	width: 48.797%;
}
.scene .itemBox > div .detail {
	margin-top: 3.5rem;
	width: 80%;
}
.scene .itemBox > div .txt {
	font-size: 1.6rem;
	line-height: 2.1rem;
}
.scene .itemBox > div .txt span {
	font-size: 1.5rem;
}
.scene .itemBox > div .kanshu {
	width: 9.6rem;
	margin: 1rem 0;
}
@media (max-width: 768px) {
	.scene .itemContents {
		margin-top: 9rem;
		padding-top: 3.5rem;
		border-top: solid 2px #000;
	}
	.scene .itemBox {
		margin-top: 5.5rem;
		display: block;
	}
	.scene .itemBox > div {
		width: 100%;
	}
	.scene .itemBox > div + div {
		margin-top: 4.5rem;
	}
	.scene .itemBox > div .detail {
		margin-top: 3rem;
		width: 100%;
	}
	.scene .itemBox > div .txt {
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.scene .itemBox > div .txt span {
		font-size: 3rem;
	}
	.scene .itemBox > div .kanshu {
		width: 19.3rem;
		margin: 2rem 0;
	}
}