@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	overflow: hidden;
}
.mainVisual .mainImg {
	overflow: hidden;
	height: calc(100vh - 10rem);
}
.mainVisual .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .slide {
	transition: 10s linear;
	transform: scale(1);
	height: 100%;
}
.mainVisual .slide img {
	height: calc(100vh - 10rem);
}
.mainVisual .mainImg.on .slide {
	transform: scale(1.15);
}
.mainVisual .textImg {
	width: calc(50% - 12.6rem);
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 1;
	padding-top: 3rem;
	box-sizing: border-box;
}
.mainVisual .textImg img {
	width: 47.7rem;
}
#main .news {
	padding: 18.4rem 0 19.9rem;
}
#main .news .tabPanel {
	margin-bottom: 0 !important;
}
#main .about .bgBox {
	padding: 24rem 0 16.9rem;
	background: url(../img/index/about_bg.jpg) no-repeat center center;
	background-size: cover;
}
#main .about .headLine05 {
	margin: 0 0 9.7rem 3.6rem;
	text-align: center;
	color: #fff;
}
#main .about .headLine05 .en {
	margin-left: -2.5rem;
	color: #fff;
	letter-spacing: 0.08em;
}
#main .about .headLine05 .jp {
	width: fit-content;
	margin: 2rem auto 0;
}
#main .about .headLine05 .jp::before {
	background-color: #fff;
}
#main .about p {
	margin-right: 1rem;
	text-align: justify;
	color: #fff;
	font-weight: 500;
	line-height: 2.35;
	letter-spacing: 0.025em;
}
#main .about .pho img {
	width: 100%;
}
#main .member {
	padding: 20.2rem 0 17.1rem;
	position: relative;
	background-color: #2c8c46;
}
#main .member::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	background: url(../img/index/member_bg.png) no-repeat top left;
	background-size: auto 100%;
	content: "";
	mix-blend-mode: color-burn;
	pointer-events: none;
}
#main .member .pho {
	width: calc(50% - 4.8rem);
	position: absolute;
	right: 0;
	top: 0;
	max-width: 63.5rem;
}
#main .member .pho img {
	width: 100%;
}
#main .member .headLine05 {
	margin-bottom: 5.3rem;
	color: #fff;
}
#main .member .headLine05 .en {
	color: #fff;
}
#main .member .headLine05 .jp::before {
	background-color: #fff;
}
#main .member p {
	line-height: 2;
	color: #fff;
	letter-spacing: 0.025em;
}
#main .member .comLink {
	margin: 6.9rem 0 0 -0.9rem;
}
#main .activities {
	padding: 18.8rem 0 48.7rem;
	background-color: #F2F2F2;
}
#main .activities .headLine05 {
	margin: 0 0 5.1rem 0.6rem;
	text-align: center;
}
#main .activities .headLine05 .en {
	margin-left: -0.6rem;
	letter-spacing: 0.02em;
}
#main .activities .headLine05 .jp {
	width: fit-content;
	margin: 2.6rem auto 0;
}
#main .activities .headLine05 .jp::before {
	left: -3.5rem;
}
#main .activities .txt {
	margin-bottom: 10.6rem;
	text-align: center;
	letter-spacing: 0.1em;
}
#main .contact {
	padding: 0.1rem 0 21.1rem;
	background: url(../img/index/contact_bg01.jpg) no-repeat center center;
	background-size: cover;
}
#main .contact .txt {
	margin: -30.5rem 0 7.4rem;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .contact .imgBox {
	margin-bottom: 7.8rem;
	background-color: #fff;
	overflow: hidden;
	border-radius: 5rem 0 5rem 0;
}
#main .contact .imgBox a {
	display: flex;
	position: relative;
}
#main .contact .pho {
	width: 45.6rem;
}
#main .contact .textBox {
	width: calc(100% - 45.6rem);
	padding: 5.6rem 7rem 0 9.7rem;
	background: url(../img/index/contact_bg02.jpg) no-repeat center center;
	background-size: cover;
}
#main .contact .headLine05 {
	margin-bottom: 0;
}
#main .contact .headLine05 .ico {
	margin-bottom: 2.7rem;
	display: block;
	width: 7.7rem;
}
#main .contact .headLine05 .en {
	margin: 0 -1rem;
	color: #fff;
	font-size: 6.8rem;
	letter-spacing: 0.05em;
}
#main .contact .headLine05 .jp {
	margin: 1.3rem 0 0 3.6rem;
	color: #fff;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
#main .contact .headLine05 .jp::before {
	top: 1.8rem;
	left: -3.6rem;
	background-color: #fff;
}
#main .contact .link {
	position: absolute;
	right: 6.8rem;
	bottom: 7.4rem;
	width: 32.8rem;
}
#main .contact .link span {
	height: 7rem;
	padding-right: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	background: #fff url(../img/common/icon18.png) no-repeat right 1.7rem center;
	background-size: 2.8rem auto;
	border-radius: 0.2rem;
}
#main .contact .enTxt {
	text-align: center;
	font-size: clamp(18rem, 15vw, 20.5rem);
	line-height: 1;
	letter-spacing: 0.03em;
	color: #fff;
	opacity: 0.3;
	font-weight: 700;
}
#main .contact .linkList {
	margin-top: -3.7rem;
	position: relative;
}
#main .contact .linkList li {
	width: 40rem;
	margin: 0 4.6rem;
	background-color: #fff;
	box-shadow: 0 10px 15px rgba(0,0,0,0.3);
}
#main .contact .linkList a {
	height: 11.5rem;
	padding: 2.2rem 11.4rem;
	position: relative;
	display: block;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	background: url(../img/common/icon19.png) no-repeat left 3.7rem center;
	background-size: 5.8rem auto;
}
#main .contact .linkList a::before {
	position: absolute;
	right: 0;
	top: 0;
	width: 7.5rem;
	bottom: 0;
	background: #2c8c46 url(../img/common/icon20.png) no-repeat center center;
	background-size: 2.8rem auto;
	content: "";
}
#main .contact .linkList li:last-child a::before {
	background-color: #0070bb;
}
#main .contact .linkList .sml {
	margin-top: -0.1rem;
	display: block;
	font-size: 1.8rem;
}
@media all and (min-width: 897px) {
	.mainVisual .content {
		width: 105rem;
	}
	#main .news .content {
		width: 100rem;
		position: relative;
	}
	#main .news .comLink {
		position: absolute;
		right: -0.7rem;
		top: 11.6rem;
	}
	#main .about .content {
		width: 83.4rem;
	}
	#main .about .headLine05 .jp::before {
		left: -3.9rem;
		top: 3rem;
	}
	#main .member .content {
		width: 101.4rem;
	}
	#main .activities .comLinkList {
		margin: -2rem 4.6rem 0;
	}
	#main .activities .comLinkList::after {
		width: 30rem;
	}
	#main .activities .comLinkList li {
		width: 30rem;
	}
	#main .activities .comLinkList a {
		padding: 4.4rem 4.6rem 6.3rem;
		border-radius: 3rem 0 3rem 0;
	}
	#main .activities .comLinkList a::before {
		bottom: 4rem;
		background-image: url(../img/common/bg02.png);
	}
	#main .activities .comLinkList .ico img {
		height: 7.3rem;
	}
	#main .activities .comLinkList p {
		margin: 1.1rem -1.7rem 0 0;
		padding-bottom: 6rem;
		background-position: bottom right;
		background-size: 3.6rem auto;
	}
	#main .activities .comLinkList .jp {
		font-size: 4rem;
	}
	#main .activities .comLinkList .en {
		font-size: 2.3rem;
	}
	#main .contact .content {
		width: 100rem;
	}
	#main .contact .imgBox a:hover {
		opacity: 0.5;
	}
	#main .contact .linkList a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	.mainVisual .mainImg {
		height: calc(100vh - 6rem);
	}
	.mainVisual .slide img {
		height: calc(100vh - 6rem);
	}
	.mainVisual .textImg {
		width: 100%;
		padding: 0 0 7rem 1.5rem;
		text-align: center;
	}
	.mainVisual .textImg img {
		width: 30rem;
		margin: 0 auto;
	}
	#main .news {
		padding: 6.7rem 0 7.5rem;
	}
	#main .news .comLink {
		margin-top: 7.5rem;
	}
	#main .about .bgBox {
		padding: 14.3rem 0 16rem;
		background-image: url(../img/index/about_bg_sp.jpg);
	}
	#main .about .headLine05 {
		margin: 0 0 6.5rem 1.8rem;
	}
	#main .about .headLine05 .en {
		margin-left: -1.6rem;
		letter-spacing: 0;
	}
	#main .about .headLine05 .jp {
		margin: 2rem auto 0;
	}
	#main .about p {
		margin: 0 2.5rem 0 2.3rem;
		line-height: 2.09;
		letter-spacing: 0;
		font-weight: 400;
	}
	#main .member {
		padding: 0 0 6.5rem;
	}
	#main .member::before {
		background-image: url(../img/index/member_bg_sp.png);
		background-size: 100% auto;
	}
	#main .member::after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		bottom: 0;
		background: url(../img/index/member_bg02_sp.png) no-repeat bottom left;
		background-size: 100% auto;
		content: "";
		mix-blend-mode: color-burn;
		pointer-events: none;
	}
	#main .member .pho {
		margin-bottom: 2.1rem;
		width: auto;
		position: relative;
		right: auto;
		top: auto;
		max-width: inherit;
	}
	#main .member .headLine05 {
		margin-bottom: 3.3rem;
	}
	#main .member .headLine05 .jp {
		margin-top: 0;
		margin-bottom: 1.6rem;
	}
	#main .member p {
		margin: 0 1.7rem 3.8rem;
		line-height: 1.875;
		letter-spacing: 0.05em;
	}
	#main .member .photo {
		margin: 0 -1.9rem;
	}
	#main .member .photo img {
		width: 100%;
	}
	#main .member .comLink {
		margin: 6.3rem auto 0;
	}
	#main .activities {
		padding: 6.8rem 0 31.6rem;
	}
	#main .activities .headLine05 {
		margin: 0 0 3.5rem 1rem;
	}
	#main .activities .headLine05 .en {
		letter-spacing: 0;
	}
	#main .activities .headLine05 .jp {
		margin: 2.4rem auto 0;
	}
	#main .activities .headLine05 .jp::before {
		left: -1.7rem;
	}
	#main .activities .txt {
		margin-bottom: 3.7rem;
		line-height: 1.875;
		letter-spacing: 0.05em;
	}
	#main .contact {
		padding-bottom: 14.8rem;
		background-image: url(../img/index/contact_bg01_sp.jpg);
	}
	#main .contact .txt {
		margin: -24.8rem 0 4.2rem;
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0;
	}
	#main .contact .imgBox {
		width: 28.3rem;
		margin: 0 auto 2.6rem;
		border-radius: 2.4rem 0 2.4rem 0;
	}
	#main .contact .imgBox a {
		display: block;
	}
	#main .contact .pho {
		width: auto;
	}
	#main .contact .textBox {
		width: auto;
		padding: 4.7rem 2rem 6.4rem 2.6rem;
		background: url(../img/index/contact_bg02.jpg) no-repeat center center;
		background-size: cover;
	}
	#main .contact .headLine05 {
		margin-bottom: 0;
	}
	#main .contact .headLine05 .ico {
		margin-bottom: 1.3rem;
		width: 5.3rem;
	}
	#main .contact .headLine05 .en {
		margin: 0 -0.2rem;
		font-size: 4.1rem;
		letter-spacing: 0.06em;
	}
	#main .contact .headLine05 .jp {
		margin: 1.5rem 0 0 2rem;
		font-size: 1.95rem;
		letter-spacing: 0.08em;
	}
	#main .contact .headLine05 .jp::before {
		top: 1.1rem;
		left: -1.8rem;
	}
	#main .contact .link {
		width: 22.5rem;
		right: 50%;
		margin-right: -11.2rem;
		bottom: auto;
		top: 22.1rem;
	}
	#main .contact .link span {
		height: 4.7rem;
		padding-right: 2.3rem;
		font-size: 1.55rem;
		letter-spacing: 0.05em;
		background-position: right 1.3rem center;
		background-size: 2rem auto;
	}
	#main .contact .enTxt {
		font-size: 5.85rem;
		letter-spacing: 0.01em;
	}
	#main .contact .linkList {
		margin-top: 4.8rem;
		display: block;
	}
	#main .contact .linkList li {
		width: 28.3rem;
		margin: 0 auto 4.4rem;
		box-shadow: 0 0.3rem 0.5rem rgba(0,0,0,0.3);
	}
	#main .contact .linkList li:last-child {
		margin-bottom: 0;
	}
	#main .contact .linkList a {
		height: 7.5rem;
		padding: 1.2rem 7.6rem;
		font-size: 2.15rem;
		background-position: left 2rem center;
		background-size: 4.2rem auto;
	}
	#main .contact .linkList a::before {
		width: 6rem;
		background-size: 2.2rem auto;
	}
	#main .contact .linkList .sml {
		font-size: 1.3rem;
	}
}