@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap');

*:focus {
  outline: none;
}

#lp_wrap{
	max-width:1000px;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    font-weight: 400;
    padding: 5% 0 0;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s 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;
    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: block;
    position: relative;

}
#lp_head .icon{
    width: 35%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
#lp_head .icon ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 3%;
}
#lp_head .icon ul li{
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    opacity: 0;
    animation: fadeIn 1.2s forwards;
    margin: 0 auto;
}
#lp_head .icon ul li:nth-child(1) {
    animation-delay: .2s;
}

#lp_head .icon ul li:nth-child(2) {
    animation-delay: .6s;
}

#lp_head .icon ul li:nth-child(3) {
    animation-delay: 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#lp_head .title{
    width: 100%;
    display: inline-block;
    font-size: 50px;
    text-align: center;
    margin: 0% auto;
    font-weight: 500;
    letter-spacing: 2px;
}
#lp_head .lead{
    font-size: 24px;
    text-align: center;
    margin: 2% auto;
    color: #c671ed;
    font-weight: 500;
}
#lp_contents{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    text-align: center;
}
#lp_contents .lp_box{
    width: 100%;
    margin: 0% auto;
    display: inline-block;
    position: relative;
    padding: 5% 0;
    background: #f9f1fd;
}
#lp_contents .lp_box .inner{
    width: 90%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    
}
#lp_contents .lp_box h1{
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    
}
.heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.heading::before,
.heading::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: #000000;
}

.heading::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
#lp_contents .lp_box h1 span{
    font-weight: 600;
    font-size: 110%;
}
#lp_contents .lp_box h2{
    font-size: 15px;
    text-align: center;
    margin: 10% auto 5%;
    font-family: "Noto Serif JP", serif;
    color: #c671ed;
    font-weight: 300;
    
}
#lp_contents .lp_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2%;
}
#lp_contents .lp_box ul li{
    display: inline-block;
    position: relative;
}
#lp_contents .lp_box ul li .txt_box{
    width: 100%;
    background: #FFFFFF;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    min-height: 80px;
    padding: 5% 0;
}
#lp_contents .lp_box ul li .txt_box .txt{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
#lp_contents .lp_box ul li .txt_box .txt p{
    font-size: 13px;
    text-align: left;
    line-height: 1.6em;
    
}
.bar{
    width: 100%;
    background: #222222;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    padding: 1% 0;
    position: relative;
    margin: 0 auto;
    line-height: 1.2em;
    font-weight: 300;
    
    
}


.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 50%;
}
.hr{
    width: 100%;
    border-bottom: #000000 dotted 1px;
    margin: 0% auto 5%;
    text-align: center;
}
.Hind{
    font-family: 'Hind Siliguri', sans-serif;
}
.Inter{
    font-family: 'Inter', sans-serif;
}




/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 8% 0 0;
	}
    #lp_head{
        width: 100%;
    }
    #lp_head .icon{
        width: 60%;
    }
    #lp_head .title{
        font-size: 25px;
        font-weight: 600;
        margin: 5% auto 0;
    }
    #lp_head .lead{
        font-size: 16px;
    }
    #lp_contents .lp_box{
        margin: 5% auto 0;
    }
    #lp_contents .lp_box .inner{
        width: 80%;
        margin: 5% auto 0;
    }
    #lp_contents .lp_box h1{
        font-size: 14px;
        letter-spacing: 0;
        
    }
    .heading::before{
        margin-right: 13px;
        height: 20px;
    }
    .heading::after{
        margin-left: 13px;
        height: 20px;
    }
    #lp_contents .lp_box ul{
        grid-template-columns: 1fr;
    }
    #lp_contents .lp_box ul li{
        margin: 10% auto;
    }
    #lp_contents .lp_box h2{
        margin: 0 auto 5%;
        line-height: 1em;
        
    }
    #lp_contents .lp_box ul li .txt_box{
        min-height: inherit;
        padding: 5% 0;
    }
    #lp_contents .lp_box ul li .txt_box .txt p{
        font-size: 13px;
    }
    .bar{
        font-size: 12px;
    }

    
    
    
    
    
    .foot{
        font-size: 12px;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
/*    .Left{
        float: none;
    }
    .Right{
        float: none;
    }*/
    .MT10{
        margin-top: 15%;
    }
}