@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
	background-color: #000;
	position: relative;
	margin: 0;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

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

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

#header {
	width: 100%;
	background: #009541;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header ul {
	width: 100%;
	justify-content: space-between;
	max-width: 1000px;
	align-items: center;
}

#header ul li {
	list-style-type: none;
	width: 20%;
	border-right: #FFF 1px solid;
}

#header ul li:last-child {
	border-right: none;
}

#header ul li a {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-align: center;
}

#gn {
	margin: 0 auto;
	width: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
}

@media only screen and (max-width:640px) {
	#header {
		width: auto;
		background: none;
		padding: 0 0 0 4%;
		position: relative;
		top: 0;
		left: 0;
		z-index: 50;
		height: 0px;
	}

	#gn {
		display: none;
		height: 0;
		line-height: 0;
	}

	.pc {
		display: none;
	}
}

#wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

@media only screen and (max-width:640px) {
	#wrapper {
		width: 96%;
	}
}

div.top {
	display: flex;
	flex-wrap: wrap;
}

div.top img {
	display: block;
	width: 50%;
}

div.top h1 {
	display: block;
	width: 100%;
	text-align: center;
	color: #67ff34;
	text-shadow: 0 0 10px #4cff11, 0 0 15px #4cff11;
	padding: 20px;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0;
	animation: flashing 1.5s ease-in-out infinite alternate;
}

@keyframes flashing {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

a.check {
	position: fixed;
	top: 50px;
	right: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 10px 0 0 10px;
	text-decoration: none;
	background-color: #F6F296;
	color: #000;
	font-weight: bold;
	font-size: 1.15rem;
	padding: 1em;
}

a.check:hover {
	background-color: #67DB50;
}

a.check i {
	font-size: 3rem;
	padding-right: 0.25em;
}

@media only screen and (max-width:769px) {
	a.check {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-size: 0.8rem;
		top: auto;
		bottom: 20%;
		padding: 0.8em 0 0.8em 0.5em;
		text-align: left;
		z-index: 999;
	}

	a.check i {
		padding: 0 0 0.25em 0;
		font-size: 2rem;
	}
}


section:nth-of-type(odd) {
	background-color: #FFF;
	border-radius: 15px;
	padding: 1rem;
	box-sizing: border-box;
	margin: 3rem auto 5rem auto;
	color: #009541;
}

section:nth-of-type(even) {
	color: #FFF;
	margin: 3rem auto 5rem auto;
}

h2 {
	text-align: center;
	margin: 0.5em 0 1em 0;
	padding: 0;
	font-size: 1.8rem;
}

section:nth-of-type(even) h2 {
	color: #34C901;
}


ul.sample {
	width: 100%;
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.sample li {
	width: 25%;
	text-align: center;
}

@media only screen and (max-width:640px) {
	ul.sample li {
		width: 50%;
	}

	ul.sample li p {
		margin: 0.25em auto 1em auto;
	}
}

ul.sample li img,
ul.merit li img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}


ul.merit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

ul.merit li {
	width: 32%;
	background-color: #FFF;
	padding: 1em;
	color: #009541;
	box-sizing: border-box;
}

ul.merit li h3 {
	text-align: center;
	font-size: 1.8rem;
	margin: 0.25em 0;
	padding: 0;
}

@media only screen and (max-width:640px) {
	ul.merit li {
		width: 100%;
		text-align: center;
	}

}

div.okugai {
	width: 100%;
	height: 100%;
	max-width: 1000px;
	max-height: 400px;
	aspect-ratio: 10 / 4;
	margin: 1rem auto;
	height: fit-content;
	background: url('../images/before.jpg');
	background-size: contain;
}

div.okugai:hover {
	background: url('../images/after.jpg');
	aspect-ratio: 10 / 4;
	background-size: contain;
}

div.okugaip {
	width: 92%;
	margin: 1rem auto 3rem auto;
}

div.okugaip p:first-of-type {
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
}

div.tatemono {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	margin-bottom: 3rem;
}

div.tatemono img {
	width: 100%;
	height: 100%;
	max-width: 1000px;
	max-height: fit-content;
}

div.tatemono p {
	width: 92%;
}

div.tatemono p:first-of-type {
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
}


ul.samplebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

ul.samplebox li {
	width: 33%;
	margin-bottom: 5px;
}

ul.samplebox li a {
	display: block;
	width: 100%;
}


.qa-1 {
	width: 100%;
	max-width: 800px;
	margin-bottom: 7px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	background-color: #FFF;
	margin: 1rem auto;
}

.qa-1 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em 1em 3em;
	font-weight: 600;
	cursor: pointer;
	color: #009541;
}

.qa-1 summary::before,
.qa-1 p::before {
	position: absolute;
	left: 1em;
	font-weight: 600;
	font-size: 1.3em;
}

.qa-1 summary::before {
	color: #75bbff;
	content: "Q";
}

.qa-1 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #333333b3;
	border-right: 3px solid #333333b3;
	content: '';
	transition: transform .5s;
}

.qa-1[open] summary::after {
	transform: rotate(225deg);
}

.qa-1 p {
	position: relative;
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: .3em 3em 1.5em;
	color: #333;
	transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
	transform: none;
	opacity: 1;
}

.qa-1 p::before {
	color: #ff8d8d;
	line-height: 1.2;
	content: "A";
}

.forms {
	width: 100%;
	max-width: 800px;
	padding-bottom: 2rem !important;
}

.formTable {
	margin: 1rem auto;
	width: 100%;
	max-width: 800px;
}

.formTable .md {
	width: 15em;
}

.formTable .lg {
	width: 30em;
}

.center {
	text-align: center;
}

.formTable tr {
	padding-bottom: 1.25em;
}

.formTable th {
	text-align: end;
	padding-right: 1em;
}


.formTable th span {
	font-size: 0.8em;
	padding: 0 0.5em;
}

input.kakunin {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	margin: 0 auto;
	padding: .9em 2em;
	border: 2px solid #34C901;
	border-radius: 25px;
	background-color: #F6F296;
	color: #000;
	font-weight: 600;
	font-size: 1em;
}

input.kakunin:hover {
	background-color: #34C901;
}

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

	.formTable tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 0.5em;
		padding-bottom: 0;
	}

	.formTable th {
		text-align: left;
	}

	.formTable th,
	.formTable td,
	.formTable .md,
	.formTable .lg {
		width: 100%;
	}
}

/* footer */
#footer_t2 {
	text-align: center;
	background-color: #009541;
	color: #FFF;
	padding: 1.25rem;
	width: 100%;
}

#footer_t2 p {
	padding: 0;
	margin: 0;
}

@media only screen and (max-width:640px) {
	#footer_t2 p {
		font-size: 0.7em;
	}
}

/* 確認画面 */
#formWrap {
	height: 100%;
	min-height: calc(100vh - 64px);
	display: flex;
	align-items: center;
}


h3.kakunin {
	text-align: center;
}

.formTable td {
	color: #000;
	font-size: 1.1em;
}

.sbtn {
	display: flex;
	justify-content: space-evenly;
}

form input[type="submit"],
form input[type="reset"],
form input[type="button"],
a.modoru {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	margin: 0 auto;
	padding: .9em 2em;
	border: 2px solid #34C901;
	border-radius: 25px;
	background-color: #F6F296;
	color: #000;
	font-weight: 600;
	font-size: 1em;
}

form input[type="submit"]:hover,
orm input[type="reset"]:hover,
form input[type="button"]:hover,
a.modoru:hover {
	background-color: #34C901;
}

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

	form input[type="submit"],
	form input[type="reset"],
	form input[type="button"],
	a.modoru {
		width: 45%;
	}
}

a.modoru {
	margin: 2rem auto;
	text-decoration: none;
	width: 90%;
}


div.phone{
	margin: 3rem auto;
	width: 80%;
}
@media only screen and (max-width:640px) {
	div.phone{
		width: 100%;
	}	
}

a.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-blockblock;
	vertical-align: middle;
	padding: 1rem 4rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin: 1rem auto;
}

a.btn--tel {
	display: block;
	margin-top: 15px;
	padding: 1rem 0;
	color: #fff;
	background: #094;
	-webkit-box-shadow: 0 5px 0 #008039;
	box-shadow: 0 5px 0 #008039;
}

a.btn--tel i {
	font-size: 2rem;
}

a.btn--tel i.fa-position-left {
	font-size: 3rem;
	left: 2rem;
}

a.btn--tel .number {
	line-height: 1;
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.25rem 2rem;
	letter-spacing: 0;
	color: #094;
	border-radius: 0.5rem;
	background: #fff;
	font-size: 1.8rem;
}

@media only screen and (max-width:640px) {
	a.btn {
		font-size: 0.9rem;
	}
	a.btn--tel i {
		font-size: 1.5rem;
	}
	
	a.btn--tel i.fa-position-left {
		font-size: 1.5rem;
		left: 0.8rem;
	}
	
	a.btn--tel .number {
		font-size: 1.2rem;
	}	
}


.fa-position-left {
	position: absolute;
	top: calc(50% - 0.5em);
	left: 1rem;
}

.fa-position-right {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1rem;
}

div.phone p{
	text-align: center;
}