@charset "utf-8";


*:focus {
outline: none;
}

body{
    margin: 0;
    padding: 0;
}
#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 0 0 10%;
    display: block;
    letter-spacing: 1px;
    position: relative;
    color: #333333;
    background: #FFFFFF;
    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%;
    border: 0;
    line-height: 0;
    padding: 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{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#ha_head .head{
    width: 100%;
    position: relative;
}
#ha_head .head .visual{
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
#ha_head .head .visual li{
    float: left;
    position: relative;
    opacity: 0;
    animation: fadeIn 1.5s forwards;
}
#ha_head .head .visual li:nth-of-type(1){
    width: 6.54%;
    animation-delay: .1s;
}
#ha_head .head .visual li:nth-of-type(2){
    width: 12.88%;
    animation-delay: .3s;
}
#ha_head .head .visual li:nth-of-type(3){
    width: 32.9%;
    animation-delay: .5s;
}
#ha_head .head .visual li:nth-of-type(4){
    width: 3.994%;
    animation-delay: .7s;
}
#ha_head .head .visual li:nth-of-type(5){
    width: 5.34%;
    animation-delay: .9s;
}
#ha_head .head .visual li:nth-of-type(6){
    width: 27.55%;
    animation-delay: 1.1s;
}
#ha_head .head .visual li:nth-of-type(7){
    width: 10.63%;
    animation-delay: 1.3s;
    float: right;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#ha_head .title_box{
    position: absolute;
    width: 45%;
    left: 27.5%;
    top: 22%;
    display: inline-block;
    z-index: 7;
}
#ha_head .title{
    width: 100%;
    text-align: center;
    margin: 0% auto;
}
#ha_head .title_s1{
    width: 40%;
    text-align: center;
    margin: 4% auto;
}
#ha_head .title_s2{
    width: 70%;
    text-align: center;
    margin: 0% auto;
}
#ha_head .title{
    opacity: 0;
	transition: 2s all 0.2s ease;
}
#ha_head .title_s1{
    opacity: 0;
	transition: 2s all 0.4s ease;
}
#ha_head .title_s2{
    opacity: 0;
	transition: 2s all 0.6s ease;
}
#ha_head.ac .title,#ha_head.ac .title_s1,#ha_head.ac .title_s2{
	opacity: 1;
}
#ha_head .infobox{
    width: 100%;
    text-align: center;
    margin: 2% auto 5%;
    background: #32638d;
    display: inline-block;
    color: #FFFFFF;
    padding: 3% 0;
}
#ha_head .infobox h1{
    font-size: 17px;
    text-align: center;
    line-height: 2em;
    font-weight: 500;
    margin: 0 auto;
    display: inline;
    border-bottom: #FFFFFF 1px solid;
}
#ha_head .infobox h2{
    font-size: 42px;
    text-align: center;
    line-height: 1em;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    margin: 2% auto;
    letter-spacing: 0px;
}
#ha_head .infobox p{
    font-size: 16px;
    text-align: center;
    margin: 2% auto 0;
    line-height: 1.8em;
    font-weight: 300;
    
}
#ha_head .lead{
    font-size: 16px;
    text-align: center;
    line-height: 2em;
    margin: 8% auto 0;
    display: inline-block;
    position: relative;
    font-weight: 400;
}


/**************************************************
contents
**************************************************/


#ha_contents{
    max-width: 1100px;
    width: 100%;
    margin: 5% auto;
    display: block;
    position: relative;
}
#ha_contents .img{
    line-height: 0;
}
#ha_contents .section{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 8% auto 0%;
    text-align: center;
}
#ha_contents .section .ttl_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#ha_contents .section:nth-of-type(odd) .ttl{
    font-family: "mrs-eaves-xl-serif", serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    float: right;
    margin: 1% auto 0;
}
#ha_contents .section:nth-of-type(even) .ttl{
    font-family: "mrs-eaves-xl-serif", serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin: 1% auto 0;
}
.double__under {
    width: 100%;
    display: inline-block;
    border-bottom: #333333 1px solid;
    position: relative;
}

.double__under::before {
  content: "";
  position: absolute;
  border: #333333 2px solid;
  bottom: 3px;
  left: 0;
  right: 0;
}
#ha_contents .section .inner{
    width: 96%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

#ha_contents .section:nth-of-type(odd) .main{
    width: 55%;
    float: left;
    position: relative;
    display: inline-block;
}
#ha_contents .section:nth-of-type(even) .main{
    width: 55%;
    float: right;
    position: relative;
    display: inline-block;
}
#ha_contents .section .main .img{
    width: 100%;
    position: relative;
    margin: 10% auto 0;
    z-index: 8;
}
#ha_contents .section:nth-of-type(odd) .no{
    position: absolute;
    width: 25%;
    left: 0;
    top: 2%;
    z-index: 10;
}
#ha_contents .section:nth-of-type(even) .no{
    position: absolute;
    width: 25%;
    right: 0;
    top: 2%;
    z-index: 10;
}
#ha_contents .section:nth-of-type(odd) .sub{
    width: 40%;
    float: right;
    position: relative;
    margin: 18% auto 0;
}
#ha_contents .section:nth-of-type(even) .sub{
    width: 40%;
    float: left;
    position: relative;
    margin: 18% auto 0;
}
#ha_contents .section .item_box{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    text-align: center;
}
#ha_contents .section .item_box .item{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}
#ha_contents .section .item_box .detail{
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 1% auto;
    position: relative;
    display: inline-block;
    letter-spacing: 0px;
}
#ha_contents .section .item_box .detail img{
    width: 19%;
    text-align: center;
    margin: 1% auto 3%;
    display: block;
}
#ha_contents .section .item_box .detail p{
    font-size: 14px;
    text-align: center;
    margin: 0% auto;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    line-height: 2em;
}
#ha_contents .other_box_1{
    width: 100%;
    background: #efefef;
    display: inline-block;
    margin:  12% auto 5%;
    position: relative;
    padding: 5% 0;
}
#ha_contents .other_box_1 .inner{
    width:90%;
    margin: 0% auto;
    ddisplay: inline-block;
    position: relative;
}
#ha_contents .other_box_1 .img{
    width: 50%;
    float: left;
}
#ha_contents .other_box_1 .ttl_box{
    width: 45%;
    float: right;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ha_contents .other_box_1 .ttl_box h1{
    font-size: 50px;
    font-family: "mrs-eaves-xl-serif", serif;
    color: #32638d;
    font-weight: 400;
    text-align: left;
    line-height: 1em;
    margin: 0 auto;
}
#ha_contents .other_box_1 .ttl_box h2{
    font-family: "mrs-eaves-xl-serif", serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin: 3% auto 0;
}
#ha_contents .other_box_1 .item_box{
    width: 45%;
    float: right;
    display: inline-block;
    margin: 13% auto 0;
}
#ha_contents .other_box_1 .item_box .item{
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 0 auto;
}
#ha_contents .other_box_1 .item_box .detail{
    width: 100%;
    font-size: 20px;
    text-align: left;
    margin: 1% auto;
    position: relative;
    display: inline-block;
    letter-spacing: 0px;
}
#ha_contents .other_box_1 .item_box .detail img{
    width: 40%;
    margin: 1% auto 3%;
    display: block;
    text-align: center;
    float: left;
}
#ha_contents .other_box_1 .item_box .detail p{
    width: 100%;
    font-size: 15px;
    text-align: left;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    line-height: 1.8em;
}
#ha_contents .other_box_2{
    width: 100%;
    display: inline-block;
    margin:8% auto 6%;
    position: relative;
    border-bottom: #dddddd 1px solid;
    padding-bottom: 8%;
}
#ha_contents .other_box_2 .ttl_box{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#ha_contents .other_box_2 .ttl_box h3{
    font-size: 40px;
    font-family: "mrs-eaves-xl-serif", serif;
    color: #333333;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    margin: 0 auto;
    letter-spacing: 0px;
}
#ha_contents .other_box_2 .txt{
    font-size: 17px;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
}
#ha_contents .other_box_2 ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1.5%;
}
#ha_contents .other_box_2 ul li{
    display: inline-block;
    position: relative;
}
#ha_contents .other_box_2 p{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 5% auto;
    font-weight: 600;
    letter-spacing: 0px;
}


/************************************************************
               button
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 30%;
    margin: 3% auto 0;
    padding: 1.5% 0%;
    background: #FFFFFF;
    color: #333333;
    border: #333333 1px solid;
    font-size: 15px;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1em;
    float: none;
    font-family: "mrs-eaves-xl-serif", serif;
    font-weight: 400;

}
.btn_01 a:hover {
    background: #333333;
    color: #FFFFFF;

}
.btn_02 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 90%;
    margin: 3% auto 0;
    padding: 3% 0%;
    background: #FFFFFF;
    color: #333333;
    border: #333333 1px solid;
    font-size: 15px;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1.5em;
    float: none;
    font-family: "mrs-eaves-xl-serif", serif;
    font-weight: 400;

}
.btn_02 a:hover {
    background: #333333;
    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%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
        padding: 0% 0 20%;
	}
    #ha_head .head .visual li:nth-of-type(1){
        width:3.7%;
    }
    #ha_head .head .visual li:nth-of-type(2){
        width: 13.8%;
    }
    #ha_head .head .visual li:nth-of-type(3){
        width: 33.8%;
    }
    #ha_head .head .visual li:nth-of-type(4){
        width: 3.799%;
    }
    #ha_head .head .visual li:nth-of-type(5){
        width: 6.795%;
    }
    #ha_head .head .visual li:nth-of-type(6){
        width: 23.7%;
    }
    #ha_head .head .visual li:nth-of-type(7){
        width: 14.4%;
    }
    #ha_head .title_box{
        width: 82%;
        left: 9%;
        top:22%;
    }
    #ha_head .title_s2{
        width: 100%;
    }
    #ha_head .infobox{
        padding: 5% 0;
    }
    #ha_head .infobox h1{
        font-size: 14px;
    }
    #ha_head .infobox h2{
        font-size: 22px;
        margin: 4% auto;
    }
    #ha_head .infobox p{
        font-size: 13px;
        line-height: 1.7em;
    }
    #ha_head .lead{
        font-size: 14px;
        line-height:1.8em;
        text-align: center;
        margin: 8% auto 5%;
    }
    #ha_contents .section:nth-of-type(odd) .ttl{
        font-size: 14px;
        letter-spacing: 0px;
        padding-right: 2%;
    }
    #ha_contents .section:nth-of-type(even) .ttl{
        font-size: 14px;
        letter-spacing: 0px;
        padding-left: 2%;
    }
    #ha_contents .section .inner{
        width: 90%;
    }
    
    #ha_contents .section:nth-of-type(odd) .main{
        width: 100%;
        float: none;
        text-align: center;
        margin: 8% auto;
    }
    #ha_contents .section:nth-of-type(even) .main{
        width: 100%;
        float: none;
        text-align: center;
        margin: 8% auto;
    }
    #ha_contents .section:nth-of-type(odd) .sub{
        width: 85%;
        float: none;
        text-align: center;
        margin: 3% auto;
    }
    #ha_contents .section:nth-of-type(even) .sub{
        width: 85%;
        float: none;
        text-align: center;
        margin: 3% auto;
    }
    
    #ha_contents .section .item_box .item{
        font-size: 16px;
        line-height: 2em;
    }
    #ha_contents .section .item_box .detail{
        font-size: 15px;
        line-height: 2em;
    }
    #ha_contents .section .item_box .detail img{
        width: 40%;
    }
    #ha_contents .section .item_box .detail p{
        font-size: 13px;
        margin: 5% auto;
        letter-spacing: 0.5px;
        
    }
    #ha_contents .other_box_1{
        padding: 10% 0;
    }
    #ha_contents .other_box_1 .inner{
        width: 80%;
    }
    #ha_contents .other_box_1 .ttl_box{
        width: 100%;
        float: none;
        text-align: center;
    }
    #ha_contents .other_box_1 .ttl_box h1{
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: center;
    }
    #ha_contents .other_box_1 .ttl_box h2{
        font-size: 14px;
        letter-spacing: 0px;
        text-align: center;
    }
    #ha_contents .other_box_1 .img{
        width: 100%;
        float: none;
        margin: 5% auto;
    }
    #ha_contents .other_box_1 .item_box{
        width: 100%;
        float: none;
        margin: 0% auto;
    }
    #ha_contents .other_box_1 .item_box .item{
        font-size: 16px;
        line-height: 2em;
    }
    #ha_contents .other_box_1 .item_box .detail{
        font-size: 15px;
        line-height: 1.5em;
    }
    #ha_contents .other_box_1 .item_box .detail img{
        width: 40%;
    }
    #ha_contents .other_box_1 .item_box .detail p{
        font-size: 12px;
        margin: 5% auto;
        letter-spacing: 1px;
        
    }
    #ha_contents .other_box_2{
        margin: 15% auto 8%;
        padding-bottom: 5%;
    }
    #ha_contents .other_box_2 .ttl_box h3{
        font-size: 24px;
    }
    #ha_contents .other_box_2 .txt{
        font-size: 14px;
    }
    #ha_contents .other_box_2 ul{
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    #ha_contents .other_box_2 ul{
        grid-template-columns: 1fr 1fr;
    }
    #ha_contents .other_box_2 p{
        font-size: 12px;
    }
    #ha_contents .other_box_2 ul li{
        margin: 5% auto 15%;
    }
    
    .btn_01 a{
        width: 80%;
        float: none;
        padding: 2% 0;
        margin: 5% auto;
        font-size: 14px;
        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: 1.5s all 0.2s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}


.anim {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.5s all 0s ease;
}
.anim.ac {
	opacity:1 ;
	transform: translate(0);
}

