/*------*/
#mv{
  margin-bottom: 30px;
}
#mv a{color: #fff;}
.swiper-container{
  text-align: center;
  width: 100%;
}
.swiper-container .swiper-slide img{
  width: 100%;
  height: auto;
}
.swiper-slide-next{  opacity: 0.5;}
.swiper-slide-prev{  opacity: 0.5;}
.swiper-custom-button{
  background-image: none !important;
  background: ;
  color: white;
  font-size: 36px;
  text-align: center;
  width: 24px !important;
  height: 64px !important;
  line-height: 64px;
}
.swiper-custom-button .fa{
  line-height: 62px;
}
.swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
@media only screen and (max-width: 1024px) {
#mv{display: none;}
}

/**/
#sp_mv{display: none;}
@media only screen and (max-width: 1024px) {
#sp_mv{
  display: block;
 /* padding-top: 182px;*/
  margin: 0 auto;
}
#sp_mv img{
  width: 100%;
  height: auto;
}
}/**/
.mv_box{
    /*max-width: 1130px;*/
    width: 100%;
    margin: 0 auto;
    background: #e8eae9;
    padding: 0;
}
.mv_box img{
    width: 100%;
    height: auto
}
.mvinnner {
   width: 990px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.mvinnner {
    width: 100%;
}
}

/*----------------------*/
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; margin: 0 !important; padding: 0 !important;
}

.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden; 
  margin: 2rem 0;
}

.loop-box, .loop-box ul {
	height: 100%;
	min-height: 520px}

@media only screen and (max-width: 1024px) {
.loop-box, .loop-box ul {min-height: 400px}
}

@media only screen and (max-width: 768px) {
.loop-box, .loop-box ul {min-height: 300px}
}

.loop-box ul {
  position: absolute; left: 0; top: 0;
  display: flex; 
  justify-content: space-between;
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(300px * 1.5 * 3); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 40s linear infinite; /* アニメーション設定 - 変更可 */
}
.loop-box li {
  display: flex;
  align-items: center; 
  justify-content: center;
  color: #fff;
  /*width: calc(100% / 3); /* li の幅を均等にする - 削除可・変更注意 */
}
.loop-box img {
  height: auto;
  width: 100%;

}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
}
.loop-box ul.loop2 {
  animation-name: loop2;
}
.loop-box ul.loop3 {
  animation-name: loop3;
}
@keyframes loop1 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes loop2 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}
@keyframes loop3 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}


/*youtube
----------------------------------------------------------*/
.cm_box{margin: 0 auto;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.cm_box iframe{
        width: 100%;height: 100%;
}


/*-------------------------*/
#index .mainSec {
  width: 100%;
	height: 100vh;
	height:calc(var(--vh, 1vh) * 100);
}
#index .mainSec .secInner {
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

/*電話番号-------------------------*/
.f_call{
	text-align: center;
	font-size: 5rem;
	line-height: 5rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
.f_call{
	font-size: 3.6rem;
	line-height: 4rem;
}
}

/*色背景
------------------------------------------*/
.bk_org{
   padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
    background:#f39800;
}
@media screen and (max-width: 768px){
.bk_org{
    padding-bottom: 30px;
}
}
.bk_blue{
   padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
    background:#7BAEB5;
}
@media screen and (max-width: 768px){
.bk_blue{
    padding-bottom: 30px;
}
}

/*背景画像----------------------------------------*/
.bg_pu {
    background: url(../img/bg_pu.gif); 
  background-position: center;
  background-size: cover;
  overflow: hidden;
  width: 100%;}


/* 汎用
---------------------------------------------------- */
.text120{ font-size: 1.2em; }
.text140{ font-size: 1.4em; }
.text160{ font-size: 1.6em; }
.text200{ font-size: 2em; }
.text300{ font-size: 3em; }
.textalignleft { text-align: left; }
.textaligncenter { text-align: center; }
img.aligncenter { display:block; margin: 0 auto;}
.textalignright { text-align: right; }
.nobackground {background: none	!important;}
.bold {font-weight: bold;}
.noborder {border: none		!important;}
.red {color:#ff0000;}
.grn{color: #008000;}
.blue{color: #00bfff;}
.kon{color: #122b51}
.yellow{color:#ffb100;}
.twitter{color: #00acee}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.marker_yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.number{
    font-size: 3em;
    font-weight: 700;
    color: #ccc}
.number2{
    font-size: 3em;
    font-weight: 700;
    color: #228b22}
.number3{
    font-size: 1.6em;
    font-weight: 700;
    color: #fff;
    background: #ff8c00;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 25px;
  margin:1rem 0 2rem 0;
}

img.border_radius {
    border-radius: 25px;
   /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
}

/*background-------------------------------*/
.bg_red{background:#ff0000}
.bg_red_white{
	color: #fff;
	background:#ff0000
}
.bg_beige{background:#fffacd}
.bg_cha{background:#434041}
.bg_grn{background: #2fb5ac}
.bg_org{background: #ff8c00;}
.bg_bk{
	background: #000;
	color:#fff}

/*shadow------------------------------------*/
.shadow{text-shadow:1px 1px 3px #000;}
.box_shadow {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
/*------------------------------------------*/
.only-pc {display: block}
.only-sp {display: none}
.from-md {display: none}

@media screen and (max-width: 768px) {
.only-pc {display: none}
.only-sp {display: block}
}

@media screen and (max-width: 960px) {
.from-md {display: block}
}
/*------------------------------*/
.indent li {
   text-indent: -1em;
   padding-left: 1em;
}
/*-----------------------------*/
.box-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/*-----------------------------*/
.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}
.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/*------------------------------------------*/
.cl::after {
	display: block;
	clear: both;
	content: ""
}
.c-on {
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.c-on:hover {
	opacity: 0.8
}


/*---------------------------------------*/
.flex-wrap {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.flex-wrap .img{width: 50%;}
.flex-wrap .txt{
    width: 50%;
  line-height: 2em;}
.flex-wrap img{
	width: 100%;
	height: auto;}
.flex-wrap .txt{padding: 2% 3% 6% 3%;}
.flex-wrap:nth-child(even) { flex-direction: row-reverse;}
.flex-wrap p{text-align: left;}
@media (max-width:1024px) {
.flex-wrap {flex-direction: column;}
.flex-wrap .img,.flex-wrap .txt{width: 100%;}
.flex-wrap:nth-child(even) {flex-direction: column;}
}
/*---------------------------------------*/
.flex-wrap2 {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.flex-wrap2 .img{
    width: 30%;}
.flex-wrap2 .txt{
    width: 70%;
  line-height: 2em;}
.flex-wrap2 img{
    width: 100%;
    height: auto;}
.flex-wrap2 .txt{padding: 2% 3%;}
.flex-wrap2 p{text-align: left;}
@media (max-width:1024px) {
.flex-wrap2 {flex-direction: column;}
.flex-wrap2 .img,.flex-wrap2 .txt{width: 100%;}
}

/*カリキュラム----------------------------------------*/
.cul_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 2rem;
}
.cul_list li{
    width: 49%;
    padding: .5%;
}
.cul_list li img{
    width: 100%;
    margin: 0 auto;
}
.cul_list h2{
    font-weight: 700;
    padding: .7rem 0 .2rem 0;
}
.cul_list p{
    padding: .2rem .5rem;
}
.cul_list iframe{
        width: 100%;height: 100%;
}
@media screen and (max-width: 1024px) {
    .cul_list li{
    width: 96%;
    padding: 2%;
}
}

/*下層リンク----------------------------------------*/
.menu_list{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
    padding: 6px;
}
.menu_list li{
    text-align: center;
    width: 48%;
    color: #fff;
    padding: 2rem 4rem;
    margin: 1rem;
}
.menu_list li:nth-child(1){background:  #32cd32;}
.menu_list li:nth-child(2){background:  #ff8c00;}
.menu_list li:nth-child(3){background:  #4169e1;}

@media screen and (max-width: 1024px) {
.menu_list{
    flex-flow: column;
}
.menu_list li{
    width: 95%;
}
}


/*よくある質問----------------------------------------*/
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 18px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #fa6986;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 6px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

/*----------------------------------------*/
.flow_list,.flow_list_last{
	text-align: center;
	color: #333;
  position: relative;
  margin: 0 0 30px;
  padding: 15px;
  border: 4px solid #40210f;
  border-radius: 25px;
}
.flow_list:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #40210f;
}
.flow_list h5,.flow_list_last h5{
	color: #40210f;
	font-size: 1.4em;
	font-weight: 700}

.flow_list p,.flow_list_last p{
	font-size: 1.4rem;
	padding: .5rem;
}
@media screen and (max-width: 767px) {
.flow_list,.flow_list_last{padding: 5px}
}

/*SNS-----------------*/
.sns_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: .5rem 4rem;
}
.sns_list li{
	width: 25%;
}


/*school_list-----------------*/
.school_box{
	color: #ff0000;
	font-weight: 700;
	padding: 20px 0 50px 0;
}
.school_box h5{
	color: #000;
	font-size: 120%;
	font-weight: 700;
	padding: 2rem 0 .2rem 0;
	margin-bottom: .5rem;
	border-bottom: 1px solid #000;
}
.school_list{
	font-size: 120%;
	display: flex;
	flex-wrap: wrap;
}

.school_list li{
	padding: 0 2rem;}

/**/
.center_list li{
	padding: 2rem;
	border-bottom: 1px solid #000;
}


/*triple-----------------*/
.tri_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tri_list li{
	width: 32%;
}
.tri_list img{
	margin-top: 20px;
	width:100％;
	height: auto;

}
.tri_list h3{
	font-weight: 700;
	margin-top: 1rem;
}
/* 最後のコンテンツを左寄せにする指定 */
.tri_list:after {
    content: "";
    display: block;
	width: 32%;
}
@media screen and (max-width: 767px) {
.tri_list{
		flex-direction: column;
}
.tri_list li{
	width: 100%;
}
.tri_list:after {
    display: none;
}
}

/*triple-----------------*/
.tri_list2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tri_list2 li{
    width: 32%;
}
.tri_list2 img{
    margin-top: 20px;
    width:100％;
    height: auto;

}

/*double-----------------*/
.double_list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.double_list li.box{
  width: 48%;
}
/* 最後のコンテンツを左寄せにする指定 */
.double_list li:after {
    content: "";
    display: block;
  width: 44%;
}
@media screen and (max-width:1024px) {
.double_list{
    flex-direction: column;
}
.double_list li.box{
  width: 96%;
}
.doubulet:after {
    display: none;
}
}


.news_list li{
    border-bottom: 1px solid #999;
    padding: 1rem;
}

/*会社情報------------*/
.col_{
  width: 100%;
  margin-top: 2em;
}
.col_ a{
  color: #000;
}
.col_ a:hover{
  color: #e60012;
}
.col_ dl{
  line-height: 1.6em;
  border-bottom: 1px solid #cccccc;
}
.col_ dt{
  float: left;
  width: 15%;
  color: #e60012;
  padding: .5em 0;
}
.col_ dd{
  margin-left: 18%;
  padding: .5em 0;
}
@media only screen and (max-width: 640px) {
  .col_ dt{
    float: none;
    width: 100%;
  }
  .col_ dt{
  font-size: 22px;
}
  .col_ dd{
    font-size: 18px;
    margin-left: 0%;
  }
}
/*------------------------------------------*/
.br_band_title {
    text-align: center;
    background:  #41210f;
    border-radius: 15px;
    color: #fff;
    padding: 1rem 2rem;
    margin-bottom: 20px
}
.grn_band_title {
    text-align: center;
    background:  #7cbd27;
    border-radius: 15px;
    color: #fff;
    padding: 1rem 2rem;
    margin-bottom: 20px
}
.blue_band_title {
    text-align: center;
    background:  #5bbacd;
    border-radius: 15px;
    color: #fff;
    padding: 1rem 2rem;
    margin-bottom: 20px
}
.pink_band_title {
    text-align: center;
    background:  #ea2c8a;
    border-radius: 15px;
    color: #fff;
    padding: 1rem 2rem;
    margin-bottom: 20px
}
.pu_band_title {
    text-align: center;
    background:  #8a2be2;
    border-radius: 15px;
    color: #fff;
    padding: 1rem 2rem;
    margin-bottom: 20px
}

.org_band_title {
    text-align: center;
    background:  #ff8c00;
    border-radius: 15px;
    color: #fff;
    padding: 1rem 2rem;
    margin-bottom: 20px
}

.kon_band_title {
    text-align: center;
    background:  #000080;
    border-radius: 15px;
    color: #fff;
    padding: 1rem 2rem;
    margin-bottom: 20px
}
.yellow_band_title {
    text-align: center;
    background:  #fdd000;
    border-radius: 15px;
    padding: 1rem 2rem;
    margin-bottom: 20px
}
.mid_title{
	text-align: center;
	font-weight: 700;
	padding: 1rem 0 
}
.s_title{
	font-weight: 700;
	margin: 1rem 0 .5rem 0
}
.s_title span{
	color: #ff0000;
}
.s_title2{
    text-align: center;
	font-weight: 700;
	margin: 2rem 0
}
.s_title2 i{
    font-size: 200%;
    margin: 2rem 0;
    display: block;}
@media screen and (max-width: 768px) {
    .heading {
    font-size: 2rem;
}
}


.heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.heading::before,
.heading::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #000;
}

.heading::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.heading::after {
	margin-left: 20px;
	transform: rotate(35deg)
}



/**/
.u_line{
	font-size: 2.8rem;
	padding: 10px 20px 5px 5px;
	line-height: 2.4em;
	border-bottom: 2px solid #fff;
	margin-bottom: 2.4rem
}

/*--------------------------------*/
.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
  position: relative;
  display: inline-block;
  padding: .2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  margin: 2rem 0;
}

a.btn-c { 
	position: relative;
  padding: .2rem 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#007adf),
    to(#00ecbc)
  );
  background-image: -webkit-linear-gradient(left, #007adf 0%, #00ecbc 100%);
  background-image: linear-gradient(to right, #007adf 0%, #00ecbc 100%);
}
a.btn-c:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #007adf;
}

/*-------------------*/
.tell_box{
  text-align: center;
  margin-top:50px;
  padding:2em 0;
  font-weight: 700;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tell_box h4,.tell_box h4 a{
  display: block;
  font-size: 4rem;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
.tell_box h4,.tell_box h4 a{
  font-size: 3rem;
}
}



/*---------------------------------------*/
.border_radius {
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}
.b_shadow { box-shadow: 20px 20px #afeeee; }
.b_shadow2 { box-shadow: -20px -20px #eee8aa; }


/*背景画像--------------*/
/*contactビジュアル
----------------------------------------------------------*/
.convisual{
    background: url(../img/contact.gif); 
  background-position: center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px){
    .convisual{
    }
    }

/*カリキュラム-----------*/
.fuki_pnk {
    text-align: center;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  /*border-radius: 30px;*/
  background: #ED2F8E;
}
.fuki_pnk:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: #ED2F8E transparent transparent transparent;
}
.fuki_blue {
    text-align: center;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  /*border-radius: 30px;*/
  background: #1571ce;
}
.fuki_blue:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: #1571ce transparent transparent transparent;
}

.fuki_pu {
    text-align: center;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  /*border-radius: 30px;*/
  background: #7a49a5;
}
.fuki_pu:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: #7a49a5 transparent transparent transparent;
}

.fuki_grn {
    text-align: center;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  /*border-radius: 30px;*/
  background: #094;
}
.fuki_grn:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: #094 transparent transparent transparent;
}
.fuki_org {
    text-align: center;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  /*border-radius: 30px;*/
  background: #ff8c00;
}
.fuki_org:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: #ff8c00 transparent transparent transparent;
}

.fuki_pep {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  /*border-radius: 30px;*/
  background: #3cb371;
}
.fuki_pep:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: #3cb371 transparent transparent transparent;
}

/*利用者様の声---------------*/
.balloon5 {
  width: 100%;
  margin: 2em 1rem;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -20%;
  width: 18%;
}

.balloon5 .chatting {
  width: 100%;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 25%;
  padding: 2rem 1rem;
  border-radius: 25px;
  background: #fdf8ac;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 15px solid transparent;
  border-right: 15px solid #fdf8ac;
}
.says h3{
text-align: left;
padding:1rem 2rem;}
.says h3 span{font-size: 80%;
display: block;}
.says p {
    text-align: left;
    padding: 1rem 2rem;}





/*　------------------ */
.kakomi-tape4 {
 position:relative;
 padding: 30px 10px 20px 10px;
 border-radius: 20px;
 margin: 1em auto;
 width: 99%;
 color: #555555; /* 文字色 */
}
.title-tape4 {
 position: absolute;
 top: -15px;
 left: 30px;
 padding: 4px 20px;
 color: #555; /*タイトル色*/
 font-weight: bold;
 background-color: rgba(255,255,255);
 border-left: 2px dotted rgba(0,0,0);
 border-right: 2px dotted rgba(0,0,0);
 box-shadow: 0 0 5px rgba(0,0,0); 
 transform: rotate(-3deg);
 font-size: 2.4rem;
}

.bg_lgrn{background: #9acd32}
.bg_lblue{background: #00bfff}
.bg_lpnk{background: #ff69b4}




/*コース料金*/
table{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
    vertical-align:middle;
}
table caption{
    color: #e60012;
    font-weight: 400;
    font-size: 22px;
    text-align: left;
    padding-bottom: 10px;
}
table th{
    border-top:2px solid #808080;
    border-bottom:2px solid #808080;
    font-weight: 700;
    line-height:1.2em;
}
table td{
    border-bottom:2px solid #808080;
    padding:1em 0.5em;
    line-height:1.4em;
    font-weight: 700;
    vertical-align:middle;
}
.noa{background: #add8e6}
.smoke{background: #f5f5f5}
.r_border{
    border-right:2px solid #808080;
}
.fee_table_c{
    font-size:16px;
    font-weight: 700;
    letter-spacing: .1em;
}
.fee_table_c th{
    /*background:#fafad2;*/
    font-size:18px;
    padding:.5em 0;
}
.fee_table_c th span{
    font-size: 14px;
    display: block;
}
.fee_table_c td em{
    font-size:120%;
}
.fee_table_c td span{
    font-size:22px;
}
.fee_table_c td span.price{
    font-size:24px;
}
.fee_table_c td span.price_ex{
    font-size:36px;
}
.cornsilk{background: #fff8dc;}

.fee_table_c td.pink{
    background:#fff0f5;
}

/*-------*/
.pd2_box{
    padding: 2rem;
    border: 4px solid #228b22;
    border-radius: 25px;
    margin-bottom: 20px;
}
.pd24_box{
    padding: 2rem 4rem 6rem 4rem ;
    border: 4px solid #228b22;
    border-radius: 25px;
    margin-bottom: 20px;
}
/*料金*/
.campaign_a{
    padding: 20px  0px;
    border: solid 8px #ff0000;
    text-align: center;
    color: #ff0000;
    font-weight: 700;

}
.campaign_b{
    padding: 20px  0px;
    border: solid 8px #00bfff;
    text-align: center;
    color: #00bfff;
    font-weight: 700;
}
.campaign_c {
    padding: 20px  0px;
    border: solid 8px #66cdaa;
    text-align: center;
    color: #66cdaa;
    font-weight: 700;
}
.campaign_a,.campaign_b,.campaign_c{font-size: 3rem;}
.campaign_a i,.campaign_b i,.campaign_c i {font-size: 5rem;}
.campaign_a span,.campaign_b span,.campaign_c span {font-size: 5rem;}

@media screen and (max-width: 1024px) {
    .campaign_a,.campaign_b,.campaign_c{font-size:5vmin;}
.campaign_a i,.campaign_b i,.campaign_c i {font-size:7vmin;}
.campaign_a span,.campaign_b span,.campaign_c span {font-size:7vmin}
}


/*1日の流れ*/
.border_left{
    border-left: 3px solid #40210f;
}
.day_time{
    color: #40210f;
    margin-left: -13px;
}


/*--------------------------------------------------*/
#LP{margin:0 auto;}

#LP section{
    padding: 100px 0 30px 0;
}
#LP h2{
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.6rem;
}
#LP h3{
    font-weight: 700;
    font-size: 2.4rem;
}
#LP h4{
    font-weight: 700;
    font-size: 2rem;
}
#LP .qa_q{
    font-size: 28px;
    line-height: 1.8rem:
    font-weight:700;
    margin-bottom: 1rem:
}
#LP iframe{
    max-width: 100%;
}
@media screen and (max-width: 1024px) {
#LP section{
    padding: 50px 0 30px 0;
}

.lp_midashi{
    padding: 30px 0
}
#LP .qa_q{
    font-size: 20px;
}
#LP section{
    padding:30px 0 15px 0;
}
#LP h2{font-size: 5vmin;}
#LP h3{font-size: 4vmin;
ine-height: 5vmin;}
#LP h4{font-size: 4vmin;}
}
/*ページ内リンク位置*/
#freecal,#mailform,#houkago{
  padding-top:50px;
  margin-top:-50px;
}

.col_2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_2 > *{
    width: calc( 50% - 6px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
}
.col_2 > *:nth-child(2n){
    margin-right: auto;
    margin-top:10px;
}
.col_2 > * > *{
    background: #ff0000;
    height: 120px;
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 960px) {
    .col_2 > *{
        width: 100%;
        margin-right: auto;
    }
    .col_2 > *:nth-child(2n){
    margin-top:0px;
}
}

.noa_box{
    border:solid 5px #fdd000;
    border-radius: 30px;
    padding: 2rem 3rem;
}

/*-------------*/
.fcarticle {
}
.fcarticle::after {
  content: "";
  display: block;
  clear: both;
}
.fcarticle img.mt {
  float: right;
  width: 30%;
  height: auto;
  margin: 0 20px;
  vertical-align: bottom;
}