@charset "UTF-8";
/*----------------------------------
Config variables etc
----------------------------------*/
/* 10px */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
:root {
  --g-header-height: 60px;
}
@media (min-width: 769px) {
  :root {
    --g-header-height: 83px;
  }
}

.slick-slider {
  opacity: 0;
  transition: 3s;
}

.slick-initialized {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .top-main {
    height: 646px;
    overflow: hidden;
    position: relative;
  }
  .top-main * {
    height: 100%;
  }
  .top-main__txt {
    font-size: 4rem;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 70%;
    height: 208px;
    color: #fff;
    background: #000;
    background: linear-gradient(90deg, #000 0, rgba(129, 1, 248, 0) 100%);
    padding: 30px 50px 0;
  }
  .top-main__txt img {
    width: 601px;
    height: auto;
  }
  .top-main__img {
    background-size: cover;
  }
  .top-slider {
    margin: 25px 0 50px;
  }
  .top-slider__arrow {
    position: absolute;
    top: 75px;
    z-index: 1;
    width: 32px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .top-slider__arrow:hover {
    transform: scale(1.2);
  }
  .top-slider__arrow.--left {
    left: 36px;
    transform: scale(-1, 1);
  }
  .top-slider__arrow.--left:hover {
    transform: scale(-1.2, 1.2);
  }
  .top-slider__arrow.--right {
    right: 36px;
  }
  .top-slider-inner {
    width: 1340px;
    margin: 0 auto;
  }
  .top-slide {
    min-width: 388px;
    height: 188px;
    transform: translateX(5px);
  }
  .top-slide img {
    width: 100%;
    height: auto;
  }
  .top-slide__link {
    display: block;
    width: 388px;
    height: 188px;
  }
  .external-info-loading {
    text-align: center;
    margin: 50px 0;
    width: 100%;
  }
  .external-info-tab {
    font-weight: bold;
    font-size: 2.4rem;
    width: 200px;
    background-color: #17a1ea;
    text-align: center;
    color: #fff;
    margin: -75px 0 20px -20px;
  }
  .external-info-tab a {
    color: #fff;
    padding: 10px;
    display: block;
  }
  .external-info-body {
    height: 320px;
    overflow: scroll;
    display: grid;
    grid: auto/repeat(2, 1fr);
    align-content: start;
    gap: 20px;
  }
  .external-info-body-l {
    min-width: 80px;
    margin-right: 20px;
  }
  .external-info-body-r {
    display: flex;
  }
  .external-info-body[data-office=online] .external-info-item.online {
    display: block;
  }
  .external-info-body[data-office=online] .external-info-office.online.is-active {
    display: block;
  }
  .external-info-body[data-office=tokyo] .external-info-item.tokyo {
    display: block;
  }
  .external-info-body[data-office=tokyo] .external-info-office.tokyo.is-active {
    display: block;
  }
  .external-info-body[data-office=yokohama] .external-info-item.yokohama {
    display: block;
  }
  .external-info-body[data-office=yokohama] .external-info-office.yokohama.is-active {
    display: block;
  }
  .external-info-body[data-office=nagoya] .external-info-item.nagoya {
    display: block;
  }
  .external-info-body[data-office=nagoya] .external-info-office.nagoya.is-active {
    display: block;
  }
  .external-info-body[data-office=kyoto] .external-info-item.kyoto {
    display: block;
  }
  .external-info-body[data-office=kyoto] .external-info-office.kyoto.is-active {
    display: block;
  }
  .external-info-body[data-office=osaka] .external-info-item.osaka {
    display: block;
  }
  .external-info-body[data-office=osaka] .external-info-office.osaka.is-active {
    display: block;
  }
  .external-info-body[data-office=fukuoka] .external-info-item.fukuoka {
    display: block;
  }
  .external-info-body[data-office=fukuoka] .external-info-office.fukuoka.is-active {
    display: block;
  }
  .external-info-body[data-office=tokyo] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=yokohama] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=nagoya] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=kyoto] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=osaka] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=fukuoka] .external-info-item.online {
    display: flex;
  }
  .external-info-item {
    padding: 10px;
    display: none;
    background-color: #fff;
    border: solid 1px #989898;
    border-left: solid 6px #989898;
    border-right: solid 6px #989898;
    background-color: #e6f6fe;
    position: relative;
  }
  .external-info-item::after {
    content: ">";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 14px;
    height: 10px;
    line-height: 1;
    color: #606263;
    font-size: 1px;
    transform: scaleY(2);
  }
  .external-info-item:nth-child(2n) {
    margin-right: 0;
  }
  .external-info-item__img {
    width: 80px;
    height: 80px;
  }
  .external-info-item__img img {
    width: 100%;
    height: auto;
  }
  .external-info-item__date {
    font-size: 1.8rem;
    background-color: #00adea;
    padding: 20px 0 20px 15px;
    display: flex;
    align-items: center;
    color: #fff;
    min-width: 125px;
    max-width: 125px;
  }
  .external-info-item__label, .external-info-item__city {
    display: inline-block;
    margin: 0 3px;
    font-size: 2rem;
  }
  .external-info-item__city {
    /* color: #1985b4; */
    font-size: 2rem;
  }
  .external-info-item__ttl {
    font-size: 1.7rem;
    padding: 0 20px;
    flex-basis: 100%;
    line-height: 1.8;
    display: flex;
    align-items: center;
  }
  .external-info-office {
    flex-basis: 100%;
    background-color: #fff;
    padding: 30px;
    display: none;
  }
  .external-info-office p {
    margin-bottom: 10px;
  }
  .external-info-office-list {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0 30px;
  }
  .external-info-office-list > li {
    padding: 10px 20px;
    width: 20%;
    text-align: center;
    background-color: #bef5fb;
    font-size: 1.6rem;
    font-weight: bold;
    transition: background 0.2s ease;
  }
  .external-info-office-list > li.is-select, .external-info-office-list > li:hover {
    background-color: #00adea;
    color: #fff;
    position: relative;
  }
  .external-info-office-list > li.is-select::before, .external-info-office-list > li:hover::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #00acea transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
  }
  .hssa {
    margin-top: 80px;
  }
  .hssa__imgtxt {
    display: flex;
    margin-top: 20px;
  }
  .hssa__imgtxt-img {
    width: 500px;
    height: auto;
  }
  .hssa__imgtxt-txt {
    font-size: 2.1rem;
    line-height: 2;
    display: flex;
    align-items: center;
    padding-left: 80px;
    letter-spacing: 4px;
  }
  .hssa__list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .hssa__item {
    width: 200px;
    height: 200px;
    padding: 90px 0 20px;
    background-size: 200px auto;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
  }
  .hssa__item-num {
    font-size: 4.2rem;
    line-height: 1;
  }
  .hssa__item-num span {
    font-size: 2.5rem;
  }
  .hssa__item-txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .hssa__item.--hssa1 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/hssa_1.png);
  }
  .hssa__item.--hssa2 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/hssa_2.png);
  }
  .hssa__item.--hssa3 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/hssa_3.png);
  }
  .hssa__item.--hssa4 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/hssa_4.png);
  }
  .hssa__item.--hssa5 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/hssa_5.png);
  }
  .reasons {
    margin: 48px auto 0;
    width: 840px;
  }
  .reasons__ttl {
    position: relative;
    text-align: center;
    letter-spacing: 4px;
  }
  .reasons__ttl::before {
    content: "";
    display: block;
    border-top: solid 2px #00adea;
    border-bottom: solid 2px #00adea;
    height: 8px;
    margin-bottom: -20px;
  }
  .reasons__ttl-txt {
    background-color: #fff;
    padding: 2px 10px;
    font-size: 2rem;
    font-weight: normal;
  }
  .reasons-list li {
    font-size: 2.7rem;
    position: relative;
    border-bottom: solid 1px #000;
    padding: 40px 0 10px 100px;
    font-weight: bold;
  }
  .reasons-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    bottom: -2px;
    line-height: 1;
    width: 43px;
    height: 60px;
    background-position: center;
  }
  .reasons-list li:nth-child(1)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/reason_1.png);
    background-size: 20px auto;
  }
  .reasons-list li:nth-child(2)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/reason_2.png);
    background-size: 37px auto;
  }
  .reasons-list li:nth-child(3)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/reason_3.png);
    background-size: 38px auto;
  }
  .reasons-list li:nth-child(4)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/reason_4.png);
    background-size: 43px auto;
  }
  .reasons-list li:nth-child(5)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/reason_5.png);
    background-size: 37px auto;
  }
  .feature {
    position: relative;
  }
  .feature.feature-cha {
    background-color: #dbf3fb;
    height: 590px;
    margin-top: 150px;
  }
  .feature.feature-cha .feature__theme {
    color: #00adea;
  }
  .feature.feature-cha .feature__ttl {
    color: #00adea;
  }
  .feature.feature-sup {
    background-color: #eaf6e2;
    height: 515px;
    margin-top: 520px;
  }
  .feature.feature-sup .feature__theme {
    color: #9cd674;
    top: -30px;
  }
  .feature.feature-sup .feature__ttl {
    color: #9cd674;
    margin-bottom: 55px;
  }
  .feature.feature-exp {
    background-color: #dbf3fb;
    height: 520px;
    margin-top: 150px;
  }
  .feature.feature-exp .feature__theme {
    color: #00adea;
    top: -30px;
  }
  .feature.feature-exp .feature__ttl {
    color: #00adea;
    width: 1040px;
    margin: 0 auto 20px;
    padding-top: 0;
  }
  .feature__theme {
    font-size: 3.6rem;
    font-style: italic;
    margin: 0 auto;
    width: 1040px;
    line-height: 1;
    position: relative;
  }
  .feature__ttl {
    font-size: 5rem;
    line-height: 1.5;
    padding-top: 40px;
  }
  .feature__txt {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 90px;
  }
  .feature__item {
    display: block;
  }
  .feature__item:hover {
    text-decoration: none;
  }
  .feature__item-img {
    width: 415px;
    height: 225px;
    overflow: hidden;
  }
  .feature__item-img img {
    width: 100%;
    height: auto;
  }
  .feature__item-layout {
    border-bottom: solid 1px #000;
    margin-bottom: 25px;
    position: relative;
  }
  .feature__item-country {
    font-size: 2rem;
    font-weight: bold;
    width: 270px;
    padding: 5px 0;
  }
  .feature__item-country-sub {
    font-size: 1.5rem;
    display: block;
    font-weight: normal;
  }
  .feature__item-more {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
  }
  .feature__item-more::after {
    content: "";
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/circle_arrow.png);
    background-size: 33px auto;
    width: 33px;
    height: 33px;
    display: block;
    margin-left: 10px;
  }
  .feature-list {
    margin-top: 40px;
  }
  .feature-list li {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: solid 1px #9cd674;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 4px;
  }
  .feature-list li::before {
    content: "";
    display: block;
    line-height: 1;
    color: #9cd674;
    width: 90px;
    height: 36px;
  }
  .feature-list li:nth-child(1)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/support_1.png);
    background-size: 43px auto;
  }
  .feature-list li:nth-child(2)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/support_2.png);
    background-size: 49px auto;
  }
  .feature-list li:nth-child(3)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/support_3.png);
    background-size: 49px auto;
  }
  .feature-list li:nth-child(4)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/support_4.png);
    background-size: 47px auto;
  }
  .feature-list li:nth-child(5)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/support_5.png);
    background-size: 49px auto;
  }
  .feature-layout {
    width: 1040px;
    margin: 0 auto;
    position: relative;
    top: -30px;
  }
  .feature-layout__left {
    width: 620px;
    float: left;
  }
  .feature-layout__left.is-fix {
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto;
    transform: translateX(-210px);
  }
  .feature-layout__left.is-stop {
    position: absolute;
    top: 420px;
  }
  .feature-layout__right {
    width: 420px;
    float: right;
  }
  .feature-layout__right.--adjust {
    margin-top: 60px;
  }
  .feature-panel {
    width: 32.3333333333%;
    border: solid 1px #00adea;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 50px 0;
    background-size: auto 100%;
    background-position: center;
    position: relative;
    height: 250px;
  }
  .feature-panel::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .feature-panel.--panel1 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/exp_img1.jpg);
  }
  .feature-panel.--panel2 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/exp_img2.jpg);
  }
  .feature-panel.--panel3 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/exp_img3.jpg);
  }
  .feature-panel__ttl {
    flex-basis: 100%;
    font-style: italic;
    font-size: 4rem;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }
  .feature-panel__ja {
    position: relative;
    font-size: 2rem;
    color: #fff;
    flex-basis: 100%;
    line-height: 1.4;
  }
  /* TODO: 削除する */
  .story {
    margin-top: 100px;
    position: relative;
  }
  .story__ttl {
    position: absolute;
    left: 130px;
    top: 20px;
    z-index: 1;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: end;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 3px #000;
    line-height: 4;
  }
  .story__ttl-img {
    width: 180px;
    height: auto;
  }
  .story__link {
    display: block;
    position: relative;
  }
  .story__img {
    width: 100%;
    height: 100%;
  }
  /* TODO: 削除する */
  .story-info {
    position: absolute;
    left: 200px;
    bottom: 70px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 20px;
    width: 435px;
    height: 318px;
  }
  .story-info__country {
    font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
    font-style: italic;
  }
  .story-info__catch {
    font-size: 2.3rem;
    margin-top: 5px;
  }
  .story-info__name {
    font-size: 2rem;
    margin: 20px 0 10px;
  }
  .story-info__name span {
    font-size: 1.3rem;
    display: block;
    line-height: 1.4;
  }
  .story-info .c-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
  }
  /* TODO: 削除する */
  .story-slider__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 56px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .story-slider__arrow:hover {
    transform: scale(1.2);
  }
  .story-slider__arrow.--left {
    left: 36px;
    transform: scale(-1, 1);
  }
  .story-slider__arrow.--right {
    right: 36px;
  }
  .consultant-inner {
    width: 1040px;
    margin: 100px auto 0;
    position: relative;
    height: 650px;
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/cons_all.png);
    background-size: 930px auto;
    background-position: right top;
  }
  .consultant {
    position: relative;
  }
  .consultant::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 250px;
    width: 100%;
    height: 300px;
    background-color: #efefef;
  }
  .consultant__ttl {
    font-size: 2.8rem;
    position: relative;
  }
  .consultant__ttl::before {
    content: "●";
    color: #00adea;
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -26px;
  }
  .consultant__message {
    font-size: 2rem;
    margin-top: 40px;
    line-height: 1.8;
  }
  .consultant__btn {
    position: absolute;
    right: 0;
    bottom: 130px;
  }
  .professional-inner {
    width: 1040px;
    margin: 100px auto 0;
    position: relative;
    height: 590px;
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/pro_all.png);
    background-size: 563px auto;
    background-position: right top 80px;
  }
  .professional {
    position: relative;
  }
  .professional::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 260px;
    width: 100%;
    height: 330px;
    background-color: #efefef;
  }
  .professional__ttl {
    font-size: 2.8rem;
    position: relative;
  }
  .professional__ttl::before {
    content: "●";
    color: #00adea;
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -26px;
  }
  .professional__message {
    font-size: 2rem;
    margin-top: 40px;
    line-height: 1.8;
  }
  .professional__actual {
    color: #00adea;
    margin-top: 70px;
    position: relative;
    padding-top: 60px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .professional__actual::before {
    content: "進学実績";
    color: #fff;
    background-color: #00adea;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 1.6rem;
  }
  .professional__btn {
    position: absolute;
    right: 0;
    bottom: 40px;
  }
  .about {
    width: 1040px;
    margin: 90px auto 0;
  }
  .about-list-wrap {
    margin-top: -12px;
  }
  .about-list {
    margin-bottom: 15px;
  }
  .about-list__link {
    font-size: 2rem;
    padding: 12px 120px 12px 20px;
    display: block;
    border: solid 1px #00adea;
    border-radius: 100px;
    position: relative;
    background-color: #e6f6fe;
  }
  .about-list__link:hover {
    text-decoration: none;
  }
  .about-list__link::after {
    content: "";
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/circle_arrow_b.png);
    background-size: 33px auto;
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .whole {
    width: 1040px;
    margin: 80px auto;
  }
  .whole-list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  .whole-list > a {
    border: solid 1px #cecece;
    width: 184px;
    height: 184px;
    text-align: center;
    padding-bottom: 5px;
    background-size: cover;
    background-color: #000;
    position: relative;
    color: #fff;
    position: relative;
  }
  .whole-list > a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .whole-list > a::after {
    top: auto;
    bottom: 10px;
    margin: 0;
  }
  .whole-list > a > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .whole-list > a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .banner {
    margin-top: 50px;
    text-align: center;
  }
  .banner-list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 60px -60px;
    justify-content: center;
  }
  .banner-list > a {
    display: block;
    margin: 10px 20px 0 0;
  }
  /* TODO: 削除する BEGIN */
  .blog-article-wrap {
    margin: 100px auto;
  }
  .blog-article-heading {
    text-align: center;
    color: #00adea;
    margin-bottom: 60px;
  }
  .blog-article-tags__tag {
    font-size: 1.2rem;
    color: #444;
    background-color: #f2f2f2;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    line-height: 1;
    margin-right: 6px;
    margin-bottom: 4px;
  }
  .blog-article {
    max-width: 330px;
    margin-bottom: 40px;
  }
  .blog-article a:hover {
    text-decoration: none;
  }
  .blog-article__date {
    font-size: 1.2rem;
    color: #444444;
    margin-bottom: 8px;
  }
  .blog-article__ttl {
    color: #01adea;
    font-size: 1.6rem;
    margin: 12px 0 8px;
  }
  /* TODO: 削除する END */
}
@media screen and (max-width: 768px) {
  .top-main {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .top-main * {
    height: 100%;
  }
  .top-main__txt {
    font-size: 2rem;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 70vw;
    height: 82px;
    color: #fff;
    background: #000;
    background: linear-gradient(90deg, #000 0, rgba(129, 1, 248, 0) 100%);
    padding: 10px 10px 0 20px;
    line-height: 1.6;
  }
  .top-main__img {
    background-size: cover;
  }
  .top-slider {
    margin: 10px 0 50px;
    overflow: hidden;
    height: 150px;
  }
  .top-slider__arrow {
    position: absolute;
    top: 55px;
    z-index: 1;
    width: 32px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .top-slider__arrow:hover {
    transform: scale(1.2);
  }
  .top-slider__arrow.--left {
    left: 6px;
    transform: scale(-1, 1);
  }
  .top-slider__arrow.--left:hover {
    transform: scale(-1.2, 1.2);
  }
  .top-slider__arrow.--right {
    right: 6px;
  }
  .top-slider-inner {
    margin: 0 auto;
  }
  .top-slider-inner .slick-slide {
    margin: 0 5px;
  }
  .top-slide {
    width: 82vw;
    max-width: 300px;
  }
  .top-slide img {
    width: 300px;
    height: auto;
  }
  .top-slide__link {
    display: block;
    min-width: 300px;
  }
  .external-info-loading {
    text-align: center;
    margin: 50px 0;
    width: 100%;
  }
  .external-info-tab {
    font-weight: bold;
    font-size: 2.4rem;
    width: 200px;
    background-color: #17a1ea;
    text-align: center;
    color: #fff;
    margin: -75px 0 20px -20px;
  }
  .external-info-tab a {
    color: #fff;
    padding: 10px;
    display: block;
  }
  .external-info-body {
    height: 240px;
    overflow: scroll;
  }
  .external-info-body-r {
    display: flex;
  }
  .external-info-body[data-office=online] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=online] .external-info-office.online.is-active {
    display: block;
  }
  .external-info-body[data-office=tokyo] .external-info-item.tokyo {
    display: flex;
  }
  .external-info-body[data-office=tokyo] .external-info-office.tokyo.is-active {
    display: block;
  }
  .external-info-body[data-office=yokohama] .external-info-item.yokohama {
    display: flex;
  }
  .external-info-body[data-office=yokohama] .external-info-office.yokohama.is-active {
    display: block;
  }
  .external-info-body[data-office=nagoya] .external-info-item.nagoya {
    display: flex;
  }
  .external-info-body[data-office=nagoya] .external-info-office.nagoya.is-active {
    display: block;
  }
  .external-info-body[data-office=kyoto] .external-info-item.kyoto {
    display: flex;
  }
  .external-info-body[data-office=kyoto] .external-info-office.kyoto.is-active {
    display: block;
  }
  .external-info-body[data-office=osaka] .external-info-item.osaka {
    display: flex;
  }
  .external-info-body[data-office=osaka] .external-info-office.osaka.is-active {
    display: block;
  }
  .external-info-body[data-office=fukuoka] .external-info-item.fukuoka {
    display: flex;
  }
  .external-info-body[data-office=fukuoka] .external-info-office.fukuoka.is-active {
    display: block;
  }
  .external-info-body[data-office=tokyo] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=yokohama] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=nagoya] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=kyoto] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=osaka] .external-info-item.online {
    display: flex;
  }
  .external-info-body[data-office=fukuoka] .external-info-item.online {
    display: flex;
  }
  .external-info-item {
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    padding: 5px;
    display: none;
    border: solid 1px #989898;
    background-color: #e6f6fe;
    position: relative;
  }
  .external-info-item::after {
    content: ">";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 14px;
    height: 10px;
    line-height: 1;
    color: #606263;
    font-size: 1px;
    transform: scale(0.6, 1.3);
  }
  .external-info-item__date {
    font-size: 14px;
    background-color: #00adea;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-width: 85px;
    max-width: 85px;
  }
  .external-info-item__label, .external-info-item__city {
    display: inline-block;
    margin: 0 3px;
    font-size: 1.4rem;
  }
  .external-info-item__city {
    /* color: #1985b4; */
    font-size: 1.4rem;
  }
  .external-info-item__ttl {
    font-size: 1.2rem;
    padding: 0 20px 0 10px;
  }
  .external-info-office {
    flex-basis: 100%;
    background-color: #fff;
    padding: 30px;
    display: none;
  }
  .external-info-office p {
    margin-bottom: 10px;
  }
  .external-info-office-list {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0 15px;
  }
  .external-info-office-list > li {
    padding: 3px;
    width: 20%;
    text-align: center;
    background-color: #bef5fb;
    font-size: 1rem;
    font-weight: bold;
    transition: background 0.2s ease;
  }
  .external-info-office-list > li[data-office=online] {
    min-width: 70px;
  }
  .external-info-office-list > li.is-select {
    background-color: #00adea;
    color: #fff;
    position: relative;
  }
  .external-info-office-list > li.is-select::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #00acea transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
  }
  .hssa {
    margin-top: 40px;
  }
  .hssa__imgtxt {
    margin-top: 15px;
    text-align: center;
  }
  .hssa__imgtxt-img {
    width: 70vw;
    height: auto;
  }
  .hssa__imgtxt-txt {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .hssa__list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .hssa__item {
    width: 30.4vw;
    height: 30.4vw;
    padding: 14vw 0 20px;
    background-size: 30.4vw auto;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    margin: 0 0.5vw 3px;
  }
  .hssa__item-num {
    font-size: 2rem;
    line-height: 1;
  }
  .hssa__item-num span {
    font-size: 1.3rem;
  }
  .hssa__item-txt {
    font-size: 1rem;
    letter-spacing: -1px;
    margin-top: 5px;
    line-height: 1.4;
  }
  .hssa__item.--hssa1 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/hssa_1.png);
  }
  .hssa__item.--hssa2 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/hssa_2.png);
  }
  .hssa__item.--hssa3 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/hssa_3.png);
  }
  .hssa__item.--hssa4 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/hssa_4.png);
  }
  .hssa__item.--hssa5 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/hssa_5.png);
  }
  .reasons {
    margin: 50px auto 0;
  }
  .reasons__ttl {
    position: relative;
    text-align: center;
  }
  .reasons__ttl::before {
    content: "";
    display: block;
    border-top: solid 2px #00adea;
    border-bottom: solid 2px #00adea;
    height: 8px;
    margin-bottom: -20px;
  }
  .reasons__ttl-txt {
    background-color: #fff;
    padding: 2px 10px;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .reasons-list li {
    font-size: 1.8rem;
    position: relative;
    border-bottom: solid 1px #000;
    padding: 30px 0 1px 60px;
    font-weight: 700;
  }
  .reasons-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0;
    line-height: 1;
    width: 21px;
    height: 30px;
    background-position: center;
  }
  .reasons-list li:nth-child(1)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/reason_1.png);
    background-size: 10px auto;
  }
  .reasons-list li:nth-child(2)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/reason_2.png);
    background-size: 18px auto;
  }
  .reasons-list li:nth-child(3)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/reason_3.png);
    background-size: 19px auto;
  }
  .reasons-list li:nth-child(4)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/reason_4.png);
    background-size: 21px auto;
  }
  .reasons-list li:nth-child(5)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/reason_5.png);
    background-size: 18px auto;
  }
  .feature {
    position: relative;
    margin-top: 90px;
    padding-bottom: 40px;
  }
  .feature.feature-cha {
    background-color: #dbf3fb;
  }
  .feature.feature-cha .feature__theme {
    color: #00adea;
    bottom: -10px;
  }
  .feature.feature-cha .feature__ttl {
    color: #00adea;
  }
  .feature.feature-sup {
    background-color: #eaf6e2;
  }
  .feature.feature-sup .feature__theme {
    color: #9cd674;
    top: -20px;
  }
  .feature.feature-sup .feature__ttl {
    color: #9cd674;
  }
  .feature.feature-exp {
    background-color: #dbf3fb;
  }
  .feature.feature-exp .feature__theme {
    color: #00adea;
    top: -20px;
  }
  .feature.feature-exp .feature__ttl {
    color: #00adea;
    padding-top: 10px;
  }
  .feature__theme {
    font-size: 2.4rem;
    font-style: italic;
    margin-left: 10px;
    line-height: 1;
    position: relative;
  }
  .feature__ttl {
    font-size: 3.4rem;
    line-height: 1.5;
    padding: 30px 10px;
  }
  .feature__txt {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 10px;
  }
  .feature__item {
    display: block;
  }
  .feature__item:hover {
    text-decoration: none;
  }
  .feature__item-img {
    width: 100%;
    height: 195px;
    overflow: hidden;
  }
  .feature__item-img img {
    width: 100%;
    height: auto;
  }
  .feature__item-layout {
    border-bottom: solid 1px #000;
    margin-bottom: 25px;
    position: relative;
  }
  .feature__item-country {
    font-size: 2rem;
    font-weight: bold;
    width: 270px;
    padding: 5px 0;
  }
  .feature__item-country-sub {
    font-size: 1.5rem;
    display: block;
    font-weight: normal;
  }
  .feature__item-more {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
  }
  .feature__item-more::after {
    content: "";
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/circle_arrow.png);
    background-size: 33px auto;
    width: 33px;
    height: 33px;
    display: block;
    margin-left: 10px;
  }
  .feature-list {
    padding: 0 10px;
  }
  .feature-list li {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: solid 1px #9cd674;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
  .feature-list li::before {
    content: "";
    display: block;
    line-height: 1;
    color: #9cd674;
    width: 90px;
    height: 36px;
  }
  .feature-list li:nth-child(1)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/support_1.png);
    background-size: 43px auto;
  }
  .feature-list li:nth-child(2)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/support_2.png);
    background-size: 49px auto;
  }
  .feature-list li:nth-child(3)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/support_3.png);
    background-size: 49px auto;
  }
  .feature-list li:nth-child(4)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/support_4.png);
    background-size: 47px auto;
  }
  .feature-list li:nth-child(5)::before {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/support_5.png);
    background-size: 49px auto;
  }
  .feature-layout {
    margin: 0 auto;
    position: relative;
    top: -30px;
  }
  .feature-layout__right.--adjust {
    margin-top: 30px;
    padding: 0 10px;
  }
  .feature-panel {
    width: 90%;
    margin: 0 auto 20px;
    border: solid 1px #00adea;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    position: relative;
  }
  .feature-panel::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .feature-panel.--panel1 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/exp_img1.jpg);
  }
  .feature-panel.--panel2 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/exp_img2.jpg);
  }
  .feature-panel.--panel3 {
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/exp_img3.jpg);
  }
  .feature-panel__ttl {
    flex-basis: 100%;
    font-style: italic;
    font-size: 4rem;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .feature-panel__ja {
    flex-basis: 100%;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
  }
  /* TODO: 削除する */
  .story {
    margin-top: 40px;
    position: relative;
  }
  .story__ttl {
    display: flex;
    height: 50px;
    align-items: center;
    font-weight: normal;
    color: #666666;
    margin-bottom: 5px;
  }
  .story__ttl-img {
    width: 80px;
    height: auto;
    margin: 0 10px;
  }
  .story__link {
    display: block;
    position: relative;
  }
  .story__img {
    width: 100%;
    height: 100%;
  }
  /* TODO: 削除する */
  .story-info {
    background-color: #999999;
    padding: 15px 20px;
    width: 100%;
    color: #fff;
    position: relative;
  }
  .story-info::after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/circle_arrow_w.png);
    background-size: 33px auto;
    width: 33px;
    height: 33px;
    display: block;
    margin-left: 10px;
  }
  .story-info__country {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-style: italic;
  }
  .story-info__catch {
    font-size: 1.7rem;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 20px;
    height: 54px;
  }
  .story-info__name {
    font-size: 1.5rem;
    margin-top: 5px;
  }
  .story-info__name span {
    display: block;
    font-size: 1.2rem;
  }
  /* TODO: 削除する */
  .story-slider__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 56px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .story-slider__arrow:hover {
    transform: scale(1.2);
  }
  .story-slider__arrow.--left {
    left: 36px;
    transform: scale(-1, 1);
  }
  .story-slider__arrow.--right {
    right: 36px;
  }
  .consultant {
    position: relative;
    padding: 0 10px;
    margin-top: 50px;
  }
  .consultant__img::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 250px;
    width: 100%;
    height: 100px;
    background-color: #efefef;
    z-index: -1;
  }
  .consultant__ttl {
    font-size: 2.4rem;
    position: relative;
  }
  .consultant__ttl::before {
    content: "●";
    color: #00adea;
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -26px;
  }
  .consultant__message {
    font-size: 1.6rem;
    margin-top: 20px;
    line-height: 1.8;
  }
  .consultant__btn {
    text-align: center;
    margin-top: 30px;
  }
  .professional {
    position: relative;
    padding: 0 10px;
    margin-top: 50px;
  }
  .professional__ttl {
    font-size: 2.4rem;
    position: relative;
  }
  .professional__ttl::before {
    content: "●";
    color: #00adea;
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -26px;
  }
  .professional__message {
    font-size: 1.6rem;
    margin-top: 20px;
    line-height: 1.8;
  }
  .professional__img {
    width: 60vw;
    margin: 20px auto;
  }
  .professional__actual {
    background-color: #efefef;
    color: #00adea;
    margin: 30px -10px 30px;
    padding: 10px;
    position: relative;
    padding-top: 40px;
    line-height: 1.8;
  }
  .professional__actual::before {
    content: "進学実績";
    color: #fff;
    background-color: #00adea;
    padding: 5px;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 1;
    font-size: 1.4rem;
  }
  .professional__btn {
    text-align: center;
    margin-top: 30px;
  }
  .about {
    margin-top: 50px;
    padding: 0 10px;
  }
  .about-list-wrap {
    margin-top: -12px;
  }
  .about-list__link {
    padding: 12px 40px 12px 20px;
    display: block;
    border: solid 1px #00adea;
    border-radius: 100px;
    position: relative;
    margin-bottom: 15px;
    background-color: #e6f6fe;
  }
  .about-list__link::after {
    content: "";
    background-image: url(https://www.sekaia.co.jp/koukou/wp-content/themes/wp_icc_koukou/202108/img/circle_arrow_b.png);
    background-size: 26px auto;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .whole {
    margin-top: 50px;
    padding: 0 10px;
  }
  .whole__logo {
    width: 200px;
    margin: 0 auto 10px;
  }
  .whole__lead {
    font-size: 1.4rem;
    text-align: center;
    margin: 30px 0;
  }
  .whole-list {
    display: flex;
    flex-wrap: wrap;
  }
  .whole-list > a {
    border: solid 1px #cecece;
    width: calc(33.333333333% - 7px);
    height: 27vw;
    margin-top: 10px;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    background-size: cover;
    background-color: #000;
    position: relative;
  }
  .whole-list > a::after {
    content: ">";
    transform: scaleX(0.6);
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    height: 18px;
  }
  .whole-list > a::after {
    top: auto;
    bottom: 2px;
    margin: 0;
    right: 5px;
  }
  .whole-list > a:nth-child(3n-1) {
    margin: 10px 10px 0;
  }
  .whole-list > a:last-child {
    margin-right: auto;
  }
  .whole-list > a > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .whole-list > a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  /* TODO: 削除する BEGIN */
  .blog-article-wrap {
    margin: 40px auto;
  }
  .blog-article-heading {
    text-align: center;
    color: #00adea;
    margin-bottom: 20px;
  }
  .blog-article-tags__tag {
    font-size: 1.1rem;
    color: #444;
    background-color: #f2f2f2;
    padding: 2px 6px;
    border-radius: 20px;
    display: inline-block;
    line-height: 1;
    margin-right: 4px;
    margin-bottom: 3px;
  }
  .blog-article {
    width: 49%;
    margin-bottom: 20px;
  }
  .blog-article a:hover {
    text-decoration: none;
  }
  .blog-article__date {
    font-size: 1.1rem;
    color: #444444;
    margin-bottom: 4px;
  }
  .blog-article__ttl {
    color: #01adea;
    font-size: 1.4rem;
    margin: 8px 0 4px;
  }
  /* TODO: 削除する END */
}
.articles {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .articles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.insert-item-target {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.section__heading {
  text-align: center;
  color: #00adea;
  font-size: 3.6rem;
  font-style: italic;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.section__main {
  max-width: 1040px;
}

.section__buttons {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=top.css.map */
