@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: 5% 0 0;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    background: #ccdbda;
    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_wrap .title{
    width: 45%;
    text-align: center;
    display: block;
    margin: 3% auto;
}
#ha_wrap h1{
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: 3px;
    
}

#ha_wrap .lead{
    font-size: 17px;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    line-height: 2.2em;
}


/************************************************************
                contents
************************************************************/

#ha_contents{
    width: 100%;
    display: inline-block;
    margin: 0% auto;
    position: relative;
    overflow: hidden;
}
#ha_contents .ha_box{
    max-width: 1000px;
    width: 100%;
    display: inline-block;
    margin: 5% auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#ha_contents .ha_box .main{
    width: 60%;
    margin: 0 auto;
}
#ha_contents .ha_box .sub_box{
    width: 37%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ha_contents .ha_box .sub_box .sub_inner{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    z-index: 6;
}
#ha_contents .ha_box .sub_box .sub_inner .sub_right{
    width: 70%;
    float: right;
}
#ha_contents .ha_box .sub_box .sub_inner .sub_left{
    width: 70%;
    float: left;
}
#ha_contents .ha_box .sub_box .sub_inner .no_right{
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
}
#ha_contents .ha_box .sub_box .sub_inner .no_left{
    width: 35%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 7;
}
#ha_contents .ha_box .sub_box .credit_box{
    width: 100%;
    position: relative;
    text-align: left;
    display: inline-block;
    margin: 3% auto 0;
    z-index: 6;
}
#ha_contents .ha_box .sub_box .credit_box .credit{
    font-size:17px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: left;
    margin: 0 auto;
}
#ha_contents .ha_box .sub_box .credit_box p{
    font-size: 13px;
    text-align: left;
    line-height: 1.8em;
    margin: 3% auto;
    
}
#ha_contents .ha_box .sub_box .bg_right{
    width: 90%;
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: 5;
}
#ha_contents .ha_box .sub_box .bg_left{
    width: 90%;;
    position: absolute;
    left: 0%;
    top: 10%;
    z-index: 5;
}

/************************************************************
                button
************************************************************/
.btn01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 50%;
	margin: 5% auto 0;
    padding: 3% 0;
    background: #FFFFFF;
	color: #333333;
    border: #333333 1px solid;
	transition: 0.5s;
    font-size:14px;
    font-weight: 400;
    line-height: 1em;
    float: left;
    font-family: 'Inter', sans-serif;
}
.btn01 a:hover {
    background: #333333;
    color: #FFFFFF;
    border: #333333 1px solid;
    opacity: 1;
}

.hr{
    width: 100%;
    border-bottom: 1px solid #b1c0bf;
    margin: 2% 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: 15% 0 2.5%;
        margin: 0 auto;
    }
    #ha_wrap .title{
        width: 85%;
        margin: 6% auto;
    }
    #ha_wrap h1{
        font-size: 15px;
    }
    #ha_wrap .lead{
        font-size: 14px;
        margin: 10% auto;
    }
    #ha_contents .ha_box{
        width: 90%;
        margin: 15% auto 5%;
    }
    #ha_contents .ha_box .main{
        width: 100%;
    }
    #ha_contents .ha_box .sub_box{
        width: 100%;
        margin: 10% auto;
    }
    #ha_contents .ha_box .sub_box .sub_inner .no_right{
        width: 25%;
        left: 2%;
        top: 5%;
    }
    #ha_contents .ha_box .sub_box .sub_inner .no_left{
        width: 25%;
        right: 2%;
        top: 5%;
    }
    #ha_contents .ha_box .sub_box .credit_box{
        width: 96%;
        margin: 5% auto 0;
    }
    #ha_contents .ha_box .sub_box .credit_box .credit{
        font-size: 15px;
    }
    #ha_contents .ha_box .sub_box .credit_box p{
        font-size: 13px;
    }
    #ha_contents .ha_box .sub_box .bg_right{
        width: 80%;
        right: 10%;
        top: 5%;
    }
    #ha_contents .ha_box .sub_box .bg_left{
        width: 80%;
        left: 10%;
        top: 5%;
    }
    .btn01 a{
        width: 98%;
        font-size: 12px;
        padding: 5% 0;
        float: none;
        text-align: center;
        margin: 10% auto 0;
    }
    .btn02 a{
        padding: 3% 0;
    }
    .btn02 a::after{
        bottom: 10%;
    }
    .btn{
        width: 94%;
        font-size: 13px;
        line-height: 3em;
        margin: 15% auto 0;
        
    }
    
    .pc{
        display: none;
    }
    .sp{
        display:block;
    }
    
    .Right{
        float: none;
    }
    .Left{
        float: none;
    }
    .MT3{
        margin-top: 5%;
    }


}

