@charset "UTF-8";

body {
    padding-top: 8.6rem;
}

@media (max-width: 767px) {
    body {
        padding-top: 6rem;
    }
}

.mv {
    height: 60rem;
    background-image: url(../img/common/key_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv .page_title {
    text-align: center;
    line-height: 1.5;
    color: #084ea1;
}

.mv .page_title .main {
    display: block;
    font-size: 7rem;
    font-weight: 900;
    margin-bottom: 2.5rem;
    letter-spacing: .05em;
}

.mv .page_title .sub {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: .05em;
}

.mv .page_title .main span {
    display: inline-block;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 2;
    justify-content: start;
    column-gap: .75em;
    padding: 3rem 0;
    margin-bottom: 5rem;
}

.breadcrumb li a {
    position: relative;
    color: #084ea1;
    padding-right: 1.25em;
}

.breadcrumb li a:after {
    content: "";
    width: .375em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/common/bc_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.page_contents h2 {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    color: #084ea1;
    padding-bottom: 1.8rem;
    position: relative;
    margin-bottom: 6rem;
}

.page_contents h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .5rem;
    width: 5rem;
    margin: 0 auto;
    background: linear-gradient(90deg,rgba(50, 123, 211, 1) 0%, rgba(8, 78, 161, 1) 100%);
}

.page_contents h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #084ea1;
    margin: 1.5em 0 2.5rem;
}

.page_contents p:not([class]) {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 500;
}

.page_contents p:not([class]):not(:last-child) {
    margin-bottom: 2em;
}

.page_contents section {
    padding: 10rem 0;
}

.page_contents section:nth-of-type(even) {
    background-color: #e3f0ff
}

.breadcrumb ~ .page_contents section:first-of-type {
    padding-top: 0;
}

.page_contents ul {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
}

.page_contents ul li {
    padding-left: 1em;
    position: relative;
}

.page_contents ul:not(:last-child),
.page_contents ol:not(:last-child) {
    margin-bottom: 2em;
}

.page_contents ul li:before {
    content: "";
    width: .55em;
    height: .55em;
    border-radius: 50%;
    background-color: #084ea1;
    position: absolute;
    top: calc(1em - .275em);
    left: 0;
}

.page_contents ol {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 500;
    counter-reset: ol 0;
}

.page_contents ol li:before {
    counter-increment: ol 1;
    content: counter(ol) ".";
    font-weight: 700;
    color: #084ea1;
}

.page_contents ol li:not(:first-of-type) {
    margin-top: 2em;
}

.page_contents ol li a {
    display: inline-block;
    color: #084ea1;
    text-decoration: underline;
}

.page_contents span:not([class]) {
    display: inline-block;
}

#footer {
    border-top: 1px solid #ccc;
}

.page_contents .btn {
    font-size: 1.8rem;
    font-weight: 500;
    border: 1px solid #084ea1;
    background-color: #084ea1;
    color: #fff;
    text-align: center;
    width: 30rem;
    max-width: 100%;
    padding: 1rem;
    margin: 0 auto;
}

.page_contents .btn:hover {
    background-color: #fff;
    color: #084ea1;
}

@media (max-width: 767px) {
    .mv {
        height: 26rem;
    }

    .mv .page_title .main {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .mv .page_title .sub {
        font-size: 1.8rem;
    }

    .breadcrumb {
        font-size: 1.5rem;
        padding: 2rem 0;
        margin-bottom: 4rem;
    }

    .page_contents h2 {
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }

    .page_contents p:not([class]) {
        font-size: 1.5rem;
    }

    .page_contents h3 {
        font-size: 2rem;
    }

    .page_contents ul,
    .page_contents ol {
        font-size: 1.5rem;
    }

    .page_contents section {
        padding: 4rem 0;
    }

    .page_contents .btn {
        font-size: 1.6rem;
    }
}

/*thanks*/
.page-id-20 .mv {
    height: 40rem;
}

.page-id-20 .mv .page_title .main {
    font-size: 4rem;
}

.page-id-20 .mv .page_title .sub {
    font-size: 2rem;
}

.page-id-20 .page_contents p {
    text-align: center;
}

@media (max-width: 767px) {
    .page-id-20 .mv {
        height: 24rem;
    }

    .page-id-20 .mv .page_title .main {
        font-size: 2.6rem;
    }

    .page-id-20 .mv .page_title .sub {
        font-size: 1.6rem;
    }

    .page-id-20 .page_contents p {
        text-align: left;
    }
}