@charset "UTF-8";
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*明朝体*/
/*Roboto Slab*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*よく使う色*/
/**
function
*/
/*ボタン*/
/*
@mixin btn01SP {
    a,
    input {
        display: block;
        width: 59vw;
        height: 12vw;
        margin: 0 auto;
        background: $c_brown url(img/common/arrow01_white.svg) 95% center no-repeat;
        -webkit-background-size: 10% auto;
        background-size: 10% auto;
        line-height: 12vw;
        text-align: center;
        font-size: 3.73vw;
        color: #fff;
    }
}
@mixin btn01PC {
    a,
    input {
        display: block;
        width: 370px;
        height: 74px;
        margin: 0 auto;
        background: $c_brown url(img/common/arrow01_white.svg) 95% center no-repeat;
        -webkit-background-size: 40px auto;
        background-size: 40px auto;
        line-height: 74px;
        text-align: center;
        font-size: 24rem;
        color: #fff;
        &:hover {
            cursor: pointer;
        }
        @include opacity(0.7);
    }
}

/*タイトルバー*/
/*
下層ページ用CSS
*/
/*------------------------------ SP用CSS（PCにも同時に適用される） ------------------------------*/
/*-----------------------------------------------------------------
common
-----------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pagetitle {
  height: 77vw;
  margin: -20vw 0 0 0;
  position: relative;
  overflow: hidden;
  z-index: 500;
}
.pagetitle:before {
  content: "";
  background: url(img/pagetitle/bg_triangle_sp.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  width: 160vw;
  height: 226vw;
  position: absolute;
  top: -10vw;
  left: 20vw;
}
.pagetitle h2 {
  line-height: 150%;
  font-size: 18rem;
  font-weight: bold;
  position: absolute;
  left: 54vw;
  top: 35vw;
  color: #fff;
  border-left: 0.8vw solid #fff;
  padding: 5vw 5vw 5vw 4vw;
}
.pagetitle .logo {
  width: 40vw;
  height: auto;
  position: absolute;
  top: 230px;
  left: 204px;
  z-index: 10;
}
.pagetitle .logo img {
  width: 40vw;
  height: auto;
}
.pagetitle .broadband {
  width: 31.6vw;
  height: auto;
  position: absolute;
  top: 56vw;
  left: 59vw;
  z-index: 10;
}
.pagetitle .broadband img {
  width: 31.6vw;
  height: auto;
}

.skew_mask {
  height: 300px;
}

.title_blue {
  height: 30.8vw;
  margin: 0;
  background: #195b9c;
  display: flex;
}
.title_blue .bread, .title_blue:before {
  display: none;
}
.title_blue h2 {
  position: relative;
  top: 0;
  left: 4vw;
  padding: 0 2.66667vw 0 3.33333vw;
  width: 56vw;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
}
.title_blue h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.66667vw;
  height: 16vw;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.title_blue .title_img {
  width: 44vw;
}
.title_blue .title_img img {
  height: 100%;
  width: auto;
}

.title_movie {
  height: auto;
  margin: 0;
  display: block;
  background: #195b9c;
}
.title_movie .bread, .title_movie:before {
  display: none;
}
.title_movie h2 {
  position: relative;
  top: 0;
  left: 4vw;
  padding: 0 2.66667vw 0 3.33333vw;
  width: 100vw;
  height: 21.33333vw;
  display: flex;
  align-items: center;
  border: none;
}
.title_movie h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.66667vw;
  height: 16vw;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.title_movie .title_video {
  width: auto;
  height: 56.13333vw;
  background: #fff;
}
.title_movie .title_video video {
  width: 100%;
}

#pagetitle_sitemap .skew_mask,
#pagetitle_link .skew_mask,
#pagetitle_privacy .skew_mask,
#pagetitle_sitepolicy .skew_mask,
#pagetitle_error .skew_mask {
  background: url(img/pagetitle/sitemap_bg_sp.png) no-repeat;
  background-size: cover;
}

#pagetitle_contact .skew_mask,
#pagetitle_contact_confirm .skew_mask,
#pagetitle_contact_send .skew_mask,
#pagetitle_form_experience .skew_mask,
#pagetitle_form_request .skew_mask,
#pagetitle_form_other .skew_mask {
  background: url(img/pagetitle/contact_bg_sp.png) no-repeat;
  background-size: cover;
}

#pagetitle_blog .skew_mask {
  background: url(img/pagetitle/blog_bg_sp.png) no-repeat;
  background-size: cover;
}

#pagetitle_course .skew_mask,
#pagetitle_elementary .skew_mask,
#pagetitle_junior .skew_mask,
#pagetitle_high .skew_mask,
#pagetitle_video-lesson .skew_mask {
  background: url(img/pagetitle/course_bg_sp.png) no-repeat;
  background-size: cover;
}

#pagetitle_about .skew_mask {
  background: url(img/pagetitle/about_bg_sp.png) no-repeat;
  background-size: cover;
}

#pagetitle_programming .skew_mask {
  background: url(img/pagetitle/programming_bg_sp.png) no-repeat;
  background-size: cover;
}

#wrapper {
  background: url(img/common/wrapper_bg.jpg);
}

header {
  margin-bottom: 0;
  position: relative;
  background: #fff;
  height: auto;
  z-index: 999;
}
header #navBg {
  display: none;
}
header #gNavBtn {
  top: 4vw;
  right: 4vw;
}

/*パンくずリスト*/
#breadcrumbs {
  display: none;
}

.content {
  padding: 10vw 0;
  /*width: 91.2%;*/
  margin: 0 auto 30vw;
  overflow: visible;
  position: relative;
  z-index: 10;
}
.content:before {
  content: "";
  position: absolute;
  background: url(img/top/info_bg_large.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  display: block;
  width: 34vw;
  height: 28vw;
  bottom: -30vw;
  right: 68%;
}
.content:after {
  content: "";
  position: absolute;
  background: url(img/top/info_bg_small.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  display: block;
  width: 13vw;
  height: 8vw;
  bottom: -30vw;
  left: 84%;
}

.anker {
  width: 91.2%;
  margin: 0 auto;
}
.anker ul li {
  background: #eafbff;
  font-size: 14rem;
  font-weight: bold;
  height: 12vw;
  margin: 0.2vw 0;
  padding: 2.5vw 6vw;
  position: relative;
}
.anker ul li:before {
  content: "";
  position: absolute;
  background: url(img/about/arrow_anker.png) no-repeat;
  background-size: 40%;
  -webkit-background-size: 40%;
  width: 8vw;
  height: 80%;
  top: 4vw;
  right: 0;
}

footer {
  border-top: 1px solid #f0ece8;
}

/*-----------------------------------------------------------------
  教室を探す　一覧
  -----------------------------------------------------------------*/
#search {
  width: 100%;
}
#search h3 {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
}
#search h3::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}
#search ul {
  overflow: auto;
  margin: 10vw auto;
}
#search ul li {
  float: left;
  width: 45vw;
  height: 68vw;
  padding: 4vw;
  vertical-align: top;
  border: 1px solid #eee;
  background: #fff;
}
#search ul li .img {
  overflow: hidden;
}
#search ul li .img img {
  width: 36vw;
  height: auto;
  margin: 0 auto;
}
#search ul li .img .noimage {
  width: 36vw;
  height: 40vw;
  margin: 0 auto;
  background: #e1e1e1;
  padding: 16vw 8vw;
}
#search ul li h4 {
  color: #195b9c;
  font-size: 18rem;
  font-weight: bold;
  margin: 2vw 0;
}
#search ul li .tel {
  color: #195b9c;
  font-size: 14rem;
  font-weight: bold;
  margin: 0 0 1vw 0;
  padding: 0 0 0 5vw;
  position: relative;
}
#search ul li .tel:before {
  content: "";
  position: absolute;
  background: url(img/search/tel.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  width: 8vw;
  height: 8vw;
  top: 0;
  left: 0;
}
#search ul li .time {
  font-size: 10rem;
  line-height: 130%;
}

/*-----------------------------------------------------------------
  教室を探す詳細
  -----------------------------------------------------------------*/
#search_detail {
  width: 100%;
  background: url(img/search/sec01_bg.png) top center no-repeat;
}
#search_detail #sec01 .inner {
  width: 91.2%;
}
#search_detail #sec01 .inner .message {
  background-color: rgba(0, 94, 174, 0.7);
  color: #fff;
  padding: 4vw;
}
#search_detail #sec01 .inner .message .school {
  font-size: 16rem;
}
#search_detail #sec01 .inner .message .name {
  font-size: 22rem;
  font-weight: bold;
  margin: 1vw 0 4vw;
}
#search_detail #sec01 .inner .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  margin: 8vw auto;
  width: 62vw;
}
#search_detail #sec01 .inner .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#search_detail #sec01 .inner .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#search_detail #sec02 {
  background: url(img/search/sec02_bg.png) top center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
  padding-bottom: 14vw;
  position: relative;
  z-index: 3;
}
#search_detail #sec02 .slide {
  padding: 20vw 0 0;
}
#search_detail #sec02 .slide .thumb-item-nav_sp {
  margin-top: -10vw;
}
#search_detail #sec02 .slide .thumb-item-nav_sp .slick-track li {
  width: 56vw !important;
  padding: 3vw;
}
#search_detail #sec02 .slide .thumb-item-nav_sp .slick-dots {
  margin: 0 auto;
}
#search_detail #sec02 .slide .thumb-item-nav_sp .slick-dots li {
  margin: 0 0.5vw;
}
#search_detail #sec02 .slide .thumb-item-nav_sp button {
  z-index: 1;
}
#search_detail #sec02 .slide .thumb-item-nav_sp button.slick-prev {
  left: 0;
}
#search_detail #sec02 .slide .thumb-item-nav_sp button.slick-next {
  right: 0;
}
#search_detail #sec02 .slide .thumb-item-nav_sp .slick-dotted.slick-slider {
  margin-top: -20vw;
}
#search_detail #sec02 .slide .thumb-item-nav_sp .slick-prev:before,
#search_detail #sec02 .slide .thumb-item-nav_sp .slick-next:before {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.75;
  color: #1d5e9d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search_detail #sec02 .slide .thumb-item-nav_sp [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
#search_detail #sec02 .slide .thumb-item-nav_sp .slick-prev:before {
  content: "";
  display: block;
  background: url(img/search/prev.png) no-repeat;
  background-size: 30%;
  -webkit-background-size: 30%;
  width: 11vw;
  height: 18vw;
}
#search_detail #sec02 .slide .thumb-item-nav_sp [dir=rtl] .slick-prev:before {
  content: "";
  display: block;
  background: url(img/search/prev.png) no-repeat;
  background-size: 30%;
  -webkit-background-size: 30%;
  width: 11vw;
  height: 18vw;
}
#search_detail #sec02 .slide .thumb-item-nav_sp [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
#search_detail #sec02 .slide .thumb-item-nav_sp .slick-next:before,
#search_detail #sec02 .slide .thumb-item-nav_sp [dir=rtl] .slick-next:before {
  content: "";
  display: block;
  background: url(img/search/next.png) no-repeat;
  background-size: 30%;
  -webkit-background-size: 30%;
  width: 11vw;
  height: 18vw;
}
#search_detail #sec02 .slide .thumb-item-nav_sp .slick-dots li button:before {
  font-family: "slick";
  font-size: 4vw;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search_detail #sec02 .slide .thumb-item-nav_sp .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1d5e9d;
}
#search_detail #sec02 .programming_course {
  width: 94vw;
  margin: 70px auto 0;
}
#search_detail #sec02 .programming_course a:hover {
  opacity: 0.5;
}
#search_detail #sec02 #access h3 {
  width: 40vw;
  margin: 15vw auto 4vw;
}
#search_detail #sec02 #access h3 img {
  width: 40vw;
}
#search_detail #sec02 #access iframe {
  width: 100%;
  height: 350px;
}
#search_detail #sec02 #detail {
  width: 91.2%;
  margin: 8vw auto;
  padding: 8vw 4vw;
  background: #fff;
}
#search_detail #sec02 #detail .class {
  font-size: 22rem;
  font-weight: bold;
}
#search_detail #sec02 #detail .address {
  font-size: 16rem;
  margin: 2vw 0;
}
#search_detail #sec02 #detail .tel {
  font-weight: bold;
}
#search_detail #sec02 #detail .tel p {
  font-size: 16rem;
  font-family: unset;
  padding: 0 0 0 4vw;
  color: #333;
}
#search_detail #sec02 #detail .tel p.num {
  font-size: 34rem;
  font-family: "Helvetica";
  color: #195b9c;
  margin: 2vw 0;
  padding: 0 0 0 18vw;
  position: relative;
}
#search_detail #sec02 #detail .tel p.num:before {
  content: "";
  position: absolute;
  background: url(img/search/tel_02.png) no-repeat;
  background-size: 70%;
  -webkit-background-size: 70%;
  width: 10vw;
  height: 10vw;
  top: -0.8vw;
  left: 6vw;
}
#search_detail #sec02 #detail .tel p.num a {
  color: #195b9c;
}
#search_detail #sec02 #detail .time {
  text-align: center;
  font-weight: bold;
  margin: 0 0 4vw;
}
#search_detail #sec02 #detail .access p {
  padding: 2vw;
}
#search_detail #sec02 #detail .access .route {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
}
#search_detail #sec02 #detail .access .route::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}
#search_detail #sec02 .contact .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 60vw;
  margin: 3vw auto;
}
#search_detail #sec02 .contact .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#search_detail #sec02 .contact .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#search_detail #set .about {
  background: url(img/common/wrapper_bg.jpg) repeat;
  padding: 0 0 28vw;
  position: relative;
}
#search_detail #set .about:before {
  content: "";
  position: absolute;
  background: url(img/top/sec03_bg_top.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 20vw;
  height: 12vw;
  top: -14vw;
  left: 0;
  z-index: 1;
}
#search_detail #set .about:after {
  content: "";
  position: absolute;
  background: url(img/top/sec03_bg_bottom.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 56vw;
  height: 41vw;
  bottom: -15vw;
  right: 4vw;
}
#search_detail #set .about .inner {
  width: 100vw;
}
#search_detail #set .about .inner h2 {
  width: 72%;
  margin: 4vw auto;
}
#search_detail #set .about .inner ul li {
  background: #eafbff;
  margin: 74vw 0 6vw;
  padding: 10vw;
  position: relative;
}
#search_detail #set .about .inner ul li h3 {
  width: 52vw;
  margin: 0 0 5vw;
}
#search_detail #set .about .inner ul li p:before {
  content: "";
  background: url(img/top/sec03_dl_bg.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 4vw;
  height: 4vw;
  top: 5vw;
  left: 5vw;
}
#search_detail #set .about .inner ul li p:after {
  content: "";
  background: url(img/top/sec03_dl_bg.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 4vw;
  height: 4vw;
  bottom: 5vw;
  right: 5vw;
}
#search_detail #set .about .inner ul li:nth-of-type(1):before {
  content: "";
  background: url(img/top/sec03_coach01_img.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -67vw;
  left: 0;
}
#search_detail #set .about .inner ul li:nth-of-type(2):before {
  content: "";
  background: url(img/top/sec03_coach02_img.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -67vw;
  left: 0;
}
#search_detail #set .about .inner ul li:nth-of-type(3):before {
  content: "";
  background: url(img/top/sec03_coach03_img.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -67vw;
  left: 0;
}
#search_detail #set .about .inner .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
}
#search_detail #set .about .inner .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#search_detail #set .about .inner .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#search_detail #set .course {
  background: url(img/top/sec04_bg.png) no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 470vw;
  margin: -20vw 0 0;
  padding: 20vw 0;
  position: relative;
  z-index: 3;
}
#search_detail #set .course .inner h2 {
  width: 60%;
  margin: 0 auto 10vw;
}
#search_detail #set .course .inner ul li {
  position: relative;
}
#search_detail #set .course .inner ul li .course_detail {
  width: 92%;
  background: #fff;
  height: 40vw;
  margin: 68vw auto 10vw;
  padding: 6vw 10vw;
  border-bottom: 6px solid #195b9c;
  position: relative;
  z-index: 4;
}
#search_detail #set .course .inner ul li .course_detail:nth-of-type(1) img {
  width: 39vw;
  margin: 0 auto 4vw;
}
#search_detail #set .course .inner ul li .course_detail:nth-of-type(2) img {
  width: 37vw;
  margin: 0 auto 4vw;
}
#search_detail #set .course .inner ul li .course_detail:nth-of-type(3) img {
  width: 37vw;
  margin: 0 auto 4vw;
}
#search_detail #set .course .inner ul li .course_detail:nth-of-type(3):before {
  content: "";
  background: url(img/top/sec04_course_03_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -62vw;
  left: -4vw;
  z-index: 1;
}
#search_detail #set .course .inner ul li:nth-of-type(1):before {
  content: "";
  background: url(img/top/sec04_course_01_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -62vw;
  left: -4vw;
  z-index: 1;
}
#search_detail #set .course .inner ul li:nth-of-type(2):before {
  content: "";
  background: url(img/top/sec04_course_02_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -62vw;
  left: -4vw;
  z-index: 1;
}
#search_detail #set .course .inner ul li:nth-of-type(3):before {
  content: "";
  background: url(img/top/sec04_course_03_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -62vw;
  left: -4vw;
  z-index: 1;
}
#search_detail #set .course .message {
  position: relative;
}
#search_detail #set .course .message:before {
  content: "";
  position: absolute;
  background: url(img/top/sec04_bg_bottom.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 100vw;
  height: 98vw;
  top: 6vw;
  left: 0;
  z-index: -1;
}
#search_detail #set .course .message p {
  width: 86vw;
  padding: 18vw 2vw;
}
#search_detail #set .contact_btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  margin-top: 2vw;
  width: 60vw;
}
#search_detail #set .contact_btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#search_detail #set .contact_btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

/*-----------------------------------------------------------------
  個別指導
  -----------------------------------------------------------------*/
#about h2 {
  margin: 10vw auto 6vw;
  font-size: 5.33333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 10.93333vw;
  color: #195b9c;
  font-weight: bold;
  height: 13.33333vw;
}
#about h2:before, #about h2:after {
  content: "";
  display: block;
  height: 7.33333vw;
}
#about h2:before {
  border-left: 1px solid #195b9c;
  transform: skewX(20deg);
  margin-left: 1.33333vw;
}
#about h2:after {
  border-right: 1px solid #195b9c;
  transform: skewX(-20deg);
  margin-right: 1.33333vw;
}
#about #sec01 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: url(img/about/sec01_bg.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
}
#about #sec01 .inner h2 {
  margin: 10vw auto 6vw;
  background-image: url(./img/about/icon-bulb.png);
}
#about #sec01 .inner ul li {
  background-color: rgba(0, 94, 174, 0.7);
  margin-bottom: 62px;
}
#about #sec01 .inner ul li .img img {
  width: 100%;
  height: auto;
}
#about #sec01 .inner ul li h3 {
  /*width: 81vw;*/
  width: 81vw;
  padding: 6vw 0;
  color: #fff;
  text-align: left;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 0.2vw;
  margin: 0 auto;
}
#about #sec01 .inner ul li .txt p {
  color: #fff;
  width: 81vw;
  margin: 0 auto;
  padding-bottom: 4vw;
}
#about #sec02 {
  background: url(img/about/sec02_bg.png) no-repeat;
  background-size: 100vw 3580px;
  -webkit-background-size: 100vw 3580px;
  padding-bottom: 0;
  margin-top: -10vw;
  position: relative;
}
#about #sec02 .txt {
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 0.5vw;
  margin: 0 0 10vw;
}
#about #sec02 h2 {
  padding: 16vw 0 10vw;
  margin: 0 auto;
  background-image: url(./img/about/icon-pen.png);
}
#about #sec02 .featurelist {
  margin: 0 auto;
}
#about #sec02 .featurelist h3 {
  width: 91.4%;
  margin: 0 auto;
}
#about #sec02 .featurelist .feature {
  position: relative;
  background: #fff;
  margin: 4vw auto 6vw;
  padding: 2vw 2vw 6vw;
}
#about #sec02 .featurelist .feature h3 {
  position: relative;
  padding: 5vw 0 6vw 17vw;
  font-weight: bold;
  font-size: 18rem;
  z-index: 3;
  letter-spacing: 0.4vw;
  line-height: 150%;
}
#about #sec02 .featurelist .feature h3 img {
  position: absolute;
  width: 22vw;
  height: auto;
  top: -5vw;
  left: -8vw;
}
#about #sec02 .featurelist .feature p {
  padding: 1.8vw 6vw;
  font-size: 14rem;
  height: auto;
}
#about #sec02 .featurelist .feature figure {
  width: 91.4%;
  margin: 0 auto;
}
#about #sec02 .featurelist .feature:after {
  content: "";
  position: absolute;
  background: url(img/junior/mini_triangle.png) no-repeat;
  background-size: 60%;
  width: 12vw;
  height: 27%;
  bottom: -40vw;
  right: -4vw;
}
#about #sec03 .inner h3 {
  margin: 10vw auto 8vw;
  width: 81%;
}
#about #sec03 .inner h2 {
  background-image: url(./img/about/icon-q.png);
}
#about #sec03 .inner .qalist .qa {
  background: #eafbff;
  width: 78vw;
  margin: 0 0 10vw 10vw;
  padding: 4vw 6vw 4vw 6vw;
  position: relative;
}
#about #sec03 .inner .qalist .qa .question {
  font-size: 16rem;
  font-weight: bold;
  position: relative;
  margin: 2vw 0 4vw;
}
#about #sec03 .inner .qalist .qa .question:before {
  position: absolute;
  content: "";
  background: url(img/about/icon_q.png) no-repeat;
  background-size: 60%;
  -webkit-background-size: 60%;
  width: 15vw;
  height: 20vw;
  top: -9vw;
  left: -10.4vw;
}
#about #sec03 .inner .qalist .qa .answer {
  position: relative;
}
#about #sec03 .inner .qalist .qa .answer:before {
  position: absolute;
  content: "";
  background: url(img/about/icon_a.png) no-repeat;
  background-size: 40%;
  -webkit-background-size: 40%;
  width: 15vw;
  height: 15vw;
  top: 0;
  left: -8.2vw;
}
#about #sec03 .inner .qalist .qa:before {
  content: "";
  position: absolute;
  background: url(img/about/qa_bg.png) no-repeat;
  width: 10vw;
  height: 8vw;
  bottom: -3vw;
  right: -2vw;
}

/*-----------------------------------------------------------------
  コース案内
  -----------------------------------------------------------------*/
#course {
  width: 100vw;
}
#course .txt {
  width: 91.2%;
  margin: 7vw auto 0;
}
#course section {
  position: relative;
}
#course section:before {
  content: "";
  background: url(img/course/bg_top.png) no-repeat;
  background-size: 80%;
  -webkit-background-size: 80%;
  display: block;
  position: absolute;
  width: 32vw;
  height: 22vw;
  top: -143vw;
  left: 0vw;
}
#course section:after {
  content: "";
  background: url(img/course/bg_bottom.png) no-repeat;
  background-size: 80%;
  -webkit-background-size: 80%;
  display: block;
  position: absolute;
  width: 46vw;
  height: 19vw;
  bottom: -18.8vw;
  right: 0;
}
#course section ul li {
  background: #eafbff;
  margin: 74vw 0 6vw;
  padding: 10vw;
  position: relative;
}
#course section ul li h3 {
  width: 39vw;
  margin: 0 0 5vw;
}
#course section ul li p:before {
  content: "";
  background: url(img/top/sec03_dl_bg.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 4vw;
  height: 4vw;
  top: 5vw;
  left: 5vw;
}
#course section ul li p:after {
  content: "";
  background: url(img/top/sec03_dl_bg.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 4vw;
  height: 4vw;
  bottom: 5vw;
  right: 5vw;
}
#course section ul li .detail h4 {
  margin: 2.5vw 0;
  font-weight: bold;
  color: #195b9c;
}
#course section ul li .detail a {
  color: #195b9c;
  font-weight: bold;
  margin: 2vw 0;
  position: relative;
}
#course section ul li .detail a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 4vw;
  height: 4vw;
  top: 0.6vw;
  left: 20vw;
}
#course section ul li .detail a.elementary, #course section ul li .detail a.high {
  display: block;
  margin: 2vw 0;
  font-weight: normal;
}
#course section ul li .detail a.elementary:before, #course section ul li .detail a.high:before {
  content: none;
}
#course section ul li:nth-of-type(1):before {
  content: "";
  background: url(img/course/course_01_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -67vw;
  left: 0;
}
#course section ul li:nth-of-type(2):before {
  content: "";
  background: url(img/course/course_02_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -67vw;
  left: 0;
}
#course section ul li:nth-of-type(3):before {
  content: "";
  background: url(img/course/course_03_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -67vw;
  left: 0;
}

/*-----------------------------------------------------------------
  ○○生コース共通部分
  -----------------------------------------------------------------*/
#programming {
  width: 100vw;
}
#programming .main_txt {
  width: 91.2%;
  margin: 7vw auto;
  font-size: 17rem;
}
#programming #sec01 {
  width: 91.2%;
  margin: 0 auto;
  position: relative;
}
#programming #sec01 .curriculum {
  margin: 4vw auto;
  padding: 6vw 0;
  background: #eafbff;
  position: relative;
}
#programming #sec01 .curriculum h4 {
  padding: 6vw 0;
  text-align: center;
  font-weight: bold;
  font-size: 18rem;
  position: relative;
}
#programming #sec01 .curriculum .txt {
  background: #fff;
  padding: 4vw;
  margin: 4vw auto 0;
  width: 91.2%;
}
#programming #sec01 .curriculum:before {
  content: "";
  position: absolute;
  background: #fff959;
  width: 63vw;
  height: 6%;
  margin: 0 auto;
  text-align: center;
  transform: skewX(-15deg);
  top: 15vw;
  left: 15%;
}
#programming #sec01 .curriculum:after {
  content: "";
  position: absolute;
  background: url(img/course/curriculum_bg.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 87.2vw;
  height: 18vw;
  top: 6vw;
  left: 2vw;
}
#programming #sec01:before {
  content: "";
  background: url(img/junior/top_sp.png) no-repeat;
  background-size: 80%;
  -webkit-background-size: 80%;
  display: block;
  position: absolute;
  width: 32vw;
  height: 22vw;
  top: -45vw;
  left: -5vw;
}
#programming #sec01:after {
  content: "";
  background: url(img/junior/bottom_sp.png) no-repeat;
  background-size: 80%;
  -webkit-background-size: 80%;
  display: block;
  position: absolute;
  width: 46vw;
  height: 30vw;
  bottom: -30vw;
  right: 0;
}
#programming .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  margin: 4vw auto;
}
#programming .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#programming .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#programming .btn.contact {
  width: 60vw;
  margin: 8vw auto 4vw;
}
#programming .btn.about {
  width: 70vw;
}
#programming .programming_course {
  width: 90vw;
  margin: 40px auto 15px;
  padding-bottom: 30px;
}
#programming .programming_course a:hover {
  opacity: 0.5;
}

#other_course {
  width: 100vw;
  height: 470vw;
  margin: -20vw 0 0;
  padding: 30vw 0;
  position: relative;
  z-index: 3;
}
#other_course h3 {
  width: 73vw;
  margin: 0 auto 10vw;
}
#other_course ul li {
  position: relative;
}
#other_course ul li .course {
  width: 92%;
  background: #fff;
  height: 40vw;
  margin: 68vw auto 10vw;
  padding: 6vw 10vw;
  border-bottom: 6px solid #195b9c;
  position: relative;
  z-index: 4;
}
#other_course ul li .course:nth-of-type(1) img {
  width: 39vw;
  margin: 0 auto 4vw;
}
#other_course ul li .course:nth-of-type(2) img {
  width: 37vw;
  margin: 0 auto 4vw;
}
#other_course ul li .course:nth-of-type(3) img {
  width: 37vw;
  margin: 0 auto 4vw;
}
#other_course ul li .course:nth-of-type(3):before {
  content: "";
  background: url(img/top/sec04_course_03_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -62vw;
  left: -4vw;
  z-index: 1;
}
#other_course ul li:nth-of-type(1):before {
  content: "";
  background: url(img/top/sec04_course_01_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -62vw;
  left: -4vw;
  z-index: 1;
}
#other_course ul li:nth-of-type(2):before {
  content: "";
  background: url(img/top/sec04_course_02_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -62vw;
  left: -4vw;
  z-index: 1;
}
#other_course ul li:nth-of-type(3):before {
  content: "";
  background: url(img/top/sec04_course_03_img.jpg) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -62vw;
  left: -4vw;
  z-index: 1;
}
#other_course .message {
  position: relative;
}
#other_course .message:before {
  content: "";
  position: absolute;
  background: url(img/course/message_bg_sp.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 100vw;
  height: 98vw;
  top: 6vw;
  left: 0;
  z-index: -1;
}
#other_course .message p {
  width: 86vw;
  padding: 18vw 2vw;
}

#info {
  padding-top: 22vw;
  margin-top: 30vw;
  position: relative;
  z-index: 1;
}
#info h3 {
  width: 46vw;
  margin: 0 auto 6.66667vw;
  padding: 5vw 0;
  height: 9.33333vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 5.33333vw;
  font-weight: bold;
  color: #195b9c;
  padding-top: 2.66667vw;
  background: url(./img/top/info_title_bg.png) center center no-repeat;
  background-size: contain;
}
#info .inner {
  padding: 4vw 0 0;
}
#info ul {
  width: 91.4%;
  margin: 0 auto 25px;
}
#info ul li {
  margin-bottom: 2.6vw;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  height: 35vw;
}
#info ul li:last-child {
  margin-bottom: 0;
}
#info ul li figure {
  float: left;
  width: 36vw;
  height: 28vw;
  margin: 2vw 0;
}
#info ul li figure a img {
  height: auto;
}
#info ul li figure a .noImage {
  display: block;
  width: 36vw;
  height: 28vw;
  background-color: #a3a3a3;
  line-height: 28vw;
  text-align: center;
  /*font-family: $ff_robot_slab;*/
  color: #fff;
}
#info ul li .right {
  float: right;
  width: 43vw;
  margin: 2vw 0;
}
#info ul li .right h4 {
  margin-bottom: 5px;
  text-align: left;
}
#info ul li .right h4 a {
  line-height: 150%;
}
#info ul li .right p {
  display: inline-block;
  font-size: 14rem;
  clear: both;
  text-align: right;
}
#info ul li .right p.date {
  margin-right: 0.5em;
  /*font-family: $ff_robot_slab;*/
  color: #aaaaaa;
}
#info .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 80vw;
}
#info .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#info .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#info .btn.toblog {
  margin-bottom: 10px;
  background: #195b9c;
}
#info .btn.toblog a {
  width: 80vw;
  color: #fff;
  padding-right: 0;
  padding-left: 5%;
}
#info .btn.toblog a:before {
  content: "";
  position: absolute;
  background: url(img/top/pen_icon.png) no-repeat;
  background-size: 80%;
  -webkit-background-size: 80%;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 4vw;
  right: unset;
  margin: auto;
}
#info .btn.toabout {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------
  小学生コース・中学生コース・高校生コース共通
  -----------------------------------------------------------------*/
#elementary,
#junior,
#high {
  width: 100vw;
}

#elementary .anker,
#junior .anker,
#high .anker {
  margin: 0 auto 28px;
}

#elementary #sec01:before,
#elementary #sec02:before,
#elementary #sec03:before {
  content: "";
  display: block;
  height: 50vw;
  margin-top: -50vw;
}

#junior #sec01:before,
#junior #sec02:before,
#junior #sec03:before {
  content: "";
  display: block;
  height: 50vw;
  margin-top: -50vw;
}

#high #sec01:before,
#high #sec02:before,
#high #sec03:before {
  content: "";
  display: block;
  height: 50vw;
  margin-top: -50vw;
}

#elementary .main_txt,
#junior .main_txt,
#high .main_txt {
  width: 83.6vw;
  margin: 7vw auto;
  font-size: 17rem;
}

#elementary .subsection,
#junior .subsection,
#high .subsection {
  margin: 0 auto 30px;
}

#elementary h3 img,
#junior h3 img,
#high h3 img {
  height: 48px;
  width: auto;
  margin: 0 auto 28px;
}

#elementary h4,
#junior h4,
#high h4 {
  text-align: center;
  font-size: 17rem;
  color: #195b9c;
  font-weight: bold;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto 15px;
}

#elementary h4 span,
#junior h4 span,
#high h4 span {
  position: relative;
}

#elementary h4 span:before,
#junior h4 span:before,
#high h4 span:before {
  content: "";
  position: absolute;
  display: block;
  background: url(img/course/h4_left.png) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 4px;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#elementary h4 span:after,
#junior h4 span:after,
#high h4 span:after {
  content: "";
  position: absolute;
  display: block;
  background: url(img/course/h4_right.png) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 4px;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#elementary h4 + p,
#junior h4 + p,
#high h4 + p {
  width: 83.6vw;
  margin: 0 auto;
  font-size: 14rem;
  line-height: 1.57;
}

#elementary .support,
#junior .support,
#high .support {
  width: 92vw;
  margin: 4vw auto;
  padding: 6vw 0;
  background: #eafbff;
  position: relative;
  margin-bottom: 8vw;
}

#elementary .support h4,
#junior .support h4,
#high .support h4 {
  width: 58.66667vw;
  padding: 6vw 0;
  text-align: center;
  font-weight: bold;
  font-size: 18rem;
  position: relative;
  color: #333;
}

#elementary .support h4 span,
#junior .support h4 span,
#high .support h4 span {
  position: relative;
  display: block;
}

#elementary .support h4 span:before,
#junior .support h4 span:before,
#high .support h4 span:before {
  content: "";
  display: block;
  background: url(img/course/curriculum_bg_02.png) no-repeat;
  position: absolute;
  position: absolute;
  width: 37px;
  height: 100%;
  left: -40px;
  top: -50px;
}

#elementary .support h4 span:after,
#junior .support h4 span:after,
#high .support h4 span:after {
  content: "";
  display: block;
  background: url(img/course/curriculum_bg_02.png) no-repeat;
  position: absolute;
  position: absolute;
  width: 37px;
  height: 100%;
  right: -40px;
  bottom: -120px;
}

#elementary .support h4:before,
#junior .support h4:before,
#high .support h4:before {
  content: "";
  position: absolute;
  background: #fff959;
  margin: 0 auto;
  text-align: center;
  transform: skewX(-15deg);
  width: 58.66667vw;
  height: 16px;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}

#elementary .support .txt,
#junior .support .txt,
#high .support .txt {
  background: #fff;
  padding: 5.06667vw 4.26667vw;
  margin: 4vw auto 0;
  width: 91.2%;
}

#elementary .support .txt .btn,
#junior .support .txt .btn,
#high .support .txt .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}

#elementary .support .txt .btn a,
#junior .support .txt .btn a,
#high .support .txt .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}

#elementary .support .txt .btn a:before,
#junior .support .txt .btn a:before,
#high .support .txt .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

#elementary .support .txt .btn a,
#junior .support .txt .btn a,
#high .support .txt .btn a {
  width: 100%;
}

#elementary .support p,
#junior .support p,
#high .support p {
  font-size: 3.73333vw;
  line-height: 1.57143;
  margin-bottom: 5vw;
}

#elementary .support .small,
#junior .support .small,
#high .support .small {
  margin: 18px 0 15px;
  font-size: 3.2vw;
}

#elementary .curriculum_detail,
#junior .curriculum_detail,
#high .curriculum_detail {
  width: 92vw;
  border: 2px solid #0065b5;
  padding: 45px 5.3vw 25px;
  position: relative;
  margin: 25px auto;
  background: #fff;
}

#elementary .curriculum_detail .title,
#junior .curriculum_detail .title,
#high .curriculum_detail .title {
  color: #fff;
  text-align: center;
  font-size: 14rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#elementary .curriculum_detail .detail_inner .detail_list dl,
#junior .curriculum_detail .detail_inner .detail_list dl,
#high .curriculum_detail .detail_inner .detail_list dl {
  width: 78.6vw;
  margin: 0 auto 15px;
}

#elementary .curriculum_detail .detail_inner .detail_list dl dt,
#junior .curriculum_detail .detail_inner .detail_list dl dt,
#high .curriculum_detail .detail_inner .detail_list dl dt {
  background: #0065b5;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-left: -1vw;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

#elementary .curriculum_detail .detail_inner .detail_list dl dt:before,
#junior .curriculum_detail .detail_inner .detail_list dl dt:before,
#high .curriculum_detail .detail_inner .detail_list dl dt:before {
  content: "";
  position: absolute;
  display: block;
  background: url(img/course/detail_dt_icon.png) no-repeat;
  background-size: 100%;
  width: 22px;
  height: 30px;
  left: 4px;
  bottom: -18px;
  margin: auto;
}

#elementary .curriculum_detail .detail_inner .detail_list dl dt:after,
#junior .curriculum_detail .detail_inner .detail_list dl dt:after,
#high .curriculum_detail .detail_inner .detail_list dl dt:after {
  content: "";
  position: absolute;
  display: block;
  background: url(img/course/detail_fukidashi.png) no-repeat;
  background-size: 100%;
  width: 12px;
  height: 10px;
  left: 27px;
  bottom: -6px;
  margin: auto;
}

#elementary .curriculum_detail .detail_inner .detail_list dl dd,
#junior .curriculum_detail .detail_inner .detail_list dl dd,
#high .curriculum_detail .detail_inner .detail_list dl dd {
  width: 77.3vw;
  background: #eafbff;
  line-height: 1.57;
  padding: 20px 4vw 20px 13.3vw;
  margin-left: 3vw;
  border-radius: 5px;
  position: relative;
}

#elementary .curriculum_detail .detail_inner .detail_list dl dd:before,
#junior .curriculum_detail .detail_inner .detail_list dl dd:before,
#high .curriculum_detail .detail_inner .detail_list dl dd:before {
  content: "";
  position: absolute;
  display: block;
  background: url(img/course/detail_dd_icon.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 28px;
  left: calc(13vw - 35px);
  top: 20px;
  margin: auto;
}

#elementary .curriculum_detail .detail_inner .text,
#junior .curriculum_detail .detail_inner .text,
#high .curriculum_detail .detail_inner .text {
  background: #fff4f7;
  color: #e62863;
  font-weight: bold;
  font-size: 16rem;
  padding: 20px 5.3vw;
  line-height: 1.375;
}

#elementary .curriculum_detail:before,
#junior .curriculum_detail:before,
#high .curriculum_detail:before {
  content: "";
  display: block;
  position: absolute;
  background: url(img/course/detail_title_bg.png) no-repeat;
  background-size: 100%;
  max-width: 305px;
  width: 81.2vw;
  height: 38px;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}

#elementary .course,
#junior .course,
#high .course {
  width: 92vw;
}

#elementary .course .course_detail,
#junior .course .course_detail,
#high .course .course_detail {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#elementary .course .course_detail dl,
#junior .course .course_detail dl,
#high .course .course_detail dl {
  background: #fff;
  margin: 4vw auto 6vw;
  padding: 2vw;
  border: 5px solid #78c0ea;
}

#elementary .course .course_detail dl dt,
#junior .course .course_detail dl dt,
#high .course .course_detail dl dt {
  position: relative;
  padding: 8vw 6vw 6vw 26vw;
  font-weight: bold;
  font-size: 17rem;
  z-index: 3;
}

#elementary .course .course_detail dl dt img,
#junior .course .course_detail dl dt img,
#high .course .course_detail dl dt img {
  position: absolute;
  width: 22vw;
  height: auto;
  top: -5vw;
  left: 0;
}

#elementary .course .course_detail dl dt p,
#junior .course .course_detail dl dt p,
#high .course .course_detail dl dt p {
  position: relative;
  display: inline-block;
}

#elementary .course .course_detail dl dt p span,
#junior .course .course_detail dl dt p span,
#high .course .course_detail dl dt p span {
  position: relative;
}

#elementary .course .course_detail dl dt p:before,
#junior .course .course_detail dl dt p:before,
#high .course .course_detail dl dt p:before {
  content: "";
  position: absolute;
  background: #a7ebfa;
  width: 100%;
  height: 12px;
  margin: 0 auto;
  text-align: center;
  transform: skewX(-15deg);
  bottom: 0;
  left: 0;
}

#elementary .course .course_detail dl dd,
#junior .course .course_detail dl dd,
#high .course .course_detail dl dd {
  padding: 4vw;
  font-size: 14rem;
}

#elementary .course .course_detail dl:after,
#junior .course .course_detail dl:after,
#high .course .course_detail dl:after {
  content: "";
  position: absolute;
  background: url(img/course/mini_triangle.png) no-repeat;
  background-size: 60%;
  width: 12vw;
  height: 46px;
  bottom: 6px;
  right: -2vw;
}

#elementary .course .course_detail dl.even,
#junior .course .course_detail dl.even,
#high .course .course_detail dl.even {
  box-shadow: 0px 0px 0px 5px #ffffff inset, 0px 0px 0px 6px #4c8ec6 inset;
  border: none;
}

#elementary .pay,
#junior .pay,
#high .pay {
  width: 92vw;
}
#elementary .pay strong,
#junior .pay strong,
#high .pay strong {
  display: block;
  font-size: 14rem;
  font-weight: bold;
  margin: 0.5em auto;
}

#elementary .pay .bg_yellow,
#junior .pay .bg_yellow,
#high .pay .bg_yellow {
  background: #ffe100;
}

#elementary .pay .table_title,
#junior .pay .table_title,
#high .pay .table_title {
  text-align: center;
  margin: 0 auto 15px;
  font-weight: bold;
}

#elementary .pay h5,
#junior .pay h5,
#high .pay h5 {
  width: 100%;
  font-size: 14rem;
  font-weight: bold;
  margin: 0 auto 1vw;
  padding-left: 70px;
  padding-bottom: 2px;
  position: relative;
}
#elementary .pay h5 strong,
#junior .pay h5 strong,
#high .pay h5 strong {
  display: inline;
}

#elementary .pay h5 span,
#junior .pay h5 span,
#high .pay h5 span {
  position: absolute;
  left: 0;
  bottom: 3px;
}

#elementary .pay h5 span img,
#junior .pay h5 span img,
#high .pay h5 span img {
  width: 60px;
}

#elementary .pay h5.pd_left,
#junior .pay h5.pd_left,
#high .pay h5.pd_left {
  padding-left: 0;
}

#elementary .pay table,
#junior .pay table,
#high .pay table {
  width: 100%;
  margin: 0 auto;
}

#elementary .pay table,
#elementary .pay td,
#elementary .pay th {
  font-size: 12rem;
  text-align: center;
  font-weight: bold;
}

#junior .pay table,
#junior .pay td,
#junior .pay th {
  font-size: 12rem;
  text-align: center;
  font-weight: bold;
}

#high .pay table,
#high .pay td,
#high .pay th {
  font-size: 12rem;
  text-align: center;
  font-weight: bold;
}

#elementary .pay th,
#junior .pay th,
#high .pay th {
  background: #3288c5;
  color: #fff;
  white-space: normal;
  width: 12vw;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

#elementary .pay th.teach,
#junior .pay th.teach,
#high .pay th.teach {
  height: 26vw;
}

#elementary .pay td,
#junior .pay td,
#high .pay td {
  background: #fff;
  height: 20vw;
  font-size: 12rem;
  line-height: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 2vw 0;
}

#elementary .pay td h6,
#junior .pay td h6,
#high .pay td h6 {
  padding-bottom: 10px;
  font-size: 10rem;
  color: #3288c5;
  font-weight: bold;
}

#elementary .pay td h6 span,
#junior .pay td h6 span,
#high .pay td h6 span {
  font-size: 9rem;
  font-weight: normal;
}

#elementary .pay td p,
#junior .pay td p,
#high .pay td p {
  font-size: 9rem;
  font-weight: normal;
  color: #333;
}

#elementary .pay td span,
#junior .pay td span,
#high .pay td span {
  font-size: 9rem;
  font-weight: normal;
}

#elementary .pay td.rowspan,
#junior .pay td.rowspan,
#high .pay td.rowspan {
  height: 20vw;
}

#elementary .pay td.junior,
#junior .pay td.junior,
#high .pay td.junior {
  background: #6bb1e2;
  color: #fff;
}

#elementary .pay td.first,
#junior .pay td.first,
#high .pay td.first {
  height: 20vw;
}

#elementary .pay td.table_top,
#junior .pay td.table_top,
#high .pay td.table_top {
  border: none;
  background: none;
  height: 6vw;
}

#elementary .pay td.table_top img,
#junior .pay td.table_top img,
#high .pay td.table_top img {
  width: 60px;
  margin: 0 auto;
}

#elementary .pay td.elementary,
#junior .pay td.elementary,
#high .pay td.elementary {
  background: #6bb1e2;
  color: #fff;
}

#elementary .pay td.elementary_type01,
#junior .pay td.junior_type01,
#high .pay td.high_type01 {
  width: 10%;
  background: #3288c5 !important;
  color: #fff;
}

#elementary .pay td.elementary_type02,
#junior .pay td.junior_type02,
#high .pay td.high_type02 {
  width: 10%;
  background: #6bb1e2 !important;
  color: #fff;
}

#elementary .pay td.elementary_type03,
#junior .pay td.junior_type03,
#high .pay td.high_type03 {
  background: #eeeeee !important;
  color: #333333;
}

#elementary .pay td.elementary_height_type02,
#junior .pay td.junior_height_type02,
#high .pay td.high_height_type02 {
  height: 8vw;
  font-weight: normal;
}

#elementary .pay td s,
#junior .pay td s,
#high .pay td s {
  color: red;
}

#elementary .pay dl dt,
#junior .pay dl dt,
#high .pay dl dt {
  background: #3288c5;
  color: #fff;
  text-align: center;
  padding: 4vw;
}

#elementary .pay dl dd,
#junior .pay dl dd,
#high .pay dl dd {
  background: #fff;
  padding: 4vw;
  border: 1px solid #ccc;
}

#elementary .pay dl dd .price,
#junior .pay dl dd .price,
#high .pay dl dd .price {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

#elementary .pay .even,
#junior .pay .even,
#high .pay .even {
  background: #fbf8f0;
}

#elementary .pay .odd,
#junior .pay .odd,
#high .pay .odd {
  background: #fefcf9;
}

#elementary .pay .attention,
#junior .pay .attention,
#high .pay .attention {
  width: 100%;
  margin: 2vw auto;
}

#elementary .message,
#junior .message,
#high .message {
  position: relative;
}

#elementary .message:before,
#junior .message:before,
#high .message:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 98vw;
  top: 6vw;
  left: 0;
  z-index: 1;
}

#elementary .message p,
#junior .message p,
#high .message p {
  padding: 18vw 4vw 20px;
  font-size: 6.66667vw;
  font-weight: bold;
  line-height: 1.2;
  color: #195b9c;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  -moz-text-shadow: 0px 0px 11px white;
  -webkit-text-shadow: 0px 0px 11px white;
  -ms-text-shadow: 0px 0px 11px white;
  text-shadow: 0px 0px 11px white;
}

#elementary .message .btn,
#junior .message .btn,
#high .message .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 60vw;
  border: 2px solid #6bb1e2;
  position: relative;
  top: 0;
  left: 4vw;
  margin: 0;
  background: #6bb1e2;
}

#elementary .message .btn a,
#junior .message .btn a,
#high .message .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}

#elementary .message .btn a:before,
#junior .message .btn a:before,
#high .message .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

#elementary .message .btn:hover,
#junior .message .btn:hover,
#high .message .btn:hover {
  border: 2px solid #195b9c;
  background: #195b9c;
}

#elementary .school h4 + p,
#junior .school h4 + p,
#high .school h4 + p {
  text-align: center;
}

#elementary .school .school_list,
#junior .school .school_list,
#high .school .school_list {
  width: 92vw;
  background: #fff;
  margin: 4vw auto 6vw;
  padding: 2vw;
  box-shadow: 0px 0px 0px 5px #ffffff inset, 0px 0px 0px 6px #4c8ec6 inset;
}

#elementary .school .school_list .box,
#junior .school .school_list .box,
#high .school .school_list .box {
  padding: 4vw;
}

#elementary .school .school_list h5,
#junior .school .school_list h5,
#high .school .school_list h5 {
  padding: 2vw 0 2vw 6vw;
  margin: 0 0 15px;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
}

#elementary .school .school_list h5:before,
#junior .school .school_list h5:before,
#high .school .school_list h5:before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}

#elementary .school .school_list ul,
#junior .school .school_list ul,
#high .school .school_list ul {
  font-size: 14rem;
  padding: 0 4vw 0 7vw;
}

#elementary .btn,
#junior .btn,
#high .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  margin: 4vw auto;
}

#elementary .btn a,
#junior .btn a,
#high .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}

#elementary .btn a:before,
#junior .btn a:before,
#high .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

#elementary .btn.contact,
#junior .btn.contact,
#high .btn.contact {
  width: 60vw;
  margin: 8vw auto 4vw;
}

#elementary .btn.about,
#junior .btn.about,
#high .btn.about {
  width: 70vw;
}

#elementary .programming_course,
#junior .programming_course,
#high .programming_course {
  width: 90vw;
  margin: 40px auto 15px;
  padding-bottom: 30px;
}

#elementary .programming_course a:hover,
#junior .programming_course a:hover,
#high .programming_course a:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------------------
  小学生コース
  -----------------------------------------------------------------*/
#elementary .message:before {
  background: url(img/elementary/message_bg_sp.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
}
#elementary #sec02 {
  background: url(img/elementary/sec02_bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  padding: 58vw 0 50vw;
  margin-bottom: -50vw;
  position: relative;
}
#elementary #sec02 .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 60vw;
  margin: 4vw auto;
}
#elementary #sec02 .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#elementary #sec02 .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#elementary #sec03 {
  padding: 58vw 0 0;
}
#elementary #sec03 .main_txt ol {
  margin: 30px 0;
}
#elementary #sec03 .main_txt ol li {
  font-size: 14rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 14px 40px;
}
#elementary #sec03 .main_txt ol li:before {
  content: "";
  display: block;
  background: #195b9c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
#elementary #sec03 .main_txt ol li:after {
  content: "1";
  position: absolute;
  display: block;
  left: 10px;
  top: 7px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#elementary #sec03 .main_txt ol li:nth-of-type(2):after {
  content: "2";
}
#elementary #sec03 .main_txt ol li:nth-of-type(3):after {
  content: "3";
}
#elementary #sec03 .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 60vw;
  margin: 4vw auto;
}
#elementary #sec03 .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#elementary #sec03 .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

/*-----------------------------------------------------------------
  中学生コース
  -----------------------------------------------------------------*/
#junior .message:before {
  background: url(img/junior/message_bg_sp.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
}
#junior #sec02 {
  background: url(img/junior/sec02_bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  padding: 58vw 0 50vw;
  margin-bottom: -50vw;
  position: relative;
}
#junior #sec02 .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 60vw;
  margin: 4vw auto;
}
#junior #sec02 .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#junior #sec02 .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#junior #sec03 {
  padding: 58vw 0 0;
}
#junior #sec03 .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 60vw;
  margin: 4vw auto;
}
#junior #sec03 .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#junior #sec03 .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

/*-----------------------------------------------------------------
  高校生コース
  -----------------------------------------------------------------*/
#high .message:before {
  background: url(img/high/message_bg_sp.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
}
#high #sec02 {
  background: url(img/high/sec02_bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  padding: 58vw 0 50vw;
  margin-bottom: -50vw;
  position: relative;
}
#high #sec02 .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 60vw;
  margin: 4vw auto;
}
#high #sec02 .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#high #sec02 .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#high #sec03 {
  padding: 58vw 0 0;
}
#high #sec03 .main_txt ul {
  margin: 0 0 20px;
}
#high #sec03 .main_txt ul li {
  font-size: 14rem;
  margin: 0 0 15px;
}
#high #sec03 .main_txt ul li .title {
  font-weight: bold;
  margin: 0 0 10px;
}
#high #sec03 .main_txt ul li .title:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #6bb1e2;
  border-radius: 50%;
}
#high #sec03 .course_detail dl dd .title {
  font-weight: bold;
  margin: 0 0 10px;
}
#high #sec03 .course_detail dl dd .title:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #6bb1e2;
  border-radius: 50%;
}
#high #sec03 .course_detail dl dd .text p {
  margin: 0 0 15px;
}
#high #sec03 .course_detail dl dd .ex {
  background: #eafbff;
  padding: 15px;
}
#high #sec03 .course_detail dl dd .ex .title {
  background: #6bb1e2;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  border-radius: 20px;
}
#high #sec03 .pay h5 {
  width: 94%;
  font-size: 14rem;
  font-weight: bold;
  margin: 0 auto 1vw;
  padding-left: 70px;
  padding-bottom: 2px;
  position: relative;
}
#high #sec03 .pay h5 span {
  position: absolute;
  left: 0;
  bottom: 3px;
}
#high #sec03 .pay h5 span img {
  width: 60px;
}
#high #sec03 .pay h5.pd_left {
  padding-left: 0;
}
#high #sec03 .pay table {
  width: 94%;
  margin: 0 auto 25px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 12rem;
  text-align: center;
  font-weight: bold;
}
#high #sec03 .pay td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 12rem;
  text-align: center;
  font-weight: bold;
}
#high #sec03 .pay th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 12rem;
  text-align: center;
  font-weight: bold;
  background: #3288c5;
  color: #fff;
  white-space: normal;
  width: 18vw;
  line-height: 130%;
}
#high #sec03 .pay th span {
  display: block;
  font-size: 10rem;
  font-weight: normal;
}
#high #sec03 .pay th.teach {
  height: 26vw;
}
#high #sec03 .pay td {
  background: #fff;
  height: 20vw;
  font-size: 12rem;
  line-height: 100%;
}
#high #sec03 .pay td h6 {
  padding-bottom: 10px;
  font-size: 14rem;
  color: #3288c5;
  line-height: 120%;
}
#high #sec03 .pay td h6 span {
  display: block;
  font-size: 14rem;
  font-weight: normal;
}
#high #sec03 .pay td p {
  font-size: 14rem;
  font-weight: normal;
  color: #333;
}
#high #sec03 .pay td span {
  font-size: 9rem;
  font-weight: normal;
}
#high #sec03 .pay td.rowspan {
  height: 20vw;
}
#high #sec03 .pay td.junior {
  background: #6bb1e2;
  color: #fff;
}
#high #sec03 .pay td.first {
  height: 20vw;
}
#high #sec03 .pay td.elementary {
  background: #6bb1e2;
  color: #fff;
}
#high #sec03 .pay .bg_gray {
  background: #eee;
  height: 12vw;
}
#high #sec03 .pay .attention {
  width: 91.2%;
  margin: 2vw auto;
}
#high #sec03 .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 60vw;
  margin: 4vw auto;
}
#high #sec03 .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#high #sec03 .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

/*-----------------------------------------------------------------
  プログラミングコース
  -----------------------------------------------------------------*/
#programming #sec01 {
  margin: 0 auto 40px;
}
#programming #sec01 h3 {
  width: 80vw;
  margin: 0 auto 15px;
}
#programming #sec01 .h3txt {
  font-weight: bold;
  text-align: center;
  font-size: 17rem;
}
#programming #sec01 .curriculum {
  text-align: center;
}
#programming #sec01 .curriculum h4 {
  position: relative;
  display: inline-block;
}
#programming #sec01 .curriculum h4:before {
  content: "";
  display: block;
  background: url(img/course/curriculum_bg_02.png) no-repeat;
  position: absolute;
  position: absolute;
  width: 37px;
  height: 100%;
  left: -40px;
  top: 0;
}
#programming #sec01 .curriculum h4:after {
  content: "";
  display: block;
  background: url(img/course/curriculum_bg_02.png) no-repeat;
  position: absolute;
  position: absolute;
  width: 37px;
  height: 100%;
  right: -40px;
  bottom: -25px;
}
#programming #sec01 .curriculum .label {
  width: 12vw;
  height: 15vw;
  padding: 5px 0;
  text-align: center;
  background: url(img/programming/month_label.png) no-repeat;
  background-size: contain;
  color: #fff;
  position: absolute;
  right: 4vw;
  top: 0;
  font-size: 10rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0;
}
#programming #sec01 .curriculum .label span {
  font-size: 14rem;
}
#programming #sec01 .curriculum:before {
  width: 21vw;
  height: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
#programming #sec01 .curriculum:after {
  display: none;
}
#programming #sec01 .curriculum .txt {
  text-align: left;
  padding-top: 20px;
}
#programming #sec01 .curriculum .txt ol li {
  position: relative;
}
#programming #sec01 .curriculum .txt ol li:after {
  content: "";
  display: block;
  position: absolute;
  background: url(img/programming/sec01_arrow.png) no-repeat;
  background-size: 100%;
  width: 35px;
  height: 15px;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
#programming #sec01 .curriculum .txt ol li:last-child:after {
  display: none;
}
#programming #sec01 .curriculum .txt img {
  margin-bottom: 10px;
}
#programming #sec01 .curriculum .txt h5 {
  font-weight: bold;
  margin-bottom: 5px;
}
#programming #sec01 .curriculum .txt p {
  margin-bottom: 50px;
}
#programming #sec01 .curriculum .txt p.nomargin {
  margin-bottom: 0;
}
#programming #sec01 .curriculum:first-of-type {
  margin-bottom: 70px;
}
#programming #sec01 .curriculum:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  background: url(img/programming/plus.png) no-repeat;
  background-size: 100%;
  width: 41.5px;
  height: 40px;
  bottom: -25px;
  bottom: -53px;
  top: unset;
  left: 0;
  right: 0;
  margin: auto;
}
#programming #sec02,
#programming #sec04 {
  background: url(img/junior/sec02_bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  padding-bottom: 10vw;
  position: relative;
}
#programming #sec02 .bg,
#programming #sec04 .bg {
  position: relative;
  top: -10px;
}
#programming #sec02 h3,
#programming #sec04 h3 {
  padding: 2vw 0 0;
  margin: 0 auto;
  width: 64vw;
}
#programming #sec02 .outer,
#programming #sec04 .outer {
  width: 91.2%;
  margin: 0 auto;
  background: #fff;
  margin: 6vw auto;
  padding: 2vw;
  box-shadow: 0px 0px 0px 5px #ffffff inset, 0px 0px 0px 6px #4c8ec6 inset;
}
#programming #sec02 .outer h4,
#programming #sec04 .outer h4 {
  width: 80%;
  margin: 0 auto;
}
#programming #sec02 .outer .detail,
#programming #sec04 .outer .detail {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#programming #sec02 .outer .detail dl dt,
#programming #sec04 .outer .detail dl dt {
  position: relative;
  padding: 4vw 9vw 1vw;
  font-weight: bold;
  font-size: 14rem;
  text-align: center;
}
#programming #sec02 .outer .detail dl dd,
#programming #sec04 .outer .detail dl dd {
  padding: 4vw;
  font-size: 14rem;
}
#programming #sec02 .outer .detail dl dd .top,
#programming #sec04 .outer .detail dl dd .top {
  margin-bottom: 15px;
}
#programming #sec02 .outer .detail dl dd .bottom,
#programming #sec04 .outer .detail dl dd .bottom {
  display: flex;
  justify-content: space-around;
}
#programming #sec02 .outer .detail dl dd .bottom img,
#programming #sec04 .outer .detail dl dd .bottom img {
  width: 45%;
  height: 40%;
}
#programming #sec03 {
  background: url(img/programming/sec03_bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  padding-bottom: 130px;
}
#programming #sec03 h3 {
  width: 72vw;
  margin: 15px auto;
}
#programming #sec03 .curriculum {
  width: 91.2%;
  margin: 4vw auto;
  padding: 1vw 0 3vw;
  background: #eafbff;
  position: relative;
}
#programming #sec03 .curriculum h4 {
  position: relative;
  font-weight: bold;
  font-size: 14rem;
  padding-left: 40px;
  margin-bottom: 10px;
}
#programming #sec03 .curriculum h4:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 29px;
  height: 36px;
  position: absolute;
  top: 4px;
  left: 0;
}
#programming #sec03 .curriculum h4.no1:before {
  background-image: url(img/programming/sec03_no1.png);
  width: 22px;
  top: 0;
}
#programming #sec03 .curriculum h4.no2:before {
  background-image: url(img/programming/sec03_no2.png);
}
#programming #sec03 .curriculum h4.no3:before {
  background-image: url(img/programming/sec03_no3.png);
}
#programming #sec03 .curriculum h4.no4:before {
  background-image: url(img/programming/sec03_no4.png);
}
#programming #sec03 .curriculum .txt {
  background: #fff;
  padding: 10vw 10vw 1vw;
  margin: 4vw auto 0;
  width: 91.2%;
  font-size: 12rem;
}
#programming #sec03 .curriculum .txt img {
  margin-bottom: 10px;
}
#programming #sec03 .curriculum .txt p {
  margin-bottom: 30px;
}
#programming #sec04 {
  padding-top: 60px;
  margin-top: -130px;
}
#programming #sec04 .outer {
  margin: 17vw auto 30px;
}
#programming #sec04 .outer .detail {
  padding: 50px 0 30px;
}
#programming #sec04 .outer .detail h4 {
  width: 23vw;
  position: absolute;
  top: -58px;
  left: -2vw;
}
#programming #sec04 .outer .detail dl {
  display: flex;
  border: 1px solid #ccc;
  width: 73vw;
  margin: 0 auto 10px;
}
#programming #sec04 .outer .detail dl dt {
  background: #3288c5;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 9vw;
  border-right: 1px solid #ccc;
  white-space: nowrap;
}
#programming #sec04 .outer .detail dl dd {
  font-size: 12rem;
  font-weight: bold;
  padding: 3vw;
  text-align: center;
}
#programming #sec04 .outer .detail dl dd span {
  padding: 10px 0;
}
#programming #sec04 .outer .detail dl dd p {
  font-weight: normal;
  font-size: 10rem;
  line-height: 1.3;
  margin-left: 1em;
  text-indent: -1em;
  text-align: left;
}
#programming #sec04 .outer .detail ul li {
  width: 50vw;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  padding: 3%;
}
#programming #sec04 .outer .detail ul li img {
  margin-bottom: 10px;
}
#programming #sec04 .outer .detail ul li .name {
  color: #195b9c;
  font-size: 18rem;
  font-weight: bold;
  margin: 2vw 0;
}
#programming #sec04 .outer .detail ul li .tel {
  color: #195b9c;
  font-size: 14rem;
  font-weight: bold;
  margin: 0 0 1vw 0;
  padding: 0 0 0 5vw;
  position: relative;
}
#programming #sec04 .outer .detail ul li .tel:before {
  content: "";
  position: absolute;
  background: url(img/search/tel.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  width: 8vw;
  height: 8vw;
  top: 0;
  left: 0;
}
#programming #sec04 .outer .detail ul li .time {
  font-size: 10rem;
  line-height: 130%;
}
#programming #sec04 .outer .detail:after {
  content: "";
  position: absolute;
  background: url(img/junior/mini_triangle.png) no-repeat;
  background-size: 60%;
  width: 12vw;
  height: 50px;
  bottom: 0;
  right: -3vw;
}
#programming #sec04 .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 90.4vw;
  margin: 4vw auto;
}
#programming #sec04 .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#programming #sec04 .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

/*-----------------------------------------------------------------
  映像授業コース
  -----------------------------------------------------------------*/
#video-lesson {
  width: 100vw;
}
#video-lesson .main_txt {
  width: 93%;
  margin: 7vw auto;
  font-size: 17rem;
}
#video-lesson .curriculum {
  width: 92vw;
  margin: 4vw auto;
  padding: 6vw 0;
  background: #eafbff;
  position: relative;
  margin-bottom: 8vw;
}
#video-lesson .curriculum:last-of-type {
  margin-bottom: 0;
}
#video-lesson .curriculum h4 {
  padding: 6vw 0;
  text-align: center;
  font-weight: bold;
  font-size: 18rem;
  position: relative;
}
#video-lesson .curriculum .txt {
  background: #fff;
  padding: 5.06667vw 4.26667vw;
  margin: 4vw auto 0;
  width: 91.2%;
}
#video-lesson .curriculum h5 {
  color: #0065b5;
  font-size: 4.53333vw;
  font-weight: bold;
  margin-bottom: 1.33333vw;
}
#video-lesson .curriculum h5 .num {
  font-size: 6.13333vw;
}
#video-lesson .curriculum ol li {
  margin-bottom: 3.33333vw;
}
#video-lesson .curriculum ol li:last-of-type {
  margin-bottom: 0;
}
#video-lesson .curriculum dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.73333vw;
  line-height: 1.28571;
  font-weight: bold;
  margin-bottom: 1.33333vw;
}
#video-lesson .curriculum dl dt {
  width: 20vw;
  height: 6.4vw;
  background: #fff959;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vw;
}
#video-lesson .curriculum dl dd {
  width: 52.66667vw;
  margin-left: 2.26667vw;
  display: flex;
  padding-top: 1.06667vw;
}
#video-lesson .curriculum p {
  font-size: 3.73333vw;
  line-height: 1.57143;
}
#video-lesson .curriculum:before {
  content: "";
  position: absolute;
  background: #fff959;
  margin: 0 auto;
  text-align: center;
  transform: skewX(-15deg);
  top: 15vw;
  width: 64vw;
  height: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
#video-lesson .curriculum:after {
  content: "";
  position: absolute;
  background: url(img/course/curriculum_bg.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 87.2vw;
  height: 18vw;
  top: 6vw;
  left: 2vw;
}
#video-lesson #sec01 {
  margin-bottom: 10.66667vw;
  position: relative;
}
#video-lesson #sec01:before {
  content: "";
  background: url(img/course/bg_top.png) no-repeat;
  background-size: 80%;
  -webkit-background-size: 80%;
  display: block;
  position: absolute;
  width: 32vw;
  height: 22vw;
  top: -54vw;
  left: 0vw;
  z-index: 0;
}
#video-lesson #sec01:after {
  content: "";
  background: url(img/course/bg_top.png) right top no-repeat;
  background-size: 80%;
  -webkit-background-size: 80%;
  display: block;
  position: absolute;
  width: 46vw;
  height: 19vw;
  bottom: -30vw;
  right: 5vw;
}
#video-lesson #sec01 .btns {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
#video-lesson #sec01 .btns .btn.blue {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  position: static;
  width: 65.06667vw;
  height: 10.66667vw;
  margin: 0 auto;
  margin-bottom: 4vw;
}
#video-lesson #sec01 .btns .btn.blue a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#video-lesson #sec01 .btns .btn.blue a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#video-lesson #sec01 .btns .btn.blue:last-of-type {
  margin-bottom: 0;
}
#video-lesson #sec01 .btns .btn.blue a {
  width: 65.06667vw;
  height: 10.66667vw;
  margin: 0 auto;
  padding-right: 0;
  font-size: 3.73333vw;
  letter-spacing: 0;
}
#video-lesson #sec01 .btns .btn.blue a:before {
  z-index: 6;
  width: 4vw;
  height: 4vw;
  top: 50%;
  right: 2.13333vw;
  background-size: 100% auto;
  transform: translateY(-50%);
}
#video-lesson #sec02 {
  background: url(img/video-lesson/sec02_bg.png) center top no-repeat, url(img/video-lesson/sec02_bg.png) center bottom -10vw no-repeat;
  background-size: 100% auto, 100% auto;
  padding-bottom: 10vw;
  position: relative;
  padding-top: 12.8vw;
}
#video-lesson #sec02 .bg {
  position: relative;
  top: -10px;
}
#video-lesson #sec02 h3 {
  padding: 2vw 0 0;
  margin: 0 auto 13.33333vw;
  width: auto;
  height: 11.06667vw;
}
#video-lesson #sec02 h3 img {
  display: block;
  width: auto;
  height: 11.06667vw;
  margin: 0 auto;
}
#video-lesson #sec02 .outer {
  width: 91.2%;
  margin: 0 auto;
  background: #fff;
  margin: 6vw auto;
  padding: 12vw 2vw 2vw;
  box-shadow: 0px 0px 0px 5px #ffffff inset, 0px 0px 0px 6px #4c8ec6 inset;
  position: relative;
}
#video-lesson #sec02 .outer:after {
  content: "";
  position: absolute;
  background: url(img/video-lesson/mini_triangle.png) no-repeat;
  background-size: 100% auto;
  width: 7.46667vw;
  height: 8.13333vw;
  bottom: 1vw;
  right: 1vw;
}
#video-lesson #sec02 .outer h4 {
  position: absolute;
  width: 22vw;
  height: 23.73333vw;
  top: -25.33333vw;
  left: 1.33333vw;
}
#video-lesson #sec02 .outer .detail {
  width: 100%;
  margin: 0 auto 14vw;
  position: relative;
}
#video-lesson #sec02 .outer .detail h5 {
  width: 94%;
  font-size: 14rem;
  font-weight: bold;
  margin: 0 auto 1vw;
  padding-left: 70px;
  padding-bottom: 2px;
  position: relative;
}
#video-lesson #sec02 .outer .detail h5 span {
  position: absolute;
  left: 0;
  bottom: 3px;
}
#video-lesson #sec02 .outer .detail h5 span img {
  width: 60px;
}
#video-lesson #sec02 .outer .detail h5.pd_left {
  padding-left: 0;
}
#video-lesson #sec02 .outer .detail table {
  width: 94%;
  margin: 0 auto 25px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 12rem;
  text-align: center;
  font-weight: bold;
}
#video-lesson #sec02 .outer .detail td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 12rem;
  text-align: center;
  font-weight: bold;
}
#video-lesson #sec02 .outer .detail th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 12rem;
  text-align: center;
  font-weight: bold;
  background: #3288c5;
  color: #fff;
  white-space: normal;
  width: 18vw;
  line-height: 130%;
}
#video-lesson #sec02 .outer .detail th span {
  display: block;
  font-size: 10rem;
  font-weight: normal;
}
#video-lesson #sec02 .outer .detail th.teach {
  height: 26vw;
}
#video-lesson #sec02 .outer .detail td {
  background: #fff;
  height: 20vw;
  font-size: 12rem;
  line-height: 100%;
}
#video-lesson #sec02 .outer .detail td h6 {
  padding-bottom: 10px;
  font-size: 14rem;
  color: #3288c5;
  line-height: 120%;
}
#video-lesson #sec02 .outer .detail td h6 span {
  display: block;
  font-size: 14rem;
  font-weight: normal;
}
#video-lesson #sec02 .outer .detail td p {
  font-size: 14rem;
  font-weight: normal;
  color: #333;
}
#video-lesson #sec02 .outer .detail td span {
  font-size: 9rem;
  font-weight: normal;
}
#video-lesson #sec02 .outer .detail td.rowspan {
  height: 20vw;
}
#video-lesson #sec02 .outer .detail td.junior {
  background: #6bb1e2;
  color: #fff;
}
#video-lesson #sec02 .outer .detail td.first {
  height: 20vw;
}
#video-lesson #sec02 .outer .detail td.elementary {
  background: #6bb1e2;
  color: #fff;
}
#video-lesson #sec02 .outer .detail .bg_gray {
  background: #eee;
  height: 12vw;
}
#video-lesson #sec02 .outer .detail .attention {
  width: 91.2%;
  margin: 2vw auto;
}
#video-lesson #sec02 .outer .detail ul li {
  width: 50vw;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  padding: 3%;
}
#video-lesson #sec02 .outer .detail ul li img {
  margin-bottom: 10px;
}
#video-lesson #sec02 .outer .detail ul li .name {
  color: #195b9c;
  font-size: 18rem;
  font-weight: bold;
  margin: 2vw 0;
}
#video-lesson #sec02 .outer .detail ul li .tel {
  color: #195b9c;
  font-size: 14rem;
  font-weight: bold;
  margin: 0 0 1vw 0;
  padding: 0 0 0 5vw;
  position: relative;
}
#video-lesson #sec02 .outer .detail ul li .tel:before {
  content: "";
  position: absolute;
  background: url(img/search/tel.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  width: 8vw;
  height: 8vw;
  top: 0;
  left: 0;
}
#video-lesson #sec02 .outer .detail ul li .time {
  font-size: 10rem;
  line-height: 130%;
}
#video-lesson #sec02 .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 90.4vw;
  margin: 4vw auto;
}
#video-lesson #sec02 .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#video-lesson #sec02 .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

/*-----------------------------------------------------------------
  映像授業の活用方法
  -----------------------------------------------------------------*/
#junior_vo {
  width: 100vw;
}
#junior_vo #sec01 {
  position: relative;
}
#junior_vo #sec01 h3 {
  text-align: center;
}
#junior_vo #sec01 h3 img {
  height: 60px;
  width: auto;
  margin: 0 auto;
}
#junior_vo #sec01 .main_txt {
  width: 93%;
  margin: 7vw auto;
  font-size: 17rem;
  line-height: 1.41;
}
#junior_vo #sec02 {
  background: url(img/junior_vo/sec02_bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  padding: 130px 0 12vw;
  margin: -40px 0 0;
  position: relative;
}
#junior_vo #sec02 h3 {
  margin: 0 0 50px;
}
#junior_vo #sec02 h3 img {
  height: 50px;
  width: auto;
  margin: 0 auto;
}
#junior_vo #sec02 .outer {
  width: 91.2%;
  margin: 0 auto;
  background: #fff;
  margin: 6vw auto 30px;
  padding: 5.33333vw 6vw 2vw;
  position: relative;
}
#junior_vo #sec02 .outer:after {
  content: "";
  position: absolute;
  background: url(img/video-lesson/mini_triangle.png) no-repeat;
  background-size: 100% auto;
  width: 7.46667vw;
  height: 8.13333vw;
  bottom: 1vw;
  right: 1vw;
}
#junior_vo #sec02 .outer h4 {
  position: relative;
  margin: 0 0 20px;
}
#junior_vo #sec02 .outer h4 img {
  width: 22vw;
  height: 23.73333vw;
  top: -10.66667vw;
  left: -6.26667vw;
  position: absolute;
}
#junior_vo #sec02 .outer h4 p {
  padding-left: 16.66667vw;
  font-size: 17rem;
  color: #195b9c;
  text-align: center;
  font-weight: bold;
}
#junior_vo #sec02 .outer h4 p span {
  display: block;
  font-size: 14rem;
  color: #333;
}
#junior_vo #sec02 .outer .detail {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}
#junior_vo #sec02 .outer .detail .item {
  margin: 0 0 30px;
}
#junior_vo #sec02 .outer .detail .item .photo {
  margin: 0 auto 15px;
}
#junior_vo #sec02 .outer .detail .item .text {
  font-size: 14rem;
  line-height: 1.57;
}
#junior_vo #sec02 .outer .detail .item .text .title {
  font-weight: bold;
  margin: 0 0 10px;
}
#junior_vo #sec02 .outer .detail .item .text .small {
  font-size: 12rem;
  margin: 15px 0 0;
}
#junior_vo #sec02 .outer .detail .item:last-child {
  margin: 0;
}
#junior_vo #sec02 .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 90.4vw;
  margin: 4vw auto;
}
#junior_vo #sec02 .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#junior_vo #sec02 .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#junior_vo #sec03 {
  width: 92vw;
  margin: 4vw auto;
  padding: 6vw 0;
  background: #eafbff;
  position: relative;
  margin-bottom: 8vw;
}
#junior_vo #sec03 h4 {
  padding: 6vw 0;
  text-align: center;
  font-weight: bold;
  font-size: 18rem;
  position: relative;
}
#junior_vo #sec03 .txt {
  background: #fff;
  padding: 5.06667vw 4.26667vw;
  margin: 4vw auto 0;
  width: 91.2%;
}
#junior_vo #sec03 h5 {
  color: #0065b5;
  font-size: 4.53333vw;
  font-weight: bold;
  margin-bottom: 1.33333vw;
}
#junior_vo #sec03 p {
  font-size: 3.73333vw;
  line-height: 1.57143;
}
#junior_vo #sec03 .small {
  margin: 18px 0 0;
}
#junior_vo #sec03:before {
  content: "";
  position: absolute;
  background: #fff959;
  margin: 0 auto;
  text-align: center;
  transform: skewX(-15deg);
  top: 20vw;
  width: 64vw;
  height: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
#junior_vo #sec03:after {
  content: "";
  position: absolute;
  background: url(img/course/curriculum_bg.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 87.2vw;
  height: 18vw;
  top: 6vw;
  left: 2vw;
}
#junior_vo .back {
  width: 92vw;
  margin: 4vw auto;
}
#junior_vo .back p {
  font-size: 17rem;
  font-weight: bold;
  line-height: 1.41;
  margin: 0 0 30px;
}
#junior_vo .back .btn.blue {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  position: static;
  width: 57.06667vw;
  height: 10.66667vw;
  margin: 0 auto;
  margin-bottom: 4vw;
}
#junior_vo .back .btn.blue a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#junior_vo .back .btn.blue a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#junior_vo .back .btn.blue:last-of-type {
  margin-bottom: 0;
}
#junior_vo .back .btn.blue a {
  width: 65.06667vw;
  height: 10.66667vw;
  margin: 0 auto;
  padding-right: 0;
  font-size: 3.73333vw;
  letter-spacing: 0;
}
#junior_vo .back .btn.blue a:before {
  z-index: 6;
  width: 4vw;
  height: 4vw;
  top: 0;
  bottom: 0;
  left: 2.4vw;
  right: unset;
  background-size: 100% auto;
  transform: scale(-1, 1);
  margin: auto;
}

/*-----------------------------------------------------------------
  オンライン個別授業
  -----------------------------------------------------------------*/
#online_lesson {
  width: 100vw;
}
#online_lesson #sec01 {
  position: relative;
}
#online_lesson #sec01 h3 {
  text-align: center;
}
#online_lesson #sec01 h3 img {
  height: 44px;
  width: auto;
  margin: 0 auto;
}
#online_lesson #sec01 .main_txt {
  width: 93%;
  margin: 7vw auto;
  font-size: 17rem;
  line-height: 1.41;
}
#online_lesson #sec01 .main_txt p + p {
  margin: 15px 0 0;
}
#online_lesson #sec02 {
  background: url(img/online_lesson/sec02_bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  padding: 130px 0 12vw;
  margin: -40px 0 0;
  position: relative;
}
#online_lesson #sec02 h3 {
  margin: 0 0 50px;
}
#online_lesson #sec02 h3 img {
  height: 50px;
  width: auto;
  margin: 0 auto;
}
#online_lesson #sec02 .outer {
  width: 91.2%;
  margin: 0 auto;
  background: #fff;
  margin: 6vw auto 60px;
  padding: 8vw 6vw 11.2vw;
  position: relative;
}
#online_lesson #sec02 .outer:last-child:before {
  display: none;
}
#online_lesson #sec02 .outer:before {
  content: "";
  position: absolute;
  background: url(img/online_lesson/plus.png) no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  bottom: -45px;
  right: 0;
  left: 0;
  margin: auto;
}
#online_lesson #sec02 .outer:after {
  content: "";
  position: absolute;
  background: url(img/online_lesson/mini_triangle.png) no-repeat;
  background-size: 100% auto;
  width: 6.66667vw;
  height: 10.26667vw;
  bottom: -3vw;
  right: 1vw;
}
#online_lesson #sec02 .outer h4 {
  position: relative;
  margin: 0 0 30px;
}
#online_lesson #sec02 .outer h4 img {
  width: 22vw;
  height: 23.73333vw;
  top: -13.33333vw;
  left: -6.26667vw;
  position: absolute;
}
#online_lesson #sec02 .outer h4 p {
  padding-left: 16.66667vw;
  font-size: 17rem;
  color: #195b9c;
  text-align: center;
  font-weight: bold;
}
#online_lesson #sec02 .outer h4 p span {
  position: relative;
}
#online_lesson #sec02 .outer h4 p span:before {
  content: "";
  position: absolute;
  background: url(img/online_lesson/h4_left.png) no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 4px;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#online_lesson #sec02 .outer h4 p span:after {
  content: "";
  position: absolute;
  background: url(img/online_lesson/h4_right.png) no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 4px;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#online_lesson #sec02 .outer .detail {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}
#online_lesson #sec02 .outer .detail .item {
  margin: 0 0 30px;
}
#online_lesson #sec02 .outer .detail .item .photo {
  margin: 0 auto 15px;
}
#online_lesson #sec02 .outer .detail .item .text {
  font-size: 14rem;
  line-height: 1.57;
}
#online_lesson #sec02 .outer .detail .item .text .title {
  font-weight: bold;
  margin: 0 0 10px;
}
#online_lesson #sec02 .outer .detail .item .text .small {
  font-size: 12rem;
  margin: 15px 0 0;
}
#online_lesson #sec02 .outer .detail .item:last-child {
  margin: 0;
}
#online_lesson #sec02 .outer .point {
  background: #eafbff;
  width: w(590);
  margin: 0 auto;
  padding: 12px 3.4vw;
}
#online_lesson #sec02 .outer .point ul li {
  margin: 0 0 15px;
}
#online_lesson #sec02 .outer .point ul li .title {
  position: relative;
  font-size: 14rem;
  font-weight: bold;
  padding-left: 1em;
  margin: 0 0 10px;
}
#online_lesson #sec02 .outer .point ul li .title:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid #6bb1e2;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#online_lesson #sec03 {
  width: 92vw;
  margin: 4vw auto;
  padding: 6vw 0;
  position: relative;
  margin-bottom: 8vw;
}
#online_lesson #sec03 h3 {
  text-align: center;
  margin: 0 0 30px;
}
#online_lesson #sec03 h3 img {
  height: 48px;
  width: auto;
  margin: 0 auto;
}
#online_lesson #sec03 .qalist .qa {
  background: #eafbff;
  width: 88vw;
  margin: 0 0 6.66667vw auto;
  padding: 4vw 6vw 4vw 6vw;
  position: relative;
}
#online_lesson #sec03 .qalist .qa .question {
  font-size: 16rem;
  font-weight: bold;
  position: relative;
  margin: 2vw 0 4vw;
}
#online_lesson #sec03 .qalist .qa .question:before {
  position: absolute;
  content: "";
  background: url(img/about/icon_q.png) no-repeat;
  background-size: 60%;
  -webkit-background-size: 60%;
  width: 15vw;
  height: 20vw;
  top: -9vw;
  left: -10.4vw;
}
#online_lesson #sec03 .qalist .qa .answer {
  position: relative;
}
#online_lesson #sec03 .qalist .qa .answer:before {
  position: absolute;
  content: "";
  background: url(img/about/icon_a.png) no-repeat;
  background-size: 40%;
  -webkit-background-size: 40%;
  width: 15vw;
  height: 15vw;
  top: 0;
  left: -8.2vw;
}
#online_lesson #sec03 .qalist .qa:before {
  content: "";
  position: absolute;
  background: url(img/about/qa_bg.png) no-repeat;
  width: 10vw;
  height: 8vw;
  bottom: -3vw;
  right: -2vw;
}
#online_lesson .back {
  width: 92vw;
  margin: 4vw auto;
}
#online_lesson .back p {
  font-size: 17rem;
  font-weight: bold;
  line-height: 1.41;
  margin: 0 0 30px;
}
#online_lesson .back .btn.blue {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  position: static;
  width: 57.06667vw;
  height: 10.66667vw;
  margin: 0 auto;
  margin-bottom: 4vw;
}
#online_lesson .back .btn.blue a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#online_lesson .back .btn.blue a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#online_lesson .back .btn.blue:last-of-type {
  margin-bottom: 0;
}
#online_lesson .back .btn.blue a {
  width: 65.06667vw;
  height: 10.66667vw;
  margin: 0 auto;
  padding-right: 0;
  font-size: 3.73333vw;
  letter-spacing: 0;
}
#online_lesson .back .btn.blue a:before {
  z-index: 6;
  width: 4vw;
  height: 4vw;
  top: 0;
  bottom: 0;
  left: 2.4vw;
  right: unset;
  background-size: 100% auto;
  transform: scale(-1, 1);
  margin: auto;
}

/*-----------------------------------------------------------------
  高校生 映像授業
  -----------------------------------------------------------------*/
#high_vl {
  width: 100vw;
}
#high_vl #sec01 {
  position: relative;
}
#high_vl #sec01 h3 {
  text-align: center;
}
#high_vl #sec01 h3 img {
  height: 44px;
  width: auto;
  margin: 0 auto;
}
#high_vl #sec01 .main_txt {
  width: 93%;
  margin: 7vw auto;
  font-size: 17rem;
  line-height: 1.41;
}
#high_vl #sec01 .main_txt > p {
  text-align: center;
  font-size: 17rem;
  font-weight: bold;
  margin: 0 0 22px;
}
#high_vl #sec01 .main_txt ul {
  width: 81.7vw;
  margin: 30px auto;
}
#high_vl #sec01 .main_txt ul li {
  font-size: 14rem;
  font-weight: bold;
  position: relative;
  padding: 0;
  margin: 0 0 15px;
}
#high_vl #sec01 .main_txt ul li .title {
  position: relative;
  color: #195b9c;
  padding: 7px 0 15px 40px;
}
#high_vl #sec01 .main_txt ul li .title:before {
  content: "";
  display: block;
  background: #195b9c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#high_vl #sec01 .main_txt ul li .title:after {
  content: "1";
  position: absolute;
  display: block;
  left: 10px;
  top: 6px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#high_vl #sec01 .main_txt ul li .text {
  font-weight: normal;
  line-height: 1.57;
}
#high_vl #sec01 .main_txt ul li .text p .small {
  font-size: 12rem;
  display: block;
  margin: 5px 0 15px;
}
#high_vl #sec01 .main_txt ul li:nth-of-type(2) .title:after {
  content: "2";
}
#high_vl #sec01 .main_txt ul li:nth-of-type(3) .title:after {
  content: "3";
}
#high_vl #sec01 .main_txt ul li:nth-of-type(4) .title:after {
  content: "4";
}
#high_vl #sec02 {
  background: url(img/high_vl/sec02_bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  padding: 60px 0 12vw;
  position: relative;
}
#high_vl #sec02 h3 {
  margin: 0 0 50px;
}
#high_vl #sec02 h3 img {
  height: 50px;
  width: auto;
  margin: 0 auto;
}
#high_vl #sec02 .outer {
  width: 91.2%;
  margin: 0 auto;
  background: #fff;
  margin: 6vw auto 60px;
  padding: 8vw 6vw 11.2vw;
  position: relative;
}
#high_vl #sec02 .outer:last-child:before {
  display: none;
}
#high_vl #sec02 .outer:before {
  content: "";
  position: absolute;
  background: url(img/high_vl/arrow.png) no-repeat;
  background-size: 100% auto;
  width: 26.66667vw;
  height: 7.2vw;
  bottom: -45px;
  right: 0;
  left: 0;
  margin: auto;
}
#high_vl #sec02 .outer:after {
  content: "";
  position: absolute;
  background: url(img/high_vl/mini_triangle.png) no-repeat;
  background-size: 100% auto;
  width: 6.66667vw;
  height: 10.26667vw;
  bottom: -3vw;
  right: 1vw;
}
#high_vl #sec02 .outer h4 {
  position: relative;
  margin: 0 0 30px;
}
#high_vl #sec02 .outer h4 img {
  width: 22vw;
  height: 23.73333vw;
  top: -13.33333vw;
  left: -6.26667vw;
  position: absolute;
}
#high_vl #sec02 .outer h4 p {
  padding-left: 16.66667vw;
  font-size: 17rem;
  color: #195b9c;
  text-align: center;
  font-weight: bold;
}
#high_vl #sec02 .outer h4 p span {
  position: relative;
}
#high_vl #sec02 .outer h4 p span:before {
  content: "";
  position: absolute;
  background: url(img/high_vl/h4_left.png) no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 4px;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#high_vl #sec02 .outer h4 p span:after {
  content: "";
  position: absolute;
  background: url(img/high_vl/h4_right.png) no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 4px;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#high_vl #sec02 .outer .detail {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}
#high_vl #sec02 .outer .detail .ex_title {
  background: #62b6e7;
  width: 78.66667vw;
  min-height: 18.66667vw;
  border-radius: 70px;
  position: relative;
  margin: 24px 0;
  display: flex;
  align-items: center;
}
#high_vl #sec02 .outer .detail .ex_title span {
  width: 13.33333vw;
  height: 13.33333vw;
  background: #fff959;
  border: 1px solid #e5dd00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10rem;
  font-weight: bold;
  position: absolute;
  left: 1.73333vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
#high_vl #sec02 .outer .detail .ex_title .title_inner {
  color: #fff;
  font-size: 14rem;
  font-weight: bold;
  padding: 6px 4vw 6px 17.33333vw;
  line-height: 1.35;
}
#high_vl #sec02 .outer .detail .item {
  margin: 0 0 30px;
}
#high_vl #sec02 .outer .detail .item .photo {
  margin: 0 auto 15px;
}
#high_vl #sec02 .outer .detail .item .text {
  font-size: 14rem;
  line-height: 1.57;
}
#high_vl #sec02 .outer .detail .item .text .title {
  font-weight: bold;
  margin: 0 0 10px;
}
#high_vl #sec02 .outer .detail .item .text .small {
  font-size: 12rem;
  margin: 15px 0 0;
}
#high_vl #sec02 .outer .detail .item:last-child {
  margin: 0;
}
#high_vl #sec02 .outer .detail .point {
  background: #fff4f7;
  color: #e62863;
  font-weight: bold;
  font-size: 16rem;
  margin: 30px 0 0;
  padding: 20px 5.3vw;
  line-height: 1.375;
  text-align: center;
}
#high_vl #sec03 {
  width: 92vw;
  margin: 4vw auto;
  padding: 6vw 0 0;
  position: relative;
  margin-bottom: 8vw;
}
#high_vl #sec03 h3 {
  text-align: center;
  margin: 0 0 30px;
}
#high_vl #sec03 h3 img {
  height: 48px;
  width: auto;
  margin: 0 auto;
}
#high_vl #sec03 .merit_inner .merit_detail {
  width: 91.2%;
  margin: 0 auto;
  position: relative;
}
#high_vl #sec03 .merit_inner .merit_detail dl {
  background: #fff;
  margin: 6vw auto;
  padding: 2vw 5vw;
  border: 5px solid #78c0ea;
}
#high_vl #sec03 .merit_inner .merit_detail dl dt {
  position: relative;
  padding: 3vw 0 1vw 22vw;
  font-weight: bold;
  font-size: 16rem;
  z-index: 3;
}
#high_vl #sec03 .merit_inner .merit_detail dl dt p {
  position: relative;
  display: inline-block;
}
#high_vl #sec03 .merit_inner .merit_detail dl dt p:before {
  content: "";
  position: absolute;
  background: #a7ebfa;
  width: 96%;
  height: 16px;
  margin: 0 auto;
  text-align: center;
  transform: skewX(-30deg);
  bottom: -5px;
  left: 0;
}
#high_vl #sec03 .merit_inner .merit_detail dl dt span {
  position: relative;
}
#high_vl #sec03 .merit_inner .merit_detail dl dt img {
  position: absolute;
  width: 22vw;
  max-width: 100px;
  height: auto;
  top: -5vw;
  left: -3vw;
}
#high_vl #sec03 .merit_inner .merit_detail dl dd {
  padding: 7vw 0 2vw;
  font-size: 14rem;
  min-height: 200px;
}
#high_vl #sec03 .merit_inner .merit_detail dl:after {
  content: "";
  position: absolute;
  background: url(img/junior/mini_triangle.png) no-repeat;
  background-size: 60%;
  width: 12vw;
  height: 27%;
  bottom: -7vw;
  right: -2vw;
}
#high_vl .back {
  width: 92vw;
  margin: 4vw auto;
}
#high_vl .back p {
  font-size: 17rem;
  font-weight: bold;
  line-height: 1.41;
  margin: 0 0 30px;
}
#high_vl .back .btn.blue {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  position: static;
  width: 57.06667vw;
  height: 10.66667vw;
  margin: 0 auto;
  margin-bottom: 4vw;
}
#high_vl .back .btn.blue a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#high_vl .back .btn.blue a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#high_vl .back .btn.blue:last-of-type {
  margin-bottom: 0;
}
#high_vl .back .btn.blue a {
  width: 65.06667vw;
  height: 10.66667vw;
  margin: 0 auto;
  padding-right: 0;
  font-size: 3.73333vw;
  letter-spacing: 0;
}
#high_vl .back .btn.blue a:before {
  z-index: 6;
  width: 4vw;
  height: 4vw;
  top: 0;
  bottom: 0;
  left: 2.4vw;
  right: unset;
  background-size: 100% auto;
  transform: scale(-1, 1);
  margin: auto;
}

/*-----------------------------------------------------------------
  面談希望
  -----------------------------------------------------------------*/
#interview h3 {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
  margin: 8vw 0 4vw;
}
#interview h3::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}
#interview dl dt {
  font-weight: bold;
  margin: 4vw 0 1vw;
}
#interview dl dt span {
  font-size: 12rem;
  color: #ff0000;
  font-family: "Arial";
}
#interview dl dd {
  margin: 1vw 0;
}
#interview dl dd input {
  margin: 1vw auto;
}
#interview dl dd input[type=text], #interview dl dd input[type=tel], #interview dl dd input[type=email] {
  padding: 2vw;
  font-family: "Arial";
  width: 100%;
  border: 1px solid #ccc;
}
#interview dl dd textarea {
  padding: 2vw;
  font-family: "Arial";
  width: 100%;
  border: 1px solid #ccc;
}
#interview dl dd .wpcf7-list-item {
  display: block;
  margin: 1vw 0;
}
#interview dl dd input::-webkit-input-placeholder,
#interview dl dd textarea::-webkit-input-placeholder {
  color: #ccc;
}
#interview a {
  display: inline;
  color: #195b9c;
  text-decoration: underline;
}
#interview .txt {
  margin: 0 0 10vw;
}
#interview input[type=submit], #interview input[type=button] {
  -webkit-appearance: none;
  display: block;
  background-color: #fff;
  color: #195b9c;
  border: 2px solid #195b9c;
  border-radius: 30px;
  width: 60vw;
  height: 12vw;
  font-weight: bold;
  position: relative;
  margin: 0 auto 2vw;
}

/*-----------------------------------------------------------------
  プログラミングコース体験会参加希望
  -----------------------------------------------------------------*/
#pgmtrial h3 {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
  margin: 8vw 0 4vw;
}
#pgmtrial h3::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}
#pgmtrial dl dt {
  font-weight: bold;
  margin: 4vw 0 1vw;
}
#pgmtrial dl dt span {
  font-size: 12rem;
  color: #ff0000;
  font-family: "Arial";
}
#pgmtrial dl dd {
  margin: 1vw 0;
}
#pgmtrial dl dd input {
  margin: 1vw auto;
}
#pgmtrial dl dd input[type=text], #pgmtrial dl dd input[type=tel], #pgmtrial dl dd input[type=email] {
  padding: 2vw;
  font-family: "Arial";
  width: 100%;
  border: 1px solid #ccc;
}
#pgmtrial dl dd textarea {
  padding: 2vw;
  font-family: "Arial";
  width: 100%;
  border: 1px solid #ccc;
}
#pgmtrial dl dd .wpcf7-list-item {
  display: block;
  margin: 1vw 0;
}
#pgmtrial dl dd input::-webkit-input-placeholder,
#pgmtrial dl dd textarea::-webkit-input-placeholder {
  color: #ccc;
}
#pgmtrial a {
  display: inline;
  color: #195b9c;
  text-decoration: underline;
}
#pgmtrial .txt {
  margin: 0 0 10vw;
}
#pgmtrial input[type=submit], #pgmtrial input[type=button] {
  -webkit-appearance: none;
  display: block;
  background-color: #fff;
  color: #195b9c;
  border: 2px solid #195b9c;
  border-radius: 30px;
  width: 60vw;
  height: 12vw;
  font-weight: bold;
  position: relative;
  margin: 0 auto 2vw;
}

/*-----------------------------------------------------------------
  体験授業/お問い合わせ
  -----------------------------------------------------------------*/
#contact h3 {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
  margin: 8vw 0 4vw;
}
#contact h3::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}
#contact p {
  margin-bottom: 25px;
}
#contact ul li {
  border: 1px solid #ccc;
  background: #fff;
  width: 80vw;
  height: 69.33333vw;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contact ul li h4 {
  font-size: 19rem;
  text-align: center;
  font-weight: bold;
  color: #195b9c;
  margin: 0 0 15px;
}
#contact ul li .icon {
  margin: 0 auto 30px;
}
#contact ul li .btn {
  display: table;
  background: #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 66.66667vw;
}
#contact ul li .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 5%;
  z-index: 2;
  font-size: 14rem;
  width: 66.66667vw;
  padding: 4px 5% 4px 0;
  line-height: 1.14;
}
#contact ul li .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_hover.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#contact ul li:nth-of-type(1) .icon, #contact ul li:nth-of-type(2) .icon {
  width: 25.33333vw;
}
#contact ul li:nth-of-type(3) .icon {
  width: 19.6vw;
}
#contact .banner {
  width: 78.666vw;
  margin: 0 auto 6.66vw;
}

/*-----------------------------------------------------------------
  フォーム共通
  -----------------------------------------------------------------*/
#form_experience .banner, #form_request .banner, #form_other .banner {
  width: 78.666vw;
  margin: 0 auto 6.66vw;
}

#form_experience h3, #form_request h3, #form_other h3 {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
  margin: 8vw 0 4vw;
}

#form_experience h3::before, #form_request h3::before, #form_other h3::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}

#form_experience dl dt, #form_request dl dt, #form_other dl dt {
  font-weight: bold;
  margin: 4vw 0 1vw;
}

#form_experience dl dt span, #form_request dl dt span, #form_other dl dt span {
  font-size: 12rem;
  color: #ff0000;
  font-family: "Arial";
}

#form_experience dl dd, #form_request dl dd, #form_other dl dd {
  margin: 1vw 0;
}

#form_experience dl dd input, #form_request dl dd input, #form_other dl dd input {
  margin: 1vw auto;
}

#form_experience dl dd input[type=text], #form_experience dl dd input[type=tel], #form_experience dl dd input[type=email] {
  padding: 2vw;
  font-family: "Arial";
  width: 100%;
  border: 1px solid #ccc;
}
#form_experience dl dd textarea {
  padding: 2vw;
  font-family: "Arial";
  width: 100%;
  border: 1px solid #ccc;
}

#form_request dl dd input[type=text], #form_request dl dd input[type=tel], #form_request dl dd input[type=email] {
  padding: 2vw;
  font-family: "Arial";
  width: 100%;
  border: 1px solid #ccc;
}
#form_request dl dd input[name=zip] {
  width: 20vw;
}
#form_request dl dd select[name=todoufuken] {
  width: 25vw;
}
#form_request dl dd textarea {
  padding: 2vw;
  font-family: "Arial";
  width: 100%;
  border: 1px solid #ccc;
}
#form_request dl dd .address .line + .line {
  margin-top: 2vw;
}
#form_request dl dd .address .line + .line select, #form_request dl dd .address .line + .line input {
  margin-left: 0;
}
#form_request dl dd .address .line .label {
  margin-left: 2vw;
}
#form_request dl dd .address dl {
  margin: 0;
  margin-top: 2vw;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  border: 0;
  background: none;
}
#form_request dl dd .address dl dt {
  display: flex;
  align-items: center;
  background: transparent;
  margin-top: 2vw;
}
#form_request dl dd .address dl dd {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
#form_request dl dd .address dl dd span {
  max-width: 100%;
}
#form_request dl dd .address dl dd:nth-of-type(n+2) {
  margin-top: 2vw;
}
#form_request dl dd .address dl dd input {
  margin: 0;
}

#form_other dl dd input[type=text], #form_other dl dd input[type=tel], #form_other dl dd input[type=email] {
  padding: 2vw;
  font-family: "Arial";
  width: 100%;
  border: 1px solid #ccc;
}
#form_other dl dd textarea {
  padding: 2vw;
  font-family: "Arial";
  width: 100%;
  border: 1px solid #ccc;
}

#form_experience dl dd .wpcf7-list-item, #form_request dl dd .wpcf7-list-item, #form_other dl dd .wpcf7-list-item {
  display: block;
  margin: 1vw 0;
}

#form_experience dl dd input::-webkit-input-placeholder, #form_experience dl dd textarea::-webkit-input-placeholder {
  color: #ccc;
}

#form_request dl dd input::-webkit-input-placeholder, #form_request dl dd textarea::-webkit-input-placeholder {
  color: #ccc;
}

#form_other dl dd input::-webkit-input-placeholder, #form_other dl dd textarea::-webkit-input-placeholder {
  color: #ccc;
}

#form_experience a, #form_request a, #form_other a {
  display: inline;
  color: #195b9c;
  text-decoration: underline;
}

#form_experience .txt, #form_request .txt, #form_other .txt {
  margin: 0 0 10vw;
}

#form_experience input[type=submit], #form_experience input[type=button] {
  -webkit-appearance: none;
  display: block;
  background-color: #fff;
  color: #195b9c;
  border: 2px solid #195b9c;
  border-radius: 30px;
  width: 60vw;
  height: 12vw;
  font-weight: bold;
  position: relative;
  margin: 0 auto 2vw;
}

#form_request input[type=submit], #form_request input[type=button] {
  -webkit-appearance: none;
  display: block;
  background-color: #fff;
  color: #195b9c;
  border: 2px solid #195b9c;
  border-radius: 30px;
  width: 60vw;
  height: 12vw;
  font-weight: bold;
  position: relative;
  margin: 0 auto 2vw;
}

#form_other input[type=submit], #form_other input[type=button] {
  -webkit-appearance: none;
  display: block;
  background-color: #fff;
  color: #195b9c;
  border: 2px solid #195b9c;
  border-radius: 30px;
  width: 60vw;
  height: 12vw;
  font-weight: bold;
  position: relative;
  margin: 0 auto 2vw;
}

/*-----------------------------------------------------------------
  確認画面
  -----------------------------------------------------------------*/
#contact .wpcf7c-conf {
  background: #eee;
}

/*-----------------------------------------------------------------
  送信完了画面
  -----------------------------------------------------------------*/
#contact_send .inner {
  margin: 0 auto;
  overflow: hidden;
}
#contact_send .inner h3 {
  color: #195b9c;
  text-align: center;
  font-size: 16rem;
  margin: 5vw auto;
  font-weight: bold;
}
#contact_send .inner p {
  text-align: center;
}
#contact_send .inner .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  margin: 4vw auto;
}
#contact_send .inner .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#contact_send .inner .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

/*-----------------------------------------------------------------
  関連サイト
  -----------------------------------------------------------------*/
#link .txt {
  margin-bottom: 2vw;
}
#link .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 60vw;
  margin: 6vw auto 10vw;
}
#link .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#link .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}
#link dl dt {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
}
#link dl dt::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}
#link dl dd {
  height: 9vw;
  padding: 3vw 0 6vw 10vw;
  line-height: 8vw;
  position: relative;
  z-index: 0;
}
#link dl dd:before {
  content: "";
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 60%;
  -webkit-background-size: 60%;
  position: absolute;
  width: 6vw;
  height: 6vw;
  left: 3.4vw;
  top: 5.1vw;
}

/*-----------------------------------------------------------------
  個人情報保護について/サイトのご利用について
  -----------------------------------------------------------------*/
#privacy a,
#sitepolicy a {
  display: inline;
  text-decoration: underline;
  color: #195b9c;
}

#privacy h3,
#sitepolicy h3 {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
  margin: 8vw 0 4vw;
}

#privacy h3::before,
#sitepolicy h3::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}

#privacy p,
#sitepolicy p {
  line-height: 150%;
}

#privacy p + p,
#sitepolicy p + p {
  margin-top: 15px;
  margin-bottom: 15px;
}

#privacy ul,
#sitepolicy ul {
  padding-left: 1em;
  margin: 6.6vw 0;
  list-style: disc outside;
}

#privacy table,
#sitepolicy table {
  width: 100%;
  margin: 6.6vw auto;
  font-size: 12rem;
}

#privacy table tr th,
#sitepolicy table tr th {
  padding: 0 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  line-height: 130%;
  font-weight: bold;
}

#privacy table tr td,
#sitepolicy table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 130%;
}

#privacy h4,
#sitepolicy h4 {
  margin: 0 0 10px;
  font-size: 12rem;
  font-weight: bold;
}

#privacy .url,
#sitepolicy .url {
  display: block;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #eef6fd;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

#privacy dl dt,
#sitepolicy dl dt {
  float: left;
  font-weight: bold;
}

/*-----------------------------------------------------------------
  サイトマップ
  -----------------------------------------------------------------*/
#sitemap h3 {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
}
#sitemap h3::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}
#sitemap ul li {
  height: auto;
  padding: 3vw 0 0 10vw;
  line-height: 8vw;
  position: relative;
  z-index: 0;
}
#sitemap ul li:before {
  content: "";
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 60%;
  -webkit-background-size: 60%;
  position: absolute;
  width: 6vw;
  height: 6vw;
  left: 3.4vw;
  top: 5.1vw;
}
#sitemap ul ul {
  padding: 3vw 0 0 8vw;
}
#sitemap ul ul li {
  padding: 0 0 0 4vw;
  position: relative;
  border: none;
}
#sitemap ul ul li:before {
  content: "・";
  background: none;
  position: absolute;
  width: 6vw;
  height: 6vw;
  top: 0;
  left: 0;
}
#sitemap ul ul li ul {
  padding: 2vw 0 3vw 8vw;
}

/*-----------------------------------------------------------------
  error
  -----------------------------------------------------------------*/
#error {
  margin: 0 auto;
  overflow: hidden;
}
#error h4 {
  color: #195b9c;
  text-align: center;
  font-size: 40rem;
  margin: 5vw auto;
  font-weight: bold;
}
#error p {
  color: #195b9c;
  text-align: center;
}
#error .txt {
  color: #000;
  margin: 3vw auto;
}
#error .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 60vw;
  margin: 5vw auto;
}
#error .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}
#error .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

@media screen and (min-width: 768px) {
  /*------------------------------ PC用CSS ------------------------------*/
  /*-----------------------------------------------------------------
    common
    -----------------------------------------------------------------*/
  #wrapper {
    min-width: 1366px;
  }

  header {
    width: 100%;
    height: 85px;
    padding-left: 15px;
    position: sticky;
    position: -webkit-sticky;
    z-index: 999;
  }

  .content_wrap {
    overflow: hidden;
  }

  .inner {
    width: 1366px;
    overflow: hidden;
  }

  #breadcrumbs {
    display: block;
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    padding: 10px 0 0;
    position: relative;
    z-index: 51;
    font-size: 12.5rem;
  }
  #breadcrumbs ul {
    display: flex;
    align-items: center;
  }
  #breadcrumbs ul li {
    line-height: 130%;
    vertical-align: middle;
  }
  #breadcrumbs ul li:first-child a span {
    padding-left: 0;
  }
  #breadcrumbs ul li:last-child {
    white-space: nowrap;
    width: 400px;
    padding-right: 0;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
  }
  #breadcrumbs ul li:last-child span {
    padding-right: 0;
  }
  #breadcrumbs ul li a {
    vertical-align: middle;
  }
  #breadcrumbs ul li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    transition: none;
    text-decoration: underline;
  }
  #breadcrumbs ul li span {
    padding: 0 0.8em;
    vertical-align: middle;
  }

  .pagetitle {
    height: 500px;
    background: none;
    overflow: visible;
    margin: 0 0 0 0;
    position: relative;
    z-index: 5;
  }
  .pagetitle h2 {
    width: 100%;
    line-height: 150%;
    font-size: 28rem;
    font-weight: bold;
    left: 50%;
    top: 20%;
    color: #fff;
    padding: 0 0 0 30px;
    margin: 0 0 0 0;
    position: absolute;
    border: none;
    transform: skewY(2deg);
    transform-origin: top right;
    z-index: 1;
    /*span{
            position: absolute;
            padding: 0 0 0 30px;
            z-index: 2;
        }*/
  }
  .pagetitle h2 .title {
    border-left: 5px solid #fff;
    position: relative;
    padding: 35px 0 60px 30px;
    z-index: 2;
  }
  .pagetitle h2 .bread {
    position: absolute;
    bottom: 30px;
    left: 64px;
    font-size: 16rem;
    font-weight: normal;
  }
  .pagetitle h2 .bread a {
    color: #fff;
  }
  .pagetitle h2 .logo {
    width: 260px;
    height: auto;
    position: absolute;
    top: 150px;
    left: 64px;
    z-index: 10;
  }
  .pagetitle h2 .logo img {
    width: 260px;
    height: auto;
  }
  .pagetitle h2:before {
    content: "";
    background: url(img/pagetitle/bg_triangle_pc.png) no-repeat;
    background-size: 100%;
    width: 1112px;
    height: 1116px;
    position: absolute;
    top: -625px;
    left: -240px;
    z-index: 1;
    pointer-events: none;
  }
  .pagetitle .broadband {
    width: 237px;
    height: auto;
    position: absolute;
    top: 220px;
    left: auto;
    right: 400px;
    z-index: 10;
    transform: skewY(2deg);
    transform-origin: top right;
  }
  .pagetitle .broadband img {
    width: 237px;
    height: auto;
  }
  .pagetitle img {
    width: 100%;
    height: auto;
  }
  .pagetitle:before {
    display: none;
  }

  .title_blue {
    height: 220px;
    min-width: 1366px;
    margin: 0 0 76px;
    background: #195b9c;
    overflow: hidden;
  }
  .title_blue.sp {
    display: none;
  }
  .title_blue.pc {
    display: flex;
  }
  .title_blue:before {
    display: none;
  }
  .title_blue h2 {
    position: relative;
    top: 0;
    left: 15px;
    padding: 0 20px 0 30px;
    min-width: 780px;
    width: 56%;
    transform: none;
  }
  .title_blue h2:before {
    display: none;
  }
  .title_blue h2 .bread {
    bottom: 60px;
  }
  .title_blue .bread {
    display: block;
  }
  .title_blue .title_img {
    width: 44%;
  }
  .title_blue .title_img img {
    height: auto;
    width: 100%;
  }

  .title_movie {
    height: auto;
    margin: 0 0 65px;
    display: block;
    background: transparent;
  }
  .title_movie:before {
    display: none;
  }
  .title_movie h2 {
    position: absolute;
    top: 30px;
    left: 15px;
    padding: 0 20px 0 30px;
    min-width: 780px;
    width: 56%;
    height: 200px;
    transform: none;
  }
  .title_movie h2:before {
    background: url(img/pagetitle/bg_title_movie.png) no-repeat;
    background-size: 100%;
    width: 662px;
    height: 668px;
    position: absolute;
    top: -30px;
    left: -20px;
    bottom: unset;
  }
  .title_movie h2 .bread {
    display: block;
    bottom: 50px;
  }
  .title_movie .title_video {
    height: auto;
  }
  .title_movie .title_video video {
    width: 100%;
  }

  #pagetitle_sitemap .skew_mask,
#pagetitle_link .skew_mask,
#pagetitle_privacy .skew_mask,
#pagetitle_sitepolicy .skew_mask,
#pagetitle_error .skew_mask {
    background: url(img/pagetitle/sitemap_bg_pc.png) no-repeat;
    background-size: cover;
  }

  #pagetitle_contact .skew_mask,
#pagetitle_contact_confirm .skew_mask,
#pagetitle_contact_send .skew_mask,
#pagetitle_form_experience .skew_mask,
#pagetitle_form_request .skew_mask,
#pagetitle_form_other .skew_mask {
    background: url(img/pagetitle/contact_bg_pc.png) no-repeat;
    background-size: cover;
  }

  #pagetitle_blog .skew_mask {
    background: url(img/pagetitle/blog_bg_pc.png) no-repeat;
    background-size: cover;
  }

  #pagetitle_course .skew_mask,
#pagetitle_elementary .skew_mask,
#pagetitle_junior .skew_mask,
#pagetitle_high .skew_mask,
#pagetitle_video-lesson .skew_mask {
    background: url(img/pagetitle/course_bg_pc.png) no-repeat;
    background-size: cover;
    overflow: visible;
  }

  #pagetitle_about .skew_mask {
    background: url(img/pagetitle/about_bg_pc.png) no-repeat;
    background-size: cover;
  }

  #pagetitle_search .skew_mask {
    background: url(img/pagetitle/search_bg_pc.png) no-repeat;
    background-size: cover;
  }

  #pagetitle_programming .skew_mask {
    background: url(img/pagetitle/programming_bg_pc.png) no-repeat;
    background-size: cover;
  }

  .skew {
    transform: skewY(-2deg);
    transform-origin: top right;
  }

  .skew_mask {
    overflow: hidden;
    position: relative;
    height: 500px;
    top: -140px;
  }

  .skew_img {
    transform: skewY(4deg);
    transform-origin: top right;
    height: 500px;
  }

  .content {
    width: 100%;
    padding: 10px 0 100px;
    margin: 0 auto 100px;
  }
  .content:before {
    background: url(img/top/info_bg_bottom_left_pc.png) no-repeat;
    width: 450px;
    height: 150px;
    bottom: -100px;
    left: 0;
  }
  .content:after {
    background: url(img/top/info_bg_bottom_right_pc.png) no-repeat;
    width: 441px;
    height: 150px;
    bottom: -100px;
    right: 0;
  }
  .content#course, .content#elementary, .content#junior, .content#high {
    z-index: 4;
  }

  /*-----------------------------------------------------------------
    教室を探す　一覧
    -----------------------------------------------------------------*/
  #search {
    width: 100%;
    margin: 0 0 100px 0;
  }
  #search .inner {
    width: 1190px;
    margin: 0 auto;
  }
  #search .inner h3 {
    padding: 20px 40px;
    margin: 0;
    font-size: 18rem;
    margin-top: 30px;
  }
  #search .inner h3:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
  }
  #search .inner ul {
    overflow: hidden;
    display: block;
    margin: 0;
  }
  #search .inner ul li {
    width: 370px;
    height: 150px;
    margin: 30px 10px 0 0;
    padding: 10px;
  }
  #search .inner ul li .img {
    float: left;
  }
  #search .inner ul li .img img {
    width: 120px;
    height: 120px;
    float: left;
  }
  #search .inner ul li .img .noimage {
    float: left;
    width: 120px;
    height: 120px;
    padding: 50px 25px;
    background: #e1e1e1;
  }
  #search .inner ul li .detail {
    margin: 0 0 0 140px;
  }
  #search .inner ul li .detail h4 {
    margin: 0px 0 30px;
    padding: 26px 0 0;
  }
  #search .inner ul li .detail .tel {
    margin: 0 0 4px 0;
    padding: 0 0 0 30px;
    font-size: 18rem;
  }
  #search .inner ul li .detail .tel:before {
    background-size: 100%;
    -webkit-background-size: 100%;
    width: 24px;
    height: 24px;
    top: -6px;
  }
  #search .inner ul li .detail .tel:hover {
    opacity: 1;
  }
  #search .inner ul li .detail .time {
    font-size: 12rem;
    margin: 6px 0;
  }
  #search .inner ul li .detail .time:hover,
#search .inner ul li .detail .time a:hover {
    opacity: 1;
    color: #333;
  }
  #search .inner ul li:hover {
    background: #eef7ff;
  }
  #search .inner ul li a:hover {
    color: #333;
  }

  /*-----------------------------------------------------------------
    教室を探す　詳細
    -----------------------------------------------------------------*/
  #search_detail {
    background: none;
  }
  #search_detail #sec01 {
    background: url(img/top/sec01_bg_pc.png) no-repeat;
    padding: 0 0 50px 0;
  }
  #search_detail #sec01 .inner {
    width: 1084px;
    margin: 0 auto;
    position: relative;
  }
  #search_detail #sec01 .inner img {
    width: 668px;
    height: 656px;
  }
  #search_detail #sec01 .inner .message {
    width: 463px;
    padding: 30px;
    position: absolute;
    top: 70px;
    right: 0;
    font-size: 16rem;
  }
  #search_detail #sec01 .inner .message .school {
    font-size: 20rem;
  }
  #search_detail #sec01 .inner .message .name {
    font-size: 30rem;
    margin: 15px 0 30px;
    letter-spacing: 1px;
  }
  #search_detail #sec01 .inner .btn {
    transition: 0.2s;
    width: 320px;
    height: 60px;
    margin: 60px auto;
  }
  #search_detail #sec01 .inner .btn a {
    width: 324px;
    height: 60px;
  }
  #search_detail #sec01 .inner .btn a:before {
    top: 1.2vw;
  }
  #search_detail #sec01 .inner .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }
  #search_detail #sec01 .inner .btn:hover a {
    color: #fff;
  }
  #search_detail #sec01 .inner .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #search_detail #sec01 .inner .btn a:before {
    top: 22px;
  }
  #search_detail #sec02 {
    background: url(img/search/sec02_bg_pc.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    padding: 50px 0 140px;
    margin: -100px 0 0;
  }
  #search_detail #sec02 .slide {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 0;
  }
  #search_detail #sec02 .slide .thumb-item_pc {
    width: 1200px;
  }
  #search_detail #sec02 .slide .thumb-item_pc .slick-track .slick-slide {
    height: 800px;
    overflow: hidden;
    position: static;
    text-align: center;
  }
  #search_detail #sec02 .slide .thumb-item_pc .slick-track .slick-slide img {
    /*position: absolute;*/
    /*width: 100%;
                    margin-top: -18.6%;*/
    outline: none;
    display: inline;
    text-align: center;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc {
    width: 1124px;
    margin: -40px auto 0;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc .slick-track li {
    width: 360px !important;
    margin-right: 15px;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc .slick-track li:focus {
    outline: none;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc .slick-dots {
    margin: -15px auto;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc button {
    z-index: 1;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc button.slick-prev {
    left: -40px;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc button.slick-next {
    right: -30px;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc .slick-dotted.slick-slider {
    margin-top: -20vw;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc .slick-prev:before,
#search_detail #sec02 .slide .thumb-item-nav_pc .slick-next:before {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.75;
    color: #1d5e9d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc [dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc .slick-prev:before {
    content: url(img/search/prev.png);
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc [dir=rtl] .slick-prev:before {
    content: url(img/search/next.png);
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc [dir=rtl] .slick-next {
    right: auto;
    left: -25px;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc .slick-next:before {
    content: url(img/search/next.png);
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc [dir=rtl] .slick-next:before {
    content: url(img/search/prev.png);
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc .slick-dots li button:before {
    font-family: "slick";
    font-size: 18rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #search_detail #sec02 .slide .thumb-item-nav_pc .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #1d5e9d;
  }
  #search_detail #sec02 .programming_course {
    width: 1200px;
    height: 357px;
    margin: 50px auto 50px;
  }
  #search_detail #sec02 .programming_course a:hover {
    opacity: 0.5;
  }
  #search_detail #sec02 #access h3 {
    width: 262px;
    margin: 110px auto 60px;
  }
  #search_detail #sec02 #access h3 img {
    width: 262px;
  }
  #search_detail #sec02 #access iframe {
    width: 100%;
    height: 500px;
  }
  #search_detail #sec02 #detail {
    width: 1030px;
    margin: 40px auto;
    padding: 30px;
  }
  #search_detail #sec02 #detail .leftbox {
    width: 500px;
    height: 130px;
    float: left;
    padding: 15px;
  }
  #search_detail #sec02 #detail .leftbox .class {
    margin: 18px 0 15px;
    font-size: 24rem;
  }
  #search_detail #sec02 #detail .leftbox .address {
    margin: 10px 0;
  }
  #search_detail #sec02 #detail .rightbox .tel .num {
    margin: 20px 0 10px;
    padding: 0 0 0 550px;
    font-size: 40rem;
  }
  #search_detail #sec02 #detail .rightbox .tel .num:before {
    background-size: 100%;
    -webkit-background-size: 100%;
    width: 40px;
    height: 40px;
    top: -14px;
    left: 500px;
  }
  #search_detail #sec02 #detail .rightbox .time {
    text-align: justify;
    font-size: 16rem;
    margin: 18px 0 30px;
  }
  #search_detail #sec02 #detail .access .route {
    padding: 20px 40px;
    margin: 0;
    font-size: 18rem;
    padding: 12px 40px;
  }
  #search_detail #sec02 #detail .access .route:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
    width: 6px;
    height: 30px;
    top: 10px;
  }
  #search_detail #sec02 #detail .access p {
    font-size: 16rem;
    line-height: 150%;
    padding: 20px 10px;
  }
  #search_detail #sec02 .contact {
    width: 680px;
    margin: 0 auto;
  }
  #search_detail #sec02 .contact .btn {
    float: left;
    width: 320px;
    height: 60px;
    margin: 0 10px;
  }
  #search_detail #sec02 .contact .btn a {
    width: 320px;
    height: 60px;
  }
  #search_detail #sec02 .contact .btn:hover {
    background: #49b3ea;
    border: none;
  }
  #search_detail #sec02 .contact .btn:hover a {
    color: #fff;
  }
  #search_detail #sec02 .contact .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #search_detail #set .about {
    overflow: hidden;
    min-width: 1366px;
    padding: 10px 0 350px;
  }
  #search_detail #set .about .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 16rem;
    line-height: 150%;
  }
  #search_detail #set .about .inner h2 {
    width: 435px;
    margin: 0 auto;
  }
  #search_detail #set .about .inner h2 img {
    width: 435px;
    height: auto;
  }
  #search_detail #set .about .inner ul li {
    margin: 100px auto;
    padding: 0;
    background: #eafbff;
    width: 100%;
    height: 400px;
  }
  #search_detail #set .about .inner ul li h3 {
    width: 500px;
    height: 213px;
    margin: 0 30px;
    padding: 50px 0 20px;
  }
  #search_detail #set .about .inner ul li p {
    width: 418px;
    margin: 0 80px;
  }
  #search_detail #set .about .inner ul li p:before, #search_detail #set .about .inner ul li p:after {
    display: none;
  }
  #search_detail #set .about .inner ul li:nth-of-type(1) {
    margin-left: 50%;
  }
  #search_detail #set .about .inner ul li:nth-of-type(1):before {
    background: url(img/top/sec03_coach01_img_pc.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0;
    margin: 0;
    width: 50%;
    height: 500px;
    top: -50px;
    left: -50%;
  }
  #search_detail #set .about .inner ul li:nth-of-type(2) h3 {
    margin: 0 auto;
    width: 1100px;
  }
  #search_detail #set .about .inner ul li:nth-of-type(2) p {
    margin: 0 auto;
    width: 1000px;
    padding: 0 600px 0 0;
  }
  #search_detail #set .about .inner ul li:nth-of-type(2):before {
    background: url(img/top/sec03_coach02_img_pc.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0;
    margin: 0;
    width: 50%;
    height: 500px;
    top: -50px;
    left: 50%;
  }
  #search_detail #set .about .inner ul li:nth-of-type(3) {
    margin-left: 50%;
  }
  #search_detail #set .about .inner ul li:nth-of-type(3):before {
    background: url(img/top/sec03_coach03_img_pc.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0;
    margin: 0;
    width: 50%;
    height: 500px;
    top: -50px;
    left: -50%;
  }
  #search_detail #set .about .inner .btn {
    width: 324px;
    height: 60px;
    margin: 130px auto 0;
    transition: 0.2s;
  }
  #search_detail #set .about .inner .btn a {
    width: 324px;
    height: 60px;
  }
  #search_detail #set .about .inner .btn a:before {
    top: 1.2vw;
  }
  #search_detail #set .about .inner .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }
  #search_detail #set .about .inner .btn:hover a {
    color: #fff;
  }
  #search_detail #set .about .inner .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #search_detail #set .about .inner .btn a:before {
    top: 21px;
  }
  #search_detail #set .about:before {
    background: url(img/top/sec03_bg_top_pc.png) no-repeat;
    width: 1511px;
    height: 104px;
    margin-left: -755px;
    left: 50%;
  }
  #search_detail #set .about:after {
    background: url(img/top/sec03_bg_bottom_pc.png) no-repeat;
    width: 1538px;
    height: 202px;
    margin: 0 -769px 0 0;
    bottom: 150px;
    right: 50%;
  }
  #search_detail #set .course {
    background: url(img/top/sec04_bg_pc.png) no-repeat;
    background-size: 100% 80%;
    -webkit-background-size: 100% 80%;
    margin: -300px 0 50px;
    padding: 110px 0 0;
    width: 100%;
    min-width: 1366px;
    height: auto;
  }
  #search_detail #set .course .inner {
    width: 100%;
    min-height: 670px;
  }
  #search_detail #set .course .inner h2 {
    text-align: center;
    width: 345px;
    height: 40px;
    margin: 0 auto 63px;
  }
  #search_detail #set .course .inner h2 img {
    width: 345px;
  }
  #search_detail #set .course .inner ul {
    width: 100%;
    min-width: 1366px;
    height: 32vw;
  }
  #search_detail #set .course .inner ul li {
    float: left;
    max-width: 636px;
    min-width: 33.3%;
    width: 30vw;
    height: 21vw;
    min-height: 300px;
  }
  #search_detail #set .course .inner ul li .course_detail {
    width: 400px;
    height: 195px;
    margin: 56% auto 0;
    padding: 30px 10px;
    position: relative;
  }
  #search_detail #set .course .inner ul li .course_detail:nth-of-type(1) img, #search_detail #set .course .inner ul li .course_detail:nth-of-type(2) img, #search_detail #set .course .inner ul li .course_detail:nth-of-type(3) img {
    width: 50%;
    margin: 0 auto;
  }
  #search_detail #set .course .inner ul li .course_detail p {
    width: 310px;
    margin: 20px auto;
    text-align: center;
    font-size: 16rem;
  }
  #search_detail #set .course .inner ul li .course_detail:hover {
    background: #eafbff;
  }
  #search_detail #set .course .inner ul li .course_detail a:hover {
    color: #333;
    opacity: 1;
  }
  #search_detail #set .course .inner ul li:nth-of-type(1) {
    background: url(img/top/sec04_course_01_img_pc.png) center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #search_detail #set .course .inner ul li:nth-of-type(1):before {
    display: none;
  }
  #search_detail #set .course .inner ul li:nth-of-type(2) {
    background: url(img/top/sec04_course_02_img_pc.png) center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 30px 0 0;
  }
  #search_detail #set .course .inner ul li:nth-of-type(2):before {
    display: none;
  }
  #search_detail #set .course .inner ul li:nth-of-type(3) {
    background: url(img/top/sec04_course_03_img_pc.png) center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 60px 0 0;
  }
  #search_detail #set .course .inner ul li:nth-of-type(3):before {
    display: none;
  }
  #search_detail #set .course .message {
    position: relative;
    margin: 50px 0 0;
  }
  #search_detail #set .course .message:before {
    /*width: 1092px;
              height: 410px;
              background: url(img/top/sec04_message_pc.png) center top no-repeat;
              top: 0;
              left: 0;*/
    display: none;
  }
  #search_detail #set .course .message img {
    width: 100%;
  }
  #search_detail #set .course .message p {
    padding: 0;
    position: absolute;
    width: 1092px;
    height: 410px;
    top: -35px;
    right: 36vw;
  }
  #search_detail #set .course .message p img {
    width: auto;
  }
  #search_detail #set .contact_btn {
    transition: 0.2s;
    width: 320px;
    height: 60px;
  }
  #search_detail #set .contact_btn a {
    width: 324px;
    height: 60px;
  }
  #search_detail #set .contact_btn a:before {
    top: 1.2vw;
  }
  #search_detail #set .contact_btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }
  #search_detail #set .contact_btn:hover a {
    color: #fff;
  }
  #search_detail #set .contact_btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #search_detail #set .contact_btn a:before {
    top: 22px;
  }

  /*-----------------------------------------------------------------
    エルヴェの個別指導
    -----------------------------------------------------------------*/
  #about {
    min-width: 1366px;
  }
  #about .anker {
    width: 980px;
    margin: 0 auto;
  }
  #about .anker ul li {
    width: 320px;
    height: 70px;
    display: inline-block;
    padding: 0;
    font-size: 16rem;
    z-index: 5;
  }
  #about .anker ul li:hover {
    background: #195b9c;
  }
  #about .anker ul li:hover:nth-of-type(1) {
    border-radius: 50px 0 0 50px;
  }
  #about .anker ul li:hover:nth-of-type(3) {
    border-radius: 0 50px 50px 0;
  }
  #about .anker ul li a {
    display: block;
    height: 70px;
    padding: 25px 30px;
    width: 320px;
  }
  #about .anker ul li a:hover {
    color: #fff;
  }
  #about .anker ul li:nth-of-type(1) {
    border-radius: 50px 0 0 50px;
  }
  #about .anker ul li:nth-of-type(3) {
    border-radius: 0 50px 50px 0;
    padding: 0;
  }
  #about .anker ul li:nth-of-type(3) a {
    display: block;
    height: 70px;
    padding: 25px 0 0 105px;
    width: 320px;
  }
  #about .anker ul li:before {
    background-size: 60%;
    -webkit-background-size: 60%;
    width: 25px;
    height: 30px;
    top: 27px;
    right: 10px;
  }
  #about h2 {
    margin: 50px auto 60px;
    font-size: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 65px;
    color: #195b9c;
    font-weight: bold;
    height: 70px;
  }
  #about h2:before, #about h2:after {
    content: "";
    display: block;
    height: 40px;
  }
  #about h2:before {
    border-left: 1px solid #195b9c;
    transform: skewX(20deg);
    margin-left: 0;
    margin-right: 35px;
  }
  #about h2:after {
    border-right: 1px solid #195b9c;
    transform: skewX(-20deg);
    margin-left: 35px;
    margin-right: 0;
  }
  #about #sec01 {
    width: 100%;
    min-width: 1366px;
    margin: -85px auto 0;
    padding: 85px 0 80px;
    background: url(img/about/sec01_bg_pc.png) repeat;
    font-size: 16rem;
    line-height: 150%;
    position: relative;
  }
  #about #sec01 .inner {
    width: 1366px;
    overflow: auto;
  }
  #about #sec01 .inner ul {
    width: 1200px;
    margin: 120px auto 100px;
    line-height: 180%;
  }
  #about #sec01 .inner ul li {
    width: 815px;
    margin: 0 0 110px;
    padding: 40px 30px 10px;
    position: relative;
    background: rgba(0, 94, 174, 0.7);
  }
  #about #sec01 .inner ul li h3 {
    font-size: 24rem;
    width: auto;
    padding: 0;
    letter-spacing: normal;
    line-height: 150%;
  }
  #about #sec01 .inner ul li .img {
    float: right;
    width: 298px;
    height: 385px;
  }
  #about #sec01 .inner ul li .img img {
    width: 80%;
    height: auto;
    position: absolute;
    left: 534px;
    top: -42px;
  }
  #about #sec01 .inner ul li .txt {
    width: 670px;
    top: 46px;
  }
  #about #sec01 .inner ul li .txt p {
    color: #fff;
    width: 760px;
    margin: 25px auto;
    padding-bottom: 0;
  }
  #about #sec01 .inner ul li:nth-of-type(2) {
    width: 900px;
    margin: 0 0 110px 284px;
  }
  #about #sec01 .inner ul li:nth-of-type(2) h3 {
    width: 810px;
  }
  #about #sec01 .inner ul li:nth-of-type(2) .img {
    float: left;
    width: 360px;
  }
  #about #sec01 .inner ul li:nth-of-type(2) .img img {
    width: 70%;
    left: -284px;
  }
  #about #sec01 .inner ul li:nth-of-type(2) .txt {
    width: 874px;
  }
  #about #sec01 .inner ul li:nth-of-type(2) .txt p {
    width: 780px;
  }
  #about #sec01 .inner ul li:nth-of-type(3) .img {
    height: 400px;
  }
  #about #sec02 {
    margin-top: -180px;
    background: url(img/about/sec02_bg_pc.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
  }
  #about #sec02 .inner {
    overflow: visible;
    width: 1200px;
    padding-top: 100px;
  }
  #about #sec02 .inner h2 {
    padding: 0;
    margin: 50px auto 60px;
    background-image: url(./img/about/icon-pen.png);
  }
  #about #sec02 .inner .txt {
    letter-spacing: normal;
    text-align: center;
    font-size: 22rem;
    margin: 0 0 70px;
  }
  #about #sec02 .inner .featurelist {
    margin: auto;
    padding: 0;
  }
  #about #sec02 .inner .featurelist .feature {
    margin: 60px auto 100px;
    padding: 10px 10px 50px;
  }
  #about #sec02 .inner .featurelist .feature h3 {
    padding: 30px 0 40px 80px;
    font-size: 26rem;
    letter-spacing: 1px;
  }
  #about #sec02 .inner .featurelist .feature h3 img {
    width: 180px;
    top: -90px;
    left: -110px;
  }
  #about #sec02 .inner .featurelist .feature p {
    padding: 10px 58px;
    font-size: 16rem;
    line-height: 150%;
  }
  #about #sec02 .inner .featurelist .feature:nth-of-type(2) img {
    margin: 0 auto;
  }
  #about #sec02 .inner .featurelist .feature:nth-of-type(3) p {
    width: 500px;
    float: left;
    padding: 10px 20px 0 58px;
  }
  #about #sec02 .inner .featurelist .feature:nth-of-type(3) figure {
    width: auto;
    margin: 15px 20px 0 0;
  }
  #about #sec02 .inner .featurelist .feature:nth-of-type(3) figure img {
    width: 50%;
  }
  #about #sec02 .inner .featurelist .feature:nth-of-type(4) p {
    width: 530px;
    float: right;
    padding: 10px 58px 0 20px;
  }
  #about #sec02 .inner .featurelist .feature:nth-of-type(4) figure {
    width: 1080px;
    margin: auto;
  }
  #about #sec02 .inner .featurelist .feature:nth-of-type(4) figure img {
    width: 54%;
  }
  #about #sec02 .inner .featurelist .feature:after {
    background-size: 40%;
    -webkit-background-size: 40%;
    width: 110px;
    height: 180px;
    bottom: -100px;
    right: -40px;
    z-index: 2;
  }
  #about #sec02 .photo img {
    width: 100%;
    position: relative;
  }
  #about #sec03 {
    margin: -85px auto 0;
    padding: 85px 0 0;
  }
  #about #sec03 .inner .qalist .qa {
    width: 970px;
    margin: 40px 0 10px 210px;
    padding: 40px 20px 40px 60px;
  }
  #about #sec03 .inner .qalist .qa .question {
    margin: 4px 0 30px;
    font-size: 22rem;
  }
  #about #sec03 .inner .qalist .qa .question:before {
    background-size: 100%;
    width: 60px;
    height: 80px;
    top: -60px;
    left: -90px;
  }
  #about #sec03 .inner .qalist .qa .answer {
    font-size: 16rem;
    line-height: 150%;
  }
  #about #sec03 .inner .qalist .qa .answer:before {
    background-size: 100%;
    width: 40px;
    height: 40px;
    top: 0;
    left: -80px;
  }
  #about #sec03 .inner .qalist .qa:before {
    width: 30px;
    height: 20px;
    bottom: 0;
    right: 0;
  }

  /*-----------------------------------------------------------------
    コースのご案内
    -----------------------------------------------------------------*/
  #course {
    min-width: 1366px;
  }
  #course .txt {
    margin: 20px auto;
    text-align: center;
    font-size: 16rem;
    line-height: 180%;
  }
  #course section:before {
    background: url(img/course/bg_top.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    width: 180px;
    height: 120px;
    top: -384px;
    left: 150px;
  }
  #course section:after {
    background-size: 100%;
    -webkit-background-size: 100%;
    width: 246px;
    height: 104px;
    bottom: -103px;
    right: 0;
  }
  #course section ul li {
    margin: 100px auto;
    padding: 0;
    background: #eafbff;
    width: 100%;
    height: 400px;
  }
  #course section ul li h3 {
    margin: 0 0 10px 50px;
    padding: 50px 0 0;
    height: 170px;
  }
  #course section ul li p {
    margin: 0 0 0 100px;
    width: 370px;
    font-size: 16rem;
  }
  #course section ul li p:before, #course section ul li p:after {
    display: none;
  }
  #course section ul li .detail {
    margin: 30px 0 0 100px;
  }
  #course section ul li .detail h4 {
    margin: 10px 0;
    font-size: 16rem;
    font-weight: bold;
    color: #195b9c;
  }
  #course section ul li .detail a {
    display: block;
    font-size: 16rem;
  }
  #course section ul li .detail a:before {
    width: 15px;
    height: 15px;
    top: 2.4px;
    left: 90px;
  }
  #course section ul li .detail a:hover {
    text-decoration: underline;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #course section ul li .detail a.elementary, #course section ul li .detail a.high {
    display: block;
    margin: 5px 0;
    font-size: 16rem;
    font-weight: normal;
  }
  #course section ul li .detail a.elementary:before, #course section ul li .detail a.high:before {
    content: none;
  }
  #course section ul li .detail a.elementary:hover, #course section ul li .detail a.high:hover {
    text-decoration: underline;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #course section ul li:nth-of-type(1) {
    margin-left: 50%;
  }
  #course section ul li:nth-of-type(1):before {
    background: url(img/course/course_01_img_pc.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0;
    margin: 0;
    width: 50%;
    height: 500px;
    top: -50px;
    left: -50%;
  }
  #course section ul li:nth-of-type(2) h3 {
    margin: 0 auto;
    width: 1100px;
  }
  #course section ul li:nth-of-type(2) p {
    margin: 0 auto;
    width: 980px;
    padding: 0 600px 0 0;
  }
  #course section ul li:nth-of-type(2) .detail {
    width: 980px;
    margin: 30px auto 0;
  }
  #course section ul li:nth-of-type(2):before {
    background: url(img/course/course_02_img_pc.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0;
    margin: 0;
    width: 50%;
    height: 500px;
    top: -50px;
    left: 50%;
  }
  #course section ul li:nth-of-type(3) {
    margin-left: 50%;
  }
  #course section ul li:nth-of-type(3):before {
    background: url(img/course/course_03_img_pc.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0;
    margin: 0;
    width: 50%;
    height: 500px;
    top: -50px;
    left: -50%;
  }

  /*-----------------------------------------------------------------
    ○○生コース共通設定
    -----------------------------------------------------------------*/
  #programming {
    width: 100%;
  }
  #programming .main_txt {
    text-align: center;
    font-weight: bold;
    font-size: 24rem;
    margin: 0 auto 30px;
    line-height: 150%;
  }
  #programming #sec01 {
    padding: 0 0 50px;
  }
  #programming #sec01 .curriculum {
    float: left;
    padding: 20px 0;
    margin: 10px 30px 20px 0;
  }
  #programming #sec01 .curriculum h4 {
    padding: 22px 0 10px;
    font-size: 20rem;
  }
  #programming #sec01 .curriculum .txt {
    padding: 20px;
    margin: 20px auto 0;
    font-size: 16rem;
    height: 200px;
    line-height: 150%;
  }
  #programming #sec01 .curriculum:before {
    width: 262px;
    height: 15px;
    top: 50px;
    left: 110px;
  }
  #programming #sec01 .curriculum:after {
    background-size: 65%;
    -webkit-background-size: 65%;
    width: 654px;
    height: 132px;
    top: 14px;
    left: 28px;
  }
  #programming #sec01 .btn_area {
    width: 1000px;
    padding: 0 154px;
  }
  #programming #sec01 .btn_area .btn.contact {
    width: 320px;
    height: 60px;
    float: left;
    margin: 0 30px 0 0;
  }
  #programming #sec01 .btn_area .btn.contact a {
    width: 320px;
    height: 60px;
  }
  #programming #sec01 .btn_area .btn.contact a:before {
    top: 22px;
  }
  #programming #sec01 .btn_area .btn.about {
    width: 320px;
    height: 60px;
    margin: 0;
  }
  #programming #sec01 .btn_area .btn.about a {
    width: 320px;
    height: 60px;
  }
  #programming #sec01 .btn_area .btn.about a:before {
    top: 22px;
  }
  #programming #sec01 .btn_area .btn:hover {
    background: #49b3ea;
    border: none;
  }
  #programming #sec01 .btn_area .btn:hover a {
    color: #fff;
  }
  #programming #sec01 .btn_area .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #programming #sec01:before {
    background: url(img/junior/top_pc.png) no-repeat;
    width: 180px;
    height: 120px;
    top: -260px;
    left: 0;
  }
  #programming #sec01:after {
    background: url(img/junior/bottom_pc.png) no-repeat;
    width: 246px;
    height: 146px;
    bottom: -140px;
    right: 0;
  }

  #other_course {
    width: 100%;
    min-width: 1366px;
    margin: 0 auto;
    padding: 0;
    height: auto;
  }
  #other_course h3 {
    width: 440px;
    margin: 0 auto 40px;
  }
  #other_course h3 img {
    width: 100%;
  }
  #other_course .inner {
    width: 100%;
    min-height: 600px;
  }
  #other_course .inner ul {
    width: 100%;
    min-width: 1366px;
    height: 30vw;
  }
  #other_course .inner ul li {
    float: left;
    max-width: 636px;
    min-width: 33.3%;
    width: 30vw;
    height: 21vw;
    min-height: 300px;
  }
  #other_course .inner ul li .course {
    width: 400px;
    height: 195px;
    margin: 56% auto 0;
    padding: 30px 10px;
    position: relative;
  }
  #other_course .inner ul li .course:nth-of-type(1) img, #other_course .inner ul li .course:nth-of-type(2) img, #other_course .inner ul li .course:nth-of-type(3) img {
    width: 50%;
    margin: 0 auto;
  }
  #other_course .inner ul li .course:nth-of-type(1) img:hover:hover, #other_course .inner ul li .course:nth-of-type(2) img:hover:hover, #other_course .inner ul li .course:nth-of-type(3) img:hover:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #other_course .inner ul li .course p {
    width: 310px;
    margin: 20px auto;
    text-align: center;
    font-size: 16rem;
  }
  #other_course .inner ul li .course:hover {
    background: #eafbff;
  }
  #other_course .inner ul li .course a:hover {
    color: #333;
    opacity: 1;
  }
  #other_course .inner ul li:nth-of-type(1) {
    background: url(img/top/sec04_course_01_img_pc.png) center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #other_course .inner ul li:nth-of-type(1):before {
    display: none;
  }
  #other_course .inner ul li:nth-of-type(2) {
    background: url(img/top/sec04_course_02_img_pc.png) center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 30px 0 0;
  }
  #other_course .inner ul li:nth-of-type(2):before {
    display: none;
  }
  #other_course .inner ul li:nth-of-type(3) {
    background: url(img/top/sec04_course_03_img_pc.png) center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 60px 0 0;
  }
  #other_course .inner ul li:nth-of-type(3):before {
    display: none;
  }
  #other_course .message {
    position: relative;
    margin: 50px 0 0;
  }
  #other_course .message:before {
    /*width: 1092px;
          height: 410px;
          background: url(img/top/sec04_message_pc.png) center top no-repeat;
          top: 0;
          left: 0;*/
    display: none;
  }
  #other_course .message img {
    width: 100%;
  }
  #other_course .message p {
    padding: 0;
    position: absolute;
    width: 1092px;
    height: 410px;
    top: -35px;
    right: 36vw;
  }
  #other_course .message p img {
    width: auto;
  }

  /*-----------------------------------------------------------------
    小学生コース・中学生コース・高校生コース共通
    -----------------------------------------------------------------*/
  #elementary .anker,
#junior .anker,
#high .anker {
    width: 980px;
    margin: 0 auto 80px;
  }

  #elementary .anker ul,
#junior .anker ul,
#high .anker ul {
    text-align: center;
  }

  #elementary .anker ul li,
#junior .anker ul li,
#high .anker ul li {
    width: 320px;
    height: 70px;
    display: inline-block;
    padding: 0;
    font-size: 16rem;
    z-index: 5;
    text-align: center;
  }

  #elementary .anker ul li:hover,
#junior .anker ul li:hover,
#high .anker ul li:hover {
    background: #195b9c;
  }

  #elementary .anker ul li:hover:nth-of-type(1),
#junior .anker ul li:hover:nth-of-type(1),
#high .anker ul li:hover:nth-of-type(1) {
    border-radius: 50px 0 0 50px;
  }

  #elementary .anker ul li:hover:last-child,
#junior .anker ul li:hover:last-child,
#high .anker ul li:hover:last-child {
    border-radius: 0 50px 50px 0;
  }

  #elementary .anker ul li a,
#junior .anker ul li a,
#high .anker ul li a {
    display: block;
    height: 70px;
    padding: 25px 30px;
    width: 320px;
  }

  #elementary .anker ul li a:hover,
#junior .anker ul li a:hover,
#high .anker ul li a:hover {
    color: #fff;
  }

  #elementary .anker ul li:nth-of-type(1),
#junior .anker ul li:nth-of-type(1),
#high .anker ul li:nth-of-type(1) {
    border-radius: 50px 0 0 50px;
  }

  #elementary .anker ul li:last-child,
#junior .anker ul li:last-child,
#high .anker ul li:last-child {
    border-radius: 0 50px 50px 0;
    padding: 0;
  }

  #elementary .anker ul li:last-child a,
#junior .anker ul li:last-child a,
#high .anker ul li:last-child a {
    display: block;
    height: 70px;
    width: 320px;
  }

  #elementary .anker ul li:before,
#junior .anker ul li:before,
#high .anker ul li:before {
    background-size: 60%;
    -webkit-background-size: 60%;
    width: 25px;
    height: 30px;
    top: 27px;
    right: 10px;
  }

  #elementary #sec01:before,
#elementary #sec02:before,
#elementary #sec03:before {
    display: none;
  }

  #junior #sec01:before,
#junior #sec02:before,
#junior #sec03:before {
    display: none;
  }

  #high #sec01:before,
#high #sec02:before,
#high #sec03:before {
    display: none;
  }

  #elementary .main_txt,
#junior .main_txt,
#high .main_txt {
    width: auto;
    margin: 24px auto;
    font-size: 16rem;
    line-height: 1.75;
  }

  #elementary .subsection,
#junior .subsection,
#high .subsection {
    margin: 0 auto 90px;
  }

  #elementary h3,
#junior h3,
#high h3 {
    text-align: center;
  }

  #elementary h3 img,
#junior h3 img,
#high h3 img {
    height: 75px;
    margin: 0 auto 60px;
  }

  #elementary h4,
#junior h4,
#high h4 {
    font-size: 24rem;
    margin: 0 auto 24px;
  }

  #elementary h4 span,
#junior h4 span,
#high h4 span {
    position: relative;
  }

  #elementary h4 span:before,
#junior h4 span:before,
#high h4 span:before {
    background: url(img/course/h4_left_200.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 7px;
    left: -230px;
  }

  #elementary h4 span:after,
#junior h4 span:after,
#high h4 span:after {
    background: url(img/course/h4_right_200.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 7px;
    right: -230px;
  }

  #elementary h4 + p,
#junior h4 + p,
#high h4 + p {
    width: 980px;
    margin: 24px auto;
    font-size: 16rem;
    line-height: 1.75;
    font-weight: normal;
    text-align: left;
  }

  #elementary .curriculum_detail,
#junior .curriculum_detail,
#high .curriculum_detail {
    width: 1170px;
    border: 5px solid #0065b5;
    padding: 90px 70px 40px 50px;
    margin: 45px auto;
  }

  #elementary .curriculum_detail .title,
#junior .curriculum_detail .title,
#high .curriculum_detail .title {
    font-size: 20rem;
    top: 10px;
  }

  #elementary .curriculum_detail .detail_inner .detail_list,
#junior .curriculum_detail .detail_inner .detail_list,
#high .curriculum_detail .detail_inner .detail_list {
    margin-bottom: 43px;
  }

  #elementary .curriculum_detail .detail_inner .detail_list dl,
#junior .curriculum_detail .detail_inner .detail_list dl,
#high .curriculum_detail .detail_inner .detail_list dl {
    width: 1070px;
    margin: 0 auto 15px;
  }

  #elementary .curriculum_detail .detail_inner .detail_list dl dt,
#junior .curriculum_detail .detail_inner .detail_list dl dt,
#high .curriculum_detail .detail_inner .detail_list dl dt {
    width: 350px;
    padding: 26px 32px;
    margin-left: 0;
    font-size: 20rem;
    line-height: 1.4;
  }

  #elementary .curriculum_detail .detail_inner .detail_list dl dt:before,
#junior .curriculum_detail .detail_inner .detail_list dl dt:before,
#high .curriculum_detail .detail_inner .detail_list dl dt:before {
    width: 45px;
    height: 58px;
    left: 8px;
    bottom: -34px;
  }

  #elementary .curriculum_detail .detail_inner .detail_list dl dt:after,
#junior .curriculum_detail .detail_inner .detail_list dl dt:after,
#high .curriculum_detail .detail_inner .detail_list dl dt:after {
    width: 24px;
    height: 20px;
    left: 50px;
    bottom: -12px;
  }

  #elementary .curriculum_detail .detail_inner .detail_list dl dd,
#junior .curriculum_detail .detail_inner .detail_list dl dd,
#high .curriculum_detail .detail_inner .detail_list dl dd {
    width: 760px;
    line-height: 1.75;
    font-size: 16rem;
    padding: 20px 40px 20px 140px;
    margin: -70px 0 0 auto;
  }

  #elementary .curriculum_detail .detail_inner .detail_list dl dd:before,
#junior .curriculum_detail .detail_inner .detail_list dl dd:before,
#high .curriculum_detail .detail_inner .detail_list dl dd:before {
    width: 60px;
    height: 56px;
    left: 60px;
    top: 20px;
  }

  #elementary .curriculum_detail .detail_inner .text,
#junior .curriculum_detail .detail_inner .text,
#high .curriculum_detail .detail_inner .text {
    font-size: 20rem;
    padding: 25px 30px;
    line-height: 1.6;
  }

  #elementary .curriculum_detail:before,
#junior .curriculum_detail:before,
#high .curriculum_detail:before {
    background: url(img/course/detail_title_bg_pc.png) no-repeat;
    background-size: 100%;
    max-width: unset;
    width: 1010px;
    height: 68px;
    top: -13px;
  }

  #elementary .course,
#junior .course,
#high .course {
    width: 1170px;
    overflow: hidden;
  }

  #elementary .course .course_detail,
#junior .course .course_detail,
#high .course .course_detail {
    width: 960px;
    margin: 0 auto;
    padding-top: 14px;
  }

  #elementary .course .course_detail dl,
#junior .course .course_detail dl,
#high .course .course_detail dl {
    background: #fff;
    margin: 0 auto;
    padding: 30px;
  }

  #elementary .course .course_detail dl dt,
#junior .course .course_detail dl dt,
#high .course .course_detail dl dt {
    padding: 0 0 0 70px;
    font-size: 20rem;
    text-align: center;
  }

  #elementary .course .course_detail dl dt img,
#junior .course .course_detail dl dt img,
#high .course .course_detail dl dt img {
    width: 85px;
    height: auto;
    top: -50px;
    left: -30px;
  }

  #elementary .course .course_detail dl dt p,
#junior .course .course_detail dl dt p,
#high .course .course_detail dl dt p {
    position: relative;
    display: inline-block;
  }

  #elementary .course .course_detail dl dt p span,
#junior .course .course_detail dl dt p span,
#high .course .course_detail dl dt p span {
    position: relative;
  }

  #elementary .course .course_detail dl dt p:before,
#junior .course .course_detail dl dt p:before,
#high .course .course_detail dl dt p:before {
    content: "";
    height: 15px;
    bottom: -4px;
    left: -6px;
  }

  #elementary .course .course_detail dl dd,
#junior .course .course_detail dl dd,
#high .course .course_detail dl dd {
    padding: 34px 0 0;
    font-size: 16rem;
    line-height: 1.75;
  }

  #elementary .course .course_detail dl:after,
#junior .course .course_detail dl:after,
#high .course .course_detail dl:after {
    width: 48px;
    height: 76px;
    bottom: -20px;
    right: -5px;
  }

  #elementary .course .course_detail dl.even,
#junior .course .course_detail dl.even,
#high .course .course_detail dl.even {
    box-shadow: 0px 0px 0px 5px #ffffff inset, 0px 0px 0px 6px #4c8ec6 inset;
    border: none;
  }

  #elementary .course.col_2,
#junior .course.col_2,
#high .course.col_2 {
    width: 770px;
  }

  #elementary .course.col_2 .course_detail,
#junior .course.col_2 .course_detail,
#high .course.col_2 .course_detail {
    width: 370px;
    float: left;
    margin: 0 30px 0 0;
  }

  #elementary .course.col_2 .course_detail:last-child,
#junior .course.col_2 .course_detail:last-child,
#high .course.col_2 .course_detail:last-child {
    margin-right: 0;
  }

  #elementary .course.col_2 .course_detail dl,
#junior .course.col_2 .course_detail dl,
#high .course.col_2 .course_detail dl {
    min-height: 350px;
  }

  #elementary .course.col_3 .course_detail,
#junior .course.col_3 .course_detail,
#high .course.col_3 .course_detail {
    width: 370px;
    float: left;
    margin: 0 30px 0 0;
  }

  #elementary .course.col_3 .course_detail:last-child,
#junior .course.col_3 .course_detail:last-child,
#high .course.col_3 .course_detail:last-child {
    margin-right: 0;
  }

  #elementary .course.col_3 .course_detail dl,
#junior .course.col_3 .course_detail dl,
#high .course.col_3 .course_detail dl {
    min-height: 340px;
  }

  #elementary .pay,
#junior .pay,
#high .pay {
    width: 100%;
    overflow: auto;
  }
  #elementary .pay strong,
#junior .pay strong,
#high .pay strong {
    display: block;
    width: 1080px;
    margin: 10px auto;
    font-size: 18rem;
    font-weight: bold;
  }

  #elementary .pay h4,
#junior .pay h4,
#high .pay h4 {
    width: 570px;
    padding: 30px 0;
    margin: 0 auto;
  }

  #elementary .pay h4 img,
#junior .pay h4 img,
#high .pay h4 img {
    width: 100%;
  }

  #elementary .pay h5,
#junior .pay h5,
#high .pay h5 {
    width: 1080px;
    margin: 0 auto 5px;
    font-size: 18rem;
    font-weight: bold;
  }
  #elementary .pay h5 strong,
#junior .pay h5 strong,
#high .pay h5 strong {
    display: inline;
    width: auto;
    margin: 0;
    font-size: 18rem;
    font-weight: bold;
    margin-left: 1em;
  }

  #elementary .pay table,
#junior .pay table,
#high .pay table {
    width: 1080px;
  }

  #elementary .pay table,
#elementary .pay td,
#elementary .pay th {
    font-size: 18rem;
  }

  #junior .pay table,
#junior .pay td,
#junior .pay th {
    font-size: 18rem;
  }

  #high .pay table,
#high .pay td,
#high .pay th {
    font-size: 18rem;
  }

  #elementary .pay th,
#junior .pay th,
#high .pay th {
    background: #3288c5;
    color: #fff;
    white-space: normal;
    width: 180px !important;
    height: 80px;
    width: 200px;
  }

  #elementary .pay th span,
#junior .pay th span,
#high .pay th span {
    font-size: 14rem;
    font-weight: normal;
  }

  #elementary .pay th.teach,
#junior .pay th.teach,
#high .pay th.teach {
    height: 232px;
    width: 172px;
  }

  #elementary .pay th.elementary,
#junior .pay th.elementary,
#high .pay th.elementary {
    background: #6bb1e2;
  }

  #elementary .pay th br,
#junior .pay th br,
#high .pay th br {
    display: none;
  }

  #elementary .pay td,
#junior .pay td,
#high .pay td {
    background: #fff;
    height: 100px;
    font-size: 16rem;
    padding: 10px 0;
  }

  #elementary .pay td h6,
#junior .pay td h6,
#high .pay td h6 {
    padding-bottom: 10px;
    font-size: 18rem;
    color: #3288c5;
    line-height: 120%;
  }

  #elementary .pay td h6 span,
#junior .pay td h6 span,
#high .pay td h6 span {
    display: block;
    font-size: 14rem;
    font-weight: normal;
  }

  #elementary .pay td p,
#junior .pay td p,
#high .pay td p {
    font-size: 14rem;
    font-weight: normal;
    color: #333;
  }

  #elementary .pay td span,
#junior .pay td span,
#high .pay td span {
    font-size: 14rem;
    font-weight: normal;
    line-height: 1.5;
  }

  #elementary .pay td.rowspan,
#junior .pay td.rowspan,
#high .pay td.rowspan {
    height: 116px;
  }

  #elementary .pay td.junior,
#junior .pay td.junior,
#high .pay td.junior {
    width: 115px;
    background: #6bb1e2;
    color: #fff;
  }

  #elementary .pay td.first,
#junior .pay td.first,
#high .pay td.first {
    height: 100px;
  }

  #elementary .pay td.elementary,
#junior .pay td.elementary,
#high .pay td.elementary {
    background: #6bb1e2;
    color: #fff;
  }

  #elementary .pay td.elementary_type01,
#junior .pay td.junior_type01,
#high .pay td.high_type01 {
    width: 10%;
    background: #3288c5 !important;
    color: #fff;
  }

  #elementary .pay td.elementary_type02,
#junior .pay td.junior_type02,
#high .pay td.high_type02 {
    width: 10%;
    background: #6bb1e2 !important;
    color: #fff;
  }

  #elementary .pay td.elementary_type03,
#junior .pay td.junior_type03,
#high .pay td.high_type03 {
    background: #eeeeee !important;
    color: #333333;
  }

  #elementary .pay td.elementary_height_type02,
#junior .pay td.junior_height_type02,
#high .pay td.high_height_type02 {
    height: 50px;
    font-weight: normal;
  }

  #elementary .pay td s,
#junior .pay td s,
#high .pay td s {
    color: red;
  }

  #elementary .pay td.table_top,
#junior .pay td.table_top,
#high .pay td.table_top {
    border: none;
    background: none;
    height: 50px;
  }

  #elementary .pay td.table_top img,
#junior .pay td.table_top img,
#high .pay td.table_top img {
    width: 100px;
  }

  #elementary .pay .bg_yellow,
#junior .pay .bg_yellow,
#high .pay .bg_yellow {
    background: #ffe100;
  }

  #elementary .pay .even,
#junior .pay .even,
#high .pay .even {
    background: #fbf8f0;
  }

  #elementary .pay .odd,
#junior .pay .odd,
#high .pay .odd {
    background: #fefcf9;
  }

  #elementary .pay .attention,
#junior .pay .attention,
#high .pay .attention {
    width: 1080px;
    margin: 20px auto;
  }

  #elementary .pay dl,
#junior .pay dl,
#high .pay dl {
    width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #3288c5;
  }

  #elementary .pay dl dt,
#junior .pay dl dt,
#high .pay dl dt {
    width: 285px;
    font-size: 18rem;
    padding: 30px;
  }

  #elementary .pay dl dd,
#junior .pay dl dd,
#high .pay dl dd {
    width: 615px;
    font-size: 18rem;
    padding: 30px;
  }

  #elementary .pay dl dd .price,
#junior .pay dl dd .price,
#high .pay dl dd .price {
    text-align: left;
  }

  #elementary .pay dl dd p,
#junior .pay dl dd p,
#high .pay dl dd p {
    font-size: 14rem;
    line-height: 1.71;
  }

  #elementary .message,
#junior .message,
#high .message {
    margin: 50px 0 0;
    z-index: 1;
  }

  #elementary .message img,
#junior .message img,
#high .message img {
    width: 100%;
  }

  #elementary .message .message_inner,
#junior .message .message_inner,
#high .message .message_inner {
    position: absolute;
    width: 1092px;
    top: 45px;
    right: 36vw;
  }

  #elementary .message .message_inner p,
#junior .message .message_inner p,
#high .message .message_inner p {
    position: inherit;
    padding: 0;
    height: 410px;
    font-size: 60rem;
    font-weight: bold;
    line-height: 1.2;
    color: #195b9c;
    background: url(./img/top/message_bg.png) left center no-repeat;
    padding: 95px 0 0 260px;
    letter-spacing: 0.05em;
    font-weight: normal;
  }

  #elementary .message .message_inner p img,
#junior .message .message_inner p img,
#high .message .message_inner p img {
    width: auto;
  }

  #elementary .message .message_inner .btn,
#junior .message .message_inner .btn,
#high .message .message_inner .btn {
    transition: 0.2s;
    width: 325px;
    height: 62px;
    position: relative;
    top: 320px;
    left: 260px;
    right: unset;
    z-index: 2;
  }

  #elementary .message .message_inner .btn a,
#junior .message .message_inner .btn a,
#high .message .message_inner .btn a {
    width: 322px;
    height: 62px;
  }

  #elementary .message .message_inner .btn a:hover,
#junior .message .message_inner .btn a:hover,
#high .message .message_inner .btn a:hover {
    color: #fff;
  }

  #elementary .message .message_inner .btn a:before,
#junior .message .message_inner .btn a:before,
#high .message .message_inner .btn a:before {
    top: 1.5vw;
  }

  #elementary .message .message_inner .btn:hover,
#junior .message .message_inner .btn:hover,
#high .message .message_inner .btn:hover {
    background: #e62865;
  }

  #elementary .message .message_inner .btn:hover a:before,
#junior .message .message_inner .btn:hover a:before,
#high .message .message_inner .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }

  #elementary .message .message_inner .btn:hover,
#junior .message .message_inner .btn:hover,
#high .message .message_inner .btn:hover {
    background: #195b9c;
  }

  #elementary .message:before,
#junior .message:before,
#high .message:before {
    display: none;
  }

  #elementary .school h4 + p,
#junior .school h4 + p,
#high .school h4 + p {
    text-align: center;
  }

  #elementary .school .school_list,
#junior .school .school_list,
#high .school .school_list {
    width: 960px;
    margin: 0 auto 40px;
    padding: 40px 70px;
  }

  #elementary .school .school_list .box,
#junior .school .school_list .box,
#high .school .school_list .box {
    padding: 0;
  }

  #elementary .school .school_list h5,
#junior .school .school_list h5,
#high .school .school_list h5 {
    margin: 0;
    font-size: 18rem;
    padding: 10px 40px;
  }

  #elementary .school .school_list h5:before,
#junior .school .school_list h5:before,
#high .school .school_list h5:before {
    width: 7px;
    height: 32px;
    top: 6px;
    left: 15px;
  }

  #elementary .school .school_list ul,
#junior .school .school_list ul,
#high .school .school_list ul {
    margin: 10px 0 20px;
    padding: 0 30px;
    overflow: hidden;
  }

  #elementary .school .school_list ul li,
#junior .school .school_list ul li,
#high .school .school_list ul li {
    float: left;
    font-size: 16rem;
    width: auto;
    margin: 0 40px 0 0;
  }

  #elementary .school .school_list ul li a:hover,
#junior .school .school_list ul li a:hover,
#high .school .school_list ul li a:hover {
    text-decoration: underline;
  }

  #elementary #info,
#junior #info,
#high #info {
    min-width: 1366px;
    padding: 170px 0 0 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -130px;
  }

  #elementary #info h3,
#junior #info h3,
#high #info h3 {
    padding: 0;
    margin-bottom: 56px;
    width: 290px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 26rem;
    font-weight: bold;
    color: #195b9c;
    padding-top: 20px;
    background: url(./img/top/info_title_bg.png) center center no-repeat;
  }

  #elementary #info .inner,
#junior #info .inner,
#high #info .inner {
    padding: 0;
    width: 1200px;
  }

  #elementary #info ul,
#junior #info ul,
#high #info ul {
    /*display: flex;*/
    /*justify-content: space-around;*/
    width: 1200px;
    margin: 20px auto 50px;
  }

  #elementary #info ul li,
#junior #info ul li,
#high #info ul li {
    float: left;
    border: none;
    background: none;
    width: 570px;
    height: auto;
    padding: 0;
    margin: 0 15px 60px 15px;
    position: relative;
  }

  #elementary #info ul li figure,
#junior #info ul li figure,
#high #info ul li figure {
    width: 270px;
    height: 200px;
    margin: 0 0 15px;
    text-align: center;
  }

  #elementary #info ul li figure a:hover,
#junior #info ul li figure a:hover,
#high #info ul li figure a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #elementary #info ul li figure a .noImage,
#junior #info ul li figure a .noImage,
#high #info ul li figure a .noImage {
    width: 270px;
    height: 200px;
    line-height: 200px;
  }

  #elementary #info ul li figure a .noImage:hover,
#junior #info ul li figure a .noImage:hover,
#high #info ul li figure a .noImage:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #elementary #info ul li:last-child,
#junior #info ul li:last-child,
#high #info ul li:last-child {
    margin: 0 15px 20px 15px;
  }

  #elementary #info ul li .right,
#junior #info ul li .right,
#high #info ul li .right {
    width: 262px;
    height: 116px;
    margin: 0;
  }

  #elementary #info ul li .right h4,
#junior #info ul li .right h4,
#high #info ul li .right h4 {
    height: 55px;
    font-size: 18rem;
    margin-bottom: 0;
  }

  #elementary #info ul li .right h4 a,
#junior #info ul li .right h4 a,
#high #info ul li .right h4 a {
    line-height: 150%;
  }

  #elementary #info ul li .dateLine,
#junior #info ul li .dateLine,
#high #info ul li .dateLine {
    width: 250px;
    padding: 0;
    border-top: none;
    position: absolute;
    left: 10px;
    bottom: 10px;
  }

  #elementary #info ul li .dateLine p,
#junior #info ul li .dateLine p,
#high #info ul li .dateLine p {
    font-size: 14rem;
  }

  #elementary #info ul li .dateLine p.date,
#junior #info ul li .dateLine p.date,
#high #info ul li .dateLine p.date {
    margin-right: 0.5em;
  }

  #elementary #info ul li a:hover,
#junior #info ul li a:hover,
#high #info ul li a:hover {
    text-decoration: underline;
  }

  #elementary #info .btn,
#junior #info .btn,
#high #info .btn {
    clear: both;
    width: 324px;
    height: 60px;
  }

  #elementary #info .btn a,
#junior #info .btn a,
#high #info .btn a {
    width: 324px;
    height: 60px;
  }

  #elementary #info .btn a:before,
#junior #info .btn a:before,
#high #info .btn a:before {
    background-size: 70%;
    -webkit-background-size: 70%;
    top: 19px;
    right: 7px;
  }

  #elementary #info .btn:hover,
#junior #info .btn:hover,
#high #info .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }

  #elementary #info .btn:hover a,
#junior #info .btn:hover a,
#high #info .btn:hover a {
    color: #fff;
  }

  #elementary #info .btn:hover a:before,
#junior #info .btn:hover a:before,
#high #info .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 70%;
    -webkit-background-size: 70%;
  }

  #elementary #info .btn.toblog,
#junior #info .btn.toblog,
#high #info .btn.toblog {
    margin: 0 auto 30px;
    width: 385px;
    height: 64px;
  }

  #elementary #info .btn.toblog a,
#junior #info .btn.toblog a,
#high #info .btn.toblog a {
    width: 385px;
    height: 64px;
    padding-left: 8%;
    font-size: 18rem;
  }

  #elementary #info .btn.toblog a:before,
#junior #info .btn.toblog a:before,
#high #info .btn.toblog a:before {
    background: url(img/top/pen_icon.png) no-repeat;
    background-size: 70%;
    -webkit-background-size: 70%;
    width: 40px;
    height: 40px;
    top: 23%;
    left: 114px;
    right: unset;
  }

  #elementary #info .btn.toblog:hover,
#junior #info .btn.toblog:hover,
#high #info .btn.toblog:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }

  #elementary #info .btn.toblog:hover a,
#junior #info .btn.toblog:hover a,
#high #info .btn.toblog:hover a {
    color: #fff;
  }

  #elementary #info .btn.toblog:hover a:before,
#junior #info .btn.toblog:hover a:before,
#high #info .btn.toblog:hover a:before {
    background: url(img/top/pen_icon.png) no-repeat;
    background-size: 70%;
    -webkit-background-size: 70%;
  }

  #elementary #info:before,
#junior #info:before,
#high #info:before {
    content: "";
    position: absolute;
    background: url(img/top/course_bg_pc.png) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 0 0 0 -958px;
    width: 1916px;
    height: 1592px;
    bottom: 730px;
    left: 50%;
  }

  #elementary #sec02,
#junior #sec02,
#high #sec02 {
    margin: -490px auto -580px;
    padding: 480px 0;
  }

  #elementary #sec02 .btn,
#junior #sec02 .btn,
#high #sec02 .btn {
    width: 325px;
    height: 62px;
    margin: 0 auto;
  }

  #elementary #sec02 .btn a,
#junior #sec02 .btn a,
#high #sec02 .btn a {
    width: 100%;
    height: 100%;
  }

  #elementary #sec02 .btn:hover,
#junior #sec02 .btn:hover,
#high #sec02 .btn:hover {
    background: #6bb1e2;
    border: 2px solid #6bb1e2;
  }

  #elementary #sec03,
#junior #sec03,
#high #sec03 {
    padding: 80px 0 0;
  }

  #elementary #sec03 .btn,
#junior #sec03 .btn,
#high #sec03 .btn {
    width: 325px;
    height: 62px;
    margin: 0 auto;
  }

  #elementary #sec03 .btn a,
#junior #sec03 .btn a,
#high #sec03 .btn a {
    width: 100%;
    height: 100%;
  }

  #elementary #sec03 .btn:hover,
#junior #sec03 .btn:hover,
#high #sec03 .btn:hover {
    background: #6bb1e2;
    border: 2px solid #6bb1e2;
  }

  /*-----------------------------------------------------------------
    小学生コース
    -----------------------------------------------------------------*/
  #elementary #sec02 {
    background: url(img/elementary/sec02_bg_pc.png) no-repeat;
    background-size: 100% 100%;
  }
  #elementary #sec03 .main_txt ol {
    width: 970px;
    margin: 30px auto 50px;
  }
  #elementary #sec03 .main_txt ol li {
    font-size: 18rem;
    padding: 0 0 24px 60px;
  }
  #elementary #sec03 .main_txt ol li:before {
    width: 48px;
    height: 48px;
    top: 0.2em;
    left: 0;
  }
  #elementary #sec03 .main_txt ol li:after {
    font-size: 26rem;
    left: 16px;
    top: 3px;
  }

  /*-----------------------------------------------------------------
    中学生コース
    -----------------------------------------------------------------*/
  #junior .support {
    width: 1170px;
    margin-bottom: 80px;
    padding: 30px 20px;
  }
  #junior .support .item h4 {
    width: 660px;
    padding: 22px 0 10px;
    font-size: 28rem;
  }
  #junior .support .item h4 span {
    line-height: 1.45;
  }
  #junior .support .item h4:before {
    width: 610px;
    bottom: 12px;
  }
  #junior .support .item .txt {
    width: 1130px;
    padding: 40px 80px;
    margin: 20px auto 0;
    font-size: 16rem;
    line-height: 150%;
  }
  #junior .support .item .txt .btn {
    transition: 0.2s;
    width: 200px;
    height: 38px;
  }
  #junior .support .item .txt .btn a {
    width: 324px;
    height: 60px;
  }
  #junior .support .item .txt .btn a:before {
    top: 1.2vw;
  }
  #junior .support .item .txt .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }
  #junior .support .item .txt .btn:hover a {
    color: #fff;
  }
  #junior .support .item .txt .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #junior .support .item .txt .btn a {
    height: 38px;
  }
  #junior .support .item .txt .btn a:before {
    top: 11px;
  }
  #junior .support .item p {
    font-size: 16rem;
    line-height: 1.75;
    margin-bottom: 30px;
  }
  #junior .support .item p.small {
    font-size: 14rem;
    margin: 18px 0 30px;
  }
  #junior .support #sec02 {
    background: url(img/elementary/sec02_bg_pc.png) no-repeat;
    background-size: 100% 100%;
  }

  /*-----------------------------------------------------------------
    高校生コース
    -----------------------------------------------------------------*/
  #high #sec02 {
    background: url(img/elementary/sec02_bg_pc.png) no-repeat;
    background-size: 100% 100%;
  }
  #high #sec03 .main_txt ul {
    width: 970px;
    margin: 0 auto 30px;
  }
  #high #sec03 .main_txt ul li .title {
    font-size: 20rem;
  }
  #high #sec03 .main_txt ul li .title:before {
    width: 1em;
    height: 1em;
    border: 5px solid #6bb1e2;
    vertical-align: middle;
  }
  #high #sec03 .main_txt ul li p {
    font-size: 16rem;
    line-height: 1.75;
  }
  #high #sec03 .course_detail dl dd .title {
    font-size: 20rem;
  }
  #high #sec03 .course_detail dl dd .title:before {
    width: 1em;
    height: 1em;
    border: 5px solid #6bb1e2;
    vertical-align: middle;
  }
  #high #sec03 .course_detail dl dd .ex {
    padding: 18px;
  }
  #high #sec03 .course_detail dl dd .ex .title {
    padding: 4px 0;
    margin: 0 0 16px;
  }
  #high #sec03 .pay {
    width: 1080px;
    margin: 0 auto 30px;
  }
  #high #sec03 .pay h5 {
    width: 1080px;
    margin: 0 auto;
    padding-left: 110px;
    padding-bottom: 10px;
    font-size: 18rem;
    font-weight: bold;
    position: relative;
  }
  #high #sec03 .pay h5 span {
    position: absolute;
    left: 0;
    bottom: 6px;
  }
  #high #sec03 .pay h5 span img {
    width: 100px;
  }
  #high #sec03 .pay h5.pd_left {
    padding-left: 0;
  }
  #high #sec03 .pay table {
    width: 100%;
    margin: 0 0 30px;
    font-size: 18rem;
    text-align: center;
    border: 1px solid #ccc;
  }
  #high #sec03 .pay td {
    font-size: 18rem;
    text-align: center;
    border: 1px solid #ccc;
  }
  #high #sec03 .pay th {
    font-size: 18rem;
    text-align: center;
    border: 1px solid #ccc;
    background: #3288c5;
    color: #fff;
    white-space: normal;
    width: 215px !important;
    height: 80px;
    width: 200px;
    font-weight: bold;
  }
  #high #sec03 .pay th span {
    display: block;
    font-size: 14rem;
    font-weight: normal;
  }
  #high #sec03 .pay th.teach {
    height: 232px;
    width: 172px;
  }
  #high #sec03 .pay th.elementary {
    background: #6bb1e2;
  }
  #high #sec03 .pay td {
    background: #fff;
    height: 80px;
    font-size: 16rem;
  }
  #high #sec03 .pay td h6 {
    padding-bottom: 10px;
    font-size: 18rem;
    color: #3288c5;
    line-height: 120%;
  }
  #high #sec03 .pay td h6 span {
    display: block;
    font-size: 14rem;
    font-weight: normal;
  }
  #high #sec03 .pay td p {
    font-size: 14rem;
    font-weight: normal;
    color: #333;
  }
  #high #sec03 .pay td span {
    font-size: 14rem;
    font-weight: normal;
  }
  #high #sec03 .pay td.rowspan {
    height: 116px;
  }
  #high #sec03 .pay td.junior {
    width: 115px;
    background: #6bb1e2;
    color: #fff;
  }
  #high #sec03 .pay td.first {
    height: 80px;
  }
  #high #sec03 .pay td.elementary {
    background: #6bb1e2;
    color: #fff;
  }

  /*-----------------------------------------------------------------
    プログラミングコース
    -----------------------------------------------------------------*/
  #programming #sec01 h3 {
    width: 430px;
  }
  #programming #sec01 h3 img {
    width: 100%;
  }
  #programming #sec01 .h3txt {
    font-size: 24rem;
    margin-bottom: 40px;
    line-height: 1.3;
  }
  #programming #sec01 .curriculum {
    float: none;
    width: 1170px;
    margin: auto;
  }
  #programming #sec01 .curriculum h4:after {
    right: -50px;
  }
  #programming #sec01 .curriculum .label {
    width: 91px;
    width: 91px;
    height: 112px;
    right: 70px;
    font-size: 18rem;
    padding: 23px 0;
  }
  #programming #sec01 .curriculum .label span {
    font-size: 28rem;
  }
  #programming #sec01 .curriculum .txt {
    height: auto;
    width: 1130px;
    padding: 40px 20px 20px;
  }
  #programming #sec01 .curriculum .txt .right {
    float: left;
    width: 580px;
    padding: 50px 0 0 15px;
  }
  #programming #sec01 .curriculum .txt .right h5 {
    font-size: 22rem;
    margin-bottom: 20px;
  }
  #programming #sec01 .curriculum .txt .right p {
    font-size: 16rem;
  }
  #programming #sec01 .curriculum .txt ol {
    width: 970px;
    margin: auto;
  }
  #programming #sec01 .curriculum .txt ol li {
    padding-bottom: 60px;
  }
  #programming #sec01 .curriculum .txt ol li img {
    width: 381px;
    float: left;
  }
  #programming #sec01 .curriculum .txt ol li:after {
    position: relative;
  }
  #programming #sec01 .curriculum .txt ol li:last-child img {
    float: none;
    max-width: 100%;
    width: auto;
    margin: auto;
  }
  #programming #sec01 .curriculum .txt ol li:after {
    width: 70px;
    height: 30px;
  }
  #programming #sec01 .curriculum:before {
    width: 98px;
    left: 0px;
  }
  #programming #sec01 .curriculum:first-of-type {
    margin-bottom: 140px;
  }
  #programming #sec01 .curriculum:first-of-type:after {
    width: 76px;
    height: 76px;
    bottom: -103px;
  }
  #programming #sec01 .curriculum:last-of-type .txt {
    padding: 60px 0;
  }
  #programming #sec01 .curriculum:last-of-type img {
    margin: auto auto 40px;
  }
  #programming #sec01 .curriculum:last-of-type p {
    width: 640px;
    margin: auto;
    text-align: center;
  }
  #programming #sec01 .curriculum:last-of-type:before {
    width: 250px;
  }
  #programming #sec02 {
    background: url(img/junior/sec02_bg_pc.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    padding-bottom: 30px;
  }
  #programming #sec02 .bg {
    top: -50px;
  }
  #programming #sec02 .bg img {
    width: 100%;
  }
  #programming #sec02 h3 {
    text-align: center;
    width: 406px;
    padding: 0;
  }
  #programming #sec02 h3 img {
    width: 100%;
  }
  #programming #sec02 .outer {
    width: 920px;
    margin: 30px auto 90px;
    padding: 20px 30px;
  }
  #programming #sec02 .outer .detail dl dt {
    font-size: 24rem;
    padding: 50px 0 30px;
  }
  #programming #sec02 .outer .detail dl dd {
    padding: 23px 23px 30px;
  }
  #programming #sec02 .outer .detail dl dd .top {
    margin-bottom: 35px;
  }
  #programming #sec02 .outer .detail dl dd .bottom img {
    width: auto;
  }
  #programming #sec02 .btn {
    width: 320px;
    height: 60px;
    margin: 20px auto 90px;
  }
  #programming #sec02 .btn a {
    width: 320px;
    height: 60px;
  }
  #programming #sec02 .btn a:before {
    top: 22px;
  }
  #programming #sec02 .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }
  #programming #sec02 .btn:hover a {
    color: #fff;
  }
  #programming #sec02 .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #programming #sec03 {
    padding-bottom: 170px;
    background: url(img/programming/sec03_bg_pc.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    padding-top: 50px;
    margin-top: -50px;
  }
  #programming #sec03 h3 {
    width: 370px;
    margin: 15px auto 40px;
  }
  #programming #sec03 h3 img {
    width: 100%;
  }
  #programming #sec03 .curriculum {
    width: 1170px;
    margin: auto;
    padding: 15px;
  }
  #programming #sec03 .curriculum .txt {
    width: 1130px;
    margin: auto;
    padding: 50px 50px 0;
    overflow: hidden;
  }
  #programming #sec03 .curriculum .txt li {
    overflow: hidden;
    float: left;
    margin: 0 30px 30px 0;
  }
  #programming #sec03 .curriculum .txt li img {
    width: 200px;
    float: left;
  }
  #programming #sec03 .curriculum .txt li .right {
    width: 270px;
    float: left;
    margin-left: 22px;
  }
  #programming #sec03 .curriculum .txt li .right h4 {
    padding: 0 0 0 48px;
    font-size: 20rem;
    line-height: 1.3;
  }
  #programming #sec03 .curriculum .txt li .right h4:before {
    top: 7px;
    left: 6px;
    width: 34px;
  }
  #programming #sec03 .curriculum .txt li .right h4.no1:before {
    top: 3px;
    left: 12px;
    width: 26px;
    height: 42px;
  }
  #programming #sec03 .curriculum .txt li .right p {
    font-size: 16rem;
  }
  #programming #sec03 .curriculum .txt li:nth-of-type(2n) {
    margin-right: 0;
  }
  #programming #sec04 {
    padding-bottom: 220px;
    background: url(img/junior/sec02_bg_pc.png) no-repeat;
  }
  #programming #sec04 h3 {
    width: 278px;
    margin: 0 auto 60px;
    padding: 70px 0 0;
  }
  #programming #sec04 h3 img {
    width: 100%;
  }
  #programming #sec04 .outer {
    margin: 0 auto;
    width: 1130px;
    box-shadow: none;
    padding: 0;
  }
  #programming #sec04 .outer .detail {
    padding: 100px 0 100px;
  }
  #programming #sec04 .outer .detail h4 {
    width: 165px;
    left: -20px;
  }
  #programming #sec04 .outer .detail dl {
    width: 780px;
    margin: 0 auto 30px;
  }
  #programming #sec04 .outer .detail dl dt {
    font-size: 18rem;
    padding: 0;
    width: 285px;
    justify-content: center;
  }
  #programming #sec04 .outer .detail dl dd {
    width: 70%;
    font-size: 18rem;
    padding: 40px 20px;
    text-align: center;
  }
  #programming #sec04 .outer .detail dl dd span {
    padding: 0 0 10px;
  }
  #programming #sec04 .outer .detail dl dd p {
    text-align: left;
    font-size: 14rem;
  }
  #programming #sec04 .outer .detail:after {
    background-size: 100%;
    width: 46px;
    height: 79px;
    bottom: 20px;
    right: -20px;
  }
  #programming #sec04 .outer .detail ul {
    width: 770px;
    overflow: hidden;
    margin: 0 auto;
  }
  #programming #sec04 .outer .detail ul li {
    width: 370px;
    float: left;
    margin-right: 30px;
    padding: 0;
    overflow: hidden;
  }
  #programming #sec04 .outer .detail ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #programming #sec04 .outer .detail ul li a {
    display: block;
    overflow: hidden;
    padding: 10px 5px;
  }
  #programming #sec04 .outer .detail ul li a:hover .time {
    color: #333;
  }
  #programming #sec04 .outer .detail ul li img {
    float: left;
    width: 120px;
  }
  #programming #sec04 .outer .detail ul li .right {
    float: left;
    margin-left: 20px;
  }
  #programming #sec04 .outer .detail ul li .right .name {
    margin: 0px 0 30px;
    padding: 26px 0 0;
  }
  #programming #sec04 .outer .detail ul li .right .tel {
    margin: 0 0 4px 0;
    padding: 0 0 0 30px;
    font-size: 18rem;
  }
  #programming #sec04 .outer .detail ul li .right .tel:before {
    background-size: 100%;
    -webkit-background-size: 100%;
    width: 24px;
    height: 24px;
    top: -6px;
  }
  #programming #sec04 .outer .detail ul li .right .time {
    font-size: 12rem;
    margin: 6px 0;
  }
  #programming #sec04 .outer .detail ul li:hover {
    background: #eef7ff;
  }
  #programming #sec04 .btn {
    width: 466px;
    height: 60px;
    margin: 50px auto 0;
  }
  #programming #sec04 .btn a {
    width: 466px;
    height: 60px;
  }
  #programming #sec04 .btn a:before {
    top: 22px;
  }
  #programming #sec04 .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }
  #programming #sec04 .btn:hover a {
    color: #fff;
  }
  #programming #sec04 .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }

  /*-----------------------------------------------------------------
    映像授業コース
    -----------------------------------------------------------------*/
  #video-lesson {
    width: 100%;
    position: relative;
    z-index: 4;
  }
  #video-lesson .main_txt {
    text-align: center;
    font-weight: bold;
    font-size: 24rem;
    margin: 0 auto 30px;
    line-height: 150%;
  }
  #video-lesson .curriculum {
    float: none;
    width: 1170px;
    margin: 0 auto 40px;
    padding: 20px 0;
  }
  #video-lesson .curriculum:last-of-type {
    margin-bottom: 0;
  }
  #video-lesson .curriculum h4 {
    padding: 22px 0 10px;
    font-size: 20rem;
  }
  #video-lesson .curriculum .txt {
    width: 1130px;
    padding: 40px 80px;
    margin: 20px auto 0;
    font-size: 16rem;
    line-height: 150%;
  }
  #video-lesson .curriculum:before {
    width: 262px;
    height: 15px;
    top: 50px;
    left: 0;
    right: 0;
  }
  #video-lesson .curriculum:after {
    background-size: 100% auto;
    width: 348px;
    height: 72px;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  #video-lesson .curriculum h5 {
    color: #0065b5;
    font-size: 28rem;
    font-weight: bold;
    margin-bottom: 13px;
  }
  #video-lesson .curriculum h5 .num {
    font-size: 40rem;
  }
  #video-lesson .curriculum ol li {
    margin-bottom: 20px;
  }
  #video-lesson .curriculum ol li:last-of-type {
    margin-bottom: 0;
  }
  #video-lesson .curriculum dl {
    display: block;
    font-size: 15rem;
    line-height: 1.86667;
    font-weight: bold;
    margin-bottom: 0;
    overflow: hidden;
  }
  #video-lesson .curriculum dl dt {
    float: left;
    width: 90px;
    height: 28px;
    background: #fff959;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  #video-lesson .curriculum dl dt.type {
    clear: left;
  }
  #video-lesson .curriculum dl dt.type + dd {
    width: auto;
  }
  #video-lesson .curriculum dl dd {
    float: left;
    width: 100px;
    margin-left: 10px;
    display: flex;
    padding-top: 2px;
  }
  #video-lesson .curriculum p {
    font-size: 16rem;
    line-height: 1.75;
  }
  #video-lesson #other:before {
    width: 354px;
  }
  #video-lesson #other:after {
    width: 430px;
    background: url(img/course/curriculum_bg_02.png) no-repeat, url(img/course/curriculum_bg_02.png) no-repeat;
    background-size: 34px 34px, 34px 34px;
    background-position: left top, right bottom;
  }
  #video-lesson #other h4 {
    font-size: 18rem;
  }
  #video-lesson #sec01 {
    margin-bottom: 10.66667vw;
  }
  #video-lesson #sec01:before {
    background: url(img/course/bg_top.png) no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    width: 180px;
    height: 120px;
    top: -254px;
    left: 150px;
  }
  #video-lesson #sec01 .btns {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #video-lesson #sec01 .btns .btn.blue {
    display: table;
    background: #fff;
    border: 2px solid #195b9c;
    border-radius: 70px;
    width: 50vw;
    height: 12vw;
    top: 68vw;
    left: 42vw;
    z-index: 1;
    margin: 0 auto;
    position: static;
    width: 325px;
    height: 64px;
    margin: 0 15px;
  }
  #video-lesson #sec01 .btns .btn.blue a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50vw;
    height: 12vw;
    font-size: 16rem;
    font-weight: bold;
    color: #195b9c;
    position: relative;
    padding-right: 5%;
    z-index: 2;
  }
  #video-lesson #sec01 .btns .btn.blue a:before {
    content: "";
    position: absolute;
    background: url(img/common/arrow_blue.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
    display: block;
    width: 30px;
    height: 30px;
    top: 34%;
    right: 0;
  }
  #video-lesson #sec01 .btns .btn.blue:hover {
    background-color: #49b3ea;
    border-color: #49b3ea;
  }
  #video-lesson #sec01 .btns .btn.blue:hover a {
    color: #fff;
  }
  #video-lesson #sec01 .btns .btn.blue:hover a:before {
    background-image: url(img/common/arrow_hover.png);
  }
  #video-lesson #sec01 .btns .btn.blue a {
    width: 325px;
    height: 64px;
    margin: 0 auto;
    padding-right: 0;
    font-size: 18rem;
    letter-spacing: 0;
  }
  #video-lesson #sec01 .btns .btn.blue a:before {
    z-index: 6;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 18px;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #video-lesson #sec02 {
    background: url(img/video-lesson/sec02_bg_pc.png) center bottom no-repeat, url(img/video-lesson/sec02_bg_pc.png) center top no-repeat;
    background-size: 100% auto, 100% auto;
    padding-bottom: 10vw;
    position: relative;
    padding-top: 105px;
  }
  #video-lesson #sec02 h3 {
    padding: 0;
    margin: 0 auto 50px;
    width: auto;
    height: auto;
  }
  #video-lesson #sec02 h3 img {
    display: block;
    width: 285px;
    height: auto;
    margin: 0 auto;
  }
  #video-lesson #sec02 .outer {
    width: 1130px;
    margin: 0 auto;
    background: #fff;
    margin: 6vw auto;
    padding: 100px 0;
    box-shadow: none;
    position: relative;
  }
  #video-lesson #sec02 .outer:after {
    content: "";
    position: absolute;
    background: url(img/video-lesson/mini_triangle_pc.png) no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 77px;
    bottom: 15px;
    right: 15px;
  }
  #video-lesson #sec02 .outer h4 {
    position: absolute;
    width: 165px;
    height: 178px;
    top: -54px;
    left: -35px;
  }
  #video-lesson #sec02 .outer .detail {
    width: 794px;
    margin: 0 auto;
    position: static;
  }
  #video-lesson #sec02 .outer .detail h5 {
    width: 1080px;
    margin: 0 auto;
    padding-left: 110px;
    padding-bottom: 10px;
    font-size: 18rem;
    font-weight: bold;
    position: relative;
  }
  #video-lesson #sec02 .outer .detail h5 span {
    position: absolute;
    left: 0;
    bottom: 6px;
  }
  #video-lesson #sec02 .outer .detail h5 span img {
    width: 100px;
  }
  #video-lesson #sec02 .outer .detail h5.pd_left {
    padding-left: 0;
  }
  #video-lesson #sec02 .outer .detail table {
    width: 794px;
    margin: 0 0 30px;
    font-size: 18rem;
    text-align: center;
    border: 1px solid #ccc;
  }
  #video-lesson #sec02 .outer .detail td {
    font-size: 18rem;
    text-align: center;
    border: 1px solid #ccc;
  }
  #video-lesson #sec02 .outer .detail th {
    font-size: 18rem;
    text-align: center;
    border: 1px solid #ccc;
    background: #3288c5;
    color: #fff;
    white-space: normal;
    width: 215px !important;
    height: 80px;
    width: 200px;
    font-weight: bold;
  }
  #video-lesson #sec02 .outer .detail th span {
    display: block;
    font-size: 14rem;
    font-weight: normal;
  }
  #video-lesson #sec02 .outer .detail th.teach {
    height: 232px;
    width: 172px;
  }
  #video-lesson #sec02 .outer .detail th.elementary {
    background: #6bb1e2;
  }
  #video-lesson #sec02 .outer .detail td {
    background: #fff;
    height: 80px;
    font-size: 16rem;
  }
  #video-lesson #sec02 .outer .detail td h6 {
    padding-bottom: 10px;
    font-size: 18rem;
    color: #3288c5;
    line-height: 120%;
  }
  #video-lesson #sec02 .outer .detail td h6 span {
    display: block;
    font-size: 14rem;
    font-weight: normal;
  }
  #video-lesson #sec02 .outer .detail td p {
    font-size: 14rem;
    font-weight: normal;
    color: #333;
  }
  #video-lesson #sec02 .outer .detail td span {
    font-size: 14rem;
    font-weight: normal;
  }
  #video-lesson #sec02 .outer .detail td.rowspan {
    height: 116px;
  }
  #video-lesson #sec02 .outer .detail td.junior {
    width: 115px;
    background: #6bb1e2;
    color: #fff;
  }
  #video-lesson #sec02 .outer .detail td.first {
    height: 80px;
  }
  #video-lesson #sec02 .outer .detail td.elementary {
    background: #6bb1e2;
    color: #fff;
  }
  #video-lesson #sec02 .outer .detail .bg_gray {
    background: #eee;
    height: 80px;
  }
  #video-lesson #sec02 .outer .detail .attention {
    width: 1080px;
    margin: 20px auto;
  }
  #video-lesson #sec02 .outer .detail ul {
    width: 770px;
    overflow: hidden;
    margin: 0 auto;
  }
  #video-lesson #sec02 .outer .detail ul li {
    width: 370px;
    float: left;
    margin-right: 30px;
    padding: 0;
    overflow: hidden;
  }
  #video-lesson #sec02 .outer .detail ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #video-lesson #sec02 .outer .detail ul li a {
    display: block;
    overflow: hidden;
    padding: 10px 5px;
  }
  #video-lesson #sec02 .outer .detail ul li a:hover .time {
    color: #333;
  }
  #video-lesson #sec02 .outer .detail ul li img {
    float: left;
    width: 120px;
  }
  #video-lesson #sec02 .outer .detail ul li .right {
    float: left;
    margin-left: 20px;
  }
  #video-lesson #sec02 .outer .detail ul li .right .name {
    margin: 0px 0 30px;
    padding: 26px 0 0;
  }
  #video-lesson #sec02 .outer .detail ul li .right .tel {
    margin: 0 0 4px 0;
    padding: 0 0 0 30px;
    font-size: 18rem;
  }
  #video-lesson #sec02 .outer .detail ul li .right .tel:before {
    background-size: 100%;
    -webkit-background-size: 100%;
    width: 24px;
    height: 24px;
    top: -6px;
  }
  #video-lesson #sec02 .outer .detail ul li .right .time {
    font-size: 12rem;
    margin: 6px 0;
  }
  #video-lesson #sec02 .outer .detail ul li:hover {
    background: #eef7ff;
  }
  #video-lesson #sec02 .btn {
    width: 466px;
    height: 60px;
    margin: 50px auto 0;
  }
  #video-lesson #sec02 .btn a {
    width: 466px;
    height: 60px;
  }
  #video-lesson #sec02 .btn a:before {
    top: 22px;
  }
  #video-lesson #sec02 .btn:hover {
    background: #49b3ea;
  }
  #video-lesson #sec02 .btn:hover a {
    color: #fff;
  }
  #video-lesson #sec02 .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }

  /*-----------------------------------------------------------------
    映像授業の活用方法
    -----------------------------------------------------------------*/
  #junior_vo {
    width: 100%;
    position: relative;
    z-index: 4;
  }
  #junior_vo #sec01 h3 {
    margin: 0 0 35px;
  }
  #junior_vo #sec01 h3 img {
    height: 77px;
  }
  #junior_vo #sec01 .main_txt {
    text-align: center;
    font-weight: bold;
    font-size: 24rem;
    margin: 0 auto 60px;
    line-height: 150%;
  }
  #junior_vo #sec02 {
    background: url(img/junior_vo/sec02_bg_pc.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 160px 0;
    position: relative;
  }
  #junior_vo #sec02 h3 {
    padding: 0;
    margin: 0 auto 50px;
    width: auto;
    height: auto;
  }
  #junior_vo #sec02 h3 img {
    display: block;
    height: 75px;
  }
  #junior_vo #sec02 .outer {
    width: 1130px;
    margin: 0 auto;
    background: #fff;
    margin: 6vw auto;
    padding: 44px 0;
    box-shadow: none;
    position: relative;
  }
  #junior_vo #sec02 .outer:after {
    content: "";
    position: absolute;
    background: url(img/video-lesson/mini_triangle_pc.png) no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 77px;
    bottom: 15px;
    right: 15px;
  }
  #junior_vo #sec02 .outer h4 {
    text-align: center;
    margin: 0 0 40px;
  }
  #junior_vo #sec02 .outer h4 img {
    position: absolute;
    width: 165px;
    height: 178px;
    top: -98px;
    left: -70px;
  }
  #junior_vo #sec02 .outer h4 p {
    font-size: 24rem;
    padding: 0;
    display: inline-block;
    position: relative;
  }
  #junior_vo #sec02 .outer h4 p span {
    font-size: 16rem;
    margin: 12px 0 0;
  }
  #junior_vo #sec02 .outer h4 p:before {
    content: "";
    display: block;
    position: absolute;
    background: url(img/course/h4_left_200.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 7px;
    left: -220px;
    top: 0.3em;
  }
  #junior_vo #sec02 .outer h4 p:after {
    content: "";
    display: block;
    position: absolute;
    background: url(img/course/h4_right_200.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 7px;
    right: -220px;
    top: 0.3em;
  }
  #junior_vo #sec02 .outer .detail {
    width: 1030px;
    margin: 0 auto;
    position: static;
  }
  #junior_vo #sec02 .outer .detail .item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
  }
  #junior_vo #sec02 .outer .detail .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #junior_vo #sec02 .outer .detail .item .photo {
    width: 440px;
    margin: 0;
  }
  #junior_vo #sec02 .outer .detail .item .photo img {
    width: 100%;
  }
  #junior_vo #sec02 .outer .detail .item .text {
    width: 560px;
  }
  #junior_vo #sec02 .outer .detail .item .text .title {
    font-size: 18rem;
    margin: 0 0 20px;
  }
  #junior_vo #sec02 .outer .detail .item .text p {
    font-size: 16rem;
    line-height: 1.75;
  }
  #junior_vo #sec02 .outer .detail .item .text .small {
    font-size: 14rem;
  }
  #junior_vo #sec03 {
    margin-bottom: 60px;
    padding: 30px 20px;
    width: 1170px;
  }
  #junior_vo #sec03 .item {
    float: none;
    width: 1130px;
    margin: 0 auto;
    padding: 0;
  }
  #junior_vo #sec03 .item h4 {
    padding: 22px 0 10px;
    font-size: 28rem;
  }
  #junior_vo #sec03 .item .txt {
    width: 1130px;
    padding: 40px 80px;
    margin: 20px auto 0;
    font-size: 16rem;
    line-height: 150%;
  }
  #junior_vo #sec03 .item:before {
    width: 262px;
    height: 15px;
    top: 50px;
    left: 0;
    right: 0;
  }
  #junior_vo #sec03 .item:after {
    background-size: 100% auto;
    width: 348px;
    height: 72px;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  #junior_vo #sec03 .item h5 {
    font-size: 28rem;
    margin-bottom: 54px;
    text-align: center;
  }
  #junior_vo #sec03 .item p {
    font-size: 16rem;
    line-height: 1.75;
  }
  #junior_vo #sec03:before {
    top: 60px;
    width: 590px;
  }
  #junior_vo #sec03:after {
    width: 710px;
    background: url(img/course/curriculum_bg_02.png) no-repeat, url(img/course/curriculum_bg_02.png) no-repeat;
    background-size: 34px 34px, 34px 34px;
    background-position: left top, right bottom;
    height: 72px;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  #junior_vo .back p {
    font-size: 28rem;
    text-align: center;
  }
  #junior_vo .back .btn.blue {
    display: table;
    background: #195b9c;
    border-radius: 70px;
    width: 50vw;
    height: 12vw;
    top: 68vw;
    left: 42vw;
    z-index: 1;
    margin: 0 auto;
    position: static;
    width: 325px;
    height: 64px;
    margin: 0 auto;
  }
  #junior_vo .back .btn.blue a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50vw;
    height: 12vw;
    font-size: 16rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-right: 5%;
    z-index: 2;
  }
  #junior_vo .back .btn.blue a:before {
    content: "";
    position: absolute;
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
    display: block;
    width: 30px;
    height: 30px;
    top: 34%;
    right: 0;
  }
  #junior_vo .back .btn.blue:hover {
    background-color: #49b3ea;
    border-color: #49b3ea;
  }
  #junior_vo .back .btn.blue:hover a {
    color: #fff;
  }
  #junior_vo .back .btn.blue:hover a:before {
    background-image: url(img/common/arrow_hover.png);
  }
  #junior_vo .back .btn.blue a {
    width: 325px;
    height: 64px;
    margin: 0 auto;
    padding-right: 0;
    font-size: 18rem;
    letter-spacing: 0;
  }
  #junior_vo .back .btn.blue a:before {
    z-index: 6;
    width: 18px;
    height: 18px;
    top: 0;
    right: unset;
    background-size: 100% auto;
  }

  /*-----------------------------------------------------------------
    オンライン個別授業
    -----------------------------------------------------------------*/
  #online_lesson {
    width: 100%;
    position: relative;
    z-index: 4;
  }
  #online_lesson #sec01 h3 {
    margin: 0 0 35px;
  }
  #online_lesson #sec01 h3 img {
    height: 77px;
  }
  #online_lesson #sec01 .main_txt {
    width: 960px;
    text-align: center;
    font-weight: bold;
    font-size: 24rem;
    margin: 0 auto 60px;
    line-height: 150%;
  }
  #online_lesson #sec01 .main_txt p + p {
    margin: 30px 0 0;
  }
  #online_lesson #sec02 {
    background: url(img/online_lesson/sec02_bg_pc.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 160px 0;
    position: relative;
  }
  #online_lesson #sec02 h3 {
    padding: 0;
    margin: 0 auto 50px;
    width: auto;
    height: auto;
  }
  #online_lesson #sec02 h3 img {
    display: block;
    height: 75px;
  }
  #online_lesson #sec02 .outer {
    width: 1130px;
    margin: 0 auto;
    background: #fff;
    margin: 6vw auto 128px;
    padding: 50px 0;
    box-shadow: none;
    position: relative;
  }
  #online_lesson #sec02 .outer:before {
    width: 58px;
    height: 58px;
    bottom: -90px;
  }
  #online_lesson #sec02 .outer:after {
    content: "";
    position: absolute;
    background: url(img/online_lesson/mini_triangle_pc.png) no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 77px;
    bottom: 15px;
    right: -15px;
  }
  #online_lesson #sec02 .outer h4 {
    text-align: center;
    margin: 0 0 60px;
  }
  #online_lesson #sec02 .outer h4 img {
    position: absolute;
    width: 165px;
    height: 178px;
    top: -98px;
    left: -70px;
  }
  #online_lesson #sec02 .outer h4 p {
    font-size: 24rem;
    padding: 0;
    display: inline-block;
    position: relative;
  }
  #online_lesson #sec02 .outer h4 p span:before {
    content: "";
    display: block;
    position: absolute;
    background: url(img/course/h4_left_200.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 7px;
    left: -220px;
    top: 0.3em;
  }
  #online_lesson #sec02 .outer h4 p span:after {
    content: "";
    display: block;
    position: absolute;
    background: url(img/course/h4_right_200.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 7px;
    right: -220px;
    top: 0.3em;
  }
  #online_lesson #sec02 .outer .detail {
    width: 1030px;
    margin: 0 auto;
    position: static;
  }
  #online_lesson #sec02 .outer .detail .item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
  }
  #online_lesson #sec02 .outer .detail .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #online_lesson #sec02 .outer .detail .item .photo {
    width: 440px;
    margin: 0;
  }
  #online_lesson #sec02 .outer .detail .item .photo img {
    width: 100%;
  }
  #online_lesson #sec02 .outer .detail .item .text {
    width: 560px;
  }
  #online_lesson #sec02 .outer .detail .item .text .title {
    font-size: 18rem;
    margin: 0 0 20px;
  }
  #online_lesson #sec02 .outer .detail .item .text p {
    font-size: 16rem;
    line-height: 1.75;
  }
  #online_lesson #sec02 .outer .detail .item .text .small {
    font-size: 14rem;
  }
  #online_lesson #sec02 .outer .detail .item:last-child {
    margin: 0 0 40px;
  }
  #online_lesson #sec02 .outer .point {
    width: 1030px;
    padding: 30px;
  }
  #online_lesson #sec02 .outer .point ul li {
    margin: 0 0 24px;
  }
  #online_lesson #sec02 .outer .point ul li .title {
    font-size: 18rem;
    padding-left: 1.5em;
  }
  #online_lesson #sec02 .outer .point ul li .title:before {
    width: 1em;
    height: 1em;
    border: 5px solid #6bb1e2;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #online_lesson #sec02 .outer .point ul li p {
    font-size: 16rem;
    line-height: 1.75;
  }
  #online_lesson #sec03 {
    margin-bottom: 60px;
    padding: 30px 20px;
  }
  #online_lesson #sec03 h3 {
    margin: 0 0 35px;
  }
  #online_lesson #sec03 h3 img {
    height: 75px;
  }
  #online_lesson #sec03 .qalist .qa {
    width: 970px;
    margin: 40px 0 10px 170px;
    padding: 40px 20px 40px 60px;
  }
  #online_lesson #sec03 .qalist .qa .question {
    margin: 4px 0 30px;
    font-size: 22rem;
  }
  #online_lesson #sec03 .qalist .qa .question:before {
    background-size: 100%;
    width: 60px;
    height: 80px;
    top: -60px;
    left: -90px;
  }
  #online_lesson #sec03 .qalist .qa .answer {
    font-size: 16rem;
    line-height: 150%;
  }
  #online_lesson #sec03 .qalist .qa .answer:before {
    background-size: 100%;
    width: 40px;
    height: 40px;
    top: 0;
    left: -80px;
  }
  #online_lesson #sec03 .qalist .qa:before {
    width: 30px;
    height: 20px;
    bottom: 0;
    right: 0;
  }
  #online_lesson .back {
    width: 1030px;
    display: flex;
  }
  #online_lesson .back .btn.blue {
    display: table;
    background: #195b9c;
    border-radius: 70px;
    width: 50vw;
    height: 12vw;
    top: 68vw;
    left: 42vw;
    z-index: 1;
    margin: 0 auto;
    position: static;
    width: 325px;
    height: 64px;
    margin: 0 auto;
  }
  #online_lesson .back .btn.blue a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50vw;
    height: 12vw;
    font-size: 16rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-right: 5%;
    z-index: 2;
  }
  #online_lesson .back .btn.blue a:before {
    content: "";
    position: absolute;
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
    display: block;
    width: 30px;
    height: 30px;
    top: 34%;
    right: 0;
  }
  #online_lesson .back .btn.blue:hover {
    background-color: #49b3ea;
    border-color: #49b3ea;
  }
  #online_lesson .back .btn.blue:hover a {
    color: #fff;
  }
  #online_lesson .back .btn.blue:hover a:before {
    background-image: url(img/common/arrow_hover.png);
  }
  #online_lesson .back .btn.blue a {
    width: 325px;
    height: 64px;
    margin: 0 auto;
    padding-right: 0;
    font-size: 18rem;
    letter-spacing: 0;
  }
  #online_lesson .back .btn.blue a:before {
    z-index: 6;
    width: 18px;
    height: 18px;
    top: 0;
    right: unset;
    background-size: 100% auto;
  }

  /*-----------------------------------------------------------------
    高校生　映像授業
    -----------------------------------------------------------------*/
  #high_vl {
    width: 100%;
    position: relative;
    z-index: 4;
  }
  #high_vl #sec01 h3 {
    margin: 0 0 35px;
  }
  #high_vl #sec01 h3 img {
    height: 77px;
  }
  #high_vl #sec01 .main_txt {
    width: 960px;
    text-align: center;
    font-weight: bold;
    font-size: 24rem;
    margin: 0 auto 60px;
    line-height: 150%;
  }
  #high_vl #sec01 .main_txt > p {
    font-size: 24rem;
  }
  #high_vl #sec01 .main_txt > p + p {
    margin: 30px 0 0;
  }
  #high_vl #sec01 .main_txt ul {
    width: 100%;
    margin: 30px auto;
  }
  #high_vl #sec01 .main_txt ul li {
    font-size: 16rem;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
  }
  #high_vl #sec01 .main_txt ul li .title {
    font-size: 18rem;
    padding: 4px 0 8px 53px;
  }
  #high_vl #sec01 .main_txt ul li .title:before {
    content: "";
    display: block;
    background: #195b9c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #high_vl #sec01 .main_txt ul li .title:after {
    left: 13px;
    top: 1px;
    font-size: 24rem;
  }
  #high_vl #sec01 .main_txt ul li .text {
    line-height: 1.75;
  }
  #high_vl #sec01 .main_txt ul li .text p .small {
    font-size: 14rem;
  }
  #high_vl #sec02 {
    background: url(img/high_vl/sec02_bg_pc.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 160px 0;
    position: relative;
  }
  #high_vl #sec02 h3 {
    padding: 0;
    margin: 0 auto 50px;
    width: auto;
    height: auto;
  }
  #high_vl #sec02 h3 img {
    display: block;
    height: 75px;
  }
  #high_vl #sec02 .main_txt {
    font-weight: bold;
    font-size: 18rem;
    text-align: center;
    line-height: 1.88;
  }
  #high_vl #sec02 .outer {
    width: 1130px;
    margin: 0 auto;
    background: #fff;
    margin: 6vw auto 128px;
    padding: 50px 0;
    box-shadow: none;
    position: relative;
  }
  #high_vl #sec02 .outer:before {
    width: 200px;
    height: 54px;
    bottom: -90px;
  }
  #high_vl #sec02 .outer:after {
    content: "";
    position: absolute;
    background: url(img/high_vl/mini_triangle_pc.png) no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 77px;
    bottom: 15px;
    right: -15px;
  }
  #high_vl #sec02 .outer h4 {
    text-align: center;
    margin: 0 0 60px;
  }
  #high_vl #sec02 .outer h4 img {
    position: absolute;
    width: 165px;
    height: 178px;
    top: -98px;
    left: -70px;
  }
  #high_vl #sec02 .outer h4 p {
    font-size: 24rem;
    padding: 0;
    display: inline-block;
    position: relative;
  }
  #high_vl #sec02 .outer h4 p span:before {
    content: "";
    display: block;
    position: absolute;
    background: url(img/course/h4_left_200.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 7px;
    left: -220px;
    top: 0.3em;
  }
  #high_vl #sec02 .outer h4 p span:after {
    content: "";
    display: block;
    position: absolute;
    background: url(img/course/h4_right_200.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 7px;
    right: -220px;
    top: 0.3em;
  }
  #high_vl #sec02 .outer .detail {
    width: 1030px;
    margin: 0 auto;
    position: static;
  }
  #high_vl #sec02 .outer .detail .ex_title {
    width: 100%;
    min-height: unset;
    border-radius: 25px;
    margin: 42px 0;
  }
  #high_vl #sec02 .outer .detail .ex_title span {
    width: 100px;
    height: 100px;
    font-size: 20rem;
    left: 30px;
  }
  #high_vl #sec02 .outer .detail .ex_title .title_inner {
    font-size: 20rem;
    padding: 12px 0 12px 172px;
  }
  #high_vl #sec02 .outer .detail .item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
  }
  #high_vl #sec02 .outer .detail .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #high_vl #sec02 .outer .detail .item .photo {
    width: 440px;
    margin: 0;
  }
  #high_vl #sec02 .outer .detail .item .photo img {
    width: 100%;
  }
  #high_vl #sec02 .outer .detail .item .text {
    width: 560px;
  }
  #high_vl #sec02 .outer .detail .item .text .title {
    font-size: 18rem;
    margin: 0 0 20px;
  }
  #high_vl #sec02 .outer .detail .item .text p {
    font-size: 16rem;
    line-height: 1.75;
  }
  #high_vl #sec02 .outer .detail .item .text .small {
    font-size: 14rem;
  }
  #high_vl #sec02 .outer .detail .item:last-child {
    margin: 0 0 50px;
  }
  #high_vl #sec02 .outer .detail .ex .item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  #high_vl #sec02 .outer .detail .ex .item:nth-of-type(even) {
    flex-direction: row;
  }
  #high_vl #sec02 .outer .detail .point {
    padding: 45px 0;
    font-size: 20rem;
    line-height: 1.6;
  }
  #high_vl #sec03 {
    margin-bottom: 60px;
    padding: 30px 20px;
  }
  #high_vl #sec03 h3 {
    margin: 0 0 52px;
  }
  #high_vl #sec03 h3 img {
    height: 82px;
  }
  #high_vl #sec03 .merit_inner {
    display: flex;
    flex-wrap: wrap;
    width: 1170px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #high_vl #sec03 .merit_inner .merit_detail {
    width: 570px;
    margin: 0 0 40px;
  }
  #high_vl #sec03 .merit_inner .merit_detail dl {
    margin: 0 auto;
    padding: 30px;
  }
  #high_vl #sec03 .merit_inner .merit_detail dl dt {
    padding: 0 0 0 70px;
    font-size: 20rem;
    text-align: left;
  }
  #high_vl #sec03 .merit_inner .merit_detail dl dt img {
    width: 88px;
    height: auto;
    top: -50px;
    left: -30px;
  }
  #high_vl #sec03 .merit_inner .merit_detail dl dt p {
    position: relative;
    display: inline-block;
  }
  #high_vl #sec03 .merit_inner .merit_detail dl dt p span {
    position: relative;
  }
  #high_vl #sec03 .merit_inner .merit_detail dl dt p:before {
    content: "";
    height: 15px;
    bottom: -4px;
    left: -6px;
    width: 104%;
  }
  #high_vl #sec03 .merit_inner .merit_detail dl dd {
    padding: 34px 0 0;
    font-size: 16rem;
    line-height: 1.75;
    min-height: 180px;
  }
  #high_vl #sec03 .merit_inner .merit_detail dl:after {
    width: 48px;
    height: 76px;
    bottom: -20px;
    right: -5px;
  }
  #high_vl .back {
    width: 1030px;
    display: flex;
  }
  #high_vl .back .btn.blue {
    display: table;
    background: #195b9c;
    border-radius: 70px;
    width: 50vw;
    height: 12vw;
    top: 68vw;
    left: 42vw;
    z-index: 1;
    margin: 0 auto;
    position: static;
    width: 325px;
    height: 64px;
    margin: 0 auto;
  }
  #high_vl .back .btn.blue a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50vw;
    height: 12vw;
    font-size: 16rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-right: 5%;
    z-index: 2;
  }
  #high_vl .back .btn.blue a:before {
    content: "";
    position: absolute;
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
    display: block;
    width: 30px;
    height: 30px;
    top: 34%;
    right: 0;
  }
  #high_vl .back .btn.blue:hover {
    background-color: #49b3ea;
    border-color: #49b3ea;
  }
  #high_vl .back .btn.blue:hover a {
    color: #fff;
  }
  #high_vl .back .btn.blue:hover a:before {
    background-image: url(img/common/arrow_hover.png);
  }
  #high_vl .back .btn.blue a {
    width: 325px;
    height: 64px;
    margin: 0 auto;
    padding-right: 0;
    font-size: 18rem;
    letter-spacing: 0;
  }
  #high_vl .back .btn.blue a:before {
    z-index: 6;
    width: 18px;
    height: 18px;
    top: 0;
    right: unset;
    background-size: 100% auto;
  }

  /*-----------------------------------------------------------------
    面談希望
    -----------------------------------------------------------------*/
  #interview .inner {
    width: 970px;
  }
  #interview .inner p {
    text-align: center;
    font-size: 16rem;
  }
  #interview .inner h3 {
    padding: 20px 40px;
    margin: 0;
    font-size: 18rem;
    margin: 40px 0;
  }
  #interview .inner h3:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
  }
  #interview .inner dl {
    /*border: 1px solid #ccc;
            border-top: none;
            width: 300px;
            background: #f3f3f3;
            margin: 0 0 0 140px;*/
    width: 900px;
    margin: 0 auto;
    display: table;
    height: 60px;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-collapse: collapse;
  }
  #interview .inner dl:nth-of-type(4), #interview .inner dl:nth-of-type(5) {
    height: 110px;
  }
  #interview .inner dl:last-of-type {
    height: 220px;
    border-bottom: 1px solid #ccc;
  }
  #interview .inner dl dt {
    /*color: #333333;
              clear:both;
              width:100px;
              float:left;*/
    display: table-cell;
    background-color: #f3f3f3;
    width: 260px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ccc;
  }
  #interview .inner dl dd {
    display: table-cell;
    width: 640px;
    vertical-align: middle;
    background: #fff;
  }
  #interview .inner dl dd input[type=text], #interview .inner dl dd input[type=tel], #interview .inner dl dd input[type=email] {
    padding: 10px;
    margin: 0 0 0 20px;
    width: 500px;
  }
  #interview .inner dl dd select,
#interview .inner dl dd textarea {
    padding: 10px;
    margin: 0 0 0 20px;
    width: 500px;
  }
  #interview .inner dl dd input[type=text].placeholder, #interview .inner dl dd input[type=tel].placeholder, #interview .inner dl dd input[type=email].placeholder {
    color: #000;
  }
  #interview .inner dl dd select.placeholder,
#interview .inner dl dd textarea.placeholder {
    color: #000;
  }
  #interview .inner dl dd input[type=checkbox] {
    width: 10px;
  }
  #interview .inner dl dd .wpcf7-list-item {
    margin: -10px 0 -10px 20px;
  }
  #interview .inner dl dd p {
    margin: 0 0 10px;
    text-align: left;
  }
  #interview .inner dl dd p:last-child {
    margin: 0;
  }
  #interview .inner dl dd .wpcf7-not-valid-tip {
    margin: 5px 10px;
  }
  #interview .inner .txt {
    clear: both;
    text-align: center;
    margin: 30px 0;
    line-height: 150%;
  }
  #interview .inner .btn {
    width: 320px;
    margin: 0 auto;
    height: 60px;
  }
  #interview .inner .btn input {
    border: 2px solid #195b9c;
    border-radius: 70px;
    background: #fff;
    width: 320px;
    height: 60px;
    font-size: 16rem;
    font-weight: bold;
    color: #195b9c;
    z-index: 2;
  }
  #interview .inner .btn input:hover {
    cursor: pointer;
    background: #49b3ea;
    color: #fff;
    border: none;
  }
  #interview .inner input[type=submit], #interview .inner input[type=button] {
    display: block;
    background-color: #fff;
    color: #195b9c;
    border: 2px solid #195b9c;
    border-radius: 30px;
    width: 320px;
    height: 60px;
    font-weight: bold;
    position: relative;
    margin: 0 auto 15px;
  }
  #interview .inner input[type=submit]:hover, #interview .inner input[type=button]:hover {
    cursor: pointer;
    background: #49b3ea;
    color: #fff;
    border: none;
  }

  /*-----------------------------------------------------------------
    プログラミングコース体験会参加希望
    -----------------------------------------------------------------*/
  #pgmtrial .inner {
    width: 970px;
  }
  #pgmtrial .inner p {
    text-align: center;
    font-size: 16rem;
  }
  #pgmtrial .inner h3 {
    padding: 20px 40px;
    margin: 0;
    font-size: 18rem;
    margin: 40px 0;
  }
  #pgmtrial .inner h3:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
  }
  #pgmtrial .inner dl {
    /*border: 1px solid #ccc;
            border-top: none;
            width: 300px;
            background: #f3f3f3;
            margin: 0 0 0 140px;*/
    width: 900px;
    margin: 0 auto;
    display: table;
    height: 60px;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-collapse: collapse;
  }
  #pgmtrial .inner dl:nth-of-type(4), #pgmtrial .inner dl:nth-of-type(5) {
    height: 110px;
  }
  #pgmtrial .inner dl:last-of-type {
    height: 220px;
    border-bottom: 1px solid #ccc;
  }
  #pgmtrial .inner dl dt {
    /*color: #333333;
              clear:both;
              width:100px;
              float:left;*/
    display: table-cell;
    background-color: #f3f3f3;
    width: 260px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ccc;
  }
  #pgmtrial .inner dl dd {
    display: table-cell;
    width: 640px;
    vertical-align: middle;
    background: #fff;
  }
  #pgmtrial .inner dl dd input[type=text], #pgmtrial .inner dl dd input[type=tel], #pgmtrial .inner dl dd input[type=email] {
    padding: 10px;
    margin: 0 0 0 20px;
    width: 500px;
  }
  #pgmtrial .inner dl dd select,
#pgmtrial .inner dl dd textarea {
    padding: 10px;
    margin: 0 0 0 20px;
    width: 500px;
  }
  #pgmtrial .inner dl dd input[type=text].placeholder, #pgmtrial .inner dl dd input[type=tel].placeholder, #pgmtrial .inner dl dd input[type=email].placeholder {
    color: #000;
  }
  #pgmtrial .inner dl dd select.placeholder,
#pgmtrial .inner dl dd textarea.placeholder {
    color: #000;
  }
  #pgmtrial .inner dl dd input[type=checkbox] {
    width: 10px;
  }
  #pgmtrial .inner dl dd .wpcf7-list-item {
    margin: -10px 0 -10px 20px;
  }
  #pgmtrial .inner dl dd p {
    margin: 0 0 10px;
    text-align: left;
  }
  #pgmtrial .inner dl dd p:last-child {
    margin: 0;
  }
  #pgmtrial .inner dl dd .wpcf7-not-valid-tip {
    margin: 5px 10px;
  }
  #pgmtrial .inner .txt {
    clear: both;
    text-align: center;
    margin: 30px 0;
    line-height: 150%;
  }
  #pgmtrial .inner .btn {
    width: 320px;
    margin: 0 auto;
    height: 60px;
  }
  #pgmtrial .inner .btn input {
    border: 2px solid #195b9c;
    border-radius: 70px;
    background: #fff;
    width: 320px;
    height: 60px;
    font-size: 16rem;
    font-weight: bold;
    color: #195b9c;
    z-index: 2;
  }
  #pgmtrial .inner .btn input:hover {
    cursor: pointer;
    background: #49b3ea;
    color: #fff;
    border: none;
  }
  #pgmtrial .inner input[type=submit], #pgmtrial .inner input[type=button] {
    display: block;
    background-color: #fff;
    color: #195b9c;
    border: 2px solid #195b9c;
    border-radius: 30px;
    width: 320px;
    height: 60px;
    font-weight: bold;
    position: relative;
    margin: 0 auto 15px;
  }
  #pgmtrial .inner input[type=submit]:hover, #pgmtrial .inner input[type=button]:hover {
    cursor: pointer;
    background: #49b3ea;
    color: #fff;
    border: none;
  }

  /*-----------------------------------------------------------------
    体験授業/お問い合わせ扉ページ
    -----------------------------------------------------------------*/
  #contact .inner {
    width: 970px;
  }
  #contact .inner p {
    text-align: center;
    font-size: 16rem;
  }
  #contact .inner h3 {
    padding: 20px 40px;
    margin: 0;
    font-size: 18rem;
    margin: 40px 0;
  }
  #contact .inner h3:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
  }
  #contact .inner p {
    margin-bottom: 30px;
  }
  #contact .inner p.company {
    margin-top: 30px;
  }
  #contact .inner p.company a {
    text-decoration: underline;
    display: inline-block !important;
    font-weight: 600;
    color: blue;
  }
  #contact .inner p.company a:hover {
    opacity: 0.7;
  }
  #contact .inner ul {
    width: 870px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #contact .inner ul li {
    width: 270px;
    height: 250px;
    margin: 0;
  }
  #contact .inner ul li h4 {
    font-size: 18rem;
    margin: 0 0 20px;
  }
  #contact .inner ul li .icon img {
    width: 100%;
  }
  #contact .inner ul li .btn {
    transition: 0.2s;
    width: 240px;
    height: 50px;
  }
  #contact .inner ul li .btn a {
    width: 322px;
    height: 62px;
  }
  #contact .inner ul li .btn a:hover {
    color: #fff;
  }
  #contact .inner ul li .btn a:before {
    top: 1.5vw;
  }
  #contact .inner ul li .btn:hover {
    background: #e62865;
  }
  #contact .inner ul li .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #contact .inner ul li .btn a {
    font-size: 16rem;
    width: 240px;
    padding: 4px 5% 4px 0;
    line-height: 1.06;
  }
  #contact .inner ul li .btn a:before {
    top: 22px;
  }
  #contact .inner ul li .btn:hover {
    background: #49b3ea;
  }
  #contact .inner ul li:nth-of-type(1) .icon {
    width: 85px;
  }
  #contact .inner ul li:nth-of-type(2) .icon {
    width: 80px;
  }
  #contact .inner ul li:nth-of-type(3) .icon {
    width: 71px;
  }
  #contact .banner {
    width: 790px;
    margin: 40px auto 0;
  }

  /*-----------------------------------------------------------------
    フォーム共通
    -----------------------------------------------------------------*/
  #form_experience .banner, #form_request .banner, #form_other .banner {
    width: 790px;
    margin: 20px auto 0;
  }

  #form_experience .inner, #form_request .inner, #form_other .inner {
    width: 970px;
  }

  #form_experience .inner p, #form_request .inner p, #form_other .inner p {
    text-align: center;
    font-size: 16rem;
  }

  #form_experience .inner h3, #form_request .inner h3, #form_other .inner h3 {
    padding: 20px 40px;
    margin: 0;
    font-size: 18rem;
    margin: 40px 0;
  }

  #form_experience .inner h3:before, #form_request .inner h3:before, #form_other .inner h3:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
  }

  #form_experience .inner dl, #form_request .inner dl, #form_other .inner dl {
    /*border: 1px solid #ccc;
              border-top: none;
              width: 300px;
              background: #f3f3f3;
              margin: 0 0 0 140px;*/
    width: 900px;
    margin: 0 auto;
    display: table;
    height: 60px;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-collapse: collapse;
  }

  #form_experience .inner dl:nth-of-type(4), #form_experience .inner dl:nth-of-type(5) {
    height: 110px;
  }

  #form_request .inner dl:nth-of-type(4), #form_request .inner dl:nth-of-type(5) {
    height: 110px;
  }

  #form_other .inner dl:nth-of-type(4), #form_other .inner dl:nth-of-type(5) {
    height: 110px;
  }

  #form_experience .inner dl:last-of-type, #form_request .inner dl:last-of-type, #form_other .inner dl:last-of-type {
    height: 220px;
    border-bottom: 1px solid #ccc;
  }

  #form_experience .inner dl dt, #form_request .inner dl dt, #form_other .inner dl dt {
    /*color: #333333;
                  clear:both;
                  width:100px;
                  float:left;*/
    display: table-cell;
    background-color: #f3f3f3;
    width: 260px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ccc;
  }

  #form_experience .inner dl dd, #form_request .inner dl dd, #form_other .inner dl dd {
    display: table-cell;
    width: 640px;
    vertical-align: middle;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #form_experience .inner dl dd input[type=text], #form_experience .inner dl dd input[type=tel], #form_experience .inner dl dd input[type=email] {
    padding: 10px;
    margin: 0 0 0 20px;
    width: 500px;
  }
  #form_experience .inner dl dd select, #form_experience .inner dl dd textarea {
    padding: 10px;
    margin: 0 0 0 20px;
    width: 500px;
  }

  #form_request .inner dl dd input[type=text], #form_request .inner dl dd input[type=tel], #form_request .inner dl dd input[type=email] {
    padding: 10px;
    margin: 0 0 0 20px;
    width: 500px;
    max-width: 100%;
  }
  #form_request .inner dl dd input[name=zip] {
    width: 100px;
  }
  #form_request .inner dl dd select[name=todoufuken] {
    width: 140px;
  }
  #form_request .inner dl dd select, #form_request .inner dl dd textarea {
    padding: 10px;
    margin: 0 0 0 20px;
    width: 500px;
    max-width: 100%;
  }
  #form_request .inner dl dd .address {
    padding: 0 20px;
  }
  #form_request .inner dl dd .address .line + .line {
    margin-top: 10px;
  }
  #form_request .inner dl dd .address .line + .line select, #form_request .inner dl dd .address .line + .line input {
    margin-left: 0;
  }
  #form_request .inner dl dd .address .line .label {
    margin-left: 10px;
  }
  #form_request .inner dl dd .address dl {
    margin: 0;
    margin-top: 10px;
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border: 0;
    background: none;
  }
  #form_request .inner dl dd .address dl dt {
    display: flex;
    align-items: center;
    width: 80px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  #form_request .inner dl dd .address dl dt:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #form_request .inner dl dd .address dl dd {
    display: flex;
    align-items: center;
    width: 440px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  #form_request .inner dl dd .address dl dd span {
    max-width: 100%;
  }
  #form_request .inner dl dd .address dl dd:nth-of-type(n+2) {
    margin-top: 10px;
  }

  #form_other .inner dl dd input[type=text], #form_other .inner dl dd input[type=tel], #form_other .inner dl dd input[type=email] {
    padding: 10px;
    margin: 0 0 0 20px;
    width: 500px;
  }
  #form_other .inner dl dd select, #form_other .inner dl dd textarea {
    padding: 10px;
    margin: 0 0 0 20px;
    width: 500px;
  }

  #form_experience .inner dl dd input[type=text].placeholder, #form_experience .inner dl dd input[type=tel].placeholder, #form_experience .inner dl dd input[type=email].placeholder {
    color: #000;
  }
  #form_experience .inner dl dd select.placeholder, #form_experience .inner dl dd textarea.placeholder {
    color: #000;
  }

  #form_request .inner dl dd input[type=text].placeholder, #form_request .inner dl dd input[type=tel].placeholder, #form_request .inner dl dd input[type=email].placeholder {
    color: #000;
  }
  #form_request .inner dl dd select.placeholder, #form_request .inner dl dd textarea.placeholder {
    color: #000;
  }

  #form_other .inner dl dd input[type=text].placeholder, #form_other .inner dl dd input[type=tel].placeholder, #form_other .inner dl dd input[type=email].placeholder {
    color: #000;
  }
  #form_other .inner dl dd select.placeholder, #form_other .inner dl dd textarea.placeholder {
    color: #000;
  }

  #form_experience .inner dl dd input[type=checkbox], #form_request .inner dl dd input[type=checkbox], #form_other .inner dl dd input[type=checkbox] {
    margin: 0 auto;
    width: 10px;
  }

  #form_experience .inner dl dd .wpcf7-list-item, #form_request .inner dl dd .wpcf7-list-item, #form_other .inner dl dd .wpcf7-list-item {
    margin: 0 0 20px 20px;
  }

  #form_experience .inner dl dd .wpcf7-list-item:last-of-type, #form_request .inner dl dd .wpcf7-list-item:last-of-type, #form_other .inner dl dd .wpcf7-list-item:last-of-type {
    margin-bottom: 0;
  }

  #form_experience .inner dl dd p, #form_request .inner dl dd p, #form_other .inner dl dd p {
    margin: 0 0 10px;
    text-align: left;
  }

  #form_experience .inner dl dd p:last-child, #form_request .inner dl dd p:last-child, #form_other .inner dl dd p:last-child {
    margin: 0;
  }

  #form_experience .inner dl dd .wpcf7-not-valid-tip, #form_request .inner dl dd .wpcf7-not-valid-tip, #form_other .inner dl dd .wpcf7-not-valid-tip {
    margin: 5px 10px;
  }

  #form_experience .inner .txt, #form_request .inner .txt, #form_other .inner .txt {
    clear: both;
    text-align: center;
    margin: 30px 0;
    line-height: 150%;
  }

  #form_experience .inner .btn, #form_request .inner .btn, #form_other .inner .btn {
    width: 320px;
    margin: 0 auto;
    height: 60px;
  }

  #form_experience .inner .btn input, #form_request .inner .btn input, #form_other .inner .btn input {
    border: 2px solid #195b9c;
    border-radius: 70px;
    background: #fff;
    width: 320px;
    height: 60px;
    font-size: 16rem;
    font-weight: bold;
    color: #195b9c;
    z-index: 2;
  }

  #form_experience .inner .btn input:hover, #form_request .inner .btn input:hover, #form_other .inner .btn input:hover {
    cursor: pointer;
    background: #49b3ea;
    color: #fff;
    border: none;
  }

  #form_experience .inner input[type=submit], #form_experience .inner input[type=button] {
    display: block;
    background-color: #fff;
    color: #195b9c;
    border: 2px solid #195b9c;
    border-radius: 30px;
    width: 320px;
    height: 60px;
    font-weight: bold;
    position: relative;
    margin: 0 auto 15px;
  }

  #form_request .inner input[type=submit], #form_request .inner input[type=button] {
    display: block;
    background-color: #fff;
    color: #195b9c;
    border: 2px solid #195b9c;
    border-radius: 30px;
    width: 320px;
    height: 60px;
    font-weight: bold;
    position: relative;
    margin: 0 auto 15px;
  }

  #form_other .inner input[type=submit], #form_other .inner input[type=button] {
    display: block;
    background-color: #fff;
    color: #195b9c;
    border: 2px solid #195b9c;
    border-radius: 30px;
    width: 320px;
    height: 60px;
    font-weight: bold;
    position: relative;
    margin: 0 auto 15px;
  }

  #form_experience .inner input[type=submit]:hover, #form_experience .inner input[type=button]:hover {
    cursor: pointer;
    background: #49b3ea;
    color: #fff;
    border: none;
  }

  #form_request .inner input[type=submit]:hover, #form_request .inner input[type=button]:hover {
    cursor: pointer;
    background: #49b3ea;
    color: #fff;
    border: none;
  }

  #form_other .inner input[type=submit]:hover, #form_other .inner input[type=button]:hover {
    cursor: pointer;
    background: #49b3ea;
    color: #fff;
    border: none;
  }

  /*-----------------------------------------------------------------
    送信完了画面
    -----------------------------------------------------------------*/
  #contact_send .inner h3 {
    font-size: 24rem;
    line-height: 150%;
    margin: 30px auto;
  }
  #contact_send .inner .btn {
    transition: 0.2s;
    width: 320px;
    height: 60px;
    margin: 30px auto;
  }
  #contact_send .inner .btn a {
    width: 324px;
    height: 60px;
  }
  #contact_send .inner .btn a:before {
    top: 1.2vw;
  }
  #contact_send .inner .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }
  #contact_send .inner .btn:hover a {
    color: #fff;
  }
  #contact_send .inner .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #contact_send .inner .btn a:before {
    top: 21px;
  }

  /*-----------------------------------------------------------------
    関連サイト
    -----------------------------------------------------------------*/
  #link {
    padding: 0;
  }
  #link .inner {
    padding: 10px 0 180px;
  }
  #link .inner .txt {
    margin-bottom: 30px;
    line-height: 150%;
    font-size: 16rem;
    text-align: center;
  }
  #link .inner .btn {
    transition: 0.2s;
    width: 320px;
    height: auto;
    margin: 20px auto 60px;
  }
  #link .inner .btn a {
    width: 324px;
    height: 60px;
  }
  #link .inner .btn a:before {
    top: 1.2vw;
  }
  #link .inner .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }
  #link .inner .btn:hover a {
    color: #fff;
  }
  #link .inner .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #link .inner .btn a:before {
    top: 22px;
  }
  #link .inner dl dt {
    padding: 20px 40px;
    margin: 0;
    font-size: 18rem;
    margin-bottom: 30px;
  }
  #link .inner dl dt:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
  }
  #link .inner dl dd {
    margin-bottom: 25px;
    padding: 10px 40px;
    line-height: 150%;
    height: auto;
  }
  #link .inner dl dd a {
    display: inline;
    padding: 0;
    font-size: 16rem;
  }
  #link .inner dl dd a:hover {
    text-decoration: underline;
  }
  #link .inner dl dd:before {
    width: 30px;
    height: 30px;
    left: 10px;
    top: 12px;
  }

  /*-----------------------------------------------------------------
    個人情報保護について/サイトのご利用について
    -----------------------------------------------------------------*/
  #privacy,
#sitepolicy {
    font-size: 16rem;
  }

  #privacy .inner,
#sitepolicy .inner {
    padding: 10px 0 100px;
  }

  #privacy .inner a:hover,
#sitepolicy .inner a:hover {
    text-decoration: underline;
  }

  #privacy .inner a:hover:hover,
#sitepolicy .inner a:hover:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #privacy .inner h3,
#sitepolicy .inner h3 {
    padding: 20px 40px;
    margin: 0;
    font-size: 18rem;
    margin: 60px 0 30px;
    padding: 20px 40px;
  }

  #privacy .inner h3:before,
#sitepolicy .inner h3:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
  }

  #privacy .inner p,
#sitepolicy .inner p {
    line-height: 190%;
  }

  #privacy .inner p + p,
#sitepolicy .inner p + p,
#privacy .inner ul,
#sitepolicy .inner ul {
    margin: 30px 0;
  }

  #privacy .inner ul li,
#sitepolicy .inner ul li {
    line-height: 190%;
  }

  #privacy .inner table,
#sitepolicy .inner table {
    width: 500px;
    margin: 30px 0;
    font-size: 16rem;
  }

  #privacy .inner table tr th,
#sitepolicy .inner table tr th,
#privacy .inner table tr td,
#sitepolicy .inner table tr td {
    line-height: 150%;
  }

  #privacy .inner h4,
#sitepolicy .inner h4 {
    font-size: 18rem;
  }

  #privacy .inner .url,
#sitepolicy .inner .url {
    padding: 30px 20px;
  }

  #privacy .inner dl,
#sitepolicy .inner dl {
    font-size: 16rem;
  }

  #privacy .inner dl dt,
#privacy .inner dl dd {
    line-height: 190%;
  }

  #sitepolicy .inner dl dt,
#sitepolicy .inner dl dd {
    line-height: 190%;
  }

  /*-----------------------------------------------------------------
    サイトマップ
    -----------------------------------------------------------------*/
  #sitemap {
    padding: 60px 0 180px;
  }
  #sitemap .inner {
    width: 1000px;
  }
  #sitemap .inner h3 {
    padding: 20px 40px;
    margin: 0;
    font-size: 16rem;
  }
  #sitemap .inner h3:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
  }
  #sitemap .inner ul {
    margin: 30px 0 0;
    float: left;
    width: 500px;
  }
  #sitemap .inner ul li {
    padding: 10px 40px;
    line-height: 150%;
    height: auto;
  }
  #sitemap .inner ul li a {
    display: inline;
    padding: 0;
    font-size: 16rem;
  }
  #sitemap .inner ul li a:hover {
    text-decoration: underline;
  }
  #sitemap .inner ul li:before {
    width: 30px;
    height: 30px;
    left: 10px;
    top: 12px;
  }
  #sitemap .inner ul ul {
    padding: 0;
    margin: 10px 0 0;
    float: none;
  }
  #sitemap .inner ul ul li {
    height: auto;
    padding: 5px 50px;
    position: relative;
    z-index: 2;
  }
  #sitemap .inner ul ul li:before {
    width: 10px;
    height: 10px;
    top: 10px;
    left: 30px;
  }
  #sitemap .inner ul ul li a:hover {
    text-decoration: underline;
  }

  #contact .inner p.company a {
    text-decoration: underline;
    display: inline-block !important;
  }

  /*-----------------------------------------------------------------
    error
    -----------------------------------------------------------------*/
  #error h4 {
    font-size: 60rem;
  }
  #error p {
    margin-bottom: 60px;
  }
  #error .txt {
    margin-bottom: 20px;
    font-size: 14rem;
  }
  #error .btn {
    transition: 0.2s;
    width: 320px;
    height: auto;
    margin: 20px auto 60px;
  }
  #error .btn a {
    width: 324px;
    height: 60px;
  }
  #error .btn a:before {
    top: 1.2vw;
  }
  #error .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }
  #error .btn:hover a {
    color: #fff;
  }
  #error .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }
  #error .btn a:before {
    top: 22px;
  }
  #error br.pc {
    display: block;
  }

  /*------------------------------ //PC用CSS ------------------------------*/
}