@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{
	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;
}
#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_head{
    width: 100%;
    display: block;
    position: relative;

}
#lp_head .title{
    width:42%;
    text-align: center;
    margin: 1% auto;
    display: block;
    position: relative;
}
#lp_head .lead{
    font-size: 18px;
    text-align: center;
    margin: 5% auto;
    line-height: 2.5em;
}
#lp_head .navi{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 5% auto;
}
#lp_head .navi ul li{
    width: 19.2%;
    box-sizing: border-box;
    float: left;
    margin-right: 1%;
}
#lp_head .navi ul li:last-child{
    margin-right: 0;
}
#lp_head .navi ul li .img{
    width: 100%;
    position: relative;
    z-index: 5;
}
#lp_head .navi ul li .no{
    width: 22%;
    top: 5%;
    left: 8%;
    position: absolute;
    z-index: 6;
}
#lp_head .navi ul li .no_s{
    width: 20%;
    top: 5%;
    left: 8%;
    position: absolute;
    z-index: 6;
}
#lp_contents{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    text-align: center;
}
#lp_contents .lp_box{
    width: 100%;
    margin: 10% auto 5%;
    display: inline-block;
    position: relative;
    padding-bottom: 5%;
    z-index: 5;
}
#lp_contents .ttl_box_left{
    width: 46%;
    display: inline-block;
    position: relative;
    float: left;
}
#lp_contents .ttl_box_right{
    width: 46%;
    display: inline-block;
    position: relative;
    float: right;
}
#lp_contents .ttl{
    width: 65%;
    float: left;
}
#lp_contents .txt{
    font-size: 14px;
    text-align: left;
    line-height: 2em;
    display: inline-block;
    margin: 5% auto;
    float: left;
}
#lp_contents .main{
    width: 50%;
    position: relative;
     z-index: 5;
}
#lp_contents .sub_1{
    width: 55%;
    top: 49%;
    right: 0;
    position: absolute;
    display: inline-block;
    z-index: 6;
}
#lp_contents .sub_1 .img_l{
    width: 48%;
    float: left;
}
#lp_contents .sub_1 .img_r{
    width: 48%;
    float: right;
}
#lp_contents .sub_2{
    width: 38%;
    top: 35%;
    left: 15%;
    position: absolute;
    display: inline-block;
    z-index: 6;
}
#lp_contents .sub_3{
    width: 38%;
    top: 35%;
    right: 15%;
    position: absolute;
    display: inline-block;
    z-index: 6;
}
#lp_contents .sub_4{
    width: 38%;
    top: 35%;
    left: 15%;
    position: absolute;
    display: inline-block;
    z-index: 6;
}
#lp_contents .sub_5{
    width: 38%;
    top: 35%;
    right: 15%;
    position: absolute;
    display: inline-block;
    z-index: 6;
}

#lp_contents .item_box_left{
    width: 45%;
    display: inline-block;
    margin: 2% auto 0;
    position: relative;
    margin-right: 55%;
}
#lp_contents .item_box_right{
    width: 45%;
    display: inline-block;
    margin: 2% auto 0;
    position: relative;
    margin-left:55%;
}
#lp_contents .item{
    width: 90%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#lp_contents .item ul li{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 1% auto;
    display: inline-block;
}
#lp_contents .item ul li .credit{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6em;
    text-align: left;
    float: left;
    margin: 0 auto;
}
#lp_contents .item .attention{
    font-size: 12px;
    margin: 5% auto 0;
    text-align: center;
    display: inline-block;
}

.foot{
    background:#4f8bc2;
    color:#FFFFFF;
    padding: 1% 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8em;
    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: 2% auto 0;
    width: 40%;
    padding: 2.5% 2%;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    float: right;
    font-family: 'Inter', sans-serif;
    border: #000000 1px solid;
}
.btn01 a:hover {
    background: #4f8bc2;
    color: #FFFFFF;
    border: #4f8bc2 1px solid;
}
.btn02 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;
}
.btn02 a:hover {
    background: #4f8bc2;
    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;
}
.btn02 a:hover:after {
    border-color: #FFFFFF;
}


.button002 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5% auto 0;
    width: 80%;
    padding: 1% 4% 1% 0%;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #000000;
    font-family: 'Inter', sans-serif;
    float: left;
}

.button002 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
}

.button002 a:hover {
  color: #333333;
  text-decoration: none;
}

.button002 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}





.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;
}
.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: 15% 0 0;
	}
    #lp_head{
        width: 100%;
    }
    #lp_head .title{
        width: 62.5%;
        margin: 0% auto;
    }
    #lp_head .lead{
        font-size: 15px;
        line-height: 2.2em;
        margin: 10% auto;
    }
    #lp_head .navi{
        width: 94%;
    }
    #lp_head .navi ul li{
        width: 32%;
        margin-right: 2%;
    }
    #lp_head .navi ul li:nth-child(3){
        margin-right: 0;
    }
    #lp_head .navi ul li:nth-child(4){
        margin-left: 16%;
        margin-top: 3%;
    }
    #lp_head .navi ul li:nth-child(5){
        margin-right: 0;
        margin-top: 3%;
    }
    #lp_contents .lp_box{
        margin: 10% auto;
        overflow: hidden;
    }
    #lp_contents .ttl_box_left{
        width: 90%;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        float: none;
    }
    #lp_contents .ttl_box_right{
        width: 90%;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        float: none;
    }
    #lp_contents .txt{
        font-size: 13px;
    }
    #lp_contents .main{
        width: 80%;
    }
    #lp_contents .sub_1{
        width: 90%;
        top: 60%;
    }
    #lp_contents .sub_2{
        width: 55%;
        top: 51%;
        left: 0;
    }
    #lp_contents .sub_3{
        width: 55%;
        top: 51%;
        right:0;
    }
    #lp_contents .sub_4{
        width: 55%;
        top: 53%;
        left: 0;
    }
    #lp_contents .sub_5{
        width: 55%;
        top: 50.5%;
        right:0;
    }
    #lp_contents .item_box_left{
        width: 90%;
        margin: 80% auto 0;
        float: none;
        text-align: center;
    }
    #lp_contents .item_box_right{
        width: 90%;
        margin: 80% auto 0;
        float: none;
        text-align: center;
    }
    #lp_contents .item ul li .credit{
        font-size: 13px;
    }
    #lp_contents .item .attention{
        font-size: 11px;
    }
    
    
    
    
    .foot{
        font-size: 12px;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
/*    .Left{
        float: none;
    }
    .Right{
        float: none;
    }*/
    .MT10{
        margin-top: 15%;
    }
}