@charset "UTF-8";
/* ================================================
fv
================================================ */
#renewal_top .fv {
    background: url("/img/renewal/fv_bg.jpg") center center / cover no-repeat;
    position: relative;
    border-bottom: 1px solid var(--renewal_gray01);
}
#renewal_top .fv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 414px;
    height: 290px;
    background: url("/img/renewal/fv_img.png") no-repeat center bottom;
    background-size: contain;
    z-index: 1;
}
#renewal_top .fv::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(21, 31, 52, 0.6);
    z-index: 2;
}
#renewal_top .fv .renewal_inner {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    padding: 0;
}

/* -----------------------------
左側
----------------------------- */
#renewal_top .fv .fv_logo {
    width: 275px;
    margin-bottom: 15px;
}
#renewal_top .fv .fv_main-copy {
    font-size: 2.8rem;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: 15px;
}
#renewal_top .fv .fv_sub-copy {
    font-size: 1.8rem;
    color: #fff;
}

/* -----------------------------
右側（ログインパーツ）
----------------------------- */
#renewal_top .fv .fv_login {
    flex: 1;
    max-width: 368px;
    min-width: 300px;
    background: #fff;
    padding: 30px 24px;
    box-sizing: border-box;
}
#renewal_top .fv .login-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
#renewal_top .fv .login-form input {
    font-size: 1.4rem;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 11px 15px;
}
#renewal_top .fv .fv_login .renewal_btn {
    max-width: unset;
    margin-top: 10px;
}
#renewal_top .fv .login-links {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1;
}
#renewal_top .fv .login-links a {
    color: var(--renewal_blue02);
    height: fit-content;
}
#renewal_top .fv .fv_login .btn_gradation {
    margin-top: 20px;
}

#renewal_top .fv .login-form p {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: var(--renewal_red);
}
#renewal_top .fv .login-form p:first-of-type {
    margin-top: 8px;
}

@media screen and (max-width: 1024px) {
    /* -----------------------------
    左側
    ----------------------------- */
    #renewal_top .fv .fv_logo {
        width: 200px;
    }
    #renewal_top .fv .fv_main-copy {
        font-size: 2.2rem;
        letter-spacing: 0.02em;
    }
    #renewal_top .fv .fv_sub-copy {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1024px) and (min-width: 820px) {
    #renewal_top .fv::after {
        left: 38%;
    }
}

@media screen and (max-width: 768px) {
    #renewal_top .fv .renewal_inner {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0 30px;
        text-align: center;
    }
    #renewal_top .fv::after {
        top: 10px;
        bottom: unset;
        left: unset;
        right: 7%;
        transform: none;
        width: 348px;
        height: 264px;
        background: url(/img/renewal/fv_img_sp.png) no-repeat center bottom;
        background-size: contain;
    }

    /* -----------------------------
    上側
    ----------------------------- */
    #renewal_top .fv .fv_logo {
        width: 172px;
    }
    #renewal_top .fv .fv_main-copy {
        font-size: 1.6rem;
        letter-spacing: 0.04em;
    }
    #renewal_top .fv .fv_sub-copy {
        font-size: 1.3rem;
    }

    /* -----------------------------
    下側
    ----------------------------- */
    #renewal_top .fv .fv_login {
        width: 100%;
        max-width: 500px;
        min-width: unset;
        flex: unset;
        padding: 20px;
    }
    #renewal_top .fv .login-form input {
        padding: 8px 15px;
    }
    #renewal_top .fv .fv_login .renewal_btn {
        max-width: unset;
        margin-top: 5px;
        padding: 9px 0;
        font-size: 1.4rem;
    }
    #renewal_top .fv .fv_login .btn_gradation {
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    #renewal_top .fv::after {
        right: 2%;
    }
}


/* ================================================
2カラムエリア
================================================ */
#renewal_top .top_flex {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

/* ---------------------------------------------
左側エリア（最新コンテンツ、スライダー）
--------------------------------------------- */
#renewal_top .top_flex_mainarea {
    flex-shrink: 0;
    flex: 1;
    width: 50%;
    max-width: 826px;
    margin: 0;
    padding: 0;
}

/* -----------------------------
最新コンテンツ
----------------------------- */
#renewal_top .newest-content {
    padding-bottom: 60px;
}
/*---- ニュースカテゴリー選択 ----*/
#renewal_top .newest-content .category_select_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}
#renewal_top .newest-content .category_select {
    display: inline-block;
    padding: 4px 10px 5px;
    color: var(--renewal_gray02);
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1em;
    border: 1px solid var(--renewal_gray01);
    border-radius: 50vw;
}
#renewal_top .newest-content .category_select.active {
    color: #fff;
    border: 1px solid var(--renewal_blue01);
    background: var(--renewal_blue01);
}
#renewal_top .newest-content .category_select:hover {
    background: var(--renewal_blue01);
    color: #fff;
    border: 1px solid var(--renewal_blue01);
    opacity: 1;
}

/*---- 記事内容 ----*/
#renewal_top .newest-content .newest_item.column1 .newest_link {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding-bottom: 25px;
}
#renewal_top .newest-content .newest_link:hover {
    opacity: 1;
}
#renewal_top .newest-content .newest_list {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
}
#renewal_top .newest-content .newest_list .newest_item.column1 {
    border-bottom: 1px solid var(--renewal_gray01);
}
#renewal_top .newest-content .newest_list .newest_item.column3 {
    grid-column: span 1;
}
#renewal_top .newest-content .newest_list .newest_item:nth-child(1),
#renewal_top .newest-content .newest_list .newest_item:nth-child(2) {
    grid-column: 1 / -1;
}
#renewal_top .newest-content .newest_list .newest_item.column3 {
    grid-template-columns: repeat(3, 1fr);
}
#renewal_top .newest-content .newest_list {
    grid-template-columns: repeat(3, 1fr);
}
#renewal_top .newest-content .newest_list .newest_item:nth-child(1),
#renewal_top .newest-content .newest_list .newest_item:nth-child(2) {
    grid-column: span 3;
}
#renewal_top .newest-content .newest_thumb {
    flex-shrink: 0;
    display: flex;
    width: 80%;
    max-width: 265px;
    background-color: var(--renewal_light);
    overflow: hidden;
}
#renewal_top .newest-content .newest_item.column3 .newest_thumb {
    width: 100%;
    margin-bottom: 16px;
}
#renewal_top .newest-content .newest_txt-area {
    width: 100%;
}
#renewal_top .newest-content .tag-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}
#renewal_top .newest-content .tag-date .tag {
    color: var(--renewal_basic);
    background: var(--renewal_light);
    border: none;
    padding: 3px 4px 4px;
    transition: .3s;
}
#renewal_top .newest-content .tag-date .tag:hover {
    background: var(--renewal_gray02);
    color: #fff;
}
#renewal_top .newest-content .tag-date .date {
    color: var(--renewal_gray02);
}
#renewal_top .newest-content .newest_ttl {
    font-weight: 600;
}
#renewal_top .newest-content .newest_ttl:hover {
    color: var(--renewal_blue01);
    opacity: 1;
}
#renewal_top .newest-content .newest_item.column1 .newest_ttl {
    margin-bottom: 10px;
    font-size: 2rem;
}
#renewal_top .newest-content .newest_item.column3 .newest_ttl {
    font-size: 1.6rem;
}
#renewal_top .newest-content .newest_instruction {
    font-size: 1.4rem;
    color: var(--renewal_gray03);
}

/*---- もっと見るボタン ----*/
#renewal_top .newest-content .renewal_btn {
    margin-top: 40px;
}

/* -----------------------------
PICKUPスライダー
----------------------------- */
#renewal_top .top_slider {
    position: relative;
    padding-bottom: 60px;
}
#renewal_top .login_sp.top_slider {
    display: none;
}
#renewal_top .top_slider .ttl_wrapper > img {
    width: 169px;
}
#renewal_top .top_slider .slider_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*---- スライダー ----*/
#renewal_top .top_slider .swiper-container {
    padding-right: 20%;
    max-width: 826px;
    overflow: hidden;
}
#renewal_top .top_slider .swiper-slide {
    height: auto;
}
#renewal_top .top_slider .slide_img {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 5px;
}
#renewal_top .top_slider .slide_img > img {
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    border-radius: 5px;
}
#renewal_top .top_slider .slider_link {
    display: block;
    height: 100%;
}
#renewal_top .top_slider .slider_link:hover {
    opacity: 1;
}
#renewal_top .top_slider .slider_link:hover .slide_img > img {
    transform: scale(1.1);
}
#renewal_top .top_slider .slide_content {
    text-align: left;
}
#renewal_top .top_slider .slide_tags {
    margin-bottom: 15px;
}
#renewal_top .top_slider .occupation_tag_wrapper {
    display: contents;
}
#renewal_top .top_slider .tag {
    margin: 0 8px 4px 0;
    font-size: 1.4rem;
    pointer-events: none;
}
#renewal_top .top_slider .big_category_wrapper {
    display: inline-block;
    border-right: 1px solid var(--renewal_gray01);
    margin-right: 14px;
    padding-right: 14px;
}
#renewal_top .top_slider .big_category {
    background-color: var(--renewal_blue01);
    color: #fff;
    margin: 0;
}
#renewal_top .top_slider .big_category:hover {
    background-color: #fff;
    color: var(--renewal_blue01);
}
#renewal_top .top_slider .slide_ttl {
    font-size: 2.4rem;
    line-height: 1.6em;
}
#renewal_top .top_slider .slider_link:hover .slide_ttl {
    color: var(--renewal_blue01);
}

/*-- ドット、ボタンコンテナ --*/
#renewal_top .top_slider .ttl_wrapper, #renewal_top .top_slider .slider_controls {
    flex: 0 0 auto;
}
#renewal_top .top_slider .slider_controls {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: -4px;
}

/*-- ドット --*/
#renewal_top .top_slider .slider_controls .swiper-pagination {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    position: static;
    margin-right: 15px;
}
#renewal_top .top_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--renewal_gray01);
    opacity: 1;
    margin: 0 4px;
}
#renewal_top .top_slider .swiper-pagination-bullet-active {
    background: linear-gradient(to right, #0d1ca8, #4377ff);
}

/*-- ボタン --*/
#renewal_top .top_slider .swiper-button-prev, .swiper-button-next {
    position: relative;
    width: 45px;
    height: 45px;
    border: 1px solid var(--renewal_gray01);
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: .3s;
}
#renewal_top .top_slider .swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--renewal_gray01);
}
#renewal_top .top_slider .swiper-button-prev {
    margin-right: 8px;
}
#renewal_top .top_slider .swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}
#renewal_top .top_slider .swiper-button-prev::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px var(--renewal_gray01);
    border-left: solid 2px var(--renewal_gray01);
    transform: rotate(45deg);
}
#renewal_top .top_slider .swiper-button-prev:hover::before {
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
}
#renewal_top .top_slider .swiper-button-next::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px var(--renewal_gray01);
    border-right: solid 2px var(--renewal_gray01);
    transform: rotate(45deg);
}
#renewal_top .top_slider .swiper-button-next:hover::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

/* -----------------------------
ログイン後
----------------------------- */
#renewal_top.renewal_login .top_slider .swiper-container {
    padding-right: 0;
}
#renewal_top.renewal_login .top_slider .occupation_tag_wrapper {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}


/* ---------------------------------------------
サイドバー
--------------------------------------------- */
#renewal_top .top_flex_sidebar {
    flex-shrink: 0;
    width: 300px;
    overflow: hidden;
}

/* -----------------------------
バナー
----------------------------- */
#renewal_top .side_bnr {
    display: block;
    margin-bottom: 50px;
}
#renewal_top .side_bnr iframe {
    transition: .3s;
}
#renewal_top .side_bnr iframe:hover {
    opacity: 0.7;
}
#renewal_top .side_bnr_multiple {
    margin-bottom: 30px;
}
#renewal_top .side_bnr_multiple:last-of-type {
    margin-bottom: 50px;
}

/* -----------------------------
BackofficePro
----------------------------- */
#renewal_top .bopro {
    margin-bottom: 50px;
}
#renewal_top .bopro .bopro_ttl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 1.6rem;
}
#renewal_top .bopro .bopro_ttl > img {
    width: 145px;
}
#renewal_top .bopro .bopro_ttl > span {
    font-size: 1.8rem;
    line-height: 1;
}
#renewal_top .bopro .bopro_description {
    font-size: 1.4rem;
    line-height: 1.6em;
    color: var(--renewal_gray03);
    margin-bottom: 25px;
}
#renewal_top .bopro .bopro_item {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--renewal_gray01);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#renewal_top .bopro .bopro_item:last-child {
    margin-bottom: 30px;
}
#renewal_top .bopro .bopro_icon_wrapper {
    border-radius: 50vw;
    border: 1px solid var(--renewal_gray01);
    height: fit-content;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    overflow: hidden;
}
#renewal_top .bopro_icon_wrapper img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center center;
}
#renewal_top .bopro .name_wrapper {
    margin-bottom: 8px;
}
#renewal_top .bopro .name {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--renewal_gray02);
}
#renewal_top .bopro .name:first-child {
    margin-bottom: 2px;
}
#renewal_top .bopro .post-ttl {
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 8px;
}
#renewal_top .bopro .bopro_body {
    font-size: 1.4rem;
    color: var(--renewal_gray03);
    margin-bottom: 8px;
}
#renewal_top .bopro .bopro_next-btn {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--renewal_blue02);
}

/*---- 新しい投稿（.new） ----*/
#renewal_top .bopro .bopro_item.new .post-ttl {
    position: relative;
    text-indent: 16px;
}
#renewal_top .bopro .bopro_item.new .post-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(to right, #0d1ca8, #4377ff);
}

@media screen and (min-width: 821px) {
    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .top_slider.login_sp {
        display: none;
    }
    #renewal_top.renewal_login .top_slider {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    #renewal_top.renewal_login .top_slider .renewal_slider_wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }
    #renewal_top.renewal_login .top_slider .ttl_wrapper {
        display: none;
    }
    #renewal_top.renewal_login .top_slider .swiper-container {
        padding-right: 0;
    }
    #renewal_top.renewal_login .top_slider .slider_link {
        display: flex;
        gap: 20px;
    }
    #renewal_top.renewal_login .top_slider .slide_img {
        width: 70%;
        max-width: 475px;
        margin-bottom: 0;
    }
    #renewal_top.renewal_login .top_slider .slide_content {
        width: 40%;
        margin-top: 20px;
    }
    #renewal_top.renewal_login .top_slider .slide_tags {
        margin-bottom: 7px;
    }
    #renewal_top.renewal_login .top_slider .big_category_wrapper {
        display: block;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 8px;
    }
    #renewal_top.renewal_login .top_slider .slide_ttl {
        font-size: 2rem;
        line-height: 1.55em;
    }
    #renewal_top.renewal_login .top_slider .slider_controls {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: inherit;
    }
}

@media screen and (max-width: 1024px) {
    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .top_slider .slider_link {
        flex-direction: column;
    }
    #renewal_top.renewal_login .top_slider .slide_img {
        width: 100%;
        max-width: unset;
    }
    #renewal_top.renewal_login .top_slider .slide_content {
        width: 100%;
        margin-top: 0;
    }
}


@media screen and (max-width: 820px) {
    #renewal_top .top_flex {
        flex-direction: column-reverse;
        align-items: center;
        gap: 0;
        padding-top: 40px;
    }

    /* ---------------------------------------------
    左側エリア
    --------------------------------------------- */
    #renewal_top .top_flex_mainarea {
        width: 100%;
        max-width: none;
    }

    /* ---------------------------------------------
    サイドバー
    --------------------------------------------- */
    #renewal_top .top_flex_sidebar {
        width: 100%;
    }

    /* -----------------------------
    バナー
    ----------------------------- */
    #renewal_top .side_bnr {
        width: 300px;
        margin: 0 auto 50px;
    }
    #renewal_top .side_bnr.side_bnr_btm15 {
        margin: 0 auto 15px;
    }

    /* -----------------------------
    PICKUPスライダー（ログイン後）
    ----------------------------- */
    #renewal_top.renewal_login .top_slider {
        display: none;
    }
    #renewal_top.renewal_login .top_slider.login_sp {
        display: block;
        margin: 30px 0 0;
    }
    #renewal_top.renewal_login .top_slider .ttl_wrapper {
        display: none;
    }
    #renewal_top.renewal_login .top_slider {
        background: #fff;
        margin-bottom: 40px;
        padding-bottom: 0;
        overflow: hidden;
    }
    #renewal_top.renewal_login .top_slider .slider_controls {
        justify-content: flex-end;
        margin-top: 5px;
        position: inherit;
    }
}


@media screen and (max-width: 768px) {
    #renewal_top .top_flex {
        padding-top: 30px;
        width: 100%;
    }

    /* ---------------------------------------------
    サイドバー
    --------------------------------------------- */
    /* -----------------------------
    バナー
    ----------------------------- */
    #renewal_top .side_bnr {
        margin: 0 auto 40px;
        width: 100%;
        max-width: 320px;
    }

    /* -----------------------------
    BackofficePro
    ----------------------------- */
    #renewal_top .bopro {
        margin-bottom: 40px;
        border: 1px solid var(--renewal_gray01);
        border-radius: 3px;
        padding: 20px;
    }
    #renewal_top .bopro .bopro_ttl {
        margin-bottom: 15px;
    }

    /* ---------------------------------------------
    最新コンテンツ、スライダー
    --------------------------------------------- */
    /* -----------------------------
    最新コンテンツ
    ----------------------------- */
    #renewal_top .newest-content {
        padding-bottom: 40px;
    }

    /*---- ニュースカテゴリー選択 ----*/
    #renewal_top .newest-content .newest_item.column1 .newest_ttl {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    #renewal_top .newest-content .newest_item.column3 .newest_ttl {
        font-size: 1.4rem;
    }

    /*---- もっと見るボタン ----*/
    #renewal_top .newest-content .renewal_btn {
        margin-top: 30px;
    }

    /* -----------------------------
    PICKUPスライダー
    ----------------------------- */
    #renewal_top .top_slider {
        background: linear-gradient(to bottom, #0d1ca8, #4377ff);
        margin-bottom: 40px;
        padding-bottom: 0;
        overflow: hidden;
    }
    #renewal_top .top_slider .renewal_sp_inner {
        width: 100%;
        padding: 40px 0 40px 5%;
        position: relative;
    }
    #renewal_top .top_slider .ttl_wrapper > img {
        width: 120px;
    }

    /*---- スライダー ----*/
    #renewal_top .top_slider .swiper-container {
        padding-right: 20%;
        max-width: 826px;
        overflow: hidden;
    }
    #renewal_top .top_slider .swiper-slide {
        background: #fff;
        border-radius: 3px;
    }
    #renewal_top .top_slider .slide_img {
        margin-bottom: 0;
        border-radius: 3px 3px 0 0;
    }
    #renewal_top .top_slider .slide_img > img {
        border-radius: 0;
    }
    #renewal_top .top_slider .slide_content {
        padding: 15px;
    }
    #renewal_top .top_slider .slide_tags {
        margin-bottom: 10px;
    }
    #renewal_top .top_slider .occupation_tag_wrapper {
        display: block;
        margin: 4px 0 0 0;
        padding: 0;
    }
    #renewal_top .top_slider .big_category_wrapper {
        display: inline-flex;
        border: none;
        margin: 0;
        padding: 0;
    }
    #renewal_top .top_slider .tag {
        margin: 0 3px 2px 0;
        font-size: 1.2rem;
    }
    #renewal_top .top_slider .slide_ttl {
        font-size: 1.4rem;
    }

    /*-- ドット、ボタンコンテナ --*/
    #renewal_top .top_slider .slider_controls {
        top: 44px;
        right: 10%;
    }

    /*-- ドット --*/
    #renewal_top .top_slider .slider_controls .swiper-pagination {
        gap: 2px;
        margin-right: 0;
    }
    #renewal_top .top_slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #fff;
    }
    #renewal_top .top_slider .swiper-pagination-bullet-active {
        background: var(--renewal_gray02);
    }

    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .top_slider {
        display: none;
    }
    #renewal_top.renewal_login .top_slider .slide_content {
        padding: 10px 0 0;
    }
    #renewal_top.renewal_login .top_slider .occupation_tag_wrapper {
        margin: 4px 0 0 0;
    }

    /*-- ドット --*/
    #renewal_top.renewal_login .top_slider .slider_controls .swiper-pagination {
        margin-right: 10px;
    }
    #renewal_top.renewal_login .top_slider .swiper-pagination-bullet {
        background: var(--renewal_gray01);
    }
    #renewal_top.renewal_login .top_slider .swiper-pagination-bullet-active {
        background: linear-gradient(to bottom, #0d1ca8, #4377ff);
    }

    /*-- ボタン --*/
    #renewal_top.renewal_login .top_slider .swiper-button-prev, .swiper-button-next {
        width: 32px;
        height: 32px;
    }
    #renewal_top.renewal_login .top_slider .swiper-button-prev {
        margin-right: 5px;
    }
    #renewal_top.renewal_login .top_slider .swiper-button-prev::before, #renewal_top .top_slider .swiper-button-next::before {
        width: 4px;
        height: 4px;
    }
}

@media screen and (max-width: 500px) {
    /* ---------------------------------------------
    最新コンテンツ、スライダー
    --------------------------------------------- */
    /* -----------------------------
    最新コンテンツ
    ----------------------------- */
    /*---- ニュースカテゴリー選択 ----*/
    #renewal_top .newest-content .category_select_list {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 6px;
        margin: 0 -16px 20px 0;
        padding-right: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    #renewal_top .newest-content .category_select_list::-webkit-scrollbar {
        display: none;
    }
    #renewal_top .newest-content .category_select_item {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
    #renewal_top .newest-content .category_select {
        white-space: nowrap;
        font-size: 1.2rem;
        padding: 10px;
    }

    /*---- 記事内容 ----*/
    #renewal_top .newest-content .newest_list {
        display: flex;
        flex-direction: column;
    }
    #renewal_top .newest-content .newest_item.column3 {
        border-bottom: 1px solid var(--renewal_gray01);
    }
    #renewal_top .newest-content .newest_item.column1 .newest_link {
        flex-direction: column;
        gap: 15px;
    }
    #renewal_top .newest-content .newest_item.column3 .newest_link {
        display: flex;
        gap: 10px;
        padding-bottom: 25px;
    }
    #renewal_top .newest-content .newest_thumb {
        width: 100%;
        max-width: none;
    }
    #renewal_top .newest-content .newest_item.column3 .newest_thumb {
        width: 138px;
        margin-bottom: 0;
    }
    #renewal_top .newest-content .tag-date {
        margin-bottom: 10px;
    }
    #renewal_top .newest-content .newest_item.column1 .newest_ttl {
        margin-bottom: 0;
    }
}


/* ================================================
ニュース・解説記事
================================================ */
#renewal_top .renewal_news {
    background-color: var(--renewal_light);
    margin-bottom: 60px;
}
#renewal_top .renewal_news .renewal_inner {
    padding: 60px 0;
}
#renewal_top .renewal_news .renewal_news_flex {
    display: flex;
    justify-content: space-between;
    gap: 30px 40px;
    flex-wrap: wrap;
}
#renewal_top .renewal_news .renewal_news_container {
    width: calc(50% - 20px);
    border-bottom: 1px solid var(--renewal_gray01);
    padding-bottom: 30px;
}
#renewal_top .renewal_news .renewal_news_list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
#renewal_top .renewal_news .renewal_news_item {
    width: 50%;
}
#renewal_top .renewal_news .renewal_news_link:hover {
    opacity: 1;
}
#renewal_top .renewal_news .renewal_news_txt-area {
    width: 100%;
}
#renewal_top .renewal_news .renewal_news_thumb {
    background: #fff;
    margin-bottom: 20px;
}
#renewal_top .renewal_news .tag-area {
    margin-bottom: 10px;
}
#renewal_top .renewal_news .renewal_news_ttl {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 14px;
}
#renewal_top .renewal_news .renewal_news_ttl:hover {
    color: var(--renewal_blue01);
    opacity: 1;
}
#renewal_top .renewal_news .author-area {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--renewal_gray02);
    gap: 12px;
}
#renewal_top .renewal_news .cfo .author-area {
    text-align: right;
    flex-direction: column;
    gap: 2px;
}
#renewal_top .renewal_news .cfo .author-area span {
    display: block;
}

/* -----------------------------
ログイン後
----------------------------- */
#renewal_top.renewal_login .renewal_news .renewal_news_link_inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
#renewal_top.renewal_login .renewal_news .login_author-area {
    display: none;
}

/* 新着ニュース */
#renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item {
    width: 100%;
}
#renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:first-child {
    display: block;
    width: 250px;
}
#renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(4) {
    display: none;
}
#renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(2) {
    border-bottom: 1px solid var(--renewal_gray01);
}
#renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(3) {
    display: block;
}
#renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(2) .renewal_news_link,
#renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(3) .renewal_news_link {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
#renewal_top.renewal_login .renewal_news .latest-news_wrapper {
    display: flex;
    gap: 30px;
}

@media screen and (min-width: 1025px) {
    #renewal_top.renewal_login .latest-news .renewal_news_list {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 30px;
      }
    #renewal_top.renewal_login .latest-news .renewal_news_list .renewal_news_item:nth-child(1) {
        grid-column: 1;
        grid-row: 1 / span 2;
    }
    #renewal_top.renewal_login .latest-news .renewal_news_list .renewal_news_item:nth-child(2),
    #renewal_top.renewal_login .latest-news .renewal_news_list .renewal_news_item:nth-child(3) {
        grid-column: 2;
    }
    #renewal_top.renewal_login .latest-news .renewal_news_list .renewal_news_item:nth-child(2) {
        grid-row: 1;
    }
    #renewal_top.renewal_login .latest-news .renewal_news_list .renewal_news_item:nth-child(3) {
        grid-row: 2;
    }
    #renewal_top.renewal_login .renewal_news .login_author-area {
        display: flex;
        justify-content: space-between;
        font-size: 1.2rem;
        font-weight: 500;
        color: var(--renewal_gray02);
        gap: 12px;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .author-area {
        display: none;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .renewal_news_ttl {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px) {
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(3) .renewal_news_thumb,
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(4) .renewal_news_thumb {
        width: 150px;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(2) {
        padding-bottom: 25px;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(2) .renewal_news_thumb,
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(3) .renewal_news_thumb {
        width: 175px;
    }
}

@media screen and (min-width: 501px) {

    /* 新着ニュース */
    #renewal_top .renewal_news .latest-news .renewal_news_item:nth-child(3),
    #renewal_top .renewal_news .latest-news .renewal_news_item:nth-child(4) {
        display: none;
    }

    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .renewal_news {
        background-color: #fff;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_link_inner {
        margin-bottom: 15px;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_flex {
        flex-direction: column;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container {
        width: 100%;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_thumb {
        background: var(--renewal_light);
        margin-bottom: 0;
        flex-shrink: 0;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .renewal_news_thumb {
        width: 150px;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(3) .renewal_news_thumb 
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(4) .renewal_news_thumb {
        flex-shrink: 0;
        margin-bottom: 0;
    }

    /* 新着ニュース */
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:first-child .renewal_news_thumb {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) and (min-width: 501px) {
    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .renewal_news .renewal_news_link_inner {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin: 0;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_item:first-child .renewal_news_thumb,
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(2) .renewal_news_thumb {
        width: 100%;
    }

    /* 新着ニュース */
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:first-child,
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(2) {
        padding-bottom: 25px;
        border-bottom: 1px solid var(--renewal_gray01);
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .renewal_news_list {
        flex-wrap: wrap;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .renewal_news_item {
        width: 100%;
        padding-bottom: 5px;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .renewal_news_item:first-child {
        border-bottom: 1px solid var(--renewal_gray01);
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .cfo .renewal_news_txt-area {
        width: 100%;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .cfo .author-area {
        text-align: right;
        flex-direction: row;
        gap: 2px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 501px) {
    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .renewal_news .latest-news_wrapper {
        flex-wrap: wrap;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container.latest-news .renewal_news_list {
        flex-wrap: wrap;
    }
    #renewal_top .renewal_news .renewal_news_container.latest-news .renewal_news_item {
        width: 100%;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:first-child {
        width: 100%;
        padding-bottom: 25px;
        border-bottom: 1px solid var(--renewal_gray01);
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container.latest-news .cfo .renewal_news_txt-area {
        width: 100%;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container.latest-news .cfo .author-area {
        text-align: right;
        flex-direction: row;
        gap: 2px;
    }
}

@media screen and (max-width: 1024px) {
    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .renewal_news .renewal_news_container {
        padding-bottom: 0;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news .renewal_news_txt-area {
        width: 100%;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_list {
        display: block;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_list .renewal_news_item {
        width: 100%;
        margin-bottom: 30px;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_txt-area {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    #renewal_top.renewal_login .renewal_news .cfo .author-area {
        text-align: left;
    }
}


@media screen and (max-width: 768px) {
    #renewal_top .renewal_news {
        background-color: #fff;
        margin-bottom: 40px;
    }
    #renewal_top .renewal_news .renewal_inner {
        padding: 0;
    }
    #renewal_top .renewal_news .renewal_news_flex {
        flex-direction: column;
        gap: 40px;
    }
    #renewal_top .renewal_news .renewal_news_container {
        width: 100%;
        padding-bottom: 25px;
    }
    #renewal_top .renewal_news .renewal_news_thumb {
        background: var(--light_color);
    }
    #renewal_top .renewal_news .renewal_news_ttl {
        font-size: 1.4rem;
    }
    #renewal_top .renewal_news .cfo .author-area {
        text-align: left;
    }

    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .renewal_news_list {
        padding-bottom: 25px;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_item {
        width: 100%;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_item:first-child,
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(2) {
        display: block;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_item:first-child .renewal_news_link,
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(2) .renewal_news_link {
        flex-flow: column;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_thumb {
        margin: 0;
        flex-shrink: 0;
        width: 138px;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_item:first-child .renewal_news_thumb,
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(2) .renewal_news_thumb {
        width: 100%;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(3) .tag-area,
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(4) .tag-area {
        display: none;
    }
    #renewal_top.renewal_login .renewal_news .author-area {
        gap: 2px;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_item:first-child .author-area,
    #renewal_top.renewal_login .renewal_news .renewal_news_item:nth-child(2) .author-area {
        flex-direction: row;
        gap: 12px;
    }

    /* 新着ニュース */
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_list .renewal_news_item {
        margin-bottom: 25px;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(2) .renewal_news_link {
        gap: 15px;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(3) {
        border-bottom: 1px solid var(--renewal_gray01);
        padding-bottom: 25px;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(4) {
        display: block;
        margin-bottom: 25px;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(3) .renewal_news_link,
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(4) .renewal_news_link {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
}

@media screen and (max-width: 650px) {
    /* -----------------------------
    ログイン後
    ----------------------------- */
    /* 新着ニュース */
    #renewal_top.renewal_login .renewal_news .latest-news_wrapper {
        flex-direction: column;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:first-child,
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(2) {
        display: block;
        width: 100%;
        border-bottom: 1px solid var(--renewal_gray01);
        padding-bottom: 20px;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:first-child {
        width: 100%;
        border-bottom: 1px solid var(--renewal_gray01);
    }
}

@media screen and (max-width: 500px) {
    #renewal_top .renewal_news .renewal_news_container {
        border: none;
        padding: 0;
    }
    #renewal_top .renewal_news .renewal_news_list {
        flex-direction: column;
        gap: 25px;
    }
    #renewal_top .renewal_news .renewal_news_item {
        width: 100%;
        border-bottom: 1px solid var(--renewal_gray01);
    }
    #renewal_top .renewal_news .renewal_news_item:first-child,
    #renewal_top .renewal_news .renewal_news_item:nth-child(2) {
        display: block;
    }
    #renewal_top .renewal_news .renewal_news_link {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding-bottom: 25px;
    }
    #renewal_top .renewal_news .renewal_news_item:first-child .renewal_news_link,
    #renewal_top .renewal_news .renewal_news_item:nth-child(2) .renewal_news_link {
        flex-flow: column;
    }
    #renewal_top .renewal_news .renewal_news_thumb {
        margin: 0;
        width: 138px;
        flex-shrink: 0;
    }
    #renewal_top .renewal_news .renewal_news_item:first-child .renewal_news_thumb,
    #renewal_top .renewal_news .renewal_news_item:nth-child(2) .renewal_news_thumb {
        width: 100%;
    }
    #renewal_top .renewal_news .renewal_news_item:nth-child(3) .tag-area,
    #renewal_top .renewal_news .renewal_news_item:nth-child(4) .tag-area {
        display: none;
    }
    #renewal_top .renewal_news .author-area {
        flex-direction: column;
        gap: 2px;
    }
    #renewal_top .renewal_news .renewal_news_item:first-child .author-area,
    #renewal_top .renewal_news .renewal_news_item:nth-child(2) .author-area {
        flex-direction: row;
        gap: 12px;
    }

    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .renewal_news_link_inner {
        display: block;
        width: 100%;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container {
        border: none;
        padding: 0;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_list {
        flex-direction: column;
        gap: 25px;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .renewal_news_list {
        padding-bottom: 0;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_item {
        border-bottom: 1px solid var(--renewal_gray01);
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(3) {
        padding-bottom: 0;
    }
    #renewal_top.renewal_login .latest-news .renewal_news_list .renewal_news_item:nth-child(4) {
        margin-bottom: 0;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_link {
        padding-bottom: 25px;
    }
    #renewal_top.renewal_login .renewal_news .renewal_news_container:not(.latest-news) .renewal_news_thumb {
        margin-bottom: 15px;
    }
    #renewal_top.renewal_login .renewal_news .author-area {
        flex-direction: column;
    }


    /* 新着ニュース */
    #renewal_top.renewal_login .renewal_news .latest-news .latest-news_wrapper {
        gap: 25px;
    }
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:first-child,
    #renewal_top.renewal_login .renewal_news .latest-news .renewal_news_item:nth-child(2) {
        padding-bottom: 0;
    }
}

/* ================================================
バナー
================================================ */
#renewal_top .banner_wrapper {
    margin: 0 0 60px;
}
#renewal_top .banner_wrapper iframe {
    display: block;
    margin: 0 auto;
    transition: .3s;
}
#renewal_top .banner_wrapper iframe:hover {
    opacity: 0.7;
}
#renewal_top .banner_link {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
#renewal_top .banner_link img {
    width: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #renewal_top .banner_wrapper {
        margin: 0 auto 40px;
        width: 100%;
        max-width: 320px;
    }
    #renewal_top.renewal_login .banner_wrapper.mg0 {
        margin-bottom: 0;
    }
}

/* ================================================
サービス・資料
================================================ */
#renewal_top .service {
    margin-bottom: 60px;
}
#renewal_top .service .service_con-wrapper {
    border-bottom: 1px solid var(--renewal_gray01);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#renewal_top .service .service_category_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid var(--renewal_gray01);
}
#renewal_top .service .service_category_item {
    width: 34%;
    text-align: center;
    box-sizing: border-box;
}
#renewal_top .service .service_category_select {
    font-size: 2rem;
    font-weight: 600;
    display: block;
    padding: 12px 0;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    color: var(--renewal_gray02);
}
#renewal_top .service .service_category_item .service_category_select.active {
    border-bottom: 3px solid var(--renewal_blue01);
    color: var(--renewal_basic);
}
#renewal_top .service .service_category_select:hover {
    opacity: 1;
    border-bottom: 3px solid var(--renewal_blue01);
}
#renewal_top .service .service_container {
    padding-top: 30px;
}


/* -----------------------------
検索窓
----------------------------- */
#renewal_top .service .search-parts {
    width: 100%;
    max-width: 668px;
    margin-bottom: 30px;
}
#renewal_top .service .search-area {
    font-size: 1.6rem;
    height: 43px;
    padding: 5px 52px 7px 20px;
    margin: 0;
}
#renewal_top .service .search-btn {
    background: url(/img/renewal/search_btn.svg) no-repeat center left 0px / 21px 21px;
}

/* -----------------------------
資料
----------------------------- */
#renewal_top .service .service_item:not(:last-child) {
    margin-bottom: 20px;
}
#renewal_top .service .service_link {
    display: flex;
    gap: 15px;
}
#renewal_top .service .service_link:hover {
    opacity: 1;
}
#renewal_top .service .document-name {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 6px;
    transition: .3s;
}
#renewal_top .service .company {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--renewal_gray02);
}
#renewal_top .service .renewal_btn {
    margin-top: 40px;
}

/*---- サービス資料 ----*/
#renewal_top .service .service_list_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#renewal_top .service .service-documents .service_list_wrapper {
    width: calc(33% - 17px);
}
#renewal_top .service .service-documents .logo_wrapper {
    border: 1px solid var(--renewal_gray01);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 7px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0;
}
#renewal_top .service .service-documents .logo_wrapper > img {
    aspect-ratio: auto;
}
#renewal_top .service .service-documents .tag-area {
    margin-bottom: 10px;
}
#renewal_top .service .document-name:hover {
    color: var(--renewal_blue01);
    opacity: 1;
    cursor: pointer;
}

/*---- お役立ち資料 ----*/
#renewal_top .service .helpful-documents .service_link:hover .document-name {
    color: var(--renewal_blue01);
}
#renewal_top .service .helpful-documents .service_list_flex {
    gap: 30px 40px;
}
#renewal_top .service .helpful-documents .service_list_wrapper {
    width: calc(50% - 20px);
}
#renewal_top .service .helpful-documents .thumb {
    width: 180px;
    flex-shrink: 0;
}
#renewal_top .service .helpful-documents .document-name {
    font-size: 1.8rem;
}

/*---- 専門家テンプレート ----*/
#renewal_top .service .expert-template .service_link:hover .document-name {
    color: var(--renewal_blue01);
}
#renewal_top .service .expert-template .service_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#renewal_top .service .expert-template .service_item {
    width: calc(33% - 17px);
    border-bottom: 1px solid var(--renewal_gray01);
    margin: 0;
    padding-bottom: 30px;
}
#renewal_top .service .expert-template .thumb {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
}
#renewal_top .service .expert-template .thumb img {
    aspect-ratio: auto;
}
#renewal_top .service .expert-template_body {
    font-size: 1.4rem;
    color: var(--renewal_gray03);
}

/* -----------------------------
Manegy Office、Jing
----------------------------- */
#renewal_top .service .service_others_list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
#renewal_top .service .service_others_item {
    width: calc(50% - 20px);
    border-bottom: 1px solid var(--renewal_gray01);
    padding-bottom: 30px;
}
#renewal_top .service .service_others_item .link_btn {
    font-size: 2rem;
    color: var(--renewal_basic);
}
#renewal_top .service .service_others_item .link_btn::after {
    width: 7px;
    height: 7px;
}
#renewal_top .service .service_others_item .link_btn:hover {
    color: var(--renewal_blue01);
    opacity: 1;
}
#renewal_top .service .service_others_item .service_others_link {
    display: block;
}
#renewal_top .service .service_others_item .thumb {
    height: 150px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 0;
    position: relative;
}
#renewal_top .service .service_others_item .thumb::after {
    content: "ad_group";
    font-family: 'Material Symbols Outlined';
    font-weight: 400;
    font-size: 1.6rem;
    position: absolute;
    bottom: 10px;
    right: 10px;
    line-height: 1;
    color: var(--renewal_gray02);
}
#renewal_top .service .service_others_item.manegyoffice .thumb::after {
    display: none;
}
#renewal_top .service .service_others_item .thumb img {
    height: inherit;
}
#renewal_top .service .service_others_item:first-child .thumb img {
    width: 423px;
}
#renewal_top .service .service_others_item:last-child .thumb img {
    width: 387px;
}
#renewal_top .service .service_others_item .service_others_txt {
    color: var(--renewal_gray03);
}

/* -----------------------------
ログイン後
----------------------------- */
#renewal_top.renewal_login .service {
    background-color: var(--renewal_light);
}
#renewal_top.renewal_login .service .renewal_inner {
    padding: 60px 0;
}
#renewal_top.renewal_login .service .helpful-documents .thumb,
#renewal_top.renewal_login .service .expert-template .thumb,
#renewal_top.renewal_login .service .service_others_item .thumb {
    background: #fff;
}

@media screen and (max-width: 1024px) {
    /* -----------------------------
    資料
    ----------------------------- */
    /*---- サービス資料 ----*/
    #renewal_top .service .service-documents .service_list_wrapper {
        width: calc(50% - 15px);
    }
    #renewal_top .service .service-documents .logo_wrapper {
        width: 70px;
        height: 70px;
    }
    #renewal_top .service .service-documents .tag-area {
        margin-bottom: 7px;
    }
    #renewal_top .service .document-name {
        margin-bottom: 4px;
        font-size: 1.4rem;
    }
    #renewal_top .service .company {
        font-size: 1.2rem;
    }

    /*---- 専門家テンプレート ----*/
    #renewal_top .service .expert-template .service_item {
        width: calc(50% - 15px);
    }
    #renewal_top .service .expert-template .thumb {
        flex-shrink: 0;
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 820px) {
    /* -----------------------------
    資料
    ----------------------------- */
    /*---- お役立ち資料 ----*/
    #renewal_top .service .helpful-documents .service_list_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #renewal_top .service {
        background: var(--renewal_light);
        margin-bottom: 40px;
    }
    #renewal_top .service .renewal_inner {
        padding: 40px 0;
    }
    #renewal_top .service .service_con-wrapper {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    #renewal_top .service .service_category_item {
        height: 51px;
    }
    #renewal_top .service .service_category_select {
        font-size: 1.4rem;
        height: 100%;
        padding: 0 0 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #renewal_top .service .service_container {
        padding-top: 20px;
    }

    /* -----------------------------
    検索窓
    ----------------------------- */
    #renewal_top .service .search-parts {
        margin-bottom: 20px;
    }
    #renewal_top .service .search-parts form {
        margin: 0;
    }
    #renewal_top .service .search-area {
        font-size: 1.4rem;
        height: 33px;
        padding: 7px 35px 7px 15px;
    }
    #renewal_top .service .search-btn {
        background: url(/img/renewal/search_btn.svg) no-repeat center left 11px / 17px 17px;
    }

    /* -----------------------------
    資料
    ----------------------------- */
    #renewal_top .service .service_item:not(:last-child) {
        margin-bottom: 15px;
    }
    #renewal_top .service .renewal_btn {
        margin-top: 30px;
    }

    /*---- サービス資料 ----*/
    #renewal_top .service .service-documents .service_list_wrapper {
        width: 100%;
    }

    /*---- お役立ち資料 ----*/
    #renewal_top .service .helpful-documents .service_list_flex {
        gap: 30px;
    }
    #renewal_top .service .helpful-documents .thumb {
        width: 138px;
        background: #fff;
    }
    #renewal_top .service .helpful-documents .document-name {
        font-size: 1.4rem;
    }

    /*---- 専門家テンプレート ----*/
    #renewal_top .service .expert-template .service_list {
        gap: 20px;
    }
    #renewal_top .service .expert-template .service_item {
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
    }
    #renewal_top .service .expert-template .thumb {
        flex-shrink: 0;
        width: 70px;
        height: 70px;
        background: #fff;
    }

    /* -----------------------------
    Manegy Office、Jing
    ----------------------------- */
    #renewal_top .service .service_others_list {
        flex-direction: column;
        gap: 30px;
    }
    #renewal_top .service .service_others_item {
        width: 100%;
    }
    #renewal_top .service .service_others_item .link_btn {
        font-size: 1.6rem;
    }
    #renewal_top .service .service_others_item .link_btn::after {
        width: 6px;
        height: 6px;
    }
    #renewal_top .service .service_others_item .thumb {
        height: 100px;
        background: #fff;
        margin-bottom: 15px;
    }
    #renewal_top .service .service_others_item .thumb::after {
        font-size: 1.4rem;
    }
    #renewal_top .service .service_others_item:first-child .thumb img {
        width: 255px;
    }
    #renewal_top .service .service_others_item:last-child .thumb img {
        width: 220px;
    }
    #renewal_top .service .service_others_item .service_others_txt {
        font-size: 1.4rem;
    }

    /* -----------------------------
    ログイン後
    ----------------------------- */
    #renewal_top.renewal_login .service .renewal_inner {
        padding: 40px 0;
    }
}


/* ================================================
クイズ・アンケート
================================================ */
#renewal_top .quiz_questionnaire {
    margin-bottom: 60px;
}
#renewal_top .quiz_questionnaire .quiz_questionnaire_list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
#renewal_top .quiz_questionnaire .quiz_questionnaire_item {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
}
#renewal_top .quiz_questionnaire .ttl_wrapper02 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
    position: relative;
}
#renewal_top .quiz_questionnaire .ttl_wrapper02 > span {
    background: var(--renewal_blue01);
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    padding: 2px 7px 3px;
    position: absolute;
    position: absolute;
    left: 166px;
}
#renewal_top .quiz_questionnaire .ttl_wrapper02 > span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent var(--renewal_blue01) transparent transparent;
    translate: -100% -50%;
}
#renewal_top .quiz_questionnaire .quiz_questionnaire_container {
    margin-bottom: 10px;
    padding: 35px 20px 25px;
    border: 1px solid var(--renewal_gray01);
    border-radius: 5px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
#renewal_top .quiz_questionnaire .quiz_questionnaire_balloon {
    background: var(--renewal_blue01);
    border-radius: 50vw;
    color: #fff;
    font-weight: 600;
    padding: 6px 20px;
    width: 80%;
    max-width: 305px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#renewal_top .quiz_questionnaire .quiz_questionnaire_txt_wrapper {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex: 1;
    margin-bottom: 20px;
}
#renewal_top .quiz_questionnaire .quiz_questionnaire_txt_wrapper::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--renewal_blue01);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border-radius: 50vw;
    flex-shrink: 0;
}
#renewal_top .quiz_questionnaire .quiz_questionnaire_txt {
    font-weight: 600;
    line-height: 1.7em;
    margin: 0;
}
#renewal_top .quiz_questionnaire .renewal_btn {
    margin-top: auto;
}
#renewal_top .quiz_questionnaire .link_btn {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}

@media screen and (min-width: 769px) {
/* -----------------------------
アンケート無し
----------------------------- */
#renewal_top .quiz_questionnaire .without-questionnaire .quiz_questionnaire_item {
    width: 100%;
}
#renewal_top .quiz_questionnaire .without-questionnaire .quiz_questionnaire_container {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding: 35px 40px 25px;
}
#renewal_top .quiz_questionnaire .without-questionnaire .quiz_questionnaire_txt_wrapper {
    margin-bottom: 0;
}
#renewal_top .quiz_questionnaire .without-questionnaire .renewal_btn {
    margin-top: 0;
}
}


@media screen and (max-width: 768px) {
    #renewal_top .quiz_questionnaire {
        margin-bottom: 40px;
    }
    #renewal_top .quiz_questionnaire .quiz_questionnaire_list {
        flex-direction: column;
    }
    #renewal_top .quiz_questionnaire .quiz_questionnaire_item {
        width: 100%;
    }
    #renewal_top .quiz_questionnaire .ttl_wrapper02 {
        margin-bottom: 35px;
    }
    #renewal_top .quiz_questionnaire .ttl_wrapper02 > span {
        font-size: 1.2rem;
        left: 142px;
    }
    #renewal_top .quiz_questionnaire .quiz_questionnaire_container {
        padding: 30px 20px 20px;
    }
    #renewal_top .quiz_questionnaire .quiz_questionnaire_balloon {
        padding: 4px 20px 5px;
        top: -17px;
        font-size: 1.4rem;
    }
    #renewal_top .quiz_questionnaire .quiz_questionnaire_txt_wrapper {
        gap: 8px;
    }
    #renewal_top .quiz_questionnaire .quiz_questionnaire_txt {
        font-size: 1.4rem;
        line-height: 1.5em;
    }
    #renewal_top .quiz_questionnaire .quiz_questionnaire_txt_wrapper::before {
        font-size: 1.4rem;
        line-height: 1;
        width: 25px;
        height: 25px;
    }
}


/* ================================================
学び・キャリア
================================================ */
#renewal_top .learn {
    margin-bottom: 60px;
}
#renewal_top .learn .learn_flex {
    display: flex;
    justify-content: space-between;
    gap: 30px 40px;
    flex-wrap: wrap;
}
#renewal_top .learn .learn_container {
    width: calc(50% - 20px);
    border-bottom: 1px solid var(--renewal_gray01);
    padding-bottom: 30px;
}
#renewal_top .learn .learn_list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
#renewal_top .learn .learn_item {
    width: 50%;
}
#renewal_top .learn .learn_thumb {
    margin-bottom: 20px;
}
#renewal_top .learn .tag-area {
    margin-bottom: 10px;
}
#renewal_top .learn .learn_ttl {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 14px;
}
#renewal_top .learn .learn_ttl:hover {
    color: var(--renewal_blue01);
    opacity: 1;
}
#renewal_top .learn .author-area {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--renewal_gray02);
}

/* -----------------------------
Manegy Learning
----------------------------- */
#renewal_top .learn .maengylearning .link_btn {
    font-size: 2rem;
    color: var(--renewal_basic);
}
#renewal_top .learn .maengylearning .link_btn::after {
    width: 7px;
    height: 7px;
}
#renewal_top .learn .maengylearning .link_btn:hover {
    opacity: 0.7;
}
#renewal_top .learn .maengylearning .maengylearning_link_thumb {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 0;
    position: relative;
}
#renewal_top .learn .maengylearning .maengylearning_link_thumb::after {
    content: "ad_group";
    font-family: 'Material Symbols Outlined';
    font-weight: 400;
    font-size: 1.6rem;
    position: absolute;
    bottom: 10px;
    right: 10px;
    line-height: 1;
    color: var(--renewal_gray02);
}
#renewal_top .learn .maengylearning .maengylearning_link_thumb img {
    height: inherit;
    width: 255px;
}
#renewal_top .learn .maengylearning .maengylearning_txt {
    margin-bottom: 30px;
    color: var(--renewal_gray03);
}

#renewal_top .learn .maengylearning .maengylearning_article_link {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
#renewal_top .learn .maengylearning .maengylearning_thumb {
    flex-shrink: 0;
    height: auto;
    margin-bottom: 0;
    width: 110px;
}
#renewal_top .learn .maengylearning .maengylearning_item:not(:last-child) {
    margin-bottom: 15px;
}
#renewal_top .learn .maengylearning .maengylearning_txt-area {
    width: 100%;
}
#renewal_top .learn .maengylearning .maengylearning_ttl {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 12px;
}
#renewal_top .learn .maengylearning .maengylearning_article_link:hover .maengylearning_ttl {
    color: var(--renewal_blue01);
}
#renewal_top .learn .maengylearning .date-area {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--renewal_gray02);
    line-height: 1;
}

/* -----------------------------
セミナーで学ぶ
----------------------------- */
#renewal_top .learn .learn_seminar .tag-area {
    display: flex;
    gap: 8px;
    align-items: center;
}
#renewal_top .learn .learn_seminar .tag-area .status-tag {
    font-size: 1.2rem;
    border: none;
    padding: 4px 5px;
}
#renewal_top .learn .learn_seminar .tag-area .status-tag.regist {
    background: linear-gradient(to right, #0d1ca8, #4377ff);
    color: #fff;
}
#renewal_top .learn .learn_seminar .tag-area .status-tag.archive {
    background: var(--renewal_light);
    color: var(--renewal_basic);
}
#renewal_top .learn .learn_seminar .tag-area .date{
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: normal;
}

/* -----------------------------
Manegy TV
----------------------------- */
#renewal_top .learn .manegyTV .manegyTV_txt_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}
#renewal_top .learn .manegyTV .manegyTV_description {
    color: var(--renewal_gray03);
}
#renewal_top .learn .manegyTV .manegyTV_txt_area img {
    flex-shrink: 0;
    width: 150px;
}
#renewal_top .learn .manegyTV .manegyTV_link {
    display: flex;
    align-items: center;
    gap: 20px;
}
#renewal_top .learn .manegyTV .movie_thumb {
    flex-shrink: 0;
    width: 40%;
    max-width: 230px;
}
#renewal_top .learn .manegyTV .manegyTV_ttl_wrapper {
    width: 100%;
}
#renewal_top .learn .manegyTV .manegyTV_ttl {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 14px;
    transition: .3s;
}
#renewal_top .learn .manegyTV .manegyTV_link:hover .manegyTV_ttl {
    color: var(--renewal_blue01);
}
#renewal_top .learn .manegyTV .author-area {
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    #renewal_top .learn {
        margin-bottom: 40px;
    }
    #renewal_top .learn .learn_flex {
        flex-direction: column;
        gap: 30px;
    }
    #renewal_top .learn .learn_list {
        flex-direction: column;
    }
    #renewal_top .learn .learn_item {
        width: 100%;
    }
    #renewal_top .learn .learn_link {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    #renewal_top .learn .learn_thumb {
        width: 138px;
        flex-shrink: 0;
    }
    #renewal_top .learn .learn_container {
        width: 100%;
    }
    #renewal_top .learn .learn_ttl {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    /* -----------------------------
    Manegy Learning
    ----------------------------- */
    #renewal_top .learn .maengylearning .link_btn {
        font-size: 1.6rem;
    }
    #renewal_top .learn .maengylearning .link_btn::after {
        width: 6px;
        height: 6px;
    }
    #renewal_top .learn .maengylearning .maengylearning_link_thumb {
        height: 100px;
    }
    #renewal_top .learn .maengylearning .maengylearning_link_thumb::after {
        font-size: 1.4rem;
    }
    #renewal_top .learn .maengylearning .maengylearning_link_thumb img {
        width: 160px;
    }
    #renewal_top .learn .maengylearning .maengylearning_txt {
        margin-bottom: 25px;
        font-size: 1.4rem;
    }
    #renewal_top .learn .maengylearning .maengylearning_thumb {
        width: 138px;
    }
    #renewal_top .learn .maengylearning .maengylearning_ttl {
        font-size: 1.4rem;
    }

    /* -----------------------------
    Manegy TV
    ----------------------------- */
    #renewal_top .learn .manegyTV .manegyTV_description {
        font-size: 1.4rem;
    }
    #renewal_top .learn .manegyTV .manegyTV_txt_area img {
        width: 124px;
    }
    #renewal_top .learn .manegyTV .manegyTV_link {
        gap: 10px;
    }
    #renewal_top .learn .manegyTV .movie_thumb {
        max-width: 138px;
    }
    #renewal_top .learn .manegyTV .manegyTV_ttl {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    /* -----------------------------
    セミナーで学ぶ
    ----------------------------- */
    #renewal_top .learn .learn_seminar .tag-area {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 4px;
    }
    #renewal_top .learn .learn_seminar .tag-area .date{
        font-size: 1.2rem;
    }

    /* -----------------------------
    Manegy TV
    ----------------------------- */
    #renewal_top .learn .manegyTV .manegyTV_txt_area {
        gap: 15px;
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 20px;
    }
    #renewal_top .learn .manegyTV .manegyTV_link {
        flex-direction: column;
        gap: 20px;
    }
    #renewal_top .learn .manegyTV .movie_thumb {
        width: 100%;
        max-width: none;
    }
}


/* ================================================
マネジーは登録しなきゃ損！（ポイント）
================================================ */
#renewal_top .top_point .renewal_inner {
    background: var(--renewal_light);
    border-radius: 5px;
}
#renewal_top .top_point .point_ttl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    background: linear-gradient(to right, #0d1ca8, #4377ff);
    font-size: 2.6rem;
    padding: 12px 40px;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
#renewal_top .top_point .point_ttl span {
    display: flex;
    align-items: center;
    gap: 3px;
}
#renewal_top .top_point .point_icon {
    width: 24px;
}
#renewal_top .top_point .top_point_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 28px 40px;
}
#renewal_top .top_point .top_point_description {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.6em;
}
#renewal_top .top_point .top_point_description span {
    font-size: 2rem;
    color: var(--renewal_blue01);
}
#renewal_top .top_point .top_point_btn-wrapper {
    text-align: center;
}
#renewal_top .top_point .top_point_btn-wrapper .renewal_btn {
    width: 300px;
}
#renewal_top .top_point .top_point_detail {
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 1px solid var(--renewal_blue01);
    color: var(--renewal_blue01);
    margin-top: 10px;
    padding: 0 2px 1px 0;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
    display: inline-flex;
    gap: 6px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#renewal_top .top_point .top_point_detail:hover {
    opacity: 0.7;
}
#renewal_top .top_point .top_point_detail::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px var(--renewal_blue01);
    border-right: solid 2px var(--renewal_blue01);
    transform: rotate(45deg);
    margin-bottom: 1px;
}

/*---- モーダル ----*/
#renewal_top .top_point .renewal_modal img {
    margin-bottom: 10px;
}
#renewal_top .top_point .renewal_modal .top_point_modal_description {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.7em;
}
#renewal_top .top_point .renewal_modal .top_point_modal_description span {
    color: var(--renewal_blue01);
}

@media screen and (max-width: 768px) {
    #renewal_top .top_point .renewal_inner {
        border-radius: 0;
        width: auto;
    }
    #renewal_top .top_point .point_ttl {
        display: block;
        font-size: 1.6rem;
        padding: 10px 5%;
        border-radius: 0;
    }
    #renewal_top .top_point .point_ttl span {
        display: block;
        letter-spacing: 0.02em;
    }
    #renewal_top .top_point .point_icon {
        width: 15px;
        margin: -1px 2px;
    }
    #renewal_top .top_point .top_point_container {
        flex-direction: column;
        gap: 20px;
        padding: 20px 5% 30px;
    }
    #renewal_top .top_point .top_point_description {
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    #renewal_top .top_point .top_point_description span {
        font-size: 1.4rem;
    }
    #renewal_top .top_point .top_point_btn-wrapper .renewal_btn {
        width: 300px;
    }
    #renewal_top .top_point .top_point_detail {
        font-size: 1.4rem;
        font-weight: 500;
        border-bottom: 1px solid var(--renewal_blue01);
        color: var(--renewal_blue01);
        margin-top: 10px;
        padding: 0 2px 1px 0;
        display: inline-block;
        cursor: pointer;
        transition: .3s;
        display: inline-flex;
        gap: 6px;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    #renewal_top .top_point .top_point_detail:hover {
        opacity: 0.7;
    }
    #renewal_top .top_point .top_point_detail::after {
        content: "";
        width: 5px;
        height: 5px;
        border: 0;
        border-top: solid 2px var(--renewal_blue01);
        border-right: solid 2px var(--renewal_blue01);
        transform: rotate(45deg);
        margin-bottom: 1px;
    }

    /*---- モーダル ----*/
    #renewal_top .top_point .renewal_modal .top_point_modal_description {
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.5em;
    }
}