/*==================================================================
幅
==================================================================*/

/*==================================================================
余白
==================================================================*/

/*==================================================================
フォント
==================================================================*/

/*==================================================================
フォントの太さ
==================================================================*/

/*==================================================================
色
==================================================================*/

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

.md-none {
	display: block;
}

.md-show {
	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,
button {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover,
button:hover {
	opacity: 0.7;
}

.layout-contact-thanks {
	margin-top: 20.9375rem;
}

.layout-contact {
	padding-bottom: clamp(3.75rem, -1.705rem + 27.27vw, 16.4rem);
}

.layout-sub-footer {
	margin-top: 9.875rem;
}

.back-button {
	background: #4787EF;
	border-radius: 96px;
	color: #fff;
	display: inline-block;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	max-width: 25rem;
	padding: 2.59375rem;
	padding: 2.5625rem;
	width: 100%;
}

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

.contact-thanks__title {
	display: inline-block;
	font-size: 5.375rem;
	font-weight: 400;
	padding-bottom: 2.625rem;
	position: relative;
	text-align: center;
}

.contact-thanks__title::after {
	background: #4787EF;
	bottom: 0;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 63%;
}

.contact-thanks__text {
	font-size: 1.875rem;
	line-height: 1.4666666667;
	margin-top: 4.25rem;
}

.contact-thanks__button {
	margin-top: 5.125rem;
	text-align: center;
}

.contact {
	background: #ecf3ff;
}

.contact__head {
	aspect-ratio: 2000/318;
}

.contact__head img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.contact__body {
	padding-top: 3.5rem;
}

.contact__title {
	text-align: center;
}

.contact__title-ja {
	font-size: 2.1875rem;
	line-height: 1;
}

.contact__title-ja::after {
	content: attr(data-ja);
	display: block;
	font-weight: 500;
	margin-top: 2.125rem;
	text-transform: capitalize;
}

.contact__form {
	margin: 4.6875rem auto 0;
	max-width: 40.625rem;
	width: 100%;
}

.contact__form-items {
	display: flex;
	flex-direction: column;
	row-gap: 3.4375rem;
}

.contact__button {
	margin-top: 3.4375rem;
	text-align: center;
}

.floating {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
}

.floating__buttons {
	display: flex;
	justify-content: center;
}

.floating__button {
	padding: 0.5rem 1.5625rem;
	width: 50vw;
}

.floating__button.floating__button--tel {
	background: #43b65f;
}

.floating__button.floating__button--contact {
	background: #4787ef;
}

.floating__button-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 45rem;
	width: 100%;
}

.floating__button-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

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

.floating__bottom {
	background: #fff;
	padding: 0.4375rem 1.25rem;
}

.copyright {
	font-size: 0.75rem;
	font-weight: 500;
	text-align: center;
}

.footer__copyright.footer__copyright--sm {
	font-size: 1.875rem;
}

.form-item__label {
	align-items: center;
	display: flex;
	font-size: 2.1875rem;
}

.form-item__label-required {
	background: #e8443b;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	margin-left: 1rem;
	padding: 0.34375rem 1.40625rem;
	text-align: center;
}

.form-item__input {
	margin-top: 0.8125rem;
}

.form-item__input [type=text],
.form-item__input [type=tel],
.form-item__input [type=email] {
	background: #fff;
	font-size: 2.1875rem;
	padding: 1.171875rem 2.0625rem;
	width: 100%;
}

.form-item__input select {
	-webkit-text-align: center;
	background: #fff;
	color: #202124;
	font-size: 2.0625rem;
	padding: 1.265625rem;
	text-align: center;
	width: 100%;
}

.form-item__input [type=text]::-moz-placeholder,
.form-item__input [type=tel]::-moz-placeholder,
.form-item__input [type=email]::-moz-placeholder {
	color: #a6a6a6;
	font-size: 2.1875rem;
}

.form-item__input [type=text]::placeholder,
.form-item__input [type=tel]::placeholder,
.form-item__input [type=email]::placeholder {
	color: #a6a6a6;
	font-size: 2.1875rem;
}

.fv__image {
	aspect-ratio: 2000/832;
}

.fv__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.improvement__image {
	aspect-ratio: 2000/5726;
}

.improvement__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

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

.recommend__image {
	aspect-ratio: 2000/2338;
}

.recommend__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.results__image {
	aspect-ratio: 2000/3978;
}

.results__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.submit-button {
	background: #4787EF;
	border-radius: 60px;
	color: #fff;
	display: inline-block;
	font-size: 2.1875rem;
	font-weight: 500;
	line-height: 1;
	max-width: 37.5rem;
	padding: 2.8125rem;
	text-align: center;
	width: 100%;
}

.worries__image {
	aspect-ratio: 2000/2555;
}

.worries__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

select {
	-moz-text-align-last: center;
	text-align-last: center;
}

}

@media (max-width: 1000px) {

html {
	font-size: 1.6vw;
}

}

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

.md-none {
	display: none;
}

.md-show {
	display: block;
}

html {
	font-size: 2.1333333333vw;
}

.layout-contact-thanks {
	margin-top: 22.75rem;
}

.layout-sub-footer {
	margin-top: 14.6875rem;
}

.back-button {
	max-width: 16.25rem;
	padding: 1.9375rem;
}

.contact-thanks__title {
	font-size: 3.125rem;
	padding-bottom: 2.125rem;
}

.contact-thanks__title::after {
	width: 66.25%;
}

.contact-thanks__text {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 2.625rem;
}

.contact-thanks__button {
	margin-top: 8.375rem;
}

.contact__head {
	aspect-ratio: 750/276;
}

.contact__title-ja::after {
	margin-top: 1.4375rem;
}

.floating__button {
	padding: 0;
	padding: initial;
}

.floating__button.floating__button--tel {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	padding-top: 0;
	padding-top: initial;
}

.floating__button.floating__button--contact {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
}

.floating__button-image {
	max-width: none;
	max-width: initial;
}

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

.footer__copyright.footer__copyright--sm {
	font-size: 1rem;
}

.form-item__input select {
	-webkit-text-align: center;
	text-align: center;
}

.fv__image {
	aspect-ratio: 750/1074;
}

.improvement__image {
	aspect-ratio: 750/5766;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.recommend__image {
	aspect-ratio: 750/4193;
}

.results__image {
	aspect-ratio: 750/3419;
}

.worries__image {
	aspect-ratio: 750/2627;
}

}


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