@charset "UTF-8";
/* 変数
--------------------------------------*/
/* ヘッダ
--------------------------------------*/
.header:after {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    content: "";
    height: 62px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s linear;
    width: 100%;
    z-index: -2;
}

body:not(.Index):not(.business-top) .header:after,
body.drop-none .header:after,
body.is-gnavi-open .header:after,
body.Index.is-page-scroll .header:after,
body.business-top.is-page-scroll .header:after {
    opacity: 1;
}
.header-menu-bg {
    background: rgba(0, 0, 0, 0.4);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.header-menu-bg.isBankingOpen {
    z-index: 5;
}

/* サイドナビ（PC）
--------------------------------------*/

/* IBプルダウン（PC）
--------------------------------------*/
.header .banking .banking-contents {
    background-color: #F5F5F5;
    display: none;
    position: fixed;
    right: 0;
    top: 64px;
    width: 367px;
    z-index: 200;
}
.header .banking .banking-block {
    color: var(--text-color);
}
.header .banking .banking-block.personal {
    color: var(--personalib-color);
}
.header .banking .banking-block.personal .txt {
    color: var(--personalib-color);
}
.header .banking .banking-block.business {
    color: var(--businessib-color);
}
.header .banking .banking-block.business .txt {
    color: var(--businessib-color);
}
.header .banking .banking-block.business a:before {
    background: url("../img/icon_arrow01_02.svg") no-repeat center/contain;
}
.header .banking .banking-block.internet {
    color: var(--internetloan-color);
}
.header .banking .banking-block.internet .txt {
    color: var(--internetloan-color);
}
.header .banking .banking-block.internet a:before {
    background: url("../img/icon_arrow01_03.svg") no-repeat center/contain;
}
.header .banking .banking-block-ttl {
    font-weight: bold;
    padding: 13px 20px;
}
.header .banking .banking-elm {
    background-color: #fff;
    padding: 4px 20px;
}
.header .banking .banking-elm:not(:last-of-type) a {
    border-bottom: 1px solid #E0E0E0;
}
.header .banking .banking-elm a {
    align-items: center;
    color: var(--text-color);
    display: flex;
    font-weight: bold;
    padding: 12px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.header .banking .banking-elm a:before {
    background: url("../img/icon_arrow01_01.svg") no-repeat center/contain;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 24px;
}
.header .banking .banking-elm a .img {
    height: 40px;
    margin-right: 20px;
    width: 40px;
}
.header .banking .banking-close {
    background-color: var(--main-color);
    text-align: center;
}
.header .banking .banking-close:hover {
    cursor: pointer;
}
.header .banking .banking-close:hover a {
    opacity: 0.6;
}
.header .banking .banking-close a {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 9px;
    position: relative;
    text-decoration: none;
}
.header .banking .banking-close a:after {
    background: url("../img/icon_arrow01_white.svg") no-repeat center/contain;
    bottom: 0;
    content: "";
    height: 24px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    transform: translateX(45px) rotate(180deg);
    width: 24px;
}

/* スマホドロワーボタン
--------------------------------------*/
.gnav-trigger.trigger {
    display: none;
}
/* スマホドロワーメニュー
--------------------------------------*/
.drawer {
    display: none;
}

/* フッタ
--------------------------------------*/
.footer {
    line-height: 1.6;
    position: relative;
}
.footer .footer-primary {
    background-color: var(--main-color);
    display: block;
}
.footer .footer-primary .sitenav a {
    color: #fff;
    text-decoration: none;
}
.footer .footer-primary .sitenav-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 48px 120px 32px;
    width: 1200px;
}
.footer .footer-primary .sitenav-elm {
    padding-left: 24px;
}
.footer .footer-primary .sitenav-elm-ttl a {
    display: block;
    font-weight: bold;
    height: 100%;
    position: relative;
}
.footer .footer-primary .sitenav-elm-ttl a:before {
    background: url("../img/icon_arrow01_white.svg") no-repeat center/contain;
    content: "";
    height: 24px;
    left: -28px;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
    width: 24px;
}
.footer .footer-primary .sitenav-elm-list {
    font-size: 1.4rem;
    margin-top: 20px;
}
.footer .footer-primary .sitenav-elm-list li:not(:first-of-type) {
    margin-top: 8px;
}
.footer .footer-primary .sitenav-link {
    margin: 0 auto;
    width: 962px;
}
.footer .footer-primary .sitenav-link ul {
    display: flex;
    padding: 24px 0 20px 24px;
}
.footer .footer-primary .sitenav-link ul li:not(:first-of-type) {
    margin-left: 48px;
}
.footer .footer-primary .sitenav-link ul li.lines a {
    line-height: 1.2;
}
.footer .footer-primary .sitenav-link ul li a {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.footer .footer-primary .sitenav-link ul li a:before {
    background: url("../img/icon_arrow01_white.svg") no-repeat center/contain;
    content: "";
    height: 24px;
    left: -24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 24px;
}
.footer .footer-secondary {
    background-color: #F5F5F5;
    display: block;
    padding: 30px 0;
}
.footer .footer-secondary ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 1200px;
}
.footer .footer-secondary ul:not(:first-of-type) {
    margin-top: 16px;
}
.footer .footer-secondary ul li {
    position: relative;
}
.footer .footer-secondary ul li:before, .footer .footer-secondary ul li:after {
    background-color: #E0E0E0;
    content: "";
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.footer .footer-secondary ul li:before {
    left: 0;
}
.footer .footer-secondary ul li:after {
    right: -1px;
}
.footer .footer-secondary ul li a {
    color: #525252;
    display: block;
    font-size: 1.2rem;
    padding: 0 20px;
    text-decoration: none;
}
.footer .footer-tertiary {
    background-color: #fff;
    display: block;
    padding: 40px 0;
    text-align: center;
}
.footer .footer-tertiary ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    justify-content: center;
    margin: 40px auto;
    width: 670px;
}
.footer .footer-tertiary ul li:not(:first-of-type) {
    margin-left: 30px;
}
.footer .footer-tertiary dl {
    display: flex;
    font-size: 1.4rem;
}
.footer .footer-tertiary dl dt:after {
    content: "：";
}
.footer .footer-logo img {
    height: 39px;
}
.footer .footer-copyright {
    color: #999;
    font-size: 1.2rem;
    margin-top: 30px;
    text-align: center;
}
.footer .footer-copyright span {
    font-family: Verdana, "Droid Sans" !important;
}

/* TOPへ戻るボタン
--------------------------------------*/
.footer .pagetop {
    background-color: #fff;
    border-radius: 3px;
    bottom: 25px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    height: 48px;
    opacity: 0;
    position: fixed;
    right: 70px;
    transform: translate(0, 20px);
    transition: all 0.2s linear;
    width: 48px;
    z-index: 100;
}
.footer .pagetop a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.footer .pagetop.footer_fixed {
    border-radius: 0 0 3px 3px;
    bottom: auto;
    box-shadow: none;
    position: absolute;
    top: 0;
}

body.is-page-scroll .footer .pagetop {
    opacity: 1;
    transform: translate(0, 0);
}

/* MV
--------------------------------------*/
.mv {
    height: 748px;
    line-height: 1.6;
    position: relative;
    width: 100%;
}
.mv-img {
    height: 748px;
}
.mv-img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.mv-ttl {
    height: 100%;
    left: 50%;
    max-height: 748px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.mv-ttl img {
    -o-object-fit: contain;
    height: 100%;
    max-height: 748px;
    object-fit: contain;
    width: 100%;
}
.mv-nav-block, .mv-nav-block-half {
    flex: 1;
}
.mv-nav-block:first-of-type, .mv-nav-block-half:first-of-type {
    flex: 0.5;
}
.mv-nav-block-half {
    flex: 0.5;
}
.mv-nav-block .banking-block-ttl, .mv-nav-block-half .banking-block-ttl {
    background-color: var(--main-color);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px;
    text-align: center;
}
.mv-nav-block a, .mv-nav-block-half a {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
}
.mv-nav-block a:before, .mv-nav-block-half a:before {
    background: url("../img/icon_arrow01_01.svg") no-repeat center/contain;
    content: "";
    height: 22px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 22px;
}
.mv-nav-block a.flex-direction-row, .mv-nav-block-half a.flex-direction-row {
    flex-direction: row;
}
.mv-nav-block a.flex-direction-row img, .mv-nav-block-half a.flex-direction-row img {
    margin: 0 2.4rem 0 0;
}
.mv-nav-block a.flex-direction-row .txt, .mv-nav-block-half a.flex-direction-row .txt {
    margin-top: 0;
}
.mv-nav-block .icon, .mv-nav-block-half .icon {
    height: 48px;
    width: 48px;
}
.mv-nav-block .txt, .mv-nav-block-half .txt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
}
.mv-nav-block.personal .banking-block-ttl, .personal.mv-nav-block-half .banking-block-ttl {
    background-color: var(--personalib-color);
}
.mv-nav-block.personal .txt, .personal.mv-nav-block-half .txt {
    color: var(--personalib-color);
}
.mv-nav-block.business .banking-block-ttl, .business.mv-nav-block-half .banking-block-ttl {
    background-color: var(--businessib-color);
}
.mv-nav-block.business .txt, .business.mv-nav-block-half .txt {
    color: var(--businessib-color);
}
.mv-nav-block.business a:before, .business.mv-nav-block-half a:before {
    background: url("../img/icon_arrow01_02.svg") no-repeat center/contain;
}
.mv-nav-block.internet .banking-block-ttl, .internet.mv-nav-block-half .banking-block-ttl {
    background-color: var(--internetloan-color);
}
.mv-nav-block.internet .txt, .internet.mv-nav-block-half .txt {
    color: var(--internetloan-color);
}
.mv-nav-block.internet a:before, .internet.mv-nav-block-half a:before {
    background: url("../img/icon_arrow01_03.svg") no-repeat center/contain;
}
.mv-nav-elm {
    width: 100%;
}

/* MV slick
--------------------------------------*/
.mv .slick-current .mv-elm {
    animation: fadeIn 1s ease 0s 1 normal;
}
.mv .slick-current .mv-elm.mv-elm-first {
    animation: fadeInFirst 0s ease 0s 1 normal;
}
.mv .slick-slide {
    line-height: 0;
    opacity: 1 !important;
    z-index: 997 !important;
}
.mv .slick-slide.slick-before {
    z-index: 998 !important;
}
.mv .slick-slide.slick-current {
    z-index: 999 !important;
}
.mv .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.mv .slick-controlers {
    bottom: 149px;
    height: 32px;
    left: 50%;
    padding: 0 42px;
    position: absolute;
    transform: translateX(-50%);
}
.mv .slick-prev,
.mv .slick-next {
    height: 32px;
    width: 32px;
    z-index: 10;
}
.mv .slick-prev::before,
.mv .slick-next::before {
    content: "" !important;
}
.mv .slick-prev {
    left: 0;
}
.mv .slick-prev::after {
    content: url(../img/icon_prev_white.svg);
}
.mv .slick-next {
    right: 0;
}
.mv .slick-next::after {
    content: url(../img/icon_next_white.svg);
}
.mv .slick-dots {
    align-items: center;
    bottom: auto;
    display: flex;
    position: relative;
    transform: translateY(12px);
    width: auto;
}
.mv .slick-dots li button {
    display: inline-block;
    height: 11px;
    overflow: hidden;
    text-indent: 100px;
    width: 11px;
}
.mv .slick-dots li button:before {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    content: "";
    height: 11px;
    opacity: 1;
    width: 11px;
}
.mv .slick-dots li button:after {
    display: none;
}
.mv .slick-dots li.slick-active button:before {
    background-color: var(--main-color);
}
.mv .slick-dots .mv-ui {
    transform: translateY(-4px);
}
.mv .slick-dots .mv-ui a {
    display: block;
    height: 100%;
    position: relative;
}
.mv .slick-dots .mv-ui a[data-play=true] .play, .mv .slick-dots .mv-ui a[data-play=false] .stop {
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInFirst {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* 重要なお知らせ
--------------------------------------*/
.news {
    line-height: 1.6;
    padding: 40px 0;
    position: relative;
}
.news:before {
    background-color: var(--main-color-light);
    content: "";
    height: 100%;
    left: -32px;
    min-width: 1264px;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
}
.news-inner {
    background: #fff;
    /* padding: 32px 32px 32px 0; */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    z-index: 20;
}
.news-head {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}
.news-icon {
    height: 48px;
    width: 48px;
}
.news-ttl {
    color: var(--main-color);
    font-size: 2rem;
    font-weight: bold;
    padding: 4px 0 20px;
}
.news-more a {
    color: var(--main-color);
    display: block;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
.news-more a:before {
    content: "";
    position: absolute;
}
.news-content {
    padding: 32px 32px 32px 0;
    width: 100%;
}
.news-content .news-list > li {
    padding: 1.2rem 1.8rem;
}

/* ピックアップ
--------------------------------------*/
.pickup {
    line-height: 1.6;
    padding: 80px 0 84px;
    position: relative;
}
.pickup:before {
    background-color: var(--main-color);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}
.pickup-head {
    align-items: center;
    display: flex;
    margin-bottom: 60px;
}
.pickup-head-txt {
    font-size: 1.8rem;
}
.pickup-elm:last-child::after {
    background-color: transparent;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 12px;
}
.pickup-elm a {
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
}
.pickup-label {
    background-color: var(--main-color);
    border-radius: 3px 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    left: 0;
    padding: 8px 16px;
    position: absolute;
    top: 0;
}
.pickup-image img {
    border-radius: 3px;
    vertical-align: bottom;
    width: 100%;
}
.pickup-text {
    margin-top: 12px;
}
.pickup-text .title {
    color: var(--main-color);
    font-size: 1.8rem;
    font-weight: bold;
}
.pickup-text .text {
    margin-top: 8px;
}

/* 商品・サービスのご案内
--------------------------------------*/
.products {
    line-height: 1.6;
    padding: 80px 0;
    position: relative;
}
.products:before {
    background-color: var(--main-color);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}
.products:after {
    background-color: var(--main-color-light);
    content: "";
    height: 100%;
    left: -32px;
    min-width: 1264px;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
}
.products-head {
    margin-bottom: 60px;
}
.products-item a {
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear;
}
.products-item .icon img {
    height: 80px;
    width: 80px;
}
.products-item .label {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 12px;
}
.products-nav {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    margin-top: 60px;
}
.products-nav-head {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 41px 55px;
    position: relative;
    white-space: nowrap;
}
.products-nav-head:before {
    background-color: var(--main-color);
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
}
.products-nav-head .label {
    color: var(--main-color);
    font-size: 2rem;
    font-weight: bold;
}
.products-nav-ttl {
    color: var(--main-color);
    font-size: 2rem;
    font-weight: bold;
}
.products-nav-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 22px;
    width: 100%;
}
.products-nav-elm a {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 40px 10px;
    text-decoration: none;
    transition: all 0.2s linear;
}
.products-nav-elm .icon {
    height: 32px;
    margin-right: 8px;
    width: 32px;
}
.products-nav-elm .label {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
}

/* お知らせ
--------------------------------------*/
.information {
    line-height: 1.6;
    padding: 80px 0;
    position: relative;
}
.information:before {
    background-color: var(--main-color);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}
.information-head {
    margin-bottom: 36px;
}
.information-scrollwrap {
    overflow-y: auto;
}
.information-scrollwrap .news-list {
    max-height: 670px;
}
.information-more {
    margin-top: 40px;
    text-align: center;
}
.information-more a {
    background: #F5F5F5;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: var(--main-color);
    display: inline-block;
    font-weight: bold;
    padding: 9px 100px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear;
}
.information-more a:before {
    background: url("../img/icon_arrow01_01.svg") no-repeat center/contain;
    content: "";
    height: 22px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 22px;
}
.information .news-list li {
    display: block;
}
.information .news-list .date {
    display: block;
}
.information .news-list .txt {
    display: block;
    margin-top: 13px;
}

/* ご注意ください
--------------------------------------*/
.notice {
    line-height: 1.6;
    padding: 60px 0;
    position: relative;
}
.notice:before {
    background-color: var(--main-color-light);
    content: "";
    height: 100%;
    left: -32px;
    min-width: 1264px;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
}
.notice-inner {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    z-index: 20;
}
.notice-head {
    align-items: center;
    background-color: var(--main-color);
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}
.notice-icon {
    height: 48px;
    width: 48px;
}
.notice-ttl {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 4px 0 20px;
}
.notice-more a {
    color: #fff;
    display: block;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
.notice-more a:before {
    content: "";
    position: absolute;
}
.notice-content {
    padding: 32px 32px 32px 0;
    width: 100%;
}
.notice-content .news-list > li {
    padding: 1.2rem 1.8rem;
}

/* スライドバナー
--------------------------------------*/
.banner {
    padding: 60px 0;
    position: relative;
}
.banner .slick-slider {
    margin: 0 auto;
    text-align: center;
    width: 1076px;
}
.banner .slick-prev,
.banner .slick-next {
    height: 48px;
    top: 50%;
    width: 48px;
    z-index: 10;
}
.banner .slick-prev::before,
.banner .slick-next::before {
    content: "" !important;
}
.banner .slick-prev {
    left: -62px;
}
.banner .slick-prev::after {
    background-image: url("../img/icon_prev.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0%;
    width: 100%;
}
.banner .slick-next {
    right: -62px;
}
.banner .slick-next::after {
    background-image: url("../img/icon_next.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0%;
    width: 100%;
}
.banner .banner-inner {
    position: relative;
}
.banner .banner-head {
    color: #0092cb;
    font-size: 3rem;
    text-align: center;
}
.banner .banner-list {
    margin-top: 30px;
}
.banner .banner-elm {
    line-height: 0;
}
.banner .banner-elm .banner-elm-inner {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 362px;
}
.banner .banner-elm a {
    display: inline-block;
    transition: all 0.2s linear;
}
.banner .banner-elm a img {
    width: 100%;
}
.banner .banner-elm a:hover {
    opacity: 0.6;
}
.banner .banner-label {
    background-color: rgba(0, 146, 203, 0.8);
    display: inline-block;
    font-size: 1.2rem;
    left: 0;
    min-width: 170px;
    padding: 5px 10px;
    position: absolute;
    top: 20px;
}
.banner .banner-text {
    padding: 10px 15px;
    padding-bottom: 30px;
}
.banner .banner-text h4 {
    box-sizing: border-box;
    color: #0092cb;
    padding-left: 20px;
    position: relative;
}
.banner .banner-text h4::before {
    background-image: url("../img/icon_arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%) rotate(-90deg);
    width: 12px;
}
.banner .banner-text h4:before {
    top: 40%;
}
.banner .banner-text p {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
}
.banner .slick-dots {
    bottom: -40px;
    position: absolute;
}
.banner .slick-dots li button {
    display: inline-block;
    height: 11px;
    overflow: hidden;
    text-indent: 100px;
    width: 11px;
}
.banner .slick-dots li button:after {
    display: none;
}
.banner .slick-dots li button:before {
    background-color: transparent;
    border: 2px solid #0092cb;
    border-radius: 100%;
    content: "";
    height: 11px;
    opacity: 1;
    width: 11px;
}
.banner .slick-dots li.slick-active button:before {
    background-color: #0092cb;
}
.banner.ib-banner {
    margin: 0 auto;
    width: 1200px;
}
.banner.ib-banner .banner-elm a img {
    width: 527px;
}
.banner.ib-banner .slick-prev,
.banner.ib-banner .slick-next {
    height: 68px;
    width: 68px;
}
.banner.ib-banner .slick-prev {
    left: -62px;
}
.banner.ib-banner .slick-next {
    right: -62px;
}

/* トップページ汎用
--------------------------------------*/
.toppage-ttl {
    font-size: 3.4rem;
    font-weight: bold;
}
.toppage-ttl.small {
    font-size: 3rem;
}
.toppage-ttl span {
    color: var(--main-color);
}
.toppage-news {
    padding: 129px 0 48px;
}
@media screen and (min-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 1264px;
        height: auto;
        line-height: 1.6;
        z-index: 110;
        transition: all 0.2s linear;
    }
    .header:before, .header:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        content: "";
    }
    .header:before {
        height: 128px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        opacity: 0.2;
    }
    .header:after {
        height: 64px;
        opacity: 0;
        background-color: #fff;
        filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
        transition: all 0.2s linear;
    }
    .header a {
        transition: all 0.2s linear;
    }
    .header .gnavi {
        display: flex;
        position: relative;
        z-index: 3;
    }
    .header .gnavi-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 280px;
        height: 128px;
        border-bottom-right-radius: 6px;
        background-color: var(--main-color);
        color: #fff;
        transition: all 0.2s linear;
    }
    .header .gnavi-logo .logo .img-01 {
        display: none;
    }
    .header .gnavi-logo .logo .img-02 {
        height: auto;
    }
    .header .gnavi-logo .activity-code {
        margin-top: 8px;
        font-size: 1rem;
        font-weight: 500;
    }
    .header .gnavi-body {
        padding-left: 40px;
        width: 100%;
    }
    .header .gnavi-upper {
        position: relative;
        display: flex;
        justify-content: flex-end;
        height: 64px;
    }
    .header .gnavi-upper ul {
        display: flex;
        margin-right: 188px;
    }
    .header .gnavi-upper ul li a {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        height: 64px;
        padding: 0 12px;
        text-decoration: none;
        font-size: 1.4rem;
        color: #fff;
    }
    .header .gnavi-banking {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        width: 172px;
        height: 64px;
        transition: all 0.2s linear;
    }
    .header .gnavi-banking .banking-menu {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background-color: var(--main-color);
        background-image: url("../img/icon_internet_banking.svg");
        background-repeat: no-repeat;
        background-size: 23px;
        background-position: left 14px center;
        text-align: center;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
    }
    .header .gnavi-banking .banking-menu:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 8px;
        width: 24px;
        height: 24px;
        background: url("../img/icon_arrow01_white.svg") no-repeat center/contain;
        transform: translateY(-50%);
        content: "";
        transition: all 0.2s linear;
    }
    .header .gnavi-banking .banking-menu.active:after {
        transform: translateY(-50%) rotate(-180deg);
    }
    body:not(.Index):not(.business-top) .header .gnavi-upper:before,
    body.drop-none .header .gnavi-upper:before,
    body.is-gnavi-open .header .gnavi-upper:before,
    body.Index.is-page-scroll .header .gnavi-upper:before,
    body.business-top.is-page-scroll .header .gnavi-upper:before {
        background: #E0E0E0;
    }
    body:not(.Index):not(.business-top) .header .gnavi-upper ul li a,
    body.drop-none .header .gnavi-upper ul li a,
    body.is-gnavi-open .header .gnavi-upper ul li a,
    body.Index.is-page-scroll .header .gnavi-upper ul li a,
    body.business-top.is-page-scroll .header .gnavi-upper ul li a {
        color: var(--text-color);
    }
    body:not(.Index):not(.business-top) .header .gnavi-upper ul li a.active,
    body.drop-none .header .gnavi-upper ul li a.active,
    body.is-gnavi-open .header .gnavi-upper ul li a.active,
    body.Index.is-page-scroll .header .gnavi-upper ul li a.active,
    body.business-top.is-page-scroll .header .gnavi-upper ul li a.active {
        color: var(--main-color);
    }
    body:not(.Index):not(.business-top) .header,
    body.Index.is-page-scroll .header,
    body.business-top.is-page-scroll .header {
        height: 64px;
        background: #fff;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.2s linear;
    }
    body:not(.Index):not(.business-top) .header:before,
    body.Index.is-page-scroll .header:before,
    body.business-top.is-page-scroll .header:before {
        content: none;
    }
    body:not(.Index):not(.business-top) .header:after,
    body.Index.is-page-scroll .header:after,
    body.business-top.is-page-scroll .header:after {
        content: none;
    }
    body:not(.Index):not(.business-top) .header .gnavi,
    body.Index.is-page-scroll .header .gnavi,
    body.business-top.is-page-scroll .header .gnavi {
        align-items: center;
        padding-left: 20px;
    }
    body:not(.Index):not(.business-top) .header .gnavi-logo,
    body.Index.is-page-scroll .header .gnavi-logo,
    body.business-top.is-page-scroll .header .gnavi-logo {
        flex-direction: row;
        width: 325px;
        height: 38px;
        background: none;
        color: #7A7A7A;
    }
    body:not(.Index):not(.business-top) .header .gnavi-logo .logo .img-01,
    body.Index.is-page-scroll .header .gnavi-logo .logo .img-01,
    body.business-top.is-page-scroll .header .gnavi-logo .logo .img-01 {
        display: block;
        height: auto;
    }
    body:not(.Index):not(.business-top) .header .gnavi-logo .logo .img-02,
    body.Index.is-page-scroll .header .gnavi-logo .logo .img-02,
    body.business-top.is-page-scroll .header .gnavi-logo .logo .img-02 {
        display: none;
    }
    body:not(.Index):not(.business-top) .header .gnavi-logo .activity-code,
    body.Index.is-page-scroll .header .gnavi-logo .activity-code,
    body.business-top.is-page-scroll .header .gnavi-logo .activity-code {
        margin: 0 0 0 12px;
        font-size: 1.2rem;
        white-space: nowrap;
    }
    body:not(.Index):not(.business-top) .header .gnavi-upper,
    body.Index.is-page-scroll .header .gnavi-upper,
    body.business-top.is-page-scroll .header .gnavi-upper {
        /* height: 52px; */
    }
    body:not(.Index):not(.business-top) .header .gnavi-upper ul li a,
    body.Index.is-page-scroll .header .gnavi-upper ul li a,
    body.business-top.is-page-scroll .header .gnavi-upper ul li a {
        /* height: 52px; */
    }
    body:not(.Index):not(.business-top) .header .gnavi-upper ul li a.active:before,
    body.Index.is-page-scroll .header .gnavi-upper ul li a.active:before,
    body.business-top.is-page-scroll .header .gnavi-upper ul li a.active:before {
        bottom: -1px;
    }
    body:not(.Index):not(.business-top) .header .gnavi-banking,
    body.Index.is-page-scroll .header .gnavi-banking,
    body.business-top.is-page-scroll .header .gnavi-banking {
        /* height: 52px; */
    }
    body:not(.Index):not(.business-top) .header .banking .banking-contents,
    body.Index.is-page-scroll .header .banking .banking-contents,
    body.business-top.is-page-scroll .header .banking .banking-contents {
        /* top: 52px; */
    }
    body.is-page-scroll .header {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    body.Index.is-page-scroll .header .gnavi-upper ul li a.active {
        color: var(--text-color);
    }
    .sidenav {
        position: fixed;
        top: 148px;
        right: 0;
        z-index: 101;
        width: 64px;
        padding-bottom: 12px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        border-radius: 3px 0 0 3px;
    }
    .sidenav:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px 0 0 3px;
        box-shadow: 0 -3px 0 var(--main-color);
    }
    .sidenav-list li {
        position: relative;
    }
    .sidenav-list li:not(:last-of-type):before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 40px;
        height: 1px;
        background: #E0E0E0;
        transform: translateX(-50%);
    }
    .sidenav-list li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 0 8px;
        text-decoration: none;
        line-height: 1.3;
        font-size: 1.2rem;
        font-weight: bold;
        color: #525252;
        transition: all 0.2s linear;
    }
    .sidenav-list li .icon {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
    }
    .mv-inner {
        position: absolute;
        top: 0;
        left: -32px;
        min-width: 1264px;
        width: 100vw;
        height: 100%;
        max-height: 748px;
    }
    .mv-nav {
        position: absolute;
        bottom: -92px;
        left: 50%;
        z-index: 21;
        display: flex;
        width: 100%;
        max-width: 1200px;
        border-radius: 0 0 3px 3px;
        background-color: #fff;
        filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.1));
        transform: translateX(-50%);
    }
    .mv-nav-block:first-of-type .mv-nav-elm:first-of-type, .mv-nav-block-half:first-of-type .mv-nav-elm:first-of-type {
        border-left: none;
    }
    .mv-nav-inner {
        display: flex;
    }
    .mv-nav-elm {
        height: 166px;
        border-left: 1px solid #E0E0E0;
    }
    .news-head {
        flex-direction: column;
        width: 240px;
        margin: 32px 0;
        margin-right: 32px;
        border-right: 1px solid #E0E0E0;
    }
    .news-more {
        transform: translateX(12px);
    }
    .news-more a:before {
        top: 50%;
        left: -24px;
        background: url("../img/icon_arrow01_01.svg") no-repeat center/contain;
        width: 20px;
        height: 20px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .news-content .news-list > li {
        display: flex;
    }
    .news-content .news-list > li .head {
        width: 124px;
        margin-bottom: 0;
    }
    .news-content .news-list > li .txt {
        width: calc(100% - 124px);
        padding-left: 16px;
    }
    .news-content .news-list > li .txt a {
        font-size: 1.6rem;
        display: inline-block;
    }
    .pickup-head-ttl {
        margin-right: 40px;
    }
    .pickup-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 24px;
        row-gap: 40px;
    }
    .products-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -24px;
    }
    .products-item {
        width: calc(33% - 16px);
        height: 240px;
        margin-top: 24px;
    }
    .products-item.middle {
        width: calc(25% - 19px);
        height: 200px;
    }
    .products-item.middle .icon img {
        width: 56px;
        height: 56px;
    }
    .products-item.middle .label {
        margin-top: 8px;
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .products-item.small {
        width: calc(20% - 19px);
        height: 200px;
    }
    .products-item.small .icon img {
        width: 56px;
        height: 56px;
    }
    .products-item.small .label {
        margin-top: 8px;
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .products-nav-head:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: calc(100% - 40px);
        background-color: #E0E0E0;
    }
    .information-scrollwrap {
        flex: 1 auto;
    }
    .notice-head {
        flex-direction: column;
        width: 240px;
        margin-right: 32px;
        padding: 32px 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .notice-more {
        transform: translateX(12px);
    }
    .notice-more a:before {
        top: 50%;
        left: -24px;
        background: url("../img/icon_arrow01_white.svg") no-repeat center/contain;
        width: 20px;
        height: 20px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .notice-content .news-list > li {
        display: flex;
    }
    .notice-content .news-list > li .head {
        width: 120px;
        margin-bottom: 0;
    }
    .notice-content .news-list > li .txt {
        width: calc(100% - 120px);
        padding-left: 16px;
    }
    .notice-content .news-list > li .txt a {
        font-size: 1.6rem;
        display: inline-block;
    }
}
@media screen and (min-width: 1441px) {
    .header .gnavi {
        justify-content: space-between;
    }
    .header .gnavi-body {
        max-width: 1120px;
    }
}
@media screen and (max-width: 767px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 62px;
        padding: 8px 12px;
        background: #fff;
        line-height: 1.6;
    }
    .header .gnavi-logo .logo .img-01 {
        display: block;
        height: 28px;
    }
    .header .gnavi-logo .logo .img-02 {
        display: none;
    }
    .header .gnavi-logo .activity-code {
        margin-top: 3px;
        font-size: 1rem;
        font-weight: 500;
        color: #7A7A7A;
    }
    .header .gnavi-body,
    .header .gnavi-banking {
        display: none;
    }
    .sidenav {
        display: none;
    }
    .gnav-trigger.trigger {
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 15px;
        display: block;
        width: 62px;
        height: 62px;
        text-align: center;
        text-decoration: none;
        background-color: var(--main-color);
    }
    .gnav-trigger.trigger:hover {
        opacity: 1 !important;
    }
    .gnav-trigger.trigger .trigger-text {
        display: block;
        margin-top: -3px;
        line-height: 1.6;
        font-size: 1rem;
        color: #fff;
    }
    .gnav-trigger.trigger .trigger-text-open {
        display: none;
    }
    .gnav-trigger.trigger .trigger-icon {
        position: relative;
        display: inline-block;
        width: 28px;
        height: 21px;
        padding: 10px;
        transition: all 0.4s;
    }
    .gnav-trigger.trigger .trigger-icon span {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        transition: all 0.4s;
        border-radius: 4px;
        background-color: #fff;
    }
    .gnav-trigger.trigger .trigger-icon span:nth-of-type(1) {
        top: 0;
    }
    .gnav-trigger.trigger .trigger-icon span:nth-of-type(2) {
        top: 9px;
    }
    .gnav-trigger.trigger .trigger-icon span:nth-of-type(3) {
        bottom: 0;
    }
    .gnav-trigger.trigger.active .trigger-text-close {
        display: none;
    }
    .gnav-trigger.trigger.active .trigger-text-open {
        display: block;
    }
    .gnav-trigger.trigger.active .trigger-icon span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }
    .gnav-trigger.trigger.active .trigger-icon span:nth-of-type(2) {
        opacity: 0;
    }
    .gnav-trigger.trigger.active .trigger-icon span:nth-of-type(3) {
        transform: translateY(-10px) rotate(45deg);
    }
    .drawer {
        display: none;
        position: fixed;
        top: 62px;
        left: 0;
        z-index: 1000;
        width: 100%;
        height: 100%;
        padding-bottom: 62px;
        background-color: #fff;
        line-height: 1.6;
        overflow: scroll;
    }
    .drawer a:hover {
        opacity: 1 !important;
    }
    .drawer:before {
        position: fixed;
        top: -12px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 74px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        pointer-events: none;
        content: "";
    }
    .drawer .drawer-close {
        padding: 20px 50px;
        text-align: center;
    }
    .drawer .drawer-close a {
        display: block;
        padding: 9px;
        background-color: var(--main-color);
        border-radius: 3px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    }
    .drawer .banking-close {
        display: none;
    }
    .drawer .banking-block {
        position: relative;
        width: 100%;
        padding: 12px 12px 12px 80px;
        border-bottom: 1px solid #E0E0E0;
        color: var(--text-color);
    }
    .drawer .banking-block.personal {
        color: var(--personalib-color);
    }
    .drawer .banking-block.personal .banking-block-ttl {
        background-color: var(--personalib-color);
    }
    .drawer .banking-block.personal .txt {
        color: var(--personalib-color);
    }
    .drawer .banking-block.business {
        color: var(--businessib-color);
    }
    .drawer .banking-block.business .banking-block-ttl {
        background-color: var(--businessib-color);
    }
    .drawer .banking-block.business .txt {
        color: var(--businessib-color);
    }
    .drawer .banking-block.business a:before {
        background: url("../img/icon_arrow01_02.svg") no-repeat center/contain;
    }
    .drawer .banking-block.internet {
        color: var(--internetloan-color);
    }
    .drawer .banking-block.internet .banking-block-ttl {
        background-color: var(--internetloan-color);
    }
    .drawer .banking-block.internet .txt {
        color: var(--internetloan-color);
    }
    .drawer .banking-block.internet a:before {
        background: url("../img/icon_arrow01_03.svg") no-repeat center/contain;
    }
    .drawer .banking-block-ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 68px;
        height: 100%;
        padding: 16px 9px;
        background-color: var(--main-color);
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
    }
    .drawer .banking-elm {
        background-color: #fff;
    }
    .drawer .banking-elm:not(:last-of-type) a {
        border-bottom: 1px solid #E0E0E0;
    }
    .drawer .banking-elm a {
        position: relative;
        display: flex;
        align-items: center;
        padding: 12px;
        color: var(--text-color);
        font-weight: bold;
        text-decoration: none;
    }
    .drawer .banking-elm a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        background: url("../img/icon_arrow01_01.svg") no-repeat center/contain;
        width: 24px;
        height: 24px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .drawer .banking-elm a .img {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }
    .drawer .banking-close {
        background-color: var(--main-color);
        text-align: center;
    }
    .drawer .banking-close:hover {
        cursor: pointer;
    }
    .drawer .banking-close:hover a {
        opacity: 0.6;
    }
    .drawer .banking-close a {
        position: relative;
        display: block;
        padding: 9px;
        text-decoration: none;
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .drawer .banking-close a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 24px;
        height: 24px;
        background: url("../img/icon_arrow01_white.svg") no-repeat center/contain;
        text-decoration: none;
        transform: translateX(45px) rotate(180deg);
        content: "";
    }
    .drawer .sidenav {
        display: block;
        padding: 22px 12px 12px;
        border-bottom: 1px solid #E0E0E0;
    }
    .drawer .sidenav-list {
        display: flex;
        flex-wrap: wrap;
    }
    .drawer .sidenav-list li {
        width: 33.3333333333%;
        padding-bottom: 10px;
    }
    .drawer .sidenav-list li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
        color: var(--text-color);
        font-size: 1.4rem;
        text-align: center;
        text-decoration: none;
    }
    .drawer .sidenav-list li .icon {
        width: 32px;
        height: 32px;
        margin-bottom: 8px;
    }
    .drawer .sitenav-elm {
        display: block;
        text-align: left;
    }
    .drawer .sitenav-elm.active .sitenav-elm-ttl a {
        background-color: var(--main-color);
        color: #fff;
    }
    .drawer .sitenav-elm.active .sitenav-elm-ttl a:before {
        transform: translate(0, -50%) rotate(0deg);
        opacity: 0;
    }
    .drawer .sitenav-elm.active .sitenav-elm-ttl a:after {
        background-color: #fff;
    }
    .drawer .sitenav-elm-ttl {
        border-bottom: 1px solid #E0E0E0;
    }
    .drawer .sitenav-elm-ttl a {
        display: block;
        position: relative;
        padding: 12px 36px 12px 12px;
        background-color: #fff;
        font-size: 1.5rem;
        color: var(--text-color);
        text-decoration: none;
    }
    .drawer .sitenav-elm-ttl a:before, .drawer .sitenav-elm-ttl a:after {
        position: absolute;
        top: 50%;
        right: 18px;
        width: 12px;
        height: 2px;
        background-color: var(--main-color);
        transition: all 0.2s linear;
        content: "";
    }
    .drawer .sitenav-elm-ttl a:before {
        transform: translate(0, -50%) rotate(90deg);
    }
    .drawer .sitenav-elm-ttl a:after {
        transform: translate(0, -50%);
    }
    .drawer .sitenav-elm-ttl-arrow a:before {
        display: none;
    }
    .drawer .sitenav-elm-ttl-arrow a:after {
        position: absolute;
        top: 50%;
        right: 12px;
        width: 24px;
        height: 24px;
        background: url("../img/icon_arrow01_01.svg") no-repeat center/contain;
        transform: translateY(-50%) rotate(-90deg);
        content: "";
    }
    .drawer .sitenav-elm-list {
        display: none;
    }
    .drawer .sitenav-elm-list li {
        width: 100%;
        border-bottom: 1px solid #E0E0E0;
    }
    .drawer .sitenav-elm-list li a {
        display: block;
        position: relative;
        padding: 12px 36px 12px 27px;
        background-color: #F5F5F5;
        font-size: 1.5rem;
        color: var(--text-color);
        text-decoration: none;
    }
    .drawer .sitenav-elm-list li a:after {
        position: absolute;
        top: 50%;
        right: 12px;
        width: 24px;
        height: 24px;
        background: url("../img/icon_arrow01_01.svg") no-repeat center/contain;
        transform: translateY(-50%) rotate(-90deg);
        content: "";
    }
    .drawer .sitenav-link {
        display: none;
    }
    .footer .footer-primary {
        display: none;
    }
    .footer .footer-secondary {
        padding: 24px 20px 40px;
    }
    .footer .footer-secondary ul {
        width: 100%;
    }
    .footer .footer-secondary ul:not(:first-of-type) {
        margin-top: 0;
    }
    .footer .footer-secondary ul li {
        margin-top: 16px;
    }
    .footer .footer-tertiary {
        position: relative;
        padding: 60px 20px;
        background-color: var(--main-color);
        color: #fff;
    }
    .footer .footer-tertiary ul {
        display: block;
        margin-top: 40px;
        width: 100%;
        font-size: 1.2rem;
    }
    .footer .footer-tertiary ul li:not(:first-of-type) {
        margin-top: 8px;
        margin-left: 0;
    }
    .footer .footer-tertiary dl {
        justify-content: center;
        font-size: 1.2rem;
    }
    .footer .footer-logo img {
        height: 38px;
    }
    .footer .footer-copyright {
        margin-top: 40px;
        font-size: 1rem;
        color: #fff;
        opacity: 0.6;
    }
    .footer .pagetop {
        right: 10px;
        bottom: 40px;
    }
    .mv {
        height: 100%;
    }
    .mv-inner {
        position: relative;
        min-height: 400px;
    }
    .mv-img {
        height: 100%;
    }
    .mv-img img {
        height: 400px;
        max-height: none;
    }
    .mv-ttl img {
        height: 400px;
        max-height: none;
    }
    .mv-nav {
        padding: 40px 12px;
        background-color: var(--main-color-light);
    }
    .mv-nav-block, .mv-nav-block-half {
        border-bottom: 1px solid #E0E0E0;
    }
    .mv-nav-block:not(:last-of-type), .mv-nav-block-half:not(:last-of-type) {
        margin-bottom: 16px;
    }
    .mv-nav-block a, .mv-nav-block-half a {
        height: 84px;
    }
    .mv-nav-block a:before, .mv-nav-block-half a:before {
        width: 24px;
        height: 24px;
    }
    .mv-nav-block .icon, .mv-nav-block-half .icon {
        position: absolute;
        top: 50%;
        left: 0;
        width: 40px;
        height: 40px;
        transform: translateY(-50%);
    }
    .mv-nav-block .txt, .mv-nav-block-half .txt {
        margin-top: 0;
    }
    .mv-nav-block.internet .txt, .internet.mv-nav-block-half .txt {
        margin-left: 6px;
    }
    .mv-nav-inner {
        padding: 0 12px;
        background-color: #fff;
    }
    .mv-nav-elm:not(:last-of-type) {
        border-bottom: 1px solid #E0E0E0;
    }
    .mv .slick-controlers {
        bottom: 2px;
    }
    .news-inner {
        flex-direction: column;
        padding: 12px 12px 20px;
    }
    .news-head {
        padding-bottom: 12px;
        border-bottom: 1px solid #E0E0E0;
    }
    .news-icon {
        width: 40px;
        height: 40px;
    }
    .news-ttl {
        padding: 0 0 0 12px;
        font-size: 1.8rem;
    }
    .news-more {
        width: 100%;
        padding-top: 20px;
    }
    .news-more a {
        padding: 9px;
        background: var(--main-color);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        color: #fff;
        text-align: center;
    }
    .news-more a:before {
        top: 50%;
        right: 12px;
        background: url("../img/icon_arrow01_white.svg") no-repeat center/contain;
        width: 22px;
        height: 22px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .news-content {
        padding: 12px 0 0;
    }
    .news-content .news-list > li {
        padding: 1.2rem 0;
    }
    .news-content .news-list > li .link-pdf {
        display: block;
    }
    .pickup {
        padding: 60px 0;
    }
    .pickup:before {
        left: 20px;
        height: 2px;
    }
    .pickup-head {
        flex-direction: column;
        width: 80%;
        margin: 0 auto 40px;
    }
    .pickup-head-ttl {
        margin-bottom: 20px;
    }
    .pickup-head-txt {
        font-size: 1.4rem;
        text-align: center;
    }
    .pickup-scrollwrap {
        overflow-x: auto;
    }
    .pickup-scrollwrap-img {
        width: 100%;
        padding: 0 20px 0 0;
        text-align: right;
    }
    .pickup-list {
        display: flex;
        padding: 0 12px;
    }
    .pickup-elm {
        width: 282px;
        padding-bottom: 20px;
        margin-right: 24px;
        position: relative;
    }
    .pickup-image {
        width: 282px;
    }
    .products {
        padding: 60px 12px;
    }
    .products:before {
        left: 20px;
        height: 2px;
    }
    .products-head {
        margin-bottom: 40px;
    }
    .products-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 9px;
    }
    .products-item a {
        padding: 15px 18px;
    }
    .products-item .icon img {
        width: 40px;
        height: 40px;
    }
    .products-item .label {
        margin-top: 3px;
        line-height: 1.5;
        font-size: 1.5rem;
    }
    .products-nav {
        flex-direction: column;
        margin-top: 32px;
    }
    .products-nav-head {
        padding: 12px 0;
        border-bottom: 1px solid #E0E0E0;
    }
    .products-nav-head:before {
        top: auto;
        bottom: 0;
        width: 20px;
        height: 2px;
    }
    .products-nav-head .label {
        font-size: 1.6rem;
    }
    .products-nav-ttl {
        font-size: 1.6rem;
    }
    .products-nav-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 12px;
        row-gap: 0;
    }
    .products-nav-elm a {
        padding: 8px 0;
    }
    .products-nav-elm .icon {
        width: 24px;
        height: 24px;
    }
    .products-nav-elm .label {
        font-size: 1.3rem;
    }
    .information {
        padding: 60px 12px;
    }
    .information:before {
        left: 20px;
        height: 2px;
    }
    .information .news-list .txt {
        margin-top: 0;
    }
    .notice {
        padding: 60px 12px;
    }
    .notice-inner {
        flex-direction: column;
    }
    .notice-head {
        padding: 12px;
        border-bottom: 1px solid #E0E0E0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .notice-icon {
        width: 40px;
        height: 40px;
    }
    .notice-ttl {
        padding: 0 0 0 12px;
        font-size: 1.8rem;
    }
    .notice-more {
        width: 100%;
        padding-top: 20px;
    }
    .notice-more a {
        padding: 9px;
        background: var(--main-color);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        color: #fff;
        text-align: center;
    }
    .notice-more a:before {
        top: 50%;
        right: 12px;
        background: url("../img/icon_arrow01_white.svg") no-repeat center/contain;
        width: 22px;
        height: 22px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .notice-content {
        padding: 12px 12px 20px;
    }
    .notice-content .news-list > li {
        padding: 1.2rem 0;
    }
    .notice-content .news-list > li .link-pdf {
        display: block;
    }
    .banner {
        padding: 60px;
    }
    .banner .slick-slider {
        width: 100%;
    }
    .banner .slick-slide div {
        width: 100% !important;
        margin: 0 auto;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 40px;
        height: 40px;
    }
    .banner .slick-prev {
        left: -48px;
    }
    .banner .slick-next {
        right: -48px;
    }
    .banner .banner-elm {
        width: 100%;
    }
    .banner .banner-elm a {
        display: block;
    }
    .banner.ib-banner {
        width: 100%;
        padding: 40px 60px;
    }
    .banner.ib-banner .banner-elm a img {
        width: 100%;
    }
    .banner.ib-banner .slick-prev,
    .banner.ib-banner .slick-next {
        width: 40px;
        height: 40px;
    }
    .banner.ib-banner .slick-prev {
        left: -48px;
    }
    .banner.ib-banner .slick-next {
        right: -48px;
    }
    .toppage-ttl {
        text-align: center;
        font-size: 2.4rem;
    }
    .toppage-ttl.small {
        font-size: 2.4rem;
    }
    .toppage-news {
        padding: 0 12px 60px;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    .drawer .banking-block {
        padding: 0 12px 0 80px;
    }
}
@media screen and (min-width: 1264px) {
    .mv-inner {
        left: calc(50% - 50vw);
    }
    .news:before {
        left: calc(50% - 50vw);
    }
    .products:after {
        left: calc(50% - 50vw);
    }
    .notice:before {
        left: calc(50% - 50vw);
    }
}