/* SP用レスポンシブCSS (768px以下) */

/* ハンバーガーメニューをSP以外で非表示 */
.hamburger-menu,
.hamburger-overlay,.footer-sp {
  display: none;
}
/* teitan-spをPCでは非表示 */
.teitan-sp {
  display: none;
}
.frame-2 .text-wrapper-2 {
display: none;
}
.sp-only{
  display: none;
}
/* SVGアイコンのフィルターリセット */
img[src*=".svg"] {
  filter: unset;
}
.business-block .logo-bg-traced {
  position: absolute;
  width: 330.627px;
  height: 330.109px;
}

.business-block .logo-bg-traced-1 {
  left: 150px;
  top: 508px;
}

.business-block .logo-bg-traced-2 {
  left: 958px;
  top: 1278px;
}

.business-block .logo-bg-traced-3 {
  left: 147px;
  top: 2064px;
}

.business-block .logo-bg-traced-4 {
  left: 958px;
  top: 2743px;
}

.business-block .logo-bg-traced-5 {
  left: 150px;
  top: 3367px;
}

/* max-width:1024px */
@media (max-width: 1024px) {
  @import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

  * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
  }

  /* advantage-blockの左側の順序を1に設定 */
  .advantage-block .left {
    order: 1;
    margin-bottom: 59px;
  }

  /* advantage-blockのボタンを右端に配置 */
  .advantage-block .button {
    place-self: end;
    position: unset;
    width: 182px;
    padding: 17px 12px;
    gap:0;
  }

  /* advantage-blockのタイトルを左端に配置 */
  .advantage-block .title {
    place-items: flex-start;
  }

  /* advantage-blockのコンテンツ間のギャップを設定 */
  .advantage-block .content {
    gap: 51px;
  }

  /* advantage-blockのテキストラッパーのフォントサイズを設定 */
  .advantage-block .text-wrapper {
    font-size: 32px;
    text-align: left;

  }

  /* advantage-blockのdescriptionのテキスト配置を設定 */
  .advantage-block .description {
    text-align: left;
    border-radius: 8px;
  }

  /* advantage-blockのadvantageクラスのスタイル設定 */
  .advantage-block .advantage {
    font-family: Prompt;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    text-align: center;
  }

  .title-eg img {
    width: 13px !important;
    height: 15px !important;
  }

  .advantage-block .chevrons-right {
    width: auto;
    height: auto;
  }

  .advantage-block .label {
    word-break: keep-all;
  }

  /* advantage-blockの右側の順序を2に設定 */
  .advantage-block .right {
    order: 2;
    margin-top: -40px;
  }

  /* advantage-blockのteitan02の順序を1に設定 */
  .advantage-block .teitan02 {
    order: 1;
    width: 273px;
    height: 134px;
    margin: 0;
    margin-left: 66px;
  }

  /* advantage-blockのコンテナのギャップを0に設定 */
  .advantage-block .container {
    gap: 4.375rem;
    z-index: 2;
    flex-direction: row;
    align-items: center;
  }

  /* advantage-blockのパディングを設定 */
  .advantage-block {
    padding: 50px 20px 96px;
  }

    /* teitan-spをSPで表示 */
  .teitan-sp {
    display: block;
    width: 178.5px;
    height: 157.5px;
    margin:0 auto;
    margin-bottom: 48px;
  }
  .teitan-sp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* business-block-indexのimageスタイル設定 */
  .business-block-index .image {
    max-width: 280px;
    object-fit: cover;
    box-shadow: 4px 4px 0px 4px #1813ab;
  }
  .business-block-index .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 20px 0px 20px;
}
  /* 各セクションのタイトル部分を左寄せに設定 */
  .advantage-block .title,
  .business-block-index .title,
  .news-company-block .title,
  .recruit-block .title {
    text-align: left;
  }
  /* copy-text-spのパディングトップを設定 */
  .copy-text-sp {
    padding-top: 48px;
    padding-bottom: 60px;
    display: block;
    line-height: normal;
    padding-inline: 20px;
  }

  /* copy-text-spの文字スタイル設定 */
  .copy-text-sp .text-line-sp {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 48px;
    /* line-height: 1.3rem; */
    letter-spacing: 0.03rem;
    color: #111111;
    font-feature-settings: "palt";
  }
  .copy-text-sp .text-line-sp:nth-child(2){
    margin-left: 56px!important;
  }

  /* copy-text-spのspan要素のスタイル設定 */
  .copy-text-sp .text-line-sp span {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 52px;
    display: inline-block;
    /* line-height: 1.3rem; */
    color: #0D05D2;
    letter-spacing: normal;
    
  }

  /* 改行防止のためのスタイル */
  .copy-text-sp .text-line-sp.no-break {
    white-space: nowrap;
    overflow: hidden;
  }

  html,
  body {
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
  }

  /* スムーススクロール */
  html {
    scroll-behavior: smooth;
  }

  /* a blue color as a generic focus style */
  button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
  }

  a {
    text-decoration: none;
  }

  /* ===== ヘッダー ===== */
  .header.header-normal {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 12px 20px;
  }

  .header.header-normal .class {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .header.header-normal .left {
    flex: 0 0 auto;
    width: auto;
    padding: 0;
  }

  .header.header-normal .logo {
    display: flex;
    align-items: center;
    width: auto;
    height: 36px;
  }

  .header.header-normal .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .header.header-normal .right {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
  }

  /* ハンバーガーメニューが開いている時のrightクラスの状態 */
  .header.header-normal .right.active {
    z-index: 10000;
  }

  /* SPではメニューとボタンを非表示 */
  .header.header-normal .menus,
  .header.header-normal .frame {
    display: none;
  }

  /* ハンバーガーメニュー */
  .header.header-normal .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
    border: none;
    padding: 0;
  }

  /* SP用ヘッダーメニューのプルダウン制御 */
  .header.header-normal .hamburger-menu-item {
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;

  }
  .header.header-normal .hamburger-menu-item:nth-child(4){
    margin-top: 16px;
    padding-block: 4px;
  }

  .header.header-normal .hamburger-menu-item:nth-child(4),
  .header.header-normal .hamburger-menu-item:nth-child(5) {
    border-bottom: none;
    padding-left: 16px;
  }

  .header.header-normal .hamburger-menu-item.active:nth-child(2) .hamburger-dropdown-trigger,
  .header.header-normal .hamburger-menu-item.active:nth-child(3) .hamburger-dropdown-trigger {
    padding-bottom: 12px;
  }

  .header.header-normal .hamburger-menu-item.has-dropdown {
    position: relative;
  }

  .header.header-normal .hamburger-dropdown-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff !important;
    font-family: Noto Sans JP;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    padding-inline: 8px;
  }

  .header.header-normal .hamburger-dropdown-trigger span {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
  }
  .header.header-normal .hamburger-dropdown-trigger span a{
    padding-inline: 0;
  }
  .header.header-normal .hamburger-dropdown-trigger:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .header.header-normal .hamburger-dropdown-trigger i {
    transition: transform 0.3s ease;
    font-size: 14px;
  }

  .header.header-normal .hamburger-menu-item.has-dropdown.active .hamburger-dropdown-trigger i {
    transform: rotate(45deg);
  }

  .header.header-normal .hamburger-dropdown-content {
    display: none;
    padding-left: 16px;
    margin-top: 0;
    border-top:1px solid #fff;

  }

  .header.header-normal .hamburger-menu-item.has-dropdown.active .hamburger-dropdown-content {
    display: block;
  }

  .header.header-normal .hamburger-dropdown-link {
    display: flex;
    align-items: center;
    padding: 8px ;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 6px;
  }

  .header.header-normal .hamburger-dropdown-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
  }

  .header.header-normal .hamburger-dropdown-link i {
    margin-right: 8px;
    font-size: 12px;
    color: rgb(255, 255, 255);
  }

  .header.header-normal .hamburger-menu .line {
    width: 32px;
    height: 2px;
    background: #0D05D2;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 1px;
  }
  .header.header-normal .hamburger-menu .line:nth-child(3) {
    width: 22px;
  }


  .header.header-normal .hamburger-menu.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .header.header-normal .hamburger-menu.active .line:nth-child(2) {
    opacity: 0;
  }

  .header.header-normal .hamburger-menu.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
    width: 32px;

  }

  /* ハンバーガーメニューオーバーレイ */
  .header.header-normal .hamburger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    padding-top:70px;
    overflow-y: auto;
  }

  .header.header-normal .hamburger-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .header.header-normal .hamburger-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 64px;
    padding-bottom: 0;
    background: #2118FF;
    overflow-y: auto;
  }

  .header.header-normal .hamburger-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 95%;
    margin: 0 auto;
  }

  .header.header-normal .hamburger-nav a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.75rem;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    width: 100%;
    padding-inline:8px ;
  }

  .header.header-normal .hamburger-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
    width: 95%;
    background-color: #fff;
    padding-inline: 31.5px;
    padding-block: 16px;
    border-radius: 8px;
    margin-bottom: 32px;
  }

  .header.header-normal .hamburger-btn {
    padding: 12px 24px;
    border-radius: 6px;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 200px;
  }

  .header.header-normal .hamburger-btn.primary {
    background: #2118FF;
    color: #FFF;
    height: 50px;
  }

  .header.header-normal .hamburger-btn.primary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
  }

  .header.header-normal .hamburger-btn.secondary {
    background: #006ACE;
    color: white;
    height: 50px;
  }

  .header.header-normal .hamburger-btn.secondary:hover {
    background: white;
    color: #1813ab;
    transform: translateY(-2px);
  }

  /* ハンバーガーメニュー閉じるボタン */
  .header.header-normal .hamburger-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .header.header-normal .hamburger-close:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .header.header-normal .hamburger-close::before,
  .header.header-normal .hamburger-close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 1px;
  }

  .header.header-normal .hamburger-close::before {
    transform: rotate(45deg);
  }

  .header.header-normal .hamburger-close::after {
    transform: rotate(-45deg);
  }

  /* SP用ヘッダーのよくある質問・資料ダウンロードボタン */
  .header.header-normal .hamburger-btn.faq,
  .header.header-normal .hamburger-btn.download {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
    background: #FFF;
    color: #000;
    padding: 8px;
    justify-content: flex-start;
  }

  /* よくある質問・資料ダウンロードボタンのコンテナ */
  .header.header-normal .hamburger-info-buttons {
    display: flex;
    flex-direction: column;
    width: 95%;
    background-color: #fff;

  }

  /* ===== KVブロック ===== */
  .kv-block {
    width: 100%;
    padding: 80px 20px 40px;
    background: #1813AB;
    position: relative;
    min-height: fit-content;
    margin-bottom: 0;
  }

  .kv-block .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    gap: 4px;
    padding: 0%;

  }

  .kv-block .left-section {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    order: 2;
    padding: 0%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: -30px;
  }

  .kv-block .image01 {
    max-width: 80%;
    height: 337px;
    border-radius: 0 20px 0 20px;
    position: relative;
    overflow: hidden;
    order: 1;
    flex-shrink: 0;
  }

  .kv-block .slider-left .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 0 20px;
  }

  .kv-block .navigationbar {
    display: flex
  ;
    justify-content: center;
    padding: 0;
    order: 2;
    height: min-content;
    width: auto;
    flex-basis: fit-content;
    flex-shrink: 0;
    flex-grow: inherit;
    writing-mode: tb;
  }

  .kv-block .bar {
    display: flex;
    align-items: center;
    gap: 12px;
    writing-mode: tb;
  }

  .kv-block .line {
    width: 3px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .kv-block .line.active {
    background: white;
  }

  .kv-block .counter {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 14px;
  }

  .kv-block .current {
    font-weight: 700;
    font-size: 16px;
  }

  .kv-block .separator {
    font-size: 12px;
    opacity: 0.7;
  }

  .kv-block .total {
    font-size: 14px;
    opacity: 0.8;
  }

  .kv-block .right-section {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 24px;
    order: 3;
    padding: 0%;
  }

  .kv-block .copy-text {
    text-align: center;
    display: none;
  }

  .kv-block .text-line {
    font-size: 24px;
    font-weight: 700;
    color: white;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  .kv-block .highlight-char {
    color: #ffd700;
  }

  .kv-block .image02 {
    width: 220px;
    height: 260px;
    border-radius: 0 20px 0 20px;
    position: relative;
    overflow: hidden;
  }

  .kv-block .slider-right .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 0 20px;
  }

  .kv-block .teitan01 {
    position: absolute;
    bottom: -32px;
    left:  0;
    width: 208px;
    height: 190px;
    margin: 0;
  }

  .kv-block .teitan01 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .subpage-kv .title{
    padding-bottom: 48px;
  }
  /* ===== CTAブロック ===== */
  .CTA-block {
    width: 100%;
    padding: 40px 20px;
    background: #1813AB;
    position: relative;
  }

  .CTA-block::before {
    content: '';
    position: absolute;
    top: -33%;
    left: 33px;
    width: 160%;
    height: 100%;
    background: url(assets/logo_content.png) no-repeat center;
    background-size: contain;
    mix-blend-mode: screen;
    opacity: .5;
    z-index: 1;
  }

  .CTA-block .title-contact {
    position: relative;
    z-index: 2;
    text-align: center;
    gap: 0;
  }

  .CTA-block .title {
    font-size: 20px;
    font-weight: 700;
    color: #1813ab;
    margin-bottom: 8px;
  }

  .CTA-block .div {
    font-size: 14px;
    color: #FFF;
    place-items: center;
  }

  .CTA-block .zap-icon {
    display: inline-block;
    color: #1813ab;
  }

  .CTA-block .advantage {
    
    margin-bottom: 4px;
  }

  .CTA-block .text-wrapper {
    margin-bottom: 24px;
    text-align: left;
  }

  .CTA-block .text-wrapper-2 {
    margin-bottom: 24px;
  }

  .CTA-block .contact-infomation {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
  }

  .CTA-block .text-wrapper-3 {
    color: #1A1A1A;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;

  }

  .CTA-block .frame {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .CTA-block .CTA-mainoffice,
  .CTA-block .CTA-mainoffice-2 {
    display: flex;
    width: 100%;
    min-height: 150px;
    align-items: flex-start;
    gap: 0;
    padding: 32px 16px;
    background: white;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .CTA-block .CTA-mainoffice:hover,
  .CTA-block .CTA-mainoffice-2:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .CTA-block .text-wrapper-4 {
    font-size: 16px;
    font-weight: 600;
    color: #1813ab;
    margin-bottom: 9px;
  }

  .CTA-block .text-wrapper-5 {
    font-size: 14px;
    color: #1A1A1A;
    margin-bottom: 8px;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 1.67rem;
    letter-spacing: 0.04rem;

  }

  .CTA-block .text-wrapper-6 {
    font-family: Noto Sans JP;
    font-weight: 700;
    color: #1A1A1A;
    font-size: 20px;
    line-height: 1.6rem;
    letter-spacing: 0.025rem;
  }

  .CTA-block .frame-2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .CTA-block .img {
    width: 24px;
    height: 24px;
  }



  .CTA-block .element {
  text-align: left;
  }

  .CTA-block .div-2 {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #1813AB;
  }

  .CTA-block .CTA-office {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 12px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    height: auto;
    min-height: 162px;
  }

  .CTA-block .CTA-office:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .CTA-block .frame-3 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
  }

  .CTA-block .text-wrapper-8 {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 4px;
  }

  .CTA-block .phone {
    font-size: 16px;
    font-weight: 600;
    color: #1813ab;
    width: 16px;
    height: 16px;
  }

  .CTA-block .text-wrapper-9 {
    color: #FFF;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;

  }

  .CTA-block .element-2 {
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-align: left;
  }

  .CTA-block .text-wrapper-10 {
    font-size: 14px;
    color: #666;
  }

  .CTA-block .file {
    width: 20px;
    height: 20px;
  }

  /* ===== フッター ===== */
  .footer-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .footer-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/footer-bg.png') no-repeat center;
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
  }

  .footer {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px 20px 20px;
    background: #1813ab;
    color: white;
  }

  .footer .frame {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
  }

  .footer .left {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer .logo {
    display: flex;
    align-items: center;
  }

  .footer .logo img {
    height: 40px;
    width: auto;
  }

  .footer .div {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
  }

  .footer .text-wrapper {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
  }

  .footer .element {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
  }

  .footer .text-wrapper-2 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
  }

  .footer .right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer .menus {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer .dropdown-list,
  .footer .dropdown-list-2,
  .footer .dropdown-list-3,
  .footer .dropdown-list-4 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 8px 0;
  }

  .footer .dropdown-list:hover,
  .footer .dropdown-list-2:hover,
  .footer .dropdown-list-3:hover,
  .footer .dropdown-list-4:hover {
    color: white;
  }

  .footer .name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
  }

  .footer .menu-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 16px;
  }

  .footer .check-indeterminate {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }

  .footer .language-name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
  }

  .footer .button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .footer .button:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .footer .icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .footer .icon-search {
    width: 16px;
    height: 16px;
  }

  .footer .label {
    font-size: 14px;
    color: white;
  }

  .footer .copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer .p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
  }

  /* ===== 採用ブロック ===== */
  .recruit-block {
    width: 100%;
    padding: 40px 0px;
    position: relative;
  }

  .recruit-block .left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
    min-height: 168px;
    max-width: 100%;
  }

  .recruit-block .frame {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 64px 24px 0px;
    max-width: 100%;
    position: unset;
  }

  .recruit-block .div {
    gap:48px;
  }

  .recruit-block .title {
    font-weight: 700;
    align-items: flex-start;
    color: #1813ab;
  }

  .recruit-block .text-wrapper {
    margin-bottom: 4px;
  }

  .recruit-block .title-eg {
    font-size: 16px;
    font-weight: 600;
    color: #1813ab;
    display: flex;
    place-items: flex-start;
    gap: 8px;
  }

  .recruit-block .title-eg .img {
    width: 20px;
    height: 20px;
  }

  .recruit-block .advantage {
    font-size: 16px;
    font-weight: 600;
    color: #002956;
    margin-bottom: 16px;
  }

  .recruit-block .text-wrapper-2 {
    font-size: 16px;
    text-align: left;
  }

  .recruit-block .button {
  font-size: 14px;
  place-self: flex-end;
  }

  .recruit-block .button:hover {
    background: #0f0b7a;
    transform: translateY(-2px);
  }

  .recruit-block .icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .recruit-block .button .icon i {
    font-size: 12px;
  }

  .recruit-block .label {
    font-size: 14px;
    color: white;
  }

  .recruit-block .teitan {
    position: relative;
    width: 257px;
    height: auto;
    top: 48px;
    border-radius: 0 20px 0 20px;
  }

  .recruit-block .teitan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 0 20px;
  }

  /* ===== ニュース・企業情報ブロック ===== */
  .news-company-block {
    width: 100%;
    padding: 40px 20px;
    background: white;
    position: relative;
  }

  .news-company-block .div {
    display: flex;
    flex-direction: column;
    gap: 46px;
    width: 100%;
  }

  .news-company-block .div-2 {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-company-block .title {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 1.5em;
    letter-spacing: 0.02rem;
    text-align: center;
    
  }

  .news-company-block .text-wrapper {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5rem;
    letter-spacing: 0.02rem;
    text-align: left;
  }

  .news-company-block .span {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5rem;
    letter-spacing: 0.02rem;
    text-align: left;
  }

  .news-company-block .title-eg {
    color: #1813ab;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5rem;
    letter-spacing: 0.02rem;
    text-align: left;
  }

  .news-company-block .zap {
    width: 20px;
    height: 20px;
  }

  .news-company-block .advantage {
    color: #1813ab;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
  }

  .news-company-block .frame {
    flex-direction: column;
    width: 100%;
  }

  .news-company-block .news-list {
    flex-direction: column !important;
    padding: 16px 21.5px;
    padding-bottom: 26px;
    max-width: 100%;
    gap:26px;
  }

  .news-company-block .news-list:hover {
    background: #e9ecef;
    transform: translateY(-2px);
  }

  .news-company-block .thumbnail {
    width: 100%;
    height: 184px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
  }

  .news-company-block .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-company-block .body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    place-self: flex-start;
    padding-block: 0;
  }

  .news-company-block .postdate-category {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
  }

  .news-company-block .postdate {
    color: #0D05D2;
  }

  .news-company-block .text-wrapper-3 {
    font-size: 12px;
    color: #767FFF;

  }

  .news-company-block .category-label {
    font-size: 10px;
    color: white;
    background: #1813ab;
    padding: 2px 6px;
  }

  .news-company-block .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-company-block .button {
    padding:12px;
    gap:10px;
  }

  .news-company-block .button:hover {
    background: #0f0b7a;
    transform: translateY(-2px);
  }

  .news-company-block .chevrons-right {
    width: 16px;
    height: 16px;
  }

  .news-company-block .list-2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .news-company-block .link {
    display: flex;
    align-items: center;
    padding:  16px 16px 16px 32px;
    transition: all 0.3s ease;
    max-width: 100%;
  }

  .news-company-block .link:hover {
    background: #e9ecef;
    transform: translateX(4px);
  }

  .news-company-block .icon {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .news-company-block .img {
    width: 16px;
    height: 16px;
  }

  .news-company-block .icon i {
    font-size: 12px;
    color: #666;
  }

  .news-company-block .icon img {
    width: 20px;
    height: 20px;
  }

  /* ===== 事業内容ブロック ===== */
  /* ===== メガメニュー ===== */
  .megamenu-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
  }

  .megamenu-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .megamenu-inner {
    padding: 24px 20px;
  }

  .megamenu-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
  }

  .megamenu-header .zap-icon {
    width: 20px;
    height: 20px;
  }

  .megamenu-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1813ab;
  }

  .megamenu-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .megamenu-columns-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .megamenu-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .megamenu-column:last-child {
    margin-bottom: 0;
  }

  .megamenu-group-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
  }

  .megamenu-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .megamenu-list li {
    list-style: none;
  }

  .megamenu-list li a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    padding-left: 16px;
  }

  .megamenu-list li a:hover {
    color: #1813ab;
  }

  .megamenu-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #1813ab;
    border-radius: 50%;
  }

  .megamenu-thumbnail {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
  }

  .megamenu-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .megamenu-thumb-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(24, 19, 171, 0.9);
    color: white;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s ease;
  }

  .megamenu-thumb-link:hover {
    background: rgba(24, 19, 171, 1);
  }

  .megamenu-thumb-link span {
    font-size: 12px;
    color: white;
  }

  .megamenu-thumb-link img {
    width: 12px;
    height: 12px;
  }

  .megamenu-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .megamenu-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .megamenu-btn:hover {
    background: #e9ecef;
    transform: translateX(4px);
  }

  .megamenu-btn span {
    font-size: 14px;
    color: #333;
  }

  .megamenu-btn img {
    width: 16px;
    height: 16px;
  }

  /* ===== ユーティリティクラス ===== */
  .bg-blue {
    background: #1813ab;
  }

  .bg-white {
    background: white;
  }

  .common-padding {
    padding: 40px 20px;
  }

  .block-title {
    font-size: 20px;
    font-weight: 700;
    color: #1813ab;
    margin-bottom: 16px;
    text-align: center;
  }

  .zap-icon-large {
    width: 24px;
    height: 24px;
  }

  .box-common {
    border-radius: 8px;
  }

  .business-handshake {
    background: url('assets/business-handshake.png') no-repeat center;
    background-size: cover;
  }
  
}

/* ===== レスポンシブ対応 ===== */
@media (max-width: 1024px) {
  .subpage-kv-wrapper {
    height: auto;
  }

  .subpage-kv {
    padding: 0;
    padding-top: 48px;
    padding-left: 18px;
    gap: 115px;
    display: grid;
    height: min-content;
    place-content: baseline;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .subpage-kv-wrapper .logo-bg-traced {
    position: absolute;
    width: calc(286px * 2);
    top: 0%;
    right: -4%;
    object-fit: cover;
    z-index: 0;
    }
  /* ===== サブページKV ===== */
  .subpage-kv .p {
    font-size: 24px;
    line-height: 3rem;
  }

  .subpage-kv .text-wrapper-2 {
    font-size: 20px;
    line-height: 3rem;
  }
  .header.header-normal {
    position: sticky;
    padding: 12px 16px;
    padding-right: 25px;
    width: 100vw;
    height: 70px;
    place-items: center;
  }

  /* ヘッダーの影響で隠れているコンテンツを表示 */
  .advantage-block::before {
    content: '';
    position: absolute;
    top: -2%;
    left: 0;
    width: 160%;
    height: 80%;
    background: url(assets/logo_content.png) no-repeat center;
    background-size: contain;
    mix-blend-mode: screen;
    opacity: 0.5;
    z-index: 1;
    transform: scaleX(-1);
  }
  .advantage-block::after {
    content: '';
    position: absolute;
    bottom: -36%;
    right: 76%;
    width: 160%;
    height: 80%;
    background: url(assets/logo_content.png) no-repeat left;
    background-size: contain;
    mix-blend-mode: screen;
    opacity: 0.5;
    z-index: 0;
    transform: scaleX(-1);
  }
  .header.header-normal .logo img {
    height: 40px;
  }
  
  .header.header-normal .button,
  .header.header-normal .button-2 {
    padding: 6px 12px;
    font-size: 12px;
  }
  
  .kv-block {
    padding: 0px 20px 32px;
    position: relative;
    z-index: 2;
  }
  .kv-block::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #1813ab;
    transform: skewY(-7deg);
    transform-origin: top left;
    z-index: -1;
    height: 100%;
    bottom: 0;
  }
  .kv-block::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160%;
    height: 65%;
    background: url(assets/logo_content.png) no-repeat center;
    background-size: contain;
    mix-blend-mode: screen;
    opacity: .5;
    z-index: -1;
  }
  .kv-block .text-line {
    font-size: 20px;
  }
  
  .business-block-index {
    width: 100%;
    padding: 96px 16px 38px 16px;
    background: #F1F4FF;
    position: relative;
    margin-bottom: 0;
  }

  .business-block-index .container {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
  }

  .business-block-index .title {
    font-size: 20px;
    font-weight: 700;
    color: #1813ab;
    text-align: center;
    margin-bottom: 40px;
  }

  .business-block-index .div {
    font-size: 40px;
  }
  .business-block-index .text-wrapper {
    font-size: 40px;
  }

  .business-block-index .span {
    font-size: 40px;
  }

  .business-block-index .title-eg {
    font-size: 16px;
    font-weight: 600;
    color: #1813ab;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .business-block-index .zap {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .business-block-index .zap:hover {
    transform: scale(1.1);
  }

  .business-block-index .advantage {
    font-family: Kanit;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    text-align: center;
  }

  .business-block-index .frame {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .business-block-index .left {
    display: none;
  }

  .business-block-index .teitan {
    display: none;
  }

  .business-block-index .teitan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 0 20px;
  }

  .business-block-index .right {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .business-block-index .frame-3 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .business-block-index .business-list {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: white;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .business-block-index .business-list:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .business-block-index .frame-4 {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
  }

  .business-block-index .img-2 {
    width: 30px;
    height: 30px;
  }

  .business-block-index .name-2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  .business-block-index .chevrons-right {
    width: auto;
    height: auto;
    margin-left: auto;
  }

  .business-block-index .button {
    max-width: 126px;
    place-self: end;
    margin-top: 24px;
    gap:5px;
  }
  .business-block-index .button:hover {
    background: #0f0b7a;
    transform: translateY(-2px);
  }

  .business-block-index .label-2 {
    font-size: 14px;
  }

  .business-block-index .chevrons-right-2 {
    width: 16px;
    height: 16px;
  }
  .news-company-block{
    flex-direction: column;

  }

  .recruit-block {
    padding: 0 0 96px 0;
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .CTA-block{
    padding: 96px 0 0 0;
    overflow: hidden;
  }

  .footer {
    padding: 32px 16px 16px;
  }
}

@media (max-width: 1024px) {
  .advantage-link-section {
    width: 100%;
    /* background-image: url(./assets/advantage-link-bg.png); */
    background-repeat: no-repeat;
    background-color: #1813ab;
    padding:  0 ;
    padding-bottom: 48px;
    margin-bottom: 0;
    position: relative;
    height: max-content;
    top: 0;
  }

  .advantage-link-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1813ab;
    transform: skewY(-7deg);
    transform-origin: top left;
    z-index: -1;
    height: 100%;
    bottom: 0;
  }

  .advantage-link-section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 0;
    gap: 0;
    overflow: hidden;
    margin-top: 80px;
  }
  .advantage-link-section .container::before{
    content: '';
    position: absolute;
    top: -20%;
    right: -0%;
    width: 250%;
    height: 100%;
    background: url(assets/logopattern-sp.png) no-repeat center;
    background-size: cover;
    mix-blend-mode: screen;
    opacity: 0.2;
    z-index: 1;
    transform: scaleX(-1);
  }

  .logo-bg-pattern {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0.5;
    top: 9%;
    left: 22%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
    .teitan-message{
    top: 0px;
  }
  .teitan-message img {
    width: 238px;
  }

  .link-cards-container {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    padding-inline: 0;
    margin-top: 20px;
  }

  .link-card {
    height: auto;
    min-height: 150px;
    aspect-ratio: 5 / 2;
    padding: 34px 28px;
    width: 100%;
    margin: 0 auto;
  }

  .link-card-title {
    z-index: 2;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    text-align: center;
  }

  .link-card-arrow {
    bottom: 15px;
    width: 16px;
    height: 8px;
  }

  .advantage-content {
    flex-direction: column;
    padding-inline: 0;
    padding-top: 23px;
    padding-bottom: 48px;
    align-items: center;
  }

  .advantage-content::first-child{
    padding-top: 23px;
  }

  .advantage-photo {
    max-width: 180px;
    max-height: 218px;
    margin: 0 auto;
  }

  .title-eg span {
    font-family: Prompt;
    font-weight: 400;
    font-style: Regular;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    text-align: right;
    place-self: flex-end;
  }

  .title-eg {
    margin-bottom: -10px;
    z-index: 3;
    justify-content: end;
  }

  .advantage-image {
    gap: 0;
  }

  .advantage-card {
    width: 95%;
    padding-bottom: 24px;
    padding-inline: 16px;
    order: 2;
  }

  .advantage-title h3 {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.6rem;
    letter-spacing: 0.025rem;
    text-align: center;
  }

  .advantage-description p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
  }

  .advantage-title {
    border-style: none;
    padding-bottom: 52px;
    padding-top: 23px;
    z-index: 2;
  }

  .advantage-number {
    top: -30px;
    left: 14px;
    -webkit-text-stroke: 1px #0D05D2;
  }
  .suggest-page-link .image {
    display: none;
  }

  .suggest-page-link .page-link-item {
    padding: 16px;
    margin: 0;
    width: 100%;
  }

  .suggest-page-link .link {
    justify-content: space-between;
  }

  .management-policy-section {
    display: none;
  }

  /* Management Policy Section - SP用スタイル */
  .management-policy-section {
    padding: 60px 0;
    background-color: #ffffff;
  }

  .management-policy-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .management-policy-section .policy-content {
    flex-direction: column;
    gap: 40px;
  }

  .management-policy-section .policy-text {
    flex: 1;
  }

  .management-policy-section .policy-title {
    font-family: 'Prompt', 'Noto Sans JP', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #333333;
    line-height: 1.2;
    margin: 0;
    text-align: center;
  }

  .management-policy-section .policy-image {
    flex: 1;
    max-width: 100%;
  }

  .management-policy-section .policy-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .subpage-kv {
  padding: 0;
  padding-top: 48px;
  padding-left: 18px;
  padding-right: 18px;
  gap: 139px;
  justify-content: unset;
}

.subpage-menu-button {
  display: none;
}

/* ===== タッチデバイス対応 ===== */

  .suggest-page-link {
    flex-direction: column;
    padding-block: 64px;
    padding-inline: 20px;
  }

  .page-link-item img.zap-icon {
    filter: brightness(0) saturate(100%) invert(13%) sepia(86%) saturate(5471%) hue-rotate(251deg) brightness(92%) contrast(111%) !important;
  }
}

/* ===== SP用フッターメニュー ===== */
@media (max-width: 1024px) {
  .footer {
    display: none;
  }
  
  .footer-sp {
    display: block;
    background: #fff;
    padding: 64px 16px 0 16px;
    position: relative;
  }
  /* ニュース・企業情報ブロックのlistスタイル */
  .news-company-block .list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(343px, 1fr));
    flex-direction: column;
    place-content: center;
    place-items: center;
  }
  .business-block-index .frame-2{
    gap: 20.6px;
  }
  /* frame-2 text-wrapperのスタイル */
  .frame-2 .text-wrapper {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 10.3px;
    line-height: 1rem;
    letter-spacing: 0rem;
  }
  .frame-2 .text-wrapper-2 {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 10.3px;
    line-height: 1rem;
    letter-spacing: 0rem;
    display: contents;
  }
  .footer-wrapper::before {
    content: '';
    position: absolute;
    top: -82px;
    left: 25%;
    width: 100%;
    height: 50%;
    background: url(assets/footer-bg.png) no-repeat center;
    background-size: contain;
    opacity: 0.1;
    z-index: 1;
    overflow: hidden;
  }
  
  .footer-sp-content {
    position: relative;
    z-index: 2;
  }
  
  /* ナビゲーションメニュー */
  .footer-sp-nav {
    margin-bottom: 40px;
  }
  
  .footer-sp-menu-item {
  }
  
  .footer-sp-menu-item:last-child {
    border-bottom: none;
  }
  
  .footer-sp-link {
    display: block;
    padding: 4px 8px;
    color: #1813ab;
    text-decoration: none;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    transition: color 0.3s ease;
  }
  
  /* お知らせ～プライバシーポリシーのみに適用するスタイル */
  .footer-sp-menu-item:nth-child(4) .footer-sp-link,
  .footer-sp-menu-item:nth-child(5) .footer-sp-link,
  .footer-sp-menu-item:nth-child(6) .footer-sp-link,
  .footer-sp-menu-item:nth-child(7) .footer-sp-link,
  .footer-sp-menu-item:nth-child(8) .footer-sp-link {
    padding-inline: 1rem;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    color: #1A1A1A;
  }
  
  /* プルダウンメニュー */
  .footer-sp-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    color: #1813ab;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.75rem;
  }

  .footer-sp-dropdown-trigger a {
    color: #1813ab;
  }
  
  .footer-sp-dropdown-trigger i {
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    width: 16px;
    height: 16px;
  }
  
  /* 開く前の+アイコン（縦線と横線で作成） */
  .footer-sp-dropdown-trigger i::before,
  .footer-sp-dropdown-trigger i::after {
    content: '';
    position: absolute;
    background: #1813ab;
    transition: all 0.3s ease;
  }
  
  .footer-sp-dropdown-trigger i::before {
    width: 2px;
    height: 16px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-sp-dropdown-trigger i::after {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  
  /* 開いた後の-アイコン（横線のみ表示） */
  .footer-sp-menu-item.has-dropdown.active .footer-sp-dropdown-trigger i::before {
   transform: rotate(90deg);
  }
  
  .footer-sp-menu-item.has-dropdown.active .footer-sp-dropdown-trigger i::after {
    width: 16px;
    height: 2px;
  }
  
  .footer-sp-dropdown-content {
    display: none;
    margin: 0 -20px;
    padding: 0 20px;
  }
  
  .footer-sp-menu-item.has-dropdown.active .footer-sp-dropdown-content {
    display: block;
  }
  
  .footer-sp-dropdown-link {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    transition: color 0.3s ease;
  }
  
  .footer-sp-dropdown-link i {
    margin-right: 8px;
    color:#1813ab;
    font-size: 12px;
    font-weight: 600;
  }
  
  /* 採用サイトボタン */
  .footer-sp-cta {
    margin-bottom: 40px;
  }
  
  .footer-sp-cta-button {
    width: 280px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    background: #006ACE;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .footer-sp-cta-button i {
    margin-right: 8px;
    font-size: 14px;
  }
  
  .footer-sp-cta-button:hover {
    background: #357abd;
  }
  
  /* 企業情報 */
  .footer-sp-company {
    margin-bottom: 48px;
  }
  
  .footer-sp-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .footer-sp-logo-icon {
    width: 240px;
    height: auto;
    margin-right: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .footer-sp-logo-icon img {
    width: 100%;
    height: auto;
  }
  
  .footer-sp-company-info {
    flex: 1;
    display: none;
  }
  
  .footer-sp-company-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
  }
  
  .footer-sp-company-subtitle {
    font-size: 12px;
    color: #666;
    font-weight: 400;
  }
  
  .footer-sp-company-details {
    margin-bottom: 20px;
  }
  
  .footer-sp-company-name-2 {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    color: #1A1A1A;
    margin-bottom: 12px;
  }
  
  .footer-sp-address {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    color: #1A1A1A;
    margin-bottom: 8px;
  }
  
  .footer-sp-phone {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    color: #1A1A1A;
  }
  
  /* コピーライト */
  .footer-sp-copyright {
    font-family: Prompt;
    font-weight: 300;
    font-size: 10px;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
    color: #000000;
    text-align: center;
    padding: 16px 0;
  }

  .message-block {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
  }
  .message-block::before {
    font-size: 64px;
    content: none;
  }
  .message-block .section-title {
    margin-bottom: -24px;
  }
  .message-inner {
    width: auto;
    margin: 0;
    place-items: center;
    padding-top: 40px;
  }
  .message-content-wrapper {
    flex-direction: column;
    width: -webkit-fill-available;
    padding: 0;
    padding-bottom: 48px;
    align-items: center;
    margin: 0;
    gap: 0;
  }
  .message-text {
    width: auto;
    max-width: max-content;
  }
  .message-name.sp-br {
    width: 90%;
    display: flex;
  }
  .message-text-content {
    width: auto;
    padding: 48px 16px 0 16px;
  }
  .message-photo {
    width: 95%;
    height: max-content;
    padding-block: 48px;
    background: none;
  }

  .message-bg-logo {
    top:45%;
  }
  .message-label {
    font-size:64px;
    top: 21px;
  }
  .youtube-section {
    padding: 0;
  }
  .youtube-inner {
    max-width: 100%;
    gap: 24px;
    padding: 96px 16px;
 }
  .youtube-block,
  .youtube-blocks {
    width: -webkit-fill-available;
    padding: 16px 7px;
    gap: 24px;
  }
  .youtube-video {
    width: 100%;
    height: auto;
  }

  .youtube-section .section-title {
    margin-bottom: 0;
  }

  .youtube-section .section-title h3 {
    font-size: 20px;
  }

  .youtube-block h4 {
    text-decoration: none;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    padding-inline: 9px;
  }

  /* .common-padding {
    display: none;
  } */
  /* 経営方針と社訓セクションを1024px以下でも表示するため、上記ルールをコメントアウト */

  .shakun-header {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 47px;
  }

  .shakun-section .section-title {
    margin-bottom: 0px;
  }

  .shakun-card {
    width: 100%;
    padding-inline: 0;
  }

  .shakun-number {
    margin-bottom: 12px;
    margin-left: 40px;
  }

  .shakun-text p {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    text-align: center;
  }

  .bg-white.shakun-section .shakun-header {
    padding-inline: 0;
  }

  .slogan-list {
    background-color: unset;
    padding: 0;
  }

  .slogan-item {
    background-color: #f1f4ff;
    padding: 24px 21px;
    flex-direction: column;
    padding-bottom: 55px;
  }

  .slogan-text {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.6rem;
    letter-spacing: 0.025rem;
    text-align: center;
    color: #1D395E;
  }
  .shakun-section {
    padding: 0;
  }
  .shakun-inner {
    flex-direction: column;
    gap: 24px;
  }
  .shakun-cards {
    flex-direction: column;
    padding-inline: 47px;
    padding-bottom: 32px;
    gap: 8px;
  }
  .shakun-cards {
    flex-direction: column;
    align-items: center;
  }
  .bg-white {
    padding: 48px 16px;
  }
  .bg-blue {
    min-width: auto;
    background-color: #f1f4ff;
    padding: 48px 16px;
  }
  .management-policy-bg {
    font-size: 2.7rem;
    color: #000090;
    right: 0;
    top: 0;
    position: relative;
    text-align: center;
  }
  .quality-policy-inner {
    flex-direction: column;
    max-width: max-content;
    padding: 0;
    gap: 13px;
  }
  .quality-policy-left {
    width: auto;
    padding: 48px 24px;
    padding-bottom: 96px;
  }
  .quality-policy-section .quality-policy-item {
    width: 100% !important;
  }

  .qualification-section p {
    font-size: 13px;
  }

  .quality-policy-section .section-title {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .quality-policy-list {
    margin-top: 0;
  }
  .compliance-section {
    padding: 0;
    margin-block: 0;
  }
  .business-handshake {
    background: none;
    left: 0;
    top: -73px;
    place-self: end;
  }
  .compliance-inner {
    flex-direction: column;
    margin-top: 48px;
    gap: 0;
    padding-bottom: 0;
    border-style: none;
  }
  .compliance-list {
    width: auto;
    padding: 48px 16px;
  }

  .compliance-title {
    padding: 0 16px;
  }

  .compliance-section .shakun-header {
    padding-inline: 16px;
    padding-top: 96px;
    padding-bottom: 46px;
  }

  .compliance-section .shakun-header .section-title{
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .shakun-subtitle {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
  }

  .compliance-title h3 {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6rem;
    letter-spacing: 0.025rem;
  }

  /* 組織図セクションの横スクロール対応 */
  .company-organizational-block {
    width: 100%;
    height: max-content;
    border-radius: 0;
    border: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 48px 16px;
  }

  .company-organizational-block .section-title {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 10;
    padding: 0 16px;
    margin-bottom: 24px;
  }

  .chart-container {
      min-width: 100%;
      width: 100%;
      height: fit-content;
      display: inline-block;
      white-space: normal;
      border-style: none;
  }

  .chart-container-sp {
      display: flex !important;
      align-items: center;
      margin-top: 16px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      vertical-align: baseline;
  }
  .chart-container-sp span {
    margin-top: 4px;
  }

  .office-subtitle {
    padding-top: 50px;
    padding-inline: 20px;
    margin-bottom: 56px;
  }

  .office-thumbnail {
    height: 179px;
  }

  .info-label {
    width: 100px;
  }

  .info-value {
    padding: 6px 8px;
  }

  .office-name-value {
    padding: 16px 8px;
  }

  .client-category-title h2 {
    text-align: left;
  }

  .partner-recruitment-content {
    flex-direction: column;
    padding: 96px 16px 48px 16px;
    gap:64px;
    position: relative;
  }

  .partner-recruitment-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/advantage-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    z-index: 0;
  }

  .partner-title {
    margin: 0 0 48px 0;
  }

  .btn-contact-partner {
    background-color: #2118FF;
  }

  .btn-contact-partner .label {
    color: #FFF;
  }

  .btn-contact-partner .icon i {
    color: #FFF;
  }

  .btn-contact-partner .icon {
    background-color: #5851ff;
  }

  .btn-contact-partner:hover {
    background-color: #2118FF;
    opacity: 0.8;
  }

  /* スクロールバーのカスタマイズ */
  .chart-container-sp::-webkit-scrollbar {
      height: 8px;
      width: 8px;
  }

  .chart-container-sp::-webkit-scrollbar-track {
      background: #EAEAEA;
      border-radius: 8px;
  }

  .chart-container-sp::-webkit-scrollbar-thumb {
      background: #767FFF;
      border-radius: 4px;
  }

  .chart-container-sp::-webkit-scrollbar-thumb:hover {
      background: #5A5FCC;
  }

  .company-organizational-inner {
    max-width: 100% !important;
  }

  .news-archive-container {
    max-width: 100% !important;
  }

  .chart-image {
    width: 100%;
    height: auto;
    padding-bottom: 16px;
  }

  /* 会社概要セクションのSP対応 */
  .company-info-block .section-title {
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 24px;
  }
  
  .company-info-block {
    padding-top: 48px;
  }
  
  .company-info-inner {
    padding: 0 16px;
  }

  .table-row {
    flex-direction: column;
  }

  .table-header {
    width: auto;
    border-bottom: 1px solid rgba(13, 5, 210, 0.6);
  }

  /* 沿革セクションのSP対応 */
  .company-history-block {
    padding-inline: 16px;
  }

  .history-row {
    flex-direction: column;
  }

  .history-date,
  .history-content {
    width: 100%;
  }

  .history-table {
    gap: 0;
  }
  
  .offices-block {
    padding: 64px 16px;
  }
  
  .offices-row {
    flex-direction: column;
    gap: 4px;
  }
  
  .offices-container {
    gap: 4px;
  }
  
  .offices-map-section {
    padding-inline: 20px;
    padding-top: 105px;
    padding-bottom: 96px;
    top: -65px;

  }
  
  .office-info-inner {
    padding: 48px 16px;
    max-width: -webkit-fill-available;
  }
  
  .office-cards-row {
    flex-direction: column;
  }
  .office-info-section {
    margin-bottom: 0;
    padding-bottom: 48px;
    padding-top: 0;
  }
  
  .office-info-section .section-title {
    justify-content: flex-start;
  }
  .office-card-header{
    margin-bottom: 16px;
  }
  .office-card-tags{
   margin-top: 0; 
  }
  .office-info-section .office-card {
    width: 100vw;
    gap: 69px;
    padding: 16px;
    max-width: -webkit-fill-available;
}
  
  .office-business {
    align-items: flex-start;
    flex-direction: column;
  }
  
  /* ===== 関連作業所セクション ===== */
  /* PC用グリッドレイアウト（SPでは非表示） */
  .pc-only {
    display: none;
  }
  
  /* SP用スライダーレイアウト */
  .sp-only {
    display: block;
  }
  
  /* 既存のグリッドレイアウトをSPでは1カラム表示 */
  .affiliated-offices-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .office-card {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  
  .affiliated-offices-slider {
    width: 100%;
    padding: 0 20px;
    margin-top: 32px;
  }
  
  .offices-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .swiper-wrapper {
    display: flex;
    transition-property: transform;
  }
  
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
  }

  .office-card-sp {
    background: #ffffff;
    border: 1px solid #0D05D2;
    border-radius: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: all 0.3s ease;
  }
  
  .office-card-sp:hover {
    transform: none;
    box-shadow: none;
  }
  
  .office-card-sp .office-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .office-card-sp .office-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    text-align: left;
    margin: 0 ;
  }
  
  .office-card-sp .office-address {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
  }
  
  .office-card-sp .office-address img {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
  }
  
  .office-card-sp .office-address span {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    flex: 1;
  }
  
  .office-card-sp .office-tel {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    padding-top: 16px;
  }
  
  .office-card-sp .office-tel img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  
  .office-card-sp .office-tel span {
    font-size: 18px;
    font-weight: 700;
    color: #0d05d2;
    flex: 1;
  }

  .office-title h4 {
    font-size: 22px;
  }
  
  /* スライダーナビゲーション */
  .swiper-nav {
    display: flex;
    justify-content: space-between ;
    order: 3;
    padding-top: 50px;
  }
  
  .swiper-button-next {
    position: unset !important;
    order: 2;
    border-style: none;
    background: transparent;
  }
  
  .swiper-button-prev {
    position: unset !important;
    background: transparent;
    border-style: none;
  }
 
  .swiper-pagination {
    position: unset !important;
    margin-top: 24px;
    text-align: center;
    order: 2;
  }
  
  .swiper-pagination-bullet {
    width: auto;
    height: auto;
    
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
  }
  .swiper-pagination-bullet{
    background: #2a24d3 !important;
  }
  .swiper-pagination-bullet-active {
   background: #0D05D2 !important;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    background: transparent;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    box-shadow: none;
    outline-color: transparent;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: ''!important;
    
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: ''!important;
    width: 30px;
    height: 20px;
    background: url('assets/chevron-right-double.svg') no-repeat center;
    background-size: contain;
    border: none;
    border-style: none;
  }

  .swiper-button-prev::after {
    transform: scaleX(-1);
  }

  .swiper-button-next::after {
    margin-left: 2px;
  }
  
  .swiper-button-prev::after {
    margin-right: 2px;
  }
  
  .swiper-button-next {
    right: -20px;
  }
  
  .swiper-button-prev {
    left: -20px;
  }
}
/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .office-card-sp {
    padding: 24px;
  }
  
  .office-card-sp .office-name {
    font-size: 16px;
  }
  
  .office-card-sp .office-address span {
    font-size: 12px;
  }
  
  .office-card-sp .office-tel span {
    font-size: 16px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
    border-style: none;
    box-shadow: none;
  }
  
  .swiper-button-next {
    right: -18px;
  }
  
  .swiper-button-prev {
    left: -18px;
  }
  
/* SP用のCTA-block .div-2スタイル */
.CTA-block .div-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;    gap: 16px 9px;
  padding-inline: 16px;
  padding-top: 32px;
  padding-bottom: 96px;
}

.CTA-block .div-2 > div {
  background: none;
  color: #FFF;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

/* 企業情報資料ダウンロード部分の特定スタイル */
.CTA-block .CTA-office:nth-child(4) .div-2 {
  grid-template-columns: 1fr;
  place-items: baseline;
  padding: 0;
}

/* SP用のframeクラスの子要素スタイル */
.CTA-block .frame {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.CTA-block .frame > * {
  max-width: 100%;
  text-align: center;
}

/* SP用のCTA-block::beforeスタイル */
.CTA-block::before {
  transform: scale(1.5);
}

/* SP用のrecruit-block .rightスタイル */
.recruit-block .right {
  order: 2 !important;
  width: 16.875rem;
  margin-left: 0;
}

/* SP用のrecruit-block .imageスタイル */
.recruit-block .image {
  max-width: 270px;
}

/* SP用のnews-company-block .thumbnailスタイル */
.news-company-block .thumbnail {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: clamp(4px, 1vw, 8px);
  overflow: hidden;
  padding-inline: 5.5px;
  margin-bottom: 0;
}

.news-company-block .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  /* SP用の業務範囲セクションスタイル */
.scope-row {
  flex-direction: column;
}

.scope-label {
  width: auto;
}

/* SP用の支社情報セクションスタイル */
section.office-info-section {
  flex-direction: column;
  align-items: center;
}

/* SP用の支社情報行スタイル */
.info-row {
  height: auto;
}

/* SP用のクライアントセクションコンテナスタイル */
.client-section-container {
  padding: 46px 16px;
}

/* SP用のクライアントグループスタイル */
.client-group {
  flex-direction: column;
}

/* SP用のパートナー募集ラッパースタイル */
.partner-recruitment-wrapper {
  padding: 0 20px;
}

/* SP用の経営方針背景パラグラフスタイル */
.management-policy-bg p {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
}
.business-item {
padding: 64px 0;
}
.business-content {
  flex-direction: column;
  background-color: #0D05D2;
}

.business-main {
  padding: 24px 16px;
}
.number-text {
  font-size:40px;
  font-weight: normal;
  letter-spacing: 0.3rem;
  -webkit-text-stroke: unset;
  color: #ffffff;
}
.business-header {
  padding: 16px 8px;
  flex-direction: column;
  align-items: flex-start;
}
.business-image {
  place-self: center;
  margin: 0;
  padding-bottom: 48px;
}
/* 有資格者一覧クラス */
.qualified-block-container {
  padding: 0;
  width: auto;
}
.qualified-tabs-container {
  padding-inline: 16px;
}
.qualified-cards-grid {
  justify-content: center;
  width: 100vw;
}
.qualified-tabs-container::after{
  content: none;
}
.qualified-tab.active{
  border-bottom: 1px solid #0d05d2;
  flex-direction: column;
}

.qualified-card {
  border-right: none;
}
/* お知らせ */
.news-item {
  flex-direction: row;
  padding: 25px 6px 17px 6px;
}
.news-thumbnail {
  width: 100%;
  max-width: 120px;
  height: 74px;
  border-radius: 6px;
}
.download-inner {
  gap: 48px;
}
.news-title {
  font-size:14px;
}
.download-block{
  padding: 96px 0;
  margin-top: 48px;
}
.download-left {
  order: 1;
}
.download-title {
  font-size:28px;
}
.download-description {
  font-size:16px;
}
.slide-image-placeholder {
  max-width: 100%;
  width: 90vw;
  padding-inline: 16px;
  height: 381px;
}

.qualified-title {
  font-size:24px;
}
.business-block .logo-bg-traced {
  position: absolute;
  width: 165px;
  height: 165px;
}

.business-block .logo-bg-traced-1 {
  right: 0;
  top: 15.5%;
  left: unset;
}

.business-block .logo-bg-traced-2 {
  left: 0;
  top: 34.2%;
}

.business-block .logo-bg-traced-3 {
  right: 0;
  left: unset;
  top: 54.3%;
}

.business-block .logo-bg-traced-4 {
  left: 0;
  top: 70%;
}

.business-block .logo-bg-traced-5 {
  right: 0;
  left: unset;
  top: 84%;
}
}
/* max-width:1024px */
/* =================================================================== */
/* SP 表示 */
@media (max-width: 768px) {
  @import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

  * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
  }
  
  .block-content{
      width:100%;
    margin: 0 auto;
  }
  .keiei-p-text{
    width:100%;
  }
  .keiei-p-text span{
    font-size: 16px;
  }
  .message-name .name{
    font-size: 16px;
  }
  .message-name .position{
    font-size: 16px;
  }

  /* advantage-blockの左側の順序を1に設定 */
  .advantage-block .left {
    order: 1;
    margin-bottom: 59px;
  }

  /* advantage-blockのボタンを右端に配置 */
  .advantage-block .button {
    place-self: end;
    position: unset;
    width: 182px;
    padding: 17px 12px;
    gap:0;
  }

  /* advantage-blockのタイトルを左端に配置 */
  .advantage-block .title {
    place-items: flex-start;
  }

  /* advantage-blockのコンテンツ間のギャップを設定 */
  .advantage-block .content {
    gap: 51px;
  }

  /* advantage-blockのテキストラッパーのフォントサイズを設定 */
  .advantage-block .text-wrapper {
    font-size: 32px;
    text-align: left;

  }

  /* advantage-blockのdescriptionのテキスト配置を設定 */
  .advantage-block .description {
    text-align: left;
    border-radius: 8px;
  }

  /* advantage-blockのadvantageクラスのスタイル設定 */
  .advantage-block .advantage {
    font-family: Prompt;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    text-align: center;
  }

  .title-eg img {
    width: 13px !important;
    height: 15px !important;
  }

  .advantage-block .chevrons-right {
    width: auto;
    height: auto;
  }

  .advantage-block .label {
    word-break: keep-all;
  }

  /* advantage-blockの右側の順序を2に設定 */
  .advantage-block .right {
    order: 2;
    margin-top: -40px;
  }

  /* advantage-blockのteitan02の順序を1に設定 */
  .advantage-block .teitan02 {
    order: 1;
    width: 273px;
    height: 134px;
    margin: 0;
    margin-left: 66px;
  }

  /* advantage-blockのコンテナのギャップを0に設定 */
  .advantage-block .container {
    gap: 0;
    z-index: 2;
    flex-direction: column;
    align-items: center;
  }

  /* advantage-blockのパディングを設定 */
  .advantage-block {
    padding: 50px 20px 96px;
  }

    /* teitan-spをSPで表示 */
  .teitan-sp {
    display: block;
    width: 178.5px;
    height: 157.5px;
    margin:0 auto;
    margin-bottom: 48px;
  }
  .teitan-sp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* business-block-indexのimageスタイル設定 */
  .business-block-index .image {
    max-width: 280px;
    object-fit: cover;
    box-shadow: 4px 4px 0px 4px #1813ab;
  }
  .business-block-index .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 20px 0px 20px;
}
  /* 各セクションのタイトル部分を左寄せに設定 */
  .advantage-block .title,
  .business-block-index .title,
  .news-company-block .title,
  .recruit-block .title {
    text-align: left;
  }
  /* copy-text-spのパディングトップを設定 */
  .copy-text-sp {
    padding-top: 48px;
    padding-bottom: 60px;
    display: block;
    line-height: normal;
    padding-inline: 20px;
  }

  /* copy-text-spの文字スタイル設定 */
  .copy-text-sp .text-line-sp {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 48px;
    /* line-height: 1.3rem; */
    letter-spacing: 0.03rem;
    color: #111111;
    font-feature-settings: "palt";
  }
  .copy-text-sp .text-line-sp:nth-child(2){
    margin-left: 56px!important;
  }

  /* copy-text-spのspan要素のスタイル設定 */
  .copy-text-sp .text-line-sp span {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 52px;
    display: inline-block;
    /* line-height: 1.3rem; */
    color: #0D05D2;
    letter-spacing: normal;
    
  }

  /* 改行防止のためのスタイル */
  .copy-text-sp .text-line-sp.no-break {
    white-space: nowrap;
    overflow: hidden;
  }

  html,
  body {
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
  }

  /* スムーススクロール */
  html {
    scroll-behavior: smooth;
  }

  /* a blue color as a generic focus style */
  button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
  }

  a {
    text-decoration: none;
  }

  /* ===== ヘッダー ===== */
  .header.header-normal {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 12px 20px;
  }

  .header.header-normal .class {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .header.header-normal .left {
    flex: 0 0 auto;
    width: 150px;
    padding: 0;
  }

  .header.header-normal .logo {
    display: flex;
    align-items: center;
    width: auto;
    height: 36px;
  }

  .header.header-normal .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .header.header-normal .right {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
  }

  /* ハンバーガーメニューが開いている時のrightクラスの状態 */
  .header.header-normal .right.active {
    z-index: 10000;
  }

  /* SPではメニューとボタンを非表示 */
  .header.header-normal .menus,
  .header.header-normal .frame {
    display: none;
  }

  /* ハンバーガーメニュー */
  .header.header-normal .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
    border: none;
    padding: 0;
  }

  /* SP用ヘッダーメニューのプルダウン制御 */
  .header.header-normal .hamburger-menu-item {
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;

  }
  .header.header-normal .hamburger-menu-item:nth-child(4){
    margin-top: 16px;
    padding-block: 4px;
  }

  .header.header-normal .hamburger-menu-item:nth-child(4),
  .header.header-normal .hamburger-menu-item:nth-child(5) {
    border-bottom: none;
    padding-left: 16px;
  }

  .header.header-normal .hamburger-menu-item.active:nth-child(2) .hamburger-dropdown-trigger,
  .header.header-normal .hamburger-menu-item.active:nth-child(3) .hamburger-dropdown-trigger {
    padding-bottom: 12px;
  }

  .header.header-normal .hamburger-menu-item.has-dropdown {
    position: relative;
  }

  .header.header-normal .hamburger-dropdown-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff !important;
    font-family: Noto Sans JP;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    padding-inline: 8px;
  }

  .header.header-normal .hamburger-dropdown-trigger span {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
  }
  .header.header-normal .hamburger-dropdown-trigger span a{
    padding-inline: 0;
  }
  .header.header-normal .hamburger-dropdown-trigger:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .header.header-normal .hamburger-dropdown-trigger i {
    transition: transform 0.3s ease;
    font-size: 14px;
  }

  .header.header-normal .hamburger-menu-item.has-dropdown.active .hamburger-dropdown-trigger i {
    transform: rotate(45deg);
  }

  .header.header-normal .hamburger-dropdown-content {
    display: none;
    padding-left: 16px;
    margin-top: 0;
    border-top:1px solid #fff;

  }

  .header.header-normal .hamburger-menu-item.has-dropdown.active .hamburger-dropdown-content {
    display: block;
  }

  .header.header-normal .hamburger-dropdown-link {
    display: flex;
    align-items: center;
    padding: 8px ;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 6px;
  }

  .header.header-normal .hamburger-dropdown-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
  }

  .header.header-normal .hamburger-dropdown-link i {
    margin-right: 8px;
    font-size: 12px;
    color: rgb(255, 255, 255);
  }

  .header.header-normal .hamburger-menu .line {
    width: 32px;
    height: 2px;
    background: #0D05D2;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 1px;
  }
  .header.header-normal .hamburger-menu .line:nth-child(3) {
    width: 22px;
  }


  .header.header-normal .hamburger-menu.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .header.header-normal .hamburger-menu.active .line:nth-child(2) {
    opacity: 0;
  }

  .header.header-normal .hamburger-menu.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
    width: 32px;

  }

  /* ハンバーガーメニューオーバーレイ */
  .header.header-normal .hamburger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    padding-top:70px;
    overflow-y: auto;
  }

  .header.header-normal .hamburger-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .header.header-normal .hamburger-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 64px;
    padding-bottom: 0;
    background: #2118FF;
    overflow-y: auto;
  }

  .header.header-normal .hamburger-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 95%;
    margin: 0 auto;
  }

  .header.header-normal .hamburger-nav a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.75rem;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    width: 100%;
    padding-inline:8px ;
  }

  .header.header-normal .hamburger-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
    width: 95%;
    background-color: #fff;
    padding-inline: 31.5px;
    padding-block: 16px;
    border-radius: 8px;
    margin-bottom: 32px;
  }

  .header.header-normal .hamburger-btn {
    padding: 12px 24px;
    border-radius: 6px;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 200px;
  }

  .header.header-normal .hamburger-btn.primary {
    background: #2118FF;
    color: #FFF;
    height: 50px;
  }

  .header.header-normal .hamburger-btn.primary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
  }

  .header.header-normal .hamburger-btn.secondary {
    background: #006ACE;
    color: white;
    height: 50px;
  }

  .header.header-normal .hamburger-btn.secondary:hover {
    background: white;
    color: #1813ab;
    transform: translateY(-2px);
  }

  /* ハンバーガーメニュー閉じるボタン */
  .header.header-normal .hamburger-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .header.header-normal .hamburger-close:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .header.header-normal .hamburger-close::before,
  .header.header-normal .hamburger-close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 1px;
  }

  .header.header-normal .hamburger-close::before {
    transform: rotate(45deg);
  }

  .header.header-normal .hamburger-close::after {
    transform: rotate(-45deg);
  }

  /* SP用ヘッダーのよくある質問・資料ダウンロードボタン */
  .header.header-normal .hamburger-btn.faq,
  .header.header-normal .hamburger-btn.download {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
    background: #FFF;
    color: #000;
    padding: 8px;
    justify-content: flex-start;
  }

  /* よくある質問・資料ダウンロードボタンのコンテナ */
  .header.header-normal .hamburger-info-buttons {
    display: flex;
    flex-direction: column;
    width: 95%;
    background-color: #fff;

  }

  /* ===== KVブロック ===== */
  .kv-block {
    width: 100%;
    padding: 80px 20px 40px;
    background: #1813AB;
    position: relative;
    min-height: fit-content;
    margin-bottom: 0;
  }

  .kv-block .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    gap: 4px;
    padding: 0%;

  }

  .kv-block .left-section {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    order: 2;
    padding: 0%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: -30px;
  }

  .kv-block .image01 {
    max-width: 80%;
    height: 337px;
    border-radius: 0 20px 0 20px;
    position: relative;
    overflow: hidden;
    order: 1;
    flex-shrink: 0;
  }

  .kv-block .slider-left .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 0 20px;
  }

  .kv-block .navigationbar {
    display: flex
  ;
    justify-content: center;
    padding: 0;
    order: 2;
    height: min-content;
    width: auto;
    flex-basis: fit-content;
    flex-shrink: 0;
    flex-grow: inherit;
    writing-mode: tb;
  }

  .kv-block .bar {
    display: flex;
    align-items: center;
    gap: 12px;
    writing-mode: tb;
  }

  .kv-block .line {
    width: 3px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .kv-block .line.active {
    background: white;
  }

  .kv-block .counter {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 14px;
  }

  .kv-block .current {
    font-weight: 700;
    font-size: 16px;
  }

  .kv-block .separator {
    font-size: 12px;
    opacity: 0.7;
  }

  .kv-block .total {
    font-size: 14px;
    opacity: 0.8;
  }

  .kv-block .right-section {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 24px;
    order: 3;
    padding: 0%;
  }

  .kv-block .copy-text {
    text-align: center;
    display: none;
  }

  .kv-block .text-line {
    font-size: 24px;
    font-weight: 700;
    color: white;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  .kv-block .highlight-char {
    color: #ffd700;
  }

  .kv-block .image02 {
    width: 220px;
    height: 260px;
    border-radius: 0 20px 0 20px;
    position: relative;
    overflow: hidden;
  }

  .kv-block .slider-right .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 0 20px;
  }

  .kv-block .teitan01 {
    position: absolute;
    bottom: -32px;
    left:  0;
    width: 208px;
    height: 190px;
    margin: 0;
  }

  .kv-block .teitan01 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .subpage-kv .title{
    padding-bottom: 48px;
  }
  /* ===== CTAブロック ===== */
  .CTA-block {
    width: 100%;
    padding: 40px 20px;
    background: #1813AB;
    position: relative;
  }

  .CTA-block::before {
    content: '';
    position: absolute;
    top: -33%;
    left: 33px;
    width: 160%;
    height: 100%;
    background: url(assets/logo_content.png) no-repeat center;
    background-size: contain;
    mix-blend-mode: screen;
    opacity: .5;
    z-index: 1;
  }

  .CTA-block .title-contact {
    position: relative;
    z-index: 2;
    text-align: center;
    gap: 0;
  }

  .CTA-block .title {
    font-size: 20px;
    font-weight: 700;
    color: #1813ab;
    margin-bottom: 8px;
  }

  .CTA-block .div {
    font-size: 14px;
    color: #FFF;
    place-items: center;
  }

  .CTA-block .zap-icon {
    display: inline-block;
    color: #1813ab;
  }

  .CTA-block .advantage {
    
    margin-bottom: 4px;
  }

  .CTA-block .text-wrapper {
    margin-bottom: 24px;
    text-align: left;
  }

  .CTA-block .text-wrapper-2 {
    margin-bottom: 24px;
  }

  .CTA-block .contact-infomation {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
  }

  .CTA-block .text-wrapper-3 {
    color: #1A1A1A;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;

  }

  .CTA-block .frame {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .CTA-block .CTA-mainoffice,
  .CTA-block .CTA-mainoffice-2 {
    display: flex;
    width: 100%;
    min-height: 150px;
    align-items: flex-start;
    gap: 0;
    padding: 32px 16px;
    background: white;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .CTA-block .CTA-mainoffice:hover,
  .CTA-block .CTA-mainoffice-2:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .CTA-block .text-wrapper-4 {
    font-size: 16px;
    font-weight: 600;
    color: #1813ab;
    margin-bottom: 9px;
  }

  .CTA-block .text-wrapper-5 {
    font-size: 14px;
    color: #1A1A1A;
    margin-bottom: 8px;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 1.67rem;
    letter-spacing: 0.04rem;

  }

  .CTA-block .text-wrapper-6 {
    font-family: Noto Sans JP;
    font-weight: 700;
    color: #1A1A1A;
    font-size: 20px;
    line-height: 1.6rem;
    letter-spacing: 0.025rem;
  }

  .CTA-block .frame-2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .CTA-block .img {
    width: 24px;
    height: 24px;
  }



  .CTA-block .element {
  text-align: left;
  }

  .CTA-block .div-2 {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #1813AB;
  }

  .CTA-block .CTA-office {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 12px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    height: auto;
    min-height: 162px;
  }

  .CTA-block .CTA-office:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .CTA-block .frame-3 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
  }

  .CTA-block .text-wrapper-8 {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 4px;
  }

  .CTA-block .phone {
    font-size: 16px;
    font-weight: 600;
    color: #1813ab;
    width: 16px;
    height: 16px;
  }

  .CTA-block .text-wrapper-9 {
    color: #FFF;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;

  }

  .CTA-block .element-2 {
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-align: left;
  }

  .CTA-block .text-wrapper-10 {
    font-size: 14px;
    color: #666;
  }

  .CTA-block .file {
    width: 20px;
    height: 20px;
  }

  /* ===== フッター ===== */
  .footer-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .footer-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/footer-bg.png') no-repeat center;
    background-size: cover;
    opacity: 0.1;
    z-index: 1;
  }

  .footer {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px 20px 20px;
    background: #1813ab;
    color: white;
  }

  .footer .frame {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
  }

  .footer .left {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer .logo {
    display: flex;
    align-items: center;
  }

  .footer .logo img {
    height: 40px;
    width: auto;
  }

  .footer .div {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
  }

  .footer .text-wrapper {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
  }

  .footer .element {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
  }

  .footer .text-wrapper-2 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
  }

  .footer .right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer .menus {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer .dropdown-list,
  .footer .dropdown-list-2,
  .footer .dropdown-list-3,
  .footer .dropdown-list-4 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 8px 0;
  }

  .footer .dropdown-list:hover,
  .footer .dropdown-list-2:hover,
  .footer .dropdown-list-3:hover,
  .footer .dropdown-list-4:hover {
    color: white;
  }

  .footer .name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
  }

  .footer .menu-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 16px;
  }

  .footer .check-indeterminate {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }

  .footer .language-name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
  }

  .footer .button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .footer .button:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .footer .icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .footer .icon-search {
    width: 16px;
    height: 16px;
  }

  .footer .label {
    font-size: 14px;
    color: white;
  }

  .footer .copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer .p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
  }

  /* ===== 採用ブロック ===== */
  .recruit-block {
    width: 100%;
    padding: 40px 0px;
    position: relative;
  }

  .recruit-block .left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
    min-height: 168px;
    max-width: 100%;
  }

  .recruit-block .frame {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 64px 24px 0px;
    max-width: 100%;
    position: unset;
  }

  .recruit-block .div {
    gap:48px;
  }

  .recruit-block .title {
    font-weight: 700;
    align-items: flex-start;
    color: #1813ab;
  }

  .recruit-block .text-wrapper {
    margin-bottom: 4px;
  }

  .recruit-block .title-eg {
    font-size: 16px;
    font-weight: 600;
    color: #1813ab;
    display: flex;
    place-items: flex-start;
    gap: 8px;
  }

  .recruit-block .title-eg .img {
    width: 20px;
    height: 20px;
  }

  .recruit-block .advantage {
    font-size: 16px;
    font-weight: 600;
    color: #002956;
    margin-bottom: 16px;
  }

  .recruit-block .text-wrapper-2 {
    font-size: 16px;
    text-align: left;
  }

  .recruit-block .button {
  font-size: 14px;
  place-self: flex-end;
  }

  .recruit-block .button:hover {
    background: #0f0b7a;
    transform: translateY(-2px);
  }

  .recruit-block .icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .recruit-block .button .icon i {
    font-size: 12px;
  }

  .recruit-block .label {
    font-size: 14px;
    color: white;
  }

  .recruit-block .teitan {
    position: relative;
    width: 257px;
    height: auto;
    top: 48px;
    border-radius: 0 20px 0 20px;
  }

  .recruit-block .teitan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 0 20px;
  }

  /* ===== ニュース・企業情報ブロック ===== */
  .news-company-block {
    width: 100%;
    padding: 40px 20px;
    background: white;
    position: relative;
  }

  .news-company-block .div {
    display: flex;
    flex-direction: column;
    gap: 46px;
    width: 100%;
  }

  .news-company-block .div-2 {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-company-block .title {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 1.5em;
    letter-spacing: 0.02rem;
    text-align: center;
    
  }

  .news-company-block .text-wrapper {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5rem;
    letter-spacing: 0.02rem;
    text-align: left;
  }

  .news-company-block .span {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5rem;
    letter-spacing: 0.02rem;
    text-align: left;
  }

  .news-company-block .title-eg {
    color: #1813ab;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5rem;
    letter-spacing: 0.02rem;
    text-align: left;
  }

  .news-company-block .zap {
    width: 20px;
    height: 20px;
  }

  .news-company-block .advantage {
    color: #1813ab;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
  }

  .news-company-block .frame {
    flex-direction: column;
    width: 100%;
  }

  .news-company-block .news-list {
    flex-direction: column !important;
    padding: 16px 21.5px;
    padding-bottom: 26px;
    max-width: 100%;
    gap:26px;
  }

  .news-company-block .news-list:hover {
    background: #e9ecef;
    transform: translateY(-2px);
  }

  .news-company-block .thumbnail {
    width: 100%;
    height: 184px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
  }

  .news-company-block .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-company-block .body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    place-self: flex-start;
    padding-block: 0;
  }

  .news-company-block .postdate-category {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
  }

  .news-company-block .postdate {
    color: #0D05D2;
  }

  .news-company-block .text-wrapper-3 {
    font-size: 12px;
    color: #767FFF;

  }

  .news-company-block .category-label {
    font-size: 10px;
    color: white;
    background: #1813ab;
    padding: 2px 6px;
  }

  .news-company-block .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-company-block .button {
    padding:12px;
    gap:10px;
  }

  .news-company-block .button:hover {
    background: #0f0b7a;
    transform: translateY(-2px);
  }

  .news-company-block .chevrons-right {
    width: 16px;
    height: 16px;
  }

  .news-company-block .list-2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .news-company-block .link {
    display: flex;
    align-items: center;
    padding:  16px 16px 16px 32px;
    transition: all 0.3s ease;
    max-width: 100%;
  }

  .news-company-block .link:hover {
    background: #e9ecef;
    transform: translateX(4px);
  }

  .news-company-block .icon {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .news-company-block .img {
    width: 16px;
    height: 16px;
  }

  .news-company-block .icon i {
    font-size: 12px;
    color: #666;
  }

  .news-company-block .icon img {
    width: 20px;
    height: 20px;
  }

  /* ===== 事業内容ブロック ===== */
  /* ===== メガメニュー ===== */
  .megamenu-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
  }

  .megamenu-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .megamenu-inner {
    padding: 24px 20px;
  }

  .megamenu-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
  }

  .megamenu-header .zap-icon {
    width: 20px;
    height: 20px;
  }

  .megamenu-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1813ab;
  }

  .megamenu-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .megamenu-columns-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .megamenu-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .megamenu-column:last-child {
    margin-bottom: 0;
  }

  .megamenu-group-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
  }

  .megamenu-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .megamenu-list li {
    list-style: none;
  }

  .megamenu-list li a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    padding-left: 16px;
  }

  .megamenu-list li a:hover {
    color: #1813ab;
  }

  .megamenu-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #1813ab;
    border-radius: 50%;
  }

  .megamenu-thumbnail {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
  }

  .megamenu-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .megamenu-thumb-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(24, 19, 171, 0.9);
    color: white;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s ease;
  }

  .megamenu-thumb-link:hover {
    background: rgba(24, 19, 171, 1);
  }

  .megamenu-thumb-link span {
    font-size: 12px;
    color: white;
  }

  .megamenu-thumb-link img {
    width: 12px;
    height: 12px;
  }

  .megamenu-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .megamenu-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .megamenu-btn:hover {
    background: #e9ecef;
    transform: translateX(4px);
  }

  .megamenu-btn span {
    font-size: 14px;
    color: #333;
  }

  .megamenu-btn img {
    width: 16px;
    height: 16px;
  }

  /* ===== ユーティリティクラス ===== */
  .bg-blue {
    background: #1813ab;
  }

  .bg-white {
    background: white;
  }

  .common-padding {
    padding: 40px 20px;
  }

  .block-title {
    font-size: 20px;
    font-weight: 700;
    color: #1813ab;
    margin-bottom: 16px;
    text-align: center;
  }

  .zap-icon-large {
    width: 24px;
    height: 24px;
  }

  .box-common {
    border-radius: 8px;
  }

  .business-handshake {
    background: url('assets/business-handshake.png') no-repeat center;
    background-size: cover;
  }
  
}

/* ===== レスポンシブ対応 ===== */
@media (max-width: 768px) {
  .subpage-kv-wrapper {
    height: auto;
  }

  .subpage-kv {
    padding: 0;
    padding-top: 48px;
    padding-left: 18px;
    gap: 115px;
    display: grid;
    height: min-content;
    place-content: baseline;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .subpage-kv-wrapper .logo-bg-traced {
    position: absolute;
    width: 70%;
    top: -48px;
    right: -8%;
    object-fit: cover;
    z-index: 0;
    }
  /* ===== サブページKV ===== */
  .subpage-kv .p {
    font-size: 24px;
    line-height: 3rem;
  }

  .subpage-kv .text-wrapper-2 {
    font-size: 20px;
    line-height: 3rem;
  }
  .header.header-normal {
    position: sticky;
    padding: 12px 16px;
    padding-right: 25px;
    width: 100vw;
    height: 70px;
    place-items: center;
  }

  /* ヘッダーの影響で隠れているコンテンツを表示 */
  .advantage-block::before {
    content: '';
    position: absolute;
    top: -2%;
    right: -18%;
    width: 160%;
    height: 80%;
    background: url(assets/logo_content.png) no-repeat center;
    background-size: contain;
    mix-blend-mode: screen;
    opacity: 0.5;
    z-index: 1;
    transform: scaleX(-1);
  }
  .advantage-block::after {
    content: '';
    position: absolute;
    bottom: -36%;
    left: -97%;
    width: 160%;
    height: 80%;
    background: url(assets/logo_content.png) no-repeat left;
    background-size: contain;
    mix-blend-mode: screen;
    opacity: 0.5;
    z-index: 0;
    transform: scaleX(-1);
  }
  .header.header-normal .logo img {
    height: 40px;
  }
  
  .header.header-normal .button,
  .header.header-normal .button-2 {
    padding: 6px 12px;
    font-size: 12px;
  }
  
  .kv-block {
    padding: 0px 20px 32px;
    position: relative;
    z-index: 2;
  }
  .kv-block::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #1813ab;
    transform: skewY(-7deg);
    transform-origin: top left;
    z-index: -1;
    height: 100%;
    bottom: 0;
  }
  .kv-block::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -76px;
    width: 160%;
    height: 65%;
    background: url(assets/logo_content.png) no-repeat center;
    background-size: contain;
    mix-blend-mode: screen;
    opacity: .5;
    z-index: -1;
  }
  .kv-block .text-line {
    font-size: 20px;
  }
  
  .business-block-index {
    width: 100%;
    padding: 96px 16px 38px 16px;
    background: #F1F4FF;
    position: relative;
    margin-bottom: 0;
  }

  .business-block-index .container {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
  }

  .business-block-index .title {
    font-size: 20px;
    font-weight: 700;
    color: #1813ab;
    text-align: center;
    margin-bottom: 40px;
  }

  .business-block-index .div {
    font-size: 40px;
  }
  .business-block-index .text-wrapper {
    font-size: 40px;
  }

  .business-block-index .span {
    font-size: 40px;
  }

  .business-block-index .title-eg {
    font-size: 16px;
    font-weight: 600;
    color: #1813ab;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .business-block-index .zap {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .business-block-index .zap:hover {
    transform: scale(1.1);
  }

  .business-block-index .advantage {
    font-family: Kanit;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    text-align: center;
  }

  .business-block-index .frame {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .business-block-index .left {
    display: none;
  }

  .business-block-index .teitan {
    display: none;
  }

  .business-block-index .teitan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 0 20px;
  }

  .business-block-index .right {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .business-block-index .frame-3 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .business-block-index .business-list {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: white;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .business-block-index .business-list:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .business-block-index .frame-4 {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
  }

  .business-block-index .img-2 {
    width: 30px;
    height: 30px;
  }

  .business-block-index .name-2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  .business-block-index .chevrons-right {
    width: auto;
    height: auto;
    margin-left: auto;
  }

  .business-block-index .button {
    max-width: 126px;
    place-self: end;
    margin-top: 24px;
    gap:5px;
  }
  .business-block-index .button:hover {
    background: #0f0b7a;
    transform: translateY(-2px);
  }

  .business-block-index .label-2 {
    font-size: 14px;
  }

  .business-block-index .chevrons-right-2 {
    width: 16px;
    height: 16px;
  }
  .news-company-block{
    padding: 192px 16px 96px 16px;
  }

  .recruit-block {
    padding: 0 0 96px 0;
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .CTA-block{
    padding: 96px 0 0 0;
    overflow: hidden;
  }

  .footer {
    padding: 32px 16px 16px;
  }
}

@media (max-width: 768px) {
  .advantage-link-section {
    width: 100%;
    /* background-image: url(./assets/advantage-link-bg.png); */
    background-repeat: no-repeat;
    background-color: #1813ab;
    padding:  0 ;
    padding-bottom: 48px;
    margin-bottom: 0;
    position: relative;
    height: max-content;
    top: 0;
  }

  .advantage-link-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1813ab;
    transform: skewY(-7deg);
    transform-origin: top left;
    z-index: -1;
    height: 100%;
    bottom: 0;
  }

  .advantage-link-section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 0;
    gap: 0;
    overflow: hidden;
    margin-top: 80px;
  }
  .advantage-link-section .container::before{
    content: '';
    position: absolute;
    top: -20%;
    right: -0%;
    width: 250%;
    height: 100%;
    background: url(assets/logopattern-sp.png) no-repeat center;
    background-size: cover;
    mix-blend-mode: screen;
    opacity: 0.2;
    z-index: 1;
    transform: scaleX(-1);
  }

  .logo-bg-pattern {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0.5;
    top: 9%;
    left: 22%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
    .teitan-message{
    top: 0px;
  }
  .teitan-message img {
    width: 238px;
  }

  .link-cards-container {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    padding-inline: 0;
    margin-top: 20px;
  }

  .link-card {
    height: auto;
    min-height: 150px;
    aspect-ratio: 5 / 2;
    padding: 34px 28px;
    width: 100%;
    margin: 0 auto;
  }

  .link-card-title {
    z-index: 2;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    text-align: center;
  }

  .link-card-arrow {
    bottom: 15px;
    width: 16px;
    height: 8px;
  }

  .advantage-content {
    flex-direction: column;
    padding-inline: 0;
    padding-top: 23px;
    padding-bottom: 48px;
    align-items: center;
  }

  .advantage-content::first-child{
    padding-top: 23px;
  }

  .advantage-photo {
    max-width: 180px;
    max-height: 218px;
    margin: 0 auto;
  }

  .title-eg span {
    font-family: Prompt;
    font-weight: 400;
    font-style: Regular;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    text-align: right;
    place-self: flex-end;
  }

  .title-eg {
    margin-bottom: -10px;
    z-index: 3;
    justify-content: end;
  }

  .advantage-image {
    gap: 0;
  }

  .advantage-card {
    width: 95%;
    padding-bottom: 24px;
    padding-inline: 16px;
    order: 2;
  }

  .advantage-title h3 {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.6rem;
    letter-spacing: 0.025rem;
    text-align: center;
  }

  .advantage-description p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
  }

  .advantage-title {
    border-style: none;
    padding-bottom: 52px;
    padding-top: 23px;
    z-index: 2;
  }

  .advantage-number {
    top: -30px;
    left: 14px;
    -webkit-text-stroke: 1px #0D05D2;
  }
  .suggest-page-link .image {
    display: none;
  }

  .suggest-page-link .page-link-item {
    padding: 16px;
    margin: 0;
  }

  .suggest-page-link .link {
    justify-content: space-between;
  }

  .management-policy-section {
    display: none;
  }

  /* Management Policy Section - SP用スタイル */
  .management-policy-section {
    padding: 60px 0;
    background-color: #ffffff;
  }

  .management-policy-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .management-policy-section .policy-content {
    flex-direction: column;
    gap: 40px;
  }

  .management-policy-section .policy-text {
    flex: 1;
  }

  .management-policy-section .policy-title {
    font-family: 'Prompt', 'Noto Sans JP', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #333333;
    line-height: 1.2;
    margin: 0;
    text-align: center;
  }

  .management-policy-section .policy-image {
    flex: 1;
    max-width: 100%;
  }

  .management-policy-section .policy-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .subpage-kv {
  padding: 0;
  padding-top: 48px;
  padding-left: 18px;
  padding-right: 18px;
  gap: 139px;
  justify-content: unset;
}

.subpage-menu-button {
  display: none;
}

/* ===== タッチデバイス対応 ===== */

  .suggest-page-link {
    flex-direction: column;
    padding-block: 64px;
  }
}

/* ===== SP用フッターメニュー ===== */
@media (max-width: 768px) {
  .footer {
    display: none;
  }
  
  .footer-sp {
    display: block;
    background: #fff;
    padding: 64px 16px 0 16px;
    position: relative;
  }
  /* ニュース・企業情報ブロックのlistスタイル */
  .news-company-block .list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(343px, 1fr));
    flex-direction: column;
    place-content: center;
    place-items: center;
  }
  .business-block-index .frame-2{
    gap: 20.6px;
  }
  /* frame-2 text-wrapperのスタイル */
  .frame-2 .text-wrapper {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 10.3px;
    line-height: 1rem;
    letter-spacing: 0rem;
  }
  .frame-2 .text-wrapper-2 {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 10.3px;
    line-height: 1rem;
    letter-spacing: 0rem;
    display: contents;
  }
  .footer-wrapper::before {
    content: '';
    position: absolute;
    top: -82px;
    left: 25%;
    width: 100%;
    height: 50%;
    background: url(assets/footer-bg.png) no-repeat center;
    background-size: contain;
    opacity: 0.1;
    z-index: 1;
    overflow: hidden;
  }
  
  .footer-sp-content {
    position: relative;
    z-index: 2;
  }
  
  /* ナビゲーションメニュー */
  .footer-sp-nav {
    margin-bottom: 40px;
  }
  
  .footer-sp-menu-item {
  }
  
  .footer-sp-menu-item:last-child {
    border-bottom: none;
  }
  
  .footer-sp-link {
    display: block;
    padding: 4px 8px;
    color: #1813ab;
    text-decoration: none;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    transition: color 0.3s ease;
  }
  
  /* お知らせ～プライバシーポリシーのみに適用するスタイル */
  .footer-sp-menu-item:nth-child(4) .footer-sp-link,
  .footer-sp-menu-item:nth-child(5) .footer-sp-link,
  .footer-sp-menu-item:nth-child(6) .footer-sp-link,
  .footer-sp-menu-item:nth-child(7) .footer-sp-link,
  .footer-sp-menu-item:nth-child(8) .footer-sp-link {
    padding-inline: 1rem;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    color: #1A1A1A;
  }
  
  /* プルダウンメニュー */
  .footer-sp-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    color: #1813ab;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.75rem;
  }

  .footer-sp-dropdown-trigger a {
    color: #1813ab;
  }
  
  .footer-sp-dropdown-trigger i {
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    width: 16px;
    height: 16px;
  }
  
  /* 開く前の+アイコン（縦線と横線で作成） */
  .footer-sp-dropdown-trigger i::before,
  .footer-sp-dropdown-trigger i::after {
    content: '';
    position: absolute;
    background: #1813ab;
    transition: all 0.3s ease;
  }
  
  .footer-sp-dropdown-trigger i::before {
    width: 2px;
    height: 16px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-sp-dropdown-trigger i::after {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  
  /* 開いた後の-アイコン（横線のみ表示） */
  .footer-sp-menu-item.has-dropdown.active .footer-sp-dropdown-trigger i::before {
   transform: rotate(90deg);
  }
  
  .footer-sp-menu-item.has-dropdown.active .footer-sp-dropdown-trigger i::after {
    width: 16px;
    height: 2px;
  }
  
  .footer-sp-dropdown-content {
    display: none;
    margin: 0 -20px;
    padding: 0 20px;
  }
  
  .footer-sp-menu-item.has-dropdown.active .footer-sp-dropdown-content {
    display: block;
  }
  
  .footer-sp-dropdown-link {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    transition: color 0.3s ease;
  }
  
  .footer-sp-dropdown-link i {
    margin-right: 8px;
    color:#1813ab;
    font-size: 12px;
    font-weight: 600;
  }
  
  /* 採用サイトボタン */
  .footer-sp-cta {
    margin-bottom: 40px;
  }
  
  .footer-sp-cta-button {
    width: 280px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    background: #006ACE;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .footer-sp-cta-button i {
    margin-right: 8px;
    font-size: 14px;
  }
  
  .footer-sp-cta-button:hover {
    background: #357abd;
  }
  
  /* 企業情報 */
  .footer-sp-company {
    margin-bottom: 48px;
  }
  
  .footer-sp-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .footer-sp-logo-icon {
    width: 240px;
    height: auto;
    margin-right: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .footer-sp-logo-icon img {
    width: 100%;
    height: auto;
  }
  
  .footer-sp-company-info {
    flex: 1;
    display: none;
  }
  
  .footer-sp-company-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
  }
  
  .footer-sp-company-subtitle {
    font-size: 12px;
    color: #666;
    font-weight: 400;
  }
  
  .footer-sp-company-details {
    margin-bottom: 20px;
  }
  
  .footer-sp-company-name-2 {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    color: #1A1A1A;
    margin-bottom: 12px;
  }
  
  .footer-sp-address {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    color: #1A1A1A;
    margin-bottom: 8px;
  }
  
  .footer-sp-phone {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    vertical-align: middle;
    color: #1A1A1A;
  }
  
  /* コピーライト */
  .footer-sp-copyright {
    font-family: Prompt;
    font-weight: 300;
    font-size: 10px;
    line-height: 1.71rem;
    letter-spacing: 0.03rem;
    color: #000000;
    text-align: center;
    padding: 16px 0;
  }

  .message-block {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
  }
  .message-block::before {
    font-size: 64px;
    content: none;
  }
  .message-block .section-title {
    margin-bottom: -24px;
  }
  .message-inner {
    width: auto;
    margin: 0;
    place-items: center;
    padding-top: 40px;
  }
  .message-content-wrapper {
    flex-direction: column;
    width: -webkit-fill-available;
    padding: 0;
    padding-bottom: 48px;
    align-items: center;
    margin: 0;
    gap: 0;
  }
  .message-text {
    width: auto;
    max-width: max-content;
  }
  .message-name.sp{
    width: 90%;
    display: flex;
  }
  .message-text-content {
    width: auto;
    padding: 48px 16px 0 16px;
  }
  .message-photo {
    width: 95%;
    height: max-content;
    padding-block: 48px;
    background: none;
  }

  .message-bg-logo {
    top:45%;
  }
  .message-label {
    font-size:64px;
    top: 21px;
  }
  .youtube-section {
    padding: 0;
  }
  .youtube-inner {
    max-width: 100%;
    gap: 24px;
    padding: 96px 16px;
 }
  .youtube-block,
  .youtube-blocks {
    width: -webkit-fill-available;
    padding: 16px 7px;
    gap: 24px;
  }
  .youtube-video {
    width: 100%;
    height: auto;
  }

  .youtube-section .section-title {
    margin-bottom: 0;
  }

  .youtube-section .section-title h3 {
    font-size: 20px;
  }

  .youtube-block h4 {
    text-decoration: none;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    padding-inline: 9px;
  }

  /* .common-padding {
    display: none;
  } */
  /* 経営方針と社訓セクションを1024px以下でも表示するため、上記ルールをコメントアウト */

  .shakun-header {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 47px;
  }

  .shakun-section .section-title {
    margin-bottom: 0px;
  }

  .shakun-card {
    width: 100%;
    padding-inline: 0;
  }

  .shakun-number {
    margin-bottom: 12px;
    margin-left: 40px;
  }

  .shakun-text p {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    text-align: center;
  }

  .bg-white.shakun-section .shakun-header {
    padding-inline: 0;
  }

  .slogan-list {
    background-color: unset;
    padding: 0;
  }

  .slogan-item {
    background-color: #f1f4ff;
    padding: 24px 21px;
    flex-direction: column;
    padding-bottom: 55px;
  }

  .slogan-text {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.6rem;
    letter-spacing: 0.025rem;
    text-align: center;
    color: #1D395E;
  }
  .shakun-section {
    padding: 0;
  }
  .shakun-inner {
    flex-direction: column;
    gap: 24px;
  }
  .shakun-cards {
    flex-direction: column;
    padding-inline: 47px;
    padding-bottom: 32px;
    gap: 8px;
  }
  .shakun-cards {
    flex-direction: column;
    align-items: center;
  }
  .bg-white {
    padding: 48px 16px;
  }
  .bg-blue {
    min-width: auto;
    background-color: #f1f4ff;
    padding: 48px 16px;
  }
  .management-policy-bg {
    font-size: 2.7rem;
    color: #000090;
    right: 0;
    top: 0;
    position: relative;
    text-align: center;
  }
  .quality-policy-inner {
    flex-direction: column;
    max-width: max-content;
    padding: 0;
    gap: 13px;
  }
  .quality-policy-left {
    width: auto;
    padding: 48px 24px;
    padding-bottom: 96px;
  }
  .quality-policy-section .quality-policy-item {
    width: 100% !important;
  }

  .qualification-section p {
    font-size: 13px;
  }

  .quality-policy-section .section-title {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .quality-policy-list {
    margin-top: 0;
  }
  .compliance-section {
    padding: 0;
    margin-block: 0;
  }
  .business-handshake {
    background: none;
    left: 0;
    top: -73px;
    place-self: end;
  }
  .compliance-inner {
    flex-direction: column;
    margin-top: 48px;
    gap: 0;
    padding-bottom: 0;
    border-style: none;
  }
  .compliance-list {
    width: auto;
    padding: 48px 16px;
  }

  .compliance-title {
    padding: 0 16px;
  }

  .compliance-section .shakun-header {
    padding-inline: 16px;
    padding-top: 96px;
    padding-bottom: 46px;
  }

  .compliance-section .shakun-header .section-title{
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .shakun-subtitle {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
  }

  .compliance-title h3 {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6rem;
    letter-spacing: 0.025rem;
  }

  /* 組織図セクションの横スクロール対応 */
  .company-organizational-block {
    width: 100%;
    height: max-content;
    border-radius: 0;
    border: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 48px 16px;
  }

  .company-organizational-block .section-title {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 10;
    padding: 0 16px;
    margin-bottom: 24px;
  }

  .chart-container {
      min-width: 100%;
      width: 100%;
      height: fit-content;
      display: inline-block;
      white-space: normal;
      border-style: none;
  }

  .chart-container-sp {
      display: flex !important;
      align-items: center;
      margin-top: 16px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      vertical-align: baseline;
  }
  .chart-container-sp span {
    margin-top: 4px;
  }

  .office-subtitle {
    padding-top: 50px;
    padding-inline: 20px;
    margin-bottom: 56px;
  }

  .office-thumbnail {
    height: 179px;
  }

  .info-label {
    width: 100px;
  }

  .info-value {
    padding: 6px 8px;
  }

  .office-name-value {
    padding: 16px 8px;
  }

  .client-category-title h2 {
    text-align: left;
  }

  .partner-recruitment-content {
    flex-direction: column;
    padding: 96px 16px 48px 16px;
    gap:64px;
    position: relative;
  }

  .partner-recruitment-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/advantage-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    z-index: 0;
  }

  .partner-title {
    margin: 0 0 48px 0;
  }

  .btn-contact-partner {
    background-color: #2118FF;
  }

  .btn-contact-partner .label {
    color: #FFF;
  }

  .btn-contact-partner .icon i {
    color: #FFF;
  }

  .btn-contact-partner .icon {
    background-color: #5851ff;
  }

  .btn-contact-partner:hover {
    background-color: #2118FF;
    opacity: 0.8;
  }

  /* スクロールバーのカスタマイズ */
  .chart-container-sp::-webkit-scrollbar {
      height: 8px;
      width: 8px;
  }

  .chart-container-sp::-webkit-scrollbar-track {
      background: #EAEAEA;
      border-radius: 8px;
  }

  .chart-container-sp::-webkit-scrollbar-thumb {
      background: #767FFF;
      border-radius: 4px;
  }

  .chart-container-sp::-webkit-scrollbar-thumb:hover {
      background: #5A5FCC;
  }

  .company-organizational-inner {
    max-width: 100% !important;
  }

  .news-archive-container {
    max-width: 100% !important;
  }

  .chart-image {
    width: 100%;
    height: auto;
    padding-bottom: 16px;
  }

  /* 会社概要セクションのSP対応 */
  .company-info-block .section-title {
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 24px;
  }
  
  .company-info-block {
    padding-top: 48px;
  }
  
  .company-info-inner {
    padding: 0 16px;
  }

  .table-row {
    flex-direction: column;
  }

  .table-header {
    width: auto;
    border-bottom: 1px solid rgba(13, 5, 210, 0.6);
  }

  /* 沿革セクションのSP対応 */
  .company-history-block {
    padding-inline: 16px;
  }

  .history-row {
    flex-direction: column;
  }

  .history-date,
  .history-content {
    width: 100%;
  }

  .history-table {
    gap: 0;
  }
  
  .offices-block {
    padding: 64px 16px;
  }
  
  .offices-row {
    flex-direction: column;
    gap: 4px;
  }
  
  .offices-container {
    gap: 4px;
  }
  
  .offices-map-section {
    padding-inline: 20px;
    padding-top: 105px;
    padding-bottom: 96px;
    top: -65px;

  }
  
  .office-info-inner {
    padding: 48px 16px;
    max-width: -webkit-fill-available;
  }
  
  .office-cards-row {
    flex-direction: column;
  }
  .office-info-section {
    margin-bottom: 0;
    padding-bottom: 48px;
    padding-top: 0;
  }
  
  .office-info-section .section-title {
    justify-content: flex-start;
  }
  .office-card-header{
    margin-bottom: 16px;
  }
  .office-card-tags{
   margin-top: 0; 
  }
  .office-info-section .office-card {
    width: 100%;
    gap: 69px;
    padding: 16px;
  }
  
  .office-business {
    align-items: flex-start;
    flex-direction: column;
  }
  
  /* ===== 関連作業所セクション ===== */
  /* PC用グリッドレイアウト（SPでは非表示） */
  .pc-only {
    display: none;
  }
  
  /* SP用スライダーレイアウト */
  .sp-only {
    display: block;
  }
  
  /* 既存のグリッドレイアウトをSPでは1カラム表示 */
  .affiliated-offices-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .office-card {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  
  .affiliated-offices-slider {
    width: 100%;
    padding: 0 20px;
    margin-top: 32px;
  }
  
  .offices-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .swiper-wrapper {
    display: flex;
    transition-property: transform;
  }
  
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
  }

  .office-card-sp {
    background: #ffffff;
    border: 1px solid #0D05D2;
    border-radius: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: all 0.3s ease;
  }
  
  .office-card-sp:hover {
    transform: none;
    box-shadow: none;
  }
  
  .office-card-sp .office-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .office-card-sp .office-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    text-align: left;
    margin: 0 ;
  }
  
  .office-card-sp .office-address {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
  }
  
  .office-card-sp .office-address img {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
  }
  
  .office-card-sp .office-address span {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    flex: 1;
  }
  
  .office-card-sp .office-tel {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    padding-top: 16px;
  }
  
  .office-card-sp .office-tel img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  
  .office-card-sp .office-tel span {
    font-size: 18px;
    font-weight: 700;
    color: #0d05d2;
    flex: 1;
  }

  .office-title h4 {
    font-size: 22px;
  }
  
  /* スライダーナビゲーション */
  .swiper-nav {
    display: flex;
    justify-content: space-between ;
    order: 3;
    padding-top: 50px;
  }
  
  .swiper-button-next {
    position: unset !important;
    order: 2;
    border-style: none;
    background: transparent;
  }
  
  .swiper-button-prev {
    position: unset !important;
    background: transparent;
    border-style: none;
  }
 
  .swiper-pagination {
    position: unset !important;
    margin-top: 24px;
    text-align: center;
    order: 2;
  }
  
  .swiper-pagination-bullet {
    width: auto;
    height: auto;
    
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
  }
  .swiper-pagination-bullet{
    background: #2a24d3 !important;
  }
  .swiper-pagination-bullet-active {
   background: #0D05D2 !important;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    background: transparent;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    box-shadow: none;
    outline-color: transparent;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: ''!important;
    
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: ''!important;
    width: 30px;
    height: 20px;
    background: url('assets/chevron-right-double.svg') no-repeat center;
    background-size: contain;
    border: none;
    border-style: none;
  }

  .swiper-button-prev::after {
    transform: scaleX(-1);
  }

  .swiper-button-next::after {
    margin-left: 2px;
  }
  
  .swiper-button-prev::after {
    margin-right: 2px;
  }
  
  .swiper-button-next {
    right: -20px;
  }
  
  .swiper-button-prev {
    left: -20px;
  }
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .office-card-sp {
    padding: 24px;
  }
  
  .office-card-sp .office-name {
    font-size: 16px;
  }
  
  .office-card-sp .office-address span {
    font-size: 12px;
  }
  
  .office-card-sp .office-tel span {
    font-size: 16px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
    border-style: none;
    box-shadow: none;
  }
  
  .swiper-button-next {
    right: -18px;
  }
  
  .swiper-button-prev {
    left: -18px;
  }
  
/* SP用のCTA-block .div-2スタイル */
.CTA-block .div-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;    gap: 16px 9px;
  padding-inline: 16px;
  padding-top: 32px;
  padding-bottom: 96px;
}

.CTA-block .div-2 > div {
  background: none;
  color: #FFF;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

/* 企業情報資料ダウンロード部分の特定スタイル */
.CTA-block .CTA-office:nth-child(4) .div-2 {
  grid-template-columns: 1fr;
  place-items: baseline;
  padding: 0;
}

/* SP用のframeクラスの子要素スタイル */
.CTA-block .frame {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.CTA-block .frame > * {
  max-width: 100%;
  text-align: center;
}

/* SP用のCTA-block::beforeスタイル */
.CTA-block::before {
  transform: scale(1.5);
}

/* SP用のrecruit-block .rightスタイル */
.recruit-block .right {
  order: 2 !important;
}

/* SP用のrecruit-block .imageスタイル */
.recruit-block .image {
  max-width: 270px;
}

/* SP用のnews-company-block .thumbnailスタイル */
.news-company-block .thumbnail {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: clamp(4px, 1vw, 8px);
  overflow: hidden;
  padding-inline: 5.5px;
  margin-bottom: 0;
}

.news-company-block .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  /* SP用の業務範囲セクションスタイル */
.scope-row {
  flex-direction: column;
}

.scope-label {
  width: auto;
}

/* SP用の支社情報セクションスタイル */
section.office-info-section {
  flex-direction: column;
  align-items: center;
}

/* SP用の支社情報行スタイル */
.info-row {
  height: auto;
}

/* SP用のクライアントセクションコンテナスタイル */
.client-section-container {
  padding: 46px 16px;
}

/* SP用のクライアントグループスタイル */
.client-group {
  flex-direction: column;
}

/* SP用のパートナー募集ラッパースタイル */
.partner-recruitment-wrapper {
  padding: 0 20px;
}

/* SP用の経営方針背景パラグラフスタイル */
.management-policy-bg p {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
}
.business-item {
padding: 64px 0;
}
.business-content {
  flex-direction: column;
  background-color: #0D05D2;
}

.business-main {
  padding: 24px 16px;
}
.number-text {
  font-size:40px;
  font-weight: normal;
  letter-spacing: 0.3rem;
  -webkit-text-stroke: unset;
  color: #ffffff;
}
.business-header {
  padding: 16px 8px;
  flex-direction: column;
  align-items: flex-start;
}
.business-image {
  place-self: center;
  margin: 0;
  padding-bottom: 48px;
}
/* 有資格者一覧クラス */
.qualified-block-container {
  padding: 0;
  width: auto;
}
.qualified-tabs-container {
  padding-inline: 16px;
}
.qualified-cards-grid {
  justify-content: center;
  width: 100vw;
}
.qualified-tabs-container::after{
  content: none;
}
.qualified-tab.active{
  border-bottom: 1px solid #0d05d2;
  flex-direction: column;
}

.qualified-card {
  border-right: none;
}
/* お知らせ */
.news-item {
  flex-direction: row;
  padding: 25px 6px 17px 6px;
}
.news-thumbnail {
  width: 100%;
  max-width: 120px;
  height: 74px;
  border-radius: 6px;
}
.download-inner {
  gap: 48px;
}
.news-title {
  font-size:14px;
}
.download-block{
  padding: 96px 0;
  margin-top: 48px;
}
.download-left {
  order: 1;
}
.download-title {
  font-size:28px;
}
.download-description {
  font-size:16px;
}
.slide-image-placeholder {
  max-width: 100%;
  width: 90vw;
  padding-inline: 16px;
  height: 381px;
}

.qualified-title {
  font-size:24px;
}
.business-block .logo-bg-traced {
  position: absolute;
  width: 165px;
  height: 165px;
}

.business-block .logo-bg-traced-1 {
  right: 0;
  top: 15.5%;
  left: unset;
}

.business-block .logo-bg-traced-2 {
  left: 0;
  top: 34.2%;
}

.business-block .logo-bg-traced-3 {
  right: 0;
  left: unset;
  top: 54.3%;
}

.business-block .logo-bg-traced-4 {
  left: 0;
  top: 70%;
}

.business-block .logo-bg-traced-5 {
  right: 0;
  left: unset;
  top: 84%;
}
}
  
/* SP用の改行クラス */
@media (max-width: 1024px) {
  .sp-br {
    display: block;
  }
  
  .pc-br {
    display: none;
  }
}

@media (min-width: 1025px) {
  .sp-br {
    display: none;
  }
  
  .pc-br {
    display: block;
  }
}

@media (hover: none) {
  .header.header-normal .button:hover,
  .header.header-normal .button-2:hover,
  .CTA-block .CTA-mainoffice:hover,
  .CTA-block .CTA-mainoffice-2:hover,
  .CTA-block .CTA-office:hover,
  .recruit-block .button:hover,
  .news-company-block .news-list:hover,
  .news-company-block .link:hover,
  .news-company-block .button:hover,
  .business-block-index .business-list:hover,
  .business-block-index .button:hover,
  .megamenu-btn:hover {
    transform: none;
  }
}

/* ===== CTAブロック ===== */
.CTA-block .text-wrapper-5 {
  word-wrap: break-word;
  white-space: normal;
}
