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

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	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: optimizeLegibility;
}

/* 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: 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;
}

/* ホバー */

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

.answer {
	background-color: #D7F2F0;
	padding-bottom: 10.8125rem;
	position: relative;
	z-index: -1;
}

.answer_img {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
	width: 100%;
}

.comparison {
	background-color: #fff;
	margin-top: -3.125rem;
	padding-bottom: 2.875rem;
	padding-top: 5.625rem;
}

.comparison_inner {
	position: relative;
}

.comparison_title {
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.comparison_title::after {
	background-color: #00AFCC;
	border-radius: 10px;
	content: "";
	display: block;
	height: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5625rem;
	text-align: center;
	width: 27px;
}

.comparison_scroll {
	max-width: 7.8125rem;
	position: absolute;
	right: 0.6875rem;
	top: 2.75rem;
	width: 50%;
}

.comparison_contents {
	margin-top: 2.625rem;
	overflow-x: scroll;
	padding-left: 0.9375rem;
	width: 100%;
}

.comparison_graph {
	-o-object-fit: contain; /* 画面幅を超えてはみ出させる */
	height: auto;
	min-width: 47.375rem;
	object-fit: contain;
	overflow: scroll;
}

.cta {
	bottom: 0;
	left: 50%;
	max-width: 326px;
	position: fixed; /* 幅を指定することで中央配置をより確実に */
	text-align: center;
	transform: translateX(-50%);
	width: 80%;
	z-index: 10; /* 子要素を中央揃えに */
}

.cta a,
.cta_footer a {
	animation: zoomInOut 1.5s infinite ease-in-out;
	display: inline-block;
	transition: transform 0.1s ease-in-out;
}

.cta_img {
	max-width: 20.375rem;
	width: 96%;
}

.cta_footer {
	bottom: 1.0625rem;
	left: 17px;
	position: absolute;
	width: 12.5rem;
}

.cta_footer a {
	display: inline-block; /* インライン要素のimgを拡大できるように */
	transition: transform 0.3s ease-in-out; /* なめらかなアニメーション */
}

.cta_footer a:hover {
	transform: scale(1.1); /* ホバー時に1.1倍に拡大 */
}

.fv {
	-webkit-clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
	background: linear-gradient(130deg, rgb(54, 201, 216) 0%, rgb(159, 219, 207) 100%);
	clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
	height: 100vh;
	max-height: 38.25rem;
	padding-left: 20px;
	padding-right: 0.6875rem;
	position: relative;
}

.fv::before {
	background: url(../images/common/fv_deco_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 6rem;
	left: 0;
	position: absolute;
	top: 3%;
	width: 8.3125rem;
}

.fv::after {
	background: url(../images/common/fv_deco_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 7.0625rem;
	position: absolute;
	right: 3%;
	top: 0;
	width: 7.875rem;
	z-index: -1;
}

.fv_inner {
	height: 35.75rem;
	position: relative;
	width: 100%;
}

.fv_container {
	padding-top: 4.8125rem;
	text-align: center;
}

.fv_title {
	-o-object-fit: cover;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 15.5rem;
	object-fit: cover;
	width: 71%;
}

.fv_image {
	-o-object-fit: cover;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.6875rem;
	max-width: 22.625rem;
	object-fit: cover;
	top: 230px;
	width: 99.8%;
}

.fv_subtitle {
	left: 15%;
	margin-left: auto;
	margin-right: auto;
	max-width: 257px;
	width: 71%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.introduction {
	margin-top: -6.75rem;
}

.introduction_title {
	margin-left: auto;
	margin-right: auto;
	padding-left: 27px;
	width: 294px;
}

.introduction_inner {
	background-color: #F3F7FA;
	padding-top: 1.125rem;
}

.introduction_container {
	text-align: center;
}

.introduction_texts {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.introduction_text {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
}

.introduction_img {
	margin-left: auto;
	margin-right: auto;
	max-width: 335px;
	width: 96%;
}

.ly__wrapper {
	width: 100%;
}

.ly__main {
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
	z-index: 1;
}

.section {
	width: 100%;
}

.merit {
	-webkit-clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
	background-color: #F3F7FA;
	clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
	margin-top: -0.125rem;
	padding-bottom: 82px;
	padding-top: 4.6875rem;
	position: relative;
}

.merit::before {
	background: url(../images/common/nextstage_image_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 3.4375rem;
	content: "";
	height: 5rem;
	left: calc(50% - min(48.5vw, 11.6875rem));
	position: absolute;
	width: 4.75rem;
	z-index: 3;
}

.merit::after {
	background: url(../images/common/nextstage_image_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 36px;
	content: "";
	height: 103px;
	position: absolute;
	right: calc(50% - min(48.5vw, 156px));
	width: 70px;
	z-index: 3;
	z-index: 3;
}

.merit_title {
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.merit_title span {
	font-size: 2.25rem;
}

.merit_title::after {
	background-color: #00AFCC;
	border-radius: 10px;
	content: "";
	display: block;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	text-align: center;
	width: 27px;
}

.merit_container {
	margin-top: 0.8125rem;
}

.merit_contents {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
}

.merit_img {
	margin-left: auto;
	margin-right: auto;
	max-width: 21.875rem;
	width: 100%;
}

.merit_arrow {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.6875rem;
	width: 3.875rem;
}

.merit_wrap {
	margin-top: 1.375rem;
}

.merit_img2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.125rem;
	width: 100%;
}

.merit_texts {
	margin-top: 1.6875rem;
}

.merit_text {
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}

.merit_text span {
	font-weight: 700;
	position: relative;
}

.monitor {
	position: relative;
}

.monitor_img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.nav {
	display: none;
}

.nav__items {
	grid-gap: 1.0625rem;
	display: grid;
	gap: 1.0625rem;
	text-align: center;
}

.nav__item {
	color: #333;
	font-size: 1.3125rem;
	font-weight: 400;
	position: relative; /* 三角形を絶対配置するため */
}

.nav__btn {
	margin-top: 1rem;
	max-width: 25rem;
	width: 100%;
}

.nav__item img {
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 20px;
}

.nav__item a { /* 三角形を a の相対位置に配置 */
	padding-left: 1.25rem;
	position: relative; /* 三角形が入るスペースを確保 */
}

.nav__item a,
.nav__btn a {
	display: inline-block; /* transformを適用できるように */
	transition: transform 0.3s ease-in-out; /* なめらかなズームイン */
}

.nav__item a:hover,
.nav__btn a:hover {
	transform: scale(1.2); /* ホバー時に1.1倍に拡大 */
}

/* ホバー時に左横に三角形を表示 */

.nav__item a::before {
	border-bottom: 6px solid transparent;
	border-left: 10px solid #00879D; /* 左向きの三角形 */
	border-top: 6px solid transparent;
	content: "";
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform 0.3s ease-in-out;
	width: 0;
}

.nav__item a:hover::before {
	transform: translateY(-50%) scale(1); /* ホバー時に三角形を表示 */
}

.nav__btn a {
	animation: zoomInOut 1.5s infinite ease-in-out;
	display: inline-block;
	transition: transform 0.1s ease-in-out;
}

.plan {
	background-color: #D7F2F0;
	border-radius: 3.75rem;
	margin-top: -3.1875rem;
	padding-bottom: 4.5rem;
	padding-top: 1.75rem;
	position: relative;
	z-index: 0;
}

.plan::before {
	background: url(../images/common/plan_deco.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 8.9375rem;
	left: calc(50% - min(48.5vw, 11.625rem));
	position: absolute;
	top: 0;
	width: 8.9375rem;
}

.plan_inner {
	position: relative;
}

.plan_title {
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.plan_title::after {
	background-color: #00AFCC;
	border-radius: 10px;
	content: "";
	display: block;
	height: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5625rem;
	text-align: center;
	width: 27px;
}

.plan_text {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 1.125rem;
	text-align: center;
}

.plan_scroll {
	max-width: 7.8125rem;
	position: absolute;
	right: 0.6875rem;
	top: 6.625rem;
	width: 50%;
}

.plan_contents {
	margin-top: 4.875rem;
	overflow-x: scroll;
	padding-left: 1.25rem;
	position: relative;
	width: 100%;
}

.plan_graph {
	-o-object-fit: contain; /* 画面幅を超えてはみ出させる */
	height: auto;
	min-width: 39.625rem;
	object-fit: contain;
	overflow: scroll;
}

.plan_text_2 {
	color: #333;
	font-size: 0.625rem;
	font-weight: 400;
	margin-top: 0.1875rem;
	text-align: center;
}

.plan_plus {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.8125rem;
	width: 3.375rem;
}

.plan_monthly {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	width: 20.625rem;
}

.plan_arrow::after {
	background: url(../images/common/arrow_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5.5625rem;
	content: "";
	height: 4.1875rem;
	left: 46%;
	position: absolute;
	width: 2.0625rem;
}

.question {
	background-color: #D7F2F0;
	margin-top: -7.1875rem;
	padding-top: 8.875rem;
	position: relative;
	z-index: -2;
}

.question_container {
	text-align: center;
	width: 100%;
}

.question_title {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.question_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.6875rem;
	max-width: 21.875rem;
	width: 98%;
}

.service {
	background-color: #D7F2F0;
	margin-top: -3.125rem;
	padding-bottom: 1.875rem;
	padding-top: 4.6875rem;
}

.service_title {
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.service_container {
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	margin-top: 0.625rem;
}

.service_contents {
	position: relative;
}

.service_img {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.25rem;
	position: relative;
	width: 93%;
}

.service_img--1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.25rem;
	position: relative;
	width: 100%;
}

.service_img--1::after {
	background: url(../images/common/service_deco_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1.0625rem;
	content: "";
	height: 12.1875rem;
	left: 0;
	position: absolute;
	width: 21.875rem;
}

.service_img--2::after {
	background: url(../images/common/service_deco_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -0.5rem;
	content: "";
	height: 10.625rem;
	left: 5.5rem;
	position: absolute;
	width: 10.625rem;
}

.service_img--3::after {
	background: url(../images/common/service_deco_3.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 19px;
	content: "";
	height: 121px;
	left: -13px;
	position: absolute;
	width: 291px;
}

.service_img--4::after {
	background: url(../images/common/service_deco_4.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -0.125rem;
	content: "";
	height: 9.5625rem;
	left: 4.1875rem;
	position: absolute;
	width: 13.4375rem;
}

.works {
	background-color: #fff;
	padding-bottom: 4.625rem;
	padding-top: 2.5rem;
}

.works_title {
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.works_subtitle {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: center;
}

.works_titlewrap::after {
	background-color: #00879D;
	border-radius: 10px;
	content: "";
	display: block;
	height: 4.375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.75rem;
	text-align: center;
	width: 0.25rem;
}

.works_contents {
	margin-top: 1rem;
	overflow: hidden;
	width: 100%;
}

.works_img { /* 画像が横並びに続くようにする */
	animation: slide 10s linear infinite;
	display: flex;
	gap: 20px;
	width: -moz-max-content;
	width: max-content; /* スライドアニメーション */
}

.works_img img { /* 適宜調整 */
	flex-shrink: 0;
	width: 94px; /* 画像が縮まないように */
}

/* スライドアニメーション */

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.cta {
	display: none;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.ly__bg {
	background: linear-gradient(to bottom right, #BBCCEA 41%, #FFFFFF);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -3;
}

.ly__left {
	display: grid;
	height: 100lvh;
	left: 0;
	position: fixed;
	top: 0;
	width: calc(72.2% - 187px);
}

.ly__left::before {
	background-image: url(../images/common/fv_pc_image.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 86%;
	left: 0;
	position: absolute;
	top: -1px;
	width: 110%;
	z-index: -1;
}

.ly__right {
	display: grid;
	height: 100lvh;
	position: fixed;
	right: 0;
	top: 0;
}

.ly__wrapper {
	display: block;
	margin-left: calc(61.2% - 145px);
	margin-right: calc(13.8% - 90px);
	padding-top: 3.625rem;
	position: relative;
	width: 24.375rem;
	z-index: 0;
	z-index: 1;
}

.ly__wrapper::before {
	background: url(../images/common/scroll_deco2.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 10.9375rem;
	left: -2.75rem;
	position: absolute;
	top: 3.625rem;
	width: 1.5rem;
	z-index: 5;
}

.section {
	width: 24.375rem;
}

.nav {
	display: block;
	left: calc(49% - 85px);
	position: relative;
	top: 44%;
	width: 18.75rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes zoomInOut {

0%,100% {
	transform: scale(1);
}

50% {
	transform: scale(1.1);
}

}

@keyframes zoomInOut {

0%,100% {
	transform: scale(1);
}

50% {
	transform: scale(1.1);
}

}

@keyframes slide {

from {
	transform: translateX(0);
}

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

}


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