/*★ リセット ★*/

#simple-header {
    background: #fff;
    position: relative;
    z-index: 3;
}

.breadcrumb {
    width: 100%;
    max-width: 1024px;
}

#breadcrumbArea {
    height: auto !important;
}

.breadcrumb__inner {
    padding: 3px 24px !important;
    overflow-x: auto;
}

#topbuttonApp {
    position: relative;
    z-index: 3;
}

#footer {
    background: #fff;
    position: relative;
    z-index: 1;
}

.footer {
    margin-top: 0 !important;
}

/*------------------------------------------------*/
/*★ 共通 ★*/
body {
    letter-spacing: 0.03em;
    font-family: "Noto Sans JP", serif !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

main {
    overflow-x: hidden;
}

img {
    object-fit: cover;
    width: 100%;
}

a:hover {
    opacity: 0.7;
}

.text-center {
    text-align: center;
}

a {
    transition: 0.3s;
}

p {
    font-style: normal;
    font-size: min((26vw / 7.5), 16px);
}

.mb-0 {
    margin-bottom: 0
}

.container {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pc-only {
    display: none !important;
}

.sp-only {
    display: block !important;
}

@media screen and (min-width:768px) {
    .container {
        max-width: 1022px;
    }

    .container--md {
        max-width: 902px;
    }

    .pc-only {
        display: block !important;
    }

    .sp-only {
        display: none !important;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.d-none {
    display: none !important;
}

.bg-blue {
    background-color: #221c70;
}

.bg-gray {
    background-color: #d9e2e8;
}

.d-block {
    display: block !important;
}

.goTop {
    bottom: 8%;
    right: 1%;
}



/* **********
 パーツ
********** */
.text_right {
    text-align: right;
}

.btn-blue {
    background-color: #0371c2;
    border: 2px solid #0371c2;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    width: 256px;
    display: block;
    text-align: center;
    padding: 13px 0;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
}

.btn-blue::after {
    content: url(../images/gakusei-cpn/arrow_white.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: auto;
}

.btn-border {
    background-color: #ffe922;
    font-size: 16px;
    font-weight: 900;
    border: 2px solid #221C70;
    color: #221C70;
    width: 256px;
    display: block;
    text-align: center;
    padding: 13px 0;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
}

.btn-border::after {
    content: url(../images/gakusei-cpn/arrow_blue.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: auto;
}

.link_blueunderline,
.link_window {
    color: #0371c2;
    text-decoration: underline;
    position: relative;
    font-weight: 900;
}

.link_window::after {
    content: "";
    background: url(../images/gakusei-cpn/link_open.svg) no-repeat center;
    background-size: cover;
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: bottom;
}

/* **********
MV
********** */
.gakusei-cpn_mv {
    padding: 24px 0;
    margin-bottom: 20px;
    background: url(../images/gakusei-cpn/mv_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
    min-height: 800px;
}

@media screen and (max-width:750px) {
    .gakusei-cpn_mv {
        padding: 16px 0 48px;
        margin-bottom: 0;
        min-height: 415px;
        background: url(../images/gakusei-cpn/mv_bg_sp.png) no-repeat center bottom;
        background-size: cover;
    }
}

/* **********
リード文 
********** */
.gakusei-cpn_lead {
    padding: 40px 0;
    margin-bottom: 88px;
    font-weight: 500;
}

.gakusei-cpn_lead-text {
    color: #221C70;
    font-weight: 900;
    font-size: 20px;
}

.gakusei-cpn_lead-link {
    margin-top: 8px;
}

.gakusei-cpn_lead .text_marker {
    font-size: 26px;
    background: linear-gradient(transparent 40%, #ffe922 40%);
}

@media screen and (max-width:750px) {

    .gakusei-cpn_lead {
        padding: 32px 0;
        margin-bottom: 40px;
    }

    .gakusei-cpn_lead-text {
        font-size: 16px;
    }

    .gakusei-cpn_lead .text_marker {
        font-size: 18px;
    }
}

/* **********
コンテンツ 
********** */
.gakusei-cpn_info {
    margin-bottom: 64px;
}

.gakusei-cpn_target {
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: 8em 1fr;
    font-size: 16px;
}

.gakusei-cpn_target dt {
    color: #221C70;
    border-bottom: 1px dotted #006cb8;
    padding: 16px 0;
    font-weight: 900;
}

.gakusei-cpn_target dd {
    margin: 0;
    border-bottom: 1px dotted #006cb8;
    padding: 16px 0 16px 16px;
    font-weight: 500;
}

.gakusei-cpn_target dt:last-of-type,
.gakusei-cpn_target dd:last-of-type {
    border-bottom: none;
}

.gakusei-cpn_rank {
    margin-bottom: 32px;
    font-size: 16px;
    width: 100%;
    border-collapse: collapse;
    font-weight: 500;
}

.gakusei-cpn_rank th {
    font-weight: 900;
    text-align: center;
    border: 1px solid #fff;
    padding: 16px;
}

.gakusei-cpn_rank thead th {
    color: #fff;
    background: #221C70;
}

.gakusei-cpn_rank tbody th {
    color: #221C70;
    background: #deeefb;
}

.gakusei-cpn_rank td {
    border: 1px solid #deeefb;
    padding: 16px;
}

@media screen and (max-width:750px) {

    .gakusei-cpn_target {
        display: block;
    }

    .gakusei-cpn_target dt {
        border-bottom: none;
        padding-bottom: 8px;
    }

    .gakusei-cpn_target dt:first-child {
        padding-top: 0;
    }

    .gakusei-cpn_target dd {
        padding: 0 0 16px;
    }

    .gakusei-cpn_target dd:last-child {
        padding-bottom: 0;
    }

    .gakusei-cpn_rank thead th:nth-child(1) {
        width: calc(3.5em + 32px);
    }

    .gakusei-cpn_rank thead th:nth-child(2) {
        width: calc(4.5em + 32px);
    }

}

/* **********
注意 
********** */
.notes-list {
    list-style-type: none;
    padding-left: 0;
    color: #6D6D6D;
    font-weight: 500;
    font-size: 12px;
}

.notes-list li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 8px;
}

.notes-list li::before {
    content: "※";
    padding-right: 0.5em;
}

/* **********
ボタン
********** */
.gakusei-cpn_btn {
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px;
}

@media screen and (max-width:750px) {
    .gakusei-cpn_btn {
        gap: 32px;
    }

    .gakusei-cpn_btn>div {
        width: 100%;
    }
}