@charset 'UTF-8';
body {
	position:relative;
	height:100%;
	font-weight:400;
	background: #1EBBDC;
	background: linear-gradient(15deg,rgba(30, 187, 220, 1) 0%, rgba(131, 195, 111, 1) 50%, rgba(227, 116, 85, 1) 100%);
}
.pankuzu,
.fa-home:before,
.pankuzu li a {
	color:#fff;
}
.pankuzu li:nth-child(n+2):before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.title-01._common {
	color:#fff;
    font-size: min(3.75vw, 5rem);
	font-weight:900;
	text-align:center;
	margin-block-start:40px;
}
.section01 {
	color:#fff;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(100% - 4rem, var(--width, 1200px));
	margin:auto;
	text-align:center;
}
.logo img {
	margin-inline:auto;
	margin-block-end:20px;
}
.coming-soon {
	font-weight: 900;
    font-size: min(3.75vw, 5rem);
	margin-block-end:40px;
}
@media screen and (max-width: 834px){
	.coming-soon {
    	font-size: min(5.4vw, 5.4rem);
	}
}
.section01 pre {
    font-size: min(1.5vw, 1.5rem);
	line-height:2;
}
@media screen and (max-width: 834px){
	.section01 pre {
	    font-size: min(2vw, 2rem);
	}
}
@media screen and (max-width: 640px){
	.section01 pre {
	    font-size: min(2.8vw, 2.8rem);
	}
}
.section01 .wrap {
	margin-block-start:40px;
	gap:20px;
	place-items: center;
}
@media screen and (max-width: 540px){
	.section01 .wrap {
		    grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.section01 .wrap .block a {
	display: inline-block;
	max-width:400px;
	min-width:300px;
	min-height:94px;
	border:1px solid #fff;
	padding:10px 30px;
}
@media screen and (max-width: 834px){
	.section01 .wrap .block a {
		min-width:240px;
	}
}
@media screen and (max-width: 540px){
	.section01 .wrap .block a {
		min-width:300px;
	}
}
.section01 .wrap .block._tel {
    margin-inline-start: auto;
}
@media screen and (max-width: 540px){
	.section01 .wrap .block._tel {
		margin-inline-end: auto;
	}
}
.section01 .wrap .block._tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
	gap:0;
}
.section01 .wrap .block._tel a span {
	font-size: min(3vw, 3rem);
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
}
@media screen and (max-width: 1200px){
	.section01 .wrap .block._tel a span {
		font-size: min(2.4vw, 2.4rem);
	}
}
@media screen and (max-width: 1000px){
	.section01 .wrap .block._tel a span {
		font-size: min(2.8vw, 2.8rem);
	}
}
@media screen and (max-width: 834px){
	.section01 .wrap .block._tel a span {
		font-size: min(4vw, 3.4rem);
	}
}
@media screen and (max-width: 540px){
	.section01 .wrap .block._tel a span {
		font-size: min(6vw, 6rem);
	}
}
.section01 .wrap .block._mail {
    margin-inline-end: auto;
}
@media screen and (max-width: 540px){
	.section01 .wrap .block._mail {
		margin-inline-start: auto;
	}
}
.section01 .wrap .block._mail a {
	font-size: min(2.4vw, 2.4rem);
	line-height: 1.1;
	font-weight:500;
	display: flex;
	align-items: center;
	justify-content:center;
}
@media screen and (max-width: 1200px){
	.section01 .wrap .block._mail a {
		font-size: min(1.8vw, 1.8rem);
	}
}
@media screen and (max-width: 1000px){
	.section01 .wrap .block._mail a {
		font-size: min(2.1vw, 2.1rem);
	}
}
@media screen and (max-width: 834px){
	.section01 .wrap .block._mail a {
		font-size: min(3vw, 2.6rem);
	}
}
@media screen and (max-width: 540px){
	.section01 .wrap .block._mail a {
		font-size: min(4.8vw, 4rem);
	}
}
.section01 .wrap .block._mail a img {
	display:inline;
	vertical-align:middle;
	padding-inline-end:10px;
}
@media screen and (max-width: 834px){
	.section01 .wrap .block._mail a img {
		width:48px;
	}
}

.footer {
	display:none;
}


.contact7 dt {
	background:rgba(255,255,255,.4);
}
.contact7 dd {
	background:rgba(255,255,255,.3);
}
.contact7 dt,
.contact7 dd {
	border:1px solid #fff;
}
.policy-text2,
.policy-text2 a {
	color:#fff !important;
	text-align:center;
	padding-block:20px;
}
p.btn_contact7 input {
	color: #fff;
	border: 1px solid #fff;
}
.contact7 .must {
	background: #df7756;
}

.policy-text,
.policy-title {
	color:#fff;
	font-weight:500;
}
.policy-title {
    border-bottom: 1px solid #fff;
}

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

}