@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

/*　H-01style  ================================================================================= */

body {
    font-family: YakuHanJP,'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding-top: 0!important;
}

.text-primary {
    color: #2a3884!important;
}
.bg-primary {
    background-color: #2a3884!important;
}

.text-ihin {
    color: #0ca1b5;
}
.bg-ihin {
    background-color: #0ca1b5;
}

.text-fuyouhin {
    color: #2c8e62;
}
.bg-fuyouhin {
    background-color: #2c8e62;
}

.text-yellow {
    color: #ffe55f;
}
.bg-yellow {
    background-color: #ffe55f;
}

.bg-subprimary {
   background-color: #eaf6f6;
}

.rokkitt {
  font-family: "Rokkitt", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.rokkitt-bold {
  font-family: "Rokkitt", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.rokkitt-strong-bold {
  font-family: "Rokkitt", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.font-style-italic {
    font-style: italic;
}

a {
        color: #000;
}
a:hover {
    color: #000;
}

:root {
  --main-color: #2a3884;
  --accent-color: #ffe55f;
}


article.post {
    color: #000;
} 

.page-link:hover {
    border-color: #c2b8b9;
    background-color: #d9d9d9;
}

.lh-03 {line-height: 0.3;}
.lh-04 {line-height: 0.4;}
.lh-05 {line-height: 0.5;}
.lh-06 {line-height: 0.6;}
.lh-07 {line-height: 0.7;}
.lh-08 {line-height: 0.8;}
.lh-09 {line-height: 0.9;}
.lh-10 {line-height: 1;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}

/* =============  角丸 ============ */
.rounded05 {border-radius:5px}
.rounded10 {border-radius:10px}
.rounded15 {border-radius:15px}
.rounded20 {border-radius:20px}
.rounded25 {border-radius:25px}
.rounded30 {border-radius:30px}
.rounded35 {border-radius:35px}
.rounded40 {border-radius:40px}
.rounded45 {border-radius:45px}
.rounded50 {border-radius:50px}

/* =============  上だけ角丸 ============ */
.rounded05-up {border-radius:5px 5px 0 0}
.rounded10-up {border-radius:10px 10px 0 0}
.rounded15-up {border-radius:15px 15px 0 0}
.rounded20-up {border-radius:20px 20px 0 0}
.rounded25-up {border-radius:25px 25px 0 0}
.rounded30-up {border-radius:30px 30px 0 0}
.rounded35-up {border-radius:35px 35px 0 0}
.rounded40-up {border-radius:40px 40px 0 0}
.rounded45-up {border-radius:45px 45px 0 0}
.rounded50-up {border-radius:50px 50px 0 0}

/* =============  下だけ角丸 ============ */
.rounded05-down {border-radius: 0 0 5px 5px}
.rounded10-down {border-radius: 0 0 10px 10px}
.rounded15-down {border-radius: 0 0 15px 15px}
.rounded20-down {border-radius: 0 0 20px 20px}
.rounded25-down {border-radius: 0 0 25px 25px}
.rounded30-down {border-radius: 0 0 30px 30px}
.rounded35-down {border-radius: 0 0 35px 35px}
.rounded40-down {border-radius: 0 0 40px 40px}
.rounded45-down {border-radius: 0 0 45px 45px}
.rounded50-down {border-radius: 0 0 50px 50px}

/* =============  左だけ角丸 ============ */
.rounded05-left {border-radius:5px 0 0 5px}
.rounded10-left {border-radius:10px 0 0 10px}
.rounded15-left {border-radius:15px 0 0 15px}
.rounded20-left {border-radius:20px 0 0 20px}
.rounded25-left {border-radius:25px 0 0 25px}
.rounded30-left {border-radius:30px 0 0 30px}
.rounded35-left {border-radius:35px 0 0 35px}
.rounded40-left {border-radius:40px 0 0 40px}
.rounded45-left {border-radius:45px 0 0 45px}
.rounded50-left {border-radius:50px 0 0 50px}

/* =============  右だけ角丸 ============ */
.rounded05-right {border-radius:0 0 5px 5px}
.rounded10-right {border-radius:0 0 10px 10px}
.rounded15-right {border-radius:0 0 15px 15px}
.rounded20-right {border-radius:0 0 20px 20px}
.rounded25-right {border-radius:0 0 25px 25px}
.rounded30-right {border-radius:0 0 30px 30px}
.rounded35-right {border-radius:0 0 35px 35px}
.rounded40-right {border-radius:0 0 40px 40px}
.rounded45-right {border-radius:0 0 45px 45px}
.rounded50-right {border-radius:0 0 50px 50px}

/* ====================================================

       　               色（ポジ)　

==================================================== */

/* ============= 背景色 ============= */
.bg-base {
    background-color: #fff;
}

/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色　*/
#area-header #menu-global .menu-item .nav-link {
    color: #000;
}

/*　文章の色　*/
p {
    color: #000;    
}

/* ============ 見出しの色 ============ */
h1,h2,h3,h4,h5 {
    color: #000;
}

/* ============ ボタンの色 ============ */
/*　ボタンの中の文字の色　*/
.link-btn1 span {
    color: #fff!important;
}

/*　ボタンの中の文字の色(ホバー時の色)　*/
.link-btn1:hover span{
    color: #000!important;
}

/*　ボタンの中の背景の色　*/
.link-btn1 {
    background-color: #000!important;
}

/*　ボタンの中の背景の色(ホバー時の色)　*/
.link-btn1:before {
    background-color: #fff!important;
    border: 2px solid #000!important;
}

/* ====================================================

       　               色（ネガ)　
       
==================================================== */

/* =====================================
   HEADER BASE
===================================== */

.bg-base {
    background-color: #fff;
}

.navbar.bg-base {
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .navbar.bg-base::after {
        display: none;
    }
}


/* =====================================
   LOGO
===================================== */

.navbar-brand-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 100;
}

@media (min-width: 768px) {
    .navbar-brand-logo {
        width: 150px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand-logo {
        width: 210px;
    }
}

.h-01 #area-header .header-logo {
    width: auto;
}


.slideleft {
    transform: translateX(-250px);
    opacity: 0;
    animation: slide-in-left 0.3s ease-out forwards;
}

@keyframes slide-in-left {
    to {
         transform: translateX(0);
        opacity: 1;
    }
}

/* =====================================
   GLOBAL MENU
===================================== */
.h-01 #area-header #menu-global .menu-item {
    background: transparent;
}

.h-01 #area-header #menu-global .menu-item .nav-link {
    color: #000;
}

/*.h-01 #area-header #menu-global .menu-item:hover {
    background: #fff;
}*/


/* =====================================
   CONTACT BUTTON
===================================== */

.h-01 #area-header #menu-global .btn-contact {
    background-color: #2d387f !important;
}

.h-01 #area-header #menu-global .btn-contact.menu-item:hover a.nav-link {
    color: #000;
}

@media (max-width: 992px) {
    .h-01 #area-header #menu-global .btn-contact {
        display: block;
        width: 100%;
        margin: 20px 0;
        padding: 0 10px;
    }
}


/* =====================================
   DROPDOWN (PC)
===================================== */

.h-01 #area-header #navbarNav li.dropdown ul {
    position: absolute;
    top: 36px;
    left: 0;
    background: #fff;
    width: 150%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.h-01 #area-header #navbarNav li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
}

.h-01 #area-header #navbarNav li.dropdown ul li a:hover {
    background: #000;
    color: #fff !important;
}


/* =====================================
   HAMBURGER
===================================== */

.h-01 #area-header .openbtn {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.h-01 #area-header .openbtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 3px;
    background-color: var(--main-color);
    transition: .4s;
}

.h-01 #area-header .openbtn span:nth-child(1) { top: 15px; }
.h-01 #area-header .openbtn span:nth-child(2) { top: 23px; }
.h-01 #area-header .openbtn span:nth-child(3) { top: 31px; }

.h-01 #area-header .openbtn.active span:nth-child(1) {
    transform: rotate(-45deg) translateX(-50%);
    top: 18px;
    background-color: #fff;
}

.h-01 #area-header .openbtn.active span:nth-child(2) {
    opacity: 0;
}

.h-01 #area-header .openbtn.active span:nth-child(3) {
    transform: rotate(45deg) translateX(-50%);
    top: 39px;
    background-color: #fff;
}

.h-01 .main-copys {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media (min-width: 600px) {
    .h-01 .main-copys {
        display: none;
    }
}
.h-01 .main-copy {
    display: none;
}
@media (min-width: 600px) {
    .h-01 .main-copy {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .h-01 .main-copy {
        width: 82%;
    }
}
@media (min-width: 1200px) {
    .h-01 .main-copy {
        width: 90%;
    }
}


/* =====================================
   MOBILE MENU
===================================== */
#area-header .navbar-toggler {
    z-index: 101;
}

@media (max-width: 992px) {
    .h-01 #area-header .globalMenuSp {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-image: url(img/bg-spmenu.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        transform: translateX(100%);
        transition: .3s;
        z-index: 100;
    }

    .h-01 #area-header .globalMenuSp.active {
        transform: translateX(0);
    }

    .h-01 #area-header .globalMenuSp ul li a {
        display: block;
        padding: 1.0em 0;
        text-align: left;
         opacity: 0;
        transform: translateX(100px);
        animation: fadeInRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        animation-delay: 0.2s;
    }
    @keyframes fadeInRight {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .h-01 #area-header .globalMenuSp.active ul li a {
        color: #fff!important;
    }

    .h-01 #area-header #navbarNav li.dropdown ul {
        position: relative;
        visibility: visible;
        opacity: 1;
        width: 100%;
        background: transparent;
        display: none;
    }

    .h-01 #area-header #menu-global {
        padding: 5% 10% 5% 10%;
    }

    .h-01 #area-header #navbarNav li.menu-item-has-children > a::after {
        border-right: 2px solid #fff!important;
        border-bottom: 2px solid #fff!important;
    }

    .dropdown-menu {
        position: static!important;
        transform: none!important;
    }


  .dropdown-menu {
    display: none !important;
    position: static !important;
    transform: none !important;
  }

  .dropdown-menu.open {
    display: block !important;
  }

  .h-01 #area-header ul.dropdown-menu.active.open {
        visibility: visible;
        opacity: 1;
        background-color: #fff;
        border-radius: 0px!important;
        padding: 10px;
    }

    .h-01 #area-header ul.dropdown-menu.active.open li a {
        color: #2a3884!important;
        padding-left: 20px;
        border-bottom: 1px dotted #2a3884;
        animation: none !important;
  opacity: 1 !important;
  transform: none !important;
    } 
    .h-01 #area-header ul.dropdown-menu.active.open li:last-child a {
        border-bottom: 0px;
    }
}

/* 親liを基準にする */
.h-01 #area-header #navbarNav li.dropdown {
    position: relative;
}

/* ドロップダウンメニュー本体 */
.h-01 #area-header #navbarNav li.dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    min-width: 200px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}

@media (min-width: 600px) and (max-width: 992px) {
    .h-01 #area-header .globalMenuSp {
        width: 70%;
    }
}

/* ホバーで表示 */
@media (min-width: 992px) {
    .h-01 #area-header #navbarNav li.dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .h-01 #area-header #navbarNav li.dropdown .dropdown-menu {
        padding: 20px;
        width: 200%;
    }
    .h-01 #area-header #navbarNav li.dropdown .dropdown-menu li a {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .h-01 #area-header #navbarNav li.dropdown > .dropdown-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
        background: transparent;
        box-shadow: none;
    }

    .h-01 #area-header #navbarNav li.dropdown.show > .dropdown-menu {
        display: block;
    }
}

.h-01 #area-header #navbarNav li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    vertical-align: middle;
}

.navbar-toggler {
    z-index: 100;
}

.h-01 #area-header {
    position: fixed;
}

.h-01 #area-header #menu-global .menu-item.header-nav-contact a.nav-link {
    background-color: #2a3884;
    color: #ffe55f;
}
.h-01 #area-header #menu-global .menu-item.header-nav-contact a.nav-link:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 22px;
    margin-right: 5px;
    background-image: url(./img/SVG/icon-mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.h-01 #area-header #menu-global .menu-item.header-nav-contact:hover a.nav-link::before {
    background-image: url(./img/SVG/icon-mail-hover.svg);
}

@media (min-width: 992px) {
    .h-01 #area-header #menu-global .menu-item.header-nav-contact a.nav-link {
        height: 80px;
        display: flex;
        align-items: center;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin-left: 20px !important;
    }
    .h-01 #area-header #menu-global .menu-item.header-nav-contact a.nav-link::after {
      background: #ffe55f;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
      z-index: -1;
    }
    .h-01 #area-header #menu-global .menu-item.header-nav-contact a.nav-link:hover {
      color: #2a3884;
    }
    .h-01 #area-header #menu-global .menu-item.header-nav-contact a.nav-link:hover::after {
      transform: scale(1, 1);
    }


    .h-01 #area-header #menu-global .menu-item a.nav-link {
        display: flex;
        align-items: center;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .h-01 #area-header #menu-global .menu-item a.nav-link::after {
      background: #2a3884;
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
      z-index: -1;
    }
    .h-01 #area-header #menu-global .menu-item a.nav-link:hover {
      color: #fff;
    }
    .h-01 #area-header #menu-global .menu-item a.nav-link:hover::after {
      transform: scale(1, 1);
    }


    .h-01 #area-header #menu-global .menu-item.current_page_item a.nav-link::after {
        transform: scale(1, 1);
    }
    .h-01 #area-header #menu-global .menu-item.current_page_item a.nav-link {
      color: #fff;
    }

    #contact .h-01 #area-header #menu-global .menu-item.current_page_item a.nav-link::after {
        transform: scale(0, 0);
    }
    #contact .h-01 #area-header #menu-global .menu-item.current_page_item a.nav-link {
      color: #ffe55f;
    }

    #estateclearing .h-01 #area-header #menu-global .menu-item.current_page_item a.nav-link::after {
      background: #0ca1b5;
      transform: scale(1, 1);
    }
    #estateclearing .h-01 #area-header #menu-global .menu-item.current_page_item a.nav-link {
      color: #fff;
    }

    #wasteremoval .h-01 #area-header #menu-global .menu-item.current_page_item a.nav-link::after {
      background: #2c8e62;
      transform: scale(1, 1);
    }
    #wasteremoval .h-01 #area-header #menu-global .menu-item.current_page_item a.nav-link {
      color: #fff;
    }

    .h-01 #area-header #menu-global {
        display: flex;
        align-items: center;
    }
    .h-01 #area-header {
        padding: 0px;
    }
    #area-header #menu-global .menu-item .nav-link {
        padding-left: 15px;
        padding-right: 15px;
        font-weight: normal;
    }
}
@media (min-width: 1200px) {
    #area-header #menu-global .menu-item .nav-link {
        font-size: 16px;
    }
    .h-01 #area-header #menu-global .menu-item.header-nav-contact a.nav-link {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1400px) {
    #area-header #menu-global .menu-item .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .h-01 #area-header #menu-global .menu-item.header-nav-contact a.nav-link {
        background-color: transparent;
        color: var(--accent-color)!important;
        border: 2px solid var(--accent-color);
        text-align: center;
        margin-top: 30px;
    }
}


/* =================================================================================　H-01style  */


/*　P-03style  ================================================================================= */
.l-page-title.p-03 .bg-pagetitle_img {
    min-height: clamp(25rem, 14.31rem + 49.49vw, 37.5rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.l-page-title.p-03 {
    position: relative;
}

.l-page-title.p-03 h1 {
    font-weight: bold;
    font-size: clamp(1.25rem, 0.8rem + 1vw, 2rem);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bgpage_eigo {
    font-size: clamp(0.875rem, 0.706rem + 0.85vw, 1.5rem);
    margin-top: 10px;
    letter-spacing: 0.1rem;
}

/* =================================================================================　P-03style  */


.img-maru {
  animation: img-maru 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes img-maru {
  0% {
    clip-path: circle(0 at 0% 50%);
    -webkit-clip-path: circle(0 at 0% 50%);
  }

  100% {
    clip-path: circle(150% at 0% 50%);
    -webkit-clip-path: circle(150% at 0% 50%);
  }
}

.first-view-box {
    padding-top: var(--header-height, 0px);
}
.first-view {
    height: calc(100vh - var(--header-height));
    background-image: url(img/mainimgs.jpg);
    background-size: cover;
    background-position: center center;
}

@media (min-width: 768px) {
    .first-view {
        background-image: url(img/mainimg2.jpg);
    }
}

.img-left {
  position: inherit;
  overflow: hidden;
}

.img-left img {
  transform: translateX(-100px);
  opacity: 0;
  animation: img-slide .5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1.0s;
}

@keyframes img-slide {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* マスク */
.img-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 2;
  animation: img-left  1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* 画像 */
.h-01 .main-copy,
.h-01 .main-copys {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@keyframes img-left {
  to {
    transform: translateX(200%);
  }
}


.btn-mitsumori {
    display: block;
    width: 20%;
    aspect-ratio: 1 / 1;
    position: fixed;
    bottom: -4%;
    right: 7px;
    transform: translate(0%,0%);
    background: url("img/SVG/btn-mitsumori.svg") no-repeat center / contain;
    transform: translateX(-80px) skewX(20deg);
    opacity: 0;
    animation: btn-slide-in 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 1.2s;
    transition: background 0.3s ease, transform 0.3s ease;
    z-index: 10;
}
.btn-mitsumori:hover {
    background: url("img/SVG/btn-mitsumori-hover.svg") no-repeat center / contain;
}
.btn-mitsumori.is-scrolled {
    transition: .5s;
    bottom: -1%;
}

.btn-mitsumori.is-footer {
    background: url("img/SVG/btn-mitsumori-hover.svg") no-repeat center / contain;
}

@keyframes btn-slide-in {
  to {
    transform: translateX(0) skewX(-8deg);
    opacity: 1;
  }
}

@media (min-width: 600px) {
    .btn-mitsumori {
        width: 18%;
        bottom: 9%;
    }
}

@media (min-width: 992px) {
    .btn-mitsumori {
        width: 17%;
        bottom: -6%;
    }
}

@media (min-width:1200px) {
    .btn-mitsumori {
        width: 10%;
        bottom: 0%;
        right: 0%;
    }
}

.catchcopy {
    width: 100%;
    position: absolute;
    top: 22%;
    left: 5%;
    transform: translate(0%,0);
}

.catchcopy h2 {
    letter-spacing: 4px;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 12px;
}
.catchcopy p {
    letter-spacing: 2px;
    font-size:  14px;
}

.bg-wrap span.inn {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.bg-wrap span.inn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(42, 56, 133, 0.9) 49%, rgba(42, 56, 133, 0) 100%);
  transform: scaleX(0) skewX(-15deg); 
  transform-origin: left;
  animation: slideInLeft 0.5s ease-out forwards;
  z-index: -1;
}

@keyframes slideInLeft {
  to {
    transform: scaleX(1) skewX(-15deg); /* アニメーション後もskewを維持 */
  }
}

h2.bg-wrap span.inn::before {
  animation-delay: 0.3s;
}

p.bg-wrap span.inn::before {
  animation-delay: 1.0s;
}

h2.bg-wrap span.inn {
    padding: 0px 10% 5px 20px;
}
p.bg-wrap span.inn {
    padding: 4px 10% 5px 20px;
}


@media (min-width: 576px) {
    .catchcopy h2 {
        letter-spacing: 6px;
        font-size: 32px;
    }
    .catchcopy {
        top: 18%;
        left: 20%;
    }
}
@media (min-width: 768px) {
    .catchcopy {
        top: 14%;
        left: 50%;
    }
    .catchcopy h2 {
        font-size: 24px;
        line-height: 1.5;
    }

}
@media (min-width: 992px) {
    .catchcopy {
        top: 16%;
        left: 50%;
    }
    .catchcopy h2 {
        font-size: 28px;
        line-height: 1.4;
    }
}
@media (min-width: 1400px) {
    .catchcopy {
        top: 16%;
        left: 52%;
    }
    .catchcopy h2 {
        font-size: 34px;
        line-height: 1.5;
    }
    .catchcopy p {
        font-size: 16px;
        letter-spacing: 4px;
        line-height: 1.5;
    }
}


/*大見出し*/
.large-h h2 {
    font-size: clamp(1.8rem, 1.5rem + 2.04vw, 2.875rem);
    line-height: clamp(2.2rem, 2.2rem + 2.22vw, 3.5rem);
    font-weight: bold;
    text-shadow: 0px 0px .5px;
    font-style: italic;
}
.large-h p {
    font-size: clamp(0.875rem, 0.838rem + 0.19vw, 1rem);
    font-family: "Rokkitt", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}

/*セクションボックス*/
.section-box {
    padding-top: clamp(3.125rem, 2.199rem + 4.63vw, 6.25rem);
    padding-bottom: clamp(3.125rem, 2.199rem + 4.63vw, 6.25rem);
}


/*フロントページ aboutセクション*/
.service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 0;
}
.service-image {
    width: 100%;
    object-fit: cover;
}
.service-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    /*padding: 40px 30px;*/
    position: relative;
    margin-top: -70px;
}
.icon-circle {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px auto 20px;
    position: relative;
    z-index: 1;
}
/*.icon-circle img {
    width: 60px;
    height: 60px;
}*/
.service-title-ja {
    font-size: clamp(2rem, 1.889rem + 0.56vw, 2.375rem);
    letter-spacing: clamp(0.188rem, 0.132rem + 0.28vw, 0.375rem);
    font-weight: bold;
    margin-bottom: 5px;
}
.service-title-en {
    font-family: "Rokkitt", serif;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.0;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 20px;
}
.service-description {
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing : 2px;
    /*margin-bottom: 30px;*/
    flex: 1;
}
.service-button {
    background: transparent;
    border: none;
    border-top: 2px solid white;
    color: white;
    padding: 20px 40px;
    font-size: 18px;
    letter-spacing : 1.62px;
    font-style: italic;
    text-decoration: none;
    display: inline-block;
    margin-top: auto;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-button:hover {
    background: white;
    color: #333;
}
.bg-trauma {
    background-color: #2a3884;
}
.bg-trauma .service-button:hover {
    color: #2a3884;
}
.bg-estate {
    background-color: #09a1b5;
}
.bg-estate .service-button:hover {
    color: #09a1b5;
}
.bg-waste {
    background-color: #2b8e61;
}
.bg-waste .service-button:hover {
    color: #2b8e61;
}

.arrow-right {
    width: 20px;
    display: inline;
    margin: 0;
}

.service-button .arrow-right {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
}
.bg-trauma .service-button:hover .arrow-right {
    filter: invert(32%) sepia(28%) saturate(1089%) hue-rotate(197deg) brightness(50%) contrast(92%);
}
.bg-estate .service-button:hover .arrow-right {
    filter: invert(65%) sepia(35%) saturate(651%) hue-rotate(140deg) brightness(89%) contrast(83%);
}
.bg-waste .service-button:hover .arrow-right {
    filter: invert(61%) sepia(35%) saturate(538%) hue-rotate(99deg) brightness(95%) contrast(86%);
}

.move-left {
    overflow: hidden;
    position: relative;
}
.move-left::before {
    animation: none;
    background: #fff;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
.move-left.animate::before {
    animation: move-left 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes move-left {
    100% {
        transform: translateX(100%);
    }
}

.reason {
    height: 70px;
}
.reason-box {
    border: 3px solid #fff;
    transform: skew(-8deg);
    position: relative;
}

.reason-innerbox {
    border-bottom: 2px solid #fff;
}
@media (min-width: 992px) {
    .reason {
        height: 120px;
    }
    .reason-innerbox {
        border-bottom: 0;
    }
    .reason-box {
        transform: skew(0deg);
    }
}
@media (min-width: 1200px) {
    .reason {
        height: 100px;
    }
}
@media (min-width: 1400px) {
    .reason {
        height: 126px;
    }
}

.reason-mei {
    transform: skew(12deg);
}
@media (max-width: 992px) {
    .reason-mei {
        color: #ffe55f!important;
    }
}

.reason-mei span.marker {
    background-image: linear-gradient(0deg, #ffe55f 0.2em, transparent 0.2em);
    padding-bottom: 5px;
}

.nanamegiri {
    position: absolute;
    bottom: -3px;
    right: -3px;
    height: 106%;
}

@media (min-width: 992px) {
    .kagoshima-moji {
        max-width: none!important;
        width: 130%;
    }
}

#reason .move-left::before {
    background: #2a3884;
}

#reason .move-left.second.animate::before {
    animation: move-left 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
#reason .move-left.third.animate::before {
    animation: move-left 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
#reason .move-left.fourth.animate::before {
    animation: move-left 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.kugirisen {
    border-top: 1px solid #2a3884;
    border-bottom: 1px solid #2a3884;
}

#blog {
    border-bottom: 1px solid #2a3884;
}
@media (min-width: 1200px) {
    #blog {
        border-bottom: 0px;
        border-right: 1px solid #2a3884;
    }
}

.list-news {
    border-top: 0px;
    border-bottom: 0px;
}
.list-news li {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #cccccc;
}

@media (min-width: 768px) {
    .list-news li+li {
        border-top: 0px;
    }
}

.outer {
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.thumbnail-kabuse {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

a.toukou-link:hover .thumbnail-kabuse {
    opacity: 1;
}

.item-date {
    font-family: "Rokkitt", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    color: #888888;
}

a.toukou-link {
    position: relative;

}

/* 矢印の共通スタイル - これを一番上に */
.arrow-right {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask: url('img/SVG/arrow-right.svg') no-repeat center;
    mask: url('img/SVG/arrow-right.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all 0.3s ease;
}

a.toukou-link .arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

/* お知らせ (ID=1) */
.cat-oshirase .catname {
    background-color: #68b4c3 !important;
}
.cat-oshirase .arrow-right {
    background-color: #68b4c3;
}

/* ブログ (ID=4) */
.cat-blog .catname {
    background-color: #9f8e4f !important;
}
.cat-blog .arrow-right {
    background-color: #9f8e4f;
}

/* 実績 (ID=5) */
.cat-jisseki .catname {
    background-color: #2bade3 !important;
}
.cat-jisseki .arrow-right {
    background-color: #2bade3;
}

.catname {
    transform: skew(-20deg);
}
.catname span {
    display: inline-block;
    font-weight: normal;
    transform: skew(20deg);
}

@media (max-width: 576px) {
    .news-thumb.outer::before {
        height: 140px;
    }
}

.item-title {
    margin-left: -13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-content {
    margin-left: -22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-content {
    position: relative;
    z-index: 2;
    padding-right: 10%;
}

#blog .service-button,#news .service-button {
    background-color: #2a3884;
    border: 2px solid #2a3884;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 600px) {
    #blog .service-button,#news .service-button {
        width: 332px;
    }
}
#blog .service-button:hover,#news .service-button:hover {
    background-color: #fff;
    color: #2a3884;
}
#blog .service-button:hover .arrow-right,#news .service-button:hover .arrow-right {
    filter: invert(32%) sepia(28%) saturate(1089%) hue-rotate(197deg) brightness(50%) contrast(92%);
}

#area-footer p {
    color: #fff;
}

.footer-logo {
    width: 200px;
}

a.footer-tel {
    color: #fff;
    letter-spacing: 3.2px;
}
a.footer-tel:hover {
    color: #ffe55f;
}
a.privacy-policy:hover img {
    transform: translateX(30px);
    transition: 0.2s;
}

/*　P-01nnstyle  ================================================================================= */
.l-page-title.p-01n .bg-pagetitle_img {
    min-height: clamp(25rem, 14.31rem + 17.24vw, 35rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.l-page-title.p-01n .l-page-titlebox01 {
    position: relative;
}

.l-page-title.p-01n h1 {
    color: #fff;
    font-weight: bold;
    font-size: clamp(1.625rem, 1.218rem + 2.04vw, 3rem);
    letter-spacing: 3px;
    margin-left: 8%;
}

.pagetitle-en {
    display: block;
    color: #fff;
    font-size: 15px;
    font-family: "Rokkitt", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 10px;
    letter-spacing: 1px;
}

.pagetitle-kabuse {
    height: 102%;
    position: absolute;
    top: -1%;
    left: 0%;
}

@media (min-width: 992px) {
    .l-page-title.p-01n h1 {
        margin-left: 0;
        padding-right: 40px;
    }
}

.l-page-title .move-left::before {
    background: #2a3884;
}

.breadcrumb {
    background: linear-gradient(275deg,rgba(42, 56, 133, 1) 0%, rgba(0, 15, 89, 1) 100%);
}
.breadcrumb span,.breadcrumb span #text {
    color: #fff;
}


/* =================================================================================　P-01nstyle  */

.cleaning-icon {
    width: 100px;
}

.bg-tokusyu01 {
    background-image: url(img/tokusyuseisou01.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 350px;
}

.setumei-box {
    margin-top: -70px!important;
    position: relative;
}
@media (min-width: 992px) {
    .setumei-box {
        margin-top: 0px!important;
    }
}

.medium-h {
    padding-bottom: 20px;
    position: relative;
}
.medium-h::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: repeating-linear-gradient(-45deg, #2a3884 0px, #2a3884 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 8px 8px;
}

.bb-white-1 {
    border-bottom: 1px solid #fff;
}
.bb-primary-1 {
    border-bottom: 1px solid #2a3884;
}

.free-table table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  background-color: #fff;
}

.free-table thead tr {
  background-color: #6e6e6e;
  color: #ffffff;
}

.free-table thead th {
  padding: 14px 24px;
  text-align: center;
}

.free-table tbody tr {
  border-bottom: 1px solid #6e6e6e;
}

.free-table tbody tr:last-child {
  border-bottom: none;
}

.free-table tbody tr:hover {
  background-color: #ffe55f;
  transition: background-color 0.2s;
}

.free-table td {
    padding: 14px 24px;
    font-family: "Rokkitt", serif;
}

.free-table td:first-child {
  font-weight: 600;
  color: #2c2c2c;
  width: 50%;
}

.free-table td:last-child {
  text-align: right;
  /*color: #1a56db;*/
  font-weight: 500;
}

.footer-kagoshimamaps {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.arrow-bottom-primary {
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -29px;
    transform: translate(-50%,0);
}

#estateclearing .l-page-title {
    background-color: #0ca1b5!important;    
}
#estateclearing .breadcrumb {
    background: linear-gradient(275deg, rgb(12 161 181) 0%, rgb(0 93 106) 100%);
}

#wasteremoval .l-page-title {
    background-color: #2c8e62!important;    
}
#wasteremoval .breadcrumb {
    background: linear-gradient(275deg, rgb(44 142 99) 0%, rgb(3 81 47) 100%);
}

.bg-ihin01 {
    background-image: url(img/ihinseiri01.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 350px;    
}

#estateclearing .l-page-title .move-left::before {
    background: #0ca1b5;
}
#wasteremoval .l-page-title .move-left::before {
    background: #2c8e62;
}

.bg-fuyouhin01 {
    background-image: url(img/fuyouhin01.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 350px;    
}

.loop_wrap {
    display: flex;
    overflow: hidden;
}
.loop_wrap img:first-child {
    animation: loop 50s linear -25s infinite;
}
.loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}


.company-table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 1.5;
}

.company-table tr {
  border-bottom: 1px solid #9e9e9e;
}

.company-table tr:first-child {
  border-top: 1px solid #9e9e9e;
}

.company-table th {
  width: 30%;
  padding: 1.4em 2em 1.4em 0;
  text-align: left;
  vertical-align: center;
  white-space: nowrap;
  color: #666;
}

.company-table td {
  padding: 1.6em 0;
  line-height: 2.5;
  font-size: 20px;
  letter-spacing: 2px;
}

@media (max-width: 699px) {
  .company-table tr {
    display: block;
    padding: 1.5em 0;
  }

  .company-table th,
  .company-table td {
    display: block;
    padding: 0;
    width: auto;
    white-space: normal;
  }

  .company-table td {
    text-align: center;
    font-size: 18px;
  }

  .company-table th {
    font-size: 0.78rem;
    margin-bottom: 0.3em;
  }
}

.iconmail {
    width: 100px;
    margin-top: -70px!important;
}

.bb-subprimary-3 {
    border-bottom: 3px solid #eaf6f6;
}

.contact-methodbox {
    background-color: #fff;
    display: block;
}

.contact-methodbox:hover {
    background-color: #ffe55f;
}

/*　C-01style  ================================================================================= */

.mw_wp_form .c-01 .table .mwform-tel-field input[type="text"], .mw_wp_form .table .mwform-zip-field input[type="text"] {
    width: calc((100% - 42px) / 3);
    padding: 1rem .5rem;
}

#contact .c-01 .tbl-2column tbody tr th {
    background-color: transparent;
    font-weight: 600;
}

#contact .c-01 .table-bordered th, .table-bordered td {
    border: 0;
}
#contact .c-01 .table-bordered {
    border: 0;
}

#contact .mw_wp_form .c-01 .table .form-control {
    padding: 1.5rem;
    background-color: #eee;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
  #contact .mw_wp_form .c-01 .table .form-control {
     margin-bottom: 0;
  }
  
  #contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
    padding-bottom: 40px!important;
    padding-top: 40px!important;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle;
  }

  #contact .c-01 .tbl-2column tbody tr, .tbl-2column tbody tr {
        border: 0;
    }
}

#contact .c-01 .form-control {
  border: 0;
}

@media (max-width: 768px) {
    #contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
        padding: .5rem;
        width: 100%;
        display: block;
    }
}

#contact .c-01 .tbl-2column tbody tr th, .tbl-2column tbody tr td {
        padding: .5rem;
}

.mw_wp_form .c-01 .table .mwform-tel-field input[type="text"],
.mw_wp_form .c-01 .table .mwform-zip-field input[type="text"] {
  width: calc((100% - 44px) / 3);
}

#contact .c-01 .bg-main {
    background-color: #000;
    border-radius: 0;
}

#contact .c-01 .badge-danger {
    background-color: #dc3545;
    color: #fff;
}

#contact .c-01 .table-bordered>:not(caption)>* {
    border-width: 0;
}

/* =================================================================================　C-01style  */


/* 募集要項セクション */
.section-header-sn-a {
    text-align: center;
    font-weight: bolder;
    font-size: 2.5rem;
    color: #2a3884;
}

.section-header-sn-b {
    text-align: center;
    font-weight: bold;
    color: #2a3884;
} 

.requirements-card {
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    max-width: 1100px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.93);
}
@media (min-width: 992px) {
    .requirements-card {
        padding: 2rem;
    }
}

.requirements-table {
    width: 100%;
}

.requirements-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.requirements-table tr:last-child {
    border-bottom: none;
}

.requirements-table th {
    padding: 1.5rem 1rem;
    font-weight: 600;
    color: #2a3884;
    width: 30%;
    vertical-align: top;
}

.requirements-table td {
    padding: 1.5rem 1rem;
    color: #555;
    line-height: 1.9;
}

.requirements-table ul {
    margin: 0;
    padding-left: 1.5rem;
}

.requirements-table li {
    margin-bottom: 0.5rem;
}

/* 応募フローセクション */
.step {
    max-width: 1100px;
    margin: 0 auto;
}

.step-item {
    background-color: rgba(255, 255, 255, 0.93);
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
}

.step-number {
    background-color: #2d387f;
    color: white;
    font-size: 36px;
    font-weight: bold;
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-content {
    padding: 25px 30px;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 30px;           
 }

.step-title {
    color: #2d387f;
    font-size: 20px;
    font-weight: bold;
    min-width: 180px;
    flex-shrink: 0;
}

.step-description {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

/* クロージングセクション */
.closing-section {
    padding: 5rem 0 3rem;
    background: linear-gradient(135deg, #2a3884, #0033FF);
    text-align: center;
}

.closing-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.closing-content-ab {
    font-size: 4rem;
    font-weight: 700;
    color:  #2a3884;
    margin-bottom: 0.5rem;
    color: #fff;
}

.closing-content-b {
    font-size: 1.3rem;
    line-height: 2;
    color: #fff;
    margin-bottom: 1.5rem;
}


/*  インタビューセクション  */

.message-section {
    padding: 5rem 0;
    background-color: white;
}

.message-card {
    position: relative;
    margin-bottom: 40px;
    min-height: 320px;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.3s;
}

.message-card:hover {
    box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}

/* TOP MESSAGE 背景 */
.message-card:first-child {
    background-image: url("http://terukyu.com/wp/wp-content/uploads/2026/01/代表挨拶.jpg");
}

/* INTERVIEW 背景 */
.message-card:last-child {
    background-image: url("http://terukyu.com/wp/wp-content/uploads/2026/02/interview-1.jpg");
    background-position: center top;
    min-height: 400px;
}

.interview-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,0%);
}
@media (min-width: 992px) {
    .interview-box {
        bottom: 0;
        left: 0;
        transform: translate(0,-50%);
    }
}

.message-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.message-card > .row {
    position: relative;
    z-index: 1;
    height: 100%;
}

.message-content {
    color: #fff;
    position: relative;
    z-index: 1;
}


.message-content h3 {
    font-size: 30px;
    color:#fff !important;
}


.message-content p {
    font-size: 25px;
}

.message-content h3,.message-content p {
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bolder;
}

.message-details  {
    font-size: 14px;
    line-height: 1.8;
    position: absolute;
    right: 0;
    top: 130%;
    transform: translateY(-50%);
    width: 50%;
    padding: 2rem;
    z-index: 2;
}

.message-card:last-child .message-details {
    position: absolute;
    right: 40px;
}

.message-card:last-child h4 {
    font-size: 14px;
    border: 2px solid #fff;
    padding: 8px 16px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    color:#fff !important;
    white-space: nowrap;
}    

/* レスポンシブ */
@media (max-width: 768px) {
    .job-photo {
        position: relative;
    }
                
    .job-photo img {
        display: block;
        width: 100%;
        height: auto;
    }

    .requirements-table th,
    .requirements-table td {
        display: block;
        width: 100%;
    }
    
    .requirements-table th {
        padding-bottom: 0.5rem;
    }
    
    .requirements-table td {
        padding-top: 0.5rem;
    }
    
    .message-card:first-child {
        background-image: url("http://terukyu.com/wp/wp-content/uploads/2026/01/代表挨拶ｓ.jpg");
    }

    .message-content {
        padding: 30px;
        max-width: 100%;
    }

    .message-details  {
        text-align: left;
        padding: 2rem;

        position: static;
        transform: none;
        width: 100%;
        margin-top: 2rem;
    }

    .message-card:last-child .message-details {
        position: static;
        margin-top: 20px;
        text-align: right;
    }

    .step-item {
        flex-direction: column;
    }

    .step-number {
        width: 100%;
        padding: 15px 0;
        font-size: 28px;
    }

    .step-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
    }

    .step-title {
        min-width: auto;
        font-size: 18px;
    }

    .step-description {
        font-size: 14px;
    }
}

.message-card .service-button,#news .service-button {
    background-color: #2a3884;
    border: 2px solid #2a3884;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .message-card .service-button,#news .service-button {
        width: 80%;
    }
}
.message-card .service-button:hover,#news .service-button:hover {
    background-color: #fff;
    color: #2a3884;
}
.message-card .service-button:hover .arrow-right,#news .service-button:hover .arrow-right {
    filter: invert(32%) sepia(28%) saturate(1089%) hue-rotate(197deg) brightness(50%) contrast(92%);
}

