@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333333;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::-webkit-input-placeholder {
    color: #999999;
}
input:-ms-input-placeholder{
    color: #999999;
}
input::-moz-placeholder{
    color: #999999;
}
input::-ms-input-placeholder{
    color: #999999;
}
*{
    box-sizing: border-box;
}
section{
	overflow: hidden;
}
.hover {
 transition: opacity 0.3s ease-out;
 cursor: pointer;
}
.hover:hover {
 opacity: 0.7;
}
.bold{
  font-weight: bold;
}
.red{
  color: #c00;
}
.gray{
  color: #999;
}
.smallbox{
	border:1px #c00 solid;
	display:inline-block;
	padding:2px 5px 0;
	font-size:0.8em;
	margin-left:5px;
}
span.blink {
-webkit-animation:blink 0.9s ease-in-out infinite alternate;
-moz-animation:blink 0.9s ease-in-out infinite alternate;
animation:blink 0.9s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
.sec_about .box_ti{
  background: url(../img/bg01.png) 50% 50% repeat-y;
  background-size: 100% auto;
}
.sec_about .box_ti h2{
	padding: 30px 0;
	text-align: center;
  color: #ffff00;
  font-size: 4.4rem;
  font-weight: 900;
}
.sec_about .box_ti2 h2{
	padding: 0;
	}
.sec_about .box_ti3 .box{
	padding: 10px 0;
	text-align: center;
  color: #fff;
  font-size: 2rem;
	font-weight: normal;
	line-height: 1.2;
}
@media screen and (min-width : 769px){
  .sp{
    display: none !important;
  }
  .inner{
    width: 950px;
    margin: auto;
  }
}
@media screen and (max-width : 768px){
  .pc{
    display: none !important;
  }
  .inner{
    width: auto;
    margin: 0 1.5%;
  }
  img{
    max-width: 100%;
    height: auto;
  }
	.sec_about .box_ti h2{
		font-size: 5.5vw;
    line-height: 1.4;
    padding: 3.5% 0 3%;
	}
	.sec_about .box_ti2{
		background: none;
	}
	.sec_about .box_ti3 .box{
		padding: 2% 0;
		font-size: 3vw;
		line-height: 1.4;
	}
}

/* ------------------------------
    sec_mv
------------------------------ */
/* .sec_mv{
  width: 100%;
  height: 0;
  padding-top: 52%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/img_mv01.jpg);
  background-size: cover;
} */
.sec_mv img{
  width: 100%;
}
.sec_cta01{
	background: url(../img/top_bgi.png);
	background-size: cover;
  margin-top: -2px;
}

.timer:before{
    display: inline-block;
    content: "早割終了まであと";
}
.timer.passed:before{
    content: "早割期間は終了しました";
}
.yycountdown-box{
  display: inline-block;
}

@media screen and (max-width : 768px){
  .timer:before{
    display: block;
    margin-bottom: 10px;
  }
  .sec_about .timer::before{
    display: inline-block;
    margin-bottom: 0;
  }
}


/* ------------------------------
    sec_cta01
------------------------------ */
.sec_cta01 img{
	display: block;
  width: 810px;
  height: auto;
	margin:auto;
	padding: 30px 0;
}
/* ------------------------------
    sec_cta01
------------------------------ */
.sec_day img{
	width: 100%;
}

@media screen and (max-width : 768px){
	.sec_cta01 img {
    display: block;
    width: 90%;
    height: auto;
    margin: auto;
    padding: 5% 0;
}
}

/* ------------------------------
    form_txt
------------------------------ */
.inner > .form_txt{
  width: 80%;
}
.cover_bg{
  padding-top: 20px;
  background: url(../img/bg02.jpg) 50% 0 no-repeat, url(../img/bg03.jpg) 50% 100% no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width : 768px){
  .inner > .form_txt{
    width: 100%;
  }
}
/* ------------------------------
    sec_schedule
------------------------------ */
.sec_schedule{
  padding: 15px 0 60px 0;
	background: url(../img/bgi_01.jpg) 50% 100% repeat-y;
	background-size: cover;
}
.sec_schedule .box_schedule{
  position: relative;
  margin: 25px 0 20px;
  background: url(../img/bg_voice02.png) 50% 50% repeat-y;
  background-size: 100% auto;
}
.sec_schedule .box_schedule:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: -20px;
  left: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  background: url(../img/bg_voice01.png) 50% 0 no-repeat;
  background-size: 100% auto;
}
.sec_schedule .box_schedule:after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  bottom: -20px;
  left: 0;
  margin-top: 10px;
  padding-top: 20px;
  background: url(../img/bg_voice03.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.sec_schedule .box_schedule div{
  margin: 0 25px 0 20px;
  padding: 20px 10px 0px 30px;
}
.sec_schedule h3.schedule_subttl {
	text-align:center;
	font-size:3em;
	font-weight:bold;
	margin:1.5em auto 0.8em;
  position: relative;
  padding: 0.25em 0;
  width:90%;
}
h3.schedule_subttl:after {
  content: "";
  display: block;
  height: 5px;
  width:40%;
  margin:10px auto 0;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}
.sec_schedule h3.schedule_subttl:first-child {
	margin-top:0.5em;
}
.sec_schedule table{
	width: 840px;
}
.sec_schedule table,.sec_schedule th, .sec_schedule td{
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 2rem;
}
.sec_schedule th, .sec_schedule td{
	width:210px;
	padding: 8px 0 5px 0;
}
.sec_schedule th{
  background-color: #003c69;
  color: #fff;
  text-align: center;
}
.sec_schedule tr:nth-child(odd) {
	background: #eee;
}
.sec_schedule td:nth-child(even){
	text-align: center;
}
.sec_schedule td:nth-child(odd){
	padding-left: 19px;
}

.cta_small, .cta_small_zoom {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 7vw;
}
.cta_small .text, .cta_small_zoom .text{
	margin: 40px 0;
}
.cta_small p, .cta_small_zoom p{
	font-size: 3rem;
	text-align: center;
	margin-left: 36px;
}

/*個別相談チャプタ*/
.sec_schedule div.kobetsuzoom {
}
.sec_schedule h3.schedule_subttl span.small {
	display:inline-block;
	font-size:0.6em;
	padding-bottom:0.3em;
}
.sec_schedule div.kobetsuzoom p {
	font-size:1.6em;
	line-height:1.6;
}
.sec_schedule div.kobetsuzoom p.notice {
	margin:10px auto 20px;
	border:1px #ccc solid;
	background-color:#f9f9f9;
	padding:7px;
	font-size:1.4em;
}
.sec_schedule .box_schedule div .schedule_special{
	padding: 20px 20px 0 0px;
  margin: 0;
}
.schedule_special img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.schedule_special img:first-child{
	margin-top: 40px;
	margin-bottom: 40px;
  max-width: 861px;
}
.sec_schedule .box_schedule .limit{
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
  max-width: 794px;
}
.schedule_special .limit img{
	margin: 0 auto;
    padding: 0;
    width: 100%;
}
.schedule_special .ribbon{
  max-width: 861px;
  margin-left: -10px;
  margin-top: 60px;
}
.schedule_special img{
  margin-bottom: 20px;
}
.limit{
	position: relative;
}
.limit1{
	width: 395px;
  position: absolute;
  top: 160px;
  left: 60px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: bold;
}
.limit2{
	width: 395px;
  position: absolute;
	top: 218px;
  left: 58px;
  font-size: 1.7rem;
  line-height: 1.7;
}
.sec_schedule .text1{
	margin: 25px 25px 25px 35px;
	font-size: 1.6rem;
  line-height: 1.6;
}
.sec_schedule .text2{
	font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
}
.sec_schedule .box_schedule .discount {
	margin: 0;
	padding: 0;
}
.sec_schedule .box_schedule .inner{
	margin: auto;
	padding: 0;
}
.sec_schedule .box_schedule .inner input[type="submit"]{
	margin-right: 187px;
}
.sec_schedule .text3{
	width: 880px;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: -30px;
  padding: 18px 0 15px 0;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  text-align: center;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
}
.sec_schedule .text4{
	width: 880px;
	margin-bottom: 25px;
	font-size: 2.5rem;
  line-height: 1.6;
  text-align: left;
}
.sec_schedule .text5{
	width: 846px;
  margin: 10px 60px 30px 0px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}
.ribbon{
	margin-bottom: 40px !important;
}

.schedule_special2 .ribbon{
  max-width: 861px;
  margin: 60px auto 0;
}
.schedule_special2 img{
  margin-bottom: 20px;
  max-width: 794px;
}
.schedule_special2 .limit{
  margin-bottom: 20px;
}
.schedule_special2 .limit img:first-child{
  max-width: 794px;
}
@media screen and (max-width : 768px){
.sec_schedule{
	background: none;
	padding: 5% 4% 5% 4%;
}
.sec_schedule .box_schedule:before{
	background-image: none;
}
.sec_schedule .box_schedule:after{
	background: none;
}
	.sec_schedule .box_schedule{
		margin: 0;
		background: none;
  }
.sec_schedule h3.schedule_subttl {
	font-size:2.2em;
}
.sec_schedule h3.schedule_subttl:first-child {
	margin-top:0;
	padding-top:0;
}
  .sec_schedule .box_schedule table{
		/* display: flex;
    flex-wrap: wrap; */
		background-color: #fff;
		background-image: none;
		width: 88vw;
	}
	.sec_schedule .box_schedule div{
		margin: auto;
    padding: 0;
    width: 100%;
  }
  .sec_schedule .box_schedule .img{
    order: 2;
    float: none;
    width: 40%;
    margin: 5% auto 0;
  }
  .sec_schedule .box_schedule .txt_schedule{
    order: 1;
    width: 100%;
    margin: 0;
    font-size: 2.0rem;
  }
  .sec_schedule .box_schedule .name{
    order: 3;
    width: 100%;
    margin: 5% 0 0;
    padding: 0;
    font-size: 1.2rem;
  }
  .sec_schedule .box_schedule .name .txt_lg{
    font-size: 1.6rem;
  }
	.sec_schedule th, .sec_schedule td{
    width: 19vw;
    padding: 2% 0 2% 0;
		padding: 2% 0 2% 0;
    font-size: 3vw;
}
.sec_schedule th:nth-child(3){
	width:36vw;
}
.sec_schedule td:nth-child(odd){
	padding-left: 0;
    text-align: center;
    font-size: 3vw;
}
.limit1{
    width:45vw;
    top:17vw;
    left:6vw;
		font-size:2.2vw;
		line-height: 1;
}
.limit2{
    width:45vw;
    top:22vw;
    left:6vw;
		font-size: 2vw;
		line-height: 1;
}
.schedule_special .limit img{
	margin-bottom: 0vw;
	height: 100%;
}
.schedule_special .ribbon{
  width: 100%;
  margin: auto;
}
.schedule_special img.ribbon+img{
  margin-top: 5%;
}
.schedule_special2 img.ribbon+img{
  margin-bottom: 2%!important;
}
.schedule_special2 .limit,
.sec_schedule .box_schedule .limit,
.schedule_special img{
  margin-bottom: 2%;
}
.sec_schedule .box_schedule .inner input[type="submit"] {
    margin-right: 35vw;
}
.sec_schedule .text1{
	margin: 5%;
}
.sec_schedule .text3{
	width: 90vw;
	display:block;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 5vw;
}
.sec_schedule .text4{
	display: block;
	width: 90vw;
  margin: auto;
	font-size: 4.4vw;
}
.sec_schedule .text5{
	width: 90vw;
	margin: auto;
	margin-top: 5%;
  font-size: 4vw;
}
.schedule_special img:first-child{
	margin-top: 5%;
	margin-bottom: 0%;
  max-width: 100%;
}
.sec_schedule .text2{
	margin-bottom: 5%;
	font-size: 7vw;
	line-height: 1.22;
}
.sec_schedule .box_schedule div .schedule_special{
	padding: 5% 0;
}

.schedule_special2{
  padding: 0 5%;
}
}
/*  ------------------------------
    discount
------------------------------ */
.discount{
	width: 100%;
	padding-bottom: 50px;
	font-size: 7vw;
}
.discount img{
	width: 100%;
}
.discount .text{
	margin: 40px 0;
}
.discount p{
	font-size: 5rem;
	text-align: center;
	margin-left: 36px;
}
.through{
	text-decoration: line-through;
	border-width: 1px;
}
.discount .count{
	margin-top: 20px;
	margin-left: 0;
	font-size: 3.6rem;
	font-weight: 900;
	text-align: center;
}
.count span{
	padding-left: 0;
}
.yycountdown-box{
  margin-left: 1em;
}
.discount .title{
  margin: auto;
	padding: 20px 20%;
  margin: 80px 0 40px 0;
	border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
}
.discount .title:nth-child(4){
	margin-bottom: 40px;
}
.discount .text{
	width: 800px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}
.discount2 .text{
		padding-top: 60px;
}
.discount li{
	display: inline-block;
	vertical-align: top;
	float: left;
}
.discount li p{
	width: 460px;
  margin: 10px 60px 30px 40px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}
.discount li img{
	width: 350px;
}
.discount .limit1{
	left:92px;
	font-size: 1.7rem;
  font-weight: bold;
	text-align: left;
}
.limit_second .limit1{
	top:160px;
}
.discount .limit2{
	top: 218px;
	left:92px;
	font-size: 1.7rem;
	text-align: left;
}
.text9{
	padding-top: 20px !important;
}
.text10{
	padding-top: 0 !important;
}
@media screen and (max-width : 768px){
.discount{
	padding-bottom: 8%;
}
	.sec_discount .box_discount{
    margin-top: 30px;
  }
  .sec_discount .box_discount div{
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
    padding: 20px 10px;
  }
  .sec_discount .box_discount .img{
    order: 2;
    float: none;
    width: 40%;
    margin: 5% auto 0;
  }
  .sec_discount .box_discount .txt_discount{
    order: 1;
    width: 100%;
    margin: 0;
    font-size: 2.0rem;
  }
.discount .text{
	width: 100vw;
  padding-top: 5%;
}
.discount p{
	font-size: 5.6vw;
	margin-left: 5vw;
}
.discount .count{
	margin-top: 5%;
    font-size: 5vw;
    margin-bottom: 5%;
}
.discount .title{
	padding: 2% 20%;
    display: block;
    margin: 10% 0 3% 0;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
}
.discount .title:nth-child(4){
	margin-bottom: 3%;
}
.discount li{
	width: 100vw;
	float: none;
}
.discount li p,.discount .text{
	width: 90%;
    margin: auto;
    font-size: 4vw;
    padding-bottom: 0;
}
.discount li img{
	display: block;
	width: 80vw;
	margin: auto;
	margin-top: 8%;
	padding: 0 10vw;
}
.sc3{
	margin-bottom: 0 !important;
}
}

/*  ------------------------------
    people
------------------------------ */
.sec_people{
	width: 100%;
	background-color: #dee5ec
}
.sec_people img{
	width: 100%;
}
.sec_people{
	padding-top: 25px;
  padding-bottom: 60px;
}
.sec_people .box_people{
  position: relative;
  margin: 25px 0 20px;
  background: url(../img/bg_voice02.png) 50% 50% repeat-y;
  background-size: 100% auto;
}
.sec_people .box_people:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: -20px;
  left: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  background: url(../img/bg_voice01.png) 50% 0 no-repeat;
  background-size: 100% auto;
}
.sec_people .box_people:after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  bottom: -20px;
  left: 0;
  margin-top: 10px;
  padding-top: 20px;
  background: url(../img/bg_voice03.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.sec_people .box_people div{
	margin: 0 30px 0 25px;
  padding: 30px 0 20px 10px;
  border-bottom: 1px dotted #cccccc;
}
.sec_people .box_people div:last-child{
	border: none;
	padding-bottom: 0;
}
.sec_people .box_people .img{
  float: left;
}
.sec_people .box_people .txt_people{
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-weight: bold;
  font-size: 3.0rem;
}
.sec_people .box_people .txt_people .txt_line{
  background: linear-gradient(transparent 60%, #ffef8b 60%);
}
.sec_people .box_people .name{
  margin-left: 195px;
  padding-right: 45px;
  line-height: 1.5;
  text-align: right;
  font-size: 1.8rem;
}
.sec_people .box_people .name .txt_lg{
  font-size: 2.2rem;
	font-weight: bold;
}
.sec_people .box_people .text{
	margin: 22px 0 0 256px;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 1px;
	width: 620px;
}
@media screen and (max-width : 768px){
.sec_people{
	padding-top: 0;
	padding-bottom: 8%;
}
.sec_people .inner{
	margin: 0 5%;
}
.sec_people .box_people:before,
.sec_people .box_people:after{
  display: none;
}
	.sec_people .box_people{
		margin-top: 30px;
    background-image: none;
    background-color: #fff;
  }
  .sec_people .box_people div{
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
    padding: 20px 10px;
  }
  .sec_people .box_people .img{
    order: 3;
    float: none;
    width: 40%;
    margin: 5% auto 0;
  }
  .sec_people .box_people .txt_people{
    order: 1;
    width: 100%;
    margin: 0;
    font-size: 5vw;
  }
	.sec_people .box_people .name .txt_lg{
		font-size: 4.6vw;
	}
  .sec_people .box_people .name{
    order: 2;
    width: 100%;
    margin: 5% 0 0;
    padding: 0;

  }
  .sec_people .box_people .text{
		order:4;
		width: 90vw;
		margin: 5%;
		font-size: 4vw;
	}

}
/* ------------------------------
    introduction
------------------------------ */

.introduction {border-top:8px #003C69 solid;}
.introduction .inner{
	width: 1050px;
  margin: auto;
  padding: 80px 0 80px 100px;
}
.introduction .text{
	margin-left: 35px;
  float: left;
}
.introduction p{
	margin-bottom: 30px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.introduction .text p{
		width: 500px;
}
.introduction .img1{
  width: 330px;
  margin-left: 50px;
	float: left;
}
.introduction .img2{
	display: block;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-right: 35px;
}
.introduction .text2 p{
		width: 845px;
		margin-left: 35px;
}
.introduction .red{
	width: 880px;
	margin-top: 45px;
	margin-bottom: 45px;
  margin-left: -20px;
	padding: 17px 0 15px 0;
	font-size: 3.4rem;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	text-align: center;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.introduction .fw900{
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.introduction .text3{
	font-size: 2.2rem;
	line-height: 3.4rem;
}
.introduction .text2 .red{
	font-size: 1.8rem;
    border: none;
    margin-left: 0;
}
@media screen and (max-width : 768px){
.introduction .inner{
	width: 90vw;
	padding: 0;
}
.introduction .text{
	margin-top: 10%;
	margin-left: 0;
}
.introduction .text p,.introduction .text2 p{
	width: 90vw;
  margin-left: 0;
	font-size: 4vw;
}
.introduction .img1{
	width: 34vw;
  float: right;
  margin-left: 2vw;
	margin-bottom: 2vw;
}
.introduction .img2{
	display: block;
	width: 90vw;
  padding-top: 5%;
  padding-bottom: 10%;
  margin: auto;
}
.introduction .red{
	width: 90vw;
  margin-top: 5%;
  margin: auto;
  margin-bottom: 5%;
  padding: 0;
  font-size: 5vw;
}
.introduction .text2 .red{
	font-size: 4vw;
}
}
/* ------------------------------
    case
------------------------------ */
.cause img{
	width: 100%;
}
.cause .inner{
	width: 1050px;
  margin: auto;
  padding: 60px 0 80px 100px;
}
.cause .text{
	margin-left: 35px;
  float: left;
}
.cause p{
	margin-bottom: 30px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.cause .text p{
		width: 500px;
}
.cause .img1{
  width: 34%;
  margin-left: 50px;
	float: left;
}
.cause .img2{
	display: block;
	margin: auto;
	margin-left: -25px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.cause .red{
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.cause .text_line{
	padding-left: 5px;
  background: linear-gradient(transparent 0%, #ffef8b 0%);
	width: 440px!important;
}
.cause .text2 p{
		width: 755px;
		margin-left: 35px;
}
.b900{
	font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.cause .text2 img{
	width: 100px;
	height: auto;
}
.cause .text2 ul{
	width: 755px;
	margin: 50px 0 40px 35px;
}
.cause .text2 li{
	display: inline-block;
	vertical-align: bottom;
}
.cause .text2 .fw900{
	width: 641px;
	margin-left: 10px;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 3.5rem;
	line-height: 4rem
}
.cause .text2 .cause4{
	margin-bottom: 10px;
}
@media screen and (max-width : 768px){
.cause{
	padding-top: 5%;
}
.cause .inner{
	width: 90vw;
	padding: 0;
	padding-bottom: 10%;
}
.cause .text{
	margin-top: 10%;
	margin-left: 0;
}
.cause .text p,.cause .text2 p{
	width:90vw;
	margin-top: 2%;
	margin-left: 0;
	font-size: 4vw;
}
.cause .img1{
	width: 20vw;
	float: right;
}
.cause .img2{
	display: block;
	width: 90vw;
	padding-top: 0;
	padding-bottom: 5%;
	margin: auto;
}
.cause .red{
	width: 90vw;
  margin-top: 5%;
  margin: auto;
  margin-bottom: 5%;
  padding: 0;
  font-size: 4vw;
}
.cause .text2 img{
	width: 13vw;
}
.cause .text2 ul{
	width: 100%;
  margin: 0;
	margin-top: 8%;
	margin-bottom: 5%;
  display: flex;
}
.cause .text2 ul li:nth-child(1){
  min-width: 13vw;
  margin-right: 2vw;
}
.cause .text2 li{
	vertical-align: top;
}
.cause .text2{
	vertical-align: middle;
}
.cause .text2 .fw900{
	width: auto;
	margin-left: 1vw;
	font-size: 5vw;
}
.cause p{
	margin-bottom: 0;
}
.cause .text2 .cause4{
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: top;
	line-height: 1.4;
}
.cause .text_line{
	width: 90vw !important;
}
}
/* ------------------------------
    success
------------------------------ */
.success{
	background: url(../img/success_bgi.png) 50% 100% repeat-y;
  background-size: 100% auto;
}
.success img{
	width: 100%;
	vertical-align:bottom;
}
.success .inner{
	width: 950px;
  margin: auto;
	margin-bottom: 60px;
  padding: 20px 0;
}
.success .text{
	margin-left: 35px;
  float: left;
}
.success p{
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.success .text p{
		width: 500px;
}
.success .img1{
  width: 34%;
  margin-left: 50px;
	float: left;
}
.success .img2{
	display: block;
	margin: auto;
	margin-left: -25px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.success .red{
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.success .text2 p{
		width: 720px;
		margin-left: 85px;
}
.success .text2 img{
	width: 800px;
  height: auto;
  margin: 10px 0 15px 45px;
  padding: 20px 0;
}
.success .text2 .success4{
	margin-bottom: 10px;
}
.success .text2 .text_line{
	padding-left: 5px;
	background: linear-gradient(transparent 0%, #ffef8b 0%);
}
.success .text2:last-child{
	padding-bottom: 30px;
}
.success .box_success{
  position: relative;
  margin: 45px 0 20px;
  background: url(../img/bg_voice02.png) 50% 50% repeat-y;
  background-size: 100% auto;
}
.success .box_success:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: -20px;
  left: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  background: url(../img/bg_voice01.png) 50% 0 no-repeat;
  background-size: 100% auto;
}
.success .box_success:after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  bottom: -20px;
  left: 0;
  margin-top: 10px;
  padding-top: 20px;
  background: url(../img/bg_voice03.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.fw{
	font-weight: bold;
		font-family: "Hiragino Sans", sans-serif;
}
@media screen and (max-width : 768px){
.success .box_success{
	margin-top: 5%;
}
.success .box_success:before {
    top: -2vw;
    padding-top: 2vw;
}
.success .box_success:after{
  bottom: -2vw;
  padding-top: 2vw;
}
.success .inner{
	width: 98vw;
	padding: 0;
	margin-bottom: 2%;
}
.success .text{
	margin-top: 10%;
	margin-left: 0;
}
.success .text p,.success .text2 p{
	width:90vw;
	margin: auto;
	margin-top: 5%;
	font-size: 4vw;
  line-height: 1.6;
}
.success .img1{
	width: 20vw;
	float: right;
}
.success .img2{
	display: block;
	width: 90vw;
	padding-top: 0;
	padding-bottom: 5%;
	margin: auto;
}
.success .red{
	width: 90vw;
  margin-top: 5%;
  margin: auto;
  margin-bottom: 5%;
  padding: 0;
  font-size: 4vw;
}
.success .text2 img{
	width: 92vw;
	margin: 5% 0 0 2%;
	padding: 0;
}
.success .text2 ul{
	width: 100vw;
  margin: 0;
	margin-top: 8%;
	margin-bottom: 5%;
}
.success .text2{
	vertical-align: middle;
}
.success .text2 .fw900{
	width: 80vw;
	margin-left: 1vw;
	font-size: 5vw;
}
.success p{
	margin-bottom: 0;
}
.success .text2 .success4{
	margin-bottom: 0;
	vertical-align: top;
	line-height: 1.2;
}
}
/* ------------------------------
    contents
------------------------------ */
.contents{
	background: url(../img/bgi_02.jpg);
	background-size: cover;
}
.contents .box_contents{
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px;
  /* background: url(../img/contents_img01.png);
    background-repeat: no-repeat;
  background-size: 100% auto; */
  background: url(../img/contents_bg.jpg) repeat left top;
}
.contents .box_contents .whitebox{
  background: #fff;
  width: calc(100% - 10px);
  margin: 10px auto 0;
  padding: 35px 20px 0;
}
.contents img{
	width: 100%;
	vertical-align:bottom;
}
.contents .inner{
	width: 920px;
  margin: auto;
  padding: 20px 0 80px;
}
.contents .text2{
	/* padding-top: 200px; */
}
.contents p{
	margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 3rem;
}
.contents .text p{
		width: 500px;
}
.contents .img1{
  width: 34%;
  margin-left: 50px;
	float: left;
}
.contents .img2{
	display: block;
	margin: auto;
	margin-left: -25px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.contents .red{
	margin-bottom: 0;
	font-size: 2.5rem;
	line-height: 4rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.contents .text2 p{
	margin-left: 5px;
}
.contents .text2 img{
	width: 30px;
	height: auto;
}
.contents .text2 ul{
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
  display: flex;
  justify-content: flex-start;
	border-bottom: 1px solid #003a6c;
}
.contents .text2 li{
	display: inline-block;
	vertical-align: top;
}
.contents .text2 .fw900{
	width: 610px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: 800;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4rem;
	line-height: 4rem;
	border-bottom:1px solid #000;
}
.contents .text2 .contents4{
	margin-bottom: 10px;
}
.contents .text2 .text_line{
	padding-left: 5px;
	background: linear-gradient(transparent 0%, #ffef8b 0%);
}
.contents .text2:last-child{
	padding-bottom: 30px;
}
.contents .text3{
		margin: 0 20px;
		padding-top: 0;
}
@media screen and (max-width : 768px){
.contents .inner{
	width: 98vw;
    padding: 0;
    /* background-color: #fff; */
}
.contents .box_contents{
	margin-top: 5%;
}
.contents .box_contents .whitebox{
  padding-top: 5%;
}
.contents{
	background: none;
  margin: 0;
	/* background-color: #002147; */
}
.contents .text{
	margin-top: 10%;
	margin-left: 0;
}
.contents .text p,.contents .text2 p{
	width:80vw;
	margin: auto;
	font-size: 4.6vw;
  line-height: 1.6;
}
.contents .img1{
	width: 20vw;
	float: right;
}
.contents .img2{
	display: block;
	width: 90vw;
	padding-top: 0;
	padding-bottom: 5%;
	margin: auto;
}
.contents .red{
	width: 90vw;
  margin-top: 5%;
  margin: auto;
  margin-bottom: 5%;
  padding: 0;
	font-size: 5vw;
  line-height: 1.5;
}
.contents .text2 img{
	width: 5vw;
	margin: 5% 0 0 2%;
	padding: 0;
}
.contents .text2 ul{
	width: 100%;
	margin: 0;
	margin: auto;
	margin-top: 0;
	margin-bottom: 5%;
  display: flex;
}
.contents .text2 ul li:first-child{
  min-width: 20px;
}
.contents .text2{
	vertical-align: middle;
	padding-top: 15vw;
}
.contents .text2:last-child{
	padding: 0;
	padding-bottom: 5%;
}
.contents .text2 .fw900{
	width: 80vw;
	margin-left: 1vw;
	font-size: 5vw;
}
.contents p{
	margin-bottom: 0;
}
.contents .text2 .contents4{
	margin-bottom: 0;
	vertical-align: top;
	line-height: 1.2;
}
.contents .text3{
	padding-top: 0;
	margin-left: 0;
}
.contents .text3 p{
	margin-bottom: 5%;
}
}

/* ------------------------------
    last
------------------------------ */
.last{
	overflow: hidden;
	margin-bottom: 40px;
}
.last img{
	width: 100%;
}
.last .inner{
	width: 1050px;
  margin: auto;
  padding: 50px 0 80px 100px;
}
.last .text{
	margin-left: 35px;
  float: left;
}
.last p{
	margin-bottom: 30px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.last .text p{
		width: 500px;
}
.last .img1{
  width: 350px;
  margin-left: 50px;
	float: left;
}
.last .img2{
	display: block;
	margin: auto;
	margin-left: -25px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.last .text2 p{
		width: 755px;
		margin-left: 35px;
}
.last .fw900{
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.last .text3{
	font-size: 2.2rem;
	line-height: 3.4rem;
}
.last .text2 .red{
	font-size: 1.6rem;
	border: none;
}
.under_line{
	text-decoration: underline;
}
@media screen and (max-width : 768px){
.last .inner{
	width: 98vw;
	padding: 0;
}
.last .box_last{
	margin: 5% 3%;
}
.last{
	background: none;
	margin: 0
}
.last .text{
	margin-top: 5%;
	margin-left: 0;
}
.last .text p,.last .text2 p{
	width:90vw;
	margin: auto;
	font-size: 4vw;
	line-height: 1.6;
	margin-bottom: 5%;
}
.last .img1{
	width: 30vw;
    float: right;
    margin-left: 5vw;
    margin-right: 3vw;
    margin-bottom: 3vw;
}
.last .img2{
	display: block;
	width: 90vw;
	padding-top: 0;
	padding-bottom: 5%;
	margin: auto;
}
.last .red{
	width: 90vw;
  margin-top: 5%;
  margin: auto;
  margin-bottom: 5%;
  padding: 0;
  font-size: 4vw;
}
.last .text{
	float: none;
}
.last .text2 img{
	width: 5vw;
	margin: 5% 0 0 2%;
	padding: 0;
}
.last .text2 ul{
	width: 87vw;
	margin: 0;
	margin: auto;
	margin-top: 8%;
	margin-bottom: 5%;
}
.last .text2{
	vertical-align: middle;
	padding-top: 15vw;
}
.last .text2 .fw900{
	width: 80vw;
	margin-left: 1vw;
	font-size: 5vw;
}
.last p{
	margin-bottom: 0;
}
.last .text2 .last4{
	margin-bottom: 0;
	vertical-align: top;
	line-height: 1.2;
}
.last .text3{
	padding-top: 0;
	margin-left: 0;
}
.discount .limit_second .limit1{
	top: 19vw;
  left: 1vw;
  font-size: 2.2vw;
}
.discount .limit_second .limit2{
	top: 24vw;
  left: 1vw;
  font-size: 2vw;
}
.ribbon{
	margin-top: 5% !important;
    margin-bottom: -2% !important;
}
/* .discount2 .schedule_special img:nth-child(5){
  margin-top: 2%;
  margin-bottom: 2%;
}
 */
}
/* ------------------------------
    performance
------------------------------ */
.performance{
  padding-bottom: 30px;
	clear:both;
	background: url(../img/success_bgi.png) 50% 100% repeat-y;
  background-size: 100% auto;
}
.performance img{
	width: 100%;
	height: auto;
}
.performance .title{
	display: block;
	width: 880px;
	margin: auto;
	padding: 30px 0 10px 0;
}
.performance .box_performance{
  position: relative;
  margin: 45px 0 20px;
  background: url(../img/bg_voice02.png) 50% 50% repeat-y;
  background-size: 100% auto;
}
.performance .box_performance:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: -20px;
  left: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  background: url(../img/bg_voice01.png) 50% 0 no-repeat;
  background-size: 100% auto;
}
.performance .box_performance:after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  bottom: -20px;
  left: 0;
  margin-top: 10px;
  padding-top: 20px;
  background: url(../img/bg_voice03.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.performance .box_performance div{
  margin: 0 25px 0 20px;
  padding: 20px 10px 20px 30px;
  border-bottom: 1px dotted #cccccc;
}
.performance .box_performance .img{
  float: left;
}
.performance .box_performance .txt_performance{
  margin: 5px 0 20px 195px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2.3rem;
	min-height: 45px;
}
.performance .box_performance .cf img{
  border:1px #dadada solid;
}

.performance .box_performance .txt_performance .txt_line{
  background: linear-gradient(transparent 60%, #ffef8b 60%);
}
.performance .box_performance .name{
	margin-left: 195px;
	padding-right: 50px;
	line-height: 1.5;
	text-align: right;
	font-size: 1.8rem;
}
.performance .box_performance .name .txt_lg{
  font-size: 2.2rem;
}
.performance .box_performance div:last-child{
	border: none;
	padding-bottom: 30px;
}

@media screen and (max-width : 768px){
.performance{
	margin-top: 0;
}
.performance .box_performance:before{
  top: -2vw;
  padding-top: 2vw;
}
.performance .box_performance:after{
  bottom: -2vw;
  padding-top: 2vw;
}
	.performance .box_performance{
    margin-top: 5%;
  }
	.performance .title{
		margin-top: 0;
		width: 91vw;
    padding-bottom: 0;
	}
  .performance .box_performance div{
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
    padding: 20px 10px;
  }
  .performance .box_performance .img{
    order: 2;
    float: none;
    width: 40%;
    margin: 5% auto 0;
  }
  .performance .box_performance .txt_performance{
    order: 1;
    width: 100%;
    margin: 0;
    font-size: 2rem;
		height: auto;
  }
  .performance .box_performance .name{
		order: 3;
    width: 100%;
    margin: 5% 0 0;
    padding: 0;
    font-size: 2rem;
    text-align: center;
  }
  .performance .box_performance .name .txt_lg{
    font-size: 2.2rem;
  }
}
/* ------------------------------
    sec_place
------------------------------ */
.sec_place{
  padding-top: 25px;
  padding-bottom: 30px;
	background-color: #dee5ec;
}
.sec_place .box_place div{
  margin: 0 25px 0 20px;
  padding: 20px 10px 20px 30px;
}
.sec_place table{
	width: 840px;
	border-collapse: collapse;
  border-spacing: 0;
	font-size: 2rem;
	background-color: #fff;
}
.sec_place th, .sec_place td{
	width:120px;
	padding: 8px 0 5px 0;
	text-align: center;
}
.sec_place th:nth-child(2){
	border: 1px solid #ccc;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
}
.sec_place td:first-child{
	border: 1px solid #888;
	border-top-style:none;
	border-right-style:none;
}
.sec_place td:nth-child(2){
	border: 1px solid #888;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
}
.sec_place th:nth-child(3){
	width:420px;
	padding: 8px 0 5px 0;
}
.sec_place td:nth-child(3){
	width:420px;
	padding: 18px 0 15px 0;
	text-align: left;
	border: 1px solid #888;
	border-top-style:none;
	border-left-style:none;
}
.sec_place th{
  background-color: #0b1226;
  color: #fff;
  text-align: center;
}
.site{
	font-size: 1.4rem;
}
@media screen and (max-width : 768px){
.sec_place{
	padding-top: 0;
	padding-bottom: 5%;
	background-color: #fff;
}
.sec_place .inner{
	width: 100%;
	margin: 0;
}
  .sec_place .box_place div{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .sec_place .box_place .img{
    order: 2;
    float: none;
    width: 40%;
    margin: 5% auto 0;
  }
  .sec_place .box_place .txt_place{
    order: 1;
    width: 100%;
    margin: 0;
    font-size: 2.0rem;
  }
  .sec_place .box_place .name{
    order: 3;
    width: 100%;
    margin: 5% 0 0;
    padding: 0;
    font-size: 1.2rem;
  }
  .sec_place .box_place .name .txt_lg{
    font-size: 1.6rem;
  }
	.sec_place table{
		width: 100%;
    border: 1px solid #888;
  }
	.sec_place table, .sec_place th, .sec_place td{
		font-size: 4vw;
	}
	.sec_place .text1{
		width: 100%;
		margin: 5% 0;
	}
	.sec_place .box_place .inner{
		width: 90vw;
	}
	.site{
		font-size: 3vw;
	}
	.sec_place th, .sec_place td{
		width: 100vw;
	}
  .sec_place th,
  .sec_place td{
    width: 30%;
  }
  .sec_place th:last-child,
  .sec_place td:last-child{
    width: 40%;
    padding-right: 2vw;
  }
	.sec_place td:first-child{
		padding-left: 2vw;
	}
	.sec_place .box_schedule .inner input[type="submit"]{
		margin-right: 0;
		width: 103%;
    margin: 0 -1.5%;
	}
	.sec_place th:nth-child(3) {
    width: 100vw;
    padding: 3% 0 3% 0;
}
}

/* ------------------------------
    sec_cta02
------------------------------ */
.sec_cta02 .box_cta02{
  margin-top: 189px;
  padding-bottom: 30px;
  background: url(../img/bg01.png) 50% 50% repeat-y;
  background-size: 100% auto;
}
.sec_cta02 .box_cta02 .inner{
  position: relative;
  padding: 434px 0 13px;
  background-color: #fff;
}
.sec_cta02 .box_cta02 .img{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: -188px auto 0;
}
.sec_cta02 .box_cta02 .img img{
  width: 100%;
  height: auto;
}
.box_input{
  position: relative;
  width: 80%;
  height: 60px;
  margin: 1% auto 0;
}
.box_input:before{
  content: "\005fc5\009808";
  position: absolute;
  display: inline-block;
  width: 43px;
  height: 26px;
  top: 50%;
  left: 2.6%;
  text-align: center;
  line-height: 26px;
  font-size: 1.65rem;
  color: #fff;
  background-color: #d20000;
  transform: translateY(-50%);
}
input[type="text"]{
  width: 100%;
  height: 100%;
  line-height: 60px;
  padding-left: 80px;
  font-size: 2.4rem;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}
input[type="submit"]{
  display: block;
  width: 69.8%;
  margin: auto;
  padding-top: 10.9%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/seminar_btn.png) 50% 50% no-repeat;
  background-size: 100%;
}
.zoom input[type="submit"]{
  display: block;
  margin: auto;
  padding-top: 10.9%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/btn_cta2.png) 50% 50% no-repeat;
  background-size: 100%;
}
.form_txt{
  height: 110px;
  margin: auto;
  padding: 20px 20px 20px 10px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
}
.form_txt p{
  line-height: 1.16;
  font-size: 1.2rem;
}
.sec_cta02 .box_cta02 .form_txt{
  width: 80%;
}

@media screen and (min-width : 769px){
  .sec_cta02 .box_cta02 .inner{
    width: 974px;
  }
}
@media screen and (max-width : 768px){
  .sec_cta02 .box_cta02{
    margin-top: 70px;
  }
  .sec_cta02 .box_cta02 .inner{
    padding-top: 170px;
  }
  .sec_cta02 .box_cta02 .img{
    margin-top: -70px;
  }
  .box_input{
    width: 100%;
    height: 40px;
  }
  .box_input:before{
    width: 25px;
    height: 13px;
    line-height: 13px;
    font-size: 0.825rem;
  }
  input[type="text"]{
    padding-left: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
  input[type="submit"]{
    width: 103%;
    margin: 2% -1.5%;
  }
  .zoom  input[type="submit"]{
    margin: 0 -1.5%;
  }
  .sec_cta02 .box_cta02 .form_txt,
  .sec_cta02 .box_cta02 .box_input{
    width: 90%;
  }
  .sec_cta02 .box_cta02 input[type="submit"] {
    width: 92%;
    margin: auto;
  }
}

/* ------------------------------
    footer
------------------------------ */
#footer .inner{
  display: flex;
  align-items: center;
  padding: 40px 0;
}
#footer .box_ft{
  width: 62.6%;
}
#footer .box_ft ul{
  font-size: 0;
  text-align: center;
}
#footer .box_ft ul li{
  display: inline-block;
  margin-bottom: 1em;
  font-size: 1.6rem;
  color: #14272f;
}
#footer .box_ft ul li + li:before{
  content: "\007c";
  display: inline-block;
  margin: 0 0.5em;
}
#footer .box_ft ul li a{
  text-decoration: none;
  font-size: 1.6rem;
  color: #14272f;
}
#footer .box_ft ul li a:hover{
  text-decoration: underline;
}
#footer .box_ft .txt_copy{
  text-align: center;
  font-size: 1.6rem;
  color: #14272f;
}
#footer .box_logo{
  width: 37.4%;
}
@media screen and (max-width : 768px){
  #footer .inner{
    display: block;
    padding: 5% 0;
  }
  #footer .box_ft{
    width: 100%;
  }
  #footer .box_ft ul li,#footer .box_ft ul li a,
  #footer .box_ft .txt_copy{
    line-height: 1.5;
    font-size: 1.1rem;
  }
  #footer .box_logo{
    width: 50%;
    margin: 5% auto 0;
  }
}

.seminarbg{
  width: 100%;
  height: 182px;
  background: url(../img/discount.jpg) repeat-x center center;
}


/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */
