/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  background-color: #ecf7fb;
  background-color: #fff;
  font-feature-settings: "palt";
  font-size:clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.6;
  letter-spacing: -.01rem;
  animation: fadeIn 1s ease-in 0s 1 normal;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
a {
  text-decoration: none;
  color: #3355FF;
}

a:hover {
  color: #3c6dff;
  text-decoration: none;
}
img{max-width: 100%;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  color: #222;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  letter-spacing: .1rem;
}
.t-orange{
  color: #ff8600;
}
.t-blue{
color:#084378;
color: #025bab;
}
.t-green{
  color: #23abc7;
}
.t-shadow-w {
  text-shadow: 1px 1px 1px rgba(255,255,255,.8), -1px -1px 1px rgba(255,255,255,.8), -1px 1px 1px rgba(255,255,255,.8), 1px -1px 1px rgba(255,255,255,.8);
}
.m_yellow {background:linear-gradient(transparent 75%, #ff6 50%);}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.counter-area {
  background: rgb(23, 36, 133);
  text-align: center;
  padding: 1.5rem 1rem 1.7rem;
}
.counter-area .h4{
  font-size: clamp(1rem, 3vw, 1.5rem);
}
.header {
  background: rgba(255,255,255,.7);
  transition: all 0.5s;
  z-index: 997;
  padding: 0;

}
.header img {
  vertical-align: sub;
}
.header-txt{
color:#262626; font-size: 1rem;padding-right: 5rem;
padding: 8px 0;
font-weight: 500;
}
@media (min-width: 768px){
.header .container{
  max-width: 1120px;
  position: relative;
}}

@media (max-width: 1200px){
      .header .logo img {
        max-width: clamp(160px, 20vw, 200px);
      }
      .header-txt{
        font-size: clamp(.73rem, 1.5vw, 1rem);
        padding-right: 0;}
  }
  @media (max-width: 767px){
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
      letter-spacing:0;
    }
    .header {padding: 0;
    position: relative;}
    .header .logo img {
      max-width: 140px;
    }
    .header .container{
      max-width: 1000px;
      padding: 0 .3rem;
    }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation*/

.navbar {
  padding: 0;
  position: absolute;
  top:0;
  right:0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
 display:flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .5rem .4rem;
  font-size:19px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: .1rem;
  white-space: nowrap;
  text-transform: uppercase;
  background:linear-gradient(to right, #ff5a00, #ff5100);
  transition:0.4s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
width: 320px;
height: 60px;
cursor: pointer;}
.navbar a span{position: relative;}
.navbar a::before{
  background:linear-gradient(to right, #ffa200, #ff5a00);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 1s ease-out;
  width: 100%;}
.navbar a:hover{
  color: #fff;
}
.navbar a:hover::before {
  opacity: 0;
}
.nav-link:focus, .nav-link:hover {
  color: #fff
}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 236, 94, 0.25);
}
@media (max-width: 1200px){
  .navbar a {
    width: clamp(160px, 30vw, 320px);
height: 40px;
}}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-bg {
  width: 100%;
  background: #f7f7f7 url(../img/hero.jpg) no-repeat center bottom;
  background-size: cover;
}
section.hero{
  max-width: 1319px;
  margin: auto;
  padding: 8.8rem 0 10rem;
}

.hero img{width: 100%;
padding: 0 0 40px 0;}
.hero .container {
  max-width: 1319px;
padding: 0;
}
.hero h2{font-size: clamp(22px, 3.2vw, 2.7rem);
  margin-bottom: 2.8rem;
font-weight: 700;}
.hero h4{font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 700;
margin-top: .8rem;
padding-bottom: 5px;}
.hero h1{font-size: clamp(3rem, 12vw,  4rem);
line-height: 1.2;}
.hero p{
  font-size:clamp(1.1rem, 1.7vw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
}
.hero .btn{
  background-color:#2441d0;
  font-size: 1.3rem;
  letter-spacing: .2rem;
  padding: .7rem 3.5rem;
  font-weight: 500;
  transition: .3s;
}
.header .btn:hover, .hero .btn:hover, .header .btn:active, .hero .btn:active {
  background: rgb(22, 106, 240)
}
@media (max-width: 991px) {
  .navbar a {
    font-size: 14px;
    letter-spacing: 0rem;
  }
  .hero {
    height: auto;
    text-align: center;
  }
  .hero .hero-img img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hero-bg {
    background: #FFF }
  .header-txt{
    letter-spacing: -.02rem;
  }
  .header-txt img{
    width: 15px;
  }
.header a.btn{
  position: absolute;
  left: 14vw;
  top: 70%;
  background-color:#2441d0;
  font-size: clamp(.8rem, 3vw, 1.2rem);
  padding: .3rem 1.2rem;
}
section.hero{padding: 0;}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0 50px;
  overflow: hidden;
}
section .container{
  max-width: 1120px;
  position: relative;
}
p{margin-bottom: 1.2rem;}

.section-bg {
  background-color: #f4fbfe;
}

 h2 {
  font-size: clamp(22px, 3.5vw, 44px);
  font-weight:900;
  text-transform: uppercase;
  margin-bottom: 3rem;
  padding-bottom: 0;
  letter-spacing: -.02rem;
}
h3, .h3{
  font-size: clamp(18px, 3.1vw, 36px);
}
h2, h3{
  color: #2c3e57;
  color: #34373c;
  font-weight:900;
}
.section-title p {
  margin-bottom: 0;
}
.eng800{
  position: absolute;
  left: 0;
  top:-2.5rem;
  font-family: 'Poppins', sans-serif;
  z-index: 1;
  line-height: 1;
  font-size: clamp(5rem, 8.5vw, 9rem);
  letter-spacing: .08em;
  color: #f0f5fa;
}
.text-area{
  padding-left:1rem;
  padding-right: 1rem;
}
.text-area2{
  padding-left:.5rem;
  padding-right: .5rem;
}
/***********about ***********************/
#about p{
  font-size: clamp(1.1rem, 1.9vw, 1.4rem);
  font-weight: 500;
  line-height:2.6;
  padding: 2.2rem 3.6rem 1rem;
}
/************ tokuten***************/
.mark_toku {
  padding: 10px 10px 20px;
}

.gift-box {
  max-width: 992px;
  margin: 20px auto;
  background: #fffbe0;
  color: rgb(17, 17, 17);
  outline: 5px solid #d9ab38;
  outline-offset: -18px;
  padding: 4.8rem 3rem 3rem;
  text-align: left;
  position: relative;
}

.ribbon1 {
  display: inline-block;
  position: relative;
  height: 70px; /*リボンの高さ*/
  line-height: 70px; /*リボンの高さ*/
  text-align: center;
  padding: 0 50px 0; /*横の大きさ*/
  background: #de3667; /*塗りつぶし色*/
  color: #FFF; /*文字色*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: .6rem;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 25px;
  border-color: transparent transparent transparent #fffff1;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 35px 25px 35px 0px;
  border-color: transparent #fffff1 transparent transparent;
  border-style: solid;
}

.rbn_c2 {
  background: #ea0045; /*塗りつぶし色*/
}

/*present*********************************************/
.tokuten-box {
  max-width: 1120px;
  padding: 1rem 1rem 2rem;
  border-radius: 5px;
}

.t-box2 {
  background-color: #fffff1;
}

.bg-pink {
  background-color: #E13264;
}

#gift .card {
  border: none;
  padding: 1.5rem 1.5rem 1rem;
}

#gift .card-body {
  padding: 0;
}

#gift .card-body p {
  line-height: 1.4;
}

#gift .h4 {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}

h3.gift {
  position: relative;
  text-align: left;
  font-size: clamp(1.1rem, 3.3vw, 27px);
}
.rbn_txt{
position: absolute;
top:40px;
left: 5px;
}
.gift_rbn{
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 2rem;
  box-shadow: 0px -5px #d9ab38, 0px 5px #d9ab38;
  background-color: #d9ab38;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.gift_rbn::before {
  position: absolute;
  top: -5px;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 15px 10px 15px 0px;
  border-color: transparent #FFFBE0;
  border-style: solid;
  content: '';
}
.gift_rbn72{
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 2.5rem;
  box-shadow: 0px -5px #d9ab38, 0px 5px #d9ab38;
  background-color: #d9ab38;
  color: #FFF;
  font-size: clamp(1.5rem, 2.5vw, 30px);
  font-weight: bold;
  text-align: center;
}

.gift_rbn72::before {
  position: absolute;
  top: -5px;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #FFFBE0;
  border-style: solid;
  content: '';
}
.gift_rbn72::after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  border-width: 25px 0px 25px 15px;
  border-color: transparent #FFFBE0;
  border-style: solid;
  content: '';
}


@media (max-width: 768px) {
  h2 {margin-bottom: 2rem;}
  #about p{
    font-weight: 500;
    line-height:2;
    padding: 0 2rem 0;
  }
  .gift-box{
    padding: 4.8rem 1.5rem 2rem;
  }
  .mark_toku {
    padding: 0 5px 10px;
    max-width: 40px;
  }
  .tokuten-box {
    padding: 0;
  }
  .ribbon1 {
    padding: 10px 35px 3px;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .gift_rbn72{
    height: 60px;
    line-height: 1.2;
    padding: 0 3rem;}
  .gift_rbn72::before {border-width: 35px 25px 35px 0px;}
  .gift_rbn72::after {
    border-width: 35px 0px 35px 25px;}
}
.alert-success {
  color: #f9fafb;
  background-color: #19b16e;
  background-color: #14ac23;
  border-color: #badbcc;
}
/******************youtube*************/
.c_img{max-width: 150px;}
.ratio {
  border:6px solid #222;
  background-color: #222;
}
.tit_foto{
  max-width: 100px;
  padding: 0 15px 10px 0;
}
@media (min-width: 992px){
  section {
    padding: 7rem 0 5rem;
  }
  .c_img{max-width: 100%;}
  .tit_foto{max-width: 140px}
}
/*  voice
____________________________________________________*/
#voice{
  /*background: linear-gradient(90deg, #f2feff 40%, #D4F0F3 100%);*/
 background: linear-gradient(90deg, #ecfaff 40%, #e0f7ff 100%);
}
#voice .container{
  max-width: 1160px;
}
ul.voice{
  margin:0 auto;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
ul.voice{
    padding:2px;
    }
ul.voice li{
     /*width:49%;
    border-bottom:1px solid #000;
        border: 1px solid #0b9dff;*/
        width:calc(50% - 10px);
    list-style: none;
    border-radius: 5px;
    /*border-top: 8px solid #0b7bb1;*/
    text-align: left;
    margin: 10px 5px;
    /*border:1px solid #27bbd0;
    border: 2px solid #56a3e8;*/
    background: rgba(255, 255, 255, .7);
    }
    ul.voice li img{
      width: 100%;
    }

  .textarea{
  padding:1rem .8rem;
  font-size:16px;
  line-height:150%;
  }
  .ages{
  font-size: .8rem;
  text-align: center;
  padding:4px 8px;
  margin:0 0 .6rem;
  }
p.comment{margin-bottom: 0;
font-size: .9rem;
line-height: 140%;}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 577px) {
  ul.voice li{
    width:calc(24% - 10px);

    }
}
@media (min-width: 992px) {
  /*voice*/
  ul.voice{
    justify-content: center;}

    ul.voice li:nth-child(4n){
    margin-right: 0;
    }
    ul.info li{
      flex-direction: row;
      align-items: center;
    }
    ul.voice li img{
      width: 100%;
    }
    .ages{
      font-size: 1rem;}
}
/*form********************************************************/

.display-3, .display-4, .display-5 {font-weight: 800;}
.green{
  color: #0acba7;
}

::placeholder {
  text-align: center;
}
.get-regist-btn {
  position: relative;
  max-width: 760px;
  width: 100%;
  background: #0acba7;
  background: #3355FF;
  color: #fff;
  border-radius: 4px;
  padding: 19px 10px 18px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 700;
  display: inline-block;
  text-align: center;
}

.get-regist-btn:hover,
.get-started-btn:active {
  background: #19ddb9;
  background: #3773ff;
  color: #fff;
}
.btn_bl {
	display: block;
  max-width: 760px;
  width: 100%;
	text-align: center;
  font-size: clamp(16px, 4vw, 24px);
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
  padding: 19px 10px 18px;
	font-weight: bold;
	background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
.btn_bl:hover {
	color: #fff;
	opacity: 0.65;
}
.btn_gr{
  background: linear-gradient(to top, rgb(3, 157, 142), #0ecece);
}
.btn_gr::after, .btn_gr2::after{
  content: "";
  display: inline-block;
  background-image: url(../img/btn01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  text-align: center;
  margin: 8px auto 0;
  width: 90%;
  height: 30px;
  max-width:405px;
}
.btn_gr2{
  background: linear-gradient(to top, rgb(3, 157, 108), #0ecea4);
}
.btn_gr2::after{background-image: url(../img/btn02.png);
  max-width:350px;}
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-2 {
  padding-left: 40px;
  text-indent: -2rem;
}

@media (max-width: 992px) {

  .get-started-btn {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
  section#voice{
    padding: 50px 0 30px;
  }
  .btn_gr::after, .btn_gr2::after{
    margin: 0 auto 0;
  }
}

/********************************
nayami*************************************************/
#nayami{
  background: #BDDDEC;
}
.c-list{
  background: rgba(255,255,255, .8);
  padding: 1rem 2rem 3rem;
  max-width: 860px;
  position: relative;
}
.c-list p{font-size: clamp(1.1rem, 2vw, 1.4rem);
border-bottom: dotted 1px #333;
padding: 0 0 10px;
margin-bottom:0;
}
.c-list p i{
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  padding: 0px 12px 0 0;
  display: inline-block;
  margin-top: 10px;
}
.think1{
  position: absolute;
  right:-300px;
  bottom:-100px;
  max-width:281px;
}
.think2{
  position: absolute;
 left:-410px;
  bottom:-100px;
  max-width: 370px;
}
.triangle_sec2 {
  width: 0;
  height: 0;
  border-left: 320px solid transparent;
  border-right: 320px solid transparent;
  border-top: 100px solid #BDDDEC;
  margin-bottom: 3.5rem;
  filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, .2));
}
.triangle_w {border-top: 100px solid #FFF;
}
.triangle_g {border-top: 100px solid #F8F9FA;
}
/**********riyuu**************************************/
.riyuu .container .row>* {
  padding-left: 0;
  padding-right: 0;
}
.riyuu-box{
  position: relative;
  margin-top: 3em;
  padding: 1em 1.8em;
  border: 0;
  background: #eee;
  margin-bottom: 6rem;
}
.riyuu-box h4 {
  margin-bottom: 2rem;
}
.riyuu-box h4 span.r-tit{
  display: inline-block;
  position: absolute;
  top:.2rem;
  padding: 0 1em;
  left:0;
  right:0;
  margin: 0 auto;
  z-index: 100;
  text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff;
}
.riyuu-box h4 span.eng{
  display: inline-block;
  max-width: 370px;
  position: absolute;
  padding: 0 1em;
  top:-2.5rem;
  left:0;
  right:0;
  margin: 0 auto;
  font-size: clamp(2.5rem, 4vw, 3.2rem);
  background-color: inherit;
  font-style: italic;
  color: #7dc6ff;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  z-index: 10;
}
.riyuu-box h3{
  padding: 14px 0 12px;
  background-color: inherit;
  color: #333;
  border-bottom: 1px solid#333;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 1.75rem);
}

.riyuu-box.last{
  margin: 3em auto 3em;
}


/**********lesson**************************************/
.lesson-box{
  position: relative;
  padding: 2.5em 2em 1.6em;
  background-color:#e1f3ff;
}
.lesson-box h3{
  margin-bottom: 2rem;
}
.lesson-box img{
  margin-bottom: 2rem;
}
.lesson-box h4{
  background-color: #fff;
  width: 260px;
  padding: 10px 10px 9px;
  margin: auto;
  margin-bottom: 1.5rem;
  box-shadow: 8px 5px 1px #333;;
}
@media (max-width: 992px) {
  section.riyuu{
    padding: 50px 0 15px;
  }
  .riyuu-box {width: 98%;
  margin: 3em auto 6em;
padding: 1em .5em;}

  .riyuu-box h4 span.eng {
    max-width: 90%;
  }
  .riyuu-box h3, .lesson-box h3{
    font-size: 1.2rem;
    padding: 10px 0;
  }
  section.lesson{
    padding-bottom: .3rem;
  }
  .lesson-box{
    padding: 2.5em 1em 2em;
    margin:.5rem auto .7rem;
  }
}
@media (max-width: 768px) {
  #nayami{
    background: #BDDDEC url(../img/think1.png) no-repeat right top 7px;
    background-size: 25%;
  }
  #nayami h3{
    font-size: 1.1rem;
  }
  .c-list p i {
    padding: 0;
    margin-left: 2rem;
    margin-right: -12px;
  }
  .c-list p{
    text-indent: -1em;
  padding-left: 1em;
  }
  .think1{display: none;}
  .think2{
    left:0;
    bottom:-167px;
    width: 22%;
    z-index: 1;
  }
  .triangle_sec2 {
    border-left: 35vw solid transparent;
    border-right: 35vw solid transparent;
    border-top: 5vh solid #BDDDEC;
  }
  .triangle_w{
    border-top: 5vh solid #FFF;
  }
  .triangle_g {border-top: 5vh solid #F8F9FA;
  }
}
/* risou**********************************************/
.risou li{
  font-size: 1.05rem;
  font-weight: 700;
}

/*present*********************************************/
.bg-pink {
  background-color: #E13264;
}
/****map*****/
.map_i{
  max-width: 860px; width: 100%; margin-top: -5rem;
}
/***********2***********************************/
.tokuten-box2{
  background-color: #fff;
  margin: 1.5rem auto;
  padding: 1.9rem 1.2rem;
}
.tokuten-box2 h4{
  text-align: left;
}
/************** promise***********/
.promise {
  outline: 4px solid #ece5d0;
  outline-offset: -22px;
  background-color: #fffaec;
  padding: 4.5rem 3rem 3rem;
}
/**lifestyle***************************/
/*#method{
  background-color: #1e78c8;
  color: #FFF;
}
.methods{
color: initial;
}*/
section#method{
  padding: 50px 0 0;
}
@media screen and (min-width: 992px){
  section#method{
    padding: 7rem 0 5rem;
  }
}
.l-style {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 26px;
}

.l-style span {
	position: relative;
	z-index: 2;
}

.l-style::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: rgba(119, 193, 239, 0.3);
	font-size: 80px;
	font-weight: 400;

	font-style: italic;
}
.list-group-item{
  border: 0;
  padding: 1rem 2rem .5rem;
  margin-bottom: 2rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.list-group-item h5{
  border-bottom:  1px dotted #ccc;
  padding-bottom: 1.2rem;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}
.list-group-item i{
  font-size: 1.7rem;
  color: #09b665;
 display: inline-block;
 margin-bottom: .5rem;
}
.methods h5{
  border-bottom:  2px dotted #919191;
  padding-bottom: 1.2rem;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  letter-spacing: -.02rem;
}
.lifestyle{
  background-color: #ecfafe;
  background-color: #e9f9ff;
  opacity: 1;
  background-image: linear-gradient(0deg, #e9f9ff 50%, #ffffff 50%);
  background-size: 5px 5px;
}
.support-box{
  background-color: #FFF;
  margin-bottom: 4rem;
  border: 1px solid #7DC6FF;
}
.support-box:last-child{
  margin-bottom: 2rem;
}
.support-box h4 span.eng{
  background-color: #FFF;
}
.support-box img{
  max-width: 372px;
  width: 100%;
}
/*curri**************************/

:root {
  --flowchart-size: 30px;/* 番号のサイズ 変更可 */
  --flowchart-border: 5px;/* 縦線太さ 変更可 */
}
.flowchart {
  list-style: none !important;
  counter-reset: flownum;/* リストアイテムの名称(任意) */
  margin: 1em 0;/* フローチャートと前後要素との距離(任意) */
  padding: 0 !important;
}
.flowchart .title{
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e3af0f;
}
.flowchart li {
  position: relative;
  padding: 0 0 2em calc(var(--flowchart-size) + 6px);/* 6px がタイトルとの距離であり余白 */
}

/* 番号部位デザイン */
.flowchart li::before {
  content: counter(flownum);
  counter-increment: flownum;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;/* 通常は 0, 横に並ぶタイトルとのバランスを見て調整 */
  left: 0;
  z-index: 2;
  width: var(--flowchart-size);
  height: var(--flowchart-size);
  border-radius: 50%;/* 番号円形, 四角形で良ければこの一行削除 */
  background: rgb(42 161 249);/* 番号背景 */
  color: white;/* 番号文字色 */
}

/* 縦線部位デザイン */
.flowchart li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--flowchart-size) / 2 - calc(var(--flowchart-border) / 2));
  z-index: 1;
  width: var(--flowchart-border);
  height: 100%;
  background: rgb(200,200,200);/* 線の色 */
}

/* 工程タイトル */
.flowchart-title {
  margin: 0 0 .6em;
  font-weight: bold;
  font-size: 1.04em;
  line-height: 1.4;/* 大きめの文字は 1.2 〜 1.4 程度で調整すると良い */
}

/*.flowchart li:last-of-type::after {
  content: none;
}*/

.flowchart li p {
  margin: .5em 0 !important;
}
.flowchart li:last-of-type {
  padding-bottom: 0 !important;
}
.flowchart li p:last-of-type {
  margin-bottom: 0 !important;
}
.curriculum .card-header{
  background: rgb(44,182,150);
    color: white;
}
.curriculum h5.card-header{font-size: clamp(1.1rem, 2vw, 1.15rem);
  border-bottom: none;
  padding-bottom: .5rem;
}
/*product*********************************************/
.product {
  background-color: rgb(255, 253, 229);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 60px 0 60px;
  position: relative;
}
.product h4 {
  font-size: clamp(16px, 2.8vw, 28px);
  padding-bottom: 1rem;
}
.product h3 img {
  max-width: 250px;
}
.product h1 {
  font-size: clamp(28px, 5vw, 50px);
  margin-bottom: 0;
  line-height: 1.1;
  letter-spacing: 0.25rem;
}
.product h1 img {
  max-width: 80px;
}
.product h1 span {
  display: inline-block;
  vertical-align: bottom;
  padding-top: 1rem;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.product table{
  font-size: clamp(.9rem, 1.3vw, 1.1rem);
  border-color: #aaa;
}
.product table th {
  vertical-align: middle;
  background: rgba(255, 244, 190, 0.5);
}
.product table td {
  background: rgba(255, 255, 255, 0.8);
}
.product table > :not(caption) > * > * {
  padding: 0.5rem 0.9rem 0.2rem;
}

table tr:nth-child(odd) td {
  background: rgba(248, 253, 207, 0.2);
}

.kiyakubox {
  width: 100%;
  height: 8rem;
  margin: 0 auto 1rem;
  border: 1px solid #cdcdcd;
  padding: 1rem;
  overflow-y: scroll;
  font-size: 12px;
  line-height: 130%;
}
.chuui.card {
  font-size: 0.8rem;
}
.small{
  font-size: clamp(14px, 1vw, 16px);
}
/*key*************************************************/
.balloon1 {
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: 15px 10px 7px;
  max-width: 780px;
  color: #fff;
  font-size: 16px;
  background: #46cbe3;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #46cbe3;
}

.balloon1 h3 {
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
#key ul{
  background: #fff5e3;
  padding: 1rem 1rem 1.5rem 2.5rem;
  border-radius: 10px;
}
 #key ul li{
  color: #E13264;
  list-style: none;
  font-size: 1.3rem;
  font-weight: 800;
  border-bottom: 1px dotted #E13264;
  padding: 8px 5px 0;
 }
 .font-b{
  font-weight: 700;
 }
.pink{color: #e1324c;}
.bg-yellow{
  background-color: rgb(255, 253, 135);
}
.u-line{
  border-bottom:2px solid;
}
.f-big{font-size: 1.3rem;}
h4 .u-line{line-height:2;}
/*  flow ***********************************************/
.flows {
  padding: 20px 12px 15px;
  background-color: #f6f9fc;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;}
.flow .icon{  position: absolute;
  top: -40px;
left: 0;
right:0;
margin-left: auto;
margin-right: auto;}
.flow .icon p{
  color: #cdebff;
  display: block;
  text-align: center;
  font-size:8rem;
  font-style: italic;
  font-weight: 700;
  margin: 10px auto 10px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
}
.f-txt{
    position: relative;
    padding-top: 5.5rem;
  }
  .step_btn{
    font-size: clamp(12px, 1.4vw, 14px);
  }
  .arrow1 {
    width: 20px;
    height: 20px;
    border: 5px solid;
    border-color: transparent transparent #0e7db1 #0e7db1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -10px auto 2px 50px;
  }

  @media screen and (min-width:768px) and ( max-width:997px) {
    .flow p{font-size: .8rem;
    }}
  @media screen and (min-width:998px) and ( max-width:1200px) {
.flow p{font-size: .9rem;
}}

.mincho{ font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
/*  profile
____________________________________________________*/
.profile .container{
  position: relative;
  background: #fff;
  padding: 3rem 1rem 2rem;
}
.profile .container .eng{  position: absolute;
top: 40px;
left: 0;
right:0;
margin-left: auto;
margin-right: auto;
color: #cdebff;
    display: block;
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
    margin: 10px auto 10px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
}
.profile .container h3{
  position: relative;
  z-index: 10;
}
  .profile dl{
  display:flex;
  flex-wrap:wrap;
    justify-content: center;
    align-items: center;
  padding-bottom:1rem;
  margin-bottom:2rem;
  border-bottom:1px solid #000;
  }
  .profile dl dt{
  width:100%;
  text-align:center;
  margin-right:0;
  font-weight:600;
  }
  .profile dl dd{
  width:100%;
  text-align:center;
  margin-right: 0;
  font-weight:600;
  }
  .size190p{
  font-size: clamp(150%, 170%, 190%);
  font-weight: bold !important;
  line-height: 140%;}

  .graybox{
    background: #fff;
    padding: 15px;
  }

@media screen and (max-width: 768px){
  .map_i{
    margin-top: 0;
  }
  .flows {
    padding: 15px 10px 15px;}
  .product table th {width: 28%;}
  .profile .container{
    width: 92%;
  }

.profile dl dd{
width:100%;
}
.tokuten-box2{
padding: 1.3rem 0.3rem;}
.promise {
  padding: 3.5rem 1.5rem 3rem;
}
.promise .card{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
}
}
@media (min-width: 769px) {
  .profile dl dt{
    width:50%;

    }
    .profile dl dd{
    width:48%;
    }
}
section.product .container{
  max-width: 1050px;
  margin: 0 auto;
  padding:0 0 10px;
}
table.service {
  width: 100%;
  margin: 0 auto;
  /*border:4px solid #fff;*/
  font-size: .9rem;
  line-height: 150%;
  border-collapse: collapse;
}

table.service th,
table.service td {
  padding: 15px 1px 14px 1px;
  color: #4568ad;
  color: #34b9b9;
  border: 4px solid #fff;
}

table.service th {
  background: #5a9fdb;
  color: #fff;
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

table.service td {
  background: #edf5ff;
  color: #727272;
  text-align: left;
}

.tb01 th,
.tb01 td {
  box-sizing: border-box;
}

table.service th:nth-child(1) {
  width: 25%;
}

table.service th:nth-child(2) {
  width: 15%;
}

table.service th:nth-child(3) {
  width: 60%;
}

table.service td:nth-child(1),
table.service td:nth-child(2) {
  text-align: center;
}

table.service td:nth-child(3) p {
  margin-bottom: 1rem;
}
.service li{
  margin-bottom: .5rem;
}
@media screen and (max-width: 768px) {
  section.product .container{
    width: 90%;
  }
  .tb01 .head {
    display: none;
  }

  .tb01 {
    width: 100%;
  }

  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  table.tb01 td:first-child {
    background: #6fbddb;
    color: #fff;
    font-weight: bold;
  }

  table.tb01 td:before {
    content: attr(data-label);
    font-size: .7rem;
    font-weight: bold;
    color: #999;
    display: block;
    text-align: center;
  }

  .tb01 td:first-child {
    text-align: center;
  }

table.service td:last-child {
  border-bottom: 4px solid #fff;
}
}

/*faq*****************/
.input[type="text"]{
  text-align: left;
}
::placeholder {text-align: left;
color: #bbb !important;}
.accordion-body{
  font-size: 1rem;
}
.faq li{
  list-style: none;
}

.btn-success{
  background-color: #0ea989;
  border: 1px solid #0ea989;
  font-size: calc(1.175rem + .2vw);
}
.btn-success:hover, .btn-success:focus, .btn-success:active{
  background-color: #4ab9a2;
}
@media screen and (max-width: 567px) {

  .product table > :not(caption) > * > * {
    padding: 0.5rem 0.3rem 0.2rem;
  }
  .get-regist-btn {
    line-height: 1.2;
  }
  .cards {
    width: 40%;
  }
  .cards2 {
    width: 25%;
  }
}
.col-form-label {
  background-color: #edf9fc;
}

.badge {
  padding: 0.25em 0.65em 0.35em;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px 0 13px 0;
  color: #ebebeb;
  font-size: 14px;
  background: #ebf7fc;
  background: #1b1b1b;
  text-align: center;
}
#footer a{color: #ebebeb;}
#footer .copyright {
  color: #ebebeb;
  text-align: center;
}



  table#tokutai {
    max-width: 840px;
    font-size: 12px;
    margin: 0 auto;
    border: 10px solid rgb(234, 242, 245);
  }
  table#tokutai th {
    width: 140px;
    padding: 4px 6px;
    background: rgb(234, 246, 250);
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #fff;
  }
  table#tokutai td {
    padding: 4px 6px;
    background: #FFF;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgb(234, 246, 250);
  }

  /********swiper*************/

  @media screen and (min-width: 577px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: none;
    }
    .swiper-wrapper {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(3, 1fr);
    }
  }

.swiper{padding: 0 0 20px 0;}
  /* 画像のサイズ調整 */
  .swiper-slide > div {
    display: flex;
    height: auto;
    width: 100%;
  }
  .swiper-slide div li{
    display: block;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom:var(--swiper-pagination-bottom,0px)
  }

  .end-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 100%;
    letter-spacing: -0.09rem;
  }

  .end-btn:hover, .end-btn:focus {
    color: #fff;
  }