@charset "utf-8";



*:focus {
  outline: none;
}
body{
    margin: 0;
    padding:0;
}

.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Inter{
	font-family: "Inter", sans-serif;
}
.HelveticaLT{
	font-family: helvetica-lt-pro, sans-serif;
}
.Montserrat{
	font-family: "Montserrat", sans-serif;
}
.Questrial{
	font-family: "Questrial", sans-serif;
}
.MrsEave{
	font-family: mrs-eaves, serif;
}
.MrsEavesXL{
	font-family: mrs-eaves-xl-serif, serif;
}

#ha_wrap{
	max-width:1500px;
	width: 100%;
	text-align: center;
    position: relative;
	padding:0;
    margin: 0 auto;
	color: #333333;
	line-height: 1.65em;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5px;
	overflow: hidden;
	background: #F7F7F7;
}

#ha_wrap img{
    width: 100%;
    border: 0;
    line-height: 0;
    vertical-align:top;
} 
#ha_wrap ul,#ha_wrap li{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}

#ha_wrap a{
    text-decoration: none;
}
#ha_wrap a:hover{
    opacity: 1;
}
#ha_head{
	position: relative;
	margin: 0 auto;
	padding:0;
	display: block;
}

#ha_head .head{
	display: inline-block;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden; 
}
.zoom-out-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* アニメーションの設定 */
  animation: scaleDown 1.2s ease-out forwards;
  /* forwardsは、アニメーション終了後の状態を維持する */
}
@keyframes scaleDown {
  0% {
    transform: scale(1.3); /* 最初は少し大きく */
  }
  100% {
    transform: scale(1); /* 通常サイズに縮小 */
  }
}

#ha_head .title{
	position: absolute;
	width: 25%;
	left: 37.5%;
	top: 32%;
	z-index: 3;
	
}
#ha_head .lead{
	width: 100%;
	display: block;
	font-size: 16px;
	text-align: center;
	margin:5% auto;
	line-height: 2.5em;
	font-weight: 500;
	font-family: "Noto Serif JP", sans-serif;
}


#ha_contents{
	max-width: 1000px;
    width: 100%;
    position: relative;
	margin: 0% auto;
	padding: 0;
	display: block;
}
#ha_contents section{
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 5% auto;
}
#ha_contents section .label{
	width: 48%;
	right: 0;
	top: 15%;
	text-align: center;
	position: absolute;
	z-index: 3;
}
#ha_contents section:nth-of-type(even) .label{
	width: 48%;
	right:52%;
	top: 15%;
	text-align: center;
	position: absolute;
	z-index: 3;
}
#ha_contents section .label .no{
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}
#ha_contents section .main{
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap:4%;
	position: relative;
	align-items: center;
}
#ha_contents section:nth-of-type(even) .main{
	flex-direction: row-reverse;
}
#ha_contents section .item_box{
	width: 50%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#ha_contents section .item_box .item{
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	line-height: 2em;
}
#ha_contents section .item_box .hr{
	width: 80%;
	border-bottom: #333 2px solid;
	text-align: center;
	margin: 3% auto;
}
#ha_contents section .item_box .point{
	font-size: 15px;
	text-align: center;
	margin: 2.5% auto;
	line-height: 2em;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 500;
}







/************************************************************
               button
************************************************************/

.btn01 a {
    background: #333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin:5% auto 0;
    width:50%;
    padding: 3% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0px;
    line-height: 1em;
	letter-spacing: 0px;
	font-family: "Montserrat", sans-serif;
	border: #333 1px solid;
    
}
.btn01 a:hover{
	background: #FFFFFF;
	color: #000000;
	border: #000000 1px solid;
}
.btn02 a {
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #444;
	font-weight: 400;
	display: block;
	position: relative;
	box-sizing: border-box;
	max-width: 300px;
	text-align: center; 
	padding: 1% 0;
	margin: 5% auto;
	margin-inline: auto;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}

.btn02 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 1px;
  background: #555;
  bottom: 0;
  transition: all 0.3s;
}

.btn02 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #555;
  rotate: 40deg;
  right: -3px;
  bottom: 5px;
  transition: all 0.3s;
}


.btn_all a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 15% auto 20%;
    width: 90%;
    padding: 3.5% 0%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
	background: #333;
	font-family: "Spectral", serif;
}
.btn_all a:hover {
    background: #ddd;
    color: #222;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn02 a:hover:after {
    border-color: #222;
}


.pc{
	display: block;
}
.sp{
	display: none;
}

.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:60%;
}

.clear {
	clear: both;
}


/************************************************************
                sp
************************************************************/

@media only screen and (max-width:768px){
	#ha_wrap{
		width: 100%;
	}
	#ha_head .title {
		position: absolute;
		width: 45%;
		left:27.5%;
		top: 28%;
		z-index: 3;
	}
	#ha_head .lead{
		font-size: 15px;
		line-height: 2em;
	}
	#ha_contents section .label{
		width: 100%;
		left: 0;
		top: 0;
	}
	#ha_contents section:nth-of-type(even) .label{
		width: 100%;
		left: 0;
		top: 0;
	}
	#ha_contents section .label .no{
		font-size: 22px;
		font-weight: 500;
	}
	#ha_contents section .main{
		width: 90%;
		flex-wrap: wrap;
		margin: 10% auto 5%;
	}
	#ha_contents section .item_box{
		width: 100%;
		margin: 5% auto;
	}
	#ha_contents section .item_box .item{
		font-size: 16px;
	}
	#ha_contents section .item_box .hr{
		width: 90%;
	}
	#ha_contents section .item_box .point{
		font-size: 13.5px;
	}
	.btn01 a{
		width: 70%;
		line-height: 1.5em;
	}
	
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}
/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */

.styleimg {
	width: 50%;
	display: inline-block;
	position: relative;
	aspect-ratio: 5 / 6;
	
}
@media only screen and (max-width:768px){
	.styleimg{
		width: 100%;
	}
}
.styleimg .slider {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  animation-name: anime;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.styleimg .slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes anime {
  0% {
    opacity: 1;
	  z-index: 2;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
	  z-index: 10;
  }
  100% {
    opacity: 0;
  }
}
/*2枚*/
.styleimg.is-2 .slider {
	position: absolute;
	inset: 0;
	opacity: 0;
	animation: anime 4s 0s infinite;
	z-index: 2;
}
.styleimg.is-2 .slider:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/*4枚*/
.styleimg.is-4 .slider {
	position: absolute;
	inset: 0;
	opacity: 0;
	animation: anime 6s 0s infinite;
	z-index: 2;
}

.styleimg.is-4 .slider:nth-child(1) {
  animation-delay: 0s;
}
.styleimg.is-4 .slider:nth-child(2) {
  animation-delay: 2s;
}
.styleimg.is-4 .slider:nth-child(3) {
  animation-delay: 4s;
}
.styleimg.is-4 .slider:nth-child(4) {
  animation-delay: 6s;
}



/* ================================================ 
　　　　　　　　　　　　JS動き
================================================ */

.fade01{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 0.8s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.4s ease;
}
.anim03 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.6s ease;
}

.anim01.ac,.anim02.ac,.anim03.ac {
	opacity: 1;
    transform: translate(0);
}


