@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*:focus {
  outline: none;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    font-weight: 400;
    padding: 0%;
    letter-spacing: 1px;
    background: #FFFFFF;
    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);
		  }
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#lp_wrap ul{
	padding: 0;
	overflow: hidden;
    margin: 0 auto;
}
#lp_wrap li{
	list-style: none;
}
#lp_wrap a{
    text-decoration: none;
}
#lp_wrap a:link{
    opacity: 1;
}
#lp_wrap a:hover{
    text-decoration: none;
}
#lp_head{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 3% 0;
    background: #ffb54a;

}
#lp_head .head{
    max-width: 1000px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#lp_head .head .img_l{
    width: 45%;
    float: left;
    position: relative;
    z-index: 5;
}
#lp_head .head .img_r{
    width: 45%;
    float: right;
    position: relative;
    z-index: 5;
}
#lp_head .head .title_box{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    z-index: 6;
}
#lp_head .head .sub01{
    width: 40%;
    text-align: center;
    margin: 0 auto 4%;
}
#lp_head .head .sub02{
    width: 40%;
    text-align: center;
    margin: 0 auto 4%;
}
#lp_head .head .title{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#lp_contents{
    max-width: 1000px;
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    text-align: center;
}
#lp_contents .lp_box{
    width: 100%;
    margin: 0% auto 0%;
    display: inline-block;
    position: relative;
}
#lp_contents .lp_box .ttl_box{
    width: 45%;
    display: inline-block;
    margin: 15% auto 0;
}
#lp_contents .lp_box .ttl_box .ttl{
    color: #ffb54a;
    line-height: 1em;
    text-align: center;
    margin: 0 auto;
    font-size: 35px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
}
#lp_contents .lp_box .ttl_box h1{
    font-size: 19px;
    text-align: center;
    line-height: 2em;
    font-weight: 600;
    margin: 4% auto;
}
#lp_contents .lp_box .main{
    width: 50%;
    position: relative;
     z-index: 5;
}
#lp_contents .lp_box .btn_box{
    width: 45%;
    display: inline-block;
    position: relative;
    text-align: center;
}


/* ============ ボタン ============ */

.btn01 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto 0;
    width: 30%;
    padding: 2.5% 2%;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    float: none;
    font-family: 'Inter', sans-serif;
    border: #000000 1px solid;
}
.btn01 a:hover {
    background: #ffb54a;
    color: #000000;
    border: #000000 1px solid;
}
.btn02 a {
    background: #252525;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0;
    width: 60%;
    padding: 3% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    float: none;
    border-radius: 5px;
    line-height: 2em;
    font-family: 'Inter', sans-serif;
}
.btn02 a:hover {
    background:#A3A3A3;
    color: #FFFFFF;
}
.btn02 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;
}






.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 70%;
}
.hr{
    width: 100%;
    border-bottom: #000000 dotted 1px;
    margin: 0% auto 5%;
    text-align: center;
}
.Lato{
    font-family: "Lato", sans-serif;
}
.Inter{
    font-family: 'Inter', sans-serif;
}
.Roboto{
    font-family: "Roboto", sans-serif;
}




/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 0% 0 0;
	}
    #lp_head{
        width: 100%;
    }
    #lp_head .head{
        width: 98%;
        margin: 5% auto;
    }
    #lp_head .head .img_l{
        width: 60%;
        position: relative;
        z-index: 5;
    }
    #lp_head .head .img_r{
        width: 60%;
        position: absolute;
        right: -5%;
        z-index: 6;
    }  
    #lp_head .head .title_box{
        width: 80%;
        z-index: 7;
    }
    #lp_head .head .sub01{
        width: 60%;
    }
    #lp_head .head .sub02{
        width: 60%;
    }
    #lp_contents .lp_box{
        margin: 15% auto 5%;
        padding-bottom: 10%;
        border-bottom: #333333 1px dotted;
    }
    #lp_contents .lp_box .ttl_box{
        width: 90%;
        margin: 0 auto;
    }
    #lp_contents .lp_box .ttl_box .ttl{
        font-size: 20px;
    }
    #lp_contents .lp_box .ttl_box h1{
        font-size: 15px;
    }
    #lp_contents .lp_box .main{
        width: 100%;
    }
    #lp_contents .lp_box .btn_box{
        width: 90%;
        margin: 5% auto;
    }
    .btn01 a{
        font-size: 12px;
        width: 50%;
    }
    .btn02 a{
        font-size: 12px;
        width: 90%;
    }
    
    
    
    
    .foot{
        font-size: 12px;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}