.main{
width: 1000px;
margin: 0px auto;
}

.marker{
background:linear-gradient(transparent 60%, #ffff00 60%);
}

.side_btn{
/*width: 100px;*/
width: 70px;
height: 500px;
position: fixed;
right: 0px;
bottom: 50px;
z-index: 15;
 transition-duration: .1s;
}
.side_btn img{
width: 100%;
}
.side_btn.none {
  opacity: 0;
  z-index: -1;
}


a:hover{
opacity: 0.8;
}

#block01{
margin: 0px 0 0px 0;
padding: 0;
width: 100%;
overflow: hidden;
position: relative;
}
#block01 .arc {
min-height: 300px;
height: auto;
/*border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
padding-bottom: 50px;*/
background: url(../image/head_bg01.jpg) repeat-x center bottom;
background-size: cover;
position: relative;
overflow: hidden;
}
.head_top{
width: 100%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#block01 .head_top .logo{
height: 50px;
width: 320px;
position: relative;
z-index: 10;
top: 10px;
	left: 5%;
}
#block01 .logo a{
	display: block;
height: 100%;
width: 100%;
}
#block01 .logo a img{
width: 100%;
}
#block01 .head_top .taisyou_h{
height: 50px;
width: 300px;
position: relative;
z-index: 10;
top: 25px;
left: 7%;
}
#block01 .head_top .taisyou_h img{
width: 100%;
}
#block01 .head_top .tel_h{
height: 70px;
width: 300px;
position: relative;
z-index: 10;
top: 20px;
right: 5%;
float: right;
margin: 0px 0px 0px auto;
}
#block01 .head_top .tel_h img{
width: 100%;
}
#block01 .main_catch01{
width: 100%;
margin: 0px auto 30px auto;
padding: 0;
}
#block01 .main_catch02{
width: 50%;
margin: 0px auto 0px auto;
padding: 0;
position: absolute;
left: 25%;
bottom: 5px;
}
#block01 .main_catch img{
width: 100%;
}

#block01 .top_btn{
width: 240px;
position: absolute;
top: 550px;
left: 5%;
}
#block01 .top_btn img{
width: 100%;
}
#block01 .gaiyou_table_wrap {
}
#block01 .gaiyou_table{
width: 80%;
background: hsla(0,0%,100%,0.70);
margin: 0px auto 150px auto;
padding: 5%;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#block01 .gaiyou_table dt{
width: 18%;
background: url(../image/th_bg01.png) left top no-repeat;
background-size: 100% 50px;
margin-bottom: 10px;
font-size: 16px;
color: #1a3654;
font-weight: bold;
padding: 10px 0px;
}
#block01 .gaiyou_table dd{
width: 80%;
text-align: left;
font-weight: bold;
font-size: 16px;
color: #1a3654;
margin: 0px 0px 10px 0px;
padding: 10px 0px;
border-bottom: dotted #17264A 1px;
}
#block01 .gaiyou_table dd table{
width: 100%;
margin: 0;
}
#block01 .gaiyou_table dd table th{
margin: 0 0 5px 0;
padding: 5px auto;
background: #EB0003;
color: #fff;
line-height: 120%;
font-size: 12px;
text-align: center;
vertical-align: middle;
display: block;
width: 50%;
}
#block01 .gaiyou_table dd table td{
font-size: 13px;
display: block;
width: 100%;
}
#block01 .ph01{
width: 30%;
position: absolute;
right: 3%;
top: 670px;
}
#block01 .gaiyou_table dd .kome{
font-size: 12px;
}
#block01 .ph01 img{
width: 100%;
}

#block01 .people01{
width: 270px;
margin: 0px;
padding: 0;
position: absolute;
bottom: -10px;
left: 5%;
}
#block01 .people01 img{
width: 100%;
}

#block01 .people02{
width: 180px;
margin: 0px;
padding: 0;
position: absolute;
bottom: -10px;
right: 10%;
}
#block01 .people02 img{
width: 100%;
}

#block_taiken{
margin: 0px 0 0px 0px;
padding: 0px 0px 0px 0px;
width: 100%;
overflow: hidden;
position: relative;
z-index: 10;
}
#block_taiken .arc {
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
padding-bottom: 30px;
background: #dfe5df;
overflow: hidden;
}
#block_taiken h3{
margin: 100px auto 0px auto;
font-size: 28px;
width: 60%;
}
#block_taiken h3 img{
width: 100%;
}
#block_taiken .schedule{
margin: 0px auto 10px auto;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
background: #fddf92;
}
#block_taiken .schedule dt{
width: 18%;
background: #db7950;
color: #fff;
font-size: 20px;
font-weight: bold;
padding: 15px 2%;
margin: 10px 10px;
border-radius: 10px;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#block_taiken .schedule dd{
width: 70%;
padding: 15px 2%;
margin: 0px;
text-align: left;
font-size: 20px;
}
#block_taiken .schedule dd .am{
background: #fff;
color: #db7950;
padding: 5px 10px;
font-size: 14px;
font-weight: bold;
border-radius: 3px;
}
#block_taiken .schedule dd .pm{
background: #fff;
color: #db7950;
padding: 5px 10px;
font-size: 14px;
font-weight: bold;
border-radius: 3px;
}
#block_taiken .caption{
background: hsla(0,0%,100%,0.80);
margin: 10px auto 0px auto;
padding: 10px 0px;
color: #2A615E;
font-size: 16px;
}


.block02{
margin: 0px 0 0px 0px;
padding: 0px 0px 0px 0px;
width: 100%;
overflow: hidden;
position: relative;
z-index: 10;
}
.block02 .arc {
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
padding-bottom: 130px;
background: #fff url("../image/img01_02.png") no-repeat center bottom;
background-size: 300px;
}
.block02 .title02{
max-width: 400px;
margin: 80px auto 30px auto;
}
.block02 .title02 img{
width: 100%;
}
.block02 h3.day_hd{
margin: 10px auto 0px auto;
line-height: 150%;
font-weight: bold;
font-size: 40px;
color: #000;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
text-shadow: 2px 2px 0px #fff;
letter-spacing: 5px;
}
.block02 h3.day_hd span{
font-size: 60px;
color: #EF0003;
}
.block02 .kome {
font-size: 15px;
margin: 0px auto 20px auto;
}

.block02 p{
width: 800px;
margin: 20px auto;
line-height: 200%;
}
.block02 .days{
width: 100%;
background: #2eafff;
position: relative;
top: 0;
padding: 30px 0px;
}
.block02 .days .uketsuke{
margin: 0px auto 20px auto;
position: relative;
display: flex;
justify-content: space-between;
}
.block02 .days .uketsuke dt{
width: 26%;
margin: 0px;
padding:5px 0;
background: #fff;
border-radius: 10px;
font-size: 26px;
color: #c52923;
font-weight: bold;
}
.block02 .days .uketsuke dd{
width: 72%;
margin: 5px 0 0 0;
padding: 0;
text-align: left;
font-size: 32px;
letter-spacing: 3px!important;
color: #fff;
font-weight: bold;
}
.block02 .about{
background: url("../image/bg02.png") center top;
background-size: cover;
overflow: hidden;
position: relative;
}
.block02 .about p{
text-align: left;
font-size: 16px;
line-height: 240%;
color: #333333;
}
.block02 .btn_flex{
width: 90%;
margin: 30px auto 50px auto;
display: flex;
justify-content: center;
}
.block02 .btn_flex .btn01{
width: 35%;
margin: 0px 10px;
}
.block02 .btn_flex .btn01_w3{
width: 28%;
margin: 0px 10px;
}
.block02 .btn_flex .btn01 a,
.block02 .btn_flex .btn01_w3 a{
display: block;
background: #c9fff8;
font-size: 18px;
font-weight: bold;
color: #034d80;
text-align: center;
text-decoration: none;
border-radius: 10px;
padding: 15px 0px;
box-shadow: 0px 0px 5px #ccc;
}
.block02 .btn_flex .btn02{
/*width: 45%;*/
width: 35%;
margin: 0px 10px;
}
.block02 .btn_flex .btn02 a{
display: block;
background: #ffed00;
font-size: 18px;
font-weight: bold;
color: #c52923;
text-align: center;
text-decoration: none;
border-radius: 10px;
padding: 15px 0px;
box-shadow: 0px 0px 5px #ccc;
}

.block02 .block02_img01{
width: 250px;
position: absolute;
top: 50px;
left: 5%;
}
.block02 .block02_img01 img{
width: 100%;
}
.block02 .block02_img02{
width: 250px;
position: absolute;
top: 500px;
left: 80%;
}
.block02 .block02_img02 img{
width: 100%;
}



.campus_bg{
width: 100%;
height: 560px;
background: url("../image/bg04.jpg") no-repeat center center;
background-size: cover;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
position: relative;
}
.campus_bg .bg_white{
background: rgba(255,255,255,0.80);
margin: 50px auto;
padding: 50px 50px;
}
.campus_bg .bg_white h3{
color: #2b6360;
font-size: 30px;
letter-spacing: 1px;
margin: 0px auto 30px auto;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.campus_bg .bg_white p{
font-size: 16px;
line-height: 200%;
text-align: center;
}


.block03{
margin: 0px 0px -80px 0px;
padding: 0;
width: 100%;
overflow: hidden;
position: relative;
z-index: 9;
}
.block03 .arc{
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
/*padding-top: 100px;*/
padding-top: 50px;
/*padding-bottom: 250px;*/
padding-bottom: 200px;
background: #fff url("../image/bg03.png") center 50px no-repeat;
background-size: 80%;
position: relative;
}
.block03 .title02{
max-width: 400px;
margin: 20px auto 30px auto;
}
.block03 .title02 img{
width: 100%;
}
.block03 .fukidashi01{
background: url("../image/fukidashi01.png") no-repeat;
background-size: 100%;
margin: 0px auto 10px auto;
padding: 20px 20px 80px 20px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.block03 .fukidashi02{
background: url("../image/fukidashi02.png") no-repeat;
background-size: 100%;
margin: 0px auto 10px auto;
padding: 20px 20px 100px 20px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.block03 .fukidashi01 h3,
.block03 .fukidashi02 h3{
width: 20%;
display: inline-block;
padding: 10px 20px;
background: #ea5a00;
color: #fff;
font-size: 20px;
font-weight: bold;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.block03 .fukidashi01 ul,
.block03 .fukidashi02 ul{
width: 73%;
margin: 10px 0px 0px 0px;
padding: 0;
}
.block03 .fukidashi01 ul li,
.block03 .fukidashi02 ul li{
margin: 0px 0px 15px 0px;
padding: 0;
text-align: left;
font-size: 18px;
}
.block03 .block03_img01{
width: 230px;
position: absolute;
bottom: -40px;
left: 40%;
z-index: 20;
}
.block03 .block03_img01 img{
width: 100%;
}
.block03 p{
text-align: left;
	line-height: 140%;
margin: 0px 0px 20px 50px;
font-size: 16px;
	font-weight: bold;
}


.block04{
margin: 0px 0px -80px 0px;
padding: 0;
width: 100%;
overflow: hidden;
position: relative;
z-index: 8;
}
.block04 dl.read,
.block05 dl.read{
	text-align: center;
}
.block04 dl.read dt,
.block05 dl.read dt{
	color:#2B6260;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 20px 0; 
}
.block04 dl.read dd,
.block05 dl.read dd{
	font-size: 16px;
	line-height: 200%;
}
.block04 .arc{
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
padding-top: 50px;
padding-bottom: 150px;
background: #e3f0f0 center top no-repeat;
position: relative;
}
.block04 .title02{
max-width: 700px;
margin: 20px auto 50px auto;
}
.block04 .title02 img{
width: 100%;
}
.block04 .title02 h2{
font-size: 30px;
color: #225aa8;
font-weight: bold;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
border-top: 1px solid #225aa8;
border-bottom: 1px solid #225aa8;
padding: 20px 0px;
}
.block04 h3.h3_01{
width: 30%;
margin: 0px 0px;
padding: 0;
}
.block04 .caption{
text-align: left;
font-size: 13px;
line-height: 200%;
margin: 0px 0px 20px 0px;
padding: 0;
}
.block04 .flex01{
/*width: 100%;*/
width: 90%;
margin: 0px auto 20px auto;
padding: 0;
display: flex;
justify-content: space-between;
position: relative;
}
.block04 .flex01 .flex_left{
width: 43%;
padding: 0;
margin: 0;
position: relative;
}
.block04 .flex01 .flex_left img{
width: 100%;
}
.block04 .flex01 .flex_left h4{
width: 250px;
background: #ea5a00;
padding:5px 15px;
font-size: 24px;
color: #fff;
text-align: left;
font-weight: bold;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
margin: 0px 0px 30px 0px;
position: relative;
left: 0;
}
.block04 .flex01 .flex_left dl{
width: 100%;
padding:0px;
text-align: left;
margin: 0px 0px 10px 0px;
display: block;
}
.block04 .flex01 .flex_left dl dt{
padding:0px;
text-align: left;
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #f4b22c;
font-size: 20px;
font-weight: bold;
}
.block04 .flex01 .flex_left dl dd{
	padding: 0px;
	text-align: justify;
	margin: 0px 0px 30px 0px;
	font-size: 16px;
	line-height: 180%;
}
.block04 .flex01 .flex_right{
width: 55%;
margin: 0;
padding: 0;
}
.block04 .flex01 .flex_right img{
width: 100%;
margin: 30px 0 0 3%;
}
.block04 .flex02{
width: 100%;
margin: 0px auto 30px auto;
padding: 0;
display: flex;
justify-content: space-between;
position: relative;
}
.block04 .flex02 .flex_left{
width: 50%;
padding: 0;
margin: 0;
position: relative;
}
.block04 .flex02 .flex_left img{
width: 100%;
}
.block04 .flex02 .flex_right{
/*width: 45%;*/
width: 35%;
margin: 0 auto 0 3%;
padding: 0;
}
.block04 .flex02 .flex_right h4{
width: 180px;
background: #ea5a00;
padding:5px 15px;
font-size: 24px;
color: #fff;
text-align: left;
font-weight: bold;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
margin: 0px 0px 10px 0px;
position: relative;
left: 0;
}
.block04 .flex02 .flex_right dl{
width: 100%;
padding:0px;
text-align: left;
margin: 0px 0px 10px 0px;
display: block;
}
.block04 .flex02 .flex_right dl dt{
width: 100%;
padding:0px;
text-align: left;
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #f4b22c;
font-size: 20px;
font-weight: bold;
}
.block04 .flex02 .flex_right dl dd{
	width: 100%;
	padding: 0px;
	text-align: justify;
	margin: 0px 0px 30px 0px;
	font-size: 16px;
	/*line-height: 180%;*/
	line-height: 200%;
}

.block04 .title03{
width: 100%;
margin: 0px auto 20px auto;
padding: 0;
display: flex;
align-items: bottom;
justify-content: space-between;
}
.block04 h3.h3_02{
padding: 0px 0px;
width: 30%;
margin: 0px 0px;
}
.block04 .title03 p{
text-align: left;
font-size: 13px;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
width: 60%;
line-height: 260%;
margin: 0;
padding: 0;
}
.block04 .full_image{
width: 100%;
margin: 0px auto 30px auto;
}
.block04 .full_image img{
width: 100%;
}
.block04 h3.h3_03{
font-size: 30px;
color: #225aa8;
font-weight: bold;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
padding: 0px 0px;
width: 35%;
margin: 0px 0px;
}
.full{
width: 100%;
margin: 0px auto 50px auto;
padding: 0;
display: flex;
}
.full li{
width: 50%;
margin: 0px 0px 0px 0px;
padding: 0;
}
.full li img{
width: 100%;
}
.block04 h3.h3_04{
padding: 0px 0px;
width: 50%;
margin: 0px 0px;
}
.block04 h3.h3_04 img{
width: 100%;
}
.block04 .progrum_list{
margin: 0px auto 70px auto;
}
.block04 .progrum_list ul{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
}
.block04 .progrum_list li{
width: 32%;
margin: 15px 0px 0px 0px;
padding: 0;
}
.block04 .progrum_list li img{
width: 100%;
vertical-align: bottom;
}
.block04 .progrum_list .kome {
	text-align: left;
	font-size: 10px;
}
.block04 h3.h3_05{
padding: 0px 0px;
width: 40%;
margin: 0px 0px;
}
.block04 h3.h3_05 img{
width: 100%;
}
.block04 .schedule{
width: 100%;
margin: 0px auto 40px auto;
display: flex;
}
.block04 .schedule .schedule_list{
width: 48%;
margin: 0px auto 40px auto;
border: 2px solid #80903f;
background: #fff;
}
.block04 .schedule .schedule_list .schedule_list_hd{
width: 100%;
padding: 15px 0px;
font-size: 20px;
color: #fff;
background: #80903f;
text-align: center;
font-weight: bold;
}
.block04 .schedule .schedule_list table{
width: 90%;
margin: 15px auto;
padding: 0;
}
.block04 .schedule .schedule_list table th{
width: 30%;
text-align: left;
font-size: 18px;
padding: 5px 0px;
vertical-align: top;
}
.block04 .schedule .schedule_list table td{
width: 70%;
text-align: left;
font-size: 18px;
padding: 5px 0px;
}
.block04 .schedule .schedule_list table td span{
color: #2b6360;
}
.more_btn{
margin: 0px auto 0px auto;
padding: 0;
display: inline-block;
}
.more_btn a{
display: block;
background: #ea5a00;
font-size: 24px;
color: #ffff;
text-decoration: none;
border-radius: 30px;
font-weight: bold;
letter-spacing: 2px;
padding: 15px 20px;
}

.block04 .block04_img01{
width: 450px;
position: absolute;
top: 290px;
right: 10%;
}
.block04 .block04_img01 img{
width: 100%;
}

.block03 .block03_img02{
width: 250px;
position: absolute;
top: 1350px;
left: 10%;
}
.block03 .block03_img02 img{
width: 100%;
}
.block03 .block03_img03{
width: 300px;
position: absolute;
top: 2550px;
right:20%;
}
.block03 .block03_img03 img{
width: 100%;
}
.block03 .block03_img04{
width: 200px;
position: absolute;
top: 3550px;
left: 78%;
}
.block03 .block03_img04 img{
width: 100%;
}
.block03 .block03_img05{
width: 200px;
position: absolute;
top:4400px;
left: 75%;
}
.block03 .block03_img05 img{
width: 100%;
}
.block03 .block03_img06{
width: 250px;
position: absolute;
top: 4850px;
left: 50%;
}
.block03 .block03_img06 img{
width: 100%;
}

.block05{
margin: 0px 0px -80px 0px;
padding: 0;
width: 100%;
overflow: hidden;
position: relative;
z-index: 6;
}
.block05 .arc{
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
padding-top: 100px;
padding-bottom: 250px;
background: #ffffe0 url("../image/block05_bg01.png") 70% 100% no-repeat;
background-size: 500px;
position: relative;
}
.block05 .title02{
max-width: 600px;
margin: 20px auto 50px auto;
}
.block05 .title02 img{
width: 100%;
}
.block05 .title02 h2{
font-size: 30px;
color: #ea5a00;
font-weight: bold;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
border-top: 1px solid #ea5a00;
border-bottom: 1px solid #ea5a00;
padding: 20px 0px;
}
.block05 .link_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.block05 .link_btn li {
	width: 32%;
	border: 2px solid #EB5A00;
	box-sizing: border-box;
}
.block05 .link_btn li a {
	text-decoration: none;
	color: #EB5A00;
	display: block;
	padding: 10px 0;
	font-weight: bold;
	position: relative;
}
.block05 .link_btn li a:hover {
	background-color: #EB5A00;
	color: #FFF;
}
.block05 .link_btn li a::before {
	content: '▼';
	margin: 0px;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	color: #EB5A00;;
	font-size: 14px;
	position: absolute;
	top: 25%;
	left: 5%;
}
.block05 .course_wrap {
	margin: 50px auto 50px auto;
}
.block05 .course_wrap h3.kei {
	color: #EB5A00;
	font-size: 30px;
	text-align: left;
	margin-bottom: 30px;
	border-bottom: 2px solid #EB5A00;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
}
.block05 .course_wrap .c_w3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;	
}
.block05 .course_wrap dl,dt,dd {
	padding: 0;
	margin: 0;
}
.block05 .course_wrap .c_w3 dl {
	width: 32%;
	text-align: left;
}
.block05 .course_wrap .c_w3 dt {

}
.block05 .course_wrap .c_w3 dd {

}
.block05 .course_wrap .c_w3 dd b {
	color: #2B6260;
	font-weight: bold;
	display: block;
	font-size: 20px;
}

.block05 .course_wrap .voice {
	background-color: #FFF;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}
.block05 .course_wrap .voice .image {
	width: 23%;
}
.block05 .course_wrap .voice .image img {
	vertical-align: bottom;
}
.block05 .course_wrap .voice .text_box {
	width: 75%;
	text-align: left;
}
.block05 .course_wrap .voice .text_box .kei {
	border: 1px solid #2B6260;
	color: #2B6260;
	padding: 3px 5px;
	margin: 0 0 0 0;
}
.block05 .course_wrap .voice .text_box .tit {
	font-size: 24px;
	color: #EB5A00;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.block05 .course_wrap .voice .text_box dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.block05 .course_wrap .voice .text_box dt {
	color: #2B6260;
	font-weight: bold;
	font-size: 20px;
}
.block05 .course_wrap .voice .text_box dt small {
	font-size: 12px;
}
.block05 .course_wrap .voice .text_box dd {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	width: 65%;
}
.block05 .course_wrap .voice .text_box .text {
	font-size: 18px;
}
.block04 .schedule_wrap,
.block05 .schedule_wrap {
}
.block04 .schedule_wrap h3,
.block05 .schedule_wrap h3 {
	color: #80903F;
	font-size: 30px;
	text-align: left;
	margin-bottom: 10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.block05 .schedule{
width: 100%;
margin: 0px auto 40px auto;
display: flex;
}
.block05 .schedule .schedule_list{
width: 48%;
margin: 0px auto 40px auto;
border: 2px solid #80903f;
background: #fff;
}
.block05 .schedule .schedule_list .schedule_list_hd{
width: 100%;
padding: 15px 0px;
font-size: 20px;
color: #fff;
background: #80903f;
text-align: center;
font-weight: bold;
}
.block05 .schedule .schedule_list table{
width: 90%;
margin: 15px auto;
padding: 0;
}
.block05 .schedule .schedule_list table th{
width: 30%;
text-align: left;
font-size: 18px;
padding: 5px 0px;
vertical-align: top;
}
.block05 .schedule .schedule_list table td{
width: 70%;
text-align: left;
font-size: 18px;
padding: 5px 0px;
}
.block05 .schedule .schedule_list table td span{
color: #2b6360;
}


.block06{
/*margin: 0px auto -120px auto;*/
margin: 0px auto -5px auto;
width: 100%;
overflow: hidden;
position: relative;
z-index: 5;
}
.block06 .arc {
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
padding-top: 100px;
padding-bottom: 200px;
background: #fff url(../image/block04_bg.png) center 102% no-repeat;
background-size: 400px;
}
.block06 .title02{
max-width: 400px;
margin: 80px auto 50px auto;
}
.block06 .title02 img{
width: 100%;
}

.block06 .slide{
width: 100%;
margin: 20px auto 20px auto;
padding: 0;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 }
.block06 .slide li{
width: 25%;
margin: 0px;
padding: 0;
}
.block06 .swiper-container{
width: 100%;
margin: 20px auto 20px auto;
}
.swiper-button-prev, .swiper-button-next {
    color: #FFFFFF !important;
}

.block07{
margin: 0px 0 0px 0px;
width: 100%;
overflow: hidden;
position: relative;
z-index: 4;
}
.block07 .arc {
min-height: 300px;
/*border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;*/
padding-top: 30px;
padding-bottom: 50px;
background: #eeeee8;
width: 100%;
}
.block07 .title02{
width: 96%;
margin: 50px auto 50px auto;
}
.block07 .title02 img{
width: 100%;
}
.block07 h3{
color: #2b6360;
font-size: 40px;
letter-spacing: 5px;
margin: 0px auto 30px auto;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.block07 p{
font-size: 15px;
margin: 30px auto 40px auto;
line-height: 200%;
}
.block07 .event{
width: 100%;
margin: 50px auto;
}
.block07 .event img{
width: 100%;
}
.block05_img01{
width: 150px;
position: absolute;
top: 350px;
left: 5%;
}
.block05_img01 img{
width: 100%;
}
.block05_img02{
width: 150px;
position: absolute;
top: 350px;
left: 85%;
}
.block05_img02 img{
width: 100%;
}


.block08{
margin: 0px 0 -80px 0px;
width: 100%;
overflow: hidden;
position: relative;
z-index: 5;
}
.block08 .arc{
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
padding-bottom: 250px;
background: #eeeee8 url(../image/block06_bg.png) 80% bottom no-repeat;
background-size: 20%;
position: relative;
}
.block08 .hd_06{
background: url("../image/bg06.jpg") no-repeat center center;
background-size: cover;
height: 520px;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.hd_06 .title06{
width: 215px;
height: 215px;
}
.hd_06 .title06 img{
width: 100%;
}
.block08 h3{
color: #2b6360;
font-size: 30px;
letter-spacing: 5px;
margin: 50px auto 30px auto;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.block08 p{
text-align: center;
line-height: 200%;
font-size: 15px;
}
.block08 .doutoku{
background: #fff;
padding: 20px;
margin: 40px auto;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.block08 .doutoku .left{
width: 48%;
}
.block08 .doutoku .left h4{
font-size: 20px;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
margin: 0px auto 0px auto;
font-weight: bold;
padding: 0px;
}
.block08 .doutoku .left h4 span{
font-size: 24px;
color: #2a615e;
font-weight: bold;
}
.block08 .doutoku .left p{
width: 100%;
line-height: 240%;
text-align: left;
font-size: 15px;
}
.block08 .doutoku .right{
width: 48%;
}
.block08 .doutoku .right img{
width: 100%;
}
.block08 .block06_img01{
width: 260px;
position: absolute;
top: 500px;
left: 15%;
}
.block08 .block06_img01 img{
width: 100%;
}
.block08 .block06_img02{
width: 200px;
position: absolute;
top: 500px;
left: 70%;
}
.block08 .block06_img02 img{
width: 100%;
}
.block08 .block06_img03{
width: 400px;
position: absolute;
top: 1250px;
left: 30%;
}
.block08 .block06_img03 img{
width: 100%;
}

/*
.block09{
margin: 0px 0 -50px 0px;
width: 100%;
overflow: hidden;
position: relative;
z-index: 5;
}
.block09 .arc {
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
background: url("../image/bg07.jpg") no-repeat center center;
background-size: cover;
padding-bottom: 200px;
padding-top: 250px;
}
.block09 .main {
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;	
}
.block09 h2{
width: 300px;
margin: 0px auto 0px auto;
padding: 0px;
}
.block09 h3{
width: 100%;
margin: 0px auto 20px auto;
color: #fff;
font-size: 20px;
line-height: 300%;
letter-spacing: 3px;
text-shadow: 0px 0px 5px #000;
}
*/
.block09{
margin: 0px auto -80px auto;
width: 100%;
overflow: hidden;
position: relative;
z-index: 4;
}
.block09 .arc {
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
padding-top: 80px;
padding-bottom: 80px;
background: #edb230;
}
.block09 h2{
color: #fff;
font-size: 30px;
letter-spacing: 3px;
font-weight: bold;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
line-height: 180%;
margin: 30px auto 30px auto;
}
.block09 .schedule{
margin: 0px auto 30px auto;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block09 .schedule dt{
width: 18%;
background: #db7950;
color: #fff;
font-weight: bold;
font-size: 20px;
padding: 15px 2%;
margin: 0px auto -10px auto;
border-radius: 5px;
z-index: 2;
}
.block09 .schedule dt:last-of-type{
border-bottom: none;
}

.block09 .schedule dd:last-child{
border-bottom: none;
}
.block09 .schedule dd{
width: 100%;
padding: 25px 2%;
margin: 0px;
background: #fddf92;
	  text-align: center;
	  font-size: 20px;
}

.block09 table.taiken_schedule{
background: #fff;
width: 100%;
margin: 0px auto 5px auto;
}
.block09 table.taiken_schedule th{
width: 20%;
padding: 10px;
font-size: 15px;
background: #FFDDC3;
}
.block09 table.taiken_schedule td{
width: 80%;
padding: 10px;
text-align: left;
font-size: 15px;
}
.block09 table.taiken_schedule td h4{
padding: 3px 10px;
margin: 0px 0px;
text-align: center;
background: #F08339;
color: #fff;
font-size: 16px;
font-weight: bold;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
border-radius: 5px;
}

.block09 .text{
font-size: 18px;
margin: 20px auto 0px auto;
}
.block09 .sankahi{
font-size: 26px;
font-weight: bold;
margin: 10px auto;
}
.block09 p.kome{
font-size: 16px;
margin: 0px auto 40px auto;
text-align: left;
}

.block09 .covid{
margin: 50px auto 30px auto;
background: #fff;
overflow: hidden;
}
.block09 .covid h3{
margin: 0px auto 30px auto;
padding: 15px 0px;
text-align: center;
font-size: 26px;
letter-spacing: 3px;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
color: #2a615e;
border-bottom: 1px solid #000;
width: 100%;
}
.block09 .covid p{
font-size: 15px;
line-height: 200%;
}
.block09 .covid .icon{
width: 80%;
margin: 20px auto;
padding: 0;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.block09 .covid .icon li{
width: 20%;
}
.block09 .covid .icon li img{
width: 100%;
}
.block09 .covid h4{
margin: 0px auto 30px auto;
padding: 15px 0px;
text-align: center;
font-weight: bold;
font-size: 24px;
letter-spacing: 2px;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
color: #2a615e;
width: 100%;
}
.more_btn02{
margin: 30px auto 30px auto;
padding: 0;
display: inline-block;
}
.more_btn02 a{
display: block;
background: #2A615E;
font-size: 24px;
color: #ffff;
text-decoration: none;
border-radius: 30px;
font-weight: bold;
letter-spacing: 2px;
padding: 15px 20px;
}


.block10{
/*margin: 0px auto -120px auto;*/
margin: 0px auto 0px auto;
width: 100%;
overflow: hidden;
position: relative;
z-index: 3;
}
.block10 .arc {
/*
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
padding-top: 80px;
padding-bottom: 80px;*/
padding-top: 0px;
padding-bottom: 0px;
background: #fff;
}
.contact_block{
background: url("../image/contact_bg01@2x-100.jpg") no-repeat;
background-size: cover;
width: 100%;
height: 450px;
border: 1px solid #848484;
position: relative;
margin: 100px auto 0px auto;
}
.contact_block .contact_box{
background: hsla(0,0%,100%,0.70);
width: 440px;
height: 330px;
position: relative;
top: 15%;
left: 40%;
display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.contact_block .contact_box p{
font-size: 20px;
font-weight: bold;
line-height: 180%;
}
.contact_block .contact_box a.tel_btn{
background: #edb230;
font-size: 30px;
font-weight: bold;
color: #fff;
text-decoration: none;
letter-spacing: 2px;
padding: 10px 30px;
border-radius: 30px;
}
.contact_block .contact_img{
width: 200px;
position: relative;
z-index: 10;
top: -280px;
left: 80%;
}
.contact_img img{
width: 100%;
}

.block10 .title02{
max-width: 400px;
margin: 80px auto 30px auto;
}
.block10 .title02 img{
width: 100%;
}
.block10 .form{
margin: 20px auto;
}
.block10 .form table{
margin: 0px auto;
padding: 0;
border-collapse: collapse;
width: 100%;
}
.block10 .form table tr{
}
.block10 .form table tr th{
border-top: 1px solid #9e9e9e;
border-left: 1px solid #9e9e9e;
border-bottom: 1px solid #9e9e9e;
padding: 20px 20px;
background: #ebebec;
width: 30%;
text-align: left;
vertical-align: top;
font-size: 14px;
position: relative;
}
.hissu{
position: absolute;
right: 15px;
top: 20px;
color: #fff;
font-size: 12px;
background: #d6678e;
padding: 2px 5px;
border-radius: 3px;
}

.block10 .form table tr td{
border: 1px solid #9e9e9e;
text-align: left;
font-size: 14px;
padding: 20px 20px;
}
.block10 .form table tr td ul{
margin: 0px;
padding: 0px;
}
.block10 .form table tr td ul li{
margin: 0px;
padding: 0px;
font-size: 16px;
line-height: 200%;
font-weight: bold;
}
.block09 .form table table.add_table th{
border: none;
background: #fff;
padding: 10px 10px;
width: 17%;
}
.block10 .form table table.add_table td{
border: none;
padding: 10px 10px;
}
.block10 .block09_img01{
width: 180px;
position: absolute;
top: 2100px;
left: 83%;
}
.block10 .block09_img01 img{
width: 100%;
}

input[type="text"]{
    padding: 1px 3px;
    border: 1px solid #9e9e9e;
    line-height: 200%;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 15px;
}
input[type="text"][size="10"]{
    width: 10%;
}
input[type="text"][size="20"]{
    width: 20%;
}
input[type="text"][size="30"]{
    width: 30%;
}
input[type="text"][size="40"]{
    width: 40%;
}
input[type="text"][size="50"]{
    width: 50%;
}
input[type="text"][size="60"]{
    width: 60%;
}
input[type="text"][size="80"]{
    width: 80%;
}
input[type="text"][size="100"]{
    width: 100%;
}
textarea {
    width: 90%;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 15px;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.1);*/
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #01A5E3;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #004294!important;
}

#contact dl dd input[type="button"]{
	text-align: center;
	border: 0px;
	/*background: #004194;*/
    background: #000;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
    font-family: 'Noto Sans JP', "Noto Sans JP", "Yu Gothic", YuGothic;
}


.submit{
	margin: 50px auto 100px auto;
	text-align: center;
}
.submit input{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	border: 0px;
	background: #2A615E;
	color: #fff;
	padding: 20px 50px;
	border-radius: 40px;
	letter-spacing: 5px;
	cursor: pointer;
}

.block10 .center{
text-align: center;
margin: 20px auto;
font-size: 16px;
}
.block10 .btn_flex{
width: 90%;
margin: 30px auto 50px auto;
display: flex;
justify-content: center;
}
.block10 .btn_flex .btn01{
width: 35%;
margin: 0px 10px;
}
.block10 .btn_flex .btn01_w3{
width: 28%;
margin: 0px 10px;
}
.block10 .btn_flex .btn01 a,
.block10 .btn_flex .btn01_w3 a{
display: block;
background: #c9fff8;
font-size: 18px;
font-weight: bold;
color: #034d80;
text-align: center;
text-decoration: none;
border-radius: 10px;
padding: 15px 0px;
box-shadow: 0px 0px 5px #ccc;
}
.block10 .btn_flex .btn02{
/*width: 45%;*/
width: 35%;
margin: 0px 10px;
}
.block10 .btn_flex .btn02 a{
display: block;
background: #ffed00;
font-size: 18px;
font-weight: bold;
color: #c52923;
text-align: center;
text-decoration: none;
border-radius: 10px;
padding: 15px 0px;
box-shadow: 0px 0px 5px #ccc;
}
.block10 .soon {
color: #C00A0D;
margin: 70px 0 0 0;
}

#thanks{
margin: 0px 0 -50px 0;
padding: 0;
width: 100%;
overflow: hidden;
position: relative;
z-index: 14;
}
#thanks .arc {
min-height: 300px;
min-height: 80vh;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -200px;
margin-right: -200px;
padding-left: 200px;
padding-right: 200px;
padding-bottom: 100px;
background: #fff;
}

#thanks .head_top .logo{
height: 50px;
width: 320px;
position: relative;
z-index: 10;
top: 10px;
	left: 5%;
}
#thanks .logo a{
	display: block;
height: 100%;
width: 100%;
}
#thanks .logo a img{
width: 100%;
}
#thanks .head_top .taisyou_h{
height: 50px;
width: 300px;
position: relative;
z-index: 10;
top: 25px;
left: 7%;
}
#thanks .head_top .taisyou_h img{
width: 100%;
}
#thanks .head_top .tel_h{
height: 70px;
width: 300px;
position: relative;
z-index: 10;
top: 20px;
right: 5%;
float: right;
margin: 0px 0px 0px auto;
}
#thanks .head_top .tel_h img{
width: 100%;
}
#thanks h3{
color: #2b6360;
font-size: 30px;
letter-spacing: 5px;
margin: 80px auto 30px auto;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#thanks .school_link{
width: 70%;
margin: 30px auto;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
justify-content: space-around;
  padding:0px;
}
#thanks .school_link li{
width: 48%;
}
#thanks .school_link li a{
width: 100%;
display: block;
border: 2px solid #2b6360;
color: #2b6360;
font-size: 20px;
padding: 20px 0px;
text-decoration: none;
}
#thanks p{
margin: 50px auto;
}


