@charset "UTF-8";
/*----------
	icons
----------*/
@font-face {
	font-family: 'iconfont';
	src: url("../../fonts/iconfont.ttf?cyflc1") format("truetype"), url("../../fonts/iconfont.woff?cyflc1") format("woff"), url("../../fonts/iconfont.svg?cyflc1#icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon, .icon-arrow1-r, .icon-arrow1-l, .icon-arrow1-b, .icon-arrow1-t, .icon-arrow2-r, .icon-arrow2-l, .icon-arrow2-b, .icon-arrow2-t, .icon-blank, .icon-plus, .icon-minus, .icon-close, .icon-download, .icon-search, .icon-access, .icon-locked, .icon-unlocked, .icon-global, .icon-question, .icon-exclamation, .icon-pdf, .icon-excel, .icon-powerpoint, .icon-word, .icon-zip, .icon-url, .icon-doc, .icon-check, .icon-circle, .icon-circle_border, .icon-play, .icon-stop, .icon-swipe, .icon-rss, .icon-alert, .icon-print, .icon-calendar, .icon-cart, .icon-humberger, .icon-bookmark, .icon-mail, .icon-first, .icon-last, .icon-new, .icon-to-top, .icon-pinch-in, .icon-pinch-out, .icon-phone {
	display: inline;
	font-family: 'iconfont' !important;
	speak: never;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: inherit;
	color: red;
}

.icon-arrow1-r::before {
	content: "";
}

.icon-arrow1-l::before {
	content: "";
}

.icon-arrow1-b::before {
	content: "";
}

.icon-arrow1-t::before {
	content: "";
}

.icon-arrow2-r::before {
	content: "";
}

.icon-arrow2-l::before {
	content: "";
}

.icon-arrow2-b::before {
	content: "";
}

.icon-arrow2-t::before {
	content: "";
}

.icon-blank::before {
	content: "";
}

.icon-plus::before {
	content: "";
}

.icon-minus::before {
	content: "";
}

.icon-close::before {
	content: "";
}

.icon-download::before {
	content: "";
}

.icon-search::before {
	content: "";
}

.icon-access::before {
	content: "";
}

.icon-locked::before {
	content: "";
}

.icon-unlocked::before {
	content: "";
}

.icon-global::before {
	content: "";
}

.icon-question::before {
	content: "";
}

.icon-exclamation::before {
	content: "";
}

.icon-pdf::before {
	content: "";
}

.icon-excel::before {
	content: "";
}

.icon-powerpoint::before {
	content: "";
}

.icon-word::before {
	content: "";
}

.icon-zip::before {
	content: "";
}

.icon-url::before {
	content: "";
}

.icon-doc::before {
	content: "";
}

.icon-check::before {
	content: "";
}

.icon-circle::before {
	content: "";
}

.icon-circle_border::before {
	content: "";
}

.icon-play::before {
	content: "";
}

.icon-stop::before {
	content: "";
}

.icon-swipe::before {
	content: "";
}

.icon-rss::before {
	content: "";
}

.icon-alert::before {
	content: "";
}

.icon-print::before {
	content: "";
}

.icon-calendar::before {
	content: "";
}

.icon-cart::before {
	content: "";
}

.icon-humberger::before {
	content: "";
}

.icon-bookmark::before {
	content: "";
}

.icon-mail::before {
	content: "";
}

.icon-first::before {
	content: "";
}

.icon-last::before {
	content: "";
}

.icon-new::before {
	content: "";
}

.icon-to-top::before {
	content: "";
}

.icon-pinch-in::before {
	content: "";
}

.icon-pinch-out::before {
	content: "";
}

.icon-phone::before {
	content: "";
}

.main {
	background-image: url(../../common/img/pattern_1.png);
	background-size: 50%;
	background-repeat: repeat;
	background-color: #101678;
}

.mv {
	position: relative;
	z-index: 5;
	margin-bottom: -5.33333vw;
}

.mv__body {
	position: relative;
}

.mv__visual {
	position: relative;
	z-index: 1;
}

.mv__visual picture {
	height: 101.33333%;
}

.mv__texts {
	color: #101678;
	position: absolute;
	top: 46%;
	z-index: 2;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
	width: 100%;
	text-align: center;
	text-shadow: 0 0 5px #FFFFFF;
}

.mv__subtitle {
	font-size: 16px;
}

.mv__title {
	font-size: 34px;
	letter-spacing: -0.1em;
}

@media screen and (min-width: 768px) {
	.mv {
		z-index: 1;
		margin-bottom: 0;
	}
	.mv__visual picture {
		min-height: 600px;
		height: 41.66667%;
	}
	.mv__texts {
		top: 40%;
		text-shadow: 0 0 10px #FFFFFF;
	}
	.mv__subtitle {
		font-size: 28px;
		margin-bottom: 7px;
	}
	.mv__title {
		font-size: 52px;
		letter-spacing: 0;
	}
}

.lead {
	position: relative;
	overflow: visible;
	z-index: 2;
}

.lead__body {
	padding: 80px 0 85px;
}

.lead__imgaelists {
	margin: 0 16px;
	padding: 0 0 40px;
	display: flex;
	justify-content: space-between;
}

.lead__imgaelist {
	margin: 0 12px;
}

.lead__title {
	color: #fff;
	font-size: 24px;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.lead__text {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.78;
}

@media screen and (min-width: 768px) {
	.lead__body {
		padding: 120px 0 160px;
	}
	.lead__imgaelists {
		width: 732px;
		margin: 0 auto;
		padding: 0 0 60px;
	}
	.lead__imgaelist {
		margin: 0 25px;
	}
	.lead__title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.lead__text {
		font-size: 18px;
	}
}

.cts {
	position: relative;
}

.cts__bgImage {
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 94.66667vw;
}

.cts__bgImage figure {
	height: 100%;
	width: auto;
}

.cts__bgImage img {
	display: block;
	height: 100%;
	width: auto;
}

.cts__body {
	position: relative;
	padding: 0 0 60px;
}

.cts--2 .cts__body {
	padding: 0 0 155px;
}

.cts--2 .cts-product-img {
	width: 242px;
	left: calc(50% - 7px);
}

.cts--2 .cts-product-img figure {
	padding-right: 30px;
}

.cts--2 .cts-product-img figure:last-of-type {
	padding-right: 0;
}

.cts--2 .cts-lead__title {
	margin-bottom: 18px;
}

.cts--2 .cts-lead__text {
	margin-bottom: 38px;
}

@media screen and (min-width: 768px) {
	.cts__bgImage {
		height: 540px;
	}
	.cts__bgImage figure {
		width: 100%;
		height: auto;
	}
	.cts__bgImage img {
		width: 100%;
		height: auto;
	}
	.cts__body {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 1440px;
		margin: 0 auto;
		padding: 45px 0 160px;
	}
	.cts--2 .cts__body {
		padding: 45px 0 195px;
	}
	.cts--2 .cts-product-img {
		width: 526px;
		left: -35px;
		margin-top: -90px;
	}
	.cts--2 .cts-product-img figure {
		width: 328px;
		top: -185px;
		left: 50px;
		padding-right: 30px;
	}
	.cts--2 .cts-product-img figure:last-of-type {
		width: 187px;
		padding-right: 0;
	}
	.cts--2 .cts-lead__title {
		margin-bottom: 30px;
	}
	.cts--2 .cts-lead__text {
		margin-bottom: 0;
	}
}

.cts-grid__item--link + .cts-grid__item--link {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.cts-grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 460px 165px 460px;
		grid-template-columns: 460px 460px;
		gap: 0 165px;
	}
	.cts-grid__item--link + .cts-grid__item--link {
		margin-top: 0;
	}
}

.cts-product-img {
	position: relative;
	top: -30px;
	left: 50%;
	display: flex;
	justify-content: space-between;
	width: 168px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
	.cts-product-img {
		margin-top: -130px;
		display: flex;
		justify-content: center;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.cts-product-img figure {
		width: 317px;
		top: -134px;
		left: 0;
	}
}

.cts-lead__title {
	color: #fff;
	font-size: 24px;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 13px;
}

.cts-lead__text {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 28.8px;
	margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
	.cts-lead {
		position: relative;
		left: 0;
		margin-bottom: 35px;
	}
	.cts-lead__title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.cts-lead__text {
		margin-bottom: 0;
	}
}

.cts-links__text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 45px;
	margin-bottom: 20px;
}

.cts-links__text:last-of-type {
	margin-bottom: 0;
}

.cts-links__text a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #D8B567;
}

.cts-links__text a::after {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: inline-flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	color: #101678;
	background-color: #D8B567;
	border-radius: 50%;
	margin-left: 15px;
}

.cts-links__text a[target="_blank"]::after {
	content: "";
}

.cts-links__text a.js-modal::after {
	content: "";
}

@media screen and (min-width: 768px) {
	.cts-links {
		display: flex;
		justify-content: space-around;
		width: 100%;
		padding: 0 100px;
	}
	.cts-links__text a {
		transition: 0.6s ease-in-out;
	}
	.cts-links__text a::after {
		transition: 0.6s ease-in-out;
	}
	.cts-links__text a:hover {
		color: #E6D2A6;
	}
	.cts-links__text a:hover::after {
		background-color: #E6D2A6;
	}
}
