@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    background: #f5f5f5;
    padding: 10% 0 0;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
    letter-spacing: 1px;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ap_wrap li{
	list-style: none;
}
#ap_wrap a{
    text-decoration: none;
/*    color: #000000;*/
}
#ap_wrap a:hover{
    text-decoration: none;
}
#ap_wrap a:link{
    opacity: 1;
}

#ap_wrap img{
    width: 100%;
    line-height:0;
    vertical-align: bottom;
    border: none;
}
#ap_wrap .title{
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    line-height: 1em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
#ap_wrap .logo{
    width: 10%;
    text-align: center;
    margin: 0% auto;
}
#ap_wrap .lead{
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin: 2% auto;
    position: relative;
    font-weight: 500;
    line-height: 2em;
}


/************************************************************
               contents
************************************************************/
#ap_contents{
    max-width: 1000px;
	width: 100%;
    margin: 5% auto 0;
}
#ap_contents .ap_box{
    width: 100%;
    margin: 5% auto;
    position: relative;
    display: inline-block;
}
#ap_contents .ttl_box{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
}
#ap_contents .heading01{
	position: relative;
	font-size: 20px;
    font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #333333;
    padding-bottom: 1%;
}

#ap_contents .heading01::after {
	content: '';
	position: absolute;
	bottom: -2.5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #333333;
}
#ap_contents .heading01 span{
    font-weight: 300;
}
#ap_contents .style{
    width: 90%;
    display: inline-block;
    text-align: center;
    margin: 5% auto 0;
}
#ap_contents .style ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4%;
}
#ap_contents .style ul li{
    display: inline-block;
    position: relative;
    margin-bottom: 8%;
}
#ap_contents .style p{
    width: 100%;
    text-align: center;
    line-height: 2em;
    margin: 4% auto;
    position: relative;
    display: inline-block;
    letter-spacing: 0px;
    font-size: 13px;
}

.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 5% auto 0;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    background: #606060;
    color: #FFFFFF;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
    background: #FFFFFF;;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 80%;
    padding: 2% 2%;
    color: #333333;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    float: none;
    border: #333333 solid 1px;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;
    border-radius: 100vh;

}
.btn_01 a:hover {
    color: #FFFFFF;
    background: #333333;
}

.btn_01 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_01 a:hover:after {
    border-color: #FFFFFF;
}

.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.hr{
    border-bottom:solid 1px #737373;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}

.Inter{
    font-family: "Inter", sans-serif;
}
.Lato{
    font-family: "Lato", sans-serif;
}
.Poppins{
    font-family: "Poppins", sans-serif;
}

/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 15% 0 0;
    }
    #ap_wrap .title{
        font-size: 30px;
    }
    #ap_wrap .lead{
        font-size: 15px;
        margin: 8% auto;
    }
    #ap_contents{
        margin: 0 auto;
    }
    #ap_contents .heading01{
        font-size: 15px;
        padding-bottom: 2%;
        margin-top: 0;
    }
    #ap_contents .style{
        width: 92%;
    }
    #ap_contents .style ul{
        grid-column-gap: 2%;
    }
    #ap_contents .style ul li{
        margin-bottom: 15%;
    }
    #ap_contents .style p{
        font-size: 10px;
        text-align: left;
    }
    .btn_01 a{
        font-size: 10px;
        width: 90%;
        padding: 3% 2%;
        
    }
    .btn_01 a:after{
        width: 5px;
        height: 5px;
        
    }
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }


    
	
}