@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
#index {
  font-family: "Hiragino Kaku Gothic ProN";
}
#pc_menu {
  display: none;
  position: initial;
}
#index header .global_nav .dropdown {
  top: 100px;
}
 #index header .gnav_search .dropdown {
    left: 66%;
  }

.visual img {
  width: 100%;
}

.ml_area {
  text-align: center;
  margin: 40px 0 0;
}
.ml_area p {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 5px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 0 30px 0 25px;
}
.ml_area p::before, .ml_area p::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1.2em;
  height: 2px;
  background-color: #000;
}
.ml_area p::before {
  left: 0;
  transform: rotate(65deg);
  transform-origin: left center;
  bottom: 0;
}
.ml_area p::after {
  right: 10px;
  transform: rotate(-65deg);
  transform-origin: right center;
  bottom: 0;
}
.ml_area a {
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 50%, rgba(0, 0, 0, 0.20) 51%, rgba(0, 0, 0, 0.20) 100%), #FF7E00;
  background-blend-mode: soft-light, normal;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
  max-width: 540px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  display: grid;
  place-items: center;
  text-decoration: none;
  position: relative;
}
.ml_area a i {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 1.8rem;
}
.ml_area a::before{
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100px;
  height: 117px;
  background: url("/img/feedback.png") no-repeat;
  background-size: 90%;
}
.slider {
  display: none;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 40px 0;
}
.slider.slick-initialized {
  display: block; /*slick-initialized付与後表示*/
}
.slider img {
    width: calc(1060px / 3);
    height: auto;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .10);
    margin-bottom: 10px;
  }

.slider .slick-slide {
	transform: scale(0.8);/*80%*/
	transition: all .5s;/*0.5秒*/
}
.slider .slick-slide.slick-center{
	transform: scale(1);
}

.slick-dots {
  bottom: 0;
}
.slick-prev {
  left: 25%;
  z-index: 1;
}
.slick-next {
  right: 25%;
}
.slick-dots li {
  width: 7px;
  height: 7px;
}
.slick-dots li button::before {
  font-size: 8px;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 100%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  color: #000;
  outline: none;
  background: #fff;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: 25%;
    z-index: 1;
}
[dir='rtl'] .slick-prev{
    right: 30%;
    left: auto;
}
.slick-prev:before{
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: 35%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}
[dir='rtl'] .slick-prev:before{
    content: '→';
}

.slick-next{
    right: 25%;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: 25%;
}
.slick-next:before{
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: 20%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
[dir='rtl'] .slick-next:before{
    content: '←';
}
/*Pickup*/
.bl_pickup {
  padding: 8.0rem 0 0;
}
.bl_pickup .ly_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.bl_pickupList {
 /* margin-bottom: 40px;*/
}
.bl_pickupList li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px dashed #707070;
}
.bl_pickupList li:last-child{
  border-bottom: none;
}

.el_pickupListCategory {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 1em;
  width: 11.0rem;
  border-radius: 50vh;
  margin-right: 2.0rem;
  font-weight: normal;
  color: #fff;
  font-size: 1.2rem;
}
.el_pickupListCategory {
  background-color: #F2BCC7;
}
.bl_pickupList li p:last-child {
  flex: 1;
}
/*pickupアコーディオン*/
.bl_pickup .grad-trigger {
  display: none;
}
.bl_pickup .grad-trigger {
  display: none;
}
.bl_pickup .grad-btn {
  display: block;
}
.bl_pickup .grad-item {
  position: relative;
  overflow: hidden;
  height: 40px;
 border-top: 1px dashed #707070;
}
.bl_pickup .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: "";
  background: #fff;
}
.bl_pickup .grad-item::before {
  background: #fff;
}
.bl_pickup .grad-btn::before {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "もっと見る \e90c";
  color: #D5667C;
  font-size: 1.2rem;
  padding: 5px 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 50vh;
  font-weight: normal;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  border: 1px solid #D5667C;
}
.bl_pickup .grad-trigger:checked ~ .grad-btn::before {
  font-family: 'icomoon' !important;
  content: "閉じる \e90d";
  top: initial;
  bottom: -10px;
}
.bl_pickup .grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.bl_pickup .grad-trigger:checked ~ .grad-item {
  height: auto;
  margin-bottom: 4.0rem;
}
.bl_pickup .other_link a {
  color: #D5667C;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #D5667C;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}
.bl_pickup .other_link a i {
  font-size: 1.1rem;
  margin-left: 10px;
}
/*コロナ等緊急お知らせ*/
.bl_urgentNotice {
  padding: 0 0 7.0rem;
}
.bl_urgentNotice .ly_inner {
  width: 96%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 8.0rem;
  position: relative;
}
.bl_urgentNotice a {
  display: block;
  background: #fff;
  padding: 30px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #5d5d5d;
}
.bl_urgentNotice a:hover {
  text-decoration: none;
}
.bl_urgentNotice a p {
  position: relative;
  font-size: 2rem;
}
.bl_urgentNotice a i {
  margin: 0 10px 0 0;
  color: #ee0055;
}
.bl_urgentNotice a i.icon-right {
  position: absolute;
  top: 5px;
  right: 5px;
}
/*各タイトル*/
.el_title, .el_title02 {
  max-width: 1000px;
  margin: 0 auto 2rem;
  line-height: 1.4;
  position: relative;
}
.el_title span {
  display: inline-block;
  background: #fff;
  font-family: Oswald;
  font-size: 5.0rem;
  padding: 0 1.5rem 0 0;
  line-height: 0.7;
}
.el_title02 span {
  display: inline-block;
  background: #fff;
  font-size: 4.0rem;
  padding: 0 1.5rem 0 0;
  font-weight: bold;
}
.el_title span span {
  font-size: 2.0rem;
}
.el_title:before {
  position: absolute;
  top: 25%;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #333;
  left: 0;
  margin-top: -1px;
  z-index: -1;
}
.el_title02:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #333;
  left: 0;
  margin-top: -1px;
  z-index: -1;
}
.el_linkBtn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 1em;
  width: 100%;
  font-size: 2.6rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .16);
  transition: 0.3s;
  color: #D5667C;
  font-weight: bold;
}
.el_linkBtn2:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}
.el_linkBtn2 i {
  margin-right: 2.0rem;
  width: 3.8rem;
  height: 4.0rem;
  background: url("/img/icon_search.png") top left no-repeat;
  background-size: contain contain;
}
/*コースを探す*/
.course {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 6.0rem 0 0;
}
.course .course_inner {
  padding: 4rem 13rem;
  background-color: #E7F0F9;
}
.course #purpose {
  background-color: #F8F0F3;
}
.course .course_inner h3 {
  color: #295094;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
  padding: 20px 0 0;
}
.course #purpose h3 {
  color: #E05;
}
.course .course_inner h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(/img/top/icon_course01.png) no-repeat;
  width: 18px;
  height: 18px;
}
.course #purpose h3::before {
  background: url(/img/top/icon_course02.png) no-repeat;
  width: 19px;
  height: 18px;
}
.course #age h3::before {
  background: url(/img/top/icon_course03.png) no-repeat;
  width: 18px;
  height: 14px;
}
.course .course_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course .course_inner ul li {
  width: 48.5%;
  border-radius: 0px 0px 2px 2px;
  background: #FFF;
  margin-bottom: 25px;
  position: relative;
}
.course #level ul li:nth-of-type(1) {
  background: url(/cinfo/img/cinfoTop/situation_image08.png) no-repeat #fff left 10% top 77%;
  background-size: 120px;
}
.course #level ul li:nth-of-type(2) {
  background: url(/cinfo/img/cinfoTop/situation_image01.png) no-repeat #fff left 10% top 75%;
  background-size: 120px;
}
.course #purpose ul li:nth-of-type(1) {
  background: url(/cinfo/img/cinfoTop/search_image01.png) no-repeat #fff left 10% top 65%;
  background-size: 120px;
}
.course #purpose ul li:nth-of-type(2) {
  background: url(/cinfo/img/cinfoTop/search_image04.png) no-repeat #fff left 10% top 65%;
  background-size: 100px;
}
.course #purpose ul li:nth-of-type(3) {
  background: url(/cinfo/img/cinfoTop/search_image05.png) no-repeat #fff left 10% top 75%;
  background-size: 120px;
}
.course #purpose ul li:nth-of-type(4) {
  background: url(/cinfo/img/cinfoTop/search_image06.png) no-repeat #fff left 10% top 75%;
  background-size: 100px;
}
.course #purpose ul li:nth-of-type(5) {
  background: url(/cinfo/img/cinfoTop/search_image03.png) no-repeat #fff left 10% top 65%;
  background-size: 120px;
}
.course #purpose ul li:nth-of-type(6) {
  background: url(/img/top/airline.png) no-repeat #fff left 10% top 70%;
  padding: 0 0 40px;
}
.course #age ul li:nth-of-type(1) {
  background: url(/cinfo/img/cinfoTop/society_image04.png) no-repeat #fff left 10% top 65%;
  background-size: 110px;
}
.course #age ul li:nth-of-type(2) {
  background: url(/cinfo/img/cinfoTop/society_image03.png) no-repeat #fff left 10% top 60%;
  background-size: 110px;
}
.course #age ul li:nth-of-type(3) {
  background: url(/cinfo/img/cinfoTop/society_image02.png) no-repeat #fff left 10% top 60%;
  background-size: 110px;
}
.course #age ul li:nth-of-type(4) {
  background: none;
}
.course #age ul li:nth-of-type(4) div:nth-of-type(1) {
  background: url(/cinfo/img/cinfoTop/society_image05.png) no-repeat #fff left 7% top 50%;
  background-size: 70px;
  margin-bottom: 20px;
}
.course #age ul li:nth-of-type(4) div:nth-of-type(2) {
  background: url(/cinfo/img/cinfoTop/society_image01.png) no-repeat #fff left 10% top 50%;
  background-size: 55px;
}
.course .course_inner ul li p:first-child {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 2px 2px 0px 0px;
  background: #295094;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  height: 35px;
  margin: 0;
}
.course #age ul li:nth-of-type(4) p:first-child {
  width: 240px;
  font-size: 1.2rem;
}
.course #age ul li:nth-of-type(4) p {
  padding: 10px 15px;
  margin: 0 0 0 auto;
}
.course #purpose ul li p:first-child {
  background: #E05;
}
.course .course_inner ul li p {
  padding: 20px 15px;
  width: 60%;
  margin: 0 0 20px auto;
}
.course #age ul li:nth-of-type(4) div p {
  padding: 5px 0 0;
}
.course .course_inner ul li a {
  text-decoration: none;
}
.course .course_inner ul li a i {
  margin-right: 5px;
}
.course .course_inner ul li .course_btn {
  position: absolute;
  color: #295094;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin: 0 25px 0;
  padding: 0 30px 10px 0;
  bottom: 0;
  right: 0;
}
.course #age ul li:nth-of-type(4) div .course_btn {
  position: relative;
}
.course .course_inner ul li .course_btn::after, .course #age ul li:nth-of-type(4) div .course_btn::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 5px;
  top: 20%;
  right: 0;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  transition: all .3s;
}
.course .course_link {
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 50%, rgba(0, 0, 0, 0.20) 51%, rgba(0, 0, 0, 0.20) 100%), #295094;
  background-blend-mode: soft-light, normal;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
  max-width: 540px;
  height: 80px;
  margin: 30px auto;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  display: grid;
  place-items: center;
  text-decoration: none;
  position: relative;
}
.course .course_link i {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 1.8rem;
}
.banner_area {
  margin: 8rem auto 0;
  width: 100%;
  max-width: 1000px;
}
.banner_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.banner_area ul li {
  width: 49%;
}
#mlBtn ul li {
  width:100%;
  position: relative;
}

/*
.banner_area ul li:nth-of-type(1),
.banner_area ul li:nth-of-type(2) {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
*/
.banner_area ul li .bnr_ml_btn{
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#mlBtn ul li .bnr_ml_btn{
  position: absolute;
  /*bottom: 11%;*/
  bottom: 18%;
  left: 7%;
  transform: initial;
}
/* 光るエフェクト */
.banner_area ul li .reflection{
  width: auto;
  height: auto;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  border-radius: 50px;
}
.banner_area ul li .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; }
}

.banner_area ul li img {
  width: 100%;
}
#footer_ml{
  width: 100%;
  margin: 0 auto 10rem;
  display: flex;
  max-width: 1000px;
}
#footer_ml .sports_ecc{
  max-width: 440px;
  text-align: center;
  margin: 0 auto 30px;
}
#footer_ml .foreignlang{
  max-width: 440px;
  text-align: center;
  margin: 0 auto;
}

#footer_ml .sports_ecc img,
#footer_ml .foreignlang img{
  width: 100%;
}

#footer_ml ul {
  background: url(/img/top/bnr_ml_pc_bg.png) repeat-x;
}
#footer_ml ul li {
  text-align: center;
}
#footer_ml ul li img {
  width: auto;
}
.course .other_language {
  max-width: 800px;
  width: 100%;
  margin: 8rem auto;
}
.course .other_language h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.course .other_language ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.course .other_language ul li {
  width: 16%;
  text-align: center;
}
.course .other_language ul li a figure {
  display: inline-block;
  margin: 0 0 15px;
}
.course .other_language ul li a figure img {
  width: 100%;
}
.course .other_language ul li a p {
  position: relative;
  display: inline-block;
}
.course .other_language ul li a p i {
  margin-right: 5px;
}
.course .other_language .btn_list {
  text-align: center;
  margin: 40px 0;
}
/*スクールを探す*/
.bl_school {
  padding: 6.0rem 0 0;
}
.bl_school .ly_inner_bg {
  max-width: calc(100% - (50% - (1000px / 2)));
  background: url("/img/bg_school.png") top left no-repeat;
  background-size: cover;
  /*background-color: linear-gradient(90deg, #DEE3E6 0%, #F7F9FA 100%);
		mix-blend-mode: overlay;*/
}
.bl_school .ly_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 0 0 auto;
  position: relative;
  padding: 5.0rem 0;
}
.bl_school .ly_inner div {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.bl_school .ly_inner div:not(:first-child) {
  margin: 3.0rem auto 0 auto;
}
.bl_school .ly_inner div h3 {
  font-size: 1.6rem;
  width: 14.5em;
}
.bl_school .ly_inner div h3 i {
  font-size: 1.3rem;
  margin-right: 0.25rem;
}
.bl_school .ly_inner div ul {
  width: 65%;
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
}
.bl_school .ly_inner div ul li {
  width: 7em;
}
.bl_school .ly_inner div ul li i {
  font-size: 1.1rem;
  margin-right: 0.25rem;
}
.bl_school .el_linkBtn2 {
  margin: 5.0rem auto 0 0;
  width: 80%;
}
/*イベントを探す*/
.bl_event {
  padding: 8.0rem 0 0;
}
.bl_event .ly_inner_bg {
  max-width: calc(100% - (50% - (1160px / 2)));
  background: url("/img/bg_event.png") top left no-repeat;
  background-size: 100% auto;
  /*background-color: linear-gradient(90deg, #DEE3E6 0%, #F7F9FA 100%);
		mix-blend-mode: overlay;*/
  margin-left: auto;
}
.bl_event .ly_inner {
  width: 96%;
  max-width: 1160px;
  margin: 0 auto 0 0;
  position: relative;
  padding: 5.0rem 8.0rem;
}
.bl_event .ly_inner ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl_event .ly_inner li {
  width: 48%;
  background-color: #fff;
  display: block;
  border-radius: 50px;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.bl_event .ly_inner ul li a {
  text-decoration: none;
  display: block;
  padding: 20px 0 20px 80px;
  width: 100%;
}
.bl_event .ly_inner ul li a::before {
  content: "";
  width: 120px;
  height: 140px;
  background: url(/event/img/online_title_illust.png) no-repeat left;
  position: absolute;
  left: 40px;
  top: -30px;
  background-size: 75%;
}
.bl_event .ly_inner ul li:nth-of-type(2) a::before {
  content: "";
  width: 170px;
  height: 131px;
  background: url(/event/img/school_title_illust.png) no-repeat left;
  position: absolute;
  left: 40px;
  top: -30px;
  background-size: 75%;
}
.bl_event .ly_inner ul li a span {
  font-size: 2.4rem;
}
.bl_event .ly_inner li i {
  font-size: 2rem;
  margin-right: 0.25rem;
  position: absolute;
  right: 20px;
  top: 40px;
  color: #ee0055;
}
/*選ばれ続ける5つの理由*/
.feature {
  position: relative;
  padding: 10.0rem 0 0;
  z-index: 0;
}
.feature ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.feature ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 40px 40px 0 40px;
}
.feature ul li:nth-child(even){
  background: #FBF4F4;
  padding: 40px;
}
.feature ul li div {
  max-width: 520px;
  width: 100%;
}
.feature ul li div h3 {
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  background: url(/img/top/feature01.png) no-repeat left;
  height: 65px;
  padding-left: 70px;
  display: inline-grid;
  align-items: center;
}
.feature ul li:nth-of-type(2) div h3 {
  background: url(/img/top/feature02.png) no-repeat left;
  display: block;
}
.feature ul li:nth-of-type(3) div h3 {
  background: url(/img/top/feature03.png) no-repeat left;
  display: block;
}
.feature ul li:nth-of-type(4) div h3 {
  background: url(/img/top/feature04.png) no-repeat left;
}
.feature ul li:nth-of-type(5) div h3 {
  background: url(/img/top/feature05.png) no-repeat left;
  display: block;
}
.feature ul li div h3 span {
  background: linear-gradient(transparent 70%, #F8F0F3 70%);
}
.feature ul li div p {
  font-size: 1.6rem;
}
.feature ul li div a {
  font-size: 1.4rem;
  text-align: center;
  color: #E05;
  width: 300px;
  border-radius: 20px;
  border: 1px solid #E05;
  margin: 50px 0 0 auto;
  height: 40px;
  position: relative;
  text-decoration: none;
  display: grid;
  place-items: center;
}
.feature ul li div a i {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 1rem;
}
.feature > a {
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
/*講師・カウンセラー紹介*/
.staff {
  padding: 8rem 0 0;
}
.staff div {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/*受講生の声*/
.voice {
  padding: 8rem 0 0;
}

.voice ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
.voice ul li {
  display: none;
  &:nth-child(1) {
    display: block;
    padding-right: 20px;
  }
  &:nth-child(2) {
    display: block;
  }
}
.voice ul li a {
  display: flex;
  justify-content: space-between;
}
.voice ul li a figure {
  width: 230px;
}
.voice ul li a figure img {
  width: 90%;
}

.voice ul li a div {
  width: calc(100% - 230px);
}
.voice ul li a div h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
/*よくある質問*/
.bl_faq {
  position: relative;
  padding: 6.0rem 0 0;
  z-index: 0;
}
.bl_faq .ly_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 5.0rem 0;
}
.bl_faq .ly_inner_bg {
  background: url("/img/bgLinear_gray.png") repeat top left;
}
#index .bl_faq .info_bana {
  margin-bottom: 4.0rem;
}
#index .bl_faq .info_bana a {
  display: block;
  background: #fff;
  border-radius: 100px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #5d5d5d;
}
#index .bl_faq .info_bana a:hover {
  text-decoration: none;
}
#index .bl_faq .info_bana p {
  position: relative;
}
#index .bl_faq .info_bana a i {
  margin: 0 10px 0 0;
  color: #ee0055;
}
#index .bl_faq .info_bana a i.icon-right {
  position: absolute;
  top: 5px;
  right: 5px;
}
.bl_faq .faq_list {
  width: 100%;
  margin: 0 auto 0;
}
/*その他のサービス*/
.service {
  position: relative;
  padding: 0 0 5.0rem;
  z-index: 0;
  margin-top: -50px;
}
.service p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.service ul {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
}
.service ul li {
  width: 19%;
}
/*.service ul li:nth-of-type(3){
  width: 19%;
  text-align: center;
  border:1px solid #e4e4e4;
  line-height: 1.2;
  background: linear-gradient(to top, #f5f5f5, #fff);
}
.service ul li:nth-of-type(4),
.service ul li:nth-of-type(5){
  width: 19%;
  text-align: center;
  border:1px solid #e4e4e4;
  line-height: 1.2;
  background: linear-gradient(to top, #f5f5f5, #fff);
}

.service ul li:nth-of-type(3) a.blank_link {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  text-decoration: none;
}
.service ul li a{
  display: grid;
  place-items: center;
  text-decoration: none;
  height: 100%;
}*/

.service ul li img {
  width: 100%;
}
.bl_bnrBlock {
  padding: 0 0;
  border-top: none;
}
.bl_bnrBlock ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.bl_bnrBlock ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin: 0 0 2% 2%;
}
.bl_bnrBlock ul li:nth-child(2n+1) {
  margin-left: 0;
}
.bl_bnrBlock ul li a {
  position: relative;
  display: block;
}
.bl_bnrBlock ul li a img {
  width: 100%;
}
.bl_bnrBlock ul li a[target="_blank"]::before {
  position: absolute;
  top: 0;
  right: 5px;
  content: "\e909";
  font-family: 'icomoon';
  font-size: 1.2rem;
}
/*お知らせ*/
.bl_topics {
  position: relative;
  padding: 5.0rem 0 5.0rem;
  z-index: 0;
}
.bl_topics .ly_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 5.0rem 0;
}
#index .bl_topics .info_bana {
  margin-bottom: 4.0rem;
}
#index .bl_topics .info_bana a {
  display: block;
  background: #fff;
  border-radius: 100px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #5d5d5d;
}
#index .bl_topics .info_bana a:hover {
  text-decoration: none;
}
#index .bl_topics .info_bana p {
  position: relative;
}
#index .bl_topics .info_bana a i {
  margin: 0 10px 0 0;
  color: #ee0055;
}
#index .bl_topics .info_bana a i.icon-right {
  position: absolute;
  top: 5px;
  right: 5px;
}
/*コラム追加20220419*/
#index .bl_column {
  padding:8rem 0 0;
}
#index .bl_column .meledi {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  background: #F7ECEB;
  padding: 30px;
}
#index .bl_column .meledi h3 {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
#index .bl_column .meledi h3 span {
  color: #D5667C;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: Oswald;
  margin-right: 20px;
  border-left: 6px solid #E6B6BF;
  padding-left: 7px;
  display: inline-block;
}
/*slick*/
#index .bl_column .meledi .meledi_slider  {
  display: none;
  margin: 0 auto 40px;
  padding: 30px 0;
}
#index .bl_column .meledi .meledi_slider.slick-initialized {
  display: block; 
}
#index .bl_column .meledi .meledi_slider img {
    width: calc(880px / 3);
    height: auto;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .10);
    margin-bottom: 10px;
  }

#index .bl_column .meledi .meledi_slider .slick-slide {
	transform: scale(0.8);/*左右のサイズを80%*/
	transition: all .5s;/*0.5秒*/
}
#index .bl_column .meledi .meledi_slider .slick-slide.slick-center{
	transform: scale(1);
}
#index .bl_column .meledi .meledi_slider::before {
  content: "";
  position: absolute;
  width: 82px;
  height: 100%;
  background: linear-gradient(270deg, rgba(247, 236, 235, 0.00) 0%, #F7ECEB 50%);
  top: 0;
  left: 0;
  z-index: 1;
}
#index .bl_column .meledi .meledi_slider::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 100%;
  background: linear-gradient(270deg, #F7ECEB 50%, rgba(247, 236, 235, 0.00) 100%);
  top: 0;
  right: 0;
  z-index: 1;
}
#index .bl_column .meledi .meledi_slider .slick-dots li button::before {
  font-size: 8px;
}
#index .bl_column .meledi .meledi_slider .slick-dots {
  bottom: 0;
}
#index .bl_column .meledi .meledi_slider .slick-prev {
  left: 25%;
  z-index: 1;
}
#index .bl_column .meledi .meledi_slider .slick-next {
  right: 25%;
}
#index .bl_column .meledi .slick-dots li.slick-active button::before {
  color: #B45447;
}
#index .bl_column .meledi .slick-dots li button::before {
  color: #B45447;
}
#index .bl_column .con_wrap:not(:last-child) {
  overflow: hidden;
  border-bottom: solid 1px #ddd;
  margin: 30px 1%;
}
#index .bl_column .con_wrap dt img {
  width: 20%;
  float: left;
  margin: 0 1% 0 0;
}
#index .bl_column .con_wrap dt.time {}
#index .bl_column .con_wrap dt time {
  color: #000000;
  font-weight: bold;
}
#index .bl_column .con_wrap dt.con_cat a {
  background-color: #ffb300;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
#index .bl_column .con_wrap dt.con_ttl {
  margin: 0 5px 0;
  padding: 0 10px;
  font-weight: bold;
  font-size: 18px;
}
#index .bl_column .con_wrap dd.con_txt {
  margin: 0 5px 0;
  padding: 10px 10px 15px 0;
}
#index .bl_column .con_wrap .right_txt {
  text-align: right;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
#index .bl_column .con_wrap .right_txt i {
  font-size: 1rem;
  margin-left: 5px;
}
/*英検勉強法*/
.eiken_level .eiken_level_inner {
  background: #EBF0F5;
  max-width: 940px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 40px;
}
.eiken_level .eiken_level_inner h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.eiken_level .eiken_level_inner .level_list {
  display: flex;
  justify-content: space-between;
}
.eiken_level .eiken_level_inner .level_list .left_area {
  width: 390px;
}
.eiken_level .eiken_level_inner .level_list .right_area {
  width: calc(100% - 390px);
}
.eiken_level .eiken_level_inner .level_list .right_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.eiken_level .eiken_level_inner .level_list .right_area ul li {
  width: 32%;
  margin: 0 1% 1% 0;
}
.eiken_level .eiken_level_inner .level_list .right_area ul li p {
  border-radius: 4px;
  border: 1px solid #295094;
  background: #FFF;
  color: #295094;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  position: relative;
}
.eiken_level .eiken_level_inner .level_list .right_area ul li p i {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 1rem;
}
/*contact*/
.bl_contact {}
.bl_contact .ly_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4.0rem 0 8.0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.bl_contact .ly_inner > div {
  margin: auto 0;
}
.bl_contact .ly_inner > figure {
  margin-top: 15.0rem;
}
.bl_contact h2 {
  font-size: 2.6rem;
  font-weight: bold;
}
.bl_contact .el_cap2 {
  font-size: 2.0rem;
  color: #D5667C;
  font-weight: bold;
}
.bl_contactBlock {}
.bl_contactBlock .ly_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
.bl_contactBlock .ly_inner a {
  width: 100%;
  padding: 0 8.0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.bl_contactBlock .ly_inner a > div {
  margin: auto 0;
}
.bl_contactBlock .ly_inner a > figure {
  margin-top: 6.0rem;
}
/*　大谷選手バージョン　20240502追加　ここから　*/
.bl_contactBlock.free_trial .ly_inner, .el_bgGra_lightPink2.free_trial {
  background: linear-gradient(180deg, #fff 0%, #B5D4E9 55%, #B5D4E9 100%);
  border-bottom: 23px solid #293759;
}
.bl_contactBlock.free_trial .ly_inner a {
  padding: 0 6rem 0 9rem;
}
.bl_contactBlock.free_trial .ly_inner a > figure {
  width: 420px;
  margin: 0 0 -24px 0;
}
.bl_contact.free_trial .ly_inner > figure {
  width: 420px;
  margin: 150px 0 -24px 0;
}
.bl_contactBlock.free_trial .ly_inner a > figure img, .bl_contact.free_trial .ly_inner > figure img {
  width: 100%;
}
.bl_contactBlock.free_trial .ly_inner .el_cap, .bl_contact.free_trial .ly_inner h2 {
  color: #4A7193;
  border-bottom: 2px solid #4A7193;
  margin-bottom: 1.0rem;
}
.bl_contactBlock.free_trial .ly_inner .el_contactBtn, .bl_contact.free_trial .ly_inner .el_contactBtn {
  background: linear-gradient(90deg, #022876 0%, #2471B4 50%, #022876 100%);
}
/*　大谷選手バージョン　20240502追加　ここまで　*/
/*ボタン*/
.el_contactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.0rem 0 0 0;
  padding: 1em 0.5em;
  border-radius: 50vh;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  font-size: 2.0rem;
  width: 300px;
  height: 60px;
  color: #fff;
  background: linear-gradient(90deg, #DD6086 0%, #FFBEAF 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.el_contactBtn i {
  font-size: 1.2rem;
  margin-left: 0.75rem;
}
.bl_contact a:hover {
  text-decoration: none;
}
.bl_contactBlock a:hover {
  text-decoration: none;
}
/*info*/
.bl_info {}
.bl_info .ly_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
/*キャプション*/
.el_cap {
  font-size: 2.6rem;
  font-weight: bold;
}
.el_cap2 {
  font-size: 2.0rem;
  color: #D5667C;
  font-weight: bold;
}
.el_capNum {
  font-size: 3.0rem;
}
/**/
#other_info .more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffe5ef;
  min-width: 225px;
  text-align: center;
  height: 45px;
  padding: 0 20px;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 100px;
}
#other_info .more i:first-child {
  margin: 0 8px 0 0;
}
/**/
/*背景色 グラデ―ション */
.el_bgGra_pinkYellow {
  background: rgb(255, 217, 217);
  background: linear-gradient(90deg, rgba(255, 217, 217, 1) 0%, rgba(255, 245, 203, 1) 100%);
}
.el_bgGra_lightPink {
  background: rgb(255, 222, 222);
  background: linear-gradient(90deg, rgba(255, 222, 222, 1) 0%, rgba(253, 245, 245, 1) 100%);
}
.el_bgGra_lightPink2 {
  background: rgb(255, 222, 222);
  background: linear-gradient(180deg, rgba(255, 222, 222, 0) 0%, rgba(242, 188, 199, 1) 100%);
}
/*ドロップシャドウ*/
.el_shadow {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
}
#index .faq_list dt {
  padding-right: 60px;
  cursor: pointer;
  background: #fff;
}
.faq_list dt {
  margin: 0 0 15px;
  padding: 15px 0 15px 55px;
  border-bottom: 2px solid #D5667C;
  font-weight: bold;
}
.faq_list dt::before {
  content: "Q";
  background: none;
  font-family: Oswald;
  font-size: 3.0rem;
  color: #D5667C;
}
.faq_list dd {
  position: relative;
  background: #fff;
  padding: 15px 15px 15px 55px;
}
.faq_list dd::before {
  content: "A";
  background: none;
  font-family: Oswald;
  font-size: 3.0rem;
  color: #505050;
}
.faq_list > *::before {
  position: absolute;
  top: 10px;
  left: 15px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
#index .faq_list dt .icon-remove {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 28px;
  background: none;
  color: #505050;
  font-size: 2.2rem;
  text-align: center;
  line-height: 28px;
}
#index .faq_list dt:hover {
  color: #D5667C;
}
#index .info_list {
  border-top: none;
}
#index .info_list li {
  display: flex;
  align-items: flex-start;
  padding: 15px 5px;
  border-bottom: 2px dotted #707070;
}
#index .info_list li .category {
  flex: 0 0 105px;
  margin: 0 15px 0 0;
  border: 1px solid #D5667C;
  border-radius: 0;
  color: #D5667C;
  font-size: 1.2rem;
  text-align: center;
  line-height: 28px;
}
.pager {
  clear: both;
  margin: 30px 0;
  text-align: center;
}
.pager span.current {
  color: #fff;
  background: #D5667C;
}
.pager span {
  margin: 5px;
  padding: 5px 10px;
  color: #D5667C;
  border: solid 1px #D5667C;
  border-radius: 5px;
}
.pager span.ellipsis {
  color: #D5667C;
  background: none;
  border: none;
}
.bl_bnrBlock {}
.bl_bnrBlock:not(:first-child) {
  margin-top: 1.0rem;
}
.bl_bnrBlock img {
  width: 100%;
}
.lesson_learn .grade_list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: left;
  margin: 0 auto;
}
.lesson_learn .grade_list li {
  margin: 0 30px 10px 0;
}
.lesson_learn .grade_list li:nth-of-type(3), .lesson_learn .grade_list li:nth-of-type(6), .lesson_learn .grade_list li:nth-of-type(9) {
  margin: 0 0 10px 0;
}
.lesson_learn .grade_list li p {
  width: 300px;
  padding: 10px 20px;
}
.lesson_learn .grade_list li a:hover {
  text-decoration: none;
}
/*給付金*/
.bl_kyufu {
  position: relative;
  padding: 8.0rem 0 0;
  z-index: 0;
}
.bl_kyufu .ly_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.bl_kyufu .kyufu_txt {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.cpn_txt {
  color: #ff7e00;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
/*インスタグラム*/
.instagram {
  padding: 8.0rem 0 0;
}
.instagram .banner_area{
  margin: 30px auto 0;
  width: 100%;
  max-width: 900px;
}

#index .btn_pink05 {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
a.blank_link{
  position: relative;
  display: block;
}

a.blank_link::before {
  position: absolute;
  top: 0;
  right: 5px;
  content: "\e909";
  font-family: 'icomoon';
  font-size: 1.2rem;
}
#index .foot_txt_t{
  font-size: 8px;
  text-align: right;
  margin-right: 3%;
  color: gray;
}
#index #event .online_event{
  width: 100%;
  max-width: 900px;
  margin:0 auto;
}
#index #event .online_event ul li.event_bana{
  text-align: center;
}
#index #event .online_event ul li.event_link{
}
#index #event .online_event ul li.event_link a {
  font-size: 1.4rem;
  text-align: center;
  color: #E05;
  width: 300px;
  border-radius: 20px;
  border: 1px solid #E05;
  margin: 30px auto;
  height: 40px;
  position: relative;
  text-decoration: none;
  display: grid;
  place-items: center;
}
#index #event .online_event ul li.event_link a i {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  .bl_topMessage {
    position: relative;
    padding: 10rem 0 10rem;
    z-index: 0;
  }
  .bl_topMessage::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(/img/bg_topMassage.png) center center no-repeat;
    background-size: 50% auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 720px) {
  /*Pickup*/
  .bl_pickup {
  padding: 6.0rem 0 0;
}
  .bl_pickup .ly_inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .bl_pickupList {
  width: 90%;
  margin: 0 auto 40px;
}
  .bl_pickup .grad-trigger:checked ~ .grad-btn::before {
    font-family: 'icomoon' !important;
    content: "閉じる \e90d";
    top: initial;
    left: 20%;
    bottom: -10px;
  }


  /*コロナ等緊急お知らせ*/
  .bl_urgentNotice {
    padding: 0 0 7.0rem;
  }
  .bl_urgentNotice .ly_inner {
    width: 100%;
    padding: 0 2.0rem;
  }
  .bl_urgentNotice a {
    padding: 20px;
  }
  .bl_urgentNotice a p {
    font-size: 1.6rem;
    margin-left: -20px;
  }
  .bl_urgentNotice a i.icon-right {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .el_title, .el_title02 {
    width: 90%;
  }
  .el_title span {
    font-size: 4.0rem;
    line-height: 0.5;
  }
  .el_title02 span {
  font-size: 2.6rem;
}
  .el_title span span {
    font-size: 1.2rem;
  }

  /*コースを探す*/
  .course {
  padding: 3.0rem 0 0;
}
  .course .course_inner {
    padding: 4rem 2rem 2rem;
  }
  .course .course_inner h3 {
    font-size: 1.8rem;
  }
  .course .course_inner ul {
    display: block;
  }
  .course .course_inner ul li {
    width: 100%;
    padding: 0 0 40px;
  }
  
.course #purpose ul li:nth-of-type(1) {
  background: url(/cinfo/img/cinfoTop/search_image01.png) no-repeat #fff left 12% top 65%;
  background-size: 110px;
}
.course #purpose ul li:nth-of-type(2) {
  background: url(/cinfo/img/cinfoTop/search_image04.png) no-repeat #fff left 13% top 65%;
  background-size: 100px;
}
.course #purpose ul li:nth-of-type(3) {
  background: url(/cinfo/img/cinfoTop/search_image05.png) no-repeat #fff left 10% top 65%;
  background-size:120px;
}

.course #purpose ul li:nth-of-type(4) {
  background: url(/cinfo/img/cinfoTop/search_image06.png) no-repeat #fff left 12% top 75%;
  background-size:110px;
}
.course #purpose ul li:nth-of-type(5) {
  background: url(/cinfo/img/cinfoTop/search_image03.png) no-repeat #fff left 10% top 65%;
  background-size: 120px;
}

.course #purpose ul li:nth-of-type(6) {
  background: url(/img/top/airline.png) no-repeat #fff left 15% top 70%;
  padding: 0 0 40px;
}
  .course .course_inner ul li p {
    font-size: 1.2rem;
  }
  .course .course_inner ul li p:first-child {
    font-size: 1.6rem;
  }
  .course .course_inner ul li .course_btn {
    margin: 0 20px 0;
    font-size: 1rem;
  }
  .course .course_inner ul li .course_btn::after, .course #age ul li:nth-of-type(4) div .course_btn::after {
    width: 20px;
    height: 4px;
  }
  .course #age ul li:nth-of-type(4) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .course #age ul li:nth-of-type(4) div:nth-of-type(1) {
    background: url(/cinfo/img/cinfoTop/society_image05.png) no-repeat #fff center top 40%;
    background-size: 60px;
    margin-bottom: 0;
    width: 49%;
  }
  .course #age ul li:nth-of-type(4) div:nth-of-type(2) {
    background: url(/cinfo/img/cinfoTop/society_image01.png) no-repeat #fff center top 40%;
    background-size: 45px;
    width: 49%;
  }
  .course #age ul li:nth-of-type(4) div p:nth-of-type(2) {
    padding: 80px 0 10px;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }
  .el_linkBtn2 {
    padding: 1.0em 1.0em;
    width: 100%;
    font-size: 2.2rem;
  }
  .el_linkBtn2:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #aaaaaa;
  }
  .el_linkBtn2 i {
    margin-right: 2.0rem;
    width: 2.8rem;
    height: 3.0rem;
    background: url("/img/icon_search.png") top left no-repeat;
    background-size: 100% auto;
  }
  .bl_course .el_linkBtn2 {
    margin: 5.0rem auto 0;
  }
  .course #age ul li:nth-of-type(4) p:first-child {
    width: 100%;
  }
.banner_area ul {
  display: block;
}
.banner_area ul li{
  width: 100%;
  margin-bottom:10px;
}

.banner_area ul li .reflection {
  width: 90%;
  border-radius: 50px;
  position: absolute;
}
.banner_area ul li .bnr_ml_btn{
  bottom: 0;
}
#mlBtn ul li .bnr_ml_btn{
  bottom: 11%;
}
#footer_ml {
  display: block;
  padding:3rem 0 0;
  margin:0;
}

#footer_ml ul {
  background: none;
}
#footer_ml .sports_ecc{
  text-align: center;
  margin: 0 auto 20px;
  width: 90%;
}
#footer_ml .foreignlang{
  text-align: center;
  margin: 0 auto 50px;
  width: 90%;
}

  #footer_ml ul li img {
    width: 100%;
  }
  .banner_area {
    margin: 50px auto 0;
    width: 90%;
  }
  .course .course_link {
    max-width: 75%;
    height: 50px;
    font-size: 1.4rem;
  }
  .course .course_link i {
    top: 53%;
    font-size: 1.2rem;
  }
  .course .other_language {
    width: 90%;
    margin: 50px auto;
  }
  .course .other_language h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .course .other_language ul {
    flex-wrap: wrap;
  }
  .course .other_language ul li {
    width: 32%;
    text-align: center;
    margin-bottom: 30px;
  }
  .course .other_language ul li a figure {
    margin: 0 0 5px;
  }
  .course .other_language ul li a figure img {
    width: 80%;
  }
  .course .other_language .btn_list {
    margin: 20px 0;
  }
  /*スクールを探す*/
  .bl_school {
    padding: 4.0rem 0 0;
  }
  .bl_school .ly_inner_bg {
    max-width: 100%;
    background: url("/img/bg_school.png") top left no-repeat;
    background-size: auto 100%;
  }
  .bl_school .ly_inner {
    width: 100%;
    max-width: auto;
    margin: 0 0 0 auto;
    position: relative;
    padding: 5.0rem 2.0rem;
  }
  .bl_school .ly_inner div {
    margin: 0 auto;
    display: block;
    /*flex-wrap: wrap;
	  align-items: flex-start;*/
  }
  .bl_school .ly_inner div:not(:first-child) {
    margin: 3.0rem auto 0 auto;
  }
  .bl_school .ly_inner div h3 {
    font-size: 1.6rem;
    width: 14.5em;
  }
  .bl_school .ly_inner div h3 i {
    font-size: 1.3rem;
    margin-right: 0.25rem;
  }
  .bl_school .ly_inner div ul {
    width: 100%;
    margin: 0 auto 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .bl_school .ly_inner div ul li {
    width: 25%;
  }
  .bl_school .ly_inner div ul li i {
    font-size: 1.1rem;
    margin-right: 0.25rem;
  }
  .bl_school .el_linkBtn2 {
    margin: 5.0rem auto 0 0;
    width: 100%;
  }
  /*イベントを探す*/
  .bl_event {
    padding: 6.0rem 0 0;
  }
  .bl_event .ly_inner_bg {
    max-width: 100%;
    background: url("/img/bg_event_sp.png") top left no-repeat;
    background-size: auto 100%;
  }
  .bl_event .ly_inner {
    width: 100%;
    max-width: auto;
    margin: 0 0 0 auto;
    position: relative;
    padding: 5.0rem 2.0rem;
  }
  .bl_event .ly_inner ul {
    margin: 3.0rem 0 auto;
    display: block;
  }
  .bl_event .ly_inner ul li {
    width: 100%;
    margin: 100px 0 170px;
    font-size: 1.4rem;
  }
  .bl_event .ly_inner ul li a {
    text-decoration: none;
    display: block;
    padding: 15px 0;
    width: 100%;
  }
  .bl_event .ly_inner ul li a::before, .bl_event .ly_inner ul li:nth-of-type(2) a::before {
    background-size: 100%;
    top: -60px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .bl_event .ly_inner ul li a span {
    font-size: 2rem;
  }
  .bl_event .ly_inner ul li:nth-of-type(2) {
    width: 100%;
    margin-bottom: 0;
  }
  .bl_event .ly_inner li i {
    font-size: 2rem;
    margin-right: 0.25rem;
    position: absolute;
    right: 10px;
    top: 35%;
    color: #ee0055;
  }
  .bl_event .ly_inner ul li img {
    width: auto;
  }

/*選ばれ続ける5つの理由*/
  .feature {
    position: relative;
    padding: 4rem 0 0;
    z-index: 0;
  }
  .feature ul {
    width: 100%;
    margin: 0 auto;
  }
  .feature ul li {
    display: block;
    margin-bottom: 0;
    padding: 20px;
  }
.feature ul li:nth-child(even){
  padding: 20px;
}

.feature ul li div p {
  font-size: 1.2rem;
}
  .feature ul li p img{
  float: right;
  width: 50%;
  margin:0 0 20px 20px;
}
.feature ul li:nth-child(even) p img{
  float: left;
  margin:0 20px 20px 0;
}
.feature ul li:nth-of-type(2) p img{
  float: left;
  margin:0 20px 40px 0;
}

.feature ul li div h3,
.feature ul li:nth-of-type(2) div h3,
.feature ul li:nth-of-type(3) div h3,
.feature ul li:nth-of-type(4) div h3,
.feature ul li:nth-of-type(5) div h3 {
  font-size: 1.6rem;
  height: 45px;
  padding-left: 60px;
  background-size: 40px;
} 
.feature > a {
  width: 90%;
  margin-top:20px;
}
.feature ul li div a {
  font-size: 1.2rem;
  width: 70%;
  margin: 15px auto 0;
  height: 30px;
}
  /*講師・カウンセラー紹介*/
    .staff {
    padding:6rem 0 0;
  }

  .staff div {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .staff div a{
  margin-bottom: 20px;
  display: block;
}
  .staff div a img {
    width: 100%;
  }
  /*受講生の声*/
 .voice {
    padding:4rem 0 0;
  }

  .voice ul {
    width: 90%;
    margin: 0 auto 40px;
    display: block;
  }
.voice ul li {
  &:nth-child(1) {
    display: block;
    margin-bottom: 20px;
    padding:0;
  }
}
.voice ul li a figure {
  max-width: 130px;
  width: 100%;
}
.voice ul li a figure img {
  width: 100%;
}
.voice ul li a div {
  width: calc(100% - 140px);
}
.voice ul li a div h3 {
  font-size: 1.3rem;
}
.voice ul li a div p {
  font-size: 1.2rem;
} 
/*インスタグラム*/
.instagram {
  padding: 6rem 0 0 ;
}
.instagram .banner_area{
  margin: 20px auto;
  width: 90%;
}

#index .btn_pink05 {
  font-size: 1.2rem;
  width: 70%;
  margin: 0 auto;
  height: 30px;
}
  /*よくある質問*/
  .bl_faq {
    position: relative;
    padding: 4.0rem 0 0;
    z-index: 0;
  }
  .bl_faq .ly_inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    position: relative;
    padding: 3.0rem 2.0rem;
  }
  .bl_faq .ly_inner_bg {
    background: url("/school/include/img/bgLinear_gray5.png") repeat top left;
  }
  #index .bl_faq .info_bana {
    margin-bottom: 4.0rem;
  }
  #index .bl_faq .info_bana a {
    display: block;
    background: #fff;
    border-radius: 100px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #5d5d5d;
  }
  #index .bl_faq .info_bana a:hover {
    text-decoration: none;
  }
  #index .bl_faq .info_bana p {
    position: relative;
  }
  #index .bl_faq .info_bana a i {
    margin: 0 10px 0 0;
    color: #ee0055;
  }
  #index .bl_faq .info_bana a i.icon-right {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .bl_faq .faq_list {
    width: 100%;
    margin: 0 auto 0;
  }
  /*その他のサービス*/
  .service {
    position: relative;
    padding: 0 0 3.0rem;
    z-index: 0;
  }
.service p {
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto;
}
.service ul {
  display: block;
  width: 90%;
  margin: 40px auto 0;
}
.service ul li {
  width: 100%;
  margin-bottom: 20px;
}
/*
.service ul li:nth-of-type(3),
.service ul li:nth-of-type(4),
.service ul li:nth-of-type(5){
  width: 100%;
  padding:30px 0;
  font-size: 1.5rem;
}
*/

  .bl_bnrBlock {
    padding: 0 0;
    border-top: none;
  }
  .bl_bnrBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .bl_bnrBlock ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin: 0 0 2% 2%;
  }
  .bl_bnrBlock ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .bl_bnrBlock ul li a {
    position: relative;
    display: block;
  }
  .bl_bnrBlock ul li a img {
    width: 100%;
  }
  .bl_bnrBlock ul li a[target="_blank"]::before {
    position: absolute;
    top: 0;
    right: 5px;
    content: "\e909";
    font-family: 'icomoon';
    font-size: 1.2rem;
  }
  /*お知らせ*/
  .bl_topics {
    position: relative;
    padding: 3.0rem 0 3.0rem;
    z-index: 0;
  }
  .bl_topics .ly_inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    position: relative;
    padding: 3.0rem 2.0rem;
  }
  #index .bl_topics .info_bana {
    margin-bottom: 4.0rem;
  }
  #index .bl_topics .info_bana a {
    display: block;
    background: #fff;
    border-radius: 100px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #5d5d5d;
  }
  #index .bl_topics .info_bana a:hover {
    text-decoration: none;
  }
  #index .bl_topics .info_bana p {
    position: relative;
  }
  #index .bl_topics .info_bana a i {
    margin: 0 10px 0 0;
    color: #ee0055;
  }
  #index .bl_topics .info_bana a i.icon-right {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  /*コラム追加20220419*/
  #index .bl_column {
    position: relative;
    padding: 4.0rem 0 0;
    z-index: 0;
    margin-bottom: 60px;
  }
  #index .bl_column .meledi {
  width: 90%;
  margin: 0 auto;
  padding: 20px 10px;
}
#index .bl_column .meledi h3 {
  font-size: 1.8rem;
}
#index .bl_column .meledi h3 span {
  font-size: 2rem;
  display: block;
  margin-bottom: 20px;
}
#index .bl_column .meledi .meledi_slider .slick-prev {
  left: 1%;
  z-index: 1;
}
#index .bl_column .meledi .meledi_slider .slick-next {
  right: 1%;
}
#index .bl_column .meledi .meledi_slider::before {
  content: "";
  width: 20px;
  height: 100%;
   left: -10px;
}
#index .bl_column .meledi .meledi_slider::after {
  content: "";
  width: 20px;
  height: 100%;
   right: -10px;
}
  #index .bl_column .con_wrap {
    width: 90%;
    margin: 30px auto;
  }
#index .bl_column .con_wrap:not(:last-child) {
  margin: 30px auto;
}
  #index .bl_column .con_wrap dt img {
    width: 100%;
    clear: both;
    margin-bottom: 5px;
  }
  #index .bl_column .con_wrap dt.time {
    clear: both;
  }
  #index .bl_column .con_wrap dt.con_ttl {
    margin: 0 5px 0;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
  }
  #index .bl_column .con_wrap dt.con_ttl, #index .bl_column .con_wrap dd.con_txt {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /*英検勉強法*/
  .eiken_level{
  width: 90%;
  margin: 0 auto;
}
  .eiken_level .eiken_level_inner {
    padding: 20px;
  }
  .eiken_level .eiken_level_inner h2 {
  font-size: 1.6rem;
  margin: 20px 0;
  text-align: center;
}
  .eiken_level .eiken_level_inner .level_list {
    display: block;
  }
  .eiken_level .eiken_level_inner .level_list .left_area{
    width: 100%;
    margin-bottom: 10px;
  }
.eiken_level .eiken_level_inner .level_list .left_area img {
    width: 100%;
  }

  .eiken_level .eiken_level_inner .level_list .right_area {
    width: 100%;
  }
  .eiken_level .eiken_level_inner .level_list .right_area ul  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .eiken_level .eiken_level_inner .level_list .right_area ul li {
    width: 48%;
    margin: 0 1% 2% 0;
  }
  /*contact*/
  .bl_contact {}
  .bl_contact .ly_inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 3.0rem 2.0rem 0 2.0rem;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    /* justify-content: space-between;
		align-items: flex-end;*/
  }
  .bl_contact .ly_inner > div {
    margin: 0 0;
    width: 100%;
  }
  .bl_contact .ly_inner > figure {
    margin-top: 2.0rem;
  }
  .bl_contact .ly_inner > figure img {
    width: 100%;
  }
  .bl_contact h2 {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .bl_contact .el_cap2 {
    font-size: 2.0rem;
    color: #D5667C;
  }
  .bl_contactBlock {
    padding: 0 2.0rem;
  }
  .bl_contactBlock .ly_inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .bl_contactBlock .ly_inner a {
    width: 100%;
    padding: 3.0rem 2.0rem;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    /*justify-content: space-between;
		align-items: flex-end;*/
  }
  .bl_contactBlock .ly_inner a > div {
    margin: 0 0;
    width: 100%;
    text-align: center;
  }
  .bl_contactBlock .ly_inner a > figure {
    display: none;
  }
  /*　大谷選手バージョン　20240502追加　ここから　*/
  .bl_contactBlock.free_trial .ly_inner, .el_bgGra_lightPink2.free_trial {
    background: linear-gradient(180deg, #fff 0%, #B5D4E9 30%, #B5D4E9 100%);
    border-bottom: 23px solid #293759;
  }
  .bl_contact.free_trial .ly_inner {
    padding: 2.0rem 2.0rem 0 2.0rem;
  }
  .bl_contactBlock.free_trial .ly_inner a {
    padding: 0 3rem;
  }
  .bl_contactBlock.free_trial .ly_inner a > figure {
    width: 100%;
    margin: 0 0 -24px 0;
    display: block;
  }
  .bl_contact.free_trial .ly_inner > figure {
    width: 100%;
    margin: 0 0 -24px 0;
  }
  .bl_contactBlock.free_trial .ly_inner p:nth-of-type(3) {
    text-align: left;
  }
  .bl_contactBlock.free_trial .ly_inner .el_cap {
    font-size: 2.2rem;
    line-height: 1.2;
    padding-bottom: 5px;
  }
  .bl_contact.free_trial .ly_inner h2 {
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .bl_contact.free_trial .ly_inner .el_contactBtn {
    margin: 1rem 0 0;
    font-weight: bold;
    height: 50px;
  }
  .bl_contactBlock.free_trial .ly_inner .el_contactBtn {
    margin: 1.0rem 0 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0.5em;
    height: 50px;
  }
  /*　大谷選手バージョン　20240502追加　ここまで　*/
  /*
	.bl_contactBlock .el_cap{
		margin-top: -3.0rem;
		
	}
*/
  .bl_contact .el_cap2, .bl_contact h2 {
    text-align: center;
  }
  .bl_contact h2 {
    line-height: 1.4;
    margin-bottom: 1.0rem;
  }
  /*ボタン*/
  .el_contactBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.0rem 0 0 0;
    padding: 1em 0.5em;
    border-radius: 50vh;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    font-size: 2.0rem;
    width: 100%;
    height: 60px;
    color: #fff;
    background: linear-gradient(90deg, #DD6086 0%, #FFBEAF 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .el_contactBtn i {
    font-size: 1.2rem;
    margin-left: 0.75rem;
  }
  .bl_contact a:hover {
    text-decoration: none;
  }
  .bl_contactBlock a:hover {
    text-decoration: none;
  }
  .el_bgGra_lightPink2 {
    background: rgb(255, 222, 222);
    background: linear-gradient(180deg, rgba(255, 222, 222, 0) 0%, rgba(242, 188, 199, 1) 20%, rgba(242, 188, 199, 1) 100%);
  }
  /*info*/
  .bl_info {}
  .bl_info .ly_inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  /*キャプション*/
  .el_cap {
    font-size: 2.2rem;
  }
  .el_cap2 {
    font-size: 1.8rem;
  }
  .el_capNum {
    font-size: 2.6rem;
  }
  /**/
  #other_info .more {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ffe5ef;
    min-width: 225px;
    text-align: center;
    height: 45px;
    padding: 0 20px;
    font-size: 1.6rem;
    cursor: pointer;
    border-radius: 100px;
  }
  #other_info .more i:first-child {
    margin: 0 8px 0 0;
  }
  /**/
  #headerBtm.inner {
    display: none;
  }
  .pager span {
    margin: 1px;
    padding: 5px 8px;
  }
  .lesson_learn .grade_list {
    display: block;
  }
  .lesson_learn .grade_list li {
    margin: 0 0 10px 0;
  }
  .lesson_learn .grade_list li p {
    width: 100%;
  }
  /*給付金*/
  .bl_kyufu {
    position: relative;
    padding: 6rem 1rem 0;
    z-index: 0;
  }
  .bl_kyufu .kyufu_txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: left;
  }
  .ml_area {
    margin: 30px 0 0;
  }
  .ml_area p {
    font-size: 1.4rem;
    padding: 0 25px 0 20px;
  }
  .ml_area a {
    max-width: 90%;
    height: 50px;
    font-size: 1.4rem;
  }
  .ml_area a i {
    top: 53%;
    font-size: 1.2rem;
  }
  .ml_area a::before{
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100px;
  height: 117px;
  background: url("/img/feedback.png") no-repeat;
  background-size: 60%;
}

  #index .foot_txt_t{
    background: #ee0055;
    padding: 40px 0 0 0;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 -40px 0;
  }
  .slider {
  margin: 0 auto;
}

  .slider img,
  #index .bl_column .meledi .meledi_slider img{
   width:60vw;
    height:auto;
  }

  /* Arrows */
.slick-prev, .slick-next {
  width: 25px;
  height:  25px;
}
.slick-prev{
    left: 4%;
    z-index: 1;
}
[dir='rtl'] .slick-prev{
    right: 4%;
    left: auto;
}
.slick-prev:before{
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: 35%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}
[dir='rtl'] .slick-prev:before{
    content: '→';
}

.slick-next{
    right:4%;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: 4%;
}
.slick-next:before{
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: 20%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
[dir='rtl'] .slick-next:before{
    content: '←';
}
#index #event .online_event{
  width: 90%;
  margin:0 auto;
}
#index #event .online_event ul li.event_bana img{
  width: 100%;
}
#index #event .online_event ul li.event_link a {
  font-size: 1.2rem;
  text-align: center;
  color: #E05;
  width: 70%;
  border-radius: 20px;
  border: 1px solid #E05;
  margin: 20px auto;
  height: 30px;
  position: relative;
  text-decoration: none;
  display: grid;
  place-items: center;
}
#index #event .online_event ul li.event_link a i {
    position: absolute;
    top: 55%;
    right: 3%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1rem;
  }
}