@charset "UTF-8";

@media screen and (min-width: 1033px){
	.page-title{
		margin-bottom: 5.7rem;
	}
}

/* +++横スクロールの設定のためのスタイル+++ */
.wrapper{
    width: 300%;
    height: 100vh;
}

/* +++#sec01+++ */
.message{
	line-height: 2;
}
.form-area{
	max-width: 120rem;
	width: 100%;
	background: rgba(255,255,255,.6);
	backdrop-filter: blur(20px);
	box-shadow: 0 2.1rem 3rem #197CB1;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 2rem;
/*
	padding: 4.5rem 4rem;
*/
	padding: 3.6rem 4rem;
	margin: 2rem auto 0;
}

input,
select,
button,
textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #fff;
	border: none;
}
input[type='text'],
input[type='tel'],
input[type='email']{
	width: 100%;
	height: 4rem;
	display: flex;
	align-items: center;
	padding: 0 .5em;
	border-radius: .6rem;
	font-family: "Noto Sans JP", YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6rem;
}
textarea{
	width: 100%;
	height: 10.6rem;
	line-height: 1.75;
	border-radius: .6rem;
	padding: .5em;
	font-family: "Noto Sans JP", YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6rem;
}

table{
	width: calc(50% - 2rem);
}
th{
	width: 30%;
	text-align: left;
	font-weight: 400;
	color: #000;
	padding: 1rem 0;
}
td{
	width: 70%;
	padding: 1rem 0;
}
.file-check-area{
	margin: 0 0 1rem;
	width: 100%;
	height: 5rem;
	background: rgba(44,104,170,.5);
	border-radius: .6rem;
}
.check-outer{
	width: 2rem;
	height: 2rem;
	border-radius: .4rem;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-right: 1rem;
	border: 1px solid #ddd;
}
.check-outer:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/check-icon01.svg) no-repeat;
	background-size: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.check-outer.checked:before{
	visibility: visible;
	opacity: 1;
}
input[type="checkbox"]{
	width: 100%;
	height: 100%;
}
.privacy-check{
/*
	margin: 2rem 0 2.4rem;
*/
	margin: 1.5rem 0;
}
.check-outer .wpcf7-acceptance{
	visibility: hidden;
}
.wpcf7-spinner{
	display: none;
}
button[type='submit'],
input[type='submit'],
input[type='button']{
	background-color: #fff;
	width: 30rem;
	height: 6.5rem;
	border-radius: 3.4rem;
	color: #008CC5;
	font-family: "Noto Sans JP", YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 2rem;
	margin: 0 auto;
	background-image: url(../images/arrow-sky01.svg);
	background-repeat: no-repeat;
	background-size: 2.4rem auto;
	background-position: right 5.8rem center;
}
input[type='button']{
	padding-right: 0;
	padding-left: 5rem;
	background-color: #ddd;
	margin-top: 2.5rem;
	background-position: left 5.8rem center;
	background-image: url(../images/arrow-sky01-back.svg);
}

#footer .bg-scroll{
	display: none;
}

.wpcf7-not-valid{
	/* box-shadow:
		inset 1px 1px 0 #dc3232,
		inset -1px -1px 0 #dc3232,
		inset -1px 1px 0 #dc3232,
		inset 1px -1px 0 #dc3232; */
	border: 1px solid #dc3232;
	background: #ffeaea;
}
.wpcf7-not-valid-tip{
	font-size: .8em;
	margin-top: .8rem;
	font-weight: 700;
}
.wpcf7-response-output{
	display: none;
}

@media screen and (min-width: 1033px){
	button[type='submit'],
	input[type='submit'],
	input[type='button']{
		padding-right: 3.6rem;
	}
	input[type='button']{
		padding-left: 3.6rem;
		padding-right: 0;
	}
}
.privacy-comment{
	margin-top: 2rem;
}
.privacy-comment a{
	text-decoration: underline;
}
.privacy-comment a:hover{
	opacity: .7;
	text-decoration: none;
}
.wpcf7-list-item{
	height: 100%;
}

@media screen and (min-width: 1033px){
	/* .bread-crumbs{
		margin: min(1rem, 1.714vh) 0 min(4rem, 2vh);
	} */
}


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

/* +++#sec01+++ */
	.message{
		text-align: left;
	}
	.form-area{
		max-width: 100%;
		border-radius: 1.6rem;
		padding: 2rem;
	}


	input[type='text'],
	input[type='tel'],
	input[type='email']{
		width: 100%;
		height: 4rem;
		border-radius: .4rem;
		font-size: 1.4rem;
	}
	textarea{
		width: 100%;
		height: 18rem;
		border-radius: .4rem;
		font-size: 1.4rem;
	}
	form>.s-between{
		display: block;
	}

	table,
	tbody,
	tr,
	th,
	td{
		display: block;
		width: 100%;
	}
	tr{
		padding: 0 0 2.4rem;
	}
	th{
		padding: 0 0 1.2rem;
	}
	td{
		padding: 0;
	}
	.file-check-area{
		margin: 0 0 2.4rem;
		width: 100%;
		height: auto;
		padding: 1.6rem;
		border-radius: .4rem;
	}
	.check-outer{
		width: 1.6rem;
		height: 1.6rem;
		border-radius: .2rem;
		margin-right: 0;
		margin-top: .4rem;
	}
	.file-check-area label{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		line-height: 1.5;
	}
	.file-check-area label>span{
		display: block;
		width: calc(100% - 2.4rem);
	}
	.privacy-comment{
		text-align: left;
		line-height: 1.5;
	}
	.privacy-check{
		margin: 1.2rem 0 3.6rem;
	}
	.privacy-check .check-outer{
		margin-right: .8rem;
	}
	button[type='submit'],
	input[type='submit'],
	input[type='button']{
		width: 22rem;
		height: 5rem;
		border-radius: 2.5rem;
		font-size: 1.6rem;
		padding-right: 1.8rem;
		background-size: 1.8rem auto;
		background-position: right 2.5rem center;
	}
	input[type='button']{
		padding-right: 0;
		padding-left: 1.8rem;
		background-position: left 2.5rem center;
	}

}





/*----- 寺井リサイズ調整 */
/* @media screen and (max-width: 1100px),
screen and (min-width: 1380px){ */
/* @media screen and (min-width: 1380px){ */
@media screen and (min-width: 1032px){

	.message{
		margin-bottom: 2rem;
	}
	.form-area{
		margin-top: 0;
		height: calc(100% - (var(--title-bread-height) + 6.4rem + 2rem));
	}

	.form-area .wpcf7{
		height: 100%;
	}
	.form-area form{
		height: 100%;
	}
	.file-check-area{
		height: 4rem;
	}

	.contact-table{
		height: calc(100% - (5rem + 3.6rem + 5rem + 6.5rem));
	}
	.contact-table > table,
	.contact-table > table > tbody{
		height: 100%;
	}
	.contact-table tr{
		height: calc(100% / 4);
	}
	.contact-table th,
	.contact-table td{
		padding: 0;
	}
	.contact-table > table:nth-of-type(2) tr:nth-of-type(3){
		height: calc((100% / 4) * 2);
	}

}



/*----- 確認画面用 */
.Confirm th{
	font-weight: 700;
}
.Confirm .cf7msm-ro{
	color: #000;
}



/*----- 完了画面用 */
.Send .button01{
	margin-left: auto;
	margin-right: auto;
}