@charset "UTF-8";

.clear:after{content: ".";display:block;height:0;font-size:0;clear: both;visibility:hidden;}
.clear {display: inline-block;} 
* html .clear {height: 1%;}
.clear {display:block;}

.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

.mb-20{margin-bottom: 20px;}
.mb-40{margin-bottom: 40px;}


body{
}
p{
	font-size: 18px;
	line-height: 1.6;
}
img{
	height: auto;
}
ul{
  margin:2.5rem 0;
}
ul li{
  font-size: 18px;
  line-height: 1.6;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }

.headernav{
  background: #00253f;
  padding: 12px 0;
  border-bottom: 3px solid #bf9b46;
  position: sticky;/*固定する*/
  position: -webkit-sticky;/*Safari用ベンダープレフィックス*/
  top: 0;/*ブラウザの上からの距離はゼロ*/
  z-index: 10;
}
.btn-ctr{
  display: inline-block;
  color: #fff;
  background: #ac1e23;
  border-radius: 100px;
  padding: 15px 15px;
}
.btn-ctr:hover{
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
.wrap-logo{
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
.btn-ctr{
  display: block;
  font-size: 13px;
  padding: 12px 5px;
  text-align: center;
}
.wrap-logo{
  padding-top: 8px;
}
}

.hero{
  margin-bottom: 60px;
}
.wrap-hero{
  height: 623px;
  background: url(../img/bg-hero.jpg?20200221) no-repeat center bottom;
  margin-bottom: 40px;
}
.lead-hero{
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
.hero{
  margin-bottom: 30px;
}
.wrap-hero{
  height: auto;
  background: none;
  margin-bottom: 30px;
}
.lead-hero{
  text-align: left;
  font-size: 16px;
}
}


.wrap-feature{
  padding:120px 0;
  background: #fafafa;
  margin-bottom: 80px;
}
.wrap-featureinner + .wrap-featureinner{
  margin-top: 80px;
}
.title-redborder{
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ac1e23;
  margin-bottom: 40px;
  color: #ac1e23;
}
.lead-feature-title{
  text-align: center;
  font-size: 28px;
  margin-bottom: 14px;
  color: #21373e;
}
.lead-feature-title b{
  font-size: 45px;
  font-weight: normal;
}
.lead-feature{
  text-align: center;
}
.icon-manzokudo{
  text-align: center;
  margin-top: 40px;
}
.icon-manzokudo span{
  display: inline-block;
  color: #ac1e23;
  border:1px solid #ac1e23;
  border-radius: 100px;
  padding: 15px 40px;
  text-align: center;
  background: #fffde8;
  margin:0 auto;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
.wrap-feature{
  padding:30px 0;
  margin-bottom: 40px;
}
.title-redborder{
  margin-bottom: 20px;
}
.lead-feature-title{
  font-size: 20px;
}
.lead-feature-title b{
  font-size: 30px;
  font-weight: bold;
}
.lead-feature p{
  font-size: 14px;
  text-align: left;
}
.icon-manzokudo{
  margin-top: 20px;
}
.wrap-featureinner + .wrap-featureinner{
  margin-top: 30px;
}
}

.wrap-sconre{
  width: 100%;
  max-width: 582px;
  margin:40px auto 20px auto;
  border:solid 3px #00253f;
  padding: 30px 30px;
  background: #fff;
}
.wrap-sconre img{
  margin-bottom: 20px;
}
.wrap-sconre p{
  font-size: 14px;
  text-align: left;
}


.page-title{
  text-align: center;
  margin-bottom: 40px;
}
.page-title img{
  margin:0 auto;
}
.wrap-service{
  margin-bottom: 120px;
}
.bg-title{
  background: #ac1e23;
  border-top: 3px solid #21373e;
  text-align: center;
  margin-bottom: 80px;
}
.bg-title .container{
  position: relative;
}
.img-position-left{
  position: absolute;
  top: 5px;
  left: 0;
}
.img-position-right{
  position: absolute;
  top: 5px;
  right: 0;
}
.bg-title h2{
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin:0;
  padding: 80px 0;
  position: relative;
}
.bg-title h2:before {
    content: "";
    border: 8px solid transparent;
    border-top: 8px solid #c29647;
    position: absolute;
    right: 50%;
    bottom: 15px;
    margin-right: -8px;
}
@media screen and (max-width: 767px) {
.wrap-service{
  margin-bottom: 60px;
}
.bg-title{
  margin-bottom: 30px;
}
.bg-title h2{
  padding: 40px 0;
  z-index: 2;
}
.img-position-left{
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 40px;
}
.img-position-right{
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 40px;
}
}



.row-reason{
  margin-bottom: 60px;
}
.dl-reason dt{
  font-size: 24px;
  margin-bottom: 20px;
}
.dl-reason dt span{
  display: inline-block;
  font-size: 18px;
  padding: 5px 15px;
  border:solid 1px #ac1e23;
  color: #ac1e23;
  margin-bottom: 20px;
}
.dl-reason dd{
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
.row-reason{
  margin-bottom: 30px;
}
.dl-reason{
  margin-top: 20px;
}
}

.wrap-pink{
  background: #fff4f8;
  padding: 40px 60px;
  margin-top: 100px;
}
.title-pink{
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
  color: #af4e71;
}
.txt-pink p{
  color: #af4e71;
  font-size: 16px;
  line-height: 1.6;
}
.wrap-movie{
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.wrap-pink{
  background: #fff4f8;
  padding: 20px 30px;
  margin-top: 40px;
}
.title-pink{
  font-size: 24px;
  margin-bottom: 20px;
}
.txt-pink p{
  font-size: 14px;
}
.wrap-movie{
  margin-bottom: 20px;
}
}


.wrap-yellow{
  background: #f6efda;
  padding: 40px 60px;
  text-align: center;
  margin-bottom: 20px;
}
.list-yellow{
  font-size: 18px;
  font-weight: bold;
  max-width: 500px;
  color: #756038;
  text-align: left;
  line-height: 1.6;
  margin:0 auto;
}
.txt-yellow p{
  color: #756038;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
.wrap-yellow{
  padding: 20px 30px;
  margin-top: 40px;
}
.list-yellow{
  max-width: 100%;
}
.txt-yellow p{
  font-size: 14px;
  margin-bottom: 20px;
}
}


.link-txt{
  font-size: 14px;
}
.link-txt a{
  text-decoration: underline;
}
.link-txt a:hover{
  text-decoration: none;
}


.w800{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-blue{
  background: #e0ecff;
  padding: 40px 60px;
}
.wrap-blue.add-margin{
  margin:60px auto;
}
.title-blue{
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
  color: #3d6096;
}
.txt-blue p{
  color: #3d6096;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
.wrap-blue{
  padding: 20px 30px;
  margin-top: 40px;
}
.wrap-blue.add-margin{
  margin:30px auto;
}
.title-blue{
  font-size: 24px;
  margin-bottom: 20px;
}
.txt-blue p{
  font-size: 14px;
}
}

.wrap-gray{
  background: #fafafa;
  padding: 40px 60px;
  margin:40px auto;
}
.txt-gray p{
  color: #21373e;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
.wrap-gray{
  padding: 20px 30px;
  margin:10px auto;
}
.txt-gray p{
  font-size: 16px;
}
}


.wrap-movie{
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.wrap-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-price{
  text-align: center;
  font-size: 30px;
  margin-bottom: 80px;
}
.txt-price b{
  font-size: 140%;
  color: #ac1e23;
}
.wrap-price-info{
  margin-bottom: 60px;
}
.wrap-price-info p{
  font-size: 16px;
}
.lead-pricehowto{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #ac1e23;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.txt-price{
  font-size: 20px;
  margin-bottom: 30px;
}
.wrap-price-info{
  margin-bottom: 20px;
}
.wrap-price-info p{
  font-size: 16px;
}
}


.btn-next{
  text-align: center;
  margin-bottom: 80px;
}
.btn-next a{
  display: inline-block;
  color: #fff;
  padding: 20px 40px;
  border-radius: 4px;
  background: #21373e;
  margin:0 auto;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
.btn-next a{
  padding: 15px 20px;
  font-size: 20px;
}
.btn-next{
  text-align: center;
  margin-bottom: 40px;
}
}

.wrap-tel{
  margin-bottom: 40px;
  margin-top: 60px;
  text-align: center;
}
.txt-tel{
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.txt-tel b{
  font-size: 140%;
  color: #ac1e23;
}
.txt-tel + p{
  font-size: 14px;
}
@media screen and (max-width: 767px) {
.wrap-tel{
  margin-bottom: 20px;
  margin-top: 20px;
}
.txt-tel{
  font-size: 20px;
}
}

.dl-school{
  border: 1px solid #E0E0E0;
}
.dl-school dt{
  background: #00253f;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
  margin:0;
}
.dl-school dd{
  border-bottom: 1px solid #E0E0E0;
  margin:0;
}
.dl-school dd:last-child{
  border-bottom: none;
}
.dl-school dd a{
  display: block;
  padding: 15px 17px 15px 15px;
  color: #00253f;
  position: relative;
  font-size: 18px;
}
.dl-school dd a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
}
@media screen and (max-width: 767px) {
.dl-school dd a{
  padding: 15px 40px 15px 15px;
}
}


.col-school p{
  font-size: 14px;
  margin-bottom: 5px;
}


.wrap-footer{
  padding:30px 10px;
}




.purupuru{
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -ms-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 8;
  -webkit-animation-name: animate1;
  -moz-animation-name: animate1;
  -o-animation-name: animate1;
  animation-name: animate1;
  position:relative;
}
@-moz-keyframes animate1 {
  0% { -moz-transform: skewX(9deg); }
  10% { -moz-transform: skewX(-8deg); }
  20% { -moz-transform: skewX(7deg); }
  30% { -moz-transform: skewX(-6deg); }
  40% { -moz-transform: skewX(5deg); }
  50% { -moz-transform: skewX(-4deg); }
  60% { -moz-transform: skewX(3deg); }
  70% { -moz-transform: skewX(-2deg); }
  80% { -moz-transform: skewX(1deg); }
  90% { -moz-transform: skewX(0deg); }
  100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes animate1 {
  0% { -o-transform: skewX(9deg); }
  10% { -o-transform: skewX(-8deg); }
  20% { -o-transform: skewX(7deg); }
  30% { -o-transform: skewX(-6deg); }
  40% { -o-transform: skewX(5deg); }
  50% { -o-transform: skewX(-4deg); }
  60% { -o-transform: skewX(3deg); }
  70% { -o-transform: skewX(-2deg); }
  80% { -o-transform: skewX(1deg); }
  90% { -o-transform: skewX(0deg); }
  100% { -o-transform: skewX(0deg); }
}

@-webkit-keyframes animate1 {
  0% { -webkit-transform: skewX(9deg); }
  10% { -webkit-transform: skewX(-8deg); }
  20% { -webkit-transform: skewX(7deg); }
  30% { -webkit-transform: skewX(-6deg); }
  40% { -webkit-transform: skewX(5deg); }
  50% { -webkit-transform: skewX(-4deg); }
  60% { -webkit-transform: skewX(3deg); }
  70% { -webkit-transform: skewX(-2deg); }
  80% { -webkit-transform: skewX(1deg); }
  90% { -webkit-transform: skewX(0deg); }
  100% { -webkit-transform: skewX(0deg); }
}


.bonbon{
  font-size:2rem;
  display:inline-block;
  animation: key1 .3s ease infinite alternate;
}

@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
