/* リキッドレイアウト対応 */

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
	color: #333333;
}

.u-desktop {
	display: none;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

*,
*::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: optimizeSpeed;
}

/* 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;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-cv {
	margin-top: 1.25rem;
}

.p-cv__text {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5714285714;
	text-align: center;
}

.p-cv__btn {
	margin-top: 0.625rem;
}

.p-cv__btn a {
	align-items: center;
	background-color: #F1A80D;
	border-radius: 0.3125rem;
	box-shadow: 0 0.25rem 0 #BE840A;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.625rem;
	height: 3.75rem;
	justify-content: center;
	width: 100%;
}

.p-cv__btn a::before {
	-webkit-mask: url(../images/icon-tel.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	display: block;
	height: 1.25rem;
	mask: url(../images/icon-tel.svg) center center/contain no-repeat;
	width: 1.25rem;
}

.l-footer {
	margin-top: 4.375rem;
}

.p-footer {
	background-color: #F8F8F8;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.p-footer__links {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.p-footer__link a {
	font-size: 0.625rem;
	font-weight: 300;
}

.p-form__title {
	background-color: #00A1E5;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	position: relative;
	text-align: center;
}

.p-form__title::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #00A1E5;
	bottom: -0.625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.625rem;
}

.p-form__title span {
	color: #FFF200;
}

.p-form__top {
	grid-gap: 0.625rem;
	align-items: center;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 1fr 2rem;
	margin-top: 1.25rem;
}

.p-form__bar {
	background-color: #F9F9F9;
	border: 1px solid #EDEDED;
	border-radius: 0.9375rem;
	height: 0.9375rem;
	position: relative;
}

.p-form__bar::before {
	background-color: #00A1E5;
	border-radius: 0.9375rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: all 0.45s;
}

.p-form__bar[data-step="1"]::before {
	width: 20%;
}

.p-form__bar[data-step="2"]::before {
	width: 40%;
}

.p-form__bar[data-step="3"]::before {
	width: 60%;
}

.p-form__bar[data-step="4"]::before {
	width: 80%;
}

.p-form__bar[data-step="5"]::before {
	width: 100%;
}

.p-header {
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.p-header__logo {
	max-width: 15.0625rem;
}

.p-intro {
	padding-bottom: 0.9375rem;
	padding-top: 1.25rem;
}

.p-intro__title {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	gap: 0.4375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-intro__title::before,
.p-intro__title::after {
	background: url(../images/icon-caution.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 0.9375rem;
	width: 0.9375rem;
}

.p-intro__wrap {
	grid-gap: 0.125rem;
	align-items: center;
	display: grid;
	gap: 0.125rem;
	grid-template-columns: 1fr 6.875rem;
	margin-top: 0.125rem;
	width: calc(100% + 0.625rem);
}

.p-intro__content {
	margin-top: 0.5rem;
}

.p-intro__text {
	font-size: 0.8125rem;
}

.p-intro__text span {
	display: inline-block;
	position: relative;
}

.p-intro__text span::before {
	background-color: #FFF200;
	border-radius: 0.1875rem;
	bottom: 0;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	width: 4rem;
}

.p-intro__text strong {
	color: #CF5655;
	font-size: 1rem;
}

.p-intro__note {
	font-size: 0.6875rem;
	font-weight: 400;
	margin-top: 0.3125rem;
}

.p-intro__policy {
	margin-top: 0.9375rem;
}

.p-intro__block {
	overflow: hidden;
}

.p-intro__subTitle {
	-webkit-text-decoration: underline;
	align-items: center;
	color: #8D8D8D;
	display: flex;
	font-size: 0.625rem;
	gap: 0.1875rem;
	text-decoration: underline;
}

.p-intro__icon {
	background: url(../images/icon-arrow.webp) center center/contain no-repeat;
	display: inline-block;
	height: 0.625rem;
	transition: all 0.45s;
	width: 0.625rem;
}

.p-intro__main {
	background-color: #fff;
	border: 1px solid #EDEDED;
	border-radius: 0.1875rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	padding: 0.9375rem;
}

.p-intro__policy {
	margin-top: 0.3125rem;
}

.p-intro__policy-text {
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5454545455;
}

.p-intro__policy-text p {
	word-break: break-all;
}

.p-intro__policy-text a {
	-webkit-text-decoration: underline;
	color: #0082E5;
	text-decoration: underline;
}

.p-intro__policy-text p + p {
	margin-top: 1.0625rem;
}

summary {
	display: block;
}

summary::marker {
	content: "";
}

summary::-webkit-details-marker {
	display: none;
}

.p-main {
	margin-top: 1.25rem;
}

.p-main__title {
	display: grid;
	font-size: 1rem;
	grid-template-columns: 2.0625rem 1fr;
	margin-bottom: 1.875rem;
}

.p-main__title span {
	color: #00A1E5;
	display: inline-block;
	margin-right: 0.4375rem;
}

.p-main__lists {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
}

.p-main__lists.column-1 {
	grid-template-columns: 100%;
}

.p-main__lists.column-2 {
	grid-template-columns: repeat(2, 1fr);
}

.p-main__list label {
	align-items: center;
	border: 1px solid #EDEDED;
	border-radius: 0.3125rem;
	display: flex;
	font-size: 0.875rem;
	height: 3.4375rem;
	justify-content: center;
}

.p-main__lists.column-1 label {
	justify-content: flex-start;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.p-main__list label:has(input:checked) {
	background-color: #EFFAFF;
	border-color: #00A1E5;
	color: #00A1E5;
}

.p-main__btn {
	margin-top: 3.75rem;
}

.p-main__btn button {
	align-items: center;
	color: #333333;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.3125rem;
	justify-content: center;
}

.p-main__btn button + button {
	margin-top: 0.3125rem;
}

.p-main__btn button.next::after {
	background: url(../images/icon-next.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 1.875rem;
	transform: scale(-1, 1);
	width: 1.25rem;
}

.p-main__btn button.prev::before {
	background: url(../images/icon-next.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 1.875rem;
	width: 1.25rem;
}

.p-main__text {
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.9375rem;
}

.p-main__open {
	align-items: center;
	border: 1px solid #ededed;
	border-radius: 0.3125rem;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	height: 3.4375rem;
	justify-content: center;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	position: relative;
	width: 100%;
}

.p-main__open::before {
	background: url(../images/select-arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1.25rem;
	pointer-events: none;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-main__modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-main__bg {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-main__close {
	background: url(../images/close.webp) center center/contain no-repeat;
	height: 1.875rem;
	position: absolute;
	right: calc(50% - 9.84375rem);
	top: 1.25rem;
	width: 1.875rem;
	z-index: 1;
}

.p-main__prefectures {
	background-color: #fff;
	border-radius: 0.3125rem;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	max-height: calc(100% - 6.25rem);
	overflow-y: auto;
	padding: 1.5625rem 0.875rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 19.6875rem;
	z-index: 1;
}

.p-main__area > p {
	border-bottom: 1px solid #EDEDED;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 0.9375rem 0.625rem;
	position: relative;
}

.p-main__area > p::before {
	background: url(../images/select-arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 1.25rem;
}

.p-main__area > p.is-active::before {
	transform: translateY(-50%) rotate(90deg);
}

.js-toggle + .p-main__links {
	display: none;
}

.p-main__link {
	border-bottom: 1px solid #EDEDED;
}

.p-main__link span {
	display: inline-block;
	width: 100%;
}

.p-main__link input + span {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 1.0625rem 0.625rem;
	position: relative;
	width: 100%;
}

.p-main__link input:checked + span {
	color: #00A1E5;
}

.p-main__link input + span::before {
	border: 1px solid #ddd;
	border-radius: 50%;
	content: "";
	height: 1.5625rem;
	height: 1.5625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
	width: 1.5625rem;
}

.p-main__link input:checked + span::after {
	background: #00A1E5;
	border-radius: 50%;
	content: "";
	height: 1.5625rem;
	height: 1.5625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%) scale(0.44);
	width: 1.5625rem;
	width: 1.5625rem;
}

.p-main__select {
	margin-bottom: 1.5625rem;
}

.p-main__select .wpcf7-not-valid-tip {
	display: none !important;
}

.p-main__list .wpcf7-not-valid-tip {
	display: none !important;
}

.p-main__input + .p-main__input {
	margin-top: 1.5625rem;
}

.p-main__input input {
	border: 1px solid #EDEDED;
	border-radius: 0.3125rem;
	display: inline-block;
	height: 3.4375rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
}

.p-main__input input::-moz-placeholder {
	color: #ddd;
}

.p-main__input input::placeholder {
	color: #ddd;
}

.p-main__note {
	font-size: 0.75rem;
	font-weight: 300;
	margin-top: 0.625rem;
}

.p-main__confirm {
	margin-top: 1.875rem;
}

.p-main__confirm input + span {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.4615384615;
	padding-left: 2.5rem;
	position: relative;
}

.p-main__confirm input + span::before {
	border: 1px solid #ddd;
	border-radius: 50%;
	content: "";
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.p-main__confirm input:checked + span::after {
	background-color: #00A1E5;
	border-radius: 50%;
	content: "";
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0.44);
	width: 1.5625rem;
}

.p-main__submit {
	margin-top: 1.875rem;
}

.p-main__submit input {
	background-color: #F1A80D;
	border-radius: 0.3125rem;
	box-shadow: 0 0.25rem 0 #BE840A;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	height: 3.75rem;
	width: 100%;
}

.p-main__submit input:disabled {
	background-color: #CECECE;
	box-shadow: 0 0.25rem 0 #727272;
}

.p-main__head {
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
}

.p-main__head span {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.3125rem;
}

.wpcf7-not-valid-tip {
	font-size: 0.875rem;
	margin-top: 0.5em;
}

.wpcf7-list-item {
	margin-left: 0;
}

.l-tel {
	margin-top: 1.25rem;
}

.p-tel {
	background-color: #EFFAFF;
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}

.p-tel .l-inner {
	background-color: #fff;
	border-radius: 0.3125rem;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.p-tel__wrap {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 4.25rem;
}

.p-tel__text {
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.p-tel__text span {
	color: #CF5655;
	font-weight: bold;
}

.p-tel__img {
	padding-right: 0.5rem;
}

.p-tel__number {
	border: 1px solid #EDEDED;
	border-radius: 0.3125rem;
	height: 3.25rem;
}

.p-tel__number a {
	align-items: center;
	color: #CF5655;
	display: flex;
	font-size: 1.5625rem;
	font-weight: bold;
	gap: 0.625rem;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.p-tel__number a::before {
	-webkit-mask: url(../images/icon-tel.svg) center center/contain no-repeat;
	background-color: #CF5655;
	content: "";
	display: block;
	height: 1.25rem;
	mask: url(../images/icon-tel.svg) center center/contain no-repeat;
	width: 1.25rem;
}

.p-tel__note {
	font-size: 0.75rem;
	line-height: 1.5714285714;
	margin-top: 0.625rem;
}

body {
	margin-left: auto;
	margin-right: auto;
	max-width: 23.4375rem;
}

.is-hide {
	display: none;
}

.p-thanks__title {
	background-color: #00A1E5;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	position: relative;
	text-align: center;
}

.p-thanks__title::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #00A1E5;
	bottom: -0.625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.625rem;
}

.p-thanks__lead {
	color: #00A1E5;
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-thanks__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5714285714;
	margin-top: 0.625rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 0.8;
}

.l-inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

}

@media (max-width: 768px) {

html {
	font-size: 4.2666666667vw;
}

}


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