@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------

全ページ共通

------------------------------------------------------------------- */
body{
  font-family: "heisei-maru-gothic-std", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gy-8{
  --mdb-gutter-y: 5rem;
}
img{
  object-fit: cover;
}
/*文字にグラデーションアニメーション*/
.text_animation_gra {
  display: inline-block;
  background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
  background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 2.5s infinite alternate;
}
@keyframes gradientEffect {
  from {background-position: left}
  to {background-position: right}
}
/*IEには未対応*/
@media (-ms-high-contrast: none),(-ms-high-contrast: active) {
  h2 {
    background: none;
  }
}
/*波 未使用*/
.custom-shape-divider-bottom-1686808314 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1686808314 svg {
  position: relative;
  display: block;
  width: calc(135% + 1.3px);
  height: 73px;
}

.custom-shape-divider-bottom-1686808314 .shape-fill {
  fill: #f4f8e5;
}
.bg-blur_white{
  background: hsla(0, 0%, 100%, 0.7);
  backdrop-filter: blur(30px);
}
.cascading-right{
  background: hsla(0, 0%, 100%, 0.55);
  backdrop-filter: blur(30px);
  z-index: 1;
}
@media (min-width: 992px) {
  .cascading-right {
    margin-right: -50px;
  }
  /*.rotate-lg-6 {
    transform: rotate(6deg);
  }*/
}
.w-30{
  width: 300px;
}
/*----------------------------------------------
  TOP/ヒーロー
----------------------------------------------*/
/*#intro {
  background-image: url("../img/hero_top.png");
  height: 500px;
}*/
/*#intro.bg-image{
  background-position: top center;
  margin: 0 auto;
}*/
#intro{
  margin: 0 auto;
}
/*test*/
.mv-catch{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/*/test*/
#carousel-hero{
  background-color: #85bb1c;
  position: relative;
  overflow: hidden;
  /*height: 300px;*/
}
/*ヒーロー波*/
.mv{
  overflow: visible;
}
.mv::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: -1px;
  width: 100%;
  padding-top: 3.8271604938%;
  background-image: url(../img/special_bg1.png);
  background-size: 100% 100%;
  z-index: 1;
}
/*ヒーローリーフ*/
/*.leaf_l{
  position: absolute;
  width: 20.6790123457%;
  max-width: 333px;
  left: 0;
  bottom: -60px;
  z-index: 2;
}
.leaf_l::before {
  content: '';
  display: block;
  padding-top: 142.6426426426%;
  background-image: url(../img/leaf_l.webp);
  background-size: 100%;
  height: 100%;
}*/
/*----------------------*/
.leaf_l{
  position: absolute;
  left: -1%;
  bottom: -180px;
  width: 16%;
  max-width: 268px;
  z-index: 10;
  overflow: visible;
}
.leaf_l::before {
  content: '';
  display: block;
  padding-top:190%;
  /*left: 0;*/
  background-image: url("../img/leaf_l.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: visible;
}
/*----------------------*/
.leaf_r {
  position: absolute;
  width: 15%;
  max-width: 281px;
  right: 0;
  bottom: -150px;
  z-index: 2;
}
.leaf_r::before {
  content: '';
  display: block;
  padding-top: 190%;
  background-image: url(../img/leaf_r.webp);
  background-size: 100%;
}
/*----------------------*/
/*.banner_leaf{
  position: relative;
}
.banner_leaf::before{
  content:'';
  display: block;
  position: absolute;
  top: -135px;
  right: 0;
  background: url("../img/leaf_bunner.png") no-repeat;
  transform: rotate( -125deg );
  height: 100%;
  background-size: 100%;
  width:20%;
  z-index: 2;
}
.banner_leaf::after{
  content:'';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: url("../img/leaf_bunner.png") no-repeat;
  transform: rotate( -45deg );
  background-size: 100%;
  height: 100%;
  width:20%;
  z-index: 2;

}*/
/*-------------------------------------------------------------------
Background_img/leaf,
------------------------------------------------------------------- */
.con_main{
  position:relative;
  overflow: hidden;
}
.con_main::before {
  content: '';
  display: block;
  position: absolute;
  top: 250px;
  left: 0;
  /*width: 68px;*/
  background-image: url("../img/bg_l.png");
  background-repeat: repeat;
  background-size: 100%;
  width: 3em;
  height: 100%;
  z-index: -1;
}
.con_main::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 100px;
  max-width: 140px;
  background-image: url(../img/bg_r.png);
  background-repeat: repeat;
  background-size: 100%;
  width: 3em;
  height: 100%;
  z-index: -1;
}

/*-------------------------------------------------------------------

TOP/main

------------------------------------------------------------------- */
/*mainの波*/
/*.bg_wave_a::after{
  content: "";
  display: block;
  width: 100%;
  height: 3vw;
  bottom: 3vw;
  background: url(../img/special_bg2.png) no-repeat left bottom/ 100%;
}*/
.bg_wave::before {
  content: "";
  display: block;
  margin-top: -3vw;
  width: 100%;
  height: 3vw;
  background: url(../img/special_bg1.png) no-repeat left top / 100%;
}
.bg_wave::after {
  content: "";
  display: block;
  width: 100%;
  height: 3vw;
  bottom: 3vw;
  background: url(../img/special_bg2.png) no-repeat left bottom/ 100%;
}
.bg_wave_a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3vw;
  bottom: 3vw;
  background: url(../img/special_bg2.png) no-repeat left bottom/ 100%;
}
*, ::after, ::before {
  box-sizing: border-box;
}
/*波ここまで*/
.text{
  font-size:1em;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}
/*タイトル上下のドットあしらい*/
h4.title,h4.title_2{
  background: url("../img/news_ttl.png") no-repeat top center;
}
h4.title,h4.title_2,h4.title_long,h4.title_s{
  height: 90px;
  background-size: 40%;
  line-height: 1.5;
  margin-top:1.5em;
  padding-top: 1em;
  font-size: 1.2em;
}
h4.title_long::before {
  content: "";
  display: block;
  margin-top: -1em;
  height: 1em;
  background: url("../img/line_dot.png") no-repeat left top / 100%;
}
h4.title_long::after,
.title_2::after{
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  bottom: 1em;
  background: url("../img/line_dot.png") no-repeat left bottom / 100%;
}
h4.title_s::after{
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  bottom: 1em;
  background: url("../img/line_dot_s.png") no-repeat left bottom / 100%;
}
.card-text{
  text-align: justify;
}
.card{
  border-radius: 2rem!important;
}
.card-footer:last-child {
  border-radius: 0 0 calc(1.1rem - 1px) calc(1.1rem - 1px);
}
.bg-usumidori{
  background-color: #f4f8e5;
}
.bg-usumidori_gra{
  background:
  linear-gradient(rgba(255,255,255,0),#f4f8e5 100%);
}
.b-kimidori{
  background-color: #9cc813!important;
  opacity: .2;
  border: 1px solid #9cc813;
}
.text-kimidori{
  color: #9cc813;
}
.b-usu{
  background-color: #7fc76b!important;
  opacity: .3;
  border: 1px solid #7fc76b;
}
.bg-usu{
  background-color: #7fc76b;
}
.text-usu{
  color: #7fc76b;
}
.border_blue{
  border: 1em solid #bfdaf4;
}
.border_pink{
  border: 1em solid #f4cdc8;
}
.border_green{
  border: 1em solid #c7e8e1;
}
.border_yellow{
  border: 1em solid #ffeea7;
}
.border_purple{
  border: 1em solid #e3daf7;
}
.border_darkpurple{
  border: 1em solid #baaade;
}
.border_usu{
  border: 5px solid #7fc76b;
  box-shadow: 0 4px 9px -4px #14a44d;
  border-radius: 0.8rem 0.8rem 1.3rem 1.3rem!important;
}
.bg_pink{
  background: #f4cdc8;
}
.bg_purple{
  background: #e3daf7;
}
.bg_darkpurple{
  background: #baaade;
}
.bg_white{
  background: #fff;
}
/*-------------------------------------------------------------------
underline/ 下線_薄緑,下線_点線,囲い_点線,下線_ストライプ,
------------------------------------------------------------------- */
/*下線_薄緑*/
.underlined{
  background: linear-gradient(transparent 60%, #e2ecb9 30%);
  font-weight: 700;
}
.line_b{
  border-bottom: 1px solid #50514a;
}
/*ドット下線*/
.dot_line_b{
  border-bottom: 0.2em dotted #7fc76b;
}
/*ドット囲い*/
.border_dot{
  border: 0.2em dotted #7fc76b;
  border-radius: 2rem!important;
}
/*ストライプ風下線*/
.stripe{ 
  position: relative;
  padding: 0.3em;
  font-weight: 700;
}
.stripe::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(-45deg, #ffeb00, #ffeb00 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 5px);
}
/*下線斜め*/
.hatched{
  position: relative;
  display: inline-block;
  line-height: 2;
  letter-spacing: 0;
  font-size: 1.5em;
}/*
.hatched strong {
    position: relative;
    z-index: 2;
    line-height: 100%;
    vertical-align: bottom;
}*/
.hatched::after {
  content: "";
  display: inline-block;
  background-image: url("../img/hatched.png");
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 15px;
  z-index: 1;
}
.hatched::after {
    bottom: 0.5rem;
}
/*-------------------------------------------------------------------
Step/理想的なトレーニング_step,
------------------------------------------------------------------- */
.step::before {
  content: "";
  display: block;
  /*background-image: url(../img/pic_step_01_head.png);*/
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -3.34em;
  width: 100%;
  height: 0;
  padding-top: 70px;
}
.step.step_01::before{
  background-image: url(../img/pic_step_01_head.png);
}
.step.step_02::before{
  background-image: url(../img/pic_step_02_head.png);
}
.step.step_03::before {
  background-image: url(../img/pic_step_03_head.png);
}
.step.step_04::before{
  background-image: url(../img/pic_step_04_head.png);
}
/*-------------------------------------------------------------------
Card_leftBox
------------------------------------------------------------------- */
/*left_box*/
.l_box::before {
  content: "";
  display: block;
  /*background-image: url(../img/pic_step_01_head.png);*/
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -6em;
  width: 100%;
  height: 0;
  padding-top: 200px;
}
.l_box.about::before{
  background-image: url(../img/about_intro.webp);
}
.l_box.class_pupy::before{
  background-image: url("../img/class_pupy.webp");
}
.pt-100{
  padding-top: 100px;
}
.comment,.comment_top {
  position: absolute;
  left: -1.5rem;
}
.comment{
  bottom: 2rem;
}
.comment img,
.comment_top img{
  width: 120px;
  height: auto;
}
.circle_img{
  width: 6em;
}
.q_img{
  text-align: center;
}
.q_img img{
  width: 30%!important;
}
.a_img{
  text-align: center;
}
.a_img img{
  width: 18%!important;
}
.justify{
  text-align: justify;
  font-size: small;
  margin-top: 1rem;
}
/*card_優しい理由,card_クラス料金*/
.feature,.price{
  border: .1em solid #7fc76b;
  border-radius: 2rem!important;
}
.feature_header{
  margin-top: -4rem;
}
.price_heder{
  margin-top: -2rem;
}
.feature_header img{}
.feature_h,.price_h{
  background: #cddf84;
  border-radius: 1rem;
  text-shadow:1px 1px 0 #fff;
  text-align: center!important;
}
/*end：card_優しい理由,card_クラス料金*/
.font-small{
  font-size: 0.5em;
}
/*--------------------------------------------------------------------

ABOUT/main stepber:経歴

------------------------------------------------------------------- */
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

.flow {
  padding-left: 100px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: #7fc76b;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 1;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #7fc76b;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #7fc76b;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 1em;
  font-weight: 400;
  color: rgb(20,164,77);
  margin-bottom: 1vh;
}
/*--------------------------------------------------------------------

 Course/mainNav

------------------------------------------------------------------- */
.nav-pills {
  margin-left: inherit;
}
.nav-pills .nav-link{
  white-space: nowrap;
  /*background-color: rgba(255,255,255,.09);*/
  color: #fff;
  background-color: #7fc76b;
  box-shadow: 0 4px 9px -4px rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
}
.nav-pills .nav-link.active{
  /*background-color: #fff;*/
  background-color: #f4f8e5;
  color: #7fc76b;
}
[class*=btn-outline-]{
  border-width:thin;
}
/*-------------------------------------------------------------------
Step/トレーニング内容_step,
------------------------------------------------------------------- */
/*トレーニング_step*/
.stepbar {
  margin: 0 auto;
  width: 80%;
}
.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}
.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #7fc76b;
  color: #fff;
  text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  /*font-weight: bold;*/
  position: relative;
  top: 0.9em;
}
.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  /*font-weight: bold;
  font-size: 1.2em;*/
  color: #7fc76b;
  /*color:rgb(20,164,77);*/
}
.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}
.stepbar .stepbarwrap .steptxt .txt {
  display: block;
  font-size: 0.9em;
  margin-left: 1.5em;
}
.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #7fc76b;
  /*background-color: #14a44d;MDBsuccess*/
  position: absolute;
  top: 2em;
  left: 1.5em;
  z-index: 1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
/*-------------------------------------------------------------------

Contact / お問い合わせform

------------------------------------------------------------------- */
form,
.conf{
  /*margin-top: 80px;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .form {
    /*margin-top: 40px;*/
  }
}
.form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.form-Item:nth-child(6) {
  border-bottom: 1px solid #ddd;
}
.form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  /*font-weight: bold;*/
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 1em;
  padding-top: .3rem;
  padding-bottom:.2rem;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #7fc76b;
  color: #fff;
  font-size: .6em;
}
@media screen and (max-width: 480px) {
  .form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  /*background: #eaedf2;*/
  background: rgba(127,199,107,.1);
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: rgba(127,199,107,.1);
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.text-left{
  text-align: left!important;
}
/*フェードインアニメーション*/
#checkschoolk9,
#checkschoolnw{
  animation-name: fade;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
/*-------------------------------------------------------------------

class_NW / ノーズワーククラス（クラスと価格）

------------------------------------------------------------------- */

#NW_message,
#bg_message{
  background-image: url("../img/bg_message.webp");
  height: 50em;
}
#NW_mask,
#bg_mask{
  background-color: rgba(220,240,250,.3);
}
#k9_message{
  background-image: url("../img/bg_00.webp");
  /*max-height: 50em;*/
  height: 50em;
} 
#k9_mask{
  background: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(8px);
}
/*--------------------------------------------------------------------

Header

------------------------------------------------------------------- */
.navbar .mega-dropdown {
  position: static!important;
}
.navbar .dropdown-menu.mega-menu {
  width: 100%;
  /*border: none;*/
  border-radius: 5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top:0; 
  /*max-width: 1440px;/*追加*/
}
.badge-dark {
  /*background: linear-gradient(-20deg,rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0));*/
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0px;
}
.bg-blur{
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.bg-blur_light{
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.fnav-link{
  color: #757575!important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-link:hover,
.fnav-link:hover{
  color: #7fc76b!important;
}
.tab_price .nav-link{
  color: #14a44d;
  background-color:#f4f8e5!important;
}
.tab_price .active {
  border-color: #7fc76b!important;
  background-color: #7fc76b!important;
  color: #fff!important;
}

/*navhoverでアンダーダイン表示/animation付き*/
.gnav_list::after{
  content: "";
  display: block;
  height: 3px;
  background-color: #7fc76b;
  bottom: -15px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnav_list:hover::after{
  width: 100%;
}
/*#sidenav-1{
  width: 300px!important;
}*/
/*--------------------------------------------------------------------

Footer

------------------------------------------------------------------- */
/*.footer_bg/sp固定footer専用*/
.footer_bg{
  background-color: rgba(0,0,0,.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow:  0 4px 12px 0 rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 5%);
}
.bg_footer{
  background-color: hsl(213, 44%, 97%);
}
.footer_col{
  background:linear-gradient(rgba(255,255,255,1),#f4f8e5 100%);
  border-right:1px solid #e0e0e0;
}
.font-smaller{
  font-size: .8em;
}
.po{
  cursor: pointer;
}
/*--------------------------------------------------------------------

メディアクエリ

------------------------------------------------------------------- */
@media (max-width: 350px){
  .br_xs{
    display: block;
  }
  .voice_h4{
    font-size: 1.1em;
    padding-top:1em;
    padding-bottom: 1em;
  }
  .f_xs{
    font-size: 0.9em;
  }
}
@media (max-width: 384px){
  h5.text,.text{
    font-size:small;
    text-align: center;
  }
  h4.title,h4.title_long{
    font-size: 1em;
    height: 75px;
  }
  h4.title{
    padding-top: 1em;
  }
  .fs-6{
    font-size:  0.8rem!important;
  }
}
/* スマホ用<br> */
@media (max-width:332px) {
  .br-xs { display: block; }
  .br-sp { display: none; }
  .br-tb { display: none; }
  .br-pc { display: none; }
  .display-sp {display: none;}
  /*#intro{
    height:150px; 
  }*/
}
@media (min-width:333px) {
  .br-xs { display: block; }
  .br-sp { display: none; }
  .br-tb { display: none; }
  .br-pc { display: none; }
  .display-xs{ display: none; }
  .flow {padding-left: 120px;}
  .flow::before {left:120px;}
}
/* スマホ用<br> */
@media only screen and (min-width: 333px) and (max-width:428px) {
  .br-xs { display: none;}
  .br-sp { display: block; }
  .br-tb { display: none; }
  .br-pc { display: none; }
  /*#intro{
    height:200px;
  }*/
}
@media (min-width: 385px) and (max-width: 575px){
  h5.text,.text{
    font-size:0.8em;
    text-align: center;
  }
}
@media (max-width: 539px){
  .text-sm-center{
    text-align: center;
  }
}
@media (max-width: 575px){
  .flow > li dl {
    padding-left: 2em;
  }
  .flow > li dl::after {
    width: 20px;
  }
  .footer_col{
    border: none;
  }
  .cr{
    padding-bottom: 5rem!important;
  }
  #k9_message{
    height: 60em;
  }
  #NW_message{
  height: 80em;
  }
  #bg_message{
    height: 75em;
  }
}
/* tablet用<br> */
@media only screen and (min-width:429px) and (max-width:834px) {
  .br-xs { display: none;}
  .br-sp { display: none; }
  .br-tb { display: block; }
  .br-pc { display: none; }
}
@media (min-width: 576px){
  .display-sm{
    display: none;
  }
  .bg-md-usumidori_gra{
    background:linear-gradient(rgba(255,255,255,1),#f4f8e5 100%);
  }
  .mv-catch{
    width: 65%;
  }
  
}
@media (min-width: 460px) and (max-width: 768px){
  #NW_message{
    height: 88em;
  }
  /*#bg_message{
    height: 75em;
  }*/

}
@media (min-width: 576px) and (max-width: 767px){
  #bg_message{
    height: 75em;
  }
}
@media (min-width: 576px) and (max-width: 768px){
  h4.title{
    background-size: 30%;
    padding-top: 1.3em;
  }
  h4.title_long{
    height: 90px;
    /*background-size: 32%;*/
    padding-top: 1rem;
    font-size: 1.2em;
  }
  h4.title_s::after{
    background: url("../img/line_dot_s.png") no-repeat left bottom / 50%;
  }
  .nav-link{
    font-size: smaller;
  }
  /*#intro{
    height: 22em;
  }*/
}
/* pc用<br> */
@media screen and (min-width:835px) {
  .br-xs { display: none;}
  .br-sp { display: none; }
  .br-tb { display: none; }
  .br-pc { display: block; }
}
@media (min-width: 769px) and (max-width: 992px){
  h4.title{
    background-size: 24%;
    padding-top: 1.5em;
  }
  h4.title_long{
    height: 120px;
    /*background-size: 31%;*/
    padding-top: 1.5rem;
  }
  .hatched {
    letter-spacing: .2rem;
    font-size: 1.5rem;
  }
  h4.title_s::after{
    background: url("../img/line_dot_s.png") no-repeat left bottom / 50%;
  }
  .nav-link{
    font-size: smaller;
  }
}
@media (max-width: 767px){
  .display-md{
    display: none;
  }
}
@media (min-width: 351px) and (max-width: 991px){
  .voice_h4{
    font-size: 1.2em;
  }

}
@media (max-width: 991px){
  .step_img{
    max-width: 200px!important;
  }
}
/*コースと料金/tab*/
@media (min-width: 992px) {
  .img-nml-50 {
    margin-left: 50px;
    
  }
@media (min-width: 768px){
  h4.title,h4.title_long{
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .display-sm{
    display: none;
  }
  .q_img{
    text-align: left;
  }
  .q_img img{
    width: 100px!important;
  }
  .a_img{
    text-align: left;
  }
  .a_img img{
    width: 50px!important;
    margin-left: -.6em;
  }
  .line_b{
    width: 80%;
  }
  .con_main::before {
    width: 5em;
  }
  .con_main::after {
    width: 5em;
  }
}
@media (min-width: 993px) and (max-width: 1200px){
  .text{
    font-size:1em;
  }
  h5.text{
    font-size:1.2em;
  }
  h4.title{
    background-size: 24%;
    padding-top: 1.5em;
  }
  h4.title_long{
    height: 120px;
    /*background-size: 31%;*/
    padding-top: 1.5rem;
  }
  .step::before {
    top: -3.3em;
    background-size: contain;
    padding-top: 70px;
  }
  .comment,.comment_top {
    left: -2rem;
  }
  .comment img,
  .comment_top img{
    width: 100px;
  }
  /*#intro{
    height: 480px;
  }*/
}
@media (min-width: 1201px){
  h4.title{
    background-size: 17%;
    padding-top: 1.8em;
  }
  h4.title_long{
    height: 120px;
    /*background-size: 24%;*/
    padding-top: 2rem;
  }
    h4.title_s::after{
  background: url("../img/line_dot_s.png") no-repeat left bottom / 80%;
  }
}
