<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------------------------------
ALL
---------------------------------------------------------*/

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
.header{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
	background:#fff;
}

.header-container{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-items: center;
}
.header-container &gt; div{padding: 0 0 1rem;}
.logo{
    background: rgba(0,116,64,1);
	width:90%;
	max-width:300px;
    padding: 1.5rem 4rem;
	display: inline-block;
	border-bottom: 9px solid #fac44c;
}

.header-btnBox{
    /*width: 90%;
    max-width: 800px;*/
    display: flex;
	margin: 0;
	align-items: center;
    justify-content: flex-end;
}

.header-btnBox li{
    /*width: 48%;*/
    margin: 0 1%;
    text-align: right;
}
.btn-header-tel img{
    width:90%;
    max-width: 300px;
}

.btn-header-txt{
    color: #e75a24;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: right;
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.logo {
    max-width: 300px;
    padding: 1rem 3rem;
    display: inline-block;
    border-bottom: 5px solid #fac44c;
}
.header-btnBox {
    justify-content: flex-end;
    max-width: 600px;
}
.header-btnBox li {
    width: 80%;
}
.header-container &gt; div {
    padding: 0;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.header-container &gt; div {
    padding: 0;
    border-bottom: 9px solid #fac44c;
    background: rgba(0,116,64,1);
    width: 100%;
}
.logo {
    max-width: 300px;
    padding: 1rem 3rem;
    display: block;
    width: 100%;
    border-bottom: transparent;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
.logo {
    max-width: 200px;
}
}

/*---------------------------------------------------------
講師の声
---------------------------------------------------------*/
#voice_teacher{
  background: #fbf8d9;
  padding: 64px 4%;
}
#voice_teacher h2{
  color: #333;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .5em;
  text-align: center;
}

.voice_red-font{
  color: #c01359;
  font-size: 2rem;
}
.voice-box{
  background: #fff;
  border-radius: 20px;
  margin: 8px;
  padding: 16px;
}
.v-ttl p{
  color: #0e9bd5;
  /*font-size: 1.15rem;*/
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.5;
}
.v-pct{
display: block;
margin-left: auto;
margin-right: auto;
}
.v-pct span{
font-weight:700;
text-align:center;
display:block;
padding:1rem 0;
}
.v-txt{
line-height:1.5;
}
.t-red-mark{
  background: linear-gradient(transparent 70%, #ffef92 0%);
  color: #c01359;
  font-weight: 700;
  display: inline;
}
.v-txt,.t-red-mark,.v-ttl p{
font-size:1.5rem;
}
.v-pct span{
font-size:1.3rem;
}

/* 講師の声カルーセル */
.wrapper .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
}
.swiper{
position: relative;
}
.voice-area{
width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem 0 1rem;
}


/*---------------------------------------------------------
生徒の声
---------------------------------------------------------*/
#voice_student{
  background: #FFD8DB;
  padding: 64px 4%;
}
#voice_student h2{
  color: #c01359;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .5em;
  text-align: center;
}

.v-ttl-student p{
  color: #DF5A24;
  /*font-size: 1.15rem;*/
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1440px) {
/* 1440pxまでの幅の場合に適応される */

}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
#voice_teacher, #voice_student {
    padding: 32px 4%;
}

#voice_teacher h2,#voice_student h2{
  font-size: 1.25rem;
}

.voice_red-font{
  /*font-size: 1.25rem;*/
}
}

/*---------------------------------------------------------
生徒の声（スクロール）
---------------------------------------------------------*/
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 6);
}
.d-demo__item &gt; img{
   width: 100%;
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.d-demo__item {
  width: calc(100vw / 1.5);
}
}
/*---------------------------------------------------------
比較表
---------------------------------------------------------*/
table#table-culums {
  /*border: 1px solid #d4d4d4;*/
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
    font-weight: 400;
}
table#table-culums th {
  background: #eeeeee;
  border: 1px solid #d4d4d4;
  padding: 1rem;
  font-weight: 900;
}
table#table-culums td {
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 1rem;
}

  table#table-culums td:first-child{
  background: #00a056; 
  text-align: center;
  font-weight:900;
  color:#fff;
  }


.th_w10{width:10%;}
.th_w15{width:15%;}
.th_w18{width:18%;}
.th_w22{width:22%;}
.th_w25{width:25%;}
.th_w35{width:35%;}

.schedule-number{
color:#000;
font-weight:700;
}


.table-grad {
    position: relative !important;
    white-space: nowrap;
}

.table-grad:after{
    background-image: none;
}

.hikaku-box{
 display: flex;
 align-items: center;
  flex-direction: column;
}

.hikaku-box li{
margin:1%;
}

.hikaku-mark{
width:28%;
}

.hikaku-txt{
width:100%;
}

.bg-wam{
background: #ebf1c2 !important;
}

.fc-wam{
color: #006a48 !important;
}

@media screen and (max-width: 1440px) {
/* 1440pxまでの幅の場合に適応される */

}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.text-center_questionnaire {	text-align: left;}
  table#table-culums thead {
    display: none;
  }
  table#table-culums tr {
    /*border-bottom: 1px solid #e6ebef;*/
    display: block;
  }
table#table-culums th,
table#table-culums td {
  font-size: 1.75rem;
}
table#table-culums td .fs-small {
  font-size: 1.25rem;
}
  table#table-culums td {
    border-bottom: 0px solid #e6ebef;
    display: block;
  }
  table#table-culums td:first-child{
  background: #00a056; 
  text-align: center;
  font-weight:900;
  font-size:2rem;
  color:#fff;
  }
  table#table-culums td:before {
    content: attr(aria-label);
    display: block;
    color: #333;
	font-weight:900;
  }
  
  table#table-culums tr:last-child{
  border-bottom: 1px solid #e6ebef;
  }
  
  table#table-culums td.b_blue{
  border-bottom:0px solid #5488c7;
}
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
table#table-culums td .fs-small {
  font-size: 1rem;
}
.list01 {
  padding-left: 2rem;
}

.t1-left{
    font-size: 1.8rem;
}

.hikaku-box{
  flex-direction: row;
}
.hikaku-txt{
width:68%;
}
}

/*---------------------------------------------------------
星
---------------------------------------------------------*/
.star_area{
width:100px;
height:100px;
background: url(../img/star.svg) no-repeat center center;
position: relative;
}

.star_area p{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	font-size:2.5rem;
    line-height: 1;
}

.star_area p span{
  display:block;
  font-size: 1.5rem;
}

@media screen and (max-width: 1440px) {
/* 1440pxまでの幅の場合に適応される */

}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

}

/*---------------------------------------------------------
youtube
---------------------------------------------------------*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}</pre></body></html>