@charset "UTF-8";
#bread {
  display: none;
}

.main_contens #main_vs {
  background-image: url(../img/yamaha_english/main_img.jpg);
}

.main_contens #main_vs h2 {
  top: 120px;
  margin-left: 25px;
}

.main_contens .bnr_slide {
  margin-bottom: 235px;
}

.main_contens .block .w1370 {
  max-width: 1370px;
  margin: 0 auto;
}

.main_contens .block .h3_area {
  text-align: center;
  letter-spacing: 0.05em;
  height: 153px;
  position: relative;
  z-index: 0;
  top: -110px;
  margin-bottom: -110px;
}

.main_contens .block .h3_area:after {
  content: "";
  width: 100%;
  height: 90px;
  background: #213895;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.main_contens .block .h3_area .ttl {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

.main_contens .block .h3_area .ttl span {
  display: block;
  margin-bottom: 11px;
}

.main_contens .block .link_bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_contens .block .link_bnr li {
  padding: 0 10px;
  width: 545px;
}

.main_contens .block .link_bnr a {
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px;
  border: 3px solid #f38230;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 0 0 #f8c097;
  box-shadow: 5px 5px 0 0 #f8c097;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1050px) {
  .main_contens .block .link_bnr li {
    width: 49%;
  }
  .main_contens .block .link_bnr li img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1000px) {
  .main_contens #main_vs h2 {
    margin-left: 0;
    left: auto;
    right: -20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■search_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.main_contens .search_wrap .main_ttl span {
  background-image: url(../img/yamaha_english/line01.png);
}

.main_contens .search_wrap .main_ttl span:before {
  background-image: url(../img/yamaha_english/ico_search.png);
}

.main_contens .search_wrap .ttl {
  background-color: #f1823b;
}

.main_contens .search_wrap .content {
  border-color: #f1823b;
  background: #fff9f2;
}

.main_contens .search_wrap .content .main {
  border-color: #f1823b;
}

.main_contens .search_wrap .content .main:after {
  border-color: #f1823b;
}

.main_contens .search_wrap .content .btn button {
  background-color: #f1823b;
}

.main_contens .search_wrap02 {
  margin-bottom: 69px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■course_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.course_wrap {
  background: #fff9f2;
  padding-bottom: 60px;
  margin-bottom: 75px;
}

.course_wrap .course_btn {
  padding: 44px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  border-bottom: 2px dotted #f38230;
  margin-bottom: 50px;
}

.course_wrap .course_btn li {
  margin-bottom: 20px;
  width: 23.9%;
}

.course_wrap .course_btn li img {
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■method_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#method_wrap {
  margin: 200px 0 222px;
  color: #213895;
}

#method_wrap .inner {
  border: 5px solid #213895;
  border-top: none;
  padding: 70px 0 65px;
}

#method_wrap .inner .catch {
  text-align: center;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 47px;
}

#method_wrap .inner .catch span {
  background: url(../img/yamaha_english/line02.png) repeat-x left bottom;
  padding: 0 25px 20px;
  display: inline-block;
  position: relative;
}

#method_wrap .inner .catch span:after {
  content: "";
  display: block;
  width: 95px;
  height: 99px;
  background: url(../img/yamaha_english/method_deco01.png) no-repeat;
  position: absolute;
  top: 0;
  right: -104px;
}

#method_wrap .inner .innerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#method_wrap .inner .innerWrap .img_area {
  position: relative;
  width: 46.8%;
}

#method_wrap .inner .innerWrap .img_area .img img {
  width: 100%;
  height: auto;
}

#method_wrap .inner .innerWrap .img_area .en {
  position: absolute;
  bottom: 2px;
  right: -15px;
}

#method_wrap .inner .innerWrap .txt_area {
  width: 48.5%;
  margin-top: 7px;
}

#method_wrap .inner .innerWrap .txt_area h4 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background: url(../img/yamaha_english/method_sub_bg.png) no-repeat left top;
  background-size: 190px auto;
  padding: 16px 0;
  line-height: 1;
  margin-bottom: 11px;
  margin-top: 27px;
}

#method_wrap .inner .innerWrap .txt_area h4 span {
  display: inline-block;
  width: 190px;
  text-align: center;
}

#method_wrap .inner .innerWrap .txt_area h4:nth-of-type(1) {
  margin-top: 0;
}

#method_wrap .inner .innerWrap .txt_area .txt {
  font-size: 1.7rem;
  line-height: 1.88;
  max-width: 530px;
}

#method_wrap .balloon_area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

#method_wrap .balloon_area ul li {
  width: 49.3%;
  border: 3px solid #f5821f;
  border-radius: 20px;
  padding: 40px 4.3% 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#method_wrap .balloon_area ul li:before, #method_wrap .balloon_area ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}

#method_wrap .balloon_area ul li:before {
  z-index: 2;
  top: -37px;
  margin-left: -7px;
  border-width: 0 18px 38px 18px;
  border-color: transparent transparent #fff transparent;
}

#method_wrap .balloon_area ul li:after {
  top: -44px;
  margin-left: -11px;
  z-index: 1;
  border-width: 0 22px 44px 22px;
  border-color: transparent transparent #f5821f transparent;
}

#method_wrap .balloon_area ul li .ttl {
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 29px;
}

#method_wrap .balloon_area ul li .ttl span {
  display: inline-block;
  padding: 12px 45px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5821f;
  min-width: 292px;
}

#method_wrap .balloon_area ul li .img {
  position: absolute;
  bottom: -65px;
  left: -34px;
}

#method_wrap .balloon_area ul li:nth-of-type(2) .img {
  right: -58px;
  left: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■step_up_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#step_up_wrap {
  background: #fff9f2;
  color: #213895;
  padding-bottom: 80px;
  margin-bottom: 200px;
}

#step_up_wrap .h3_area {
  position: relative;
}

#step_up_wrap .h3_area .img {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: 230px;
}

#step_up_wrap .read_txt {
  max-width: 1070px;
  margin: 73px auto 90px;
  font-size: 1.7rem;
  line-height: 1.88;
}

#step_up_wrap .img_area {
  background: #fff;
  max-width: 1070px;
  margin: 0 auto;
  padding: 58px 5.6% 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#step_up_wrap .img_area .img {
  margin-bottom: 30px;
}

#step_up_wrap .img_area .img img {
  width: 100%;
  height: auto;
}

#step_up_wrap .img_area .bottom {
  overflow: hidden;
}

#step_up_wrap .img_area .bottom p {
  float: left;
}

#step_up_wrap .img_area .bottom .sub_img {
  padding-top: 3px;
}

#step_up_wrap .img_area .bottom .kome {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 50px;
}

/*# sourceMappingURL=../../maps/school/css/yamaha_english.css.map */
