@media screen and (min-width: 1060px) {
  /*--------------------------------
navi color
---------------------------------*/


  #globalNavi>ul>li.current>a {
    background-color: rgb(156, 191, 104);
  }

  /*-----翻訳サービス----*/
  #globalNavi>ul>li:hover:nth-of-type(2) a {
    background-color: rgb(71, 116, 185);
  }

  /*-----字幕吹き替えサービス----*/
  #globalNavi>ul>li:hover:nth-of-type(3) a {
    background-color: rgb(238, 121, 97);
  }

  /*-----多言語デザインサービス-------*/
  #globalNavi>ul>li:hover:nth-of-type(4) a {
    background-color: rgb(116, 187, 228);
  }

  /*-----通訳サービス----*/
  #globalNavi>ul>li:hover:nth-of-type(5) a {
    background-color: rgb(218, 93, 158);
  }

  /*-----人材派遣紹介サービス----*/
  #globalNavi>ul>li:hover:nth-of-type(6) a {
    background-color: rgb(225, 200, 69);
  }

  /*-----教育研修サービス-
	#globalNavi > ul > li:hover:nth-of-type(6) a {
		background-color: rgb(156, 191, 104);
	  }   ---*/

  #globalNavi>ul>li:nth-of-type(6) .hidden-menu ul {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}

/*------------------ end ------------------*/

/****************************************

media Queries Outside

****************************************/


/*--------------------------------
common
---------------------------------*/
.design_inner {
  line-height: 1.6;
  max-width: 950px;
}

.pc-mb20 {
  margin-bottom: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pc-mb60 {
  margin-bottom: 60px !important;
}

.pc-mt60 {
  margin-top: 60px !important;
}

.pc-mtb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr10 {
  margin-right: 10px;
}

.topdesc {
  text-align: left;
  font-size: 18px;
}

.listdisc {
  list-style: disc;
  padding: 20px 0;
  margin-left: 20px;
}

.listdisc02 {
  list-style: disc;
  padding: 0;
  margin-left: 20px;
}

.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  background-image: url(../../images/v5/englishtraining/ic_check.png);
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-size: 1em auto;
  padding-left: 1.5em;
}

.notes-list {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.notes-list li::before {
  content: "※";
  margin-right: 0.5em;
}

.ordered-list {
  list-style-type: decimal;
  padding-left: 20px;
}

.ordered-list li {
  padding-left: 4px;
}

.sec-title {
  font-size: 46px;
}

.sec-subtitle {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #016a3a;
  line-height: 1.4;
  margin: 15px 0 40px;
}

.sec-title02 {
  padding-bottom: 15px;
  margin: 90px 0 20px;
  line-height: 1;
  font-size: 38px;
  font-weight: 700;
  color: #016a3a;
  border-bottom: 2px solid #909090;
  text-align: left;
}

.sec-title03 {
  padding-left: 30px;
  margin: 40px 0 20px;
  font-size: 28px;
  line-height: 1.4;
  color: #785806;
  font-weight: 700;
  background: url(../../images/v5/movie/icn/border_green.png) no-repeat left center;
}

.sec-title04 {
  margin: 20px 0 15px;
  font-size: 20px;
  color: #00512c;
  font-weight: 700;
}

.txt-green {
  color: #016a3a;
}

.txt-brown {
  color: #785806;
}

.text-gray {
  color: gray;
}

.top-desc {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

dl.dllist01 dt {
  float: left;
  clear: both;
  width: 11em;
  font-weight: bold;
}

dl.dllist01 dd {
  margin-left: 11em;
  margin-bottom: 15px;
}

.dllist02 dt {
  font-weight: bold;
}

.ilb {
  display: inline-block;
}

.flex-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

.flex-layout01 .img {
  width: 50%;
  padding: 0 15px 0 0;
}

.flex-layout01 .txt {
  width: 50%;
  padding: 0 0 0 15px;
}

.flex-layout01+.flex-layout01 {
  margin-top: 80px;
}

.flex-reverse {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-layout01.flex-reverse .img {
  padding: 0 0 0 15px;
}

.flex-layout01.flex-reverse .txt {
  padding: 0 15px 0 0;
}

.jump-adjust {
  margin-top: -152px;
  padding-top: 152px;
  display: block;
}

.balloon-left {
  position: relative;
  margin: 30px auto 30px 15px;
  padding: 20px 30px;
  width: fit-content;
  max-width: 90%;
  background: #d6f2e1;
  border-radius: 10px;
}

.balloon-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #d6f2e1;
}

.balloon-right {
  position: relative;
  margin: 30px 15px 30px auto;
  padding: 20px 30px;
  width: fit-content;
  max-width: 90%;
  background: #eee;
  border-radius: 10px;
}

.balloon-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #eee;
}

.balloon-left .title, .balloon-right .title {
  font-weight: bold;
}

/*--------------------------------
Page mainVisual
---------------------------------*/

body.englishtraining_feature #mainVisual {
  background-image: url("../../images/v5/englishtraining/features-main_visual.jpg");
}

body.englishtraining_plans #mainVisual {
  background-image: url("../../images/v5/englishtraining/plans-main_visual.jpg");
}

body.englishtraining_results #mainVisual {
  background-image: url("../../images/v5/englishtraining/results-main_visual.jpg");
}

body.englishtraining_service_flow #mainVisual {
  background-image: url("../../images/v5/englishtraining/service_flow-main_visual.jpg");
}

body.englishtraining_faq #mainVisual {
  background-image: url("../../images/v5/englishtraining/faq-main_visual.jpg");
}

body.englishtraining_price #mainVisual {
  background-image: url("../../images/v5/englishtraining/price-main_visual.jpg");
}

body.englishtraining_online #mainVisual {
  background-image: url("../../images/v5/englishtraining/online-main_visual.jpg");
}

/*-------------Page mainVisual end ------------------*/

/*--------------------------------
top background #eeeeee
---------------------------------*/

.bkeee {
  background-color: #eeeeee;
}

/*--------------------------------
common link bottom
---------------------------------*/

p.linkbottom01 {
  text-align: center;
}

p.linkbottom01 a {
  display: inline-block;
  margin-top: 2rem;
  line-height: 1.5;
  padding: 1rem 2.5rem;
  background-color: #bcb19e;
  color: #ffffff;
  background-image: url("../../images/v5/movie/icn/arrow_right_white_12_16.png");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  text-align: center;
  width: 400px;
  text-decoration: none;
}

p.linkbottom01 a:hover {
  background-color: #8c8271;
  text-decoration: none;
}

p.linkbottom02 {
  text-align: center;
}

p.linkbottom02 a {
  display: block;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat 90% center;
  background-color: rgba(0, 0, 0, 0);
  background-color: #ceab2a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 33.33333%;
  margin: 0 auto;
}

p.linkbottom02 a:hover {
  background-color: #e4cd7a;
  text-decoration: none;
}

/*-------------------------------
top services block
-------------------------------*/

.services-block .top-desc {
  margin-top: 60px;
}

.services-block-list {
  text-align: center;
}

.services-block .listdisc {
  max-width: 1000px;
  padding: 30px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.6;
  text-align: left;
}

.top-planbox {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 60px;
}

.top-planbox .planinner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.top-planbox .planinner:hover {
  background: #d6f2e1;
}

.top-planbox>div {
  width: 32.4%;
  border: 1px solid #016a3a;
  margin: 0 12px 20px 0;
  position: relative;
}

.top-planbox>div:first-child {
  width: 32.4%;
  margin: 0 12px 20px 0;
}

.top-planbox>div:nth-child(3) {
  width: 32.4%;
  margin: 0 0 20px 0;
}

.top-planbox>div img {
  padding: 30px 15px 15px 15px;
  max-width: 100%;
}

.top-planbox>div .title {
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.top-planbox>div p.plandesc {
  clear: both;
  padding: 15px 30px 25px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 60px;
}

.top-planbox>div p.planbottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: inline-block;
  margin-top: 2rem;
  line-height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #016a3a;
  color: #ffffff;
  background-image: url("../../images/v5/movie/icn/arrow_right_white_12_16.png");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  text-align: center;
  text-decoration: none;
  padding: 0;
}

.plan-button-layout_group,
.plan-button-layout_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-button-layout_group {
  align-items: flex-start;
}

.plan-button-layout_large {
  flex-shrink: 0;
  width: 340px;
}

.plan-button-layout_small {
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 60px;
  background-image: url('/englishtraining/images/v5/movie/icn/arrow_right_green_12_16.png');
  background-repeat: no-repeat;
  background-position: 24px center;
}

.plan-button-layout_small > * {
  width: 48%;
  margin-bottom: 30px;
}

.plan-button-layout_small > *:nth-last-child(-n+2) {
  margin-bottom: 0;
}

a.plan-button {
  display: block;
  text-decoration: none;
  color: inherit;
}

.plan-button {
  padding: 30px;
  border: 1px solid #016a3a;
  background-repeat: no-repeat;
  background-position: 30px 30px;
  background-size: 70px;
}

.plan-button--objective {
  background-image: url('/englishtraining/images/v5/englishtraining/sec02_thumb01.png');
}

.plan-button--target {
  background-image: url('/englishtraining/images/v5/englishtraining/sec02_thumb02.png');
}

.plan-button--levels {
  background-image: url('/englishtraining/images/v5/englishtraining/sec02_thumb03.png');
}

.plan-button:hover {
  background-color: #d6f2e1;
}

.plan-button_heading,
.plan-button_description {
  margin-bottom: 30px;
}

.plan-button_heading {
  padding-left: 90px;
  font-size: 22px;
  font-weight: bold;
}

.plan-button_description {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.plan-button_stripe {
  margin: -30px;
  margin-top: 0;
  line-height: 64px;
  background-color: #016a3a;
  background-image: url('/englishtraining/images/v5/movie/icn/arrow_right_white_12_16.png');
  background-repeat: no-repeat;
  background-position: right 24px center;
  text-align: center;
  color: #ffffff;
}

a.plan-small-button {
  display: block;
  text-decoration: none;
}

.plan-small-button {
  line-height: 48px;
  text-align: center;
  border: 1px solid #016a3a;
  font-weight: bold;
}

.plan-small-button:hover {
  background-color: #d6f2e1;
}

/*-------------------------------
Top service information box
-------------------------------*/

.service-information-box {
  margin-bottom: 0;
}

.service-information-box>div>.description {
  margin-top: 40px;
}

.service-information-box ul {
  max-width: 1000px;
  margin: 35px auto 0 auto;
  background: #016a3a;
  padding: 30px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1.6;
}

.service-information-box ul li {
  text-align: left;
}

.campaign {
  border: 2px solid grey;
  display: flex;
  align-items: center;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10px;
  margin: 60px 60px 0;
  position: relative;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.campaign .title {
  width: 50%;
  text-align: center;
  padding: 5px;
  color: grey;
  line-height: 1.4;
}

.campaign .title .title-text:before {
  content: url(../../images/v5/englishtraining/sample-lesson-icon.png);
  position: relative;
  top: 5px;
  margin-right: 10px;
  vertical-align: baseline;
}

.campaign .title .title-sub {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

.campaign .description {
  border-left: 2px dotted grey;
  flex: 1;
  line-height: 1.6;
  text-align: center;
  align-self: center;
  padding: 5px;
  color: #333333;
}

.campaign .description em {
  font-size: 130%;
  font-weight: bold;
  margin: 0 3px;
  display: inline-block;
}

.campaign .description span {
  font-size: 80%;
  padding-right: 1em;
  display: inline-block;
}

.campaign a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.campaign.campaign--spring {
  border-color: #ff9eaf;
  background-color: #fdf0ff;
  background-image: url('../../images/v5/englishtraining/cherry_blossom.png');
}

.campaign.campaign--spring .title {
  color: #b44e60;
}

.campaign.campaign--spring .description {
  border-color: #ff9eaf;
}

.campaign.campaign--summer {
  border-color: #0d81b9;
  background-color: lightblue;
  background-image: url('../../images/v5/englishtraining/chidori.png');
}

.campaign.campaign--summer .title {
  color: #0d81b9;
}

.campaign.campaign--summer .description {
  border-color: #0d81b9;
}

.campaign.campaign--autumn {
  border-color: #8d3800;
  background-color: #f6ce92;
  background-image: url('../../images/v5/englishtraining/momiji.png');
}

.campaign.campaign--autumn .title {
  color: #8d3800;
}

.campaign.campaign--autumn .description {
  border-color: #8d3800;
}

.campaign.campaign--winter {
  border-color: #164f55;
  background-color: #96c5cb;
  background-image: url('../../images/v5/englishtraining/yuki.png');
}

.campaign.campaign--winter .title {
  color: #164f55;
}

.campaign.campaign--winter .description {
  border-color: #164f55;
}

/*-------------------------------
top voices block
-------------------------------*/

.voices-block .slider {
  position: relative;
  margin-top: 35px;
  padding: 0 40px;
}

.voices-block .swiper-container {
  width: 100%;
  margin: 0 auto;
}

.voices-block .swiper-slide {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.voices-block .swiper-slide .voice {
  font-size: 16px;
  line-height: 1.6;
}

.voices-block .swiper-slide .client {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}

.voices-block .swiper-button-prev {
  background: transparent;
  left: 0;
}

.voices-block .swiper-button-next {
  background: transparent;
  right: 0;
}

.voices-block .voices-interview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.voices-block .voices-interview .voices-interview__image,
.voices-block .voices-interview .voices-interview__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.voices-block .voices-interview .voices-interview__image {
  padding-right: 30px;
}

/*-------------------------------
top about block
-------------------------------*/

.about-list {
  margin-top: 60px;
}

.about-block .top-desc {
  margin-top: 60px;
  text-align: center;
}

/*-------------------------------
top recommendation banner
-------------------------------*/

.banner-block {
  padding: 90px 30px;
  background-color: #bcb19e;
}

.recommendation-banner {
  text-align: center;
  padding: 2rem;
  line-height: 1.4;
  background-color: #eeeeee;
  border-radius: 10px;
  box-shadow: 0 15px 10px -10px hsl(0deg 0% 0% / 25%);
}

.recommendation-banner_description {
  flex-grow: 1;
  margin: 20px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.recommendation-banner h4 {
  margin-bottom: 0.7rem;
  font-size: 30px;
  font-weight: bold;
  color: #666666;
}

.recommendation-banner_emphasis {
  font-weight: bold;
}

.recommendation-banner_button {
  flex-shrink: 0;
  display: inline-block;
  padding: 1rem 2rem;
  padding-right: 2.5rem;
  text-decoration: none;
  background: url("../../images/v5/movie/icn/arrow_right_white_12_16.png") no-repeat 90% center;
  background-color: #ceab2a;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recommendation-banner_button:hover {
  background-color: #e4cd7a;
}

/*-------------------------------
top recommendation block
-------------------------------*/

.recommendation-block .recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recommendation-block a {
  text-decoration: none;
}

.recommendation-block .recommend__box {
  width: calc(50% - 10px);
  border-radius: 10px;
  background-color: white;
  color: #666666;
}

.recommendation-block .recommend__box .image {
  display: table;
  width: 100%;
  height: 190px;
}

.recommendation-block .recommend__box .image .plan {
  display: table-cell;
  border-radius: 10px 10px 0 0;
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0 0 10px #00000094;
}

.recommendation-block .recommend--online .plan {
  background-image: url(/englishtraining/images/v5/englishtraining/recommend_online.jpg?20230113);
  background-size: cover;
  background-position: center;
}

.recommendation-block .recommend--writing .plan {
  background-image: url(/englishtraining/images/v5/englishtraining/recommend_writing.jpg);
  background-size: cover;
  background-position: center;
}

.recommendation-block .recommend--presen .plan {
  background-image: url(/englishtraining/images/v5/englishtraining/recommend_presen.jpg?20230113);
  background-size: cover;
  background-position: center;
}

.recommendation-block .recommend__box .text {
  padding: 20px;
}

.recommendation-block .recommend__box .text .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.recommendation-block .recommend__box .text .description,
.recommendation-block .recommend__box .text .definitions {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}

.recommendation-block .recommend__box .text .definitions dt {
  font-weight: bold;
  margin-top: 10px;
}

/*-------------------------------
top stripe banner
-------------------------------*/

.stripe-banner {
  padding: 50px 0 !important;
  text-align: center;
  line-height: 1.2;
}

.stripe-banner .title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.stripe-banner .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  color: #fff;
}

.stripe-banner .linkbottom02 {
  margin: 20px 0 0;
}

.stripe-banner--online {
  background-image: url(/englishtraining/images/v5/englishtraining/bg_online.jpg);
  background-size: cover;
  background-position: center 10%;
}

.stripe-banner--presen {
  background-image: url(/englishtraining/images/v5/englishtraining/bg_presen.jpg);
  background-size: cover;
  background-position: center 10%;
}

/*-------------------------------
Top method block
-------------------------------*/

.method-block .top-desc {
  margin-top: 60px;
  text-align: center;
}

.method-block .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  margin-top: 60px;
}

.method-block .list>div {
  width: 33.333%;
  padding: 0 30px;
}

.method-block .list>div:not(:first-child) {
  border-left: 1px solid #80b29c;
}

.method-block .list>div .title {
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.method-block .list>div .description {
  font-weight: 300;
  margin-top: 10px;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}

.method-block .list>div .description-long {
  min-height: 13em;
}

.method-block .linkbottom02 {
  margin-top: 50px;
}

/*-------------------------------
Top other services block
-------------------------------*/

.other-services-block {
  text-align: center;
}

.other-services-block .top-desc {
  margin-top: 60px;
}

.coachingBanner {
  margin-top: 60px;
}

.coachingBanner img {
  border: solid 1px #016a3a;
}

/*-------------------------------
features (education)
-------------------------------*/

.feature02 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.feature02 ol li {
  width: 50%;
}

.feature02 ol li a {
  color: inherit;
}

.feature-subtitle {
  font-weight: 400;
  font-size: 20px;
}

/*--------------------------------
plan
---------------------------------*/

.anchorlink {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

.anchorlink>div {
  width: 33.333%;
}

.anchorlink>div:nth-child(even) {
  width: 33.5%;
}

.anchorlink>div:nth-child(even) {
  margin: 0 10px;
}

.anchorlink>div p.current {
  display: inline-block;
  line-height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #d6f2e1;
  color: #016a3a;
  text-align: center;
  width: 100%;
  text-decoration: none;
  border-radius: 3px;
}

.anchorlink>div p a {
  display: inline-block;
  line-height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #eee;
  color: #016a3a;
  background-image: url("../../images/v5/englishtraining/arrow_btm_green_16_12.png");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  text-align: center;
  width: 100%;
  text-decoration: none;
  border-radius: 3px;
}

.anchorlink>div p a:hover {
  background-color: #d6f2e1;
  text-decoration: none;
}

.planbox {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.planbox .planinner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.planbox .planinner--levels {
  background: #eeeeee;
}

.planbox .planinner:hover {
  background: #d6f2e1;
}

.planbox>div {
  width: 32.4%;
  border: 1px solid #016a3a;
  margin: 0 12px 20px 0;
  position: relative;
}

.planbox>div:first-child {
  width: 32.4%;
  margin: 0 12px 20px 0;
}

.planbox>div:nth-child(2n) {
  width: 32.4%;
  margin: 0 12px 20px 0;
}

.planbox>div:nth-child(3n) {
  width: 32.4%;
  margin: 0 0 20px 0;
}

.planbox>div img {
  padding: 15px;
  float: left;
}

.planbox>div h4 {
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
}

.planbox>div p.plandesc {
  clear: both;
  padding: 15px 30px 25px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #333;
  margin-bottom: 60px;
}

.planbox>div p.planbottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: inline-block;
  margin-top: 2rem;
  line-height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #016a3a;
  color: #ffffff;
  background-image: url("../../images/v5/movie/icn/arrow_right_white_12_16.png");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 0;
}

/*--------------------------------
cefr
---------------------------------*/
.programlinks.pc-mtb60 {
  text-align: center;
}

.programlinks li {
  padding: 20px 40px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------
instructor
---------------------------------*/

.instructor-image {
  border-radius: 50%;
}

.video {
  text-align: center;
  margin: 60px 0;
}

.instructor-profile {
  margin: 20px 0;
}

.instructor-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.instructor-photo img {
  width: calc((100% - 20px) / 2);
}

/*--------------------------------
online_lesson
---------------------------------*/

.online_lesson_feature .txt .sec-title03 {
  margin-top: 0;
}

/*--------------------------------
results
---------------------------------*/

.case {
  counter-increment: number;
}

.case-reset {
  counter-reset: number;
}

.case::before {
  content: "Case "counter(number, decimal-leading-zero)". ";
}

.lesson-image-L {
  width: 48%;
}

.lesson-image-R {
  width: 48%;
  float: right;
}

/*-------------------------------
unit_telephone
-------------------------------*/

/*--sample-lesson link---*/

.slessonbox {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  border: 3px solid #016a3a;
  position: relative
}

.slessonbox a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #016a3a;
}

.slessonbox:hover {
  background: #d6f2e1;
}

.slessonbox>div {
  width: 49%;
  padding: 0 10px;
}

.slessonbox>div:nth-child(2) {
  width: 49%;
  background-image: url("../../images/v5/movie/icn/arrow_right_green_12_16.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.slessonbox>div h3 {
  margin: 0 0 15px 15px;
  padding: 10px 10px 10px 60px;
  width: 100%;
  color: #016a3a;
  font-size: 36px;
  background-image: url("../../images/v5/englishtraining/sample-lesson-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 3px dotted #016a3a;
  font-weight: bold;
}

.slessonbox>div h4 {
  color: #016a3a;
  font-size: 24px;
  margin-left: 5px;
}

.slessonbox>div p {
  padding: 15px 15px 25px;
  color: #016a3a;
}

/*--------------------------------
researcher
---------------------------------*/

table.researchertable01 {
  width: 100%;
  border-collapse: collapse;
}

table.researchertable01 thead th {
  background: #875143;
  color: #fff;
  padding: 10px 15px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
}

table.researchertable01 tbody th {
  background: #875143;
  color: #fff;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
  width: 25%;
}

table.researchertable01 tbody tr:last-child th {
  border-bottom: none;
  width: 25%;
}

table.researchertable01 tbody td {
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px;
  vertical-align: top;
  width: 25%;
  background: #eee;
}

table.researchertable01 tbody tr:last-child td {
  border-bottom: none;
}

table.researchertable02 {
  width: 100%;
  border-collapse: collapse;
}

table.researchertable02 thead th {
  background: #875143;
  color: #fff;
  padding: 10px 15px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
}

table.researchertable02 tbody th {
  background: #875143;
  color: #fff;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
  width: 20%;
}

table.researchertable02 tbody tr:last-child th {
  border-bottom: none;
  width: 20%;
}

table.researchertable02 tbody td {
  background: #eee;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  border-right: #fff 1px solid;
  vertical-align: top;
  width: 20%;
}

/*--------------------------------
smartphone-web-production
---------------------------------*/


.all-service-list02>div {
  padding: 50px 0 50px;
  border-top: 1px solid #cccccc;
}

.all-service-list02>div:nth-of-type(1) {
  padding-top: 0;
  margin-top: 40px;
  border-top: none;
}

.all-service-list02>div:last-child {
  padding: 50px 0 0;
}

.all-service-list02>div .title {
  padding-left: 45px;
  font-size: 28px;
  color: #785806;
  background: url("../../images/v5/movie/sec05_border_green.png") no-repeat left center;
  font-weight: 700;
}

.all-service-list02>div .description {
  margin-top: 20px;
  padding-left: 45px;
}

ul.detail-list {
  list-style-type: disc;
  margin-left: 20px;
}

ul.detail-list li {
  padding: 10px 0 10px 0;
}

ul.detail-list li:first-child {
  padding: 0 0 10px 0;
}

/*--------------------------------
voices
---------------------------------*/
.voices-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.voices-wrapper > .voices {
  margin-top: 30px;
  padding-top: 30px;
  border-top: dashed 1px #909090;
}

.voices-wrapper > .voices:first-of-type {
  border-top-width: 0;
  padding-top: 0;
}

.voices .voices-heading {
  /* font-size: 28px; */
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 30px;
  line-height: 1.4;
  font-weight: 700;
  background:
      url('../../images/v5/movie/icn/border_green.png') no-repeat left center;
}

.voices .voices-labels {
  margin-bottom: 10px;
}

.voices .voices-labels b {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  line-height: 2;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eeeeee;
  color: #333333;
}

.voices .voices-labels b:first-child {
  background-color: #56a36b;
  color: #ffffff;
}

.voices .voices-label {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #56a36b;
  color: #ffffff;
}

.voices .voices-label.voices-white {
  background-color: #eeeeee;
  color: #333333;
}

/*--------------------------------
faq
---------------------------------*/
dl.faqlist {
  overflow: hidden;
  _zoom: 1;
}

dl.faqlist dt {
  color: #105d32;
  margin: 20px 0 15px 0;
  padding-left: 80px;
  line-height: 1.5em;
  min-height: 55px;
  font-weight: bold;
  font-size: 18px;
  background: url(../../images/v5/englishtraining/faq_icn-q.png) no-repeat;
  background-position: 0 20px;
  border-top: 1px dashed #c4c4c4;
  padding-top: 20px;
}

dl.faqlist dt:first-child {
  border-top: none;
  margin-top: 0;
}

dl.faqlist dd:last-child {
  border-bottom: 1px dashed #c4c4c4;
  padding-bottom: 30px;
  min-height: 35px;
  margin: 0;
}

dl.faqlist dd {
  color: #444;
  margin: 0 0 20px 0;
  padding-left: 80px;
  line-height: 1.5em;
  min-height: 35px;
  background: url(../../images/v5/englishtraining/faq_icn-a.png) no-repeat;
  overflow: hidden;
}

/*-------------------------------
alliance
-------------------------------*/


.worktb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #ccc;
}

.worktb>div {
  width: 50%;
}

.worktb>div:first-child {
  border-right: 1px solid #ccc;
}

.worktb>div h3 {
  padding: 15px;
  font-size: 16px;
  color: #fff;
  background: #74bbe4;
  text-align: center;
}

.worktb>div p {
  padding: 15px 30px 25px;
  background-color: #fff;
  line-height: 2;
  font-ize: 16px;
  text-align: left;
  color: #333;
}

/*--------------------------------
alliance banner
---------------------------------*/



.alliance_bannerBox {
  max-width: 800px;
  background-color: #ffffff;
  border: 3px solid #d2d2d2;
  padding: 1px;
  font-size: 16px;
  line-height: 1.7;
  background-image: url("../../images/v5/englishtraining/alliance_banner-bk.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  -webkit-box-shadow: inset 1px 1px #ffffff, inset -1px -1px #ffffff;
  box-shadow: inset 1px 1px #ffffff, inset -1px -1px #ffffff;
  margin: 0 auto;
}

.alliance_bannerBox h2 {
  background-color: #006B37;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  display: inline-block;
  margin: 0;
  padding-left: 120px;
  padding-right: 25px;
  background-image: url("../../images/v2/components/staffing_recruitment_box/background-heading.png");
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

.alliance_bannerBox p.txt {
  padding: 20px;
  width: 60%;
}

.alliance_bannerBox p.bottom>a:hover,
.news>a:active {
  background-color: #8c8271;
  text-decoration: none;
}

.alliance_bannerBox p.bottom>a {
  display: inline-block;
  line-height: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #bcb19e;
  color: #ffffff;
  background-image: url("../../images/v4/layouts/index/button_arrow.png");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  text-align: center;
  text-decoration: none;
  margin: 0 0 20px 20px;
}

.alliance_bannerBox02 {
  padding-bottom: 20px;
}

.alliance_bannerBox02 h3 {
  padding: 15px 10px 0 0;
  font-weight: 700;
}

.alliance_bannerBox02 p {
  padding: 0 10px 10px 0;
}

.alliance_bannerBox02 .alinkbox {
  background: #bcb19e;
  max-width: 310px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}

.alliance_bannerBox02 .alinkbox a {
  background: #bcb19e;
  color: #fff;
  font-weight: bold;
}

.alliance_bannerBox02 .alinkbox:hover {
  background: #8c8271;
  text-decoration: none;
  color: #fff;
}

.alliance_bannerBox02 .aleftbox {
  float: left;
  padding: 10px;
}

/*-------------------------------
staffing
-------------------------------*/

.worktc {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

.worktc>div {
  width: 33.3%;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.worktc>div:first-child {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.worktc>div h3 {
  padding: 15px;
  font-size: 16px;
  color: #fff;
  background: #74bbe4;
  text-align: center;
}

.worktc>div p {
  padding: 15px 30px 25px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #333;
}

/*--------------------------------
service_flow
---------------------------------*/

.serviceflowbox {
  padding: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.serviceflowbox .leftbox {
  width: 30%;
  text-align: center;
}

.serviceflowbox .leftbox h3 {
  font-size: 20px;
  color: #006a3a;
  font-weight: 700;
  margin-bottom: 20px;
}

.serviceflowbox .rightbox {
  padding-left: 20px;
  width: 70%;
}

.serviceflowbox .rightbox h4 {
  color: #785806;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.serviceflowbox .rightbox p {
  padding-bottom: 20px;
}

.serviceflowbox .rightbox p:last-child {
  padding-bottom: 0;
}

.serviceflowicon {
  padding: 30px 0;
}

/*--------------------------------
feature
---------------------------------*/


.feature-pick-up dl:first-child {
  padding: 40px 0px 0 0px;
  margin: 0px 0px 0 0px;
}

.feature-pick-up dl {
  padding: 40px 0px 0 0px;
  margin: 40px 0px 0 0px;
}

.feature-pick-up dt::before {
  content: url(../../images/v5/englishtraining/ic_check.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.feature-pick-up dt {
  color: #016a3a;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}

.feature-pick-up dt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #016a3a, #016a3a 2px, #fff 2px, #fff 5px);
  background: repeating-linear-gradient(-45deg, #016a3a, #016a3a 2px, #fff 2px, #fff 5px);
}

.feature02 ol {
  counter-reset: number;
  list-style-type: none;
  padding: .5em .2em .5em .8em;
  background: #FCF8E9;
}

.feature02 ol li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 0;
  line-height: 1.5;
  padding: 1em .5em 1em 35px;
}

.feature02 ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #016a3a;
  color: white;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

/*--------------------------------
seo
---------------------------------*/

table.seotable01 {
  width: 100%;
  border-right: #74bbe4 solid 1px;
  border-collapse: collapse;
}

table.seotable01 thead th {
  background: #74bbe4;
  color: #fff;
  padding: 10px 15px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
}

table.seotable01 thead th:last-child {
  border-right: #74bbe4 solid 1px;
}

table.seotable01 tbody th {
  background: #74bbe4;
  color: #fff;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
}

table.seotable01 tbody tr:last-child th {
  border-bottom: #3EB1C6 solid 1px;
}

table.seotable01 tbody td {
  background: #fff;
  padding: 10px 15px;
  border-left: #74bbe4 solid 1px;
  border-bottom: #74bbe4 solid 1px;
  vertical-align: top;
}

/*--------------------------------
listing-advertising
---------------------------------*/


ul.listtest3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

ul.listtest3>li {
  width: 33.3%;
  list-style: none;
  border-right: 1px solid #74bbe4;
  border-bottom: 1px solid #74bbe4;
  box-sizing: border-box;
}

ul.listtest3>li:first-child {
  border-left: 1px solid #74bbe4;
}

ul.listtest3>li:nth-child(4) {
  border-left: 1px solid #74bbe4;
}

ul.listtest3>li h3 {
  background: #74bbe4;
  border-right: 1px solid #fff;
  padding: 10px;
  color: #fff;
}

ul.listtest3>li:nth-child(3n) h3 {
  border-right: none;
}

ul.listtest3>li p {
  padding: 10px;
}

/*--------------------------------
price
---------------------------------*/

.englishtraining_price .campaign {
  border: 2px solid grey;
  margin: 0 0 15px;
}

.englishtraining_price .campaign .title {
  font-size: 28px;
}

.englishtraining_price .campaign .title .title-text {
  font-weight: bold;
}

.englishtraining_price .campaign .description {
  border-left: 2px dotted grey;
}

.englishtraining_price .campaign.campaign--summer {
  border-color: #0d81b9;
}

.englishtraining_price .campaign.campaign--summer .description {
  border-left-color: #0d81b9;
}

.englishtraining_price .campaign.campaign--autumn {
  border-color: #8d3800;
}

.englishtraining_price .campaign.campaign--autumn .description {
  border-left-color: #8d3800;
}

.englishtraining_price .campaign.campaign--winter {
  border-color: #164f55;
}

.englishtraining_price .campaign.campaign--winter .description {
  border-left-color: #164f55;
}

.englishtraining_price #price,
.englishtraining_price #area {
  margin-top: -120px;
  padding-top: 120px;
}

.englishtraining_price .area-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.englishtraining_price .area-flex .img {
  width: 50%;
  padding-right: 1em;
}

.englishtraining_price .area-flex .txt {
  flex: 1;
}

.tb70 {
  width: 80% !important;
}

table.pricetable01 {
  width: 70%;
  border-right: #74bbe4 solid 1px;
  border-collapse: collapse;
}

table.pricetable01 thead th {
  background: #74bbe4;
  color: #fff;
  padding: 10px 15px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
}

table.pricetable01 thead th:last-child {
  border-right: #74bbe4 solid 1px;
}

table.pricetable01 tbody th {
  background: #74bbe4;
  color: #fff;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
  width: 60%;
}

table.pricetable01 tbody tr:last-child th {
  border-bottom: #3EB1C6 solid 1px;
}

table.pricetable01 tbody td {
  background: #fff;
  padding: 10px 15px;
  border-left: #74bbe4 solid 1px;
  border-bottom: #74bbe4 solid 1px;
  vertical-align: top;
  width: 40%;
}

table.pricetable02 {
  table-layout: auto;
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
  font-size: .875rem;
}

table.pricetable02 th,
table.pricetable02 td {
  border-bottom: #9cbf68 solid 1px;
  padding: 20px;
}

table.pricetable02 th {
  background: #9cbf68;
  color: #fff;
}

table.pricetable02 td {
  background: #eeeeee;
}

table.pricetable02 td a {
  text-decoration: none;
}

table.pricetable02 td a:hover {
  text-decoration: underline;
}

table.pricetable03 {
  width: 100%;
  border: #74bbe4 solid 1px;
}

table.pricetable03 th {
  padding: 20px;
  border-bottom: #fff solid 1px;
  background: #74bbe4;
  color: #fff;
  width: 60%
}

table.pricetable03 tr:nth-child(2) th {
  border-bottom: none;
}

table.pricetable03 td {
  padding: 20px;
  border-left: #74bbe4 solid 1px;
  border-bottom: #74bbe4 solid 1px;
  width: 40%;
}

table.pricetable04 {
  width: 100%;
  border: #74bbe4 solid 1px;
}

table.pricetable04 th {
  padding: 20px;
  border-bottom: #fff solid 1px;
  background: #74bbe4;
  color: #fff;
  width: 60%
}

table.pricetable04 tr:nth-child(3) th {
  border-bottom: none;
}

table.pricetable04 td {
  padding: 20px;
  border-left: #74bbe4 solid 1px;
  border-bottom: #74bbe4 solid 1px;
  width: 40%;
}

table.pricetable05 {
  width: 100%;
  margin: 15px 0;
}

table.pricetable05 th {
  padding: 20px;
  border-bottom: #fff solid 1px;
  background: #9cbf68;
  color: #fff;
  width: 25%;
  vertical-align: middle;
}

table.pricetable05 td {
  padding: 20px;
  border-bottom: #fff solid 1px;
  width: 75%;
  background: #eeeeee;
  vertical-align: middle;
}

table.pricetable05 td.yellow {
  background: #fff5ce;
}

table.pricetable05.graytable th {
  background: gray;
}

/*------------------ end ------------------*/




@media screen and (min-width: 1060px) {
  /*--------------------------------
	Page mainVisual
	---------------------------------*/

  body.englishtraining_feature #mainVisual {
    display: table;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_plans #mainVisual {
    display: table;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_results #mainVisual {
    display: table;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_service_flow #mainVisual {
    display: table;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_faq #mainVisual {
    display: table;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_price #mainVisual {
    display: table;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  /*-------------Page mainVisual end ------------------*/



  body.design #mainVisual .swiper-slide {
    display: table;
    width: 100%;
    height: 610px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  body.design #mainVisual .swiper-slide.slide1 {
    background-image: url("../../images/v5/englishtraining/main_visual01.jpg?20230113");
  }

  body.design #mainVisual .swiper-slide.slide2 {
    background-image: url("../../images/v5/englishtraining/main_visual_videomeeting.jpg?20230113");
  }

  body.design #mainVisual .swiper-slide.slide3 {
    background-image: url("../../images/v5/englishtraining/main_visual_typing.jpg");
  }

  body.design #mainVisual .swiper-slide.slide4 {
    background-image: url("../../images/v5/englishtraining/main_visual03.jpg?20230113");
    background-position: top;
  }

  body.design #mainVisual .swiper-slide.slide5 {
    background-image: url("../../images/v5/englishtraining/main_visual04.jpg");
  }

  body.design #mainVisual .swiper-slide.slide6 {
    background-image: url("../../images/v5/englishtraining/main_visual05.jpg");
  }

  body.design #mainVisual .swiper-slide .inner {
    display: table-cell;
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 70%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 70%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 70%);
  }

  body.design #mainVisual .swiper-slide .inner .box {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner {
    position: absolute;
    left: 60px;
    bottom: 60px;
    color: #fff;
    text-decoration: none;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner h2 {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 46px;
    font-weight: 500;
    border-bottom: 1px solid #9cbf68;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner p {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.6;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner p img {
    margin: 0 5px -2px 2px;
    vertical-align: baseline;
  }

  body.design #mainVisual .swiper-slide .inner .box a.box-inner h2 {
    background: url("/englishtraining/images/v5/movie/icn/arrow_right_white_round.png") no-repeat center right;
    padding-right: 45px;
  }

  body.design #mainVisual .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    width: 100%;
    padding: 25px 0;
  }

  body.design #mainVisual .swiper-pagination span {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    border-radius: 20px;
    background-color: #0e713e;
    opacity: 1;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  body.design #mainVisual .swiper-pagination span:hover {
    opacity: 0.75;
  }

  body.design #mainVisual .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #eeeeee;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc inset;
    box-shadow: 1px 1px 1px 1px #ccc inset;
  }

  body.design #contents .c-box02 {
    padding: 90px 30px;
  }

  body.design #contents .c-box03 {
    padding: 90px 0;
    background-color: #fbfbf3;
  }

  body.design #contents .c-box04 {
    padding: 90px 30px;
  }

  /*--------------------------------
	common
	---------------------------------*/
  .font32 {
    font-size: 32px;
  }

  /*--------------------------------
	style.css header bottom
	---------------------------------*/

  #globalHeader {
    padding: 10px 30px 15px;
  }

  #globalHeader .header-bottom .utility-link ul li a {
    padding: 0 40px 15px 20px;
  }

  /*--------------------------------
	style.css feature-list
	---------------------------------*/


  .feature-list>div>div .content h5 {
    font-size: 30px;
    font-weight: 700;
    color: #785806;
  }

  /*--------------------------------
	feature-list02
	---------------------------------*/

  .feature-list02 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 50px 0;
    border-top: 1px solid #cccccc;
  }

  .feature-list02 .box:last-child {
    padding: 50px 0 60px 0;
  }

  .feature-list02 div:nth-of-type(1) {
    padding-top: 0;
    border-top: none;
  }

  .feature-list02 .point {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 280px;
    text-align: center;
  }

  .feature-list02 .point .tokucho {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 110px;
    background-color: #105d32;
    color: #fff;
    line-height: 1.1;
  }

  .feature-list02 .point .tokucho p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 300;
  }

  .feature-list02 .point .tokucho p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 40px;
    font-weight: 700;
  }

  .feature-list02 .point .title {
    margin-top: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #016a3a;
    line-height: 1.4;
  }

  .feature-list02 .content {
    width: calc(100% - 280px);
  }

  .feature-list02 .content h5 {
    font-size: 30px;
    font-weight: 700;
    color: #785806;
  }

  .feature-list02 .content .description {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
  }

  /*-------------------------------
	Service
	-------------------------------*/
  .service-information-box .list>div {
    width: 33.333%;
    padding: 0 30px;
  }

  .recommendation-banner {
    display: flex;
    align-items: center;
  }

  /*-------------------------------
	webrecruit
	-------------------------------*/



  .webrecruit {
    margin-top: 65px;
    padding: 55px 0 70px;
    text-align: center;
    background-color: #eeeeee;
  }

  .webrecruit h3 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #785806;
  }

  .webrecruit h3::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -50px;
    width: calc(100% + 100px);
    height: 1px;
    background-color: #785806;
  }

  .webrecruit h3 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 20px;
    background-color: #eeeeee;
  }

  .webrecruit .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    width: 1000px;
    margin: 40px auto 0;
  }

  .webrecruit .list>div {
    width: 50%;
  }

  .webrecruit .list>div:not(:first-child) {
    border-left: 1px solid #eeeeee;
  }

  .webrecruit .list>div a {
    display: block;
    text-decoration: none;
  }

  .webrecruit .list>div a .title {
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    background-color: #875143;
  }

  .webrecruit .list>div a .description {
    padding: 15px 30px 25px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4;
    text-align: left;
    color: #333;
    height: 120px;
  }

  .webrecruit p.bottom>a {
    display: inline-block;
    margin-top: 2rem;
    line-height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #bcb19e;
    color: #ffffff;
    background-image: url("../../images/v4/layouts/index/button_arrow.png");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    text-align: center;
    width: 33.33333%;
    text-decoration: none;
  }

  .webrecruit p.bottom>a:hover,
  .news>a:active {
    background-color: #8c8271;
    text-decoration: none;
  }

  .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .detail-box>div {
    width: 50%;
  }

  .detail-box>div.find:not(:nth-of-type(3n+1)) {
    border-left: 1px solid #eeeeee;
  }

  .detail-box>div:not(:nth-of-type(-n+3)) {
    border-top: 1px solid #eeeeee;
  }

  .detail-box>div a.bottom {
    display: block;
    padding: 15px;
    background-color: #f5f5f5;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .detail-box>div a.bottom:hover {
    opacity: 0.75;
  }

  .detail-box>div a.bottom .link-title {
    padding: 3px 0 3px 18px;
    font-size: 16px;
    font-weight: bold;
    color: #00512c;
    background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat left 4px;
  }

  .detail-box>div a.bottom .description {
    padding: 3px 0 3px 18px;
    font-size: 14px;
    font-weight: 300;
    color: #555555;
    line-height: 1.6;
    background: url("../../images/v5/movie/icn/arrow_right_green_12_16.png") no-repeat left 4px;
  }

  .plansObi {
    background-color: #eeeeee;
    padding: 90px 0;
  }

  .plansObi-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .plansObi-heading {
    font-weight: 700;
    font-size: 46px;
    color: #016a3a;
    text-align: center;
    margin-bottom: 60px;
  }

  .plansObi-intro {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    text-align: center;
  }

  .plansObi .planinner {
    background-color: white;
  }

  /*-------------------------------
	voices
	-------------------------------*/

  .voices-wrapper > .voices {
    width: 48%;
  }

  .voices-wrapper > .voices:nth-of-type(2) {
    border-top-width: 0;
    padding-top: 0;
  }

  .voices .voices-heading {
    font-size: 24px;
  }

  .voices .voices-labels {
    font-size: 14px;
  }

  /*-------------------------------
	FOOTER
	-------------------------------*/

  /*-------------------------------
	style.css
	-------------------------------*/

  #globalFooter .footer-link {
    padding: 80px 30px;
  }

  #globalFooter .footer-link .list>div {
    width: 20%;
  }

  #globalFooter .footer-btm {
    padding: 0 30px;
  }

  /*------------------ end ------------------*/

}

@media screen and (max-width: 1059px) and (min-width: 601px) {

  /*--------------------------------
	common
	---------------------------------*/
  .design_inner {
    padding: 0 30px 15px 30px;
    line-height: 1.6;
    font-size: 16px;
  }

  .sec-title {
    font-size: 30px;
    font-weight: 700;
    color: #016a3a;
    text-align: center;
  }

  .sec-subtitle {
    font-size: 18px;
    margin: 10px 0 30px;
  }

  .sec-title02 {
    padding-bottom: 10px;
    margin: 60px 0 20px;
    font-size: 26px;
    font-weight: 700;
    color: #016a3a;
    border-bottom: 2px solid #909090;
  }

  .topdesc {
    text-align: left;
    font-size: 18px;
  }

  .sec-title03 {
    padding-left: 45px;
    margin: 40px 0 20px;
    font-size: 22px;
    color: #785806;
    background: url("../../images/v5/movie/sec05_border_green.png") no-repeat left center;
  }

  .sec-title04 {
    margin: 15px 0 15px;
    font-size: 16px;
  }

  .tabt-pb30 {
    padding-bottom: 30px;
  }

  .top-desc {
    font-size: 16px;
  }

  .jump-adjust {
    margin-top: -60px;
    padding-top: 60px;
  }

  /*--------------------------------
	common link bottom
	---------------------------------*/

  p.linkbottom01 a {
    width: 400px;
  }

  p.linkbottom02 {
    margin: 30px 0;
  }

  p.linkbottom02 a {
    width: 70%;
  }

  /*--------------------------------
	Page mainVisual
	---------------------------------*/

  body.englishtraining_feature #mainVisual {
    display: table;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_plans #mainVisual {
    display: table;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_results #mainVisual {
    display: table;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_service_flow #mainVisual {
    display: table;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_faq #mainVisual {
    display: table;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_price #mainVisual {
    display: table;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  /*-------------Page mainVisual end ------------------*/

  /*--------------------------------
	mainVisual
	---------------------------------*/
  body.design #mainVisual .swiper-slide {
    display: table;
    height: 320px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  body.design #mainVisual .swiper-slide.slide1 {
    background-image: url("../../images/v5/englishtraining/main_visual01.jpg?20230113");
  }

  body.design #mainVisual .swiper-slide.slide2 {
    background-image: url("../../images/v5/englishtraining/main_visual_videomeeting.jpg?20230113");
  }

  body.design #mainVisual .swiper-slide.slide3 {
    background-image: url("../../images/v5/englishtraining/main_visual_typing.jpg");
  }

  body.design #mainVisual .swiper-slide.slide4 {
    background-image: url("../../images/v5/englishtraining/main_visual03.jpg?20230113");
  }

  body.design #mainVisual .swiper-slide.slide5 {
    background-image: url("../../images/v5/englishtraining/main_visual04.jpg");
  }

  body.design #mainVisual .swiper-slide.slide6 {
    background-image: url("../../images/v5/englishtraining/main_visual05.jpg");
  }

  body.design #mainVisual .swiper-slide .inner {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
  }

  body.design #mainVisual .swiper-slide .inner .box {
    display: table;
    width: 100%;
    text-align: center;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner {
    display: table-cell;
    padding: 0 30px;
    color: #fff;
    text-decoration: none;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner h2 {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    border-bottom: 1px solid #9cbf68;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.6;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner p img {
    width: 120px;
    margin: -5px 5px 0 0;
    vertical-align: middle;
  }

  body.design #mainVisual .swiper-slide .inner .box a.box-inner h2 {
    background: url("/englishtraining/images/v5/movie/icn/arrow_right_white_round.png") no-repeat bottom 9px right / 25px;
    padding-right: 35px;
  }

  body.design #mainVisual .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    width: 100%;
    padding: 25px 0;
  }

  body.design #mainVisual .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-radius: 12px;
    background-color: #0e713e;
    opacity: 1;
    outline: none;
  }

  body.design #mainVisual .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #eeeeee;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc inset;
    box-shadow: 1px 1px 1px 1px #ccc inset;
  }

  /*------------------ end ------------------*/

  /*-------------------------------
	top services block
	-------------------------------*/

  .services-block {
    padding: 60px 30px;
  }

  .services-block .top-desc {
    margin-top: 60px;
  }

  .services-block-list {
    text-align: left;
  }

  .services-block .listdisc {
    padding: 20px 0;
    font-size: 16px;
  }

  .top-planbox {
    justify-content: space-between;
  }

  .top-planbox>div {
    width: 48%;
    margin: 0 0 20px 0;
  }

  .top-planbox>div:first-child {
    width: 48%;
    margin: 0 12px 20px 0;
  }

  .top-planbox>div:nth-child(3) {
    width: 48%;
    margin: 0 0 20px 0;
  }

  .top-planbox>div .title {
    font-size: 20px;
    line-height: 1.4;
  }

  .top-planbox>div p.plandesc {
    font-size: 16px;
  }

  .top-planbox>div p.planbottom {
    margin-top: 1rem;
    line-height: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
  }

  /*-------------------------------
	Top service information box
	-------------------------------*/

  .service-information-box {
    padding: 60px 30px;
  }

  .service-information-box>div>.description {
    margin-top: 40px;
  }

  .campaign {
    margin: 40px 0 0;
  }

  .campaign .title .title-text {
    font-size: 20px;
  }

  .campaign .title .title-text::before {
    display: block;
  }

  .campaign .description {
    font-size: 16px;
  }

  /*-------------------------------
	top voices block
	-------------------------------*/

  .voices-block {
    padding: 60px 30px;
  }

  .voices-block .slider {
    margin-top: 20px;
  }

  .voices-block .swiper-slide .voice {
    font-size: 16px;
  }

  .voices-block .swiper-slide .client {
    font-size: 14px;
  }

  .plan-button-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .plan-button-layout_group {
    display: block;
    width: 47%;
  }

  .plan-button-layout_large {
    width: auto;
  }

  .plan-button-layout_small {
    display: none;
  }

  /*-------------------------------
	top about block
	-------------------------------*/

  .about-block {
    padding: 60px 30px;
  }

  .about-block .top-desc {
    text-align: left;
    display: table;
    margin: 60px auto 0;
    width: 80%;
  }

  /*-------------------------------
  top recommendation banner
  -------------------------------*/
  
  .banner-block {
    padding: 60px 30px;
  }

  .recommendation-banner h4 {
    font-size: 26px;
  }

  /*-------------------------------
	top recommendation block
	-------------------------------*/

  .recommendation-block {
    padding: 60px 30px;
  }

  .recommendation-block .recommend__box .image {
    height: 140px;
  }

  .recommendation-block .recommend__box .image .plan {
    font-size: 24px;
  }

  .recommendation-block .recommend__box .text .title {
    font-size: 18px;
  }

  .recommendation-block .recommend__box .text .description {
    font-size: 16px;
  }

  /*-------------------------------
	top stripe banner
	-------------------------------*/

  .stripe-banner .title {
    font-size: 24px;
  }

  .stripe-banner .description {
    font-size: 16px;
  }

  /*-------------------------------
	Top method block
	-------------------------------*/

  .method-block {
    padding: 60px 30px;
  }

  .method-block .top-desc {
    text-align: left;
    display: table;
    margin: 60px auto 0;
    width: 80%;
  }

  .method-block .list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .method-block .list>div {
    width: 48%;
    padding: 0;
  }

  .method-block .list>div:not(:first-child) {
    border-left: none;
  }

  .method-block .list>div:nth-of-type(2n) {
    margin-left: 4%;
  }

  .method-block .list>div:not(:nth-of-type(-n+2)) {
    margin-top: 50px;
  }

  .method-block .list>div .icn {
    text-align: center;
  }

  .method-block .list>div .title {
    font-size: 16px;
  }

  .method-block .list>div .description {
    font-size: 16px;
  }

  .method-block .list>div .description-96 {
    min-height: auto;
  }

  .method-block .linkbottom02 {
    margin-top: 60px;
  }

  /*-------------------------------
	Top FAQ block
	-------------------------------*/

  .faq-block {
    padding: 60px 30px;
  }

  /*-------------------------------
	Top other services block
	-------------------------------*/

  .other-services-block {
    padding: 60px 30px;
  }

  .other-services-block .top-desc {
    text-align: left;
    display: table;
    margin: 60px auto 0;
    width: 80%;
  }

  /*--------------------------------
	price
	---------------------------------*/

  .englishtraining_price .campaign .title {
    font-size: 24px;
  }

  /*--------------------------------
	feature
	---------------------------------*/

  .feature-pick-up dt {
    font-size: 18px;
  }

  /*--------------------------------
	 feature-list02
	---------------------------------*/


  .feature-list02 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 30px 0;
    border-top: 1px solid #cccccc;
  }

  .feature-list02 .box:last-child {
    padding: 50px 0 60px 0;
  }

  .feature-list02 div:nth-of-type(1) {
    padding-top: 0;
    border-top: none;
  }

  .feature-list02 .point {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 150px;
    text-align: center;
  }

  .feature-list02 .point .tokucho {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 90px;
    background-color: #105d32;
    color: #fff;
    line-height: 1.1;
  }

  .feature-list02 .point .tokucho p:nth-of-type(1) {
    font-size: 16px;
    font-weight: 300;
  }

  .feature-list02 .point .tokucho p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 30px;
    font-weight: 700;
  }

  .feature-list02 .point .title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #016a3a;
    line-height: 1.4;
  }

  .feature-list02 .content {
    width: calc(100% - 150px);
    padding-left: 30px;
  }

  .feature-list02 .content h5 {
    font-size: 22px;
    font-weight: 700;
    color: #785806;
    line-height: 1.4;
  }

  .feature-list02 .content .description {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
  }

  /*--------------------------------
	plan
	---------------------------------*/
  .anchorlink {
    flex-direction: column;
  }

  .anchorlink>div {
    width: 100%;
  }

  .anchorlink>div:nth-child(even) {
    width: 100%;
    margin: 10px 0;
  }

  .planbox {
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
  }

  .planbox>div {
    width: 49%;
    margin: 0 0 20px 0;
  }

  .planbox>div:first-child {
    width: 49%;
    margin: 0 0 20px 0;
  }

  .planbox>div:nth-child(2n) {
    width: 49%;
    margin: 0 0 20px 12px;
  }

  .planbox>div:nth-child(3n) {
    width: 49%;
    margin: 0 0 20px 0;
  }

  .planbox>div:nth-of-type(6) {
    width: 49%;
    margin: 0 0 20px 12px;
  }

  .planbox>div p.plandesc {
    font-size: 16px;
  }

  .planbox>div p.planbottom {
    line-height: 3rem;
    font-size: 16px;
  }

  /*--------------------------------
	cefr
	---------------------------------*/
  .programlinks li {
    padding: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }

  /*-------------------------------
	features (education)
	-------------------------------*/

  .feature-subtitle {
    font-size: 16px;
  }

  /*--------------------------------
	instructor
	---------------------------------*/

  /*--------------------------------
	online_lesson
	---------------------------------*/

  .online_lesson_feature .txt .sec-title03 {
    margin-top: 0;
  }

  /*-------------------------------
	unit_telephone
	-------------------------------*/

  /*--sample-lesson link---*/

  .slessonbox>div h3 {
    font-size: 26px;
  }

  .slessonbox>div h4 {
    font-size: 20px;
  }

  .slessonbox>div p {
    padding: 15px 30px 25px;
    color: #016a3a;
  }

  /*--------------------------------
	smartphone-web-production
	---------------------------------*/


  .all-service-list02>div {
    padding: 30px 0 30px;
    border-top: 1px solid #cccccc;
  }

  .all-service-list02>div:nth-of-type(1) {
    padding-top: 0;
    margin-top: 30px;
    border-top: none;
  }

  .all-service-list02>div:last-child {
    padding: 25px 0 0;
  }

  .all-service-list02>div .title {
    padding-left: 30px;
    font-size: 20px;
    color: #785806;
    background: url("../../images/v5/movie/sec05_border_green.png") no-repeat left center;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
  }

  .all-service-list02>div .description {
    margin-top: 20px;
    padding-left: 0;
  }

  /*--------------------------------
	alliance
	---------------------------------*/



  .worktb>div p {
    font-ize: 14px;
  }

  /*--------------------------------
	alliance banner
	---------------------------------*/



  .alliance_bannerBox {
    background-image: none;
  }

  .alliance_bannerBox h2 {
    line-height: 2;
    background-color: #006B37;
    padding-left: 20px;
    background-image: none;
  }

  .alliance_bannerBox p.txt {
    padding: 20px;
    width: 100%;
    font-size: 16px;
  }

  .alliance_bannerBox02 .alinkbox {
    max-width: 280px;
  }

  .webrecruit {
    margin-top: 40px;
    padding: 50px 30px;
    text-align: center;
    background-color: #eeeeee;
  }

  .webrecruit h3 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #785806;
  }

  .webrecruit h3::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 15px;
    left: -25px;
    width: calc(100% + 50px);
    height: 1px;
    background-color: #785806;
  }

  .webrecruit h3 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 10px;
    background-color: #eeeeee;
  }

  .webrecruit .list {
    margin-top: 30px;
  }

  .webrecruit .list>div:not(:first-child) {
    margin-top: 5px;
  }

  .webrecruit .list>div a {
    display: block;
    text-decoration: none;
  }

  .webrecruit .list>div a .title {
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    background-color: #875143;
  }

  .webrecruit .list>div a .description {
    padding: 15px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4;
    text-align: left;
    color: #333;
  }

  /*-------------------------------
	alliance
	-------------------------------*/

  .worktb {
    display: block;
  }

  .worktb>div {
    width: 100%;
  }

  .worktb>div:first-child {
    border-right: none;
  }

  /*-------------------------------
	staffing
	-------------------------------*/

  .worktc {
    display: block;
  }

  .worktc>div {
    width: 100%;
    border-left: 1px solid #ccc;
  }

  /*--------------------------------
	service_flow
	---------------------------------*/

  .serviceflowbox {
    padding: 20px;
  }

  .serviceflowbox .leftbox h3 {
    font-size: 18px;
  }

  .serviceflowbox .leftbox img {
    transform: scale(0.8);
  }

  .serviceflowbox .rightbox h4 {
    font-size: 16px;
  }

  /*--------------------------------
	voices
	---------------------------------*/

  .voices-wrapper > .voices {
    width: 48%;
  }

  .voices-wrapper > .voices:nth-of-type(2) {
    border-top-width: 0;
    padding-top: 0;
  }

  .voices .voices-labels {
    font-size: 14px;
  }

  /*--------------------------------
	listing-advertising
	---------------------------------*/


  ul.listtest3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  ul.listtest3>li {
    width: 50%;
    list-style: none;
    border-right: 1px solid #74bbe4;
    border-bottom: 1px solid #74bbe4;
    box-sizing: border-box;
  }

  ul.listtest3>li:first-child {
    border-left: 1px solid #74bbe4;
  }

  ul.listtest3>li:nth-child(4) {
    border-left: none;
  }

  ul.listtest3>li h3 {
    background: #74bbe4;
    border-right: 1px solid #fff;
    padding: 10px;
    color: #fff;
  }

  ul.listtest3>li:nth-child(2n) h3 {
    border-right: none;
  }

  ul.listtest3>li:nth-child(3) h3 {
    border-right: 1px solid #fff;
  }

  ul.listtest3>li:nth-child(3) {
    border-left: 1px solid #74bbe4;
  }

  ul.listtest3>li:nth-child(5) {
    border-left: 1px solid #74bbe4;
  }

  .plansObi {
    background-color: #eeeeee;
    padding: 30px 0;
  }

  .plansObi-heading {
    font-weight: 700;
    font-size: 26px;
    color: #016a3a;
    text-align: center;
    margin-bottom: 90px;
  }

  .plansObi-intro {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
  }

  .plansObi .planinner {
    background-color: white;
  }

  /*-------------------------------
	style.css
	-------------------------------*/

  #globalFooter .footer-btm .contents-inner {
    padding: 20px 30px 0;
  }

  #globalFooter .footer-btm .address-and-copyright {
    padding: 20px 30px;
  }

  /*------------------ end ------------------*/

}

@media screen and (max-width: 680px) {

  /*--------------------------------
	plan
	---------------------------------*/
  .anchorlink {
    flex-direction: column;
  }

  .anchorlink>div {
    width: 100%;
  }

  .anchorlink>div:nth-child(even) {
    width: 100%;
    margin: 10px 0;
  }

  .planbox {
    justify-content: space-between;
  }

  .planbox>div {
    width: 47%;
    margin: 0 0 20px 0;
  }

  .planbox>div:first-child {
    width: 47%;
    margin: 0 0 20px 0;
  }

  .planbox>div:nth-child(2n) {
    width: 47%;
    margin: 0 0 20px 0;
  }

  .planbox>div:nth-child(3n) {
    width: 47%;
    margin: 0 0 20px 0;
  }

  .planbox>div:nth-of-type(6) {
    width: 47%;
    margin: 0 0 20px 0;
  }

  .planbox>div:nth-child(even) {
    width: 47%;
    margin: 0 12px 20px 0;
  }

  .planbox>div h4 {
    font-size: 14px;
  }

  .planbox>div img {
    float: none;
    width: 90px;
    padding: 15px 15px 0 15px;
  }

  .planbox>div p.plandesc {
    padding: 0 15px 15px 15px;
    font-size: 14px;
  }

  .planbox>div p.planbottom {
    line-height: 2rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {

  /*--------------------------------
	common
	---------------------------------*/
  .design_inner {
    padding: 0 15px;
    font-size: 14px;
  }

  .pc-mb20 {
    margin-bottom: 0 !important;
  }

  .pc-mb60 {
    margin-bottom: 25px !important;
  }

  .pc-mt60 {
    margin-top: 25px !important;
  }

  .pc-mtb60 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .ordered-list {
    padding-left: 15px;
  }

  .sec-title {
    font-size: 24px;
    font-weight: 700;
    color: #016a3a;
    text-align: center;
  }

  .sec-subtitle {
    font-size: 16px;
    margin: 10px 0 30px;
  }

  .sec-title02 {
    padding-bottom: 10px;
    margin: 40px 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #016a3a;
    border-bottom: 2px solid #909090;
  }

  .topdesc {
    text-align: left;
    font-size: 14px;
  }

  .sec-title03 {
    padding-left: 25px;
    margin: 30px 0 20px;
    font-size: 16px;
    color: #785806;
    background: url(../../images/v5/movie/icn/border_green.png) no-repeat left center;
  }

  .sec-title04 {
    margin: 15px 0 10px;
    font-size: 14px;
  }

  .tabt-pb30 {
    padding-bottom: 30px;
  }

  .top-desc {
    font-size: 14px;
  }

  .flex-layout01 .img {
    width: 100%;
    padding: 0;
  }

  .flex-layout01 .txt {
    width: 100%;
    padding: 0;
  }

  .flex-layout01+.flex-layout01 {
    margin-top: 60px;
  }

  .flex-reverse {
    -webkit-box-direction: normal;
    -webkit-flex-direction: normal;
    -ms-flex-direction: normal;
    flex-direction: normal;
  }

  .flex-layout01.flex-reverse .img,
  .flex-layout01.flex-reverse .txt {
    padding: 0;
  }

  .jump-adjust {
    margin-top: -60px;
    padding-top: 60px;
  }

  /*--------------------------------
	common link bottom
	---------------------------------*/

  p.linkbottom01 a {
    font-size: 14px;
    padding: 0.8rem 2.5rem;
    width: 90%;
  }

  p.linkbottom02 {
    margin: 20px 0;
  }

  p.linkbottom02 a {
    font-size: 14px;
    width: 70%;
  }

  .sp-none {
    display: none !important;
  }

  /*--------------------------------
	Page mainVisual
	---------------------------------*/

  body.englishtraining_feature #mainVisual {
    display: table;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_plans #mainVisual {
    display: table;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_results #mainVisual {
    display: table;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_service_flow #mainVisual {
    display: table;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_faq #mainVisual {
    display: table;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  body.englishtraining_price #mainVisual {
    display: table;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  /*-------------Page mainVisual end ------------------*/


  /*--------------------------------
	design
	---------------------------------*/
  body.design #mainVisual .swiper-slide {
    display: table;
    height: 270px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  body.design #mainVisual .swiper-slide.slide1 {
    background-image: url("../../images/v5/englishtraining/main_visual01.jpg?20230113");
  }

  body.design #mainVisual .swiper-slide.slide2 {
    background-image: url("../../images/v5/englishtraining/main_visual_videomeeting.jpg?20230113");
  }

  body.design #mainVisual .swiper-slide.slide3 {
    background-image: url("../../images/v5/englishtraining/main_visual_typing.jpg");
  }

  body.design #mainVisual .swiper-slide.slide4 {
    background-image: url("../../images/v5/englishtraining/main_visual03.jpg?20230113");
  }

  body.design #mainVisual .swiper-slide.slide5 {
    background-image: url("../../images/v5/englishtraining/main_visual04.jpg");
  }

  body.design #mainVisual .swiper-slide.slide6 {
    background-image: url("../../images/v5/englishtraining/main_visual05.jpg");
  }

  body.design #mainVisual .swiper-slide .inner {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
  }

  body.design #mainVisual .swiper-slide .inner .box {
    display: table;
    width: 100%;
    text-align: center;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner {
    display: table-cell;
    padding: 0 30px;
    color: #fff;
    text-decoration: none;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner h2 {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #9cbf68;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.6;
  }

  body.design #mainVisual .swiper-slide .inner .box .box-inner p img {
    width: 90px;
    margin: -5px 5px 0 0;
    vertical-align: middle;
  }

  body.design #mainVisual .swiper-slide .inner .box a.box-inner h2 {
    background: url("/englishtraining/images/v5/movie/icn/arrow_right_white_round.png") no-repeat bottom 9px right / 15px;
    padding-right: 25px;
  }

  body.design #mainVisual .swiper-pagination {
    display: none;
  }

  /*--------------------------------
	 style.css inner h2
	---------------------------------*/

  body.movie_sub #mainVisual .inner h2 {
    line-height: 1.6;
    padding: 0 20px;
  }

  .service-information-box .list>div div img {
    width: 100%;
  }

  .service-information-box ul {
    padding: 15px 30px;
    font-size: 14px;
  }

  /*-------------------------------
	top services block
	-------------------------------*/

  .services-block {
    padding: 60px 15px;
  }

  .services-block-list {
    text-align: left;
  }

  .services-block .listdisc {
    padding: 20px 0;
    font-size: 14px;
  }

  .top-planbox {
    justify-content: space-between;
    margin-top: 40px;
  }

  .top-planbox>div {
    width: 47%;
    margin: 0 0 20px 0
  }

  .top-planbox>div:first-child {
    width: 47%;
    margin: 0 12px 20px 0
  }

  .top-planbox>div:nth-child(3) {
    width: 47%;
  }

  .top-planbox>div img {
    padding: 20px 15px 0 15px;
  }

  .top-planbox>div .title {
    font-size: 16px;
    line-height: 1.4;
  }

  .top-planbox>div p.plandesc {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 15px 30px 15px;
  }

  .top-planbox>div p.planbottom {
    margin-top: 1rem;
    line-height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
    background-position: right 0.7rem center;
  }

  /*-------------------------------
	top voices block
	-------------------------------*/

  .voices-block {
    padding: 60px 15px;
  }

  .voices-block .slider {
    margin-top: 20px;
  }

  .voices-block .swiper-slide {
    padding: 15px;
  }

  .voices-block .swiper-slide .voice {
    font-size: 14px;
  }

  .voices-block .swiper-slide .client {
    font-size: 14px;
  }

  .plan-button-layout_group {
    display: block;
  }

  .plan-button-layout_large {
    width: auto;
  }

  .plan-button-layout_small {
    display: none;
  }

  /*-------------------------------
	top about block
	-------------------------------*/

  .about-block {
    padding: 60px 15px;
  }

  .about-block .top-desc {
    text-align: left;
  }

  .about-list>div .description {
    font-size: 14px;
  }

  /*-------------------------------
  top recommendation banner
  -------------------------------*/
  
  .banner-block {
    padding: 60px 15px;
  }

  .recommendation-banner h4 {
    font-size: 20px;
  }

  /*-------------------------------
	top recommendation block
	-------------------------------*/

  .recommendation-block {
    padding: 60px 15px;
  }

  .recommendation-block .recommend__box {
    width: 100%;
  }

  .recommendation-block .recommend__box:nth-child(n+2) {
    margin-top: 20px;
  }

  .recommendation-block .recommend__box .image {
    height: 110px;
  }

  .recommendation-block .recommend__box .image .plan {
    font-size: 20px;
  }

  .recommendation-block .recommend__box .text {
    padding: 15px;
  }

  .recommendation-block .recommend__box .text .title {
    font-size: 14px;
  }

  .recommendation-block .recommend__box .text .description,
  .recommendation-block .recommend__box .text .definitions {
    font-size: 14px;
    margin-top: 15px;
  }

  /*-------------------------------
	top stripe banner
	-------------------------------*/

  .stripe-banner .title {
    font-size: 18px;
  }

  .stripe-banner .description {
    font-size: 12px;
  }

  /*-------------------------------
	Top method block
	-------------------------------*/

  .method-block {
    padding: 60px 15px;
  }

  .method-block .top-desc {
    text-align: left;
  }

  .method-block .list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 30px;
  }

  .method-block .list>div {
    width: 48%;
    padding: 0;
  }

  .method-block .list>div:not(:first-child) {
    border-left: none;
  }

  .method-block .list>div:nth-of-type(2n) {
    margin-left: 4%;
  }

  .method-block .list>div:not(:nth-of-type(-n+2)) {
    margin-top: 30px;
  }

  .method-block .list>div .title {
    text-align: left;
    font-size: 14px;
  }

  .method-block .list>div .description {
    font-size: 14px;
  }

  .method-block .list>div .description-96 {
    min-height: auto;
  }

  .method-block .linkbottom02 {
    margin-top: 40px;
  }

  /*-------------------------------
	Top FAQ block
	-------------------------------*/

  .faq-block {
    padding: 60px 15px;
  }

  /*-------------------------------
	Top other services block
	-------------------------------*/

  .other-services-block {
    padding: 60px 15px;
  }

  .other-services-block .top-desc {
    text-align: left;
  }

  .coachingBanner {
    margin-top: 40px;
  }

  /*--------------------------------
	plan
	---------------------------------*/
  .anchorlink {
    flex-direction: column;
  }

  .anchorlink>div {
    width: 100%;
  }

  .anchorlink>div:nth-child(even) {
    width: 100%;
    margin: 10px 0;
  }

  .planbox {
    justify-content: space-between;
  }

  .planbox>div {
    width: 47%;
    margin: 0 0 20px 0;
  }

  .planbox>div:first-child {
    width: 47%;
    margin: 0 0 20px 0;
  }

  .planbox>div:nth-child(2n) {
    width: 47%;
    margin: 0 0 20px 0;
  }

  .planbox>div:nth-child(3n) {
    width: 47%;
    margin: 0 0 20px 0;
  }

  .planbox>div:nth-of-type(6) {
    width: 47%;
    margin: 0 0 20px 0;
  }

  .planbox>div:nth-child(even) {
    width: 47%;
    margin: 0 12px 20px 0;
  }

  .planbox>div h4 {
    font-size: 14px;
  }

  .planbox>div img {
    float: none;
    width: 90px;
    padding: 15px 15px 0 15px;
  }

  .planbox>div p.plandesc {
    padding: 0 15px 15px 15px;
    font-size: 14px;
  }

  .planbox>div p.planbottom {
    line-height: 2rem;
    font-size: 14px;
  }

  /*-------------------------------
	Top service information box
	-------------------------------*/

  .service-information-box {
    padding: 60px 15px;
  }

  .service-information-box>div>.description {
    margin-top: 40px;
    font-size: 14px;
  }

  .campaign {
    margin: 40px 0 0;
    padding: 0 10px;
    display: block;
  }

  .campaign .title {
    width: 100%;
    padding: 10px 0;
  }

  .campaign .title .title-text::before {
    display: block;
  }

  .campaign .title .title-sub {
    font-size: 14px;
  }

  .campaign .description {
    border-left: none;
    border-top: 2px dotted #0d81b9;
    font-size: 14px;
    padding: 10px 0;
  }

  .campaign .description span {
    font-size: 100%;
  }

  /*--------------------------------
	feature
	---------------------------------*/

  .feature-pick-up dt {
    font-size: 16px;
  }

  /*--------------------------------
	 feature-list02
	---------------------------------*/

  .feature-list02 .box {
    padding: 30px 0;
    border-top: 1px solid #cccccc;
    text-align: center;
  }

  .feature-list02 div:nth-of-type(1) {
    padding-top: 0;
    border-top: none;
  }

  .feature-list02 .point .tokucho {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding-top: 10px;
    border-radius: 80px;
    background-color: #105d32;
    color: #fff;
    line-height: 1.1;
  }

  .feature-list02 .point .tokucho p:nth-of-type(1) {
    font-size: 15px;
    font-weight: 300;
  }

  .feature-list02 .point .tokucho p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 30px;
    font-weight: 700;
  }

  .feature-list02 .point .title {
    margin-top: 10px;
    font-size: 23px;
    font-weight: 700;
    color: #016a3a;
    line-height: 1.4;
  }

  .feature-list02 .content {
    margin-top: 15px;
  }

  .feature-list02 .content h5 {
    font-size: 14px;
    font-weight: 700;
    color: #785806;
    line-height: 1.6;
  }

  .feature-list02 .content .description {
    margin-top: 10px;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
  }

  /*-------------------------------
	features (education)
	-------------------------------*/

  .feature02 ol li {
    width: 100%;
  }

  .feature-subtitle {
    font-size: 14px;
  }

  /*--------------------------------
	instructor
	---------------------------------*/

  .video iframe {
    width: 100%;
  }

  /*--------------------------------
	online_lesson
	---------------------------------*/

  .online_lesson_feature .txt .sec-title03 {
    margin-top: 20px;
  }

  /*-------------------------------
	unit_telephone
	-------------------------------*/

  /*--sample-lesson link---*/

  .slessonbox {
    display: block;
  }

  .slessonbox>div {
    width: 100%;
  }

  .slessonbox>div:nth-child(2) {
    width: 100%;
    background-image: none;
  }

  .slessonbox>div h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
  }

  .slessonbox>div h4 {
    font-size: 16px;
  }

  .slessonbox>div p {
    padding: 15px 15px 25px;
  }

  /*--------------------------------
	researcher
	---------------------------------*/

  table.researchertable01 thead {
    display: none;
  }

  table.researchertable01 tbody th {
    display: block;
    width: 100%;
  }

  table.researchertable01 tbody tr:last-child th {
    width: 100%;
  }

  table.researchertable01 tbody td {
    display: block;
    width: 100%;
  }

  table.researchertable01 tbody th::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
    padding-right: 10px;
  }

  table.researchertable01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
    padding-right: 20px;
  }

  table.researchertable01 tbody td p {
    padding-left: 6em;
  }

  table.researchertable02 thead {
    display: none;
  }

  table.researchertable02 tbody th {
    display: block;
    width: 100%;
  }

  table.researchertable02 tbody tr:last-child th {
    width: 100%;
  }

  table.researchertable02 tbody td {
    display: block;
    width: 100%;
    border-right: none;
  }

  table.researchertable02 tbody th::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
    padding-right: 10px;
  }

  table.researchertable02 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
    padding-right: 20px;
  }

  table.researchertable02 tbody td p {
    padding-left: 6em;
  }

  /*--------------------------------
	smartphone-web-production
	---------------------------------*/


  .all-service-list02>div {
    padding: 30px 0 30px;
    border-top: 1px solid #cccccc;
  }

  .all-service-list02>div:nth-of-type(1) {
    padding-top: 0;
    margin-top: 30px;
    border-top: none;
  }

  .all-service-list02>div:last-child {
    padding: 25px 0 0;
  }

  .all-service-list02>div .title {
    padding-left: 30px;
    font-size: 16px;
    color: #785806;
    background: url("../../images/v5/movie/sec05_border_green.png") no-repeat left center;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
  }

  .all-service-list02>div .description {
    margin-top: 20px;
    padding-left: 0;
  }

  /*------------------ end ------------------*/





  /*--------------------------------
	faq
	---------------------------------*/


  dl.faqlist dt {
    font-size: 14px;
  }

  dl.faqlist dd:last-child {
    margin: 0 0 25px 0;
  }

  /*--------------------------------
	alliance banner
	---------------------------------*/



  .alliance_bannerBox {
    background-image: none;
  }

  .alliance_bannerBox p.bottom>a {
    font-size: 14px;
  }

  .alliance_bannerBox h2 {
    line-height: 1.8;
    background-color: #006B37;
    padding: 10px;
    background-image: none;
    font-size: 14px;
    width: 100%;
  }

  .alliance_bannerBox p.txt {
    padding: 20px;
    width: 100%;
    font-size: 14px;
  }

  .alliance_bannerBox02 .alinkbox {
    max-width: 240px;
  }

  .webrecruit {
    margin-top: 40px;
    padding: 40px 15px;
    text-align: center;
    background-color: #eeeeee;
  }

  .webrecruit h3 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #785806;
  }

  .webrecruit h3::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 10px;
    left: -25px;
    width: calc(100% + 50px);
    height: 1px;
    background-color: #785806;
  }

  .webrecruit h3 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 10px;
    background-color: #eeeeee;
  }

  .webrecruit .list {
    margin-top: 30px;
  }

  .webrecruit .list>div:not(:first-child) {
    margin-top: 5px;
  }

  .webrecruit .list>div a {
    display: block;
    text-decoration: none;
  }

  .webrecruit .list>div a .title {
    padding: 10px 15px;
    font-size: 11px;
    color: #fff;
    text-align: left;
    background-color: #875143;
  }

  .webrecruit .list>div a .description {
    padding: 15px;
    background-color: #fff;
    font-size: 10px;
    font-weight: 200;
    line-height: 1.4;
    text-align: left;
    color: #333;
  }

  /*-------------------------------
	alliance
	-------------------------------*/




  .worktb {
    display: block;
    border: none;
  }

  .worktb>div {
    width: 100%;
    border: 1px solid #ccc;
  }

  .worktb>div h3 {
    font-size: 14px;
  }

  .worktb>div p {
    font-size: 11px;
  }

  /*-------------------------------
	staffing
	-------------------------------*/

  .worktc {
    display: block;
  }

  .worktc>div {
    width: 100%;
    border-left: 1px solid #ccc;
  }

  .worktc>div h3 {
    font-size: 14px;
    text-align: left;
  }

  .worktc>div p {
    font-size: 11px;
    padding: 20px 20px 20px;
  }

  /*--------------------------------
	service_flow
	---------------------------------*/

  .serviceflowbox {
    padding: 15px;
    flex-direction: column;
  }

  .serviceflowbox .leftbox {
    width: 100%;
  }

  .serviceflowbox .leftbox h3 {
    font-size: 18px;
    margin: 0;
  }

  .serviceflowbox .leftbox img {
    transform: scale(0.5);
  }

  .serviceflowbox .rightbox {
    padding: 0;
    width: 100%;
  }

  .serviceflowbox .rightbox h4 {
    font-size: 14px;
  }

  .serviceflowicon {
    transform: scale(0.5);
    padding: 10px;
  }

  /*--------------------------------
	seo
	---------------------------------*/

  table.seotable01 thead {
    display: none;
  }

  table.seotable01 tbody th {
    display: block;
  }

  table.seotable01 tbody td {
    display: block;
  }

  table.seotable01 tbody th::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
    padding-right: 10px;
  }

  table.seotable01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
    padding-right: 20px;
  }

  table.seotable01 tbody td p {
    padding-left: 6em;
  }

  /*--------------------------------
	listing-advertising
	---------------------------------*/

  ul.listtest3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  ul.listtest3>li {
    width: 100%;
    list-style: none;
    border-right: 1px solid #74bbe4;
    border-bottom: 1px solid #74bbe4;
    box-sizing: border-box;
    border-left: 1px solid #74bbe4;
  }

  ul.listtest3>li:first-child {
    border-left: 1px solid #74bbe4;
  }

  ul.listtest3>li h3 {
    background: #74bbe4;
    padding: 10px;
    color: #fff;
  }

  ul.listtest3>li h3 {
    border-right: none;
  }

  ul.listtest3>li p {
    padding: 10px;
  }

  /*--------------------------------
	price
	---------------------------------*/

  .englishtraining_price .campaign .title {
    font-size: 17px;
  }

  .englishtraining_price .campaign .description {
    border-left: none;
    border-top: 2px dotted #0d81b9;
  }

  .tb70 {
    width: 100% !important;
  }

  table.pricetable01 thead {
    display: none;
  }

  table.pricetable01 tbody th {
    display: block;
    width: 100%;
    padding: 5px;
  }

  table.pricetable01 tbody td {
    display: block;
    width: 100%;
  }

  table.pricetable01 tbody th::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
    padding-right: 10px;
  }

  table.pricetable01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
    padding-right: 20px;
  }

  table.vpricetable01 tbody td p {
    padding-left: 6em;
  }

  table.pricetable02 thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  table.pricetable02 td {
    display: block;
    position: relative;
    padding-left: 50%;
    text-align: left !important;
  }

  table.pricetable02 td.subt {
    padding-left: 20px;
    text-align: center !important;
    background-color: #9cbf68;
    color: #ffffff;
  }

  table.pricetable02 td.subt a {
    color: inherit;
  }

  table.pricetable02 td:before {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40%;
  }

  table.pricetable02 td:nth-of-type(2):before {
    content: '1レッスンあたり';
  }

  table.pricetable02 td:nth-of-type(3):before {
    content: '回数';
  }

  table.pricetable02 td:nth-of-type(4):before {
    content: '合計金額';
  }

  table.pricetable02 td:nth-of-type(5):before {
    content: '実施例';
  }

  table.pricetable03 {
    width: 100%;
  }

  table.pricetable03 th {
    display: block;
    width: 100%;
    padding: 5px;
  }

  table.pricetable03 td {
    display: block;
    width: 100%;
    border-left: none;
    border-bottom: none;
    padding: 10px 15px;
  }

  table.pricetable04 {
    width: 100%;
  }

  table.pricetable04 th {
    display: block;
    width: 100%;
    padding: 5px;
  }

  table.pricetable04 td {
    display: block;
    width: 100%;
    border-left: none;
    border-bottom: none;
    padding: 10px 15px;
  }

  table.pricetable05 {
    width: 100%;
  }

  table.pricetable05 th {
    display: block;
    width: 100%;
    padding: 5px 15px;
    border-bottom: none;
  }

  table.pricetable05 td {
    display: block;
    width: 100%;
    border-left: none;
    border-bottom: none;
    padding: 10px 15px;
  }

  .plansObi {
    background-color: #eeeeee;
    padding: 20px 0;
  }

  .plansObi-heading {
    font-weight: 700;
    font-size: 26px;
    color: #016a3a;
    text-align: center;
    margin-bottom: 45px;
  }

  .plansObi-intro {
    margin: 0 15px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
  }

  .plansObi .planinner {
    background-color: white;
  }

  /*--------------------------------
	style,css
	---------------------------------*/

  .feature-list>div>div .content .description {
    text-align: left;
  }

  /*------------------ end ------------------*/
}

body.design_estimate #mainVisual {
  background-image: url("../../images/v5/englishtraining/maintenance-main_visual.jpg");
}

body.design_estimate #mainVisual {
  display: table;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

body.movie_sub.design_estimate #contents .contents-inner.c-box03 h3+p {
  font-size: 18px;
  margin: 14px 0;
}

.inquiry-form-title {
  font-weight: 700;
  padding-left: 30px;
  font-size: 28px;
  background: url("../../images/v5/movie/icn/border_green.png") no-repeat left center;
}

.inquiry-form-row {
  padding: 20px 0;
}

.inquiry-form-row:after {
  clear: both;
  content: '';
  display: table;
}

.inquiry-form-border {
  border-bottom: 1px solid #999;
}

.inquiry-form-section {
  margin-top: 40px;
}

.inquiry-form-group {
  margin: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.inquiry-form-group>legend {
  margin-left: 1em;
  padding: 0 0.5em;
}

.inquiry-form-left {
  float: left;
  margin-right: -100%;
  width: 25%;
}

.inquiry-form-right {
  float: right;
  margin-right: 0;
  width: 75%;
}

.inquiry-form-label {
  font-weight: bold;
}

.inquiry-form-inline>li {
  display: inline-block;
  margin-right: 1em;
}

.inquiry-form-inline>li:last-of-type {
  margin-right: 0;
}

.inquiry-form-hidden {
  display: none;
}

.inquiry-form input[type="text"],
.inquiry-form input[type="email"],
.inquiry-form textarea {
  box-sizing: border-box;
  width: 100%;
}

.inquiry-form input[type="text"],
.inquiry-form input[type="email"] {
  height: 3em;
  padding: 0 0.5em;
}

input[type="text"].inquiry-form-inlineInput {
  width: 25em;
}

.inquiry-form-smallprint {
  height: 400px;
  overflow: scroll;
  margin: 40px 0;
  border: 1px solid lightgray;
  padding: 1rem;
  font-size: 14px;
}

.inquiry-form-smallprint h4,
.inquiry-form-smallprint h5 {
  font-weight: bold;
}

.inquiry-form-smallprint h5,
.inquiry-form-smallprint address {
  margin-top: 20px;
}

.inquiry-form-smallprint ul,
.inquiry-form-smallprint ol {
  margin: 20px 0;
  padding-left: 1em;
}

.inquiry-form-smallprint ul {
  list-style: disc;
}

.inquiry-form-smallprint ol {
  list-style: decimal;
}

.inquiry-form-ssl {
  font-size: 14px;
}

.inquiry-form-ssl>a {
  display: inline-block;
  float: left;
  margin-right: 1em;
}

.inquiry-form-ssl h5 {
  font-weight: bold;
}

.inquiry-form-buttons {
  margin: 40px 0;
  text-align: center;
}

.inquiry-form-buttons:after {
  content: '';
  clear: both;
  display: table;
}

.inquiry-form-buttons>input[type="submit"],
.inquiry-form-buttons>input[type="reset"] {
  border: none;
  outline: none;
  display: block;
  line-height: 30px;
  width: 160px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #696;
  border-bottom: 4px solid #464;
  cursor: pointer;
  box-sizing: content-box;
  transition: 0.1s ease all
}

.inquiry-form-buttons>input[type="submit"]:hover,
.inquiry-form-buttons>input[type="reset"]:hover {
  opacity: 0.6;
}

.inquiry-form-buttons>input[type="submit"] {
  display: inline-block;
}

.inquiry-form-buttons>input[type="reset"] {
  float: right;
}

.inquiry-form-buttons>input[type="reset"] {
  background-color: #999;
  border-bottom-color: #666;
  line-height: 25px;
  font-size: 11px;
  width: 80px;
}

@media (max-width: 600px) {

  .inquiry-form-left,
  .inquiry-form-right {
    float: none;
    width: 100%;
  }
}

.comment {
  position: relative;
  padding: 1rem;
  background-color: #fcf8e9;
}

.comment:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fcf8e9 transparent;
}

@media screen and (min-width: 1060px) {
  .comment:before {
    top: -15px;
    left: 1em;
  }
}
