@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

/* Sass Document */
/* ------------------------------
reset
------------------------------ */
a {
	color: #3e3a39;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #3e3a39;
}

img {
	vertical-align: bottom;
}

.min {
	font-family: "Noto Serif JP", serif;
}

.num {
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
}

.en {
	font-family: "Oswald", sans-serif;
}

/* ------------------------------
base
------------------------------ */
body {
	position: relative;
	font-size: 1.6rem;
	min-width: 1100px;
}

p,
table,
dl,
ol,
ul li {
	font-size: 1.6rem;
	line-height: 1.8;
}

/* ------------------------------
contents
------------------------------ */
.wrap {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 79px;
	background: #fff;
	padding: 13px 30px;
	box-sizing: border-box;
	z-index: 10000;
	opacity: 1;
	transition: 0.3s;
}

.p-header {
	display: flex;
	justify-content: space-between;
}

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

.p-header__logo a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-header-tel__ttl {
	font-weight: 700;
	line-height: 1;
	margin: 0 0 6px;
}

.p-header-tel__num {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 3.1rem;
}

.p-header-tel__num a {
	display: block;
	color: #6eb544;
	line-height: 1;
}

.p-header-tel__num img {
	width: 1em;
	height: auto;
	margin-right: 6px;
}

.p-header-message {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 202px;
	margin: 0 30px 0 20px;
}

.p-header-message__txt {
	width: 100%;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	background: #6eb544;
	border-radius: 2em;
	line-height: 1;
	text-align: center;
	padding: 4px 0;
}

.p-header-message__txt--harf {
	width: 98px;
	margin-top: 5px;
}

.p-header__toggle {
	position: relative;
	width: 30px;
	height: 26px;
}

.p-header__toggle span {
	width: 100%;
	height: 1px;
	background: #3e3a39;
}

.p-header__toggle span {
	position: absolute;
	left: 0;
	transition: 0.3s;
}

.p-header__toggle span:first-child {
	top: 0;
}

.p-header__toggle span:nth-child(2) {
	top: 50%;
}

.p-header__toggle span:last-child {
	bottom: 0;
}

.p-header-nav {
	position: fixed;
	top: 79px;
	right: -18.75em;
	width: 18.75em;
	height: calc(100vh - 79px);
	transition: 0.3s;
}

.p-header-nav__block {
	height: 100%;
	background: #fff;
	padding: 70px 0;
	overflow-y: scroll;
	box-sizing: border-box;
}

.p-header-nav__list {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.p-header-nav__list a {
	position: relative;
	display: block;
	padding: 23px 32px;
}

.p-header-nav__list a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 36px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 8px;
	height: 8px;
	transform: rotate(45deg) translateY(-50%);
}

.is-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

.is-fixed .p-header__toggle span {
	width: 36px;
	left: -3px;
}

.is-fixed .p-header__toggle span:first-child {
	transform: rotate(45deg);
	top: 13px;
}

.is-fixed .p-header__toggle span:nth-child(2) {
	opacity: 0;
}

.is-fixed .p-header__toggle span:last-child {
	top: 13px;
	transform: rotate(-45deg);
}

.is-fixed .p-header-nav {
	right: 0;
}

.p-footer {
	width: 1100px;
	margin: 0 auto;
	padding: 64px 0 25px;
}

.p-footer__content {
	position: relative;
	display: flex;
	justify-content: flex-start;
	margin: 1em 0 0;
}

.p-footer__content p {
	font-size: 1.4rem;
	line-height: 1;
}

.p-footer__content p+p {
	margin-left: 1.2em;
}

.p-footer__copy {
	position: absolute;
	bottom: 0;
	right: 0;
}

main {
	display: block;
	overflow: hidden;
}

.p-mv {
	display: flex;
	margin: 79px 0 135px;
	background: #6eb644;
}

.p-mv img {
	width: 100%;
	height: auto;
}

.p-mv__img-box {
	position: relative;
	width: calc(768 / 1366 * 100%);
	overflow: hidden;
}

.p-mv__img-box::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 50%;
	width: 29px;
	height: 58px;
	background: #6eb644;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	transform: translateY(50%);
}

.p-mv__img-box__bg {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.p-mv__img-box__bg img {
	height: 100%;
	object-fit: cover;
}

.p-mv__img-box__img {
	position: absolute;
	left: 50%;
	bottom: -1.6%;
	z-index: 1;
	width: calc(740 / 768 * 100%);
	transform: translateX(-50%);
}

.p-mv__txt-box {
	padding: 64px calc(74 / 1366 * 100%) 51px;
	width: calc(100% - (768 / 1366 * 100%));
	box-sizing: border-box;
}

.p-mv__txt-box__txt {
	font-size: 1.6rem;
	line-height: calc(28 / 16);
	text-indent: 1em;
	color: #fff;
	margin-top: 30px;

	&+.p-mv__txt-box__txt {
		margin-top: 0;
	}
}

.p-mv__txt-box__name {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 22px;
	margin-top: 20px;
}

.p-mv__txt-box__name__txt {
	font-size: 1.1rem;
	line-height: calc(23 / 11);
	letter-spacing: .1em;
	color: #fff;
}

.p-mv__txt-box__name__img {
	line-height: 1;
	width: 105px;
}

.p-block__wrap {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}

.p-block__ttl {
	margin: 100px -8px 0 -338px;
}

.p-block-inner {
	width: 425px;
}

.p-block-inner__logo {
	margin: 0 0 85px 160px;
}

.p-block-inner__txt {
	font-size: 1.8rem;
	line-height: 2.3;
}

.p-block-inner__btn {
	width: 380px;
	font-size: 2.2rem;
	margin: 68px 0 0;
}

.p-block-inner__btn a {
	position: relative;
	display: block;
	color: #fff;
	background: #6eb544;
	line-height: 1;
	padding: 26px 0 26px 30px;
}

.p-block-inner__btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 38px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) translateY(-50%);
}

.p-block--reverse {
	/*margin: 130px 0 0;*/
	margin: -300px 0 0 0;
	padding: 370px 0 0 0;
}

.p-block--reverse .p-block__wrap {
	flex-flow: row-reverse;
}

.p-block--reverse .p-block__ttl {
	margin: -430px -338px 0 -8px;
}

.p-landp {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 150px 0 0 0;
}

.p-landp-license__img {
	margin: -230px 0 -20px -24px;
}

.p-landp__ttl {
	position: relative;
	font-size: 3.8rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	text-align: center;
	line-height: 1.57;
	color: #fff;
	margin: 0 0 57px;
}

.p-landp__ttl::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 40px;
	height: 2px;
	background: #fff;
	transform: translateX(-50%);
}

.p-landp__txt {
	font-size: 1.8rem;
	line-height: 2.3;
	color: #fff;
}

.p-landp-license {
	width: 50%;
	background: #6eb544;
	transform: skewY(9deg);
	padding: 0 0 160px;
	margin: 210px 0 0 0;
}

.p-landp-license__inner {
	width: 425px;
	transform: skewY(-9deg);
	margin: 0 120px 0 auto;
}

.p-landp-license__txt {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.76;
	text-align: center;
	color: #fff;
	margin: 50px 0 0;
}

.p-landp-privacy {
	/* width: 50%; */
	/* background: #3e3a39; */
	width: 100%;
	background: #6eb544;
	transform: skewY(9deg);
	padding: 165px 0;
}

.p-landp-privacy__inner {
	width: 425px;
	transform: skewY(-9deg);
	/* margin: 0 auto 0 120px; */
	margin: auto;
}

.p-landp-privacy__txt {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 0 0 24px;
}

.p-about {
	margin: 230px 0 0;
}

.p-about__block {
	position: relative;
	width: 1000px;
	height: 963px;
	background: url(../img/bg_about.png) 0 0/302px auto no-repeat;
	margin: 0 auto;
	padding: 200px 165px 0;
	box-sizing: border-box;
}

.p-about__ttl {
	position: absolute;
	top: 40px;
	right: 0;
}

.p-about__txt {
	font-size: 2rem;
	line-height: 3;
}

.p-about-sign {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 60px 0 0;
}

.p-about-sign__post {
	letter-spacing: 0.1em;
	margin: 0 1em 0 0;
}

.c-headline {
	position: relative;
	font-size: 3.8rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	line-height: 1;
	margin: 0 0 50px;
	padding: 0 0 34px;
}

.c-headline::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #3e3a39;
}

.c-headline--wh {
	color: #fff;
}

.c-headline--wh::after {
	background: #fff;
}

.p-company {
	margin: 190px 0 0;
}

.p-company__block {
	width: 1000px;
	margin: 0 auto;
}

.p-company__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.p-company-table {
	width: 510px;
}

.p-company-table+.p-company-table {
	width: 480px;
}

.p-company-table__ttl {
	display: flex;
	justify-content: space-between;
	line-height: 1.7;
	width: 4em;
	font-size: 1.8rem;
	padding: 0 35px 0 0;
}

.p-company-table__txt {
	font-size: 1.8rem;
	line-height: 1.7;
	padding: 0 0 32px;
}

.p-company-table__txt--last {
	padding: 0;
}

.p-company-table__txt span {
	font-size: 1.6rem;
}

.p-company-table__txt p {
	font-size: 1.8rem;
	line-height: 1.7;
}

.p-company-table__txt p+p {
	margin-top: 1.95em;
}

.p-company-table__txt .indent {
	text-indent: -0.5em;
}

.p-company__map {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin: 90px 0 0;
}

.p-company__map iframe {
	position: absolute;
	top: -180px;
	left: 0;
	width: 100%;
	height: 720px;
}

.p-area {
	margin: 53px 0 0;
}

.p-area .c-headline {
	margin-bottom: 30px;
}

.p-area__block {
	width: 1120px;
	height: 790px;
	background: url(../img/bg_area_pc.png) right 0/790px auto no-repeat;
	margin: 0 auto;
	padding: 138px 60px 0;
	box-sizing: border-box;
}

.p-area__txt {
	font-size: 1.8rem;
	line-height: 1.7;
}

.p-area__pref {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 30px 0 0;
}

.p-area__notes {
	font-size: 1.4rem;
	margin: 28px 0 0;
}

.p-coop {
	position: relative;
	margin: -40px 0 0;
}

.p-coop::before {
	content: "";
	position: absolute;
	top: -120px;
	right: 0;
	width: 100%;
	height: 100%;
	background: #6eb644;
	transform: skewY(-9deg);
	z-index: 0;
	mix-blend-mode: multiply;
}

.p-coop__wrap {
	background: #3e3a39;
	transform: skewY(9deg);
	padding: 0 0 165px;
	z-index: 2;
}

.p-coop .c-headline {
	margin-bottom: 30px;
}

.p-coop__txt {
	color: #fff;
	font-size: 1.4rem;
	margin: 0 0 2em;
	line-height: 1;
}

.p-coop__block {
	width: 1000px;
	transform: skewY(-9deg);
	margin: 0 auto;
}

.p-coop__lists {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.p-coop__list {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 310px;
	height: 110px;
	line-height: 1.4;
	text-align: center;
	background: #fff;
	margin: 40px 35px 0 0;
}

.p-coop__list:nth-child(3n) {
	margin-right: 0;
}

.p-coop__list:nth-child(-n+3) {
	margin-top: 0;
}

.p-coop__list span {
	font-size: 2.2rem;
	font-weight: 700;
}

.p-coop__list img {
	max-width: 156px;
	max-height: 50px;
}

.p-flow {
	height: 970px;
	background: url(../img/bg_flow_pc.png) center 0/1513px auto no-repeat;
	padding: 165px 0 0;
	box-sizing: border-box;
}

.p-flow__block {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.p-flow-inner {
	position: absolute;
	width: 274px;
}

.p-flow-inner--01 {
	top: 165px;
	left: -50px;
}

.p-flow-inner--02 {
	top: 283px;
	left: 155px;
}

.p-flow-inner--03 {
	top: 165px;
	left: 362px;
}

.p-flow-inner--04 {
	top: 283px;
	left: 568px;
}

.p-flow-inner--05 {
	top: 165px;
	right: -50px;
}

.p-flow-inner__num {
	font-family: "Oswald", sans-serif;
	text-align: center;
	font-size: 5rem;
	line-height: 1;
	margin: 0 0 55px;
}

.p-flow-inner__ttl {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
}

.p-flow-inner__ttl--wh,
.p-flow-inner__txt--wh {
	color: #fff;
}

.p-flow-inner__txt {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.6;
}

.p-tel {
	background: #6eb644;
	padding: 60px 0;
}

.p-tel__block {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	padding: 58px 0 48px;
}

.p-tel__ttl {
	font-weight: 700;
	text-align: center;
	font-size: 3rem;
	line-height: 1;
	margin: 0 0 0.8em;
}

.p-tel-num {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-tel-num__img {
	margin: 0 0.6em 0 0;
}

.p-tel-num__phone {
	font-size: 6.8rem;
	font-weight: 700;
	line-height: 1;
}

.p-tel-num__phone a {
	color: #6eb544;
}

.p-tel__time {
	width: 486px;
	font-size: 3rem;
	font-weight: 700;
	background: #bd272d;
	line-height: 1;
	border-radius: 2em;
	color: #fff;
	text-align: center;
	margin: 20px auto 30px;
	padding: 0.4em 0;
}

.p-tel__mobile {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
}

.p-contact {
	background: #f1ede5;
	padding: 120px 0 135px;
}

.p-contact .required {
	color: #bd272d;
	font-size: 1.6rem;
}

.p-contact__caution {
	line-height: 1;
	margin: 0 0 50px;
}

.p-contact__ttl {
	text-align: center;
	font-weight: 700;
	line-height: 1;
	font-size: 3rem;
	margin: 0 0 40px;
	vertical-align: top;
}

.p-contact__txt {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
}

.p-contact__block {
	width: 1000px;
	background: #fff;
	margin: 85px auto 0;
	padding: 97px 110px;
	box-sizing: border-box;
}

.p-contact-table {
	width: 100%;
	border-spacing: 0;
}

.p-contact-table tr:last-child .p-contact-table__ttl {
	padding-bottom: 0;
}

.p-contact-table__ttl {
	width: 265px;
	font-size: 2rem;
	line-height: 1.8;
	padding: 5px 0 54px;
	vertical-align: top;
}

.p-contact-table__txt {
	font-size: 2rem;
	line-height: 1.8;
	vertical-align: top;
	word-break: break-all;
}

.p-contact-table__txt--textarea {
	min-height: 150px;
	font-size: 2rem;
	line-height: 1.8;
	color: #000;
	padding-bottom: 54px;
}

.p-contact-table__notes {
	font-size: 1.5rem;
}

.p-contact-table__input {
	-webkit-appearance: none;
	width: 100%;
	height: 46px;
	font-size: 1.6rem;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0 18px;
}

.p-contact-table__textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 280px;
	font-size: 1.6rem;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	vertical-align: top;
	line-height: 1.6;
	resize: vertical;
	padding: 12px 18px;
	box-sizing: border-box;
}

.p-contact-radio {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 13px 0 0;
	flex-wrap: wrap;
}

.p-contact-radio__list {
	line-height: 1;
}

.p-contact-radio__list+.p-contact-radio__list {
	margin-left: 1.5em;
}

.p-contact-radio__btn {
	position: relative;
}

.p-contact-radio__input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.p-contact-radio__txt {
	display: inline-block;
	line-height: 1;
	position: relative;
	font-size: 2rem;
	padding: 0 0 0 1.3em;
	cursor: pointer;
}

.p-contact-radio__txt::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 100%;
	border: 1px solid #3e3a39;
	box-sizing: border-box;
}

.p-contact-radio__input:checked+.p-contact-radio__txt::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 7px;
	width: 0.4rem;
	height: 0.4rem;
	background: #3e3a39;
	border-radius: 100%;
}

.p-contact-privacy {
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	padding: 13px 8px;
	margin: 100px 0 64px;
	box-sizing: border-box;
}

.p-contact-privacy__block {
	height: 252px;
	padding: 10px 20px 10px 10px;
	overflow-y: scroll;
	box-sizing: border-box;
}

.p-contact-privacy__ttl {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 1em;
}

.p-contact-privacy__txt {
	line-height: 1.4;
	font-size: 1.5rem;
}

.p-contact-privacy__sub {
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 1em 0 0;
}

.p-contact-privacy__list {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 0 0 0 1em;
}

.p-contact-privacy__list::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.p-contact-check {
	text-align: center;
}

.p-contact-check__btn {
	position: relative;
}

.p-contact-check__input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.p-contact-check__txt {
	display: inline-block;
	line-height: 1;
	position: relative;
	font-size: 2rem;
	padding: 0 0 0 1.3em;
	cursor: pointer;
}

.p-contact-check__txt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	border: 1px solid #3e3a39;
	box-sizing: border-box;
}

.p-contact-check__input:checked+.p-contact-check__txt::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 0.8em;
	height: 0.4em;
	border-top: 1px solid #3e3a39;
	border-right: 1px solid #3e3a39;
	transform: rotate(128deg);
}

.p-contact__submit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 68px;
	background: #6eb544;
	color: #fff;
	font-size: 2.2rem;
	cursor: pointer;
	transition: 0.3s;
	-webkit-appearance: none;
	margin: 64px auto 0;
	padding: 0;
	border: 0;
}

.p-contact__submit::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg) translateY(-50%);
}

.p-contact__submit:hover {
	opacity: 0.7;
}

.p-contact__back {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 68px;
	background: #3e3a39;
	color: #fff;
	font-size: 2.2rem;
	cursor: pointer;
	transition: 0.3s;
	-webkit-appearance: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.p-contact__back::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(-45deg) translateY(-50%);
}

.p-contact__back:hover {
	opacity: 0.7;
}

.p-contact__btnWrap {
	display: flex;
	justify-content: space-between;
	width: 667px;
	margin: 150px auto 0;
}

.p-contact__btnWrap .p-contact__submit {
	margin: 0;
}

.p-contact--confirm {
	background: #fff;
	padding: 196px 0 0;
}

.p-contact--confirm .p-contact__ttl {
	margin: 0;
}

.p-contact--confirm .p-contact__block {
	padding-top: 0;
	margin-top: 165px;
}

.p-contact-table__ttl .required {
	margin-left: 0.5em;
}

.p-contact--confirm .p-contact-table__ttl {
	padding-top: 0;
}

.p-contact--confirm .p-contact-table__txt {
	color: #000;
}

.p-contact--confirm .p-contact-radio {
	pointer-events: none;
}

.p-floating {
	display: none;
}

.p-thanks {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height: calc(100vh - 162px);
	padding: 79px 0 0;
	box-sizing: border-box;
}

.p-thanks__ttl {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 1em;
}

.p-thanks__txt {
	font-size: 1.8rem;
	line-height: 1;
}

.p-thanks__btn {
	width: 300px;
	margin: 120px auto 0;
}

.p-thanks__btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68px;
	background: #6eb544;
	color: #fff;
	font-size: 2.2rem;
	cursor: pointer;
	transition: 0.3s;
	-webkit-appearance: none;
	padding: 0;
	border: 0;
}

.p-thanks__btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg) translateY(-50%);
}

.p-thanks__btn a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	.pc {
		display: block !important;
		line-height: 0;
	}

	.sp {
		display: none !important;
		line-height: 0;
	}

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

	.ie11 a[href*="tel:"] {
		pointer-events: none;
		display: inline-block;
		cursor: default;
	}

	a {
		transition: 0.3s;
	}

	a:hover {
		opacity: 0.7;
	}

	/* 20240305 コメントアウト
	.l-header.is-fade {
		opacity: 0;
	}

	.l-header.is-open.is-fade {
		opacity: 1;
	}
	 */
}

@media screen and (max-width: 767px) {
	html {
		overflow: auto;
		font-size: 2.4vw;
	}

	body {
		min-width: inherit;
	}

	p,
	table,
	dl,
	ol,
	ul li {
		text-align: justify;
		word-break: break-all;
	}

	img {
		width: 100%;
		height: auto;
	}

	main {
		display: block;
	}

	.pc {
		display: none !important;
		line-height: 0;
	}

	.sp {
		display: block !important;
		line-height: 0;
	}

	.l-header {
		padding: 2.5vw 2.8vw 3.2vw;
		height: auto;
		/* 20240305 コメントアウト
		pointer-events: none;
		opacity: 0;
		 */
	}

	/* 20240305 コメントアウト
	.l-header.is-up {
	  pointer-events: all;
	  opacity: 1;
	}
	 */
	.p-header-tel,
	.p-header-message {
		display: none;
	}

	.p-header__logo {
		width: 34vw;
	}

	.p-header__logo img {
		width: 100%;
		height: auto;
	}

	.p-header__toggle {
		width: 6.4vw;
		height: 5.4vw;
	}

	.is-fixed .p-header__toggle span:first-child,
	.is-fixed .p-header__toggle span:last-child {
		top: 2.7vw;
	}

	.is-fixed .p-header__toggle span {
		width: 8vw;
		left: -0.8vw;
	}

	.p-header-nav {
		top: 11vw;
		width: 53vw;
		right: -53vw;
	}

	.p-header-nav--tel__ttl {
		font-size: 2.7vw;
		text-align: center;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 0.8em;
	}

	.p-header-nav-tel__num {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 4.2vw;
	}

	.p-header-nav-tel__num a {
		color: #6eb544;
	}

	.p-header-nav-tel__num img {
		width: 1em;
		height: auto;
	}

	.p-header-nav__lists {
		margin: 0 0 5vw;
	}

	.p-header-nav__list a {
		padding: 3.8vw 5.6vw;
	}

	.p-footer {
		width: auto;
		padding: 9vw 6.4vw 16vw;
	}

	.p-footer__content {
		display: block;
		margin: 3.8vw 0 0;
	}

	.p-footer__logo {
		width: 45vw;
	}

	.p-footer__content p:first-child {
		margin: 0 0 2vw;
	}

	.p-footer__content p+p {
		margin: 0.5vw;
	}

	.p-footer__content p {
		font-size: 3vw;
	}

	.p-mv {
		display: block;
		margin: calc(44.07 / 390 * 100vw) 0 calc(120 / 780 * 100vw);
	}

	.p-mv__img-box {
		width: 100%;
	}

	.p-mv__img-box::after {
		right: 50%;
		bottom: 0;
		z-index: 2;
		width: calc(66 / 780 * 100vw);
		height: calc(33 / 780 * 100vw);
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
		transform: translateX(50%);
	}

	.p-mv__img-box__bg {
		position: initial;
		width: 100%;
		height: auto;
		transform: translate(0%, 0%);
	}

	.p-mv__img-box__img {
		bottom: calc(-48 / 780 * 100vw);
		width: calc(750 / 780 * 100vw);
	}

	.p-mv__txt-box {
		padding: calc(72 / 780 * 100vw) calc(90 / 780 * 100vw);
		width: 100%;
	}

	.p-mv__txt-box__txt {
		font-size: calc(25 / 780 * 100vw);
		line-height: calc(42 / 25);
		margin-top: calc(45 / 780 * 100vw);
	}

	.p-mv__txt-box__name {
		gap: 0 calc(42 / 780 * 100vw);
		margin-top: calc(32 / 780 * 100vw);
	}

	.p-mv__txt-box__name__txt {
		font-size: calc(22 / 780 * 100vw);
		line-height: calc(32 / 22);
	}

	.p-mv__txt-box__name__img {
		width: calc(207 / 780 * 100vw);
	}

	.p-block__wrap {
		display: block;
		width: auto;
	}

	.p-block__ttl {
		margin: 0 7.7vw 4.5vw -38vw;
	}

	.p-block-inner {
		width: 60vw;
		margin: 0 auto;
	}

	.p-block-inner__logo {
		display: block;
		width: 6vw;
		margin: 0 auto 7.6vw;
	}

	.p-block-inner__txt {
		font-size: 3.6vw;
		line-height: 1.9;
	}

	.p-block-inner__btn {
		width: 100%;
		font-size: 3.8vw;
		margin: 7.7vw 0 0;
	}

	.p-block-inner__btn a {
		padding: 4.8vw 0 4.8vw 9vw;
	}

	.p-block-inner__btn a::after {
		right: 6.4vw;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 2vw;
		height: 2vw;
	}

	.p-block--reverse {
		margin: 22vw 0 0;
		padding: 0;
	}

	.p-block--reverse .p-block__ttl {
		margin: 0 -38vw 4.5vw 7.7vw;
	}

	.p-landp {
		display: block;
		margin: 30vw 0 0;
		padding: 20vw 0 0;
	}

	.p-landp-license {
		width: 100%;
		margin: 0;
		padding: 0 0 19vw;
	}

	.p-landp-license__inner {
		width: auto;
		margin: 0 19vw;
	}

	.p-landp-license__img {
		width: 108.5%;
		margin: -26vw 0 -3vw;
	}

	.p-landp__ttl {
		font-size: 5.7vw;
		margin: 0 0 10vw;
	}

	.p-landp__ttl::after {
		width: 10vw;
		bottom: -5.4vw;
	}

	.p-landp__txt {
		font-size: 3.6vw;
		line-height: 1.9;
	}

	.p-landp-license__txt {
		font-size: 4.5vw;
		margin: 0.8em 0 0;
	}

	.p-landp-privacy {
		width: 100%;
		padding: 19vw 0;
	}

	.p-landp-privacy__inner {
		width: auto;
		margin: 0 19vw;
	}

	.p-landp-privacy__txt {
		font-size: 4.8vw;
		margin: 0 0 0.5em;
	}

	.p-about {
		margin: 20vw 0 0;
	}

	.p-about__block {
		width: auto;
		height: auto;
		background-size: 44vw auto;
		padding: 38vw 19vw 0;
	}

	.p-about__txt {
		font-size: 3.8vw;
		line-height: 2.2;
	}

	.p-about__ttl {
		width: 50vw;
		top: 24vw;
		right: 6.4vw;
	}

	.p-about-sign {
		justify-content: space-between;
		margin: 7.7vw 0 0;
	}

	.p-about-sign__post {
		font-size: 3.3vw;
		margin: 0;
	}

	.p-about-sign__name {
		width: 40vw;
	}

	.p-company {
		margin: 20vw 0 0;
		padding: 0 12.8vw;
	}

	.p-company__block {
		display: block;
		width: 100%;
	}

	.p-company__inner {
		display: block;
		width: 100%;
	}

	.p-company-table {
		width: 100%;
	}

	.p-company-table__ttl {
		display: block;
		width: 100%;
		font-size: 3.6vw;
		font-weight: 700;
		padding: 0;
	}

	.p-company-table__txt {
		display: block;
		width: 100%;
		font-size: 3.6vw;
		padding: 0 0 6vw;
	}

	.p-company-table__txt span {
		font-size: 3.2vw;
	}

	.c-headline {
		font-size: 5.8vw;
		padding: 0 0 1em;
		margin: 0 0 1em;
	}

	.c-headline::after {
		width: 10vw;
	}

	.p-company-table__txt p {
		font-size: 3.6vw;
	}

	.p-company-table__txt p+p {
		margin-top: 1em;
	}

	.p-company__map {
		width: 100vw;
		height: 62vw;
		margin: 0 -12.8vw;
	}

	.p-area__block {
		width: auto;
		height: auto;
		background: url(../img/bg_area_sp.png) calc(100% + 10vw) calc(100% - 12vw)/83vw auto no-repeat;
		padding: 0 12.8vw 75vw;
		margin: 20vw 0 0;
	}

	.p-area__txt {
		font-size: 3.6vw;
	}

	.p-area__pref {
		font-size: 4.8vw;
		margin: 1em 0 0;
	}

	.p-area__notes {
		font-size: 3vw;
		line-height: 1;
		margin: 1em 0 0;
	}

	.p-coop .c-headline {
		margin: 0 0 5vw;
	}

	.p-coop__block {
		width: auto;
		transform: skewY(-12deg);
	}

	.p-coop__wrap {
		transform: skewY(12deg);
		padding: 14vw 12.8vw 25vw;
	}

	.p-coop__txt {
		font-size: 3vw;
	}

	.p-coop__lists {
		justify-content: space-between;
	}

	.p-coop__list {
		width: 48.5%;
		height: 14vw;
		margin: 2vw 0 0 0;
	}

	.p-coop__list:nth-child(-n+3) {
		margin-top: 2vw;
	}

	.p-coop__list:nth-child(-n+2) {
		margin-top: 0;
	}

	.p-coop__list span {
		font-size: 2.8vw;
	}

	.p-coop__list img {
		width: 19vw;
	}

	.p-coop::before {
		top: -10vw;
		height: 105%;
		transform: skewY(-12deg);
	}

	.p-flow {
		height: 256vw;
		background: url(../img/bg_flow_sp.png) -12vw 40.4vw/137vw auto no-repeat;
		padding: 24vw 12.8vw 0;
	}

	.p-flow__block {
		width: 100%;
	}

	.p-flow-inner {
		width: 49.6vw;
	}

	.p-flow-inner__num {
		font-size: 8.5vw;
		margin: 0 0 8vw;
	}

	.p-flow-inner__ttl {
		font-size: 4.3vw;
	}

	.p-flow-inner__txt {
		font-size: 3.6vw;
	}

	.p-flow-inner--01 {
		top: 12vw;
		right: -13vw;
		left: auto;
	}

	.p-flow-inner--02 {
		top: 55vw;
		left: 13vw;
	}

	.p-flow-inner--03 {
		top: 98vw;
		left: -12vw;
	}

	.p-flow-inner--04 {
		top: 119.5vw;
		left: 25vw;
	}

	.p-flow-inner--05 {
		top: 162.5vw;
		left: 1vw;
		right: auto;
	}

	.p-tel {
		padding: 12.3vw 6.4vw;
	}

	.p-tel__block {
		width: auto;
		padding: 7vw 0;
	}

	.p-tel__ttl {
		font-size: 5.7vw;
		line-height: 1.4;
		margin: 0 0 1em;
	}

	.p-tel-num__img {
		width: 7vw;
		height: auto;
	}

	.p-tel-num__phone {
		font-size: 9vw;
	}

	.p-tel__time {
		width: 68vw;
		font-size: 5vw;
		margin: 3.8vw auto 3.6vw;
	}

	.p-tel__mobile {
		font-size: 4.1vw;
	}

	.p-contact__block {
		width: auto;
		padding: 9vw 6.4vw;
	}

	.p-contact {
		padding: 14vw 6.4vw;
	}

	.p-contact__ttl {
		font-size: 5.8vw;
	}

	.p-contact__caution {
		font-size: 3.3vw;
		margin: 0 0 6.4vw;
	}

	.p-contact-table tr:first-child .p-contact-table__ttl {
		margin-top: 0;
	}

	.p-contact-table__ttl {
		display: block;
		width: 100%;
		font-size: 3.8vw;
		line-height: 1;
		padding: 0;
		margin: 8.3vw 0 2vw;
	}

	.p-contact-table__txt {
		position: relative;
		display: block;
		width: 100%;
		font-size: 3.8vw;
	}

	.p-contact-table__input {
		font-size: 3.3vw;
		height: 11.2vw;
		padding: 0 2vw;
	}

	.p-contact-table__notes {
		position: absolute;
		bottom: -1.3em;
		right: 0;
		line-height: 1;
		text-align: right;
		font-size: 3.2vw;
	}

	.p-contact-radio {
		justify-content: space-between;
		margin: 5vw 0 0;
	}

	.p-contact-radio__txt {
		font-size: 3.8vw;
	}

	.p-contact-radio__txt::before {
		top: 1px;
		width: 1em;
		height: 1em;
	}

	.p-contact-radio__input:checked+.p-contact-radio__txt::after {
		top: calc(0.4em + 1px);
		left: 0.4em;
		width: 0.2em;
		height: 0.2em;
	}

	.p-contact-radio__list {
		margin-bottom: 1em;
	}

	.p-contact-radio__list+.p-contact-radio__list {
		margin-left: 0;
	}

	.p-contact-table__textarea {
		height: 50vw;
		font-size: 3.3vw;
		padding: 3vw 2vw;
	}

	.p-contact-privacy__ttl {
		font-size: 3.8vw;
	}

	.p-contact-privacy__txt {
		font-size: 3.2vw;
	}

	.p-contact-privacy {
		padding: 0;
		margin: 11.2vw 0 10.8vw;
	}

	.p-contact-privacy__block {
		height: 64vw;
		padding: 4vw 3vw;
	}

	.p-contact-privacy__sub {
		font-size: 3.2vw;
	}

	.p-contact-check__txt {
		font-size: 3.6vw;
	}

	.p-contact-check__input:checked+.p-contact-check__txt::after {
		top: 0.1em;
		left: 0.1em;
	}

	.p-floating {
		pointer-events: none;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
		z-index: 10000;
		transition: 0.3s;
		opacity: 0;
	}

	.p-floating.is-up {
		pointer-events: all;
		opacity: 1;
	}

	.p-floating img {
		width: auto;
		height: 5.3vw;
	}

	.p-floating__btn {
		width: 50%;
	}

	.p-floating__link {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 11.5vw;
	}

	.p-floating__link--tel {
		background: #6eb644;
	}

	.p-floating__link--mail {
		background: #3e3a39;
	}

	.p-contact--confirm {
		padding: 30vw 6.4vw 0;
	}

	.p-contact--confirm .p-contact__block {
		margin-top: 20vw;
		padding-bottom: 20vw;
	}

	.p-contact--confirm .p-contact-table__ttl {
		margin-bottom: 1em;
	}

	.p-contact-table__txt--textarea {
		font-size: 3.8vw;
		min-height: inherit;
		padding-bottom: 0;
	}

	.p-contact__btnWrap {
		width: auto;
		margin: 25vw 0 0;
	}

	.p-contact__back {
		height: 13.5vw;
		font-size: 3.8vw;
	}

	.p-contact__back::before {
		left: 4vw;
		width: 2vw;
		height: 2vw;
		border-width: 2px;
	}

	.p-contact__submit {
		width: 44vw;
		height: 13.5vw;
		font-size: 3.8vw;
		margin-top: 10vw;
	}

	.p-contact__submit::before {
		right: 4vw;
		width: 2vw;
		height: 2vw;
		border-width: 2px;
	}

	.p-contact__btnWrap button {
		width: 44%;
	}

	.p-thanks {
		height: calc(100vh - 36.5vw);
		padding: 13vw 0 0;
	}

	.p-thanks__btn {
		width: 44vw;
	}

	.p-thanks__ttl {
		font-size: 5.8vw;
		text-align: center;
		line-height: 1.7;
	}

	.p-thanks__txt {
		line-height: 1.9;
		text-align: center;
		font-size: 3.6vw;
	}

	.p-thanks__btn {
		margin: 15vw auto 0;
	}

	.p-thanks__btn a {
		height: 13.5vw;
		font-size: 3.8vw;
	}
}

::-moz-placeholder {
	color: #c8c8c8;
}

::placeholder {
	color: #c8c8c8;
}

.formError .formErrorContent {
	box-sizing: border-box;
}

.formError {
	pointer-events: none;
	display: block;
	position: relative;
	pointer-events: none;
	z-index: 0;
}

.formError::before {
	content: "";
	display: block;
	width: 1px;
	height: 120px;
	margin-top: -120px;
}

@media screen and (max-width: 767px) {
	.formError::before {
		height: 10vw;
		margin-top: -10vw;
	}
}

#trash {
	margin-top: 110px;
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	#trash {
		margin-top: 15vw;
		padding-top: 5vw;
	}
}

#trash .p-block__ttl {
	margin-top: 0;
}

.clear {
	clear: both;
}

/* ------------------------------
clearfix
------------------------------ */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}