/*
Theme Name: オードガレージエムズ
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: miyabe
Version: テーマのバージョン
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/

/*
color

青
#2a448f
薄い青
#d6d6e5;
黄色
#ffef00
*/


@charset "utf-8";

body {
    max-width: 1366px;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    body {
        max-width: 100%;
        width: auto;
    }
}

html {
    scroll-behavior: smooth;
}
  

/** container  **/


.container {
    widows: 1000px;
    margin: 0 auto;
}


/****** header ここから　******/
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin: 0 auto;
}

.header-container {
    width: 1000px;
    margin: 0 auto;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img img {
    width: 260px;
    height: auto;
}

.navi-menu-pc {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 550;
}

.navi-menu-pc li {
    margin-right: 30px; /* 右側に20pxの間隔を設定 */
  }
  
  /* 最後の項目には右側の間隔を不要とする場合 */
  .navi-menu-pc li:last-child {
    margin-right: 0;
  }

.navi-menu-pc li a { /* 追加：リンクのスタイルを指定 */
    color: #000; /* テキストを黒くする */
    text-decoration: none; /* アンダーラインを消す */
}

.menu-title-inquey a{
    display: inline-block;
    color: #000f;
    border: 1px solid #ffef00;
    background-color: #ffef00;
    border-radius: 20px;
    text-align: center;
    padding: 5px 30px 5px 30px;
}

.menu-list {
    display: flex;
    justify-content: center;
    width: 1000px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .navi-menu-pc {
        display: none; /* スマートフォンでは非表示 */
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #f0f0f0;
        text-align: center;
    }

    .navi-menu-pc.active {
        display: flex; /* JavaScriptでactiveクラスが付与されたら表示 */
    }

    .logo-img img{
        width: 150px;
    }
}

.navi-menu-sp-list{
    display: none;
}

/* ハンバーガーメニューのスタイル */

/* ハンバーガーメニューのスタイル */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 36px;
    height: 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #333;
    transition: 0.3s;
}

/* メニューを開いたときのハンバーガーアイコンの変化 */
.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(8px);
}

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

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px) translateX(8px);
}




/* レスポンシブ対応 */
@media (max-width: 768px) {
    .navi-menu-pc {
        display: none; /* スマートフォンでは非表示 */
    }

    .hamburger-menu {
        display: flex;
    }

    /* 初期状態では見えない */
    .navi-menu-sp-list {
        display: block; /* 初期状態では表示される */
        padding: 0;
        margin: 0;
        background-color: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 999;
        max-height: 0; /* 高さを0に設定 */
        opacity: 0; /* 透明に設定 */
        overflow: hidden; /* 内容がはみ出さないように */
        transform: translateY(-20px); /* 初期位置を少し上に */
        transition: max-height 0.5s ease-out, opacity 0.5s ease-out, transform 0.5s ease-out;
    }

    /* メニューが開いた状態 */
    .navi-menu-sp-list.active {
        max-height: 500px; /* 最大高さを調整 */
        opacity: 1; /* 完全に表示 */
        transform: translateY(0); /* 初期位置から戻す */
        overflow: visible; /* 内容がはみ出しても表示 */
        z-index: 1000; /* 前面に表示 */
    }



    /* スマホ版メニューアイテムのスタイル */
    .navi-menu-sp-list li {
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
    }

    .navi-menu-sp-list li a {
        color: #333;
        font-size: 18px;
        text-decoration: none;
        display: block;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    /* メニューリンクのホバー効果 */
    .navi-menu-sp-list li a:hover {
        background-color: #f0f0f0;
        color: #333;
    }
}




/*******　header ここまで　******/


/*******　title ここまで　******/

#title {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}

.title-inner {
    width: 100%;
    margin: 0 auto;
    display: flex; /* フレックスボックスで左右に配置 */
    align-items: center; /* 垂直方向に中央揃え */
}

.title-left {
    width: 45%;
    font-size: 2.5em; /* フォントサイズを調整 */
    flex: 1; /* 左側をフレキシブルに拡張 */
    text-align: start;
    line-height: 1.2;
}

.title-right {
    width: 45%; /* 右側の画像の幅を調整 */
    height: auto; /* 高さを自動調整 */
    background-color: #eee; /* 仮の背景色 */
    flex: 1; /* 右側をフレキシブルに拡張 */
    max-width: 100%; 
    height: auto;
}

.title-right img {
    width: 100%;
    height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    #title {
        width: 100%;
    }

    .title-inner {
        display: flex;
        flex-direction: column; /* 縦並びにする */
        text-align: center; /* テキストを中央揃え */
        padding: 0 5%;
    }

    .title-left {
        width: 100%;
        font-size: 1.2em; /* フォントサイズを調整 */
        text-align: center;
    }

    .title-right {
        width: 100%; /* 幅を100%にする */
        margin-top: -15px;
        margin-bottom: 30px;
    }
}

/*******　title ここまで　******/

/*******　slider ここから　******/

#slider {
    display: flex; /* フレックスボックスで左右に配置 */
    align-items: center; /* 垂直方向に中央揃え */
    background-color: #2a448f;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.slider-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.visual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.slick-list {
    width: 100%;
    max-height: 550px;
  }

/** ドットここから **/

.slick-dots {
    bottom: 10px; /* ドットを下方向に移動 */
    right: 30px; /* ドットを右方向に移動して隙間を作る */
    left: auto; /* 左寄せを解除 */
    text-align: right; /* ドットを右寄せにする */
    padding-right: 10px; /* ドットとスライダー右端に隙間を作る */
    bottom: -34px;
}

.slick-dots li {
    display: inline-block; /* ドットを横並びにする */
    margin: 0 6px; /* ドットの間隔を調整 */
}

.slick-dots li button:before {
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0.7;
    transition: background-color 0.3s ease;
}

.slick-dots li.slick-active button:before {
    background-color: #333;
    opacity: 1;
}

/** ドットここまで **/

.slider-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slick-prev, .slick-next {
    display: none !important;
  }

@media (max-width: 768px) {
    #slider{
        width: 100%;
        height: auto;
    }   
    
    .slider-inner {
        width: 100%;
    }

    .visual {
        width: 100%;
        display: flex;
        justify-content: center; /* 🔹 画像を中央揃え */
        align-items: center;    
        padding: 0 5%;
    }
       
    .slider-image {
        width: 100%;
        height: auto;
        max-height: 400px;
        object-fit: cover; 
    }
}
/*******　slider ここまで　******/

/*******　id="service-wrapper" ここから　******/

#service-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

#service {
    width: 1000px;
    margin: 0 auto;   
    padding-bottom: 70px;
}

.section-title-wrap {
    display: flex; /* フレックスボックスで左右に配置 */
    align-items: center; /* 垂直方向に中央揃え */
    padding: 50px 0px;
}

h2.section-title {
    font-size: 5em; /* フォントサイズを調整 */
    line-height: 1.5; /* 行間を調整 */
    color: #2a448f;
    font-family: 'Anton', sans-serif;
    letter-spacing: 5px;
}

.subtitle-side {
    font-size: 2.5em; /* フォントサイズを調整 */
    line-height: 1.2; /* 行間を調整 */
    word-break: break-all;
    font-weight: bold;
    text-align: start;
    padding-left: 15px;

}

h2.section-title,
h2.section-title2,
.subtitle-side {
    margin: 0;
}

/* service-tile */
.service-tile{
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
  }

.service-tile-img {
    width: 260px;
    height: auto;
    width: 80%;
    padding: 5%;
}

.service-tile-img2 {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    padding: 5% 0 5%;
}


.service1{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31%;
    color: #fff;
    background-color: #2a448f;
    text-align: center;
    justify-content: center;
}


.service-tile-number {
    display: inline-block;
    color: #ffef00;
    border: 1px solid #fff;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
    width: 80%;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

.service-tile-text {
    display: inline-block;
    text-align: justify;
    max-width: 80%;
    margin: 0 0 10%;
}

.service-tile-title {
    margin: 0;
    font-size: 1.5rem;
}

.section2-wrap {
    margin-top: 30px;
    text-align: start;
}

.section2-innner {
    display: flex;
    align-items: flex-end;
}

.service-tile-number2 {
    display: inline-block;
    color: #2a448f;
    border: 1px solid #2a448f;
    border-radius: 20px;
    font-weight: 800;
    text-align: center;
    padding: 5px 12px;
    padding-bottom: 12px;
    height: 1rem;
    margin: 0 0 5px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

.service-tile-title-2 {
    font-weight: bold;
    font-size: 2em;
    color: #2a448f;
    padding-left: 10px;
    margin: 0;
}

.service-tile-text-2 {
    font-weight: bold;
    padding-bottom: 10px;
}

.service-text {
    text-align: start;
}

@media (max-width: 768px) {
    #service-wrapper{
        width: 100%;
        margin: 0 auto;
    }

    #service {
        width: 100%;
        padding: 0 5%;
    }

    .section-title-wrap{
    text-align: center;
    align-items: center;
    }

    .service1 {
        width: 100%; /* 幅を調整 */
    }

    .service-tile {
        flex-direction: column; /* 縦並びにする */
        align-items: center; /* 中央揃えにする */
    }

    .section2-wrap {
        margin-top: 10px;
        margin-bottom: 40px;
        text-align: start;
    }

    .subtitle-side {
        padding-left: 0px;
    }
}

/*******　id="service" ここまで　******/

/*******　id="information" ここから　******/

#information {
    color: #fff;
    max-width: 1366px;
    background-color: #2a448f;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    display: flex;
}

.information-inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}


h2.section-title2 {
    font-size: 5em; /* フォントサイズを調整 */
    line-height: 1.5; /* 行間を調整 */
    letter-spacing: 5px;
    color: #fff;
    font-family: 'Anton', sans-serif;
    padding-right: 10px;
}

.information-text {
    text-align: start;
}

.information-tile-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}


.information-tile {
    background-color: #fff;
    width: 30%; /* 各要素の幅を調整 */
    max-width: 300px;
    text-align: left;
    border-radius: 10px;
}

.information-tile-inner {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

p.information-subtile-title {
    color: #000;
    font-weight: 900;
}

h3.information-tile-title {
    color: #2a448f;
    font-size: 1.5em;
}

.service-tile-img2 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

.information-tile-text {
    color: #000;
    font-weight: bold;
    text-align: justify;
    margin:  0 0 12%;
}

p.information-subtile-title,
h3.information-tile-title {
    margin: 0;
    text-align: left;;
}


.accessmap-title {
    display: inline-block;
    width: 100%;
    color: #2a448f;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-family: 'Anton', sans-serif;
    font-size: 2em;
    letter-spacing: 1px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.accessmap-text {
    font-weight: bold;
    text-align: start;
    font-size: 1.2em;
}

.accessmap-img {
    max-width: 1000px;
    height: auto;
}

.map-text-inner {
    display: flex;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.accessmap-map-text {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
    align-items: flex-start;
}

.accessmap-img_2 {
    width: 500px;
    height: auto;
}

/**
.map-text1 {
    padding-left: 0.3rem;
} **/

.map-text2 {
    padding-left: 1rem;
}

.expert-wrapper {
    display: grid; /* Gridを適用 */
    grid-template-columns: auto 1fr; /* 写真とテキストの列を作成 */
    align-items: center; /* 垂直方向に中央揃え */
    gap: 20px; /* 写真とテキストの間にスペースを設定 */
}

.expert-wrapper-img {
    max-height: 296px;
    width: auto;
    margin-left: 30px;
}

.expert-wrapper-img-2 {
    width: auto;
    max-height: 500px;
    margin: 0 auto;
}

.expert-wrapper-img-2_SP {
    display: none;
}

.expert-wrapper-img-2 img{
    width: 40%;
    height: auto;
    object-fit: contain;
    margin: auto !important;
}

.expert-inner-title{
    font-size: 2.3em; /* フォントサイズを調整 */
    line-height: 1.2; /* 行間を調整 */
    word-break: break-all;
    font-weight: bold;
    text-align: start;
    padding-left: 15px;
    margin-bottom: 30px;
}

.expert-inner-text{
    padding-left: 15px;
    text-align: justify;
}


@media (max-width: 768px) {
    #information {
        max-width: 100%;
        padding: 0 5%;
    }


    .information-inner-wrap {
        width: 100%;
    }

    .information-tile-wrapper {
        width: 100%;
        flex-direction: column; /* 縦並びに */
        align-items: center; /* 中央寄せ */
    }

    .information-tile {
        width: 100%;
        max-width: 100%; /* 横に広がりすぎないように制限 */
        margin: 0 auto;
        margin-bottom: 20px;
    }

    h2.section-title2 {
        font-size: clamp(3rem, 10vw, 4rem);
        text-align: center; /* 中央寄せにする */
        padding: 0;
    }

    .accessmap-img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .map-text-inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        margin: 0 auto;
    }

    .map-text1 {
        font-size: 0.9em;
        margin: 0;
        padding: 0;
    }

    .map-text2 {
        font-size: 0.9em;
        margin: 0;
        padding: 0;
    }

    .expert-inner-title {
        font-size: 1rem;
        padding-left: 5px;
    }

    .expert-inner-text{
        padding: 0px 5px;
    }

    .accessmap-map-text {
        display: flex;
        flex-direction: column;
        position: relative;
        margin-bottom: 0;
    }

    .accessmap-img_2 {
        width: 100%;
    }

    .expert-wrapper-img-2{
        display: block;
        width: 100% !important;
        margin: 0 auto;
        height: auto;
        object-fit: contain;
        padding: 30px 0 10px;
    }

    .expert-wrapper-img-2_SP{
        display: none;
        width: 70% !important;
        margin: 0 auto;
        height: auto;
        object-fit: contain;
    }
}

iframe {
    max-width: 100%;
    max-height: 450px;
  }

  
/*******　id="information" ここまで　******/

/*******　id="company-profile" ここから　******/
#company-profile {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
}

#company-profile,
#company-profile * {
    box-sizing: border-box; /* paddingやborderを含めた幅の計算をする */
}


.company-profile-inner {
    width: 1000px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.section-title-wrap2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
}

.section-title3 {
    font-size: 5em; /* フォントサイズを調整 */
    line-height: 1.5; /* 行間を調整 */
    color: #2a448f;
    font-family: 'Anton', sans-serif;
    letter-spacing: 5px;
    margin: 0;
}

.subtitle-bottom {
    font-size: 2.5em; /* フォントサイズを調整 */
    line-height: 1.2; /* 行間を調整 */
    word-break: break-all;
    font-weight: bold;
    text-align: start;
    margin: 10px 0 25px;
}

.company-text {
    margin-bottom: 15px;
    text-align: start;
}

.company-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 45px;
    overflow-x: auto; /* 横スクロールを有効にする */
}

.company-table th,
.company-table td {
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}

.company-table th {
    width: 20%;
    padding-left: 0.5em;
}

.company-table tr:nth-child(odd) {
    background-color: #fff;
}

.company-table tr:nth-child(even) {
    background-color: #d6d6e5;
}

.company-table tr {
    height: 30px;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    #company-profile {
        width: 100%;
        margin: 0 auto;
    }

    .company-profile-inner {
        width: 100%;
        padding: 0 5%;
    }

    .section-title-wrap2 {
        margin-top: 0px;
    }

    h2.section-title3 {
        font-size: 4em; /* フォントサイズを調整 */
        line-height: 1.1; /* 行間を調整 */
        letter-spacing: 5px;
        text-align: left;
        margin: 0;
        padding: 20px 0 10px;
    }

    .subtitle-bottom{
     font-size: 1em;   
    }

    .company-table {
        width: 100%;
        overflow-x: auto; /* 横スクロールを有効にする */
    }

    .company-table th,
    .company-table td {
        padding: 10px; /* パディングを調整 */
    }

    .company-table th {
        width: 40%; /* 項目の列幅を調整 */
    }

}

@media (max-width: 480px) {
    .company-table th,
    .company-table td {
        font-size: 14px; /* より小さいフォントサイズ */
    }

    .company-table th {
        width: 50%; /* スマホ画面用に列幅を調整 */
    }
}

/*******　id="company-profile" ここまで　******/



/*******　id="contact-us" ここから　******/

#contact-us {
    max-width: 1366px;
    background-color: #d6d6e5;
    display: flex;
}

.contact-us-inner {
    width: 1000px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

.section-title-wrap3{
    display: flex;
    align-items: flex-end;
    margin-top: 50px;
}

h2.section-title4 {
    font-size: 5em; /* フォントサイズを調整 */
    line-height: 1.5; /* 行間を調整 */
    letter-spacing: 5px;
    color: #2a448f;
    font-family: 'Anton', sans-serif;
    padding-right: 10px;
    margin: 0;
}

.subtitle-side2 {
    font-size: 2.5em; /* フォントサイズを調整 */
    line-height: 1.2; /* 行間を調整 */
    word-break: break-all;
    font-weight: bold;
    text-align: start;
    padding-left: 15px;

    margin-bottom: 23px;
}

.phone-button {
    display: inline-block;
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0 2px;
    font-size: 1.5rem;
    margin: 45px 0 10px;
}

.phone-button p{
    margin: 8px 0 8px;
}

.contact-us-detail {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.contact-us-detail1 {
    display: inline-flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}

.contact-us-detail2 {
    display: inline-flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    font-family: 'Anton', sans-serif;
    color: #2a448f;
    font-size: 2em;
}

@media (max-width: 768px) {
    #contact-us {
        width: 100%;
    }

    .section-title-wrap3 {
        flex-direction: column;
        align-items: start;
        margin: 0;
    }

    h2.section-title4 {
        font-size: 4em;
        text-align: left;
        margin: 0;
        padding: 20px 0 10px;
        line-height: 1.1;
    }

    .subtitle-side2 {
        font-size: 1em;
        padding: 0;
    }

    .contact-us-inner {
        width: 100%;
        padding: 5%;
    }

    .contact-us-detail {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-us-detail1,
    .contact-us-detail2 {
        font-size: 1em;
        margin-bottom: 10px;
        width: 100%;
    }

    .contact-us-detail2 {
       font-size: large !important;
    }
}



/*******　id="contact-us" ここまで　******/

/*******　banner ここから　******/
.banner {
    max-width: 1366px;
    margin: 0 auto;
}

.banner_inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.banner_inner1 {
    display: flex;
    width: 48%;
    align-items: center;
    flex-direction: column;
    text-align: left;
}

.banner_inner2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
}

.banner_inner1 a {
    display: block;
    text-align: start;
}

.banner_inner1 img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    margin-top: 40px;
}

.banner_inner2 img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    margin-top: 40px;
}

.banner_inner1 p {
    text-align: left;
    margin-top: 10px;
    width: 90%;
    align-self: center;
}

.banner_inner2 p {
    text-align: left;
    margin-top: 10px;
    width: 90%;
    align-self: center;
}

.banner_inner1 p::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #2a448f;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    margin-right: 5px;
    vertical-align: middle;
}

.banner_inner2 p::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #2a448f;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    margin-right: 5px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .banner_inner {
        flex-direction: column;
        gap: 0;
    }

    .banner_inner1 {
        width: 100%;
    }
}
/*******　banner ここまで　******/


/*******　footer ここから　******/
footer {
    background-color: #2a448f;
    color: #fff;
    padding: 20px 0;
}

.footer-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px;
}

.footer-logo img {
    height: 50px;
    padding-top: 30px;
}

.footer-menu {
    height: 120px;
}

.footer-menu ul {
    display: flex;
    flex-direction: column; /* 要素を縦方向に配置 */
    justify-content: space-between; /* 要素を均等に配置 */
    height: 100%; /* 親要素の高さを継承 */
    padding: 0; /* デフォルトのpaddingを削除 */
    margin: 0; /* デフォルトのmarginを削除 */
    list-style: none; /* リストのスタイルを削除 */
}

.footer-menu li {
    margin: 2px 0;
}

.footer-menu li::before {
    content: "・";
    margin-right: 5px;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
}

/* 表のスタイリング */
.footer-address table {
    width: 100%;
    border-collapse: collapse;
}
.footer-address p {
    margin: 0;
    text-align: start;
}

.footer-address th,
.footer-address td {
    padding-top: 2px;
    text-align: left;
    font-size: 0.7rem;
    white-space: nowrap;
}

.footer-address th {
    font-weight: 400;
}

.footer-address td {
    padding-left: 10px;
}

/** 縦線 ここから **/

.footer-wrapper > div {
    position: relative;
}

.footer-menu::before {
    content: "";
    border-left: 1px solid #fff;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px; /* .footer-menu の縦線の位置を調整 */
}

.footer-address::before {
    content: "";
    border-left: 1px solid #fff;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px; /* .footer-address の縦線の位置を調整 (例: -30px) */
}

.footer-menu,
.footer-address {
    position: relative;
}

.footer-wrapper > div:not(:last-child)::after {
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: 0; /* .footer-wrapper の縦線の位置を調整 */
}

.footer-menu::after {
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: -10px; /* .footer-menu の縦線の位置を調整 (例: -10px) */
}

/** 縦線 ここまで **/

.footer-sp {
    display: none;
}

/* スマートフォン向けのスタイル */
@media (max-width: 768px) {
    .footer-wrapper {
        flex-direction: column;
        align-items: center;
        width: 90%;
        text-align: center;
    }

    .footer-wrapper > div {
        width: 100%;
        padding: 10px 0 0;
    }

    .footer-menu {
        margin: 15px 0 20px;
    }

    .footer-menu,
    .footer-address {
        display: flex;
        flex-direction: column;
        align-items: center; /* 子要素（水平方向）を中央揃え */
        text-align: center;
        width: 100%;
    }

    .footer-address p {
        margin: 0 0 10px;
    }

    .footer-address th,
    .footer-address td {
    padding-top: 2px;
    text-align: left;
    font-size: 0.7rem;
    white-space: nowrap;
}


    .footer-menu ul {
        align-items: center; /* メニューを中央揃え */
        text-align: center;
    }

    .footer-address {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-address table {
        margin: 0 auto; /* 表を中央配置 */
        width: 70%;
        border-collapse: collapse;
        table-layout: fixed;    
    }


    .footer-wrapper > div:not(:last-child)::after {
        display: none;
    }

    .footer-menu::before,
    .footer-address::before {
        display: none;
    }

    .footer-menu,
    .footer-address {
        display: none;
    }

    .footer-sp {
        display: block;   
    }

    .footer-sp p{
        margin: 0;   
    }

    .footer-sp a{
        color: inherit;
        text-decoration: none;
    }

    .coryright {
        text-align: center;
        margin-top: 20px !important;
    }


}



/*******　footer ここまで　******/

/*******　mediaクエリ ここから　******/
/* スマートフォン */
@media (max-width: 768px) {


    /* titleセクション */
    .title-left {
        font-size: 1.8em;
    }


    /* informationセクション */
    .expert-wrapper {
        display: block;
    }

    .expert-wrapper img {
        width: 100%;
        height: auto;
    }

    /* company-profileセクション */
    .company-table {
        overflow-x: auto;
    }

    .section-title-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
        width: 100%;
        margin: 0 auto;
    }

    .phone-button {
        width: 90%;
        font-size: 1.2em;
        padding: 15px;
        margin: 0;
    }


    /* accessmap-wrapper */
    .accessmap-title{
        width: 96%;
    }

    .accessmap-text {
        width: 100%;
        text-align: center;
    }

    .accessmap-wrapper iframe {
        max-width: 100%;
        height: 450px;
    }

    .map-text-inner {
        flex-direction: column;
        width: 90%;
    }

    .section-title {
        font-size: 2em;
    }

    .subtitle-side {
        font-size: 1em;
    }

   
     /* information-tile内のimg要素をレスポンシブにする */
     .information-tile img {
          max-width: 100%;
          height: auto;
     }
    
     /* accessmap-wrapper内のiframe要素をレスポンシブにする */
     .accessmap-wrapper iframe {
          max-width: 100%;
          height: 400px;
      }


        /* ヘッダーを画面上部に固定 */
    .header-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px; /* 必要に応じて調整 */
        background-color: #fff; /* 背景色（透過を防ぐため） */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 少し影をつける */
        z-index: 1000; /* 他の要素の上に表示 */
    }

    /* ヘッダー内のコンテンツを中央寄せ */
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        padding: 0 15px;
    }

    /* 本文がヘッダーと重ならないようにする */
    body {
        padding-top: 60px; /* ヘッダーの高さと同じ値を設定 */
    }

        }

    

/*******　mediaクエリ ここまで　******/

.sp-br {
    display: none;
}

@media (max-width: 768px) {
    .sp-br {
        display: block;
    }
}

html {
    scroll-padding-top: 55px;
}

.PC-br {
    display: block;
}

@media (max-width: 768px) {
    .PC-br {
        display: none;
    }
}
