#page-home #top-page {
  font-family: "Noto Sans JP", sans-serif;
}

#page-home .container {
  width: 1080px;
  margin:0 auto;
}

#page-home #top-page .pink {
  background: #be5f5f;
}

#page-home #top-page .blue {
  background: #5c7597;
}

#page-home #top-page .oliver {
  background: #a69242;
}

#page-home #top-page .slider-top .slider-top-sp {
  display: none;
}

#page-home #top-page .slider-top {
  position: relative;
}

#page-home #top-page .slider-top a {
  outline: none;
}

#page-home #top-page .slider-top_one-img {
  max-width: 1100px;
  margin: 0 auto;
}

#page-home #top-page .slider-top a:hover {
  transition: none;
  opacity: 0.9;
}

#page-home #top-page .slider-top .box-text {
  position: absolute;
  width: 42%;
  top: 25%;
  right: 10%;
}

#page-home #top-page .slider-top .box-text_continue {
  font-size: 44px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 25px;
  /* background-image: url("../../images/top_page/eikaiwa_top_text.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px; */
}

#page-home #top-page .slider-top .box-text_desc {
  margin-bottom: 45px;
  font-size: 17px;
  line-height: 27px;
  color: #222222;
}

#page-home #top-page .slider-top .box-text_form_group-text {
  margin-bottom: 15px;
  text-align: center;
  color: #26AFAF;
}

#page-home #top-page .slider-top .box-text_form_group-text .text {
  position: relative;
  display: inline;
  font-size: 24px;
  line-height: 35px;
}

#page-home #top-page .slider-top .box-text_form_group-text span {
  font-family: 'FuturaBT-Medium';
  font-size: 26px;
  line-height: 35px;
}

#page-home #top-page .slider-top .box-text_form_group-text .text::before{
  content: "";
  width: 3px;
  height: 24px;
  background-color: #f2c01a;
  position: absolute;
  left: -15px;
  bottom: 5px;
  transform: rotate(-30deg);
}

#page-home #top-page .slider-top .box-text_form_group-text .text::after {
  content: "";
  width: 3px;
  height: 24px;
  background-color: #f2c01a;
  position: absolute;
  right: -20px;
  bottom: 5px;
  transform: rotate(-150deg);
}

#page-home #top-page .slider-top .box-text_form .box-text_form_btn {
  position: relative;
  width: 100%;
  min-height: 60px;
  border-radius: 3px;
  border: none;
  background-color: #26afaf;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 4px 4px #C0E0E0;
  cursor: pointer;
  background-image: url("../../images/top_page/arrow_r.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
}

.slider-top-pc {
  visibility: hidden;
}

.slider-top-pc .slick-track {
  will-change: transform;
  display: flex;
  box-sizing: border-box;
  width: 100% !important;
  height: 100%;
  padding: 0;
  margin: 0;
}
.slider-top-pc .slick-slide {
  width: 100%;
  flex-shrink: 0;
  padding: 0 0;
}

#page-home
#top-page
.slider-top-sp
.slick-initialized
.slick-slider
.slick-dotted {
  margin-bottom: 0 !important;
}

/* slick-dots */
.slick-dots li button {
  background: none;
}
#page-home #top-page .slider-top .slider-top-pc .slick-dots li button:before {
  font-size: 6px;
  color: #ffff;
  opacity: .5;
}

#page-home #top-page .slider-top .slider-top-pc .slick-dots li.slick-active button:before {
  color: #D23339;
  opacity: 1!important;
}
#page-home #top-page .slider-top .slider-top-pc .slick-dots li {
  margin: 0px 2px 0 0;
}
#page-home #top-page .slider-top .slider-top-pc .slick-dots {
  bottom: 85px;
  text-align: right;
  width: 1024px;
  margin: 0 auto;
  right: -17px;
  left: 0;
  z-index: 2;
}
.slider-top-pc.slick-dots li {
  margin: 0 2px;
}
/* banner */
.ctn-banner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.ctn-banner .banner-info {
  position: absolute;
  top: 78px;
  left: 20px;
}
.ctn-banner .banner-info img {
  width: 320px;
}
.ctn-banner .satisfaction {
  position: absolute;
  top: 68px;
  right: -10px;
}
.ctn-banner .satisfaction img {
  width: 289px;
}
.ctn-banner .banner-recommend {
  position: absolute;
  width: 1024px;
  background: #D23339;
  border-radius: 44px;
  bottom: -23.5px;
  left: 20px;
}
.ctn-banner .banner-recommend p {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 1.75;
  text-align: center;
  padding: 6px;
}
.ctn-banner .banner-recommend p span {
  color: #FFDB89;
}
.ctn-banner .banner-recommend p span span {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
.ctn-banner .note {
  position: absolute;
  bottom: 40px;
  text-align: right;
  width: 1024px;
  margin: 0 auto;
  right: 0;
  left: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
}

.ctn-banner .btn-banner {
  position: absolute;
  bottom: 110px;
  left: 20px;
  z-index: 2;
  transition: all 0.5s;
}
.ctn-banner .btn-banner:hover {
  cursor: pointer;
}
.ctn-banner .btn-banner a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.ctn-banner .btn-banner a:hover {
  cursor: pointer;
}
.ctn-banner .btn-banner a span {
  width: 406px;
  background: #CFAD5F;
  border-radius: 4px;
  position: relative;
  padding: 18px 0;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  transition: all 0.5s;
}
.ctn-banner .btn-banner a span::after {
  content: url(../../images/icon_arrow-banner.svg);
  position: absolute;
  right: 20px;
  top: 28%;
}

.ctn-banner .btn-banner a span b {
  position: absolute;
  transform: translate(-50%, -55%);
  background-color: #fff;
  color: #CFAD5F;
  top: 0;
  left: 50%;
  width: 90%;
  padding: 3px 0;
  font-size: 14px;
  border-radius: 5px;
  border: #CFAD5F 2px solid;
}
.ctn-banner .btn-banner a {
  text-decoration: none;
}
.ctn-banner .btn-banner a:hover {
  opacity: 1!important;
  border-radius: 16px;
}
.ctn-banner .btn-banner a:hover span {
  margin-bottom: 5px;
}

#page-home #top-page .triangle-down {
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 25px solid #e8e8e8;
  position: absolute;
  top: 96px;
  left: 48%;
}

#page-home #top-page .section-banner {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

#page-home #top-page .section-banner .img-banner {
  max-width: 700px;
}

#page-home #top-page .box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#page-home #top-page .box-title {
  color: #9a9c9d;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.9rem;
  margin-bottom: 32px;
  font-family: 'FuturaBT-Medium';
}

#page-home #top-page .box-sub-title {
  font-family: 'HiraginoSans-W3';
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 40px;
  font-weight: bold;
}

.break {
  background: #d2313a;
  height: 8px;
  width: 25px;
  margin-bottom: 69px;
}

#page-home #top-page .box-content .content {
  font-size: 20px;
  text-align: center;
  line-height: 27px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

#page-home #top-page .box-content .content span {
  color: #26AFAF;
  font-weight: bold;
}

#page-home #section-content .wrapper-content {
  margin: 49px auto 0;
  max-width: 1200px;
}

#page-home #top-page #section-content .wrapper-content .content-item-left {
  display: flex;
  margin-bottom: 325px;
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-left
.warpper-image {
  background: #f1f1f2;
  width: 54%;
  height: 343px;
  position: relative;
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-left
.warpper-image
.no {
  color: #737373;
  font-size: 91px;
  position: absolute;
  top: -27px;
  left: 40px;
  font-family: 'FuturaBT-Medium';
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-left
.warpper-image
.content-left-image {
  text-align: center;
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-left
.warpper-image
.wrapper-content-left-image {
  text-align: center;
  padding-top: 100px;
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-left
.content-text {
  position: relative;
  top: 116px;
  left: -53px;
  max-width: 544px;
  text-shadow: 1px 1px 4px rgba(255,255,255,0.9), -1px -1px 4px rgba(255,255,255,0.9);
}

#page-home #top-page #section-content .wrapper-content .content-text .content-text-title {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
}

/* #page-home #top-page #section-content .wrapper-content .content-item-right .content-text .content-text-title {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
} */


#page-home #top-page #section-content .wrapper-content .content-text .content-text-sub {
  font-size: 16px;
  margin-top: 21px;
  line-height: 29px;
  font-weight: 400;
}

/* #page-home #top-page #section-content .wrapper-content .content-item-right .content-text .content-text-sub {
  font-size: 16px;
  margin-top: 34px;
  line-height: 28px;
  margin-bottom: 47px;
} */

#page-home #top-page .underlined {
  font-weight: bold;
  box-shadow: 0 -6px inset rgba(255, 255, 0, 0.6);
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-left
.warpper-image
.features {
  transform: rotate(90deg);
  top: 112px;
  left: 20px;
  position: absolute;
  font-size: 36px;
  font-family: "learning_curve_bold";
}

#page-home #top-page .content-button {
  width: 244px;
  height: 61px;
  background: #d2313a;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-top: 68px;
  position: relative;
  margin-left: 300px;
  outline: none;
  cursor: pointer;
}

#page-home #top-page .content-button:hover {
  opacity: 0.5;
}

#page-home #top-page #section-content .wrapper-content .button-left {
  right: -50px;
}

#page-home #top-page .content-button a{
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-home #top-page #section-content .wrapper-content .arrow {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  top: 24px;
  right: 39px;
  padding: 6px;
  -webkit-transform: rotate(-45deg);
  position: absolute;
  display: inline-block;
}

#page-home #top-page #section-content .wrapper-content .content-item-right {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 325px;
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-right
.warpper-image {
  background: #f1f1f2;
  width: 54%;
  height: 343px;
  position: relative;
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-right
.warpper-image
.no {
  color: #737373;
  font-size: 93px;
  position: absolute;
  top: -29px;
  right: 41px;
  font-family: 'FuturaBT-Medium';
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-right
.warpper-image
.features {
  transform: rotate(90deg);
  top: 108px;
  right: 14px;
  position: absolute;
  font-size: 36px;
  font-family: "learning_curve_bold";
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-right
.warpper-image
.content-left-image {
  padding-top: 100px;
}

#page-home
#top-page
#section-content
.wrapper-content
.content-item-right
.wrapper-content-left-image {
  text-align: center;
}

#page-home #top-page #section-content .wrapper-content .content-item-right .content-text {
  position: absolute;
  left: 0;
  max-width: 547px;
  margin-top: 100px;
  z-index: 1;
  text-shadow: 1px 1px 4px rgba(255,255,255,0.9), -1px -1px 4px rgba(255,255,255,0.9);
}

#page-home #top-page #section-content .wrapper-content .content-item-right .content-button {
  margin-left: 0px;
  margin-top: 68px;
}

/* #section-content */

#page-home #top-page #section-schools .wrapper-school {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
}

#page-home #top-page #section-schools .wrapper-school .school-title {
  margin-top: 166px;
  color: #9a9c9d;
  font-size: 68px;
  margin-bottom: 22px;
  font-family: 'FuturaBT-Medium';
}

#page-home #top-page #section-schools .wrapper-school .school-sub-title {
  font-size: 43px;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: -3px;
}

#page-home #top-page #section-schools .wrapper-school .school-image {
  position: relative;
  height: 500px;
}

#page-home #top-page #section-schools .wrapper-school .school-image-phone{
  position: absolute;
  left: -370px;
  top: 61px;
}

#page-home #top-page #section-schools .wrapper-school .school-image-map{
  position: absolute;
  left: -154px;
  top: 149px;
  zoom: 0.5;
}

#page-home #top-page #section-schools .wrapper-school .school-text {
  font-size: 24.57px;
  margin-bottom: 122px;
  margin-top: 82px;
  font-weight: 400;
  font-family: "AGaramondPro";
}

#page-home #top-page #section-schools .wrapper-school .school-content {
  font-size: 16px;
  max-width: 788px;
  line-height: 24px;
  margin-bottom: 66px;
}

#page-home #top-page #section-schools .wrapper-school .btn-wrapper {
  margin-bottom: 190px;
}

#page-home #top-page #section-schools .wrapper-school .btn-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}

#page-home #top-page .red-button {
  width: 242px;
  height: 61px;
  background: #d2313a;
  color: #fff;
  border: none;
  font-size: 18px;
  position: relative;
  outline: none;
  cursor: pointer;
}

#page-home #top-page .red-button:hover {
  opacity: 0.5;
}

#page-home #top-page .red-button .arrow {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  top: 24px;
  right: 39px;
  padding: 6px;
  -webkit-transform: rotate(-45deg);
  position: absolute;
  display: inline-block;
}

/* #section-school */

#page-home #top-page #section-lesson .wrapper-lesson {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 209px;
}

#page-home #top-page #section-lesson .wrapper-lesson .lesson-title {
  color: #179d9f;
  font-size: 52px;
  font-family: "learning_curve_bold";
  letter-spacing: -1px;
  margin-bottom: 42px;
}

#page-home #top-page #section-lesson .wrapper-lesson .lesson-sub {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 50px;
}

#page-home #top-page #section-lesson .wrapper-lesson .lesson-content {
  max-width: 768px;
  line-height: 29px;
  margin-top: 55px;
  font-size: 16px;
}

#page-home #top-page #section-lesson .wrapper-lesson .image-wrapper {
  text-align: center;
}

#page-home #top-page #section-lesson .wrapper-lesson .button-trial {
  width: 70%;
  margin-top: 102px;
}

/* section-lesson */

/* #page-home #top-page #section-voices {
  background: #f3f3f3;
} */
/* 
#page-home #top-page #section-voices .wrapper-voice {
  padding: 35px 0 30px;
}
#page-home #top-page #section-voices .wrapper-voice .voice-nav-list {
  text-align: center;
}
#page-home #top-page #section-voices .wrapper-voice .voice-nav-list input {
  display: none;
}
#page-home #top-page #section-voices .wrapper-voice .voice-nav-list label {
  display: inline-block;
  padding: 3px 16px;
  color: #959797;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
}

#page-home #top-page #section-voices .wrapper-voice .voice-nav-list input:checked + label {
  cursor: pointer;
  background: #D23339;
  border-radius: 44px;
  color: #fff;
} */



/* #section-voices */

#page-home #top-page #section-news .wrapper-news {
  padding-top: 254px;
}

#page-home #top-page #section-news .list-news {
  width: 100%;
  padding: 60px 0 0;
}

#page-home #top-page #section-news .list-news a {
  text-decoration: none;
  transition: all 0.5s;
}
#page-home #top-page #section-news .list-news .btn-top a:hover {
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
#page-home #top-page #section-news .list-news .btn-top a:hover span {
  margin-top: -5px;
}
#page-home #top-page #section-news .list-news a .title span {
  display: none;
}
#page-home #top-page #section-news .list-news a.blank .title span {
  background: url(../../images/icon_blank_nomal.svg);
  width: 14px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
#page-home #top-page #section-news .list-news a:hover,
#page-home #top-page #section-news .list-news a:hover .item-top .date,
#page-home #top-page #section-news .list-news a:hover .title {
  color: #D23339;
  opacity: 1;
}

#page-home #top-page #section-news .list-news a:hover .button-new {
  background: #D23339;
  color: #fff;
  border: 1px solid #D23339;
}

#page-home #top-page #section-news .list-news .new-item {
  display: flex;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  align-items: center;
  background: #fff;
  position: relative;
}

#page-home #top-page #section-news .list-news .new-item .item-top {
  display: flex;
  align-items: center;
}

#page-home #top-page #section-news .list-news .new-item .date {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  text-align: justify;
  color: #2C2F2F;
  width: 82px;
}

#page-home #top-page #section-news .list-news .new-item .button-new {
  margin-left: 20px;
  font-size: 12px;
  color: #D23339;
  border: solid 1px #D23339;
  border-radius: 100px;
  padding: 6px 0 5px;
  background: #fff;
  min-width: 110px;
  display: inline-block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
}

#page-home #top-page #section-news .list-news .new-item a{
  text-decoration: none;
  color: #696969;
}

#page-home #top-page #section-news .list-news .new-item .title {
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #2C2F2F;
  padding-right: 25px;
}
#page-home #top-page #section-news .list-news .new-item .title::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../images/arrow_right_red.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-20px,-50%);
  transform: translate(-20px,-50%);
}

#page-home #top-page #section-news .list-news .btn-top {
  width: 494px;
  margin: 0 auto;
}
/* #page-home #top-page #section-news .list-news .btn-top:hover {
  margin: 55px auto 5px;
  color: #fff!important;
} */
.btn-top a:hover {
  cursor: pointer;
}
.btn-top a:hover span {
  border-radius: 16px;
}
#page-home #top-page #section-news .list-news .btn-top a {
  display: inline-block;
  text-align: center;
  width: 100%;
  min-height: 80px;
  margin: 60px auto 0;
}
#page-home #top-page #section-news .list-news .btn-top a span {
  padding: 26px 30px 26px 10px;
  margin-bottom: 0;
  width: calc(100% - 40px);
}
#page-home #top-page #section-news .wrapper-button-loadmore {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 55px;
  outline: none;
}

#page-home #top-page #section-news .wrapper-button-loadmore .button-loadmore {
  width: 242px;
  height: 61px;
  background: #f2f2f2;
  color: #333333;
  border: none;
  font-size: 18px;
  margin-bottom: 157px;
  position: relative;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}

#page-home #top-page #section-news .wrapper-button-loadmore .button-loadmore:hover {
  opacity: 0.5;
}

#page-home
#top-page
#section-news
.wrapper-button-loadmore
.button-loadmore
.arrow {
  border: solid #333333;
  border-width: 0 2px 2px 0;
  top: 24px;
  right: 39px;
  padding: 6px;
  -webkit-transform: rotate(-45deg);
  position: absolute;
  display: inline-block;
}

/* section #benefit-system */
#benefit-system{
  margin: 86px 0 6px;
}

#benefit-system .c-headingTop{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

#benefit-system .benefit-system_wrapper{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

#benefit-system .benefit-system_des{
  font-size: 14px;
  line-height: 24px;
  margin-top: 60px;
  margin-bottom: 40px;
}
#benefit-system .benefit-system_des span{
  font-weight: bold;
  color: #d23339;
}
#benefit-system .benefit-system_ctn h3{
  font-size: 28px;
  margin-bottom: 20px;
}

#benefit-system .benefit-system_ctn .benefit-system_ctn_fl{
  display: flex;
}

#benefit-system .benefit-system_ctn .benefit-system_ctn_fl .benefit-system_ctn_fl_R{
  margin-left: 39px;
  padding-top: 2px;
}

#benefit-system .benefit-system_ctn .benefit-system_ctn_fl .benefit-system_ctn_fl_R h4{
  font-size: 24px;
}

#benefit-system .benefit-system_ctn .benefit-system_ctn_fl .benefit-system_ctn_fl_R p{
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 20px;
}

#benefit-system .benefit-system_ctn .benefit-system_ctn_fl .benefit-system_ctn_fl_R .btn-top a{
  width: 368px;
  height: 80px;
}

#benefit-system .benefit-system_ctn .benefit-system_ctn_fl .benefit-system_ctn_fl_R .btn-top a span{
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #section-voices */
#section-voices {
  background: #f5f5f5;
  margin-top: -30px;
  padding-bottom: 48px;
}

#page-home #top-page #section-company {
  background: #f5f5f5;
  padding: 10px 0 50px 0;
  text-align: center;
}

#page-home #top-page .box-option .box-option-item .arrow {
  display: none;
}

#page-home #top-page #section-content .content-item-sp {
  display: none !important;
}

#page-home #top-page #section-company .company-img-sp {
  display: none;
}

#page-home #top-page .wrapper-graph-sp {
  display: none;
}

#page-home #top-page .wrapper-trial-lesson{
  margin-top: 188px;
}

#page-home #top-page #section-company .company-img-pc .wrapper-company{
  display:flex; 
  padding: 108px 100px; 
  background: #fff;
}

#page-home #top-page #section-company .company-img-pc .wrapper-company .item-company{
  padding: 0 40px;
  object-fit: contain;
  width: 169px; 
}

#page-home #top-page #section-company .company-img-pc .wrapper-company .logo_mercari{
  width: 169px;
}

#page-home #top-page #section-company .company-img-pc .wrapper-company .logo_bizreach{
  width: 156px;
}

#page-home #top-page #section-company .company-img-pc .wrapper-company .logo_lig{
  width: 106px;
}

#page-home #top-page #section-company .company-img-pc .wrapper-company .logo_tel{
  width: 169px;
}

#page-home #top-page .c-heading{
  text-align: center;
  padding: 40px 0;
}

#page-home #top-page .c-heading .c-heading_title{
  font-size: 40px;
  color: #9A9C9D;
  font-family: 'FuturaBT-Medium';
  letter-spacing: 0.09em;
  font-weight: 100;
} 

#page-home #top-page .c-heading .c-heading_sub{
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-top: 15px;
}  
/* 
#page-home #top-page .c-heading::after{
  content: '';
  height: 5px;
  width: 25px;
  background: #D2313A;
  display: inline-block;
  margin-top: 27px;
}  */

#page-home #top-page #feature .feature_group{
  text-align: center;
  background: #F8F8F8;
  padding: 60px 0;
} 

#page-home #top-page .l-pageContent{
  width: 780px;
  margin: 0 auto;
} 

#page-home #top-page #feature .feature_text{
  font-size: 16px;
  line-height: 28px;
  margin: 40px 5px 40px 5px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
} 

#page-home #top-page .c-btn_custimize{
  font-family: 'FuturaBT-Medium';
  background: #26AFAF;
  color: white;
  font-size: 18px;
  width: 252px;
  height: 47px;
  border: none;
  outline: none;
  border-radius: 5px;
  position: absolute;
  bottom: -20px;
  left: 30px;
  box-shadow: 5px 5px #E3E3E3;
}

#page-home #top-page .c-btn_custimize span{
  color: white;
  font-size: 22px;
}

#page-home #top-page #feature .feature_list .feature_list_item .feature_list_item_img{
  position: relative;
}

#page-home #top-page #feature .feature_list .feature_list_item .feature_list_item_title{
  font-size: 22px;
  line-height: 30px;
  margin-top: 50px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 700;
}

#page-home #top-page #feature .feature_list .feature_list_item .feature_list_item_content{
  font-size: 15px;
  line-height: 26px;
  margin-top: 18px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}

#page-home #top-page #feature .feature_list .feature_list_item .feature_list_item_subContent{
  font-size: 13px;
  line-height: 26px;
  margin-top: 25px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}

#page-home #top-page .c-readmore{
  text-align: center;
}

.c-button_readmore{
  font-size: 16px;
  font-weight: bold;
  color: #D2313A;
  outline: none;
  border: solid 1px #D2313A;
  width: 280px;
  height: 60px;
  text-align: center;
  background-color: white;
  box-shadow: 5px 5px #E8C9CB;
  border-radius: 5px;
  margin: 35px 0 60px 0;
  position: relative;
  cursor: pointer;
}

.c-button_readmore::after{
  content: url('../../images/top_page/ic-next.png');
  position: absolute;
  right: 10px;
  top: 34%;
}

#page-home #top-page #feature .feature_list .feature_list_item .feature_list_item_l-content{
  padding: 0 30px;
}

.c-pageSubHeading{
  background-color: #F8F8F8;
  padding: 35px 0;
  text-align: center;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}

.c-pageSubHeading .c-pageSubHeading_content{
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

.u-breakText{
  display: none;
}

.c-pageSubHeading .c-pageSubHeading_link{
  text-decoration: none;
  font-size: 22px;
  color: #26AFAF;
}

.c-pageSubHeading::after{
  content: "";
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 25px solid #F8F8F8;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 27px);
}

#page-home #top-page #feature .feature_table{
  margin-top: 80px;
}

#page-home #top-page #feature .feature_table.mt-40{
  margin-top: 40px;
}

#page-home #top-page #feature .feature_table .table-merise table tbody th{
  text-align: left;
  padding-left: 13px;
  font-weight: normal;
}

#page-home #top-page #feature .feature_table .table-merise table thead th{
  font-weight: normal;
}

#page-home #top-page #feature .note{
  text-align: right;
  margin-top: 20px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}

#page-home #top-page #feature .feature_title{
  text-align: center;
  margin: 76px 0 40px 0;
}

#page-home #top-page #feature .feature_title h2{
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

#page-home #top-page #feature .feature_title::after{
  content: '';
  text-align: center;
  width: 25px;
  height: 5px;
  background-color: #26AFAF;
  display: inline-block;
  margin-top: 22px;
}

#page-home #top-page #feature .feature_content{
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 50px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}

#page-home #top-page #feature .feature_freeTrial{
  background-color: #F8F8F8;
  text-align: center;
  padding: 50px 0;
}

#page-home #top-page #feature .feature_freeTrial .feature_freeTrial_heading{
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 17px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

#page-home #top-page #feature .feature_freeTrial .feature_freeTrial_heading span{
  color: #D2313A;
}

.c-freeTrial_title{
  margin: 30px 0 16px 0;
  color: #26AFAF;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.03em;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

.c-freeTrial_title span{
  font-family: 'FuturaBT-Medium';
  font-size: 26px;
}

.c-freeTrial_title::before{
  content: '';
  width: 3px;
  height: 25px;
  display: inline-block;
  background-color: #F2C01A;
  transform: rotate(-23deg);
  -moz-transform: rotate(-23deg);
  -webkit-transform: rotate(-23deg);
  -o-transform: rotate(-23deg);
  position: absolute;
  left: -22px;
  bottom: 0;
}

.c-freeTrial_title::after{
  content: '';
  width: 3px;
  height: 25px;
  display: inline-block;
  background-color: #F2C01A;
  transform: rotate(23deg);
  -moz-transform: rotate(23deg);
  -webkit-transform: rotate(23deg);
  -o-transform: rotate(23deg);
  position: absolute;
  right: -20px;
  bottom: 0;
}

.c-button_freeTrial{
  color: white;
  background-color: #26AFAF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 416px;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 5px;
  box-shadow: 5px 5px #C0E0E0;
  position: relative;
  cursor: pointer;
}

.c-button_freeTrial::after{
  content: url('../../images/top_page/ic-next_white.png');
  position: absolute;
  right: 30px;
  top: 31%;
}

.c-freeTrial_button{
  text-align: center;
}

#page-home #top-page .voice_button{
  text-align: center;
}

#page-home #top-page .voice_button .c-button_voice{
  color: white;
  background-color: #D2313A;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 280px;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 5px;
  box-shadow: 5px 5px #E8C9CB;
  position: relative;
  cursor: pointer;
}

#page-home #top-page .voice_button .c-button_voice::after{
  content: url('../../images/top_page/ic-next_white.png');
  position: absolute;
  right: 30px;
  top: 31%;
}

#page-home #top-page .gallery_slide{
  width: 1055px;
  margin: 0 auto;
}

#page-home #top-page .gallery_slide .gallery_slide_card{
  margin: 0 10px;
}

#page-home #top-page .gallery_slide .gallery_slide_card .gallery_slide_card_img {
  width: 100%;
  object-fit: cover;
  height: 204px;
}

#page-home #top-page .gallery_slide .gallery_slide_card .gallery_slide_card_body{
  text-decoration: none;
  outline: none;
}

#page-home #top-page .gallery_slide .gallery_slide_card .gallery_slide_card_body .gallery_slide_card_title{
  margin-top: 20px;
  color: black;
  font-size: 15px;
  line-height: 26px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  /* -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; */

}

#page-home #top-page .gallery_slide .gallery_slide_card .gallery_slide_card_body .gallery_slide_card_title .notice {
  font-size: 12px;
  line-height: 26px;
}

#page-home #top-page .gallery_slide .slick-dots li button:before{
  font-size: 10px;
  color: black;
  opacity: 0.7;
}

#page-home #top-page .gallery_slide .slick-dots li.slick-active button:before{
  color: red !important;
}

#page-home #top-page .gallery_slide .slick-dots{
  bottom: -60px;
}

#page-home #top-page #section-news {
  padding: 78px 20px 40px;
}

#page-home #top-page #section-news .c-headingTop,
#page-home #top-page #section-news .list-news {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

#page-home #top-page #section-company .company_text{
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}

.trialLesson{
  background-color: #EAF7F7;
  border-top: solid 1px #26AFAF;
  border-bottom: solid 1px #26AFAF;
  text-align: center;
  padding: 23px 0 45px 0;
  position: relative;
}

.trialLesson .trialLesson_heading{
  background-color: white;
  position: absolute;
  border: solid 1px #26AFAF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  height: 43px;
  border-radius: 32px;
  top: -22px;
  left: calc(50% - 122px);
}

.trialLesson .trialLesson_heading .trialLesson_heading_text{
  color: #26AFAF;
  font-size: 18px;
}

/* Button */

#page-home #top-page .btn-merise_wrapper {
  text-align: center;
}

#page-home #top-page .btn-merise_wrapper .c-btn-merise {
  color: white;
  background-color: #D2313A;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  width: 280px;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 5px;
  box-shadow: 5px 5px #E8C9CB;
  position: relative;
  cursor: pointer;
}

#page-home #top-page .btn-merise_wrapper .c-btn-merise::after{
  content: url('../../images/top_page/ic-next_white.png');
  position: absolute;
  right: 20px;
  top: 31%;
}

.arrow_down {
  margin-top: 10px;
  text-align: center;
}

.arrow_down::after {
  content: '';
  width: 2px;
  height: 3px;
  border: solid #26AFAF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.slider-top-p-item{
  position: relative;
}
.slider-top-p-item p {
  position: absolute;
  bottom: 125px;
  width: 1024px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: right;
}
.slider-top-p-item span { 
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-family: 'A P-OTF A1Gothic Std';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: left;
  display: inline-block;
  margin-right: 120px;
}

#page-home #top-page .slider-top_two-img .slider-top-p-item{
  padding: 0 0;
}

#page-home #top-page .slider-top_two-img .box-text {
  position: absolute;
  width: 35%;
  top: 44%;
  right: 14%;
  transform: translateY(-50%);
}

#page-home #top-page .wrapper-about .about_intro p:first-of-type {
  margin: 15px auto auto auto;
}

#page-home #top-page .wrapper-about .about_intro p:nth-of-type(2) {
  margin: 25px auto auto auto;
}
#page-home #top-page #feature{
  margin-top: 10px;
} 

#page-home #top-page .gallery_heading{
  margin-top: 44px;
}

#page-home #top-page .wrapper-company{
  margin-top: 20px;
}

#page-home #top-page #section-news .new_button{
  margin-top: 40px;
}

/* modal topage */
.modal-custom {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  text-align: center;
  transition: .15s linear;
}
.modal-custom:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.modal-custom .modal-dialog {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
}

.modal-custom .modal-dialog.modal-image {
  max-width: 100%;
  width: auto;
  padding: 0;
  background-color: transparent;
}

.modal-custom .modal-dialog .close-modal  {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/top_page/icon_close.png");
}

/* popup-img */
.popup-img {
  position: fixed;
  transition: 0.2s;
  cursor: pointer;
  z-index: 100;
  right: 0;
  bottom: 0;
}

.popup-img .close-popup-img  {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/top_page/icon_close.png");
}

/*begin conversation*/
#page-home #top-page .section-conversation {
  padding: 40px 0 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #fff;
}

#page-home #top-page .wrapper-conversation {
  max-width: 1360px;
  margin: 0 auto;
  width: calc(100% - 80px);
  overflow: hidden;
  padding: 0 0 80px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
#page-home #top-page .wrapper-conversation img {
  margin-top: 2px;
}
#page-home #top-page .conversation-content {
  padding: 40px 0 0;
  max-width: 1024px;
  margin: 0 auto;
}
#page-home #top-page .conversation-content .l-service p {
  height: 44px;
  border-radius: 4px;
  position: relative;
  background: url(../../images/bg_red.svg);
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: space-between;
  max-width: 1023.5px;
}
#page-home #top-page .conversation-content .l-service .img-polygon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate( 0,-50%);
  transform: translate( 0,-50%);
  z-index: 1;
}
#page-home #top-page .conversation-content .l-service span {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  color: #FFFFFF;
  padding: 8px 31px 8px 20px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
#page-home #top-page .conversation-content .service-general {
  margin-top: 10px;
  position: relative;
  background: url(../../images/bg_gold.svg);
  background-size: cover;
  background-position: right;
  height: 44px;
  border-radius: 4px;
}

#page-home #top-page .conversation-content .service-general span {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  color: #FFFFFF;
  padding: 8px 20px 8px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
#page-home #top-page .conversation-content .service-general .img-polygon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate( 0,-50%);
  transform: translate( 0,-50%);
  z-index: 1;
}

#page-home #top-page .conversation-content .c-heading .c-heading_title {
  color: #2C2F2F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
}
#page-home #top-page .conversation-content .c-heading {
  padding: 40px 0 0;
}
#page-home #top-page .conversation-content .c-heading .c-heading_title .text-red {
  color: #D23339;
}
#page-home #top-page .conversation-content .conversation-about {
  font-size: 16px;
  line-height: 1.5;
  color: #2C2F2F;
  padding: 40px 0 72px;
}
#page-home #top-page .conversation-content .ctn-conversation {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}


.left-conversation {
  width: 50%;
  max-width: 507px;
  margin-top: 64px;
}
.right-conversation {
  width: 50%;
  max-width: 508.5px;
}
.right-conversation .elm-list {
  margin-top: 9px;
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation {
  margin-top: 32px;
}
#page-home #top-page .conversation-content .ctn-conversation .right-conversation .banner-conversation {
  margin-left: -5px;
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p span {
  font-weight: 700;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  line-height: 1.75;
  padding: 11px 20px 12px;
  position: relative;
  z-index: 1;
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p.bg-red span {
  background-color: #d23339;
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p {
  position: relative;
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p.bg-gold span {
  background: #959797;
}

#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p.bg-red::after {
  content: "";
  width: 0;
  height: 0;
  width: 0; 
  height: 0; 
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 13px solid #d23339;
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 50%;
  right: 0;
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p.bg-red::before{
  content: "";
  width: 98%;
  height: 2px;
  background: #D23339;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  transition: all 0.3s ease;
  z-index: 1;
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p.bg-gold::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 13px solid #959797;
  position: absolute;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 50%;
  right: 0;
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p.bg-gold::before{
  content: "";
  height: 2px;
  width: 98%;
  background: #959797;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  transition: all 0.3s ease;
  z-index: 1;
  transition: all 0.3s ease;
}
/* #page-home #top-page .conversation-content .c-heading:after {
  margin-top: 16px;
  background-color: #EF2F3E;
} */
#page-home #top-page .conversation-content .elm-list {
  display: flex;
  justify-content: space-between;
  padding: 0 0 18px;
  filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.1));
}
#page-home #top-page .conversation-content .elm-list__item {
  background-color: #FFFFFF;
  box-shadow: 0px 30px 30px rgb(0 0 0 / 10%);
  padding: 20px 24px 45px;
  position: relative;
  width: 50%;
  max-width: 201px;
  border-radius: 20px;
}
#page-home #top-page .conversation-content .left-conversation .elm-list__item {
  background-color: #d23339;
}
#page-home #top-page .conversation-content .left-conversation .elm-list__item:nth-child(1) .-info .-info_title {
  margin-top: 4px;
  margin-left: -20px;
}
#page-home #top-page .conversation-content .left-conversation .elm-list__item .-info .-info_title  {
  color: #fff;
}
#page-home #top-page .conversation-content .elm-list__item .-info .-info_title {
  color: #2C2F2F;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
#page-home #top-page .conversation-content .elm-list__item .-info .-info_title span {
  margin-right: 5px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
}
#page-home #top-page .conversation-content .elm-list__item .-info .-info_title .text-gold {
  color: #CFAD5F;
}
#page-home #top-page .conversation-content .elm-list__item .-info .-content {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 15px;
}
#page-home #top-page .conversation-content .left-conversation .elm-list__item .-info .-content {
  color: #fff;
}
#page-home #top-page .conversation-content .left-conversation .elm-list__item .-thumbnail {
  padding: 35px 0 43px;
}
#page-home #top-page .conversation-content .elm-list__item .-thumbnail {
  text-align: center;
  padding: 38px 0 43px;
  min-height: 101px;
}
#page-home #top-page .conversation-content .elm-list__item .-feature {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EF2F3E;
  color: #FFFFFF;
  font-size: 8px;
  line-height: 1;
}
#page-home #top-page .conversation-content .elm-list__item .-feature {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EF2F3E;
  color: #FFFFFF;
  font-family: 'FuturaBT-Medium';
  font-size: 8px;
  min-width: 54px;
  padding: 9px 10px;
}
#page-home #top-page .conversation-content .elm-list__item .-feature_numb {
  font-size: 24px;
  margin-top: 4px;
}
#page-home #top-page .conversation-content .elm-list__item .-info {
  color: #272727;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
#page-home #top-page .conversation-content .elm-learn {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}
#page-home #top-page .conversation-content .elm-learn:before {
  content: '';
  display: block;
  width: 100%;
  height: 51px;
  background: url('../../images/top_page/new_section/arrow-down.png') no-repeat center center;
  margin-bottom: 40px;
}
#page-home #top-page .conversation-content .elm-learn__item {
  position: relative;
  width: 48.2%;
}
#page-home #top-page .conversation-content .elm-learn__item .-thumbnail {
  position: relative;
  padding-bottom: 9.1%;
}
#page-home #top-page .conversation-content .elm-learn__item .-thumbnail_main,
#page-home #top-page .conversation-content .elm-learn__item .-thumbnail_info.has-shadow {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
}
#page-home #top-page .conversation-content .elm-learn__item .-thumbnail_main {
  border-radius: 16px;
  overflow: hidden;
}
#page-home #top-page .conversation-content .elm-learn__item .-thumbnail_info {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#page-home #top-page .conversation-content .elm-learn__item .-info {
  color: #272727;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 27px;
  text-align: center;
  font-weight: bold;
}
#page-home #top-page .conversation-content .elm-learn__item .-info span.text-red {
  color: #EF2F3E;
}
#page-home #top-page .conversation-method {
  background-color: #EAF7F7;
  font-family: "Noto-Sans-Regular", sans-serif;
  font-weight: 400;
  margin-top: 127px;
  letter-spacing: 0.1em;
  padding: 22px 4%;
  position: relative;
  text-align: center;
}
#page-home #top-page .conversation-method .method_content {
  width: 77%;
}
#page-home #top-page .conversation-method .title {
  font-family: "Noto-Sans-Bold", sans-serif;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  line-height: 1.23;
  transform: translateX(2%);
}
#page-home #top-page .conversation-method .info {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.23;
  margin-bottom: 17px;
  box-shadow: 0px 6px 0px #F2BF1B;
}
#page-home #top-page .conversation-method .btn-wrap {
  padding: 0 5%;
}
#page-home #top-page .conversation-method .btn-method {
  width: 100%;
  height: 76px;
  font-size: 35px;
  line-height: 76px;
  font-weight: 600;
  display: inline-block;
  color: white;
  background-color: #26AFAF;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 5px;
  box-shadow: 5px 5px #c0e0e0;
  position: relative;
  cursor: pointer;
}
#page-home #top-page .conversation-method .btn-method::after {
  content: '＞';
  position: absolute;
  right: 20px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 50%;

}
#page-home #top-page .conversation-method .method_img {
  position: absolute;
  right: 10px;
  bottom: 0;
  max-width: 28%;
}
#page-home #top-page .conversation-method .method_img img {
  max-width: 100%;
}

/*end conversation*/

/* headingTop */
.c-headingTop {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #2C2F2F;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.c-headingTop span {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  color: #D23339;
  margin-bottom: 10px;
}
.c-headingTop::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #D23339;
  bottom: -1px;
  position: absolute;
}
#page-home #top-page .c-headingTop .c-headingTop_title b.inline-text-red {
  color: #D23339;
}

/* section keypoints */
.section-keypoints {
  padding: 120px 20px 120px;
  background: #fff;
}
.wrapper-keypoints {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.keypoints-content {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}

.keypoints-content .keypoints-item {
  width: 31%;
  max-width: 317px;
  overflow: hidden;
}
.keypoints-content .keypoints-item .keypoints-feature {
  position: relative;
  background: #fff;
}
.keypoints-content .keypoints-item .keypoints-feature img {
  width: 100%;
}
.keypoints-content .keypoints-item .keypoints-feature .-point {
  font-weight: 700;
  font-size: 14px;
  color: #D23339;
  position: absolute;
  top: 5px;
  left: 0;
  font-family: 'Montserrat', sans-serif;
}
.keypoints-content .keypoints-item .ctn-item {
  padding: 10px 0;
  font-size: 14px;
  line-height: 2;
}
.keypoints-content .keypoints-item .ctn-item .ttl-item {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  padding: 20px 0;
}
.keypoints-content .keypoints-item .ctn-item .ttl-item span {
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
}
.banner_graph img {
  width: 100%;
}
.wrapper-keypoints .point-note {
  font-weight: 400;
  font-size: 12px;
  color: #959797;
  text-indent: -15px;
  padding-left: 15px;
  line-height: 1.75;
  padding-top: 10px;
}
.wrapper-keypoints .btn-top {
  width: 670px;
  margin: 30px auto 0;
}
.wrapper-keypoints .btn-top a {
  width: 100%;
  height: 100px;
}
/* .wrapper-keypoints .btn-top:hover {
  margin: 35px auto 30px;
} */
.wrapper-keypoints .btn-top a span {
  padding: 36px 50px;
  width: calc(100% - 100px);
}
.wrapper-keypoints .btn-top a span::after {
  content: '';
  width: 20px;
  height: 20px;
  right: 10px;
}
/* end keypoints */

/* plan */
.section-plan {
  background: #fff;
}
.wrapper-plan {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.about-plan {
  font-size: 16px;
  line-height: 1.75;
  padding: 40px 0 0px;
}
.section-plan .plan-anchorlink {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  background: #F5F5F5;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.section-plan .plan-anchorlink .btn-anchor {
  color: #D23339;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
  width: 24%;
  text-align: center;
  padding: 13px 0;
  max-width: 230px;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.section-plan .plan-anchorlink .btn-anchor:hover {
  cursor: pointer;
  opacity: 1;
  background: #D23339;
  color: #fff;
}
.section-plan .plan-anchorlink .btn-anchor:hover::after {
  content: "";
  background: url(../../images/arrow_down-red.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section-plan .plan-anchorlink .btn-anchor::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/arrow_down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-5px,-50%);
  transform: translate(-5px,-50%)
}
.plan-list {
  padding: 0;
}
.plan-list .item-plan {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  border-bottom: 1px solid #ddd;
}
.plan-list .item-plan#plan-item01 {
  padding-top: 60px;
}
.plan-list .item-plan:last-child {
  border: none;
}
.plan-list .item-plan .-feature {
  max-width: 494px;
}
.plan-list .item-plan .-feature img {
  width: 494px;
}
.plan-list .item-plan .ctn-item {
  padding: 31px 0 0;
}
.plan-list .item-plan .ctn-item .sub-ttl_item {
  font-weight: 700;
  font-size: 18px;
  line-height: 175%;
  color: #D23339;
}
.plan-list .item-plan .plan-tag {
  font-size: 12px;
  line-height: 100%;
  padding: 6px 9px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #D23339;
  margin-left: 5px;
  vertical-align: middle;
  color: #D23339;
  position: relative;
  top: -2px;
  font-weight: 700;
}
.plan-list .item-plan .ctn-item .sub-ttl_item .plan-tag:first-child {
  margin-left: 10px;
}

.plan-list .item-plan .ctn-item .ttl-item {
  font-size: 28px;
  line-height: 1.5;
  color: #2C2F2F;
  padding-top: 5px;
}
.plan-list .item-plan .ctn-item .content-itemPlan {
  padding-left: 88px;
}
.plan-list .item-plan .ctn-item .content-itemPlan p {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #2C2F2F;
  margin-top: 50px;
}
.plan-list .item-plan .ctn-item .ttl-item_red{
  color: #D23339;
}
.plan-list .item-plan .ctn-item .content-itemPlan .plan-note {
  color: #D23339;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
  margin-top: 21px;
}
.plan-list .item-plan .ctn-item .content-itemPlan .list-notePlans li {
  list-style: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
  color: #2C2F2F;
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
}
.plan-list .item-plan .ctn-item .content-itemPlan .list-notePlans li::before {
  content: url(../../images/icon_notePlan.svg);
  position: absolute;
  left:0;
  top: 12px;
  -webkit-transform: translate( 0,-50%);
  transform: translate( 0,-50%);
}

.plan-list .item-plan .ctn-item .content-itemPlan .btn-top span {
  background: #D23339;
  border-radius: 4px;
}
.plan-list .item-plan .ctn-item .content-itemPlan .btn-top a {
  width: 100%;
}
.plan-list .item-plan .ctn-item .content-itemPlan .btn-top a span {
  margin: 40px 0 0;
  padding: 26px 40px;
  width: calc(100% - 80px);
}
.plan-list .item-plan .ctn-item .content-itemPlan .btn-top a:hover span {
  margin: 35px 0 5px;
}
.plan-list .item-plan .ctn-item .content-itemPlan .btn-top_add a span{
  position: relative;
}
.plan-list .item-plan .ctn-item .content-itemPlan .btn-top_add a span b{
  position: absolute;
  transform: translate(-50%, -55%);
  background-color: #fff;
  color: #D23339;
  top: 0;
  left: 50%;
  width: 280px;
  padding: 3px 0;
  font-size: 14px;
  border-radius: 5px;
  border: #D23339 2px solid;
}
.plan-list .item-plan#plan-item04 {
  border: none;
}
.plan-list .item-plan#plan-item05 {
  position: relative;
  padding-top: 240px;
  padding-bottom: 0;
}
.plan-list .item-plan#plan-item05::before {
  content: '';
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(149, 151, 151, 0.11);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.plan-list .item-plan#plan-item05 .c-headingTop{
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0;
  border: none;
}
.plan-list .item-plan#plan-item05 .c-headingTop::after{
  display: none;
}
.plan-sticky {
  top: 20%;
  left: -105px;
  padding: 38px 16px 37px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0px 14px 14px 0px;
  z-index: 999;
  position: fixed;
  width: 104px;
  transition: left 0.5s;
  transform: translateX(-100%);
  transform: inherit;
  box-sizing: border-box;
}
.plan-sticky.fixed {
  left: 0;
}
.plan-sticky a:first-child {
  margin-top: 0;
}
.plan-sticky a {
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 175%;
  color: #959797;
  margin-top: 15px;
  text-align: center;
}
.plan-sticky a:hover {
  opacity: 1;
}
.plan-sticky .active {
  color: #D23339;
}
.plan-sticky .rmactive.active {
  color: #959797;
}
/* section-about */
.section-about {
  padding: 126px 20px 40px;
}
.section-about .wrapper-about {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.section-about .wrapper-about .excerpt-about {
  font-size: 16px;
  line-height: 1.75;
  padding: 40px 0 60px;
}
.section-about .wrapper-about .list-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-about .wrapper-about .list-company li {
  list-style: none;
  width: 25%;
  max-width: 250px;
  margin-bottom: 8px;
}
.section-about .wrapper-about .list-company li img {
  width: 100%;
}
.section-about .wrapper-about .note-about {
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  color: #959797;
  margin-top: 20px;
}

/* .section-trial */

.section-trial {
  background: #4DBAC1;
  padding: 0 20px;
}
.section-trial .wrapper-trial {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  transition: all 0.5s;
}
.section-trial .wrapper-trial:hover {
  padding: 75px 0 85px;
}

/* Button trial lesson */
.btn-trial {
  width: 100%;
}
.btn-trial a {
  width: 100%;
  text-decoration: none;
  display: inline-block;
  min-height: 160px;
}
.btn-trial a .ctn_button {
  color: #4DBAC1;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  text-decoration: none;
  position: relative;
  padding: 45px 70px 48px;
  display: block;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  transition: all 0.5s;
  width: calc(100% - 140px);
}
.btn-trial a:hover {
  opacity: 1;
}
.btn-trial a:hover .ctn_button {
  border-radius: 16px;
  display: inline-block;
  margin-top: -5px;
}
.btn-trial a .ctn_button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/arrow_btn-trial.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(-15px,-50%);
  transform: translate(-15px,-50%)
}
.btn-trial a span {
  font-size: 14px;
  line-height: 1.75;
  display: block;
}

/* section-lounge */
.section-lounge .lounge-slider{
  position: relative;
}
.section-lounge .slick-dots {
  bottom: 40px;
  text-align: left;
  width: 1024px;
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 2;
}
.section-lounge .slick-dots li {
  margin: 0;
}
.section-lounge .lounge-slider .lounge-item {
  height: 720px;
}
.section-lounge .slick-dots button:before {
  color: #DDDDDD;
  font-size: 12px;
  transform: scale(.5);
}

.section-lounge .slick-dots .slick-active button:before {
  color: #D23339;
  opacity: 1!important;
}
.section-lounge .wraper-lounge {
  position: relative;
}
.section-lounge .content-lounge {
  position: absolute;
  width: 562px;
  padding: 80px 88px 84px;
  background: #fff;
  border-radius: 4px 0px 0px 4px;
  bottom: -116px;
  right: 0;
  
}
.section-lounge .content-lounge .ctn-lounge {
  width: 442px;
}
.section-lounge .content-lounge .sub-lounge {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  color: #D23339;
}
.section-lounge .content-lounge .ttl-lounge {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #2C2F2F;
  margin-top: 40px;
}

.section-lounge .content-lounge .lounge-excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #2C2F2F;
  margin-top: 10px;
}
.section-lounge .content-lounge .btn-top {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 40px;
}
.section-lounge .content-lounge .btn-top a {
  width: 100%;
  min-height: 80px;
}
.section-lounge .content-lounge .btn-top a span{
  padding: 26px 40px;
  width: calc(100% - 80px);
}
.section-lounge .content-lounge .about-lounge a {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #2C2F2F;
  text-decoration: underline;
  padding-left: 25px;
}
.section-lounge .content-lounge .about-lounge a:hover {
  color: #D23339;
  opacity: 1;
  text-decoration: none;
}
.section-lounge .content-lounge .about-lounge a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../images/arrow_right_red.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

/* btn-top */ 
.btn-top {
  display: block;
  border-radius: 4px;
  transition: all 0.5s;
}
.btn-top span:hover {
  border-radius: 16px;
}
.btn-top span:hover span {
  cursor: pointer;
}
.btn-top a:hover {
  opacity: 1;
}
.btn-top a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.btn-top a:hover {
  cursor: pointer;
}
.btn-top a span {
  padding: 20px 30px 20px 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  color: #FFFFFF;
  position: relative;
  transition: all 0.5s;
  background-color: #D23339;
  border-radius: 4px;
}
.btn-top a:hover span  {
  margin-top: -5px;
}
.btn-top a span::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/arrow_login.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(-15px,-50%);
  transform: translate(-15px,-50%)
}
.btn-red {
  background: #D23339;
}

/* Button trial lesson */
/* .btn-trial {
  width: 100%;
  transition: all 0.5s;
}
.btn-trial:hover {
  margin-top: -5px;
}
.btn-trial a {
  color: #4DBAC1;
  font-weight: 700;
  font-size: 28px;
  line-height: 175%;
  text-decoration: none;
  position: relative;
  padding: 44px 0 46px;
  display: block;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  transition: all 0.5s;
}
.btn-trial a:hover {
  border-radius: 16px;
  opacity: 1;
}
.btn-trial a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/arrow_btn-trial.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(-15px,-50%);
  transform: translate(-15px,-50%)
}
.btn-trial a span {
  font-size: 14px;
  line-height: 1.75;
  display: block;
} */
/* .next-btn {
  width: 20px;
  height: 20px;
  background: url(../../images/arrow_right_red.svg);
  background-size: cover;
  background-repeat: no-repeat
}
.pre-btn {
  width: 20px;
  height: 20px;
  background: url(../../images/arrow_right_red.svg);
  background-size: cover;
  background-repeat: no-repeat;
} */

.modal-teacher .modal {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 390px;
  margin: 0 auto;
  z-index: 99;
  background: #D23339;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
}
.modal-teacher .modal .modal__header {
  background: #D23339;
  color: #fff;
  text-align: center;
  padding: 36px 36px 79px;
  position: relative;
}
.modal-teacher .modal .modal__header .name_teacher {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  font-family: 'Montserrat', sans-serif;
}
.modal-teacher .modal .modal__header .class {
  font-weight: 700;
  font-size: 12px;
  line-height: 175%;
}
.modal-teacher .modal .modal__content {
  background: #fff;
  position: relative;
  padding: 101px 36px 40px;
}
.modal-teacher .modal .modal__content .avata_teacher {
  position: absolute;
  left: 50%;
  top: -20%;
  -webkit-transform: translate(-50%,20%);
  transform: translate(-50%,20%)
}
.modal-teacher .modal .modal__content .avata_teacher img {
  width: 120px;
  height: 120px;
}
.modal-teacher .modal .modal__content .description{
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  padding: 0 0 20px;
}
.modal-teacher .modal .modal__content li {
  list-style: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  color: #959797;
  background: #F5F5F5;
  border-radius: 50px;  
  padding: 8px 16px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 8px;
}
.modal-teacher .modal .modal__content .note {
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  color: #959797;
  margin-top: 12px;
}
.modal-teacher .modal .js-modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  transition: all 0.5s;
}
.modal-teacher .modal .js-modal-close:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transform: rotate(90deg);
}
.modal-teacher .modal .js-modal-close:hover {
  cursor: pointer;
}
.teacher-item:hover {
  cursor: pointer;
}

#page-home .slider {
  width: 670px;
  margin: 0 auto;
  height: 2px;
  border: none;
  background: #ddd;
}

#page-home .slider .ui-slider-handle {
  display: block;
  width: 50px;
  height: 25px;
  background: url(../../images/icon_dots.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -8px;
  border: none;
  cursor: grab;
}

#page-home .sliderTeacher {
  width: 670px;
  margin: 40px auto 0;
  height: 2px;
  border: none;
  background: #ddd;
  /* display: none; */
}

#page-home .sliderTeacher .ui-slider-handle {
  display: block;
  width: 50px;
  height: 25px;
  background: url(../../images/icon_dots.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -8px;
  border: none;
  cursor: grab;
}
#page-home .sliderTeacher .ui-slider-handle::before {
  width: auto;
  content: "";
  height: 2px;
  background: #D23339;
}
.wrapper-teacher .btn-trial a {
  margin-top: 70px;
}
/* .wrapper-teacher .btn-trial:hover {
  margin: 65px 0 5px;
} */


#main-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-nav a {
  font-family: "Roboto Slab", serif;
  font-size: 25px;
  text-decoration: none;
  color: #AAABB8;
  transition: all 0.3s ease;
  display: block;
  padding: 4px 0 4px 35px;
  position: relative;
}
#main-nav a:hover {
  font-size: 38px;
  color: #2E9CCA;
}
#main-nav a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #2E9CCA;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease;
}
#main-nav a.active, #main-nav .active > a {
  font-size: 35px;
  color: #2E9CCA;
  pointer-events: none;
  cursor: default;
}
#main-nav a.active::before, #main-nav .active > a::before {
  width: 30px;
}
#page-home .voice-nav-container .voice-nav-inner .voice-nav-list {
  text-align: center;
}
#page-home .voice-nav-container .voice-nav-inner .voice-nav-age {
  padding: 42px 0 30px;
}
#page-home .voice-nav-container .voice-nav-inner .voice-nav-list{letter-spacing: 0;font-size: 0;}
#page-home .voice-nav-container .voice-nav-inner .voice-nav-list .voice-nav-item{display: inline-block;}
#page-home .voice-nav-container .voice-nav-inner .voice-nav-list .voice-checkbox{display: inline-block;width: 100%;height: 100%;cursor: pointer;margin-top: 10px;}
#page-home .button-filter{border: 0px;background: #eee;padding: 20px 0;box-sizing: border-box;width: 100%;color: #D33339;position: relative;color: #D33339;font-size: 14px;}
#page-home .button-filter:hover{background: #FFF0E2;}
#page-home .button-filter:before{content: "";display: block;width: 10px;height: 10px;border: 1px solid #D33339;border-top: 0;border-left: 0;background: transparent;opacity: 1;position: absolute;right: -150px;left: 0;top: 50%;margin: 0 auto;-webkit-transform: rotate(45deg) translateY(-90%);-ms-transform: rotate(45deg) translateY(-90%);transform: rotate(45deg) translateY(-90%);cursor: pointer;}
#page-home .voice-checkbox-box {float: left;width: 100%;height: 100%;position: relative;}
#page-home .voice-nav-container .voice-nav-inner .voice-nav-course{}
#page-home .voice-nav-container .voice-nav-inner .voice-nav-building{}
#page-home .voice-nav-container .voice-checkbox-box-input:checked + .voice-checkbox-text {
  cursor: pointer;
  background: #D23339;
  border-radius: 44px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
#page-home .voice-nav-container .voice-checkbox-box-input {display: none!important;}
#page-home .voice-nav-container .voice-checkbox-text {
  display: inline-block;
  padding: 3px 16px;
  color: #959797;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
  font-family: 'Montserrat', sans-serif;
}
#page-home .voice-nav-container .voice-checkbox-text .text {
  display: inline-block;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
}
.content-loading {
  position: relative;
  min-height: 200px;
}
.content-loading #loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  background-image: url('../../images/common/loading.gif');
  width: 26px;
  height: 26px;
  background-size: contain;
}
@media only screen and (min-width: 1500px) and (max-width: 2560px) {
  .ctn-banner .banner-info img {
    width: 24vw;
  }
  .ctn-banner .satisfaction {
    top: 56px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .section-lounge .lounge-slider .lounge-item {
    height: 1440px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .section-lounge .lounge-slider .lounge-item {
    height: 1508px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .section-lounge .lounge-slider .lounge-item {
    height: 790px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1366px) {
  .ctn-banner .banner-info {
    top: 10%;
  }
  .ctn-banner .btn-banner {
    bottom: 10%;
    left: 20px;
  }
  .ctn-banner .satisfaction {
    top: 10%;
    right: -1%;
  }
  .ctn-banner .satisfaction img {
    width: 200px;
  }
  .slider-top-p-item span {
    margin-right: 40px;
  }
  .ctn-banner .banner-info img {
    width: 280px;
  }

}
@media only screen and (min-width: 980px) and (max-width: 1140px) {
  #page-home #top-page .conversation-content .elm-list__item .-info .-content {
    height: 123px;
  }
  #page-home #top-page .conversation-content .elm-list__item {
    max-width: 100%;
    width: 38%;
  }
  .right-conversation,
  .left-conversation {
    max-width: 100%;
    width: 49.5%;
  }
  #page-home #top-page .conversation-content {
    padding: 40px 20px 0;
  }
  #page-home #top-page .slider-top .slider-top-pc .slick-dots {
    width: 90%;
  }
  .ctn-banner .note {width: 90%;}
  .slider-top-p-item p {
    bottom: 90px;
  }
  .slider-top-p-item span {
    margin-right: 50px;
  }
  .ctn-banner .satisfaction {
    right: 0;
  }
  #page-home #top-page .wrapper-conversation {
    width: calc(100% - 30px);
  }
  #page-home #top-page .conversation-content .ctn-conversation {
    padding: 0;
  }
  #page-home #top-page .conversation-content .elm-list__item {
    padding-left: 18px;
    padding-right: 18px;
  }
  #page-home #top-page .conversation-content .elm-list__item {
    width: 41.8%;
  }
  #page-home #top-page .slider-top .slider-top-pc .slick-dots {
    bottom: 50px;
  }
  .ctn-banner .banner-info img {
    width: 240px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1050px) {
  #page-home #top-page .conversation-content .elm-list__item {
    width: 41%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 981px) {
  #page-home #top-page .conversation-content .elm-list__item {
    width: 40.8%;
  }
  .section-plan {
    padding: 0 20px;
  }
  .plan-list .item-plan .ctn-item .content-itemPlan {
    padding-left: 68px;
  }
  .section-teacher .wrapper-teacher {
    padding: 0 20px;
  }
  .wrapper-teacher .btn-trial {
    padding: 0 20px;
    width: auto;
  }
  #footer #section-banner .box a {
    width: 32%;
  }
  #footer #section-banner {
    padding: 60px 20px;
  }
  #footer #section-sitelink .inner .global._pc {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  #footer #section-copy {
    padding: 41px 20px;
    width: calc(100% - 40px);
  }
  .slider-top-p-item p {
    bottom: 75px;
  }
  .slider-top-p-item span {
    margin-right: 70px;
  }
  .slider-top-p-item p {
    width: 100%;
  }
  #page-home #top-page .slider-top .slider-top-pc .slick-dots {
    bottom: 50px;
  }
}

@media screen and (min-width: 1441px) {
  .ctn-banner { 
    width: 73.9vw;
    max-width: 1440px;
  }
  .ctn-banner .banner-recommend {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}


/* banner images top */
.bnr_img {
  display: none;
}
.bnr_img.open {
  display: block;
  position: fixed;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 999999;
}
.bnr_img .bnr_ctn {
  position: fixed;
  top: 50%;
  transform: translate(-50% ,-50%);
  max-width: 300px;
  left: 50%;
  margin: 0 auto;
  z-index: 999;
}
.bnr_img.bnr_ctn a:hover {
  cursor: pointer;
}

.bnr_img .close:hover {
  cursor: pointer;
}
.bnr_img .close {
  display: block;
  position: absolute;
  top: -40px;
  right: 1%;
  width: 30px;
}
.bnr_img .close img {
  width: 30px;
}

.bnr_img.hidden_bnr {
  display: none;
}
.bnr_ctn .bnr_btn img {
  width: 100%;
}
.bnr_ctn__bnr img {
  width: 100%; 
}
.bnr_program {
  padding-top: 40px;
  background: #ffff;
}
.bnr_program a {
  max-width: 980px;
  margin: 0 auto;
  display: block;
}
.bnr_program img {
  width: 100%;
  max-width: 100%;
}


.sticky_cta {
  z-index: 9999;
  position: fixed;
  right: 0;
  bottom: -90px;
  left: 0;
  width: 100%;
  transform: translateY(150px);
  transition: 0.5s;
  margin: 0 auto;
  text-align: center;
}
.sticky_cta a {
  display: block;
  line-height: 1; 
}

.l-sticky_wrap {
  padding: 24px 0;
  position: relative;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
}
.sticky_cta.close {
  display: none;
}
.sticky_cta.fixed {
  bottom: 0;
  transform: translateY(0); 
}
.sticky_cta .sticky_btn {
  width: 50%;
  margin: 0 auto;
}
.sticky_cta .sticky_btn img {
  width: 100%;
  max-width: 750px;
}

.sticky_cta .close {
  display: block;
  position: absolute;
  top: -30px;
  right: 1%;
  width: 30px;
}
.sticky_cta .close:hover {
  cursor: pointer;
}

.sticky_cta .close img {
  max-width: 100%;
    height: auto;
    border: 0;
}


.sticky_banner {
  z-index: 9999;
  position: fixed;
  right: 0;
  bottom: -155px;
  width: 100%;
  transform: translateY(250px);
  transition: 0.5s;
  margin: 0 auto;
  text-align: center;
  width: 400px;
}
.sticky_banner a {
  display: block;
  line-height: 1; 
}

.sticky_banner.fixed {
  bottom: 0;
  transform: translateY(0); 
}

@media only screen and (max-width: 1440px) {
  .sticky_banner {
    width: 300px;
  }
}

.sticky_banner img {
  width: 100%;
  max-width: 100%;
}