﻿@charset "UTF-8";

#contact {
	
	position: relative;
	padding-top: 14rem;
	padding-bottom: 18rem;
	background: #3D3D3D;
	overflow-x: hidden;

}

#contact:before {

	position: absolute;
	top:  0;
	left: 0;
	content: "";
	width:  100%;
	height: 14rem;
	background: #000;

}

#contact .title {
	
	position: relative;
	height: 18.5rem;
	margin-bottom: 10rem;
	padding-top: 4.2rem;

}

#contact .title:after {

	position: absolute;
	top:   0;
	right: 0;
	z-index: 1;
	content: "";
	width:  100%;
	height: 100%;
	background: #BC9744;
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);

}

#contact .title h2 {
	
	position: relative;
	z-index: 2;
	margin-left: 9.6rem;
	padding-left: 3.1rem;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-size: 6.3rem;
	font-weight: 900;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.18em;

}

#contact .title h2:before {
	
	position: absolute;
	top:  0;
	left: 0;
	z-index: 2;
	content: "";
	display: block;
	width:  2.2rem;
	height: 100%;
	background: #fff;

}

#contact .inner {

  width: 158rem;
  margin: 0 auto;

}

#contact h2 {
	
	position: relative;
	margin-bottom: 12rem;
	margin-left: 4.8rem;
	font-family: bokutoh-ruika, sans-serif;
	font-size: 4.8rem;
	font-weight: 100;
	font-style: normal;
	letter-spacing: 0.18em;

}

#contact h2:before {

	position: absolute;
	top:   0.2rem;
	left: -2.6rem;
	content: "";
	width:  0.6rem;
	height: 11rem;
	height: 0;
	background: #015A80;

}

#contact h2.active:before {

	height: 11rem;
	transition: all 0.4s 0.2s;

}

#contact h2:after {

	position: absolute;
	bottom: 0;
	left:   -4.8rem;
	content: "";
	width:  78rem;
	width: 0;
	height: 0.6rem;
	background: #015A80;

}

#contact h2.active:after {

	width: 78rem;
	transition: all 0.6s 0.6s;

}

#contact form {

	width: 116rem;
	margin: 0 auto;
	
}

#contact form .box {

	margin-bottom: 4rem;

}

#contact form .box p {
	
	position: relative;
	margin-bottom: 0.6rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.18em;

}

#contact form .box p .kome {
	
	display: inline-block;
	margin-left: 0.6rem;
	color: red;
	transform: translateY(0.4rem);

}

#contact form .box input[type="text"] {

	width: 100rem;
	padding: 0.6em;
	font-size: 1.8rem;
	border: 1px solid #ccc;
	border-radius: 3px;

}

#contact form .box textarea {

	width: 116rem;
	height: 16rem;
	padding: 0.6em;
	font-size: 1.8rem;
	border: 1px solid #ccc;
	border-radius: 3px;

}

#contact form .box input[type="checkbox"] {

	transform: scale(1.3);

}

#contact form .box .txt {
	
	font-size: 1.8rem;
	line-height: 1.2;
	color: #fff;
	
}

#contact form .submit_btn {
	
	display: inline-block;
	margin-top: 3rem;
	font-size: 2rem;
	padding: 1.25em;
	font-weight: 600;
	color: #222;
	background: #F6A700;
	border: 0.4rem solid #222;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;

}

#contact label.error {
	
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	color: red;
	
}

/* 確認 */
#contact_confirm {

	padding-top: 6rem;
	padding-bottom: 18rem;
	color: #fff;

}

#contact_confirm .inner {

  width: 158rem;
  margin: 0 auto;

}

#contact_confirm form {

	width: 100rem;
	margin: 0 auto;
	
}

#contact_confirm form .box {

	margin-bottom: 3.6rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.18em;

}

#contact_confirm form .box p {
	
	margin-bottom: 0.4rem;
	color: #fff;

}

#contact_confirm .kakunin {

	margin-bottom: 2rem;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0.18em;

}

.result {

	margin-bottom: 3rem;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0.18em;

}

.done_top {

	display: inline-block;
	padding: 1rem;
	font-size: 2rem;
	color: #fff;
	background: #BC9744;

}


/* MacBook Pro16 */
@media only screen and (max-width: 1728px) {



}


/* MacBook Pro14 */
@media only screen and (max-width: 1512px) {



}


/* 中サイズ */
@media only screen and (max-width: 1366px) {



}


/* MacBook Air */
@media only screen and (max-width: 1280px) {



}


/* iPadPro */
@media only screen and (max-width: 1024px) {

	#contact {
		
		padding-top: 16rem;
		
	}
	
	#contact:before {
		
		height: 16rem;
		
	}
	
	#contact .title {
		
		height: 22rem;
		padding-top: 4.6rem;
	
	}
	
	#contact .title h2 {
		
		margin-left: 9.6rem;
		padding-left: 3.6rem;
		font-size: 7.4rem;
		letter-spacing: 0.12em;
		
	}
	
	#contact .title h2:before {
		
		top:  0;
		left: 0;
		width:  2.2rem;
		height: 100%;
		
	}
	
	#contact .inner {
	
		width: 88%;
	
	}

	#contact form {

		width: 100%;
		
	}

	#contact form .box {

		margin-bottom: 6rem;

	}

	#contact form .box p {
		
		margin-bottom: 1rem;
		font-size: 3rem;
		letter-spacing: 0.12em;

	}

	#contact form .box p .kome {
		
		margin-left: 1rem;
		transform: translateY(0.8rem);

	}

	#contact form .box input[type="text"] {

		width: 130rem;
		padding: 0.6em;
		font-size: 3rem;
		border-radius: 3px;

	}

	#contact form .box textarea {

		width: 130rem;
		height: 28rem;
		padding: 0.6em;
		font-size: 3rem;
		border-radius: 3px;

	}

	#contact form .box input[type="checkbox"] {

		transform: scale(1.3);

	}
	
	#contact form .box .txt {
	
		font-size: 2.8rem;
		line-height: 1.2;
	
	}

	#contact form .submit_btn {
		
		margin-top: 3rem;
		font-size: 3rem;
		padding: 1.25em;
		border: 0.2rem solid #015A80;

	}
	
	/* エラー */
	#contact label.error {
		
		display: block;
		font-size: 3rem;
		font-weight: 600;
		
	}
	
	/* 確認 */
	#contact_confirm {

		padding-top: 12rem;
		padding-bottom: 18rem;

	}

	#contact_confirm .inner {

	  width: 88%;

	}

	#contact_confirm h2 {
		
		margin-bottom: 14rem;
		margin-left: 4.8rem;
		font-size: 6.8rem;
		letter-spacing: 0.18em;

	}

	#contact_confirm h2:before {

		top:   0.2rem;
		left: -3.6rem;
		width:  0.7rem;
		height: 126%;
		height: 0;

	}
	
	#contact_confirm h2.active:before {
	
		height: 126%;
		transition: all 0.4s 1s;
	
	}

	#contact_confirm h2:after {

		bottom: 0;
		left:   -6rem;
		width:  90rem;
		width:  0;
		height: 0.7rem;

	}
	
	#contact_confirm h2.actice:after {
	
		width:  90rem;
		transition: all 0.6s 1.4s;
	
	}

	#contact_confirm form {

		width: 100%;
		
	}

	#contact_confirm form .box {

		margin-bottom: 5rem;
		font-size: 3.6rem;
		letter-spacing: 0.12em;

	}

	#contact_confirm form .box p {
		
		margin-bottom: 0.6rem;

	}

	#contact_confirm .kakunin {

		margin-bottom: 2rem;
		font-size: 3.6rem;
		letter-spacing: 0.12em;

	}

	#contact_confirm form .submit_btn {
		
		margin-top: 3rem;
		font-size: 3.6rem;
		padding: 1.25em;

	}
	
	/* 完了 */
	.result {

		margin-bottom: 4rem;
		font-size: 3.6rem;
		letter-spacing: 0.1em;

	}

	.done_top {

		padding: 1rem;
		font-size: 3.6rem;

	}

}


/* AndroidのＬの横 */
@media only screen and (max-width: 854px) {



}


/* iPad Pro11 */
@media only screen and (max-width: 834px) {



}


/* iPad Air */
@media only screen and (max-width: 820px) {



}


/* iPhone13 miniの横 */
@media only screen and (max-width: 812px) {



}


/* iPad 9th */
@media only screen and (max-width: 810px) {



}


/* iPad */
@media only screen and (max-width: 768px) {



}

/* iPad 6th Mini */
@media only screen and (max-width: 744px) {



}


/* iPhonePlusの横 */
@media only screen and (max-width: 736px) {



}


/* iPhone8の横 */
@media only screen and (max-width: 667px) {



}


/* iPhone5の横 */
@media only screen and (max-width: 568px) {



}


/* AndLoidL */
@media only screen and (max-width: 480px) {

	#contact {
		
		padding-top: 20rem;
		
	}
	
	#contact:before {
		
		height: 20rem;
		
	}
	
	#contact .title {
		
		height: 38rem;
		padding-top: 3.6rem;
	
	}
	
	#contact .title:after {

		-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
		clip-path: polygon(100% 0, 0 0, 0 100%);

	}
	
	#contact .title h2 {
		
		margin-left: 3%;
		padding-left: 5rem;
		font-size: 10.6rem;
		letter-spacing: 0.04em;
		
	}
	
	#contact .title h2:before {
		
		top:  0;
		left: 0;
		width:  3.2rem;
		height: 100%;
		
	}
	
	#contact .inner {

	  width: 88%;

	}

	#contact form {

		width: 100%;
		
	}

	#contact form .box {

		margin-bottom: 8rem;

	}

	#contact form .box p {
		
		margin-bottom: 2rem;
		font-size: 6.4rem;
		letter-spacing: 0.08em;

	}

	#contact form .box p .kome {
		
		margin-left: 1.2rem;
		transform: translateY(1.4rem);

	}

	#contact form .box input[type="text"] {

		width: 100%;
		padding: 1em;
		font-size: 6rem;
		border-radius: 3px;

	}

	#contact form .box textarea {

		width: 100%;
		height: 48rem;
		padding: 1em;
		font-size: 4.8rem;
		border-radius: 3px;

	}

	#contact form .box input[type="checkbox"] {

		transform: scale(1.2) translateY(1rem);

	}
	
	#contact form .box .chk {
	
		display: inline-block;
		margin-left: 2rem;
	
	}
	
	#contact form .box .txt {
	
		font-size: 5rem;
		line-height: 1.2;
	
	}

	#contact form .submit_btn {
		
		margin-top: 3rem;
		font-size: 6rem;
		padding: 1.5em;
		border: 0.2rem solid #015A80;

	}

	#contact .error {
		
		font-size: 6rem;
		
	}
	
	/* エラー */
	#contact label.error {
		
		font-size: 6rem;
		
	}
	
	/* 確認 */
	#contact_confirm {

		padding-bottom: 20rem;
		overflow-x: hidden;

	}

	#contact_confirm .inner {

	  width: 88%;

	}

	#contact_confirm form {

		width: 100%;
		
	}

	#contact_confirm form .box {

		margin-bottom: 8rem;
		font-size: 6.4rem;
		letter-spacing: 0.08em;

	}

	#contact_confirm form .box p {
		
		margin-bottom: 0.6rem;

	}

	#contact_confirm .kakunin {

		margin-bottom: 2rem;
		font-size: 6rem;
		letter-spacing: 0.08em;
		white-space: nowrap;

	}

	#contact_confirm form .submit_btn {
		
		margin-top: 8rem;
		font-size: 6rem;
		padding: 1.25em;

	}
	
	/* 完了 */
	.result {

		margin-bottom: 6rem;
		font-size: 6rem;
		letter-spacing: 0.08em;

	}

	.done_top {

		padding: 1.8rem;
		font-size: 6rem;

	}

}


/* Iphone13 Pro Max */
@media only screen and (max-width: 430px) {



}


/* Iphone12 Pro Max */
@media only screen and (max-width: 428px) {



}


/* iPhonePlus */
@media only screen and (max-width: 414px) {



}


/* iPhone14 Pro */
@media only screen and (max-width: 393px) {



}


/* iPhone12 Pro */
@media only screen and (max-width: 390px) {



}


/* iPhone8 */
@media only screen and (max-width: 375px) {



}


/* Galaxy */
@media only screen and (max-width: 360px) {



}


/* iPhone5 */
@media only screen and (max-width: 320px) {



}