@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700&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;
    font-weight: 400;
    padding: 10% 0% 0%;
    letter-spacing: 1px;
    background: #a2d7d8;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}
#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{
    max-width: 1000px;
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 auto;

}
#lp_head .head{
    width:60%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    
}
#lp_head .head .title{
    width: 100%;
    float: left;
    margin: 5% auto;
}
#lp_head .head .title_s1{
    width: 50%;
    float: left;
}
#lp_head .head .title_s2{
    width: 40%;
    float: left;
}
#lp_head .head .lead{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    text-align: left;
    margin: 10% auto 5%;
    line-height: 2.5em;
}

#lp_contents{
    max-width: 1000px;
    width: 100%;
    display: inline-block;
    margin: 0% auto 0;
    position: relative;
    text-align: center;
}
#lp_contents .lp_box{
    width: 100%;
    margin: 10% auto 5%;
    display: inline-block;
    position: relative;
}
#lp_contents .lp_box .no_box{
    width: 43%;
    display: inline-block;
    position: relative;
}
#lp_contents .lp_box .no_box .no{
    width: 50%;
    float: left;
}
#lp_contents .lp_box .main{
    width: 52%;
    position: relative;
}
#lp_contents .lp_box .item_box{
    width: 43%;
    display: inline-block;
    position: relative;
}
#lp_contents .lp_box .item_box .item{
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    line-height: 1.6em;
    margin: 5% auto;
    
}
#lp_contents .lp_box .item_box .hr{
    border-bottom: #e8334a 1px solid;
    width: 50px;
    float: left;
    margin: 5% auto;
    
}
#lp_contents .lp_box .item_box p{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    line-height: 2em;
}
#lp_contents .lp_box .style_box_01{
    width: 43%;
    display: inline-block;
    position: relative;
    margin: 5% auto 0;
    padding-bottom: 58%;
}
#lp_contents .lp_box .style_box_02{
    width: 43%;
    display: inline-block;
    position: relative;
    margin: 5% auto 0;
}
#lp_contents .lp_box .btn_box{
    width: 52%;
    position: relative;
    display: inline-block;
}


/* ============ fade CSS ============ */
.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    animation: anime 4s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}


.foot{
    background:#e8334a;
    color:#FFFFFF;
    padding: 1% 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1px;
    margin: 5% auto 0;
    font-family: 'Hind Siliguri', sans-serif;
    
}


/* ============ ボタン ============ */

.btn01 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0;
    width: 50%;
    padding: 2.5% 0%;
    color: #e8334a;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    float: left;
    font-family: 'Inter', sans-serif;
}
.btn01 a:hover {
    background: #e8334a;
    color: #FFFFFF;
}

.btn02 a {
	position: relative;
    width: 96%;
    color: #e8334a;
    display: flex;
    justify-content: space-around;
    align-items: center;
	letter-spacing: .8;
    line-height: 2.0;
    font-size: 13px;
    padding: 2% 0;
    border: #e8334a 1px solid;
    text-align: center;
    transition: 0.3s ease-in-out;
    margin: 43% auto 0%;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}
.btn02 a:hover {
    background: #333333;
    color: #FFFFFF;
    border: #333333 1px solid;
}
.btn02 a::after {
    position: absolute;
    content: "+";
    right: 2%;
    bottom: 8%;
    font-size: 21px;
    font-weight: 300;
}



.btn_all a {
    background: #252525;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0;
    width: 100%;
    padding: 3% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    float: right;
    border-radius: 5px;
    line-height: 2em;
    font-family: 'Inter', sans-serif;
}
.btn_all a:hover {
    background: #e02c2d;
    color: #FFFFFF;
}
.btn_all 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;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}




.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 70%;
}

.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: 10% 0 0;
	}
    #lp_head{
        width: 100%;
    }
    #lp_head .head{
        width: 85%;
    }
    #lp_head .head .title_s1{
        width: 57%;
    }
    #lp_head .head .title_s2{
        width: 35%;
    }
    #lp_head .head .lead{
        font-size: 14px;
        line-height: 2em;
    }
    #lp_contents{
        margin: 10% auto 0;
    }
    #lp_contents .lp_box{
        width: 90%;
    }
    #lp_contents .lp_box .main{
        width: 100%;
    }
    #lp_contents .lp_box .no_box{
        width: 100%;
    }
    #lp_contents .lp_box .no_box .no{
        width: 35%;
        margin-bottom: 3%;
    }
    #lp_contents .lp_box .item_box{
        width: 90%;
        margin: 5% auto 10%;
    }
    #lp_contents .lp_box .item_box .item{
        font-size: 15px;
        margin: 0 auto 5%;
    }
    #lp_contents .lp_box .item_box .hr{
        margin: 0 auto 5%;
    }
    #lp_contents .lp_box .item_box p{
        font-size: 13px;
        margin: 0 auto;
    }
    #lp_contents .lp_box .item_box p br{
        display: none;
    }
    #lp_contents .lp_box .style_box_01{
        width: 90%;
        padding-bottom: 48vh;
    }
    #lp_contents .lp_box .style_box_02{
        width: 90%;
    }
    #lp_contents .lp_box .btn_box{
        width: 100%;
    }
    
    
    .btn01 a{
        width: 100%;
        font-size: 13px;
        padding: 3.5% 0;
    }
    .btn02 a{
        width: 90%;
        margin: 5% auto;
        font-size: 12px;
    }
    .btn02 a::after{
        bottom: 0%;
    }
    
    .foot{
        font-size: 12px;
        line-height: 2em;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
}