@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
	opacity: 0;
	transition: .5s linear;
}
body.loaded #gHeader {
	opacity: 1;
}
#main {
	padding-top: 0;
}
#main .sickyBox {
	position: relative;
	height: 200vh;
}
#main .mainVisual {
	min-height: 80rem;
	height: 100vh;
	background: url(../img/index/bg03.png) no-repeat center,radial-gradient(-0.74% 59.35%, circle farthest-corner, rgba(109, 151, 123, 1) 0%, rgba(111, 152, 125, 1) 42.8%, rgba(118, 157, 131, 1) 58.22%, rgba(129, 166, 142, 1) 69.21%, rgba(146, 179, 157, 1) 78.09%, rgba(168, 195, 177, 1) 85.7%, rgba(196, 215, 201, 1) 92.44%, rgba(227, 239, 230, 1) 98.38%, rgba(237, 246, 239, 1) 100%);
	background: url(../img/index/bg03.png) no-repeat center,-webkit-radial-gradient(-0.74% 59.35%, circle farthest-corner, rgba(109, 151, 123, 1) 0%, rgba(111, 152, 125, 1) 42.8%, rgba(118, 157, 131, 1) 58.22%, rgba(129, 166, 142, 1) 69.21%, rgba(146, 179, 157, 1) 78.09%, rgba(168, 195, 177, 1) 85.7%, rgba(196, 215, 201, 1) 92.44%, rgba(227, 239, 230, 1) 98.38%, rgba(237, 246, 239, 1) 100%);
	background-size: cover;
	position: sticky;
	top: 0;
	z-index: 2;
	--width: calc(25.4rem + var(--scroll)*56rem);
	--left: 67.55%;
	--top: 84.6%;
	overflow: hidden;
}
#main .mainVisual:before {
	width: 100%;
	height: 100%;
	background: -webkit-radial-gradient(-0.74% 59.35%, circle farthest-corner, rgba(109, 151, 123, 1) 0%, rgba(111, 152, 125, 1) 42.8%, rgba(118, 157, 131, 1) 58.22%, rgba(129, 166, 142, 1) 69.21%, rgba(146, 179, 157, 1) 78.09%, rgba(168, 195, 177, 1) 85.7%, rgba(196, 215, 201, 1) 92.44%, rgba(227, 239, 230, 1) 98.38%, rgba(237, 246, 239, 1) 100%);
	background: radial-gradient(-0.74% 59.35%, circle farthest-corner, rgba(109, 151, 123, 1) 0%, rgba(111, 152, 125, 1) 42.8%, rgba(118, 157, 131, 1) 58.22%, rgba(129, 166, 142, 1) 69.21%, rgba(146, 179, 157, 1) 78.09%, rgba(168, 195, 177, 1) 85.7%, rgba(196, 215, 201, 1) 92.44%, rgba(227, 239, 230, 1) 98.38%, rgba(237, 246, 239, 1) 100%);
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
}
body.loaded #main .mainVisual::before {
	opacity: 0.94;
	transition: .5s linear;
}
#main .mainVisual:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000 url(../img/index/bg03.png) no-repeat center / cover;
	top: 0;
	left: 0;
	content: "";
	z-index: 2;
	clip-path: circle(var(--width) at var(--left) var(--top));
	opacity: 0;
}
body.loaded #main .mainVisual:after {
	opacity: 1;
	transition: opacity .5s linear;
	transition-delay: .5s;
}
#main .mainVisual .circle {
	--size: calc(var(--width) * 2);
	position: absolute;
	left: var(--left);
	top: var(--top);
	width: var(--size);
	padding-bottom: var(--size);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: rgba(4,0,0,0.4);
	z-index: 3;
	opacity: 0;
}
#main .mainVisual .circle::before,
#main .mainVisual .circle::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2.6rem;
	height: 1px;
	background-color: #909090;
	content: "";
}
#main .mainVisual .circle::after {
	width: 1px;
	height: 2.6rem;
}
body.loaded #main .mainVisual .circle {
	opacity: 1;
	transition: opacity .5s linear;
	transition-delay: .5s;
}
#main .mainVisual .circle .arrow {
	position: absolute;
	left: -2.5rem;
	right: -2.5rem;
	top: 50%;
}
#main .mainVisual .circle .arrow02 {
	transform: rotate(90deg);
}
#main .mainVisual .circle .arrow::before,
#main .mainVisual .circle .arrow::after {
	position: absolute;
	left: 0;
	top: -7px;
	border: 7px solid transparent;
	border-left: 12px solid #fff;
	content: "";
}
#main .mainVisual .circle .arrow::after {
	left: auto;
	right: 0;
	border: 7px solid transparent;
	border-right: 12px solid #fff;
}
#main .mainVisual .circle .line {
	position: absolute;
	left: 1.7rem;
	right: 1.7rem;
	top: calc(50% - 1px);
	height: 2px;
}
#main .mainVisual .circle .line02 {
	transform: rotate(90deg);
}
#main .mainVisual .circle .line::before,
#main .mainVisual .circle .line::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 25.98%;
	background-color: #909090;
	content: "";
}
#main .mainVisual .circle .line::after {
	left: auto;
	right: 0;
}
#main .mainVisual h2 {
	position: absolute;
	top: 13rem;
	right: 4rem;
	width: 25.8rem;
	z-index: 5;
}
#main .mainVisual h2 .visualTxt {
	position: absolute;
	top: 29.7rem;
	right: 0.1rem;
	width: 21.7rem;
}
#main .mainVisual h2 img {
	opacity: 0;
}
body.loaded #main .mainVisual h2 img {
	opacity: 1;
	transition: .5s linear;
	transition-delay: .3s;
}
body.loaded #main .mainVisual h2 img:nth-child(2) {
	transition-delay: .5s;
}
#main .officers {
	padding: 5.5rem 0;
	position: relative;
	z-index: 1;
}
#main .officers:after {
	background: url(../img/index/bg04.png) no-repeat center bottom;
	background-size: 100% 100%;
	position: absolute;  
	left: min(-16.2vw,-21rem);
	right: min(-16.2vw,-21rem);
	bottom: -2rem;
	top: 0;
	content: ""; 
	z-index: -1;
}
#main .officers p {
	margin-bottom: 3.2rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 2;
	text-align: center;
}
#main .officers .bigPhoto {
	width: 91.2rem;
	margin: 0 auto -13rem;
	padding-top: 2.4rem;
}
#main .candidate {
	padding: 45.2rem 0 5rem;
	margin-top: -20rem;
	position: relative;
}
#main .candidate  .bgBox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
#main .candidate .bgBox::before {
	content: "";
	width: 100%;
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: block;
	pointer-events: none;
	background: url(../img/index/bg05.jpg) repeat left top / 130rem auto;
}
#main .candidate .bgBox img {
	width: 100%;
}
#main .candidate .content {
	max-width: 93.7rem;
	padding-top: 20rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#container {
	overflow: inherit;
	overflow-x: clip;
}
#main .candidate h2 {
	width: 40.5rem;
	position: sticky;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin-right: 6.5rem;
}
#main .candidate .rBox {
	flex: 1;
	margin-top: -10.2rem;
}
#main .focusUl {
	gap: 6rem 4.5rem;
	padding-right: 0;
	flex-direction: column;
}
#main .focusUl li {
	padding: 0.5rem;
	width: 37.5rem;
	height: 37.5rem;
	background-color: transparent !important;
	border: 7px solid #6D977B;
	outline: none;
	transition: 0.3s;
	position: relative;
}
#main .focusUl li .link {
	display: block;
	position: absolute;
	top: -0.7rem;
	left: -0.7rem;
	bottom: -0.7rem;
	width: auto;
	height: auto;
	right: -0.7rem;
	border-radius: 100%;
	z-index: 1;
}
#main .focusUl li.active {
	background-color: #fff !important;
}
#main .focusUl li .sub {
	width: 100%;
	border-radius: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	outline:2px solid #6D977B;
}
#main .focusUl li p {
	margin-bottom: 3.2rem;
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #6d977b;
}
#main .focusUl li .ttl {
	margin: 0 0 2.5rem 1rem;
	text-align: left;
	text-align: left;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#main .focusUl li .ttl .en {
	font-size: 1.2rem;
	font-weight: 700;
	margin-left: 1rem;
}
#main .comLink {
	width: 18.1rem;
}
#main .comLink a {
	min-height: 5.3rem;
	padding-left: 3rem;
	font-size: 1.5rem;
	font-weight: 500;
	border-radius: 6rem;
	background-position: right 1rem center;
	background-image: url(../img/common/icon06.png) !important;
	background-size: 2.7rem auto !important;
}
#main .focusUl .comLink a {
	justify-content: flex-start;
}
#main .focusUl .whiteBox {
	padding-bottom: 0;
	margin-bottom: -2rem;
}
#main .focusUl li::before {
	height: 4rem;
	top: -2.5rem;
	background-color: #6D977B;
}
#main .focusUl li::after {
	height: 4rem;
	bottom: -2.5rem;
	background-color: #6D977B;
}
#main .focusUl li p:not(.ttl)::before {
	width: 4rem;
	left: -2.0rem;
	background-color: #6D977B;
}
#main .focusUl li p:not(.ttl)::after {
	width: 4rem;
	right: -2.0rem;
	background-color: #6D977B;
}
#main .indexBox {
	padding: 15rem 0 20rem;
	background: url(../img/index/bg06.jpg) repeat left top;
	background-size: 130.1rem auto;
}
#main .scholl {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
#main .scholl .lBox {
	width: 26rem;
	position: relative;
	z-index: 2;
	margin-right: 14.7rem;
}
#main .scholl .fooList {
	margin-bottom: 3.9rem;
	display: flex;
}
#main .scholl .fooList li {
	flex-shrink: 0;
	margin-right: 4rem;
	width: 52.7rem;
	border-radius: 3rem;
	overflow: hidden;
	position: relative;
	aspect-ratio: 1054 / 564;
	border: 2px solid #C4C4C4;
}
#main .scholl .fooList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .scholl .rBox {
	position: relative;
	margin-top: 12.5rem;
	z-index: 1;
	width: calc(50% + 16.5rem);
}
#main .scholl .rBox:after {
	background-color: #fff;
	position: absolute;  
	top: -7.5rem;
	right: -10rem;  
	bottom: -7.5rem;
	left: -26.5rem;
	z-index: -1;
	border-radius: 10rem;
	content: ""; 
}
#main .news {
	padding: 16rem 0 20rem;
	display: flex;
	justify-content: space-between;
}
#main .news .rBox {
	order: 2;
	margin-left: 7.2rem;
	padding: 0 2rem 0 2rem;
	box-sizing: content-box;
	width: calc(50% - 35rem);
}
#main .news .lBox {
	margin-top: 11.6rem;
	flex: 1;
	position: relative;
	z-index: 1;
}
#main .news .lBox:after {
	background-color: #fff;
	position: absolute;  
	top: -7.5rem;
	right: -19rem;  
	bottom: -7.5rem;
	left: -26.5rem;
	z-index: -1;
	border-radius: 10rem;
	content: ""; 
}
#main .news .headLine03 .en {
	order: 2;
	width: 10rem;
	margin: 0 0 0 2rem;
}
#main .newsList {
	width: 78.8rem;
	margin-left: auto;
	border-top: 1px solid #E6E6E6;
}
#main .newsList li {
	padding: 3rem 5rem;
	position: relative;
	border-bottom: 1px solid #E6E6E6;
}
#main .newsList .comLink02 {
	position: absolute;
	top: 50%;
	right: 4.5rem;
	width: 18.1rem;
	transform: translateY(-50%);
}
#main .newsList li p {
	max-width: 44rem;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
#main .newsList li time {
	display: block;
	letter-spacing: 0.06em;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.7rem;
}
#main .linkSec {
	padding: 5rem 2rem 0;
}
#main .linkSec .content {
	background-color: #D1F2DB;
	max-width: 90rem;
	padding: 5.3rem 12.2rem 5.9rem;
	border-radius: 10rem;
	border: 1px solid #333333;
}
#main .linkSec h2 {
	margin-bottom: 4.1rem;
	font-size: 5.6rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
	text-align:center;
}
#main .btmBox{
	padding: 18.5rem 0 0;
}
#main .btmBox .logo {
	text-align: center;
}
@media all and (min-width: 897px) {
	#main .focusUl li:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	#main .mainVisual h2 {
		right: auto;
		left: 6.8rem;
		top: 12.4rem;
		width: 11.1rem;
	}
	#main .mainVisual h2 .visualTxt {
		top: 20.1rem;
		right: -8.9rem;
		width: 17.5rem;
		max-width: inherit;
	}
	#main .mainVisual {
		min-height: 60rem;
		--width: calc(12vh + var(--scroll)*50vh);
		--left: 67.3%;
		--top: 72.6%;
		background-image: url(../img/index/bg03_sp.png);
	}
	#main .mainVisual:after {
		background-image: url(../img/index/bg03_sp.png);
	}
	#main .officers p {
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.6;
	}
	#main .officers .bigPhoto {
		width: auto;
	}
	#main .officers .bigPhoto img {
		width: 100%;
	}
	#main .officers::after { 
		bottom: -5rem;
	}
	#main .candidate {
		padding-top: 5rem;
		margin-top: -10rem;
	}
	#main .candidate .bgBox::before {
		height: 100%;
		position: absolute;
	}
	#main .candidate .content {
		max-width: inherit;
		display: block;
	}
	#main .candidate h2 {
		width: auto;
		position: static;
		margin: 0 0 5rem;
		text-align: center;
		transform: none;
	}
	#main .candidate .rBox {
		margin: 0;
	}
	#main .focusUl {
		margin: 0;
		display: block;
		max-width: inherit;
	}
	#main .focusUl li {
		width: 21rem;
		margin: 0 auto 6rem;
		height: 21rem;
	}
	#main .focusUl li:last-child {
		margin-bottom: 0;
	}
	#main .focusUl li p {
		margin-bottom: 2rem;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#main .focusUl li .ttl {
		margin-bottom: 1.5rem;
		font-size: 1.2rem;
	}
	#main .focusUl li .ttl .en {
		font-size: 1.4rem;
	}
	#main .focusUl li p:not(.ttl)::before { 
		left: -2.5rem;
	}
	#main .focusUl li p:not(.ttl)::after { 
		right: -2.5rem;
	}
	#main .focusUl li .comLink {
		width: 10rem;
	}
	#main .focusUl .comLink a {
		min-height: 2.8rem;
		padding: 0.5rem;
		padding-left: 1.5rem;
		font-size: 0.8rem;
		background-size: 1.5rem auto !important;
		background-position: right 0.5rem center;
	}
	.headLine03 {
		text-align: left;
	}
	#main .comLink a {
		min-height: 4rem;
		font-size: 1.4rem;
	}
	#main .focusUl .whiteBox {
		margin-bottom: 0;
	}
	#main .focusUl li:has(.movie) {
		width: 21rem;
		height: 21rem;
		margin: 0 auto;
	}
	#main .focusUl .movie {
		padding-bottom: 0;
	}
	#main .indexBox {
		padding: 5rem 2rem 8rem;
	}
	#main .scholl {
		display: block;
	}
	#main .scholl .lBox {
		width: auto;
		margin: 0 0 5rem;
	}
	#main .scholl .rBox {
		margin: 0;
		width: auto;
		padding: 4rem 2rem;
	}
	#main .scholl .rBox::after {
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		border-radius: 2rem;
	}
	#main .scholl .fooList li {
		float: none;
		width: 100%;
		margin-bottom: 3rem;
		border-radius: 2rem;
	}
	#main .scholl .fooList li:last-child {
		margin-bottom: 0;
	}
	#main .scholl .fooList {
		display: block;
	}
	#main .news {
		padding: 10rem 0 5rem;
		display: block;
	}
	#main .news .rBox {
		padding: 0;
		width: auto;
		margin: 0 0 5rem;
	}
	#main .news .lBox {
		margin: 0;
		padding: 4rem 2rem 6rem;
	}
	#main .news .lBox::after {
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		border-radius: 2rem;
	}
	#main .newsList {
		width: auto;
		border-top: none;
	}
	#main .newsList li {
		padding: 3rem 0 4rem;
	}
	#main .newsList li:first-child {
		padding-top: 0;
	}
	#main .newsList li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	#main .newsList li p {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#main .newsList .comLink02 {
		position: static;
		margin: 2rem auto 0;
		transform: none;
	}
	#main .linkSec {
		padding-inline: 0;
	}
	#main .linkSec .content {
		border-radius: 2rem;
		max-width: inherit;
		padding: 5rem 2rem;
	}
	#main .linkSec h2 {
		margin-bottom: 3rem;
		font-size: 4rem;
	}
	#main .btmBox {
		padding-top: 5rem;
	}
	#main .focusUl .whiteBox {
		padding-top: 0;
	}
}