@charset "utf-8";
/* CSS Document */
.sec00{
    padding: 60px 0;
    background: #f1f1f1;
}
.sec00 .box{
	background-color: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 40px 20px;
}

.movie h2{
	max-width: 500px;
	margin: 40px auto 40px;
	padding: 0 10px;	
}

.video-container {
	position: relative; /* 新規追加: 子要素の絶対配置の基準にする */
	width: 100%;
	padding-bottom: 56.25%; /* 縦横比16:9の場合の高さ（= 100% × 9 ÷ 16） */
	height: 0;
  }
  
  .video-container video,
  .video-container iframe {
	position: absolute; /* 追加: 親要素に絶対配置 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
.sec01{
	padding: 40px 0;
}
.sec01{
	background: #2A7B9B;
	background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}
.sec01 h2{
	text-align: center;
	margin: 0 0 20px;
	color: #f81313d0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .333);    
}
.sec01 p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .333);    	
}
.sec02{
	padding: 60px 0;
}
.sec02 h2{
	max-width: 400px;
	margin: 20px auto 40px;
	padding: 0 10px;
}
.sec02 h3 {
  position: relative;
  margin: 0 auto 40px;
  text-align: center;
}
.sec02 h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #217182;
  border-radius: 2px;
}

.sec02 a{
	display: contents;
	color: blue;
}
.sec02 a:hover{
	color: #000;
}

.sec02 .koe{
	border:2px solid #217182;
	padding: 20px;
}

.sec03{
	padding: 60px 0;
	background: #F5F3E6;
}
.sec03 h3{
	  border-bottom: solid 3px #217182;
	  margin: 40px 0 10px;
	  padding: 0 4px;
}

.sec03 .img{
	max-width: 240px;
	margin: 0 auto 40px;
}
.sec03 .text .tce{
	margin: 0  0 40px;
	font-weight: bold;
	font-size: 22px;
}
.sec04{
	padding:0 0 60px;
}


.sec04 h2{
	max-width: 460px;
	margin: 20px auto;
	padding: 0 10px;
}
.sec04 h3{
	text-align: center;
    background: #217182;
    color: #fff;
    padding: 10px;
    font-weight: bold;
	margin: 40px auto;
}
.sec04 dt{
    width: 14vw;
    padding: 30px 0;
    vertical-align: top;
    font-weight: bold;
}
.sec04 dd{
    width: 80vw;
    padding: 30px 40px 30px 40px;
    vertical-align: top;
    position: relative;
    line-height: 30px;
}
.sec04 dd:before {
    content: '';
    position: absolute;
    top: 33px;
    left: 0;
    bottom: 34px;
    border-right: 1px solid #dfdfdf;
}
.sec04 dd a{
	text-decoration: underline;
	color: #0000ff;
}
.sec04 dd a:hover{
	text-decoration: none;
	color: #333;
}
.sec05{
	padding: 60px 0;
	background: #f1f1f1;
}
.sec05 h2{
	max-width: 400px;
	margin: 20px auto 40px;
	padding: 0 10px;
}
.sec05 .b-f{
	background-color: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 40px 20px;
} 
.sec05 .box{
	margin: 0 0 40px;
}
.sec05 .box h3{
	background: #217182;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
}
.sec05 .box .img{
	max-width: 300px;
	margin: 40px auto 40px;
}
.sec06{
	padding: 60px 0;
    background: #F5F3E6;
}
.sec06 .block{
	max-width: 800px;
}
.sec06 h2{
	max-width: 400px;
	margin: 20px auto 40px;
	padding: 0 10px;
}
.sec06 .img{
	max-width: 400px;	
}

.sec07{
	padding: 60px 0;
    background: #F5F3E6;
}
.sec07 h2{
	max-width: 400px;
	margin: 20px auto 40px;
	padding: 0 10px;
}
.sec07 .b-f{
	background-color: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 40px 20px;
} 


.sec08{
	padding: 60px 0;

}
.sec08 h2{
	max-width: 400px;
	margin: 20px auto 40px;
	padding: 0 10px;
}
.sec08 h3{
	margin: 0 0 20px;
	text-align: center;
    background: #217182;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}
.sec08 h4{
	margin: 0 0 30px;
	font-weight: bold;
}

.sec08 .schedule{
	margin: 40px 0;
	text-align: center;	
	font-size: 20px;
}


.sec08 ul{
	margin: 0 0 40px;
	font-weight: bold;
}
.sec08 p{
	font-weight: bold;	
}

.sec09{
	padding: 60px 0;
	background: #f1f1f1;
}
.sec09 h2{
	max-width: 400px;
	margin: 20px auto 40px;
	padding: 0 10px;
}
.sec09 .b-f{
	background-color: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 40px 20px;
}
.sec09 .box{
	margin: 0 0 40px;
	font-weight: bold;
}
.sec09 .box p{
	margin: 0 0 10px;	
}
.sec09 .box dl{
	margin: 0 0 20px;	
}
.sec09 .box:last-child,
.sec09 .box dl:last-child{
	margin: 0;
}
.sec10{
	padding: 60px 0;
}

.sec10 h2,
.sec11 h2{
	background: #217182;
	color: #fff;
	padding:20px 10px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin: 0 0 40px;
}
.sec11{
	padding: 60px 0;
}
.sec11 .img{
	max-width: 300px;
	margin: auto;
}
.sec11 .name{
	text-align: center;
	margin: 0 0 40px;
	font-weight: bold;
	font-size: 26px;
}
.sec11 .name span{
	font-size: 16px;
}


@media screen and (max-width:767px){


}
	