/* --------------------------　 TOPページだけ、一瞬ロゴ　-------------------------- */
.start {
	background:rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 500px;
}
@media screen and (max-width: 834px) {
.start {
	background:rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 80%;
}
}



.anim-box.fadein.is-animated {
 opacity: 0;
	animation-name: fadeIn2s;
    animation-delay: 2s;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    opacity: 0;
	background: url("../../image/index/fvpc.png");
	width: 100%;
	height: 547px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.anim-box02.fadein02.is-animated02 {
	opacity: 0;
	animation-name: fadeIn2s;
    animation-delay: 4s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.anim-box02 {
	position: absolute;
	top:300px;
  right: 0;
  left: 0;
  margin: 0 auto;
	z-index: 1;
}

.anim-box02 figure {
	width: 500px;
	margin: auto;
}
.anim-box02 figure img {
	width: 100%;
	height: auto;
	margin: auto;
}

 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2s {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




.indexCONTENT {
	
}


.index-fv {
	position: relative;
	padding-top: 50px;
	width: 100%;
	overflow: hidden;
	background-position: center top;
	margin-bottom: 30px;
	box-sizing: border-box;
}


.index-fvsp {
	display: none;
}

.indexbox {
	text-align: center;
	color:#fff;
}

.h3_sub {
	font-size: clamp(1.4rem, 1.45vw, 1.6rem);
}

.more_box {
	display: flex;
	justify-content: center;
  align-items: center;
	margin-top: 40px;
}
.more_box div {
	margin: 0 10px;
}


.more03 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background-image: linear-gradient(360deg, rgb(189 153 0), rgb(231 181 69) 33%, rgb(243 201 107) 76%, rgb(212 173 5));
	color: #fff;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:-20px;
	margin-bottom:20px;
	width:200px;
	font-size:3rem;
	border: 1px solid #d4ad05;
}
.more03::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more03:link,
.more03:visited {
	color: #fff;
}


.index-wrap {
	max-width: 1000px;
	margin: auto;
	padding: 40px 0;
}

.index-seo p {
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
}



@media screen and (max-width: 834px) {
	



.anim-box.fadein.is-animated {
 opacity: 0;
	animation-name: fadeIn2s;
    animation-delay: 2s;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    opacity: 0;
	background: url("../../image/index/fvpc.png");
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.anim-box02.fadein02.is-animated02 {
	opacity: 0;
	animation-name: fadeIn2s;
    animation-delay: 4s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.anim-box02 {
	position: absolute;
	top:190px;
  right: 0;
  left: 0;
  margin: 0 auto;
	z-index: 1;
}

.anim-box02 figure {
	width: 300px;
	margin: auto;
}
.anim-box02 figure img {
	width: 100%;
	height: auto;
	margin: auto;
}

	
	

	
.indexCONTENT {
	
}


.index-fv {
	position: relative;
	padding-top: 50px;
	width: 100%;
	overflow: hidden;
	background-position: center top;
	margin-bottom: 10px;
}


.index-fvsp {
	display: none;
}

.indexbox {
	text-align: center;
	color:#fff;
	padding: 20px;
	box-sizing: border-box;
}

.h3_sub {
	font-size: clamp(1.4rem, 1.45vw, 1.6rem);
}

.more_box {
	display: flex;
	justify-content: center;
  align-items: center;
	margin-top: 40px;
	width: 100%;
}
.more_box div {
	margin: 0 3px;
	width:48%;
	box-sizing: border-box;
}


.more03 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background-image: linear-gradient(360deg, rgba(56, 134, 112, 1), rgba(65, 157, 131, 1) 33%, rgba(84, 203, 169, 1) 76%, rgba(56, 134, 112, 1));
	color: #fff;
	width:100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:-20px;
	margin-bottom:0px;
	
	font-size:1.6rem;
	border: 1px solid #46dfe5;
	box-sizing: border-box;
}
.more03  a {
	


}
.more03::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more03:link,
.more03:visited {
	color: #fff;
}


.index-wrap {
	max-width: auto;
	margin: auto;
	padding: 20px 20px;
	box-sizing: border-box;
}

.index-seo p {
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
}
}