@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese");
html {
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
	scroll-padding-top: 64px;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	color: #284a66;
	font-size: 15px;
	line-height: 1.87;
	font-family:
		"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
.hovact {
	transition: all 0.2s;
}
.hovact:hover {
	opacity: 0.5;
}
.inner {
	margin: 0 auto;
	padding: 0 14px;
}

.vis-sp,
.vis-tb {
	display: none;
}
.telnum {
	pointer-events: none;
}
.wrapper {
	overflow: hidden;
}
.loading {
	width: 100%;
	height: 100dvh;
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9000;
}
.-load .loading {
	transition:
		opacity 0.6s 2.9s,
		visibility 0.6s 2.9s;
	opacity: 0;
	visibility: hidden;
}
.loading_wrap {
	width: 100%;
	height: 100%;
	position: relative;
}
.loading_first {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 1s;
}
.-load .loading_first {
	opacity: 1;
	animation: loading01 0.8s 1.5s forwards;
}
@keyframes loading01 {
	0% {
		width: 100%;
	}
	100% {
		width: 40%;
	}
}
.loading_wrap::before {
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background: #0f28be;
	position: absolute;
	right: 0;
	top: 0;
}
.-load .loading_wrap::before {
	animation: loading02 0.8s 1.5s forwards;
}
@keyframes loading02 {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
.bg {
	position: fixed;
	width: 100%;
	height: 100dvh;
	background: #1cce9e;
}
.bg_left {
	width: calc(50dvw - 195px);
	height: 100dvh;
	position: absolute;
	left: 0;
	top: 0;
	padding-bottom: 64px;
	display: flex;
	align-items: end;
	justify-content: center;
}
.bg_left_logo {
	position: absolute;
	top: 43px;
	right: 46%;
}
.bg_left_nav {
	display: flex;
	flex-flow: column;
	gap: 10px;
	color: #ffffff;
	font-size: 18px;
}
.bg_left_nav a {
}
.cmnnav {
	display: none;
}
.contain {
	width: 390px;
	position: relative;
	z-index: 2000;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #ffffff;
	box-sizing: content-box;
}
.header {
	position: fixed;
	z-index: 100;
	right: 50%;
	width: 390px;
	top: 0;
	transform: translateX(50%);
}
.header::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.85;
	position: absolute;
	left: 0;
	top: 0;
}
.header_wrap {
	padding: 17px 16px 14px;
	position: relative;
	z-index: 3;
}
.header_logo {
	width: fit-content;
	display: block;
}
.sec_hd {
	text-align: center;
}
.hero {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 390 / 850;
	overflow: hidden;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 50px),
		50% 100%,
		0 calc(100% - 50px)
	);
	background: url(../img/bg-item01@2x.png) left top / 390px 328px;
}
.hero_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.hero_wrap > * {
	position: absolute;
}
.hero_ttl {
	top: 8.4705%;
	right: 50%;
	transform: translateX(50%);
	width: 109.7436%;
	max-width: 428px;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}
.-load .hero_ttl {
	visibility: visible;
	opacity: 1;
}
.hero_illust {
	top: 5.5294%;
	width: 106.923%;
	max-width: 417px;
	right: 50%;
	transform: translateX(50%);
	z-index: 1;
}
.hero_catch {
	top: 31.0588%;
	width: 100%;
	max-width: 387px;
	z-index: 10;
	right: 50%;
	transform: translateX(-100%);
	transition: all 0.3s 0.5s;
}
.-load .hero_catch {
	transform: translateX(50%);
}
.hero_list {
	top: 52.2353%;
	width: 92.3077%;
	max-width: 360px;
	right: 50%;
	transform: translateX(50%);
	z-index: 8;
}
.hero_list span {
	position: absolute;
	right: -4px;
	bottom: -12px;
	display: block;
	width: 65.82px;
}
.hero_point {
	width: 103.59%;
	right: 50%;
	transform: translateX(50%);
	max-width: 404px;
	top: 81.29411%;
}
.coantctlink {
	line-height: 1.2;
}
.coantctlink_wrap {
}
.coantctlink_form {
	font-size: 20px;
	font-weight: 900;
	padding: 15px 10px 16px;
	border-radius: 5px;
	border: 2px solid #284a66;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffff00;
	color: #284a66;
	box-shadow: 3px 3px 0 #284a66;
	margin-bottom: 17px;
}
.coantctlink_form:hover {
	background: #ffffff;
}
.coantctlink_form span {
	display: inline-flex;
}
.coantctlink_tel {
	display: block;
	text-align: center;
	color: #284a66;
	box-shadow: 3px 3px 0 #284a66;
	border: 2px solid #284a66;
	padding: 13px 10px;
	border-radius: 5px;
	background: #ffffff;
}
.coantctlink_tel:hover {
	background: #ffff00;
}
.coantctlink_tel_top {
	font-size: 20px;
	font-weight: 900;
}
.coantctlink_tel_top span {
	display: inline-flex;
	margin-right: 7px;
}
.coantctlink_tel_note {
}
.top_contact {
	padding-top: 21px;
	padding-bottom: 4px;
}
.bg_whitedot {
	background: url(../img/bg-item02@2x.png) left top / 390px 440px;
}
.bg_greendot {
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 50px),
		50% 100%,
		0 calc(100% - 50px)
	);
	background: url(../img/bg-item01@2x.png) left top / 390px 328px;
}
.about {
	filter: drop-shadow(0 0px 7px #00000070);
}
.about_wrap {
	padding: 37px 0 66px;
	background: #ffffff;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 50px),
		50% 100%,
		0 calc(100% - 50px)
	);
}
.about_ttl {
	text-align: center;
	margin-bottom: 40px;
	transform: scale(0.3);
	opacity: 0;
	transition: all 0.3s;
}
.-play .about_ttl {
	transform: scale(1);
	opacity: 1;
}
.about_illust {
	max-width: 390px;
	margin: 0 auto 30px;
	transform: scale(0.3);
	opacity: 0;
	transition: all 0.3s 0.2s;
}
.-play .about_illust {
	transform: scale(1);
	opacity: 1;
}
.about_illust_cnt {
	scale: 1.16;
	position: relative;
	right: -3%;
}
.about_txt {
	text-align: center;
}
.about_txt_wrap {
}
.about_txt_wrap p {
	transition: all 0.3s calc(0.6s + 0.2s * var(--actnum));
	opacity: 0;
}
.-play .about_txt_wrap p {
	opacity: 1;
}
.about_txt_top {
	margin-bottom: 30px;
}
.case {
	padding: 26px 0 60px;
}
.case_wrap {
	position: relative;
}
.case_wrap::before {
	content: "";
	display: block;
	background: url(../img/case-illust-ase@2x.png) center / cover;
	width: 65px;
	height: 71px;
	position: absolute;
	top: 0;
	right: 0;
}
.case_cnt {
	position: relative;
}
.case_cnt::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 25px);
}
.case_cnt:nth-child(odd):before {
	left: 0;
}
.case_cnt:nth-child(even):before {
	right: 0;
}
.case_cnt:nth-child(1):before {
	background: url(../img/case-icon01@2x.png) center / cover;
	width: 61px;
	height: 73px;
}
.case_cnt:nth-child(2):before {
	background: url(../img/case-icon02@2x.png) center / cover;
	width: 63px;
	height: 73px;
}
.case_cnt:nth-child(3):before {
	background: url(../img/case-icon03@2x.png) center / cover;
	width: 73px;
	height: 50px;
}
.case_cnt:nth-child(4):before {
	background: url(../img/case-icon04@2x.png) center / cover;
	width: 71px;
	height: 58px;
}
.case_cnt:nth-child(5):before {
	background: url(../img/case-icon05@2x.png) center / cover;
	width: 68px;
	height: 54px;
}
.case_cnt:nth-child(6):before {
	background: url(../img/case-icon06@2x.png) center / cover;
	width: 55px;
	height: 63px;
}
.case_cnt:nth-child(7):before {
	display: none;
}
.case_balloon {
	margin-bottom: 20px;
	filter: drop-shadow(0 0px 7px #00000070);
	transition: all 0.3s calc(0.2s * var(--actnum));
}
.case_cnt:nth-child(odd) .case_balloon {
	transform: translateX(-110%);
}
.case_cnt:nth-child(even) .case_balloon {
	transform: translateX(110%);
}
.-play .case_cnt:nth-child(odd) .case_balloon {
	transform: translateX(0);
}
.-play .case_cnt:nth-child(even) .case_balloon {
	transform: translateX(0);
}
.case_balloon_cnt {
	width: calc(100% - 82px);
	height: 68px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	font-size: 18px;
	font-weight: 900;
	border-radius: 9999px;
	line-height: 1.333;
	position: relative;
}
.case_cnt:nth-child(even) .case_balloon_cnt {
	margin: 0 0 0 auto;
}
.case_balloon_cnt::before {
	content: "";
	display: block;
	width: 17px;
	height: 13px;
	background: #ffffff;
	clip-path: polygon(6px 0, 100% 0, 0 100%);
	position: absolute;
	top: calc(100% - 1px);
}
.case_cnt:nth-child(odd) .case_balloon_cnt::before {
	left: 37px;
}
.case_cnt:nth-child(even) .case_balloon_cnt::before {
	right: 37px;
	transform: scale(-1, 1);
}
.case_balloon_cnt span {
	color: #ed1c24;
}
.case_item {
	font-size: 19px;
	color: #ffffff;
	font-weight: 900;
}
.point {
	overflow: hidden;
}
.point_hd {
	position: relative;
	padding: 30px 0 0;
}
.point_hd_catch {
	text-align: center;
	margin-bottom: 3.2px;
	opacity: 0;
	transition: all 0.2s;
}
.-play .point_hd_catch {
	opacity: 1;
}
.point_hd_ttl {
	text-align: center;
	margin-bottom: 37px;
	transform: scale(0.3);
	opacity: 0;
	transition: all 0.3s;
}
.-play .point_hd_ttl {
	opacity: 1;
	transform: scale(1);
	transition: all 0.4s 0.2s;
}
.point_hd_item {
	width: 100%;
}
.point_hd_item_cnt {
	transform-origin: bottom;
	transform: scale(1.2);
}
.point_hd_item_cnt img {
	width: 100%;
}
.point_hd_staff {
	position: absolute;
	right: 50%;
	transform: translateX(50%) scale(0.2);
	transform-origin: bottom;
	bottom: -26px;
	opacity: 0;
}
.-play .point_hd_staff {
	animation: staffani 0.8s linear 0.5s forwards;
}
@keyframes staffani {
	0% {
		opacity: 0.5;
		transform: translateX(50%) scale(0.2) rotate(0deg);
	}
	10% {
		opacity: 1;
		transform: translateX(50%) scale(0.3) rotate(10deg);
	}
	20% {
		opacity: 1;
		transform: translateX(50%) scale(0.4) rotate(0deg);
	}
	30% {
		opacity: 1;
		transform: translateX(50%) scale(0.5) rotate(-10deg);
	}
	40% {
		opacity: 1;
		transform: translateX(50%) scale(0.6) rotate(0deg);
	}
	50% {
		opacity: 1;
		transform: translateX(50%) scale(0.7) rotate(10deg);
	}
	60% {
		opacity: 1;
		transform: translateX(50%) scale(0.8) rotate(0deg);
	}
	70% {
		opacity: 1;
		transform: translateX(50%) scale(0.9) rotate(-10deg);
	}
	80% {
		opacity: 1;
		transform: translateX(50%) scale(1) rotate(0deg);
	}
	90% {
		opacity: 1;
		transform: translateX(50%) scale(1) rotate(10deg);
	}
	100% {
		opacity: 1;
		transform: translateX(50%) scale(1) rotate(0deg);
	}
}
.point_cnt {
	padding: 45px 0 55px;
	background: #00be82;
}
.point_cnt_ttl {
	text-align: center;
}
.point_reason {
}
.point_reason_cnt {
}
.point_reason_hd {
	max-width: 430px;
	margin: 0 auto;
	transition: all 0.3s;
	transform: translateX(calc(-100% - 20px));
}
.-play .point_reason_hd {
	transform: translateX(0%);
}
.point_reason_hd img {
	width: 100%;
}
.point_reason_txt {
	color: #ffffff;
	text-align: center;
	transition: all 0.3s 0.2s;
	transform: translateX(calc(-100% - 20px));
}
.-play .point_reason_txt {
	transform: translateX(0%);
}
.area {
	padding: 26px 0 36px;
}
.area_wrap {
}
.area_hd {
	text-align: center;
	margin-bottom: 26px;
}
.area_cnt {
}
.area_map {
	opacity: 0;
	transition: all 0.3s;
}
.-play .area_map {
	opacity: 1;
}
.area_map img {
	width: 100%;
}
.area_map p {
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 4.4px;
}
.area_map p span {
	display: flex;
}
.price {
	background: #00be82;
	padding: 58px 0 45px;
}
.price_wrap {
}
.price_hd {
	text-align: center;
	margin-bottom: 38px;
}
.price_cnt {
	opacity: 0;
	transition: all 0.3s;
}
.-play .price_cnt {
	opacity: 1;
}
.price_tbl {
	margin-bottom: 18px;
}
.price_tbl_hd {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ffffff;
}
.price_tbl_cnt {
}
.price_tbl_cnt table {
	width: 100%;
	border: 3px solid #009682;
	border-radius: 7px;
	border-collapse: separate;
	overflow: hidden;
}
.price_tbl_cnt table tbody {
}
.price_tbl_cnt table tbody tr {
	background: #ffffff;
	border: #009682 1px solid;
}
.price_tbl_cnt table tbody tr th {
	padding: 13px 10px 13px 20px;
	border-bottom: #009682 1px solid;
}
.price_tbl_cnt table tbody tr td {
	padding: 13px 20px 13px 10px;
	border-bottom: #009682 1px solid;
	color: #ff0000;
	text-align: end;
	white-space: nowrap;
}
.price_tbl_cnt table tbody tr:last-child th,
.price_tbl_cnt table tbody tr:last-child td {
	border-bottom: none;
}
.price_txt {
	text-align: center;
	color: #ffffff;
}
.price_contact {
	padding-top: 24px;
}
.flow {
	padding: 30px 0 60px;
	background: url(../img/bg-item02@2x.png) left top / 390px 440px;
}
.flow_wrap {
}
.flow_hd {
	text-align: center;
	margin-bottom: 28px;
}
.flow_cnt {
}
.flow_box {
	position: relative;
	padding: 20px 10px;
	border-radius: 5px;
	border: 2px solid #284a66;
	box-shadow: 3px 3px 0 #284a66;
	background: #ffffff;
	text-align: center;
	color: #284a66;
	margin-bottom: 70px;
}
.flow_box::before {
	content: "";
	display: block;
	border-top: 20px solid #284a66;
	border-left: 22.5px solid transparent;
	border-right: 22.5px solid transparent;
	position: absolute;
	transform: translate(50%, -50%);
	top: calc(100% + 38px);
	right: 50%;
}
.flow_box:last-child {
	margin-bottom: 0;
}
.flow_box:last-child::before {
	display: none;
}
.flow_box_num {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background: #00aa84;
	color: #ffff00;
	font-size: 16px;
	position: absolute;
	left: 20px;
	top: -20px;
}
.flow_box_num::before {
	content: "";
	display: block;
	border-top: 7px solid #00aa84;
	border-left: 2.5px solid transparent;
	border-right: 2.5px solid transparent;
	position: absolute;
	transform: rotate(-45deg);
	right: 3px;
	bottom: 3px;
}
.flow_box_num::after {
	content: "STEP";
	display: block;
	bottom: calc(100% + -2px);
	font-size: 11px;
	font-weight: bold;
	right: 50%;
	transform: translateX(50%);
	position: absolute;
	color: #00aa84;
}
.flow_box_hd {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 900;
}
.flow_box_txt {
	margin-top: 8px;
}
.bg_bc {
	background: #00be82;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 50px),
		50% 100%,
		0 calc(100% - 50px)
	);
}
.voice {
	display: block;
}
.voice_wrap {
	padding: 41px 0 20px;
}
.voice_hd {
	text-align: center;
	margin-bottom: 30px;
}
.voice_slide {
}
.voice_slide_wrap {
}
.voice_slide_cnt {
	width: calc(100% - 32px);
	max-width: 320px;
	margin: 0 9px;
	padding: 30px 20px 40px;
	border-radius: 5px;
	background: #ffffff;
}
.voice_slide_icon {
	margin: 0 auto 20px;
	width: fit-content;
}
.voice_slide_txt {
}
.voice_slide_txt_top {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 17px;
}
.voice_slide_txt_cnt {
	margin-bottom: 8px;
}
.voice_slide_txt_btm {
	text-align: end;
}
.vocie_slide_item {
	margin-top: 18px;
}
.vocie_slide_item_cnt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.vocie_slide_item .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.vocie_slide_item .slick-dots li {
	margin: 0;
	width: 8px;
	height: 8px;
}
.vocie_slide_item .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: #8cecd3;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	outline: none;
	transition: background-color 0.3s ease;
}
.vocie_slide_item .slick-dots li button::before {
	display: none;
}
.vocie_slide_item .slick-dots li.slick-active button {
	background-color: #f9da0d;
}
.vocie_slide_item .slide-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: #ffffff 1px solid;
	position: relative;
	z-index: 100;
	transition: all 0.4s;
}
.vocie_slide_item .slide-arrow:hover {
	background: #8cecd3;
}
.faq {
	padding: 20px 0 80px;
}
.faq_wrap {
}
.faq_hd {
	text-align: center;
	margin-bottom: 38px;
}
.faq_cnt {
}
.faq_box {
	margin-bottom: 18px;
}
.faq_box_question {
	color: #ffffff;
	background: #00966e;
	padding: 12px 55px 13px 15px;
	border-radius: 5px;
	position: relative;
}
.faq_box_question_wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.faq_box_question_icon {
	font-size: 20px;
	line-height: 1.2;
}
.faq_box_question_txt {
	line-height: 1.3;
}
.faq_box_question_item {
	width: 24px;
	height: 24px;
	right: 15px;
	bottom: 50%;
	transform: translateY(50%);
	position: absolute;
}
.faq_box_question_item span {
	display: block;
	width: 100%;
	height: 2px;
	background: #ffffff;
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
	transition: all 0.3s;
}
.faq_box_question_item span:last-child {
	transform: translate(50%, 50%) rotate(90deg);
}
.-open .faq_box_question_item span:last-child {
	transform: translate(50%, 50%) rotate(0deg);
}
.faq_box_answer {
	padding: 14px 12px 28px 15px;
	border-radius: 5px;
	background: #ffffff;
	display: none;
}
.faq_box_answer_wrap {
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.faq_box_answer_icon {
	font-size: 20px;
	color: #009682;
}
.faq_box_answer_txt {
}
.contact {
}
.contact_tel {
	padding-bottom: 13px;
	position: relative;
	background: linear-gradient(to bottom, transparent 58px, #00be82 58px);
}
.contact_tel_ttl {
	margin-bottom: 17px;
	transform: scale(0.3);
	opacity: 0;
	transition: all 0.3s;
}
.-play .contact_tel_ttl {
	opacity: 1;
	transform: scale(1);
}
.contact_tel_link {
	width: 100%;
	max-width: 383px;
	position: absolute;
	right: 50%;
	transform: translateX(50%) scale(0.3);
	top: 49%;
	opacity: 0;
	transition: all 0.3s 0.2s;
}
.-play .contact_tel_link {
	transform: translateX(50%) scale(1);
	opacity: 1;
}
.contact_tel_note {
	text-align: center;
	color: #ffffff;
}
.contact_form {
	color: #000000;
	padding: 23px 0 54px;
}
.contact_form_wrap {
}
.contact_form_hd {
	text-align: center;
	margin-bottom: 18px;
}
.contact_form_top {
	margin-bottom: 19px;
}
.contact_form_note {
	margin-top: 21px;
	font-size: 13px;
}
.requierd {
	line-height: 1.2;
	display: inline-flex;
	padding: 1px 5px 2px;
	background: #00aa84;
	border-radius: 1.1px;
	color: #ffffff;
	font-size: 12px;
}
.contact_form_cnt {
}
.contact_form_input {
	padding: 10px 3px 15px;
	border-bottom: #c8c8c8 0.5px solid;
}
.contact_form_input:first-child {
	border-top: #c8c8c8 0.5px solid;
}
.contact_form_input_hd {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 10px;
}
.contact_form_input_hd h3 {
	font-size: 16px;
	font-weight: bold;
}
.contact_form_input_cnt {
}
.contact_form_privacy {
	margin: 24px 0 17px;
}
.contact_form_privacy a {
	color: #1baf84;
	text-decoration: underline;
}
.contact_form_submit {
	position: relative;
}
.wpcf7-spinner {
	position: absolute !important;
	right: 20px;
	bottom: 50%;
	transform: translateY(50%);
}
.contact_form_submit input {
	font-size: 20px;
	line-height: 1.45;
	font-weight: 900;
	padding: 14px 10px 18px;
	border-radius: 5px;
	border: 2px solid #284a66;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffff00;
	color: #284a66;
	box-shadow: 3px 3px 0 #284a66;
	margin-bottom: 17px;
	width: 100%;
	text-align: center;
}
.contact_form_submit input:hover {
	background: #ffffff;
}
input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="telephone"],
input[type="number"],
input[type="tel"],
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 14px 10px;
	border: solid 0.5px #b4b4b5;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: inherit;
	line-height: 1.2;
	vertical-align: middle;
	outline: none;
}
input::placeholder {
	color: #b4b4b5;
}
textarea {
	line-height: inherit;
	vertical-align: middle;
	resize: vertical;
}
.wpcf7-form-control.wpcf7-checkbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7px;
}
.wpcf7-list-item {
	margin-left: 0 !important;
}
.contact_form_input_cnt .wpcf7-list-item-label::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #808080;
	border-radius: 1px;
	background: #fff;
	margin-right: 4px;
	transition: all 0.2s;
	box-sizing: border-box;
	vertical-align: middle;
}

.contact_form_input_cnt .wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 20px;
	gap: 10px;
}

.contact_form_input_cnt .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 8px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.1s;
}

.contact_form_input_cnt
	input[type="checkbox"]:checked
	+ .wpcf7-list-item-label::before {
	border-color: #00aa84;
	background: #00aa84;
}

.contact_form_input_cnt
	input[type="checkbox"]:checked
	+ .wpcf7-list-item-label::after {
	opacity: 1;
}
.contact_form_input_cnt label:hover .wpcf7-list-item-label::before {
	border-color: #999;
	background-color: #f9f9f9;
}
label {
	display: inline-flex;
}

label,
select {
	cursor: pointer;
}
.footer {
	background: url(../img/bg-item01@2x.png) left top / 390px 328px;
}
.footer_top {
	padding: 35px 15px;
	text-align: center;
	position: relative;
}
.footer_top::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: #ffffff;
	opacity: 0.85;
}
.footer_top > a {
	position: relative;
	z-index: 2;
}
.footer_btm {
	color: #ffffff;
	text-align: center;
	padding: 27px 0 18px;
}
.footer_btm_wrap {
}
.footer_btm_wrap p {
	font-size: 14px;
}
.footer_btm_wrap small {
	margin-top: 23px;
	font-size: 11px;
	display: block;
}
.vis-sp {
	display: none;
}
@media screen and (max-width: 970px) {
	.bg {
		width: calc(100% - 390px);
	}
	.bg_left {
		width: 100%;
	}
	.bg_left_nav {
	}
	.bg_left_nav a {
	}
	.bg_left_nav a:hover {
	}
	.bg_right {
	}
	.contain {
		margin: 0 0 0 auto;
	}
	.thanx {
		padding: 60px 0;
	}
	.header {
		right: 1px;
		transform: translateX(0);
	}
}

@media screen and (max-width: 685px) {
	.bg {
		display: none;
	}
	.bg_left {
	}
	.bg_left_nav {
	}
	.bg_left_nav a {
	}
	.bg_left_nav a:hover {
	}
	.bg_right {
	}
	.cmnnav {
		width: 100%;
		height: 100dvh;
		background: url(../img/bg-item01@2x.png) left top / 390px 328px;
		position: fixed;
		z-index: 99;
		padding: 100px 0 30px;
	}
	.cmnnav_wrap {
	}
	.cmnnav_list {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
		gap: 10px;
		color: #ffffff;
		margin-bottom: 35px;
		font-size: 18px;
	}
	.contain {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		border: none;
	}
	.hero_wrap > * {
		max-width: unset;
	}
	.hero_wrap > * img {
		width: 100%;
	}
	.header {
		width: 100%;
		right: 0;
	}
	.menu {
		width: auto;
		height: 100%;
		aspect-ratio: 1;
		position: relative;
		background: #00aa84;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 5;
	}
	.menu span {
		display: block;
		width: 28px;
		height: 2px;
		background: #ffffff;
		bottom: 50%;
		right: 50%;
		position: absolute;
		transition: all 0.3s;
	}
	.menu span:first-child {
		transform: translate(50%, calc(50% - 5px));
	}
	.menu span:last-child {
		transform: translate(50%, calc(50% + 5px));
	}
	.menu.-open span:first-child {
		transform: translate(50%, 50%) rotate(45deg);
	}
	.menu.-open span:last-child {
		transform: translate(50%, 50%) rotate(-45deg);
	}
	.vis-sp {
		display: block;
	}
}
