@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&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@300;400;500;700&display=swap');

*:focus {
  outline: none;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    padding: 5% 0 0;
    background: #FFFFFF;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
}
#lp_wrap ul{
	padding: 0;
	overflow: hidden;
}
#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_wrap .head{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#lp_wrap .title{
    width: 50%;
    text-align: center;
    margin: 3% auto;
}
#lp_wrap .title_s{
    width: 12%;
    text-align: center;
    margin: 0% auto;
}
#lp_wrap .lead{
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 2% auto;
    position: relative;
    display: inline-block;
    line-height: 1em;
    font-weight: 500;
}
#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 5% auto 0%;
    display: block;
}
#lp_contents .lp_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto 0;
}
#lp_contents .lp_box .inner{
    max-width: 800px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0;
}
#lp_contents .lp_box .ttl{
    width: 100%;
    display: inline-block;
}
#lp_contents .lp_box .ttl img{
    width: 20%;
    text-align: center;
    margin: 0 auto;
}
#lp_contents .lp_box .style_box{
    width: 100%;
    display: inline-block;
    margin: 5% auto 2%;
    text-align: center;
}
#lp_contents .lp_box .style_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2%;
    padding: 0;
}
#lp_contents .lp_box .style_box ul li{
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 auto;
}
#lp_contents .lp_box .style_box .btn a {
	position: relative;
    width: 100%;
    display: inline-block;
	letter-spacing: .8;
    line-height: 2.0;
    font-weight: 500;
    font-size: 13px;
    padding: 1.5% 0 1.3%;
/*    font-family: 'Inter', sans-serif;*/
    color: #FFFFFF;
    background: #f7d691;
}
#lp_contents .lp_box .style_box .btn span {
	font-weight: 700;
}
#lp_contents .lp_box .style_box .btn a::after {
    position: absolute;
    content: "+";
    right: 2%;
    bottom: 0%;
    font-size: 21px;
    font-weight: 400;
    font-family: yu-gothic-pr6n, sans-serif;
}


#lp_contents .lp_box .staff_wrap{
    max-width: 450px;
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    position: relative;
    border: #333333 1px solid;
    margin: 5% auto 0;
    display: inline-block;
    border-radius: 10px;
}
#lp_contents .lp_box .staff_wrap .staff_box{
    width: 90%;
    text-align: center;
    margin: 3% auto;
    display: flex;
    justify-content: space-between;
}
#lp_contents .lp_box .staff_wrap .staff_box .icon{
    width: 40%;
    
}
#lp_contents .lp_box .staff_wrap .staff_box .detail{
    width: 50%;
    margin: 6% 0 0
}
#lp_contents .lp_box .staff_wrap .staff_box .detail .plof{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    line-height: 1.7em;
}
.small_01{
    font-size: 80%;
    font-weight: 400;
}
.small_02{
    font-size: 70%;
    line-height: 1em;
    font-weight: 400;
}
#lp_contents .lp_box .staff_wrap .staff_box .detail .sb{
    width: 80%;
    float: left;
    margin: 8% auto 0;
}


.footer{
    color: #ffffff;
    font-size: 14px;
    padding: 0.5% 0;
    text-align: center;
    margin: 0% auto 0;
    line-height: 1em;
    font-family: 'Inter', sans-serif;
    background-color: #444444;
    
}



.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}


.hr01 {
    width: 100%;
    text-align: center;
    border-bottom: #CDCDCD 1px solid;
    margin: 5% auto;
}



/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 10% 0 0;
	}
    #lp_wrap .title{
        width: 80%;
        margin: 6% auto;
    }
    #lp_wrap .title_s{
        width: 20%;
    }
    #lp_wrap .lead{
        font-size: 15.5px;
        font-weight: 400;
    }
    #lp_contents{
        margin: 10% auto 0;
    }
    #lp_contents .lp_box .inner{
        padding: 10% 0;
    }
    #lp_contents .lp_box .ttl img{
        width: 35%;
    }
    #lp_contents .lp_box .style_box .btn a{
        font-size: 11px;
    }
    #lp_contents .lp_box .style_box .btn a::after{
        font-size: 15px;
        bottom: -8%;
    }
    
    #lp_contents .lp_box .staff_wrap{
        width: 80%;
    }
    #lp_contents .lp_box .staff_wrap .staff_box .detail{
        margin: 5% auto 0;
    }
    #lp_contents .lp_box .staff_wrap .staff_box .detail .plof{
        font-size: 14px;
        line-height: 1.4em;
        letter-spacing: 0px;
    }
    #lp_contents .lp_box .staff_wrap .staff_box .detail .sb{
        width: 100%;
    }
    

    .footer{
        font-size: 11px;
        padding: 2% 0;
    }
    .hr01{
        margin: 10% auto 5%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}