/* リキッドレイアウト対応 */

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}

.u-mobile {
	display: none;
}

.u-sp {
	display: none;
}

html {
	font-size: 62.5%;
}

/* pcの電話番号発信対応 */

a[href^="tel:"] {
	pointer-events: none;
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.8;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.lp-about {
	border-bottom-right-radius: 120px;
	border-bottom-right-radius: 12rem;
	padding-bottom: 72px;
	padding-bottom: 7.2rem;
	padding-top: 102px;
	padding-top: 10.2rem;
}

.lp-about__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	max-width: 140rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.lp-about__lead {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	font-size: 12rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: -30px;
	margin-top: -3rem;
	position: relative;
	z-index: 2;
}

.lp-about__text-block {
	margin-left: 20px;
	margin-left: 2rem;
	margin-top: 56px;
	margin-top: 5.6rem;
}

.lp-about__sub {
	background-color: #03B3D3;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.428;
	padding: 5px 12px;
	padding: 0.5rem 1.2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.lp-about__text {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.428;
	margin-top: 12px;
	margin-top: 1.2rem;
}

.lp-about__text span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #F8E714));
	background: linear-gradient(transparent 80%, #F8E714 20%);
	display: inline-block;
	line-height: 1.1;
}

.lp-access {
	margin-top: 80px;
	margin-top: 8rem;
}

.lp-access__flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: calc(50% - 50vw);
}

.lp-access__left {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.lp-access__title-block {
	position: relative;
}

.lp-access__title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	left: 20px;
	left: 2rem;
	letter-spacing: 0.02em;
	line-height: 1.44;
	position: absolute;
	top: 30px;
	top: 3rem;
}

.lp-access__title-sub {
	color: rgba(3, 179, 211, .2);
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	font-size: 12rem;
	font-weight: 500;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 1;
	position: relative;
	top: 0;
	z-index: -1;
}

.lp-access__info {
	margin-top: 48px;
	margin-top: 4.8rem;
}

.lp-access__logo-flex {
	gap: 16px;
	gap: 1.6rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.lp-access__logo {
	width: 148px;
	width: 14.8rem;
}

.lp-access__company {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.1;
}

.lp-access__company span {
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-top: 4px;
	margin-top: 0.4rem;
}

.lp-access__address {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 32px;
	margin-top: 3.2rem;
}

.lp-access__right {
	aspect-ratio: 832/480;
	width: 60%;
}

.lp-access__right iframe {
	aspect-ratio: 832/480;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-bg {
	background: url(../img/bg.jpg);
	height: auto;
	width: 100%;
}

.lp-button {
	gap: 16px;
	gap: 1.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(3, 179, 211, .8);
	border: 2px solid #03B3D3;
	border-radius: 9999px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 64px;
	padding: 1.2rem 6.4rem;
}

.lp-button span {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.lp-button img {
	width: 8px;
	width: 0.8rem;
}

.lp-card {
	background-color: #fff;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
}

.lp-card__img {
	aspect-ratio: 405/216;
	border-top-left-radius: 10px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 10px;
	border-top-right-radius: 1rem;
	position: relative;
}

.lp-card__img > img {
	aspect-ratio: 405/216;
	-o-object-fit: cover;
	border-top-left-radius: 10px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 10px;
	border-top-right-radius: 1rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-card__button {
	display: block;
	position: absolute;
	right: 20px;
	right: 2rem;
	top: 15px;
	top: 1.5rem;
	width: 48px;
	width: 4.8rem;
}

.lp-card__sub {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 84px;
	width: 8.4rem;
}

.lp-card__title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.45;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	padding-top: 16px;
	padding-top: 1.6rem;
}

.lp-card__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: auto;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	padding-top: 16px;
	padding-top: 1.6rem;
}

.lp-card02 {
	background-color: #F8F5F0;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px 24px 20px;
	padding: 1.6rem 2.4rem 2rem;
}

.lp-card02 + .lp-card02 {
	margin-top: 12px;
	margin-top: 1.2rem;
}

.lp-card02__flex {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.lp-card02__name {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.lp-card02__star {
	width: 100px;
	width: 10rem;
}

.lp-card02__text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.785;
	margin-top: 10px;
	margin-top: 1rem;
}

.lp-card03 {
	background-color: #fff;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	height: 100%;
}

.lp-card03__number {
	width: 56px;
	width: 5.6rem;
	position: absolute;
	top: 0;
	left: 20px;
	left: 2rem;
	z-index: 3;
}

.lp-card03__img {
	aspect-ratio: 3/2;
	border-top-left-radius: 10px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 10px;
	border-top-right-radius: 1rem;
	position: relative;
}

.lp-card03__img > img {
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	border-top-left-radius: 10px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 10px;
	border-top-right-radius: 1rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-card03__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	overflow: hidden;
	padding-left: 16px;
	padding-left: 1.6rem;
	padding-right: 16px;
	padding-right: 1.6rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.lp-card03__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: auto;
	padding-bottom: 16px;
	padding-bottom: 1.6rem;
	padding-left: 16px;
	padding-left: 1.6rem;
	padding-right: 16px;
	padding-right: 1.6rem;
	padding-top: 30px;
	padding-top: 3rem;
}

.lp-card03__date {
	border: 2px solid #03B3D3;
	border-radius: 9999px;
	color: #03B3D3;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6px 22px;
	padding: 0.6rem 2.2rem;
}

.lp-card03__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: right;
}

.lp-card03__text span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

.lp-cta {
	padding-bottom: 80px;
	padding-bottom: 8rem;
	padding-top: 80px;
	padding-top: 8rem;
	position: relative;
}

.lp-cta__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.lp-cta__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-cta__flex {
	gap: 24px;
	gap: 2.4rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
	max-width: 76rem;
	width: 100%;
}

.lp-cta__line {
	background-color: #09B444;
	border-radius: 2rem;
	padding: 40px 120px;
	padding: 4rem 12rem;
}

.lp-cta__line-lead {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.lp-cta__line-lead::before {
	content: "/";
	position: absolute;
	right: -20px;
	right: -2rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lp-cta__line-lead::after {
	content: "/";
	left: -20px;
	left: -2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) scaleX(-1);
	transform: translate(0, -50%) scaleX(-1);
}

.lp-cta__line-button {
	display: block;
	margin-top: 12px;
	margin-top: 1.2rem;
	width: 100%;
}

.lp-cta__line-button img {
	width: 100%;
}

.lp-cta__line-text-block {
	display: inline-block;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.lp-cta__line-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}

.lp-cta__web {
	background-color: #0383D3;
	border-radius: 2rem;
	padding: 23px 145px 32px;
	padding: 2.3rem 14.5rem 3.2rem;
}

.lp-cta__web-lead {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: center;
}

.lp-cta__web-flex {
	gap: 32px;
	gap: 3.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.lp-cta__web-form {
	width: 202px;
	width: 20.2rem;
}

.lp-cta__web-tel {
	font-family: "Oswald", sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.46;
}

.lp-footer {
	background-color: #0097B2;
	margin-top: 80px;
	margin-top: 8rem;
	padding-bottom: 33px;
	padding-bottom: 3.3rem;
	padding-top: 33px;
	padding-top: 3.3rem;
}

.lp-footer__sns {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lp-footer__link {
	display: inline-block;
	width: 32px;
	width: 3.2rem;
}

.lp-footer__copyright {
	color: #fff;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 16px;
	margin-top: 1.6rem;
	text-align: center;
}

.lp-fv {
	height: 680px;
	height: 68rem;
	margin-top: 100px;
	margin-top: 10rem;
	position: relative;
}

.lp-fv__video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.lp-fv__video video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-fv__title-block {
	color: #fff;
	padding-top: 60px;
	padding-top: 6rem;
	text-align: center;
}

.lp-fv__title {
	font-size: 72px;
	font-size: 7.2rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.lp-fv__title-sub {
	font-family: "Oswald", sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.46;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-top: 0.8rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.lp-fv__title-sub::before {
	background-color: #fff;
	content: "";
	height: 2px;
	height: 0.2rem;
	left: -30px;
	left: -3rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 24px;
	width: 2.4rem;
}

.lp-fv__title-sub::after {
	background-color: #fff;
	content: "";
	height: 2px;
	height: 0.2rem;
	position: absolute;
	right: -30px;
	right: -3rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 24px;
	width: 2.4rem;
}

.lp-fv__icon-block {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 40px;
	padding-top: 4rem;
}

.lp-fv__icon {
	width: 120px;
	width: 12rem;
}

.lp-fv__tour {
	bottom: 48px;
	bottom: 4.8rem;
	position: fixed;
	z-index: 100;
	right: 32px;
	right: 3.2rem;
	width: 228px;
	width: 22.8rem;
}

.lp-guide {
	background-color: #fff;
	border-top-left-radius: 60px;
	border-top-left-radius: 6rem;
	border-top-right-radius: 60px;
	border-top-right-radius: 6rem;
	-webkit-box-shadow: 0 0 20px rgba(6, 41, 51, .2);
	box-shadow: 0 0 20px rgba(6, 41, 51, .2);
	margin-top: -100px;
	margin-top: -10rem;
	padding-bottom: 104px;
	padding-bottom: 10.4rem;
	padding-top: 80px;
	padding-top: 8rem;
}

.lp-guide__title-block {
	text-align: center;
}

.lp-guide__title-sub {
	color: #03B3D3;
	font-family: "Oswald", sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.lp-guide__title-sub::before {
	content: "/";
	left: -24px;
	left: -2.4rem;
	position: absolute;
	top: 53%;
	-webkit-transform: translate(0, -50%) scaleX(-1);
	transform: translate(0, -50%) scaleX(-1);
}

.lp-guide__title-sub::after {
	content: "/";
	position: absolute;
	right: -24px;
	right: -2.4rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.lp-guide__title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.38;
}

.lp-guide__flex {
	gap: 40px;
	gap: 4rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 48px;
	margin-top: 4.8rem;
}

.lp-guide-card {
	background-color: #EAF1F7;
	border-radius: 1rem;
	border-top: 10px solid #0383D3;
	padding: 22px 32px 40px;
	padding: 2.2rem 3.2rem 4rem;
	width: calc(50% - 2rem);
}

.lp-guide-card.guide-card--green {
	background-color: #EEF7EC;
	border-top: 10px solid #09B444;
}

.lp-guide-card__flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lp-guide-card__img {
	width: 30%;
}

.lp-guide-card__text-block {
	width: 65%;
}

.lp-guide-card__speak {
	width: 300px;
	width: 30rem;
	max-width: 100%;
}

.lp-guide-card__name {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.lp-guide-card__name .small {
	font-size: 16px;
	font-size: 1.6rem;
}

.lp-guide-card__name .english {
	color: #0383D3;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 4px;
	margin-top: 0.4rem;
}

.lp-guide-card__name .english.english--green {
	color: #09B444;
}

.lp-guide-card__text {
	background-color: #fff;
	border-radius: 1rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 16px 24px 24px;
	padding: 1.6rem 2.4rem 2.4rem;
}

.lp-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	max-width: 132rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.lp-intro {
	background-color: #fff;
	border-bottom-right-radius: 120px;
	border-bottom-right-radius: 12rem;
	border-top-right-radius: 120px;
	border-top-right-radius: 12rem;
	-webkit-box-shadow: 0 0 20px rgba(6, 41, 51, .2);
	box-shadow: 0 0 20px rgba(6, 41, 51, .2);
	padding-bottom: 96px;
	padding-bottom: 9.6rem;
	padding-top: 88px;
	padding-top: 8.8rem;
	position: relative;
}

.lp-intro::before {
	background: url(../img/bg-white_sub.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 120px;
	height: 12rem;
	left: 0;
	position: absolute;
	top: -120px;
	top: -12rem;
	width: 120px;
	width: 12rem;
}

.lp-intro::after {
	background: url(../img/bg-white_sub.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -120px;
	bottom: -12rem;
	content: "";
	height: 120px;
	height: 12rem;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 120px;
	width: 12rem;
}

.lp-intro__flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lp-intro__text-block {
	width: 54%;
}

.lp-intro__card:first-of-type {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.lp-intro__card + .lp-intro__card {
	margin-top: 40px;
	margin-top: 4rem;
}

.lp-intro__title-block {
	padding-left: 22px;
	padding-left: 2.2rem;
	position: relative;
}

.lp-intro__title-block::before {
	background-color: #03B3D3;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
	width: 0.6rem;
}

.lp-intro__title-blue {
	color: #03B3D3;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.lp-intro__title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.lp-intro__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.lp-intro__card:first-of-type {
	border-bottom: 3px dotted #DDE0E0;
	border-bottom: 0.3rem dotted #DDE0E0;
}

.lp-intro__video {
	aspect-ratio: 496/704;
	border-radius: 2rem;
	width: 38%;
}

.lp-intro__video video {
	aspect-ratio: 496/704;
	-o-object-fit: cover;
	border-radius: 2rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.lp-modal__bg {
	background: rgba(0, 0, 0, .7);
	height: 100%;
	position: absolute;
	width: 100%;
}

.lp-modal__inner {
	left: 50%;
	max-width: 1160px;
	max-width: 116rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.lp-modal__swiper {
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	position: relative;
	width: 100%;
	z-index: 5;
}

.lp-modal__swiper .swiper {
	overflow: hidden;
}

.lp-modal__card {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #fff;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding: 48px 56px;
	padding: 4.8rem 5.6rem;
	width: 100%;
	position: relative;
}

.lp-modal-close {
	position: absolute;
	top: 0.4rem;
	right: 1.3rem;
	cursor: pointer;
	color: #333;
	font-family: "Oswald", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
}

.lp-modal__img {
	aspect-ratio: 5/4;
	width: 47%;
}

.lp-modal__img img {
	aspect-ratio: 5/4;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-modal__text-block {
	width: 47%;
}

.lp-modal__number {
	background-color: #F8E714;
	border-radius: 9999px;
	color: #03B3D3;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	padding: 8px 26px;
	padding: 0.8rem 2.6rem;
}

.lp-modal__title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.75;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.lp-modal__text {
	border-top: 3px dotted #DDE0E0;
	border-top: 0.3rem dotted #DDE0E0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding-top: 24px;
	padding-top: 2.4rem;
}

.lp-modal__swiper-button-prev {
	background-color: transparent;
	cursor: pointer;
	height: 50px;
	height: 5rem;
	left: -20px;
	left: -2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50px;
	width: 5rem;
	z-index: 3;
}

.lp-modal__swiper-button-next {
	background-color: transparent;
	cursor: pointer;
	height: 50px;
	height: 5rem;
	position: absolute;
	right: -20px;
	right: -2rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50px;
	width: 5rem;
	z-index: 3;
}

.lp-modal__swiper-button-prev::after,
.lp-modal__swiper-button-next::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 20px;
	height: 2rem;
	left: 46%;
	position: absolute;
	top: 30%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px;
	width: 2rem;
}

.lp-modal__swiper-button-prev::after {
	left: 15%;
	top: 40%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.lp-modal__pagination {
	bottom: 0;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-left: auto;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.lp-modal__pagination .swiper-pagination-current {
	color: #F8E714;
}

.lp-point {
	margin-top: 64px;
	margin-top: 6.4rem;
	padding-bottom: 104px;
	padding-bottom: 10.4rem;
}

.lp-point__title-block {
	position: relative;
	text-align: center;
	z-index: 2;
}

.lp-point__title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.38;
	padding-top: 10px;
	padding-top: 1rem;
}

.lp-point__title span {
	color: #F8E714;
	font-family: "Oswald", sans-serif;
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 1.25;
}

.lp-point__title-sub {
	color: rgba(255, 255, 255, .3);
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	font-size: 12rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
}

.lp-point__lead {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	margin-left: auto;
	margin-top: 3px;
	margin-top: 0.3rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.lp-point__lead::before {
	background: url(../img/point-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	height: 3.2rem;
	left: -40px;
	left: -4rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 32px;
	width: 3.2rem;
}

.lp-point__cards {
	gap: 40px 32px;
	gap: 4rem 3.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 2.4rem;
	width: 100%;
}

.lp-point__card {
	overflow: hidden;
	width: calc(33.333% - 2.2rem);
}

.lp-ranking {
	background-color: #F4F0EA;
	padding-bottom: 80px;
	padding-bottom: 8rem;
	padding-top: 40px;
	padding-top: 4rem;
}

.lp-ranking__title-block {
	position: relative;
	text-align: left;
	z-index: 2;
}

.lp-ranking__button-block {
	margin-top: 40px;
	margin-top: 4rem;
	text-align: center;
}

.lp-ranking__title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.38;
	padding-left: 30px;
	padding-left: 3rem;
	padding-top: 38px;
	padding-top: 3.8rem;
}

.lp-ranking__title-sub {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	font-size: 12rem;
	font-weight: 500;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	top: 0;
	z-index: -1;
}

.lp-ranking__swiper {
	margin-top: 60px;
	margin-top: 6rem;
	padding: 0 20px;
	padding: 0 2rem;
	position: relative;
}

.lp-ranking__swiper .swiper {
	overflow: hidden;
}

.lp-ranking__swiper .swiper-slide {
	height: auto;
}

.lp-ranking__swiper-button-next {
	background-color: transparent;
	cursor: pointer;
	height: 50px;
	height: 5rem;
	position: absolute;
	right: -20px;
	right: -2rem;
	top: 48%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50px;
	width: 5rem;
	z-index: 3;
}

.lp-ranking__swiper-button-prev {
	background-color: transparent;
	cursor: pointer;
	height: 50px;
	height: 5rem;
	left: -20px;
	left: -2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50px;
	width: 5rem;
	z-index: 3;
}

.lp-ranking__swiper-button-prev::after,
.lp-ranking__swiper-button-next::after {
	border-right: 2px solid #333;
	border-top: 2px solid #333;
	content: "";
	height: 14px;
	height: 1.4rem;
	left: 54%;
	position: absolute;
	top: 40%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
	width: 1.4rem;
}

.lp-ranking__swiper-button-prev::after {
	left: 15%;
	top: 40%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.lp-review-card {
	background-color: #fff;
	border: 3px solid #F4F0EA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.lp-review-card__img {
	aspect-ratio: 8/5;
	position: relative;
}

.lp-review-card__img img {
	aspect-ratio: 8/5;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-review-card__img span {
	background-color: #EF889C;
	border-radius: 9999px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	left: 23px;
	left: 2.3rem;
	letter-spacing: 0.02em;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	position: absolute;
	top: 24px;
	top: 2.4rem;
}

.lp-review-card__body {
	padding: 16px 20px 24px;
	padding: 1.6rem 2rem 2.4rem;
}

.lp-review-card__flex {
	gap: 12px;
	gap: 1.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.lp-review-card__name {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.lp-review-card__star {
	width: 100px;
	width: 10rem;
}

.lp-review-card__title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	padding-top: 8px;
	padding-top: 0.8rem;
}

.lp-review-card__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.lp-review {
	background-color: #fff;
	border-bottom-right-radius: 120px;
	border-bottom-right-radius: 12rem;
	border-top-right-radius: 120px;
	border-top-right-radius: 12rem;
	-webkit-box-shadow: 0 0 20px rgba(6, 41, 51, .2);
	box-shadow: 0 0 20px rgba(6, 41, 51, .2);
	padding-bottom: 96px;
	padding-bottom: 9.6rem;
	padding-top: 96px;
	padding-top: 9.6rem;
	position: relative;
	z-index: 2;
}

.lp-review::before {
	background: url(../img/bg-white_sub.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 120px;
	height: 12rem;
	left: 0;
	position: absolute;
	top: -120px;
	top: -12rem;
	width: 120px;
	width: 12rem;
}

.lp-review::after {
	background: url(../img/bg-white_sub.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -120px;
	bottom: -12rem;
	content: "";
	height: 120px;
	height: 12rem;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 120px;
	width: 12rem;
}

.lp-review__star {
	position: absolute;
	right: 30%;
	top: -30px;
	top: -3rem;
	width: 152px;
	width: 15.2rem;
}

.lp-review__title-block {
	position: relative;
	text-align: center;
}

.lp-review__title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.38;
	padding-top: 38px;
	padding-top: 3.8rem;
}

.lp-review__title-sub {
	color: rgba(3, 179, 211, .2);
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	font-size: 12rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
}

.lp-review__flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
	margin-top: 8rem;
}

.lp-review__left {
	width: 50%;
}

.lp-review__comment {
	margin-left: auto;
	margin-top: 40px;
	margin-top: 4rem;
	max-width: 566px;
	max-width: 56.6rem;
	width: 100%;
}

.lp-review__right {
	width: 44%;
}

.lp-scroll-infinity__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.lp-scroll-infinity__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
}

.lp-scroll-infinity__list--left {
	-webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.lp-scroll-infinity__item {
	width: 300vw;
}

.lp-scroll-infinity__item > img {
	width: 100%;
}

.lp-tour-card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 2rem;
	-webkit-box-shadow: 0 0 10px rgba(6, 41, 51, .2);
	box-shadow: 0 0 10px rgba(6, 41, 51, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 32px 48px;
	padding: 3.2rem 4.8rem;
}

.lp-tour-card + .lp-tour-card {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.lp-tour-card__left {
	aspect-ratio: 544/356;
	width: 46%;
}

.lp-tour-card__left img {
	-o-object-fit: cover;
	aspect-ratio: 544/356;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-tour-card__right {
	width: 50%;
}

.lp-tour-card__title {
	color: #03B3D3;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.lp-tour-card__price {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.8rem;
}

.lp-tour-card__price a {
	color: #03B3D3;
	border-bottom: 1px solid #03B3D3;
	opacity: 1;
	transition: 0.3s;
}

.lp-tour-card__price a:hover {
	opacity: 0.8;
}

.lp-tour-card__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.lp-tour-card__card02 {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.lp-tour-card__button-block {
	margin-top: 24px;
	margin-top: 2.4rem;
	text-align: center;
}

.lp-tour {
	padding-bottom: 204px;
	padding-bottom: 20.4rem;
	padding-top: 70px;
	padding-top: 7rem;
}

.lp-tour__title-block {
	position: relative;
	text-align: center;
	z-index: 2;
}

.lp-tour__title {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.38;
	padding-top: 38px;
	padding-top: 3.8rem;
}

.lp-tour__title span {
	color: #F8E714;
}

.lp-tour__title-sub {
	color: rgba(255, 255, 255, .2);
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	font-size: 12rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
}

.lp-tour__contents {
	margin-top: 70px;
	margin-top: 7rem;
}

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

.lp-access__flex {
	margin-right: 0;
	margin-right: initial;
}

}

@media screen and (max-width: 1200px) {

.lp-access__right {
	width: 50%;
}

.lp-card__title {
	font-size: 2rem;
}

.lp-card__text {
	font-size: 1.4rem;
}

.lp-guide-card {
	padding: 2.2rem 2rem 4rem;
}

.lp-intro {
	border-bottom-right-radius: 9rem;
	border-top-right-radius: 9rem;
}

.lp-intro::before {
	height: 9rem;
	top: -9rem;
	width: 9rem;
}

.lp-intro::after {
	bottom: -9rem;
	height: 9rem;
	width: 9rem;
}

.lp-modal__inner {
	max-width: 70rem;
}

.lp-modal__swiper {
	padding-bottom: 4rem;
}

.lp-modal__card {
	gap: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 72rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.lp-modal__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
	width: 100%;
}

.lp-modal__text-block {
	width: 100%;
}

.lp-modal__number {
	font-size: 1.6rem;
	padding: 0.6rem 1.4rem;
}

.lp-modal__title {
	font-size: 2rem;
	margin-top: 1rem;
}

.lp-modal__text {
	margin-top: 1rem;
	padding-top: 1rem;
}

.lp-review-card__img span {
	font-size: 1.6rem;
	left: 1rem;
	padding: 0.5rem 1rem;
	top: 1rem;
}

.lp-review-card__title {
	font-size: 2rem;
}

.lp-review-card__text {
	font-size: 1.4rem;
}

.lp-review {
	border-bottom-right-radius: 9rem;
	border-top-right-radius: 9rem;
}

.lp-review::before {
	height: 9rem;
	top: -9rem;
	width: 9rem;
}

.lp-review::after {
	bottom: -9rem;
	height: 9rem;
	width: 9rem;
}

.lp-review__left {
	width: 44%;
}

.lp-review__right {
	width: 50%;
}

.lp-tour-card {
	padding: 3.2rem 2.8rem;
}

.lp-tour-card__left {
	width: 40%;
}

.lp-tour-card__right {
	width: 56%;
}

}

@media screen and (max-width: 1100px) {

.lp-fv__tour {
	bottom: 2rem;
	right: 1.6rem;
	width: 20rem;
}

}

@media (max-width: 1024px) {

html {
	font-size: 0.9765625vw;
}

.lp-fv {
	margin-top: 7rem;
}

}

@media screen and (max-width: 768px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

a[href^="tel:"] {
	pointer-events: auto;
}

.lp-about {
	padding-bottom: 5rem;
	padding-top: 7rem;
}

.lp-about__lead {
	font-size: 9rem;
}

.lp-about__sub {
	font-size: 1.7rem;
}

.lp-about__text {
	font-size: 3rem;
}

.lp-access {
	margin-top: 6rem;
}

.lp-access__flex {
	gap: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 0;
	margin-right: initial;
}

.lp-access__title {
	font-size: 2.2rem;
	top: 2.8rem;
}

.lp-access__title-sub {
	font-size: 8rem;
}

.lp-access__info {
	margin-top: 2.4rem;
}

.lp-access__logo {
	width: 10rem;
}

.lp-access__company {
	font-size: 2rem;
}

.lp-access__company span {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.lp-access__address {
	font-size: 1.4rem;
	margin-top: 2.6rem;
}

.lp-access__right {
	width: 100%;
}

.lp-button {
	padding: 1rem 4rem;
}

.lp-button span {
	font-size: 1.4rem;
}

.lp-card__button {
	right: 1.2rem;
	top: 1rem;
	width: 3.8rem;
}

.lp-card__sub {
	width: 6rem;
}

.lp-card__title {
	font-size: 1.8rem;
	padding-top: 1.2rem;
}

.lp-card__text {
	padding-bottom: 2.4rem;
	padding-top: 1rem;
}

.lp-card02 {
	padding: 1.6rem;
}

.lp-card02__flex {
	gap: 1rem;
}

.lp-card02__star {
	width: 8rem;
}

.lp-card03__title {
	font-size: 1.4rem;
	padding-top: 1rem;
}

.lp-cta {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.lp-cta__flex {
	max-width: 50rem;
}

.lp-cta__line {
	padding: 2.2rem 2rem;
}

.lp-cta__line-lead {
	font-size: 1.6rem;
}

.lp-cta__line-button {
	margin-left: auto;
	margin-right: auto;
	max-width: 33rem;
}

.lp-cta__line-text {
	font-size: 1.4rem;
}

.lp-cta__web {
	padding: 2.3rem 2rem 2.2rem;
}

.lp-cta__web-lead {
	font-size: 1.6rem;
}

.lp-cta__web-flex {
	gap: 1.2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.lp-cta__web-tel {
	font-size: 2.6rem;
}

.lp-footer {
	margin-top: 6rem;
	padding-bottom: 2.4rem;
	padding-top: 2.4rem;
}

.lp-fv {
	margin-top: 6.6rem;
	height: 60rem;
}

.lp-fv__title-block {
	padding-top: 7rem;
}

.lp-fv__title {
	font-size: 4.5rem;
}

.lp-fv__title-sub {
	font-size: 2rem;
}

.lp-fv__title-sub::before {
	right: -2.4rem;
	width: 1.8rem;
}

.lp-fv__title-sub::after {
	right: -2.4rem;
	width: 1.8rem;
}

.lp-fv__icon-block {
	justify-content: center;
}

.lp-fv__icon {
	width: 10rem;
}

.lp-fv__tour {
	width: 16rem;
}

.lp-guide {
	border-top-left-radius: 3rem;
	border-top-right-radius: 3rem;
	padding-bottom: 7rem;
	padding-top: 6rem;
}

.lp-guide__title {
	font-size: 2.2rem;
}

.lp-guide__flex {
	gap: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 4rem;
}

.lp-guide-card {
	padding: 2.2rem 2rem;
	width: 100%;
}

.lp-guide-card__name {
	font-size: 1.8rem;
}

.lp-guide-card__name .small {
	font-size: 1.4rem;
}

.lp-guide-card__text {
	font-size: 1.4rem;
	padding: 1rem 2rem 2rem;
}

.lp-intro {
	border-bottom-right-radius: 6rem;
	border-top-right-radius: 6rem;
	padding-bottom: 6.6rem;
	padding-top: 5rem;
}

.lp-intro::before {
	height: 6rem;
	top: -6rem;
	width: 6rem;
}

.lp-intro::after {
	bottom: -6rem;
	height: 6rem;
	width: 6rem;
}

.lp-intro__flex {
	gap: 3.4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.lp-intro__text-block {
	width: 100%;
}

.lp-intro__card:first-of-type {
	padding-bottom: 3rem;
}

.lp-intro__card + .lp-intro__card {
	margin-top: 3rem;
}

.lp-intro__title-block {
	padding-left: 1.8rem;
}

.lp-intro__title-block::before {
	width: 0.4rem;
}

.lp-intro__title-blue {
	font-size: 1.6rem;
}

.lp-intro__title {
	font-size: 2rem;
}

.lp-intro__text {
	font-size: 1.4rem;
	margin-top: 2rem;
}

.lp-intro__card:first-of-type {
	border-bottom: 0.2rem dotted #DDE0E0;
}

.lp-intro__video {
	margin-left: auto;
	margin-right: auto;
	max-width: 36rem;
	width: 100%;
}

.lp-modal__inner {
	max-width: 40rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.lp-modal__swiper {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3rem;
}

.lp-modal__card {
	gap: 2rem;
	height: 53rem;
	padding: 2rem;
}

.lp-modal__img {
	max-width: 24rem;
}

.lp-modal__number {
	padding: 0.3rem 1rem;
}

.lp-modal__title {
	font-size: 2rem;
}

.lp-modal__text {
	font-size: 1.3rem;
	border-top: 0.2rem dotted #DDE0E0;
}

.lp-modal__swiper-button-prev {
	height: 5rem;
	left: -2rem;
	width: 5rem;
}

.lp-modal__swiper-button-next {
	height: 5rem;
	right: -2rem;
	width: 5rem;
}

.lp-modal__pagination {
	font-size: 1.6rem;
}

.lp-point {
	margin-top: 4.4rem;
	padding-bottom: 6.4rem;
}

.lp-point__title {
	font-size: 2.2rem;
}

.lp-point__title span {
	font-size: 4.4rem;
}

.lp-point__title-sub {
	font-size: 8rem;
}

.lp-point__lead {
	margin-top: 0.6rem;
}

.lp-point__cards {
	gap: 2rem;
}

.lp-point__card {
	width: calc(50% - 1rem);
}

.lp-ranking__title {
	font-size: 2.2rem;
	padding-top: 3rem;
}

.lp-ranking__title-sub {
	font-size: 8rem;
}

.lp-ranking__swiper {
	padding: 0;
}

.lp-review-card {
	border: 2px solid #F4F0EA;
}

.lp-review-card__body {
	padding: 1.6rem 1rem 1.6rem;
}

.lp-review-card__title {
	font-size: 1.8rem;
}

.lp-review-card__text {
	margin-top: 1rem;
}

.lp-review {
	border-bottom-right-radius: 6rem;
	border-top-right-radius: 6rem;
	padding-bottom: 6.6rem;
	padding-top: 5.6rem;
}

.lp-review::before {
	height: 6rem;
	top: -6rem;
	width: 6rem;
}

.lp-review::after {
	bottom: -6rem;
	height: 6rem;
	width: 6rem;
}

.lp-review__star {
	right: 3rem;
	top: -2rem;
	width: 10rem;
}

.lp-review__title {
	font-size: 2.2rem;
	padding-top: 3rem;
}

.lp-review__title-sub {
	font-size: 8rem;
}

.lp-review__flex {
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 48rem;
	width: 100%;
}

.lp-review__left {
	width: 100%;
}

.lp-review__comment {
	margin-top: 2rem;
	max-width: 100%;
}

.lp-review__right {
	width: 100%;
}

.lp-scroll-infinity__item {
	width: 500vw;
}

.lp-tour-card {
	gap: 2.4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.8rem 2rem;
}

.lp-tour-card__left {
	width: 100%;
}

.lp-tour-card__right {
	width: 100%;
}

.lp-tour-card__title {
	font-size: 2rem;
}

.lp-tour-card__price {
	font-size: 1.3rem;
	margin-top: 0.3rem;
}

.lp-tour-card__text {
	font-size: 1.4rem;
	margin-top: 1.6rem;
}

.lp-tour-card__card02 {
	margin-top: 1.6rem;
}

.lp-tour {
	padding-bottom: 16.4rem;
	padding-top: 5.5rem;
}

.lp-tour__title {
	font-size: 2.2rem;
	padding-top: 3rem;
}

.lp-tour__title-sub {
	font-size: 8rem;
}

.lp-tour__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
	width: 100%;
}

}

@media (max-width: 768px) {

html {
	font-size: 62.5%;
}

}

@media screen and (max-width: 600px) {

.lp-about__lead {
	font-size: 6.5rem;
}

.lp-point__card {
	max-width: 42rem;
	width: 100%;
}

}

@media screen and (max-width: 500px) {
	.u-sp {
		display: block;
	}

	.lp-fv__title {
		font-size: 4rem;
	}
}

@media (max-width: 375px) {

html {
	font-size: 2.6666666667vw;
}

}

@-webkit-keyframes infinity-scroll-left {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

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

}

@keyframes infinity-scroll-left {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

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

}


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