@charset "UTF-8";

/* =========================================
   manabi-tourism.html / 観光まちづくり学部 PC (1200px〜)
   Figma frame: 722:1035 (1280 × 8861)
   ========================================= */

:root {
    --mt-navy: #143167;
    --mt-tourism: #405e43;
    --mt-mark: #13a0bc;
    --mt-caption: #979797;
    --mt-kadai-bg: #eaf2f4;
}

.inner {
    display: block;
    width: 1084px;
    margin: 0 auto;
}

body {
    position: relative;
}

.back_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    overflow: hidden;
    z-index: -1;
    max-width: 1280px;
}

.back_img2 {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
    min-width: 100vw;
    height: auto;
    z-index: -2;
}

main.manabi_tourism {
    color: var(--mt-navy);
    font-family: 'Noto Sans JP', sans-serif;
}

/* ===== メインビジュアル ===== */
.mt_main {
    padding-top: 187px;
    text-align: center;
}

.mt_main_series {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 2.2px;
    color: var(--mt-navy);
    margin-bottom: 19px;
}

.mt_main_title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 65px;
    letter-spacing: 3.36px;
    color: var(--mt-navy);
    margin: 0 auto 27px;
    padding-bottom: 35px;
    border-bottom: solid 1px var(--mt-navy);
    width: 1079px;
}

.mt_main_label_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 35px;
}

.mt_main_label {
    background-color: var(--mt-tourism);
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    height: 42px;
    padding: 8px 27px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mt_main_subject {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 48px;
    color: var(--mt-navy);
}

.mt_main_visual {
    width: 1084px;
    height: 462px;
    border-radius: 231px;
    overflow: hidden;
    margin: 0 auto;
}

.mt_main_visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== 授業紹介 ===== */
.mt_intro {
    margin-top: 109px;
}

.mt_intro_box {
    background: #fff;
    border: 1px solid var(--mt-navy);
    border-radius: 25px;
    padding: 33px 53px;
    text-align: center;
}

.mt_intro_title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 2.2px;
    color: var(--mt-navy);
    margin-bottom: 20px;
    text-align: center;
}

.mt_intro_body {
    width: 973px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    color: var(--mt-navy);
    text-align: left;
}

.mt_mark {
    font-weight: 700;
    font-size: 18px;            /* common.css の strong{font-size:1rem} を打ち消す */
    line-height: 30px;
    color: var(--mt-mark);
}

/* ===== 教員紹介 ===== */
.mt_prof {
    margin-top: 63px;
    display: flex;
    align-items: center;
    gap: 70px;
}

.mt_prof_photo {
    flex-shrink: 0;
    width: 248px;
    height: 248px;
    border-radius: 50%;
    overflow: hidden;
}

.mt_prof_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mt_prof_info {
    flex: 1;
    width: 722px;
    color: var(--mt-navy);
}

.mt_prof_name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 6px;
}

.mt_prof_role {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 15px;
}

.mt_prof_body {
    font-size: 16px;
    line-height: 26px;
}

/* ===== Q&Aセクション ===== */
.mt_qa_list {
    margin-top: 63px;
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.mt_qa_box {
    background: #fff;
    border: 1px solid var(--mt-navy);
    border-radius: 31px;
    padding: 50px 56px;
    display: flex;
    flex-direction: column;
    gap: 38px;
    align-items: center;
}

.mt_qa_q {
    background-color: var(--mt-navy);
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 48px;
    letter-spacing: 1.5px;
    border-radius: 10px;
    padding: 10px 25px;
    text-align: center;
    width: 100%;
}

.mt_qa_lead {
    font-size: 16px;
    line-height: 26px;
    color: var(--mt-navy);
    width: 100%;
}

.mt_qa_row {
    display: flex;
    gap: 58px;
    align-items: center;
    width: 100%;
}

.mt_qa_img {
    flex-shrink: 0;
    width: 228px;
    height: 182px;
    border-radius: 31px;
    overflow: hidden;
}

.mt_qa_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mt_qa_text {
    flex: 1;
    color: var(--mt-navy);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mt_qa_h {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.mt_qa_text p {
    font-size: 16px;
    line-height: 1.5;
}

/* ===== 特徴カードグリッド ===== */
.mt_feature_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}

.mt_feature_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 224px;
}

.mt_feature_img {
    width: 100%;
    height: 160px;
    border-radius: 31px;
    overflow: hidden;
    margin-bottom: 18px;
}

.mt_feature_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mt_feature_no {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: var(--mt-mark);
    text-align: center;
    margin-bottom: 5px;
}

.mt_feature_ttl {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--mt-navy);
    text-align: center;
    margin-bottom: 14px;
}

.mt_feature_desc {
    font-size: 16px;
    line-height: 1.5;
    color: var(--mt-navy);
    text-align: justify;
}

/* ===== スキルリスト ===== */
.mt_skill_item {
    width: 972px;
    display: flex;
    gap: 28px;
    align-items: center;
    border-bottom: 1px dashed var(--mt-navy);
    padding-bottom: 30px;
}

.mt_skill_item_last {
    border-bottom: none;
    padding-bottom: 0;
}

.mt_skill_img {
    flex-shrink: 0;
    width: 228px;
    align-self: stretch;
    border-radius: 31px;
    overflow: hidden;
}

.mt_skill_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mt_skill_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mt_skill_ttl {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--mt-navy);
}

.mt_skill_desc {
    font-size: 16px;
    line-height: 1.5;
    color: var(--mt-navy);
    margin-top: -6px;
}

.mt_skill_kadai {
    background-color: var(--mt-kadai-bg);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    gap: 26px;
    align-items: center;
}

.mt_skill_kadai_label {
    flex-shrink: 0;
    width: 91px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: var(--mt-navy);
    position: relative;
    padding-left: 24px;
}

.mt_skill_kadai_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 20px;
    background: url(../images/classdive/04/kadai_icon.png) no-repeat center / contain;
}

.mt_skill_kadai p {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: var(--mt-navy);
    text-align: justify;
}

/* ===== 授業潜入レポート ===== */
.mt_report_lead {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: var(--mt-navy);
    text-align: center;
    width: 100%;
}

.mt_report_item {
    width: 972px;
    height: 310px;
    display: flex;
    gap: 28px;
    align-items: center;
    border-bottom: 1px dashed var(--mt-navy);
    padding-bottom: 30px;
}

.mt_report_item_last {
    /* 後にまとめコピーが続くため、最後の項目もborder-bottomを表示 */
    border-bottom: 1px dashed var(--mt-navy);
    padding-bottom: 30px;
}

.mt_report_img {
    flex: 1;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.mt_report_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mt_report_text {
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
    color: var(--mt-navy);
}

/* ===== 締めコピー + 関連リンク ===== */
.mt_outro_copy {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.75;
    color: var(--mt-navy);
    text-align: center;
    margin-top: 5px;
}

.mt_outro_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: 816px;
    height: 96px;
    background-color: var(--mt-navy);
    border-radius: 48px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 3.75px;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s ease;
}

.mt_outro_btn:hover {
    text-decoration: none;
    opacity: 0.85;
}

/* 外部リンク（blank）アイコン - テキストの直後 */
.mt_outro_btn_blank {
    width: 19px;
    height: 19px;
    background: url(../images/class/btn_blank.png) no-repeat center / contain;
    flex-shrink: 0;
}

/* 矢印は blank アイコンから離して配置 */
.mt_outro_btn::after {
    content: "";
    width: 40px;
    height: 12px;
    margin-left: 44px;
    background: url(../images/class/card_arrow.png) no-repeat center center;
    background-size: 100% 100%;
    filter: brightness(0) invert(1);
}

/* ===== バナー ===== */
.banner {
    margin-top: 120px;
    margin-bottom: 100px;
}

.banner img {
    width: 100%;
    display: block;
}
