@charset "utf-8";

/*////////// /service/fixed_deposit/verdy_tempo2026/ //////////*/

@import url(../css/notosans_jp.css);

/* common
---------------------------------------------------*/
.mainContents {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    overflow: hidden;
    color: #000;
    padding-bottom: 100px;
}

.mainContents::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #070c27;
    position: fixed;
    top: 0;
    z-index: -1;
}

.sec_tit_wrap {
    display: flex;
    justify-content: space-between;
}

.sec_tit {
    font-size: 50px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: .025em;
    font-weight: 900;
    word-break: keep-all;
    display: inline-block;
    transform: skewX(-13deg);
    text-shadow:
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px #fff,
        0 0 35px #fff,
        0 0 35px #fff;
}

.sec_tit::before {
    content: attr(data-shadow);
    position: absolute;
    color: transparent;
    background: linear-gradient(360deg, #985b31 0, #c18a2a 50%, #985b31 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    display: inline-block;
}

.sec_tit_s {
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: .025em;
    font-weight: 900;
    display: inline-block;
    transform: skewX(-13deg);
    margin-right: 0.3em;
    position: relative;
    top: .1em;
    padding-left: 0;
    text-shadow:
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px #fff,
        0 0 35px #fff,
        0 0 35px #fff;
}

.sec_tit_s::before {
    content: attr(data-shadow);
    position: absolute;
    color: transparent;
    background: linear-gradient(360deg, #985b31 0, #c18a2a 50%, #985b31 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    display: inline-block;
}

.sec_tit_cate {
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 48px;
    box-sizing: border-box;
    position: relative;
    top: 10px;
    margin-left: 100px;
    z-index: 1;
}

.sec_tit_cate::before {
    content: '';
    display: block;
    background-color: #aa965f;
    width: 185px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewX(-13deg);
}

.mainContents a {
    text-decoration: none;
}

.mainContents a.txt-link,
.mainContents a.txt-link:link,
.mainContents a.txt-link:visited {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    color: #000;
}

.mainContents a.txt-link:hover {
    text-decoration: none;
}

.mainContents img,
footer img {
    width: 100%;
    height: auto;
}

.inner860 {
    max-width: 860px;
    margin: 0 auto;
}

.inner1080 {
    max-width: 1080px;
    margin: 0 auto;
}

.inner1100 {
    max-width: 1100px;
    margin: 0 auto;
}

.txt-red {
    color: #ef001e;
}

.br_sp_mini {
    display: none;
}

.inPageAnchor {
    position: relative;
    top: 55px;
}


/* Tab
---------------------------------------------------*/
.lpTab {
    border-bottom: 1px solid #d0d0d0;
    background-color: #fff;
}

.lpTab .cntSec_inner {
    padding-bottom: 0;
}

.lpTab_btnWrap {
    display: flex;
    align-items: stretch;
    column-gap: 3px;
}

.lpTab_btn {
    display: block;
    background-color: #F5F5F5;
    font-weight: 600;
    font-size: 18px;
    line-height: calc(23 / 18);
    text-align: center;
    letter-spacing: .025em;
    color: var(--hnb-color-text1);
    cursor: pointer;
    transition: all .2s ease;
    width: calc(100% / 3);
    text-decoration: none;
}

.lpTab_btn:hover {
    opacity: 0.7;
}

.lpTab_btn.active {
    background: var(--hnb-color-main);
    color: #fff;
}

.lpTab_btn.active:hover {
    opacity: 1;
}

.lpTab_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 8px 12px;
    color: inherit;
    height: 100%;
}


/* bg-area-1
---------------------------------------------------*/
.bg-area-1 {
    background: url(../images/bg_area_1.jpg) no-repeat center/cover;
    position: relative;
    overflow: hidden;
}


/* メインビジュアル mainVisual
---------------------------------------------------*/
.mv_inner {
    position: relative;
    height: 905px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

.mv_verdylogo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;

    opacity: 0;
    transform: translateX(-50px);
    animation: mv_verdylogo 1s ease-in-out forwards 0.5s;
}

@keyframes mv_verdylogo {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.mv_ttl {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;

    opacity: 0;
    transform: translateX(-50px);
    animation: mv_ttl 1s ease-in-out forwards 0.5s;
}

@keyframes mv_ttl {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.mv_chara {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;

    opacity: 0;
    transform: translateX(50px);
    animation: mv_chara 1s ease-in-out forwards .5s;
}

@keyframes mv_chara {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.mv_txt_1,
.mv_txt_2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.mv_txt_1 {
    opacity: 0;
    transform: translateY(30px);
    animation: mv_txt .5s ease-in-out forwards 1s;
}

.mv_txt_2 {
    opacity: 0;
    transform: translateY(30px);
    animation: mv_txt .5s ease-in-out forwards 1.3s;
}

@keyframes mv_txt {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/* ページ内リンク inpagelinkBl
---------------------------------------------------*/
.inpagelinkBl {
    position: relative;
    z-index: 3;
}

.inpagelink_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inpagelink_ul li {
    width: 30%;
    box-sizing: border-box;
}

.inpagelink_ul li a {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    display: block;
    background: #006c31;
    color: #e6c568;
    letter-spacing: .05em;
    border: 4px solid #006c31;
    box-shadow: 0px 3px #012f16;
    border-radius: 10px;
    position: relative;
    top: 0;
    padding: 4.6% 2% 4.6%;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.inpagelink_ul li a:hover {
    text-decoration: none;
    background: #000;
    border: 4px solid #000;
    top: 3px;
    box-shadow: none;
}

.inpagelink_ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e6c568;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.inpagelink_ul li a::after {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/arrow_down_circle_gold.svg) no-repeat center / cover;
    position: absolute;
    top: calc(50% - 12px);
    left: 10px;
}


/* POINT pointBl
---------------------------------------------------*/
.pointBl {
    position: relative;
    z-index: 3;
    padding: 98px 0 50px;
}

.point_list {
    display: flex;
    justify-content: space-between;
}

.point_item {
    background: url(../images/bg_point_frame.png) no-repeat center/cover;
    width: 508px;
    height: 411px;
    box-sizing: border-box;
    position: relative;
}

.point_ttl_cate {
    font-family: din-2014, sans-serif;
    font-weight: 800;
    font-style: normal;
    position: absolute;
    top: -66px;
    left: -4px;
    width: 140px;
    height: 127px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point_ttl_desc {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .07em;
    position: absolute;
    top: 35px;
    right: 35px;
    text-shadow: 3px 3px #000;
}

.point_ttl_desc_100man {
    display: inline-block;
    filter: drop-shadow(3px 3px 0 #000);
}

.point_ttl_desc_oazukeire,
.point_ttl_desc_present {
    font-size: 26px;
    line-height: 1.53;
}

.point_ttl_desc .txt-red {
    text-shadow: 1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF,
        -1.5px 1.5px 0 #FFF, 1.5px -1.5px 0 #FFF,
        0px 1.5px 0 #FFF, 0-1.5px 0 #FFF,
        -1.5px 0 0 #FFF, 1.5px 0 0 #FFF;
}

.point_ttl_desc_num {
    font-size: 51px;
}

.point_ttl_desc_unit {
    font-size: 35px;
}

.point_ttl_desc_izyo {
    font-size: 29px;
    padding-right: .1em;
}

.point_ttl_desc_funds {
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.21;
    letter-spacing: .03em;
    position: absolute;
    top: 59px;
    left: 10.7%;
    filter: drop-shadow(3px 3px 0 #000);
}

.point_ttl_desc_funds .txt-red {
    font-size: 34px;
    text-shadow: 1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF, -1.5px 1.5px 0 #FFF, 1.5px -1.5px 0 #FFF, 0px 1.5px 0 #FFF, 0 -1.5px 0 #FFF, -1.5px 0 0 #FFF, 1.5px 0 0 #FFF;
}

.point_funds_desc_sotogaku_num {
    font-size: 45px;
    line-height: 1;
}

.point_funds_desc_sotogaku_per {
    font-size: 25px;
    line-height: 1;
}

.point_funds_desc_sotogaku_txt {
    font-size: 33px;
    line-height: 1;
}

.point_white {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0;
    position: absolute;
    top: 219px;
}

.point_white._1 {
    left: 5.3%;
}

.point_white._2 {
    left: 54.1%;
}

.point_white_l {
    line-height: 1.2;
    position: relative;
    top: -7px;
    left: -12px;
    text-align: left;
    display: inline-block;
}

.point_white_l_num {
    font-size: 60px;
    position: relative;
    top: .06em;
}

.point_white_l_unit {
    font-size: 40px;
}

.point_white_l_ni {
    font-size: 36px;
}

.point_white_l_present {
    font-size: 38px;
}

.point_line {
    width: 23px;
    position: absolute;
    top: 203px;
    left: 47.6%;
}

.point_funds_desc {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0;
    position: absolute;
    left: 5.3%;
    top: 200px;
}

.point_funds_desc .txt-red {
    font-size: 25px;
}

.point_funds_desc_s {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin: 0 0 0 auto;
    width: fit-content;
    position: relative;
    left: 8em;
}

.point_fig {
    width: 194px;
    position: absolute;
    top: 170px;
    right: 52px;
}

.point_fig_copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: right;
    margin-top: 5px;
}

.point_chuki-ul {
    margin-top: 30px;
}

.point_chuki-ul>li {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .05em;
    text-indent: -1em;
    padding-left: 1em;
    color: #fff;
}


/* 商品概要 productsBl
---------------------------------------------------*/
.productsBl {
    padding: 0;
}

.products_inner {
    height: 133px;
    display: flex;
    align-items: center;
    position: relative;
}

.products_inner::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bg_products.jpg) no-repeat center bottom / cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.productsBl .inner860 {
    width: 62.5%;
    min-width: 550px;
}

.products_table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    margin-top: 30px;
}

.products_table tr {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.products_table tr.interest-wrap {
    margin-bottom: -1px;
}

.products_table tr.interest-wrap:nth-child(8) {
    margin-bottom: 10px;
}

.products_table tr.interest-wrap th {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

.products_table tr.interest-wrap:nth-child(5) th {
    padding-top: 13.5px;
}

.products_table tr.interest-wrap:nth-child(8) th {
    padding-bottom: 13.5px;
}

.products_table tr.interest-wrap td {
    padding-top: 0;
    padding-bottom: 0;
}

.products_table tr.interest-wrap:nth-child(5) td {
    padding-top: 13.5px;
    border-bottom: none;
}

.products_table tr.interest-wrap:nth-child(6) td,
.products_table tr.interest-wrap:nth-child(7) td {
    border-top: none;
    border-bottom: none;
}

.products_table tr.interest-wrap:nth-child(8) td {
    padding-bottom: 13.5px;
    border-top: none;
}

.products_table tr th,
.products_table tr td {
    font-size: 1.125rem;
    line-height: 1.66;
    font-weight: 500;
    padding: 13.5px 10px 13.5px;
    letter-spacing: 0;
}

.products_table tr th {
    background: #344874;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    word-break: keep-all;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products_table tr td {
    font-weight: 400;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #344874;
}

.mainContents .products_table tr td a.txt-link {
    color: #dc080b;
    font-weight: bold;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.products_table_chuki-ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.products_info {
    background-color: #fff;
    border-radius: 10px;
    padding: 38px 20px 40px;
    margin: 40px auto 0;
}

.products_info_inner {
    margin: 0 auto;
    width: fit-content;
}

.products_info_lead {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.products_info+.products_info_lead {
    text-align: right;
    color: #fff;
    margin-top: 14px;
}

.products_info_tel-imgwrap {
    max-width: 453px;
    margin: 12px auto 0;
}

.products_info_time {
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    width: fit-content;
}

.products_info_time_label {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #000;
    width: 76px;
    height: 26px;
    box-sizing: border-box;
    padding: 3px 0 5px;
    margin-right: 0.8em;
}

.products_info_time_lead {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}


/* 「お申し込み」applyBl
---------------------------------------------------*/
.applyBl {
    padding: 87px 20px 0;
}

.applyBl .sec_tit {
    display: block;
}

.apply_whitebox {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 43px 5.5% 50px;
    margin-top: 28px;
}

.apply_whitebox_1clm_ttl {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: .05em;
    text-align: center;
    color: #dc080b;
}

.apply_whitebox_1clm_ul {
    margin: 28px auto 0;
}

.apply_whitebox_1clm_ul>li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
    text-indent: -1em;
    padding-left: 1em;
}

.apply_whitebox_1clm_desc {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
    margin: 10px auto 0;
    word-break: keep-all;
}

.mainContents .apply_whitebox_1clm_desc a.txt-link {
    /* color: #dc080b; */
    /* font-weight: bold; */
    /* text-decoration-thickness: 2px; */
    text-underline-offset: 5px;
}

.apply_whitebox_1clm .apply_btn {
    width: 46%;
    margin: 36px auto 0;
    padding: 3.75% 2%;
}

.apply_whitebox_1clm .apply_btn::after {
    left: auto;
    right: 10px;
}

.apply_whitebox_1clm .apply_btn_inner {
    position: relative;
    display: block;
}

.apply_whitebox_1clm .apply_btn_inner::before {
    content: '';
    width: 23px;
    height: 33px;
    background: url(../images/icn_atm.png) no-repeat center / contain;
    position: absolute;
    top: calc(50% - 15px);
    left: -9px;
}


.apply_whitebox_lr {
    display: flex;
    justify-content: space-between;
}

.apply_whitebox_lr_l,
.apply_whitebox_lr_r {
    width: 46%;
    box-sizing: border-box;
}

.apply_whitebox_cate {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 35px;
}

.apply_whitebox_cate_red-txt {
    font-size: 1.5rem;
    color: #dc080b;
    font-weight: 800;
    display: block;
    word-break: keep-all;
}

.apply_btn {
    text-align: center;
    display: block;
    background: #006c31;
    color: #e6c568;
    letter-spacing: .05em;
    border: 4px solid #006c31;
    box-shadow: 0px 3px #012f16;
    border-radius: 10px;
    position: relative;
    top: 0;
    padding: 5.5% 2%;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.apply_whitebox_lr_r .apply_btn {
    padding: 2.8% 2%;
}

.apply_whitebox_lead+.apply_btn {
    margin-top: 30px;
    padding: 2.8% 2%;
}

.apply_btn:hover {
    text-decoration: none;
    background: #000;
    border: 4px solid #000;
    top: 3px;
    box-shadow: none;
}

.apply_btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e6c568;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.apply_btn::after {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/arrow_down_circle_gold.svg) no-repeat center / cover;
    position: absolute;
    top: calc(50% - 13px);
    left: 10px;
    transform: rotate(-90deg);
}

.apply_btn_txt-s {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.apply_btn_txt-l {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    display: block;
}

.apply_whitebox_chuki-ul,
.apply_whitebox_lead {
    font-size: 0.875em;
    line-height: 1.71;
    letter-spacing: 0.05em;
    margin-top: 14px;
}

.apply_whitebox_chuki-ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.apply_btn_pdf {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    margin: 50px auto 0;
    background-color: #20934f;
    padding: 0.75em 1em 0.95em;
    width: 340px;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
}

.apply_btn_pdf:hover {
    text-decoration: none;
    background: #000;
}

.apply_btn_pdf_txt {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
    position: relative;
    padding-left: 37px;
}

.apply_btn_pdf_txt::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url(../images/icn_pdf_white.svg) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
}