@charset "UTF-8";
a, abbr, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, dd, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
	font-weight: 400
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
caption, td, th {
	text-align: left
}
q:after, q:before {
	content: ""
}
embed, object {
	vertical-align: top
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none
}
a, label {
	cursor: pointer
}
img {
	vertical-align: top
}
button, input, select, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
svg {
	display: inline-block;
	overflow: hidden
}
*, :after, :before {
	box-sizing: border-box
}
html {
	font-size: 62.5%
}
body, html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}
body {
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	color: #171717;
	word-wrap: break-word;
	overflow-x: hidden;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	line-height: 1.5
}
body, button, input, select, textarea {
	font-family: "Noto Sans JP", ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif
}
button, input, select, textarea {
	font-size: inherit;
	color: inherit;
	-webkit-appearance: none;
	appearance: none
}
button::-ms-expand, input::-ms-expand, select::-ms-expand, textarea::-ms-expand {
	display: none
}
input:-webkit-autofill, textarea:-webkit-autofill {
	box-shadow: inset 0 0 0 1000px #fff
}
input {
	margin: 0
}
button, input {
	outline: 0
}
button, select {
	margin: 0;
	cursor: pointer
}
::-webkit-input-placeholder {
	color: #a9a9a9
}
:-ms-input-placeholder {
	color: #a9a9a9
}
::placeholder {
	color: #a9a9a9
}
svg {
	vertical-align: middle
}
body>img {
	position: absolute;
	top: 0;
	right: 0
}
.footer {
	background-color: #191e21;
	padding: 32px 0
}
.footer__inner {
	text-align: center
}
.footer__copyright {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: .1em
}
.footer__link {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center
}
.footer__link-item {
	display: inline-flex;
	align-items: center;
	line-height: 1
}
.footer__link-item:not(:last-child):after {
	content: "|";
	margin: 0 1em;
	color: #fff;
	font-size: 1.2rem
}
.footer__link-anchor {
	text-decoration: none;
	color: #fff;
	font-size: 1.4rem;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.footer__link-anchor:hover {
	opacity: .7
}
.footer__link-anchor.o-external {
	display: inline-flex;
	align-items: center;
	position: relative
}
.footer__link-anchor.o-external:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(https://www.ykkap.co.jp/asset_2021/image/icon_blank_blue_001.svg) no-repeat 50%;
	background-size: contain
}
@keyframes scroll-hint-appear {
	0% {
		transform: translateX(40px);
		opacity: 0
	}
	10% {
		opacity: 1
	}
	50%, to {
		transform: translateX(-40px);
		opacity: 0
	}
}
.scroll-hint.is-right-scrollable {
	background: linear-gradient(270deg, rgba(0, 0, 0, .15), transparent 16px, transparent)
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
	background: linear-gradient(90deg, rgba(0, 0, 0, .15), transparent 16px, transparent), linear-gradient(270deg, rgba(0, 0, 0, .15), transparent 16px, transparent)
}
.scroll-hint.is-left-scrollable {
	background: linear-gradient(90deg, rgba(0, 0, 0, .15), transparent 16px, transparent)
}
.scroll-hint-icon {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 60px);
	box-sizing: border-box;
	width: 120px;
	height: 80px;
	border-radius: 5px;
	transition: opacity .3s;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	padding: 20px 10px 10px
}
.scroll-hint-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	pointer-events: none
}
.scroll-hint-text {
	font-size: 10px;
	color: #fff;
	margin-top: 5px
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
	opacity: .8
}
.scroll-hint-icon:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	content: "";
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PHBhdGggZD0iTTIxLjMzIDMwLjUySDcuODVBMS41NSAxLjU1IDAgMDE2LjMgMjlhMTIuNDYgMTIuNDYgMCAwMC0uNjMtNC40MiAyNS4xNiAyNS4xNiAwIDAwLTQuMjUtNWwtLjA2LS4wNkE1IDUgMCAwMTAgMTUuODZhMy42NCAzLjY0IDAgMDExLjE3LTIuNjIgMy42MyAzLjYzIDAgMDE1LjE0LjA3VjMuNzdhMy43NyAzLjc3IDAgMTE3LjU0IDB2NC41NmEzLjM1IDMuMzUgMCAwMTEuMjYgMCAzIDMgMCAwMTIgMS4yMiAzLjUgMy41IDAgMDEyLS4wNiAzLjIxIDMuMjEgMCAwMTIgMS41NCAzLjc0IDMuNzQgMCAwMTMgLjQ3IDQuMjEgNC4yMSAwIDAxMS42MyAzLjV2LjQ2YTE5LjI2IDE5LjI2IDAgMDEtLjg0IDdjLS4xNC4zOC0uMzYuODEtLjU2IDEuMjJsLS4xMS4yMmMwIC4wNy0uMDkuMTQtLjE0LjIxYTcuMTMgNy4xMyAwIDAwLTEuMTcgMi4xN2MtLjA2LjU2LS4wNiAyLjE1LS4wNSAyLjcxYTEuNTUgMS41NSAwIDAxLTEuNTQgMS41M3pNOC42MSAyOC4yMWgxMmMwLS43MSAwLTEuNzEuMDctMi4yM2E4Ljc0IDguNzQgMCAwMTEuNTktMy4yNWwuMDYtLjEyYTEwIDEwIDAgMDAuNDYtMSAxNi44IDE2LjggMCAwMC43LTYuMTJ2LS41NGEyIDIgMCAwMC0uNjQtMS41MiAxLjMzIDEuMzMgMCAwMC0xLjU1LjA4IDEuMTMgMS4xMyAwIDAxLTEuMTguMjggMS4xNSAxLjE1IDAgMDEtLjc4LS45NCAxLjI2IDEuMjYgMCAwMC0uNzUtMS4xMSAxIDEgMCAwMC0xLjExLjI4bC0uMS4xYTEuMTUgMS4xNSAwIDAxLTEuMTkuMjkgMS4xNiAxLjE2IDAgMDEtLjc4LS45NWMtLjA5LS42OC0uMjEtLjc3LS43LS44N2EuODIuODIgMCAwMC0xIC40OCAxLjE2IDEuMTYgMCAwMS0yLjE2LS41OFYzLjc3YTEuNDYgMS40NiAwIDEwLTIuOTIgMHYxMi4xOGExLjE3IDEuMTcgMCAwMS0uODMgMS4xMSAxLjE1IDEuMTUgMCAwMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSAxLjM1IDAgMDAtMi0uMTJMMi43IDE1YTEuMzIgMS4zMiAwIDAwLS4zOSAxQTIuNTcgMi41NyAwIDAwMyAxNy44NWEyNy4yNCAyNy4yNCAwIDAxNC43IDUuNjIgMTIuNjMgMTIuNjMgMCAwMS45MSA0Ljc0em0xNC41OS00Ljg2ek02LjUxIDE2LjU5eiIgZmlsbD0iI2ZmZiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIvPjwvZz48L3N2Zz4=)
}
.scroll-hint-icon:after {
	content: "";
	width: 34px;
	height: 14px;
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -20px;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTEuODUgNi4wMWg4LjU1TTEwLjQgNy4xN0gxLjg1YTEuMTYgMS4xNiAwIDExMC0yLjMxaDguNTVhMS4xNiAxLjE2IDAgMTEwIDIuMzF6Ii8+PHBhdGggZD0iTTcuNCAxMmExLjE1IDEuMTUgMCAwMS0uNzItLjI1bC02LjI1LTVBMS4yIDEuMiAwIDAxMCA1Ljg3IDEuMTQgMS4xNCAwIDAxLjQ2IDVMNi43LjIzYTEuMTYgMS4xNiAwIDAxMS40IDEuODVMMyA1LjkxIDguMTIgMTBhMS4xNiAxLjE2IDAgMDEtLjcyIDJ6TTMxLjQ1IDYuMDFoLTguNTZNMzEuNDUgNy4xN2gtOC41NmExLjE2IDEuMTYgMCAxMTAtMi4zMWg4LjU2YTEuMTYgMS4xNiAwIDAxMCAyLjMxeiIvPjxwYXRoIGQ9Ik0yNS45IDEyYTEuMTggMS4xOCAwIDAxLS45MS0uNDMgMS4xNyAxLjE3IDAgMDEuMTgtMS41N2w1LjA5LTQuMDUtNS4wNi0zLjg3QTEuMTYgMS4xNiAwIDAxMjYuNTkuMjNMMzIuODQgNWExLjE2IDEuMTYgMCAwMS40NS45MSAxLjE0IDEuMTQgMCAwMS0uNDMuOTJsLTYuMjQgNWExLjE3IDEuMTcgMCAwMS0uNzIuMTd6Ii8+PC9nPjwvZz48L3N2Zz4=);
	opacity: 0;
	transition-delay: 2.4s
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
	opacity: 1
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
	animation: scroll-hint-appear 1.2s linear;
	animation-iteration-count: 2
}
.scroll-hint-icon-white {
	background-color: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .4)
}
.scroll-hint-icon-white:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PHBhdGggZD0iTTIxLjMzIDMwLjUySDcuODVBMS41NSAxLjU1IDAgMDE2LjMgMjlhMTIuNDYgMTIuNDYgMCAwMC0uNjMtNC40MiAyNS4xNiAyNS4xNiAwIDAwLTQuMjUtNWwtLjA2LS4wNkE1IDUgMCAwMTAgMTUuODZhMy42NCAzLjY0IDAgMDExLjE3LTIuNjIgMy42MyAzLjYzIDAgMDE1LjE0LjA3VjMuNzdhMy43NyAzLjc3IDAgMTE3LjU0IDB2NC41NmEzLjM1IDMuMzUgMCAwMTEuMjYgMCAzIDMgMCAwMTIgMS4yMiAzLjUgMy41IDAgMDEyLS4wNiAzLjIxIDMuMjEgMCAwMTIgMS41NCAzLjc0IDMuNzQgMCAwMTMgLjQ3IDQuMjEgNC4yMSAwIDAxMS42MyAzLjV2LjQ2YTE5LjI2IDE5LjI2IDAgMDEtLjg0IDdjLS4xNC4zOC0uMzYuODEtLjU2IDEuMjJsLS4xMS4yMmMwIC4wNy0uMDkuMTQtLjE0LjIxYTcuMTMgNy4xMyAwIDAwLTEuMTcgMi4xN2MtLjA2LjU2LS4wNiAyLjE1LS4wNSAyLjcxYTEuNTUgMS41NSAwIDAxLTEuNTQgMS41M3pNOC42MSAyOC4yMWgxMmMwLS43MSAwLTEuNzEuMDctMi4yM2E4Ljc0IDguNzQgMCAwMTEuNTktMy4yNWwuMDYtLjEyYTEwIDEwIDAgMDAuNDYtMSAxNi44IDE2LjggMCAwMC43LTYuMTJ2LS41NGEyIDIgMCAwMC0uNjQtMS41MiAxLjMzIDEuMzMgMCAwMC0xLjU1LjA4IDEuMTMgMS4xMyAwIDAxLTEuMTguMjggMS4xNSAxLjE1IDAgMDEtLjc4LS45NCAxLjI2IDEuMjYgMCAwMC0uNzUtMS4xMSAxIDEgMCAwMC0xLjExLjI4bC0uMS4xYTEuMTUgMS4xNSAwIDAxLTEuMTkuMjkgMS4xNiAxLjE2IDAgMDEtLjc4LS45NWMtLjA5LS42OC0uMjEtLjc3LS43LS44N2EuODIuODIgMCAwMC0xIC40OCAxLjE2IDEuMTYgMCAwMS0yLjE2LS41OFYzLjc3YTEuNDYgMS40NiAwIDEwLTIuOTIgMHYxMi4xOGExLjE3IDEuMTcgMCAwMS0uODMgMS4xMSAxLjE1IDEuMTUgMCAwMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSAxLjM1IDAgMDAtMi0uMTJMMi43IDE1YTEuMzIgMS4zMiAwIDAwLS4zOSAxQTIuNTcgMi41NyAwIDAwMyAxNy44NWEyNy4yNCAyNy4yNCAwIDAxNC43IDUuNjIgMTIuNjMgMTIuNjMgMCAwMS45MSA0Ljc0em0xNC41OS00Ljg2ek02LjUxIDE2LjU5eiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIvPjwvZz48L3N2Zz4=)
}
.scroll-hint-icon-white:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggZD0iTTEuODUgNi4wMWg4LjU1TTEwLjQgNy4xN0gxLjg1YTEuMTYgMS4xNiAwIDExMC0yLjMxaDguNTVhMS4xNiAxLjE2IDAgMTEwIDIuMzF6Ii8+PHBhdGggZD0iTTcuNCAxMmExLjE1IDEuMTUgMCAwMS0uNzItLjI1bC02LjI1LTVBMS4yIDEuMiAwIDAxMCA1Ljg3IDEuMTQgMS4xNCAwIDAxLjQ2IDVMNi43LjIzYTEuMTYgMS4xNiAwIDAxMS40IDEuODVMMyA1LjkxIDguMTIgMTBhMS4xNiAxLjE2IDAgMDEtLjcyIDJ6TTMxLjQ1IDYuMDFoLTguNTZNMzEuNDUgNy4xN2gtOC41NmExLjE2IDEuMTYgMCAxMTAtMi4zMWg4LjU2YTEuMTYgMS4xNiAwIDAxMCAyLjMxeiIvPjxwYXRoIGQ9Ik0yNS45IDEyYTEuMTggMS4xOCAwIDAxLS45MS0uNDMgMS4xNyAxLjE3IDAgMDEuMTgtMS41N2w1LjA5LTQuMDUtNS4wNi0zLjg3QTEuMTYgMS4xNiAwIDAxMjYuNTkuMjNMMzIuODQgNWExLjE2IDEuMTYgMCAwMS40NS45MSAxLjE0IDEuMTQgMCAwMS0uNDMuOTJsLTYuMjQgNWExLjE3IDEuMTcgMCAwMS0uNzIuMTd6Ii8+PC9nPjwvZz48L3N2Zz4=)
}
.scroll-hint-icon-white .scroll-hint-text {
	color: #000
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}
.swiper-container-3d {
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
.ff_num {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.header {
	color: #fff;
	padding-bottom: 1.71429%;
	background: url(../images/bg_kv.jpg) no-repeat top;
	background-size: cover;
	aspect-ratio: 1400 / 690;
}
.header__main {
	width: 100%;
	height: 100%;
	position: relative
}
.header__main-inner {
	max-width: 1080px;
	width: 77.14286%;
	margin: 0 auto
}
.header__logo {
	width: 14.28571%;
	padding-top: 14.28571%;
	margin-bottom: calc(-22 / 1400 * 100%);
	background-color: #fff;
	position: relative
}
.header__logo-anchor {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.header__logo-icon {
	display: block;
	width: 50%;
	height: 47.5%;
	color: #0084b9
}
.header__logo-icon .svg_logo_ykkap {
	width: 100%;
	height: 100%
}
.header__title {
	width: calc(781 / 1080 * 100%);
	max-width: 781px;
	margin-left: calc(10 / 1080 * 100%);

}
.pagetop {
	position: fixed;
	bottom: 93px;
	right: 10px;
	opacity: 0;
	transition: opacity .6s, transform .6s;
	z-index: 10
}
.pagetop.-show {
	opacity: 1
}
.pagetop__anchor {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #3db1ea;
	position: relative
}
.pagetop__anchor:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	vertical-align: middle;
	border-left-width: 2px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top-width: 2px;
	transform: rotate(-135deg)
}
.simulation-point {
	margin-bottom: 40px
}
.simulation-point__item:not(:last-child) {
	margin-bottom: 6.94444%
}
.simulation-point-list__heading {
	display: flex;
	align-items: center
}
.simulation-point-list__heading-icon {
	width: 80px;
	margin-right: 14px
}
.simulation-point-list__title {
	font-size: 2.4rem;
	font-weight: 500;
	color: #0084b9;
	line-height: 1.45833;
	letter-spacing: .05em
}
.simulation-point-list__detail {
	margin-top: 2.43056%
}
.simulation-point-list__text {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .05em
}
.simulation-point-list__note {
	margin-top: 8px
}
.step {
	padding: 80px 0 100px;
	background-color: #e5f2f9
}
.step__content:not(:last-child) {
	margin-bottom: 80px
}
.step__content-inner {
	margin-top: -42px;
	background-color: #fff;
	padding-bottom: 10px
}
.step__content .o-blue {
	color: #0084b9
}
.step__heading {
	text-align: center
}
.step__heading-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #3c3c3c;
	padding: 20px 30px;
	position: relative
}
.step__heading-inner:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 16px solid #3c3c3c;
	border-bottom: 0;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 15px)
}
.step__heading-icon {
	display: block;
	height: 23px;
	margin-right: 20px
}
.step__heading-icon__image {
	width: auto;
	height: 100%
}
.step__heading-tags {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 29px;
	margin-right: 6px;
	padding: 0 6px;
	background-color: #fc7473;
	border-radius: 5px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .1em
}
.step__heading-text {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: .1em
}
.simulation__block {
	display: flex;
	padding-right: 46px
}
.simulation__block:before {
	content: "";
	display: block;
	width: 31.52805%;
	padding-top: 36.36364%;
	background: url(../images/bg_simulation_block_inner.png) no-repeat 50%;
	background-size: contain;
	margin-right: 1.35397%;
	margin-top: -14.89362%
}
.simulation__block.o-detail:before {
	width: 41.7795%;
	padding-top: 57.93037%;
	background: url(../images/bg_simulation_block_detail_inner.jpg) no-repeat 50%;
	background-size: contain;
	margin-right: 26px;
	margin-top: 0
}
.simulation__block-inner {
	flex: 1;
	padding-top: 68px
}
.simulation__block.o-detail .simulation__block-inner {
	padding-top: 53px
}
.simulation__block-link {
	text-align: center;
	max-width: 580px
}
.simulation__block.o-detail .simulation__block-link {
	margin-bottom: 10.41667%
}
.simulation__block-link__text {
	margin-bottom: 14px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #0084b9;
	line-height: 1.83333;
	letter-spacing: .05em
}
.simulation__block-link__button {
	width: 100%
}
.simulation__block-link__anchor {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #0084b9;
	position: relative
}
.simulation__block-link__anchor:before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/ico_arrow_circle.svg) no-repeat 50%;
	background-size: contain;
	position: absolute;
	right: 29px
}
.simulation__block-link__anchor-text {
	color: #fff100;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em
}
.shindan {
	padding-top: 80px;
	text-align: center
}
.shindan__text {
	font-size: 2.6rem;
	line-height: 1.76923;
	letter-spacing: .05em
}
.shindan__note {
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.625;
	letter-spacing: .05em
}
.shindan__link {
	max-width: 75.92593%;
	margin: 20px auto 40px
}
.shindan__link-prefix {
	margin-bottom: 14px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #0084b9;
	letter-spacing: .05em
}
.flowlist__item:not(:last-child) {
	margin-bottom: 33px
}
.flowlist__count {
    position: absolute;
    top: -10px;
    left: -88px;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 2.4rem;
    color: #fff;
    padding-top: .1em;
    line-height: 1
}
.flowlist__item:nth-child(1) .flowlist__count {
    background-color: #c3e1f0;
}
.flowlist__item:nth-child(2) .flowlist__count {
    background-color: #9fd0e7;
}
.flowlist__item:nth-child(3) .flowlist__count {
    background-color: #88c4e1;
}
.flowlist__item:nth-child(4) .flowlist__count {
    background-color: #73badd;
}
.flowlist__item:nth-child(5) .flowlist__count {
    background-color: #53aad5;
}
.flowlist__item:nth-child(6) .flowlist__count {
    background-color: #158bc5;
}
.flowlist__title {
	position: relative;
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: .05em
}
.flowlist {
	position: relative;
}
.flowlist__text {
	font-size: 1.2rem;
	font-weight: 500;
	color: #888;
	line-height: 1.83333
}
.flowlist__text.-notes {
	font-weight: 400;
}
.flowlist__anchor {
	color: #0084b9;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.flowlist__anchor:hover {
	opacity: .7
}
.flowlist__blue {
	color: #0084b9
}
.flowlist__about {
	margin-top: 12px;
	color: #0084b9
}
.flowlist__about-title {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.57143
}
.flowlist__about-text {
	font-size: 1.2rem;
	line-height: 1.83333
}
.faq-block:not(:last-child) {
	margin-bottom: 64px
}
.faq-block__title {
	font-size: 2.4rem;
	color: #fff100;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center
}
.faq-list__title {
	padding: 33px 0;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	letter-spacing: .05em;
	cursor: pointer
}
.faq-list__title-text {
	display: block;
	flex: 1
}
.faq-list__icon.o-question {
	margin-right: 12px
}
.faq-list__icon.o-answer {
	margin-right: 22px;
	color: #0084b9
}
.faq-list__icon .svg_ico_question {
	width: 25px;
	height: 34px
}
.faq-list__icon .svg_ico_answer {
	width: 38px;
	height: 45px
}
.faq-list__detail {
	max-height: 0;
	overflow: hidden;
	border-top: 2px solid #fff;
	transition: .3s ease-out
}
.faq-list__detail.o-active {
	border-top: none
}
.faq-list__detail-inner {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 48px 57px;
	color: #222;
	border-radius: 10px
}
.faq-list__detail-content {
	flex: 1
}
.faq-list__detail-text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2
}
.faq-list__detail-link {
	margin-top: 1em;
	font-weight: 500;
	line-height: 2
}
.faq-list__detail-link+.faq-list__detail-link {
	margin-top: 0
}
.faq-list__detail-anchor {
	color: #0084b9;
	font-weight: 500;
	text-decoration: none
}
.faq-list__detail-anchor:before {
	content: ">";
	margin-right: .5em
}
.faq-list__detail-anchor.o-tel {
	pointer-events: none;
	cursor: default
}
.faq-list__detail-anchor.o-tel:before {
	content: none
}
.faq-list__detail-anchor__text {
	text-decoration: underline
}
.faq-list__detail-anchor__text:hover {
	text-decoration: none
}
.faq-list__detail-tel {
	margin-top: 1em
}
.faq-list__accordion-menu {
	display: inline-flex;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	border: 2px solid #fff;
	margin-left: auto;
	position: relative
}
.faq-list__accordion-menu:after, .faq-list__accordion-menu:before {
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 7px);
	transition: all .3s
}
.faq-list__accordion-menu:after {
	transform: rotate(90deg)
}
.o-active .faq-list__accordion-menu:after {
	transform: rotate(0deg)
}
.contact-block-heading {
	display: flex;
	align-items: center;
	height: 150px;
	background-color: #fff;
	position: relative
}
.contact-block-heading:before {
	content: "";
	display: block;
	width: 29.64427%;
	padding-top: 29.64427%;
	position: absolute;
	right: 0;
	bottom: 0
}
.contact-block-heading.-mado:before {
	background: url(../images/bg_contact_heading_mado.png) no-repeat bottom;
	background-size: contain
}
.contact-block-heading.-online:before {
	background: url(../images/bg_contact_heading_online.png) no-repeat 50%;
	background-size: contain
}
.contact-block-heading.-tel:before {
	background: url(../images/bg_contact_heading_tel.png) no-repeat 50%;
	background-size: contain
}
.contact-block-heading.-chat:before {
	background: url(../images/bg_contact_heading_chat.png) no-repeat 50%;
	background-size: contain
}
.contact-block-heading__inner {
	width: 100%;
	margin: 0 5.92885%;
	color: #0084b9;
	position: relative
}
.contact-block-heading__prefix {
	margin-bottom: 8px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.71429;
	letter-spacing: .1em
}
.contact-block-heading__title {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: .05em
}
.movie {
	display: flex;
	justify-content: center
}
.movie__inner {
	width: 47.77778%
}
.movie__inner:not(:last-child) {
	margin-right: 4.44444%
}
.movie-block {
	color: #333
}
.movie-block__title {
	display: flex;
	justify-content: center
}
.movie-block__title-text {
	line-height: 1;
	display: inline;
	padding: 0 10px 10px;
	font-size: 5.6rem;
	color: #3c3c3c;
	font-weight: 500;
	letter-spacing: .05em;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.movie-block__prefix {
	margin-top: 22px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.65;
	letter-spacing: .05em
}
.movie-block__prefix .baloon__text {
	height: 36px;
	line-height: 1;
	font-weight: 500
}
.movie-block .o-emphasis {
	display: inline;
	position: relative;
	background-image: linear-gradient(90deg, #fff100, #fff100);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 30%;
	transition: all 1s ease-in-out
}
.movie-block .o-emphasis.o-inview {
	background-size: 100% 30%
}
.movie-block__pics {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}
.movie-block__note {
	text-align: center;
	font-weight: 500;
	padding-top: 10px
}
.movie-box__image.modal__trigger {
	cursor: pointer;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.movie-box__image.modal__trigger:hover {
	opacity: .7
}
.movie-box__outline {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
	background-color: #3c3c3c;
	letter-spacing: .05em;
	position: relative
}
.movie-box__outline-heading {
	width: 56px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff100;
	color: #3c3c3c;
	letter-spacing: .04em
}
.movie-box__outline-content {
	flex: 1;
	color: #fff;
	padding: 0 18px
}
.movie-box__outline-text .o-emphasis, .movie-box__outline-title {
	color: #fff100
}
.remodal {
	max-width: 800px;
	padding: 0
}
.remodal-close {
	width: 50px;
	height: 50px;
	top: -55px;
	left: auto;
	right: 0;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.remodal-close:hover {
	opacity: .7
}
.remodal-close:after, .remodal-close:before {
	content: "";
	width: 2px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%
}
.remodal-close:before {
	transform: translate(-50%, -50%) rotate(45deg)
}
.remodal-close:after {
	transform: translate(-50%, -50%) rotate(-45deg)
}
.remodal-overlay {
	z-index: 999999
}
.remodal-wrapper {
	z-index: 1000000
}
.modal-movie__embed {
	position: relative;
	padding-top: 56.25%;
	max-width: 100%;
	height: 0;
	overflow: hidden
}
.modal-movie__iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.float_conversion {
	width: 100%;
	max-width: 100%;
	position: fixed;
	top: 20px;
	z-index: 10000
}
.float_conversion_list {
	max-width: 126px;
	position: absolute;
	right: 20px
}
.float_conversion_list-item:not(:last-child) {
	margin-bottom: -2px
}
.float_conversion_anchor {
	display: block;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.float_conversion_anchor:hover {
	opacity: .7
}
.float_conversion.-af .float_conversion_anchor {
	right: 10px;
	display: block;
	max-width: 418px;
	position: absolute;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.float_conversion_image {
	height: auto;
	width: 100%
}
.nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.nav-list__item {
	width: 31.72414%
}
.nav-list__item:not(:nth-child(-n+3)) {
	margin-top: 20px
}
.nav-list__anchor {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 68px;
	text-decoration: none;
	background-color: #fff;
	color: #0084b9;
	position: relative
}
.nav-list__anchor-text {
	display: inline-block;
	margin-right: 12px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .05em
}
.nav-list__anchor-icon {
	width: 23px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0084b9;
	color: #fff;
	border-radius: 23px;
	position: absolute;
	right: 15px
}
.nav-list__anchor-icon .svg_ico_arrow_down {
	width: 9px;
	height: 9px;
	transform: rotate(90deg)
}
.conversation-block {
	padding: 80px 4%
}
.conversation-block__inner {
	max-width: 760px;
	margin: 0 auto
}
.conversation-box {
	display: flex;
	position: relative
}
.conversation-box+.conversation-box {
	margin-top: 20px
}
.conversation-box.o-reverse {
	flex-direction: row-reverse
}
.conversation-box.o-reverse:before {
	margin-right: 0;
	margin-left: 30px
}
.conversation-box:before {
	content: "";
	display: block;
	width: 86px;
	height: 86px;
	margin-right: 30px;
	transform: translate(0)
}
.conversation-box.o-women:before {
	background: url(../images/ico-women.svg) no-repeat 50%;
	background-size: contain
}
.conversation-box.o-men:before {
	background: url(../images/ico-men.svg) no-repeat 50%;
	background-size: contain
}
.conversation-box__inner {
	padding: 19px 25px;
	box-sizing: border-box;
	position: relative
}
.conversation-box__inner:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 14px solid #555;
	border-left: 0;
	position: absolute;
	top: 20px;
	left: -14px
}
.o-reverse .conversation-box__inner:before {
	left: auto;
	right: -14px;
	transform: scaleX(-1)
}
.o-women .conversation-box__inner:before {
	border-right: 14px solid #fffbbc
}
.o-men .conversation-box__inner:before {
	border-right: 14px solid #e5f2f9
}
.o-women .conversation-box__inner {
	background-color: #fffbbc
}
.o-men .conversation-box__inner {
	background-color: #e5f2f9
}
.conversation-box__text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05em
}
.conversation-box__text .o-marker {
	display: inline;
	position: relative;
	background-image: linear-gradient(90deg, rgba(235, 59, 70, .3), rgba(235, 59, 70, .3));
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 40%;
	transition: all 1s ease-in-out
}
.conversation-box__text .o-marker.o-inview {
	background-size: 100% 40%
}
.conversation-box__text+.conversation-box__text {
	margin-top: 2em
}
.baloon {
	margin-bottom: 32px;
	text-align: center
}
.baloon__text {
	display: inline-block;
	background-color: #fff100;
	padding: 20px 45px;
	font-size: 2rem;
	line-height: 1.45;
	font-weight: 700;
	letter-spacing: .1em;
	position: relative
}
.baloon__bg-green .baloon__text {
	background-color: #009b8f
}
.baloon__text.o-blue {
	color: #0084b9
}
.baloon__text.o-green {
	color: #009b6d
}
.baloon__text.o-yellow {
	color: #fff100
}
.baloon__text.o-deep_green {
	color: #154e49
}
.baloon__text:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 12px solid #fff100;
	position: absolute;
	top: 100%;
	left: calc(50% - 13px)
}
.baloon__bg-green .baloon__text:after {
	border-top: 12px solid #009b8f
}
.baloon__text .o-marker.-pink {
	background: linear-gradient(transparent 70%, rgba(255, 116, 115, .7) 0)
}
.solve-list__item:not(:last-child) {
	margin-bottom: 60px
}
.solve-block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between
}
.solve-list__item:nth-of-type(2n) .solve-block {
	flex-direction: row
}
.solve-block__pics {
	width: 47.77778%
}
.solve-block__pics-image {
	display: block;
	border-radius: 10px;
	overflow: hidden
}
.solve-block__content {
	width: 47.77778%
}
.solve-block__title {
	margin-bottom: 30px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.72222;
	letter-spacing: .1em
}
.solve-block__text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: .05em
}
.solve-block__text+.solve-block__text {
	margin-top: 30px
}
.solve-block__text+.solve-block__text.o-margin_half {
	margin-top: 15px
}
.solve-block__text .o-small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5
}
.solve-block__inline-anchor {
	color: #fff100;
	text-decoration: underline;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.solve-block__inline-anchor:hover {
	text-decoration: none;
	opacity: .7
}
.solve-block__note {
	margin-top: 20px;
	width: 100%
}
.solve-block__toggle-text {
	cursor: pointer;
	font-size: 1.4rem
}
.solve-block__toggle-text .o-line {
	text-decoration: underline
}
.solve-block__toggle-text.o-open .o-line {
	text-decoration: none
}
.solve-block__toggle-content {
	display: none;
	padding-top: 1em
}
.solve-block .o-emphasis {
	color: #fff100
}
.advantages-points {
	margin-top: 40px;
	background-color: #0084b9;
	padding: 65px 0 55px;
	border-radius: 15px;
	border: 1px solid hsla(0, 0%, 100%, .35);
	overflow: hidden;
	position: relative
}
.advantages-points .o-emphasis {
	color: #fff100
}
.advantages-points:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 100%, .15);
	position: absolute;
	top: 0;
	left: 0
}
.advantages-points__title {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.55556;
	letter-spacing: .1em;
	position: relative
}
.advantages-points__inner {
	max-width: 902px;
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	position: relative
}
.advantages-points__graph {
	width: 69.06874%;
	margin-left: 3.99113%;
	display: flex;
	justify-content: space-between
}
.advantages-points__image {
	width: 40.60995%
}
.advantages-points__text {
	flex: 1;
	margin-top: 7px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .05em
}
.advantages-points__detail {
	width: 56.17978%;
	margin-top: 7px;
	letter-spacing: .05em
}
.advantages-points__detail-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff100;
	margin-bottom: 11px;
	line-height: 1.33333
}
.advantages-points__detail-text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2
}
.advantages-points__detail-text:not(:last-child) {
	margin-bottom: 11.14286%
}
.summer-advantages__heading {
	margin-bottom: 40px;
	text-align: center
}
.summer-advantages__title {
	align-items: flex-end;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em
}
.summer-advantages__title-strong {
	margin: 0 10px;
	display: inline-flex;
	align-items: flex-end;
	color: #fff100;
	font-size: 7.2rem;
	line-height: .94444;
	position: relative
}
.summer-advantages__title-baloon {
	width: 36px;
	height: 56px;
	margin-right: 20px
}
.summer-advantages__title-baloon.o-reverse {
	margin-right: 0;
	margin-left: 20px;
	transform: scaleX(-1)
}

.nav-link-items {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.nav-link-item {
	width: calc(258 / 1080 * 100%);
	font-weight: 500;
}
.nav-link-item__link {
	height: 100%;
	display: flex;
	color: #fff;
	text-decoration: none;
	flex-direction: column;
}
.nav-link-item__image img {
	border-radius: 20px;
}
.nav-link-item__data {
	margin-left: 5px;
	margin-top: 20px;
}
.nav-link-item__title {
	font-size: 2rem;
}
.nav-link-item__text {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: calc(28 / 16);
}
.nav-link-item__more {
	position: relative;
	margin-top: auto;
	margin-left: 5px;
	font-size: 1.6rem;
	color: #FFF100;
	text-decoration: underline;
	padding-left: 15px;
}
.nav-link-item__more::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}
@media (hover:hover) and (pointer:fine) {
	a:hover .nav-link-item__more {
		text-decoration: none;
	}
}


.slider {
	position: relative
}
.slider-main {
	padding-bottom: 0
}
.slider-main__image {
	margin: 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}
.slide-info {
	margin-top: -200px;
	padding-top: 220px;
	color: #171717;
	position: relative
}
.slide-info.o-green {
	margin-top: 0;
	padding-top: 0
}
.slide-info__title {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: .05em
}
.o-blue .slide-info__title {
	color: #0084b9
}
.o-red .slide-info__title {
	color: #eb3b46
}
.o-green .slide-info__title {
	color: #009b6d
}
.slide-info__text {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .05em
}
.slide-info__prefix {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 0;
	right: 20px;
	padding: 12px 7px;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
	z-index: 1
}
.slide-info__prefix:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: repeating-linear-gradient(135deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2) 1px, transparent 2px, transparent 4px)
}
.slide-info.o-blue .slide-info__prefix {
	background-color: rgba(0, 129, 192, .8)
}
.slide-info.o-red .slide-info__prefix {
	background-color: rgba(235, 59, 70, .8)
}
.slide-info__prefix.o-green {
	background-color: rgba(0, 155, 143, .8);
	top: -40px
}
.slide-info__prefix-text {
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: .2em
}
.lineup.section__layout {
	padding-left: 30px;
	padding-right: 30px
}
.lineup__heading {
	max-width: 753px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.lineup__heading-inner {
	flex: 1;
	text-align: center
}
.lineup__heading-prefix {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .15em;
	position: relative
}
.lineup__heading-prefix:after, .lineup__heading-prefix:before {
	content: "";
	display: block;
	width: 22px;
	height: 50px;
	background: url(../images/bg_lineup_heading_prefix.svg) no-repeat 50%;
	background-size: contain
}
.lineup__heading-prefix:before {
	margin-right: 12px
}
.lineup__heading-prefix:after {
	margin-left: 12px;
	transform: scaleX(-1)
}
.lineup__logo {
	width: 16.46746%;
	margin-right: 4.78088%
}
.lineup__logo-image {
	width: 100%;
	height: auto
}
.lineup__content {
	margin-top: 50px;
	background-color: #f5f5f5;
	border-radius: 15px;
	padding: 70px 0;
	overflow: hidden
}
.lineup__swiper {
	display: flex;
	justify-content: space-between;
	color: #333
}
.lineup__swiper-inner {
	width: 47.77778%
}
.lineup__price {
	margin-top: 20px
}
.lineup__note {
	margin-top: 50px;
	color: #333
}
.lineup__note-anchor {
	color: #0084b9
}
.lineup__door {
	margin-top: 60px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}
.lineup__door-content, .lineup__door-image {
	width: 47.77778%
}
.lineup__door-content {
	position: relative
}
.lineup__topics {
	margin-bottom: 50px;
	text-align: center;
	color: #3c3c3c
}
.lineup__topics-text {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.625
}
.lineup__topics-link {
	display: flex;
	justify-content: center;
	font-size: 1.6rem
}
.lineup__topics-anchor {
	text-decoration: none;
	color: #0084b9;
	font-weight: 500
}
.lineup__topics-anchor:not(:last-child) {
	margin-right: 40px
}
.lineup__topics-anchor:before {
	content: ">";
	margin-right: .5em
}
.lineup__topics-anchor__text {
	text-decoration: underline
}
.footnote-list {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.83333
}
.footnote-list__item:not(:last-child) {
	margin-bottom: .25em
}
.subsidy-table {
	width: 100%;
	border: 1px solid #154e49;
	margin-top: -10px
}
.subsidy-table__prefix {
	text-align: center
}
.subsidy-table__prefix-inner {
	display: inline-flex;
	align-items: center;
	height: 36px;
	padding: 0 28px;
	text-align: center;
	background-color: #fff100;
	color: #009b6d;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .05em;
	position: relative
}
.subsidy-table__prefix-inner:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 13px solid #fff100;
	border-bottom: 0;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 11px)
}
.subsidy-table__heading {
	height: 86px;
	background-color: #154e49;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	letter-spacing: .05em;
	vertical-align: middle;
	line-height: 1.2
}
.subsidy-table__heading .o-small {
	font-size: 1.4rem
}
.subsidy-table__title {
	width: 29.20892%;
	text-align: center;
	vertical-align: middle;
	background-color: #d9eae9;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em
}
.subsidy-table__content, .subsidy-table__title {
	color: #3c3c3c;
	border-bottom: 1px dotted #154e49
}
.subsidy-table__content {
	background-color: #fff;
	padding: 20px
}
.subsidy-table__text {
	font-size: 1.2rem;
	line-height: 1.58333
}
.subsidy-table__text.o-conditions {
	padding-left: 1em;
	text-indent: -1em
}
.subsidy-table__text.o-large {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .04em
}
.subsidy-table__text.o-large .o-emphasis {
	font-size: 2.4rem;
	color: #009b6d
}
.reference-price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 17px 0 0;
	background-color: #fff;
	color: #171717;
	overflow: hidden;
	position: relative
}
.reference-price:after, .reference-price:before {
	content: "";
	display: block;
	width: 56px;
	height: 12px;
	transform: rotate(-45deg);
	position: absolute
}
.reference-price:before {
	top: 4px;
	left: -16px
}
.reference-price:after {
	bottom: 4px;
	right: -16px
}
.reference-price.o-blue:after, .reference-price.o-blue:before {
	background-color: #0084b9
}
.reference-price.o-red:after, .reference-price.o-red:before {
	background-color: #eb3b46
}
.reference-price.o-green:after, .reference-price.o-green:before {
	background-color: #009b6d
}
.reference-price__heading {
	margin-left: 28px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: .05em
}
.reference-price__heading .o-small {
	font-size: 1.4rem
}
.reference-price__detail {
	margin-right: 32px;
	width: 164px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	font-size: 2.4rem;
	font-weight: 700
}
.o-blue .reference-price__detail {
	color: #0084b9
}
.o-red .reference-price__detail {
	color: #eb3b46
}
.reference-price__detail .svg_num_30 {
	width: 43px;
	height: 42px
}
.reference-price__detail .svg_num_62 {
	width: 39px;
	height: 38px
}
.reference-price__number {
	margin: 0 10px
}
.reference-price__note {
	margin: 10px 32px 0 28px;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.66667;
	letter-spacing: .05em
}
.reference-price__subsidy {
	margin-top: 20px;
}
.example-slider__content {
	margin-bottom: 26px;
	position: relative
}
.example-slider__button {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 48px;
	position: absolute;
	top: calc(50% - 39px);
	left: 0;
	z-index: 20
}
.example-slider__button-next, .example-slider__button-prev {
	display: block;
	width: 48px;
	height: 48px;
	margin-top: 0;
	background: url(../images/bg_example_slider_button.svg) no-repeat 50%;
	background-size: contain;
	top: 0;
	cursor: pointer;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.example-slider__button-next:hover, .example-slider__button-prev:hover {
	opacity: .7
}
.example-slider__button-prev {
	left: 0
}
.example-slider__button-next {
	right: 0;
	transform: scaleX(-1)
}
.example-slider .swiper-pagination-bullets {
	margin-top: 15px
}
.example-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px
}
.notice {
	background-color: #fff;
	padding: 40px 4%
}
.notice__inner {
	max-width: 870px;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 30px 55px;
	text-align: center
}
.notice__text {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .05em
}
.notice__text+.notice__text {
	margin-top: 10px
}
.notice__link {
	margin-top: 20px;
	text-align: center
}
.notice__link-anchor {
	color: #0084b9;
	font-size: 1.2rem;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: .05em;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.notice__link-anchor:before {
	content: ">";
	margin-right: .5em
}
.notice__link-anchor__text {
	text-decoration: underline
}
.article {
	color: #3c3c3c
}
.sp_appear {
	display: none
}
.image {
	max-width: 100%;
	height: auto
}
.section__layout {
	padding: 80px 0
}
.section__bg-blue {
	background-color: #0084b9;
	color: #fff
}
.section__bg-green {
	background-color: #009b8f;
	color: #fff
}
.section__bg-check {
	background: url(../images/index_bg_check.png) #0084b9 repeat 0 0;
	color: #fff
}
.section__inner {
	max-width: 1080px;
	margin: 0 auto
}
.section__inner.-narrow {
	max-width: 870px
}
.section__heading {
	display: flex;
	justify-content: center
}
.anchor {
	display: flex;
	align-items: center;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.anchor:hover {
	opacity: .7
}
.inline-anchor {
	display: inline;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.inline-anchor:hover {
	opacity: .7;
	text-decoration: none
}
.note-text {
	font-size: 1.2rem;
	line-height: 1.66667
}
.note-text.o-yellow {
	color: #fff100
}
.sup-text {
	font-size: 76%;
	vertical-align: top;
	position: relative;
	top: .25em
}
.o-emphasis {
	font-weight: 700;
	display: inline;
	position: relative;
	background-image: linear-gradient(90deg, #fff100, #fff100);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 30%;
	transition: all 1s ease-in-out
}
.o-emphasis.o-inview {
	background-size: 100% 30%
}
.nav__inner {
	max-width: 870px;
	margin: 0 auto
}
.introduction-movie {
	max-width: 516px;
	margin-left: auto;
	margin-right: auto
}
.introduction-movie__wrapper {
	margin-top: 60px
}
.outline__heading {
	margin-bottom: 25px;
	text-align: center
}
.outline__heading-prefix {
	margin-bottom: 15px;
	text-align: center
}
.outline__heading-prefix__text {
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: .1em;
	position: relative
}
.outline__heading-prefix__text:after, .outline__heading-prefix__text:before {
	content: "";
	display: block;
	width: 12px;
	height: 22px;
	background: url(../images/bg_baloon_white.svg) no-repeat 50%;
	background-size: contain
}
.outline__heading-prefix__text:before {
	margin-right: 24px
}
.outline__heading-prefix__text:after {
	margin-left: 24px;
	transform: scaleX(-1)
}
.outline__heading-text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05em
}
.outline__title {
	margin-bottom: 15px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.44444;
	letter-spacing: .05em
}
.outline__note {
	margin-top: 10px
}
.outline__note .note-text a{
  text-decoration: underline;
  color: #fff;
}
.outline__note .note-text a:hover{
  text-decoration: none;
}
.subsidy-project__movie, .subsidy-project__table {
	margin-top: 20px
}
.subsidy-project__movie .movie__inner {
	width: 59.31034%
}
.subsidy-project__movie-block .movie-box__outline {
	text-align: center
}
.subsidy-project__movie-block__timeline {
	margin-top: 20px
}
.subsidy-project__movie-block__timeline-text {
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	letter-spacing: .05em
}
.subsidy-project__note {
	margin-top: 40px;
	padding: 20px;
	border: 1px solid #fff
}
.subsidy-project__note-title {
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .04em
}
.subsidy-project-notelist {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: .05em
}
.subsidy-project-notelist+.subsidy-project-notelist {
	margin-top: 2em
}
.subsidy-project-notelist__text:not(:last-child) {
	margin-bottom: 5px
}
.project-table {
	width: 100%;
	border-bottom: 1px solid #154e49
}
.project-table__heading {
	text-align: center
}
.project-table__subheading {
	width: 200px;
	vertical-align: middle;
	background-color: #d9eae9;
	color: #3c3c3c;
	text-align: center;
	border-top: 1px solid #154e49;
	border-left: 1px solid #154e49
}
.project-table__th {
	font-weight: 700;
	letter-spacing: .05em
}
.project-table__th.o-end {
	display: none
}
.project-table__th-text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 1px);
	height: 64px;
	background-color: #154e49;
	color: #fff;
	font-size: 2rem
}
.project-table__heading:last-child .project-table__th-text {
	margin-left: auto
}
.project-table__td {
	background-color: #fff;
	border-left: 1px solid #154e49;
	border-right: 1px solid #154e49;
	border-top: 1px solid #154e49;
	padding: 15px;
	color: #333;
	font-size: 1.6rem
}
.project-table__td.o-center {
	text-align: center;
	vertical-align: middle
}
.project-table__td .o-small {
	font-size: 1.2rem
}
.project-table__td .o-emphasis {
	font-weight: 700
}
.project-table__td .o-line {
	text-decoration: underline
}
.project-table__td .o-indent {
	padding-left: 1em;
	text-indent: -1em
}
.project-table__price {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700
}
.project-table__price .svg_num_subsidy_40, .project-table__price .svg_num_subsidy_60 {
	width: 27px;
	height: 27px;
	margin: 0 3px 6px
}
.project-table__price .svg_num_subsidy_200 {
	width: 39px;
	height: 26px;
	margin: 0 3px 10px
}
.project-table__price:has(.num) {
	align-items: flex-end;
	margin-bottom: 3px;
}
.project-table__price .num{
	margin: 0 3px 3px;
}
.project-table__note {
	margin-top: .5em
}
.project-obj{
  font-size: 66px;
  text-align: center;
  font-weight: bold;
}
.project-tit .-strong{
  font-size: 26px;
}

.project-box {
	background-color: #fff;
	color: #333;
}
.project-box__heading {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 64px;
	padding-inline: 20px;
	background-color: #154E49;
	color: #fff;
}
.project-box__prefix {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 36px;
	background-color: #FFF100;
	color: #154E49;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.project-box__title {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
}
.project-box__prefix.-s {
	font-size: 1.5rem;
	height: 48px;
}
.project-box__prefix.-abs {
	position: absolute;
}
.project-box__prefix.-abs + .project-box__title {
	width: 100%;
	text-align: center;
}
.project-box__contents {
	padding: 30px 50px 40px;
	padding: 30px calc(50 / 870 * 100%) 40px;
}
.project-box__lead {
	text-align: center;
}
.project-box__lead-label {
	margin-bottom: 15px;
	font-size: 3rem;
	line-height: 1.3;
	font-weight: 700;
	color: #009B8F;
	letter-spacing: 0.05em;
}
.project-box__lead-text {
	margin-bottom: 10px;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 700;
}
.project-box__lead-text .ff_num {
	vertical-align: -0.05em;
	font-size: 4.6rem;
	line-height: 1;
}
.project-box__lead-notes {
	margin-bottom: 25px;
	padding: 12px 0;
	text-align: center;
	border: 2px solid #154E49;
	font-size: 1.6rem;
	font-weight: 700;
}
.project-box__lead-notes .s {
	margin-left: 1em;
}
.project-box__items {
	display: flex;
	max-width: 716px;
	margin-inline: auto;
	margin-top: 15px;
}
.project-box__item {
	width: 50%;
	display: flex;
	align-items: end;
	gap: 28px;
	gap: calc(28 / 358 * 100%);
}
.project-box__item-image {
	width: 155px;
	width: calc(155 / 358 * 100%);
}
.project-box__item-title {
	margin-right: -20px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	color: #009B8F;
}
.project-box__item-text {
	font-size: 1.2rem;
	line-height: calc(19 / 12);
}
.project-box__section {
	margin-top: 25px;
}
.project-box__section-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	color: #154E49;
}
.project-box__section-text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}
.project-box__section-text a {
	color: #009B8F;
	text-decoration: underline;
}
.project-box__section-text a::before {
	content: "> ";
}
.project-box__section-text a:hover {
	text-decoration: none
}
.project-box__lead-notesbox {
	padding: 18px 0;
	border: 2px solid #154E49;
	border-radius: 200px;
	text-align: center;
	font-weight: 700;
}
.project-box__lead-notes-main {
	margin-bottom: 10px;
	font-size: 2rem;
	line-height: 1.5;
}
.project-box__lead-notes-price {
	color: #009B8F;
}
.project-box__lead-notes-price .ff_num {
	vertical-align: -0.05em;
	font-size: 4.6rem;
	line-height: 1;
}
.project-box__lead-notes-sub {
	font-size: 1.6rem;
	line-height: 1.5;
}

.project-box__notes {
	margin-top: 20px;
	font-size: 1.2rem;
	line-height: calc(22 / 12);
}
.project-box__lnotes {
	margin-top: 20px;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
	font-weight: 700;
}
.project-box__lnotes a {
	color: #fff;
}

.subsidy__link {
	margin-top: 20px;
	text-align: center
}
.subsidy__link-text {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff100;
	letter-spacing: .05em
}
.subsidy__link-banner {
	max-width: 774px;
	margin: 0 auto
}
.example__prefix-baloon {
	margin-bottom: 0
}
.example__inner {
	margin-top: -35px;
	padding-top: 63px;
	background-color: #fffbb5
}
.example__heading {
	text-align: center;
	letter-spacing: .05em
}
.example__heading-prefix {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 500
}
.example__content {
	margin-top: -35px;
	background-color: #fff;
	padding: 68px 0 0
}
.example__content-inner {
	max-width: 870px;
	margin: 0 auto
}
.example__title {
	margin-bottom: 25px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	color: #009b8f
}
.example-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}
.example-item:not(:last-child) {
	margin-bottom: 40px
}
.example-item__content {
	width: 37.35632%;
	color: #333
}
.example-item__price {
	width: 48.85057%
}
.example-item__price.o-wide {
	margin-top: 20px;
	width: 100%
}
.example-item__image {
	width: 60.91954%
}
.example-item__title {
	font-size: 2.4rem;
	line-height: 1.41667
}
.example-item__grade, .example-item__title {
	margin-bottom: 25px;
	font-weight: 700;
	letter-spacing: .05em
}
.example-item__grade {
	display: block;
	border: 1px solid #009b8f;
	padding: 12px 0;
	text-align: center;
	font-size: 1.6rem;
	color: #009b8f;
	line-height: 1.5
}
.example-item__conditions {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: .05em
}
.example__discount {
	margin-top: 60px;
	background-color: #009b8f;
	padding: 30px 0 25px
}
.example__discount-inner {
	max-width: 870px;
	margin: 0 auto
}
.example__note {
	margin-top: 20px;
	font-size: 1.2rem;
	font-weight: 500
}
.example__note-heading {
	cursor: pointer;
	color: #0084b9
}
.example__note-heading:before {
	content: ">";
	margin-right: .5em
}
.example__note-heading__text {
	font-size: 1.4rem;
	text-decoration: underline;
	letter-spacing: .05em;
	transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.example__note-heading__text:hover {
	text-decoration: none
}
.example__note-content {
	margin-top: 15px;
	display: none
}
.example__note-inline__anchor {
	color: #0084b9
}
.example__note .note-text+.note-text {
	margin-top: 20px
}
.note-list__text {
	font-weight: 500;
	line-height: 1.83333
}
.note-list__text:not(:last-child) {
	margin-bottom: 2em
}
.flow__wrapper {
	background: url(../images/bg_flow.png) no-repeat top;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	padding-top: 70px;
	padding-bottom: 50px;
}
.flow__inner {
	width: 100%
}
.flow__content {
	position: relative;
	max-width: 720px;
	margin: 0 0 0 auto
}
.flow__content-prefix {
	margin-bottom: 10px
}
.flow__content-inner {
	width: 100%;
	padding-left: 87px;
	position: relative
}
.flow__content-inner::before {
    content: "";
    position: absolute;
    top: 75px;
    bottom: 0;
    left: 26px;
	width: 2px;
    background: linear-gradient(#d7ebf5 0%, #0383c1 100%);
}
.flow__content-inner::after {
    content: "";
    position: absolute;
    left: 19px;
    bottom: -10px;
    width: 16px;
    height: 12px;
    background-color: #0383c1;
    clip-path: polygon(0 0,100% 0,50% 100%)
}
.flow__title::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 22px;
    width: 10px;
    height: 10px;
    background-color: #d7ebf5;
    border-radius: 100%
}
.flow__title {
	margin-bottom: 33px;
	font-size: 3.6rem;
	font-weight: 700;
	color: #0084b9;
	line-height: 1.27778;
	letter-spacing: .1em
}
.flow__title-prefix {
	font-size: 3rem
}
.flow__note {
	width: 100%;
	margin: 0;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	position: relative;
	z-index: -1
}
.flow__note-inner {
	max-width: 720px;
	margin: 0 0 0 auto;
	color: #888
}
.contact {
	padding-top: 0;
	color: #3c3c3c
}
.contact__heading {
	margin-bottom: 40px
}
.contact__heading-prefix {
	margin-bottom: 15px;
	text-align: center
}
.contact__heading-prefix__text {
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: .1em;
	position: relative
}
.contact__heading-prefix__text:after, .contact__heading-prefix__text:before {
	content: "";
	display: block;
	width: 12px;
	height: 22px;
	background: url(../images/bg_baloon_blue.svg) no-repeat 50%;
	background-size: contain
}
.contact__heading-prefix__text:before {
	margin-right: 24px
}
.contact__heading-prefix__text:after {
	margin-left: 24px;
	transform: scaleX(-1)
}
.contact__heading-suffix {
	margin-top: 20px;
	font-size: 1.6rem;
	color: #0084b9;
	line-height: 1.6
}
.contact__heading-suffix, .contact__title {
	text-align: center;
	font-weight: 700;
	letter-spacing: .05em
}
.contact__title {
	font-size: 3.6rem;
	line-height: 1.44444
}
.contact-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.contact-block__inner {
	width: 47.77778%;
	background-color: #e5f2f9;
	padding: 5px
}
.contact-block__inner:not(:nth-child(-n+2)) {
	margin-top: 48px
}
.contact-block__content {
	margin-top: 35px;
	padding: 0 5.81395% 3.68217%
}
.contact-block__movie {
	background-color: #e5f2f9
}
.contact-box__text {
	font-size: 1.4rem;
	line-height: 1.78571;
	letter-spacing: .05em
}
.contact-box__image {
	margin-top: 20px
}
.contact-box__image.-chat {
	max-width: 288px;
	margin: 0 auto
}
.contact-box__note {
	margin-top: 14px;
	font-size: 1.2rem;
	line-height: 1.83333;
	letter-spacing: .05em
}
.contact-box__inner {
	margin-bottom: 22px
}
.contact-box__link {
	max-width: 380px;
	margin: 0 auto
}
.contact-box__anchor.-tel {
	pointer-events: none
}
.contact-box__inline-anchor {
	color: #0084b9
}
.faq__title {
	margin-bottom: 20px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.22917;
	letter-spacing: .1em
}
.footnote {
	background-color: #585858;
	color: #fff
}
@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast
	}
}
@media screen and (max-width:979px) and (min-width:768px) {
	.footer {
		padding-left: 20px;
		padding-right: 20px
	}
	.footer__inner {
		text-align: left
	}
	.footer__link {
		justify-content: flex-start
	}
	.header__title {
		margin-left: 0
	}
	.nav__inner {
		max-width: 92%;
		margin-left: 4%;
		margin-right: 4%
	}
	.simulation-point-list__title {
		font-size: 1.8rem
	}
	.simulation-point-list__text {
		font-size: 1.2rem
	}
	.simulation {
		padding-bottom: 30px
	}
	.simulation__block {
		align-items: flex-start
	}
	.simulation__block-link__anchor {
		height: 60px
	}
	.simulation__block-link__anchor:before {
		width: 20px;
		height: 20px;
		right: 10px
	}
	.simulation__block-link__anchor-text {
		font-size: 1.8rem
	}
	.contact-block-heading {
		height: 120px
	}
	.contact-block-heading__prefix {
		font-size: 1.1rem
	}
	.contact-block-heading__title {
		font-size: 1.8rem
	}
	.movie-box__outline {
		font-size: 1.4rem;
		height: 80px
	}
	.nav-list__anchor-icon {
		width: 15px;
		height: 15px;
		right: 6px
	}
	.nav-list__anchor-icon .svg_ico_arrow_down {
		width: 7px;
		height: 7px
	}
	.nav-list__anchor-text {
		display: block;
		margin: 0 20px 0 0;
		font-size: 1.2rem;
		letter-spacing: 0
	}
	.advantages-points__inner {
		padding-left: 4%;
		padding-right: 4%
	}
	.advantages-points__detail-text, .advantages-points__text {
		font-size: 1.4rem
	}
	.advantages-points__detail {
		margin-top: 0
	}
	.advantages-points__detail-title {
		font-size: 2.4rem;
		margin-bottom: 1.71429%
	}
	.advantages-points__detail-text {
		font-size: 1.4rem
	}
	.advantages-points__detail-text:not(:last-child) {
		margin-bottom: 5.42857%
	}
	.summer-advantages__title {
		font-size: 3.4rem
	}
	.summer-advantages__title-strong {
		font-size: 6rem
	}
	.summer-advantages__title-baloon {
		margin-right: 10px
	}
	.summer-advantages__title-baloon.o-reverse {
		margin-left: 10px
	}
	.slide-info {
		margin-top: -160px;
		padding-top: 180px
	}
	.slide-info__title {
		font-size: 2.4rem
	}
	.slide-info__prefix {
		right: 10px;
		padding: 10px 7px
	}
	.slide-info__prefix.o-green {
		top: -20px
	}
	.slide-info__prefix-text {
		font-size: 1.4rem
	}
	.slide-info__text {
		font-size: 1.5rem
	}
	.lineup__door-info {
		margin-right: 55px
	}
	.lineup__door-info .slide-info__text {
		font-size: 1.2rem
	}
	.subsidy-table__prefix-inner {
		font-size: 1rem
	}
	.subsidy-table__heading {
		font-size: 1.8rem
	}
	.subsidy-table__heading .o-small {
		font-size: 1.2rem
	}
	.subsidy-table__title {
		font-size: 1.4rem
	}
	.subsidy-table__content {
		padding: 10px
	}
	.subsidy-table__text {
		font-size: 1rem
	}
	.subsidy-table__text.o-large {
		font-size: 1.4rem;
		margin-bottom: 5px
	}
	.subsidy-table__text.o-large .o-emphasis {
		font-size: 1.8rem;
		color: #009b6d
	}
	.reference-price {
		padding: 10px 0 0
	}
	.reference-price__heading {
		margin-bottom: 10px;
		width: 100%;
		font-size: 1.4rem;
		order: 1
	}
	.reference-price__detail {
		margin-right: 32px;
		width: 120px;
		order: 3;
		font-size: 1.6rem
	}
	.reference-price__detail .svg_num_29, .reference-price__detail .svg_num_62 {
		width: 30px;
		height: 30px
	}
	.reference-price__number {
		margin: 0 4px
	}
	.reference-price__note {
		margin: 10px 0 0;
		padding-left: 28px;
		width: calc(100% - 152px);
		font-size: 1rem;
		order: 2
	}
	.reference-price__subsidy {
		order: 4
	}
	.reference-price__subsidy-image {
		width: 75.77519%
	}
	.faq__inner, .section__inner, .section__inner.-narrow {
		max-width: 92%
	}
	.note-text {
		font-size: 1rem
	}
	.flow__wrapper {
		height: auto;
		background-image: none;
		padding: 40px 0
	}
	.flow__content {
		margin: 0 auto 30px
	}
	.pickup-info__text {
		font-size: 1.4rem
	}
	.pickup-info__text .pc_appear {
		display: none
	}
	.subsidy__link-text {
		font-size: 2rem
	}
}
@media (hover:hover) and (pointer:fine) {
	.header__logo-anchor:hover {
		opacity: .7
	}
	.lineup__topics-anchor__text:hover {
		text-decoration: none
	}
	.notice__link-anchor:hover {
		opacity: .7
	}
	.notice__link-anchor__text:hover {
		text-decoration: none
	}
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.header__logo-anchor:hover {
		opacity: .7
	}
	.lineup__topics-anchor__text:hover {
		text-decoration: none
	}
	.notice__link-anchor:hover {
		opacity: .7
	}
	.notice__link-anchor__text:hover {
		text-decoration: none
	}
}
@media screen and (min-width:1400px) {
	.header {
		height: 690px;
		aspect-ratio: auto;
	}
	.header__logo {
		width: 200px;
		padding-top: 200px;
		margin-bottom: -22px
	}
}
@media screen and (max-width:1080px) and (min-width:980px) {
	.simulation-point-list__title {
		font-size: 2rem
	}
	.simulation-point-list__text {
		font-size: 1.3rem
	}
	.nav-list__anchor-icon {
		width: 18px;
		height: 18px;
		right: 10px
	}
	.nav-list__anchor-icon .svg_ico_arrow_down {
		width: 8px;
		height: 8px
	}
	.slide-info__prefix-text {
		font-size: 1.9rem
	}
	.reference-price {
		padding-top: 17px
	}
	.reference-price__heading {
		margin-bottom: 10px;
		margin-left: 0;
		padding: 0 32px 0 28px;
		width: 100%;
		order: 1
	}
	.reference-price__detail {
		margin: 10px 32px 0 0;
		width: 150px;
		font-size: 2.2rem;
		order: 3
	}
	.reference-price__detail .svg_num_29, .reference-price__detail .svg_num_62 {
		width: 38px;
		height: 38px
	}
	.reference-price__number {
		margin: 0 6px
	}
	.reference-price__note {
		margin: 10px 0 0;
		padding-left: 28px;
		width: calc(100% - 182px);
		order: 2
	}
	.reference-price__subsidy {
		order: 4
	}
}
@media screen and (max-width:1080px) {
	.step__content-inner {
		margin-top: -30px
	}
	.step__heading-text {
		font-size: 1.8rem
	}
	.example__content-inner, .example__discount-inner, .shindan__note, .shindan__text {
		padding-left: 4%;
		padding-right: 4%
	}
	.simulation__block-link__anchor:before {
		width: 24px;
		height: 24px;
		right: 20px
	}
	.faq__inner, .section__inner {
		max-width: 92%
	}
}
@media screen and (max-width:1024px) and (min-width:980px) {
	.contact-block-heading__prefix {
		font-size: 1.3rem
	}
	.contact-block-heading__title {
		font-size: 2.2rem
	}
}
@media screen and (max-width:979px) and (max-width:768px) {
	.solve-block__title {
		font-size: 2.5rem
	}
	.solve-block__text {
		font-size: 1.4rem
	}
}
@media screen and (max-width:1079px) {
	.subsidy-table__prefix-inner {
		padding: 0 10px
	}
}
@media screen and (max-width:1399px) {
	.section__layout {
		padding: 5.71429% 0
	}
	.section__layout.contact {
		padding-top: 0
	}
}



/* =========================================================
UCHIREMO BLOCK
========================================================= */

.lineup.-uchirimo {
	overflow: hidden;
	background: url(../images/bg_lineup.png) repeat top left / auto;
	background-color: #0081C0;
	padding: 80px 0;
}
.lineup.-uchirimo .section__inner{
	position: relative;
	z-index: 0;
	padding: 70px 0;
	margin-top: 50px;
}
.lineup.-uchirimo .section__inner::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 120%;
	height: 100%;
	background: #F5F5F5;
	border-radius: 15px;
	z-index: -1;
}
.lineup__title{
	max-width: 753px;
	margin: 0 auto;
	padding-inline: 4%;
	box-sizing: content-box;
}
.lineup__txt{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.lineup__box{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin: 10px 0 35px;
}
.lineup__box >a{
	font-size: 16px;
	color: #1A81C0;
	transition: .3s;
}
.lineup__box >a:hover{
	opacity: 0.7;
}

:root {
    --theme-color: #e97894;
    --theme-yellow: #fff100;
    --theme-green: #18a58c;
    --theme-blue: #0081c0
}

.border-box {
    border-radius: 20px;
    border: 2px solid var(--theme-color);
    background: #fff
}

.products-uchiremo .border-box {
    border-color: var(--theme-green)
}

.products-madoremo .border-box {
    border-color: var(--theme-blue)
}

.uchiremo-block {
    margin-bottom: 40px;
    position: relative
}

.uchiremo-block__balloon {
    margin-bottom: 15px;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: .1em
}

.uchiremo-block__balloon-icon {
    width: 12px;
    height: 22px
}

.uchiremo-block__balloon-icon.o-reverse {
    transform: scaleX(-1)
}

.uchiremo-block__title {
    max-width: 492px;
    margin: 0 auto
}

.uchiremo-block__main {
    margin-bottom: 18px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

.uchiremo-block__main-inner {
    width: 47.77778%
}

.uchiremo-block__main-logo {
    width: 54.06977%;
    margin: 54px auto 46px;
    position: relative
}

.uchiremo-block__main-logo .icon-new {
    display: block;
    width: 28.67384%;
    padding-top: 28.67384%;
    background: url(../images/lineup/uchiremo/ico_uchiremo_new.svg) no-repeat 50%;
    background-size: contain;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: -36.17021%;
    left: -42.29391%
}

.uchiremo-block__main-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: #154e49;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .05em
}

.uchiremo-block__main-bar .sup-text {
    font-size: 60%;
    top: -.2em
}

.uchiremo-block__price {
    padding-top: 20px
}

.uchiremo-block__price.lineup__price {
    margin-top: 10px
}

.uchiremo-block__point {
    background-color: #fff;
    padding: 20px;
    position: relative
}

.uchiremo-block__point:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 41px solid transparent;
    border-left: 41px solid transparent;
    border-top: 24px solid #f5f5f5;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 41px)
}

.uchiremo-block__note {
    margin-top: 15px
}

.uchiremo-block__note-anchor {
    color: #333;
    transition: .3s cubic-bezier(.13, .78, .38, .98)
}


.uchiremo-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.uchiremo-point__item {
    width: calc((100% - 20px)/2)
}

.uchiremo-point__item.o-wide {
    width: 100%;
    margin-bottom: 10px
}

.uchiremo-point__item-count {
    width: 100px
}

.uchiremo-point-box {
    margin-top: -16px;
    background-color: #f5f5f5;
    padding: 20px 29px 30px;
    text-align: center
}

.uchiremo-point-box.o-column {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    gap: 1.02041%
}

.uchiremo-point-box__inner {
    width: 44.38776%
}

.uchiremo-point-box__inner.o-wide {
    width: 47.14286%
}

.uchiremo-point-box__inner.o-interval {
    flex: 1;
    display: inline-flex;
    align-items: center;
    position: relative
}

.uchiremo-point-box__inner.o-interval:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(180deg, #c1c1c1 4px, transparent 0);
    background-size: 2px 8px;
    background-repeat: repeat-y;
    background-position: 0 0;
    position: absolute;
    right: calc(50% - 1px)
}

.uchiremo-point-box__inner.o-interval .icon-interval {
    width: 100%;
    padding-top: 76.19048%;
    background: url(../images/lineup/uchiremo/ico_lineup_uchiremo_point01_arrow.svg) no-repeat 50%;
    background-size: contain;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative
}

.uchiremo-point-box__title {
    margin-bottom: 20px;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: .05em
}

.uchiremo-point-box__title .o-emphasis {
    font-size: 2.1rem;
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #fff100, #fff100);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 30%;
    transition: all 1s ease-in-out
}

.uchiremo-point-box__title .o-emphasis.o-inview {
    background-size: 100% 30%
}

.uchiremo-point-box__text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.71429;
    letter-spacing: .02em
}

.uchiremo-point-box__text .o-emphasis {
    font-weight: 700
}



.products-section__item {
    margin-top: 70px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47.77778% 5% 1fr;
    grid-template-columns: 47.77778% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 5%
}

.products-section__item>:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.products-section__item>:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.products-section__item.-mb {
    margin-bottom: 50px
}

.products-section__item.products-madoremo {
    padding-top: 70px;
    border-top: 1px solid #ddd
}

.products-section__item-title {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #000
}

.products-section__item-images {
    position: relative
}

.products-section__item-images-label {
    position: absolute;
    left: 0;
    height: 44px;
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    letter-spacing: .1em;
    font-weight: 500;
    color: #fff;
    padding-inline: 12px 20px;
    background: var(--theme-color) repeating-linear-gradient(45deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, .15) 1px, transparent 2px, transparent 4px);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .2);
    z-index: 3
}

.products-uchiremo .products-section__item-images-label {
    background: var(--theme-green) repeating-linear-gradient(45deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, .15) 1px, transparent 2px, transparent 4px)
}

.products-madoremo .products-section__item-images-label {
    background: var(--theme-blue) repeating-linear-gradient(45deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, .15) 1px, transparent 2px, transparent 4px)
}

.products-section__item-images-image {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.products-section__item-content-main {
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.products-section__item-price {
    position: relative;
    overflow: hidden;
    padding: 20px 180px 20px 25px;
    background-color: #fff
}

.products-section__item-price:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 18px;
    background-color: var(--theme-color);
    transform-origin: 0 0;
    transform: skewX(-45deg)
}

.products-uchiremo .products-section__item-price:before {
    background-color: var(--theme-green)
}

.products-madoremo .products-section__item-price:before {
    background-color: var(--theme-blue)
}

.products-section__item-price .title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5
}

.products-section__item-price .title sub {
    font-size: 1rem
}

.products-section__item-price .title .s {
    display: block;
    font-size: 1.2rem
}

.products-section__item-price .size {
    margin-top: 10px;
    font-size: 1rem
}

.products-section__item-price .price {
    position: absolute;
    top: 42px;
    right: 25px;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    color: var(--theme-color)
}

.products-uchiremo .products-section__item-price .price {
    color: var(--theme-green)
}

.products-madoremo .products-section__item-price .price {
    color: var(--theme-blue)
}

.products-section__item-price .price .num {
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    font-size: 6rem;
    line-height: .6;
    margin-inline: .1em;
    vertical-align: -.03em
}

.products-section__item-more {
    margin-top: 10px
}

.products-section__item-more a {
    position: relative;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: #3c3c3c;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7
}

.products-uchiremo .products-section__item-more a .link,
.products-uchiremo .products-section__item-more a .o-emphasis {
    color: var(--theme-green)
}

.products-madoremo .products-section__item-more a .link,
.products-madoremo .products-section__item-more a .o-emphasis {
    color: var(--theme-blue)
}

.products-section__item-more a .more {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    background-color: var(--theme-yellow);
    border-radius: 100px;
    font-size: 1.5rem;
    font-weight: 700
}

.products-section__item-more a .txt {
    flex-grow: 1
}

.products-section__item-more a .l {
    font-size: 2.4rem;
    line-height: 1
}

.products-section__item-more a .link {
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    margin-top: 5px;
    padding-left: 12px;
    margin-inline: auto;
    font-size: 1.1rem;
    color: var(--theme-color)
}

.products-uchiremo .products-section__item-more a .link {
    color: var(--theme-green)
}

.products-madoremo .products-section__item-more a .link {
    color: var(--theme-blue)
}

.products-section__item-more a .link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform-origin: 100% 0;
    transform: rotate(45deg)
}


.swiper-pagination {
    margin-top: -3px
}

.swiper-pagination-bullets {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.swiper-pagination-bullet {
    background-color: var(--theme-color);
    opacity: .3;
    border-radius: 0
}

.products-uchiremo .swiper-pagination-bullet {
    background-color: var(--theme-green)
}

.products-madoremo .swiper-pagination-bullet {
    background-color: var(--theme-blue)
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.products-section__item {

}
.products-section__item .slider-button {
    height: 20px;
    position: absolute;
    top: calc(100% + 28px);
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px
}

.products-section__item .slider-button__next,
.products-section__item .slider-button__prev {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 20
}

.products-section__item .slider-button__next:before,
.products-section__item .slider-button__prev:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-inline:auto;width: 10px;
    height: 10px;
    transform: rotate(45deg);
    transform-origin: 100% 0;
    border-top: 3px solid var(--theme-color);
    border-right: 3px solid var(--theme-color)
}

.products-uchiremo .slider-button__next:before,
.products-uchiremo .slider-button__prev:before {
    border-color: var(--theme-green)
}

.products-madoremo .slider-button__next:before,
.products-madoremo .slider-button__prev:before {
    border-color: var(--theme-blue)
}

.products-section__item .slider-button__prev {
    transform: rotate(180deg)
}

.products-section__item .swiper-button-next,
.products-section__item .swiper-button-prev,
.products-section__item .swiper-container-rtl .swiper-button-next,
.products-section__item .swiper-container-rtl .swiper-button-prev {
    background-image: none
}

@media screen and (max-width:979px) {
    .uchiremo-point-box__title {
        font-size: 1.4rem
    }

    .uchiremo-point-box__title .o-emphasis {
        font-size: 1.8rem
    }
}
@media screen and (max-width:979px) and (min-width:768px) {
    .products-section__item {
        display: block;
        width: 80%;
        margin-inline: auto
    }

    .products-section__item-images-image {
        margin-bottom: 80px
    }
}
@media (hover:hover) and (pointer:fine) {
    .products-section__item-more a {
        transition: opacity .3s cubic-bezier(.13, .78, .38, .98)
    }
    .products-section__item-more a:hover {
        opacity: .7
    }
}

