@charset "utf-8";
/* ==================================
COMMON
===================================== */
.main-title {
    font-size: 38px;
}
.sub-title {
    font-size: 20px;
}
.inter-font {
    font-family: 'Inter', sans-serif !important;
}
.list-none {
    list-style: none !important;
}
.list-none li {
    list-style: none !important;
}
.number-list li {
    list-style: decimal;
}


/* ==================================
header
===================================== */
header .openbtn {
    display: none;
}
.btn.btn-arrow-after-white a:hover:after {
    border-color: #EC661B !important;
}
.recruit-btn {
    width: 130px;
    height: 87px;
    border-radius: 0 !important;
}
.recruit-btn .icon-download a:before {
    margin-right: 0 !important;
}
.recruit-btn:hover {
    background-color: #e27b30 !important;
    border-color: #e27b30 !important;
    color: #fff !important;
}
.recruit-btn.dropdown:hover .nav-link {
    color: #fff !important;
}
.recruit-btn-sp, .footer-sp {
    display: none;
}
.approach-menu ul li {
    list-style: none;
}
.approach-menu .dropdown-menu {
    left: 100%;
    top: 0;
}
#dropdpwn-approach {
    height: auto;
    color: #fff !important;
    background-color: #ec661b !important;
}
.approach-menu .dropdown.active a {
    background-color: #fff;
    color: #ec661b;
    border-color: #ec661b;
}
.approach-menu .dropdown.active a::after {
    border-color: #ec661b;
}
.approach-menu .dropdown.active a:hover {
    background-color: #ec661b !important;
    color: #fff !important;
}
.approach-menu .dropdown.active a:hover:after {
    border-color: #fff !important;
}

/* ==================================
footer
===================================== */
.footer-menu.footer-pc .row {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.footer-menu.footer-pc .row .col {
    width: auto;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    padding: 0;
}
.footer-menu.footer-pc .row .col .btn {
    border-right: 1px solid #999;
    padding-right: 1em;
    padding-left: 1em;
    border-radius: 0 !important;
}
.footer-menu.footer-pc .row .col .btn a {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
.footer-menu.footer-pc .row .col .btn a:hover {
    opacity: 0.6;
}
.footer-menu.footer-pc .row .col:last-child .btn {
    border: none;
}
footer {
    margin-top: 4rem;
}
.page_index footer {
    margin-top: 0;
}


/* ==================================
TOP
===================================== */
.top-mv {
    position: relative;
    overflow: hidden;
}
.top-mv .h1 {
    font-size: 62px;
    font-weight: bold;
}
.top-mv .h2 {
    font-size: 34px;
}
.top-mv .sub-title {
    line-height: 36px;
    margin-bottom: 0;
}
.top-mv .col-12 {
    position: relative;
}
.top-mv .col-12::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    --sample-color: 255, 255, 255;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, rgb(var(--sample-color)), rgba(var(--sample-color), 0.3));
    border-radius: 50%;
    filter: blur(40px);
    width: 50%;
    height: 150%;
}
.mv01 .container {
    top: 67%;
    width: auto;
}
.mv02 .container {
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: auto;
}
.mv03 .container {
    top: 75%;
    width: auto;
}
.mv-btn a {
    background-color: #fff !important;
}
.mv-btn a:hover {
    background-color: #ec661b !important;
}
.mv-btn.btn-arrow-after-main a::after {
    border-color: #ec661b !important;
}
.mv-btn.btn-arrow-after-main a:hover:after {
    border-color: #fff !important;
}
.swiper-button-next, .swiper-button-prev {
    background-color: rgba(236, 102, 27, 0.6);
    padding: 20px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
}
.swiper-button-next {
    right: 20px;
}
.swiper-button-prev {
    left: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next:before, .swiper-button-prev::before {
    position: absolute;
    content: "";
    top: 14px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.swiper-button-next:before {
    right: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-button-prev::before {
    left: 17px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.top-objective {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    background-image: url(/dcms_media/image/top-bg-01.png);
}
.top-objective .main-title {
    line-height: 1.8;
    margin-bottom: 38px;
}
.top-objective .main-title .bg-white {
    padding: 8px 4px;
}
.top-objective .main-title .bg-white.inter-font {
    padding: 2px 4px;
}
.top-objective .btn.btn-arrow-after-white a:hover:after {
    border-color: #000 !important;
}
.top-objective .objective-3col {
    margin-bottom: 50px;
}
.number {
    font-size: 38px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ec661b;
    width: 80px;
    height: 110px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    padding: 0 10px;
    font-style: italic;
}
.top-about {
    margin-bottom: 150px;
}
.top-about .main-title {
    font-size: 50px;
    margin-bottom: 48px;
    line-height: 1;
}
.top-about .inter-font {
    margin-right: 20px;
}
.top-about.dlb_contents_wrap-single .dlb_contents_wrap-bg {
    height: auto;
    margin-bottom: -1px;
}
.top-about .btn a {
    padding-top: 24px;
    padding-bottom: 24px;
}
.top-about .bg-white {
    padding: 50px;
}
.top-about .row {
    margin-bottom: 36px;
}
.top-about .row .order-2 {
    padding-right: 46px;
}
.top-about .bg_image {
    padding: 96px 70px 0;
}
.top-business {
    position: relative;
}
.top-business::before {
    content: "BUSINESS";
    font-family: 'Inter', sans-serif !important;
    font-size: 165px;
    top: 15px;
    right: 0;
    color: #f6f6f6;
    font-weight: 600;
    position: absolute;
}
.top-business .row {
    margin-right: 0;
    margin-left: 0;
}
.top-business .dlb_contents_bg_image {
    padding-left: 0;
    padding-right: 0;
}
.business-sp-bg {
    position: absolute;
    top: 350px;
}
.top-business .main-title {
    font-size: 56px;
    line-height: 0.7;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.top-business .btn-white:hover {
    background-color: #ec661b !important;
    border-color: #EC661B !important;
}
.top-business .btn-white:hover a {
    color: #fff !important;
}
.under-line {
    position: relative;
}
.under-line::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.top-recruit {
    position: relative;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: top right;
    background-image: url(/dcms_media/image/top-bg-02.png);
}
.top-recruit::before {
    content: "RECRUIT";
    font-family: 'Inter', sans-serif !important;
    font-size: 165px;
    top: 95px;
    left: 0;
    color: #f6f6f6;
    font-weight: 600;
    position: absolute;
    z-index: -1;
}
.top-recruit .main-title {
    font-size: 56px;
}
.top-recruit.dlb_contents_bg_position-left .dlb_contents_bg_image {
    position: relative;
    z-index: 10;
}
.top-recruit.dlb_contents_bg_position-left .dlb_contents_bg_text {
    top: -100px;
    transform: none;
}
.top-recruit-btn {
    position: relative;
}
.top-recruit-btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.top-recruit-btn:hover:before {
    background-color: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.top-recruit-btn a {
    position: relative;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 50px 20px 0;
    text-decoration: none;
}
.top-recruit-btn a::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    right: 0;
    transform: translateX(-50%);
}
.top-recruit-btn a::after {
    position: absolute;
    content: "";
    top: 27.5px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top-recruit-btn:hover a::before {
    background-color: #EC661B;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.top-recruit-btn:hover a::after {
    border-color: #EC661B;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.top-recruit .col-6:hover {
    transform:scale(1.1);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.top-sustainable {
    position: relative;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: bottom right;
    background-image: url(/dcms_media/image/top-bg-03.png);
}
.top-sustainable::before {
    content: "SUSTAINABLE";
    font-family: 'Inter', sans-serif !important;
    font-size: 165px;
    top: -35px;
    right: 0;
    color: #f6f6f6;
    font-weight: 600;
    position: absolute;
    z-index: -1;
}
.top-sustainable .main-title {
    font-size: 56px;
    line-height: 0.7;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.sustainable-sp-bg {
    position: absolute;
    bottom: 350px;
}
.top-sustainable .btn-white:hover {
    background-color: #ec661b !important;
    border-color: #EC661B !important;
}
.top-sustainable .btn-white:hover a {
    color: #fff !important;
}

/* ==================================
パンくず
===================================== */
#locator ol {
    padding: 0;
}

/* ==================================
改行
===================================== */
.br-pc {
    display: inline;
}
.br-sp {
    display: none;
}

/* ==================================
アンカーリンク
===================================== */
#dcms_layoutPageBlockPasteArea a[id] {
    padding-top: 110px;
    margin-top: -110px;
}
#sapporo, #sendai, #koyama, #saitama, #kasukabe, #chiba, #kashiwa, #shinjyuku, #akihabara, #ikebukuro, #shinagawa, #tachikawa, #machida, #yokohama, #odawara, #numazu, #toukai, #gihu, #kyoto, #osaka, #yodoyabashi, #nanba, #kobe, #hiroshima, #hukuoka, #kitakyusyu {
    padding-top: 120px !important;
    margin-top: -120px !important;
}

.dcms_editor #dcms_layoutPageBlockPasteArea a[id] {  
    display: inherit !important;
    padding-top: inherit !important;
    margin-top: inherit !important;
}/*管理画面の崩れ防止*/

/* ==================================
グラデーション
===================================== */
.grad-color {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ==================================
テキストシャドウ
===================================== */
.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

/* ==================================
aタグの遅延
===================================== */
a, .t-default a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: all .2s ease 0s;
}

/* ==================================
背景画像を設定したい時
===================================== */
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ==================================
黒透過
===================================== */
.bg-black-shadow {
    position: relative;
}
.bg-black-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* ==================================
白透過
===================================== */
.bg-white-shadow {
    position: relative;
}
.bg-white-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

/* ==================================
table要素のborder-right
===================================== */
.main_table th {
    border-right: 1px solid #dee2e6;
}

/* ==================================
フローコンテンツの矢印の色（デフォルトはグレー）
===================================== */
.dlb_flow-5 .dlb_flow-item+.dlb_flow-item::before {
    border-color: #E2CB58 transparent transparent transparent !important;
}

/* ==================================
 横100% BGとテキストの背景画像の設定（コンテンツ31）
===================================== */
.dlb_contents_wrap-wide {
    background-size: cover;
}

/* ==================================
横並びコンテンツの崩れ修正（コンテンツ66/67）
===================================== */
.dlb_contents_overflow .dlb_contents_overflow-right:before, .dlb_contents_overflow .dlb_contents_overflow-left:before {
    top: 50% !important;
}

/* ==================================
アコーディオンの矢印の調整
===================================== */
.dlb_list_accordion .btn::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}
.dlb_list_accordion .btn.collapsed::after {
    margin-top: -6px !important;
}
.dlb_list_accordion .btn::after {
    margin-top: -3px  !important;
}

/* ==================================
アコーディオンの中のボタンの矢印を消す
===================================== */
.accordion-in-btn .btn::after, .accordion-in-btn .btn::before {
    display: none !important;
}
.accordion-in-btn .btn {
    padding-right: 0 !important;
}


/* ==================================
ブログの見た目調整
===================================== */
.dlb_blog_column-4 .dlb_blog-data p {
    max-height: none !important;
}


/* ==================================
お知らせの見た目調整
===================================== */
.dlb_news-list dl {
    border-top: 1px solid #F5F5F5;
    padding: 10px 0;
}
.dlb_news-list dl:last-child {
    border-bottom: 1px solid #F5F5F5;
    padding: 10px 0;
}

/* ==================================
お問い合わせ
=====================================*/
#form_contact_main dt {
    width: 250px !important;
}
#form_contact_main dl {
    margin-bottom: 0px;
    padding: 30px 0 !important;
}
#contact-form #table_address tr td {
    padding: 8px !important;
}
#form_wrap {
    margin-bottom: 60px;
}

/* ==================================
CTA
===================================== */
.contact-block .main-title {
    font-size: 56px !important;
    line-height: 32px !important;
}
.contact-block .btn {
    border-radius: 100px !important;
}
.contact-block .btn-white:hover {
    background-color: #000 !important;
    color: #ec661b !important;
    border-color: #000 !important;
}
.contact-block .btn-accent-01:hover {
    background-color: #e27b30 !important;
    color: #fff !important;
    border-color: #e27b30 !important;
}

/* ==================================
ニッセイ保険エージェンシーについて
===================================== */
.about-greeting img {
    width: 290px;
}
.page_about footer {
    margin-top: 0;
}
.map-btn a {
    color: #333 !important;
}
.map-btn a:hover {
    color: #fff !important;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    /* ==================================
    COMMON
    ===================================== */
    .sub-title {
        font-size: 18px;
    }
    /* ==================================
    header
    ===================================== */
    header .openbtn {
        display: block;
        position: relative;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background-color: #000;
    }
    header .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 13px;
        height: 2px;
        background: #fff;
        width: 50%;
    }
    header .openbtn span:nth-of-type(1) {
        top: 17px;
    }
    header .openbtn span:nth-of-type(2) {
        top: 25px;
    }
    header .openbtn span:nth-of-type(3) {
        top: 33px;
    }
    header .openbtn.active span:nth-of-type(1) {
        transform: translateY(7px) rotate(-45deg);
    }
    header .openbtn.active span:nth-of-type(2) {
        display: none;
    }
    header .openbtn.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }
    .bs_header-01.navbar-light .navbar-nav a.nav-link#dropdpwn-about::before, .bs_header-01.navbar-light .navbar-nav a.nav-link#dropdpwn-service::before, .bs_header-01.navbar-light .navbar-nav a.nav-link#dropdpwn-company::before {
        display: none;
    }
    .recruit-btn {
        margin: auto;
        margin-bottom: 10px;
        width: 280px;
        height: auto;
    }
    .recruit-btn:hover {
        background-color: #ec661b;
        color: #fff;
    }
    .mm_btn {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
      }
      .mm_btn.active::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
      }
      .mm_btn::after {
        content: "";
        position: relative;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #ec661b;
        border-right: 2px solid #ec661b;
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
        position: absolute;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
      }
      .dropdown-menu a.dropdown-item {
        padding: 0.5rem 1rem;
    }
    #dropdpwn-approach {
        padding: 0.5rem 1rem;
    }
    #dropdpwn-approach::after, #dropdpwn-approach::before {
        display: none;
    }
    .approach-menu .mm_btn::after {
        border-color: #fff;
    }
    .navbar-nav .shadow {
        box-shadow: none !important;
        transition: none !important;
    }
    /* ==================================
    footer
    ===================================== */
    .footer-menu.footer-pc .row {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    /* ==================================
    TOP
    ===================================== */
    .top-mv .h1 {
        font-size: 52px;
    }
    .top-objective .col {
        margin-bottom: 20px;
    }
    .top-about {
        margin-bottom: 40px;
    }
    .top-about .row .order-2 {
        padding-right: 15px;
    }
    .top-about .inter-font {
        margin-right: auto;
    }
    .top-about .bg_image {
        padding: 66px 40px 0;
    }
    .top-about .img-block {
        margin-bottom: 30px;
    }
    .top-sustainable .dlb_contents_bg_text, .top-business .dlb_contents_bg_text {
        position: absolute !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }
    .top-recruit::before {
        top: 25px;
    }
    .about-sustainable .top-sustainable .main-title {
        font-size: 36px;
    }
    .about-sustainable .dlb_contents_bg_text {
        -webkit-transform: translateY(-20%) !important;
        transform: translateY(-20%) !important;
    }
}

@media only screen and (max-width: 820px) {
    /* ==================================
    TOP
    ===================================== */
    .top-mv .h2 {
        font-size: 30px;
    }
    .top-business::before, .top-sustainable::before {
        font-size: 135px;
    }
    .top-sustainable .dlb_contents_bg_text, .top-business .dlb_contents_bg_text {
        -webkit-transform: translateY(-70%) !important;
        transform: translateY(-70%) !important;
    }
    .top-sustainable .main-title, .top-business .main-title {
        font-size: 46px;
    }
    .mv02 .container {
        width: 60%;
    }
}

@media only screen and (max-width: 690px) {
    /* ==================================
    common
    ===================================== */
    .main-title {
        font-size: 30px;
    }
    .sub-title {
        font-size: 14px;
    }
    /* ==================================
    footer
    ===================================== */
    .footer-sp {
        display: block !important;
    }
    .footer-pc {
        display: none !important;
    }
    .footer-sp .col {
        flex-basis: auto;
        flex-grow: inherit;
        min-width: auto;
        max-width: none;
        width: auto;
        padding: 10px 0;
    }
    .footer-sp .col a {
        color: #333;
        padding: 0;
        font-weight: normal;
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
        border-right: 1px solid #999;
    }
    .footer-sp .col:last-child a {
        border: none;
    }
    /* ==================================
    top
    ===================================== */
    .swiper-button-next {
        right: 5px;
    }
    .swiper-button-prev {
        left: 5px;
    }
    .top-mv .col-12 {
        height: 100%;
    }
    .top-mv .h1 {
        font-size: 34px;
    }
    .top-mv .h2 {
        font-size: 18px;
    }
    .top-mv .sub-title {
        line-height: 26px;
    }
    .top-mv .col-12::before {
        top: auto;
        bottom: -50px;
        width: 100%;
        height: 150px;
        background: radial-gradient(circle, rgb(var(--sample-color)), rgba(var(--sample-color), 0.6));
    }
    .mv01 .container {
        height: auto;
        top: 30%;
        padding: 0 !important;
        width: 100%;
    }
    .mv02 .container {
        width: 100%;
        top: 35%;
        height: auto;
        padding: 0 !important;
    }
    .mv02 .container .btn {
        margin-top: 10px;
    }
    .top-mv02 .col-12 {
        line-height: 34px;
    }
    .mv03 .container {
        height: auto;
        padding: 0 !important;
        top: 30%;
    }
    .top-mv03 .h1 {
        line-height: 46px;
    }
    .top-mv03 .sub-title {
        font-size: 15px !important;
    }
    .mv-btn {
        width: auto !important;
    }
    .mv-btn a {
        padding: 10px 30px !important;
        font-size: 14px;
    }
    .top-objective {
        background-size: 120%;
        padding: 32px 0;
    }
    .top-objective .col {
        margin-bottom: 40px;
    }
    .top-objective .main-title .bg-white {
        padding: 5px 3px;
    }
    .top-objective .sub-title {
        font-size: 18px;
    }
    .top-about {
        margin-bottom: 0;
    }
    .top-about .bg_image {
        padding: 90px 25px 0;
        background-size: contain;
        background-position: top !important;
    }
    .top-about .bg-white {
        padding: 25px;
    }
    .top-about .main-title {
        font-size: 44px;
        text-align: center;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .top-about .sub-title {
        font-size: 20px;
    }
    .top-about .w-90 {
        width: 100% !important;
    }
    .top-business {
        padding-top: 4rem;
    }
    .top-business::before {
        font-size: 72px;
        top: -20px;
    }
    .top-business .main-title {
        font-size: 40px;
        margin-bottom: 31px;
        padding-bottom: 24px;
    }
    .top-business .dlb_contents_bg_text {
        position: relative !important;
    }
    .top-business .business-sp-bg {
        position: relative;
        top: 0;
    }
    .top-business .business-sp-bg::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(/dcms_media/image/top-sp-bg-01.png);
        background-size: contain;
        background-position: top right;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .top-recruit {
        background-image: none;
    }
    .top-recruit.dlb_contents_bg_position-left .dlb_contents_bg_text {
        top: -50px;
    }
    .top-recruit .dlb_contents_info-item img {
        height: 50px;
    }
    .top-recruit .main-title {
        line-height: 24px;
    }
    .top-recruit .sub-title {
        font-size: 20px;
    }
    .top-recruit::before {
        font-size: 85px;
        top: 15px;
    }
    .top-recruit-btn a {
        font-size: 18px;
        padding: 20px 40px 20px 10px;
    }
    .top-recruit-btn a::after {
        top: 28.5px;
    }
    .top-sustainable {
        padding-top: 4rem;
        background-image: none;
    }
    .top-sustainable::before {
        font-size: 52px;
        top: 0;
    }
    .top-sustainable .main-title {
        font-size: 40px;
        margin-bottom: 31px;
        padding-bottom: 24px;
    }
    .sustainable-sp-bg {
        position: relative;
        bottom: 0;
    }
    .sustainable-sp-bg::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(/dcms_media/image/top-sp-bg-01.png);
        background-size: cover;
        background-position: top right;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .top-sustainable .dlb_contents_bg_text {
        position: relative !important;
    }
    .about-sustainable .main-title {
        font-size: 30px;
    }
    .page_service div.btn a {
        font-size: 15px;
    }
    .page_service .sp-txt-c {
        text-align: center;
    }
    /* ==================================
    改行
    ===================================== */
    .br-sp {
        display: inline;
    }
    .br-pc {
        display: none;
    }
    /* ==================================
    アンカーリンク
    ===================================== */
    #dcms_layoutPageBlockPasteArea a[id] {
        padding-top: 60px !important;
        margin-top: -60px !important;
    }
    #sapporo, #sendai, #koyama, #saitama, #kasukabe, #chiba, #kashiwa, #shinjyuku, #akihabara, #ikebukuro, #shinagawa, #tachikawa, #machida, #yokohama, #odawara, #numazu, #toukai, #gihu, #kyoto, #osaka, #yodoyabashi, #nanba, #kobe, #hiroshima, #hukuoka, #kitakyusyu {
        padding-top: 80px !important;
        margin-top: -80px !important;
    }
    .btn.btn-anchor-link {
        padding-left: 0 !important;
    }
    /* ==================================
    パンくず
    ===================================== */
    #locator ol {
        padding: 0;
    }
    /* ==================================
    お知らせ
    ===================================== */
    .dlb_news .rss_date {
        padding-left: 0;
    }
    /* ==================================
    お問い合わせ
    ===================================== */
    #form_contact_main dl {
        padding: 20px 0 !important;
    }
    #form_contact_main dd {
        width: 100% !important;
    }
    #privacy_txt {
        margin-top: 40px !important;
    }
    #form_wrap {
        margin-bottom: 40px;
    }
    #submit_button {
        display: flex;
        justify-content: center;
    }
    /* ==================================
    サイトマップ
    ===================================== */
    #sitemap {
        padding-left: 0 !important;
    }
    /* ==================================
    営業所一覧
    ===================================== */
    .sp-map-link .btn a {
        background: linear-gradient(180deg, #ff9c00 0%, #ffd200 100%);
        color: #333;
        padding: 10px;
    }
    .sp-map-link .btn a:hover {
        opacity: 0.6;
    }
    .sp-map-link .col {
        margin-bottom: 10px;
    }
}

.page_test_survey01 footer {display: none;}