@charset "UTF-8";
a:hover, 
a:focus {
    text-decoration: none;
}

.pc-only {
    display: none;
}

@media print, screen and (min-width: 770px) {
    .pc-only {
        display: block;
    }
}

/* articleContents */
.articleContents {
    margin: 30px auto 0;
    width: 93.75%;
}

/* contentsTitle */
.contentsTitle {
    margin-top: 24px;
}
.contentsTitle_bg_img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* contentsTitle--outro - おわりにページ用タイトル（背景画像＋テキスト） */
.contentsTitle--outro {
    position: relative;
    display: flex;
    align-items: center;
    height: 144px;
    padding: 0 20px;
}
.contentsTitle_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.contentsTitle_bg .contentsTitle_bg_img {
    height: 100%;
}
.contentsTitle_text {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0.36px;
    width: 263px;
    z-index: 1;
}

/* articleImage */
.articleImage {
    margin-top: 40px;
}
.articleImage img {
    width: 100%;
    height: auto;
    display: block;
}

/* sectionGroup */
.sectionGroup {
    margin-top: 56px;
}
p + .sectionGroup {
    margin-top: 40px;
}
.sectionGroup_header {
    display: flex;
    gap: 16px;
    align-items: center;
}
.sectionGroup_icon {
    width: 48px;
    height: 44px;
    flex-shrink: 0;
}
.sectionGroup_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #10218b;
    letter-spacing: 0.36px;
    flex: 1;
}
.sectionGroup_new {
    color: #ec0000;
}
.sectionGroup_body {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    color: #000000;
    letter-spacing: 0.32px;
    margin-top: 24px;
}
.sectionGroup_body strong {
    font-weight: 700;
}

/* largePager */
.largePager {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 80px;
}
.largePager_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.largePager_prev,
.largePager_next {
    width: 100%;
    display: flex;
    flex: 1;
}
.largePager_top {
    width: 100%;
    display: block;
}
.largePager_next {
    order: -1;
}
.largePager_prev {
    order: 0;
}
a.largePager_btn {
    position: relative;
    display: flex;
    flex: 1;
    background-color: #39abff;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 12px 16px;
    min-height: 78px;
    box-sizing: border-box;
    border-radius: 8px;
    text-decoration: none;
}
.largePager_top .largePager_btn {
    background-color: #febf2d;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    border-radius: 9999px;
    border: none;
    height: auto;
    min-height: unset;
    padding: 6px 16px;
}
.largePager_text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    text-align: left;
}
.largePager_top .largePager_text {
    justify-content: center;
}
.largePager_prev .largePager_text {
    text-align: left;
    padding-left: 25px;
}
.largePager_next .largePager_text {
    text-align: left;
    padding-right: 25px;
}
.largePager_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.largePager_prev .largePager_icon {
    left: 16px;
}
.largePager_next .largePager_icon {
    right: 16px;
}
.largePager_top .largePager_icon {
    right: 16px;
}
.largePager_btn i {
    font-size: 1.3rem;
}

/* lastUpdate */
.lastUpdate {
    text-align: right;
    margin: 56px auto 40px;
    width: 93.75%;
    font-size: 1.4rem;
    line-height: 1.0;
}

/* PC styles */
@media print, screen and (min-width: 770px) {
    .articleContents {
        width: 912px;
        margin: 69px auto 0;
    }

    /* contentsTitle */
    .contentsTitle {
        padding-left: 0;
        padding-right: 0;
        width: 912px;
        margin: 52px auto 0;
    }

    /* contentsTitle--outro */
    .contentsTitle--outro {
        height: 185px;
        padding: 0 32px;
    }
    .contentsTitle--outro .contentsTitle_text {
        width: 687px;
        font-size: 2.6rem;
        line-height: 1.5;
        letter-spacing: 0.52px;
    }

    /* articleImage */
    .articleImage {
        width: 688px;
        margin: 56px auto 0;
    }

    /* sectionGroup */
    .sectionGroup {
        margin-top: 60px;
    }
    .sectionGroup_header {
        margin-top: 20px;
    }
    .sectionGroup_title {
        font-size: 2.0rem;
        line-height: 1.5;
        letter-spacing: 0.4px;
        width: 848px;
    }

    /* largePager */
    .largePager {
        margin: 122px auto 0;
    }
    .largePager_wrap {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        gap: 112px;
        margin-bottom: 0;
    }
    .largePager_prev,
    .largePager_next {
        width: 400px;
        flex: 0 0 400px;
        order: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .largePager_wrap:has(.largePager_prev:only-of-type),
    .largePager_wrap:has(.largePager_next:only-of-type) {
        justify-content: center;
    }
    .largePager_prev .largePager_btn,
    .largePager_next .largePager_btn {
        font-size: 1.4rem;
        width: 100%;
        flex: 1;
        min-height: 78px;
        padding: 12px 16px;
        box-sizing: border-box;
        background-color: #39ABFF;
        color: #FFFFFF;
        border-radius: 8px;
        text-align: left;
    }
    .largePager_prev .largePager_icon {
        left: 16px;
    }
    .largePager_next .largePager_icon {
        right: 16px;
    }
    .largePager_top .largePager_icon {
        right: 28px;
    }
    .largePager_top .largePager_text {
        justify-content: center;
    }
    .largePager_top {
        width: 370px;
        margin: 0 auto;
    }
    .largePager_top .largePager_btn {
        background-color: #febf2d;
        color: #000000;
        border: none;
        border-radius: 9999px;
    }
    .largePager_btn:hover {
        opacity: 0.8;
    }

    /* lastUpdate */
    .lastUpdate {
        margin: 80px auto 100px;
        width: 900px;
        font-size: 1.6rem;
    }
}

/* ================================================
    intro-02-outcome-points.html で使用するスタイル
================================================ */
.sectionGroup_icon02 {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}


.sectionGroup_box {
    margin-top: 24px;
}
.sectionGroup_box + .sectionGroup_box {
    margin-top: 32px;
}
.sectionGroup_box:has(.sectionGroup_subtitle) ul.sectionGroup_list {
    margin-top: 12px;
}
ul.sectionGroup_list {
    margin-top: 24px;
}
ul.sectionGroup_list li {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.32px;
    text-indent: -1em;
    padding-left: 1em;
}
ul.sectionGroup_list li::before {
    content: '・';
    font-weight: bold;
}
