@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;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    font-weight: 400;
    padding: 0% 0% 0%;
    letter-spacing: 1px;
    background: #FFFFFF;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}
#ap_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#ap_wrap ul{
	padding: 0;
	overflow: hidden;
    margin: 0 auto;
}
#ap_wrap li{
	list-style: none;
}
#ap_wrap a{
    text-decoration: none;
}
#ap_wrap a:link{
    opacity: 1;
}
#ap_wrap a:hover{
    text-decoration: none;
}
#ap_head{
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    
}
#ap_head .head{
    width: 100%;
    position: relative;
    display: block;
    z-index: 6;
}
#ap_head .title_box{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    z-index: 10;
}
#ap_head .title{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#ap_head .lead{
    width: 100%;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    margin: 5% auto;
    line-height: 2em;
    font-weight: 500;
    color: #FFF6F6;
}
#ap_contents{
    max-width: 900px;
    width: 100%;
    display: block;
    margin: 10% auto 0;
}
#ap_contents .section{
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 7% auto;
}
#ap_contents .section .box:nth-of-type(1){
    width: 48%;
    float: left;
}
#ap_contents .section .box:nth-of-type(2){
    width: 48%;
    float: right;
    margin-top: 25%;
}
#ap_contents .section .box:nth-of-type(3){
    width: 48%;
    float: left;
    margin-top: 4%;
}
#ap_contents .section .box:nth-of-type(4){
    width: 48%;
    float: right;
    margin-top: 4%;
}
#ap_contents .section .box:nth-of-type(5){
    width: 48%;
    float: left;
    margin-top: 4%;
}
#ap_contents .section .box:nth-of-type(6){
    width: 48%;
    float: right;
    margin-top: 4%;
}
#ap_contents .section .box:nth-of-type(7){
    width: 48%;
    float: left;
    margin-top: 4%;
}
#ap_contents .section .box:nth-of-type(8){
    width: 48%;
    float: right;
    margin-top: 4%;
}
#ap_contents .section .box:nth-of-type(9){
    width: 48%;
    float: left;
    margin-top: 4%;
}
#ap_contents .section .box:nth-of-type(10){
    width: 48%;
    float: right;
    margin-top: 4%;
}
.bar{
    width: 100%;
    text-align: center;
    display: inline-block;
    border-bottom: #0594c6 1px solid;
    margin: 0 auto;
}
.bar p{
    color: #0594c6;
    font-weight: 500;
    line-height: 2em;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
}
/* ============ ボタン ============ */

.btn01 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;
}
.btn01 a:hover {
    background: #333333;
    color: #FFFFFF;
}

.btn02 a {
	position: relative;
    width: 90%;
    color: #0080c2;
    display: flex;
    justify-content: space-around;
    align-items: center;
	letter-spacing: .8;
    line-height: 2.0;
    font-size: 13px;
    padding: 2% 0;
    border: #0080c2 1px solid;
    text-align: center;
    transition: 0.3s ease-in-out;
    margin: 0% 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: 2%;
    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;
}
.MT20{
    margin: 20% auto 0;
}
.MT10{
    margin: 10% auto 0;
}
.MT5{
    margin: 5% auto 0;
}


/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
	}
    #ap_head .title_box{
        width: 70%;
        margin: 3% auto 0;
    }

    #ap_head .lead{
        font-size: 14px;
    }
    #ap_contents{
        margin: 0 auto;
    }
    #ap_contents .section{
        margin: 4% auto 0;
    }
    .bar{
        margin: 10% auto 0;
    }
    .bar p{
        font-size: 11px;
    }

    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
}

#ap_head .head {
    opacity: 0;
    transition: 2s all 0.2s ease;
}
#ap_head .title {
    opacity: 0;
    transition: 2s all 0.4s ease;
}
#ap_head .lead {
    transform: translate(0,20px);
    opacity: 0;
    transition: 2s all 0s ease;
}
#ap_head.ac .head,#ap_head.ac .title,#ap_head.ac .lead{
    transform: translate(0);
    opacity: 1
}
.anim {
    transform: translate(0,30px);
    opacity: 0;
    transition: 2s all 0.2s ease;
}
.anim.ac {
    transform: translate(0);
    opacity: 1;
}
#ap_contents .section .img_box li {
    /*transform: translate(0,20px);*/
    opacity: 0;
    transition: 2s all 0s ease;
}
#ap_contents .section .img_box li:nth-of-type(2) {
    transition-delay: 0.4s;
}
#ap_contents .section .img_box li:nth-of-type(3) {
    transition-delay: 0.8s;
}
#ap_contents .section .img_box li:nth-of-type(4) {
    transition-delay: 1.2s;
}
#ap_contents .section .img_box.ac li{
    transform: translate(0);
    opacity: 1;
}

