@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-XXX */
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.min {
	font-family: "Noto Serif JP", serif;
}
.en {
	font-family: "Poppins", sans-serif;
}
.content {
	margin: 0 auto;
	max-width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	max-width: 32rem;
	position: relative;
	height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	background-color: #000;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 1rem),calc(100% - 1rem) 100%,0 100%);
}
.comBtn .bgRed {
	background-color: #ce5344;
	color: #fff;
}
ul.comBtn {
	display: flex;
	gap: 0 1rem;
}
ul.comBtn li {
	width: 24.5rem;
}
ul.fixBtn {
	position: fixed;
	right: 0;
	top: 50%;
	width: 6rem;
	display: block;
	transform: translateY(-50%);
	z-index: 80;
}
ul.fixBtn li {
	width: auto;
}
.fixBtn a {
	width: 6rem;
	height: 16rem;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-feature-settings: normal;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	clip-path: polygon(0 0,100% 0,100% 100%,1rem 100%,0 calc(100% - 1rem));
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #000;
		background-color: #fff;
	}
	.comBtn .bgRed:hover {
		color: #ce5344;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		max-width: 31.6rem;
		height: 5rem;
	}
	ul.comBtn {
		display: block;
	}
	ul.comBtn li {
		margin-top: 1rem;
		width: auto;
	}
	ul.fixBtn {
		top: auto;
		bottom: 0;
		width: 100%;
		display: flex;
		gap: 0;
		transform: translateY(0);
		z-index: 80;
	}
	ul.fixBtn li {
		margin: 0;
		width: 50%;
	}
	.fixBtn a {
		max-width: inherit;
		width: 100%;
		height: 4.6rem;
		font-size: 1.4rem;
		letter-spacing: 0;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
		clip-path: none;
	}
}
/*------------------------------------------------------------
	comTxtBox
------------------------------------------------------------*/
.comTxtBox .logo {
	margin: 0 0 3.4rem 1.5rem;
}
.comTxtBox p {
	margin-bottom: 6rem;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.comTxtBox .comBtn {
	margin-left: 1.5rem;
}
@media all and (max-width: 896px) {
	.comTxtBox .logo {
		margin: 0 0 2rem;
		text-align: center;
	}
	.comTxtBox p {
		margin: 0 0 0 -1rem;
		font-size: 1.6rem;
		letter-spacing: 0;
		text-align: center;
	}
	.comTxtBox .comBtn {
		margin: 0 -3rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.3rem;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3rem;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 8rem;
	color: #ce5344;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
.headLine02 .en {
	margin-bottom: 1.2rem;
	color: #000;
	font-size: 4.8rem;
	line-height: 1.2;
	display: block;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 4.2rem;
	}
	.headLine02 .en {
		margin-bottom: 1rem;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.5rem;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 3rem;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	txtLink
------------------------------------------------------------*/
a.txtLink {
	margin-bottom: -0.4rem;
	display: inline-block;
	position: relative;
	padding-bottom: 0.4rem;
	color: #ce5344;
	border-bottom: 1px solid #ce5344;
}
@media all and (min-width: 897px) {
	a.txtLink:hover {
		border-bottom-color: transparent;
	}
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	icoLink
------------------------------------------------------------*/
a.icoLink {
	margin-right: 0.5rem;
	padding-right: 1rem;
	display: inline-block;
	position: relative;
	color: #ce5344;
	background: url(../img/common/ico_blank.png) no-repeat right top 1.1rem/0.8rem auto;
}
a.icoLink:after {
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s;
	border-bottom: 1px solid #ce5344;
	width: calc(100% - 1.1rem);
	height: 0;
	content: "";
}
@media all and (min-width: 897px) {
	a.icoLink:hover:after {
		border-bottom-color: transparent;
	}
}
@media all and (max-width: 896px) {
	a.icoLink {
		padding-bottom: 0.2rem;
		position: relative;
		background-position: right top 0.8rem;
	}
	a.icoLink:after {
		position: absolute;
		left: 0;
		bottom: 0;
		border-bottom: 1px solid #ce5344;
		width: calc(100% - 1.1rem);
		height: 0;
		content: "";
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	margin-bottom: 3.5rem;
	padding: 5rem 16rem 7rem;
	background-color: #fff;
	box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.1);
}
.comBgBox:last-child {
	margin-bottom: 0;
}
.comBgBox h3 {
	margin-bottom: 4rem;
	font-size: 3rem;
	line-height: 1.2;
}
@media all and (max-width: 896px) {
	.comBgBox {
		margin: 0 -2.2rem 2.5rem;
		padding: 3.1rem 2.2rem 5.2rem;
		box-shadow: 0px 1rem 2rem 0px rgba(0, 0, 0, 0.16);
	}
	.comBgBox h3 {
		margin-bottom: 3.5rem;
		font-size: 2rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	cta
------------------------------------------------------------*/
.cta {
	margin: 13rem auto -10rem;
	max-width: 128rem;
	position: relative;
	z-index: 1;
}
.cta > div {
	width: 50%;
	padding: 0 2rem 8rem;
	text-align: center;
	box-sizing: border-box;
	background-color: #f6f7f6;
}
.cta .right {
	background-color: #cfdada;
}
.cta .photo {
	margin-bottom: 0.2rem;
	transform: translateY(-4.1rem);
}
.cta .right .photo {
	margin-bottom: 0.7rem;
	transform: translateY(-3rem);
}
.cta .headLine01 {
	margin-bottom: 2.8rem;
	font-size: 3rem;
	letter-spacing: 0.015em;
}
.cta p {
	margin-bottom: 3.7rem;
	line-height: 2;
	letter-spacing: 0.025em;
}
.cta .comBtn a {
	max-width: 24.5rem;
	letter-spacing: 0.025em;
}
@media all and (max-width: 896px) {
	.cta {
		margin: 5.5rem 1.5rem -10rem;
		display: block;
	}
	.cta > div {
		width: auto;
		padding: 5rem 2rem 4.8rem;
	}
	.cta .photo {
		margin-bottom: 3.4rem;
		transform: translateY(0);
	}
	.cta .right .photo {
		margin-bottom: 3.8rem;
		transform: translateY(0);
	}
	.cta .headLine01 {
		margin-bottom: 2rem;
		font-size: 2.2rem;
	}
	.cta p {
		margin-bottom: 2.5rem;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.cta .comBtn a {
		max-width: 30rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
#main .mailForm .notes {
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
#main .mailForm .red {
	margin-right: 0.1rem;
	color: #cc0000;
}
#main .mailForm table {
	margin-bottom: 2rem;
	width: 100%;
	border-spacing: 0;
}
#main .mailForm table th,
#main .mailForm table td {
	padding: 0.7rem 0;
	text-align: left;
	vertical-align: top;
}
#main .mailForm table th {
	padding-top: 2.2rem;
	width: 25%;
	letter-spacing: 0.02em;
	font-weight: 500;
}
#main .mailForm input[type="text"],#main .mailForm input[type="tel"],#main .mailForm input[type="email"],#main .mailForm textarea {
	width: 100%;
	height: 5rem;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	padding: 1.5rem 2rem;
	box-sizing: border-box;
	border-radius: 0.4rem;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	appearance: none;
	-webkit-appearance: none;
}
#main .mailForm input[type="text"]:focus,#main .mailForm input[type="tel"]:focus,#main .mailForm input[type="email"]:focus,#main .mailForm textarea:focus {
	background-color: #fff;
	border-color: #ccc;
}
#main .mailForm input::placeholder,#main .mailForm textarea::placeholder { 
	color: #ccc;
	opacity: 1; 
}
#main .mailForm input::-ms-input-placeholder,#main .mailForm textarea::-ms-input-placeholder { 
	color: #ccc;
}
#main .mailForm textarea {
	height: 18rem;
	resize: none;
}
#main .mailForm .agree {
	margin-bottom: 4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .mailForm .agree p {
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
#main .mailForm .agree p .icoLink {
	padding-bottom: 0.3rem;
	position: relative;
	background-position: right 0.6rem;
}
#main .mailForm .agree .check {
	width: 22rem;
	padding: 1.5rem;
	border-radius: 0.4rem;
	background-color: #f3f3f3;
	text-align: center;
}
#main .mailForm .agree .check input {
	display: none;
}
#main .mailForm .agree .check input + span {
	display: inline-block;
	padding: 0.1rem 0 0 3rem;
	cursor: pointer;
	background: url(../img/common/check_bg.png) no-repeat left 0.1rem;
}
#main .mailForm .agree .check input:checked + span {
	background-image: url(../img/common/check_on_bg.png);
}
#main .mailForm .submit {
	display: flex;
	justify-content: center;
}
#main .mailForm .submit li {
	margin: 0 1rem;
	position: relative;
}
#main .mailForm .submit input {
	width: 32rem;
	position: relative;
	cursor: pointer;
	height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	font-family: "Noto Serif JP", serif;
	appearance: none;
	-webkit-appearance: none;
	background-color: #000;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0;
	transition: .3s;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 1rem),calc(100% - 1rem) 100%,0 100%);
}
@media all and (min-width: 897px) {
	#main .mailForm .submit li:after {
		position: absolute;
		right: 0.5rem;
		top: calc(100% - 1.1rem);
		height: 1.2rem;
		width: 1px;
		transform: rotate(45deg);
		background-color: #000;
		z-index: 1;
		content: "";
	}
	#main .mailForm .agree p .icoLink:hover:after {
		border-bottom-color: transparent;
	}
	#main .mailForm .submit input:hover {
		color: #000;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	#main .mailForm .notes {
		margin-bottom: 1rem;
		letter-spacing: 0;
	}
	#main .mailForm .red {
		margin-right: 0.2rem;
	}
	#main .mailForm table {
		margin-bottom: 3.7rem;
	}
	#main .mailForm table th,
	#main .mailForm table td {
		padding: 0.6rem 0;
		float: left;
		width: 100% !important;
	}
	#main .mailForm table th {
		padding-top: 2.2rem;
	}
	#main .mailForm input[type="text"],#main .mailForm input[type="tel"],#main .mailForm input[type="email"],#main .mailForm textarea {
		letter-spacing: 0.01em;
		padding: 1.5rem;
	}
	#main .mailForm textarea {
		height: 24rem;
	}
	#main .mailForm .agree {
		margin-bottom: 3rem;
		display: block;
	}
	#main .mailForm .agree p {
		margin-bottom: 1.8rem;
		line-height: 1.7;
		letter-spacing: 0.02em;
		text-align: center;
	}
	#main .mailForm .agree .check {
		width: 100%;
		padding: 1.8rem 2rem 1.9rem 1rem;
	}
	#main .mailForm .agree .check input + span {
		padding-left: 2.8rem;
		background-position: left 0.3rem;
		background-size: 1.8rem auto;
	}
	#main .mailForm .agree .check input:checked + span {
		background-image: url(../img/common/check_on_bg.png);
	}
	#main .mailForm .submit {
		display: block;
	}
	#main .mailForm .submit li {
		margin: 0 0 1rem;
	}
	#main .mailForm .submit input {
		width: 100%;
		margin: 0 auto;
		max-width: 31.5rem;
		height: 5rem;
	}
}