@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    padding: 0;
    color: #000000;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    background: #2b3556;
    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;
}
.Oswald{
    font-family: "Oswald", sans-serif;
}
.RobotoCon{
    font-family: "Roboto Condensed", sans-serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}

#lp_head{
    max-width: 1000px;
    width: 100%;
    display: block;
    position: relative;
    padding: 5% 0;
    text-align: center;
    margin: 0 auto;
    
}
#lp_head .title{
    width: 50%;
    text-align: center;
    margin: 5% auto 3%;
}
#lp_head .title_s{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

#lp_head .lead{
    width: 100%;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    margin: 5% auto;
    line-height: 2em;
    color: #FFFFFF;
}
#lp_head .title{
    opacity: 0;
	transition: 2s all 0.3s ease;
}
#lp_head .title_s{
    opacity: 0;
	transition: 2s all 0.5s ease;
}
#lp_head .lead{
    opacity: 0;
	transition: 2s all 0.7s ease;
}
#lp_head.ac .title,#lp_head.ac .title_s,#lp_head.ac .lead{
	opacity: 1;
}



#lp_contents{
    width: 100%;
    display: block;
    margin: 0% auto 0;
}
#lp_contents .section{
    max-width: 1100px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 7% auto;
    background: #FFFFFF;
}
#lp_contents .section .ttl{
    width: 100%;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    position: relative;
    line-height: 1em;
    padding: 1% 0;
    color: #FFFFFF;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}
#lp_contents .section .inner{
    width: 85%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 5% auto;
}
#lp_contents .section .inner .style ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6%;
}
#lp_contents .section .inner .style ul li{
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}
#lp_contents .section .inner .style h1{
    font-size: 15px;
    text-align: left;
    border-bottom: #000000 1px solid;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin: 5% auto;
    letter-spacing: 0px;
    
}
#lp_contents .section .inner .style .fade_img{
    width: 100%;
    position: relative;
    padding-bottom: 134%;
}
#lp_contents .section .inner .style .img{
    width: 100%;
    position: relative;
}
#lp_contents .section .inner .style p{
    width: 96%;
    display: block;
    font-size: 14px;
    margin: 5% auto;
    text-align: center;
    line-height: 2em;
}

/* ============ 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;
}
}

/* ============ ボタン ============ */

.btn01 a {
    background: #333333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 58%;
    padding: 2.5% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    border-radius: 100vh;
    float: none;
    font-family: 'Inter', sans-serif;
}
.btn01 a:hover {
    background: #333333;
    color: #FFF;
}
.btn01 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;
}
.btn01 a:hover:after {
    border-color: #FFF;
}


.btn02 a {
    background: #0080c2;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 90%;
    padding: 2.5% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    float: none;
    line-height: 2em;
    font-family: 'Inter', sans-serif;
}
.btn02 a:hover {
    background: #333333;
    color: #FFFFFF;
}


.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%;
}



/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 10% 0;
	}
    #lp_head .title{
        width: 70%;
    }
    #lp_head .title_s{
        width: 70%;
    }
    #lp_head .lead{
        font-size: 15px;
        margin: 10% auto;
    }
    #lp_contents .section{
        width: 94%;
    }
    #lp_contents .section .ttl{
        font-size: 22px;
    }
    #lp_contents .section .inner{
        width: 90%;
    }
    #lp_contents .section .inner .style ul{
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    #lp_contents .section .inner .style ul li{
        margin: 10% 0;
    }
    #lp_contents .section .inner .style h1{
        font-size: 13px;
    }
    #lp_contents .section .inner .style p{
        width: 100%;
        font-size: 13px;
        letter-spacing: 0px;
    }
    
    
    
    .btn01 a{
        width: 98%;
        font-size: 12px;
        padding: 3.5% 0;
    }
    .btn02 a{
        width: 90%;
        margin: 5% auto;
        font-size: 11px;
    }
    .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;
    }
    
}




.fade{
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}


.anim {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.5s all 0s ease;
}
.anim.ac {
	opacity:1 ;
	transform: translate(0);
}

