@charset "utf-8";
/* CSS Document */

/* =========================================================
   神戸国際高度人材サポートセンター
   ========================================================= */

.learning_center {
    --lc-green: #54b7aa;
    --lc-dark: #075b50;
    --lc-light: #eef7f5;
    --lc-line: #54b7aa;
    --lc-text: #222;
    --lc-white: #fff;

    color: var(--lc-text);
    font-size: 16px;
    line-height: 1.9;
}


/* =========================================================
   基本
   ========================================================= 

.learning_center *,
.learning_center *::before,
.learning_center *::after {
    box-sizing: border-box;
}

.learning_center img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.learning_center p {
    margin: 0 0 1.8em;
}

.learning_center a {
    color: inherit;
    text-decoration: none;
}

*/

/* =========================================================
   ページタイトル
   ========================================================= */

.learning_center > h1 {
    padding: 30px 20px 25px;
    text-align: center;
    color: #111;
    margin-left: 0px;
   
    
}


/* =========================================================
   アンカー
   ========================================================= */

.learning_center .anchor_point {
    scroll-margin-top: 80px;
}


/* =========================================================
   セクションタイトル
   ========================================================= */

.learning_center .section_band {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 135px;
    padding: 30px 20px 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: var(--lc-green);
    color: #fff;
    text-align: center;
}

.learning_center .section_band h2 {
    margin: 0;
    font-family: serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
}

h3.m_font_info span {
    position: absolute;
    margin-left: 20px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    top: 56px;
}

.learning_center .section_arrow {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 36px;
    height: 20px;
    transform: translateX(-50%);
}

.learning_center .section_arrow::before,
.learning_center .section_arrow::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 26px;
    height: 1px;
    background: #fff;
}

.learning_center .section_arrow::before {
    left: 0;
    transform: rotate(32deg);
}

.learning_center .section_arrow::after {
    right: 0;
    transform: rotate(-32deg);
}


/* =========================================================
   コンテンツ幅
   ========================================================= */

.learning_center .inner850 {
    width: min(850px, calc(100% - 30px));
    margin: 0 auto;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 80px;
}

.learning_center .lead_text {
    margin-bottom: 45px;
    font-size: medium;
}


/* =========================================================
   小見出し
   ========================================================= */

.learning_center .info_block {
    margin-bottom: 55px;
}

.learning_center .sub_title {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 8px 34px;

    border-bottom: 3px solid var(--lc-line);

    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.learning_center .title_mark {
    position: absolute;
    left: 0;
    top: 4px;

    width: 19px;
    height: 19px;

    border: 5px solid var(--lc-dark);
    border-radius: 50%;
    background: var(--lc-green);
}


/* =========================================================
   データ表示
   ========================================================= */

.learning_center .data_line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.learning_center .data_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.learning_center .data_item > span {
    display: inline-block;
    padding: 4px 14px;

    background: var(--lc-dark);
    color: #fff;

    font-size: 13px;
    line-height: 1.5;
}

.learning_center .data_item > strong {
    font-size: 18px;
    font-weight: 500;
}

.learning_center .total_number {
    margin-left: 4px;
    font-size: 18px;
    font-weight: 500;
}


/* 日本語能力 */

.learning_center .data_item.level > span {
    padding-left: 13px;
    padding-right: 13px;
}


/* =========================================================
   登録支援
   ========================================================= */

.learning_center .support_list {
    margin-bottom: 45px;
}

.learning_center .support_item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.learning_center .support_item > span {
    flex: 0 0 auto;

    display: inline-block;
    min-width: 65px;
    padding: 3px 10px;

    background: var(--lc-dark);
    color: #fff;

    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}

.learning_center .support_item p {
    margin: 0;
}

.learning_center .support_photo {
    width: 70%;
    max-width: 560px;
    margin: 50px auto 0;
}

.learning_center .support_photo img {
    width: 100%;
}


/* =========================================================
   学習支援
   ========================================================= */

.learning_center .learning_photo {
    width: 75%;
    max-width: 620px;
    margin: 55px auto 70px;
}

.learning_center .learning_photo img {
    width: 100%;
}

.learning_center .learning_section {
    margin-bottom: 70px;
}

.learning_center .learning_catch {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.learning_center .learning_catch + p {
    margin-bottom: 25px;
}


/* =========================================================
   年度別カード
   ========================================================= */

.learning_center .learning_cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.learning_center .learning_card {
    display: flex;
    min-height: 122px;
    margin-bottom: 12px;
}

.learning_center .learning_card .year {
    flex: 0 0 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--lc-green);
    color: #fff;

    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.learning_center .learning_card .card_body {
    flex: 1;
    padding: 20px 28px;
    background: var(--lc-light);
}

.learning_center .learning_card h5 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
    color: var(--lc-dark);
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
}

.learning_center .learning_card p {
    margin-top: 6px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.7;
}

.card_label {
    display: inline-block;
    min-width: 55px;
    margin-right: 8px;
    padding-top: 4px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 2px;
    background: var(--lc-dark);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    position: relative;
    top: -2px;
}

.card_body > span {
    font-size: 14px;
}


 br.sp-only {
    display: none;
}


/* =========================================================
   4年間の統合スキーム
   ========================================================= */

.learning_center .scheme_section {
    margin-bottom: 70px;
}

.learning_center .scheme {
    display: grid;
    grid-template-columns: 1fr 1.55fr;
    gap: 18px;
    align-items: stretch;
}


/* 左側 */

.learning_center .scheme_left {
    display: flex;
    flex-direction: column;
}

.learning_center .scheme_start,
.learning_center .scheme_goal {
    padding: 15px 12px;
    background: #eee;
    color: var(--lc-dark);
    font-weight: 700;
    text-align: center;
}

.learning_center .scheme_goal {
    background: var(--lc-green);
    color: #fff;
}

.learning_center .scheme_middle {
    position: relative;
    flex: 1;

    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    align-items: stretch;

    min-height: 270px;
    column-gap: 12px;
}

.learning_center .scheme_box {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 8px 0;
    padding: 20px 10px;

    background: #eee;
    color: var(--lc-dark);
    font-weight: 700;
    text-align: center;
}

.learning_center .scheme_line {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.learning_center .scheme_line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--lc-green);
}

.learning_center .scheme_line span {
    position: relative;
    z-index: 1;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.learning_center .scheme_line span:nth-child(1) {
    background: var(--lc-light);
}

.learning_center .scheme_line span:nth-child(2) {
    background: #e4f3f1;
}

.learning_center .scheme_line span:nth-child(3) {
    background: #d9efec;
}

.learning_center .scheme_line span:nth-child(4) {
    background: #cbe9e5;
}


/* 右側 */

.learning_center .scheme_years {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: stretch;
    gap: 7px;
}

.learning_center .scheme_years > div {    
    padding: 14px 18px;

    background: var(--lc-light);

    color: var(--lc-dark);
    font-size: 14px;
    line-height: 1.7;
}

.learning_center .scheme_years > div:nth-child(2) {
    background: #e4f3f1;
}

.learning_center .scheme_years > div:nth-child(3) {
    background: #d9efec;
}

.learning_center .scheme_years > div:nth-child(4) {
    background: #cbe9e5;
}

.learning_center .scheme_years strong {
    margin-right: 12px;
    font-size: 17px;
}

.learning_center .scheme_note {
    margin: 30px 0 0;
}


/* =========================================================
   まとめ
   ========================================================= */

.learning_center .summary_list {
    margin-top: 50px;
}

.learning_center .summary_item {
    margin-bottom: 38px;
}

.learning_center .summary_item .sub_title {
    margin-bottom: 12px;
}

.learning_center .summary_item p {
    margin-bottom: 0;
}


/* =========================================================
   施設情報
   ========================================================= */

.learning_center .facility_area {
    width: 100%;
    margin-top: 30px;
    padding: 55px 20px 65px;
    background: var(--lc-light);
}

.learning_center .inner_1100 {
    width: min(1100px, 100%);
    margin: 0 auto;
}

.learning_center .facility_area > .inner_1100 > h2 {
    margin: 0 0 35px;
    color: var(--lc-dark);
    font-family: serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.learning_center .facility_white {
    padding: 30px;
    background: #fff;
}

.learning_center .info-name-ad {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.8;
}

.learning_center .bold-black {
    font-weight: 700;
}

.learning_center .inline_block {
    display: inline-block;
}


/* =================================
   施設写真＋Google Map
================================= */

.inner_1100 .bg-White .flexBox01 {
    width: 90%;
    max-width: 850px;

    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 6px;

    margin: 0 auto 30px;
}

/* 外観写真 */
.inner_1100 .bg-White .flexBox01 .photo {
    width: 100%;
    height: 250px;
    margin: 0;
}

.inner_1100 .bg-White .flexBox01 .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Google Map */
.inner_1100 .bg-White .flexBox01 .googlemap {
    width: 100%;
    height: 250px;
    margin: 0;
    background-color: #EFEFEF;
}

.inner_1100 .bg-White .flexBox01 .googlemap iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}


/* 概要 */

.facility_overview {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 850px;
}

.facility_overview dl {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;

    margin: 0;
    padding: 18px 0;

    border-bottom: 1px solid #ddd;
}

.facility_overview dl:last-of-type {
    border-bottom: none;
}



.facility_overview dt {
    font-weight: 700;
}

.facility_overview dd {
    margin: 0;
    padding-bottom: 0px;
}

.facility_overview strong {
    
}


/* 施設写真4枚 

.learning_center .flexBox02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    margin-top: 35px;
}
*/

.learning_center .imgphoto img {
    width: 100%;
}

.learning_center .imgphoto p {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   お問い合わせ
   ========================================================= */

.learning_center .contact_area {
    margin-top: 45px;
    text-align: center;
}

.learning_center .contact_area h3 {
    margin: 0 0 20px;
    color: var(--lc-dark);
    font-size: 20px;
}

.learning_center .contact_area p.center {
    margin-bottom: 25px;
}

/*
.learning_center .contact-btn {
    text-align: center;
}

.learning_center .contact-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    min-height: 48px;
    padding: 10px 25px;

    background: #f58220;
    color: #fff;

    border-radius: 4px;

    font-size: 15px;
    font-weight: 700;

    transition: .2s;
}

.learning_center .contact-btn a:hover {
    opacity: .8;
}
*/

/* =========================================================
   下余白
   ========================================================= */

.learning_center .space_bottm {
    height: 60px;
}

/* =================================
   神戸外国人高度専門人材育成プロジェクト
================================= */

.project-link-area {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 20px 90px;
    text-align: center;
    box-sizing: border-box;
}

.project-link-text {
    margin: 0 0 25px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #000;
}

.project-link-title {
    margin: 0;
}

.project-link-title a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #075c51;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}

.project-link-title a:hover {
    opacity: 0.7;
}

/* 外部リンクアイコン */
.external-link-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 1px;
    background-image: url(img/icon_external.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
    position: relative;
    top: -3px;
    color: #52b5a6;
}


/* =========================================================
   Tablet
   ========================================================= */

@media screen and (max-width: 850px) {

    .learning_center > h1 {
        font-size: 26px;
    }

    .learning_center .section_band {
        min-height: 120px;
    }

    .learning_center .section_band h2 {
        font-size: 26px;
    }

    .learning_center .support_photo,
    .learning_center .learning_photo {
        width: 80%;
    }

    .learning_center .scheme {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   Smartphone
   ========================================================= */

@media screen and (max-width: 600px) {

    .learning_center {
        font-size: 14px;
        line-height: 1.85;
    }


    /* タイトル */

    .learning_center > h1 {
    padding: 20px 15px;
    font-size: 21px;
    margin-left: 0px;
    }

    .learning_center > h1 .text_11 {
        font-size: 10px;
    }



    /* ナビ

    .learning_center .nav_menu_center {
        width: calc(100% - 20px);
        padding: 7px 8px;
        border-radius: 15px;
    }

    .learning_center .nav_menu_center a {
        padding: 3px 8px;
        font-size: 10px;
    }
 */

    /* センターとは */

    .learning_center .bg_green {
        margin-bottom: 40px;
        padding: 25px 15px;
    }

    .learning_center .intro_box h2 {
        font-size: 19px;
    }

    .learning_center .m_font_info_cach {
        font-size: 13px;
    }


    /* セクション */

    .learning_center .section_band {
        min-height: 105px;
        padding: 25px 15px 35px;
    }

    .learning_center .section_band h2 {
        font-size: 22px;
    }

    .learning_center .section_band h2 span {
        display: block;
        margin: 3px 0 0;
        font-size: 10px;
    }

    .learning_center .section_arrow {
        bottom: 18px;
        transform: translateX(-50%) scale(.75);
    }


    /* コンテンツ */

    .learning_center .inner850 {
        width: calc(100% - 30px);
        padding-top: 38px;
    }

    .learning_center .lead_text {
        margin-bottom: 35px;
    }


    /* 小見出し */

    .learning_center .sub_title {
        margin-bottom: 14px;
        padding-left: 28px;
        font-size: 19px;
    }

    .learning_center .title_mark {
        top: 3px;
        width: 16px;
        height: 16px;
        border-width: 4px;
    }


    /* データ */

    .learning_center .data_line {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .learning_center .data_item {
        gap: 7px;
    }

    .learning_center .data_item > span {
        padding: 4px 7px;
        font-size: 10px;
    }

    .learning_center .data_item > strong {
        font-size: 14px;
    }

    .learning_center .total_number {
        font-size: 14px;
    }


    /* 支援内容 */

    .learning_center .support_item {
        align-items: flex-start;
        gap: 8px;
    }

    .learning_center .support_item > span {
        min-width: 55px;
        padding: 3px 5px;
        font-size: 10px;
    }

    .learning_center .support_photo,
    .learning_center .learning_photo {
        width: 100%;
        margin-top: 35px;
    }


    /* 学習 */

    .learning_center .learning_photo {
        margin-bottom: 45px;
    }

    .learning_center .learning_catch {
        font-size: 17px;
    }

    .learning_center .learning_card {
        min-height: 0;
    }

    .learning_center .learning_card .year {
        flex: 0 0 58px;
        font-size: 14px;
    }

    .learning_center .learning_card .card_body {
        padding: 15px;
    }

    .learning_center .learning_card h5 {
        font-size: 16px;
    }

    .learning_center .learning_card p {
        font-size: 12px;
    }

    .learning_center .card_label {
        min-width: 45px;
        padding: 2px 5px;
        font-size: 10px;
    }

    .learning_center .learning_card .card_body > span {
        font-size: 11px;
    }


    /* スキーム */

    .learning_center .scheme {
        display: block;
    }

    .learning_center .scheme_left {
        margin-bottom: 15px;
    }

    .learning_center .scheme_middle {
        min-height: 250px;
    }

    .learning_center .scheme_years {
        gap: 7px;
        height: auto;
    }

    .learning_center .scheme_years > div {
        padding: 10px 12px;
        font-size: 12px;
    }

    .learning_center .scheme_years strong {
        display: inline-block;
        margin-right: 6px;
        font-size: 14px;
    }

    .learning_center .scheme_note {
        font-size: 12px;
    }


    /* まとめ */

    .learning_center .summary_list {
        margin-top: 35px;
    }

    .learning_center .summary_item {
        margin-bottom: 30px;
    }


    /* 施設 */

    .learning_center .facility_area {
        margin-top: 20px;
        padding: 35px 15px 45px;
    }

    .learning_center .facility_area > .inner_1100 > h2 {
        margin-bottom: 25px;
        font-size: 19px;
    }

    .learning_center .facility_white {
        padding: 20px 15px;
    }

    .learning_center .info-name-ad {
        font-size: 12px;
    }

    .flexBox01 {
        grid-template-columns: 1fr;
    }

    .flexBox01 .photo {
        height: auto;
    }

    .googlemap {
        min-height: 250px;
    }

    .learning_center .facility_overview dl {
        grid-template-columns: 65px 1fr;
        gap: 10px;
        font-size: 12px;
    }

    .learning_center .flexBox02 {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 25px;
    }

    .learning_center .imgphoto p {
        font-size: 11px;
    }

    .learning_center .contact_area {
        margin-top: 30px;
    }

    .learning_center .contact_area h3 {
        font-size: 17px;
    }

    .learning_center .contact_area p {
        font-size: 12px;
    }

}


@media screen and (max-width: 640px) {

br.sp-only {
    display: inline-block;
}

}



@media screen and (max-width: 768px) {

    .inner_1100 .bg-White .flexBox01 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .inner_1100 .bg-White .flexBox01 .photo {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner_1100 .bg-White .flexBox01 .googlemap {
        height: 250px;
    }

    .nav_menu_center {
        width: 90%;
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
        border-radius: 35px;
    }

    .nav_menu_center p {
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    background-image: none;
    box-sizing: border-box;
    text-align: center;
    font-weight: bolder;
    }

    .nav_menu_center p a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #000000;
    }

    .nav_menu_center p a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url(img/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
    }
    
.project-link-area {
        width: 90%;
        padding: 60px 15px 70px;
    }

    .project-link-text {
        margin-bottom: 20px;
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .project-link-title a {
        font-size: 1.2rem;
        line-height: 1.6;
    }

    .external-link-icon {
        width: 17px;
        height: 17px;
        margin-left: 6px;
    }





}




@media screen and (max-width: 960px) {

    .History-detail-inner table tr {
        display: block;
        padding-bottom: 25px;
    }

    .History-detail-inner table th,
    .History-detail-inner table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .History-detail-inner table th {
        margin-bottom: 8px;
    }

    .History-detail-inner table td {
        line-height: 180%;
    }

.learning_center h3.ex{

background-position: center 90px;

}

h3.m_font_info span {
    position: static;
    display: block;
    margin: 5px 0 0;
    top: 0px;
    }

 .nav_menu_center p a::after {
  top: -1px;
 }
 
 

}
