@charset "utf-8";
/* CSS Document */

ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:link{
    text-decoration: none;
}

/* CSS Document */


/*#wrapper a:link { text-decoration: none; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }*/

#HA_wrapper{
	max-width:900px;
    width: 100%;
	text-align: center;
    margin: 5% auto 0%;
	color: #000000;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
}
#HA_wrapper img{
    border: 0;
	vertical-align: bottom;
    width: 100%;
}
#HA_wrapper h1{
    font-family: 'Oswald', sans-serif;
    font-size: 80px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-weight: 500;
}
#HA_wrapper h1 span{
    font-size: 30%;
    text-align: center;
    font-weight: 400;
}

.Lead{
    color: #000000;
	display: block;
	margin: 5% auto;
	font-size: 18px;
	line-height: 2em;
    letter-spacing: 1px;
	text-align: center;
    font-weight: 300;  
}


.lead_p{
    color: #000000;
	display: block;
	margin: 5% auto;
	font-size: 18px;
	line-height: 2em;
    letter-spacing: 1px;
	text-align: center;
    font-weight: 300;
	
}

.lead_p span{
    font-weight: bold;
    font-size: 140%;
}



.lead_s{
	display: none;
}

.HA_box{
    width: 100%;
    display: inline-block;
    margin: 10% auto 5%;
    text-align: center;
    position: relative;
}

.ItemBox{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

/*=============01=============*/
.ItemWrap-1{
    width: 80%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0% auto;
    float: left;

}
.ItemWrap-1 .Img02{
    width: 55%;
    position: absolute;
    z-index: 6;
    right: 0;
    top: 50%;
}
.ItemWrap-1 .Img01{
    width: 55%;
    position: absolute;
    z-index: 7;
    left: 0;
    
}
.ItemWrap-1 .Bg{
    width: 60%;
    text-align: center;
    display: block;
    z-index: 5;
    position: relative;
    margin: 25% auto 0;
}
.Itemttl-1{
    width: 9%;
    border-left: #000000 2px solid;
    float: right;
    margin: 0 auto;
    padding-left: 3%;
    padding-bottom: 68%;
}
.Itemttl-1 .title{
    width: 100%;
    
}

/*=============02=============*/
.ItemWrap-2{
    width: 80%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0% auto;
    float: right;
    padding: 10% 0 40%;
}
.ItemWrap-2 .Img02{
    width: 55%;
    position: absolute;
    z-index: 7;
    left: 0;
    top: 40%;
}
.ItemWrap-2 .Img01{
    width: 55%;
    position: absolute;
    z-index: 6;
    right: 0;
}
.ItemWrap-2 .Bg{
    width: 60%;
    text-align: center;
    display: block;
    z-index: 5;
    position: relative;
    margin: 25% auto 0;
}
.Itemttl-2{
    width: 9%;
    border-left: #000000 2px solid;
    float:left;
    margin: 10% auto 0;
    padding-left: 3%;
    padding-bottom: 74%;
}
.Itemttl-2 .title{
    width: 100%;
    
}


.Itemttl-3{
    width: 9%;
    border-left: #000000 2px solid;
    float: right;
    margin: 0 auto;
    padding-left: 3%;
    padding-bottom: 68%;
}
.Itemttl-3 .title{
    width: 100%;
    
}

/*=============ボタン=============*/
.button020 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 40%;
    padding: 2% 4%;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    border: #000000 1px solid;
    font-family: 'Roboto Condensed', sans-serif;
}
.button020 a:hover {
    background: #000000;
    color: #FFFFFF;
    
}
.button020 a:before, .button020 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}
.button020 a:before {
  width: 1.4rem;
  height: 2px;
  background: #000000;
  transform: translateY(-50%);
}
.button020 a:after {
  opacity: 0;
  width: 0;
  height: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
    
}
.button020 a:hover:before {
    width: 1.5rem;
    background: #FFFFFF;
}
.button020 a:hover:after {
  opacity: 1;
  width: 8px;
  height: 8px;
    
}
.hr{
	width: 100%;
	border-top:1px dotted #9B9B9B;
	text-align: center;
    margin: 0% auto 5%;
}
.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:50%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Osw{
    font-family: 'Oswald', sans-serif;
}
.Mt30{
    margin-top: 30%;
}
.Mt40{
    margin-top: 40%;
}
.Mt50{
    margin-top: 50%;
}

@media only screen and (max-width:768px){
	#HA_wrapper {
        width:100%;
		text-align: center;
        margin: 8% auto;
		color: #000000;
        display: block;
	}
    #HA_wrapper h1{
        font-size: 46px;
    }
    

	.pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Lead{
        font-size: 14px;
    }
    
	.lead_p{
		display: none;
	}
	.lead_s{
		display: block;
		text-align:center;
		margin: 10% auto 5%;
		line-height: 1.8em;
		font-size:14px;
		letter-spacing:1px;
        font-weight: 300;
	}
    .lead_s span{
        font-size: 130%;
        font-weight: bold;
    }
	
	.HA_box{
		width: 100%;
        margin: 0% auto 0%;
	}
    .ttl_box .border{
        font-size:14px;
    }
    .ItemBox{
        width: 94%;
        margin: 10% auto 0;
        padding-bottom: 0;
    }
    .ItemWrap-1{
        width: 100%;
        padding-bottom: 25%;
        
    }
    .ItemWrap-1 .Img02{
        top: 40%;
    }
    
    .Itemttl-1{
        position: absolute;
        left: 3%;
        z-index: 8;
        top: 20%;
        padding-bottom: 23%;
    }
    
    .ItemWrap-2{
        width: 100%;
        padding-bottom: 25%;
        padding-top: 0%;
    }
    .ItemWrap-2 .Img02{
        top: 40%;
    }
    .Itemttl-2{
        position: absolute;
        right: 3%;
        z-index: 8;
        top: 51%;
        padding-bottom: 23%;
    }
    .Itemttl-3{
        position: absolute;
        left: 3%;
        z-index: 8;
        top: 87%;
        padding-bottom: 23%;
    }
    
    .button020 a{
        width: 70%;
        padding: 3% 4%;
        font-size: 13px;
    }
    
    
    
    
    
    .Mt40{
        margin-top: 50%;
    }
    
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
    


}

