@charset "utf-8";


*:focus {
outline: none;
}

body{
    margin: 0;
    padding: 0;
}
#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 5% 0 0;
    display: block;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    background: #ececec;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
}
*:focus {
outline: none;
}

#ha_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#ha_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ha_wrap li{
	list-style: none;
}
#ha_wrap a{
	text-decoration: none;
}
#ha_wrap a:link,#ha_wrap a:hover{
    text-decoration: none;
    opacity: 1;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.MrsEave{
 font-family: "mrs-eaves-xl-serif", serif;
}
.Notosans{
    font-family: 'Noto Sans JP', sans-serif;
}

/**************************************************
header
**************************************************/
#ha_head{
    max-width: 1000px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#ha_head .title_s{
    width: 20%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#ha_head .title{
    width: 50%;
    text-align: center;
    display: block;
    margin:5% auto 0;
}
#ha_head .lead{
    font-size: 16px;
    text-align: center;
    line-height: 2.5em;
    margin: 5% auto 0;
    display: inline-block;
    position: relative;
    font-weight: 400;
}
#ha_head .title_s{
    opacity: 0;
	transition: 1.8s all 0.2s ease;
}
#ha_head .title{
    opacity: 0;
	transition: 1.8s all 0.6s ease;
}
#ha_head .lead{
    opacity: 0;
	transition: 1.8s all 1s ease;
}
#ha_head.ac .title_s,#ha_head.ac .title,#ha_head.ac .lead{
	opacity: 1;
}


/**************************************************
contents
**************************************************/
#ha_contents{
    width: 100%;
    margin: 10% auto 0;
    display: block;
    position: relative;
}

#ha_contents .section {
    width: 100%;
    margin: 8% auto;
}
#ha_contents .section .ttl{
    position: relative;
    padding: 10px 0;
    margin-bottom: 2%;
    font-family: "mrs-eaves-xl-serif", serif;
    font-weight: 400;
}
#ha_contents .section .ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 2px;
    background: #000;
    /*transform: translate(0, -50%);*/
}
#ha_contents .section .ttl span {
    background: #ececec;
    position: relative;
    z-index: 10;
    padding-right: 15px;
    font-size: 30px;
    text-align: left;
    float: left;
    margin-top: -1%;
}

#ha_contents .section .inner{
    max-width: 1000px;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
}
#ha_contents .item_box{
    width: 100%;
    position: relative;
    margin: 3% auto;
    display: inline-block;
}
#ha_contents .item_box .item{
    font-size: 18px;
    text-align: left;
    line-height: 1.8em;
    margin: 0 auto;
    font-weight: 400;
    
}
#ha_contents .style_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row: auto;
    grid-column-gap: 4%;
}
#ha_contents .style_box ul li{
    position: relative;
    display: inline-block;
}
#ha_contents .detail_box{
    width: 100%;
    position: relative;
    background: #FFFFFF;
    margin: 5% auto;
    display: inline-block;
    padding: 2% 0;
}
#ha_contents .detail_box .detail{
    width:90%;
    text-align: center;
    margin: 2% auto;
    position: relative;
    display: inline-block;
}
#ha_contents .detail_box .detail .txt{
    width: 55%;
    font-size: 15px;
    text-align: left;
    line-height: 1.8em;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    float: left;
}




/************************************************************
               button
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 25%;
    margin: 1% auto 0;
    padding: 1.5% 0%;
    background: #FFFFFF;
    color: #333333;
    font-size: 16px;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1.2em;
    float: right;
    font-family: "mrs-eaves-xl-serif", serif;
    font-weight: 400;
    border: #333333 1px solid;

}
.btn_01 a:hover {
    background: #000000;
    color: #FFFFFF;

}

.btn_all a {
    background: #32638d;
    position: relative;
    display: inline-block;
    /*justify-content: space-around;*/
    /*align-items: center;*/
    margin: 0% auto 0;
    width: 40%;
    padding: 3% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 32px;
    float: none;
    border-radius: 0px;
    line-height: 1em;
    letter-spacing: 2px;
    font-family: "mrs-eaves-xl-serif", serif;
}
.btn_all a:hover {
    background: #333333;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    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;
}

.btn_all a span{
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    
}

.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:70%;
}
.strong{
    font-weight: 600;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
        padding: 15% 0 0%;
	}
    #ha_head .title_s{
        width: 35%;
    }
    #ha_head .title{
        width: 75%;
        margin: 8% auto 0;
    }
    #ha_head .lead{
        font-size: 14px;
        margin: 8% auto 5%;
        line-height: 1.8em;
    }
    #ha_contents{
        margin: 15% auto 0;
    }
    #ha_contents .section .inner{
        width: 90%;
    }
    #ha_contents .section .ttl span{
        font-size: 17px;
        margin-top: -4%;
    }
    #ha_contents .style_box{
        width: 100%;
        text-align: center;
        margin: 5% auto 0;
        position: relative;
        display: inline-block;
    }
    #ha_contents .item_box .item{
        font-size: 14px;
        line-height: 1.7em;
        text-align: center;
    }
    #ha_contents .style_box ul{
        grid-template-columns: 1fr;
    }
    #ha_contents .style_box ul li:nth-of-type(2){
        width: 85%;
        text-align: center;
        margin: 5% auto 0;
    }
    #ha_contents .detail_box {
        width: 85%;
    }
    #ha_contents .detail_box .detail .txt{
        width: 100%;
        display: inline-block;
        position: relative;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    .btn_01 a{
        font-size: 12px;
        width: 80%;
        float: none;
        margin: 5% auto;
        text-align: center;
        padding: 2% 0;
        line-height: 2em;
    }
    
    .btn_02 a{
        width: 92%;
        font-size: 10px;
        line-height: 2em;
    }
    .btn_all a{
        width: 86%;
        font-size: 16px;
        padding: 7% 0;
        letter-spacing: 1px;
        line-height: 1.2em;
        margin: 5% auto 0;
        
    }
    .btn_all a span{
        font-size: 12px;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}
.fade{
	opacity: 0;
	transition: 2s all 0.2s ease;
}

.fade01{
	opacity: 0;
	transition: 1.8s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.fade.ac,.fade01.ac,.fade02.ac{
	opacity: 1;
    transform: translate(0);
}
.anim1 {
    opacity: 0;
    transform: translateY(20px);
    transition: 1.5s all 0.3s ease;
}
.anim2 {
    opacity: 0;
    transform: translateY(20px);
    transition: 1.5s all 0.6s ease;
}
.anim3 {
    opacity: 0;
    transform: translateY(20px);
    transition: 1.5s all 0.7s ease;
}

.anim1.ac,.anim2.ac,.anim3.ac{
    opacity: 1;
    transform: translateY(0);
}

