@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{
    max-width: 1000px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    padding:5% 0 0;
    background: #FFFFFF;
    font-weight: 400;
    letter-spacing: 1px;
    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;
}
#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 h1{
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    line-height: 2em;
    font-weight: 500;
}
#lp_wrap .title{
    width: 50%;
    text-align: center;
    margin: 3% auto;
}
#lp_wrap .lead{
    font-size: 17px;
    text-align: center;
    display:inline-block;
    margin: 5% auto;
    font-weight: 500;
    line-height: 2.4em;
}
#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    display: inline-block;
    margin: 0% auto 0%;
}
#lp_contents .lp_box{
    width: 100%;
    text-align: center;
    margin: 10% auto 5%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#lp_contents .ttl_box{
    width: 48%;
    display: inline-block;
    margin: 15px auto 0;
}
#lp_contents .ttl_box img{
    width: 100%;
    float: left;
}
#lp_contents .style_img{
    width: 48%;
    margin: 0 auto;
}
#lp_contents .item_box{
    width: 48%;
    margin: 4% auto 0;
    display: inline-block;
    position: relative;
}
#lp_contents .item_box .item{
    font-size: 22px;
    text-align: left;
    line-height: 1em;
    margin: 0 auto;
    font-weight: 600;
}
#lp_contents .item_box .point{
    width: 100%;
    display: inline-block;
    text-align: left;
    position: relative;
    margin: 2% auto 0;
}
#lp_contents .item_box .point h2{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 2em;
    border-bottom: #000000 1px dotted;
    font-weight: normal;
}
#lp_contents .item_box .point p{
    font-size: 14px;
    text-align: left;
    line-height: 2em;
    
}
#lp_contents .item_box .staff_box{
    width: 100%;
    background: #eeeeee;
    margin: 15% auto 0;
    display: inline-block;
    position: relative;
}
#lp_contents .item_box .staff_box .inner{
    width: 90%;
    text-align: center;
    margin: 5% auto;
    display: flex;
    justify-content: space-between;
}
#lp_contents .item_box .staff_box .inner .staff_img{
    width: 30%;
}
#lp_contents .item_box .staff_box .inner .plof{
    width: 65%;
    display: inline-block;
}
#lp_contents .item_box .staff_box .inner .plof p{
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    margin: 5% auto 10%;
}
#lp_contents .item_box .staff_box .inner .plof p span{
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    font-size: 70%;
}
#lp_contents .item_box .staff_box .inner .plof ul li{
    width: 40px;
    float: left;
    margin-right: 10px;
}

/* ============ ボタン ============ */

.button001 a {
    background: #333333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 5%;
    width: 40%;
    padding: 1.5% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    border-radius: 100vh;
    float:left;
    font-family: 'Inter', sans-serif;
}
.button001 a:hover {
    background: #dddddd;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 4px;
    height: 4px;
    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;
}
.button001 a:hover:after {
    border-color: #FFF;
}

.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: #bcbcbc;
    
}



.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 50%;
}

.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 h1{
        font-size: 16px;
    }
    #lp_wrap .title{
        width: 90%;
    }
    #lp_contents{
        margin: 5% auto 0;
    }
    #lp_contents .lp_box{
        width: 90%;
    }
    #lp_contents .ttl_box{
        width: 100%;
        text-align: center;
    }
    #lp_contents .style_img{
        width: 100%;
        text-align: center;
        margin: 5% auto;
    }
    #lp_contents .item_box{
        width: 96%;
        text-align: center;
        margin: 5% auto;
    }
    #lp_contents .item_box .item{
        font-size: 18px;
        text-align: center;
        line-height: 2em;
    }
    #lp_contents .item_box .point h2{
        font-size: 13px;
    }
    #lp_contents .item_box .point p{
        font-size: 12px;
        line-height: 1.8em;
    }
    #lp_contents .item_box .staff_box .inner .staff_img{
        width: 35%;
    }
    #lp_contents .item_box .staff_box .inner .plof{
        width: 60%;
    }
    #lp_contents .item_box .staff_box .inner .plof p{
        font-size: 16px;
    }
    #lp_contents .item_box .staff_box .inner .plof ul li{
        width: 38px;
        margin-right: 5px;
    }
    #lp_contents .item_box .staff_box .inner .plof ul li:last-child{
        margin-right: 0;
    }
    
    .button001 a{
        width: 70%;
        float: none;
        text-align: center;
        font-size: 13px;
        padding: 3.5% 2%;
        letter-spacing: 0px;
    }
    .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;
    }
    .MT10{
        margin-top: 15%;
    }
}