@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

*:focus {
outline: none;
}
#ap_wrapper{
	max-width:1000px;
	text-align: center;
    margin: 0 auto;
    padding: 5% 0;
    position: relative;
    color: #000000;
    display: block;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
    
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#ap_wrapper img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#ap_wrapper ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ap_wrapper li{
	list-style: none;
}
#ap_wrapper a{
    text-decoration: none;
}
#ap_wrapper a:hover{
    text-decoration: none;
}
#ap_wrapper a:link{
    opacity: 1;
}
#ap_wrapper h1{
    width: 500px;
    font-size: 18px;
    text-align: center;
    margin: 5% auto;
    position: relative;
    display: inline-block;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    padding: 1% 0;
    font-weight: 300;
}
#ap_wrapper .title{
    width: 50%;
    text-align: center;
    margin: 0 auto 5%;
    display: block;
}
#ap_wrapper .main_img{
    width: 100%;
    position: relative;
}
.circle_box{
    width: 50%;
    position: absolute;
    left: 6%;
    top: 5%;
    display: inline-block;
}
.circle {
    display: inline-grid;
    color: #000000;
    background: #FFFEF0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    float: left;
}
.text{
    width: 90%;
    font-size: 17px;
    text-align: center;
    color: #000000;
    margin: 5px auto;
    font-weight: 500;
    border-bottom: #838383 1px dotted;
    padding-bottom: 5%;
}
.staff{
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2em;
    margin: 2% auto 0;
}
.bar{
    width: 100%;
    background: #222222;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    padding: 1% 0;
    position: relative;
    margin: 0 auto;
    line-height: 1.2em;
    font-weight: 300;
    
    
}



.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 60%;
}

.Left{
    float: left;
}
.Right{
    float: right;
}
.clear{
    clear: both;
}

@media only screen and (max-width:768px){
	#ap_wrapper {
		width: 100%;
		text-align: center;
        margin: 0% auto 0;
        padding: 10% 0 0 0;
		color: #000000;
        overflow: hidden;

    }
    #ap_wrapper .title{
        width: 90%;
    }
    #ap_wrapper h1{
        width: 90%;
        font-size: 15px;
        margin: 5% auto 10%;
        padding: 2.5% 0;
    }
    .circle_box{
        top: 3%;
        left: 4%;
    }
    .circle{
        width: 200px;
        height: 200px;
    }
    .text{
        font-size: 14px;
        line-height: 1.5em;
    }
    .staff{
        font-size: 12px;
        letter-spacing: 0px;
    }
    .bar{
        font-size: 12px;
        font-weight: 300;
        padding: 3% 0;
    }
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
  
    
	
}