@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainVisual */
.mainVisual {
	position: relative;
}
.mainVisual .sliderBox {
	position: relative;
	z-index: 2;
	mix-blend-mode: multiply;
	line-height: 0;
}
.mainVisual .sliderBox::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(34,34,34,0.35);
	pointer-events: none;
}
.mainVisual .sliderBox li {
	aspect-ratio: 1440/880;
	overflow: hidden;
}
.mainVisual .sliderBox img {
	max-width: 115%;
	width: 115%;
	height: 100%;
	object-fit: cover;
	transform: translateX(0%);
	transition: transform linear 9s;
}
.mainVisual .sliderBox .active img {
	transform: translateX(-15%);
}
.mainVisual .content {
	position: absolute;
	bottom: 8.8rem;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	max-width: 136rem;
	line-height: 1.45;
}
.mainVisual .title {
	margin: -20px;
	padding: 2rem;
	color: #640000;
	text-shadow: 0 0 2rem #FFF, 0 0 2rem #FFF;
	font-size: 5.6rem;
	font-weight: 600;
	opacity: 0;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: clip-path ease-out 3s,opacity ease-out 1s;
}
.mainVisual .title.active {
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media all and (max-width: 896px) {
	.mainVisual {
		min-height: 100%;
	}
	.mainVisual .sliderBox li {
		aspect-ratio: 375/300;
	}
	.mainVisual .content {
		bottom: 2rem;
	}
	.mainVisual .title {
		font-size: 2.2rem;
		width: fit-content;
	}
}
/* concept */
#main .concept {
	padding: 13.6rem 0 14rem;
}
#main .concept .content {
	max-width: 100rem;
}
#main .concept .text {
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main .concept {
		padding: 5rem 0;
	}
}
/* reason */
#main .reason {
	padding: 13.5rem 0 14rem;
	background: url(../img/common/bg02.png) repeat left top / 144rem 8.8rem;
}
#main .reason .headLine01 .en {
	color: #fff;
}
#main .reason .headLine01 .jp {
	color: #FFEBD5;
}
#main .reason .comTitle {
	margin-bottom: 10rem;
	color: #fff;
}
#main .reason .imgBox {
	align-items: center;
}
#main .reason .imgBox .textBox {
	width: calc(50% - 5.6rem);
}
#main .reason .imgBox .textBox .sub {
	margin-left: auto;
	width: 56.4rem;
}
#main .reason .imgBox .textBox .hTitle {
	margin-bottom: 4rem;
	font-size: 4rem;
	font-weight: 600;
	line-height: 2;
	color: #FFEBD5;
}
#main .reason .imgBox .textBox .text {
	color: #fff;
	line-height: 2;
}
#main .reason .imgBox .photoBox {
	padding: 4rem;
	width: calc(50%);
	border-radius: 0.4rem;
	overflow: hidden;
	background: url(../img/index/reason_photo01.jpg) no-repeat left top / cover;
}
#main .reason .imgBox .photoBox img {
	width: 100%;
	border-radius: 0.4rem;
}
@media all and (max-width: 896px) {
	#main .reason {
		padding: 5rem 0;
	}
	#main .reason .imgBox {
		margin: 0 2rem;
		display: block;
	}
	#main .reason .imgBox .textBox {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .reason .imgBox .textBox .sub {
		margin-left: auto;
		width: auto;
	}
	#main .reason .imgBox .textBox .hTitle {
		margin-bottom: 1rem;
		font-size: 2rem;
	}
	#main .reason .imgBox .photoBox {
		width: auto;
	}
}
/* service */
#main .service {
	padding: 13.6rem 0 12.3rem;
}
#main .service::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/common/bg03.png) repeat left top / 6rem 5.1rem;
	z-index: 2;
}
#main .service .comTitle {
	margin-bottom: 10rem;
}
#main .service .serviceUl {
	gap: 2rem calc(3.25% / 4);
}
#main .service .serviceUl li {
	padding: 2.6rem 2rem 3.2rem;
	width: 19.35%;
	background-color: #640000;
	border-radius: 0.4rem;
}
#main .service .serviceUl .hTitle {
	margin-bottom: 1.8rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	color: #CEB8A3;
	letter-spacing: 0.12rem;
}
#main .service .serviceUl .image {
	margin: 0 auto 2.4rem;
	width: 7.4rem;
}
#main .service .serviceUl .text {
	margin-bottom: 2.4rem;
	color: #FFEBD5;
	line-height: 2;
	min-height: 16.8rem;
}
#main .service .serviceUl .link {
	margin: 0 auto;
	width: 16rem;
	text-align: center;
}
#main .service .serviceUl .link a {
	padding: 0.7rem 0.5rem;
	display: block;
	font-size: 1.6rem;
	color: #CEB8A3;
	border: 1px solid #CEB8A3;
	border-radius: 0.2rem;
}
#main .service .serviceUl .link span {
	padding-right: 1.5rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat right center / 0.7rem;
}
#main .service .serviceUl .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .service {
		padding: 5rem 0;
	}
	#main .service::before {
		background-size: 3rem 2.55rem;
	}
	#main .service .serviceUl {
		display: block;
	}
	#main .service .serviceUl li {
		margin-bottom: 1rem;
		width: auto;
	}
	#main .service .serviceUl li:last-child {
		margin-bottom: 0;
	}
	#main .service .serviceUl .image {
		width: 5rem;
	}
	#main .service .serviceUl .text {
		min-height: fit-content;
	}
	#main .service .serviceUl .link span {
		background-position: right top calc(50% + 1px);
	}
}
/* flow */
#main .flow {
	padding: 15.3rem 0 12.1rem;
}
#main .flow .comTitle {
	margin-bottom: 10rem;
}
#main .flow .flowUl {
	margin-bottom: 6.5rem;
	gap: 2rem 5.45%;
}
#main .flow .flowUl li {
	padding: 1.5rem 2.4rem 2rem;
	width: 29.7%;
	border-radius: 0.4rem;
	position: relative;
	background: url(../img/common/bg01.png) repeat left top / 144rem 20rem;
}
#main .flow .flowUl li::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	mix-blend-mode: multiply;
	background-color: #fff;
	pointer-events: none;
}
#main .flow .flowUl .hTitle {
	margin-bottom: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2.4rem;
}
#main .flow .flowUl .hTitle .en {
	width: fit-content;
	font-size: 3.2rem;
	font-weight: 400;
}
#main .flow .flowUl .hTitle .en .num {
	margin-left: 0.9rem;
	display: inline-block;
	font-size: 4rem;
	font-weight: 500;
	color: #640000;
}
#main .flow .flowUl .hTitle .jp {
	flex: 1;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.12rem;
}
#main .flow .flowUl .text {
	line-height: 2;
}
#main .flow .centerText {
	text-align: center;
	line-height: 2;
}
@media all and (min-width: 897px) {
	#main .flow .flowUl li:not(:nth-child(3n)):before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -4.7rem;
		content: "";
		width: 2.5rem;
		height: 3.2rem;
		background: url(../img/common/icon01.png) no-repeat left top / cover;
	}
}
@media all and (max-width: 896px) {
	#main .flow {
		padding: 5rem 0;
	}
	#main .flow .flowUl {
		margin-bottom: 4rem;
		display: block;
	}
	#main .flow .flowUl li {
		margin-bottom: 1rem;
		padding: 1.5rem 2.4rem 2rem;
		width: auto;
	}
	#main .flow .flowUl li:last-child {
		margin-bottom: 0;
	}
	#main .flow .flowUl .hTitle .en {
		font-size: 2.5rem;
	}
	#main .flow .flowUl .hTitle .en .num {
		font-size: 3rem;
		vertical-align: -0.3rem;
	}
	#main .flow .flowUl .hTitle .jp {
		font-size: 2rem;
	}
}
/* brownBox */
#main .brownBox {
	padding: 13.5rem 0 14rem;
	background: url(../img/index/brown_bg.png) repeat-x left top / 144rem 100%;
}
#main .brownBox .headLine01 .en {
	color: #FFEBD5;
}
#main .brownBox .headLine01 .jp {
	color: #FFEBD5;
}
#main .brownBox .comTitle {
	color: #FFEBD5;
	font-size: 3.2rem;
}
#main .brownBox .message {
	margin: 0 auto;
	max-width: 90rem;
}
#main .brownBox .message .text {
	line-height: 2;
	color: #FFEBD5;
}
#main .brownBox .message .name {
	margin-top: 2.7rem;
	text-align: center;
	color: #FFEBD5;
}
#main .brownBox .message .name span {
	padding-left: 0.7rem;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 600;
}
#main .brownBox .staff {
	margin-top: 8.8rem;
	padding-top: 9rem;
	border-top: 1px solid #ccc;
}
#main .brownBox .staff .comTitle {
	margin-bottom: 6.4rem;
}
#main .brownBox .staff .staffUl {
	gap: 2rem 1.25%;
}
#main .brownBox .staff .staffUl li {
	padding: 1.6rem 1.6rem 3.7rem;
	width: 19%;
	position: relative;
	background: url(../img/common/bg01.png) repeat left top / 144rem 20rem;
	border-radius: 0.4rem;
	overflow: hidden;
}
#main .brownBox .staff .staffUl li::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	mix-blend-mode: multiply;
	background-color: #FFEBD5;
	pointer-events: none;
}
#main .brownBox .staff .staffUl .infoBox {
	margin-bottom: 0.7rem;
	padding-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	color: #640000;
	border-bottom: 1px solid #311303;
}
#main .brownBox .staff .staffUl .infoBox .tag {
	margin-right: 0.8rem;
	display: inline-block;
	padding: 0.1rem 0.8rem 0;
	color: #fff;
	background-color: #640000;
}
#main .brownBox .staff .staffUl .name {
	text-align: right;
	font-size: 3.2rem;
	font-weight: 600;
}
#main .brownBox .staff .staffUl .en {
	position: absolute;
	left: 0;
	bottom: 0.2rem;
	z-index: 1;
	color: #CEB8A3;
	font-size: 2.4rem;
	font-weight: 400;
	mix-blend-mode: multiply;
}
@media all and (max-width: 896px) {
	#main .brownBox {
		padding: 5rem 0;
	}
	#main .brownBox .comTitle {
		font-size: 1.8rem;
	}
	#main .brownBox .message {
		max-width: 100%;
	}
	#main .brownBox .staff .staffUl .infoBox .tag {
		padding-bottom: 1px;
	}
	#main .brownBox .message .name {
		margin-top: 1.5rem;
	}
	#main .brownBox .staff {
		margin-top: 4rem;
		padding-top: 4rem;
	}
	#main .brownBox .staff .staffUl {
		display: block;
	}
	#main .brownBox .staff .staffUl li {
		margin-bottom: 1rem;
		padding: 1.6rem 1.6rem 3.7rem;
		width: auto;
	}
	#main .brownBox .staff .staffUl li:last-child {
		margin-bottom: 0;
	}
}
/* case */
#main .case {
	padding: 15.4rem 0 14rem;
}
#main .case .comTitle {
	margin-bottom: 10rem;
}
#main .case .caseUl {
	gap: 4.4rem 3.5%;
}
#main .case .caseUl li {
	padding: 1.8rem 2.4rem 2.4rem;
	width: 31%;
	background: url(../img/common/bg01.png) repeat left top / 144rem 20rem;
	position: relative;
	border-radius: 0.4rem;
	overflow: hidden;
}
#main .case .caseUl li::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background-color: #FFEBD5;
	pointer-events: none;
	mix-blend-mode: multiply;
}
#main .case .caseUl li .sub {
	position: relative;
	z-index: 2;
}
#main .case .caseUl .hTitle {
	margin-bottom: 1.7rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	color: #640000;
	letter-spacing: 0.12rem;
}
#main .case .caseUl .hTitle .en {
	padding-bottom: 0.2rem;
	margin-bottom: 1.7rem;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	border-bottom: 1px solid #311303;
}
#main .case .caseUl .tag {
	padding: 0 0.8rem;
	margin: 0 auto 0.8rem;
	width: fit-content;
	color: #640000;
	font-size: 1.8rem;
	background: url(../img/common/bg01.png) repeat left top / 144rem 20rem;
}
#main .case .caseUl .tag01 {
	margin-top: 2.3rem;
	color: #fff;
	background: url(../img/common/bg02.png) repeat left top / 144rem 8.8rem;
}
#main .case .caseUl .text {
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main .case {
		padding: 5rem 0;
	}
	#main .case .caseUl {
		display: block;
	}
	#main .case .caseUl li {
		margin-bottom: 1rem;
		width: auto;
	}
	#main .case .caseUl li:last-child {
		margin-bottom: 0;
	}
}
/* company */
#main .company {
	padding: 13.5rem 0 14rem;
}
#main .company .content {
	max-width: 94rem;
}
#main .company .comTitle {
	margin-bottom: 7.7rem;
}
#main .company table {
	width: 100%;
	border-collapse: collapse;
}
#main .company table th,
#main .company table td {
	padding: 2.4rem 0 1.6rem;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	border-bottom: 0.2rem solid rgba(204, 204, 204, 0.93);
	vertical-align: top;
	word-break: break-all;
}
#main .company table th {
	position: relative;
	width: 14.2%;
	font-weight: 600;
}
#main .company table th::after {
	position: absolute;
	bottom: -0.2rem;
	left: 0;
	width: 75%;
	height: 0.2rem;
	background-color: #640000;
	content: "";
	z-index: 1;
}
@media all and (max-width: 896px) {
	#main .company {
		padding: 5rem 0;
	}
	#main .company table th,
	#main .company table td {
		width: 100% !important;
		display: block;
		font-size: 1.4rem;
	}
	#main .company table th::after {
		width: 5rem;
	}
}
/* contact */
#main .contact {
	padding: 13.5rem 0 20rem;
}
#main .contact .content {
	max-width: 94rem;
}
#main .contact .headLine01 {
	margin-bottom: 10rem;
}
#main .contact .comTitle {
	margin-bottom: 11.2rem;
	font-size: 1.6rem;
	text-align: left;
}
#main .contact .stepUl {
	margin-bottom: 4.8rem;
	gap: 2rem 7.45rem;
}
#main .contact .stepUl li {
	min-height: 6rem;
	width: 25rem;
	position: relative;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 600;
	border-radius: 0.2rem;
	transition: .3s;
	background: url(../img/common/bg01.png) no-repeat left top / 144rem 20rem;
}
#main .contact .stepUl li::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 11;
	background-color: #F3F3F3;
	mix-blend-mode: multiply;
	pointer-events: none;
}
#main .contact .stepUl li:not(:last-child)::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5rem;
	width: 2.7rem;
	height: 0.2rem;
	background-color: #640000;
	content: "";
	z-index: 1;
}
#main .contact .stepUl li.on {
	color: #fff;
	background: url(../img/common/bg02.png) no-repeat left top / 144rem 8.8rem;
}
#main .contact .stepUl li.on::after {
	display: none;
}
#main .contact .bg {
	padding: 6.2rem 6.4rem 6.4rem;
	position: relative;
	border-radius: 0.4rem;
	background-color: rgba(204,204,204, 0.15);
}
#main .contact .bg .errorMsg {
	margin-bottom: 4.3rem;
	font-size: 1.6rem;
	font-weight: 600;
}
#main .contact .bg .errorMsg li {
	color: #640000;
}
#main .contact .bg .notes {
	margin-bottom: 4.3rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}
#main .contact .bg .notes span {
	color: #640000;
}
#main .contact table {
	width: 100%;
	border-collapse: collapse;
}
#main .contact table th,
#main .contact table td {
	width: 100%;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
}
#main .contact table th {
	padding-bottom: 1.1rem;
}
#main .contact table th .ico {
	margin-left: 0.6rem;
	display: inline-block;
	font-size: 1rem;
	color: #640000;
	vertical-align: top;
}
#main .contact table td {
	padding-bottom: 3.7rem;
}
#main .contact .mailForm table input[type="text"],
#main .contact .mailForm table input[type="email"], 
#main .contact .mailForm table input[type="tel"],
#main .contact .mailForm table select, 
#main .contact .mailForm table textarea {
	padding: 2.3rem;
	width: 100%;
	display: block;
	height: 6rem;
	color: #311303;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	border-radius: 0.2rem;
	border: 1px solid #CCC;
	box-sizing: border-box;
	box-shadow: none;
	background: url(../img/common/bg01.png) repeat left top / 144rem 20rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#main .contact .mailForm table textarea {
	padding: 2rem 2.3rem;
	height: 20rem;
	resize: vertical;
}
#main .mailForm input::placeholder,
#main .mailForm textarea::placeholder,
#main .mailForm input::-webkit-input-placeholder,
#main .mailForm textarea::-webkit-input-placeholder {
	color: #CCC;
	opacity: 1;
}
#main .contact .mailForm tr:last-child td {
	padding-bottom: 0;
}
#main .mailForm table {
	margin-bottom: 4.8rem;
}
#main .mailForm .centerText {
	margin-bottom: 4.8rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}
#main .mailForm .privacyBox {
	margin-bottom: 4.8rem;
	padding: 1.8rem 2rem 2rem;
	border-radius: 0.2rem;
	background: url(../img/common/bg01.png) repeat left top / 144rem 20rem;
}
#main .mailForm .privacyBox .hTitle {
	margin-bottom: 1.4rem;
	text-align: center;
	color: #640000;
	font-size: 1.6rem;
	font-weight: 600;
}
#main .mailForm .privacyBox p {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2;
}
#main .mailForm .submit li:not(:last-child) {
	margin-bottom: 2rem;
}
#main .mailForm .submit input,
#main .thanksBox .back a {
    width: 100%;
    padding: 1.8rem 0;
    text-align: center;
	color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #311303;
	border-radius: 0.2rem;
	box-shadow: none;
	box-sizing: border-box;
    border: 0;
	cursor: pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	transition: .3s;
}
#main .thanksBox .back a {
	display: block;
}
#main .thanksBox .back a:hover {
	opacity: 0.7;
}
#main .thanksBox .title {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 2rem;
	line-height: 2;
}
@media all and (min-width: 897px) {
	#main .mailForm .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .contact {
		padding: 5rem 0;
	}
	#main .contact .headLine01 {
		margin-bottom: 3rem;
	}
	#main .contact .comTitle {
		font-size: 1.6rem;
	}
	#main .contact .stepUl {
		display: block;
		margin-bottom: 3rem;
	}
	#main .contact .stepUl li {
		margin-bottom: 1rem;
		min-height: 6rem;
		width: auto;
	}
	#main .contact .stepUl li:not(:last-child)::before {
		display: none;
	}
	#main .contact .bg {
		padding: 2.5rem 2rem;
	}
	#main .contact .bg .notes {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
	#main .contact table th,
	#main .contact table td {
		font-size: 1.4rem;
	}
	#main .contact table td {
		padding-bottom: 2.5rem;
	}
	#main .contact .mailForm table input[type="text"],
	#main .contact .mailForm table input[type="email"], 
	#main .contact .mailForm table input[type="tel"],
	#main .contact .mailForm table select, 
	#main .contact .mailForm table textarea {
		padding: 1.5rem !important;
		height: 5rem;
	}
	#main .contact .mailForm table textarea {
		height: 15rem;
	}
	#main .mailForm table {
		margin-bottom: 2.5rem;
	}
	#main .mailForm .centerText {
		margin-bottom: 2.5rem;
	}
	#main .thanksBox .title {
		margin-bottom: 4rem;
		font-size: 1.7rem;
		line-height: 1.7;
	}
}