@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* 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;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.helvetica {
	font-weight: 700;
	font-family: "helvetica-lt-pro", sans-serif;
}
.neue {
	font-weight: 700;
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
}
.min {
	font-family: YakuHanMP, "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40rem;
	background: url(../img/entry/page_img.jpg) no-repeat center center / cover;
}
@media all and (max-width: 896px) {
	.pageTitle {
		min-height: 17.4rem;
		background-image: url(../img/entry/page_img_sp.jpg);
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	position: relative;
	margin: 0 auto;
	max-width: 120rem;
}
@media all and (max-width: 896px) {
.content {
	padding: 0 1.9rem;
	max-width: 100% !important;
}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-top: 2.5rem;
	text-align: center;
}
.headLine01 .en {
	font-size: 7.7rem;
	letter-spacing: 0.044em;
	background: linear-gradient(to right,rgba(255,146,2, 1) 3%, rgba(235,92,0, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	line-height: 1.1;
}
.headLine01 .jp {
	position: relative;
	padding: 0 1rem;
	margin: 0 auto;
	width: fit-content;
	display: block;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
.headLine01 .jp::after {
	width: 3rem;
	height: 0.2rem;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	z-index: 1;
}
.headLine01 .jp::before {
	width: 3rem;
	height: 0.2rem;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 1;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-top: 0;
	}
	.headLine01 .en {
		font-size: 4rem;
		letter-spacing: 0.03em;
	}
	.headLine01 .jp {
		padding: 0 0.6rem;
		font-size: 0.95rem;
	}
	.headLine01 .jp::after {
		width: 1.55rem;
		height: 1px;
	}
	.headLine01 .jp::before {
		width: 1.55rem;
		height: 1px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.5rem;
	position: relative;
	padding-bottom: 1.5rem;
	text-align: center;
}
.headLine02::after {
	position: absolute;
	width: 3rem;
	height: 0.5rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	z-index: 1;
	background: linear-gradient(to right,rgba(255,146,2, 1) 30%, rgba(235,92,0, 1) 100%);
}
.headLine02 .jp {
	display: block;
	font-weight: 600;
	font-size: 1.6rem;
}
.headLine02 .en {
	display: block;
	font-size: 5.2rem;
	line-height: 1.3;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1.7rem;
		padding-bottom: 0.6rem;
	}
	.headLine02::after {
		width: 1.5rem;
		height: 0.3rem;
	}
	.headLine02 .jp {
		font-size: 0.8rem;
	}
	.headLine02 .en {
		font-size: 2.57rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.headLine03 .num {
	font-size: 7.6rem;
	color: #fff;
	letter-spacing: 0.044em;
	line-height: 1;
}
.headLine03 .jp {
	padding-left: 2rem;
	flex: 1;
	font-size: 2.7rem;
	letter-spacing: 0.1em;
	background: linear-gradient(to right,rgba(255,146,2, 1) 3%, rgba(235,92,0, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	line-height: 1.22;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 0.5rem;
	}
	.headLine03 .num {
		font-size: 1.68rem;
	}
	.headLine03 .jp {
		margin-bottom: 0.2rem;
		padding-left: 1rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 1.1rem 0 5.8rem;
}
#pagePath li {
	display: inline-block;
}
#pagePath li:not(:last-child) {
	padding-right: 1rem;
	margin-right: 1rem;
	background: url(../img/common/icon04.png) no-repeat right center / 1rem;
}
#pagePath li,
#pagePath a {
	font-size: 1.4rem;
}
#pagePath a {
	margin-right: 1.5rem;
}
#pagePath a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0.8rem 0 2.8rem;
	}
	#pagePath li:not(:last-child) {
		padding-right: 0.7rem;
		margin-right: 0.7rem;
		background-size: 0.7rem auto;
	}
	#pagePath li,
	#pagePath a {
		font-size: 0.9rem;
	}
	#pagePath a {
		margin-right: 1rem;
	}
}
/*------------------------------------------------------------
	comBtnUl
------------------------------------------------------------*/
.comBtnUl li {
	width: 50%;
	border: 1px solid #000;
	border-top: 0;
}
.comBtnUl a {
	padding: 4.2rem 1rem 4rem;
	text-align: center;
	display: block;
	background-color: #EB5C02;
}
.comBtnUl .en {
	color: #fff;
	font-size: 3.8rem;
	line-height: 0.9;
	letter-spacing: 0.044em;
}
.comBtnUl .jp {
	margin: 0 auto;
	width: fit-content;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
}
.comBtnUl a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtnUl {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 8;
	}
	.comBtnUl li {
		width: 50%;
		border: 0;
	}
	.comBtnUl li:first-of-type {
		border-right: 1px solid #000;
	}
	.comBtnUl a {
		padding: 1.1rem 1rem 1rem;
	}
	.comBtnUl .en {
		font-size: 2.1rem;
	}
	.comBtnUl .jp {
		font-size: 0.8rem;
	}
}
/*------------------------------------------------------------
	pageMv
------------------------------------------------------------*/
.pageMv {
	position: relative;
	aspect-ratio: 1400/650;
	line-height: 1;
}
.pageMv .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pageMv video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pageMv .content {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	max-width: 116rem;
	width: 100%;
	transform: translate(-50%,-50%);
}
.pageMv h2 {
	margin-left: auto;
	width: 34.9rem;
}
.pageMv .notes {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	max-width: 120rem;
	font-size: 1.4rem;
	width: 100%;
	line-height: 1.5;
	transform: translateX(-50%);
	color: #fff;
}
@media all and (max-width: 896px) {
	.pageMv .content {
		max-width: 100%;
	}
	.pageMv h2 {
		margin-right: 1.2rem;
		width: 9.5rem;
	}
	.pageMv .notes {
		bottom: 0.5rem;
		padding: 0 3rem;
		max-width: 100%;
		font-size: 0.37rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 7rem auto 0;
	width: 45rem;
}
.comBtn a {
	padding: 2rem 0.5rem 1.3rem;
	display: block;
	text-align: center;
	color: #fff !important;
	background: linear-gradient(to right,rgba(255,146,2, 1) 30%, rgba(235,92,0, 1) 100%);
	border-radius: 5rem;
}
.comBtn .en {
	font-size: 5.2rem;
	display: block;
	line-height: 0.85;
}
.comBtn .jp {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
}
.comBtn .txt {
	font-size: 2.6rem;
	font-weight: 600;
}
.comBtn a:hover {
	opacity: 0.7;
}
.comBtn01 {
	margin-top: 7.3rem;
}
.comBtn01 a {
	padding: 2.9rem 0.5rem 3.2rem;
}
@media all and (max-width: 896px) {
	.comBtn {
		margin-top: 1rem;
		width: 22.5rem;
	}
	.comBtn a {
		padding: 1rem 0.5rem 0.7rem;
	}
	.comBtn .en {
		font-size: 2.56rem;
	}
	.comBtn .jp {
		font-size: 0.8rem;
	}
	.comBtn .txt {
		font-size: 1.3rem;
	}
	.comBtn01 {
		margin-top: 6rem;
	}
	.comBtn01 a {
		padding: 1.5rem 0.5rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm {
	margin: 0 auto;
	max-width: 100rem;
}
.mailForm .title {
	margin-bottom: 6.1rem;
	text-align: center;
	line-height: 2.5;
}
.mailForm table {
	margin-bottom: 6.5rem;
	width: 100%;
	border-collapse: collapse;
}
.mailForm th,
.mailForm td {
	padding: 1.8rem 0.5rem 1.9rem 0.5rem;
	font-size: 1.6rem; 
	font-weight: 400;
	line-height: 1.5;
	word-break: break-all;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #F2F2F2;
}
.mailForm th {
	padding: 2.2rem 0.5rem 1.9rem 5.8rem;
	width: 27.5%;
}
.mailForm th {
	font-size: 1.8rem;
}
.mailForm th .must {
	margin-left: 2rem;
	display: inline-block;
	width: 6.2rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 1rem;
	letter-spacing: 0.1em;
	background: linear-gradient(57.33deg, rgba(227, 69, 8, 1) 0%, rgba(255, 137, 11, 1) 2.62%, rgba(227, 69, 8, 1) 100%);
}
.mailForm th .ttl {
	min-width: 7.2rem;
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
}
.mailForm select,
.mailForm textarea,
.mailForm input[type="text"],
.mailForm input[type="email"],
.mailForm input[type="tel"] {
	padding: 0.3rem 1.3rem;
	width: 42.3rem;
	height: 3.8rem;
	color: #1A1A1A;
	font-size: 1.8rem; 
	font-weight: 400;
	border-radius: 0.5rem;
	border: 1px solid #000;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; 
}
.mailForm textarea {
	padding: 1rem 1.3rem;
	width: 62rem !important;
	height: 19.3rem;
	resize: vertical;
}
.mailForm select {
	background: #fff url(../img/common/icon01.png) no-repeat right 1rem top calc(50% + 0.2rem) / 1.6rem;
}
#main .mailForm input::placeholder,
#main .mailForm input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
#main .mailForm textarea::placeholder,
#main .mailForm textarea::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.mailForm tr:last-of-type th,
.mailForm tr:last-of-type td {
	padding-bottom: 0;
	border-bottom: 0;
}
#main .mailForm .submit li {
	margin: 0 auto 2rem;
	width: fit-content;
}
#main .mailForm .submit li:last-child {
	margin-bottom: 0 !important;
}
#main .back a,
#main .mailForm .submit input {
	margin: 0 auto;
    width: 45rem;
    padding: 3.1rem 0.5rem;
    text-align: center;
	color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
	letter-spacing: 0.05em;
    background: linear-gradient(90deg, rgba(254,154,4,1) 0%, rgba(235,91,2, 1) 100%);
	border-radius: 4.9rem;
	box-shadow: none;
	box-sizing: border-box;
    border: 0;
	display: block;
	cursor: pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	transition: .3s;
}
.mailForm .wpcf7-list-item {
	margin: 0 5.5rem 0 0;
}
.mailForm input[type="radio"] {
	display: none;
}
.mailForm input[type="radio"] ~ span {
	padding: 0.7rem 0 0 3.2rem;
	display: inline-block;
	font-size: 1.8rem;
	background: url(../img/common/radio_img01.png) no-repeat left top calc(50% + 0.3rem)/ 2.4rem;
	cursor: pointer;
}
.mailForm input[type="radio"]:checked ~ span {
	background-image: url(../img/common/radio_img02.png);
}
.mailForm textarea:-webkit-autofill,
.mailForm input:-webkit-autofill {
	-webkit-text-fill-color: #1A365D;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.mailForm.confirm select,
.mailForm.confirm input[type="text"],
.mailForm.confirm input[type="email"],
.mailForm.confirm input[type="tel"],
.mailForm.confirm textarea {
	color: #000 !important;
	opacity: 1;
	background-color: #ccc !important;
	cursor: default;
}
.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 1000px #ccc !important;
}
.mailForm.confirm input[type="radio"] ~ span {
	opacity: 0.7;
	cursor: default;
	pointer-events: none;
}
.mailForm .submit {
	position: relative;
}
.mailForm .wpcf7-spinner {
	margin: 2rem 0 0;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}
#main .back a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .mailForm .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mailForm {
		max-width: 100%;
	}
	.mailForm .title {
		margin-bottom: 3rem;
		text-align: left;
		line-height: 2.1;
	}
	.mailForm table {
		margin-bottom: 3.1rem;
	}
	.mailForm th,
	.mailForm td {
		padding: 0.8rem 1.5rem 1.5rem;
		display: block;
		width: 100% !important;
		font-size: 1.2rem; 
		font-weight: 400;
		line-height: 1.5;
	}
	.mailForm th {
		padding: 0.7rem 1.5rem 0;
	}
	.mailForm th {
		font-size: 1.2rem;
		border-bottom: 0;
	}
	.mailForm th .must {
		margin-left: 1.5rem;
		width: 4.8rem;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
	}
	.mailForm th .ttl {
		min-width: 4.8rem;
	}
	.mailForm select,
	.mailForm textarea,
	.mailForm input[type="text"],
	.mailForm input[type="email"],
	.mailForm input[type="tel"] {
		padding: 0.5rem 1.7rem;
		width: 100%;
		height: 4.6rem;
		font-size: 1.2rem; 
		border-radius: 0.5rem;
	}
	.mailForm textarea {
		width: 100% !important;
		height: 11.6rem;
	}
	.mailForm select {
		background-size: 0.9rem auto;
		background-position: right 1.3rem top calc(50% + 0.2rem);
	}
	#main .back a,
	#main .mailForm .submit input {
		width: 22.5rem;
		padding: 1.55rem 0.5rem;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.mailForm input[type="radio"] ~ span {
		padding: 1.4rem 0 0.2rem 3rem;
		font-size: 1.5rem;
		background-size: 2.2rem auto;
		background-position: left top calc(50% + 0.5rem);
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}