#st_wrap {
	max-width:800px;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: 100%;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}

@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}

#st_wrap h1 {
    font-size: 20px;
    text-align: center;
    margin: 4% auto;
	line-height: 1.8em;
	letter-spacing: 1;
}

.sub_lead{
	margin: 15% 0;
}

#st_wrap h2 {
    font-size: 18px;
    text-align: center;
	line-height: 2.3;
	letter-spacing: 1;
	font-weight: normal;
}
#st_wrap h2 span.border{
	border-bottom: 2px solid #203864;
}

.ooyama_pic img{
	border-radius: 50%;
	margin-top: 15%;
	width: 85%;
}

.ooyama_box{
	display: flex;
	column-gap: 5%;
	font-size: 14px;
	line-height: 1.6;
	margin: 10% auto;
	justify-content: center;
	width: 80%;
	background: #eeeeee;
	padding: 5% 0;
}

.ooyama_box .name{
	font-weight: 600;
	margin-bottom: 2%;
	font-size: 17px;
}

.icon_youtube a img{
	width: 40px;
	margin-top: 5%;
}

.style_contents{
	width: 80%;
	margin: 0 auto;
}

.style_contents .title{
	border-bottom: 1px solid #000000;
	padding: 1% 0;
	font-weight: 600;
	font-size: 20px;
}
.style_contents .title span.sub{
	font-size: 75%;
	font-weight: normal;
}
.style_contents .title span.tatebou{
	font-size: 95%;
	vertical-align: 2px;
	font-weight: normal;
	margin: 5px;
}

.style_img img{
	width: 100%;
}

.txt_area{
	width: 90%;
	margin-bottom: 15%;
}

.style_contents .style_box{
	display: flex;
	margin: 5% auto 0;
	column-gap: 5%;
}

.style_img{
	width: 100%;
}

.style_title{
	border-bottom: none;
	text-align: left;
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 5%;
}

.style_title span.no::after{
	content: '|';
	font-weight: 200;
	font-size: 85%;
    display: inline-block; 
    transform: rotate(23deg);
	margin-left: -1px;
}

.style_title span{
	font-size: 2em;
}

.style_title span.main_title{
	margin-left: 5px;
	font-size: 20px;
}

.txt_area .lead{
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1;
}

.youtube_contents{
	margin: 15% auto 10%;
	width: 80%;
}
.youtube_contents .title{
    border-bottom: 1px solid #000000;
	padding: 1% 0;
	font-weight: 600;
	font-size: 20px;
}

.youtube_contents .youtube_lead{
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin: 5% 0;
	line-height: 1.8;
	letter-spacing: 1;
}

.movie_wrap{
	width: 90%;
    max-width: 500px;
    margin: 5% auto;
    display: flex;
    flex-wrap: wrap;
}
.movie{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 56.25%
}
.movie iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube_main{
	width: 80%;
	margin: 0 auto 5%;
}
.youtube_main img{
	width: 100%;
}
.youtube_txt{
	font-size: 15px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 1;
}

.youtube_txt span{
	padding: 3% 0;
	display: block;
}

#st_wrap p {
    text-align: center;
    font-size: 13px;
    line-height: 1.8em;
    margin: 2% auto;
    color: #000;
    font-weight: 400;
}

.wrap_content {
    width: 100%;
	padding-bottom: 2%;
	background: #ffffff;
}

.visual {
    width: 100%;
    margin: 0 auto 2%;
}

.visual img {
    width: 100%;
}

.sub {
    text-align: center;
    margin: 1% auto;
    width: 25%;
}

.staff_wrap{
	width: 50%;
	margin: 0 auto 15%;
	border: 1px solid #000000;
	padding: 0 3%;
	font-size: 14px;
}

.staff_box{
	display: flex;
	align-items: center;
	margin: 5% 0;
}

.staff_img{
	width: 37%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.staff_img img{
	border-radius: 50%;
	border: 1px solid #203864;
	width: 55%;
}

.staff_link{
	width: 60%;
}

.staff_link a{
	text-decoration: none;
	color: #000000;
}

.staff_link a span{
	border-bottom: 2px solid #203864;
}

.sp {
	display: none;
}
.clear {
	clear: both;
}

.btn_01{
	margin: 5% 0;
	background: #203864;
	width: 90%;
	text-align: center;
	padding: 8px 10px;
	border-radius: 5px;
}
.btn_01 a{
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	font-size: 14px;
}

.btn {
	display: block;
	width: 60%; 
	margin: 3% auto;
	padding: 1%;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border: solid 2px #000;
	color: #000;
	position: relative;
}


.footer{
	text-align: center;
	color: #203864;
}

.btn_all{
	text-align: center;
}

.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;
	text-align: center;
	text-decoration: none;
}

@media only screen and (max-width: 750px) {

    #st_wrap h1 {
        font-size: 16px;
        margin: 6% auto 3%;
    }
	
    .sub_lead{
        margin: 20% 0 30%;
    }	
	
    #st_wrap h2 {
        font-size: 14.4px;
		font-weight: 500;
    }
    
    #st_wrap h1 span {
        padding: 3px 15px;
    }
    
    #st_wrap p {
        font-size: 11px;
        line-height: 1.6em;
        margin: 3% auto;
    }
	
    .ooyama_box{
        /*display:block;*/
		width: 95%;
		column-gap: 2%;
    }	

	.ooyama_pic{
		text-align: center;
		/*margin: 0 0 5%;*/
	}
	
	.ooyama_pic img{
		margin-top: 0;
	}
	
	.ooyama_lead{
		font-size: 13px;
		width: 90%;
		margin: 0 auto;
		padding: 0 5px 0 0;
	}
	
    .txt_area{
        width: 100%;
    }	
	
    .style_contents{
        width: 90%;
    }
	
    .style_contents .title{
        font-size: 20px;
    }	
    .style_title{
        margin: 3% 0 5%;
    }
	
    .txt_area .lead{
        font-size: 13px;
		margin-top: 5%;
    }	
	
    .style_contents .style_box{
        display: block;		
    }
	
    .youtube_contents{
		width: 90%;
    }
	
    .youtube_contents .youtube_lead{
        font-size: 16px;
    }
	
	.youtube_txt{
       font-size: 13px;
    }
	
    .youtube_main{
        width: 100%;
    }  
	
	.staff_wrap{
		width: 80%;
	}
	
    .staff_img {
        width: 27%;
    }
    .staff_img img{
        width: 80%;
    }	
	
	.staff_link{
		width: 70%;
		font-size: 13px;
		display: flex;
        margin-left: 5px;
	}
	
    .sub {
        font-size: 10px;
    }

    .btn_01{
        width: 100%;
    }	
    
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn {
		font-size: 12px;
		border: solid 2px #000;
	}
    .footer a{
        color: 000000;
        text-decoration: none;
		font-size: 80%;
    }
}
