@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: 0;
	position: relative;
}
#main .mainVisual .imgUl {
	line-height: 1;
	font-size: 0;
	overflow: hidden;
}
#main .mainVisual .imgUl img {
	width: 100%;
	animation-timing-function: linear;
	animation-duration: 8600ms;
	animation-fill-mode: forwards;
}
#main .mainVisual .imgUl .animate .tb img {
	animation-name: slide_tb;
}
#main .mainVisual .imgUl .animate .lr img {
	animation-name: slide_lr;
}
#main .mainVisual .imgUl .animate .bt img {
	animation-name: slide_bt;
}
#main .mainVisual .imgUl .animate .rl img {
	animation-name: slide_rl;
}
#main .mainVisual .title {
	color: #fff;
	font-size: 7rem;
	width: 100%;
	position: absolute;
	bottom: 9rem;
	left: 0;
	line-height: 1.67;
	padding: 0 14.3rem;
}
#main .mainVisual .title span {
	display: inline-block;
	vertical-align: top;
	clip-path: inset(0 100% 0 0);
	transition: clip-path cubic-bezier(0.645, 0.045, 0.355, 1) 1400ms;
}
#main .mainVisual .title span:nth-of-type(2) {
	transition-delay: 160ms;
}
#main .mainVisual .title span:nth-of-type(3) {
	transition-delay: 320ms;
}
#main .mainVisual .title.show span {
	clip-path: inset(0 0 0 0);
}
@keyframes slide_tb {
	0% { transform: translate3d(0,-4%,0) scale(1.1); }
	100% { transform: translate3d(0,0,0) scale(1.1); }
}
@keyframes slide_lr {
	0% { transform: translate3d(-4%,0,0) scale(1.1); }
	100% { transform: translate3d(0,0,0) scale(1.1); }
}
@keyframes slide_bt {
	0% { transform: translate3d(0,0,0) scale(1.1); }
	100% { transform: translate3d(0,-4%,0) scale(1.1); }
}
@keyframes slide_rl {
	0% { transform: translate3d(0,0,0) scale(1.1); }
	100% { transform: translate3d(-4%,0,0) scale(1.1); }
}
@media all and (max-width: 896px) {
	#main .mainVisual .title {
		font-size: 2.4rem;
		bottom: 2.9rem;
		line-height: 1.86;
		padding: 0 3.2rem;
	}
}


/* topBox */
#main .topBox {
	padding-top: 20.9rem;
	background: url("../img/index/bg01.jpg") no-repeat center top / cover;
}
#main .topBox .content {
	margin-bottom: 16.1rem;
	display: flex;
	justify-content: space-between;
	max-width: 115rem;
}
#main .topBox .rightBox {
	width: 57.3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: -0.02em;
}
#main .topBox .rightBox p {
	margin-bottom: 3.2rem;
}
#main .topBox .rightBox .col {
	color: #7baa17;
}
#main .topBox .rightBox p:last-child {
	margin-bottom: 0;
}
#main .topBox .title {
	padding-left: 0.7rem;
	width: 40rem;
	color: #7baa17;
	font-size: 3.6rem;
	font-weight: 700;
}
#main .topBox .title span {
	width: 11rem;
	display: block;
	white-space:nowrap;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;
	line-height: 1.8;
}
#main .topBox .imgUl {
	font-size: 0;
	line-height: 1;
}
#main .topBox .imgUl li {
	width: 38.4rem;
}
#main .headLine01 .jp {
	font-size: 2.4rem;
}
@media all and (max-width: 896px) {
	#main .topBox .content {
		display: block;
		margin-bottom: 4.2rem;
	}
	#main .topBox .rightBox {
		width: auto;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.7;
		font-weight: normal;
	}
	#main .topBox .title {
		padding-left: 0;
		margin-bottom: 1.8rem;
		width: auto;
		font-size: 2.4rem;
	}
	#main .topBox .title span {
		width: 7.5rem;
		line-height: 1.55;
	}
	#main .topBox {
		padding-top: 5.8rem;
	}
	#main .topBox .rightBox p {
		margin-bottom: 2.5rem;
	}
	#main .topBox .imgUl li {
		width: 19rem;
	}
}


/* messageBox */
#main .messageBox {
	padding: 19.7rem 0 8.4rem;
	background: url("../img/index/bg04.jpg") no-repeat center center /cover;
}
#main .messageBox .headLine01 {
	margin-bottom: 7.2rem;
}
#main .messageBox .headLine01 .en {
	margin-bottom: 0.1rem;
}
#main .messageBox .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .messageBox .imgBox .photo {
	width: 42.8rem;
	padding: 1.2rem 0 0 4rem;
}
#main .messageBox .imgBox .photo img {
	width: 26.4rem;
}
#main .messageBox .imgBox .rightBox {
	flex: 1;
	line-height: 1.875;
}
#main .messageBox .imgBox .rightBox p {
	margin-bottom: 3rem;
}
#main .messageBox .imgBox .rightBox p:last-child {
	margin-bottom: 0;
}
#main .messageBox .imgBox .col {
	color: #7baa17;
}
#main .messageBox .nameTxt {
	margin-top: 3.9rem;
	text-align: right;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .messageBox .nameTxt img {
	margin: -1.6rem 0 0 2rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	#main .messageBox {
		padding: 5.1rem 0 5.2rem;
		background: none;
	}
	#main .headLine01 .jp {
		font-size: 1.2rem;
	}
	#main .messageBox .imgBox {
		display: block;
	}
	#main .messageBox .imgBox .photo {
		width: auto;
		padding: 0;
		text-align: center;
		margin-bottom: 2.1rem;
	}
	#main .messageBox .imgBox .photo img {
		width: 21rem;
	}
	#main .messageBox .imgBox .rightBox {
		line-height: 1.5;
		text-align: center;
	}
	#main .messageBox .headLine01 img {
		height: 3.9rem;
	}
	#main .messageBox .headLine01 {
		margin-bottom: 2.7rem;
	}
	#main .messageBox .imgBox .col {
		display: block;
	}
	#main .messageBox .imgBox .rightBox p {
		margin-bottom: 2.1rem;
	}
	#main .messageBox .nameTxt {
		margin-top: 3.3rem;
		font-size: 0.9rem;
		text-align: center;
	}
	#main .messageBox .nameTxt img {
		width: 8.8rem;
		margin: -0.9rem 0 0 1rem;
	}
}


/* featureBox */
#main .featureBox {
	padding: 6.5rem 0 9rem;
	color: #fff;
	background: url("../img/index/bg02.jpg") no-repeat center top /cover;
}
#main .featureBox .centerTxt {
	font-size: 3.2rem;
	font-weight: 700;
}
#main .featureBox .title {
	margin-bottom: 9.1rem;
	font-size: 4.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
}
#main .featureBox .listUl {
	margin-bottom: 12.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 4rem;
	justify-content: center;
}
#main .featureBox .listUl li {
	width: 18rem;
}
#main .featureBox .listUl a {
	width: 100%;
	height: 18rem;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 2px solid transparent;
}
#main .featureBox .listUl p {
	margin-top: 0.2rem;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	transition: 0.3s;
}
#main .featureBox .listUl .txt {
	color: #000;
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: -0.05em;
}
#main .featureBox .listUl .on {
	font-weight: 700;
	opacity: 0;
	color: #fff;
}
#main .featureBox .centerTxt {
	margin-bottom: 0;
	line-height: 1.75;
	letter-spacing: 0.15em;
}
#main .featureBox .listUl a:hover {
	border-color: rgba(255, 255, 255, 0.6);
}
#main .featureBox .listUl a:hover .on {
	opacity: 1;
}
#main .featureBox .listUl a:hover .txt {
	opacity: 0;
}
@media all and (max-width: 896px) {
	#main .featureBox {
		padding: 3.6rem 0 4rem;
		background-image: url("../img/index/sp_bg02.jpg");
	}
	#main .featureBox .title {
		margin-bottom: 3.8rem;
		font-size: 1.8rem;
	}
	#main .featureBox .listUl {
		margin: 0 auto 4rem;
		max-width: 35.2rem;
		justify-content: center;
		gap: 2.2rem 2.4rem;
	}
	#main .featureBox .listUl li {
		width: 15.2rem;
	}
	#main .featureBox .listUl a {
		height: 15.2rem;
	}
	#main .featureBox .listUl .txt {
		font-size: 1.6rem;
	}
	#main .featureBox .centerTxt {
		margin: 0;
		font-size: 1.8rem;
		line-height: 1.33;
	}
	#main .featureBox .listUl .on {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .featureBox .content {
		padding: 0;
	}
}


/* businessBox */
#main .businessBox {
	padding: 19.9rem 0;
}
#main .businessBox .headLine01 .en {
	margin-bottom: 1.7rem;
}
#main .businessBox .headLine01 {
		margin-bottom: 7.9rem;
}
#main .businessBox .listUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0 6.5rem;
	margin: 0 0.1rem;
}
#main .businessBox .listUl li {
	width: 32rem;
	line-height: 1.75;
}
#main .businessBox .listUl .image {
	margin-bottom: 2.3rem;
}
#main .businessBox .listUl .image a {
	display: block;
	aspect-ratio: 320 / 320;
	overflow: hidden;
	position: relative;
}
#main .businessBox .listUl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .5s;
}
#main .businessBox .listUl .txt {
	margin-top: -0.3rem;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 3.2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.7;
}
@media all and (min-width: 897px) {
	#main .businessBox .listUl .image a:hover img {
		transform: scale(1.2);
	}
}
@media all and (max-width: 896px) {
	#main .businessBox .listUl li {
		width: auto;
	}
	#main .businessBox .listUl {
		display: block;
		gap: 0;
		margin: 0;
	}
	#main .businessBox {
		padding: 9.2rem 0;
	}
	#main .businessBox .headLine01 img {
		height: 3.1rem;
	}
	#main .businessBox .headLine01 .en {
		margin-bottom: 0.9rem;
	}
	#main .businessBox .headLine01 {
		margin-bottom: 2.8rem;
	}
	#main .businessBox .listUl .image a {
		aspect-ratio: 320 / 219;
	}
	#main .businessBox .listUl li {
		margin-bottom: 3.9rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .businessBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .businessBox .listUl .image {
		margin-bottom: 1.1rem;
	}
	#main .businessBox .listUl .txt {
		font-size: 2rem;
	}
}

/* contactBox */
.bgBox #gFooter {
	margin-top: 8.9rem;
	background: none;
}
#main .contactBox .bgBox {
	padding: 7.6rem 0 1rem;
	color: #fff;
	background: url("../img/index/bg03.jpg") no-repeat center top /cover;
	position: relative;
}
#main .contactBox .notesText {
	width: 100%;
	color: #000;
	position: absolute;
	text-align: right;
	bottom: calc(100% + 1.7rem);
	left: 50%;
	transform: translateX(-50%);
	max-width: 110rem;
}
#main .contactBox .notesText span {
	color: #7baa17;
}
#main .contactBox .headLine01 {
	margin-bottom: 7.7rem;
}
#main .contactBox dl {
	word-break: break-all;
}
#main .contactBox dl dt {
	margin-bottom: 2.1rem;
}
#main .contactBox dl dd {
	margin-bottom: 3.5rem;
}
#main .contactBox dl dt span {
	color: #7baa17;
}
#main .contactBox .submit {
	margin-top: 5.9rem;
}
#main .contactBox .submit .comBtn {
	margin-top: 0;
}
#main .contactBox .submit li {
	margin: 0 auto 2rem;
	max-width: 40rem;
	position: relative;
}
#main .contactBox .submit li:last-child {
	margin-bottom: 0;
}
#main .contactBox .submit .inner {
	color: #7baa17;
	font-size: 1.8rem;
	font-weight: 400;
	max-width: inherit;
	background-color: transparent;
	border-width: 1px;
}
#main .contactBox .submit input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 20;
	cursor: pointer;
}
#main .errorMsg {
	margin-bottom: 1.5rem;
	color: red;
}
#main .ctrText {
	margin-bottom: 7rem;
	text-align: center;
}
#main .confirmBox {
	padding-top: 4rem;
}
#main .confirmBox .content {
	max-width: 70rem;
}
#main .confirmBox dl dd:last-child {
	border-bottom: none !important;
}
@media all and (min-width: 897px) {
	#main .confirmBox dl dt {
		margin-bottom: 0;
		float: left;
	}
	#main .confirmBox dl dd {
		margin-bottom: 3.5rem;
		padding: 0 0 1.4rem 15rem;
		border-bottom: 1px solid #fff;
	}
}
@media all and (max-width: 896px) {
	#main .contactBox .headLine01 {
		margin-bottom: 5.2rem;
	}
	#main .contactBox .headLine01 img {
		height: 3.2rem;
	}
	#main .contactBox .notesText {
		width: 100%;
		text-align: center;
		bottom: calc(100% + 2.7rem);
		max-width: inherit;
		font-size: 1.2rem;
	}
	#main .contactBox dl {
		font-size: 1.2rem;
	}
	#main .contactBox .bgBox {
		padding: 2.5rem 0 1rem;
		background-image: url("../img/index/sp_bg03.jpg");
	}
	#main .contactBox dl dt {
		margin-bottom: 0.7rem;
	}
	#main .contactBox dl dd {
		margin-bottom: 1.4rem;
	}
	#main .contactBox .submit {
		margin-top: 1.4rem;
	}
	#main .contactBox .submit .inner {
		font-size: 1.4rem;
		height: 4.1rem;
	}
	.bgBox #gFooter {
		margin-top: 2.1rem;
	}
	#main .confirmBox .content {
		max-width: inherit;
	}
	#main .ctrText {
		margin-bottom: 5rem;
	}
	#main .confirmBox dl dd {
		margin-bottom: 2rem;
		padding: 0 0 1.4rem;
		border-bottom: 1px solid #fff;
	}
	#main .confirmBox dl dt {
		font-weight: 700;
	}
}


/* thanksBox */
#main .thanksBox {
	padding: 8rem 0 0;
	font-size: 2rem;
}
#main .thanksBox p {
	text-align: center;
	line-height: 2;
}
#main .thanksBox .comBtn {
	margin-top: 9rem;
}
@media all and (max-width: 896px) {
	#main .thanksBox {
		font-size: 1.6rem;
	}
	#main .thanksBox .comBtn {
		margin-top: 6rem;
	}
}