html {
  scroll-behavior: smooth;
}

*{margin: 0;padding: 0}

body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	min-width: 100%;
}
  
a {
	text-decoration : none;
    outline:none;
	}

ul, ol { list-style : none}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: top;
	}
		
.clear {
	clear: both;
}
	
/* clearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


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

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */	


/*============== ============== お問い合わせ ============== ============== ============== */
	
.oval_rogo {
		width: 10vw;
	margin: 5vw 0 0 5vw;
	}
	
.uc1_form_area {
	line-height: 1.7em;
	text-align: left;
	font-weight: 300;
	padding-bottom: 0vw;
	margin: 7vw auto 10vw;
}

.contact-title {
	font-size: 5vw;
	font-weight: 600;
	text-align: center;
	margin: 3vw 0 2vw;
}
	
	
.contact-subtitle {
	font-family: "Oswald", sans-serif;
	font-size: 4vw;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0vw 0 5vw;
	color: #888;
}
	
.contact_box {
	width: 85vw;
	font-size: 3.4vw;
	font-weight: 400;
	line-height: 1.7em;
	text-align: left;
	border-bottom: solid 1px #212121;
	padding-bottom: 3vw;
	margin: 0 auto 9vw;
}

/*============== ============== フォームレイアウト ============== ============== ============== */
#formWrap {
	width: 85vw;
	margin: 0 auto;
}

dl.formTable{
	text-align:left;
	font-size: 3.7vw;
	border-bottom: solid 1px #212121;
	margin-bottom: 10vw;
}

dl.formTable dd,dl.formTable dt{
	padding: 0;
	margin: 0;
}

dl.formTable dt{
	margin: 0 0 2vw;
	padding: 0;
}

dl.formTable dt span{
	color: #ca0000;
	font-size: 3.4vw;
	margin-left: 2vw;
}

dl.formTable dd{
	margin-bottom: 8vw;
	font-size: 3.5vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
	
.seimei_box {
	}

.seimei {
	border: 2px solid #f1f1f1;
    padding: 3vw;
    background-color: #f1f1f1;
    font-size: 3.6vw;
	width: 37vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	height: 7.8vw;
	}

.textlines {
	border: 2px solid #f1f1f1;
    padding: 3vw;
    background-color: #f1f1f1;
    font-size: 3.7vw;
	height: 7.8vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 78vw;
	}

input[type="text"] {
	background-color: #f1f1f1;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
	background-color: #f1f1f1;
	border: 2px solid #0068b7;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

select {
	padding: 3vw;
    background-color: #f1f1f1;
    font-size: 3.7vw;
	width: 85vw;
	height: 14vw;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	color: #212121;
}
select:invalid {
	color: #bbb;
	-webkit-appearance: none;
	appearance: none;
	}
select option {
	color: #212121;
	font-size: 3.7vw;
	-webkit-appearance: none;
	appearance: none;
	}
select option:first-child {
	color: #bbb;
	-webkit-appearance: none;
	appearance: none;
	}

textarea {
	width: 78vw;
	height: 70vw;
	line-height: 1.6em;
	font-size: 3.7vw;
	border: 2px solid #f1f1f1;
    padding: 3vw;
    background-color: #f1f1f1;
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

input::placeholder,textarea::placeholder {
	color: #b9b9b9;
	}

.select-wrapper {
	position: relative;
	display: inline-block;
     }
.select-wrapper::after {
	content: "▼"; /* 矢印の例 */
	position: absolute;
	top: 50%;
	right: 6vw;
	transform: translateY(-50%);
	pointer-events: none; /* 矢印をクリックしてもselect要素に影響しないようにする */
     }
	
.form_submit_area {
	width: 85vw;
	margin: 0 auto 23vw;
	}

.form_submit {
	background-color: #c1c1c1;
	font-size: 4.3vw;
	width: 75vw;
	height: 18vw;
	color: #fff;
	border: none;
	margin: 5vw auto 23vw;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	display: flex;
	justify-content: center;
	}

.form_submit_area #back {
	width: 75vw;
	height: 18vw;
	border: none;
	background-color: #212121;
	color: #fff;
	font-size: 4.3vw;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	margin-bottom: 10vw;
	}

.form_submit_area #send {
	width: 75vw;
	height: 18vw;
	border: none;
	background-color: #0068b7;
	color: #fff;
	font-size: 4.3vw;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}
	
.check_area {
	width: 85vw;
	margin: 15vw auto;
	line-height: 2em;
	font-weight: 400;
	font-size: 3.4vw;
	}
	
.check_area span {
	font-weight: bold;
	}
	
.check_area a {
	text-decoration: underline;
	color: #0068b7;
	}
	
.kakunin_title {
	margin-bottom: 3vw;
	font-size: 4vw;
	font-weight: 500;
	}
.kakunin {
	padding-bottom: 5vw;
	margin-bottom: 5vw;
	text-align: left;
	border-bottom: solid 1px #000;
	}

.thanks_area {
	width: 85vw;
	margin: 40vw auto 10vw;
	text-align: center;
}

.thanks_txt {
	font-size: 4.7vw;
	font-weight: 500;
	line-height: 1.7em;
	margin-bottom: 5vw;
}

.thanks_txt02 {
	font-size: 3.4vw;
	line-height: 1.7em;
	margin-bottom: 20vw;
}

.thanks_Btn a {
	width: 60vw;
	height: 13vw;
	margin: 0 auto 10vw;
	color: #212121;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #c6c6c6;
	font-size: 3.7vw;
	padding: 0 0 3px;
}

.thanks_Btn a:hover {
	color: #fff;
	border: solid 1px #212121;
	background-color: #212121;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
	
.f_area02 {
	width: 100%;
	background-color: #000;
	padding: 6vw 0;
	text-align: center;
	}
	
.pagetop a {
		width: 100%;
		background-color: #8c8c8c;
		text-align: center;
		padding: 3.5vw 0;
		display: block;
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
	}
	
	.pagetop a img {
		width: 12vw;
	}
	
	.pagetop a:hover {
		background-color: #0068b7;
	}
	
	.f_box {
		width: 80vw;
		margin: 0 auto;
	}
	
	.f_corporate a {
		font-size: 3.4vw;
		color: #fff;
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
	}
	
	.f_corporate a:hover {
		color: #0068b7;
	}
	
	small {
		color: #fff;
		font-size: 3vw;
	}
	
}


@media screen and (min-width:601px) and ( max-width:1024px) {

/*
**  tablet
============== ============== ============== ============== ============== ============== ============== */	


/*============== ============== お問い合わせ ============== ============== ============== */
	
.oval_rogo {
		width: 6vw;
	margin: 4vw 0 0 4vw;
	}
	
.uc1_form_area {
	font-size: 5vw;
	line-height: 1.7em;
	text-align: left;
	font-weight: 300;
	padding-bottom: 0vw;
	margin: 4vw auto 2vw;
	width: 80vw;
}

.contact-title {
	font-size: 3vw;
	font-weight: 600;
	text-align: center;
	margin: 3vw 0 0vw;
}
	
	
.contact-subtitle {
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0vw 0 5vw;
	color: #888;
}
	
.contact_box {
	width: 77vw;
	font-size: 1.9vw;
	font-weight: 400;
	line-height: 1.9em;
	text-align: left;
	border-bottom: solid 1px #212121;
	padding-bottom: 1vw;
	margin: 0 auto 3.5vw;
}


/*============== ============== フォームレイアウト ============== ============== ============== */
#formWrap {
	margin:0 auto;
	width: 77vw;
}

dl.formTable{
	width: 77vw;
	text-align:left;
	font-size: 1.8vw;
	margin:0 auto 5vw;
}

dl.formTable dd,dl.formTable dt{
	padding:1vw 0 1vw;
}

dl.formTable dt{
	margin: 0;
}

dl.formTable dt span{
	color: #ca0000;
	font-size: 1.4vw;
	margin-left: 1vw;
}

dl.formTable dd{
	margin-bottom: 2vw;
}
	
.seimei_box {
	display: flex;
	flex-direction: row;
	}

.seimei {
	border: none;
    padding: 1vw;
    background-color: #f1f1f1;
    font-size: 1.4vw;
	width: 34vw;
	height: 4.5vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0 40px 0 0;
	}

.textlines {
	border: none;
    padding: 1vw;
    background-color: #f1f1f1;
    font-size: 1.8vw;
	width: 75vw;
	height: 4.5vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"] {
	background-color: #f1f1f1;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
	background-color: #f1f1f1;
	border: 2px solid #0068b7;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

select {
	padding: 1vw;
    background-color: #f1f1f1;
    font-size: 1.8vw;
	width: 77vw;
	height: 6.7vw;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	color: #212121;
}
select:invalid {
	color: #bbb;
	-webkit-appearance: none;
	appearance: none;
	}
select option {
	color: #212121;
	font-size: 1.8vw;
	-webkit-appearance: none;
	appearance: none;
	}
select option:first-child {
	color: #bbb;
	-webkit-appearance: none;
	appearance: none;
	}

textarea {
	width: 75vw;
	height: 35vw;
	line-height: 1.6em;
	font-size: 2vw;
	border: none;
    padding: 1vw;
    background-color: #f1f1f1;
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

input::placeholder,textarea::placeholder {
	color: #b9b9b9;
	}

.select-wrapper {
	position: relative;
	display: inline-block;
     }
.select-wrapper::after {
	content: "▼"; /* 矢印の例 */
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	pointer-events: none; /* 矢印をクリックしてもselect要素に影響しないようにする */
     }
	
.form_submit_area {
	width: 85vw;
	margin-bottom: 15vw;
	display: flex;
    justify-content: space-between;
	}

.form_submit {
	background-color: #c1c1c1;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 2.3vw;
	width: 30vw;
	height: 8vw;
	color: #fff;
	border: none;
	margin: 2.5vw auto 15vw;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

.form_submit_area #back {
	width: 30vw;
	height: 10vw;
	border: none;
	background-color: #212121;
	color: #fff;
	font-size: 2.3vw;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

.form_submit_area #send {
	width: 30vw;
	height: 10vw;
	border: none;
	background-color: #0068b7;
	color: #fff;
	font-size: 2.3vw;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}
	
.check_area {
	width: 600px;
	margin: 0 auto;
	line-height: 2em;
	font-weight: 400;
	}
	
.check_area span {
	font-weight: bold;
	}
	
.check_area a {
	text-decoration: underline;
	color: #0068b7;
	}

.thanks_area {
	width: 85vw;
	margin: 30vw auto 20vw;
	text-align: center;
}

.thanks_txt {
	font-size: 2.7vw;
	font-weight: 500;
	line-height: 1.7em;
	margin-bottom: 5vw;
}

.thanks_txt02 {
	font-size: 1.7vw;
	line-height: 1.9em;
	margin-bottom: 20vw;
}

.thanks_Btn a {
	width: 40vw;
	height: 6vw;
	margin: 0 auto 18vw;
	color: #212121;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #c6c6c6;
	font-size: 1.7vw;
	padding: 0 0 3px;
}

.thanks_Btn a:hover {
	color: #fff;
	border: solid 1px #212121;
	background-color: #212121;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
	
.f_area02 {
		width: 100%;
		background-color: #000;
		padding: 2vw 0 2vw;
	}
	
.pagetop a {
		width: 100%;
		background-color: #8c8c8c;
		text-align: center;
		padding: 1.5vw 0;
		display: block;
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
	}
	
	.pagetop a img {
		width: 5vw;
	}
	
	.pagetop a:hover {
		background-color: #0068b7;
	}
	
	.f_box {
		width: 80vw;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	.f_corporate a {
		font-size: 1.6vw;
		color: #fff;
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
	}
	
	.f_corporate a:hover {
		color: #0068b7;
	}
	
	small {
		color: #fff;
		font-size: 1.25vw;
	}
	
}


@media screen and (min-width: 1025px){
/*
** pc
============== ============== ============== ============== ============== ============== ============== */	


/*============== ============== お問い合わせ ============== ============== ============== */
.oval_rogo{
	width: 70px;
	margin: 40px 0 0 040px;
	
	}
	
.uc1_form_area {
	width: 800px;
	margin: 100px auto 100px;
}
	
.contact-title {
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
}
	
.contact-subtitle {
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 25px 0 60px;
	color: #888;
}
	
.contact_box {
	width: 800px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.9em;
	text-align: left;
	border-bottom: solid 1px #212121;
	padding-bottom: 20px;
	margin: 0 auto 60px;
}


/*============== ============== フォームレイアウト ============== ============== ============== */
#formWrap {
	width:800px;
	margin:0 auto;
}

dl.formTable{
	text-align:left;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: solid 1px #000;
}

dl.formTable dd,dl.formTable dt{
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

dl.formTable dt{
	margin: 0 0 5px;
}

dl.formTable dt span{
	color: #ca0000;
	font-size: 13px;
	margin-left: 10px;
}

dl.formTable dd{
	margin-bottom: 40px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
	
.seimei_box{
	display: flex;
	flex-direction: row;
	}

.seimei {
	border: none;
    padding: 16px;
    background-color: #f1f1f1;
    font-size: 16px;
	width: 275px;
	height: 20px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0 40px 0 0;
	}
	
.textlines {
	border: none;
    padding: 16px;
    background-color: #f1f1f1;
    font-size: 16px;
	width: 765px;
	height: 20px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"] {
	background-color: #f1f1f1;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 2px solid #f1f1f1;
	}

input[type="text"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
	background-color: #f1f1f1;
	border: 2px solid #0068b7;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

select {
	padding: 15px;
    background-color: #f1f1f1;
    font-size: 16px;
	width: 800px;
	height: 57px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	color: #212121;
	padding-right: 20px; /* 矢印のスペースを確保 */
}
select:invalid {
	color: #bbb;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	}
select option {
	color: #212121;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	}
select option:first-child {
	color: #bbb;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	}

textarea {
	width: 770px;
	height: 200px;
	line-height: 1.7em;
	font-size: 15px;
	border: 2px solid #f1f1f1;
    padding: 15px;
    background-color: #f1f1f1;
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

input::placeholder,textarea::placeholder {
	color: #b9b9b9;
	}

.select-wrapper {
	position: relative;
	display: inline-block;
     }
.select-wrapper::after {
	content: "▼"; /* 矢印の例 */
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	pointer-events: none; /* 矢印をクリックしてもselect要素に影響しないようにする */
     }
	
.form_submit_area {
	width: 800px;
	margin-bottom: 250px;
	display: flex;
    justify-content: space-between;
	}
	
.form_submit {
	background-color: #c1c1c1;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
	width: 350px;
	height: 80px;
	color: #fff;
	border: none;
	margin: 30px auto 200px auto;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

.form_submit_area #back {
	width: 350px;
	height: 80px;
	border: none;
	background-color: #212121;
	color: #fff;
	font-size: 18px;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

.form_submit_area #send {
	width: 350px;
	height: 80px;
	border: none;
	background-color: #0068b7;
	color: #fff;
	font-size: 18px;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}
	
.check_area {
	width: 600px;
	margin: 0 auto;
	line-height: 2em;
	font-weight: 400;
	}
	
.check_area span {
	font-weight: bold;
	}
	
.check_area a {
	text-decoration: underline;
	color: #0068b7;
	}

.thanks_area {
	width: 800px;
	margin: 200px auto 250px;
	text-align: center;
}

.thanks_txt {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 50px;
}

.thanks_txt02 {
	font-size: 17px;
	line-height: 2em;
	margin-bottom: 80px;
}

.thanks_Btn a {
	width: 320px;
	height: 55px;
	margin: 0 auto;
	color: #212121;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #c6c6c6;
	font-size: 17px;
	padding: 0 0 1px;
}

.thanks_Btn a:hover {
	color: #fff;
	border: solid 1px #212121;
	background-color: #212121;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
	
.f_area02 {
		width: 100%;
		background-color: #000;
		padding: 35px 0;
	}
	
.pagetop a {
		width: 100%;
		background-color: #8c8c8c;
		text-align: center;
		padding: 20px 0;
		display: block;
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
	}
	
	.pagetop a img {
		width: 62px;
	}
	
	.pagetop a:hover {
		background-color: #0068b7;
	}
	
	.f_box {
		width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	.f_corporate a {
		font-size: 16px;
		color: #fff;
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
	}
	
	.f_corporate a:hover {
		color: #0068b7;
	}
	
	small {
		color: #fff;
	}
}