.bg-blue {
	position: relative;
	z-index: 10;
}
.bg-blue::after {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: #f6fcff;
	content: "";
}

.inner {
	padding: 0 16px;
}

.divider {
	margin: auto;
	width: calc(100% - 32px);
	height: 3px;
	background-color: #e0eef5;
}

@media screen and (min-width: 768px) {
	.only-mobile {
		display: none;
	}
}

.only-desktop {
	display: none;
}
@media screen and (min-width: 768px) {
	.only-desktop {
		display: block;
	}
}

.submit-button-style.submit-button {
	top: initial;
	max-width: 300px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.submit-button-style.submit-button:hover {
		color: #3cb371 !important;
	}
}

.form-container {
	margin: 60px auto;
	padding: 40px 16px;
	max-width: 800px;
	border-radius: 16px;
	box-shadow: 0 10px 60px -4px rgba(0, 0, 0, .0588235294);
}

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

.fv {
	position: relative;
	padding: 0 16px;
}
@media screen and (min-width: 768px) {
	.fv {
		position: relative;
		padding: 60px 16px;
	}
}
@media screen and (min-width: 1200px) {
	.fv {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.fv__bg-box {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50vw);
		        transform: translateX(-50vw);
		width: 100vw;
		height: 100%;
	}
	.fv__bg-box::before {
		position: absolute;
		top: 0;
		right: 0;
		width: 24%;
		height: 100%;
		background-image: url(https://www.lansa.jp/wp-content/assets/img/campaign/fv_bg-right.png);
		background-size: auto;
		background-repeat: no-repeat;
		content: "";
	}
	.fv__bg-box::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 24%;
		height: 83%;
		background-image: url(https://www.lansa.jp/wp-content/assets/img/campaign/fv_bg-left.png);
		background-position: left;
		background-repeat: no-repeat;
		content: "";
	}
}
.fv__inner {
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.fv__inner {
		position: relative;
		z-index: 10;
		display: -webkit-box;
		display: -webkit-flex;
		display:         flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;

		gap: 16px;
	}
}
@media screen and (min-width: 1200px) {
	.fv__inner {
		max-width: 1200px;

		gap: 24px;
	}
}

.fv__text-box {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-top: 32px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.fv__text-box {
		margin-top: 0;
		width: 50%;
	}
}

.fv__title {
	color: #333;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 640px) {
	.fv__title {
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 768px) {
	.fv__title {
		text-align: left;
		font-size: 24px;
		letter-spacing: normal;
	}
}
@media screen and (min-width: 1200px) {
	.fv__title {
		font-size: 40px;
		letter-spacing: .05em;
	}
}

.color-blue {
	color: #00a5fa;
}

.fv__text {
	margin-top: 16px;
	color: #4d4d4d;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	opacity: 1;
}
@media screen and (min-width: 640px) {
	.fv__text {
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 768px) {
	.fv__text {
		text-align: left;
		font-size: 18px;
		letter-spacing: normal;
	}
}
@media screen and (min-width: 1200px) {
	.fv__text {
		font-size: 24px;
	}
}

@media screen and (min-width: 768px) {
	.fv__img-box {
		max-width: 600px;
		width: 50%;
	}
}

.text-box {
	padding: 40px 0;
}
@media screen and (min-width: 768px) {
	.text-box {
		padding: 80px 0;
	}
}

.text-box__text {
	margin: auto;
	max-width: 840px;
	width: -webkit-fit-content;
	width:    -moz-fit-content;
	width:         fit-content;
	color: #333;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	opacity: 1;
}
@media screen and (min-width: 640px) {
	.text-box__text {
		letter-spacing: .03em;
	}
}
@media screen and (min-width: 768px) {
	.text-box__text {
		text-align: left;
		font-size: 18px;
		letter-spacing: normal;
	}
}
@media screen and (min-width: 1200px) {
	.text-box__text {
		font-size: 22px;
	}
}

.section {
	padding: 50px 0;
	font-size: 16px;
}
@media screen and (min-width: 768px) {
	.section {
		padding: 80px 0;
	}
}

.section__title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and (min-width: 768px) {
	.section__title {
		font-size: 40px;
	}
}

.section__body {
	margin: auto;
	margin-top: 32px;
	width: -webkit-fit-content;
	width:    -moz-fit-content;
	width:         fit-content;
}
@media screen and (min-width: 768px) {
	.section__body {
		margin-top: 48px;
	}
}
.section__body * {
	font-size: 16px;
}
@media screen and (min-width: 768px) {
	.section__body * {
		font-size: 18px;
	}
}

.section-list {
	margin: 0 16px;
}

@media screen and (min-width: 992px) {
	.section-list__item {
		font-size: 22px;
	}
}
.section-list__item + .section-list__item {
	margin-top: 12px;
}

.section__link-box {
	margin-top: 32px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.section__link-box {
		margin-top: 40px;
	}
}

.section__link {
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid #06a859;
	border-radius: 8px;
	background-color: #06a859;
	color: #fff;
}
.section__link:hover {
	color: #fff;
	-webkit-transition: .3s;
	        transition: .3s;
}
@media screen and (min-width: 768px) {
	.section__link:hover {
		background-color: #fff;
		color: #06a859;
	}
}

@media screen and (min-width: 768px) {
	.section-list--card {
		display: grid;
		grid-template-columns: 1fr 1fr;

		gap: 40px 32px;
	}
}

.section-list-card__item {
	background: #fff;
	box-shadow: 2px 2px 4px rgba(51, 51, 51, .25);
	list-style: none;
}
.section-list-card__item + .section-list-card__item {
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
	.section-list-card__item + .section-list-card__item {
		margin-top: 0;
	}
}

.section-list-card__item-img-box {
	aspect-ratio: 16/9;
}

.section-list-card__item-img {
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	   object-fit: cover;
}

.section-list-card__item-text {
	padding: 16px 12px 12px;
}
@media screen and (min-width: 768px) {
	.section-list-card__item-text {
		padding: 24px 12px 12px;
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	.data-list {
		display: grid;
		grid-template-columns: 1fr 1fr;

		gap: 40px;
	}
}

.data-row {
	position: relative;
	padding: 140px 16px 32px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 10px 20px 70px -4px rgba(0, 0, 0, .04);
}
@media screen and (min-width: 768px) {
	.data-row {
		padding: 24px 40px 24px 140px;
	}
}
.data-row + .data-row {
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
	.data-row + .data-row {
		margin-top: 0;
	}
}

.data-term {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.data-term {
		text-align: left;
		font-size: 22px;
	}
}

.data-list__icon-box {
	position: absolute;
	top: 24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: inline-block;
	width: 92px;
	height: 92px;
}
@media screen and (min-width: 768px) {
	.data-list__icon-box {
		top: 50%;
		left: 24px;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}

.data-list__icon {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.data-description {
	margin-top: 8px;
	text-align: center;
	font-size: 16px;
}
@media screen and (min-width: 768px) {
	.data-description {
		text-align: left;
		font-size: 18px;
	}
}

.section__text-box {
	margin-top: 24px;
}
