@charset "utf-8";
a {
  text-decoration: none;
}
html body {
	  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
html body #wrapper{
width: 100%;
}
html body .underline {
  text-decoration: underline;
}
html body .bold {
  font-weight: bold;
}
html body .big {
  font-size:140%;
  line-height:130%;
}
html body .big2 {
  font-size:180%;
  line-height:200%;
}
html body .small {
  font-size:80%;
}
html body .back-yellow {
  background: #ff0;
}
html body .red {
  color: #cf1515;
}
html body .yellow {
  color: #ff0;
}
html body .del {
  color: #cf1515;
   text-decoration : line-through 4px ;
 }
 html body .del span {
   color: #000;
 }
html body .yellow-underline {
    font-weight: inherit;
    position: relative;
}

html body .yellow-underline::after {
    -webkit-transform: translateX(-50%);
    background: #ff0;
    bottom: 2px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 105%;
    z-index: -1;
}
html body #wrapper .center {
  text-align: center;
}

html body .min {
  font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
html body .num {
font-family: "Open Sans";
}
html body #wrapper .main {
  max-width: 1080px;
  margin: 40px auto;
}
html body #wrapper .main-w {
  background: #fff;
}

html body #wrapper .head_area{
	width: 980px;
	height: 660px;
	margin: 0 auto;
}


html body .head{
	background: url("../images/head.jpg") ;
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	height: auto;
	background-repeat: no-repeat;
	/*
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);  
  */
}

.head-bg {
    display: block;
    padding-top: 60.5%;
}

.head-bg2{
    display: block;
    padding-top: 38.5%;
}


html body #wrapper .head_text01{
    position: absolute;
    left: 10%;
    top: 5%;
    width: 17.3%;
    margin: 0 auto;
    z-index: 0;

}
html body #wrapper .head_text02{
position: absolute;
    left: 10%;
    top: 28%;
    width: 46%;
    margin: 0px auto;
    z-index: 0;
}
html body #wrapper .head_text03{
position: absolute;
    left: 10%;
    top: 75%;
    width: 30%;
    margin: 0 auto;
    z-index: 0;
}

html body #wrapper .head_text04{
    position: absolute;
    left: 13%;
    top: 8%;
    width: 14.3%;
    margin: 0 auto;
    z-index: 0;

}
html body #wrapper .head_text05{
position: absolute;
    left: 13%;
    top: 36%;
    width: 36%;
    margin: 0px auto;
    z-index: 0;
}

.fadeIn1{
	opacity:0;
	-webkit-animation: fadeIn 0.3s ease-in-out 0.3s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 0.3s 1 forwards;
	}

.fadeIn2{
	opacity:0;
	-webkit-animation: blur 0.3s ease-in-out 1.0s 1 forwards;
	animation: blur 0.3s ease-in-out 1.0s 1 forwards;
	}

.fadeIn3{
	opacity:0;
	-webkit-animation: blur 0.5s ease-in-out 1.5s 1 forwards;
	animation: blur 0.5s ease-in-out 1.5s 1 forwards;
	}

.fadeIn4{
	opacity:0;
	-webkit-animation: blur 0.7s ease-in-out 2.0s 1 forwards;
	animation: blur 0.7s ease-in-out 2.0s 1 forwards;
	}

@-webkit-keyframes fadeIn{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes fadeIn{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes fadeIn{
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes blur{
	0% {
	    opacity: 0;
	    -webkit-filter: blur(5px);
	    filter: blur(5px);
	    -webkit-transform: scale(1.1) translateZ(0);
	    transform: scale(1.1) translateZ(0);
	}
	100% {
	    opacity: 1;
	    -webkit-filter: blur(0);
	    filter: blur(0);
	    -webkit-transform: scale(1) translateZ(0);
	    transform: scale(1) translateZ(0);
	}
}

@-moz-keyframes blur{
	0% {
	    opacity: 0;
	    -webkit-filter: blur(5px);
	    filter: blur(5px);
	    -webkit-transform: scale(1.1) translateZ(0);
	    transform: scale(1.1) translateZ(0);
	}
	100% {
	    opacity: 1;
	    -webkit-filter: blur(0);
	    filter: blur(0);
	    -webkit-transform: scale(1) translateZ(0);
	    transform: scale(1) translateZ(0);
	}
}

@keyframes blur{
	0% {
	    opacity: 0;
	    -webkit-filter: blur(5px);
	    filter: blur(5px);
	    -webkit-transform: scale(1.1) translateZ(0);
	    transform: scale(1.1) translateZ(0);
	}
	100% {
	    opacity: 1;
	    -webkit-filter: blur(0);
	    filter: blur(0);
	    -webkit-transform: scale(1) translateZ(0);
	    transform: scale(1) translateZ(0);
	}
}

.mv1{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: 1.2s;
}

html body #wrapper .btarea{
	margin: 60px 0;
	padding: 80px;
	text-align: center;
}
html body #wrapper .btarea p{
	font-size: 100%;
}
html body #wrapper .btarea img:hover {
	opacity: 0.8;
}

html body #wrapper .scroll-bt{
	padding:10px 0;
	width: 100%;
	font-weight:bold;
	color: #fff;
	text-align:center;
	background-color:rgba(0,0,0,0.8);
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
}

html body #wrapper .scroll-bt img:hover {
	opacity: 0.8;
}

html body #wrapper .head_line{
	border-top: 1px solid #ffffff;
	margin: 30px 0;
}

html body #wrapper .copy01{
	font-size: 140px;
	font-weight: 900;
	font-family: Lato;
	line-height: 200px;
	text-align: center;
	display: block;
}

html body #wrapper .copy02{
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	display: block;
}

html body #wrapper .copy03{
	font-size: 26px;
	font-weight: 600;
	font-family: Lato;
	padding: 0 0 40px;
	line-height: 40px;
}
html body #wrapper .copy04{
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	display: block;
	margin: 0 0 30px;
}

html body #wrapper .head_text h1{
	font-size: 52px;
	font-weight: 900;
	font-family: Lato;
	padding: 0 0 40px;
	line-height: 62px;
}
html body #wrapper .head_text h2{
	font-size: 34px;
	font-weight: bold;
	padding: 20px 0;
}
html body #wrapper .head_text h3{
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
}
html body #wrapper .head_text h4{
	font-size: 30px;
	font-weight: bold;
	padding: 60px 0 20px;
}
html body #wrapper .head_text p{
	font-size: 24px;
	line-height: 42px;
}
html body #wrapper .head_text .kakaku{
	padding: 40px 0;
	line-height: 48px;
}
html body #wrapper .head_text .kakaku-sale{
	font-size: 48px;
	font-weight: bold;
}
html body #wrapper .sub-bg {
  padding: 40px 0;
}

html body #wrapper .sub-bg2 {
  padding: 40px 0;
}

html body #wrapper .sub-bg3 {
  padding: 0 0 40px;
}

html body #wrapper .sub {
  text-align: left;
  padding: 0.5em ;
  margin: 0 auto;
  max-width: 1080px;
  font-size: 3.5em;
  line-height: 1.3;
  font-weight: 800;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  border-left: solid 5px #33bcd5;
  color: #333;
}

html body #wrapper .sub-en{
font-size: 40%;
}

html body #wrapper .sub2 {
  text-align: center;
  margin: 0 auto;
  max-width: 1080px;
  font-size: 3.5em;
  line-height: 1.3;
  font-weight: 800;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

html body #wrapper .sub4 {
  text-align: center;
  margin: 0 auto;
  max-width: 1080px;
  font-size: 3.5em;
  line-height: 1.3;
  font-weight: 800;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}
html body #wrapper .sub3 {
  text-align: center;
  margin: 0 auto;
  max-width: 1080px;
  font-size: 3.5em;
  line-height: 1.3;
  font-weight: 800;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}
html body #wrapper .sub5{
  text-align: center;
  margin: 0 auto;
  max-width: 1080px;
  font-size: 2.5em;
  line-height: 1.3;
  font-weight: 800;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}
html body #wrapper .merit{
	margin: 40px 0 0;
}
html body #wrapper .merit-sub{
	background: #83c9b1;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-size: 24px;
	font-weight: bold;
}
html body #wrapper .merit h1{
	font-size: 32px;
    text-align: center;
    margin: 20px 0;
    border-bottom: solid 1px;
    padding-bottom: 16px;

}

html body #wrapper .main .img1 {
  margin: 0 auto;
  display: block;
}


html body #wrapper .bre-img{
  width: 80%;
  margin: 0 auto;
  display: block;
}

html body #wrapper ul {
  list-style-type: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto  ;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtubebg {
    background: #fff;
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 40px;
	
}


html body #wrapper .main p {
  margin: 0 48px ;
  padding: 20px 0;
  font-size: 20px;
  line-height: 34px;
}

html body #wrapper .main2 p {
  margin: 40px 48px ;
  padding: 20px 0;
  font-size: 20px;
  line-height: 34px;
}

html body #wrapper .bt  {
  border: solid 5px #CCC;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}

html body #wrapper .bt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

html body #wrapper .bt_text{
	padding: 20px 30px;
	color: #fff;
	max-width: 480px;
	border: dotted #fff 1px;
	font-size: 14px;
	line-height: 24px;
	margin: 20px auto;
}


html body #wrapper #footer {
  background: #333;
  color: #FFF;
  padding: 15px 0 160px;
}
html body #wrapper #footer .content {
  width: 100%;
  margin: 0 auto;
}

html body #wrapper #footer .copy {
  font-size: 10px;
  text-align:center;
  line-height: 20px;
}
html body #wrapper #footer .content .link {
  text-align:center;
  font-size: 11px;
  padding-bottom:5px;
}
html body #wrapper #footer a {
  color: #FFF;
  text-decoration: none;
}


html body #wrapper .headtxt {
	text-align:center;
	margin:0 auto;
	background: #000;

}

html body #wrapper .headbg {
  background: url("../images/bg.png")#1a2f64 no-repeat;
  background-position: center;
  height:760px;
}

.right {
  margin: 0;
  float: right; 
  clear: both;
}

.k-right {
  margin: 0;
  float: right; 
  clear: both;
  width: 220px;
}

.toku{
	width: 90%;
    margin: 40px auto;
	border: solid #444 1px;
}

.toku_title{
	background: #444;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;

	padding: 10px 40px;
	line-height: 42px;
	width: 80%;
	border: solid #444 1px;
	text-align: center;
}
.toku_text{
	background: #fff;
}

.joken{
	width: 90%;
    margin: 80px auto 40px;
	border: solid #d6a0a0 1px;
}

.joken_title{
	background: #d6a0a0;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;

	padding: 10px 40px;
	line-height: 42px;
	width: 80%;
	border: solid #d6a0a0 1px;
	text-align: center;
}
.joken_text{
	background: #fff;
}

html body #wrapper .con-bg {
  background: url("../images/bg_con.jpg") #fef7f4;
  background-position: center top;
  background-repeat: no-repeat;

  background-attachment: fixed;
  padding: 40px 0;
}

html body #wrapper .con h1 {
    background: #f29b76;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 60px;
    margin: 20px;
    width: auto;
	text-align: center;
}

html body #wrapper .con {
margin:30px 90px ;
	
box-shadow:0px 0px 6px 3px #eee ;
-moz-box-shadow:0px 0px 6px 3px #eee ;
-webkit-box-shadow:0px 0px 6px 3px #eee ;
}

html body #wrapper .con-text {
  padding:10px;
  font-size: 20px;
  line-height: 34px;
  background-color:#FFF;
}

html body #wrapper .kakakubg {
  background: url("../images/kakakubg.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	padding-bottom: 50px;
}



*, *:before, *:after {
	box-sizing: border-box;
}
html body #wrapper .about{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
html body #wrapper .about > div{
	width: 31%;
	margin: 1%;
}
html body #wrapper .about-img{
width: 100%;
}
html body #wrapper .about-title{
font-size:28px;
font-weight: bold;
line-height: 32px;
color:#33bcd5;
padding: 5px 0 ;
}
html body #wrapper .about-text{
font-size: 18px;
line-height: 28px;
padding:  0;
}

html body #wrapper .about-sub{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	padding: 80px 0 40px;
}

html body #wrapper .pro{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
html body #wrapper .pro > div{
	width: 23%;
	margin: 1%;
}
html body #wrapper .pro-img{
width: 100%;
}


.clear{clear: both;}

.jissen{margin: 0 auto; width: 90%; border: solid 2px #ccc; margin-bottom: 40px; }


html body #time {
	text-align: center;
	font-size: 28px;
	line-height: 50px;
	font-weight: bold;
	padding: 10px 0px;
	background: #000;
	color: #ffff00;
}

html body #CDT{
	background: #000;
}


.osusume{
width: 30%;
margin: 0 13px;
}

.riyuu{
margin: 40px 0 ;
}

.merit{
width: 100%;
margin: 20px 0 ;
}


.info{
margin: 0 auto 20px;
padding: 10px 10px 10px 10px;
border: solid 1px #999999;
background: #fff;
}

table.outline{
width:100%;
border-collapse:separate;
margin:0 auto;
}
table.outline td{
font-size:16px;
line-height:150%;
border-bottom:dotted 1px #999999;
padding:25px 15px ;
	text-align: left;
}
table.outline td.item{
font-weight:bold;
background-color:#F6F6F6;
border-bottom:dotted 1px #999999;
vertical-align: middle;
text-align: center;
width: 140px;
}

.text_nittei{
text-align: center;
margin-top: 20px;
font-size: 16px;
}


table.curriculum {
    width: 80%;
    border-collapse: separate;
    margin: 0 auto;
}
table.curriculum td {
    font-size: 16px;
    line-height: 150%;
    border-bottom: dotted 1px #999999;
    padding: 10px 15px;
    text-align: left;
}
.curriculum-img{
padding: 0 !important;
}

.curriculum01{
    background-color: #c0506b;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 120% !important;
	border-right:dotted 1px #999999;
}

.curriculum01-text{
    background-color: #f9f2f2;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 140% !important;
	border-right:dotted 1px #999999;
	border-left:dotted 1px #999999;
}
.curriculum02{
    background-color: #E2A954;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 120% !important;
	border-right:dotted 1px #999999;
}
.curriculum02-text{
    background-color: #fdf9f3;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 140% !important;
	border-right:dotted 1px #999999;
	border-left:dotted 1px #999999;
}
.curriculum03{
    background-color: #80c3c6;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 120% !important;
	border-right:dotted 1px #999999;
}
.curriculum03-text{
    background-color: #f5fafa;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 140% !important;
	border-right:dotted 1px #999999;
	border-left:dotted 1px #999999;
}
.curriculum04{
    background-color: #324451;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 120% !important;
	border-right:dotted 1px #999999;
}
.curriculum04-text{
    background-color: #eaeff3;
    vertical-align: middle;
    font-weight: bold;
	text-align: center !important;
	font-size: 140% !important;
	border-right:dotted 1px #999999;
	border-left:dotted 1px #999999;
}


.curriculum-text{
	border-right:dotted 1px #999999;
}

.spbn{display:none;}
.mousikomi{ margin: 40px auto;}

html body #wrapper .img-80{
width: 80%;
margin: 0 auto;
display: block;
}

html body #wrapper .arrow{
max-width: 140px;
margin: 0 auto;
display: block;
}

html body #wrapper .section_movie{
    background-image : url("../images/bg_movie.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 80px 0;
}
html body #wrapper .section_form{
  padding: 0 0 40px ;
  text-align: center;
}
html body #wrapper .form-img{
  width: 90%;
}


html body #wrapper .img01{
  width: 60%;
  margin: 0 auto;
  display: block;
}

html body #wrapper .form-text{
  line-height: 24px;
  text-align: center;
  max-width: 700px;
  margin: 40px auto ;
}
html body #wrapper .form-border {
    clear: both;
    margin: 0 auto;
    width: calc(95% - 30px);
    max-width: 870px;
    border: 10px solid #A57528;
    padding: 5px;
    background: rgba(255,255,255,0.7);
}
html body #wrapper .form {
    padding: 0 20px 20px ;
    overflow: hidden;
	margin: 0 auto;
	max-width: 860px;
}

html body #wrapper .section00{
  background:#fff;
  padding:  0 ;

}


html body #wrapper .section01 {
  background: #f2f1f0;
  margin:  0;
  padding: 40px 0;
  z-index: 1;
}
/*
html body #wrapper .section01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -15% 0;
  background: #f2f1f0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

html body #wrapper .section01_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #fff;
  text-align: center;
}

html body #wrapper .section01:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #33bcd5;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}
*/



html body #wrapper .section02 {
  padding: 40px 0 10px;
	background: #ddc7bf;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

html body #wrapper .section03 {
  position: relative;
  overflow: hidden;
  margin:  0;
    padding: 20px 0 ;
}

html body #wrapper .section04 {
  padding: 100px 0 40px;
    position: relative;
    margin:  0 ;
	background: #3fbdd2;

}


html body #wrapper .section04 > div {
    position: relative;
    z-index: 2;
}
html body #wrapper .section04:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    border-style: solid;
}
html body #wrapper .section04:before {
    top: 0;
    border-color: #ddc7bf transparent transparent;
    border-width: 5vw 50vw 0;
}



html body #wrapper .section05 {
  position: relative;
  overflow: hidden;
  margin:  0;
  padding: 40px 0;
  z-index: 1;
  background: #f2f1f0;
}

html body #wrapper .section06{
    background:#f6f5f3;
	padding: 0 ;
}
html body #wrapper .section06 img{
	max-width: 960px;
	margin: 0 auto;
	display: block;
}
html body #wrapper .section_prof{
    background: #33bcd5;
    background: -moz-linear-gradient(left, #33bcd5 8%, #33bcd5 63%, #95d5c5 95%);
    background: -webkit-linear-gradient(left, #33bcd5 8%,#33bcd5 63%,#95d5c5 95%);
    background: linear-gradient(to right, #33bcd5 8%,#33bcd5 63%,#95d5c5 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bcd5', endColorstr='#95d5c5',GradientType=1 );
	color: #000;
	padding: 80px 0 ;
}
html body #wrapper .prof {
  max-width: 860px;
  margin: 0 auto 40px;
}
.prof02{
margin: 0 ;
font-size: 18px;
line-height:28px;
}

.prof02txt{
padding:25px 30px ;
background-color: rgba(255,255,255,0.90);
font-size: 16px;
	
}
html body #wrapper .movie-text {
  margin: 40px auto 0;
  display: block;
}


html body #wrapper .voice_item {
    background-color: #ebf8f9;
    padding: 2em ;
    max-width: 800px;
    margin: 0 auto 30px;
}

html body #wrapper .voice_item img{
    width: 100%;
}

.content{
	margin: 40px auto;
	width: 90%;
	border:solid 1px #ccc;
	margin-bottom: 2%;
	background:#FFF; 
	padding:0 0 30px; 
	
	background: #eef3f5;
}

.content-sub{
	background:#8fa6a7; 
	padding:80px 40px; 
	color: #fff;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	line-height: 48px;
}
.tokuten{
	margin: 0 auto;
	width: 90%;
	border:solid 1px #ccc;
	margin-bottom: 2%;
	background:#FFF; 
	padding:0 0 30px; 
	
}

.tokuten-sub{
	background:#e0b358; 
	padding:80px 40px; 
	color: #fff;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	line-height: 48px;
}
.countdown{
	padding:10px 0;
	width: 100%;
	font-size:20pt;
	line-height: 48px;
	font-weight:bold;
	color: #fff;
	text-align:center;
	background-color:rgba(0,0,0,0.8);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}
#date{
text-align: center;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
      font-size: 40px;
    padding: 20px;
    color: #fff;
		text-shadow: 0px 0px 30px #000000;
}


.animate73 {-webkit-animation-timing-function: ease-in;-moz-animation-timing-function: ease-in;-o-animation-timing-function: ease-in;animation-timing-function: ease-in;-moz-animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;-o-animation-iteration-count: infinite;-ms-animation-iteration-count: infinite;animation-iteration-count: infinite;}a.a-btn {position:relative;display:inline-block;margin:auto;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}a.a-btn img {display: block;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}img.a-main {width:100%;position:relative;z-index: 54;}@-moz-keyframes animate73 {0%{ -moz-transform:scale(0.92);}40%{ -moz-transform:scale(0.97);}60%{ -moz-transform:scale(0.86);}80%{ -moz-transform:scale(1);}100%{ -moz-transform:scale(0.92);}}@-o-keyframes animate73 {0%{ -o-transform:scale(0.92);}40%{ -o-transform:scale(0.97);}60%{ -o-transform:scale(0.86);}80%{ -o-transform:scale(1);}100%{ -o-transform:scale(0.92);}}@-webkit-keyframes animate73 {0%{ -webkit-transform:scale(0.92);}40%{ -webkit-transform:scale(0.97);}60%{ -webkit-transform:scale(0.86);}80%{ -webkit-transform:scale(1);}100%{ -webkit-transform:scale(0.92);}}@keyframes animate73 {0%{ transform:scale(0.92);}40%{ transform:scale(0.97);}60%{ transform:scale(0.86);}80%{ transform:scale(1);}100%{ transform:scale(0.92);}}.animate73{-webkit-animation-name: animate73;-moz-animation-name: animate73;-o-animation-name: animate73;animation-name: animate73;}

.animate73{animation-duration:1s!important;-webkit-animation-duration:1s;-ms-animation-duration:1s;-moz-animation-duration:1s!important;}

.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_r{
  justify-content:flex-end;
  margin-bottom: 60px;
}
.faceicon img{
  width: 80px; 
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  width:720px; 
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #f2eafc;
  box-sizing:border-box;
  margin:0 ;
  line-height:1.6;
  font-size: 20px;
/*   align-items: center; */
}
.says p{
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  top:20px;
  border-right: 22px solid #f2eafc;
}
.balloon_r .says:after {
  right: -26px;
  top:20px;
  border-left: 22px solid #f2eafc;
}

#overlay_banner {
    height: auto;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

#close_button {
    display: none;
}

#line_banner img {
	display: none;
}

html body #wrapper .jisseki-img{
width: 100%;
}

html body #wrapper .bre-img{
width: 100%;
max-width: 920px;
margin: 0 auto;

}



.title{
  font-size: 2rem;
  font-weight: 600;
}



.nav_list{
    text-align: right;
  }
.nav_list li{
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }
.nav_list li a{
    color: #fff;
  }

html body #wrapper .qa-container {
  margin: 50px auto 0;
  width: 100%;
}

html body #wrapper .qa-list{
background: #f3f3f3;
padding: 0 0 5px;
margin: 20px 0;
}

html body #wrapper .qa-list:not(:first-child) {
  margin-top: 10px;
}

html body #wrapper .question-title {
  background: #f3f3f3;
  cursor: pointer;
  font-size: 20px;
  padding: 40px 80px;
  position: relative;
  line-height: 40px;
  font-weight: bold;
}

html body #wrapper .question-title:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 38px;
  left: 40px;
  color: #6cb8c4;
  font-size: 30px;
  font-weight: bold;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

html body #wrapper .question-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 45%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

html body #wrapper .question-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

html body #wrapper .answer-text {
  display: none;
	padding: 40px 80px;
    position: relative;
    background: #fff;
    font-size: 20px;
    margin: 0 20px 20px;
	line-height: 40px;
}

html body #wrapper .answer-text:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 40px;
  left: 40px;
  color: #c92c37;
  font-size: 30px;
  font-weight: bold;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.flow {
    width: 100%;
}

.flow-box  {
    background: #f2f1f0;
    margin-top: 10px;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 30px;
}

.flow-box2  {
    background: #f2f1f0;
    margin-top: 10px;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 30px;
	position: relative;
}


.flow-title {
    align-items: center;
    color: #33bcd5;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}

.flow-text {
    background: #fff;
    margin-top: 15px;
    padding: 10px 20px;
}

.flow-num{
	background: #33bcd5;
    color: #fff;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
	margin-right: 20px;
	padding: 6px;
}

/*
.flow-box2::before {
    background: url("../images/arrow.png") center/cover no-repeat;
    content: "";
    height: 199px;
    left: -59px;
    position: absolute;
    top: 30px;
    width: 59px
}
*/
.saisei{
width: 90%;
max-width: 920px;
margin: 0 auto;
display: block;
}
.saisei_01{
margin-bottom: 60px;
}
.saisei_02{
margin-bottom: 20px;
}
.book-img{
width: 100%;
margin-bottom: 60px;
}
.pic-img{
width: 100%;
margin-top: 10px;
}
.w-100{
width: 100%;
}
.w-80{
width: 80%;
}
.space-80{
margin-top: 80px;
}
.space-120{
margin-bottom: 120px;
}
.space-140{
margin-top: -140px;
}
.model-img{
max-width: 720px;
margin: 0 auto 100px;
display: block;
}
.seika-img{
margin: 0 auto 30px;
display: block;
}

