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

img,
iframe {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.u-tx-pink {
	color: #F3669A;
}

.u-tx-yellow {
	color: #FAE06A;
}

.u-tx-light-blue {
	color: #6EC8E2;
}

.u-yellow-line {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.u-yellow-line::before {
	background: #FAE06A;
	bottom: 0;
	content: "";
	height: 11px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 101%;
	z-index: -1;
}

.c-wrap816 {
	margin-inline: auto;
	max-width: calc(816px + 48px);
	padding-inline: 24px;
	width: 100%;
}

.c-wrap900 {
	margin-inline: auto;
	max-width: calc(900px + 48px);
	padding-inline: 24px;
	width: 100%;
}

.c-wrap917 {
	margin-inline: auto;
	max-width: calc(917px + 48px);
	padding-inline: 24px;
	width: 100%;
}

.c-wrap {
	margin-inline: auto;
	max-width: 548px;
	padding-inline: 24px;
	width: 100%;
}

.c-heading {
	align-items: center;
	background: #E0F1F4;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
	min-height: 120px;
	padding-block: 34px 34px;
	position: relative;
	text-align: center;
}

.c-heading::before,
.c-heading::after {
	background: url(../img/heading-line.webp) repeat-x center center/cover;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-heading::before {
	top: 0;
}

.c-heading::after {
	bottom: 0;
}

.c-heading__img {
	position: absolute;
	right: calc(50% + 47px);
	top: -53px;
	width: 117px;
}

.c-heading__title {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: normal;
	vertical-align: middle;
}

.c-heading__title-en {
	color: #0E536D;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: normal;
}

.c-heading .text {
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
}

.c-heading .num {
	font-size: 78px;
	font-weight: 900;
	line-height: 1;
	vertical-align: middle;
}

.header {
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header__wrap {
	padding-block: 8px 8px;
	padding-inline: 20px 13px;
}

.header__row {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__logo {
	display: block;
	width: 231.816px;
}

.header__icon {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	gap: 7px;
	justify-content: center;
	position: relative;
	width: 44px;
	z-index: 100;
}

.header__icon span {
	background: #6EC8E2;
	display: block;
	height: 2px;
	transition: 0.3s;
	width: 24px;
}

.header__icon.--open span {
	background: #fff;
	width: 31px;
}

.header__icon.--open span:nth-child(2) {
	opacity: 0;
}

.header__icon.--open span:nth-child(1),
.header__icon.--open span:nth-child(3) {
	position: absolute;
}

.header__icon.--open span:nth-child(1) {
	transform: rotate(45deg);
}

.header__icon.--open span:nth-child(3) {
	transform: rotate(-45deg);
}

.header__links {
	display: none;
}

.header__link {
	align-items: center;
	border: 1px solid #E0F1F4;
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 14px 42px 10px;
	transition: 0.3s;
	width: 33.3333333333%;
}

.header__link:hover {
	background: #6EC8E2;
	opacity: 1;
}

.header__link:hover p {
	color: #FAE06A;
}

.header__link:hover span {
	background: #FAE06A;
}

.header__link-title {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	transition: 0.3s;
}

.header__link-title-row {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	transition: 0.3s;
	width: 100%;
}

.header__link-title-row span {
	background: #0E536D;
	display: block;
	height: 1px;
	transition: 0.3s;
	width: 74px;
}

.header__link-title-ja {
	font-size: 13px;
	font-weight: 400;
	transition: 0.3s;
	white-space: nowrap;
}

.header__content {
	display: none;
}

.header__tel {
	align-items: center;
	display: flex;
	gap: 14px;
}

.header__tel-wrap {
	align-items: center;
	display: flex;
}

.header__tel-icon {
	display: block;
	width: 19.817px;
}

.header__tel-num {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: -0.03em;
}

.header__labels {
	align-items: center;
	display: flex;
	gap: 5px;
}

.header__label {
	background: #F3669A;
	border-radius: 18px;
	padding: 4px 12px;
}

.header__label-text {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.header__contact-button {
	align-items: center;
	background: #0E536D;
	display: flex;
	gap: 9px;
	padding: 23px 18px 23px;
}

.header__contact-button.--hidden {
	opacity: 0;
	pointer-events: none;
}

.header__contact-button-icon svg {
	display: block;
	width: 26px;
}

.header__contact-button-text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

/* g-nav */

.g-nav {
	background: #6EC8E2;
	inset: 0;
	left: 0;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: 0.3s;
	z-index: 99;
}

.g-nav.--open {
	pointer-events: all;
	transform: translateX(0);
}

.g-nav__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 98px;
	padding-block: 74px;
}

.g-nav__logo {
	display: block;
	width: 179px;
}

.g-nav__nav {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 79px;
	max-width: 251px;
	width: 67%;
}

.g-nav__lists {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 51px;
	width: 100%;
}

.g-nav__lists li {
	line-height: 0;
	width: 100%;
}

.g-nav__link {
	align-items: end;
	color: #fff;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.g-nav__link:hover p {
	color: #FAE06A;
}

.g-nav__link:hover span {
	background: #FAE06A;
}

.g-nav span {
	background: #fff;
	display: block;
	height: 1px;
	margin-bottom: 5px;
	transition: 0.3s;
	width: 74px;
}

.g-nav__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: center;
}

.g-nav__text {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
}

.g-nav__text-ja {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	transition: 0.3s;
}

.g-nav__contact-button {
	align-items: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	display: flex;
	gap: 10px;
	justify-content: center;
	overflow: hidden;
	padding: 15px 17px 19px;
	transition: 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.g-nav__contact-button:hover {
	background: #F3669A;
}

.g-nav__contact-button:hover path {
	fill: #fff;
}

.g-nav__contact-button:hover p {
	color: #fff;
}

.g-nav__contact-button-icon {
	width: 26px;
}

.g-nav__contact-button-icon svg {
	display: block;
	width: 100%;
}

.g-nav__contact-button-icon svg path {
	transition: 0.3s;
}

.g-nav__contact-button-text {
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s;
}

.fv__img {
	aspect-ratio: 375/560;
	display: block;
	width: 100%;
}

/* sec01 */

.top-sec01 {
	padding-bottom: 66px;
	padding-top: 18px;
}

.top-sec01__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.top-sec01__title {
	color: #0E536D;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}

.top-sec01__title span {
	font-weight: 900;
}

.top-sec01__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 19px;
	justify-content: center;
}

.top-sec01__item {
	background: #F7F3EC;
	border-radius: 11px;
	display: flex;
	gap: 16px;
	justify-content: center;
	max-width: 327px;
	overflow: hidden;
}

.top-sec01__item .top-sec01__content {
	margin-right: 19px;
}

.top-sec01__item:nth-of-type(even) {
	flex-direction: row-reverse;
	gap: 0;
	margin-right: 0;
	padding-left: 19px;
}

.top-sec01__img {
	flex-shrink: 0;
	width: 37%;
}

.top-sec01__body {
	display: flex;
	flex-direction: column;
	gap: 11px;
	justify-content: space-between;
	padding-bottom: 5px;
	padding-top: 12px;
	width: 100%;
}

.top-sec01__body-wrap {
	align-items: center;
	display: flex;
	min-height: 58px;
}

.top-sec01__body-head {
	display: flex;
	gap: 5px;
}

.top-sec01__body-icon {
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 7px;
	width: 17px;
}

.top-sec01__body-text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5555555556;
	white-space: nowrap;
}

.top-sec01__body-text.--ls {
	letter-spacing: -0.04em;
}

.top-sec01__content {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.top-sec01__label {
	background: #6EC8E2;
	border-radius: 3px;
	min-width: 178px;
	padding-block: 4px 5px;
}

.top-sec01__label-text {
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.top-sec01__price {
	color: #6EC8E2;
	font-feature-settings: "palt" 1;
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap;
}

.top-sec01__price .num {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -0.02em;
	padding-right: 3px;
}

.top-sec01__price .tax {
	color: #0E536D;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
}

.top-sec01__note {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5833333333;
}

/* sec02 */

.top-sec02 {
	background: #F7F3EC;
	padding-bottom: 45px;
}

.top-sec02__items {
	display: flex;
	flex-direction: column;
	gap: 45px;
	margin-top: 47px;
}

.top-sec02__item {
	align-items: center;
	background: #fff;
	border-radius: 11px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 50px 0 30px;
	position: relative;
}

.top-sec02__head {
	align-items: center;
	background: #F3669A;
	display: flex;
	height: 59px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -15px;
	transform: translateX(-60%);
	width: 55px;
}

.top-sec02__head::before {
	border-bottom: 16px solid #F3669A;
	border-right: 8px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	width: 0;
}

.top-sec02__head::after {
	border-bottom: 11px solid #FFF;
	border-left: 27.5px solid transparent;
	border-right: 27.5px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
	z-index: 1;
}

.top-sec02__head-num {
	color: #FAE06A;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 5px;
	z-index: 1;
}

.top-sec02__title {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4117647059;
	text-align: center;
}

.top-sec02__img {
	height: 208px;
	width: 100%;
}

.top-sec02__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.top-sec02__text {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6666666667;
	width: 80%;
}

/* sec03 */

.top-sec03 {
	padding-bottom: 43px;
}

.top-sec03__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 33px;
	margin-top: 40px;
}

.top-sec03__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.top-sec03__head {
	position: relative;
	width: 100%;
	z-index: 0;
}

.top-sec03__head::after {
	background: #E0F1F4;
	bottom: 18px;
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.top-sec03__head-text {
	color: #0E536D;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}

.top-sec03__thumb {
	position: relative;
	z-index: 0;
}

.top-sec03__circle {
	aspect-ratio: 1/1;
	background: #F7F3EC;
	border-radius: 300px;
	width: 231px;
}

.top-sec03__img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 341px;
	z-index: 1;
}

.top-sec03__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.top-sec03__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4166666667;
	text-align: center;
}

.top-sec03__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6666666667;
	width: 74%;
}

.top-sec03__arrow {
	border-left: 35.5px solid transparent;
	border-right: 35.5px solid transparent;
	border-top: 15px solid #6ec8e2;
	height: 0;
	width: 0;
}

.top-sec04 {
	background: #F7F3EC;
}

.top-sec04__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 33px;
	margin-top: 32px;
}

.top-sec04__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.top-sec04__name {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.top-sec04__text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 177%;
	text-align: center;
}

.top-sec04__map {
	aspect-ratio: 1/1;
	border: 11px solid #fff;
	width: 98%;
}

/* contact */

.contact {
	background: #F7F3EC;
}

.contact__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 18px;
}

.contact__inner.--complete {
	gap: 50px;
}

.contact__head {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.contact__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6666666667;
}

.contact__flow {
	display: flex;
	gap: 16px;
	width: 100%;
}

.contact__flow-arrow {
	height: 100%;
	position: absolute;
	top: 0;
	width: 8px;
}

.contact__flow-arrow.--after {
	border-bottom: 28.5px solid transparent;
	border-left: 8px solid #fff;
	border-top: 28.5px solid transparent;
	height: 0;
	right: 0;
	transform: translateX(100%);
	width: 0;
}

.contact__flow-arrow.--before {
	background: #fff;
	left: 0;
	transform: translateX(-100%);
}

.contact__flow-arrow.--before::before {
	border-bottom: 28.5px solid transparent;
	border-left: 8px solid #F7F3EC;
	border-top: 28.5px solid transparent;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.contact__flow-item {
	background: #fff;
	padding: 7px 11px 16px;
	position: relative;
	width: calc((100% - 32px) / 3);
}

.contact__flow-item.--current {
	background: #6EC8E2;
	color: #fff;
}

.contact__flow-item.--current p {
	font-weight: 600;
}

.contact__flow-item.--current .--after {
	border-left: 8px solid #6EC8E2;
}

.contact__flow-item.--current .--before {
	background: #6EC8E2;
}

.contact__flow-item.--z1 {
	z-index: 1;
}

.contact__flow-item.--z2 {
	z-index: 2;
}

.contact__flow-item.--z3 {
	z-index: 3;
}

.contact__flow-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.contact__flow-text span {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

/* form */

.form__inner {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.form .error {
	color: #F3669A;
	font-size: 14px;
}

.form__content {
	display: flex;
	flex-direction: column;
	gap: 41px;
}

.form__content.--confirm .form__item {
	border-bottom: 1px solid #0E536D;
	padding-bottom: 5px;
}

.form__content.--confirm .form__field.--check .form__head-text {
	border-bottom: 1px solid #0E536D;
	padding-bottom: 5px;
}

.form__content.--confirm .form__fields {
	gap: 35px;
}

.form__content.--confirm .form__field {
	gap: 9px;
}

.form__content.--confirm .form__tag {
	display: none;
}

.form__content.--confirm .form__head-text span {
	display: none;
}

.form__content.--confirm .form__buttons {
	margin-top: 0;
}

.form__content.--confirm .form__button {
	width: 110px;
}

.form__content.--confirm .form__button.--submit {
	padding-left: 24px;
}

.form__content.--confirm .form__submit {
	position: relative;
}

.form__content.--confirm .form__submit::after {
	aspect-ratio: 1/1;
	background: url(../img/icon-send.svg) no-repeat center center/contain;
	content: "";
	left: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
}

.form__fields {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form__field {
	display: flex;
	flex-direction: column;
	font-size: 17px;
	font-weight: 400;
	gap: 5px;
	width: 100%;
}

.form__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.form__head-text {
	font-size: 15px;
	font-weight: 400;
}

.form__head-text span {
	font-size: 12px;
}

.form__tag {
	background: #F3669A;
	padding: 4px 7px 4px;
}

.form__tag-text {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.form__text {
	background: #fff;
	border: 1px solid #0E536D;
	font-feature-settings: "palt" 0;
	font-size: 15px;
	font-weight: 400;
	outline: none;
	padding: 11px 12px 10px;
	width: 100%;
}

.form__text:-moz-placeholder {
	color: #CDCDCD;
}

.form__text:placeholder-shown {
	color: #CDCDCD;
}

.form__text.--textarea {
	height: 276px;
}

.form__checkbox-field {
	align-items: center;
	display: flex;
	gap: 36px;
}

.form .mwform-checkbox-field label {
	align-items: center;
	display: flex;
	gap: 6px;
}

.form .mwform-checkbox-field label span {
	font-size: 18px;
	font-weight: 700;
}

.form__checkbox {
	aspect-ratio: 1/1;
	margin-right: 0 !important;
	position: relative;
	width: 30px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
	border: 1px solid #0E536D;
}

.form__checkbox:checked {
	background-color: #F3669A;
}

.form__checkbox:checked::after {
	border: solid white;
	border-width: 0 3px 3px 0;
	content: "";
	height: 10px;
	left: 7px;
	position: absolute;
	top: 7px;
	transform: scaleX(-1) rotate(45deg);
	width: 15px;
}

.form input:invalid {
	border: 1px solid #F3669A;
}

.form__buttons {
	display: flex;
	gap: 44px;
	margin-top: 25px;
}

.form__button {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	overflow: hidden;
	padding-block: 19px 18px;
	transition: 0.3s;
	width: 200px;
}

.form__button:hover {
	background: #F3669A;
	color: #fff;
}

.form__note {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5833333333;
}

.complete {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 68px;
	width: 100%;
}

.complete__content {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.complete__title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.complete__text {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5882352941;
}

/* floating */

.floating {
	background: #0E536D;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding-block: 2px;
	pointer-events: none;
	position: fixed;
	transition: 0.3s;
	width: 100%;
	z-index: 98;
}

.floating.--visible {
	opacity: 1;
	pointer-events: all;
}

.floating__labels {
	display: flex;
	gap: 10px;
	position: absolute;
	right: calc(50% - 124px);
	top: 0;
	transform: translateY(-84%);
}

.floating__label {
	background: #F3669A;
	border-radius: 18px;
	padding: 8px 15px 10px;
	position: relative;
}

.floating__label:nth-of-type(1)::after {
	border-left: 10px solid transparent;
	border-top: 10px solid #F3669A;
	bottom: 1px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateY(100%) translateX(-50%);
}

.floating__label:nth-of-type(2)::after {
	border-right: 10px solid transparent;
	border-top: 10px solid #F3669A;
	bottom: 1px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateY(100%) translateX(-50%);
}

.floating__label-text {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.floating__label-text span {
	color: #FAE06A;
}

.floating__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	padding-inline: 15px 13px;
}

.floating__tel {
	align-items: center;
	display: flex;
	gap: 5px;
}

.floating__tel-icon {
	width: 24px;
}

.floating__tel-icon svg {
	display: block;
}

.floating__tel-num {
	color: #FAE06A;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-feature-settings: "palt" 0;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -0.03em;
}

.floating__mail {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	width: 44px;
}

.floating__mail-icon {
	display: block;
	width: 26px;
}

.floating__mail-icon svg {
	display: block;
}

.footer {
	align-items: center;
	background: #F7F3EC;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	padding-top: 23px;
}

.footer__copy {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.footer__block {
	height: 97px;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.s-of-hidden {
	overflow: hidden;
	position: relative;
}

.inview {
	opacity: 0;
	transition: 1.5s;
}

.inview.fade-up {
	transform: translateY(20px);
}

.inview.fade-up.--xy50 {
	transform: translate(-50%, calc(-50% + 20px));
}

.inview.fade-down {
	transform: translateY(-20px);
}

.inview.fade-left {
	transform: translateX(20px);
}

.inview.fade-right {
	transform: translateX(-20px);
}

.inview.is-show {
	opacity: 1;
	transform: translate(0px);
}

.inview.is-show.--xy50 {
	transform: translate(-50%, -50%);
}

.s-op-hover {
	transition: 0.3s;
}

.s-op-hover:hover {
	opacity: 0.7;
}

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

.c-wrap816 {
	width: 90%;
}

.c-wrap900 {
	width: 90%;
}

.c-wrap917 {
	width: 90%;
}

.c-wrap {
	max-width: 1115px;
	padding-inline: 50px;
}

.top-sec01 {
	padding-bottom: 90px;
	padding-top: 34px;
}

.top-sec01__head {
	gap: 0;
}

.top-sec01__title {
	font-size: 40px;
}

.top-sec01__arrow {
	width: 405px;
}

.top-sec01__items {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px 20px;
}

.top-sec01__item {
	flex-direction: column;
	gap: 17px;
	max-width: 100%;
	width: calc((100% - 60px) / 2);
}

.top-sec01__item .top-sec01__content {
	margin: 0;
}

.top-sec01__item:nth-of-type(even) {
	flex-direction: column;
	gap: 17px;
	padding: 0;
}

.top-sec01__img {
	height: 234px;
	width: 100%;
}

.top-sec01__body {
	gap: 13px;
	padding: 0 24px 22px 23px;
}

.top-sec01__body-wrap {
	justify-content: center;
	min-height: 75px;
}

.top-sec01__body-head {
	gap: 12px;
}

.top-sec01__body-icon {
	width: 31px;
}

.top-sec01__body-text {
	font-size: 21px;
	letter-spacing: 0.01em;
}

.top-sec01__content {
	border-top: 1px solid #0E536D;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	padding-top: 10px;
}

.top-sec01__label {
	min-width: 0;
	padding: 8px 12px 10px;
}

.top-sec02 {
	padding-bottom: 79px;
}

.top-sec02__items {
	gap: 78px;
	margin-top: 72px;
}

.top-sec02__item {
	flex-direction: row;
	gap: 30px;
	padding: 0;
}

.top-sec02__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.top-sec02__item:nth-of-type(even) .top-sec02__body {
	padding-left: 30px;
	padding-right: 0px;
}

.top-sec02__item:nth-of-type(even) .top-sec02__head {
	left: 61px;
}

.top-sec02__item:nth-of-type(even) .top-sec02__img {
	border-radius: 0 11px 11px 0;
	overflow: hidden;
}

.top-sec02__head {
	left: calc(50% + 50px);
	transform: translateX(0%);
}

.top-sec02__img {
	flex-shrink: 0;
	height: 308px;
	width: 49.3%;
}

.top-sec02__body {
	gap: 10px;
	padding-right: 30px;
	padding-top: 20px;
}

.s-sp.--sm {
	display: none;
}

.s-pc.--sm {
	display: block;
}

}

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

.fv__img {
	aspect-ratio: 1366/587;
	min-height: 587px;
}

}

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

.c-heading {
	justify-content: end;
	min-height: 180px;
	padding-block: 12px 43px;
}

.c-heading::before,
.c-heading::after {
	height: 8px;
}

.c-heading__img {
	right: calc(50% + 341px);
	top: -71px;
	width: 189px;
}

.c-heading__title {
	font-size: 30px;
}

.c-heading__title-en {
	font-size: 22px;
}

.c-heading__title-en.--fir {
	margin-top: -45px;
}

.c-heading .text {
	display: inline-block;
	font-size: 37px;
	padding-bottom: 10px;
}

.c-heading .num {
	display: inline-block;
	font-size: 115px;
	padding-bottom: 22px;
}

.header__wrap {
	margin: 0 auto;
	max-width: 1054px;
	padding-block: 0;
	padding-inline: 20px;
}

.header__logo {
	flex-shrink: 0;
	width: 309px;
}

.header__icon {
	display: none;
}

.header__links {
	display: flex;
}

.header__content {
	align-items: center;
	display: flex;
	gap: 18px;
}

.g-nav {
	display: none;
}

.fv {
	margin-top: 68px;
}

.top-sec01__items {
	gap: 60px 60px;
}

.top-sec01__img {
	height: 372px;
}

.top-sec01__body {
	padding: 0 24px 22px 31px;
}

.top-sec01__body-wrap {
	justify-content: start;
	min-height: 92px;
}

.top-sec01__body-icon {
	width: 36px;
}

.top-sec01__body-text {
	font-size: 32px;
	line-height: 1.4375;
}

.top-sec01__content {
	justify-content: start;
}

.top-sec01__label-text {
	font-size: 17px;
	letter-spacing: 0.1em;
}

.top-sec01__price {
	font-size: 32px;
}

.top-sec01__price .num {
	font-size: 52px;
	line-height: 1;
}

.top-sec01__price .tax {
	font-size: 19px;
}

.top-sec01__note {
	font-size: 14px;
	line-height: 1.5;
	margin-top: -40px;
}

.top-sec02__head {
	height: 103px;
	left: calc(50% + 141px);
	top: -21px;
	width: 96px;
}

.top-sec02__head::before {
	border-bottom: 21px solid #F3669A;
	border-right: 10px solid transparent;
}

.top-sec02__head::after {
	border-bottom: 16px solid #FFF;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
}

.top-sec02__head-num {
	font-size: 59px;
	padding-bottom: 14px;
}

.top-sec02__title {
	font-size: 52px;
	line-height: 1.3076923077;
}

.top-sec02__img {
	height: 100%;
	width: 57.3%;
}

.top-sec02__body {
	gap: 21px;
	padding-top: 37px;
}

.top-sec02__text {
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.7;
	max-width: 287px;
	width: 100%;
}

.top-sec03 {
	padding-bottom: 107px;
}

.top-sec03__items {
	gap: 54px;
	margin-top: 67px;
}

.top-sec03__item {
	align-items: start;
	flex-direction: row;
	gap: 68px;
}

.top-sec03__head {
	padding-inline: 15px;
	width: -moz-fit-content;
	width: fit-content;
}

.top-sec03__head::after {
	bottom: 20px;
}

.top-sec03__head-text {
	font-size: 32px;
}

.top-sec03__circle {
	flex-shrink: 0;
	width: 296px;
}

.top-sec03__img {
	width: 427px;
}

.top-sec03__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.top-sec03__body {
	align-items: start;
}

.top-sec03__title {
	align-items: center;
	display: flex;
	font-size: 36px;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.5;
	min-height: 108px;
	text-align: left;
}

.top-sec03__text {
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.7;
	width: 100%;
}

.top-sec03__arrow {
	border-left: 67px solid transparent;
	border-right: 67px solid transparent;
	border-top: 28px solid #6ec8e2;
}

.top-sec04__container {
	flex-direction: row-reverse;
	gap: 60px;
	justify-content: start;
	margin-top: 79px;
	width: 100%;
}

.top-sec04__name {
	font-size: 28px;
	text-align: left;
}

.top-sec04__text {
	font-size: 20px;
	line-height: 140%;
	text-align: left;
}

.top-sec04__map {
	border: 19px solid #fff;
	width: 61%;
}

.contact__inner {
	margin-top: 37px;
}

.contact__head {
	align-items: center;
	gap: 39px;
	width: 100%;
}

.contact__text {
	font-size: 16px;
	line-height: 1.7;
	max-width: 554px;
}

.contact__flow-arrow.--after {
	border-bottom: 32px solid transparent;
	border-top: 32px solid transparent;
}

.contact__flow-arrow.--before::before {
	border-bottom: 32px solid transparent;
	border-top: 32px solid transparent;
}

.contact__flow-item {
	padding: 7px 18px 16px;
}

.contact__flow-text {
	font-size: 18px;
}

.contact__flow-text span {
	font-size: 14px;
}

.form__inner {
	gap: 80px;
}

.form__content.--confirm .form__fields {
	gap: 28px;
}

.form__content.--confirm .form__buttons {
	gap: 102px;
	margin-top: 40px;
}

.form__content.--confirm .form__button {
	width: 131px;
}

.form__content.--confirm .form__submit::after {
	width: 37px;
}

.form__fields {
	gap: 25px;
}

.form__field {
	font-size: 20px;
	gap: 8px;
	line-height: 1.7;
}

.form__head-text {
	font-size: 16px;
}

.form__tag {
	padding: 5px 7px 6px;
}

.form__tag-text {
	font-size: 14px;
}

.form__text {
	font-size: 18px;
}

.form__text.--textarea {
	height: 188px;
}

.form .mwform-checkbox-field label span {
	font-size: 22px;
}

.form__buttons {
	margin-top: 34px;
}

.form__button {
	font-size: 20px;
}

.form__note {
	font-size: 14px;
	line-height: 1.5;
}

.complete__content {
	gap: 12px;
	width: 100%;
}

.complete__title {
	font-size: 28px;
	letter-spacing: 0.1em;
	text-align: left;
}

.complete__text {
	font-size: 18px;
	line-height: 1.9444444444;
}

.floating {
	display: none;
}

.footer {
	padding-bottom: 52px;
	padding-top: 50px;
}

.footer__copy {
	font-size: 14px;
}

.footer__block {
	display: none;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

}

