@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:500|Noto+Sans+JP:400,700&display=swap');
/*-----------------------------------------------------------

  =Reset default browser

-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*-----------------------------------------------------------

  =Basic Setup

-----------------------------------------------------------*/

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/* Link Style */
a {
  color: #111;
  text-decoration: none;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
a:focus, a:active, a:hover {
  color: #666;
  text-decoration: none;
}
a:hover img {
  opacity: .4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  zoom: 1;
}
/* Transform */
.transform {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover .transform {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Embed */
embed, iframe, object {
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
/* Font Setteing */
.tx-L { text-align: left !important; }
.tx-C { text-align: center !important; }
.tx-R { text-align: right !important; }
.tx-bold { font-weight: bold; }
.tx-justify { text-align: justify !important; }
.tx-red{
  color:#d9272e;
}
.tx-gray{
  color:#666;
  line-height: 1.6;
}
.tx-green{
  color:#179c88;
}
.tx-black{
   color:#111 !important;
}

/* Font Size */
.fs-9  { font-size: 9px !important;}
.fs-10 { font-size: 10px !important;}
.fs-11 { font-size: 11px !important;}
.fs-12 { font-size: 12px !important;}
.fs-13 { font-size: 13px !important;}
.fs-14 { font-size: 14px !important;}
.fs-15 { font-size: 15px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 18px !important;}
.fs-21 { font-size: 21px !important;}
.fs-24 { font-size: 24px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important;}
.fs-36 { font-size: 36px !important;}
.fs-48 { font-size: 48px !important;}
.fs-60 { font-size: 60px !important;}
.bg-gray{
  background: #f7f7f7;
}
/* Margin-Top & Padding-Top */
.mt00 { margin-top:  0px !important; }  .pt00 { padding-top:  0px !important; }
.mt05 { margin-top:  5px !important; }  .pt05 { padding-top:  5px !important; }
.mt10 { margin-top: 10px !important; }  .pt10 { padding-top: 10px !important; }
.mt15 { margin-top: 15px !important; }  .pt15 { padding-top: 15px !important; }
.mt20 { margin-top: 20px !important; }  .pt20 { padding-top: 20px !important; }
.mt25 { margin-top: 25px !important; }  .pt25 { padding-top: 25px !important; }
.mt30 { margin-top: 30px !important; }  .pt30 { padding-top: 30px !important; }
.mt35 { margin-top: 35px !important; }  .pt35 { padding-top: 35px !important; }
.mt40 { margin-top: 40px !important; }  .pt40 { padding-top: 40px !important; }
.mt45 { margin-top: 45px !important; }  .pt45 { padding-top: 45px !important; }
.mt50 { margin-top: 50px !important; }  .pt50 { padding-top: 50px !important; }
.mt55 { margin-top: 55px !important; }  .pt55 { padding-top: 55px !important; }
.mt60 { margin-top: 60px !important; }  .pt60 { padding-top: 60px !important; }
.mt65 { margin-top: 65px !important; }  .pt65 { padding-top: 65px !important; }
.mt70 { margin-top: 70px !important; }  .pt70 { padding-top: 70px !important; }
.mt75 { margin-top: 75px !important; }  .pt75 { padding-top: 75px !important; }
.mt80 { margin-top: 80px !important; }  .pt80 { padding-top: 80px !important; }
.mt85 { margin-top: 85px !important; }  .pt85 { padding-top: 85px !important; }
.mt90 { margin-top: 90px !important; }  .pt90 { padding-top: 90px !important; }
.mt95 { margin-top: 95px !important; }  .pt95 { padding-top: 95px !important; }
.mt100{ margin-top:100px !important; } .pt100{ padding-top:100px !important; }
/* Margin-Right & Padding-Right */
.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }
/* Margin-Bottom & Padding-Bottom */
.mb00 { margin-bottom:  0px !important; }  .pb00 { padding-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }  .pb05 { padding-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }  .pb10 { padding-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }  .pb15 { padding-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }  .pb20 { padding-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }  .pb25 { padding-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }  .pb30 { padding-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }  .pb35 { padding-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }  .pb40 { padding-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }  .pb45 { padding-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }  .pb50 { padding-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }  .pb55 { padding-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }  .pb60 { padding-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }  .pb65 { padding-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }  .pb70 { padding-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }  .pb75 { padding-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }  .pb80 { padding-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }  .pb85 { padding-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }  .pb90 { padding-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }  .pb95 { padding-bottom: 95px !important; }
.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }
/* Margin-Left & Padding-Left */
.ml00 { margin-left:  0px !important; }  .pl00 { padding-left:  0px !important; }
.ml05 { margin-left:  5px !important; }  .pl05 { padding-left:  5px !important; }
.ml10 { margin-left: 10px !important; }  .pl10 { padding-left: 10px !important; }
.ml15 { margin-left: 15px !important; }  .pl15 { padding-left: 15px !important; }
.ml20 { margin-left: 20px !important; }  .pl20 { padding-left: 20px !important; }
.ml25 { margin-left: 25px !important; }  .pl25 { padding-left: 25px !important; }
.ml30 { margin-left: 30px !important; }  .pl30 { padding-left: 30px !important; }
.ml35 { margin-left: 35px !important; }  .pl35 { padding-left: 35px !important; }
.ml40 { margin-left: 40px !important; }  .pl40 { padding-left: 40px !important; }
.ml45 { margin-left: 45px !important; }  .pl45 { padding-left: 45px !important; }
.ml50 { margin-left: 50px !important; }  .pl50 { padding-left: 50px !important; }
.ml55 { margin-left: 55px !important; }  .pl55 { padding-left: 55px !important; }
.ml60 { margin-left: 60px !important; }  .pl60 { padding-left: 60px !important; }
.ml65 { margin-left: 65px !important; }  .pl65 { padding-left: 65px !important; }
.ml70 { margin-left: 70px !important; }  .pl70 { padding-left: 70px !important; }
.ml75 { margin-left: 75px !important; }  .pl75 { padding-left: 75px !important; }
.ml80 { margin-left: 80px !important; }  .pl80 { padding-left: 80px !important; }
.ml85 { margin-left: 85px !important; }  .pl85 { padding-left: 85px !important; }
.ml90 { margin-left: 90px !important; }  .pl90 { padding-left: 90px !important; }
.ml95 { margin-left: 95px !important; }  .pl95 { padding-left: 95px !important; }
.ml100{ margin-left:100px !important; }  .pl100{ padding-left:100px !important; }

/* Column Layout Format */
.column-2 .row,.column-2 li { width: 50%; float:left;}
.column-3 .row,.column-3 li { width: 33.33%; float:left;}
.column-4 .row,.column-4 li { width: 25%; float:left;}
.column-5 .row,.column-5 li { width: 20%; float:left;}
.column-6 .row,.column-6 li { width: 16.66%; float:left;}
.column-8 .row,.column-8 li { width: 12.5%; float:left;}

.col-2 .row {
  width: 48%;
}
/* @media only screen and (min-width: 768px) {
  .col-2 .row:nth-child(odd) {
    margin:0 2% 0px 0;
  }
  .col-2 .row:nth-child(even) {
    margin:0 0 0px 2%;
  }
} */
.col-3 .row{
  width: 31.3%;
  margin: 0 3% 0 0;
}
.col-3 .row:nth-child(3n) {
  margin: 0 0 0 0;
}
.col-4 .row {
  width: 22%;
  margin: 0 4% 0 0;
}
.col-4 .row:nth-child(4n) {
  margin: 0 0 0 0;
}
.col-6 .row {
  width: 14.66%;
  margin: 0 2% 0px 0;
}
.col-6 .row:nth-child(6n) {
  margin: 0 0 0px 0;
}
@media only screen and (max-width: 767px) {
  .col-2 .row {
    width: 100%;
  }
  .col-3 .row{
    width: 100%;
    margin: 0;
  }
  .col-4 .row:nth-child(odd) {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-4 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .col-6 .row {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-6 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
}

.flex-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-reverse{
  flex-direction: row-reverse;
}
.flex-center{
  align-items: center;
}
.box-shadow{
  box-shadow:0px 0px 3px 2px #eaeaea;
}

/* Device View */
.viewPC { display: block; }
.viewTB { display: none; }
.viewPCTB { display: block; }
.viewSP { display: none; }
.viewTBSP { display: none; }

@media only screen and (max-width: 1024px) {
  .viewPC { display: none; }
  .viewTB { display: block; }
  .viewPCTB { display: block; }
  .viewSP { display: none; }
  .viewTBSP { display: block; }
}
@media only screen and (max-width: 767px) {
  .viewPC { display: none; }
  .viewTB { display: none; }
  .viewPCTB { display: none; }
  .viewSP { display: block; }
  .viewTBSP { display: block; }
}

/* Animation */
.animated {
  visibility: hidden;
}
.bounceIn,.bounceInLeft, .bounceInRight, .bounceInDown,.bounceInUp,
.fadeIn, .fadeInLeft, .fadeInRight,.fadeInDown,.fadeInUp,.fadeInUpDelay,
.zoomInUp,.zoomInDown, .zoomIn,
.flip,.flipInX,.flipInY,
.lightSpeedIn,
.tada,.wobble,.shake,.rubberBand{
  visibility: visible;
}
.delay-01s { -webkit-animation-delay:0.1s; animation-delay:0.1s; }
.delay-02s { -webkit-animation-delay:0.2s; animation-delay:0.2s; }
.delay-03s { -webkit-animation-delay:0.3s; animation-delay:0.3s; }
.delay-04s { -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay-05s { -webkit-animation-delay:0.5s; animation-delay:0.5s; }
.delay-06s { -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay-07s { -webkit-animation-delay:0.7s; animation-delay:0.7s; }
.delay-08s { -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay-09s { -webkit-animation-delay:0.9s; animation-delay:0.9s; }
.delay-1s  {  -webkit-animation-delay:1s; animation-delay:1s; }
.delay-2s  {  -webkit-animation-delay:2s; animation-delay:2s; }
.delay-3s  {  -webkit-animation-delay:3s; animation-delay:3s; }
.delay-4s  {  -webkit-animation-delay:4s; animation-delay:4s; }
.delay-5s  {  -webkit-animation-delay:5s; animation-delay:5s; }
.delay-6s  {  -webkit-animation-delay:6s; animation-delay:6s; }

.floating {
  -webkit-animation-name:floating;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:floating;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
  animation-name:floating;
  animation-duration:2s;
  animation-iteration-count:infinite;
  animation-timing-function:ease;
}
@-webkit-keyframes floating {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, -15px);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes floating {
  0% {-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, -15px);}
  100% {-moz-transform:translate(0, 0);}
}
@keyframes floating {
  0% {transform:translate(0, 0);}
  50% {transform:translate(0, -15px);}
  100% {transform:translate(0, 0);}
}
.floating02 {
  -webkit-animation-name:floating02;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:floating02;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
  animation-name:floating02;
  animation-duration:2s;
  animation-iteration-count:infinite;
  animation-timing-function:ease;
}
@-webkit-keyframes floating02 {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, 15px);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes floating02 {
  0% {-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, 15px);}
  100% {-moz-transform:translate(0, 0);}
}
@keyframes floating02 {
  0% {transform:translate(0, 0);}
  50% {transform:translate(0, 15px);}
  100% {transform:translate(0, 0);}
}
.knock{
	-webkit-animation: knock 2s ease-in-out 1s infinite;
	animation: knock 2s ease-in-out 1s infinite;
}
@-webkit-keyframes knock {
  0%   { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  10%  {  -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
  20%  { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  30%  { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
  40%  { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes knock {
  0%   { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  10%  {  -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
  20%  { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  30%  { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
  40%  { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}



/* button */
.button {
  display: block;
  font-size: 14px;
  line-height: 54px;
  margin: 30px auto 0;
  width: 280px;
}
.button,.button::before,.button::after{
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all 0.4s ease-in-out 0s;
}
.square-btn{
  border:2px solid #000;
  background: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
.square-btn i {
  position: absolute;
  color: #000;
  top: 0;
  right: 5px;
  line-height: 54px;
  height: 54px;
  width: 10px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.square-btn:hover {
  color: #fff;
  background: #000;
  letter-spacing: .1em;
}
.square-btn:hover i {
  right: 0px;
  color: #fff;
}

/*-----------------------------------------------------------

  =Global Layout

-----------------------------------------------------------*/
body {
  font-family: YakuHanJP,'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #111;
  letter-spacing: .01em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and ( max-width:767px) {
  body {
    font-size: 13px;
    /* font-family:  "Hiragino Kaku Gothic ProN", Meiryo, ���C���I, sans-serif; */
  }
}

/* Frame Format
-----------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 70px;
}
.inner {
  max-width: 1070px;
  margin: 0px auto;
  padding: 0 15px;
}
.wrap {
  padding: 70px 0;
  overflow: hidden;
}
.radius-box{
  border-radius: 16px;
  padding:40px;
}
.bg-white{
  background: #fff;
}
.bg-yellow{
  background: #fffcd6;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 82px;
  z-index: 2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#page-top:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and ( max-width:1000px) {
  #wrapper {
    padding-top: 0px;
  }
  .wrap {
    padding: 40px 0;
  }
  .radius-box{
    border-radius: 10px;
    padding:15px;
  }
  #page-top {
    width: 50px;
    bottom: 80px;
  }
}


/* Font Format
-----------------------------------------------------------*/
.section-catch{
  margin-bottom:40px;
  text-align: center;
}
.head-copy{
  line-height: 1.2;
  margin-bottom:30px;
  font-weight: bold;
  text-align: center;
  font-size:54px;
}
#lesson-block .head-copy{
  font-size:46px;
  margin-bottom:25px;
}
.change-baloon-head .head-copy{
  margin-bottom:0;
}
.head-subcopy{
  font-size:26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom:15px;
}
.lead-copy{
  font-size:18px;
  line-height: 2;
}
.tx-caption{
  font-size:12px;
}
.tx-marker {
  background-color: #fff77d;
  /* display: inline-block; */
}
@media screen and ( max-width:767px) {
  .head-copy{
    margin-bottom:20px;
    font-size:26px;
  }
  #lesson-block .head-copy{
    font-size:22px;
    margin-bottom:15px;
  }
  .head-subcopy{
    font-size:18px;
    margin-bottom:15px;
  }
  .lead-copy{
    font-size:15px;
  }
}


/* Header
-----------------------------------------------------------*/
#header {
  background: rgba(255,255,255, 1);
  border-bottom: 1px solid #f5f5f5;
  height: 70px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
#header .in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0;
  height: 70px;
}
#header .logo {
  max-width: 200px;
  margin-left:20px;
}
.head-utility{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#header .head-utility li:first-child {
  margin-right: 20px;
}
@media screen and ( max-width:1000px) {
  #header{
    position: static;
    height:60px;
  }
  #header .in{
    padding:0 20px;
    height: 60px;
  }
  .head-utility{
    display: none;
  }
  #header .logo {
    max-width: 200px;
    margin:0 auto;
  }
}


/* MV
-----------------------------------------------------------*/
#mv{
  background:#f6f5f0 url(img/mv-bg.jpg) no-repeat 50% 50%;
  height:540px;
  text-align: center;
  position: relative;
}
#mv .in{
  max-width: 1000px;
  margin:0 auto;
  height:540px;
  position: relative;
}
.mv-catch{
  padding-top:10px;
}
.mv-baloon{
  position: absolute;
  bottom:-80px;
  right:0;
}

@media screen and ( max-width:767px) {
  #mv{
    background: none;
    height:auto;
  }
  #mv .in{
    height:auto;
  }
  .mv-catch{
    display:block;
    padding:0;
  }
  .mv-baloon{
    display: none;
  }
}


/* Lesson
-----------------------------------------------------------*/
#lesson-block{
  background: #c7ede8;
  text-align: center;
}
.online-lesson{
  background: #c7ede8;
  text-align: center;
  padding:50px 0;
}
.lesson-copy{
  margin-bottom:5px;
}
#lesson-block .radius-box,.online-lesson .radius-box{
  margin-top:30px;
}
.lesson-list{
  margin:70px 0 60px;
}
.lesson-list li{
  background: #e5f7f4;
  border-radius: 16px;
  width:49%;
  padding:0 25px 25px;
}
@media screen and ( min-width:767px) {
  .lesson-list li:nth-child(odd){
    margin-right:1%;
  }
  .lesson-list li:nth-child(even){
    margin-left:1%;
  }
}
.lesson-list li:nth-of-type(n+3) {
  margin-top: 30px;
}
.lesson-list li .lesson-feature-ttl{
  color:#00ac97;
  font-size:22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom:15px;
  text-align: center;
}
.lesson-list li .lesson-feature-icon{
  width:60px;
  height:60px;
  margin:0 auto;
  position: relative;
  top:-22px;
  margin-bottom:-18px;
}
.en-instruction-ttl{
  font-size:24px;
  font-weight: 700;
  line-height: 1.4;
  padding:5px;
 display:inline-block;
}
.en-instruction-ttl span{
  font-size:18px;
}
.en-instruction-img{
  margin:10px 0;
}

@media screen and ( max-width:767px) {
  #lesson-block .radius-box,.online-lesson .radius-box{
    margin-top:15px;
  }
  .online-lesson{
    padding:30px 0;
  }
  .lesson-list{
     margin:35px 0 40px;
  }
  .lesson-list li{
    border-radius: 10px;
    width:99%;
    margin:0.5%;
    padding:0 15px 15px;
  }
  .lesson-list li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .lesson-list li .lesson-feature-ttl{
    font-size:18px;
    margin-bottom:10px;
  }
  .en-instruction-list li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .en-instruction-ttl{
    font-size:16px;
  }
  .en-instruction-ttl span{
    font-size:12px;
  }
}

.kikko-ttl{
  margin-bottom:30px;
}
.kikko-comment{
  background: #fff;
  border-radius: 10px;
  margin-top:30px;
  padding:25px;
}
.kikko-profile-pic{
  width:12%;
}
.kikko-profile-txt{
  width:85%;
  text-align: left;
  font-size:12px;
}
.kikko-profile-txt .name{
  font-size:14px;
  font-weight: 700;
  line-height: 1.2;
}
.kikko-profile-comment{
  color:#666;
  line-height: 1.4;
}
@media screen and ( max-width:767px) {
  .kikko-ttl{
    width:70%;
    margin: 0 15% 15px;
  }
  .kikko-profile-comment{
    text-align: center
  }
  .kikko-comment{
    margin-top:30px;
    padding:14px;
  }
  .kikko-profile-pic{
    width:30%;
    margin:0 35% 15px;
    display: block;
  }
  .kikko-profile-txt{
    width:100%;
    text-align: left;
    font-size:12px;
  }
  .kikko-profile-txt .name{
    text-align: center;
  }
}


/* Change
-----------------------------------------------------------*/
.change-head-copy{
  font-size:54px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom:40px;
  text-align: center;
}
.change-head-copy span{
  font-size:65px;
  color:#e50512;
  display:block;
}
.change-tab{
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin:0 auto 40px;
}
.change-tab li{
  width: 31.3%;
  margin:0 1%;
}
.change-tab a{
  border-radius: 12px;
  padding:20px 30px;
  position: relative;
  color:#fff;
  font-size:22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  text-align: center;
}
.change-tab a i{
  position: absolute;
  top:20px;
  right:10px;
}
.change-tab .tab01 a{
  background: #177fd3;
}
.change-tab .tab02 a{
  background: #168530;
}
.change-tab .tab03 a{
  background: #f5660f;
}
.change-tab a:hover{
  opacity: .4;
}
@media screen and ( max-width:767px) {
  .change-head-copy{
    font-size:20px;
    margin-bottom:20px;
  }
  .change-head-copy span{
    font-size:26px;
  }
  .change-tab a{
    border-radius: 6px;
    padding:15px 10px;
    font-size:13px;
  }
  .change-tab a i{
    top:18px;
  }
}

/* �p�� ----------------*/
#change-english{
  margin-top:-80px;
  padding-top:80px;
  margin-bottom:40px;
}
.change-baloon-head{
  border-radius:16px 16px 0 0;
  color:#fff;
  padding:15px;
  position: relative;
}
#change-english .change-baloon-head{
  background: #177fd3;
}
#change-english .change-baloon-head:before{
  border-top: 16px solid #177fd3;
}
#change-school .change-baloon-head{
  background: #168530;
}
#change-school .change-baloon-head:before{
  border-top: 16px solid #168530;
}
#change-university .change-baloon-head{
  background: #f5660f;
}
#change-university .change-baloon-head:before{
  border-top: 16px solid #f5660f;
}
.change-baloon-head:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
#change-english .change-content{
  background: #e5f4ff;
}
#change-school .change-content{
  background: #e5ffeb;
}
#change-university .change-content{
  background: #fdf0da;
}
#change-english .change-content .change-catch{
  color: #177fd3;
}
#change-school .change-content .change-catch{
  color: #168530;
}
#change-university .change-content .change-catch{
  color: #f5660f;
}
.change-content{
  border-radius: 0 0 16px 16px;
  padding:40px;
}
.change-en-list{
  margin-bottom:30px;
}
.change-en-list li{
  background: #fff;
  padding:20px;
  border-radius: 12px;
}
.change-content .change-catch{
  font-size:20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom:15px;
  text-align: center;
}
.change-content .change-catch span{
  font-size:32px;
  display: block;
}
.change-en-word{
  background: #fff;
  padding:22px;
  border-radius: 12px;
  max-width: 580px;
  margin:0 auto 0;
  text-align: center;
}


@media screen and ( max-width:767px) {
  #change-english{
    margin-top:0px;
    padding-top:0px;
    margin-bottom:20px;
  }
  .change-content{
    border-radius: 0 0 16px 16px;
    padding:15px;
  }
  .change-content .change-catch{
    font-size:18px;
    margin-bottom:12px;
  }
  .change-content .change-catch span{
    font-size:20px;
  }
  .change-en-list{
    margin-bottom:15px;
  }
  .change-en-list li{
    padding:14px;
  }
  .change-en-list li:nth-of-type(n+2) {
    margin-top: 15px!important;
  }
  .change-en-word{
    padding:15px;
    margin:15px auto 0;
  }
}

/* ���Z ----------------*/
#change-school{
  margin-top:-80px;
  padding-top:80px;
  margin-bottom:40px;
}
.change-school-summycopy{
  color: #168530;
  font-size:22px;
  font-weight: 700;
  margin-bottom:20px;
  line-height: 1.4;
  text-align: center;
}
.change-school-summycopy span{
  font-size:32px;
  display: block;
}
.test-ttl{
  background: #168530;
  color: #fff;
  padding:10px;
  text-align: center;
  margin:10px 0;
  font-size: 20px;
  font-weight: 700;
}
.test-ttl span{
  font-size:14px;
}
.test-img{
  margin-bottom:30px;
}
.change-summycopy{
  font-size:22px;
  font-weight: 700;
  text-align: center;
}
@media screen and ( max-width:767px) {
  #change-school{
    margin-top:0px;
    padding-top:0px;
    margin-bottom:20px;
  }
  .change-school-summycopy{
    font-size:14px;
  }
  .change-school-summycopy span{
    font-size:18px;
  }
  .test-ttl{
    font-size: 16px;
  }
  .change-summycopy{
    font-size:18px;
  }
}


/* ��w ----------------*/
#change-university{
  margin-top:-80px;
  padding-top:80px;
}
#change-university .change-en-list{
  margin-bottom:0px;
}
.change-uni-table{
  border-top: 1px solid #ddd;
  width: 100%;
}
.change-uni-table tr {
  border-bottom: 1px solid #ddd;
}
.change-uni-table th {
  width: 29%;
  vertical-align: top;
  font-weight: 700;
  padding: 10px 10px;
  text-align: left;
  background: #f5f5f5;
}
.change-uni-table td {
  padding: 10px;
  line-height: 1.4;
}
.change-uni-table span{
   font-family: 'Barlow Semi Condensed','Noto Sans JP', sans-serif;
   font-size:24px;
}
.change-uni-box{
  font-size: 18px;
}
.change-uni-box dt{
  text-align: center;
  font-weight: bold;
  padding-bottom:8px;
  border-bottom:1px solid #ddd;
}
.change-uni-box dd{
  border-bottom:1px solid #ddd;
  padding:15px 0;
  line-height: 1.5;
}
@media screen and ( max-width:767px) {
  #change-university{
    margin-top:0px;
    padding-top:0px;
  }
  .change-uni-table span{
    font-size:18px;
  }
  .change-uni-box{
    font-size: 15px;
  }
}

/* �܂Ƃ� ----------------*/
.summary-block{
  background: #00ac97;
  text-align: center;
  padding:70px 20px 40px;
  position: relative;
}
.summary-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  border: 90px solid transparent;
  border-top: 48px solid #fff;
}
.summary-block .section-catch{
  margin-bottom: 0;
}
@media screen and ( max-width:767px) {
  .summary-block{
    padding:40px 20px 25px;
  }
  .summary-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
    border: 45px solid transparent;
    border-top: 25px solid #fff;
  }
}

/* Faq
-----------------------------------------------------------*/
.faq-list li {
  background: #f6f6f6;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  padding:30px 40px;
}
.faq-list li:nth-of-type(n+2) {
  margin-top: 10px;
}
.faq-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.faq-ttl i {
  height: 44px;
  width: 44px;
  margin-right:10px;
  display: inline-block;
}
.faq-txt {
  margin-top: 10px;
  display: block;
}
@media screen and ( max-width:767px) {
  .faq-list li {
    padding:15px;
  }
  .faq-ttl {
    font-size: 16px;
  }
  .faq-ttl i {
    height: 30px;
    width: 30px;
    margin-right:5px;
    display: inline-block;
  }
}


/* Other-menu
-----------------------------------------------------------*/
#other-menu{
  background: #fef3ec;
  padding:40px 0;
}
.other-menu-ttl{
  font-size:36px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom:20px;
  text-align: center;
}
.other-memu-list li{
  background: #fff;
  border-radius: 16px;
  padding:25px;
}
.other-menu-name{
  color:#00ac97;
  font-size:20px;
  font-weight: bold;
  position: relative;
  margin-bottom:30px;
  text-align: center;
}
.other-menu-name:after {
  background: #edea0a;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  margin: 15px 0 0 -10px;
  position: absolute;
  width: 20px;
}
.other-menu-name span{
  font-size:16px;
}
.other-memu-list li{
  width:49%;
  margin:0 0.5%;
}
.other-memu-list li:nth-of-type(n+3) {
  margin-top: 10px;
}
@media screen and ( max-width:767px) {
  #other-menu{
    padding:25px 0;
  }
  .other-menu-ttl{
    font-size:22px;
  }
  .other-memu-list li{
    border-radius: 10px;
    padding:15px;
  }
  .other-menu-name{
    font-size:18px;
    margin-bottom:30px;
  }
  .other-menu-name span{
    display: block;
    font-size:12px;
  }
  .other-memu-list li{
    width:100%;
    margin:0;
  }
  .other-memu-list li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}


/* Form
-----------------------------------------------------------*/
#inquiry--block{
  padding:80px 0;
}
.inquiey-catch{
  font-size:38px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom:30px;
}
.inquiey-catch span{
  font-size:18px;
  display: block;
}
#inquiry--block .head-copy {
  margin-bottom: 20px;
}
#inquiry--block .inner{
  max-width:1000px;
}
.formWide{
  font-size:13px!important;
  margin-top:30px;
  font-family: Arial, Helvetica, Verdana, "�q���M�m�p�SPro W3", "Hiragino Kaku Gothic Pro", Osaka, "���C���I", Meiryo, "�l�r �o�S�V�b�N", sans-serif;
}
.shrInfo{
  font-family: Arial, Helvetica, Verdana, "�q���M�m�p�SPro W3", "Hiragino Kaku Gothic Pro", Osaka, "���C���I", Meiryo, "�l�r �o�S�V�b�N", sans-serif;
}
.formWide p {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
.selectArea {
  padding: 10px;
  background: #eee;
}
@media screen and ( max-width:767px) {
  #inquiry--block{
    padding:40px 0;
  }
  .inquiey-catch{
    font-size:24px;
    margin-bottom:15px;
  }
  .inquiey-catch span{
    font-size:12px;
  }
}


/* Footer
-----------------------------------------------------------*/
#footer{
  display: block;
  margin-top:40px;
}
.footer-contact{
  background: #efede9;
  padding:50px 0;
  text-align: center;
}
.footer-contact .logo{
  max-width: 250px;
  margin:0 auto;
  display: block;
}
.copyright{
  font-size:12px;
  margin:20px 0;
  text-align: center;
}
@media screen and ( max-width:767px) {
  #footer{
    margin-top:10px;
    margin-bottom:100px;
  }
  .footer-contact{
    background: #f8f8e4;
    padding:20px 0;
    text-align: center;
  }
}


/* Fix-contact
-----------------------------------------------------------*/
#fix_content{
  display: none;
}
@media screen and (max-width: 767px) {
  #fix_content{
    display: block;
    width: 100%;
    height: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  #fix_content.show {
    height: 76px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  #fix_content ul{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center ;
    align-items: center;
  }
  #fix_content li{
    margin:0;
    width: 50%;
  }
  #fix_content a{
    display: block;
    padding: 12px 10px;
  }
  #fix_content li img {
    width: auto;
    height:3.6rem;
  }
  #fix_content .fixBtn01 a {
    background:#007144;
  }
  #fix_content .fixBtn02 a {
    background:#cc0000;
  }
}

/*-----------------------------------------------------------

  20200821動画エリア追加

-----------------------------------------------------------*/
.mov_block{
	margin-bottom: 50px;
}
.mov_block .head-copy {
	font-size: 46px;
 margin-bottom: 25px;
}
.mov_block .mov_box{
	width: 550px;
	height: 336px;
	margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 1em;
 overflow: hidden;
 position: relative;
}
.mov_block .mov_box iframe{
	position: relative !important;
}
@media screen and (max-width: 767px) {
	.mov_block .head-copy {
  font-size: 25px;
  margin-bottom: 15px;
 }
	.mov_block .mov_box{
	 width: auto;
		height: 240px;
	}
}

/*-----------------------------------------------------------

  20200122about_enリニューアル

-----------------------------------------------------------*/
.cts_inner01,.cts_inner02{
 padding: 10% 4%;
 box-sizing: border-box;
}
.img_ct{
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.viewPC {
 display:none;
}
.viewSP {
 display:block;
}
.ttl01{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.2;
}
.ttl01 span{
	color: #e50512;
}
.ttl02 {
	display: flex;
 align-items: center;
 font-size: 18px;
	font-weight: bold;
 color: #e50512;
 margin-bottom: 15px;
}
.ttl02:before, .ttl02:after {
	content: "";
 height: 1px;
 flex-grow: 1;
 background-color: #A4A4A4;
}
.ttl02:before {
	margin-right: 0.5rem;
}
.ttl02:after {
 margin-left: 0.5rem;
}
.btn {
 position: relative;
 width: 80%;
 margin: 0 auto;
 margin-top: 20px;
}
.btn a {
	display: block;
 background: #f5660f;
	border: 2px solid #f5660f;
 border-radius: 12px;
 padding: 12px 0;
 text-align: center;
 color: #FFF;
 position: relative;
 font-size: 12px;
 font-weight: bold;
}
.btn a:hover{
	color: #f5660f;
	background: #FFF;
}
.btn:after {
	position: absolute;
 top: 18px;
 right: 14px;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: '\f105';
 color: #FFF;
 font-size: 18px;
}
#point_head{
	background: url("img/bg01.jpg") no-repeat center;
  overflow: hidden;
}
.point_box{
	position: relative;
	background-color: #fff799;
 background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	padding: 22px;
	box-sizing: border-box;
	border-radius: 12px;
}
.point_box .point_icon{
	position: absolute;
	top: -39px;
	right: -10px;
 width: 56px;
}
.point_list{
	margin-top: 33px;
}
.point_list li{
	margin-bottom: 38px;
}
.point_ttl{
	position: relative;
}
.point_list li:last-child{
	margin-bottom: 0;
}
.point_ttl .point_num{
	position: absolute;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 top: -27px;
	width: 55px;
	height: 55px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	background-color: #FFF;
	border-radius: 50%;
	border: 3px solid #67b4aa;
	color: #29756b;
	text-align: center;
	z-index: 1;
}
.point_ttl .point_txt{
	background: #67b4aa;
	padding: 28px 12px 12px;
	font-weight: bold;
	color: #FFF;
}
.point_cts_area{
	margin-bottom: 38px;
}
.point_cts_box{
	border: 1px solid #ccc;
	padding: 22px;
	background: #FFF;
}
.point_cts_txt p{
	margin-bottom: 20px;
}
.point_cts_txt p span{
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.point_cts_box img{
	margin-bottom: 12px;
}
#point_cts{
	background: #E4EFEE;
}
.feature_cts_area{
	margin-bottom: 30px;
	border: 1px solid  #67b4aa;
	border-radius: 10px ;
}
.feature_cts_ttl01{
	padding: 13px;
	text-align: center;
	border-radius: 10px 10px 0 0 ;
	background: #67b4aa;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.feature_cts_ttl01 span{
	font-size: 16px;
}
.feature_cts_area02{
	border: 1px solid  #f5660f;
}
.feature_cts_area02 .feature_cts_ttl01{
	background: #f5660f;
}
.feature_cts_area03{
	border: 1px solid  #448aca;
}
.feature_cts_area03 .feature_cts_ttl01{
	background: #448aca;
}
.feature_cts_area04{
	border: 1px solid  #ff7bac;
}
.feature_cts_area04 .feature_cts_ttl01{
	background: #ff7bac;
}
.feature_cts_box{
	padding: 22px;
}
.feature_cts_ttl02{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}
.feature_cts_ttl03{
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}
.feature_cts_box p,.feature_cts_box img,.feature_cts_mov{
	margin-bottom: 15px;
}
.profile_area{
	background: #fbfbfb;
	border: 1px solid #dfdddc;	
	padding: 22px;
}
.profile_area img{
	display: block;
	margin: 0 auto 10px;
}
.profile_cts{
	margin-bottom: 15px;
}
.profile_cts h4,.profile_comment h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.profile_comment{
	background: #fdf1e9;
	padding: 22px;
}
.feature_cts_list01{
	background: #f6f6f6;
	padding: 22px;
	margin-bottom: 20px;
}
.feature_cts_list01 li{
	color: #0c7b4f;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.6;
}
#faq{
	background: #f6f6f6;
}
.faq_box{
	background: #FFF;
	margin-bottom: 25px;
	padding: 22px;
	border-radius: 10px;
}
.faq_ttl,.faq_answer{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.faq_answer{
	align-items: flex-start;
}
.faq_ttl p{
	font-weight: bold;
}
.faq_ttl p,.faq_answer p{
	width: 78%;
}
.question_icon,.answer_icon{
	width: 18% !important;
	height: 55px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	background-color: #0c7b4f;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	margin-right: 10px;
}
.answer_icon{
	background: #f19301;
}
@media screen and (min-width: 767px) {
	#mv_area img{
		width: 100%;
	}
	.viewPC {
  display:block;
 }
 .viewSP {
  display:none;
 }
	.ttl01 {
  font-size: 36px;
  margin-bottom: 30px;
	}
	.ttl02 {
		font-size: 30px;
	}
	.btn {
  width: 550px;
	}
	.btn a {
  font-size: 18px;
		padding: 21px 0;
	}
	.btn:after {
		top: 18px;
  font-size: 26px;
	}
	.point_box {
		padding: 30px 50px 40px;
	}
	.point_ttl .point_num {
  left: -20px;
	top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  width: 90px;
  height: 90px;
  line-height: 79px;
	}
	.point_box .point_icon {
  position: absolute;
  top: -80px;
  right: -20px;
  width: auto;
 }
	.point_ttl .point_txt {
  padding: 13px 12px 12px 88px;
  font-size: 20px;
 }
	.point_ttl .point_txt span{
		font-size: 16px;
	}
	.point_cts_area {
   margin-bottom: 68px;
 }
	.point_cts_area .point_ttl .point_txt{
    max-width: 100%;
		margin: -20px auto;
	}
	.point_cts_area .point_ttl .point_num {
		position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
	}
	.point_cts_box {
		padding: 57px;
    display: flex;
		border-radius: 10px;
 }
 .point_cts_img {
   margin-right: 35px;
   width: 40%;
 }
	.point_cts_box img{
    width: 100%;
    height: auto;
	}
  .point_cts_txt{
    width: 60%;
  }
	.point_cts_txt p span {
    font-size: 18px;
	}
	.feature_cts_ttl01 {
   padding: 18px;
   font-size: 32px;
	}
	.feature_cts_ttl01 span {
    font-size: 25px;
}
	.feature_cts_box {
    padding: 40px;
}
	.profile_area {
		padding: 35px; 
	}
	.profile_box{
		display: flex;
		margin-bottom: 30px;
	}
	.profile_area img{
		margin-right: 20px;
	}
	.question_icon, .answer_icon {
  width: 60px !important;
  height: 60px;
  line-height: 55px;
  font-size: 24px;
	}
	.faq_box {
  margin-bottom: 30px;
  padding: 35px;
 }
	.faq_ttl p, .faq_answer p {
    width: 90%;
}
}

@media screen and (min-width:1024px){
	.cts_inner01{
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0;
  }
	.question_icon, .answer_icon {
  width: 80px !important;
  height: 80px;
  line-height: 74px;
	}
	.point_box .point_icon {
  right: -88px;
 }
	.ttl01 {
  font-size: 46px;
	}
  .inquiey-catch{
    font-size: 48px;
  }
}
@media screen and (min-width:1285px){
	.cts_inner02{
  width: 1285px;
  margin: 0 auto;
  padding: 60px 0;
 }
	.point_cts_area .point_ttl .point_num {
  left: 180px;
	}
	.point_cts_area .point_ttl .point_txt{
		width: 890px;
	}
}

/*20220118 NAKAYAMA*/
.teacher{width: 100%; padding-bottom: 36px;}
.teacher h3{width: 100%; background: #f5660f; padding: 15px 0; color: #ffffff; font-size: 32px; font-weight: bold; text-align: center; margin-bottom: 20px; line-height: 1.5em;}
.teacher_box{width: 1100px; margin: auto; display: flex; justify-content: space-between;}
.teacher dl{
	width: 780px;
	position: relative;
	background-color: #fff799;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	padding: 26px;
	box-sizing: border-box;
	border-radius: 12px;
}
.teacher dt{font-size:22px; color: #f5660f; font-weight: bold; border-bottom: #f5660f 1px solid; padding-bottom: 10px;}
.teacher dd{ margin-top: 24px;}
.teacher h4{font-weight: bold; font-size: 20px; margin-bottom: 10px;}
.teacher li{list-style: square; margin-left: 30px;}
.teacher_img{ width:300px;}
.teacher_img img{ width:100%;}

@media screen and (max-width:1100px){
	.teacher_box{width:90%;}
	.teacher dl{
		width: 68%;
	}
	.teacher_img{ width:30%;}
}

@media screen and (max-width:767px){
	.teacher h3{ font-size: 22px; padding: 15px;}
	.teacher_box{width:95%; flex-wrap:wrap;}
	.teacher dl{
		width: 100%;
	}
	.teacher dt{font-size:4.6vw;}
	.teacher h4{font-weight: bold; font-size: 4.2vw; margin-bottom: 10px;}
	.teacher_img{ width:100%;text-align: center;}
	.teacher_img img{ width:300px; margin-bottom: 20px;}
}



/* -----------------------

20220302小学生英語要素追加

-------------------------*/

/*nav*/
.nav_school_inner{
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 20px);
}
.nav_school_list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.nav_school_list_each{
  width: calc(50% - 5px);
  font-size: 12px;
  position: relative;
  line-height: 1.2;
}
.nav_school_list_each::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.nav_school_list_each>a{
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}
.btn_elementary>a{
  background-color: #FF6600;
}
.btn_juniorhigh>a{
  background-color: #04B5AB;
}
.elementary_area{
  background-color: #FFF9F2;
}
.elem_wrapper{
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}

/*elementary_area*/
.elem_title_bar{
  text-align: center;
  padding: 10px 0;
  background-color: #FF6600;
  color: #fff;
  font-size: 18px;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
}
.elem_title_bar.juniorhigh{
  background-color:#04B5AB;
}
.elem_title_bar::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #FF6600 transparent transparent transparent;
}
.elem_title_bar.juniorhigh::after{
  border-color: #04B5AB transparent transparent transparent;
}

.elem_sub_title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
.elem_sub_title_icon{
  width: 86px;
  margin-right: 10px;
}
.elem_above_title{
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.elem_title{
  text-align: center;
  line-height: 0;
}
.elem_title img{
  width: 100%;
}

.icon_isseki {
  width: 4.5em;
  position: absolute;
  top: -0.6em;
  right: -0.3em;
}
.icon_isseki img{
  width: 100%;
}
.elem_ttl_sp_hybrid{
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  background-color: #fff;
  border-top: #DBDCDC solid 2px;
  border-bottom: #DBDCDC solid 2px;
  padding: 1em 0;
  margin: 0 -10px 10px -10px;
}
.ttl_big_hybrid{
  font-size: 2em;
  color: #EC6C1F;
  position: relative;
}
.elem_read {
  text-align: center;
  font-weight: bold;
  /* color: #4C4948; */
  margin-bottom: 10px;
  position: relative;
}
.icon_difference {
  display: block;
  position: absolute;
  width: 20%;
  height: auto;
  top: -2em;
  left: 0;
}

.elem_red{
  color: #E8473F;
}
.elem_blue{
  color: #0082C8;
}
.elem_title_hybrid{
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
}
.before_elem_title_hybrid{
  padding-right: 1em;
}
.after_elem_title_hybrid{
  display: inline-block;
  transform: scale(-1, 1);
  padding-right: 1em;
}
.elem_hybrid_list_each{
  background-color: #fff;
  width: 100%;
  padding: 15px;
}
.elem_hybrid_list_img{
  margin-bottom: 15px;
}
.elem_hybrid_list_title{
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}
.elem_hybrid_title_strong{
  color: #FF6600;
  font-size: 24px;
  letter-spacing: 0.2em;
  padding-left: 0.5em;
}
.elem_hybrid_title_small{
  font-size: 18px;
}
.elem_hybrid_title_strong_jp {
  color: #E8473F;
}
.elem_hybrid_title_strong_en {
  color: #0082C8;
}
.elem_hybrid_list_title_below{
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
.elem_merit_title{
  height: 2em;
  background-color: #FF6600;
  color: #fff;
  border-radius: 2em;
  text-align: center;
  line-height: 2em;
  margin-bottom: 10px;
}
.elem_merit_title_jp{
  background-color: #E8473F;
}
.elem_merit_title_en {
  background-color: #0082C8;
}

.elem_merit_lest{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.elem_merit_lest li{
  width: 16em;
  margin-bottom: 1em;
  padding-left: 2em;
  position: relative;
  line-height: 1.5;
}
.elem_merit_lest li::before{
  content: ' ';
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(./img/icon_checked_red.png) no-repeat 0 0;
  background-size: 100% auto;
}
.elem_hybrid_list_each_en .elem_merit_lest li::before {
  background: url(./img/icon_checked_blue.png) no-repeat 0 0;
  background-size: 100% auto;
}
.elem_point2_box{
  background-color: #C94C4F;
  color: #fff;
  padding: 1em;
  text-align: center;
}
.elem_point2_wrap{
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.title_nationality{
  display: block;
  font-weight: normal;
}
.elem_point_jp_teacher{
  border: #E8473F 5px solid;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}
.elem_point_jp_teacher::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 24px 12px;
  border-color: transparent transparent #E8473F transparent;
}
.point_jp_teacher_title{
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
}
.color_red{
  color: #E8473F;
}
.point_jp_teacher_title_2{
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}
.underline_red {
  background: linear-gradient(transparent 60%, rgba(232, 71, 63, 0.2) 60%);
}
.elem_point_ttl{
  background-color: #FF6600;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.elem_point_each {
  background-color: #fff;
  padding: 20px;
}
.elem_point_each_ttl{
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.color_orange{
  color: #FF6600;
}
.elem_point_each_img{
  margin-bottom: 20px;
}
.elem_point_icon {
  width: 20%;
  margin-bottom: 5px;
}
/*only SP*/
@media screen and (max-width: 767px){
  .elem_point2_box{
    margin-bottom: 20px;
    font-size: 14px;
  }
  .elem_point2_txt{
    padding: 0 10px;
  }
  .elem_hybrid_list_each_jp {
    border: #E8473F 1px solid;
    margin-bottom: 10px;
  }
  .elem_hybrid_list_each_en {
    border: #0082C8 1px solid;
  }
  .elem_hybrid_icon{
    padding: 0 10px;
  }
  .elem_title {
    padding-top: 10px;
  }
  .elem_hybrid_list_img {
    position: relative;
  }
  .icon_teacher_sp {
    position: absolute;
    bottom: -10%;
    left: -13%;
    width: 43%;
    height: auto;
  }
  .icon_teacher_sp_fukidashi{
    position: absolute;
    width: 50%;
    top: -13%;
    left: 35%;
  }
  .point_jp_teacher_title_2 {
    border-top: #E8473F 1px solid;
    border-bottom: #E8473F 1px solid;
    padding: 0.5em;
    font-weight: bold;
  }
  .elem_point_ttl {
    font-size: 14px;
    padding: 0.2em;
  }
  .elem_point_each_ttl {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .elem_hybrid_list{
    margin-bottom: 20px;
  }
  .elem_point_each{
    margin-bottom: 10px;
  }
  .inner_elem_read {
    font-size: 15px;
  }
  .viewSP.viewSP_inline{
    display: inline-block;
  }
  .elem_merit_lest li {
    width: 17em;
    margin-left: 2em;
  }
  .icon_difference{
    left:-6%;
    width: 24%;
    top: -5em;
  }
  .elem_point_list{
    margin-bottom: 20px;
  }
}
/*up Tab*/
@media screen and (min-width: 768px){
  .nav_school_list_each{
    font-size: 26px;
  }
  .nav_school_list_each::after{
    right: 30px;
    width: 15px;
    height: 15px;
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff;
  }
  .elementary_area{
    margin-top: -80px;
    padding-top: 80px;
  }
  .elem_wrapper{
    padding-top: 0px;
  }
  .elem_title_bar{
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
  }
  .elem_sub_title{
    font-size: 16px;
    margin-bottom: 0;
  }
  .elem_sub_title_icon{
    width: 155px;
  }
  .elem_above_title{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .elem_title{
    font-size: 80px;
    padding: 30px 20px 0 20px;
  }
  .icon_isseki{
    width: 5em;
    top: -2.5em;
    right: 6em;
  }
  .inner_elem_read{
      background-color: #fff;
      border: #DBDCDC solid 4px;
      padding: 0.5em 4em;
      min-width: 1000px;
      line-height: 1;
      display: inline-block;
      font-size: 30px;
  }
  .elem_pc_hybrid_img{
    position: relative;
    margin-top: -24px;
    margin-bottom: 30px;
  }
  .elem_ttl_pc_hybrid{
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-47%);
    width: 40%;
  }
  .elem_in_out_pc{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,31%);
    width: 30%;
    z-index: 1;
  }
  .elem_title_hybrid{
    font-size: 32px;
    line-height: 1;
  }
  .elem_hybrid_list{
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    grid-template-rows: auto 30px auto;
    margin: -60px 0 50px 0;
  }
  .elem_hybrid_list_each{
    position: relative;
    padding-top: 20px;
  }
  .elem_hybrid_list_each_jp{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .elem_hybrid_list_each_en {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  .elem_point_jp_teacher{
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    padding:20px 30px;
  }
  .point_jp_teacher_title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .point_jp_teacher_title_2_inner{
    border-top: #E8473F 1px solid;
    border-bottom: #E8473F 1px solid;
    padding: 0.3em 1em;
    font-size: 18px;
  }
  .elem_point_jp_teacher::before{
    left: 25%;
  }
  .elem_hybrid_title_strong{
    font-size: 30px;
  }
  .elem_hybrid_title_small {
    font-size: 24px;
  }
  .elem_point2_box{
    font-size: 24px;
    width: 340px;
    margin-right: 20px;
  }
  .elem_point2_wrap{
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
  }
  .elem_point2_txt{
    width: calc(100% - 360px);
  }
  #point_head{
    padding-top: 80px;
    margin-top: -80px;
    background-position: center 120px;
  }
  .elem_read{
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .icon_difference {
    top: -2em;
    width: 136px;
    left: -10px;
  }
  .elem_title {
    margin-bottom: 30px;
  }
  .icon_teacher_pc{
    display: block;
    position: absolute;
    bottom: -9%;
    left: -4%;
    width: 18%;
    height: auto;
    z-index: 10;
  }
  .icon_teacher_pc_fukidashi {
    position: absolute;
    width: 45%;
    top: -13%;
    left: 40%;
  }
  .icon_teacher_pc_en{
    left: auto;
    right: -4%;
  }
  .title_nationality {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  .elem_hybrid_list_title_below {
    font-size: 20px;
    color: #4C4948;
    font-weight: 600;
    min-height: 4.2em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .elem_point_ttl {
    font-size: 23px;
    margin-bottom: 20px;
    padding: 0.1em 0;
  }
  .elem_point_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .elem_point_each {
    width: 32%;
  }
  .elem_point_each_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/*only PC*/
@media screen and (min-width: 1101px){
  .elem_icon_point{
    left: -64px;
    width: 134px;
  }
  .elem_ttl_pc_hybrid {
    top: 5%;
    transform: translateX(-40%);
    width: 45%;
  }
  .elem_hybrid_title_strong {
    font-size: 38px;
  }
  .point_jp_teacher_title {
    font-size: 28px;
  }
}


/* -----------------------

動画追加 20220318

-------------------------*/
.movie{
  padding: 20px 0 20px 0;
  margin-bottom: 40px;
  background-color: #fffce1;
}

.movie-box{
  width: 96vw;
  height: 65vw;
  margin: 0 auto;
  position: relative;
}
.movie-title{
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 0.8em;
}
.movie-box iframe{
  width: 96vw !important;
  height: 65vw !important;
}
.movie-title-before {
  display: inline-block;
  padding-left: 1em;
  transform: scale(-1, 1);
}

.movie-title-after {
  display: inline-block;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .movie-title{
    font-size: 4.6vw;
    margin: 0 auto 1em;
  }
  .movie-title.movie-title-sp-2l {
    background-image: url(./img/icon_lines.svg), url(./img/icon_lines_after.svg);
    background-position: top 0 left 0, top 0 right 0;
    background-size: auto 100%, auto 100%;
    background-repeat: no-repeat, no-repeat;
    max-width: 18em;
  }
  .movie-title-sp-2l .movie-title-before,
  .movie-title-sp-2l .movie-title-after {
    display: none;
  }
}
@media screen and (min-width: 768px){
  .movie{
    padding: 80px 0 80px 0;
    margin-bottom: 40px;
  }
  .movie-title{
    font-size: 32px;
    margin-bottom: 1em;
  }
  .movie-box{
    width: 800px;
    height: 480px;
    margin: 0 auto;
  }
  .movie-box iframe{
    width: 800px !important;
    height: 480px !important;
    left: 0;
  }
}

/* 小学生英語コース動画、受講生の声追加 */

.elem_voice_list_each{
  background-color: #fff;
  padding: 20px;
  border: 1px solid #D6D7D7;
  border-radius: 10px;
}
.elem_voice_img {
  width: 126px;
  margin: 0 auto 20px;
}
.elem_voice_name{
  text-align: center;
  font-weight: bold;
  color: #4C4948;
  font-size: 16px;
}
.elem_voice_grade{
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 0.5em;
  border-bottom: dotted 2px #ADADAD;
  color: #FF6602;
  font-weight: bold;
  font-size: 16px;
}
.icon_question{
  background-color: #E3473F;
  color: #fff;
  padding: 0.1em 0.5em;
  border-radius: 2px;
  font-weight: normal;
}
.icon_question_en{
  background-color: #0080C3;
}
.icon_question_pt {
  background-color: #FF6602;
}
.elem_voice_answer_list_each:not(:last-child){
  margin-bottom: 1em;
}
.voice_each_answer::before{
  content: 'A.';
  font-weight: bold;
  display: inline-block;
  padding-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .voice_each_question_txt.viewSP{
    display: inline-block;
  }
  .icon_question{
    display: inline-block;
    margin-right: 0.5em;
  }
  .voice_each_qustion{
    margin-bottom: 0.2em;
  }
  .voice_each_question_txt{
    font-size: 14px;
    font-weight: bold;
  }
  .voice_each_question_txt_jp{
    color: #E3473F;
  }
  .voice_each_question_txt_en {
    color: #0080C3;
  }
  .voice_each_question_txt_pt {
    color: #FF6602;
  }
  .elem_voice_list_each:not(:last-child){
    margin-bottom: 20px;
  }
  .elem_movie_area{
    margin-bottom: 20px;
  }
  .voice_each_answer{
    padding-left: 2.8em;
    position: relative;
  }
  .voice_each_answer::before{
    padding-right: 0.2em;
    position: absolute;
    top: 0;
    left: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .elem_voice_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .elem_voice_list_each{
    width: calc(33.33% - 10px);
    padding: 30px 20px 20px 20px;
  }
  .elem_voice_img{
    width: 126px;
  }
  .elem_voice_name {
    font-size: 18px;
  }
  .elem_voice_grade {
    font-size: 18px;
  }
  .elem_voice_answer_list_each{
    display: flex;
  }
  .voice_each_qustion{
    width: 3em;
  }
  .voice_each_answer{
    width: calc(100% - 3em);
  }
  .voive_questions_list{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .voive_questions_list .icon_question{
    margin-right: 0.2em;
  }
  .voive_questions_list_each{
    margin-right: 1em;
    font-weight: bold;
    font-size: 16px;
  }
  .voive_questions_list_each_jp {
    color: #E3473F;
  }

  .voive_questions_list_each_en {
    color: #0080C3;
  }

  .voive_questions_list_each_pt {
    color: #FF6602;
  }
  .elem_movie_area {
    margin-bottom: 60px;
  }
}

/* 小学生英語コース動画、受講生の声追加ここまで */


/* 小学生英語コース改定 */
.questionnaire_area,.voice_questions_area{
  background-color: #fff;
  border-radius: 10px;
}
.questionnaire_list{
  display: flex;
}
.voice_questions_list{
  
}
.voice_questions_list_each{
  padding-left: 1.5em;
  position: relative;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.voice_questions_list_each:before{
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background-color: #FF6600;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.elem_online{
  background-color: #FFFAC6;
  padding: 6px 20px 10px 20px;
  margin-bottom: 20px;
}
.elem_online_title{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 0.2em;
  color: #E8473F;
}
.elem_online_subtitle{
  text-align: center;
  font-weight: bold;
}
.elem_online_txt{
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .questionnaire_area {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .voice_questions_area {
    padding: 20px;
    margin-bottom: 20px;
  }
  .questionnaire_list{
    flex-wrap: wrap;
  }
  .questionnaire_list_each {
    padding: 5px 0 5px 5px;
  }
  .voice_questions_illust{
    width: 50%;
    margin: 0 auto 20px;
  }
  .elem_point_list_aside {
    margin: -18px 0 30px 0;
  }
  .elem_point_list_aside{
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .questionnaire_area,.voice_questions_area {
    padding: 30px 30px 60px 30px;
    margin-bottom: 60px;
    position: relative;
  }
  .voice_questions_area {
    padding: 40px 30px 40px 30px;
  }
  .questionnaire_list{
    position: relative;
    justify-content: space-between;
  }
  .questionnaire_list_each{
    width: calc(33.33% - 10px);
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .voice_questions_illust {
    width: 142px;
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-25em);
  }
  .elem_point_list_aside{
    margin: -50px 0 60px 0;
    font-size: 0.8em;
    text-align: right;
  }
  .elem_point_each_txt_aside {
    font-size: 0.8em;
    line-height: 1.4;
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 1100px) {
  .voice_questions_illust {
    transform: translateX(-27em);
  }
}
/* 小学生英語コース改定ここまで */


/* 改定20240928ここから */

.elem_list_each {
  border-radius: 10px;
  text-align: center;
}
.elem_jp{
  background-color: #EAF5F1;
  border:1px solid #39B69A;
}
.elem_en{
  background-color: #ECF6FA;
  border: 1px solid #34B3D0;
  position: relative;
}
.elem_each_icon_x{
  position: absolute;
}
.elem_each_img{
  position: relative;
}
.elem_each_img img{
  border-radius: 10px;
}
.elem_baloon{
  position: absolute;
  display: block;
  bottom: -30px;
  right: -30px;
  width: 36%;
}
.jp_strong{
  font-weight: bold;
  color: #39B69A;
}
.en_strong{
  font-weight: bold;
  color: #34B3D0;
}
.elem_merit_each:nth-child(1) {
  background-color:#39B69A;
}
.elem_merit_each:nth-child(2) {
  background-color: #34B3D0;
}
.elem_merit_each:nth-child(3) {
  background-color: #EB6F91;
}
.elem_merit_each {
  border-radius: 10px;
}
.elem_merit_each_txt{
  color: #fff;
}
.elem_merit_each_ttl{
  color: #FFF382;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.elem_img_each img{
  width: 100%;
}
.question_ttl{
  margin-bottom: 10px;
}
.question_ttl img{
  width: 100%;
}
.interpreter_img img{
  border-radius: 10px;
}
.interpreter_area {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .elem_list{
    margin-bottom: 20px;
  }
  .elem_list_each{
    padding: 30px;
  }
  .elem_each_lead{
    margin-bottom: 10px;
  }
  .elem_each_ttl {
    margin: 0 -20px 10px -20px;
  }
  .elem_each_ttl img{
    height: 23vw;
  }
  .elem_each_img{
    margin-bottom: 10px;
  }
  .elem_each_txt{
    font-size: 16px;
  }
  .elem_merit_list {
    margin-bottom: 20px;
  }
  .elem_merit_each {
    padding: 20px;
  }
  .elem_merit_each_ttl {
    font-size: 19px;
  }
  .elem_list_each:not(:last-child){
    margin-bottom: 20px;
  }
  .elem_merit_each:not(:last-child){
    margin-bottom: 10px;
  }
  .elem_img_each{
    padding: 0 20px;
  }
  .elem_img_each:not(:last-child){
    margin-bottom: 20px;
  }
  .elem_img_list{
    margin-bottom: 50px;
  }
  .questionnaire_list_each{
    padding: 0 30px 30px;
  }
  .interpreter_area {
    padding: 40px;
  }
  .interpreter_img {
    width: 145px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .interpreter_box_img {
    text-align: center;
    margin: 0 auto 20px;
    width: 96px;
  }
  .elem_each_icon_x {
    top: -10px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .elem_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .elem_list_each {
    padding: 50px;
    width: calc(50% - 10px);
  }
  .elem_each_lead {
    margin-bottom: 10px;
  }
  .elem_each_ttl{
    margin-bottom: 20px;
  }
  .elem_each_img{
    margin-bottom: 20px;
  }
  .elem_each_txt {
    font-size: 22px;
  }
  .elem_each_icon_x {
    top: 50%;
    left: -10px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
  }
  .elem_merit_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .elem_merit_each{
    width: calc(33.33% - 10px);
    text-align: center;
    padding: 30px;
  }
  .elem_merit_each_ttl {
    font-size: 26px;
  }
  .elem_img_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .elem_merit_each {
    width: calc(33.33% - 10px);
  }
  .elem_img_each{
    width: calc(33.33% - 10px);
  }
  .elem_each_ttl{
    margin: 0 -40px 20px -40px;
  }
  .elem_each_ttl img {
    max-width: 100%;
    height: 124px;
    width: auto;
  }
  .interpreter_area {
    padding:40px 60px;
    display: flex;
    justify-content: space-between;
  }
  .interpreter_img{
    width: 234px;
  }
  .interpreter_box{
    width: calc(100% - 264px);
  }
  .interpreter_box_img{
    margin-bottom: 20px;
  }
}


/* 改定20240928ここまで */