@charset "utf-8";

/* admin */
#wpadminbar {
  bottom: 0 !important;
  top: auto !important;
  position: fixed !important;
}

/* common */
html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", 游ゴシック, ヒラギノ角ゴ ProN W3,
    Hiragino Kaku Gothic ProN, Yu Gothic, YuGothic, メイリオ, Meiryo, Arial,
    sans-serif;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #333;
  z-index: 1;
}

section {
  padding: calc(60px + 40px) 0;
}

.kbc__archive__h1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-weight: normal;
  margin: 0;
}

h2,
.kbc__archive__h1 {
  color: #3d6c6f;
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 auto 1em;
  position: relative;
}

h2:before,
.kbc__archive__h1:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: block;
  width: 60px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3d6c6f;
  border-radius: 2px;
}

.h2__wrapper {
  text-align: center;
  margin: 0 auto 75px;
}

.h2__wrapper h2 {
  width: 90vw;
}

.h2__wrapper h2 .keyword {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.h2__wrapper h2 .sub {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.6;
}

h3,
h2.news-list__title {
  color: #332e2b;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: normal;
  padding: 10px;
}

h2.news-list__title:before {
  display: none;
}

p {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #616161;
  width: 90%;
  margin: 20px auto;
}

span {
  letter-spacing: 0.15em;
  line-height: 16px;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.colored-text {
  color: #009e9e;
}

.a--underline,
.underline {
  text-decoration: underline;
}

.rotate {
  transform: rotate(90deg) scale(1, 2);
  display: inline-block;
  font-size: 12px;
}

.classes .section__maincopy {
  text-align: center;
  color: #3d6c6f;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.acc__text {
  padding-left: 15px;
}

.note {
  color: #616161;
  opacity: 0.8;
  font-size: 12px;
  margin: 0;
  width: 100%;
}

.link-color {
  color: #40b2c6;
}

.se {
  display: none;
}

#overview-anc,
#merits-anc,
#data-anc,
#voices-anc,
#teachers-anc,
#detail-anc,
#counseling-anc,
#facility-anc,
#questions-anc {
  padding-top: 80px;
}

.bg--gray {
  background-color: #f8f8f9;
}

.overview__message__wrapper {
  background: url("/kbc/assets/img/kbc/overview__white__bg.png");
}

.more-link {
  display: block;
  background: #fff;
  border: 3px solid #666;
  border-radius: 50px;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 14px;
  position: relative;
  .triangle {
    display: block;
    background: #666;
    height: calc(tan(60deg) * 14px / 2);
    width: 7px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    right: 20px;
    top: 18px;
  }
}

/* header corp */
.header-corp {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 40px;
  transition: 0.2s ease-in-out;
  z-index: 1001;
}

.header-corp__wrap {
  display: flex;
  align-items: center;
  max-width: 1220px;
  height: 100%;
  margin-inline: auto;
  padding: 0 10px;
}

.header-corp__logo {
  line-height: 1;
}

.header-corp__logo img {
  width: 85px;
}

.navi-corp {
  margin-left: 20px;
}

.navi-corp__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navi-corp__item {
  font-size: 13px;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1;
}

.navi-corp__item a:hover {
  color: #03756c;
  transition: 0.2s ease-in-out;
}

.navi-corp__submenu {
  display: none;
}

.hamburger-corp {
  display: none;
}

header.header {
  background: #344145;
  box-sizing: border-box;
  height: 60px;
  margin: 0;
  position: fixed;
  top: 40px;
  width: 100%;
  transition: 0.2s ease-in-out;
  z-index: 1000;
}

#header__wrapper {
  display: flex;
  max-width: 1220px;
  height: 100%;
  padding: 0 10px;
  margin: 0 auto;
  overflow: hidden;
}

#header__logo {
  flex: 0 0 180px;
  margin-bottom: 4px;
}

#header__logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#header__logo a span {
  display: block;
  color: #d7d9da;
  font-size: 9px;
  margin-bottom: 2px;
}

@media (max-width: 492px) {
  #header__logo a span {
    font-size: 7px;
  }
}

#header__logo > a > img {
  width: 100%;
}

#header__logo img {
  opacity: 0.8;
}

nav {
  flex: 1 1 auto;
  overflow: hidden;
}

.nav__list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 16px;
  padding: 0;
  background: none;
  position: absolute;
  top: 0;
  line-height: 60px;
  list-style: none;
}

.nav__list li {
  color: #ffffffd4;
  width: auto;
  border-bottom: none;
  font-size: 12px;
  letter-spacing: 0.4px;
  padding-left: 18px;
}

.nav__list li:first-child {
  padding-left: 20px;
}

.nav__list li a {
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.nav__list li a:hover {
  color: #fff;
  transition: 0.4s;
}

.a--underline:hover {
  color: #999;
  transition: 0.4s;
}

.hamburger-nav-toggle-btn {
  display: none;
}

.header__cta__wrapper {
  flex: 0 1 130px;
  margin-left: 10px;
  vertical-align: middle;
}

/*.header__cta--pamphlet:hover.header__cta--pamphlet:hover {
    color: #fff;
    border: 2px solid #88AC87;
}*/

.cta {
  display: block;
  text-align: center;
  font-family: 游ゴシック, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN,
    Yu Gothic, YuGothic, メイリオ, Meiryo, Arial, sans-serif;
  font-weight: 400;
}

/*.cta:hover {
    background: #88AC87;
    transition: .4s;
}

.cta--tel:hover {
    border: 4px solid #88AC87;
    color: #fff;
    background: #88AC87;
    transition: .4s;
}*/

.kbc-sns.kbc-sns--header {
  display: none;
}

.kbc-sns {
  background: #344144;
  padding-bottom: 20px;
  margin-top: -4px;
}

.kbc-sns_inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 318px;
  position: relative;
}

.header__cta {
  width: 100%;
  height: 35px;
  color: #fff;
  margin-top: 12px;
  background: #009e9e;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 80px;
  line-height: 35px;
}

.header__cta--form {
  border: 2px solid #009e9e;
  height: 31px;
  line-height: 31px;
  color: #fff;
  background: #009e9e;
}

.header__cta--pamphlet {
  height: 31px;
  line-height: 31px;
  border: 2px solid #009e9e;
  background: #fff;
  color: #009e9e;
}

.cta__wrapper {
  overflow: hidden;
  width: 100%;
}

.cta__wrapper--contact {
  height: 200px;
  width: 50vw;
  float: left;
}

.cta__wrapper--pamphlet {
  height: 200px;
  width: 50vw;
  float: right;
}

/* FV */

.fv {
  background: url("/kbc/assets/img/kbc/mv--pc.webp") no-repeat top center;
  background-size: cover;
  height: 520px;
  padding-top: calc(60px + 40px);
  margin-top: calc(60px + 40px);
  transition: 0.2s ease-in-out;
}

.fv__maincopy__wrapper {
  width: 1024px;
  margin: 110px auto 0;
}

.fv__maincopy__wrapper h2 {
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: 100;
  margin: 0;
}

.fv__maincopy__wrapper h2:before {
  content: none;
}

@media (max-width: 492px) {
  .fv__maincopy__wrapper h2 {
    font-size: 28px;
  }
}

.fv__maincopy {
  display: block;
  padding: 0 15px;
  height: 58px;
  width: fit-content !important;
  line-height: 58px;
  background: linear-gradient(
    90deg,
    #88ac87 0%,
    #63998b 53.3%,
    #479c9d 104.85%
  );
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  font-weight: 300;
}

.fv__maincopy--upper {
  margin-bottom: 15px;
}

.small-letter {
  font-size: 0.9em;
}

.fv__subcopy {
  /* color: #FFFFFF;
    text-shadow: 0px 0px 10px #023837, 0px 0px 10px #3D6C6F; */
  color: #616161;
  margin: 30px 0 30px 15px;
  font-size: 17px;
  letter-spacing: 0.167em;
}

.fv__cta__wrapper {
  display: flex;
}

.cta--form {
  line-height: 60px;
  font-size: 1.1em;
  text-align: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 80px;
  letter-spacing: 0.1em;
  width: 250px;
  color: #009e9e;
  background: #ffffff;
  border: 3px solid #009e9e;
  padding-top: 14px;
  height: 44px;
  margin-left: 14px;
}

.cta--form .overview__subcopy {
  color: #009e9e;
}

.cta--tel {
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
  border-radius: 80px;
  border: 4px solid #009e9e;
  width: 250px;
  color: #fff;
  background: #009e9e;
}

.cta--pamphlet {
  color: #009e9e;
  font-size: 22px;
  margin: 16px auto 18px;
  font-weight: 700 !important;
  padding-bottom: 2px;
  width: fit-content;
  background: linear-gradient(transparent 60%, #fff1c7 60%);
}

.cta--between__bg {
  width: 100%;
  /*height: 164px;*/
  padding: 30px 0;
  padding-top: 30px;
  background: linear-gradient(
    90deg,
    #88ac87 0%,
    #63998b 53.3%,
    #479c9d 104.85%
  );
}

.cta--between {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  width: 760px;
  /*height: 134px;*/
  padding-bottom: 20px;
}

.cta--between__bg.sp {
  display: none;
}
.cta--between__bg.pc {
  display: block;
}

/* キズキビジネスカレッジとは */

section.overview {
  padding: 0 !important;
}

.overview__maincopy__wrapper {
  background: #009e9e;
  padding: 60px 0;
  .achivements-box {
    width: 90vw;
    max-width: 560px;
    margin-inline: auto;
    margin-top: 20px;
  }
}

.overview__maincopy {
  color: #ffffff;
  /* font-size: 26px; */
  /* 文言短縮前 */
  /* line-height: 43px; */
  font-size: 34px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0.2em;
  margin: 0 auto;
  text-align: center;
  -webkit-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
}

p.overview__subcopy {
  margin: 20px auto 0;
}

.overview__subcopy {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #ffffff;
}

.overview__subcopy__link {
  text-decoration: underline;
}

.overview__message__wrapper {
  /* background: url("/kbc/assets/img/kbc/overview__message.jpg") no-repeat center;
    background-size: cover; */
  height: 540px;
  padding: 80px 0;
  justify-content: center;
}

.overview__message {
  /* float: right; */
  margin: 0 auto;
  height: 540px;
  /* width: 50vw */
}

.overview__message > P {
  color: #009e9e;
  font-size: 1.1em;
  line-height: 2em;
  text-align: center;
  margin: 0 auto 40px;
}

.overview__message > img {
  display: block;
  margin: 0 auto;
  width: 300px;
}

/* 採用速報 */
.recruitment-update {
  padding: 40px 0;
  .h2__wrapper {
    margin-bottom: 20px;
    h2 {
      color: #333;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 0;
      &::before {
        content: none;
      }
    }
  }
  .date {
    color: #333;
    text-align: center;
    margin-bottom: 40px;
  }
  .lead {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    max-width: 560px;
    margin-inline: auto;
  }
  .internship__voice__box {
    margin-top: 40px;
  }
}
.update-wrap {
  margin: 0 auto;
  max-width: 1024px;
  width: 90vw;
  position: relative;
  .update-list {
    .swiper-wrapper {
      align-items: stretch;
      .swiper-slide {
        height: auto !important;
      }
    }
    .update-list-item {
      .item-wrapper {
        padding: 10px;
        height: 100%;
      }
      .inner {
        background-color: #fff;
        border-radius: 20px;
        padding: 20px;
        position: relative;
        height: 100%;
        .sakura {
          position: absolute;
          top: -10px;
          right: -10px;
          &::before {
            content: url("/kbc/assets/img/kbc/top/sakura.svg");
            display: block;
            width: 100px;
          }
        }
      }
      .item-detail {
        display: flex;
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
        dt {
          display: flex;
          align-items: center;
          flex: 0 0 10em;
          font-size: 14px;
          font-weight: bold;
          height: 22px;
          &.category01::before {
            content: url("/kbc/assets/img/kbc/top/update-category01.svg");
            display: inline-block;
            width: 14px;
            margin-right: 6px;
            margin-top: 2px;
          }
          &.category02::before {
            content: url("/kbc/assets/img/kbc/top/update-category02.svg");
            display: inline-block;
            width: 13px;
            margin-right: 7px;
            margin-left: 1px;
            margin-top: 2px;
          }
          &.category03::before {
            content: url("/kbc/assets/img/kbc/top/update-category03.svg");
            display: inline-block;
            width: 11px;
            margin-right: 8px;
            margin-left: 2px;
            margin-top: 2px;
          }
          &.category04::before {
            content: url("/kbc/assets/img/kbc/top/update-category04.svg");
            display: inline-block;
            width: 14px;
            margin-right: 6px;
            margin-top: 2px;
            margin-left: 1px;
          }
          &.category05::before {
            content: url("/kbc/assets/img/kbc/top/update-category05.svg");
            display: inline-block;
            width: 15px;
            margin-right: 6px;
            margin-top: 2px;
          }
        }
        dd {
          display: flex;
          align-items: center;
        }
      }
      .comment {
        border-top: 1.5px solid #6e9b9e;
        margin-top: 40px;
        margin-inline: -20px;
        margin-bottom: -20px;
        padding: 15px 20px;
        position: relative;
        &::before {
          content: "Comment";
          color: #6e9b9e;
          font-size: 24px;
          font-weight: bold;
          position: absolute;
          top: -24px;
          left: 0;
        }
        p {
          color: #333;
          font-size: 16px;
          line-height: 1.6;
          letter-spacing: normal;
          width: 100%;
          margin: auto;
          strong {
            font-weight: bold;
            text-decoration: underline;
            text-decoration-thickness: 5px;
            text-underline-offset: -0.2em;
            text-decoration-skip-ink: none;
            text-decoration-color: #f8de7f;
          }
        }
      }
    }
    .banner__arrow {
      align-items: center;
      vertical-align: middle;
      font-size: 20px;
      cursor: pointer;
    }
  }
  .swiper-button-prev,
  .swiper-button-next {
    color: #333;
    font-size: 20px;
  }
  .swiper-button-prev {
    left: -25px !important;
  }
  .swiper-button-next {
    right: -25px !important;
  }
  .swiper-navigation-icon {
    display: none;
  }
}

.banner {
  padding: 30px 0 60px;
  background: url(/kbc/assets/img/kbc/overview__white__bg.png);
}
.banner .swiper-wrap {
  max-width: 800px;
  width: 85vw;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.swiper-wrap .swiper-button-prev,
.swiper-wrap .swiper-button-next {
  color: #333;
  font-size: 20px;
}
.swiper-wrap .swiper-button-prev {
  left: -15px !important;
}
.swiper-wrap .swiper-button-next {
  right: -15px !important;
}
.swiper-wrap .swiper-pagination {
  bottom: -30px !important;
}
.swiper-pagination-bullet-active {
  background-color: #333 !important;
}
.swiper-navigation-icon {
  display: none;
}
@media (max-width: 492px) {
  .banner {
    padding: 30px 0 40px;
  }
  .banner-wrapper {
    margin-top: 134px;
  }
  .swiper-wrap {
    padding: 0 5vw;
  }
  .swiper-wrap .swiper-pagination {
    bottom: -20px !important;
  }
}

/* 選ばれる理由 */

.merits {
  overflow: hidden;
}

.merits h3 {
  padding: 10pxpx 0 20px 10px;
}

.merits p {
  font-size: 15px;
  width: 95%;
  line-height: 28px;
  margin: 0 0 0 10px;
  strong {
    font-weight: bold;
  }
}

.merits {
  .more-link {
    display: none;
  }
}

.merits__wrapper {
  width: 90vw;
  max-width: 1024px;
  margin: 0 auto;
}

.merits__box {
  overflow: hidden;
  margin-bottom: 40px;
}

.merits__img {
  width: 30%;
  float: left;
}

.merits__img > img {
  width: 100%;
  height: calc(30% * 0.73214286);
}

.merits__paragraph {
  width: calc(70% - 25px);
  float: right;
}

.merits__box--from-left > .merits__img {
  float: right;
}

.merits__box--from-left > .merits__paragraph {
  float: left;
}

@media (max-width: 768px) {
  /* 選ばれる理由 */
  .merits__wrapper {
    width: 85vw;
  }
  .merits__box {
    width: 100%;
    margin-bottom: 40px;
  }
  .merits__box:last-child {
    margin-bottom: 0;
  }
  .merits__img {
    width: 100%;
    float: none;
  }
  .merits__paragraph {
    width: 100%;
    float: none;
  }
  .merits h3 {
    padding: 15px 0;
    margin: 0 auto;
    font-size: 20px;
    color: #3d6c6f;
  }
  .merits p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8em;
    margin: 0 auto;
  }

  .merits {
    p {
      &.ellipsis {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
      }
    }
    .more-link {
      display: block;
      width: 100%;
      font-size: 16px;
      margin-top: 20px;
      padding: 10px;
      cursor: pointer;
    }
  }
}

/*実績*/

.data__wrapper {
  width: 85vw;
  max-width: 500px;
  margin: 0 auto;
  .data-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    .data-title {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: normal;
      &::before {
        content: url("/kbc/assets/img/kbc/top/data-check-icon.svg");
        display: inline-block;
        width: 20px;
        margin-right: 10px;
        vertical-align: middle;
      }
    }
    .data-value {
      text-align: center;
      margin-bottom: 10px;
      .value {
        font-size: 40px;
        font-weight: bold;
        color: #009e9e;
        letter-spacing: normal;
        margin-right: 5px;
        text-decoration: underline;
        text-decoration-thickness: 10px;
        text-underline-offset: -0.15em;
        text-decoration-skip-ink: none;
        text-decoration-color: #f8de7f;
      }
    }
    .caption {
      margin: auto;
      text-align: center;
      & + .data-title {
        margin-top: 20px;
      }
    }
  }
  .message {
    letter-spacing: normal;
    width: 100%;
  }
  .sub {
    font-size: 0.6em;
    letter-spacing: normal;
    width: 100%;
  }
  .more-link {
    margin-top: 20px;
  }
}

.achivements-box {
  background: #fff;
  border: 3px solid #f8de7f;
  padding: 20px;
  box-sizing: border-box;
  .achivements-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0;
  }
  p {
    width: 100%;
    margin: 0;
    text-align: justify;
  }
}

.data__wrapper img {
  width: 94vw;
  max-width: 100%;
}

/* 講座内容 */

.classes__wrapper {
  width: 1024px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

.classes__wrapper--sp {
  display: none;
}

.classes__box,
.classes__career__box {
  width: calc(1024px / 5 - 10px);
  background: #fff;
  padding: 20px 10px 10px;
  text-align: left;
  box-sizing: border-box;
}

.classes__career__box {
  padding: 10px 8px;
}

.classes__box:nth-child(1n) {
  border-top: solid 4px #84c254;
}

.classes__box:nth-child(2n) {
  border-top: solid 4px #008bce;
}

.classes__box:nth-child(3n) {
  border-top: solid 4px #ff6b6e;
}

.classes__box:nth-child(4n) {
  border-top: solid 4px #6ac0af;
}

.classes__box:nth-child(5n) {
  border-top: solid 4px #ffc700;
}

.classes__box__upper-part {
  height: 95px;
}

.classes__icon {
  height: 35px;
  display: block;
  margin: 10px auto;
}

.classes__icon--programming {
  height: 31px;
}

.classes__heading {
  font-size: 14px;
  text-align: center;
}

.finance {
  color: #84c254;
}

.programming {
  color: #008bce;
}

.office {
  color: #ff6b6e;
}

.english {
  color: #6ac0af;
}

.marketing {
  color: #ffc700;
}

.classes__grade {
  margin: 10px auto 0;
  font-size: 0.7em;
}

.classes__pgh {
  margin-top: 2px;
  font-size: 0.7em;
  line-height: 16px;
}

.classes__career__wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}

.classes__arrow {
  width: calc(1024px / 5 - 10px);
  text-align: center;
}

.classes__career__box:nth-child(1n) {
  border: solid 2px #84c254;
}

.classes__career__box:nth-child(2n) {
  border: solid 2px #008bce;
}

.classes__career__box:nth-child(3n) {
  border: solid 2px #ff6b6e;
}

.classes__career__box:nth-child(4n) {
  border: solid 2px #6ac0af;
}

.classes__career__box:nth-child(5n) {
  border: solid 2px #ffc700;
}

.classes__career__box > p:first-child {
  margin-bottom: 5px;
}

.classes__career__pgh {
  font-size: 0.7em;
  line-height: 16px;
  margin: 0;
  width: 100%;
}

/* 講師紹介 */

.teachers__wrapper {
  width: 1024px;
  height: 230px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.mb {
  margin-bottom: 10px;
}

.teachers__box {
  width: 510px;
  box-sizing: border-box;
  height: 230px;
  border: solid 4px #f8f8f9;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.teachers__box:nth-child(1),
.teachers__box:nth-child(3) {
  margin-right: 10px;
}

.teachers__img__wrapper {
  width: calc(510px * 0.25);
  background-size: cover !important;
  height: 100%;
  float: left;
}

.teachers__img__wrapper img {
  width: 100%;
}

.teachers__lable {
  background: rgba(0, 158, 158, 0.7);
  padding: 0.1em 0.5em;
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 0;
}

/* .hanmura {
    background: url("/kbc/assets/img/kbc/teachers__img--hanmura.jpg") no-repeat center center;
}
.taguchi {
    background: url("/kbc/assets/img/kbc/teachers__img--taguchi.jpg") no-repeat center center;
}
.suzuki {
    background: url("/kbc/assets/img/kbc/teachers__img--suzuki.jpg") no-repeat center center;
}
.yasuda {
    background: url("/kbc/assets/img/kbc/teachers__img--yasuda.jpg") no-repeat center center;
} */

.teachers__description {
  width: calc(510px * 0.72);
  float: right;
}

.teachers__description > h3 {
  text-align: left;
  font-size: 16px;
  margin: 15px 0 0 15px;
  padding: 0;
}

.teachers__description > p {
  width: 339px;
  margin: 15px;
  text-align: left;
  line-height: 18px;
  font-size: 0.8em;
}

/* 利用の流れ */

.flow__wrapper {
  width: 1024px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.flow__h3 {
  color: #3d6c6f;
  font-size: 20px;
  margin: 0 auto 10px;
  max-width: 1024px;
  box-sizing: border-box;
}

.flow__box {
  padding-top: 10px;
  width: calc(1024px / 4 - 15px);
  background: #fff;
  /* height: 383px; */
  text-align: center;
  border-top: solid 3px #009e9e;
}

.flow__wrapper.x5 {
  margin-bottom: 40px;
}

.flow__wrapper.x5 .flow__box {
  width: calc(1024px / 5 - 10px);
}

.flow__step-number {
  font-size: 0.8em;
  color: #009e9e;
}

.flow__heading {
  font-size: 1em;
  color: #009e9e;
  margin: 1px auto 10px;
  padding: 0;
}

.flow__img {
  width: 100%;
  display: block;
  background: #000;
}

.flow__description {
  line-height: 20px;
  text-align: left;
  font-size: 0.7em;
  margin: 15px;
}

/* 校舎紹介 */

.facility {
  .facility__area__title {
    color: #3d6c6f;
    margin-bottom: 0.5em;
  }
}

.facility__wrapper {
  width: 800px;
  box-sizing: border-box;
  margin: 0 auto 30px;
  .label {
    display: inline-block;
    background: #ffc700;
    color: #2e2e2e;
    font-size: 14px;
    letter-spacing: normal;
    padding: 5px 15px;
    border-radius: 20px;
    white-space: nowrap;
    position: absolute;
    top: -15px;
    left: 10px;
  }
}

.facility__wrapper:last-child {
  margin-bottom: 0;
}

.facility__img {
  /* background: url("/kbc/assets/img/kbc/facility__img.jpg") no-repeat center center; */
  background-size: cover;
  width: 50%;
}

.facility__description {
  width: 50%;
}

.facility__description02 {
  width: 100%;
}

.iframe {
  width: 508px;
  height: 100%;
}

.facility__temp-p {
  width: 1024px;
}

/* よくある質問 */

.questions__wrapper {
  width: 800px;
  margin: 40px auto 0;
}

.questions__q {
  font-size: 18px;
  color: #009e9e;
  margin: 0;
}

.questions__a {
  font-size: 14px;
  margin: 8px 0 24px 28px;
}

/* 就労移行支援について */

.what-is__wrapper {
  width: 800px;
  margin: 0 auto;
}

#what-is__overview {
  background: #f8f8f9;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px;
}

#what-is__cta {
  text-align: center;
  width: 100%;
  margin: 28px auto 0;
  padding: 20px 0;
  font-size: 1.05em;
  border: solid 4px #f8f8f9;
}

.online-banner img {
  max-width: 100%;
}

.what-is__wrapper > h3 {
  font-size: 18px;
  color: #009e9e;
  margin: 30px 0 5px;
  padding: 0;
}

.what-is__wrapper > p {
  margin: 0;
  width: 100%;
}

table.what-is___table {
  text-align: center;
  width: 800px;
  line-height: 4em;
  border-collapse: collapse;
  border: solid 2px #d9d9d9;
  font-size: 13px;
}

table.what-is___table th {
  background: #3d6c6f;
  color: #fff;
  width: 150px;
}

table.what-is___table th:nth-child(1),
table.what-is___table th:nth-child(3) {
  width: 150px;
}

table.what-is___table td:first-child {
  background-color: #6e9b9e;
  border-bottom: 1px solid #fff;
  color: #fff;
}

table.what-is___table td {
  background-color: #fff;
  color: #616161;
  border-bottom: 1px solid #d9d9d9;
}

td,
th,
tr {
  vertical-align: middle;
}

.td__text--left {
  text-align: left;
  padding: 20px;
}

.td__text--left > p {
  margin: 0;
  width: 439px;
  font-size: 13px;
}

table.what-is___table th,
.what-is___table td {
  border: 1px solid #d9d9d9;
}

table.what-is___table tr td span {
  color: #009e9e;
  font-size: 0.8em;
}

.price-bpo #what-is__overview {
  margin: 20px 0;
}

.price-bpo .bpo-banner {
  display: block;
  margin-inline: auto;
  max-width: 500px;
}

/* 代表の想い */

.president__wrapper {
  width: 1024px;
  height: 462px;
  display: flex;
  margin: 0 auto;
}

.president__img {
  width: 35%;
  height: 100%;
  background: url("https://kizuki-corp.com/kbc/wordpress/wp-content/uploads/2025/12/yasuda.webp")
    no-repeat left top;
  background-size: contain;
}

.president__description {
  width: 65%;
  height: 100%;
}

.president__description > h3 {
  margin: 0 0 20px 40px;
  padding: 0;
  width: calc(100% - 40px);
  color: #009e9e;
  font-size: 1.2em;
}

.president__description > p {
  width: calc(100% - 40px);
  font-size: 0.8em;
  margin: 0 0 10px 40px;
}

/* お知らせ */

.news__wrapper {
  width: 800px;
  margin: 0 auto;
}

.news__wrapper p {
  font-size: 16px;
  width: 100%;
}

.news__link-to-archive {
  display: flex;
  width: 800px;
  margin: 40px auto 0;
  justify-content: space-between;
}

.news__link-to-archive--news,
.news__link-to-archive--column {
  display: inline-block;
  width: 386px;
  height: 20px;
  text-align: center;
  padding: 12px 0;
  font-size: 1.05em;
  border: solid 1px #009e9e;
  letter-spacing: 0.15em;
  color: #009e9e;
  background: #fff;
  font-size: 16px;
}

.news__link-to-archive--news:hover,
.news__link-to-archive--column:hover {
  color: #fff;
  background: #009e9e;
}

/* アクセス */

.access {
  overflow: hidden;
}

.access h3 {
  padding: 30px 0 20px 10px;
}

.access p {
  font-size: 15px;
  width: 95%;
  line-height: 28px;
  margin: 0 0 0 10px;
}

.access__wrapper {
  width: 800px;
  margin: 0 auto;
}

.access__box {
  width: 800px;
  overflow: hidden;
}

.access__img {
  width: 50%;
  float: left;
}

.access__img > img {
  width: 100%;
  height: calc(50% * 0.73214286);
}

.access__paragraph {
  width: calc(50% - 25px);
  float: right;
}

.access__box--from-left > .merits__img {
  float: right;
}

.access__box--from-left > .merits__paragraph {
  float: left;
}

/* フッター */

footer {
  background: #344145;
  border-top: 1px solid #ffffff14;
  text-align: center;
  padding: 20px 0 60px;
}

footer > p {
  vertical-align: middle;
  color: #fff;
  font-size: 0.6em;
  margin: 0 auto;
  padding: 0;
}

.operating-company {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 10px;
  max-width: 600px;
}

.operating-company a {
  text-decoration: underline;
}

footer .link-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
  list-style: none;
  margin: 0 auto;
  max-width: 90vw;
}

footer .link-list-item {
  line-height: 1;
  margin: 10px;
}

footer .link-list-item a {
  color: #fff;
  font-size: 0.8em;
}

/* PRエリア */
.pr-area {
  max-width: 500px;
  margin: 20px auto;
}

footer .pr-area {
  max-width: 300px;
}

.program__skill .pr-area {
  padding: 0 10vw;
}

/* 投稿ページ */

.post__main {
  width: 90%;
  max-width: 720px;
  margin: calc(60px + 40px) auto 0;
}

.breadcrumb {
  padding-top: 60px;
  display: flex;
  font-size: 12px;
}

h1.post__h1 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1.6px;
  color: #332e2b;
  margin: 10px 0;
}

.post__eyecatch {
  width: 100%;
  height: auto;
}

.post__wrapper {
  margin-bottom: 60px;
}

.post__wrapper h2 {
  padding: 2em 0 0.5em;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #3d6c6f;
  line-height: 1.5;
  font-size: 25px;
  color: #332e2b;
  display: block;
}

.post__wrapper h2::before {
  position: unset;
  height: 0px;
}

.post__wrapper h2::after {
  display: block;
  content: "";
  border-bottom: 3px solid #3d6c6f;
  width: 25%;
  position: relative;
  bottom: -0.6em;
}

.post__wrapper p,
.post__wrapper ol,
.post__wrapper ul {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 1em 0;
  width: 100%;
}

.post__cta--form {
  width: 370px;
}

.post__cta--tel {
  width: 250px;
}

.post__cta--between {
  width: 800px;
}

.sp {
  display: none !important;
}

.fv--sp {
  display: none;
}

.teachers__img--sp {
  display: none;
}

/* アーカイブページ */

.utility__inner {
  width: 1024px;
  margin: 0 auto;
}

.news-list {
  width: 100%;
}

.news-list__box {
  width: 100%;
  border: solid 4px #f8f8f9;
  margin: 0 16px 32px 0;
  background: #fff;
  display: flex;
}

.news-list__box a {
  display: flex;
  width: 100%;
}

.attachment-large.size-large.wp-post-image {
  width: 100%;
  height: auto;
}

.news-list__img-area {
  width: 20%;
  padding: 16px 16px 9px 16px;
}

.news-list__img {
  margin: 0;
}

.news-list__img img {
  width: 100%;
  height: auto;
}

.news-list__text-area {
  width: 80%;
}

h2.news-list__title {
  padding: 0 20px 0 0;
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 0;
}

p.news-list__text {
  padding: 0 20px 0 0;
  margin-left: 0;
  font-size: 12px;
}

/* 中間 */

@media (max-width: 1240px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    max-width: 500px;
    margin: 0 auto;
  }
  /* corp header */
  .header-corp__wrap {
    justify-content: center;
    position: relative;
  }
  .navi-corp {
    display: none;
    background: #03756c;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
  }
  .navi-corp__list {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 40px;
  }
  .navi-corp__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    margin-left: 0;
  }
  .navi-corp__item > a {
    display: block;
    color: #fff;
    padding: 20px;
    position: relative;
  }
  .navi-corp__item > a::after {
    content: "";
    background: url(/kbc/assets/img/kbc/arrow_forward_white.png) no-repeat
      center center;
    background-size: 6px 12px;
    width: 6px;
    height: 12px;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
  }
  .navi-corp__item a:hover {
    color: #fff;
  }
  .navi-corp__submenu {
    display: block;
    padding-left: 20px;
    list-style: none;
    margin: 0;
  }
  .navi-corp__submenu .navi-corp__submenu__item a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 10px 20px;
    position: relative;
  }
  .navi-corp__submenu .navi-corp__submenu__item a:hover {
    color: #fff;
  }
  .navi-corp__submenu .navi-corp__submenu__item:last-child a {
    margin-bottom: 10px;
  }
  .navi-corp__submenu .navi-corp__submenu__item a::after {
    content: "";
    background: url(/kbc/assets/img/kbc/arrow_forward_white.png) no-repeat
      center center;
    background-size: 6px 12px;
    width: 6px;
    height: 12px;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
  }
  .hamburger-corp {
    display: block;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    left: 10px;
    width: 20px;
    height: 16px;
    cursor: pointer;
  }
  .hamburger-corp span {
    width: 100%;
    height: 2px;
    display: block;
    background: #2f3030;
    position: absolute;
    border-radius: 0.1rem;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .hamburger-corp span:nth-of-type(1) {
    top: 0;
  }

  .hamburger-corp span:nth-of-type(2) {
    top: 7px;
    left: 0;
  }

  .hamburger-corp span:nth-of-type(3) {
    bottom: 0;
  }
  .hamburger-corp.open span {
    background: #fff;
  }
  .hamburger-corp.open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
  }

  .hamburger-corp.open span:nth-of-type(2) {
    display: none;
  }

  .hamburger-corp.open span:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 7px;
  }
  /* header */
  header.header {
    border-bottom: 1px solid #ffffff14;
  }
  #header__wrapper {
    padding: 0 60px 0 10px;
  }
  .hamburger-nav-toggle-btn {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 0;
    width: 44px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    background: none;
    border: 0;
  }
  .hamburger-nav-toggle-btn span {
    display: inline-block;
    position: absolute;
    width: 24px;
    border-bottom: solid 2px #fff;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 10px;
    border-radius: 4px;
  }
  .hamburger-nav-toggle-btn span:nth-child(1) {
    top: 13px;
  }
  .hamburger-nav-toggle-btn span:nth-child(2) {
    top: 21px;
  }
  .hamburger-nav-toggle-btn span:nth-child(3) {
    top: 29px;
  }
  .hamburger-nav-toggle-btn span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 9px;
    top: 34px;
    width: 44px;
    left: 0;
  }
  .hamburger-nav-toggle-btn.open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 20px;
  }

  .hamburger-nav-toggle-btn.open span:nth-of-type(2) {
    display: none;
  }

  .hamburger-nav-toggle-btn.open span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 20px;
  }
  nav {
    overflow: unset;
  }
  .nav__wrap {
    display: none;
  }
  .nav__list {
    display: grid;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    background: #344145;
  }
  .nav__list > li {
    color: #fff;
    padding-left: 0;
    border-bottom: 1px solid #ffffff14;
  }
  .nav__list > li:nth-child(odd) {
    border-right: 1px solid #ffffff14;
  }
  .nav__list li:first-child {
    padding-left: 0;
  }
  .nav__list > li a {
    text-align: center;
    font-size: 1.2em;
    display: block;
    text-decoration: none;
    height: 3.3em;
    line-height: 3.3em;
  }
  .nav__list__cta {
    background: #b9ad03;
    border-bottom: 0 !important;
  }
}

/* sp */

@media (max-width: 492px) {
  /* header */
  #header__logo {
    flex-shrink: 1;
    min-width: 140px;
  }
  .header__cta__wrapper {
    min-width: 65px;
  }
  .header__cta {
    font-size: 14px;
    border-radius: 4px;
    box-shadow: none;
  }
  #overview-anc,
  #merits-anc,
  #voices-anc,
  #teachers-anc,
  #detail-anc,
  #counseling-anc,
  #facility-anc,
  #questions-anc,
  #data-anc {
    padding-top: 60px;
  }
  h1 {
    display: grid;
  }
  h2 {
    font-size: 1.5em;
  }
  h2:before {
    width: 40px;
  }
  .h2__wrapper {
    margin-bottom: 60px;
  }
  .section__maincopy {
    font-size: 1.5em;
  }
  .kbc-sns.kbc-sns--header {
    display: block;
  }
  .kbc-sns--header {
    position: absolute;
    bottom: -245px;
    width: 100%;
    left: 0;
    padding: 12px 0 12px;
    border-bottom: 1px solid #ffffff14;
  }
  .fv {
    background: url("/kbc/assets/img/kbc/mv--pc.webp") no-repeat center right;
    height: 50px;
    background-size: cover;
  }
  .fv__maincopy__wrapper {
    /*margin: 250px auto 0;*/
    margin: 70px auto 0;
  }
  .fv__maincopy {
    /*padding-left: 8px;*/
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0 8px;
    letter-spacing: 0.4px;
    font-size: 0.7em !important;
  }
  .fv__maincopy--upper {
    font-size: 0.6em;
    width: 346px;
    margin: 15px 0 0 10px;
  }
  .fv__maincopy--lower {
    font-size: 0.6em;
    width: 281px;
    /*margin: 15px 0 0 10px;*/
    margin: 10px 0 0 10px;
  }
  .fv__subcopy {
    font-size: 14px;
    margin: 16px 0 338px 15px;
  }
  .fv--sp {
    display: block;
    background-color: #f5f5f5;
    height: 290px;
  }
  .cta--between__bg.sp {
    display: block;
  }
  .cta--between__bg.pc {
    display: none;
  }
  .fv--sp .fv__cta__wrapper .cta--pamphlet {
    margin-bottom: 10px;
  }
  @media (max-width: 371px) {
    .fv__maincopy {
      font-size: 0.6em !important;
    }
    .fv__maincopy--upper {
      font-size: 0.5em;
      width: 292px;
    }
    .fv__maincopy--lower {
      font-size: 0.5em;
      width: 238px;
    }
    .fv__subcopy {
      font-size: 13px;
    }
  }
  @media (max-width: 320px) {
    .fv__maincopy {
      font-size: 0.57em !important;
    }
  }
  .fv__cta__wrapper {
    display: grid;
  }
  .cta--form {
    margin: 10px auto 15px;
    width: 90%;
    font-size: 19px;
  }
  .cta--tel {
    margin: 10px auto 15px;
    width: 90%;
    font-size: 19px;
  }
  .fv__cta__wrapper.cta--between {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
  }
  .cta--between__bg {
    /*height: 288px;
        padding-top: 50px;*/
    padding: 36px 0;
  }
  .cta--between {
    width: 93vw;
    height: 214px;
  }
  .cta.cta--form.cta--between__button {
    width: 90%;
    margin: 10px auto 15px;
  }
  .cta.cta--tel.cta--between__button {
    width: 87.6%;
    margin: 0 auto;
    line-height: 1.1;
    padding-top: 20px;
    height: 38px;
  }
  /* キズキビジネスカレッジとは */
  .overview__maincopy {
    line-height: 2em;
    font-size: 24px;
    box-sizing: border-box;
    text-shadow: 0px 1px 10px 0px 1px 15px #3d6c6f;
  }
  .overview__message > P {
    font-size: 15px;
    font-weight: bold;
  }
  .overview__message > img {
    width: 60vw;
  }
  /*講座内容*/
  .section__maincopy {
    font-size: 1.1em;
  }
  .classes__wrapper {
    width: 85vw;
  }
  .classes__wrapper--pc,
  .classes__career__wrapper--pc {
    display: none;
  }
  .classes__wrapper--sp {
    display: block;
  }
  .classes__box {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 10px;
  }
  .classes__box:last-child {
    margin-bottom: 0;
  }
  .classes__heading {
    font-size: 20px;
    padding: 30px 10px;
  }
  .classes__icon {
    height: 70px;
    margin: 0 auto 30px;
  }
  .classes__icon--programming {
    height: 63px;
  }
  .classes__icon--marketing {
    height: 66px;
  }
  .classes__box p {
    font-size: 1em;
    line-height: 1.8em;
  }
  .classes__career__pgh {
    margin: 0 auto;
    width: 90%;
  }
  @media (max-width: 340px) {
    .se {
      display: block;
    }
  }
  /* 講師紹介 */
  .teachers__img--pc {
    display: none;
  }
  .teachers__img--sp {
    display: block;
    width: 85vw;
  }
  .teachers__wrapper {
    width: 85vw;
    height: 100%;
    margin: 0 auto;
    display: block;
  }
  .teachers__box:nth-child(1),
  .teachers__box:nth-child(3) {
    margin-right: 0;
  }
  .teachers__box {
    width: 85vw;
    height: 100%;
    margin-bottom: 30px;
  }
  .teachers__img__wrapper {
    float: none;
    width: 85vw;
  }
  .teachers__lable {
    padding: 0.4em 0.9em;
    font-size: 1em;
  }
  .teachers__description {
    width: 85vw;
    float: none;
  }
  .teachers__description > p {
    width: 90%;
  }
  section.teachers {
    padding-bottom: 30px;
  }
  /*利用の流れ*/
  .flow__wrapper {
    width: 85vw;
    display: block;
    margin: 0 auto;
  }
  .flow__h3 {
    width: 100vw;
    text-align: center;
  }
  .flow__box {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
  }
  .flow__wrapper.x5 .flow__box {
    width: 100%;
  }
  .flow__box:last-child {
    margin-bottom: 0;
  }
  .flow__description {
    line-height: 1.8em;
    font-size: 0.8em;
    margin-bottom: 0;
  }
  /*校舎紹介*/
  .facility__wrapper {
    width: 85vw;
    height: 100%;
    display: block;
  }
  .facility__description {
    width: 100%;
  }
  .facility__description02 {
    width: 100%;
  }
  .facility__img {
    width: 100%;
    height: 50%;
  }
  .iframe {
    width: 100%;
    height: 300px;
  }
  .facility__temp-p {
    width: 80%;
  }
  /* よくあるご質問 */
  .questions__wrapper {
    width: 85vw;
  }
  .questions__q {
    font-size: 16px;
    width: 100%;
  }
  .questions__a {
    font-size: 14px;
    width: 100%;
    margin: 8px 0 40px 0px;
  }
  /*就労移行支援について*/
  .what-is__wrapper {
    width: 85vw;
  }
  #what-is__overview {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  table.what-is___table {
    width: 85vw;
    margin-top: 30px;
    line-height: 2em;
    font-size: 12px;
  }
  table.what-is___table th {
    width: 46vw;
  }
  table.what-is___table th:nth-child(1),
  table.what-is___table th:nth-child(3) {
    width: 46vw;
  }
  table.what-is___table td {
    padding: 10px;
  }
  .td__text--left > p {
    width: 46vw;
    font-size: 12px;
  }
  #what-is__cta {
    padding: 20px;
    box-sizing: border-box;
    font-size: 1em;
  }
  /*代表の想い*/
  .president__wrapper {
    width: 85vw;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .president__img {
    width: 100%;
    height: 230px;
    margin: 0 auto;
    background: url("https://kizuki-corp.com/kbc/wordpress/wp-content/uploads/2025/12/yasuda.webp")
      no-repeat center top;
    background-size: contain;
  }
  .president__description > h3 {
    margin: 20px 0 0 0;
    width: 85vw;
    font-size: 1.1em;
  }
  .president__description > p {
    width: 85vw;
    margin: 20px auto;
  }
  /* お知らせ */
  .news__wrapper {
    width: 85vw;
  }
  .news__wrapper p {
    font-size: 15px;
  }
  .news__link-to-archive {
    display: block;
    width: 85vw;
    margin: 40px auto 0;
  }
  .news__link-to-archive--news {
    margin-bottom: 16px;
  }
  .news__link-to-archive--news,
  .news__link-to-archive--column {
    width: 100%;
    font-size: 15px;
  }
  /* アクセス */
  .access__wrapper {
    width: 85vw;
  }
  .access__box {
    width: 100%;
    margin-bottom: 40px;
  }
  .access__box:last-child {
    margin-bottom: 0;
  }
  .access__img {
    width: 100%;
    float: none;
  }
  .access__paragraph {
    width: 100%;
    float: none;
  }
  .access h3 {
    padding: 15px 0;
    margin: 0 auto;
    font-size: 20px;
    color: #3d6c6f;
  }
  .access p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8em;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: solid 3px #f3f3f3;
  }
  /* 投稿ページ */
  .post__main {
    width: 90vw;
  }
  .breadcrumb {
    padding-top: 20px;
  }
  h1.post__h1 {
    font-size: 22px;
  }
  .post__wrapper h2 {
    font-size: 18px;
  }
  /* アーカイブページ */
  .utility__inner {
    width: 85vw;
    margin: 0 auto;
  }
  .news-list {
    width: 100%;
    display: block;
  }
  .news-list__box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .news-list__box a {
    display: block;
  }
  .news-list__img-area {
    width: 100%;
    padding: 0;
  }
  .news-list__text-area {
    width: 100%;
  }
  h2.news-list__title {
    padding: 0 16px;
  }
  p.news-list__text {
    margin-left: 16px;
  }
  footer .link-list {
    display: block;
    padding: 10px 0;
  }
  footer .link-list-item {
    margin: 20px 0;
  }
}

/* 固定ページ */

.page__main {
  padding-top: calc(60px + 40px);
}

h1.page__h1 {
  text-align: center;
  font-size: 26px;
  letter-spacing: 1.6px;
  background: linear-gradient(273.97deg, #479c9d 0%, #88ac87 100%);
  color: #fff;
  padding: 30px 20px;
  margin: 0;
}

h1.page__h1 span {
  display: block;
  font-size: 0.6em;
  margin-bottom: 5px;
}

.page__main .h2__wrapper {
  margin-bottom: 40px;
}

.page__main .h2__wrapper h2 {
  line-height: 34px;
}

@media (max-width: 492px) {
  h1.page__h1 {
    font-size: 24px;
  }
  .page__main .h2__wrapper {
    margin-bottom: 30px;
  }
}

/* プログラム紹介 */

.program__overview__wrapper {
  display: flex;
  margin: 80px auto 50px;
  width: 90vw;
  max-width: 920px;
  box-sizing: border-box;
}

.program__overview__wrapper p,
.program__skill__box p {
  margin: 0;
  width: 100%;
}

.program__overview__box {
  display: flex;
  width: 50%;
}

.program__overview__box__icon {
  width: 130px;
}

.program__overview__box__description {
  padding-left: 18px;
  width: calc(450px - 130px);
}

.program__overview__box__description p:first-child {
  font-size: 18px;
  margin-bottom: 10px;
}

.program__overview__box__description p:nth-child(2) {
  font-size: 13px;
  width: 256px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.program__overview__description {
  font-weight: 700;
  width: 90vw;
  max-width: 920px;
  margin: 0 auto 80px;
}

.program__description {
  width: 90vw;
  max-width: 560px;
  margin: 60px auto;
}

.program__link {
  width: 90vw;
  max-width: 560px;
  margin: 60px auto;
  list-style: none;
  padding-left: 0;
  .program__link__item {
    margin-bottom: 10px;
    a {
      display: block;
      color: #fff;
      text-align: center;
      border-radius: 50px;
      font-size: 20px;
      font-weight: bold;
      padding: 15px;
      position: relative;
      &.self {
        background-color: #ff6b6e;
      }
      &.basic {
        background-color: #6ac0af;
      }
      &.skill {
        background-color: #84c254;
      }
      &.work {
        background-color: #ff7a00;
      }
      .triangle {
        display: block;
        background: #fff;
        height: calc(tan(60deg) * 7px / 2);
        width: 14px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        position: absolute;
        right: 20px;
        top: 26px;
      }
    }
  }
}

.program__skill__box {
  width: 90vw;
  max-width: 920px;
  box-sizing: border-box;
  margin: 0 auto 30px;
  background: #fff;
  border-left: 8px solid;
  .inner {
    padding: 24px 32px;
  }
}

.program__skill:not(.bg--gray) {
  .program__skill__box {
    .inner {
      border: 3px solid #f8f8f9;
    }
  }
}

.program__skill__box--upper {
  display: flex;
  margin-bottom: 20px;
}

.program__skill__box--upper h3 {
  margin: 0 0 0 14px !important;
}

.page__main .program__skill__box--upper h3 {
  margin: 0 !important;
}

.program__skill__box h3 {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  text-align: left;
}

.program__skill__box h4 {
  margin: 28px 0 6px;
  font-weight: 400;
}

.program__skill__box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program__skill__box {
  &.self {
    border-color: #ff6b6e;
    img {
      width: 25px;
    }
    .program__list {
      .program__list__item {
        background-color: #ff6b6e;
      }
    }
  }
  &.basic {
    border-color: #6ac0af;
    img {
      width: 25px;
    }
    .program__list {
      .program__list__item {
        background-color: #6ac0af;
      }
    }
  }
  &.skill {
    border-color: #84c254;
    img {
      width: 25px;
    }
    .program__list {
      .program__list__item {
        background-color: #84c254;
      }
    }
  }
  &.work {
    border-color: #ff7a00;
    img {
      width: 25px;
    }
    .program__list {
      .program__list__item {
        background-color: #ff7a00;
      }
    }
  }
}

.kbc__top .program__skill__box--middle {
  margin-top: 6px;
}

.program__skill__box--middle p:first-child {
  margin-bottom: 10px;
}

.program__list {
  display: flex;
  flex-wrap: wrap;
  .program__list__item {
    border-radius: 4px;
    color: #fff;
    margin: 0 5px 5px 0;
    padding: 7px 10px;
    text-align: center;
  }
}

.program__skill__box--lower {
  margin-top: 20px;
}

.program__skill__box .cssacc:checked + .classes__box__lower-part {
  margin-top: -36px !important;
}

.program__mental {
  padding-top: 0;
}

.accordion {
  width: 90vw;
  max-width: 920px;
  box-sizing: border-box;
  margin: 0 auto 16px;
  background: #fff;
  border-left: 8px solid #539f99;
}

.accordion--upper {
  display: flex;
  align-items: center;
}

.program__mental .accordion--upper {
  padding-right: 38px;
}

.accordion p {
  color: #539f99;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 20px;
  width: 100%;
}

.accordion label {
  /* width: calc(100% - 40px); */
  width: 100%;
  display: inline-block;
  line-height: 80px;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}

.accordion--upper img {
  width: 26px;
  height: 26px;
}

/* .accordion label:before {
         content: '';
         display: inline-block;
         width: 30px;
         height: 30px;
         background-image: url(/kbc/assets/img/kbc/plus.png);
         background-size: contain;
         vertical-align: middle;
         right: 20px;
         top: 30%;
         position: absolute;
     } */

.accordion--lower.classes__box__lower-part {
  margin-top: 0 !important;
}

.accordion--lower.classes__box__lower-part p {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #616161;
  padding: 0 0 25px 27px;
  width: 94%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 400;
}

@media (max-width: 940px) {
  .program__overview__box__description p:nth-child(2) {
    width: 190px;
  }
}

@media (max-width: 768px) {
  .program__overview__box__icon img {
    width: 114px;
  }
  .program__overview__box__description p:nth-child(2) {
    width: 150px;
  }
}

@media (max-width: 670px) {
  .program__overview__wrapper {
    display: block;
  }
  .program__overview__box {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .program__overview__box__icon {
    margin: 0 auto 16px;
  }
  .program__overview__box__icon img {
    width: 130px;
  }
  .program__overview__box__description {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .program__overview__box__description p {
    width: 100% !important;
  }
  .program__overview__description {
    color: #539f99;
  }
  .program__skill__box {
    text-align: justify;
  }
  .program__skill__box--middle label {
    width: 96%;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    padding: 2px 4px;
    margin-top: 18px;
    font-weight: 700;
  }
  .program__skill__box--middle label span.underline {
    text-decoration: none;
  }
  .program__skill__box .cssacc:checked + .classes__box__lower-part {
    margin-top: -52px !important;
  }
}

@media (max-width: 492px) {
  .program__skill {
    padding-top: 80px;
  }
  .program__skill__box--middle p:first-child {
    margin: 8px 0;
  }
  .program__skill__box h3 {
    font-size: 18px;
  }
  .accordion--upper img {
    width: 24px;
    height: 24px;
  }
  .accordion--lower {
    padding: 0 20px !important;
  }
  .accordion--lower p {
    width: 100% !important;
  }
  .program__mental .accordion--lower.classes__box__lower-part p {
    padding: 0 0 18px;
  }
  .program__mental {
    padding-bottom: 80px;
  }
  .accordion {
    border-left: 6px solid #539f99;
    margin-bottom: 12px;
  }
  .program__mental .accordion {
    margin-bottom: 12px;
  }
  .accordion--upper label {
    font-size: 16px;
    line-height: 70px;
    width: 100%;
    padding-left: 18px;
  }
  .program__mental .accordion--upper {
    padding-right: 20px;
  }
  /*  .accordion label:before {
             width: 22px;
             height: 22px;
             right: 16px;
             top: 34%;
        } */
}

@media (max-width: 321px) {
  .accordion--upper label {
    font-size: 15px;
    padding-left: 12px;
  }
  .accordion label:before {
    right: 14px;
  }
}

/* インターンシップ */

.internship--pt-0 {
  padding-top: 0;
}

.internship__description,
.internship__example__description,
.internship__figure {
  margin: 0 auto;
  width: 90vw;
  max-width: 920px;
}

.internship__figure {
  margin: 20px auto 0;
}

.internship__figure img {
  width: 100%;
}

.internship__example .program__skill__box {
  padding: 20px 28px;
}

.internship__example .program__skill__box--middle p:first-child {
  margin: 0;
  font-size: 15px;
}

.internship__example__description {
  margin-bottom: 40px;
}

.internship__example .program__skill__box {
  margin: 0 auto 18px;
}

.internship__example .program__skill__box--office-advanced img {
  /* オフィスではなくエンジニア用のPCアイコン */
  width: 32px;
}

.internship__voice__box {
  border: solid 4px #f8f8f9;
  width: 90vw;
  max-width: 920px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  background: #fff;
  display: flex;
  padding: 20px;
}

.internship__voice__box--left {
  width: 26%;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.internship__voice__box--left img {
  width: 100%;
}

.internship__voice__box--right {
  width: 74%;
}

.internship__voice__box--right h3 {
  font-size: 18px;
  margin: 0 0 6px;
  padding: 0;
}

.internship__voice__box--right p.internship__voice__box--right__attribute {
  font-size: 13px;
  margin: 0 0 6px;
}

.internship__voice__box--right p.internship__voice__box--right__attribute span {
  display: inline-block;
  padding: 1px 4px 2px;
  margin-right: 4px;
  background: #539f99;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}

.internship__voice__box--right p {
  margin: 0;
  width: 100%;
}

.accordion p {
  color: #009e9e;
}
.accordion--qa .accordion {
  border: 2px solid #009e9e;
  margin: 0 auto 12px;
  padding: 20px 0;
}

.accordion--qa .accordion label:before {
  width: 26px;
  height: 26px;
}

.accordion--qa .accordion p {
  font-size: 18px;
  width: 92%;
}

.accordion--qa .accordion label {
  padding-left: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.accordion--qa .accordion--lower.classes__box__lower-part p {
  font-size: 15px;
  padding: 0 0 0 18px;
  margin-top: 10px;
  width: 90%;
}

@media (max-width: 492px) {
  .internship__voice__box {
    display: block;
  }
  .internship__voice__box--left {
    width: 100%;
  }
  .internship__voice__box--right {
    width: 100%;
    margin-top: 20px;
  }
  .internship__voice__box--right h3,
  .internship__voice__box--right p.internship__voice__box--right__attribute {
    margin: 0 0 10px;
  }
  .accordion--qa .accordion {
    padding: 16px 0;
  }
  .accordion--qa .accordion p {
    width: 86%;
    margin-right: 7px;
    font-size: 16px;
  }
  .accordion--qa .accordion--lower.classes__box__lower-part p {
    padding: 0;
  }
}

/* アコーディオン */

.acc-trigger {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}

.acc-trigger--finance {
  border: solid 1px #91bb5f;
  color: #91bb5f;
}

.acc-trigger--programming {
  border: solid 1px #008bce;
  color: #008bce;
}

.acc-trigger--office {
  border: solid 1px #ff6b6e;
  color: #ff6b6e;
}

.acc-trigger--english {
  border: solid 1px #6ac0af;
  color: #6ac0af;
}

.acc-trigger--marketing {
  border: solid 1px #ffc700;
  color: #ffc700;
}

.classes__box__lower-part {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.cssacc {
  display: none;
}

.cssacc:checked + .classes__box__lower-part {
  height: auto;
  /* padding: 5px; */
  opacity: 1;
  margin-top: -71px;
  background: #fff;
  position: relative;
}

/* 2020改修  */
.kbc__top .program__skill__box {
  margin-bottom: 20px;
}

.kbc__top .program__skill__box--middle p:first-child {
  margin-bottom: 0;
}

.link--to-detail {
  display: block;
  margin: 40px auto 0;
  text-align: center;
  padding: 0;
  letter-spacing: 0.15em;
  color: #429e9f;
  font-size: 1.1em;
  text-decoration: underline;
  width: 90vw;
  max-width: 920px;
}

.kbc__top .accordion {
  max-width: 840px;
}

.a--underline {
  color: #429e9f;
}

.a--underline:hover,
.link--to-detail a:hover {
  color: #50b4b5;
}

.cta--form {
  padding-top: 14px;
  height: 46px;
  line-height: 1;
}

.fv__cta__wrapper.cta--between {
  display: block;
}

.cta--between__button-wrapper {
  display: flex;
  align-items: center;
  padding: 20px 0 10px;
  justify-content: center;
}

.tel-time {
  text-align: center;
  margin: 0 auto;
  color: #429e9f;
  font-weight: 700;
}

@media (max-width: 492px) {
  .cta.cta--form.cta--between__button {
    height: 48px;
    line-height: 1;
    padding-top: 12px;
  }
  .cta--between__button-wrapper {
    display: block;
    padding: 0 0 10px;
  }
  section.teachers {
    padding-bottom: 60px;
  }
}

/* よくある質問 */
.page__main .accordion--qa {
  padding: 40px 0;
}

/* セレクトタイプ設置 */
.kbc-cta {
  background: #344145;
  padding: 30px 0;
}

.kbc-cta_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.kbc-cta_link {
  color: #2e2e2e !important;
  width: 100%;
  max-width: 300px;
  padding: 26px 6px 26px 0;
  text-align: center;
  font-size: 20px;
  margin: 8px;
  box-sizing: border-box;
  background: #fff;
  text-decoration: none;
  box-shadow: 0px 3px 5px #015959ad;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  line-height: 1.2;
}

.kbc-cta_link img {
  width: 28px;
  margin: 0 12px 0 0 !important;
}

.icon--line img {
  width: 32px;
}

.icon--talk img {
  width: 32px;
}

.icon--pamphlet img {
  width: 20px;
}

.icon--phone img {
  width: 20px;
}

.fv .icon--calendar {
  color: #fff !important;
  background: #009e9e !important;
}

.fv .icon--pamphlet {
  color: #009e9e !important;
  border: 3px solid #009e9e !important;
}

header.header .kbc-cta {
  display: none;
}

.kbc-cta_link::after {
  right: 28px;
  top: -13px;
  position: absolute;
  font-size: 13px;
  background: #ffc700;
  color: #2e2e2e;
  padding: 6px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.kbc-cta_inner .kbc-cta_link--strong::after {
  content: "おすすめ";
}

.kbc-cta_inner .kbc-cta_link--now::after {
  content: "いますぐ予約";
}

.kbc-cta_inner .kbc-cta_link--type::after {
  content: "どんなお悩みでも";
}

@media (max-width: 492px) {
  header.header .kbc-cta {
    display: block;
    position: absolute;
    bottom: -485px;
    left: 0;
  }

  .kbc-cta_link {
    max-width: 44%;
    border-radius: 4px;
    padding-left: 5px;
    font-size: 16px;
    letter-spacing: 0;
  }

  .kbc-cta_inner .kbc-cta_link::after {
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    letter-spacing: 0;
  }

  .kbc-cta_link.icon--talk img {
    margin: 0 7px 0 0 !important;
  }
}

@media (max-width: 352px) {
  .kbc-cta_link {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .kbc-cta_link {
    font-size: 14px;
  }

  .icon--talk img {
    margin: 0 3px 0 0 !important;
  }
}

/* 校舎一覧ページ */
.facility__page__wrapper {
  margin: 40px auto 50px;
  width: 90vw;
  max-width: 920px;
  box-sizing: border-box;

  .button-wrap {
    a {
      display: block;
      text-align: center;
      background: #019e9e;
      color: #fff;
      border-radius: 40px;
      padding: 10px;
      max-width: 400px;
      margin-inline: auto;
      span {
        font-size: 0.8em;
        letter-spacing: normal;
      }
    }
  }
}

.facility__area__title {
  display: block;
  &::before {
    content: none;
  }
}

.facility__link {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 13px 2%;
  margin-bottom: 40px;
}

.facility__link__item {
  display: block;
  background: #fff;
  border: 3px solid #d9d9d9;
  color: #616161;
  font-size: 18px;
  padding: 10px 10px 15px 30px;
  text-align: center;
  position: relative;
  &::before {
    content: "";
    display: block;
    border-top: 3px solid #539f99;
    border-right: 3px solid #539f99;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    left: 10px;
  }
  .label {
    display: inline-block;
    background: #ffc700;
    color: #2e2e2e;
    font-size: 11px;
    letter-spacing: normal;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    position: absolute;
    top: -12px;
    left: 5px;
  }
}

.facility__list {
  list-style: none;
  color: #616161;
  margin-top: 40px;
  padding: 0;
}

.facility__list .facility__list__item {
  border: 3px solid #f8f8f9;
  padding: 30px 20px;
  position: relative;
  .label {
    display: inline-block;
    background: #ffc700;
    color: #2e2e2e;
    font-size: 14px;
    letter-spacing: normal;
    padding: 5px 15px;
    border-radius: 20px;
    white-space: nowrap;
    position: absolute;
    top: -12px;
    left: 5px;
  }
}

.facility__list .facility__list__item:not(:last-child) {
  margin-bottom: 20px;
}

.facility__list .title {
  color: #333;
  font-size: 24px;
  letter-spacing: normal;
  margin: 0 0 15px 0;
  width: auto;
  &::before {
    content: none;
  }
}

.facility__list .image {
  margin-bottom: 1em;
}

.facility__list .image img {
  max-width: 100%;
}

.facility__access__list {
  margin: 0 0 1em 0;
  padding-bottom: 1em;
}

.facility__access__list:not(:last-child) {
  border-bottom: 1px dashed #d9d9d9;
}

.facility__access__list dt {
  color: #539f99;
  margin-bottom: 5px;
}

.facility__access__list dt::after {
  content: "：";
  color: #616161;
}

.facility__access__list dd {
  color: #616161;
  font-size: 14px;
  margin: 0;
}

.detail__button {
  display: block;
  border: 2px solid #539f99;
  border-radius: 30px;
  color: #539f99;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  padding: 10px 0 13px 0;
}

@media only screen and (min-width: 641px) {
  .facility__list .facility__list__item {
    padding: 30px 40px;
    .label {
      font-size: 16px;
      padding: 10px 20px;
      top: -18px;
      left: 16px;
    }
  }

  .facility__list .detail {
    display: grid;
    grid-template-columns: 350px calc(100% - 350px);
  }

  .facility__list .image {
    margin-right: 20px;
  }
}

/* 校舎詳細ページ  */
.facility__detail__wrapper {
  padding-bottom: 40px;
  margin: auto;
  max-width: 920px;
}

.facility__new {
  border: 3px solid #479c9d;
  font-size: 24px;
  line-height: 1;
  padding: 20px;
  margin: 20px auto;
  width: 300px;
  max-width: 90%;
  text-align: center;
}

.facility__top__image {
  margin-bottom: 40px;
}

.facility__top__image img {
  aspect-ratio: 500 / 333;
  width: 100%;
}

.facility__preparation {
  color: #000;
  font-size: 1.2em;
  line-height: 1.75;
  margin: 40px auto;
  text-align: center;
}

.h2__wrapper h2 {
  max-width: 100%;
}

.facility__page__map {
  width: 90vw;
  max-width: 100%;
  margin: 0 auto;
}

.facility__page__map iframe {
  max-width: 100%;
  height: 300px;
}

.facility__access {
  width: 90vw;
  max-width: 100%;
  margin: 1em auto 40px;
}

.facility__accordion__wrap {
  margin-bottom: 60px;
}

.facility__accordion {
  width: 90vw;
  margin: 1em auto;
}

.facility__accordion__head {
  border: 3px solid #539f99;
  border-radius: 10px;
  color: #539f99;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.facility__accordion__head::before {
  content: "";
  display: block;
  border-top: 3px solid #539f99;
  border-right: 3px solid #539f99;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 10px;
}

.facility__accordion__head.open::before {
  transform: rotate(135deg);
  top: 23px;
  left: 15px;
}

.facility__accordion__body {
  display: none;
}

.facility__access__detail {
  list-style: none;
  padding: 0;
}

.facility__access__detail__item {
  margin-bottom: 20px;
}

.facility__access__detail__item p {
  margin: 0 0 10px 0;
  width: auto;
}

.facility__access__detail__item img {
  width: 100%;
}

.facility__cta {
  margin-bottom: 60px;
}

.facility__cta-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.facility__cta p {
  background: #009e9e;
  color: #fff;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.facility__cta a {
  box-shadow: none;
  border: 2px solid;
}

.facility__interior__wrap {
  width: 80vw;
  max-width: 600px;
  margin-inline: auto;
  padding: 0 5vw;
  position: relative;
  .swiper-button-prev,
  .swiper-button-next {
    color: #333;
    font-size: 20px;
  }
  .swiper-button-prev {
    left: -25px !important;
  }
  .swiper-button-next {
    right: -25px !important;
  }
}

.facility__interior {
  margin-bottom: 60px;
  .facility__interior__list {
    list-style: none;
    position: relative;
    padding-left: 0;
    li {
      text-align: center;
      padding-left: 0;
      p {
        text-align: left;
      }
    }
    .banner__arrow.slider--prev {
      position: absolute;
      top: 40%;
      left: 10px;
    }
    .banner__arrow.slider--next {
      position: absolute;
      top: 40%;
      right: 10px;
    }
  }
}

.litalico-banner {
  text-align: center;
  padding: 40px;
}

.facility__staff__wrap {
  margin-bottom: 40px;
}

.facility__example {
  border: 2px solid #009e9e;
  margin: 0 auto 60px;
  padding: 20px;
  width: 90vw;
  max-width: 560px;
  box-sizing: border-box;
}

.facility__example__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.facility__example__item {
  padding-left: 1.5em;
  position: relative;
}

.facility__example__item::before {
  content: "";
  border-top: 3px solid #009e9e;
  border-right: 3px solid #009e9e;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 6px;
  transform: rotate(135deg);
}

.facility__example__item:not(:last-child) {
  margin-bottom: 1em;
}

.facility__schedule .schedule-image {
  margin-inline: auto;
  margin-bottom: 40px;
  max-width: 90vw;
}

@media only screen and (min-width: 641px) {
  .facility__schedule .schedule-image {
    max-width: 560px;
  }
}

.facility__staff__wrap img {
  max-width: 100%;
  margin: 0 auto 20px;
}

.facility__staff__box {
  border: 3px solid #f8f8f9;
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 0 auto 20px;
  width: 90vw;
}

.facility__staff__box p {
  margin: 0;
  width: auto;
}

.facility__staff__box .title {
  color: #3d6c6f;
  font-size: 20px;
  margin: 10px auto;
}

.facility__staff__box .manager-name {
  color: #3d6c6f;
  font-size: 16px;
  margin: 0 auto 10px;
}

.facility__detail__wrapper .twitter-bk {
  margin-inline: auto;
  max-width: 300px;
}

.facility__detail__wrapper .twitter-wrap {
  margin-inline: auto;
  max-width: 90vw;
}

.facility__detail__wrapper .twitter-button-wrap {
  width: 330px;
  margin: auto;
}

.facility__detail__wrapper .twitter-button-wrap a {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
}

.facility__detail__wrapper .twitter-button-wrap a .logo {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.facility__detail__wrapper .twitter-button-wrap a .logo img {
  margin-bottom: 5px;
  width: 60px;
}

.facility__detail__wrapper .twitter-button-wrap a .logo span {
  color: #292929;
  font-size: 12px;
}

.facility__detail__wrapper .twitter-button-wrap a .text {
  flex: 0 0 auto;
}

.facility__detail__wrapper .twitter-button-wrap a .text p {
  color: #292929;
  letter-spacing: normal;
  margin: 0;
  width: 100%;
}

.facility__detail__wrapper .twitter-button-wrap a .text .id {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (min-width: 641px) {
  .facility__top__image {
    margin: 40px auto;
    width: 560px;
  }
  .facility__access__wrap {
    display: flex;
  }
  .facility__page__map {
    flex: 0 0 450px;
    margin-right: 20px;
  }
  .facility__access {
    margin-top: 0;
  }
  .facility__accordion {
    width: 560px;
  }
  .facility__staff__wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .facility__staff__wrap img {
    width: 560px;
  }
  .facility__staff__box {
    flex: 0 0 49%;
    width: auto;
  }
  .facility__detail__wrapper .twitter-wrap {
    max-width: 560px;
  }
}

.facility__detail__wrapper .kbc-cta {
  position: absolute;
  left: 0;
  width: 100%;
}

.facility__detail__wrapper .kbc-cta-margin {
  margin-top: 280px;
}

/* スタッフページ */
.staff-facility-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0 auto 40px;
}

.staff-facility-list-item {
  margin: 10px 5px;
}

.staff-facility-list-item a {
  display: block;
  background: #fff;
  border: 2px solid #3d6c6f;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1;
  padding: 10px 15px;
}

.staff-facility-list-item a:hover,
.staff-facility-list-item.current a {
  background: #3d6c6f;
  color: #fff;
}

.staff__summary {
  margin-bottom: 20px;
}

.staff__summary dl {
  color: #2e2e2e;
  margin: 0 0 16px;
  line-height: 1.6;
}

.staff__summary dl dt {
  border-bottom: 1px solid;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.staff__summary dl dd {
  margin: 0;
}

.staff__summary dl dd ul {
  font-size: 14px;
}

.staff__summary .detail-toggle {
  background: #fff;
  border: 2px solid #3d6c6fba;
  border-radius: 40px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}

.staff__summary .detail-wrap.hide {
  display: none;
}

.staff-toc #ez-toc-container .ez-toc-title {
  margin-bottom: 10px;
}

.staff-toc #ez-toc-container li {
  line-height: 1.6 !important;
}

.staff-toc #ez-toc-container li:not(:last-child) {
  margin-bottom: 1em;
}

.staff-toc #ez-toc-container li a {
  text-decoration: none;
}

/* 運営会社ページ */
.management-wrapper {
  padding-block: 40px;
}

@media only screen and (min-width: 641px) {
  .management-wrapper {
    max-width: 920px;
    margin-inline: auto;
  }
}

.management-wrapper .what-is___table {
  line-height: 1.6;
  margin-inline: auto;
  margin-bottom: 40px;
}

.management-wrapper .what-is___table th {
  width: 7em !important;
}

.management-wrapper .what-is___table td {
  text-align: left;
  padding: 15px;
}

.history__inner {
  margin-bottom: 80px;
}

.history__table {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  border-collapse: collapse;
}

.history__table-title {
  white-space: nowrap;
  padding: 0 1rem 0 1rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  vertical-align: top;
  border-right: 0.2rem solid #3d6c6f;
  text-align: left;
  color: #3d6c6f;
}

.history__table-data {
  padding: 0 1rem 2rem 1rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  vertical-align: top;
}

.history tr:last-child td {
  padding-bottom: 0;
}

.mb80 {
  margin-bottom: 80px;
}

/* 適職診断  */
.aptitude-title {
  border: none;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
  &::after {
    content: none;
  }
}

.aptitude-text-wrap {
  background: #f7f7f7;
  margin: 30px 0;
  padding: 30px;
  .aptitude-lead {
    color: #333;
    font-size: 16px;
    margin: 0 0 1em;
    width: 100%;
  }
  .aptitude-sub {
    margin: 0;
    width: 100%;
  }
}

/*------------------------------------------------------------
    キズキクラウドページ
------------------------------------------------------------*/

.kizuki-cloud-wrapper {
  margin: 80px auto 50px;
  width: 90vw;
  max-width: 920px;
  .contents-box {
    background: #fff;
    border: 2px solid #3d6c6f;
    margin: 60px auto 40px;
    padding: 15px 20px;
    position: relative;
    span {
      display: inline-block;
      background: #3d6c6f;
      color: #fff;
      font-size: 14px;
      padding: 7px 10px;
      position: absolute;
      top: -30px;
      left: -2px;
    }
    p {
      margin: 0 0 1em 0;
      width: 100%;
    }
    p:last-child {
      margin-bottom: 0;
    }
  }
  ul {
    background: #fff;
    border: 2px solid #3d6c6f;
    padding: 15px 20px 15px calc(1.2em + 20px);
    margin-bottom: 60px;
    li {
      line-height: 24px;
      font-size: 16px;
      letter-spacing: 0.15em;
      color: #616161;
      &:not(:last-child) {
        margin-bottom: 1em;
      }
    }
  }
  img {
    background: #3d6c6f;
    padding: 10px 10px 5px;
    box-sizing: border-box;
  }
}

.chatbot-wrapper {
  padding: 60px 0;
  .inner {
    margin-inline: auto;
    width: 90vw;
    max-width: 920px;
    .chatbot-title {
      span {
        display: inline-block;
        font-size: 0.8em;
        color: #3d6c6f;
        margin-bottom: 10px;
      }
      h2 {
        background: #3d6c6f;
        color: #fff;
        margin-bottom: 0;
        padding: 10px 0;
        &::before {
          content: none;
        }
      }
    }
    h3 {
      padding: 0;
    }
    p {
      width: 100%;
    }
    .chatbot-note {
      background: #fff;
      margin-top: 40px;
      padding: 15px 20px;
      box-sizing: border-box;
    }
  }
}

/* 実績 詳細ページ */
.data-page-wrapper {
  background: #f7f7f7;
  padding: 20px;
  .inner {
    width: 90vw;
    max-width: 680px;
    margin-inline: auto;
  }
  section {
    padding: 20px 0;
  }
  p {
    color: #333;
    font-size: 17px;
    letter-spacing: normal;
    line-height: 1.7;
    padding: 0;
    width: 100%;
    text-align: justify;
    &.sub {
      font-size: 14px;
    }
  }
  table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  caption {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    background-color: #ed923c;
    color: #fff;
  }
  th,
  td {
    padding: 15px;
  }
  th {
    background: #eee;
    font-weight: bold;
    font-size: 21px;
  }
  td {
    background: #fff;
    .value {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: normal;
      margin-right: 5px;
    }
  }
  tr {
    &:not(:last-child) {
      border-bottom: 1px solid #ddd;
    }
  }
  tr:first-child th {
    font-size: 28px;
  }
  tr:first-child td {
    padding: 30px 15px 24px;
  }
  tr:first-child .value {
    font-size: 40px;
    color: #009e9e;
    text-decoration: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: -0.15em;
    text-decoration-skip-ink: none;
    text-decoration-color: #f8de7f;
  }
}

.data-page-title {
  display: block;
  background: #eaf4f3;
  border: 3px solid #29aeae;
  color: #29aeae;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: normal;
  max-width: 680px;
  text-align: center;
  position: relative;
  padding: 30px 20px;
  &:not(:first-of-type) {
    margin-top: 40px;
  }
}

.data-page-title::before {
  content: "";
  display: inline-block;
  background: url("/kbc/assets/img/kbc/service/icon-point.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: auto;
  transform: none;
}

.data-page-wrapper h3.data-page-caption {
  background-color: #ed923c;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  margin: 20px auto 0;
}

.data-page-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  .term {
    max-width: 400px;
  }
  .percentage {
    max-width: 500px;
  }
}

/* 電話番号まとめページ */
.tel-page-wrapper {
  max-width: 640px;
  margin-inline: auto;
  padding: 40px 20px;
  h2 {
    display: block;
    margin-top: 40px;
    &::before {
      bottom: -15px;
      width: 100%;
    }
  }
  p {
    margin: 0;
    width: 100%;
  }
  .tel-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    margin-top: 40px;
    list-style: none;
    padding: 0;
    .tel-list-item {
      text-align: center;
      .facility-label {
        color: #333;
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 10px;
      }
      a {
        display: inline-block;
        background: #009e9e;
        border-radius: 30px;
        color: #fff;
        line-height: 1;
        padding: 10px 20px;
        &:hover {
          opacity: 0.8;
        }
      }
    }
  }
}

@media only screen and (min-width: 641px) {
  .tel-page-wrapper {
    .tel-list {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}

/*------------------------------------------------------------
    追従CVバー
------------------------------------------------------------*/

.cv-banner {
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

@media only screen and (min-width: 641px) {
  .cv-banner {
    right: 0;
    margin: auto;
    width: 640px;
  }
}

.cv-banner button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.cv-banner .btn {
  flex: 0 0 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
}

.cv-banner .line {
  background: #009e9e;
  color: #fff;
}

.cv-banner .form {
  background: #00487c;
  color: #fff;
}

.cv-banner .pamphlet {
  background: #eab464;
  color: #fff;
}

.cv-banner .select {
  background: #f06c71;
  color: #fff;
}

/*------------------------------------------------------------
    ページネーション
------------------------------------------------------------*/

.wp-pagenavi {
  display: flex;
  justify-content: center;
}

.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3d6c6f;
  margin: 0 5px;
  padding: 5px 10px;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  background: #3d6c6f;
  color: #fff;
}

.wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3d6c6f;
  border: 1px solid #3d6c6f;
  color: #fff;
  margin: 0 5px;
  padding: 5px 10px;
}

/*------------------------------------------------------------
    ポップアップ
------------------------------------------------------------*/

#popup {
    position: fixed;
    top: 20%;
    background: #ffffff;
    border-radius: 10px;
    width: 90vw;
    box-shadow: aquamarine;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 35%);
    padding: 20px;
    box-sizing: border-box;
    z-index: 9999999;
    max-width: 580px;
}

#popup .button {
    display: flex;
    justify-content: center;
    align-items: center;
    <?php //LPの時は色をかえる
    $url = $_SERVER['REQUEST_URI'];
    if(strstr($url,'lp') || strstr($url,'transition')): ?>
    background: #eef74b;
    color: #222;
    <?php else: ?>
    background: #009E9E;
    color: #fff;
    <?php endif; ?>
    font-weight: 700;
    position: relative;
    padding: 20px 10px 20px 35px;
    font-size: 23px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 5px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    border-radius: 100px;
}

#popup.tel-popup {
    max-width: 800px;
}

#popup.tel-popup .button:before {
    content: "";
    display: block;
    background-image: url(/kbc/assets/img/kbc/tel-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 52%;
    left: 20px;
    transform: translateY(-50%);
}

#popup.line-popup .button:before {
    content: "";
    display: block;
    background-image: url(/kbc/assets/img/kbc/line-icon.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 30px;
}

#popup a span {
    font-size: .74em;
}

#popup button {
    background: #fff;
    border: solid 1px #585858;
    padding: 8px 42px;
    margin: 25px auto 0;
    display: block;
    font-size: 16px;
    color: #585858;
    cursor: pointer;
    position: relative;
}

#popup a span.sub {
    font-size: 14px;
    white-space: nowrap;
}

.tel-button-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    margin-bottom: 40px;
}
/*
#popup.tel-popup .button::after {
    content: attr(data-tel-time);
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -30px;
    color: #333;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    white-space: nowrap;
}
*/
#popup p {
    color: #333;
    letter-spacing: normal;
    line-height: 1.6;
    margin: 0 auto;
}

#popup .message {
    margin-bottom: 20px;
}

#popup .message p {
    font-size: 13px;
    margin: 0;
    width: 100%;
}

#popup .popup__facility {
    font-size: 14px;
    color: #009e9e;
    font-weight: 700;
}
/*
#popup .popup__time {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
}*/

#popup.close {
    display: none;
}

#popup.popup-open {
    display: block;
}
@media (max-width: 768px) {
    #popup {
        max-height: 90vh;
        overflow-y: scroll;
    }
    #popup .button {
        font-size:16px;
    }
    #popup a span.sub {
        font-size: 8px;
    }
    .tel-button-wrapper {
        gap: 10px 10px;
    }
    .tel-button {
        font-size: 15px!important;
    }
    #popup .button {
        padding: 14px 10px 14px 23px;
    }
    #popup.tel-popup .button:before {
        width: 14px;
        height: 14px;
        left: 11px;
    }
}
@media (max-width: 320px) {
    #popup .button:first-of-type {
        padding-left: 26px;
    }
    #popup .button {
        font-size: 15px;
    }
    #popup .button span {
        font-size: .8em;
    }
}

/*------------------------------------------------------------
    リードハック
------------------------------------------------------------*/

.leadhack {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
}
.leadhack-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px;
    width: 90vw;
    max-width: 500px;
}
.leadhack-inner .close-button {
    appearance: none;
    -webkit-appearance: none;
    background: #344145;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    padding: 15px;
    width: 100%;
    cursor: pointer;
}