@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');



*:focus {
  outline: none;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto 0;
    padding: 10% 0 0%;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    background: #f4f4f4;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#ha_wrap img{
    width: 100%;
    border: 0;
	vertical-align: bottom;
    line-height: 0;
} 
#ha_wrap ul{
	padding: 0;
	overflow: hidden;
    margin: 0 auto;
}
#ha_wrap li{
	list-style: none;
    margin: 0 auto;
}
#ha_wrap a{
    text-decoration: none;
}
#ha_wrap a:link{
    text-decoration: none;
}
#ha_wrap a:hover{
    opacity: 1;
}


/************************************************************
                head
************************************************************/
#ha_head{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ha_head .title{
    width: 35%;
    text-align: center;
    margin: 0 auto;
}
#ha_head .title_s{
    width: 18%;
    text-align: center;
    margin: 3% auto;
}
#ha_head h1{
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    margin: 5% auto;
    line-height: 2em;
    display: inline-block;
}
#ha_head .menu{
    width: 100%;
    margin: 5% auto;
    display: inline-block;
}
#ha_head .menu ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}
#ha_head .menu ul li{
    display: inline-block;
    position: relative;
    opacity: 0;
    animation: fadeIn 1.2s forwards;
}
#ha_head .menu ul li:nth-of-type(2){
    animation-delay: .2s;
}
#ha_head .menu ul li:nth-of-type(3){
    animation-delay: .6s;
}
#ha_head .menu ul li:nth-of-type(4){
    animation-delay: 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#ha_head .menu ul li .img{
    width: 100%;
    position: relative;
}
#ha_head .menu ul li .no{
    position: absolute;
    width: 20%;
    left: 0;
    top: 0;
    
}


/************************************************************
                contents
************************************************************/

#ha_contents{
    max-width: 800px;
    width: 100%;
    display: inline-block;
    margin: 10% auto 0;
    position: relative;
}
#ha_contents .ha_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
    position: relative;
}
#ha_contents .main_box{
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}
#ha_contents .main_box .item_box{
    width: 55%;
    float: left;
    display: inline-block;
    background: #83adda;
    position: relative;
    text-align: center;
    padding: 3% 0;
    margin: 0 auto;
}
#ha_contents .main_box .item_box .item{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    z-index: 10;
}
#ha_contents .main_box .item_box .detail{
    font-family: 'Inter', sans-serif;
    font-size: 70%;
    font-weight: normal;
    
}
#ha_contents .main_box .item_box .no{
    position: absolute;
    width: 25%;
    top: 10%;
    left: 10%;
    z-index: 5;
    
}
#ha_contents .main_box .box_R{
    width: 45%;
    float: right;
    position: relative;
}
#ha_contents .main_box .box_L{
    width: 55%;
    float: left;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#ha_contents .main_box .box_L img{
    width: 90%;
    text-align: center;
    display: block;
    margin-top: 10%;
    margin-left: 10%;
}

#ha_contents .sub_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 8% auto;
    padding-bottom: 30%;
}
#ha_contents .sub_box .main{
    width: 60%;
    float: left;
    display: inline-block;
    position: relative;
    
}
#ha_contents .sub_box .sub_01{
    width: 35%;
    float: right;
    margin: 50% auto 0;
}
#ha_contents .sub_box .sub_02{
    width: 30%;
    bottom: 0;
    left: 40%;
    position: absolute;
}
.img1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	background: center center no-repeat;
	animation: anime 6s 0s infinite;
	z-index: 0;
	opacity: 0;
}
.img1:nth-of-type(2) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}


/************************************************************
                button
************************************************************/
.btn01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 40%;
	margin: 5% auto 0;
    padding: 2% 0;
    background: #000000;
    color: #FFFFFF;
    border: #000000 1px solid;
	transition: 0.5s;
    font-size:13px;
    font-weight: 500;
    line-height: 1em;
    float: none;
    font-family: 'Inter', sans-serif;
}
.btn01 a:hover {
    background: #FFFFFF;
    color: #000000;
    border: #000000 1px solid;
    opacity: 1;
}
.btn02 a{
    position: relative;
    background: #FFFFFF;
    width: 100%;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    letter-spacing: .8;
    line-height: 1.6;
    font-weight: 600;
    font-size: 13px;
    padding: 1.5% 0;
    margin: 0% auto 0;
    color: #83adda;
    border: #83adda 1px solid;
    transition: 0.3s ease-in-out;
}
.btn02 a::after {
    position: absolute;
    content: "+";
    right: 2%;
    bottom: 4%;
    font-size: 22px;
    font-weight: 300;
    color: #83adda;
}
.btn02 a:hover{
    background: #000000;
    color: #FFFFFF;
    border: #000000 1px solid;
}
.btn02 a:hover:after {
    color: #FFFFFF;;
}
.btn_all a {
    background: #83adda;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0%;
    width: 60%;
    padding: 2.5% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 16px;
    float: none;
    text-align: center;
    font-family: 'Inter', sans-serif;
}
.btn_all a:hover {
    background: #000000;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}


.hr{
    width: 100%;
    border-bottom: #dddddd 1px solid;
    margin: 5% auto;
    text-align: center;
}


.pc{
	display: block;
}
.sp{
	display: none;
}

.Inter{
    font-family: 'Inter', sans-serif;
}
.Chivo{
    font-family: "Chivo", sans-serif;
}
.NotoSans{
    font-family: "Noto Sans JP", sans-serif;
}
.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:70%;
}

.clear {
	clear: both;
}
.MT3{
    margin-top: 3%;
}

@media only screen and (max-width:768px){
    #ha_wrap{
        width: 100%;
        padding: 20% 0 5%;
    }
    #ha_head .title{
        width: 55%;
    }
    #ha_head .title_s{
        width: 40%;
    }
    #ha_head h1{
        font-size: 15px;
    }
    #ha_head .menu{
        margin: 15% auto;
    }
    #ha_head .menu ul{
        grid-template-columns: 1fr 1fr;
    }
    
    #ha_contents .ha_box{
        width: 100%;
    }
    #ha_contents .main_box .item_box{
        width: 100%;
        padding: 12.5% 0 8%;
    }
    #ha_contents .main_box .item_box .no{
        width: 18%;
        top: 8%;
    }
    #ha_contents .main_box .item_box .item{
        font-size: 18px;
    }
    #ha_contents .main_box .box_R{
        width: 52%;
    }
    #ha_contents .main_box .box_L{
        position: absolute;
        width: 72.5%;
        left: 0;
        top: 15%;
    }
    #ha_contents .main_box .box_L img{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    #ha_contents .sub_box{
        padding-bottom: 30%;
    }
    #ha_contents .sub_box .main{
        width: 80%;
        
    }
    #ha_contents .sub_box .sub_01{
        width: 60%;
        float: right;
        margin: 115% auto 0;
    }
    #ha_contents .sub_box .sub_02{
        width: 45%;
        left: 5%;
        
    }
    
    .btn01 a{
        width: 50%;
        font-size: 12px;
        padding: 3% 0;
    }
    .btn02 a{
        width: 99%;
        padding: 4% 0;
        font-size: 12px;
        border: #83adda 2px solid;
    }
    .btn02 a::after{
        bottom: 15%;
    }
    .btn_all a{
        width: 90%;
        font-size: 13px;
        padding: 5% 0;
    }
    
    .pc{
        display: none;
    }
    .sp{
        display:block;
    }
    
    .Right{
        float: none;
    }
    .Left{
        float: none;
    }
    .MT3{
        margin-top: 5%;
    }


}

