/*コンテンツ幅*/

.wrap {
    max-width: calc(1188px + 3rem);
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
    .wrap {
        width: 100%;
        padding: 0 1rem;
    }
}


/*見出し*/

h1 {
    color: #ffffff;
    font-family: "Barlow Semi Condensed";
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    align-items: baseline;
    gap: 1.5rem;
    position: relative;
}

h1 span {
    color: #ffff;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}

h2 {
    color: #D60000;
    font-family: "Barlow Semi Condensed";
    font-size: 5rem;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    display: flex;
    gap: 1.5rem;
    align-items: baseline;
}

h2 span {
    color: #222222;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
    line-height: 200%;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 3rem;
    }
    h1 span {
        font-size: 1.2rem;
    }
    .fdc h1 {
        flex-direction: column;
        gap: 0;
    }
    h2 {
        color: #D60000;
        font-family: "Barlow Semi Condensed";
        font-size: 3.5rem;
        gap: 0.8rem;
        align-items: end;
    }
    h2 span {
        font-size: 0.8rem;
    }
}


/*---▼リンクボタン▼---*/


/*---▼共通スタイル▼---*/

.bk_gray {
    background: #EEEEEE;
}


/*---▼ファーストビュー▼---*/

.fv_inner {
    position: relative;
}

.fv_inner .bk_img {
    position: relative;
    top: 0;
}

.main_fv {
    width: calc(1315px + 3rem);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fv_inner .txt_sec {
    position: relative;
}

.fv_inner .txt_sec h1 {
    color: #fff;
    font-size: 2.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.14063rem;
}

.fv_inner .txt_sec h2 {
    color: #fff;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}

.breadcrumbs {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    width: calc(1315px + 3rem);
    right: 0;
    left: 0;
    bottom: 1rem;
    display: flex;
    gap: 0.3rem;
}

@media screen and (max-width: 768px) {
    .main_fv {
        max-width: 100%;
        flex-direction: column;
        padding: 0 0.5rem;
        padding-top: 0rem;
    }
    .fv_inner .bk_img {
        position: absolute;
        top: 0;
        object-fit: cover;
        height: 300px;
        width: 100%;
        object-position: 59%;
    }
    .fv_inner .txt_sec h1 {
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
    }
    .fv_inner .txt_sec h2 {
        font-size: 1.3rem;
    }
    .fv_inner .img_sec img {
        display: none;
    }
    .fv_inner .txt_sec .fv_concept {
        gap: 0.5rem;
        justify-content: center;
        font-size: 1.1rem;
    }
    .fv_inner .txt_sec .fv_concept p {
        width: 2.12319rem;
        height: 0.22588rem;
    }
    .fv_inner {
        height: 300px;
    }
    .breadcrumbs {
        font-size: 0.7rem;
        padding: 0 0.5rem;
        width: auto;
        flex-flow: wrap;
        line-height: 120%;
    }
}


/*---▼サイド追従ボタンリンク▼---*/

.side_link {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
}

.side_link a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    color: #fff;
    border-radius: 0rem 0rem 0rem 0.9375rem;
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 150%;
}

.side_link a:hover {
    opacity: 1;
}

.side_link a .icon_img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side_link a .icon_img img {
    width: 20px;
    height: 22px;
}

.side_link a:first-child {
    background: #D60000;
}

.side_link a:first-child .icon_img {
    background: #A10000;
}

.side_link a:first-child:hover {
    background: #A10000;
}

.side_link a:last-child {
    background: #06C755;
    border-radius: 0.9375rem 0rem 0rem 0.9375rem;
    margin-top: 0.88rem;
}

.side_link a:last-child:hover {
    background: #1E9A51;
}

.side_link a:last-child .icon_img {
    background: #1E9A51;
}

@media screen and (max-width: 768px) {
    .side_link {
        position: fixed;
        top: auto;
        bottom: 0;
        right: auto;
        display: flex;
        width: 100%;
    }
    .side_link a {
        padding: 0.5rem;
        border-radius: 0;
        font-size: 0.8rem;
        flex: 1;
        gap: 0.5rem;
        text-align: center;
        justify-content: center;
        line-height: 120%;
        font-weight: 500;
    }
    .side_link a:last-child {
        border-radius: 0;
        margin-top: 0;
    }
    .side_link a .icon_img img {
        width: 16px;
        height: 18px;
    }
    .side_link a .icon_img {
        width: 2rem;
        height: 2rem;
    }
}


/*---▼利用規約等▼---*/

.code_sec {
    padding-top: 5rem;
}

.code_sec p {
    margin-bottom: 1.75rem;
}

.code_sec section {
    margin-bottom: 2.5rem;
}

.code_sec section p {
    margin-bottom: 0;
}

.code_sec h2 {
    font-family: "Noto Sans JP";
    color: #222222;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 1rem;
}

.code_sec ul li {
    line-height: 200%;
    list-style: disc;
    margin-left: 1rem;
}

.code_sec ol li {
    line-height: 200%;
    margin-left: 1rem;
    list-style-type: decimal;
}

@media screen and (max-width: 768px) {
    .code_sec {
        padding-top: 2rem;
    }
    .code_sec h2 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    .code_sec p {
        margin-bottom: 0.8rem;
    }
    .code_sec section {
        margin-bottom: 1.5rem;
    }
}
