body {
	font-family: "Yu Mincho", "YuMincho", serif;
}

body {
	font-weight: 400;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

.top-about {
	position: relative;
	padding-top: 2.1875rem;
	padding-bottom: clamp(20px, 5.625rem, 60px);
}

.top-about::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	margin: 0 calc(50% - 50vw);
	background-color: #f8f7f3;
	z-index: -10;
}

.top-about__inner {
	padding-left: clamp(10px, 1.25rem, 20px);
	padding-right: clamp(10px, 1.25rem, 20px);
	max-width: 800px;
	margin: 0 auto;
}

.top-about__flex {
	display: flex;
	flex-direction: column;
}

.top-about__text-area {
	order: 2;
	padding: clamp(20px, 1.875rem, 45px) 0 0;
}

.top-about__title {
	position: relative;
	text-align: center;
}

.top-about__eng-title {
	position: absolute;
	top: -0.3em;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(60px, 3.75rem, 90px);
	font-weight: 400;
	line-height: 0.8;
	color: #fff;
	z-index: -1;
	text-transform: uppercase;
}

.top-about__eng-title span {
	text-align: left;
}

.top-about__contents {
	margin-top: clamp(12px, 1.25rem, 24px);
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-size: clamp(14px, 0.9375rem, 16px);
}

.top-about__button {
	margin: clamp(12px, 1.875rem, 30px) auto 0;
	max-width: 15.625rem;
}

.top-about__img {
	order: 1;
	aspect-ratio: 327/217;
	overflow: hidden;
	border-radius: 0.5rem;
}

.top-about__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-access {
	padding-top: clamp(20px, 1.875rem, 60px);
	padding-bottom: clamp(20px, 3.75rem, 70px);
	position: relative;
}

.top-access::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	margin: 0 calc(50% - 50vw);
	background-color: #f8f7f3;
	z-index: -10;
}

.top-access::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	display: block;
	width: 23.4375rem;
	height: 4.0625rem;
	z-index: -5;
	background-image: url("../../images/common/top_text_access.webp");
	background-repeat: no-repeat;
	background-size: contain;
}

.top-access__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	max-width: 800px;
	margin: 0 auto;
}

.top-access__title {
	text-align: center;
}

.top-access__contents {
	margin-top: 2.1875rem;
}

.top-access__flex {
	display: flex;
	flex-direction: column;
}

.top-access__text-area {
	order: 2;
	margin-top: clamp(10px, 1.875rem, 45px);
}

.top-access__info-list {
	display: flex;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 0.875rem, 20px);
}

.top-access__info-list + .top-access__info-list {
	margin-top: 0.625rem;
}

.top-access__info-list dt {
	width: 9.375rem;
	padding: 0.25rem 0 0.25rem;
	border-right: 2px solid #b0afad;
	font-weight: 700;
}

.top-access__info-list dt span {
	width: 4em;
	display: inline-block;
	text-align-last: justify;
}

.top-access__info-list dd {
	width: 32.25rem;
	padding: 0.25rem 0 0.25rem 0.625rem;
}

.top-access__train {
	position: relative;
	border: 1px solid #b0afad;
	border-radius: 0.5rem;
	margin-top: clamp(20px, 3.3125rem, 70px);
	padding: 1.6875rem 1.5625rem 1.5625rem;
}

.top-access__train-title {
	position: absolute;
	z-index: 5;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	width: 14.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	background-color: #f8f7f3;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(20px, 1.25rem, 26px);
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}

.top-access__train-list {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(12px, 0.875rem, 16px);
}

.top-access__train-list + .top-access__train-list {
	margin-top: 1rem;
}

.top-access__train-list dt {
	width: 10.25rem;
	padding-left: clamp(20px, 1.25rem, 26px);
	position: relative;
	font-weight: 700;
}

.top-access__train-list dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 8px;
	height: 2px;
	background-color: #b0afad;
}

.top-access__train-list dd {
	margin-left: 1.875rem;
}

.top-access__button {
	margin: 1.875rem auto 0;
	max-width: 15.625rem;
}

.top-access__map {
	order: 1;
}

.top-access__map iframe {
	aspect-ratio: 662/662;
	width: 100%;
	object-fit: cover;
}

.top-column {
	padding-top: clamp(40px, 2.5rem, 50px);
	padding-bottom: clamp(40px, 3.125rem, 80px);
	position: relative;
}

.top-column__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.top-column__title {
	text-align: center;
}

.top-column__eng-title {
	position: absolute;
	top: -0.2em;
	left: 0;
	font-size: clamp(50px, 3.75rem, 100px);
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: #F0F0F0;
	z-index: -1;
}

.top-column__contents {
	margin-top: 1.875rem;
}

.top-column__intro {
	font-size: clamp(15px, 0.9375rem, 22px);
}

/* ※残す※下層で使う */

.top-column__grid {
	margin-top: 1.875rem;
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	gap: 0.75rem;
}

.top-column__card {
	background-color: #f8f7f3;
	border-radius: 0.5rem;
	flex: 0 0 85%;
	scroll-snap-align: start;
}

.top-column__card:hover {
	opacity: 0.5;
}

.top-column__card-img {
	aspect-ratio: 454/303;
	overflow: hidden;
}

.top-column__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-column__card-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	padding: 1.4375rem 1.6875rem 2rem;
	position: relative;
}

.top-column__card-text::after {
	content: "";
	display: block;
	width: clamp(12px, 0.9375rem, 20px);
	height: clamp(12px, 0.9375rem, 20px);
	position: absolute;
	bottom: 0.625rem;
	right: 0.625rem;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	transition: 0.5s;
}

.top-column__card-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dotted #333;
	padding-bottom: 0.6875rem;
}

.top-column__card-category {
	font-size: clamp(12px, 0.75rem, 16px);
	line-height: 1;
	padding: 0.4375rem 0.625rem;
	color: #fff;
	background-color: #7d7c7c;
}

.top-column__card-title {
	font-size: clamp(15px, 0.9375rem, 20px);
	font-weight: 400;
}

.top-column__button {
	margin: 1.875rem auto 0;
	max-width: 15.625rem;
}

.top-faq {
	padding-top: clamp(40px, 2.5rem, 70px);
	padding-bottom: clamp(40px, 2.5rem, 70px);
	position: relative;
}

.top-faq__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.top-faq__title {
	text-align: center;
}

.top-faq__eng-title {
	position: absolute;
	top: -0.2em;
	left: 0;
	color: #F0F0F0;
	z-index: -1;
	font-size: clamp(60px, 3.75rem, 90px);
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.top-faq__contents {
	margin-top: clamp(10px, 1.875rem, 45px);
}

.top-faq__button {
	margin: clamp(10px, 1.875rem, 45px) auto 0;
	max-width: 15.625rem;
}

.top-feature {
	padding-top: clamp(20px, 1.875rem, 70px);
	padding-bottom: clamp(20px, 3.75rem, 70px);
	position: relative;
}

.top-feature__eng-title {
	position: absolute;
	top: -0.2em;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(60px, 3.75rem, 90px);
	font-weight: 400;
	line-height: 1;
	color: #f8f8f8;
	z-index: -1;
	text-transform: uppercase;
}

.top-feature__title {
	text-align: center;
}

.top-feature__inner {
	padding-left: clamp(10px, 1.25rem, 20px);
	padding-right: clamp(10px, 1.25rem, 20px);
	max-width: 800px;
	margin: 0 auto;
}

.top-feature__title span {
	display: inline;
}

.top-feature__lists {
	margin-top: clamp(20px, 2.1875rem, 35px);
	padding-bottom: clamp(20px, 2.1875rem, 35px);
}

.top-feature__list {
	position: relative;
	background-color: #f8f7f3;
	padding: 1.25rem 1.5625rem 1.25rem;
	min-height: 12.5rem;
}

.top-feature__list + .top-feature__list {
	margin-top: 2.1875rem;
}

.top-feature__list:first-child::before {
	content: "";
	position: absolute;
	top: 0;
	left: 1.25rem;
	display: block;
	width: clamp(47px, 2.9375rem, 100px);
	height: clamp(64px, 4rem, 120px);
	background-image: url("../../images/common/top_icon_feature_01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

.top-feature__list:nth-child(2)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 1.25rem;
	display: block;
	width: clamp(47px, 2.9375rem, 100px);
	height: clamp(64px, 4rem, 120px);
	background-image: url("../../images/common/top_icon_feature_02.svg");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

.top-feature__list:nth-child(3)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 1.25rem;
	display: block;
	width: clamp(47px, 2.9375rem, 100px);
	height: clamp(64px, 4rem, 120px);
	background-image: url("../../images/common/top_icon_feature_03.svg");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

.top-feature__list-flex {
	display: flex;
	flex-direction: column;
}

.top-feature__list-title {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(18px, 1.25rem, 26px);
	font-weight: 600;
	line-height: 1;
	display: block;
	position: relative;
	letter-spacing: 0.1em;
	margin-left: 3.4375rem;
	white-space: nowrap;
}

.top-feature__list-title::before {
	content: "";
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	border: 1px dashed #333;
}

.top-feature__list-title::after {
	content: "";
	position: absolute;
	bottom: -0.75rem;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	border: 1px solid #333;
}

.top-feature__list-text {
	position: relative;
	margin-top: clamp(12px, 1.375rem, 24px);
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(15px, 0.9375rem, 16px);
	font-weight: 400;
	line-height: 1.5;
	order: 2;
}

.top-feature__list-img {
	aspect-ratio: 500/346;
	overflow: hidden;
	border-radius: 0.5rem;
	margin-top: 1.875rem;
	order: 1;
}

.top-feature__list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-feature__point {
	position: relative;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(15px, 0.9375rem, 20px);
	font-weight: 600;
	line-height: 1.3;
	padding: 0.9375rem 1.25rem 0.9375rem;
	letter-spacing: 0.1em;
}

.top-feature__point span {
	display: inline;
}

.top-feature__point br {
	display: none;
}

.top-feature__point::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: clamp(30px, 1.875rem, 30px);
	height: clamp(85px, 5.3125rem, 150px);
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
}

.top-feature__point::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: clamp(30px, 1.875rem, 30px);
	height: clamp(85px, 5.3125rem, 150px);
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

.top-feature__button {
	margin: clamp(24px, 3.125rem, 50px) auto 0;
	max-width: 15.625rem;
}

.top-flow {
	padding-top: clamp(40px, 2.5rem, 70px);
	padding-bottom: clamp(40px, 3.125rem, 70px);
	position: relative;
}

.top-flow::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	margin: 0 calc(50% - 50vw);
	background-color: #f8f7f3;
	z-index: -10;
}

.top-flow__inner {
	padding-left: 1.25rem;
	padding-right: 0;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.top-flow__title {
	position: relative;
	text-align: center;
}

.top-flow__title span {
	display: inline-block;
}

.top-flow__eng-title {
	font-size: clamp(60px, 3.75rem, 90px);
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: -0.2em;
	left: 0;
	z-index: -1;
}

.top-flow__lists {
	margin-top: clamp(10px, 1.875rem, 45px);
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	gap: 0.75rem;
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.top-flow__list {
	padding: 0.625rem 0.625rem 1.25rem;
	background-color: #fff;
	position: relative;
	flex: 0 0 85%;
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
}

.top-flow__list + .top-flow__list {
	margin-top: 0;
}

.top-flow__list-number {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: clamp(36px, 2.25rem, 72px);
	height: clamp(36px, 2.25rem, 72px);
	background-color: #333;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(16px, 1.25rem, 30px);
	font-weight: 400;
	line-height: 1;
	text-align: center;
	border-radius: 8px 0 8px 0;
	padding: 0.5rem 0.5rem;
}

.top-flow__list-title {
	font-size: clamp(18px, 1.125rem, 24px);
	font-weight: 400;
	line-height: 1.3714285714;
	padding-left: 2.1875rem;
}

.top-flow__list-text {
	margin-top: clamp(10px, 0.625rem, 30px);
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(15px, 0.9375rem, 18px);
	font-weight: 400;
	line-height: 1.5;
	flex: 1;
}

.top-flow__list-img {
	aspect-ratio: 248/153;
	overflow: hidden;
	margin-top: clamp(10px, 0.625rem, 24px);
	border-radius: 8px;
}

.top-flow__list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ※残す※ノウハウで使う */

.top-flow__button {
	margin: clamp(10px, 1.875rem, 45px) auto 0;
	max-width: 15.625rem;
}

section:not(.top-mv,
.top-voice,
.top-access,
.top-flow,
.top-about,
.top-news) {
	overflow-x: hidden;
}

.top-mv__inner {
	position: relative;
}

.top-mv__img {
	z-index: 1;
}

.top-mv__swiper {
	overflow: hidden;
	height: 25rem;
	position: relative;
}

.top-mv__swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-mv .swiper-pagination {
	bottom: 0.625rem;
	left: 1.25rem;
	text-align: left;
	z-index: 1000;
}

.top-mv .swiper-pagination.no-news {
	bottom: 0.625rem;
	left: 1.25rem;
	text-align: left;
	z-index: 1000;
}

.top-mv__text-box {
	padding: clamp(50px, 6.25rem, 80px) 1.25rem 2.1875rem;
	max-width: 800px;
	margin: auto;
}

.top-holiday + .top-mv__text-box {
	padding-top: 0;
}

.top-mv__catch {
	font-size: clamp(20px, 1.5625rem, 30px);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
}

.top-mv__catch span {
	display: inline-block;
}

.top-mv__text {
	margin-top: 1.25rem;
	font-size: clamp(15px, 0.9375rem, 24px);
	line-height: 2;
	font-weight: 500;
}

.top-mv__text--pc {
	display: none;
}

.top-news {
	position: relative;
	padding-top: clamp(40px, 2.5rem, 70px);
}

.top-news__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.top-news__title {
	text-align: center;
	position: relative;
}

.top-news__title span {
	display: inline-block;
}

.top-news__eng-title {
	font-size: clamp(60px, 3.75rem, 90px);
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: #F0F0F0;
	z-index: -1;
	position: absolute;
	top: -3.125rem;
	left: -1.25rem;
}

.top-news__contents {
	margin-top: 1.875rem;
}

.top-news__list {
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fff;
	border: 8px solid #f8f7f3;
	border-radius: 8px;
}

.top-news__list.news-item-4 {
	display: none !important;
}

.top-news__list a {
	display: block;
	padding: 0.875rem 1.25rem;
	position: relative;
}

.top-news__list a:hover {
	opacity: 0.5;
}

.top-news__list a::after {
	content: "";
	display: block;
	width: clamp(12px, 0.9375rem, 20px);
	height: clamp(12px, 0.9375rem, 20px);
	position: absolute;
	bottom: 0.625rem;
	right: 0.625rem;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	transition: 0.5s;
}

.top-news__list + .top-news__list {
	margin-top: 0.5rem;
}

.top-news__list-date {
	font-size: clamp(12px, 0.75rem, 16px);
	line-height: 1;
}

.top-news__list-title {
	font-size: clamp(15px, 0.9375rem, 20px);
	font-weight: 400;
	line-height: 1.6;
}

.top-news__button {
	margin: 1.875rem auto 0;
	max-width: 15.625rem;
}

.top-concern {
	padding-top: clamp(40px, 2.5rem, 70px);
	padding-bottom: clamp(40px, 2.5rem, 70px);
	position: relative;
}

.top-concern__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	max-width: 800px;
	margin: 0 auto;
}

.top-concern__title {
	position: relative;
	text-align: center;
}

.top-concern__title .section-title {
	font-size: clamp(15px, 1.25rem, 25px);
}

.top-concern__title span {
	display: inline;
}

.top-concern__eng-title {
	position: absolute;
	top: -0.2em;
	left: 0;
	font-size: clamp(60px, 3.75rem, 90px);
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: #F0F0F0;
	z-index: -1;
}

.top-concern__contents {
	margin-top: clamp(10px, 1.875rem, 45px);
}

.top-concern__content {
	position: relative;
	padding: 1.25rem;
}

.top-concern__content:first-of-type {
	background-image: url("../../images/top/top_bg_problem_01.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.top-concern__content:nth-of-type(2) {
	background-image: url("../../images/top/top_bg_problem_02.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.top-concern__content:nth-of-type(3) {
	background-image: url("../../images/top/top_bg_problem_03.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.top-concern__content + .top-concern__content {
	margin-top: 1.25rem;
}

.top-concern__content::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.9375rem;
	transform: translateY(-50%);
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	z-index: 5;
}

.top-concern__content:first-of-type:before {
	display: none;
}

.top-concern__content:nth-of-type(2):before {
	display: none;
}

.top-concern__content:nth-of-type(3):before {
	display: none;
}

.top-concern__content::after {
	content: "";
	position: absolute;
	top: 0.625rem;
	left: 0.625rem;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url("../../images/common/top_bg_problem.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.top-concern__content-title {
	font-size: clamp(14px, 0.875rem, 20px);
	line-height: 1.7;
	font-weight: 400;
}

.top-concern__content-title span {
	display: block;
}

.top-concern__large {
	font-size: clamp(18px, 1.125rem, 24px);
}

.top-concern__content-button {
	margin-top: 0.3125rem;
	max-width: 8.125rem;
}

.top-concern__content-button .button--small {
	font-size: clamp(12px, 0.75rem, 22px);
	font-family: "Yu Mincho", "YuMincho", serif;
}

.top-concern__content-button .button--small::after {
	width: clamp(8px, 0.5rem, 10px);
	height: clamp(8px, 0.5rem, 10px);
	bottom: 0.3125rem;
	right: 0.3125rem;
}

.top-concern__button {
	margin: 1.875rem auto 0;
	max-width: 15.625rem;
}

/* ページネーションの余白 */

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-right: 0.5rem;
}

.swiper-pagination-bullet {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.6);
	width: clamp(10px, 0.625rem, 16px);
	height: clamp(10px, 0.625rem, 16px);
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

.top-holiday {
	z-index: 5;
	width: 100%;
	padding: 0 1.25rem;
	transform: translateY(-50%);
	position: relative;
}

.top-holiday__inner {
	max-width: 50rem;
	margin: auto;
}

.top-holiday__contents {
	background-color: #f8f7f3;
	padding: clamp(10px, 0.875rem, 32px) clamp(10px, 2.5rem, 60px);
	font-weight: 400;
	border-radius: 0.5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: auto;
}

.top-holiday__title {
	font-size: clamp(15px, 0.9375rem, 24px);
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding-left: 0.625rem;
}

.top-holiday__title::before {
	content: "";
	left: 0;
	transform: translateY(0.15em);
	display: inline-block;
	width: clamp(15px, 1.0625rem, 30px);
	height: clamp(15px, 1.0625rem, 30px);
	background-image: url("../../images/common/top_icon_info.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

.top-holiday__date {
	display: block;
	padding-left: 0.625rem;
	font-size: clamp(16px, 1.4375rem, 30px);
	line-height: 1.5625;
}

.top-work {
	padding-top: clamp(20px, 1.875rem, 50px);
	padding-bottom: clamp(20px, 3.75rem, 70px);
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	left: calc(50% - 50vw);
}

.top-work__eng-title {
	position: absolute;
	top: -0.1em;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(60px, 3.75rem, 90px);
	font-weight: 400;
	line-height: 0.8;
	color: #f8f8f8;
	z-index: -12;
	text-transform: uppercase;
	white-space: nowrap;
}

.top-work__eng-title span {
	display: block;
}

.top-work__eng-title span + span {
	margin: 0;
}

.top-work__title {
	text-align: center;
}

.top-work__title span {
	display: inline-block;
}

.top-work__contents {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: clamp(10px, 1.25rem, 30px);
}

.top-work__wrapper {
	transform: scale(0.7);
}

.top-work__slider {
	align-items: center;
	display: flex;
	animation: scroll-left 30s linear infinite;
	width: max-content;
}

.top-work__slide {
	margin-left: 2.5rem;
}

.top-work__slide img {
	height: auto;
	max-width: none;
	display: block;
	width: auto;
	max-height: 15.625rem;
}

.top-work__point {
	position: relative;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(15px, 0.9375rem, 16px);
	line-height: 2;
	font-weight: 600;
	padding: 0 1.25rem;
	letter-spacing: 0.02em;
}

.top-work__point span {
	display: inline-block;
}

.top-work__button {
	margin: 1.875rem auto 0;
	max-width: 15.625rem;
}

.top-voice {
	position: relative;
	padding-top: clamp(20px, 2.5rem, 70px);
	padding-bottom: clamp(20px, 2.5rem, 70px);
}

.top-voice::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	margin: 0 calc(50% - 50vw);
	background-color: #f8f7f3;
	z-index: -10;
}

.top-voice__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-voice__title {
	text-align: center;
}

.top-voice__eng-title {
	position: absolute;
	top: -0.2em;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(60px, 3.75rem, 90px);
	font-weight: 400;
	line-height: 1;
	color: #fff;
	z-index: -1;
	text-transform: uppercase;
}

.top-voice__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-voice__contents {
	margin-top: clamp(20px, 2.5rem, 50px);
}

.top-voice__button {
	margin: 1.875rem auto 0;
	max-width: 15.625rem;
}

.top-voice__button .button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(8px, 0.5rem, 16px);
}

.top-voice__button .button img {
	width: clamp(16px, 1rem, 24px);
	height: clamp(16px, 1rem, 24px);
}

.top-voice__button .flex {
	display: flex;
	align-items: center;
	gap: clamp(2px, 0.125rem, 10px);
}

.top-voice__button .flex img {
	width: clamp(14px, 0.875rem, 20px);
	height: clamp(14px, 0.875rem, 20px);
}

.top-voice__button .flex span {
	font-size: clamp(14px, 0.875rem, 16px);
}

@media screen and (min-width: 1001px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.top-about {
	padding-top: 4.75rem;
	padding-bottom: 4.6875rem;
	margin-top: 4.375rem;
}

.top-about__inner {
	max-width: 90rem;
	padding-right: 4.8125rem;
	margin-left: auto;
}

.top-about__flex {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: clamp(24px, 2.5rem, 40px);
}

.top-about__text-area {
	width: 693px;
	order: 1;
	padding: 0;
}

.top-about__title {
	text-align: left;
}

.top-about__eng-title {
	max-width: 68.75rem;
	top: -0.2em;
	left: clamp(-250px, -17.5rem, -350px);
	font-size: 20rem;
	line-height: 1;
}

.top-about__eng-title span {
	display: inline-block;
}

.top-about__contents {
	margin-top: 2.5rem;
	max-width: 43.3125rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
	letter-spacing: 0.03em;
	font-size: 1rem;
}

.top-about__button {
	margin: 4.375rem 0 0;
	max-width: 30rem;
}

.top-about__img {
	order: 2;
	aspect-ratio: 470/546;
	width: clamp(350px, 24.4791666667vw, 470px);
}

.top-access {
	padding-top: 3.75rem;
	padding-bottom: 5rem;
	position: relative;
}

.top-access::after {
	width: 77.3125rem;
	height: 13.5rem;
}

.top-access__inner {
	max-width: 1440px;
	padding-right: 77px;
	margin-left: auto;
}

.top-access__title {
	text-align: left;
}

.top-access__contents {
	margin-top: 2.5rem;
}

.top-access__flex {
	flex-direction: row;
	column-gap: 2.5rem;
}

.top-access__text-area {
	width: 50%;
	order: 1;
	margin-top: 0;
}

.top-access__info-list {
	font-size: 1rem;
}

.top-access__info-list + .top-access__info-list {
	margin-top: 1.375rem;
}

.top-access__info-list dt {
	width: 7.5rem;
	padding: 0.25rem 0 0.25rem 1rem;
}

.top-access__info-list dd {
	width: 32.25rem;
	padding: 0.25rem 0 0.25rem 2.1875rem;
}

.top-access__train-title {
	left: 0.8125rem;
	transform: none;
	padding-right: 1.25rem;
	text-align: left;
	font-size: 1.25rem;
}

.top-access__train-list {
	display: flex;
	font-size: 1rem;
}

.top-access__train-list dt {
	padding-left: 1.25rem;
}

.top-access__button {
	margin: 3.75rem auto 0 0;
	max-width: 30rem;
}

.top-access__map {
	width: 50%;
	padding-top: 1.4375rem;
	order: 2;
}

.top-column {
	padding-top: 9.375rem;
	padding-bottom: 7.5rem;
}

.top-column__inner {
	max-width: 90rem;
	padding-right: 4.8125rem;
	margin-left: auto;
}

.top-column__inner::after {
	content: "";
	display: block;
	width: 0.125rem;
	height: 53.75rem;
	left: 15%;
	position: absolute;
	top: 5em;
	background-image: url("../../images/common/top_line_faq.svg");
	background-repeat: repeat-y;
	background-size: contain;
}

.top-column__flex {
	display: flex;
}

.top-column__title {
	width: 30%;
	position: relative;
}

.top-column__eng-title {
	top: -5.625rem;
	left: -3%;
	font-size: 8.125rem;
	color: #F0F0F0;
	z-index: -1;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.top-column__contents {
	width: 70%;
	margin-top: 0.8125rem;
}

.top-column__intro {
	font-size: 1.5rem;
	line-height: 1.5;
}

.top-column__grid {
	margin-top: 3.75rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: visible;
	gap: 2.8125rem;
}

.top-column__card {
	flex: initial;
}

.top-column__card-text::after {
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

.top-column__card-category {
	font-size: 0.875rem;
	padding: 0.4375rem 1.25rem;
}

.top-column__card-title {
	padding-top: 1.0625rem;
	font-size: 1.25rem;
	line-height: 1.6;
}

.top-column__button {
	margin: 3.75rem auto 0;
	max-width: 30rem;
}

.top-faq {
	padding-top: 6rem;
	padding-bottom: 7.5rem;
}

.top-faq__inner {
	max-width: 90rem;
	padding-right: 4.8125rem;
	margin-left: auto;
}

.top-faq__inner::after {
	content: "";
	display: block;
	width: 0.125rem;
	height: 25rem;
	left: 15%;
	position: absolute;
	top: 5em;
	background-image: url("../../images/common/top_line_faq.svg");
	background-repeat: repeat-y;
	background-size: contain;
}

.top-faq__flex {
	display: flex;
}

.top-faq__title {
	width: 30%;
	position: relative;
}

.top-faq__eng-title {
	top: -5.625rem;
	left: -3%;
	font-size: 8.125rem;
}

.top-faq__contents {
	width: 70%;
	margin-top: 0.8125rem;
}

.top-faq__button {
	margin: 3.75rem auto 0;
	max-width: 30rem;
}

.top-feature {
	padding-top: 5.5rem;
	padding-bottom: 5.3125rem;
	position: relative;
}

.top-feature__eng-title {
	top: -3.3125rem;
	right: 0;
	transform: translateX(0.25em);
	font-size: 18.125rem;
}

.top-feature__title {
	text-align: left;
}

.top-feature__inner {
	max-width: 1440px;
	padding-right: 77px;
	margin-left: auto;
}

.top-feature__flex {
	display: flex;
}

.top-feature__title {
	width: 30%;
	max-height: 29.375rem;
	padding-top: 1.75rem;
	padding-left: 7.5rem;
	padding-right: 6.25rem;
}

.top-feature__title span {
	display: inline-block;
}

.top-feature__contents {
	width: 70%;
}

.top-feature__lists {
	padding-bottom: 12.5rem;
}

.top-feature__list {
	padding: 2.8125rem 3.125rem 1.875rem;
	min-height: 19.4375rem;
	margin-right: 2.8125rem;
}

.top-feature__list + .top-feature__list {
	margin-top: 11.875rem;
}

.top-feature__list:first-child::before {
	left: 1.25rem;
	width: 5rem;
	height: 6.5625rem;
}

.top-feature__list:nth-child(2)::before {
	left: 1.25rem;
	width: 5rem;
	height: 6.5625rem;
}

.top-feature__list:nth-child(3)::before {
	left: 1.25rem;
	width: 5rem;
	height: 6.5625rem;
}

.top-feature__list-flex {
	flex-direction: row;
	gap: clamp(16px, 1.5rem, 24px);
}

.top-feature__list-title {
	display: inline-block;
	font-size: 1.75rem;
	width: calc(100% - 2.5rem);
	margin-left: 5rem;
}

.top-feature__list-title::before {
	bottom: -1.125rem;
	width: 94%;
	height: 1px;
	border: 1px dashed #333;
}

.top-feature__list-title::after {
	bottom: -1.375rem;
	width: 94%;
}

.top-feature__list-text {
	margin-top: 2.8125rem;
	width: 23.75rem;
	font-size: clamp(14px, 1.0625rem, 17px);
	line-height: 2;
	order: unset;
}

.top-feature__list-img-dummy {
	height: 1.25rem;
	width: calc(100% - 23.75rem);
	position: relative;
	margin-top: 2.8125rem;
}

.top-feature__list-img {
	position: absolute;
	top: 0;
	right: -6.25rem;
	max-width: 31.25rem;
	width: auto;
	margin-top: 0;
	order: unset;
}

.top-feature__point {
	max-width: 46rem;
	margin: auto;
	font-size: 1.5rem;
	line-height: 1.7916666667;
	padding: 1.875rem 0 1.875rem;
}

.top-feature__point span {
	display: inline;
}

.top-feature__point br {
	display: block;
}

.top-feature__point::before {
	width: 1.75rem;
	height: 9.25rem;
}

.top-feature__point::after {
	width: 1.75rem;
	height: 9.25rem;
}

.top-feature__button {
	margin: 2.0625rem auto 0;
	max-width: 30rem;
}

.top-flow {
	padding-top: 9.5625rem;
	padding-bottom: 7.5rem;
}

.top-flow__inner {
	max-width: 1440px;
	padding-right: 4.375rem;
	margin-left: auto;
}

.top-flow__inner::after {
	content: "";
	display: block;
	width: 0.125rem;
	height: 62.5rem;
	left: 15%;
	position: absolute;
	top: 5em;
	background-image: url("../../images/common/top_line_flow.svg");
	background-repeat: repeat-y;
	background-size: contain;
}

.top-flow__flex {
	display: flex;
}

.top-flow__title {
	width: 30%;
	text-align: center;
}

.top-flow__eng-title {
	font-size: 8.125rem;
	top: -5.625rem;
}

.top-flow__contents {
	width: 70%;
	margin-top: 2.25rem;
}

.top-flow__lists {
	margin-top: 0;
	display: block;
	overflow: visible;
	gap: 0;
}

.top-flow__list {
	padding: 1rem 6.1875rem;
	margin-right: 1.25rem;
	flex: initial;
	display: block;
}

.top-flow__list + .top-flow__list {
	margin-top: 3rem;
}

.top-flow__list-number {
	width: 4.5rem;
	height: 4.5rem;
	font-size: 2.5rem;
	padding: 1.0625rem 0.9375rem;
}

.top-flow__list-title {
	font-size: 1.75rem;
	padding-left: 0;
}

.top-flow__list-text {
	font-size: 1rem;
	line-height: 2;
	flex: initial;
}

.top-flow__list-img {
	aspect-ratio: 260/146;
	display: block;
	max-width: 16.25rem;
	position: absolute;
	top: 1.875rem;
	right: -1.25rem;
	margin-top: 0;
}

.top-flow__button {
	margin: 4.375rem auto 0 7.5rem;
	max-width: 30rem;
}

.top-mv__inner {
	padding-top: 80px;
}

.top-mv__swiper {
	height: 100%;
	border-radius: 0.5rem;
	max-height: 800px;
	width: 100%;
	margin: 0 auto;
}

.top-mv .swiper-pagination {
	bottom: 8.4375rem;
	left: 2.1875rem;
}

.top-mv .swiper-pagination.no-news {
	bottom: 0.9375rem;
	left: 2.1875rem;
}

.top-mv__text-box {
	position: absolute;
	bottom: -4.375rem;
	right: 3%;
	z-index: 30;
	width: min(49.375rem, 48vw);
	padding: 2.5rem 4rem;
	background-color: #fff;
	border-radius: 0.5rem;
	max-width: 100%;
}

.top-holiday + .top-mv__text-box {
	padding-top: 2.5rem;
}

.top-mv__catch {
	font-size: 2.5rem;
	text-align: left;
}

.top-mv__catch span {
	display: inline;
}

.top-mv__text {
	margin-top: 0.875rem;
	font-size: 1.125rem;
	line-height: 2;
	letter-spacing: 0.02em;
}

.top-mv__text--sp {
	display: none;
}

.top-mv__text--pc {
	display: block;
}

.top-news {
	padding-top: 8.4375rem;
}

.top-news__inner {
	max-width: 1440px;
	padding-right: 77px;
	margin-left: auto;
}

.top-news__inner::after {
	content: "";
	display: block;
	width: 0.125rem;
	height: 58.3125rem;
	left: 15%;
	position: absolute;
	top: 5em;
	background-image: url("../../images/common/top_line_news.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.top-news__flex {
	display: flex;
}

.top-news__title {
	width: 30%;
}

.top-news__eng-title {
	font-size: 8.125rem;
	top: -5.625rem;
	left: 0;
}

.top-news__contents {
	width: 70%;
	margin-top: 1.1875rem;
}

.top-news__list {
	border: 4px solid #f8f7f3;
}

.top-news__list.news-item-4 {
	display: block !important;
}

.top-news__list a {
	padding: 1.5rem 2.5625rem;
}

.top-news__list a::after {
	width: 1.25rem;
	height: 1.25rem;
	bottom: 1rem;
	right: 1rem;
}

.top-news__list + .top-news__list {
	margin-top: 1rem;
}

.top-news__list-flex {
	display: flex;
	align-items: center;
}

.top-news__list-date {
	font-size: 1rem;
}

.top-news__list-title {
	margin-left: 3.375rem;
	font-size: 1.25rem;
}

.top-news__button {
	margin: 3.75rem auto 0;
	max-width: 30rem;
	text-align: center;
}

.top-concern {
	padding-top: 11.25rem;
	padding-bottom: 5.3125rem;
}

.top-concern__inner {
	max-width: 1440px;
	padding-right: 77px;
	position: relative;
	margin-left: auto;
}

.top-concern__inner::after {
	content: "";
	display: block;
	width: 0.125rem;
	height: 58.3125rem;
	left: 15%;
	position: absolute;
	top: 9.375rem;
	background-image: url("../../images/common/top_line_problem.svg");
	background-repeat: repeat-y;
	background-size: contain;
}

.top-concern__title {
	width: 30%;
}

.top-concern__title .section-title {
	font-size: 2.25rem;
}

.top-concern__title span {
	display: block;
}

.top-concern__eng-title {
	top: -3.125rem;
	left: -1.25rem;
	top: -5.625rem;
	left: -3%;
	font-size: 8.125rem;
}

.top-concern__flex {
	display: flex;
}

.top-concern__contents {
	width: 70%;
	margin-top: 0;
}

.top-concern__content {
	max-width: 58.0625rem;
	max-height: 22.5rem;
	padding: 4.375rem 0 2.5rem 15rem;
}

.top-concern__content + .top-concern__content {
	margin-top: 2.75rem;
}

.top-concern__content::before {
	left: 3.75rem;
	width: 9.375rem;
	height: 9.375rem;
}

.top-concern__content:first-of-type:before {
	background-image: url("../../images/top/top_icon_problem_01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

.top-concern__content:nth-of-type(2):before {
	background-image: url("../../images/top/top_icon_problem_02.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

.top-concern__content:nth-of-type(3):before {
	background-image: url("../../images/top/top_icon_problem_03.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

.top-concern__content::after {
	top: 1.5rem;
	left: 1.5625rem;
}

.top-concern__content-title {
	position: relative;
	font-size: 1.75rem;
	line-height: 1.7;
}

.top-concern__content-title::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -15%;
	transform: translate(-50%, -50%);
}

.top-concern__content:first-of-type .top-concern__content-title::before {
	width: 10.125rem;
	height: 7.4375rem;
	background-image: url("../../images/top/top_icon_problem_01.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.top-concern__content:nth-of-type(2) .top-concern__content-title::before {
	width: 9.5rem;
	height: 9.4375rem;
	background-image: url("../../images/top/top_icon_problem_02.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.top-concern__content:nth-of-type(3) .top-concern__content-title::before {
	width: 9.4375rem;
	height: 7.8125rem;
	background-image: url("../../images/top/top_icon_problem_03.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.top-concern__large {
	font-size: 2.5rem;
}

.top-concern__content-button {
	margin-top: 1.5625rem;
	max-width: 12.3125rem;
}

.top-concern__content-button .button--small {
	font-size: 1rem;
}

.top-concern__content-button .button--small::after {
	width: 0.625rem;
	height: 0.625rem;
}

.top-concern__button {
	margin: 3.75rem auto 0;
	max-width: 30rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-right: 1.25rem;
}

.swiper-pagination-bullet {
	width: clamp(12px, 0.75rem, 16px);
	height: clamp(12px, 0.75rem, 16px);
}

.top-holiday {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: none;
	padding: 0;
	border-radius: 0;
}

.top-holiday__inner {
	max-width: 100%;
}

.top-holiday__contents {
	background-color: #f8f7f3;
	padding: 2.1875rem 4.375rem 0.9375rem;
	text-align: left;
	border-radius: 0 0 0.5rem 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 7.5rem;
}

.top-holiday__title {
	font-size: 1.3125rem;
	line-height: 1;
}

.top-holiday__title::before {
	position: absolute;
	top: 50%;
	left: -1.5625rem;
	transform: translateY(-50%);
	display: block;
	width: 1.875rem;
	height: 1.875rem;
}

.top-holiday__date {
	padding-left: 0.625rem;
	font-size: 2rem;
}

.top-work {
	padding-top: 3.75rem;
	padding-bottom: 5rem;
}

.top-work__eng-title {
	top: -2.8125rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16.25rem;
	line-height: 1;
}

.top-work__eng-title span {
	display: inline-block;
}

.top-work__eng-title span + span {
	margin-left: 0.25em;
}

.top-work__title {
	padding-left: 1.25rem;
}

.top-work__contents {
	margin-top: 2.625rem;
}

.top-work__wrapper {
	transform: scale(0.8);
}

.top-work__slide {
	margin-left: 5rem;
}

.top-work__slide img {
	width: 100%;
	max-height: 31.25rem;
}

.top-work__point {
	font-size: 1.5rem;
	line-height: 1.7916666667;
	padding: 3.125rem 0 2.625rem;
	margin: 0 auto 0;
}

.top-work__point span {
	display: inline;
}

.top-work__button {
	max-width: 30rem;
}

.top-voice {
	padding-top: 4.0625rem;
	padding-bottom: 6.25rem;
	margin-top: 4.375rem;
}

.top-voice__inner {
	max-width: 1440px;
	padding-right: 4.8125rem;
	margin-left: auto;
}

.top-voice__title {
	text-align: left;
}

.top-voice__eng-title {
	max-width: 68.75rem;
	left: calc(clamp(-250px, -17.5rem, -350px) - 0.1em);
	font-size: 18.75rem;
}

.top-voice__inner {
	max-width: 1440px;
	padding-right: 4.8125rem;
}

.top-voice__contents {
	margin-top: 1.25rem;
}

.top-voice__button {
	margin: 3.75rem auto 0;
	max-width: 30rem;
	text-align: center;
}

.top-voice__button .button {
	gap: 1.625rem;
}

.top-voice__button .flex {
	gap: 0.625rem;
}

.top-voice__button .flex img {
	width: 1.5rem;
	height: 1.5rem;
}

.top-voice__button .flex span {
	font-size: inherit;
}

}

@media screen and (min-width: 1440px) {

.top-work__wrapper {
	transform: scale(1);
}

}

@media (min-width: 1921px) {

.top-about__inner {
	margin: auto;
}

.top-access__inner {
	margin: auto;
}

.top-column__inner {
	margin: auto;
}

.top-faq__inner {
	margin: auto;
}

.top-feature__inner {
	margin: auto;
}

.top-feature__list-text {
	width: 23.125rem;
}

.top-feature__list-img-dummy {
	width: calc(100% - 23.125rem);
}

.top-flow__inner {
	margin: auto;
}

.top-news__inner {
	margin: auto;
}

.top-concern__inner {
	margin: auto;
}

.top-voice__inner {
	margin: auto;
}

}

@keyframes scroll-left {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}


/*# sourceMappingURL=top.css.map */
