@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------

 	英会話トライアルレッスン　20250714

----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 60px;  /* モバイルなどでは小さなヘッダー */
  }
}

@media (min-width: 769px) {
  html {
    scroll-padding-top: 100px; 
  }
}
#sb-overlay {
  background-color: rgb(0, 0, 0) !important;
}
a:hover {
  opacity: 1;
}
#trial{
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",Meiryo,"メイリオ","MS PGothic","MS UI Gothic",sans-serif;
	width:100%;
	margin:0 auto;
	line-height: 1.4;
	font-size:16px;
}


/* ヘッダー */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 20rem;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
  background-color: #fff;
}

.contactus header > div {
  padding:10px;
  margin:0;
}

.logo img {
  height: 40px;
  width: auto;
}
.hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: #333;
}
.icon-bar {
  display: inline-block;
  font-size:36px;
  font-weight: normal;
}

.icon-bar.close {
  display: none;
}

/* メニュー表示中は ☰ を消して × を出す */
.hamburger-btn.active .open {
  display: none;
}

.hamburger-btn.active .close {
  display: inline-block;
}
/* ハンバーガーメニュー全体 */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 20rem;
  width: 530px;
  background-color:#fff;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 8rem 4rem 4rem;
}

.hamburger-menu.active {
  display: flex;
}
.menu-container {
  width: 100%;
}
.menu-left,
.menu-right{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-left a,
.menu-right a{
  color: #D30D23;
  font-size: 14px;
  font-weight: bold;
  background: url(/form/trial_lp/img/arrow.png) no-repeat right;
  text-decoration: none;
  margin-bottom: 10px;
  width: 48%;
}

/* メニュー項目 */
.menu-item {
  cursor: pointer;
  font-weight: bold;
}
/* メニューを無効化 */
.menu-item.disabled {
  /*pointer-events: none;*/
  color: #D30D23;
  font-size: 14px;
  font-weight: bold;
  background: url(/form/trial_lp/img/arrow.png) no-repeat right top 7px;
  width: 48%;
}

.button-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:0.5rem 1rem
}
.button-grid a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.2s ease;
  background: none;
}

.button-grid a:hover {
 
}
/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

#trial .side_btn {
  position: fixed;
  top: 200px;
  right: 0;
  width: 52px;
  z-index: 3;
}

.fv h1 img{
  width: 100%;
}

/* 光るエフェクト */
#trial .contents .reflection{
  width: auto;
  height: auto;
  position: relative;
  overflow:hidden;
  display: inline-block;
  border-radius:50px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .50);
}
#trial .contents .reflection:after{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 4s ease-in-out infinite;
}

@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}


#trial .contents{
}
#trial .sp_menu{
    display: none;
}

#trial .contents .charm{
  background: #FFF3CC;
  text-align: center;
  padding: 0 0 60px;
  position: relative;
}
#trial .contents .charm h2{
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  top: 0;
  background:url(/form/trial_lp/img/charm_bg.png) no-repeat center top;
  background-size: 100%;
  height: 350px;
  padding-top: 4%;
}
#trial .contents .charm h2 img{
  width: 100%;
  max-width: 854px;
  margin-left: -100px;
}
#trial .contents .charm .charm_inner{
  background:#fff;
  width: 955px;
  margin:0 auto;
  position: relative;
  padding-top: 350px;
}

@media screen and (max-width: 1660px) {
#trial .contents .charm .charm_inner{
  padding-top: 300px;
}
}
@media screen and (max-width: 1400px) {
#trial .contents .charm .charm_inner{
  padding-top: 290px;
}
}
@media screen and (max-width: 1200px) {
#trial .contents .charm .charm_inner{
  padding-top: 260px;
}
}

#trial .contents .charm p{
  margin:20px 0;
}
#trial .contents .charm ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 40px;
  justify-content: space-between;
}
#trial .contents .charm ul li:nth-of-type(2){
  border-left:2px dotted #000;
  border-right:2px dotted #000;
  padding:0 20px;
}
#trial .contents .charm ul li h3{
  text-align: left;
  color: #133272;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
#trial .contents .charm ul li h3 span{
  font-size: 20px;
}
#trial .contents .charm ul li p {
  text-align: left;
}
#trial .contents .charm ul li figure {
  margin-bottom: 20px;
}

.school_detail_cinfo #trial .contents .course{
  text-align: center;
  padding:0;
}

#trial .contents .course div.four_courses{
  text-align: center;
  background: url(/form/trial_lp/img/bg_arrow_color.png) no-repeat top center;
  padding: 40px 0;
}
#trial .contents .course h2 {
  color: #D30D23;
  font-size: 32px;
  font-weight: bold;
}
#trial .contents .course  p{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom:35px;
}

#trial .contents .course div.four_courses ul{
  width: 100%;
  max-width: 870px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
#trial .contents .course div.four_courses ul li{
  margin-bottom: 20px;
}

/*モーダル*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top:25px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  max-width: 960px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
#clearfile .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  max-width: 960px;
  background:none;
  box-shadow: none;
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  padding:0;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-wrapper .modal-window .modal-content a.course_btn {
  display: block;
  margin:40px 0;
  text-align: center;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6)
}

.modal-wrapper .modal-close{
  z-index: 20;
  position: absolute;
  top: -10px;
  right: -50px;
  width: 35px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}
#clearfile .modal-close {
  z-index: 20;
  position: absolute;
  top: -10px;
  right: 20%;
  width: 35px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #fff !important
}


#trial .contents .trial_course{
  text-align: center;
  position: relative;
}

#trial .contents .trial_course .glass{
  position: absolute;
  top: -10px;
  right:0;
}

#trial .contents .trial_course h2{
  background: #413219;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
#trial .contents .trial_lesson {
  padding: 40px 0;
}
#trial .contents .taiken{
  width: 100%;
  background: url(/form/trial_lp/img/arrow_white.png) top center no-repeat #0073C3;
  text-align: center;
  padding: 25px 0 50px;
  position: relative;
}
#trial .contents .taiken_white{
  width: 100%;
  text-align: center;
  padding: 60px 0 20px;
  position: relative;
  background: #fff;
}

#trial .contents .taiken p,
#trial .contents .taiken_white p{
  margin-bottom: 20px;
}
#trial .contents .taiken p:nth-of-type(2).reflection,
#trial .contents .taiken_white p:nth-of-type(2).reflection{
  max-width: 853px;
  width: 100%;
  margin:0 auto;
  border-radius: 10px;
}


#trial .contents .course .bg_arrow_white {
  background: #fff;
  text-align: center;
  padding-top: 60px;
  position: relative;
}
#trial .contents .course .bg_arrow_white p{
  font-weight: 600;
  font-size: 28px;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 25px 0 0;
}
#trial .contents .course .bg_arrow_white div{
  background: url(/form/trial_lp/img/bg_arrow_white.png)no-repeat center top #f5aa00;
}
#trial .contents .course .bg_arrow_white div h2{
  color: #fff;
  padding: 140px 0 40px;
  font-size: 32px;
  font-weight: bold;
}
#trial .contents .course .bg_arrow_white div h2 .beginner{
  border-radius: 50px;
  background: #c01639;
  font-size: 36px;
  color: #fff;
  padding: 5px 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-bottom;
}
#trial .contents .course .bg_arrow_white div h2 .eikaiwa_course{
  font-size: 56px;
}
#trial .contents .course .style{
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#trial .contents .course .style li:nth-of-type(1){
  width: 60%;
}
#trial .contents .course .style li:nth-of-type(3){
  width: 100%;
  margin-top: -50px;
}

#trial .contents .course .style li h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

#trial .contents .course .bg_green_color{
  width: 100%;
  background:#133272;
  text-align: center;
  padding:0 0 50px;
  position: relative;
  background-size: 4%, auto;
}
#trial .contents .course .bg_green_color img{
  margin-top: -20px;
}
#trial .contents .course .trial{
  text-align: center;
  margin:40px 0;
}

#trial .contents .course .trial_course{
  background: url(/form/trial_lp/img/arrow_white_s.png) no-repeat top center#0073C3;
  text-align: center;
}
#trial .contents .course .trial_course h3{
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #fff;
  padding-top: 60px;
  margin-bottom:10px;
}
#trial .contents .course .trial_course h4{
  font-size: 34px;
  color: #FFFE64;
  font-weight: bold;
}
#trial .contents .course .trial_course h4 span{
  font-size: 43px;
}

#trial .contents .course .trial_course h4 .beginner{
  border-radius: 50px;
  background: #fff;
  font-size: 23px;
  color: #12a206;
  padding: 5px 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
}
#trial .contents .course .trial_course h4 .eikaiwa_course{
  font-size: 42px;
}
#trial .contents .course .trial_course figure{
  padding:40px 0;
}
#trial .contents .course .ml_banner{
  max-width:853px; 
  width: 100%;
  text-align: center;
  margin:60px auto;
}
#trial .contents .course .ml_banner img{
  width: 100%;
}

#trial .contents .ml_banner{
  width: 100%;
  text-align: center;
  padding:40px 0;
  background:url(/form/trial_lp/img/blue_bg.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: 100%;
}
#trial .contents .ml_banner p{
  margin-bottom:25px;
}
#trial .contents .ml_banner .btn_deco {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  font-weight: bold;
  color:#fff;
  font-size: 24px;
  margin-bottom:10px;
}

#trial .contents .ml_banner .btn_deco::before,
#trial .contents .ml_banner .btn_deco::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1em; 
  height: 2px;
  background-color: #fff;
}

#trial .contents .ml_banner .btn_deco::before{
  left: 0;
  transform: rotate(65deg);
  transform-origin: left center;
  top: 20%;
}

#trial .contents .ml_banner .btn_deco::after {
  right: 10px;
  transform: rotate(-65deg);
  transform-origin: right center;
  top: 20%;
}
#trial .contents .ml_banner_w{
  width: 100%;
  text-align: center;
  padding:50px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
 #trial .contents .ml_banner_w .btn_t{
  font-size: 18px;
   margin-bottom: 5px;
}
#trial .contents .ml_banner_w p{
  margin-bottom:25px;
}
#trial .contents .ml_banner_w .btn_deco {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  font-weight: bold;
  color:#333;
  font-size: 24px;
  margin-bottom:10px;
}

#trial .contents .ml_banner_w .btn_deco::before,
#trial .contents .ml_banner_w .btn_deco::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1em; 
  height: 2px;
  background-color: #333;
}

#trial .contents .ml_banner_w .btn_deco::before{
  left: 0;
  transform: rotate(65deg);
  transform-origin: left center;
  top: 20%;
}

#trial .contents .ml_banner_w .btn_deco::after {
  right: 10px;
  transform: rotate(-65deg);
  transform-origin: right center;
  top: 20%;
}
#trial .contents .ml_banner_p{
  width: 100%;
  text-align: center;
  padding:40px 0 60px;
  background:#E61E64;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
#trial .contents .ml_banner_p p{
  margin-bottom:25px;
}
#trial .contents .ml_banner_p .btn_deco {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  font-weight: bold;
  color:#fff;
  font-size: 24px;
  margin-bottom:10px;
}

#trial .contents .ml_banner_p .btn_deco::before,
#trial .contents .ml_banner_p .btn_deco::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1em; 
  height: 2px;
  background-color: #fff;
}

#trial .contents .ml_banner_p .btn_deco::before{
  left: 0;
  transform: rotate(65deg);
  transform-origin: left center;
  top: 20%;
}

#trial .contents .ml_banner_p .btn_deco::after {
  right: 10px;
  transform: rotate(-65deg);
  transform-origin: right center;
  top: 20%;
}

#trial .contents .course .intermediate{
  background: url(/form/trial_lp/img/bg_arrow_blue.png) no-repeat top center,linear-gradient(#004b91 0%, #02305a 100%);
}
#trial .contents .course .intermediate h3{
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #fff;
  padding: 30px;
}
#trial .contents .course .intermediate h3 span{
  font-size: 24px;
  color: #ffed00;
}
#trial .contents .course .intermediate ul {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  color: #fff;
}
#trial .contents .course .intermediate ul li:nth-of-type(1) {
  width: 60%;
}

#trial .contents .course .intermediate ul li h4 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#trial .contents .course .intermediate ul li p span {
  font-size: 14px;
}

#trial .contents .course .intermediate ul li h4 .inter{
  border-radius: 20px;
  background: #ffed00;
  font-size: 22px;
  text-align: center;
  color: #004b91;
  padding: 5px 20px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
}
#trial .contents .course .intermediate ul li h4 .eikaiwa_course{
  font-size: 38px;
}
#trial .contents .course .intermediate ul li img{
  margin-bottom:20px;
}
#trial .contents .trial_flow_title{
  background: #EB6B88;
  padding: 40px;
  margin: 20px 0 40px;
  text-align: center;
}
#trial .contents .trial_flow_title h2 {
  background: #fff;
  display: inline-block;
  border-radius: 25px;
  font-size: 32px;
  font-weight: bold;
  padding: 5px 100px;
  color: #EB6B88;
  margin: 0;
}

#trial .contents .trial_flow{
  max-width: 850px;
  width: 100%;
  margin:0 auto 80px;
  text-align: center;
}
#trial .contents .trial_flow ul li{
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
#trial .contents .trial_flow ul li:nth-of-type(2){
    padding-bottom: 70px;
}
#trial .contents .trial_flow ul li:nth-of-type(4){
   border-bottom: none;
}
#trial .contents .trial_flow ul li h3 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}

#trial .contents .trial_flow ul li h3 span{
  color: #333;
  background: #FFFE64;
  font-size: 18px;
  border-radius: 50px;
  padding: 5px 25px;
  font-weight: bold;
  margin-right: 20px;
}
#trial .contents .trial_flow ul li p{
  font-size: 16px;
  text-align: left;
  margin: 20px auto 0;
}
#trial .contents .trial_flow ul li p a{
  color:#E61E64;
}

#trial .contents .trial_flow ul li figure{
  margin: 0 0 0 30px;
  float: right;
  width: 300px;
}
#trial .contents .trial_flow ul li figure img{
  width: 100%;
}

#trial .pagetop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  width: 40px;
  z-index: 3;
}
footer .btn_pagetop{
  display: none;
}

/*four_step*/
.four_step{
  padding: 75px 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.four_step h2{
  text-align: center;
  margin-bottom:40px;
}

.four_step .four_step_inner{
  display: flex;
  justify-content: space-between;
}
.four_step .four_step_inner .slick_slider {
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 40px;
}
.four_step .four_step_inner .slick_slider .step_list{
  width: 260px;
  border-radius:5px;
  position: relative;
}
.four_step .four_step_inner .slick_slider .step_list img{
  width: 100%;
}




/* ------------------------------------------------------------ school */
.lightbox {
  display: none;
}
.school{
  padding:75px 0;
  background:#FEF4F7;
}
.school h2{
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  color: #E61E64;
  font-size: 32px;
}

.school .school_inner{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.school .school_inner figure{
  width: 42%;
}
.school .school_inner .right_area{
  width: 58%;
}
.school .school_inner .right_area div{
  width: 100%;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
  display: flex;
  padding: 15px;
  margin-bottom: 20px;
}
.school .school_inner .right_area .kanto{
  border: 1px solid #d55c6a;
}
.school .school_inner .right_area .chubu{
  border: 1px solid #de8b54;
}
.school .school_inner .right_area .kinki{
  border: 1px solid #dfb33f;
}
.school .school_inner .right_area .kyushu{
  border: 1px solid #a9c63f;
}

.school .school_inner .right_area h3{
  width: 25%;
  font-weight: 600;
  font-size: 16px;
}
.school .school_inner .right_area .kanto h3{
  color: #d55c6a;
}
.school .school_inner .right_area .chubu h3{
  color: #de8b54;
}
.school .school_inner .right_area .kinki h3{
  color: #dfb33f;
}
.school .school_inner .right_area .kyushu h3{
  color: #a9c63f;
}
.school .school_inner .right_area ul{
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.school .school_inner .right_area ul li{
  width: 23%;
  border-radius: 20px;
  margin: 0 1% 10px;
  padding: 5px 2px;
  text-align: center;
}

.school .school_inner .right_area .kanto ul li{
  background: #FBEEF0;
}
.school .school_inner .right_area .chubu ul li{
  background: #FCF3ED;
}
.school .school_inner .right_area .kinki ul li{
  background: #FBF6EB;
}
.school .school_inner .right_area .kyushu ul li{
  background: #F5F8EB;
}
.school .school_inner .right_area a{
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px; 
}
.school .school_inner .right_area a::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 35%;
}


/* ------------------------------------------------------------ modal */
/* #modal{ background: rgb(0,0,0,0.5); } */
.modal_html {
  width: 900px;
  max-height: 85%;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_html::-webkit-scrollbar {
  display: none;
}
.modal_inner {
  border: 1px solid #c8113d;
  border-radius: 10px;
  padding: 60px 50px 70px;
  overflow-y: scroll;
  scrollbar-width: none;
  height: 650px;
}
.modal_html button#course_btn{
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 50px;
  right: 0;
}
#aichi .modal_inner,
#shizuoka .modal_inner,
#mie .modal_inner,
#gifu .modal_inner{
  border: 1px solid #de8b54;
}
#osaka .modal_inner,
#kyoto .modal_inner,
#hyogo .modal_inner,
#shiga .modal_inner,
#nara .modal_inner,
#wakayama .modal_inner{
  border: 1px solid #dfb33f;
}
#okayama .modal_inner,
#fukuoka .modal_inner,
#kagoshima .modal_inner{
  border: 1px solid #a9c63f;
}

.modal_html h2{
  width: 150px;
  border-radius: 25px;
  background: #c8113d;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 10px 0;
}
#aichi h2,
#shizuoka h2,
#mie h2,
#gifu h2{
  background: #de8b54;
}
#osaka h2,
#kyoto h2,
#hyogo h2,
#shiga h2,
#nara h2,
#wakayama h2{
  background: #dfb33f;
}
#okayama h2,
#fukuoka h2,
#kagoshima h2{
   background: #a9c63f;
}

.modal_html ul {
  padding: 30px 0 0;
}
.modal_html ul li {
  float: left;
  width: 29%;
  min-height: 180px;
  margin: 0 50px 0 0;
}
.modal_html ul li:nth-of-type(3n) {
  margin: 0;
}

.modal_html ul li h3{
  padding: 0 0 10px;
  font-size: 18px;
  color: #c8113d;
  font-weight: 800;
  line-height: 150%;
  border-bottom: 1px solid #c8113d;
}
#aichi ul li h3,
#shizuoka ul li h3,
#mie ul li h3,
#gifu ul li h3{
  color: #de8b54;
  border-bottom: 1px solid #de8b54;
}
#osaka ul li h3,
#kyoto ul li h3,
#hyogo ul li h3,
#shiga ul li h3,
#nara ul li h3,
#wakayama ul li h3{
  color: #dfb33f;
  border-bottom: 1px solid #dfb33f;
}
#okayama ul li h3,
#fukuoka ul li h3,
#kagoshima ul li h3{
  color: #a9c63f;
  border-bottom: 1px solid #a9c63f;
}

.modal_html ul li p {
  line-height: 160%;
  font-size: 13px;
  margin-top: 15px;
}
/* close_btn */
.modal_html .box {
  position: relative;
}
.modal_html .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80px;
  color: #e40057;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*qa_list*/
.qa{
  background:#FFFEF0;
  padding: 40px 0 100px;
}
.qa h2{
  color: #133272;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 40px;
}
.qa .qa_inner{
  max-width: 850px;
  margin:0 auto;
  width: 100%;
}

.qa_list{
  border-bottom: 1px solid #133272;
  display: block !important;
}
.qa_list dt{
    position: relative;
    padding: 30px 30px 25px 30px;
  transition: opacity 0.3s ease;
  border-top:1px solid #133272;
}

.qa_list dt::before{
  content: "Q";
  color: #133272;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 12px;
}
.qa_list dt::after{
  content: "＋";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 16px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius:50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition:opacity 0.3s ease;
  border:1px solid #133272;
  color: #133272;
}

.qa_list dt.active::after {
    content: "－"; 
}
.qa_list dt h3{
  font-weight: bold;
  padding:0 0 0 45px;
  color: #133272;
  font-size: 18px;
}
.qa_list dd{
    display:none;
  font-size:14px;
}
.qa_list dd p{
  padding: 0 50px 30px 75px;
}

@media screen and (max-width: 720px) {
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

#trial img {
    max-width: 100%;
}
#trial{
	width:100%;
	margin:0 auto;
    line-height: 1.4;
}
/*header*/
.site-header {
  position: fixed !important;
  z-index: 9999999;
  }
#trial .logo{
	width:100%;
	margin:0 auto;
    z-index: 2;
    top: 0;
  padding: 0;
}
  #trial .logo img{
    height: 30px;
}
#trial .logo ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
}

#trial .logo ul li{
    padding: 10px 0;
    flex: 0 0 40%;
}

#trial .logo ul li a img{
    width: 80%;
}

#trial .logo ul li:nth-of-type(1) a{
  padding: 5px 10px;
}

#trial .logo ul li:nth-of-type(1) a img{
  margin: 0;
}
#trial .logo ul li:nth-of-type(2) {
  flex: 0 0 60%;
}
#trial .logo ul li:nth-of-type(2) a{
  font-size: 10px;
  top: 50%;
  position: absolute;
  padding: 5px 10px;
}
  
.contactus header{
  padding:5px 10px;
}


.hamburger-menu {
  width: 100%;
  top: 0;
  right:0;
  height: 100%;
}

.menu-left,
.menu-right{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.menu-left a,
.menu-right a{
  border-bottom:1px solid #D9D9D9;
 padding: 0 0 15px;
  width: 100%;
  background: url(/form/trial_lp/img/arrow.png) no-repeat right top 5px;
}
.button-grid {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1rem;
}
.button-grid a {
  border:none;
  padding: 0;
  background: none;
}
.menu-item.disabled {
  width: 100%;
  margin-bottom: 5px;
}
.menu-item.disabled a{
  border:none;
  background: none;
}

.menu-container{
    flex-direction: column;
    padding:20px 20px 0;
    top: 50px;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    height: 80%;
  }
.icon-bar {
  font-size: 30px;
}
  
.sp_menu_b{
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.sp_menu_b img{
  width: 50%;
}
.translation-toggle {
 top: 42%;
  left: 75%;
}
#trial .side_btn {
  display: none;
}
#trial main h1 {
  padding-top: 50px;
}
#trial main h1 img {
  max-height:100%;
  height: auto;
  width: 100%;
}
/*main*/
#trial main .skill img {
  width: 90%;
  margin-top: -65px;
}

#trial main .trial {
  top: 10px;
  text-align: center;
}
#trial .main_ml_sp{
  background: #8C8841;
  padding-top: 40%;
}
  
    
#trial .contents .ml_area {
  margin: 0 auto 40px;
}
#trial .contents h1 {
    padding: 0;
    background: none;
}
#trial .contents h1 img {
  margin-left: 0;
}
#trial .contents .course {
  /*margin-top: -90px;*/
}
#trial .contents .course p {
  font-size: 16px;
}
#trial .contents .course figure{
  width:100%;
  margin: 0 auto;
}
#trial .contents .course h2 {
    font-size: 22px;
    padding: 40px 0 10px;
  }

#trial .contents .course div.four_courses {
  text-align: center;
  background: url(/form/trial_lp/img/bg_arrow_color.png) no-repeat top center;
  background-size: 100%;
  padding: 0 0 40px;
}
#trial .contents .course div.four_courses ul {
  width: 90%;
  padding: 80px 0 40px;
}
#trial .contents #course div.four_courses ul{
    width: 90%;
    padding:0;
    display: block;
  }
#trial .contents .course div.four_courses ul li {
  margin-bottom: 20px;
  width: 48%;
}
#trial .contents #course div.four_courses ul li {
    margin-bottom: 20px;
    width: 100%;
  }
#trial .contents .course .trial_lesson {
  padding: 50px 20px 20px;
  background: url(/form/trial_lp/img/bg_arrow_color_sp.png) no-repeat top center #fff;
  background-size: 30px;
}
#trial .contents .course .trial_lesson img {
  margin-left: 0;
}
#trial .contents .trial_course h2 {
  font-size: 22px;
}

#trial .contents .trial_course .glass{
    position: absolute;
    top: 5%;
    width: 45%;
  }
#trial .contents .trial_lesson {
  padding: 40px 20px;
}
#trial .contents .taiken p:nth-of-type(1) img{
  width: 80%;
}

#trial .contents .taiken {
    padding: 25px 20px 20px;
  }
.modal-wrapper .modal-window {
  width: 80%;
  top: 10px;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 100%;
}
.modal-wrapper .modal-window .modal-content a.course_btn {
  display: block;
  margin: 30px 0 0;
}  
#trial .contents #course .bg_arrow_color h2 {
  font-size: 24px;
  padding: 40px 0 0;
}
#trial .contents .course .bg_arrow_white p {
  font-size: 24px;
  padding: 10px 0 0;
}
#trial .contents .course .bg_arrow_white div {
  background: url(/form/trial_lp/img/bg_arrow_white.png)no-repeat center top #f5aa00;
  background-size: 100%;
}
#trial .contents .course .bg_arrow_white div h2 {
  padding: 50px 0 40px;
  font-size: 22px;
}
#trial .contents .course .bg_arrow_white div h2 .beginner {
  font-size: 18px;
  padding: 3px 10px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
#trial .contents .course .bg_arrow_white div h2 .eikaiwa_course {
  font-size: 26px;
}
#trial .contents .course .style {
  margin-top: 0;
}
#trial .contents .course .style li:nth-of-type(1) {
  width: 100%;
}
#trial .contents .course .style li h3 {
  font-size: 20px;
  padding: 20px;
  margin-bottom:0;
}
#trial .contents .course .style li p{
  padding: 0 20px 20px;
}
#trial .contents .course .style li:nth-of-type(3) {
  width: 70%;
  margin: 0 auto 20px;
}

#trial .contents .course .trial {
  text-align: center;
  margin: 20px 0;
  padding: 0 20px;
}
#trial .contents .course .trial_course{
    text-align: center;
  }
#trial .contents .course .trial_course h3 {
  font-size: 22px;
  padding-top: 40px;
}
#trial .contents .course .trial_course h4 {
  font-size: 18px;
}
#trial .contents .course .trial_course h4 span {
  font-size: 23px;
}
#trial .contents .course .trial_course h4 .beginner {
  font-size: 16px;
  padding: 3px 10px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
#trial .contents .taiken_white {
  width: 100%;
  padding: 30px 10px 10px;
}
#trial .contents .course .bg_green_color{
    padding: 0 20px;
  }
#trial .contents .course .bg_green_color img{
    margin-top: -10px;
    position: relative;
    top: -20px;
  width: 100%;
  }

#trial .contents .course .trial_course h4 .eikaiwa_course {
  font-size: 24px;
}
#trial .contents .ml_banner,
#trial .contents .coutse .ml_banner{
  text-align: center;
  padding: 10px 10px 30px;
  background-size: cover;
}
#trial .contents .ml_banner .btn_deco {
  font-size: 18px;
}
#trial .contents .ml_banner_w {
  width: 90%;
  padding:30px 0 60px;
  display: flex;
  margin:0 auto;
}
#trial .contents .ml_banner_w .btn_t {
  font-size: 16px;
}
#trial .contents .ml_banner_w .btn_deco {
  font-size: 18px;
}
#trial .contents .ml_banner_p {
  padding:40px 20px 60px;
}
#trial .contents .ml_banner_p .btn_deco {
  font-size: 18px;
}
 
  
  
#trial .contents .course .trial_course figure {
  padding: 30px 0;
}
  
  
#trial .contents .eikaiwa_movie iframe {
  width: auto;
  height: auto;
}
  
#trial .contents .eikaiwa .eikaiwa_movie h3, 
#trial .contents .eikaiwa_course_inner h3 {
  font-size: 16px;
}
#trial .contents .eikaiwa .eikaiwa_movie > h3 span, 
#trial .contents .eikaiwa_course_inner > h3 span {
  font-size: 26px;
}
#trial .contents .eikaiwa .eikaiwa_movie p {
  font-size: 14px;
}
#trial .contents .charm {

} 

#trial .contents .charm h2 {
    font-size: 18px;
    background:none;
    height: auto;
    padding-top: 0;
  }
#trial .contents .charm h2 img{
    width: 100%;
    margin-left: 0;
}
#trial .contents .charm ul {
  display: block;
  width: 80%;
}
#trial .contents .charm ul li:nth-of-type(2) {
  border-left:none;
  border-right:none;
  padding:0;
}
#trial .contents .charm ul li {
  margin: 0 0 20px;
  width: 100%;
}
#trial .contents .charm ul li h3 {
  font-size: 23px;
  background:url(/form/trial_lp/img/charm01.png) no-repeat left top 10px;
  padding-left: 120px;
  line-height: 1.2;
}
#trial .contents .charm ul li:nth-of-type(2) h3{
  background:url(/form/trial_lp/img/charm02.png) no-repeat left top 10px;
  padding-left: 120px;
}
#trial .contents .charm ul li:nth-of-type(3) h3{
  background: url(/form/trial_lp/img/charm03.png) no-repeat left top 10px;
  padding-left: 120px;
}

 #trial .contents .charm ul li h3 span:nth-of-type(1){
  display: none;
}
 #trial .contents .charm .charm_btm img {
    width: 100%;
  }
 
  
#trial .contents .charm .charm_inner{
    width: 90%;
    padding-top: 95%;
  }

#trial .contents .trial_flow {
  width: 100%;
  margin: 0 auto;
}
#trial .contents .trial_flow div h2 {
  font-size: 18px;
  padding: 5px 50px;
}
#trial .contents .trial_flow ul{
  padding: 0 20px;
}
#trial .contents .trial_flow ul li{
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
#trial .contents .trial_flow ul li:nth-of-type(2) {
  padding-bottom: 30px;
}
#trial .contents .trial_flow ul li h3{
  font-size: 16px;
  width: 100%;
}

#trial .contents .trial_flow ul li h3 span{
  font-size: 16px;
  padding: 3px 20px;
  margin-right: 10px;
}
#trial .contents .trial_flow ul li p {
  font-size: 14px;
  text-align: left;
  width: 100%;
  margin: 20px auto 0;
}
#trial .contents .trial_flow ul li figure {
  margin: 20px 0 30px;
  float: none;
  width: 100%;
}
#trial .contents .trial_flow_title{
  background: #fff;
  padding: 20px 0 40px;
  margin: 0;
  text-align: center;
}
#trial .contents .trial_flow_title h2 {
  font-size: 20px;
  padding: 5px 20px;
  color: #fff;
  width: 90%;
  background: #EB6B88;
}
#trial .btm_ml{
  width: 100%;
  z-index: 10;
  opacity: 0;
  position: fixed;
}
#trial .btm_ml img{
  width: 50%;
}

#trial .pagetop {
  bottom: 13%;
  opacity: 0;
}
#trial .pagetop img{
  width: auto;
}


.fixed{
 position: fixed;
 bottom: 0;
 opacity: 1 !important;
}
 
/*.four_step {
  width: 100%;
  padding: 60px 0;
}*/

.four_step {
  width: 100%;
  padding: 40px 0 60px;
}
.four_step h2{
    margin: 0 auto 20px;
    width: 70%;
  }
.four_step h2 img{
  margin:0 auto;
}
.four_step .four_step_inner .slick_slider {
    max-width: 100%;
    width: 100%;
    padding:0 0 0 15%;
    margin-bottom: 0;
  }
.four_step .four_step_inner .slick_slider .step_list {
  margin: 0 10px;
}
/*slick*/
.slick_slider {
  width: 100%; 
  margin: 0 auto; 
  overflow: hidden; 
}

.slick_slider .slick-slide {
  display: block;
  width: 100%; 
  box-sizing: border-box; 
}
.slick_prev,
.slick_next {
  position: absolute;
  top: 40px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #133272;
  background: #133272;
}

.slick_prev {
  left: 10%;
  top: 45%;
}

.slick_next{
  right: 10%;
  top: 45%;
}

.slick_prev:before,
.slick_next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  opacity: 1;
  content: '';
}

.slick_prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.slick_next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.slick-dots{
  position: absolute;
  bottom: -10px !important;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.slick-dots li.slick-active button::befor{
  color: #E60012;
}
  


/* ------------------------------------------------------------ school */
	.school {
	  padding: 20px 0;
	  background-size: cover;
	}
	.school h2 {
    font-size: 20px;
    margin:0 auto;
  }
	
	.school .school_inner{
	  display: block;
	  width: 100%;
	  margin: 0 auto;
	}
	.school .school_inner figure {
	  width: 90%;
	  margin: 0 auto;
	}
	.school .school_inner figure img{
	  width: 100%;
	}
	.school .school_inner .right_area {
	  width: 80%;
	  margin: 0 auto;
	  border: none;
	}
	.school .school_inner .right_area .kanto,
	.school .school_inner .right_area .chubu,
	.school .school_inner .right_area .kinki,
	.school .school_inner .right_area .kyushu{
	  border:none;
	}
	.school .school_inner .right_area div{
	  width: 100%;
	  display: block;
	  border: none;
	  background: none;
	  padding: 0;
	  margin-bottom: 10px;
	}
	.school .school_inner .right_area h3{
	  border-radius: 5px;
	  text-align: left;
	  font-size: 15px;
	  padding: 15px 20px;
	  width: 100%;
	  position: relative;
	}
	.school .school_inner .right_area .kanto h3 {
	  color: #fff;
	  background: #d55c6a;
	}
	.school .school_inner .right_area .chubu h3 {
	  color: #fff;
	  background: #de8b54;
	}
	.school .school_inner .right_area .kinki h3 {
	  color: #fff;
	  background: #dfb33f;
	}
	.school .school_inner .right_area .kyushu h3 {
	  color: #fff;
	  background: #a9c63f;
	}
	.school .school_inner .right_area h3::after {
	  position: absolute;
	  top: 10px;
	  right: 5px;
	  content: "＋";
	  font-size: 14px;
	  padding: 5px 10px;
	  text-align: center;
	  cursor: pointer;
	}
	.school .school_inner .right_area h3.active::after {
	  content: "－";
	}
	
	.school .school_inner .right_area ul {
	  display: none;
	  width: 100%;
	  border-radius: 5px;
	  background: #fff;
	  border: 1px solid #d55c6a;
	  margin-top: 10px;
	  padding: 15px;
	  overflow: hidden;
	}
	.school .school_inner .right_area .kanto ul{
	  border: 1px solid #d55c6a;
	}
	.school .school_inner .right_area .chubu ul{
	  border: 1px solid #de8b54;
	}
	.school .school_inner .right_area .kinki ul{
	  border: 1px solid #dfb33f;
	}
	.school .school_inner .right_area .kyushu ul{
	  border: 1px solid #a9c63f;
	}
	
	.school .school_inner .right_area ul li {
	  width: 48%;
	  float: left;
	}
	.school .school_inner .right_area ul li:last-child{
	  margin:0;
	}


	/* ------------------------------------------------------------ modal */
	  .modal_html{
      top: 43%;
	  width: 90%;
	  max-height: auto;
	  height: 300px;
	  padding: 0 5% 40px;
	  border-radius: 10px;
	}
.featherlight .featherlight-content {
    min-height: 500px !important;
  }
  .featherlight #course_btn {
    display: block !important;
  }
  .modal_html button#course_btn {
  margin-top: 20px;
}
	  .modal_html h2 {
	  }
	  .modal_inner {
	  height: 360px;
	  padding: 20px;
	}
	  .modal_html ul {
	    ;
	    padding: 0;
	  }
	  .modal_html ul li {
	    width: 100%;
	    min-height: auto;
	    margin: 0;
	    padding: 10px 0;
	  }
	  .modal_html ul li:nth-of-type(2), .modal_html ul li:nth-of-type(3) {
	    border-top: none;
	  }
	  .modal_html ul li h3 {
	    padding: 0 0 5px;
	    font-size: 15px;
	  }
	  .modal_html ul li p {
	    font-size: 12px;
	  }
  .modal-wrapper .modal-close {
  top: -40px;
  right: -10px;
}
#clearfile .modal-close {
  right:-20px;
}
  
/*qa_list*/
.qa h2{
  margin-bottom:30px;
}

.qa_list {
  width: 90%;
  margin:0 auto 40px;
}
.qa_list dt {
  padding:20px 40px 10px 0;
}  
.qa_list dt::before {
    font-size: 30px;
    top: 15%;
  }
.qa_list dt h3 {
  font-size: 14px;
  padding:0 0 0 40px;
}
.qa_list dd p {
  padding:0 30px 30px 40px;
  font-size: 14px;
}

}