@charset "utf-8";

/* --- reset --- */
*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}
html {
	font-size: 16px;
	line-height: 1.5;
	tab-size: 4;
	font-family: "Noto Serif JP", serif;
	font-feature-settings: normal;
	font-variation-settings: normal;
	color: #222;
	letter-spacing: 0;
	font-weight: 400;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	line-height: inherit;
	background: #fff;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
	user-select: none;
}
label {
	user-select: none;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	background-color: transparent;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

th,
td {
	width: 41%;
	text-align: left;
	font-weight: normal;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

button,
[role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}

img,
video {
	max-width: 100%;
	height: auto;
}
.not-scroll {
	touch-action: none;
	overflow: hidden;
}

::-webkit-scrollbar {
	display: none;
}

br.br-sp {
	display: none;
}
@media screen and (max-width: 999px) {
	br.br-pc {
		display: none;
	}
	br.br-sp {
		display: inline;
	}
}

/* ------------------------------------------------------------
common
---------------------------------------------------------------*/
.fixed-bar {
	width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
	max-width: 430px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 90px;
	padding: 0 20px;
}
.fixed-bar > div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}
.fixed-bar > div > figure {
	width: 130px;
}
.btn-form {
	color: #fff;
	border: none;
	background: #256dc1;
	background: linear-gradient(0deg, rgba(37, 109, 193, 1) 0%, rgba(40, 112, 173, 1) 50%, rgba(146, 185, 224, 1) 100%);
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	flex-shrink: 0;
	width: 200px;
	height: 58px;
	line-height: 1;
}

main {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 430px;
	margin: 0 auto;
	font-family: "Noto Serif JP", serif;
}
.main-contetns {
	width: 100%;
	overflow: hidden;
	flex-flow: column;
	display: flex;
}
.lp-img {
	width: 100%;
	height: auto;
	aspect-ratio: 750 / 977;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.animation-1 {
	width: 40%;
	position: absolute;
	z-index: 10;
	right: 8%;
	bottom: 16%;
}
.animation-2 {
	width: 30%;
	position: absolute;
	z-index: 10;
	left: 8.5%;
	bottom: 29.8%;
}
.fp-table {
	padding-bottom: 90px;
}
.section-form .fp-table {
	justify-content: flex-start;
	padding-bottom: 0px;
}
.fp-watermark {
	display: none;
}
/* ------------------------------------------------------------
Form custom
---------------------------------------------------------------*/
.form-box {
	background: #fff;
	padding-top: 0;
}
.form-wrap {
	padding: 0;
	padding-top: 15px;
}
.form-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 0 20px;
}
.input-group {
	width: 100%;
	display: flex;
	flex-flow: column;
}
.efo-form input[type="submit"],
.efo-form button[type="submit"],
button#mfp_button_send {
	font-size: 16px;
	background: linear-gradient(0deg, rgba(37, 109, 193, 1) 0%, rgba(40, 112, 173, 1) 50%, rgba(146, 185, 224, 1) 100%);
	font-family: "Noto Serif JP", serif;
	border: none;
}
.efo-form .input:has(> select) {
	width: 100%;
}
.efo-form select {
	width: 100%;
}
.efo-form .form-wrap .input-name {
	width: 100%;
	padding: 10px 0;
	text-align: left;
}
.efo-form .form-wrap .input-cont {
	width: 100%;
	padding: 0 0 10px;
}
.req-label {
	width: 50px;
	position: relative;
	top: 0;
	right: 0;
	margin-left: 10px;
	font-size: 13px;
}

.efo-form .form-wrap .input-name::after,
.efo-form .form-wrap .input-cont::after {
	top: -28px;
}

/* ------------------------------------------------------------
Thanks custom
---------------------------------------------------------------*/
.thanks-box {
	padding: 0 0 8px;
	padding-top: 50px;
}
.thanks-box h2 {
	margin: 0 0 40px;
}
.thanks-box .read {
	margin-bottom: 40px;
}
.thanks-box .btn-box {
	display: flex;
	justify-content: center;
}
.thanks-box {
	padding: 0 0 8px;
	padding-top: 50px;
}
