@charset "utf-8";


*:focus {
outline: none;
}

body{
    margin: 0;
    padding: 0;
}
#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 0;
    display: block;
    letter-spacing: 1px;
    position: relative;
    color: #333333;
    background: #C3C3C3;
    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", system-ui;
}
.Inter{
    font-family: "Inter", system-ui;
}
.MrsEave{
 font-family: "mrs-eaves-xl-serif", serif;
}
.Notosans{
    font-family: "Noto Sans JP", system-ui;
}
.WorkSans{
    font-family: "Work Sans", system-ui;
}

/**************************************************
header
**************************************************/
#ha_head{
    max-width: 1100px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0% auto;
    display: block;
    background: #FFFFFF;
}
#ha_head .head{
    width: 100%;
    position: relative;
    display: block;
}
#ha_head .title_box{
    position: absolute;
    width: 37%;
    left: 5%;
    top: 50%;
    display: inline-block;
    transform: translate(0%,-50%);
}
#ha_head .title_s{
    width: 100%;
    font-size: 19px;
    text-align: center;
    margin: 0% auto 5%;
    display: inline-block;
    position: relative;
    font-weight: 500;
    letter-spacing: 4px;
}

#ha_head .title{
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

#ha_head .lead{
    width: 100%;
    font-size: 17px;
    text-align: center;
    line-height: 2em;
    margin: 5% auto 0;
    display: inline-block;
    position: relative;
    font-weight: 500;
}
#ha_head .head{
    opacity: 0;
	transition: 2s all 0.2s ease; 
}
#ha_head .title_s{
    opacity: 0;
	transition: 2s all 0.4s ease;
}
#ha_head .title{
    opacity: 0;
	transition: 2s all 0.6s ease;
}
#ha_head .lead{
    opacity: 0;
	transition: 2s all 0.8s ease;
}
#ha_head.ac .head,#ha_head.ac .title,#ha_head.ac .title_s,#ha_head.ac .lead{
	opacity: 1;
}

/**************************************************
contents
**************************************************/
#ha_contents{
    max-width: 1100px;
    width: 100%;
    margin: 0% auto;
    display: block;
    position: relative;
    background: #FFFFFF;
}
#ha_contents section{
    width: 100%;
    position: relative;
    margin: 5% auto;
    display: inline-block;
}
#ha_contents section .ttl{
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 5% auto 0;
}
#ha_contents section .ttl img{
    width: 350px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#ha_contents section .ttl p{
    font-size: 22px;
    text-align: center;
    margin: 2% auto;
    line-height: 1.7em;
    font-weight: 500;
}
#ha_contents section .item_box{
    max-width: 1100px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
#ha_contents section .item_img{
    width: 50%;
    text-align: center;
    margin: 2% auto;
    display: block;
    position: relative;
}
#ha_contents section:nth-of-type(2) .item_img{
    width: 55%;
    text-align: center;
    margin: 2% auto;
    display: block;
    position: relative;
}
#ha_contents section .text1{
    width: 50%;
    position: absolute;
    top: 25%;
    right: -15%;
    display: inline-block;
}
#ha_contents section .text2{
    width: 50%;
    position: absolute;
    top: 70%;
    left: 14%;
    display: inline-block;
}
#ha_contents section:nth-of-type(2) .text1{
    width: 50%;
    position: absolute;
    top: 70%;
    right: -18%;
    display: inline-block;
}
#ha_contents section:nth-of-type(2) .text2{
    width: 50%;
    position: absolute;
    top: 88%;
    left: 28%;
    display: inline-block;
}
#ha_contents section .item_box p{
    font-size: 15px;
    text-align: left;
    line-height: 1.7em;
}

#ha_contents section .style_box{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 5% auto;
}
#ha_contents section .style_box .style{
    width: 100%;
    position: relative;
}
#ha_contents section .cmt01{
    position: absolute;
    width: 20px;
    left: 7%;
    top:5%;
}
#ha_contents section .cmt02{
    position: absolute;
    width: 20px;
    right: 7%;
    bottom: 8%;
}
#ha_contents .bar{
    width: 100%;
    font-size: 13px;
    color: #FFFFFF;
    background: #333333;
    display: inline-block;
    padding: 1% 0;
    line-height: 1em;
    
}

/************************************************************
               button
************************************************************/
.btn_01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0% auto 0;
    width: 35%;
    padding: 2% 2%;
    color:#000000;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0px;
    line-height: 1em;
    font-family: "mrs-eaves-xl-serif", serif;
    border: #000000 1px solid;
    float: none;
}
.btn_01 a:hover {
    background: #333333;
    color: #FFFFFF;
}
.btn_01 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_01 a:hover:after {
    border-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;
}
.hr{
    border-bottom: #DCDCDC 1px solid;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
	}
    #ha_head .title_box{
        width: 75%;
        left: 50%;
        top: 8%;
        display: inline-block;
        transform: translate(-50%,0%);
    }
    #ha_head .title_s{
        font-size: 16px;
        letter-spacing: 1px;
    }
    #ha_head .lead{
        font-size: 14px;
        margin: 10% auto 3%;
    }
    #ha_contents section{
        margin: 10% auto 5%;
    }
    #ha_contents section .ttl{
        width: 70%;
        margin: 10% auto 3%;
    }
    #ha_contents section .ttl img{
        width: 70%;
    }
    #ha_contents section .ttl p{
        font-size: 15px;
    }
    #ha_contents section .item_img{
        width: 95%;
    }
    #ha_contents section:nth-of-type(2) .item_img{
        width: 90%;
    }
    #ha_contents section .text1{
        width: 24%;
        right: 3%;
        top: 12%;
    }
    #ha_contents section .text2{
        width: 25%;
        top: 65%;
        left: 5%;
    }
    #ha_contents section:nth-of-type(2) .text1{
        width: 25%;
        right: 5%;
        top: 90%;
    }
    #ha_contents section:nth-of-type(2) .text2{
        width: 40%;
        left: 12%;
        top: 90%;
        
    }
    
    #ha_contents section .item_box p{
        font-size: 11px;
    }
    #ha_contents section .style_box{
        margin: 8% auto 5%;
    }
    #ha_contents section:nth-of-type(2) .style_box{
        margin: 12% auto 5%;
    }
    #ha_contents section .cmt01{
        width: 3.5%;
    }
    #ha_contents section .cmt02{
        width: 3%;
        bottom: 5%;
    }
    #ha_contents .bar{
        font-size: 11px;
        line-height: 2em;
        margin: 8% auto 0;
    }
    
    .btn_01 a{
        width: 80%;
        font-size: 12px;
        line-height: 3em;
        margin: 5% auto 0;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}


.fade{
	opacity: 0;
	transition: 1.8s all 0.2s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}
.anim {
    opacity: 0;
    transform: translateY(30px);
    transition: 1.5s all 0.4s ease;
}

.anim.ac {
	opacity: 1;
    transform: translate(0);
}
.dw {
    opacity: 0;
    transform: translateY(-30px);
    transition: 1.5s all 0.4s ease;
}

.dw.ac {
	opacity: 1;
    transform: translate(0);
}
