@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:after, :before {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

html {
	font-size: 62.5%;
	overflow-x: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: none
}

html.is-menu-opened {
	overflow-y: hidden
}

body {
	position: relative;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #18345F;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	overflow-x: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: none
}

main {
	overflow: hidden
}

main section {
	padding: 100px 0
}

@media only screen and (max-width:991px) {
	main section {
		padding: 70px 0
	}

}

h1, h2, h3, h4, h5, h6 {
	margin: 0
}

p {
	margin: 0;
	padding: 0
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: opacity;
	transition-property: opacity
}

canvas, iframe, img {
	display: block;
	max-width: 100%
}

.block {
	display: block
}

.hidden {
	display: none !important
}

@media only screen and (max-width:991px) {
	.hidden-sp {
		display: none !important
	}

}

@media only screen and (min-width:992px) {
	.hidden-pc {
		display: none !important
	}

}

.relative {
	position: relative
}

.container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px
}

@media only screen and (max-width:991px) {
	.container {
		padding: 0 24px
	}

}

.contact-btn {
	border-radius: 95px;
	overflow: hidden;
	position: relative;
    top: -15px;
}

.contact-btn__img {
	width: 100%;
	max-width: 438px
}

@media only screen and (max-width:991px) {
	.contact-btn__img {
		max-width: 289px
	}

}

.text-center {
	text-align: center
}

.text-uppercase {
	text-transform: uppercase
}

.bg-img, .img {
	position: relative;
	background: #8B9AAF;
	overflow: hidden;
	z-index: 0
}

.img--bleed {
	overflow: visible
}

.bg-img__main, .img__main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1
}

.accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 25px;
	width: 100%;
	max-width: 700px;
	margin: 0 auto
}

.accordion__item {
	border-bottom: 1px solid #18345F;
	padding: 0 0 20px
}

.accordion__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px
}

.accordion__wrap {
	padding: 20px 0 0
}

.accordion__icon {
	display: block;
	position: relative;
	aspect-ratio: 1/1;
	width: 15px
}

.accordion__icon:after, .accordion__icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #18345F;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.accordion__icon:before {
	width: 100%;
	height: 2px
}

.accordion__icon:after {
	width: 2px;
	height: 100%;
	-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: height;
	transition-property: height
}

.accordion__link.is-active .accordion__icon:after {
	height: 0
}

.tabs__nav {
	position: relative
}

.tabs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 30px
}

@media only screen and (max-width:991px) {
	.tabs__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

}

.tabs__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.tabs__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 18px 0;
	background: #efefef;
	-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: background, color;
	transition-property: background, color
}

@media only screen and (max-width:991px) {
	.tabs__link {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 12px 0
	}

}

.tabs__link:hover {
	background: #8B9AAF
}

.tabs__item.is-active .tabs__link {
	background: #18345F;
	color: #fff
}

.tabs__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	position: relative;
	z-index: 0
}

.tabs__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility
}

.tabs__content:nth-child(n+2) {
	margin: 0 0 0 -100%
}

.tabs__content.is-active {
	max-height: 100%;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	z-index: 0
}

.layout-sample__ttl {
	margin: 0 0 30px
}

.layout-sample__txt p:nth-child(n+2) {
	margin: 1.4em 0 0
}

.layout-marquee {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-shadow: 0 0 5px #E7EAEF, 0 0 5px #E7EAEF, 0 0 5px #E7EAEF, 0 0 5px #E7EAEF, 0 0 5px #E7EAEF, 0 0 5px #E7EAEF, 0 0 5px #E7EAEF, 0 0 5px #E7EAEF, 0 0 5px #E7EAEF, 0 0 5px #E7EAEF;
	mix-blend-mode: multiply;
	pointer-events: none;
	z-index: -1
}

@supports (-webkit-text-stroke:3px) and (paint-order:stroke fill) {
	.layout-marquee {
		text-shadow: none;
		-webkit-text-stroke: 5px #E7EAEF;
		paint-order: stroke fill
	}

	@media only screen and (max-width:991px) {
		.layout-marquee {
			-webkit-text-stroke-width: 3px
		}

	}

}

.layout-marquee__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	font-size: 25rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	white-space: nowrap;
	-webkit-animation: marquee 10s linear infinite;
	animation: marquee 10s linear infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

@media only screen and (max-width:991px) {
	.layout-marquee__wrap {
		font-size: 10rem
	}

}

@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

}

@keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 124px;
	padding: 0 80px;
	z-index: 100;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: height, -webkit-box-shadow;
	transition-property: height, -webkit-box-shadow;
	transition-property: height, box-shadow;
	transition-property: height, box-shadow, -webkit-box-shadow
}

@media only screen and (max-width:991px) {
	.header {
		height: 80px;
		padding: 0 20px
	}

}

.admin-bar .header {
	top: 32px
}

.is-scrolled .header {
	height: 100px
}

.header__home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 24px
}

.header__logo {
	max-height: 60px;
	pointer-events: none
}

@media only screen and (max-width:991px) {
	.header__logo {
		max-height: 36px
	}

}

.header__title {
	padding: 8px 24px;
	border-left: 1px solid #18345F;
	font-size: 2rem;
	font-weight: 700
}

@media only screen and (max-width:991px) {
	.header__title {
		font-size: 1.2rem;
		padding: 4px 12px
	}

}

.header__nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 50px
}

@media only screen and (max-width:991px) {
	.header__nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: calc(100vh - 100%);
		overflow-y: scroll;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transition-property: opacity, visibility;
		transition-property: opacity, visibility
	}

	.admin-bar .header__nav {
		top: calc(100% + 32px);
		height: calc(100vh - (100% - 32px))
	}

	.is-menu-opened .header__nav {
		opacity: 1;
		visibility: visible
	}

}

.header-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 3px;
	padding: 15px 25px;
	border: 1px solid #18345F;
	border-radius: 56px;
	background: #fff;
	color: #18345F;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color
}

.header-phone:hover {
	background: #18345F;
	color: #fff
}

.header-phone__icon {
	width: 25px;
	-webkit-transition-property: -webkit-filter;
	transition-property: -webkit-filter;
	transition-property: filter;
	transition-property: filter, -webkit-filter
}

.header-phone:hover .header-phone__icon {
	-webkit-filter: contrast(0) grayscale(1) brightness(200%);
	filter: contrast(0) grayscale(1) brightness(200%)
}

.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 30px
}

.header-bars {
	position: relative;
	aspect-ratio: 1/1;
	width: 40px;
	cursor: pointer
}

.header-bars:after, .header-bars:before, .header-bars__middle {
	content: "";
	position: absolute;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #18345F;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: top, opacity, -webkit-transform;
	transition-property: top, opacity, -webkit-transform;
	transition-property: top, transform, opacity;
	transition-property: top, transform, opacity, -webkit-transform
}

.header-bars:before {
	top: calc(50% - 10px)
}

.is-menu-opened .header-bars:before {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.header-bars__middle {
	top: 50%
}

.is-menu-opened .header-bars__middle {
	opacity: 0
}

.header-bars:after {
	top: calc(50% + 10px)
}

.is-menu-opened .header-bars:after {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.footer {
	background: #18345F;
	color: #fff;
	padding: 100px 0
}

@media only screen and (max-width:991px) {
	.footer {
		padding: 80px 0 40px
	}

}

.footer__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px
}

@media only screen and (max-width:991px) {
	.footer__wrap {
		gap: 64px
	}

}

@media only screen and (max-width:991px) {
	.footer__info {
		width: 100%;
		padding: 0 30px
	}

}

.footer__logo {
	height: 70px;
	margin: 0 0 10px
}

@media only screen and (max-width:991px) {
	.footer__logo {
		height: 60px
	}

}

.footer__txt {
	margin: 0 0 40px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.04em
}

@media only screen and (max-width:991px) {
	.footer__txt {
		font-size: 1.4rem
	}

}

.footer__company {
	margin: 0 0 24px;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.04em
}

@media only screen and (max-width:991px) {
	.footer__company {
		font-size: 1.6rem
	}

}

.footer__address, .footer__contact, .footer__email {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.04em
}

@media only screen and (max-width:991px) {
	.footer__address, .footer__contact, .footer__email {
		font-size: 1.4rem;
		line-height: 1.4
	}

}

.footer__address, .footer__contact {
	margin: 0 0 8px
}

@media only screen and (max-width:991px) {
	.footer__address, .footer__contact {
		margin: 0 0 4px
	}

}

.footer__address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

.footer__map {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

@media only screen and (max-width:991px) {
	.footer__map {
		-webkit-transform: translateY(30%);
		transform: translateY(30%)
	}

}

.footer__map-icon {
	max-width: 24px
}

.footer__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px
}

@media only screen and (max-width:991px) {
	.footer__right {
		gap: 64px
	}

}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 10px;
	font-size: 1.8rem;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.footer__nav {
		gap: 20px;
		padding: 0 30px;
		letter-spacing: 0.04em
	}

}

.footer__nav-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 10px;
	padding: 10px
}

@media only screen and (max-width:991px) {
	.footer__nav-group {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		padding: 0
	}

}

.footer__nav-ttl {
	font-weight: 700
}

.footer__nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 10px
}

.footer__nav-item:before {
	content: "";
	display: block;
	width: 8px;
	height: 2px;
	background: #7FC5EE
}

.footer__nav-item+.footer__nav-item {
	margin: 24px 0 0
}

@media only screen and (max-width:991px) {
	.footer__nav-item+.footer__nav-item {
		margin: 16px 0 0
	}

}

.lower__wrap:empty {
	min-height: 100vh
}

.banner {
	margin: 100px 0 0
}

@media only screen and (max-width:991px) {
	.banner {
		margin: 80px 0 0
	}

}

.banner__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	min-height: 300px;
	background: #8B9AAF
}

.page-404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	min-height: 100vh;
	padding: 100px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media only screen and (max-width:991px) {
	.page-404 {
		padding: 70px 0
	}

}

.page-404__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

.page-404__ttl {
	margin: 0 0 40px
}

.page-404__txt {
	margin: 0 auto;
	border: 3px solid #18345F;
	padding: 60px 60px 30px;
	line-height: 2
}

@media only screen and (max-width:767px) {
	.page-404__txt {
		padding: 30px 20px
	}

}

.page-404__txt p+p {
	margin: 1em 0 0
}

.page-404__logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px 60px;
	margin: 60px 0 0
}

.page-404__company, .page-404__wd {
	max-height: 70px;
	pointer-events: none
}

.page-404__link {
	display: block;
	margin: 60px 0 0;
	border: 2px solid #18345F;
	padding: 8px 30px;
	background: #18345F;
	color: #fff;
	text-align: center;
	-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: background, color;
	transition-property: background, color
}

.page-404__link:hover {
	background: #fff;
	color: #18345F
}

.top-banner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 124px 0 0;
	height: 100dvh;
	max-height: 1117px;
	z-index: 0
}

@media only screen and (max-width:991px) {
	.top-banner {
		padding: 80px 0 0
	}

}

.top-banner__marquee {
	top: initial;
	bottom: 0;
	-webkit-transform: translateY(25%);
	transform: translateY(25%)
}

.top-banner__accent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.top-banner__accent--01 {
	z-index: 1
}

.top-banner__accent--02 {
	z-index: 2
}

.top-banner__accent--03 {
	z-index: 3
}

.top-banner__accent--04 {
	z-index: 4
}

.top-banner__wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 34px;
	margin: 0 auto;
	width: 100%;
	max-width: 1110px;
	z-index: 5
}

@media only screen and (max-width:991px) {
	.top-banner__wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

}

.top-banner__tagline {
	width: 100%;
	max-width: 680px
}

@media only screen and (max-width:991px) {
	.top-banner__tagline {
		max-width: 261px
	}

}

.top-banner__ttl {
	font-size: 8rem;
	font-weight: 700;
	line-height: 1.25
}

@media only screen and (max-width:991px) {
	.top-banner__ttl {
		font-size: 4.2rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
		text-align: center
	}

}

.top-banner__ttl--strong {
	font-weight: 900
}

.top-banner__ttl--hl {
	color: #2A65E9
}

.top-banner__link {
	margin: 30px 0 0
}

@media only screen and (max-width:991px) {
	.top-banner__link {
		margin: 0
	}

}

.top-intro {
	position: relative;
	padding: 320px 0 240px;
	background: url("../images/top/intro_bg.png") no-repeat center top/cover
}

@media only screen and (max-width:991px) {
	.top-intro {
		padding: 200px 0 95px
	}

}

.top-intro:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 67px;
	background: #fff;
	clip-path: polygon(0 0, calc(50% - 210px) 0, 50% 100%, calc(50% + 210px) 0, 100% 0, 100% 100%, 0 100%)
}

@media only screen and (max-width:991px) {
	.top-intro:after {
		height: 32px;
		clip-path: polygon(0 0, calc(50% - 47px) 0, 50% 100%, calc(50% + 47px) 0, 100% 0, 100% 100%, 0 100%)
	}

}

.top-intro__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

.top-intro__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 16px;
	position: relative;
	margin: 0 0 80px;
	padding: 0 0 25px;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.top-intro__ttl {
		gap: 8px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 40px;
		padding: 0 0 12px;
		font-size: 2.8rem;
		text-align: center
	}

}

.top-intro__ttl:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #18345F;
	-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: width;
	transition-property: width
}

.top-intro__ttl.animated:after {
	width: 100%
}

.top-intro__ttl--hl {
	font-size: 1.2em;
	line-height: 0.8333333333
}

.top-intro__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 12px 40px;
	width: 100%;
	margin: 0 0 100px
}

@media only screen and (max-width:991px) {
	.top-intro__list {
		margin: 0 0 40px
	}

}

.top-intro__item {
	width: 100%;
	max-width: 440px
}

@media only screen and (min-width:992px) {
	.top-intro__item:nth-child(2) {
		margin-top: 40px
	}

}

.top-intro__item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	min-height: 290px;
	border-radius: 24px;
	padding: 40px 40px 64px;
	background: #fff;
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15)
}

@media only screen and (max-width:991px) {
	.top-intro__item-wrap {
		min-height: initial;
		padding: 20px 20px 23px;
		margin: 0 16px 0 0
	}

}

@media only screen and (max-width:991px) {
	.top-intro__item:nth-child(2) .top-intro__item-wrap {
		margin: 0 0 0 16px
	}

}

.top-intro__item-wrap:before {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	aspect-ratio: 28/21;
	width: 21px;
	background: url("../images/top/intro_accent_item.png") no-repeat center top/contain;
	-webkit-transform: translateX(-50%) scaleX(-1);
	transform: translateX(-50%) scaleX(-1)
}

.top-intro__item:first-child .top-intro__item-wrap:before {
	-webkit-transform: initial;
	transform: initial
}

.top-intro__item:nth-child(2) .top-intro__item-wrap:before {
	left: 21.3636363636%
}

.top-intro__item-txt {
	font-size: 2.8rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-intro__item-txt {
		font-size: 1.6rem;
		letter-spacing: 0;
		text-align: left
	}

}

.top-intro__item-txt--hl {
	color: #2A65E9;
	font-weight: 900
}

.top-intro__item-img {
	position: relative;
	width: 100%;
	margin: -42px auto 0;
	z-index: 5
}

@media only screen and (max-width:991px) {
	.top-intro__item-img {
		margin: -17px auto 0
	}

}

.top-intro__item:first-child .top-intro__item-img {
	max-width: 173px;
	margin-left: 40px
}

@media only screen and (max-width:991px) {
	.top-intro__item:first-child .top-intro__item-img {
		max-width: 100px;
		margin-left: 28px
	}

}

.top-intro__item:nth-child(2) .top-intro__item-img {
	max-width: 233px;
	margin-inline: auto
}

@media only screen and (max-width:991px) {
	.top-intro__item:nth-child(2) .top-intro__item-img {
		max-width: 125px
	}

}

.top-intro__item:nth-child(3) .top-intro__item-img {
	max-width: 151px;
	margin-right: 40px
}

@media only screen and (max-width:991px) {
	.top-intro__item:nth-child(3) .top-intro__item-img {
		max-width: 90px;
		margin-right: 30px
	}

}

.top-intro__tagline {
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.8
}

@media only screen and (max-width:991px) {
	.top-intro__tagline {
		font-size: 2rem
	}

}

.top-intro__tagline--hl {
	color: #2A65E9;
	font-weight: 900;
	font-size: 1.2em
}

.top-compare {
	position: relative;
	padding: 240px 0
}

@media only screen and (max-width:991px) {
	.top-compare {
		padding: 120px 0
	}

}

.top-compare__tagline {
	position: relative
}

.top-compare__marquee {
	top: initial;
	bottom: 10px
}

@media only screen and (max-width:991px) {
	.top-compare__marquee {
		bottom: 30px
	}

}

.top-compare__ttl {
	margin: 0 0 64px;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1
}

@media only screen and (max-width:991px) {
	.top-compare__ttl {
		font-size: 2.8rem;
		letter-spacing: 0
	}

}

.top-compare__ttl--hl {
	display: inline-block;
	margin: -1em 0 0;
	-webkit-text-emphasis: circle #FFF132;
	text-emphasis: circle #FFF132
}

.top-compare__txt {
	margin: 0 0 120px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-compare__txt {
		margin: 0 0 60px;
		font-size: 1.9rem;
		font-weight: 500;
		letter-spacing: 0
	}

}

.top-compare__txt--hl {
	display: inline-block;
	margin: 8px 8px 0;
	padding: 0 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#32B3FF), to(#2A65E9));
	background: linear-gradient(180deg, #32B3FF 0%, #2A65E9 100%);
	color: #fff
}

@media only screen and (max-width:991px) {
	.top-compare__txt--hl {
		display: block;
		background: none;
		color: inherit;
		font-size: 2.4rem;
		font-weight: 700
	}

}

.top-compare__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px
}

.top-compare__item {
	width: 100%;
	max-width: 580px
}

.top-compare__item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

.top-compare__item-ttl {
	width: 100%;
	margin: 0 0 80px;
	border-radius: 4px;
	padding: 24px;
	background: #8B9AAF;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-compare__item-ttl {
		margin: 0 0 40px;
		font-size: 2rem
	}

}

.top-compare__item--alt .top-compare__item-ttl {
	background: #32B3FF;
	color: #32B3FF;
	font-size: 3.2rem;
	line-height: 0.75;
	letter-spacing: 0.07em;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff
}

@media only screen and (max-width:991px) {
	.top-compare__item--alt .top-compare__item-ttl {
		font-size: 2.4rem
	}

}

@supports (-webkit-text-stroke:3px) and (paint-order:stroke fill) {
	.top-compare__item--alt .top-compare__item-ttl {
		text-shadow: none;
		-webkit-text-stroke: 7px #fff;
		paint-order: stroke fill
	}

}

.top-compare__item-img {
	max-width: 332px;
	margin: 0 0 40px
}

.top-compare__item-sub {
	margin: 0 0 24px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-compare__item-sub {
		font-size: 2.4rem
	}

}

.top-compare__item-sub--hl {
	background: -webkit-gradient(linear, left bottom, left top, from(#FFF132), color-stop(34.0909090909%, #FFF132), color-stop(34.0909090909%, transparent));
	background: linear-gradient(0deg, #FFF132 0%, #FFF132 34.0909090909%, transparent 34.0909090909%)
}

.top-compare__item-txt {
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-compare__item-txt {
		font-size: 1.8rem;
		max-width: 302px;
		text-align: left
	}

}

.top-compare__item-txt--hl {
	color: #2A65E9;
	font-size: 1.1666666667em;
	font-weight: 700
}

.top-case {
	position: relative;
	padding: 150px 0 260px;
	background: url("../images/top/case_accent.png") no-repeat left top/66.2615740741% auto, -webkit-gradient(linear, left top, left bottom, from(#F4F5F6), color-stop(60%, transparent));
	background: url("../images/top/case_accent.png") no-repeat left top/66.2615740741% auto, linear-gradient(180deg, #F4F5F6 0%, transparent 60%);
	z-index: 0
}

@media only screen and (max-width:991px) {
	.top-case {
		padding: 75px 0 120px;
		background: #F4F5F6 url("../images/top/case_accent.png") no-repeat left top/116.6666666667% auto
	}

}

.top-case__ttl {
	margin: 0 0 10px;
	font-size: 4.8rem;
	line-height: 2;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-case__ttl {
		font-size: 2.6rem
	}

}

.top-case__ttl--white {
	color: #fff
}

.top-case__ttl--hl {
	display: inline-block;
	margin: 0 15px;
	padding: 12px 0;
	background: #FFF132;
	line-height: 1;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg)
}

@media only screen and (max-width:991px) {
	.top-case__ttl--hl {
		margin: 0
	}

}

.top-case__txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
	margin: 0 0 120px;
	font-size: 2.8rem;
	line-height: 1;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-case__txt {
		gap: 12px;
		margin: 0 0 60px;
		font-size: 1.8rem
	}

}

.top-case__txt:after, .top-case__txt:before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #18345F
}

.top-case__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 40px
}

@media only screen and (max-width:991px) {
	.top-case__list {
		gap: 40px
	}

}

.top-case__item {
	width: 100%;
	max-width: 680px;
	background: #fff url("../images/top/case_bg_item.png") repeat left top/49px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

@media only screen and (min-width:992px) {
	.top-case__item:nth-child(odd) {
		margin-bottom: 80px
	}

	.top-case__item:nth-child(2n) {
		margin-top: 80px
	}

}

.top-case__item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

.top-case__item-marker {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 28px 40px 12px;
	font-weight: 100;
	line-height: 1
}

@media only screen and (max-width:991px) {
	.top-case__item-marker {
		padding: 26px 20px 8px
	}

}

.top-case__item-case {
	color: #8B9AAF;
	font-size: 2.4rem
}

@media only screen and (max-width:991px) {
	.top-case__item-case {
		font-size: 1.4rem
	}

}

.top-case__item-num {
	color: #2A65E9;
	font-size: 6.4rem
}

@media only screen and (max-width:991px) {
	.top-case__item-num {
		font-size: 4rem
	}

}

.top-case__item-ttl {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	padding: 24px;
	background: #18345F;
	color: #fff;
	font-size: 3.2rem;
	line-height: 1
}

@media only screen and (max-width:991px) {
	.top-case__item-ttl {
		padding: 16px 24px;
		font-size: 2rem;
		line-height: 1.4
	}

}

.top-case__item-body {
	padding: 40px
}

@media only screen and (max-width:991px) {
	.top-case__item-body {
		padding: 40px 20px
	}

}

.top-case-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 40px
}

.top-case-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 12px
}

.top-case-list__item-ttl {
	border: 1px solid #18345F;
	border-radius: 4px;
	padding: 0 11px;
	font-size: 2.4rem;
	line-height: 1.5833333333
}

@media only screen and (max-width:991px) {
	.top-case-list__item-ttl {
		font-size: 1.8rem
	}

}

.top-case-list__item-txt {
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.05em
}

@media only screen and (max-width:991px) {
	.top-case-list__item-txt {
		font-size: 1.8rem
	}

}

.top-case-list__item-txt--hl {
	display: inline-block;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(28.125%, transparent), color-stop(28.125%, #FFF132), color-stop(68.75%, #FFF132), color-stop(68.75%, transparent));
	background: linear-gradient(0deg, transparent 28.125%, #FFF132 28.125%, #FFF132 68.75%, transparent 68.75%);
	font-weight: 700
}

.top-case__footer {
	margin: 120px 0 0;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-case__footer {
		margin: 60px 0 0
	}

}

.top-case__footer:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	aspect-ratio: 1728/825;
	width: 100%;
	background: url("../images/top/case_bg.png") no-repeat center/cover;
	z-index: -1
}

@media only screen and (max-width:991px) {
	.top-case__footer:before {
		aspect-ratio: initial;
		height: 700px;
		background: url("../images/top/case_bg-sp.png") no-repeat center/cover
	}

}

.top-case__footer:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #EBF7FF;
	clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%)
}

@media only screen and (max-width:991px) {
	.top-case__footer:after {
		height: 54px
	}

}

.top-case__footer-txt-01 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.top-case__footer-txt-01 {
		font-size: 2.4rem;
		line-height: 1.4
	}

}

.top-case__footer-txt-02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
	margin: 20px 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.top-case__footer-txt-02 {
		gap: 8px;
		margin: 20px 0 0;
		font-size: 1.8rem
	}

}

.top-case__footer-txt-02--hl {
	display: inline-block;
	border: 1px solid #18345F;
	border-radius: 4px;
	padding: 0 16px;
	background: #fff;
	line-height: 1.5
}

@media only screen and (max-width:991px) {
	.top-case__footer-txt-02--hl {
		padding: 0 15px
	}

}

@media only screen and (max-width:991px) {
	.top-case__footer-txt-02--str {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin: 20px 0 0;
		font-size: 2.2rem
	}

}

.top-case__footer-txt-03 {
	color: #2A65E9;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.top-case__footer-txt-03 {
		font-size: 2.8rem;
		line-height: 1.4;
		letter-spacing: 0.04em
	}

}

.top-solution {
	position: relative;
	padding: 240px 0;
	background: #EBF7FF;
	z-index: 0
}

@media only screen and (max-width:991px) {
	.top-solution {
		padding: 120px 0
	}

}

.top-solution__tagline {
	position: relative
}

.top-solution__marquee {
	top: initial;
	bottom: 10px;
	-webkit-text-stroke-color: rgba(50, 179, 255, 0.3)
}

@media only screen and (max-width:991px) {
	.top-solution__marquee {
		bottom: 50px
	}

}

.top-solution__ttl {
	margin: 0 0 120px;
	font-size: 4.8rem;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.4
}

@media only screen and (max-width:991px) {
	.top-solution__ttl {
		margin: 0 0 60px;
		font-size: 2.8rem
	}

}

.top-solution__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 40px
}

.top-solution__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	width: 100%;
	max-width: 680px
}

.top-solution__item-ttl {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	margin: 0 0 -20px;
	border-radius: 45px;
	padding: 0 32px;
	background: #8B9AAF;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 2.1428571429;
	letter-spacing: 0.08em;
	z-index: 2
}

.top-solution__prob {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 24px;
	border-radius: 8px 8px 0 0;
	padding: 60px 40px 40px;
	background: #fff;
	z-index: 1
}

@media only screen and (max-width:991px) {
	.top-solution__prob {
		gap: 12px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 40px 20px 20px
	}

}

.top-solution__prob:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	aspect-ratio: 56/28;
	width: 56px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media only screen and (max-width:991px) {
	.top-solution__prob:before {
		width: 32px
	}

}

.top-solution__prob-img {
	-ms-flex-item-align: end;
	align-self: flex-end;
	aspect-ratio: 1/1;
	width: 100px
}

@media only screen and (max-width:991px) {
	.top-solution__prob-img {
		width: 70px
	}

}

.top-solution__prob-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #8B9AAF;
	border-radius: 10px;
	padding: 20px
}

@media only screen and (max-width:991px) {
	.top-solution__prob-wrap {
		padding: 20px 7px 20px 16px
	}

}

.top-solution__prob-ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.top-solution__prob-ttl {
		font-size: 1.8rem
	}

}

.top-solution__prob-txt {
	margin: 10px 0 0;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.top-solution__prob-txt {
		font-size: 1.6rem
	}

}

.top-solution__soln {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 32px;
	min-height: 365px;
	border-radius: 0 0 8px 8px;
	padding: 40px;
	background: #32B3FF -webkit-gradient(linear, left top, left bottom, from(#32B3FF), to(#2A65E9));
	background: #32B3FF linear-gradient(180deg, #32B3FF 0%, #2A65E9 100%);
	color: #fff
}

@media only screen and (max-width:991px) {
	.top-solution__soln {
		gap: 16px;
		min-height: initial;
		padding: 56px 20px 40
	}

}

.top-solution__soln-ttl {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	border-radius: 45px;
	padding: 0 32px;
	background: #fff;
	color: #32B3FF;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 2.1428571429;
	letter-spacing: 0.08em;
	z-index: 2
}

.top-solution__soln-txt-01 {
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 0 0 24px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-solution__soln-txt-01 {
		padding: 0 0 16px;
		font-size: 2rem;
		line-height: 1.4
	}

}

.top-solution__soln-txt-02 {
	padding: 24px 0 0;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-solution__soln-txt-02 {
		padding: 0;
		font-size: 1.8rem
	}

}

.top-merit {
	position: relative;
	padding: 320px 0
}

@media only screen and (max-width:991px) {
	.top-merit {
		padding: 120px 0
	}

}

.top-merit__tagline {
	position: relative
}

.top-merit__marquee {
	top: initial;
	bottom: 70px
}

.top-merit__ttl {
	margin: 0 0 120px;
	font-size: 4.8rem;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1
}

@media only screen and (max-width:991px) {
	.top-merit__ttl {
		margin: 0 0 60px;
		font-size: 2.8rem;
		line-height: 1.6
	}

}

.top-merit__ttl--hl {
	display: inline-block;
	margin: -1em 0 0;
	-webkit-text-emphasis: circle #FFF132;
	text-emphasis: circle #FFF132
}

@media only screen and (max-width:991px) {
	.top-merit__ttl--hl {
		margin: 0
	}

}

.top-merit__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 24px 80px;
	padding: 40px
}

@media only screen and (max-width:991px) {
	.top-merit__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0
	}

}

@media only screen and (min-width:992px) {
	.top-merit__item:nth-child(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

}

.top-merit__item+.top-merit__item {
	margin-top: 80px
}

@media only screen and (max-width:991px) {
	.top-merit__item+.top-merit__item {
		margin-top: 168px
	}

}

@media only screen and (max-width:991px) {
	.top-merit__item-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
		gap: 20px 16px
	}

}

.top-merit__item-img {
	aspect-ratio: 1/1;
	max-width: 590px;
	-webkit-box-shadow: -203px 104px 0 0 #F4F5F6;
	box-shadow: -203px 104px 0 0 #F4F5F6
}

@media only screen and (max-width:991px) {
	.top-merit__item-img {
		max-width: 240px;
		margin: 0 -24px 0 auto;
		-webkit-box-shadow: -80px 48px 0 0 #F4F5F6;
		box-shadow: -80px 48px 0 0 #F4F5F6
	}

}

@media only screen and (min-width:992px) {
	.top-merit__item:nth-child(2n) .top-merit__item-img {
		-webkit-box-shadow: 203px 104px 0 0 #F4F5F6;
		box-shadow: 203px 104px 0 0 #F4F5F6
	}

}

.top-merit__item:nth-child(3) .top-merit__item-img {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media only screen and (max-width:991px) {
	.top-merit__item:nth-child(3) .top-merit__item-img {
		margin: 0 auto
	}

}

.top-merit__item-num {
	margin: 0 0 40px;
	color: #32B3FF;
	font-size: 14rem;
	font-weight: 100;
	line-height: 1;
	letter-spacing: 0
}

@media only screen and (max-width:991px) {
	.top-merit__item-num {
		margin: 0;
		font-size: 8rem
	}

}

.top-merit__item-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 8px;
	margin: 0 0 40px
}

@media only screen and (max-width:991px) {
	.top-merit__item-ttl {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0
	}

}

.top-merit__item-ttl--hl {
	display: inline-block;
	padding: 0 24px;
	background: #2A65E9;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.top-merit__item-ttl--hl {
		padding: 0 16px;
		font-size: 2rem;
		line-height: 1.6666666667
	}

}

.top-merit__item-txt {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.04em
}

@media only screen and (max-width:991px) {
	.top-merit__item-txt {
		font-size: 1.8rem
	}

}

.top-cost {
	position: relative;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(75%, #fff)), url("../images/top/cost_bg.jpg") no-repeat center top/100% auto;
	background: linear-gradient(90deg, transparent 50%, #fff 75%), url("../images/top/cost_bg.jpg") no-repeat center top/100% auto;
	z-index: 0
}

@media only screen and (max-width:991px) {
	.top-cost {
		background: url("../images/top/cost_bg-sp.jpg") no-repeat center 80px/100% auto
	}

}

.top-cost__wrap {
	position: relative;
	margin: 0 0 0 auto;
	padding: 265px 0 160px 135px;
	width: 50%
}

@media only screen and (max-width:991px) {
	.top-cost__wrap {
		padding: 320px 0 80px;
		width: 100%
	}

}

.top-cost__img {
	position: absolute;
	top: 45px;
	left: -15px;
	width: 100%;
	max-width: 285px;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: -1
}

@media only screen and (max-width:991px) {
	.top-cost__img {
		top: 15px;
		left: initial;
		right: 0;
		max-width: 156px
	}

}

.top-cost__ttl {
	margin: 0 0 120px;
	font-size: 4rem;
	line-height: 1.8;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.top-cost__ttl {
		margin: 0 0 40px;
		font-size: 2.4rem
	}

}

.top-cost__ttl--hl, .top-cost__ttl--strong {
	font-weight: 900
}

.top-cost__ttl--hl {
	color: #2A65E9
}

.top-cost__item {
	margin: 0 -2em 0 1em;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.top-cost__item {
		margin: 0 0 0 1em;
		font-size: 1.4rem
	}

}

.top-cost__item+.top-cost__item {
	margin-top: 8px
}

.top-cost__item::marker {
	content: "※"
}

.top-campaign {
	position: relative;
	padding: 240px 0
}

@media only screen and (max-width:991px) {
	.top-campaign {
		padding: 120px 0
	}

}

.top-campaign__tagline {
	position: relative
}

.top-campaign__marquee {
	top: initial;
	bottom: 10px
}

.top-campaign__ttl {
	margin: 0 0 40px;
	font-size: 4.8rem;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-campaign__ttl {
		margin: 0 0 32px;
		font-size: 2.2rem
	}

}

.top-campaign__txt {
	margin: 0 0 80px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-campaign__txt {
		margin: 0 0 60px;
		font-size: 1.8rem
	}

}

.top-campaign__txt--hl {
	color: #2A65E9;
	font-weight: 700
}

.top-campaign__wrap {
	margin: 0 -24px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.top-campaign__sub {
	position: relative;
	padding: 50px 25px 25px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-campaign__sub {
		padding: 28px 16px 16px;
		font-size: 2.4rem
	}

}

.top-campaign__sub:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 50%;
	aspect-ratio: 148/25;
	width: 148px;
	background: url("../images/top/campaign_img_stars.png") no-repeat center/contain;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0
}

@media only screen and (max-width:991px) {
	.top-campaign__sub:before {
		top: 16px;
		width: 75px
	}

}

.top-campaign__sub--hl {
	color: #2A65E9;
	font-size: 1.5em
}

.top-campaign__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	padding: 40px;
	background: #EBF7FF
}

@media only screen and (max-width:991px) {
	.top-campaign__list {
		gap: 40px;
		padding: 48px 24px
	}

}

.top-campaign__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	width: 100%;
	max-width: 330px;
	text-align: center
}

@media only screen and (max-width:991px) {
	.top-campaign__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 16px;
		max-width: initial
	}

}

.top-campaign__item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

.top-campaign__item-counter {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	margin: 0 0 -50px;
	padding: 0 0 12px;
	font-weight: 100;
	line-height: 1;
	z-index: 1
}

@media only screen and (max-width:991px) {
	.top-campaign__item-counter {
		margin: 0 0 -30px
	}

}

.top-campaign__item-str {
	font-size: 1.6rem
}

@media only screen and (max-width:991px) {
	.top-campaign__item-str {
		font-size: 0.8rem
	}

}

.top-campaign__item-num {
	color: #2A65E9;
	font-size: 6.4rem
}

@media only screen and (max-width:991px) {
	.top-campaign__item-num {
		font-size: 3.5rem
	}

}

.top-campaign__item-img {
	width: 100%;
	max-width: 200px;
	margin: 0 0 16px
}

@media only screen and (max-width:991px) {
	.top-campaign__item-img {
		max-width: 130px;
		margin: 0
	}

}

.top-campaign__item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

@media only screen and (max-width:991px) {
	.top-campaign__item-info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

}

.top-campaign__item-ttl {
	margin: 0 0 8px;
	color: #2A65E9;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0
}

@media only screen and (max-width:991px) {
	.top-campaign__item-ttl {
		font-size: 2.4rem;
		text-align: left
	}

}

.top-campaign__item-txt {
	color: #000;
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.08em
}

@media only screen and (max-width:991px) {
	.top-campaign__item-txt {
		font-size: 1.8rem;
		text-align: left
	}

}

.top-campaign__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 80px 0 0
}

@media only screen and (max-width:991px) {
	.top-campaign__btn {
		margin: 60px 0 0
	}

}

.top-phone {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 486px;
	z-index: 10
}

.top-swiper .swiper-wrapper {
	height: initial
}