@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition: opacity ease-in-out 2s;
	z-index: 100000;
	pointer-events: none;
}
.loading.hide {
	opacity: 0;
}
.loading .logo,
.loading .tree {
	opacity: 0;
}
.loading .logo.show,
.loading .tree.show {
	opacity: 1;
	transition: opacity ease-in-out 3s;
}
.loading .logo img {
	max-width: inherit;
	height: min(170px,16.6svh);
}
.loading .tree {
	width: min(400px,39svh);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
#main .mainVisual {
	margin-bottom: 0;
}
#main .mainVisual .lBox {
	background: url(../img/index/main_bg.png) no-repeat left bottom / 100%;
}
#main .mainVisual .lBox .title {
	padding: 4.6rem 0 0;
	font-size: 4.6rem;
}
#main .sec01 {
	margin-bottom: 13rem;
	padding: 30rem 0 30rem;
	position: relative;
	clip-path: inset(0);
}

#main .sec01 .content{
    z-index: 2;
    position: relative;
}

#main .sec01 video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.movie {
  position: relative;
    z-index: -1;
}

.movie::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / .5);

  background-position: 0 0, 2px 2px;
}

#main .sec01 .headLine01 {
	margin-bottom: 5.6rem;
	font-size: 4.6rem;
}
#main .sec01 .headLine01 .sml {
	margin-bottom: 1.8rem;
}
#main .sec01 .headLine01 sup {
	vertical-align: 2.3rem;
}
#main .sec01 .comText {
	font-size: 2.2rem;
}
#main .sec01 .box01 {
	margin-bottom: 100rem;
}
#main .sec01 .box02 .headLine01 {
	margin-bottom: 4.3rem;
}
#main .sec01 .box02 .textBox .comText {
	margin-bottom: 3.5rem;
}
#main .sec01 .box02 .textBox .comSmlText {
	margin-top: -2.6rem;
}
#main .sec02 .comAreaBox .rBox .item {
	padding-top: 9.4rem;
}
#main .sec02 .comAreaBox .rBox .item .headLine01 {
	margin-bottom: 5.7rem;
}
#main .sec02 .comAreaBox .rBox .item .textBox .comText {
	line-height: 2.0;
}
#main .sec02 .comAreaBox .rBox .item .textBox .comText:not(:last-child) {
	margin-bottom: 3.6rem;
}
#main .sec03 {
	padding: 8.4rem 0 10.1rem;
	background: url(../img/index/sec03_bg.jpg) no-repeat top center / cover;
}
#main .sec03 .headLine01 {
	margin-bottom: 4.8rem;
}
#main .sec03 .comText {
	margin-bottom: 3.4rem;
}
#main .sec03 .comSmlText {
	margin: -2.7rem 0 6.4rem;
}
#main .sec03 .imgBox {
	margin-bottom: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec03 .imgBox .photoBox {
	margin-top: 0.9rem;
	order: 2;
	width: 34rem;
}
#main .sec03 .imgBox .textBox {
	width: calc(100% - 40rem);
}
#main .sec03 .imgBox .textBox h3 {
	margin-bottom: 2.3rem;
	font-size: 3.2rem;
	font-weight: normal;
	color: #AC0C26;
	letter-spacing: 0.1em;
}
#main .sec03 .imgBox .textBox h3 sup {
	color: #333;
	font-size: 1.4rem;
}
#main .sec03 .imgBox .textBox .text {
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#main .sec03 .imgBox .textBox .comSmlText {
	margin-top: 1.3rem;
}
#main .sec03 .textArea {
	margin-top: -8.5rem;
	padding: 3.2rem 3.7rem 3.5rem;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#main .sec03 .textArea .title {
	margin-bottom: 1.6rem;
	padding: 0.4rem 0 0.5rem 4.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: url(../img/common/icon04.png) no-repeat left top / 3.6rem;
}
#main .sec03 .textArea .textUl {
	padding: 0 0.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.5rem;
}
#main .sec03 .textArea .textUl li {
	width: 49rem;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#main .sec03 .textArea .textUl li:nth-child(2n) {
	width: fit-content;
}
#main .comSecBox {
	background-color: #FFF;
}
#main .comSecBox .textBox .headLine01 {
	margin-bottom: 4rem;
}
#main .comSecBox .textBox .comSmlText {
	margin: 1.9rem 0 2.5rem;
}
#main .comSecBox .textBox .textImg {
	margin: 0.9rem auto 30px;
	max-width: 34rem;
}
#main .sec04 {
	padding: 9.9rem 0 7.7rem;
	background-color: #F9FAF6;
}
#main .sec04 .content {
	max-width: 156rem;
}
#main .sec04 h2 {
	margin-bottom: 3.7rem;
	font-size: 3.6rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
}
#main .sec04 .photoList {
	position: relative;
}
#main .sec04 .photoList li {
	margin: 0 1.9rem;
	width: calc((100% - 8rem) / 3);
}
#main .sec04 .photoList li .les0 {
	letter-spacing: 0 !important;
}
#main .sec04 .photoList li .pho {
	margin-bottom: 2rem;
}
#main .sec04 .photoList li .ttl {
	margin-bottom: 1.1rem;
	padding: 0.6rem 1rem 0.8rem;
	border: 1px solid #CCC;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.1em;
}
#main .sec04 .photoList li .txt {
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.1em;
}
#main .sec04 .photoList.no-swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.swiper-controllers {
	margin: 6rem auto 0;
    width: 62.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.swiper-button-prev,
.swiper-button-next {
	margin: 0;
	position: static;
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: url(../img/common/icon05.svg) no-repeat left top / 100%;
    width: 2rem;
    height: 1.5rem;
	transition: 0.3s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}
.swiper-button-prev {
	transform: scaleX(-1);
}
.swiper-pagination {
	margin-left: -11.2rem;
	bottom: 0.7rem !important;
	left: 50% !important;
	width: 22.4rem !important;
	height: 1px !important;
	background: #BEBFBD !important;
	display: flex;
	flex-wrap: nowrap;
}
.swiper-pagination-bullet {
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
	border-radius: 0;
	flex: 1;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.swiper-pagination-bullet:hover {
		background: #000 !important;
		opacity: 1 !important;
	}
}
.swiper-pagination-bullet-active {
	background: #000 !important;
}
#main .sec05 {
	padding: 10.4rem 0 4.5rem;
	background: url(../img/index/sec05_bg01.png) no-repeat left bottom -7.4rem / 118rem;
}
#main .sec05 .headLine01 {
	margin-bottom: 4.3rem;
}
#main .sec05 .imgBox .textBox {
	width: calc(100% - 42rem);
}
#main .sec05 .imgBox .textBox .comText {
	margin-bottom: 3.2rem;
}
#main .sec05 .imgBox .textBox .comText:last-child {
	margin-bottom: 0;
}
#main .sec05 .imgBox .photoBox {
	width: 40rem;
}
#main .sec05 .imgBox .photoBox .photo {
	margin-bottom: 1rem;
}
#main .sec05 .imgBox .photoBox .name {
	margin-bottom: 0.6rem;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
#main .sec05 .imgBox .photoBox .name .big {
	margin-left: 1rem;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#main .sec05 .imgBox .photoBox .sml {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	.swiper-button-prev:hover,
	.swiper-button-next:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1500px) {
	#main .mainVisual .inner .lBox .title {
		padding-top: 7rem;
		font-size: 3vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#main .sec05 .imgBox .textBox .comText {
		font-size: 1.9rem;
	}
}
@media all and (max-width: 896px) {
	.loading .logo img {
		height: min(10rem,15.625svh);
	}
	.loading .tree {
		width: min(26rem,40.625svh);
	}
	#main .mainVisual .lBox {
		background-image: url(../img/index/main_bg_sp.png);
	}
	#main .mainVisual .lBox .title {
		padding: 3.2rem 0 0 1rem;
		font-size: 2rem;
		height: 30.5rem;
	}
	#main .sec01 {
		margin-bottom: 0;
		padding: 15rem 1rem;
	}
	#main .sec01 .headLine01 {
		margin-bottom: 2.8rem;
		font-size: 2.4rem;
		line-height: 1.4;
	}
	#main .sec01 .headLine01 .sml {
		margin: 0 -1.8rem 0.8rem 0;
	}
	#main .sec01 .headLine01 sup {
		vertical-align: 0.8rem;
	}
	#main .sec01 .comText {
		font-size: 1.6rem;
	}
	#main .sec01 .box01 {
		margin-bottom: 40rem;
	}
	#main .sec01 .box02 .headLine01 {
		margin-bottom: 2.5rem;
	}
	#main .sec01 .box02 .textBox .comText {
		margin-bottom: 2rem;
	}
	#main .sec01 .box02 .textBox .comSmlText {
		margin-top: -1rem;
	}
	#main .sec02 .comAreaBox .rBox .item {
		padding-top: 0;
	}
	#main .sec02 .comAreaBox .rBox .item .headLine01 {
		margin-bottom: 3rem;
	}
	#main .sec02 .comAreaBox .rBox .item .textBox .comText:not(:last-child) {
		margin-bottom: 2rem;
	}
	#main .sec03 {
		padding: 4rem 0;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 3rem;
	}
	#main .sec03 .comText {
		margin-bottom: 2rem;
	}
	#main .sec03 .comSmlText {
		margin: -1.5rem 0 4rem;
	}
	#main .sec03 .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#main .sec03 .imgBox .photoBox {
		margin: 0 0 2rem;
		width: auto;
	}
	#main .sec03 .imgBox .photoBox img {
		width: 100%;
	}
	#main .sec03 .imgBox .textBox {
		width: auto;
	}
	#main .sec03 .imgBox .textBox h3 {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
	}
	#main .sec03 .imgBox .textBox h3 sup {
		font-size: 1rem;
	}
	#main .sec03 .imgBox .textBox .text {
		font-size: 1.6rem;
	}
	#main .sec03 .imgBox .textBox .comSmlText {
		margin: 0.5rem 0 0;
	}
	#main .sec03 .textArea {
		margin-top: 0;
		padding: 2rem;
	}
	#main .sec03 .textArea .title {
		margin-bottom: 1.4rem;
		padding: 0.4rem 0 0.4rem 2.5rem;
		font-size: 1.6rem;
		background: url(../img/common/icon04.png) no-repeat left top 0.5rem / 1.8rem;
	}
	#main .sec03 .textArea .textUl {
		display: block;
	}
	#main .sec03 .textArea .textUl li {
		padding-left: 1rem;
		width: auto !important;
		font-size: 1.4rem;
		text-indent: -1em;
	}
	#main .comSecBox .textBox .headLine01 {
		margin-bottom: 2rem;
	}
	#main .comSecBox .textBox .comSmlText {
		margin: 1rem 0 2rem;
	}
	#main .sec04 {
		padding: 4rem 0;
	}
	#main .sec04 h2 {
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}
	#main .sec04 .photoList li {
		margin: 0 1rem;
		width: 100%;
	}
	#main .sec04 .photoList li .pho img {
		width: 100%;
	}
	#main .sec04 .photoList li .ttl {
		font-size: 1.6rem;
	}
	#main .sec04 .photoList li .txt {
		font-size: 1.6rem;
	}
	.swiper-controllers {
		margin: 4rem auto 0;
		width: 32.3rem;
	}
	#main .sec05 {
		padding: 4rem 0;
		background: url(../img/index/sec05_bg01.png) no-repeat left bottom -3rem / 59rem;
	}
	#main .sec05 .headLine01 {
		margin-bottom: 2rem;
	}
	#main .sec05 .imgBox {
		display: block;
	}
	#main .sec05 .imgBox .textBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .sec05 .imgBox .textBox .comText {
		margin-bottom: 2rem;
	}
	#main .sec05 .imgBox .photoBox {
		width: auto;
	}
	#main .sec05 .imgBox .photoBox img {
		width: 100%;
	}
	#main .sec05 .imgBox .photoBox .name {
		margin-bottom: 0.6rem;
		font-size: 1.4rem;
	}
	#main .sec05 .imgBox .photoBox .name .big {
		margin-left: 0.5rem;
		font-size: 2rem;
	}
	#main .sec05 .imgBox .photoBox .sml {
		font-size: 1.2rem;
	}
}