@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .firstView {
  position: relative;
  width: 100%;
}

#main .firstView img{
  position: relative;
  width: 100%;
}
/*
#main .firstView .txt02 {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	width: 100%;
  max-width: 120rem;
}*/
#main .mainVisual {
	padding: 6rem 0 10.5rem;
	background: #00AA80;
}
#main .mainVisual .content {
	max-width: 1000px;
}
#main .mainVisual .title {
  font-size: 6rem;
	margin-bottom: 2rem;
  letter-spacing: 0.5em;
  font-family: "Noto Serif JP", serif;
}
main .mainVisual p {
  margin-right: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: -0.02em;
  text-align: justify;
}

main .mainVisual p strong{
  font-size: 3rem;
}

main .mainVisual .greeting .member{
  float: left;
  display: inline-block;
  margin: 0 20px 20px 0;
}

main .mainVisual .greeting::after{
  content: "";
  display: block;
  clear: both;
  
}

#main .about {
	padding: 10rem 0 10.2rem;
	background-color: #F9F9F9;
	background-size: 47.4rem auto, 50.7rem auto;
}
#main .about .headLine01 {
	margin-bottom: 1rem;
	color: #00a740;
	font-size: 4rem;
	letter-spacing: 0;
}

#main .about .content {
	max-width: 1000px;
}
#main .about .title {
  font-size: 6rem;
	margin-bottom: 2rem;
  letter-spacing: 0.5em;
  font-family: "Noto Serif JP", serif;
}

main .about p strong{
  font-size: 3rem;
}

main .mainVisual .greeting .member{
  float: left;
  display: inline-block;
  margin: 0 20px 20px 0;
}


main .about .greeting .member{
  float: left;
  display: inline-block;
  margin: 0 20px 20px 0;
}

main .about .greeting::after{
  content: "";
  display: block;
  clear: both;
  
}

#main .about p {
	margin-right: 1rem;
  color: #231815;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: -0.02em;
  text-align: justify;
}

#main .about .headLine01 .large {
	font-size: 5.6rem;
}
#main .about .midTxt {
	margin-bottom: 2.8rem;
	font-size: 2.4rem;
	line-height: 1.67;
	text-align: center;
}
#main .about .listUl {
	justify-content: center;
}
#main .about .listUl li {
	margin: 0 1.2rem;
	width: 38.4rem;
	padding: 2rem 3.2rem 2.5rem;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	border-radius: 2rem;
	background: #fff;
}
#main .about .listUl .ttl {
	margin-bottom: 1.2rem;
	color: #00a740;
	font-weight: bold;
	font-size: 3.6rem;
}
#main .about .listUl .subTtl {
	padding: 0.2rem;
	color: #00a740;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.06em;
	background: #fff;
	border: 0.2rem solid #00a740;
}
#main .about .listUl .subTtl01 {
	margin-bottom: 4.5rem;
}
#main .about .listUl .subTtl02 {
	margin-bottom: 0.4rem;
	letter-spacing: -0.01em;
}
#main .about .listUl .listImg01 {
	margin: 0 -0.5rem 1.5rem 0.5rem;
}
#main .about .listUl .listImg img {
	width: 31.8rem;
}
#main .about .listUl .listImg02 img {
	width: 23.7rem;
}
#main .about .listUl .txt {
	margin: 0 -1rem 0.5rem;
	font-size: 1.6rem;
}
#main .about .listUl .txt01 {
	margin-bottom: 6.2rem;
}
#main .about .listUl .txt02 {
	margin-bottom: 1.5rem;
}
#main .about .listUl .btn a {
	padding: 0.8rem 0.5rem 1.2rem;
	display: block;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 5.8rem;
	background: #00a740;
}
#main .about .listUl .btn a .large {
	display: block;
	font-size: 4rem;
}
#main .notice {
	padding: 10rem 0 9.8rem;
}
#main .notice .content {
	max-width: 84rem;
}
#main .candidate {
	padding: 10rem 0 11rem;
	position: relative;
	background: url(../img/index/bg06.jpg) no-repeat center center/cover;
}
#main .candidate:before,
#main .candidate:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 51.5rem;
	height: 65.5rem;
	background: url(../img/index/candidate_bg01.png) no-repeat left top/cover;
	content: "";
}
#main .candidate:after {
	width: 35.3rem;
	height: 19.9rem;
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	background-image: url(../img/index/candidate_bg02.png);
}
#main .candidate .content {
	position: relative;
	z-index: 1;
}
#main .candidate h2 {
	margin-bottom: 3.7rem;
}
#main .candidate .content {
	max-width: 120rem;
}
#main .movie {
	padding: 10rem 0 12rem;
	background-size: 37.3rem auto, 35rem auto;
}
#main .movie .content {
	max-width: 120.4rem;
}
#main .movie h2 {
	margin-bottom: 6rem;
	color: #00a740;
}
#main .movie .comBox:after {
	margin-top: -3.7rem;
}
#main .movieList {
	gap: 2.3rem;
}
#main .movieList li {
	width: calc((100% - 6.9rem)/2);
	text-align: center;
  margin-bottom: 2rem;
}
#main .movieList .photo {
	margin-bottom: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .movieList .photo img, #main .movieList .photo video, #main .movieList .photo iframe {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	display: block;
}
#main .movieList .photo01 iframe {
	width: 16.1rem;
	height: 100%;
}
#main .movieList .ttl {
	font-size: 2.4rem;
	font-weight: 700;
}
#main .movieList .subTtl {
	color: #00a740;
	font-size: 1.6rem;
}
#main .notice h2 {
	margin-bottom: 4rem;
	font-size: 4rem;
	letter-spacing: 0.06em;
	text-align: center;
	color: #00a740;
}
#main .notice .borBox {
	padding: 2rem 2rem 2.5rem;
	background: #fff;
	border: 0.2rem solid #00a740;
}
#main .notice .noteList > li {
	margin-bottom: 1.7rem;
	position: relative;
	padding: 0 0 1.8rem 3rem;
	font-size: 2.8rem;
	line-height: 1.29;
}
#main .notice .noteList li p {
	display: flex;
}
#main .notice .noteList li p span {
	white-space: nowrap;
}
#main .notice .noteList li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
#main .notice .noteList > li:before {
	position: absolute;
	left: 0.3rem;
	top: 0.6rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background-color: #00a740;
	content: "";
}
#main .notice .noteList > li:not(:last-child) {
	border-bottom: 0.1rem solid #00a740;
}
#main .relate {
	padding: 13.3rem 0 15rem;
	background: url(../img/index/bg04.jpg) no-repeat center center/cover;
}
#main .relate .content {
	max-width: 89.6rem;
}
#main .relate h2 {
	margin-bottom: 5.7rem;
}
#main .relateList {
	gap: 2.5rem;
}
#main .relateList li {
	width: calc((100% - 5rem)/3);
}
#main .relateList a {
	padding: 1rem 1rem 1.8rem;
	height: 25rem;
	color: #00a740;
	font-size: 4rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2rem;
	background: #fff;
	border: 1px solid #fff;
}
.announcing {
  display: block;
  margin: 80px auto;
  width: 500px;
  text-align: center;
}

.announcing a:hover{
  opacity: 0.8;
}

.greetingmove {
  width: 800px;
  margin: 50px auto 100px;
}

.greetingmove .photo, .greetingmove .photo img{
  width: 100%;
}

.mainVisual .greetingmove {
  color: #fff;
}

.greetingmove h3{
  font-size: 3rem;
  letter-spacing: 0.06em;
  margin-bottom: 3rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media all and (min-width: 897px) {
	#main .about .listUl .btn a:hover {
		background: #64c828;
	}
	#main .relateList a:hover {
		color: #fff;
		background: #64c828;
	}
}
/*
@media all and (max-width: 1360px) {
	#main .firstView .txt02 {
		width: calc(100% + 2.9rem);
	}
}*/
@media all and (max-width: 896px) {
  
  .greetingmove {
    width: 100%;
    margin: 30px auto 50px;
  }
  
  .greetingmove h3{
    font-size: 2rem;
    letter-spacing: 0.06em;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .greetingmove iframe{
    width: 100%;
    height: 46vw;
  }

  
  /*
	#main .firstView {
		height: 180vw;
		background: url(../img/index/mv_bg01_sp.jpg) no-repeat center top/cover;
	}
	#main .firstView .txt01 {
    margin: 0 auto;
    display: block;
		width: 100%;
	}
	#main .firstView .txt02 {
		left: -1.8rem;
		bottom: -1rem;
    
    width: 100%;
	}
  */
	#main .mainVisual {
		padding: 6rem 0 6rem;
		background: #00AA80;
	}
	#main .mainVisual .content {
		max-width: inherit;
	}
	#main .mainVisual .title {
		font-size: 4rem;
    margin-bottom: 2rem;
    letter-spacing: 0.3em;
	}
  
	#main .mainVisual p {
		margin-right: 0.8rem;
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: -0.05em;
	}
  
  main .mainVisual p strong{
    font-size: 2rem;
  }
  
  main .mainVisual .greeting .member{
    float: none;
    display: block;
    margin: 20px auto;
  }
	
	#main .about {
		padding: 4.5rem 0 2.2rem;
		background: #F9F9F9;
	}
  
  #main .about .content {
		max-width: inherit;
	}
	#main .about .title {
		font-size: 4rem;
    margin-bottom: 2rem;
    letter-spacing: 0.2em;
	}
  
	#main .about p {
		margin-right: 0.8rem;
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: -0.05em;
	}
  
  main .about p strong{
    font-size: 2rem;
  }
  
  main .about .greeting .member{
    float: none;
    display: block;
    margin: 20px auto;
  }

	#main .about .headLine01 {
		margin-bottom: 0.5rem;
		font-size: 2.4rem;
	}
	#main .about .headLine01 .large {
		font-size: 3.2rem;
	}
	#main .about .midTxt {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .about .listUl {
		display: block;
	}
	#main .about .listUl li {
		margin: 0 0 2rem;
		width: auto;
		padding: 1.8rem 2.8rem 2.3rem;
	}
	#main .about .listUl .ttl {
		margin-bottom: 1rem;
		font-size: 3.1rem;
	}
	#main .about .listUl .subTtl {
		font-size: 2rem;
	}
	#main .about .listUl .subTtl01 {
		margin-bottom: 4rem;
	}
	#main .about .listUl .subTtl02 {
		margin-bottom: 0.4rem;
	}
	#main .about .listUl .listImg01 {
		margin: 0 -0.5rem 1.2rem 0.5rem;
	}
	#main .about .listUl .listImg02 img {
		width: 20.3rem;
	}
	#main .about .listUl .txt {
		font-size: 1.3rem;
		line-height: 1.54;
	}
	#main .about .listUl .txt01 {
		margin-bottom: 5.5rem;
	}
	#main .about .listUl .btn a {
		padding: 0.8rem 0.5rem 1.2rem;
		font-size: 2.1rem;
		line-height: 1.45;
	}
	#main .about .listUl .btn a .large {
		font-size: 3.5rem;
	}
	#main .candidate {
		padding: 5.3rem 0 4.5rem;
		background-image: url(../img/index/bg06_sp.jpg);
	}
	#main .candidate:before,
	#main .candidate:after {
		width: 16.3rem;
		height: 20.5rem;
		background-image: url(../img/index/candidate_bg01_sp.png);
	}
	#main .candidate:after {
		width: 8.6rem;
		height: 7.2rem;
		background-image: url(../img/index/candidate_bg02_sp.png);
	}
	#main .candidate h2 {
		margin-bottom: 2rem;
	}
	#main .candidate .comBox:after {
		top: 23%;
	}
	#main .candidate .comBox:before {
		position: absolute;
		left: 50%;
		background: url(../img/common/coming_img02.png) no-repeat left top/100% auto;
		transform: translateX(-50%);
		width: 15.4rem;
		height: 3.7rem;
		content: "";
		bottom: 24%;
	}
	#main .movie {
		padding: 4.3rem 0 4rem;
		background-size: 18.2rem auto, 12.9rem auto;
	}
	#main .movie .content {
		margin: 0 4.6rem;
	}
	#main .movie h2 {
		margin-bottom: 2rem;
	}
	#main .movie .comBox:after {
		display: none;
	}
	#main .movieList {
		display: block;
	}
	#main .movieList li {
		width: auto;
	}
	#main .movieList li:not(:last-child) {
		margin-bottom: 6rem;
	}
	#main .movieList .photo {
		margin-bottom: 1.2rem;
		height: auto;
		position: relative;
	}
  /*
	#main .movieList .photo:after {
		position: absolute;
		left: 50%;
		top: 50%;
		background: url(../img/common/coming_img02.png) no-repeat left top/100% auto;
		transform: translate(-50%, -50%);
		width: 15.4rem;
		height: 3.7rem;
		content: "";
	}
  */
	#main .movieList .photo01 {
		margin: 0 auto 1.3rem;
		width: 56%;
		aspect-ratio: 161/286;
	}
	#main .movieList .photo01 iframe {
		width: 100%;
	}
	#main .notice {
		padding: 3.8rem 0 4rem;
	}
	#main .notice .content {
		max-width: inherit;
	}
	#main .notice h2 {
		margin-bottom: 1.3rem;
		font-size: 2.4rem;
	}
	#main .notice .borBox {
		padding: 1.1rem 1.2rem 1.4rem;
	}
	#main .notice .noteList > li {
		margin-bottom: 1.2rem;
		padding: 0 0 1.5rem 1.6rem;
		font-size: 1.8rem;
		line-height: 1.56;
	}
	#main .notice .noteList > li:before {
		left: 0;
		top: 0.7rem;
		width: 1.6rem;
		height: 1.6rem;
	}
	#main .notice .noteList > li p {
		margin-right: -0.2rem;
	}
	#main .relate {
		padding: 4.3rem 0 4rem;
		background-image: url(../img/index/bg04_sp.jpg);
	}
	#main .relate .content {
		margin: 0 auto;
		max-width: 28.2rem;
	}
	#main .relate h2 {
		margin-bottom: 2rem;
		font-size: 2.4rem;
	}
	#main .relateList {
		display: block;
	}
	#main .relateList li {
		width: auto;
	}
	#main .relateList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#main .relateList a {
		padding: 1rem;
		min-height: 10rem;
		height: auto;
		font-size: 2rem;
		line-height: 1.25;
		border-radius: 1rem;
	}
  
  .announcing {
    display: block;
    margin: 50px auto;
    width: 90%;
    text-align: center;
  }
}