<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.page-index .gnav__item.gnav__item--01::before {
		opacity: 1;
	}
}

.page-index .gnav__item.gnav__item--01 a::after {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.page-index .l-page__main {
		padding-top: 0;
	}
}

.m-contact {
	margin-top: 0;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.top-m-ttl {
	text-align: center;
}

.top-m-ttl__en {
	display: block;
}

.top-m-ttl__ja {
	display: block;
	margin-top: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.top-m-ttl__ja {
		margin-top: 10px;
		font-size: 1.3rem;
	}
}

.top-bg-color {
	background-color: #edf3f5;
}

/*--------------------------------------------------------------------------
   sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
	position: relative;
	padding-top: 107px;
}

@media only screen and (max-width: 767px) {
	.sec-mv {
		padding-top: 48px;
	}
}

.sec-mv__slide01 {
	position: relative;
	width: 63%;
	height: 577px;
}

@media only screen and (max-width: 767px) {
	.sec-mv__slide01 {
		width: 93.33%;
		height: 234px;
	}
}

.sec-mv__slide01 .swiper {
	height: 577px;
	border-radius: 0 40px 40px 0;
}

@media only screen and (max-width: 767px) {
	.sec-mv__slide01 .swiper {
		height: 234px;
		border-radius: 0 20px 20px 0;
	}
}

.sec-mv__slide01 .swiper-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec-mv__slide01 .swiper-pagination {
	bottom: -26px;
	left: 20px;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.sec-mv__slide01 .swiper-pagination {
		bottom: -18px;
		left: 12px;
	}
}

.sec-mv__slide01 .swiper-slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: none !important;
	transform: none !important;
	opacity: 1 !important;
}

.sec-mv__slide01 .swiper-slide-prev {
	z-index: 5;
}

.sec-mv__slide01 .swiper-slide-active {
	z-index: 10;
}

.sec-mv__slide01-img {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 577px;
	transition: -webkit-clip-path 0s linear 1.5s;
	transition:         clip-path 0s linear 1.5s;
	transition:         clip-path 0s linear 1.5s, -webkit-clip-path 0s linear 1.5s;

	-webkit-clip-path: inset(0 100% 0 0);
	        clip-path: inset(0 100% 0 0);
}

@media only screen and (max-width: 767px) {
	.sec-mv__slide01-img {
		height: 234px;
	}
}

.sec-mv__slide01-img img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}

.sec-mv .swiper-slide-prev .sec-mv__slide01-img,
.sec-mv .swiper-slide-active .sec-mv__slide01-img {
	transition: -webkit-clip-path 1.5s cubic-bezier(.23, 1, .32, 1) 0s;
	transition:         clip-path 1.5s cubic-bezier(.23, 1, .32, 1) 0s;
	transition:         clip-path 1.5s cubic-bezier(.23, 1, .32, 1) 0s, -webkit-clip-path 1.5s cubic-bezier(.23, 1, .32, 1) 0s;

	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}

.sec-mv__slide02 {
	position: absolute;
	top: 0;
	right: 3.5%;
	width: 29.4%;
	height: 630px;
}

@media only screen and (max-width: 767px) {
	.sec-mv__slide02 {
		position: relative;
		top: inherit;
		right: inherit;
		width: 50%;
		height: 233px;
		padding-left: 18px;
	}
}

.sec-mv__slide02 .swiper {
	height: 630px;
	border-radius: 0 0 40px 40px;
}

@media only screen and (max-width: 767px) {
	.sec-mv__slide02 .swiper {
		height: 233px;
		border-radius: 20px 0 0 20px;
	}
}

.sec-mv__slide02 .swiper-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec-mv__slide02 .swiper-pagination {
	bottom: -26px;
	left: initial;
	right: 20px;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.sec-mv__slide02 .swiper-pagination {
		bottom: -18px;
		right: 11px;
	}
}

.sec-mv .swiper-slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: none !important;
	transform: none !important;
	opacity: 1 !important;
}

.sec-mv .swiper-slide-prev {
	z-index: 5;
}

.sec-mv .swiper-slide-active {
	z-index: 10;
}

.sec-mv__slide02-img {
	overflow: hidden;
	z-index: 1;
	height: 630px;
	transition: -webkit-clip-path 0s linear 1.5s;
	transition:         clip-path 0s linear 1.5s;
	transition:         clip-path 0s linear 1.5s, -webkit-clip-path 0s linear 1.5s;

	-webkit-clip-path: inset(0 100% 0 0);
	        clip-path: inset(0 100% 0 0);
}

@media only screen and (max-width: 767px) {
	.sec-mv__slide02-img {
		height: 233px;
	}
}

.sec-mv__slide02-img img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}

.sec-mv .swiper-slide-prev .sec-mv__slide02-img,
.sec-mv .swiper-slide-active .sec-mv__slide02-img {
	transition: -webkit-clip-path 1.5s cubic-bezier(.23, 1, .32, 1) 0s;
	transition:         clip-path 1.5s cubic-bezier(.23, 1, .32, 1) 0s;
	transition:         clip-path 1.5s cubic-bezier(.23, 1, .32, 1) 0s, -webkit-clip-path 1.5s cubic-bezier(.23, 1, .32, 1) 0s;

	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}

.sec-mv .swiper-pagination-bullet {
	position: relative;
	width: 43px;
	height: 3px;
	margin: 0 2px !important;
	border-radius: inherit;
	background: #ccc;
	transition: background-color .3s;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.sec-mv .swiper-pagination-bullet {
		width: 22px;
		height: 2px;
	}
}

.sec-mv .swiper-pagination-bullet::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #005fb2;
	content: '';
	transform: scaleX(0);
}

.sec-mv .swiper-pagination-bullet-active::before {
	transform: scaleX(0);
	transform-origin: left center;
	animation: 5s linear 1 bullet;
}

@keyframes bullet {
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}

.sec-mv__lower {
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.sec-mv__lower {
		display: -ms-flexbox;
		display: flex;
		margin-top: 45px;
	}
}

.sec-mv__body {
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;

	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.sec-mv__body {
		display: block;
		width: 50%;
		max-width: none;
		padding-left: 20px;
	}
}

.sec-mv__ttl {
	width: 50%;
	padding: 0 30px;
}

@media only screen and (max-width: 767px) {
	.sec-mv__ttl {
		width: auto;
		padding: 0;
	}
}

.sec-mv__ttl-en img {
	width: 486px;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.sec-mv__ttl-en img {
		width: 100%;
		max-width: 350px;
	}
}

.sec-mv__ttl-ja {
	display: block;
	margin-top: 10px;
	color: #005fb2;
	font-size: 2.1rem;
	letter-spacing: .06em;
}

@media only screen and (max-width: 767px) {
	.sec-mv__ttl-ja {
		margin-top: 6px;
		font-size: 1.1rem;
	}
}

.sec-mv__txt {
	width: 50%;
	padding: 0 30px;
	font-size: 1.6rem;
	line-height: 2.37;
}

@media only screen and (max-width: 767px) {
	.sec-mv__txt {
		width: auto;
		margin-top: 6px;
		padding: 0;
		font-size: 1rem;
		line-height: 2.15;
	}
}

/*--------------------------------------------------------------------------
   sec-location
---------------------------------------------------------------------------*/
.sec-location {
	position: relative;
	margin-top: 160px;
}

@media only screen and (max-width: 767px) {
	.sec-location {
		margin-top: 74px;
	}
}

.sec-location .swiper-slide {
	width: 434px;
	transition: opacity .3s;
}

@media only screen and (max-width: 767px) {
	.sec-location .swiper-slide {
		width: 60vw;
	}
}

.mode-pc .sec-location .swiper:hover .swiper-slide:not(:hover) {
	opacity: .3;
}

.mode-sp .sec-location .swiper:active .swiper-slide:not(:active) {
	opacity: .3;
}

.sec-location__img {
	width: 434px;
}

@media only screen and (max-width: 767px) {
	.sec-location__img {
		width: 60vw;
	}
}

.mode-pc .sec-location__img a:hover figcaption::after,
.mode-sp .sec-location__img a:active figcaption::after {
	transform: translate(10px, -50%);
}

.sec-location__img img {
	overflow: hidden;
	width: 100%;
	height: 260px;
	border-radius: 40px;
	border-radius: 30px;

	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.sec-location__img img {
		width: 100%;
		height: 45vw;
	}
}

.sec-location__img figcaption {
	display: inline-block;
	position: relative;
	margin: 10px 15px 0;
	padding-right: 30px;
	font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
	.sec-location__img figcaption {
		padding-right: 18px;
		font-size: 1.3rem;
	}
}

.sec-location__img figcaption::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 8px;
	background: url('../../image/common/ico_arw_black.svg') no-repeat 50% 50%/contain;
	content: '';
	transition: .3s;
	transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
	.sec-location__img figcaption::after {
		width: 14px;
		height: 6px;
	}
}

.sec-location .swiper {
	overflow: visible;
}

.sec-location .swiper-button-prev,
.sec-location .swiper-button-next {
	display: none;
	width: 59px;
	height: 71px;
	transition: .3s;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-location .swiper-button-prev,
	.sec-location .swiper-button-next {
		width: 35px;
		height: 42px;
	}
}

.sec-location .swiper-button-prev::after,
.sec-location .swiper-button-next::after {
	content: none;
}

.sec-location .swiper-button-prev::before,
.sec-location .swiper-button-next::before {
	width: 59px;
	height: 71px;
	background: url('../../image/index/location_btn_arw.png') no-repeat 50% 50%/cover;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-location .swiper-button-prev::before,
	.sec-location .swiper-button-next::before {
		width: 35px;
		height: 42px;
	}
}

.mode-pc .sec-location .swiper-button-prev:hover,
.mode-sp .sec-location .swiper-button-prev:active,
.mode-pc
.sec-location .swiper-button-next:hover,
.mode-sp
.sec-location .swiper-button-next:active {
	opacity: .8;
}

.sec-location .swiper-button-prev {
	left: 0;
}

.sec-location .swiper-button-next {
	right: 0;
	transform: translateY(-50%) scale(-1, 1);
}

.sec-location__btn {
	width: 396px;
	height: 67px;
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-location__btn {
		width: 266px;
		height: 45px;
		margin-top: 25px;
	}
}

/*--------------------------------------------------------------------------
   sec-price
---------------------------------------------------------------------------*/
.sec-price {
	position: relative;
	margin-top: 130px;
	padding: 86px 0 90px;
	background-color: #edf3f5;
}

@media only screen and (max-width: 767px) {
	.sec-price {
		margin-top: 68px;
		padding: 42px 24px 32px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-price__ttl .top-m-ttl__en img {
		width: 81px;
		height: auto;
	}
}

.sec-price__list {
	width: 708px;
	margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
	.sec-price__list {
		width: auto;
		margin-top: 20px;
	}
}

.sec-price__list figcaption {
	display: inline-block;
	position: relative;
	margin: 10px 15px 0;
	padding-right: 30px;
	font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
	.sec-price__list figcaption {
		padding-right: 18px;
		font-size: 1.3rem;
	}
}

.sec-price__list figcaption::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 8px;
	background: url('../../image/common/ico_arw_black.svg') no-repeat 50% 50%/contain;
	content: '';
	transition: .3s;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-price__list figcaption::after {
		width: 14px;
		height: 6px;
	}
}

.sec-price__item {
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px;
	border-bottom: 1px solid #999;

	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sec-price__item {
		padding: 12px 0 5px;
	}
}

.sec-price__item-ttl {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: center;
	align-items: center;
}

.sec-price__item-ttl .ico {
	padding: 0 10px 0 18px;
}

@media only screen and (max-width: 767px) {
	.sec-price__item-ttl .ico {
		padding: 0 5px 0 0;
	}
}

.sec-price__item-ttl .ico img {
	width: 70px;
	height: auto;

	mix-blend-mode: multiply;
}

@media only screen and (max-width: 767px) {
	.sec-price__item-ttl .ico img {
		width: 38px;
	}
}

.sec-price__item-ttl .txt {
	font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
	.sec-price__item-ttl .txt {
		font-size: 1.6rem;
	}
}

.sec-price__item-ttl .txt span {
	font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
	.sec-price__item-ttl .txt span {
		font-size: 1.2rem;
	}
}

.sec-price__item-txt {
	font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
	.sec-price__item-txt {
		font-size: 1.6rem;
	}
}

.sec-price__item-txt span {
	color: #005fb2;
	font-family: 'EB Garamond', serif;
	font-size: 4.8rem;
}

@media only screen and (max-width: 767px) {
	.sec-price__item-txt span {
		font-size: 2.7rem;
	}
}

.sec-price__caption {
	text-align: left;
	font-size: 1.7rem;
	max-width: 720px;
	margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
	.sec-price__caption {
		margin-top: 20px;
		text-align: left;
		font-size: 1rem;
		line-height: 2.3;
	}
}

/*--------------------------------------------------------------------------
   sec-flow
---------------------------------------------------------------------------*/
.sec-flow {
	position: relative;
	padding: 95px 0 120px;
}

@media only screen and (max-width: 767px) {
	.sec-flow {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 767px) {
	.sec-flow__ttl .top-m-ttl__en img {
		width: 76px;
		height: auto;
	}
}

.sec-flow__list {
	display: -ms-flexbox;
	display: flex;
	max-width: 1240px;
	margin: 60px auto 0;
	padding: 0 20px;

	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sec-flow__list {
		max-width: auto;
		margin-top: 40px;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.sec-flow__item {
	width: 23.33%;
	padding: 25px 28px;
	border-radius: 40px;
	background-color: #edf3f5;
}

@media screen and (max-width: 1080px) {
	.sec-flow__item {
		padding: 25px 18px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-flow__item {
		width: 48%;
		margin-bottom: 15px;
		padding: 10px 15px 15px;
		border-radius: 20px;
	}
}

.sec-flow__item-num {
	text-align: center;
}

.sec-flow__item-num .txt {
	color: #005fb2;
	font-family: 'EB Garamond', serif;
	font-size: 2rem;
}

@media only screen and (max-width: 767px) {
	.sec-flow__item-num .txt {
		font-size: 1.5rem;
	}
}

.sec-flow__item-num .num {
	margin-left: 5px;
	color: transparent;
	font-family: 'EB Garamond', serif;
	font-size: 5.5rem;
	line-height: 1.1;

	-webkit-text-stroke: 1px #005fb2;
}

@media only screen and (max-width: 767px) {
	.sec-flow__item-num .num {
		font-size: 4rem;
	}
}

.sec-flow__item-img {
	margin-top: 15px;
	text-align: center;
}

.sec-flow__item-img img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.sec-flow__item-img img {
		width: 105px;
		height: auto;
	}
}

.sec-flow__item-ttl {
	margin-top: 15px;
	text-align: center;
	color: #005fb2;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.sec-flow__item-ttl {
		font-size: 1.4rem;
	}
}

.sec-flow__item-txt {
	margin-top: 10px;
	font-size: 1.7rem;
	line-height: 1.7;
}

@media only screen and (max-width: 767px) {
	.sec-flow__item-txt {
		font-size: 1rem;
	}
}

.sec-flow__item-btn {
	width: auto;
	height: 45px;
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-flow__item-btn {
		height: 27px;
		margin: 20px -5px 0;
	}
}

.sec-flow__item-btn a {
	font-size: 1.5rem;
}

@media screen and (max-width: 1080px) {
	.sec-flow__item-btn a {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 767px) {
	.sec-flow__item-btn a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 1080px) {
	.sec-flow__item-btn.c-btn-blue span {
		padding-right: 18px;
	}
	.sec-flow__item-btn.c-btn-blue span::after {
		width: 14px;
		height: 5px;
	}
}

/*--------------------------------------------------------------------------
   sec-result
---------------------------------------------------------------------------*/
.sec-result {
	position: relative;
	padding: 100px 20px 110px;
}

@media only screen and (max-width: 767px) {
	.sec-result {
		padding: 57px 42px 52px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-result__ttl .top-m-ttl__en img {
		width: 98px;
		height: auto;
	}
}

.sec-result__list {
	max-width: 854px;
	margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
	.sec-result__list {
		width: auto;
		margin-top: 20px;
	}
}

.sec-result__item {
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #999;
}

@media only screen and (max-width: 767px) {
	.sec-result__item {
		display: block;
		padding: 12px 0 10px;
	}
}

.sec-result__item-date {
	width: 118px;
	color: #005fb2;
	font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
	.sec-result__item-date {
		width: auto;
		font-size: 1.5rem;
	}
}

.sec-result__item-body {
	width: calc(100% - 118px);
}

@media only screen and (max-width: 767px) {
	.sec-result__item-body {
		display: block;
		width: auto;
	}
}

.sec-result__item-txt {
	display: inline-block;
	margin-right: 20px;
	font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
	.sec-result__item-txt {
		display: block;
		margin: 5px 0;
		font-size: 1.5rem;
	}
}

.sec-result__item-place {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.sec-result__item-place {
		display: block;
	}
}

.sec-result__item-place-inner {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: center;
	align-items: center;
}

.sec-result__item-place-inner .ttl {
	display: inline-block;
	margin-right: 10px;
	padding: 6px 10px 5px;
	border-radius: 20px;
	background-color: #fff;
	font-family: YakuHanMP_Noto, 'æ¸¸æ˜Žæœ', YuMincho, 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3', 'Hiragino Mincho ProN', 'HGæ˜ŽæœE', 'ï¼­ï¼³ ï¼°æ˜Žæœ', 'ï¼­ï¼³ æ˜Žæœ', serif;
	font-size: 1.5rem;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-result__item-place-inner .ttl {
		margin-right: 6px;
		padding: 4px 6px;
		font-size: 1rem;
	}
}

.sec-result__item-place-inner .txt {
	font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
	.sec-result__item-place-inner .txt {
		font-size: 1.5rem;
	}
}

.sec-result__btn {
	width: 398px;
	height: 68px;
	margin: 45px auto 0;
}

@media only screen and (max-width: 767px) {
	.sec-result__btn {
		width: 266px;
		height: 45px;
		margin-top: 36px;
	}
}

.sec-result__btn button {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #005fb2;
	border-radius: 40px;
	background-color: #edf3f5;
	color: #005fb2;
	font-size: 2rem;
	transition: .3s;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-result__btn button {
		font-size: 1.5rem;
	}
}

.sec-result__btn button::before,
.sec-result__btn button::after {
	position: absolute;
	top: 50%;
	right: 32px;
	width: 20px;
	height: 2px;
	background-color: #005fb2;
	content: '';
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-result__btn button::before,
	.sec-result__btn button::after {
		right: 24px;
		width: 10px;
		height: 1px;
	}
}

.sec-result__btn button::after {
	transform: translateY(-50%) rotate(90deg);
}

.mode-pc .sec-result__btn button:hover,
.mode-sp .sec-result__btn button:active {
	        filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feComponentTransfer color-interpolation-filters="sRGB"&gt;&lt;feFuncR type="linear" slope="1.1" /&gt;&lt;feFuncG type="linear" slope="1.1" /&gt;&lt;feFuncB type="linear" slope="1.1" /&gt;&lt;/feComponentTransfer&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
	-webkit-filter: brightness(1.1);
	        filter: brightness(1.1);
}

.sec-result .sec-result__btn .close {
	display: none;
}

.sec-result.is-open .sec-result__btn .more {
	display: none;
}

.sec-result.is-open .sec-result__btn .close {
	display: inline;
}

.sec-result.is-open .sec-result__btn button::after {
	content: none;
}

/*--------------------------------------------------------------------------
   sec-faq
---------------------------------------------------------------------------*/
.sec-faq {
	position: relative;
	padding: 100px 20px 110px;
}

@media only screen and (max-width: 767px) {
	.sec-faq {
		padding: 56px 0;
	}
}

@media only screen and (max-width: 767px) {
	.sec-faq__ttl .top-m-ttl__en img {
		width: 54px;
		height: auto;
	}
}

.sec-faq__body {
	max-width: 1040px;
	margin: 40px auto 0;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.sec-faq__body {
		max-width: auto;
		margin-top: 40px;
	}
}

.sec-faq__item {
	overflow: hidden;
	padding: 5px 40px 5px 48px;
	border-radius: 40px;
	background-color: #fff;
}

@media screen and (max-width: 900px) {
	.sec-faq__item {
		padding: 5px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-faq__item {
		padding: 5px 20px;
		border-radius: 20px;
	}
}

.sec-faq__item--color {
	background-color: #edf3f5;
}

.sec-faq__item-ttl {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 28px 0;
	cursor: pointer;
	transition: .3s;

	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.sec-faq__item-ttl {
		padding: 14px 0;

		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.sec-faq__item-ttl::before,
.sec-faq__item-ttl::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 26px;
	height: 3px;
	background-color: #333;
	content: '';
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.sec-faq__item-ttl::before,
	.sec-faq__item-ttl::after {
		right: 4px;
		width: 18px;
		height: 2px;
	}
}

.sec-faq__item-ttl::after {
	transition: transform .3s;
	transform: translateY(-50%) rotate(90deg);
}

.sec-faq__item-ttl .ico {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0, 95, 178, .7);
	text-align: center;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
	.sec-faq__item-ttl .ico {
		width: 28px;
		height: 28px;
		font-size: 1.6rem;
	}
}

.sec-faq__item-ttl .txt {
	width: calc(100% - 56px);
	padding: 0 50px 0 30px;
	font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
	.sec-faq__item-ttl .txt {
		width: calc(100% - 28px);
		padding: 0 30px 0 16px;
		font-size: 1.5rem;
	}
}

.sec-faq__item-ttl.is-open::after {
	transform: translateY(-50%) rotate(0deg);
}

.sec-faq__item-ttl.is-open + .sec-faq__item-txt {
	transition: height .3s ease-in-out;
}

.mode-pc .sec-faq__item-ttl:hover,
.mode-sp .sec-faq__item-ttl:active {
	opacity: .8;
}

.sec-faq__item-txt {
	overflow: hidden;
	height: 0;
	transition: height .3s;
}

.sec-faq__item-txt-inner {
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0;
	border-top: 1px solid #c1c1c1;
}

@media only screen and (max-width: 767px) {
	.sec-faq__item-txt-inner {
		padding: 15px 0;
	}
}

.sec-faq__item-txt-inner .ico {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #005fb2;
	text-align: center;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
	.sec-faq__item-txt-inner .ico {
		position: relative;
		top: 5px;
		width: 28px;
		height: 28px;
		padding-top: 1px;
		font-size: 1.6rem;
	}
}

.sec-faq__item-txt-inner .txt {
	width: calc(100% - 56px);
	padding: 0 20px 0 30px;
	color: #005fb2;
	font-size: 1.7rem;
	line-height: 1.9;
}

@media only screen and (max-width: 767px) {
	.sec-faq__item-txt-inner .txt {
		width: calc(100% - 28px);
		padding-left: 16px;
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------------------
   sec-attention
---------------------------------------------------------------------------*/
.sec-attention {
	position: relative;
	padding: 112px 0 90px;
}

@media only screen and (max-width: 767px) {
	.sec-attention {
		padding: 60px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-attention__ttl .top-m-ttl__en img {
		width: 132px;
		height: auto;
	}
}

.sec-attention__list {
	max-width: 1200px;
	margin: 60px auto 0;
	padding: 0 100px 0 125px;
}

@media screen and (max-width: 1000px) {
	.sec-attention__list {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-attention__list {
		max-width: auto;
		margin-top: 20px;
		padding: 0;
	}
}

.sec-attention__item {
	display: -ms-flexbox;
	display: flex;
	font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
	.sec-attention__item {
		font-size: 1.3rem;
	}
}

.sec-attention__item:not(:first-of-type) {
	margin-top: 5px;
}

.sec-attention__item .num {
	display: inline-block;
	width: 36px;
	color: #005fb2;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.sec-attention__item .num {
		width: 26px;
		line-height: 1.9;
	}
}

.sec-attention__item .txt {
	display: inline-block;
	width: calc(100% - 36px);
}

@media only screen and (max-width: 767px) {
	.sec-attention__item .txt {
		width: calc(100% - 26px);
		line-height: 1.9;
	}
}
</pre></body></html>