.firstView {
	align-items: center;
	background-image: url(../../img/bg/bg_firstView-top.webp);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	height: calc(100vh - 72px);
	margin-bottom: 10px;
	position: relative;
}

.firstView::after {
	background: linear-gradient(to bottom, transparent, #F7FBFE 80%);
	bottom: -10px;
	content: "";
	display: block;
	height: 20vh;
	left: 0;
	position: absolute;
	width: 100%;
}

.firstView .firstView__contents {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	z-index: 11;
}

.firstView .firstView__content {
	width: calc((100% - 2em) / 2);
}

.firstView .firstView__content:not(:nth-child(2n+1)) {
	margin-left: 2em;
}

.firstView .firstView__content:nth-child(n+3) {
	margin-top: 2em;
}

.firstView .firstView__img {
	max-width: 300px;
}

.firstView .firstView__img img {
	filter: drop-shadow(0px 0px 30px #54C7BB);
}

.firstView .catchCopy {
	margin: auto;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 1390px;
}

.firstView .catchCopy .catchCopy__main {
	height: 150px;
	margin-bottom: 46px;
}

.firstView .catchCopy .catchCopy__main img {
	-o-object-position: left;
	object-position: left;
}

.firstView .catchCopy .catchCopy__sub {
	color: #707070;
	font-size: 20px;
	margin-bottom: 40px;
}

.firstView #scrollBtn {
	bottom: 0;
	left: 50%;
	position: absolute;
	z-index: 10;
}

.firstView #scrollBtn a {
	border-left: 1px solid #707070;
	color: #707070;
	line-height: 1;
	padding: 0.5em 0 1em 1em;
	position: relative;
	writing-mode: vertical-rl;
}

.firstView #scrollBtn a::before {
	animation-delay: 0.5s;
	animation-direction: alternate;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: scrollBtn;
	animation-play-state: running;
	animation-timing-function: linear;
	background-color: #707070;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.5em;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0.5em;
}

.top {
	background: linear-gradient(transparent 0%, #3EE2A3 20%, #3AD1CF 85%, transparent 100%);
	margin-bottom: 167px;
	overflow: hidden;
	padding-bottom: 200px;
	padding-top: 280px;
	position: relative;
	position: relative;
}

.top #waveCanvas {
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(180deg);
	width: 100%;
}

.top .top-inner {
	margin: auto;
	max-width: 1290px;
}

.top .top-inner .top-logo__wrapper {
	flex-basis: calc(40% - 1em);
}

.top .top-inner .top-logo__wrapper .top-logo {
	max-width: 300px;
	width: 100%;
}

.top .top-inner .top-logo__wrapper .top-logo .top-logo__text {
	color: #fff;
	font-size: 26px;
	margin-top: 0.5em;
	text-align: center;
}

.top .top-inner .top-texts__wrapper {
	flex-basis: calc(60% - 1em);
	margin-left: 2em;
}

.top .top-inner .top-texts__wrapper * {
	color: white;
	line-height: 1.75;
}

.top .top-inner .top-texts__wrapper .top-title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 50px;
}

.top .top-inner .top-texts__wrapper .top-text {
	font-size: 22px;
}

.price .section-title {
	margin-bottom: 40px;
}

.price .selectPlan-btn__wrapper {
	margin-bottom: 3em;
}

.price .planCard__wrapper {
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding: 0;
}

.price .pickUp-btn__text {
	margin-bottom: 0.5em;
	margin-top: 2em;
	text-align: center;
}

.price .pickUp-btn__text .pickUp-btn__text__decoration {
	font-size: 20px;
	padding: 0 0.8em;
	position: relative;
}

.price .pickUp-btn__text .pickUp-btn__text__decoration::before,
.price .pickUp-btn__text .pickUp-btn__text__decoration::after {
	background-color: #54C7BB;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1.5em;
	position: absolute;
	width: 1px;
}

.price .pickUp-btn__text .pickUp-btn__text__decoration::before {
	left: 0;
	rotate: -30deg;
}

.price .pickUp-btn__text .pickUp-btn__text__decoration::after {
	right: 0;
	rotate: 30deg;
}

.price .pickUp-btn__text .pickUp-btn__number__decoration {
	color: #54C7BB;
	font-size: 2em;
	font-weight: bold;
	padding: 0 0.125em;
}

.price .pickUp-btn__attention {
	display: block;
	font-size: 14px;
	margin-top: 0.5em;
	text-align: center;
}

.price .search-title {
	font-size: 22px;
}

.price .searchPlan__wrapper {
	margin: 3em auto 0 auto;
	max-width: 1000px;
}

.price .search-form__wrapper {
	margin: auto;
	max-width: 700px;
}

.aboutLesimo .section-title {
	margin-bottom: 80px;
}

.aboutLesimo .aboutLesimo-texts__wrapper {
	margin-bottom: 80px;
}

.aboutLesimo .aboutLesimo-texts__wrapper .aboutLesimo-title {
	color: #54C7BB;
	font-size: 22px;
	margin-bottom: 0.5em;
}

.aboutLesimo .about-cards {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.aboutLesimo .about-cards .about-card {
	border-radius: 22px;
	box-shadow: 10px 10px 10px rgba(204, 211, 216, 0.6), -7px -7px 10px #Fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 65px 1em 70px 1em;
	width: calc((100% - 12em) / 3);
}

.aboutLesimo .about-cards .about-card:not(:nth-child(3n+1)) {
	margin-left: 6em;
}

.aboutLesimo .about-cards .about-card:nth-child(n+4) {
	margin-top: 6em;
}

.aboutLesimo .about-cards .about-card .about-card__text {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 2em;
	text-align: center;
}

.aboutLesimo .about-cards .about-card .about-card__img {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-height: 100px;
}

.howToUse {
	background: linear-gradient(45deg, #3AD3C9, #3DDFA9);
	padding-bottom: 4em;
	padding-top: 4em;
}

.howToUse .section-title {
	margin-bottom: 2em;
}

.howToUse .section-title * {
	color: white;
}

.howToUse .howToUse-cards {
	background-color: #fff;
	border-radius: 22px;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1290px;
	padding: 4em 60px;
}

.howToUse .howToUse-cards .howToUse-card {
	width: calc((100% - 9em) / 4);
}

.howToUse .howToUse-cards .howToUse-card:not(:nth-child(4n+1)) {
	margin-left: 3em;
}

.howToUse .howToUse-cards .howToUse-card:nth-child(n+5) {
	margin-top: 3em;
}

.howToUse .howToUse-cards .howToUse-card .stepNumber {
	background-color: #3B5F77;
	color: white;
	font-family: "Inter", sans-serif;
	margin-bottom: 2em;
	padding: 0.5em 1em;
	text-align: center;
}

.howToUse .howToUse-cards .howToUse-card .stepNumber span {
	color: white;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding-left: 0.5em;
}

.howToUse .howToUse-cards .howToUse-card .howToUse-card__img {
	aspect-ratio: 1;
	height: auto;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	max-width: 120px;
	width: 100%;
}

.howToUse .howToUse-cards .howToUse-card .howToUse-card__text {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.howToUse .og-btn a {
	color: white;
}

.howToUse .og-btn a::before {
	background-color: #fff;
	background-image: url(../../img/icon/icon_ogBtn-arrow_green.svg);
}

.faq .section-title {
	margin-bottom: 60px;
}

.faq .og-btn {
	margin-top: 60px;
}

.information {
	margin-bottom: 100px;
}

.information .information-inner {
	border-radius: 22px;
	box-shadow: 10px 10px 10px rgba(204, 211, 216, 0.6), -7px -7px 10px #Fff;
	padding: 100px 2em 40px 2em;
}

.information .section-title {
	margin-bottom: 40px;
	text-align: center;
}

.information .information-lists {
	margin-bottom: 60px;
}

.information .og-btn {
	text-align: center;
}

.information .og-btn a:hover {
	padding-left: 4em;
}

.color-btn.cta {
	margin-bottom: 100px;
}

.color-btn.cta .color-btn__link {
	font-size: 30px;
	max-width: 500px;
	padding: 40px 3em;
}

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

.firstView .firstView__img {
	max-width: 200px;
}

}

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

.firstView {
	align-items: flex-end;
	aspect-ratio: 1;
	background-image: url(../../img/bg/bg_firstView-sp.png);
	background-position: top center;
	height: auto;
	width: 100%;
}

.firstView::after {
	display: none;
}

.firstView .catchCopy {
	margin-bottom: 60px;
	padding-top: 100%;
}

.price .planCard {
	width: calc((100% - 3em) / 2);
}

.price .planCard:not(:nth-child(2n+1)) {
	margin-left: 3em;
}

.price .planCard:nth-child(n+3) {
	margin-top: 3em;
}

.aboutLesimo .about-cards {
	padding-left: 0;
	padding-right: 0;
}

.aboutLesimo .about-cards .about-card {
	padding: 40px 1em 50px 1em;
	width: calc((100% - 4em) / 3);
}

.aboutLesimo .about-cards .about-card:not(:nth-child(3n+1)) {
	margin-left: 2em;
}

.aboutLesimo .about-cards .about-card:nth-child(n+4) {
	margin-top: 2em;
}

.howToUse .howToUse-cards {
	padding: 3em 2em;
}

.howToUse .howToUse-cards .howToUse-card {
	width: calc((100% - 4.5em) / 4);
}

.howToUse .howToUse-cards .howToUse-card:not(:nth-child(4n+1)) {
	margin-left: 1.5em;
}

.howToUse .howToUse-cards .howToUse-card:nth-child(n+5) {
	margin-top: 1.5em;
}

.howToUse .howToUse-cards .howToUse-card .howToUse-card__text {
	font-size: 18px;
}

}

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

.price .planCard {
	width: calc((100% - 6em) / 3);
}

.price .planCard:not(:nth-child(3n+1)) {
	margin-left: 3em;
}

.price .planCard:nth-child(n+4) {
	margin-top: 3em;
}

}

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

.firstView .firstView__img {
	order: 1;
}

.firstView .catchCopy {
	order: 1;
}

.firstView .catchCopy .catchCopy__main {
	height: 100px;
	margin-bottom: 1.5em;
}

.firstView .catchCopy .catchCopy__main img {
	-o-object-position: right;
	object-position: right;
}

.firstView .catchCopy .catchCopy__sub {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: right;
}

.firstView .catchCopy .catchCopy__img {
	margin: 0 auto;
	max-width: 500px;
}

.firstView #scrollBtn {
	display: none;
}

.top {
	margin-bottom: 60px;
	padding-bottom: 160px;
	padding-top: 160px;
}

.top .top-inner .top-column__wrapper {
	flex-wrap: wrap;
}

.top .top-inner .top-logo__wrapper {
	flex-basis: 100%;
}

.top .top-inner .top-logo__wrapper .top-logo {
	margin-bottom: 1em;
	max-width: 150px;
}

.top .top-inner .top-logo__wrapper .top-logo .top-logo__text {
	font-size: 19px;
}

.top .top-inner .top-texts__wrapper {
	flex-basis: 100%;
	margin-left: 0;
}

.top .top-inner .top-texts__wrapper .top-title {
	font-size: 17px;
	margin-bottom: 1em;
}

.top .top-inner .top-texts__wrapper .top-text {
	font-size: 16px;
}

.aboutLesimo .section-title {
	margin-bottom: 40px;
}

.aboutLesimo .about-cards .about-card .about-card__text {
	font-size: 16px;
}

}

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

.firstView {
	aspect-ratio: 4/5;
	background-image: url(../../img/bg/bg_firstView-sp.webp);
	background-position: top center;
	height: auto;
	width: 100%;
}

.firstView::after {
	display: none;
}

.firstView .firstView__content {
	width: 100%;
}

.firstView .firstView__content:nth-child(n+2) {
	margin-left: 0;
	margin-top: 0.5em;
}

.firstView .catchCopy {
	margin-top: 1.5em;
}

.firstView .catchCopy .catchCopy__main {
	margin-bottom: 1em;
}

.price .planCard {
	width: calc((100% - 1.5em) / 2);
}

.price .planCard:not(:nth-child(2n+1)) {
	margin-left: 1.5em;
}

.price .planCard:nth-child(n+3) {
	margin-top: 1.5em;
}

.price .pickUp-btn__text .pickUp-btn__text__decoration {
	font-size: 16px;
}

.aboutLesimo .aboutLesimo-texts__wrapper .aboutLesimo-title {
	font-size: 20px;
}

.aboutLesimo .about-cards {
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
}

.aboutLesimo .about-cards .about-card {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 250px;
	padding: 40px 1em 50px 1em;
	width: 100%;
}

.aboutLesimo .about-cards .about-card:nth-child(n+2) {
	margin-left: 0;
	margin-top: 2em;
}

.aboutLesimo .about-cards .about-card .about-card__img {
	max-height: 80px;
}

.howToUse .section-title {
	margin-bottom: 40px;
}

.howToUse .howToUse-cards {
	max-width: 375px;
	padding: 3em 2em;
}

.howToUse .howToUse-cards .howToUse-card {
	width: 100%;
}

.howToUse .howToUse-cards .howToUse-card:nth-child(n+2) {
	margin-left: 0;
	margin-top: 2em;
}

.howToUse .howToUse-cards .howToUse-card .stepNumber {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	text-align: left;
}

.howToUse .howToUse-cards .howToUse-card .howToUse-card__img {
	margin-bottom: 30px;
	max-width: 100px;
	padding: 0;
}

.howToUse .howToUse-cards .howToUse-card .howToUse-card__text {
	display: none;
}

.faq .section-title {
	margin-bottom: 40px;
}

.faq .og-btn {
	margin-top: 40px;
}

.information {
	margin-bottom: 50px;
}

.color-btn.cta {
	margin-bottom: 50px;
}

.color-btn.cta .color-btn__link {
	font-size: 19px;
	max-width: calc(100% - 60px);
	padding: 1.25em 3em;
}

}

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

.firstView .firstView__img {
	max-width: 140px;
}

}

@keyframes scrollBtn {

0% {
	top: 0px;
}

100% {
	top: 100%;
}

}

