@charset "utf-8";

/* 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: 80px 0;
}

h1 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 0.15em;
    font-weight: 100;
}

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

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

h2:before, .kbc__archive__h1:before {
    content: '';
    position: absolute;
    bottom: -15px;
    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;
}

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;
}

.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: .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;
}

.classes, .flow, .questions, .president, .bg--gray {
    background-color: #F8F8F9;
}

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

header {
    background: hsl(0, 0%, 100%);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    height: 60px;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 8999999;
}

#header__wrapper {
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
}

#header__logo {
    height: 60px;
    float: left;
    margin-right: 16px;
}

#header__logo>a>img {
    height: 23px;
    padding-top: 19px;
}

nav {
    overflow: hidden;
}

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

.nav__list li {
    width: auto;
    border-bottom: none;
    color: #6A6A6A;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.nav__list li {
    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, .a--underline:hover {
    color: #999;
    transition: .4s;
}

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

.header__cta__wrapper {
    float: right;
    vertical-align: middle;
}

.header__cta--pamphlet.header__cta--pamphlet {
    height: 31px;
    line-height: 31px;
    border-radius: 80px;
    border: 2px solid #009E9E;
    margin-left: 10px;
    background: #fff;
    color: #009e9e;
}

/*.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;
}*/

.header__cta {
    width: 130px;
    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;
}

.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("/assets/img/kbc/mv--pc.jpg") no-repeat top center;
    background-size: cover;
    height: 520px;
    padding-top: 60px;
    margin-top: 60px;
}

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

.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: .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: .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: url("/assets/img/kbc/overview__maincopy.png") no-repeat center center;
    background-size: cover;
    padding: 85px 0;
}

.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("/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;
}


/* 選ばれる理由 */

.merits {
    overflow: hidden;
}

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

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

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

.merits__box {
    width: 1024px;
    overflow: hidden;
}

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

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

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

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

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

.merits {
    padding-bottom: 0!important;
}


/*実績*/

.data__wrapper {
    max-width: 1024px;
    margin: 0 auto;
}

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

.data-appeal-box {
  border: solid 4px #f8f8f9;
  padding: 16px 20px 20px;
  width: 85vw;
  max-width: 1024px;
  margin: -30px auto 60px;
  box-sizing: border-box;
  text-align: center;
}

.data-appeal__heading {
  color: #009e9e;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(transparent 70%, #ffc70059 70%);
  display: inline;
}

.data-appeal__note {
  text-align: left;
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.data-appeal__note-item {
  margin-right: 10px;
}

@media screen and (max-width: 1240px) {
  .data__wrapper img {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 492px) {
  .data-appeal-box {
    margin-bottom: 40px;
  }
  .data-appeal__note {
    flex-direction: column;
  }
  .data-appeal__note-item {
    line-height: 1.4;
  }
}


/* 講座内容 */

.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: .7em;
}

.classes__pgh {
    margin-top: 2px;
    font-size: .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: .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;
}

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

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

.teachers__img__wrapper img {
    width: 100%;
}

.teachers__lable {
    background: rgba(0, 158, 158, .7);
    padding: .1em .5em;
    color: #fff;
    font-size: .8em;
    position: absolute;
    left: 0;
    top: 0;
}


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

.teachers__description {
    width: calc(510px * .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: .8em;
}


/* 利用の流れ */

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

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

.flow__step-number {
    font-size: .8em;
    color: #009E9E;
}

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

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

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


/* 校舎紹介 */

.facility__wrapper {
    width: 1024px;
    height: 100%;
    box-sizing: border-box;
    border: solid 4px #f8f8f9;
    margin: 0 auto 30px;
    display: flex;
}

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

.facility__img {
    /* background: url("/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;
}

.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: .8em;
}


/* 代表の想い */

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

.president__img {
    width: 35%;
    height: 100%;
    background: url("https://kbc.kizuki.or.jp/assets/img/company/office-work/president.jpg") 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: .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: 10px 0;
    font-size: 1.05em;
    border: solid 4px #f8f8f9;
    letter-spacing: 0.15em;
    color: #616161;
    font-size: 16px;
}

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


/* アクセス */

.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% * .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 {
    height: 30px;
    background: #048585;
    text-align: center;
    display: flex;
    align-items: center;
}

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


/* 投稿ページ */

.post__main {
    width: 90%;
    max-width: 720px;
    margin: 60px 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, .thumbnail-wrapper img {
    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;
}

.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__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;
    }
    /* header */
    #header__logo>a>img {
        height: 26px;
        padding: 17px 0 0 12px;
    }
    .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 #555555;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .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: #555555;
        font-size: 9px;
        top: 34px;
        width: 44px;
        left: 0;
    }
    nav {
        overflow: unset;
    }
    .nav__list {
        display: none;
        float: none;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        background: #009e9e;
    }
    .nav__list>li {
        color: #fff;
        padding-left: 0;
        border-bottom: 1px solid #068c8c;
    }
    .nav__list>li:nth-child(odd){
        border-right: 1px solid #068c8c;
    }
    .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) {
    #overview-anc, #merits-anc, #voices-anc, #teachers-anc, #detail-anc, #counseling-anc, #facility-anc, #questions-anc, #data-anc {
        padding-top: 60px;
    }
    section {
        padding: 60px 0;
    }
    h1 {
        display: grid;
    }
    h2 {
        font-size: 1.5em;
    }
    h2:before {
        width: 40px;
    }
    .h2__wrapper {
        margin-bottom: 60px;
    }
    .section__maincopy {
        font-size: 1.5em;
    }
    header nav {
        display: none;
    }
    .fv {
        background: url(/assets/img/kbc/mv--sp.jpg) no-repeat top right;
        height: 180px;
        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: .7em!important;
    }
    .fv__maincopy--upper {
        font-size: .6em;
        width: 346px;
        margin: 15px 0 0 10px;
    }
    .fv__maincopy--lower {
        font-size: .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: .6em!important;
        }
        .fv__maincopy--upper {
            font-size: .5em;
            width: 292px;
        }
        .fv__maincopy--lower {
            font-size: .5em;
            width: 238px;
        }
        .fv__subcopy {
            font-size: 13px;
        }
    }
    @media (max-width: 320px) {
        .fv__maincopy {
            font-size: .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: 18px;
        background-color: rgba(78, 134, 134, .65);
        border: 4px solid #ffffff66;
        padding: 15px;
        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;
    }
    /* 選ばれる理由 */
    .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;
        padding-bottom: 40px;
        border-bottom: solid 3px #f3f3f3;
    }
    /*講座内容*/
    .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: .4em .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__box {
        margin-bottom: 30px;
        width: 100%;
        height: 100%;
        padding-bottom: 15px;
    }
    .flow__box:last-child {
        margin-bottom: 0;
    }
    .flow__img {
        height: calc(85vw * .497);
    }
    .flow__description {
        line-height: 1.8em;
        font-size: .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://kbc.kizuki.or.jp/assets/img/company/office-work/president.jpg) 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;
    }
}


/* 固定ページ */

.page__main {
    padding-top: 60px;
}

h1.page__h1 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 1.6px;
    background: linear-gradient(273.97deg, #479C9D 0%, #88AC87 100%);
    color: #fff;
    line-height: 100px;
    margin: 0;
}

.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__skill__box {
    width: 90vw;
    max-width: 920px;
    box-sizing: border-box;
    margin: 0 auto 30px;
    background: #fff;
    padding: 24px 32px;
    border-left: 8px solid;
}

.program__skill__box--upper {
    display: flex;
}

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

.program__skill__box h3 {
    padding: 0;
    margin: 0 0 18px 0;
    font-size: 20px;
}

.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--finance, .program__skill__box--finance label {
    border-color: #84C254;
}

.program__skill__box--finance h3, .program__skill__box--finance label, .program__skill__box--finance .square--colored {
    color: #84C254;
}

.program__skill__box--finance img {
    width: 30px;
}

.program__skill__box--english, .program__skill__box--english label {
    border-color: #6AC0AF;
}

.program__skill__box--english h3, .program__skill__box--english label, .program__skill__box--english .square--colored {
    color: #6AC0AF;
}

.program__skill__box--english img {
    width: 26px;
}

.program__skill__box--english-conversation, .program__skill__box--english-conversation label {
    border-color: #69C5FF;
}

.program__skill__box--english-conversation h3, .program__skill__box--english-conversation label, .program__skill__box--english-conversation .square--colored {
    color: #69C5FF;
}

.program__skill__box--english-conversation img {
    width: 34px;
}

.program__skill__box--marketing, .program__skill__box--marketing label {
    border-color: #FFC700;
}

.program__skill__box--marketing h3, .program__skill__box--marketing label, .program__skill__box--marketing .square--colored {
    color: #FFC700;
}

.program__skill__box--marketing img {
    width: 36px;
}

.program__skill__box--writing, .program__skill__box--writing label {
    border-color: #FF7A00;
}

.program__skill__box--writing h3, .program__skill__box--writing label, .program__skill__box--writing .square--colored {
    color: #FF7A00;
}

.program__skill__box--writing img {
    width: 27px;
}

.program__skill__box--office, .program__skill__box--office label {
    border-color: #FF6B6E;
}

.program__skill__box--office h3, .program__skill__box--office label, .program__skill__box--office .square--colored {
    color: #FF6B6E;
}

.program__skill__box--office img {
    width: 23px;
}

.program__skill__box--office-advanced, .program__skill__box--office-advanced label {
    border-color: #EC88BE
}

.program__skill__box--office-advanced h3, .program__skill__box--office-advanced label, .program__skill__box--office-advanced .square--colored {
    color: #EC88BE;
}

.program__skill__box--office-advanced img {
    width: 34px;
}

.program__skill__box--self-understanding-mind, .program__skill__box--self-understanding-mind label {
    border-color: #FB8E5F;
}

.program__skill__box--self-understanding-mind h3, .program__skill__box--self-understanding-mind label, .program__skill__box--self-understanding-mind .square--colored {
    color: #FB8E5F;
}

.program__skill__box--self-understanding-mind img {
    width: 32px;
}

.program__skill__box--self-understanding-career, .program__skill__box--self-understanding-career label {
    border-color: #5EC59A;
}

.program__skill__box--self-understanding-career h3, .program__skill__box--self-understanding-career label, .program__skill__box--self-understanding-career .square--colored {
    color: #5EC59A;
}

.program__skill__box--self-understanding-career img {
    width: 34px;
}

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

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

.program__skill__box--lower {
    font-size: 14px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #616161;
}

.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(/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 {
        padding: 20px;
    }
    .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 {
    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--qa .accordion {
    border-left: 6px solid #539F99;
    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;
    padding: 22px 28px;
}

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

.kbc__top .program__skill__box h3 {
    margin: 0 0 12px 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;
    }
}



/* 電話ポップアップ  */
#tel-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;
}

#tel-popup a {
    color: #fff;
    display: block;
    background: #009E9E;
    font-weight: 400!important;
    position: relative;
    padding: 14px 2px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    border-radius: 80px;
    border: 4px solid #009E9E;
    text-align: center;
    letter-spacing: 0;
}

#tel-popup a:first-of-type {
    padding-left: 24px;
}

#tel-popup .fa-phone:before {
    position: absolute;
    top: 32%;
    left: 10px;
}

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

#tel-popup button {
    background: #fff;
    border: solid 1px #585858;
    padding: 4px 22px;
    margin: 15px auto 0;
    display: block;
    font-size: 14px;
    color: #585858;
}

#tel-popup p {
    text-align: center;
    font-size: 12px;
    color: #333;
    margin: 0 auto;
}

#tel-popup .tel-popup__facility {
    font-size: 14px;
    color: #009e9e;
    font-weight: 700;
}

#tel-popup .tel-popup__time {
    margin-bottom: 12px;
}

#tel-popup.tel-popup-close {
    display: none;
}

#tel-popup.tel-popup-open {
    display: block;
}

@media (max-width: 320px) {
    #tel-popup a:first-of-type {
        padding-left: 26px;
    }
    #tel-popup a {
        font-size: 15px;
    }
    #tel-popup a span {
        font-size: .8em;
    }
}



/* セレクトタイプ設置 */
.kbc-cta {
    background: #009e9e;
    padding: 30px 0;
  }
  
  .kbc-cta_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 6px 0;
    width: 100%;
    max-width: 1008px;
    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 .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 .kbc-cta {
      display: block;
      position: absolute;
      bottom: -534px;
      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;
    }
  }


/* CAO調整 */
div:has(> .CAO) {
  width: calc(100% - 12px)!important;
}
.CAO {
  letter-spacing: .4px!important;
}

/* 下部CTA */
.kbc-floating-cta {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100vw;
}

.kbc-floating-cta .cta-list {
  display: flex;
}