@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content,
.content02 {
	margin: 0 auto;
	padding: 0 3.2rem;
	max-width: 120rem;
	box-sizing: content-box;
}
.content02 {
	max-width: 80rem;
}
@media all and (max-width: 896px) {
	.content,
	.content02 {
		padding: 0 2rem;
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,.5);
}
.popBox.show {
	opacity: 1;
	visibility: visible;
}
.popBox .popInner {
	padding: 0;
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popBox .subBox {
	margin: auto;
	width: 60rem;
	max-height: 90%;
	position: relative;
	color: #fff;
	display: flex;
}
.popBox .subBox .sub {
	width: 100%;
	padding: 5rem;
	max-height: 100%;
	overflow-y: auto;
	background: #000;
}
.popBox .subBox .close {
	cursor: pointer;
	position: absolute;
	top: -2rem;
	right: -2rem;
	width: 5rem;
}
.popBox .subBox dd li {
	display: flex;
}
.popBox .subBox dd li::before {
	content: "■";
	flex-shrink: 0;
}
.popBox .popInner .photo {
	margin-bottom: 2rem;
}
.popBox .popInner .photo img {
	width: 100%;
}
.popBox .popInner .title {
	font-size: 3rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.33;
}
.popBox .popInner .text {
	font-size: 1.4rem;
	line-height: 1.714;
	margin-bottom: 2rem;
}
.popBox .popInner dt {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1rem;
	color: #000;
	padding: 0.2rem 0.7rem 0.3rem;
	line-height: 1.3;
	background-color: #FFFFFF;
}
.popBox .popInner dd {
	font-size: 1.4rem;
	line-height: 1.714;
}
@media all and (max-width: 896px) {
	.popBox .subBox {
		width: auto;
	}
	.popBox .subBox .sub {
		padding: 2rem;
	}
	.popBox .popInner .title {
		font-size: 2.5rem;
	}
	.popBox .subBox .close {
		top: 2rem;
		right: 2rem;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm dl {
	margin-bottom: 8.4rem;
	color: #fff;
	font-size: 1.4rem; 
	line-height: 1.5;
	word-break: break-all;
	text-align: left;
	box-sizing: border-box;
}
.mailForm dt {
	margin-bottom: 1.6rem;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.mailForm dt .must {
	color: #2AF0EA;
	margin-left: 1.5rem;
}
.mailForm dd {
	margin-bottom: 3.5rem;
}
.mailForm select,
.mailForm textarea,
.mailForm input[type="text"],
.mailForm input[type="email"],
.mailForm input[type="tel"] {
	padding: 0.8rem 1.3rem;
	width: 100%;
	height: 6rem;
	color: #000;
	font-size: 1.4rem; 
	border-radius: 0.5rem;
	border: 1px solid rgba(0,0,0,.15);
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; 
}
.mailForm textarea {
	height: 18rem;
	resize: vertical;
}
.mailForm .submit {
	text-align: center;
}
.mailForm .submit li {
	margin-top: 2rem;
}
.mailForm .submit li input {
	padding-bottom: 0.8rem;
	width: 49rem;
	height: 5.8rem;
	cursor: pointer;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	border-radius: 5rem;
	border: none;
	background: url(../img/common/icon.png) no-repeat right 2rem center #FE2858;
	background-size: 3rem auto;
	appearance: none;
	-webkit-appearance: none;
	letter-spacing: 0.05em;
	-moz-appearance: none; 
}
.mailForm.confirm input[type="text"],
.mailForm.confirm input[type="email"],
.mailForm.confirm input[type="tel"],
.mailForm.confirm textarea {
	color: #000 !important;
	background: #ccc !important;
}
.mailForm.confirm input[type="text"]:-internal-autofill-selected,
.mailForm.confirm input[type="email"]:-internal-autofill-selected,
.mailForm.confirm input[type="tel"]:-internal-autofill-selected,
.mailForm.confirm textarea:-internal-autofill-selected {
    box-shadow: inset 0 0 0 100rem #ccc !important;
}
.mailForm .wpcf7-spinner {
	margin: 1rem auto 0 !important;
    display: block !important;
}
.wpcf7 form .wpcf7-response-output {
	color: #fff;
}
@media all and (min-width: 897px) {
	.popBox .subBox .close:hover,
	.mailForm .submit li input:hover {
		opacity: 0.7;
	}
	.popBox .subBox .close span:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.mailForm select, .mailForm textarea, .mailForm input[type="text"], .mailForm input[type="email"], .mailForm input[type="tel"] {
		height: 5rem;
		font-size: 1.4rem;
	}
	.mailForm dl {
		margin-bottom: 5rem;
	}
	.mailForm .submit li input {
		width: 100%;
		font-size: 2rem;
		max-width: 35rem;
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01{
	margin-bottom: 7.8rem;
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.064em;
}
.headLine01 .en {
	margin-bottom: 1rem;
	display: block;
	font-size: 6.5rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 6.1rem;
		font-size: 1.2rem;
	}
	.headLine01 .en {
		margin-bottom: 0.5rem;
		font-size: 2.4rem;
	}
}


/*------------------------------------------------------------
comLink
------------------------------------------------------------*/
.comLink {
	width: 24.4rem;
	margin: 0 auto;
}
.comLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5.7rem;
	border-radius: 6rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: url(../img/common/icon04.png) no-repeat right 1.5rem center #397684;
	background-size: 3rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}