@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{
    max-width: 1000px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    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_pc{
	margin: 50px auto 0;
    width: 500px;
}
#ap_wrap .title_sp{
	margin: 50px auto 15px;
    width: 220px;
}

#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: 13px auto;
    position: relative;
    font-weight: 500;
    line-height: 2em;
}


/************************************************************
               contents
************************************************************/
#ap_contents{
	width: 100%;
}
#ap_contents .main_box{
    width: 100%;
    background:#f5f1e8;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ap_contents .main_box .main{
    width: 50%;
    float: left;
}
#ap_contents .main_box .txt_box{
    width: 50%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#ap_contents .main_box .txt_box p{
    font-size: 14px;
    text-align: center;
    line-height: 2em;
    margin: 0 auto;
    margin: 12% auto 0;
}
#ap_contents .main_box .txt_box p span{
    font-size: 80%;
}
#ap_contents .item_box{
    width: 100%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
}
#ap_contents .item_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 3%;
}
#ap_contents .item_box ul li{
    display: inline-block;
    position: relative;
}
#ap_contents .item_box .credit{
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin: 4% auto 2%;
    line-height: 1.8em;
	height: 90px;
}
#ap_contents .item_box p{
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    position: relative;
    margin: 3% auto;
    line-height: 1.8em;
    padding: 3% 0;
	height: 50px;
}

.footer {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    color: #353535;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 90%;
	margin: 3% auto;
    padding: 2% 0%;
    background: #333333;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1.5em;
    border: #333333 1px solid;
    font-family: "Poppins", sans-serif;
    border-radius: 2px;

}
.btn_01 a:hover {
    color: #FFFFFF;
    background: #333333;
}

.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.hr{
    border-bottom:solid 1px #737373;
    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;
}

.btn_all a {
    background: #ffffff;
    color: #353535;
	border: 1px solid #353535;
    font-size: 14px;
    font-weight: 500;
    width: 90%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 15% auto 10%;
    display: inline-block;
    border-radius: 3px;
    padding: 4.5% 0
}

/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
    }
    #ap_wrap .title{
        font-size: 35px;
    }
    #ap_wrap .lead{
        font-size: 14px;
        margin: 4% auto;
    }
    #ap_wrap .logo{
        width: 20%;
        
    }
    #ap_contents .main_box .main{
        width: 100%;
    }
    #ap_contents .main_box .txt_box{
        width: 100%;
    }
    #ap_contents .main_box .txt_box p{
        font-size: 13px;
        margin: 10% auto;
    }
    #ap_contents .item_box{
        width: 80%;
    }
	#ap_contents .item_box p{
        height: auto;
    }
	#ap_contents .item_box .credit{
       height: auto;
    }
    
    #ap_contents .item_box ul{
        grid-template-columns: 1fr;
    }
    #ap_contents .item_box ul li{
        margin: 10% auto;
    }
	#ap_contents .item_box p{
        height: auto;
	}
    .btn_01 a{
        padding: 3%;
        width: 80%;
        font-size: 12px;
		margin: 0% auto 3%;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
	
	.footer {
    font-size: 11px;
    padding: 3% 0;
	}
	#ap_wrap .title{
	margin-top: 50px;
	width: 100%;
	}
}