#page-home #top-page {
  background: #f5f5f5;
  font-family: 'Noto Sans JP', sans-serif;
}
#page-home #top-page a:hover {
  opacity: 1;
}
#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 {
  position: relative;
}

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

#page-home #top-page .slider-top .slider-top-pc img {
  width: 100%;
}

#page-home #top-page .slider-top_two-img .slider-top-p-item{
  /* padding: 0 10px; */
}
.slider-top-p-item p {
  position: absolute;
  bottom: 205px;
  width: 100%;
  margin: 0 auto;
  left: 20px;
  right: 0;
  text-align: left;
}

.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 .slider-top-sp .slick-slide img {
  width: 100%;
}

#page-home #top-page .slider-top .slider-top-sp .slick-dots li.slick-active button:before {
  font-size: 44px !important;
  color : #fff !important;
}

#page-home #top-page .slider-top .slider-top-sp .slick-dots li button:before {
  font-size: 44px !important;
  color : #fff !important;
}

#page-home #top-page .slider-top .slider-top-sp .slick-dots {
  left: 0%;
  bottom: 1%;
}

#page-home #top-page .slider-top .box-text_continue {
  display: none;  
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  /* width: 70%; */
  /* background-image: url("../../images/top_page/eikaiwa_top_text.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px; */
}

#page-home #top-page .slider-top_two-img .box-text_continue {
  font-size: 23px;
}

#page-home #top-page .slider-top .box-text {
  padding: 20px;
  background-color: #F8F8F8;
}

#page-home #top-page .slider-top .box-text_desc {
  display: none;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 24px;
  color: #222222;
}

#page-home #top-page .slider-top .box-text_form {
  box-shadow: 0 0 20px #0000001a;
  border-top: 4px solid #26AFAF;
  border-radius: 4px;
  padding: 17px 30px;
  background-color: #fff;
}

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

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

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

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

#page-home #top-page .slider-top .box-text_form_group-text .text::before{
  content: "";
  width: 2px;
  height: 16px;
  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: 2px;
  height: 16px;
  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: 16px;
  line-height: 21px;
  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;
}

/* banner */
.ctn-banner {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.ctn-banner .banner-info {
  width: 100%;
  margin-top: 30px;
  margin-left: 20px;
}
.ctn-banner .banner-info img {
  max-width: 100%;
  width: 48%;
}
.ctn-banner .satisfaction {
  margin-top: 57px;
  margin-left: 0;
  position: absolute;
  bottom: 55px;
}
.ctn-banner .satisfaction img {
  width: 236px;
}
.ctn-banner .banner-recommend {
  position: absolute;
  width: 100%;
  background: #D23339;
  border-radius: 0;
  bottom: -69px;
}
.ctn-banner .banner-recommend p {
  text-align: center;
  padding: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
}
.ctn-banner .banner-recommend p span {
  color: #FFDB89;
  font-family: 'Montserrat', sans-serif;
}

.ctn-banner .note {
  margin-top: 12px;
  margin-left: 20px;
  font-size: 10px;
  position: absolute;
  bottom: 90px
}

.ctn-banner .btn-banner {
  width: 100%;
  margin-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 10px;
}
.ctn-banner .btn-banner a {
  width: auto;
  background: #CFAD5F;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  display: block;
  text-align: center;
  padding: 14px 0;
}
.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;
}
@media only screen and (max-width: 374px) {
  .ctn-banner .btn-banner a span b {
    font-size: 12px;
  }
}
.ctn-banner .btn-banner a::after {
  content: url(../../images/icon_arrow-banner.svg);
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.ctn-banner .btn-banner a:hover {
  opacity: 1;
  border-radius: 16px;
}
#page-home #section-voices {
  margin: 60px 20px 0;
}

#page-home #top-page .slider-top .slider-top-pc .slick-dots {
  bottom: 85px;
  text-align: right;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
}
#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 .triangle-down {
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 20px solid #e8e8e8;
  position: absolute;
  top: 89px;
  left: 47%;
}
.slick-dots li {
  margin: 0 0 0 8px;
  width: 6px;
  height: 6px;
}
.slick-dots li button:before {
  width: 6px;
  height: 6px;
  color: #fff;
  line-height: 1;
}

#page-home #top-page .wrapper-about .about_item .about_item_img-wrapper {
  display: flex;
  justify-content: center;
  margin-left: -70px;
}

#page-home #top-page .wrapper-about .about_desc {
  margin-top: 30px;
  padding: 0 20px;
  color: #222222;
  font-size: 15px;
  line-height: 26px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}

#page-home #top-page .wrapper-about .about_desc sup {
  position: relative;
  top: -5px;
  font-size: 12px;
}

#page-home #top-page .wrapper-about .about_desc span {
  display: block;
  font-size: 12px;
  line-height: 26px;
}

#page-home #top-page .wrapper-about .about_intro_img {
  margin-top: 25px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

#page-home #top-page .wrapper-about .about_intro p.about_desc{
  margin-top: 15px;
}

#page-home #top-page .wrapper-about .about_intro .about_desc span {
  display: inline;
}

#page-home #top-page .section-about .content {
  margin-bottom: 35px;
}

#page-home #top-page .wrapper-about .about_item {
  padding-top: 20px;
  background-color: #F8F8F8;
}

#page-home #top-page .wrapper-about .icons {
  position: relative;
  margin-top: 35px;
}
#page-home #top-page .wrapper-about .icons::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: -20px;
  left: calc(50% - 10px);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #F8F8F8;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs_wrapper {
  padding: 30px 20px;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs {
  display: flex;
  flex-direction: column;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box:nth-child(2) .about_item_box_img {
  order: 1;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box:nth-child(2) .about_item_box_img img {
  left: 0;  
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box .about_item_box_img {
  position: relative;
  display: flex;
  justify-content: center;
  width: 23%;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box .about_item_box_img img {
  position: absolute;
  right: 0;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box .about_item_box_desc {
  position: relative;
  width: 66%;
  padding: 8px 20px;
  color: #222222;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px #0000000d;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box:nth-child(2) .about_item_box_desc {
  padding: 10px 20px;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box:nth-child(2) .about_item_box_desc .about_item_box_desc_content {
  min-height: unset;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box .about_item_box_desc::before {
  position: absolute;
  content: '';
  top: calc(50% - 10px);
  left: -15px;
  width: 15px;
  height: 28px;
  background-image: url("../../images/top_page/arrow_left.svg");
  background-repeat: no-repeat;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box:nth-child(2) .about_item_box_desc::before {
  right: -15px;
  left: unset;
  transform: rotate(180deg);
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box .about_item_box_desc_title {
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

#page-home #top-page .wrapper-about .about_item .about_item_boxs .about_item_box .about_item_box_desc .about_item_box_desc_content {
  font-size: 13px;
  line-height: 22px;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}

#page-home #top-page .wrapper-about .about_item .about_item_content {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #D2313A;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

#page-home #top-page .wrapper-about .about_item .about_item_content .number {
  font-size: 28px;
  line-height: 26px;
}

#page-home #top-page .wrapper-about .about_learning {
  margin-top: 18px;
}

#page-home #top-page .wrapper-about .about_learning h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  color: #26AFAF;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

#page-home #top-page .wrapper-about .about_learning h3 span {
  font-size: 26px;
  line-height: 35px;
}

#page-home #top-page .wrapper-about .about_learning_methods {
  margin-bottom: 30px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

#page-home #top-page .wrapper-about .about_learning_item {
  width: 30%;
  background-color: #EAF7F7;
  border-radius: 4px;
  padding: 10px;
  text-decoration: none;
}

#page-home #top-page .wrapper-about .about_learning_item_bg {
  background-color: #fff;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-home #top-page .wrapper-about .about_learning_item_desc {
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  color: #222222;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}


/* begin style_learning */
#page-home #top-page #plans .style_learning {
  margin-top: 40px;
}

#page-home #top-page #plans .style_learning h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  color: #26AFAF;
}

#page-home #top-page #plans .style_learning h3 span {
  font-size: 32px;
  line-height: 26px;
}

#page-home #top-page #plans .style_learning_methods {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

#page-home #top-page #plans .style_learning_item {
  width: 33%;
  background-color: #EAF7F7;
  border-radius: 4px;
}

#page-home #top-page #plans .style_learning_item a {
  display: block;
  text-decoration: none;
}

#page-home #top-page #plans .style_learning_item_inner {
  padding: 10px 10px 15px;
}

#page-home #top-page #plans .style_learning_item_inner_bg {
  position: relative;
  background-color: #fff;
  min-height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-home #top-page #plans .style_learning_item_inner_bg figure {
  position: absolute;
  top: -30px;
}
#page-home #top-page #plans .style_learning_item_inner_bg figure img {
  margin-bottom: 15px;
}

#page-home #top-page #plans .style_learning_item_inner_bg figure figcaption {
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  color: #26AFAF;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

#page-home #top-page #plans .style_learning_item_inner_desc {
  padding: 0 5px;
  margin-top: 15px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #222222;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 700;
}

#page-home #top-page #plans .style_learning_item:nth-child(3) .style_learning_item_inner_desc {
  letter-spacing: -3px;
}
/* end style_learning */

#page-home #top-page .wrapper-about .about_heading {
  margin-top: 30px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

#page-home #top-page .wrapper-about .about_heading span {
  color: #26AFAF;
  font-size: 18px;
  line-height: 25px;
}

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

#page-home #top-page .box-content .box-title{
  color: #9a9c9d;
  font-size: 40px;
  margin-bottom: 18px;
  font-family: 'FuturaBT-Medium';
}

#page-home #top-page .box-content .box-sub-title {
  font-size: 21px;
  margin-bottom: 25px;
  font-weight: bold;
}

#page-home #top-page .break {
  background: #d2313a;
  height: 5px;
  width: 80px;
  margin-bottom: 37px;
}

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

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

#page-home #top-page .introduce-button{
  background: #d2313a;
  color: #fff;
  border: none;
  font-size: 13px;
  padding: 6px 33px;
  position: relative;
}

#page-home #top-page .content-button{
  background: #d2313a;
  color: #fff;
  border: none;
  font-size: 13px;
  padding: 6px 33px;
  position: relative;
}

#page-home #top-page .arrow-introduce{
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  top: 11px;
  right: 14px;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
  position: absolute;
  display: inline-block;
}

#page-home #top-page #section-feature .wrapper-feature{
  padding-top: 81px;
}

#page-home #top-page #section-content .wrapper-content .warpper-image {
  background: #f1f1f2;
  position: relative;
}

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

#page-home #top-page #section-content .wrapper-content .warpper-image .features {
  transform: rotate(90deg);
  top: 63px;
  left: 0px;
  position: absolute;
  font-size: 27px;
  font-family: 'learning_curve_bold';
}

#page-home #top-page .wrapper-content .content-left-image{
  padding: 0px 55px;
  padding-top: 41px;
  text-align: center;
  margin-bottom: -65px;
}

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

#page-home #top-page #section-content .wrapper-content .content{
  margin-top: 100px;
}

#page-home #top-page #section-content .wrapper-content .content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#page-home #top-page #section-content .wrapper-content .content-text .content-text-title{
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7px;
}

#page-home #top-page #section-content .wrapper-content .content{
  padding: 0 40px;
}

#page-home #top-page #section-content .wrapper-content .content-text-sub{
  margin-top: 26px;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 49px;
}

#page-home #top-page #section-content .wrapper-content .content-item-right{
  display: none;
}

#page-home #top-page #section-content .content-item-sp{
  margin: 60px 0;
}

#page-home #top-page #section-schools .wrapper-school{
  padding-top: 81px;
  margin-top: 81px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

#page-home #top-page #section-schools .wrapper-school .school-text{
  font-size: 16px;
  margin-bottom: 33px;
  margin-top: 51px;
  font-weight: 400;
  font-family: 'AGaramondPro';
  text-align: center;
}

#page-home #top-page #section-schools .wrapper-school .school-image{
  display: flex;
  flex-direction: column;
  margin: 0 40px;
  height: 270px;
}

#page-home #top-page #section-schools .wrapper-school .school-image .school-image-phone{
  width: 222px;
}
#page-home #top-page #section-schools .wrapper-school .school-image .school-image-map{
  width: 268px;
  height: 181px;
}

#page-home #top-page #section-schools .wrapper-school .school-content{
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 53px;
  padding: 0 40px;
}

#page-home #top-page #section-schools .wrapper-school .school-button{
  background: #d2313a;
  color: #fff;
  border: none;
  font-size: 13px;
  padding: 6px 33px;
  position: relative;
}

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

#page-home #top-page .img-lesson{
  margin-top: 62px;
  margin-bottom: 33px;
}

#page-home #top-page #section-lesson .wrapper-lesson{
  display: flex;
  flex-direction: column;
  align-items: center;

}

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

#page-home #top-page #section-lesson .wrapper-lesson .lesson-sub{
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 25px;
  width: 227px;
}

#page-home #top-page #section-lesson .wrapper-lesson .wrapper-lesson-img{
  width: 245px;
}

#page-home #top-page #section-lesson .wrapper-lesson .lesson-content{
  font-size: 13px;
  padding: 40px;
  line-height: 21px;
}

#page-home #top-page #section-lesson .wrapper-button-trial{
  padding: 0 40px 97px 40px;
}

#page-home #top-page #section-news .wrapper-news{
  padding-top: 81px;
  padding-bottom: 40px;
}

#page-home #top-page #section-news .list-news{
  padding: 0 25px;
}

#page-home #top-page #section-news .list-news a {
  text-decoration: none;
}
#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 a{
  text-decoration: none;
  color: #333333;
}

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

#page-home #top-page #section-news .wrapper-button-loadmore{
  display: flex;
  flex-direction: row-reverse;
  margin-top: 27px;
  outline: none;
}

#page-home #top-page #section-news .wrapper-button-loadmore .button-loadmore{
  background: #f2f2f2;
  color: #333333;
  border: none;
  font-size: 13px;
  padding: 6px 33px;
  position: relative;
  font-weight: 500;
  outline: none;
}

#page-home #top-page #section-news .wrapper-button-loadmore .arrow{
  border: solid #333333;
  border-width: 0 2px 2px 0;
}

#page-home #top-page #section-company {
  background: #f5f5f5;
  margin-top: 30px;
  padding: 10px 0 35px 0;
}

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

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

#page-home #top-page #section-company .company-img-sp{
  text-align: center;
  padding: 0 25px 17px 25px;
}

#page-home #top-page #section-company .company-img-sp img{
  object-fit: contain;
}

#page-home #top-page .underlined{
  font-weight: bold;
  background: linear-gradient(transparent 70%,#F8E81C 0);
  font-size: 100% !important;
}

#page-home #top-page .text-red {
  font-weight: bold;
  color: #D2313A;
}

#page-home #top-page .content-button a{
  text-decoration: none;
  color: #fff;
}

#page-home #top-page #section-introduce .wrapper-button .introduce-button a{
  text-decoration: none;
  color: #fff;
}

#page-home #top-page .wrapper-trial-lesson{
  padding: 0 40px
}

#page-home #top-page #section-company .company-img-sp .wrapper-company{
  padding: 25px;
  background: #fff;
  text-align: center;
}

#page-home #top-page #section-company .company-img-sp .wrapper-company-item{
  display:flex;
  justify-content: space-between;
}

#page-home #top-page #section-company .company-img-sp .wrapper-company-item .item-company{
  margin:15px 10px;
}

#page-home #top-page #section-company .company-img-sp .logo_mercari{
  width: 40%;
}

#page-home #top-page #section-company .company-img-sp .logo_bizreach{
  width: 40%;
}

#page-home #top-page #section-company .company-img-sp .logo_lig{
  width: 25%;
}

#page-home #top-page #section-company .company-img-sp .logo_tel{
  width: 50%;
}

#page-home #top-page .banner-lesson {
  width: 93%;
  margin: 15px auto;
}

@media only screen and (max-width: 374px) {
  #page-home #top-page .slider-top .box-text {
    padding: 20px;
  }

    
  #page-home #top-page .slider-top .box-text_form {
    padding: 30px;
  }

  #page-home #top-page .slider-top .box-text_desc {
    font-size: 15px;
    line-height: 24px;
  }
}


@media only screen and (min-width: 376px) {
  #page-home #top-page .wrapper-about .about_desc span {
    display: inline;
  }
}

@media screen and (max-width: 628px) and (min-width: 512px) {
  #page-home #top-page #plans .style_learning_item_inner_desc {
    font-size: 9px;
  }
}

@media only screen and (min-width: 750px) {
  /* #page-home #top-page .slider-top .box-text {
        padding: 40px;
    }

    #page-home #top-page .slider-top .box-text_continue {
        margin-bottom: 20px;
    }
      
    #page-home #top-page .slider-top .box-text_form {
        padding: 55px;
    }

    #page-home #top-page .slider-top .box-text_desc {
        font-size: 30px;
        line-height: 45px;
    }

    #page-home #top-page .slider-top .box-text_form_group-text .text {
        font-size: 32px;
        line-height: 43px;
    }

    #page-home #top-page .slider-top .box-text_form_group-text .text span {
        font-size: 34px;
        line-height: 46px;
    }

    #page-home #top-page .slider-top .box-text_form .box-text_form_btn {
        min-height: 120px;
        font-size: 32px;
        line-height: 43px;
    } */

  #page-home #top-page .wrapper-about .about_intro_img {
    display: flex;
    justify-content: center;
  }

  #page-home #top-page .wrapper-about .about_desc span {
    display: inline;
  }

  #page-home #top-page .wrapper-about .about_learning_item_bg {
    min-height: 112px;
  }
}

#page-home #top-page .c-heading .c-heading_title{
  font-size: 30px;
  color: #9A9C9D;
  font-family: 'FuturaBT-Medium';
  font-weight: 700;
} 

#page-home #top-page .c-heading .c-heading_sub{
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-top: 12px;
} 

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

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

#page-home #top-page .c-btn_custimize{
  background: #26AFAF;
  color: white;
  font-size: 14px;
  padding: 4px 14px 4px 15px;
  border: none;
  outline: none;
  border-radius: 5px;
  position: absolute;
  bottom: -13px;
  left: 20px;
  box-shadow: 5px 5px #E3E3E3;
  font-family: 'FuturaBT-Medium';
}

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

#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: 20px;
  line-height: 30px;
  margin-top: 35px;
  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: 23px;
  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: 20px;
  margin-top: 50px;
  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: 15px;
  font-weight: bold;
  color: #D2313A;
  outline: none;
  border: solid 1px #D2313A;
  width: 280px;
  height: 50px;
  text-align: center;
  background-color: white;
  box-shadow: 5px 5px #E8C9CB;
  border-radius: 5px;
  margin: 26px 0 23px 0;
  position: relative;
}

.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 20px;
}

.c-pageSubHeading{
  background-color: #F8F8F8;
  padding: 30px;
  text-align: center;
  position: relative;
}

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

.u-breakText{
  display: block;
}

.c-pageSubHeading .c-pageSubHeading_link{
  text-decoration: none;
  font-size: 20px;
  color: #26AFAF;
  line-height: 30px;
}

.c-pageSubHeading::after{
  content: '';
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 20px solid #F8F8F8;
  position: absolute;
  bottom: -19px;
  left: calc(50% - 26px);
}

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

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

#page-home #top-page #feature .note{
  display: none;
}

.l-pageContent_sp{
  padding: 0 20px;
}

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

#page-home #top-page #feature .feature_title h2{
  font-weight: normal;
  font-size: 18px;
  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: 13px;
}

#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: 30px 0;
}

#page-home #top-page #feature .feature_freeTrial .feature_freeTrial_heading{
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 15px;
  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: 27px 0 12px 0;
  color: #26AFAF;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

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

.c-freeTrial_title::before{
  content: '';
  width: 3px;
  height: 18px;
  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: 18px;
  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: 16px;
  font-weight: bold;
  text-align: center;
  width: 280px;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 5px;
  box-shadow: 5px 5px #C0E0E0;
  position: relative;
}

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

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

#page-home #top-page #feature .feature_freeTrial_img{
  padding: 0 20px;
}

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

#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;
}

#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{
  margin: 0 20px;
}

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

#page-home #top-page .gallery_slide .gallery_slide_card .gallery_slide_card_body{
  text-decoration: 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: 14px;
  line-height: 24px;

  /* -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; */
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}

#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: -50px;
}

#page-home #top-page #section-news {
  margin-top: 100px;
}

#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: 43px 0 40px 0;
  position: relative;
}

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

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


/* 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: 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;
}

#page-home #top-page .btn-merise_wrapper .c-btn-merise::after{
  content: url('../../images/top_page/ic-next_white.png');
  position: absolute;
  right: 30px;
  top: 31%;
}
/* Button */
#page-home #top-page #plans .plans_title{
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 700;
}

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

#page-home #top-page #plans .plans_list{
  margin: 50px 20px 0 20px;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_heading{
  display: flex;
  background-color: #F8F8F8;
  position: relative;
  border-radius: 5px;
  margin-bottom: 15px;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_heading .plans_li_heading_no{
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_heading .plans_li_heading_no-1{
  background: url('../../images/top_page/ic_no_1.png') no-repeat;
  background-size: contain;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_heading .plans_li_heading_no-2{
  background: url('../../images/top_page/ic_no_2.png') no-repeat;
  background-size: contain;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_heading .plans_li_heading_no-3{
  background: url('../../images/top_page/ic_no_3.png') no-repeat;
  background-size: contain;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_heading .plans_li_heading_content{
  display: flex;
  align-items: flex-end;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_heading .plans_li_heading_title{
  margin: 0 0 10px 12px;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 700;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_image img{
  width: 100%;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_cat{
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  border-radius: 5px;
  margin: 10px 0 7px 0;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_cat_text{
  color: #939393;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_content{
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_tags{
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_tags .plans_li_tags_tag{
  background-color: #FFF5F6;
  border: solid 1px #D2313A;
  padding: 7px 8px 7px 12px;
  border-radius: 30px;
  margin-right: 7px;
  margin-bottom: 7px;
  text-decoration: none;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_tags .plans_li_tags_tag p{
  color: #D2313A;
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
  font-weight: 700;
}

.ic-cat-1{
  background: url('../../images//top_page/ic_cat_1.png') no-repeat;
  width: 24px;
  height: 20px;
  background-size: contain;
}

.ic-cat-2{
  background: url('../../images//top_page/ic_cat_2.png') no-repeat;
  width: 24px;
  height: 20px;
  background-size: contain;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_button{
  margin: 30px 0 40px 0;
}

#page-home #top-page #plans .plans_list .plans_list_item .plans_li_button-last{
  margin: 30px 0 20px 0;
}

#page-home #top-page #plans .plans_freeTrial{
  text-align: center;
  margin-bottom: 30px;
}

.arrow_down {
  text-align: center;
}

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

.pc {
  display: none;
}
/* banner images */
@media only screen and (max-width: 420px) {
  #page-home #top-page .slider-top_two-img .box-text_form_group-text .text {
    /* font-size: 10px; */
  }
  #page-home #top-page .slider-top_two-img .box-text_form {
    padding: 10px;
  }
    
  #page-home #top-page .slider-top_two-img .box-text_form .box-text_form_btn {
    background-position: center right 10px;
    /* font-size: 10px; */
  }
}

#page-home #top-page .slider-top_two-img .box-text_desc {
  margin-bottom: 25px;
}


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

#page-home #top-page .section-banner .img-wrapper {
  display: flex;
  justify-content: center;
}

/* 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 {
  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");
}

#page-home #top-page .section-conversation {
  border-top: 10px solid #fff;
  padding: 0 0 60px;
  margin: 0;
  box-sizing: border-box;
}
#page-home #top-page .conversation-content {
  padding: 40px 0 0;
  max-width: 1024px;
  margin: 0 auto;
}
#page-home #top-page .conversation-content .c-heading .c-heading_title {
  color: #272727;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
#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: #EF2F3E;
  display: block;
}
#page-home #top-page .conversation-content .conversation-about {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #2C2F2F;
  padding: 20px 0 50px;
}
#page-home #top-page .conversation-content .ctn-conversation {
  display: block;
  position: relative;
}
.left-conversation {
  width: 100%
}
.left-conversation .banner-conversation {
  padding-top: 24px;
}
.right-conversation {
  width: 100%;
  margin-top: 19px;
  padding-left: 10px;
  position: relative;
}
.right-conversation::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 13px solid #959797;
  position: absolute;
  transition: all 0.3s ease;
  left: 7px;
  bottom: 0px;
}
.right-conversation::before{
  content: "";
  width: 2px;
  height: 96%;
  background: #959797;
  position: absolute;
  top: 5px;
  left: 10px;
  transition: all 0.3s ease;
}
.ctn-conversation::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 13px solid #D23339;
  position: absolute;
  transition: all 0.3s ease;
  left: -3px;
  bottom: 0px;
}
.ctn-conversation::before{
  content: "";
  width: 2px;
  height: 100%;
  background: #D23339;
  position: absolute;
  bottom: 10px;
  margin-top: -1px;
  left: 0;
  transition: all 0.3s ease;
  /* max-height: 645px; */
}

#page-home #top-page .conversation-content .l-service p {
  position: relative;
  background: #d23339;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
#page-home #top-page .conversation-content .l-service .img-polygon {
  display: none;
}
#page-home #top-page .conversation-content .l-service span {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 175%;
  color: #FFFFFF;
  padding: 8px 6px 10px 6px;
  border-radius: 4px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
#page-home #top-page .conversation-content .l-service span img {
  vertical-align: middle;
}
#page-home #top-page .conversation-content .service-provided span:nth-child(1) {
  order: 2;
}
#page-home #top-page .conversation-content .service-general {
  position: relative;
}

#page-home #top-page .conversation-content .service-general span {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 175%;
  color: #FFFFFF;
  padding: 9px 18px 10px 30px;
  border-radius: 4px;
  display: block;
  text-align: center;
  position: relative;
  background: #959797;
  z-index: 2;
}
#page-home #top-page .conversation-content .service-general .img-polygon {
  display: none;
}


/* #page-home #top-page .conversation-content .ctn-conversation .banner-conversation p {
  display: none;
} */
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  border-radius: 44px;
  color: #fff;
  line-height: 1.75;
  padding: 10px 0;
  max-height: 44px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p::before{
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  background: url(../../images/icon_arrow_down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  left: 21px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p.bg-red {
  background: #D23339;
  margin-left: 20px;
  display: none;
}
#page-home #top-page .conversation-content .ctn-conversation .banner-conversation p.bg-gold {
  background: #CFAD5F;
  display: none;
}
/* #page-home #top-page .conversation-content .c-heading:after {
  margin-top: 16px;
  background-color: #EF2F3E;
} */
#page-home #top-page .conversation-content .elm-list {
  margin-top: 10px;
  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 .left-conversation .elm-list__item .-info .-content  {
  color: #fff;
}
#page-home #top-page .conversation-content .left-conversation .elm-list__item {
  background-color: #d23339;
}
#page-home #top-page .conversation-content .right-conversation .elm-list {
  margin-left: 10px;
}
#page-home #top-page .conversation-content .left-conversation .elm-list {
  margin-top: 0;
}
#page-home #top-page .conversation-content .elm-list__item {
  background-color: #FFFFFF;
  padding: 21px 22px;
  position: relative;
  width: 100%;
  border-radius: 10px;
  position: relative;
  display: flex;
  margin-top: 10px;
}
#page-home #top-page .conversation-content .elm-list__item:nth-child(1) {
  margin-top: 0;
}
#page-home #top-page .conversation-content .right-conversation .elm-list__item:nth-child(1) {
  margin-top: 20px;
}
#page-home #top-page .conversation-content .elm-list__item::after:hover {
  cursor: pointer;
}
#page-home #top-page .conversation-content .elm-list__item .-info .-info_title {
  color: #2C2F2F;
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
#page-home #top-page .conversation-content .left-conversation .elm-list__item:nth-child(2) .-info .-info_title {
  margin-top: 1px;
}
#page-home #top-page .conversation-content .elm-list__item .-info.open  .-content {
  display: block;
}
#page-home #top-page .conversation-content .elm-list__item .-info .-info_title:hover {
  cursor: pointer;
}
#page-home #top-page .conversation-content .left-conversation .elm-list__item .-info .-info_title::after {
  background: url(../../images/icon_open_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
#page-home #top-page .conversation-content .elm-list__item .-info .-info_title::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../images/icon_open.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translate(-0,-50%);
  transform: translate(-0,-50%)
}

#page-home #top-page .conversation-content .left-conversation .elm-list__item .-info.open .-info_title::after {
  background: url(../../images/icon_close_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
#page-home #top-page .conversation-content .elm-list__item .-info.open .-info_title::after {
  content: "";
  width: 15px;
  height: 2px;
  background: url(../../images/icon_close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-0,-50%);
  transform: translate(-0,-50%)
}
#page-home #top-page .conversation-content .elm-list__item .-info .-info_title span {
  margin-right: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
#page-home #top-page .conversation-content .elm-list__item .-info .-info_title .text-red {
  color: #fff;
  opacity: 0.7;
}
#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: 18px;
  display: none;
}
#page-home #top-page .conversation-content .elm-list__item .-thumbnail {
  max-width: 31px;
  margin-right: 23px;
  width: 25%;
  max-height: 40px;
}
#page-home #top-page .conversation-content .elm-list__item .-thumbnail img {
  width: 100%;
  max-height: 100%;
}
#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;
  width: 100%;
  margin-left: 0;
}
#page-home .slider {
  width: calc(100% - 40px);
  margin: 35px 0 45px;
  height: 2px;
  border: none;
  background: #ddd;
  position: relative;
}

#page-home .slider:after {
  content: "";
  position: absolute;
  width: 39px;
  height: 2px;
  left: 100%;
  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: 90%;
  margin: 22px auto 53px;
  height: 2px;
  border: none;
  background: #ddd;
}

#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;
}
#page-home .sliderTeacher .ui-slider-handle::before {
  width: auto;
  content: "";
  height: 2px;
  background: #D23339;
}
/* section-keypoints */
.section-keypoints {
  padding: 80px 0 110px;
  background: #fff;
}
.wrapper-keypoints {
  margin: 0 20px;
}

.keypoints-content .keypoints-item {
  width: 100%;
  margin-top: 50px;
}
.keypoints-content .keypoints-item:first-child {
  margin-top: 60px;
}
.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: 30px;
  color: #D23339;
  position: absolute;
  top: 5px;
  left: 0;
  font-family: 'Montserrat', sans-serif;
}
.keypoints-content .keypoints-item .ctn-item {
  padding: 10px 0 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: 19px 0;
}
.keypoints-content .keypoints-item .ctn-item .ttl-item span {
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
}
.wrapper-keypoints .point-note {
  font-weight: 400;
  font-size: 12px;
  color: #959797;
  text-indent: -15px;
  padding-left: 15px;
  line-height: 21px;
  padding-top: 10px;
  line-height: 175%;
}
.wrapper-keypoints .btn-top {
  width: 100%;
  margin: 32px auto 0;
  background: #D23339;
}
.wrapper-keypoints .btn-top a {
  padding: 26px 40px 26px 30px;
  margin-bottom: 0;
}
.wrapper-keypoints .btn-top a::after {
  content: "";
  right: 0;
}

/* plan */
.section-plan {
  background: #fff;
}
.wrapper-plan {
  margin: 0 20px;
}

.about-plan {
  font-size: 16px;
  line-height: 1.75;
  padding: 40px 0 0px;
}
.section-plan .plan-anchorlink {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background: #F5F5F5;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  flex-wrap: wrap;
  text-align: left;
  align-content: center;
  align-items: center;
}
.section-plan .plan-anchorlink .btn-anchor {
  color: #D23339;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  width: 49%;
  text-align: left;
  padding: 8px 0 7px;
  min-height: 50px;
  max-width: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
  display: flex;
  align-content: center;
  align-items: center;
}
.section-plan .plan-anchorlink .btn-anchor:nth-child(1),
.section-plan .plan-anchorlink .btn-anchor:nth-child(2) {
  margin-top: 0;
}
.section-plan .plan-anchorlink .btn-anchor::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../images/arrow_anchor_sp.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-top: 10px;
}
.plan-list .item-plan {
  padding: 50px 0 48px;
  border-bottom: 1px solid #ddd;
}
.plan-list .item-plan:last-child {
  border: none;
}
.plan-list .item-plan .-feature {
  width: 100%;
}
.plan-list .item-plan .-feature img {
  width: 100%;
}
.plan-list .item-plan .ctn-item {
  margin-top: -10px;
}
.plan-list .item-plan .ctn-item .sub-ttl_item {
  font-weight: 700;
  font-size: 18px;
  line-height: 175%;
  color: #D23339;
  display: flex;
  margin-top: 10px;
}

.plan-list .item-plan .ctn-item .plan-tag {
  font-size: 12px;
  line-height: 100%;
  padding: 5px 9px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #D23339;
  margin-left: 0;
  vertical-align: middle;
  color: #D23339;
  position: relative;
  top: -2px;
  font-weight: 700;
}
.plan-list .item-plan .ctn-item .plan-tag:nth-child(2) {
  margin-left: 5px;
}

.plan-list .item-plan .ctn-item .ttl-item {
  font-size: 28px;
  line-height: 1.5;
  color: #2C2F2F;
  padding-top: 9px;
  letter-spacing: -1px;
}

.plan-list .item-plan .ctn-item .ttl-item.--more {
  letter-spacing: -3px;
  width: calc(100% + 5px);
}

.plan-list .item-plan .ctn-item .ttl-item .plan-tag{
  margin-left: 5px;
}

.plan-list .item-plan .ctn-item .ttl-item.--more .plan-tag{
  letter-spacing: -1px;
}

.plan-list .item-plan .ctn-item .content-itemPlan {
  padding-left: 0;
}
.plan-list .item-plan .ctn-item .content-itemPlan p {
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #2C2F2F;
  margin-top: 30px;
}

.plan-list .item-plan .ctn-item .content-itemPlan .plan-note {
  padding-left: 20px;
  color: #D23339;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
  margin-top: 20px;
}
.plan-list .item-plan .ctn-item .content-itemPlan .list-notePlans {
  padding-left: 20px;
}
.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 {
  background: #D23339;
}

.plan-list .item-plan .ctn-item .content-itemPlan .btn-top a {
  margin: 33px 0 0;
  padding: 18px 40px 18px 30px;
}
.plan-list .item-plan .ctn-item .content-itemPlan .btn-top a::after {
  content: "";
  right: 10px;
}
.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%, -110%);
  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-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::after{
  display: none;
}
/* section-lounge */
.section-lounge {
  padding-top: 0;
  background-color: #fff;
}

.section-lounge .lounge-slider{
  position: relative;
  margin-bottom: 0;
}

.section-lounge .lounge-slider .lounge-item {
  height: 375px;
}
.section-lounge .lounge-slider .lounge-item.lounge-item01 {
  background-position: 28% center !important;
}

.section-lounge .lounge-slider .lounge-item.lounge-item02 {
  background-position: left center!important;
}
.section-lounge .lounge-slider .lounge-item.lounge-item03 {
  background-position: 28% center !important;
}
.section-lounge .lounge-slider .lounge-item.lounge-item04 {
  background-position: 80% center !important;
}

.section-lounge .lounge-slider .lounge-item.lounge-item05 {
  background-position: 28% center !important;
}
.section-lounge .slick-dots {
  bottom: 80px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 20px;
  z-index: 2;
}
.section-lounge .slick-dots li {
  margin: 0 16px 0 0;
}

.section-lounge .slick-dots button:before {
  color: #DDDDDD;
  font-size: 6px;
}

.section-lounge .slick-dots .slick-active button:before {
  color: #D23339;
  opacity: 1!important;
}
.section-lounge .wraper-lounge {
  background-color: #f5f5f5;
  
}
.section-lounge .content-lounge {
  position: relative;
  z-index: 2;
  padding: 30px 30px 50px 30px;
  background: #fff;
  margin: -57px 0 0 20px;
  border-radius: 4px 0px 0px 4px;
}
.section-lounge .content-lounge .ctn-lounge {
  
}
.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: 30px;
}

.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: 29px;
  margin-top: 40px;
}
.section-lounge .content-lounge .btn-top a {
  width: 100%;
  background: #D23339;
  border-radius: 4px;
  padding: 18px 30px;
  margin-bottom: 0;
}
.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;
  display: inline-block;
}
.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%);
}
/* section-about */
.section-about {
  padding: 80px 0 40px;
}
.section-about .wrapper-about {
  margin: 0 20px
}
.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: 49%;
  min-width: 164px;
  margin-bottom: 5px;
}
.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: 2px;
}


/* sec new */
#page-home #top-page #section-news {
  margin: 0 20px;
  padding: 40px 0 40px;
}

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

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

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

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

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

#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 {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #2C2F2F;
}
#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: 10px;
  top: 27px;
  -webkit-transform: translate(-10px,-20%);
  transform: translate(-10px,-20%);
}

#page-home #top-page #section-news .list-news .btn-top {
  width: 100%;
  margin: 40px auto 0;
  background: #D23339;
}
#page-home #top-page #section-news .list-news .btn-top a {
  padding: 18px 20px 18px 20px;
  margin-bottom: 0;
}
#page-home #top-page #section-news .list-news .btn-top a::after {
  content: "";
  right: 10px;
}
#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;
}

/* .section-trial */

.section-trial {
  background: #4DBAC1;
}
.section-trial .wrapper-trial {
  margin: 0 20px;
  padding: 40px 0;
}
.btn-trial a .ctn_button::after {
  right: 0;
  content: "";
}

#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: 40px 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;}
#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 11px;
  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%;
}

/* headingTop */
.c-headingTop {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #2C2F2F;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.c-headingTop span {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  color: #D23339;
  margin-bottom: 5px;
}
.c-headingTop::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #D23339;
  bottom: -1px;
  position: absolute;
}

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

#page-home #top-page .c-headingTop .c-headingTop_title b.inline-text-red {
  color: #D23339;
}

/* section #benefit-system */
#benefit-system{
  margin: 40px 20px 0;
}

#benefit-system .c-headingTop h2{
  font-size: 28px;
}

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

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

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

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

#benefit-system .benefit-system_ctn .benefit-system_ctn_fl .benefit-system_ctn_fl_R .btn-top a{
  width: 100%;
  height: 80px;
  background-color: #d23339;
  border-radius: 5px;
}

#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;
}


/* btn-top */ 
.btn-top {
  display: block;
  border-radius: 4px;
  transition: all 0.5s;
}
.btn-top:hover {
  border-radius: 16px;
}

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

.modal-teacher .modal {
  display: none;
  position: fixed;
  /* top: 20%; */
  top: 5%;
  /* transform: translateY(-50%); */
  left: 0;
  right: 0;
  width: 390px;
  margin: 0 auto;
  z-index: 999;
  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%;
}
.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;
}
.modal-teacher .modal .js-modal-close:hover {
  cursor: pointer;
}
.teacher-item:hover {
  cursor: pointer;
}

.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: 0px) and (max-width: 980px) {
  #page-home #top-page .wrapper-conversation {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  #page-home #top-page .conversation-step .c-heading {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  #page-home #top-page .conversation-step .c-heading .c-heading_title {
    color: #272727;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  #page-home #top-page .conversation-step .c-heading .c-heading_title .text-red {
    color: #EF2F3E;
  }
  #page-home #top-page .conversation-step .c-heading:after {
    margin-top: 13px;
    background-color: #EF2F3E;
  }
  #page-home #top-page .conversation-step .elm-list__item {
    display: flex;
    background-color: #F8F8F8;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  }
  #page-home #top-page .conversation-step .elm-list__item:not(:last-child) {
    margin-bottom: 15px;
  }
  #page-home #top-page .conversation-step .elm-list__item .-thumbnail {
    background-color: #EF2F3E;
    color: #FFFFFF;
    width: 21.6%;
    text-align: center;
    padding: 8px 9px;
  }
  #page-home #top-page .conversation-step .elm-list__item .-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    line-height: 1.2;
    font-family: 'FuturaBT-Medium';
    margin-bottom: 10px;
  }
  #page-home #top-page .conversation-step .elm-list__item .-feature_txt {
    border-bottom: 1px solid #FFFFFF;
  }
  #page-home #top-page .conversation-step .elm-list__item .-feature_numb {
    font-size: 14px;
    margin-left: 5px;
  }
  #page-home #top-page .conversation-step .elm-list__item .-info {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px;
  }
  #page-home #top-page .conversation-step .elm-learn {
    margin-top: 40px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 20px 50px calc(55px + 5%);
  }
  #page-home #top-page .conversation-step .elm-learn__item {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #page-home #top-page .conversation-step .elm-learn__item:before {
    content: 'だから';
    display: block;
    background: url('../../images/top_page/new_section/arrow-down.png') no-repeat center center / cover;
    color: #FFFFFF;
    font-size: 14px;
    width: 86px;
    height: 51px;
    line-height: 30px;
    margin: 0 auto 15px;
  }
  #page-home #top-page .conversation-step .elm-learn__item:last-child:before {
    content: '結果';
  }
  #page-home #top-page .conversation-step .elm-learn__item:not(:last-child) {
    margin-bottom: calc(45px + 6%);
  }
  #page-home #top-page .conversation-step .elm-learn__item .-thumbnail_main,
  #page-home #top-page .conversation-step .elm-learn__item .-thumbnail_info.has-shadow {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  }
  #page-home #top-page .conversation-step .elm-learn__item .-thumbnail {
    position: relative;
    order: 2;
    margin: 16px auto 0;
    max-width: 427px;
  }
  #page-home #top-page .conversation-step .elm-learn__item .-info {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
  }
  #page-home #top-page .conversation-step .elm-learn__item .-info span.text-red {
    color: #EF2F3E;
  }
  #page-home #top-page .conversation-step .elm-learn__item .-thumbnail_info {
    position: absolute;
    bottom: -15%;
    right: -10%;
    width: auto;
    max-width: 61%;
    max-height: 55%;
    display: flex;
  }
  #page-home #top-page .conversation-step .elm-learn__item .-thumbnail_info img {
    object-fit: contain;
    object-position: 100%;
    max-height: 100%;
    float: right;
  }
  #page-home #top-page .conversation-method {
    background-color: #EAF7F7;
    font-family: "Noto-Sans-Regular", sans-serif;
    margin-top: 19%;
    padding: 9px 5%;
    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: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    width: 110%;
  }
  #page-home #top-page .conversation-method .info {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.5;
    margin-bottom: 8px;
    box-shadow: 0px 3px 0px #F2BF1B;
  }
  #page-home #top-page .conversation-method .btn-wrap {
    padding: 0 3%;
  }
  #page-home #top-page .conversation-method .btn-method {
    background-color: #26AFAF;
    border-radius: 5px;
    box-shadow: 5px 5px #c0e0e0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-family: "Noto-Sans-Bold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
  }
  #page-home #top-page .conversation-method .btn-method::after {
    content: '＞';
    position: absolute;
    right: 10px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
  }
  #page-home #top-page .conversation-method .method_img {
    position: absolute;
    right: 5px;
    bottom: 0;
    max-width: 28%;
  }
  #page-home #top-page .conversation-method .method_img img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  #page-home #top-page .section-new-banner .banner-info {
    font-size: 24px;
  }
  #page-home #top-page .conversation-step .c-heading .c-heading_title {
    font-size: 26px;
  }
  #page-home #top-page .conversation-step .elm-list__item .-feature_txt {
    font-size: 12px;
  }
  #page-home #top-page .conversation-step .elm-list__item .-feature_numb {
    font-size: 20px;
  }
  #page-home #top-page .conversation-step .elm-list__item .-info {
    font-size: 20px;
  }
  #page-home #top-page .conversation-method {
    padding: 30px 5%;
    margin-top: 15%;
  }
  #page-home #top-page .conversation-method .title {
    font-size: 30px;
  }
  #page-home #top-page .conversation-method .info {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #page-home #top-page .conversation-method .btn-method {
    height: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 30px;
  }
  #page-home #top-page .conversation-method .btn-wrap .c-button_freeTrial::after {
    top: 0;
  }
  #page-home #top-page .banner-lesson {
    width: 93%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
  #page-home #top-page .section-new-banner .banner-info {
    font-size: 18px;
  }
  #page-home #top-page .conversation-step .c-heading .c-heading_title {
    font-size: 22px;
  }
  #page-home #top-page .conversation-step .elm-list__item .-feature_txt {
    font-size: 10px;
  }
  #page-home #top-page .conversation-step .elm-list__item .-feature_numb {
    font-size: 18px;
  }
  #page-home #top-page .conversation-step .elm-list__item .-info {
    font-size: 18px;
  }
  #page-home #top-page .conversation-method {
    padding: 20px 5%;
    margin-top: 15%;
  }
  #page-home #top-page .conversation-method .title {
    font-size: 20px;
  }
  #page-home #top-page .conversation-method .info {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #page-home #top-page .conversation-method .btn-method {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
  }
  #page-home #top-page .conversation-method .btn-wrap .c-button_freeTrial::after {
    top: 0;
  }
  #page-home #top-page .banner-lesson {
    width: 93%;
    margin: 0 auto;
  }
  .keypoints-content .keypoints-item .keypoints-feature .-point {
    font-size: 20px;
  }
}
@media only screen and (max-width: 426px) {
  .section-lounge .content-lounge .about-lounge a {
    display: inline-block;
    text-indent: 0;
  }
  .section-lounge .content-lounge .about-lounge a::before {
    content: "";
    top: 30%;
  }
}
@media only screen and (max-width: 414px) {
  .keypoints-content .keypoints-item .keypoints-feature .-point {
    font-size: 14px;
  }
  #page-home #top-page .conversation-step .elm-learn__item .-info {
    font-size: 14px;
  }
  #page-home #top-page .banner-lesson {
    width: 93%;
    margin: 0 auto;
  }
  .section-about .wrapper-about .list-company li {
    min-width: auto;
  }
  .modal-teacher .modal {
    width: 320px;
  }
}

/* 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: 100%;
  width: 80%;
  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 img {
  width: 100%;
}
.bnr_program {
  padding: 30px 10px 20px;
  background: #ffff;
}
.bnr_program a {
  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: 10px 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: 94%;
  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: -90px;
  width: 100%;
  transform: translateY(150px);
  transition: 0.5s;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
.sticky_banner a {
  display: block;
  line-height: 1; 
}

.sticky_banner.fixed {
  bottom: 0;
  transform: translateY(0); 
}
.sticky_banner img {
  width: 100%;
  max-width: 100%;
}