@charset "utf-8";

/*------------------------------------------------------------------------------
Css name: school-style.css
Css info: スクールカテゴリーのメニュー用コンテンツスタイル
------------------------------------------------------------------------------*/

/*//////////////////////////////////////////////////////// */
/* ご挨拶：greeting -------------*/
/*//////////////////////////////////////////////////////// */

/*--- greeting ------------------------------*/

/* イントロダクション */
#greeting-top-box img {
    display: block;
    width: 454px;
    height: auto;
    max-width: 100%;
    margin: 0 auto 32px;
}
#greeting-top-box .txt-box p {
    color: #595757;
    font-size: clamp(14px, 1.4vw, 14px);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
#greeting-top-box .txt-box p .maru { color: #ff6666; }
#greeting-top-box .txt-box p .sankaku { color: #ff9100; }
#greeting-top-box .txt-box p .shikaku { color: #669133; }

@media screen and (max-width:767px){/*スマホ用指定*/

    #greeting-top-box .txt-box p {
        font-size: clamp(14px, 1.4vw, 14px);
        margin-bottom: 20px;
    }
    #greeting-top-box .txt-box {
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #greeting-top-box .txt-box p {
        font-size: clamp(16px, 1.8vw, 18px);
        margin-bottom: 32px;
    }
    #greeting-top-box .txt-box {
        margin-bottom: 56px;
    }
}

/* ご挨拶BOX */
#greeting-main-box .page-ttl-box {
    color: #ff9100;
}
/* レイアウト */
@media screen and (max-width:767px){/*スマホ用指定*/

    #greeting-main-box {
        margin-bottom: 40px;
    }
    #greeting-main-box .page-ttl-box .ttl-s1 {
        font-size: clamp(14px, 1.4vw, 14px);
        margin-bottom: 10px;
    }
    #greeting-main-box .item-box {
        padding-top: 16px;
        padding-bottom: 24px;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #greeting-main-box {
        margin-bottom: 160px;
    }
    #greeting-main-box .page-ttl-box .ttl-s1 {
        font-size: clamp(16px, 1.8vw, 18px);
        margin-bottom: 10px;
    }
    #greeting-main-box .item-box {
        padding-top: 16px;
        padding-bottom: 32px;
    }
}
/* ご挨拶（本文） */
#greeting-main-box .item-box .greeting-person {
    /* 画像 */
    width: 100px;
    height: auto;
}
/* 共通 */
#greeting-main-box .item-box .midashi {
    color: #009191;
    font-weight: 700;
}
@media screen and (max-width:767px){/*スマホ用指定*/

    #greeting-main-box .item-box .midashi {
        font-size: clamp(13px, 1.4vw, 14px);
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #greeting-main-box .item-box .midashi {
        font-size: clamp(14px, 1.6vw, 16px);
        margin-bottom: 10px;
    }
}
#greeting-main-box .item-box span.bold { font-weight: 900; }

/* 3人の個別設定 */
@media screen and (max-width:767px){/*スマホ用指定*/

    /* 北爪喜久雄 */
    #greeting-main-box .item-box01 .ttl-s1 {
        font-size: clamp(16px, 1.8vw, 18px);
    }

    #greeting-main-box .item-box01 .item-s2 {
        display: flex;
        flex-flow: column wrap;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 24px;
        }
        #greeting-main-box .item-box01 .item-s2 .item-lef {
            width: 100%;
            display: block;
            text-align: right;
        }
        #greeting-main-box .item-box01 .item-s2 .item-lef .name {
            font-size: clamp(16px, 1.8vw, 18px);
            padding-left: 24px;
        }
        #greeting-main-box .item-box01 .item-s2 .item-rig {
            text-align: center;
            margin: 0 auto 16px;
        }
        #greeting-main-box .item-box01 .item-s3.message p {
            margin-bottom: 10px;
        }

    /* 三浦雄一郎 */
    #greeting-main-box .item-box02 .item-s1 {
        display: flex;
        flex-flow: column wrap;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        }
        #greeting-main-box .item-box02 .item-s1 .item-lef .box-s1 {
            width: 100%;
            display: block;
            text-align: right;
            margin-bottom: 24px;
        }
        #greeting-main-box .item-box02 .item-s1 .item-lef .name {
            font-size: clamp(16px, 1.8vw, 18px);
            padding-left: 24px;
        }
        #greeting-main-box .item-box02 .item-s1 .item-rig {
            text-align: center;
            margin: 0 auto 16px;
        }

    /* クラーク博士 */
    #greeting-main-box .item-box03 .item-s1 {
        }
        #greeting-main-box .item-box03 .item-s1 .item-lef {
            text-align: center;
            margin: 0 auto 16px;
        }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    /* 北爪喜久雄 */
    #greeting-main-box .item-box01 .ttl-s1 {
        font-size: clamp(18px, 2.1vw, 21px);
    }

    #greeting-main-box .item-box01 .item-s2 {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        align-items: flex-end;
        margin-bottom: 24px;
        }
        #greeting-main-box .item-box01 .item-s2 .item-lef {
            text-align: right;
            padding-right: 16px;
            width: calc(100% - 124px);
        }
        #greeting-main-box .item-box01 .item-s2 .item-lef .name {
            padding-left: 24px;
            font-size: clamp(18px, 2.1vw, 21px);
        }
        #greeting-main-box .item-box01 .item-s3.message p {
            margin-bottom: 16px;
        }

    /* 三浦雄一郎 */
    #greeting-main-box .item-box02 .item-s1 {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: flex-start;
        }
        #greeting-main-box .item-box02 .item-s1 .item-lef {
            text-align: right;
            padding-right: 16px;
            margin-bottom: 24px;
            flex: 1;
        }
        #greeting-main-box .item-box02 .item-s1 .item-lef .name {
            padding-left: 24px;
            font-size: clamp(18px, 2.1vw, 21px);
        }
        #greeting-main-box .item-box02 .item-s1 .item-rig{
            width: 100px;
        }

    /* クラーク博士 */
    #greeting-main-box .item-box03 .item-s1 {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: flex-start;
        }
        #greeting-main-box .item-box03 .item-s1 .item-lef {
            width: 100px;
        }
        #greeting-main-box .item-box03 .item-s1 .item-rig {
            padding-left: 16px;
            flex: 1;
        }
}

/*//////////////////////////////////////////////////////// */
/* 学校概要：school-detail -------------*/
/*//////////////////////////////////////////////////////// */

/*--- school-detail ------------------------------*/

/* タイトル・本文 */
#school-detail .page-ttl-box {
    color: #ff9100;
}
/* タイトル */
@media screen and (max-width:767px){/*スマホ用指定*/

    #school-detail .page-ttl-box .ttl-s1 {
        font-size: clamp(14px, 1.4vw, 14px);
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #school-detail .page-ttl-box .ttl-s1 {
        font-size: clamp(16px, 1.8vw, 18px);
        margin-bottom: 10px;
    }
    #school-detail .item-box {
    }
}
/* レイアウト */
@media screen and (max-width:767px){/*スマホ用指定*/

    #school-detail .content-box {
        margin-top: 16px;
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #school-detail .content-box {
        margin-top: 16px;
        margin-bottom: 160px;
    }
}
/* 本文 */
#school-detail .item-box .midashi {
    color: #009191;
    font-weight: 700;
}
@media screen and (max-width:767px){/*スマホ用指定*/

    #school-detail .item-box {
        margin-bottom: 24px;
    }
    #school-detail .item-box .midashi {
        font-size: clamp(13px, 1.4vw, 14px);
        margin-bottom: 10px;
    }
    #school-detail .item-box .txt-s1{
        line-height: 2;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #school-detail .item-box {
        margin-bottom: 32px;
    }
    #school-detail .item-box .midashi {
        font-size: clamp(14px, 1.6vw, 16px);
        margin-bottom: 10px;
    }
    #school-detail .item-box .txt-s1{
        line-height: 2;
    }
}

#school-detail .item-box img.img-w100 {
    width: 100%;
    margin: 0 auto;
    display: block;
}

#school-detail .item-box02 img {
    width: 90%;
    max-width: 608px;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width:767px){/*スマホ用指定*/

    #school-detail .item-box02 img {
        padding-top: 24px;
        padding-bottom: 12px;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #school-detail .item-box02 img {
        padding-top: 32px;
        padding-bottom: 24px;
    }
}


/*//////////////////////////////////////////////////////// */
/* 進路実績：future-path -------------*/
/*//////////////////////////////////////////////////////// */

/*--- future-path ------------------------------*/

/* タイトル・本文 */
#future-path .page-ttl-box {
    color: #ff9100;
}
/* タイトル */
@media screen and (max-width:767px){/*スマホ用指定*/

    #future-path .page-ttl-box .ttl-s1 {
        font-size: clamp(14px, 1.4vw, 14px);
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #future-path .page-ttl-box .ttl-s1 {
        font-size: clamp(16px, 1.8vw, 18px);
        margin-bottom: 10px;
    }
}
/* レイアウト */
@media screen and (max-width:767px){/*スマホ用指定*/

    #future-path .content-box {
        margin-top: 16px;
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #future-path .content-box {
        margin-top: 16px;
        margin-bottom: 160px;
    }
}
/* 本文 */
#future-path .item-box .midashi0,
#future-path .item-box .midashi {
    color: #009191;
    font-weight: 700;
}
@media screen and (max-width:767px){/*スマホ用指定*/

    #future-path .item-box01 .txt-s1 {
        font-size: clamp(16px, 1.8vw, 18px);
        font-weight: 700;
    }
    #future-path .item-box {
        margin-bottom: 24px;
    }
    #future-path .item-box .midashi0 {
        font-size: clamp(14px, 1.6vw, 16px);
        border-bottom: 1px solid #009191;
        padding-bottom: 4px;
        margin-bottom: 10px;
    }
    #future-path .item-box .midashi {
        font-size: clamp(13px, 1.4vw, 14px);
        margin-bottom: 10px;
    }
    #future-path .item-box .txt-s1{
        line-height: 2;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #future-path .item-box01 .txt-s1 {
        font-size: clamp(18px, 2.2vw, 22px);
        font-weight: 700;
    }
    #future-path .item-box {
        margin-bottom: 32px;
    }
    #future-path .item-box .midashi0 {
        font-size: clamp(18px, 2.0vw, 20px);
        border-bottom: 1px solid #009191;
        padding-bottom: 4px;
        margin-bottom: 10px;
    }
    #future-path .item-box .midashi {
        font-size: clamp(14px, 1.6vw, 16px);
        margin-bottom: 10px;
    }
    #future-path .item-box .txt-s1{
        line-height: 2;
    }
}
#future-path .item-box01 .txt-s1 {
    /* 進学率75%! */
    color: #ff9100;
    line-height: 1.8rem;
}
#future-path .item-box06 {
    text-align: right;
    }
    #future-path .item-box06 a{
        display: inline-block;
    }
    #future-path .item-box06 img {
        width: 90%;
        max-width: 504px;
        display: block;
    }

/*//////////////////////////////////////////////////////// */
/* 資格取得実績： achievement -------------*/
/*//////////////////////////////////////////////////////// */

/*--- achievement ------------------------------*/

/* タイトル・本文 */
#achievement .page-ttl-box {
    color: #ff9100;
}
/* タイトル */
@media screen and (max-width:767px){/*スマホ用指定*/

    #achievement .page-ttl-box .ttl-s1 {
        font-size: clamp(14px, 1.4vw, 14px);
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #achievement .page-ttl-box .ttl-s1 {
        font-size: clamp(16px, 1.8vw, 18px);
        margin-bottom: 10px;
    }
}
/* レイアウト */
@media screen and (max-width:767px){/*スマホ用指定*/

    #achievement .content-box {
        margin-top: 16px;
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #achievement .content-box {
        margin-top: 16px;
        margin-bottom: 160px;
    }
}
/* 本文 */
#achievement .item-box .midashi {
    color: #009191;
    font-weight: 700;
}
@media screen and (max-width:767px){/*スマホ用指定*/

    #achievement .item-box .midashi {
        font-size: clamp(13px, 1.4vw, 14px);
        margin-bottom: 10px;
    }
    #achievement .item-box .txt-s1{
        line-height: 2;
    }
}
@media print, screen and (min-width:768px){/*タブレット・PC用指定*/

    #achievement .item-box .midashi {
        font-size: clamp(14px, 1.6vw, 16px);
        margin-bottom: 10px;
    }
    #achievement .item-box .txt-s1{
        line-height: 2;
    }
}

