@media (max-width: 1300px) {
    .cln-service-flex {
        justify-content: space-around;
    }
}

/* ---------------------------------------- */
@media (max-width: 1279px) {
    .breadcrumb-new {
        width: 95%;
    }

    .cln-service-flex {
        justify-content: center;
    }

    .cln-flow-large-image {
        flex: 0 0 450px;
    }

    .cln-step-details::before {
        left: 70px;
    }
}

/* ---------------------------------------- */
@media (max-width: 992px) {
    #header-area.header-pc .cf {
        padding: 0;
    }

    .header-area-gnav ul.nav > li > a {
        padding: 10px;
    }
    
    /* ----------------------------------------
    防火服ランドリーシステム販売
    ---------------------------------------- */
    .laundry-text-content {
        line-height: 2.3;
    }

    .firesuit-textpanel {
        max-width: 70%;
    }

    /* ----------------------------------------
    防火服クリーニング便
    ---------------------------------------- */
    .cleaning-point-item {
        width: 310px;
    }

    .cleaning-features {
        padding: 50px 0;
    }

    .feature-content-box {
        align-items: center;
        gap: 50px;
        margin-top: 30px;
    }

    .feature-content-left,
    .feature-image-right {
        width: 100%; 
        max-width: 300px; 
        flex: none;
    }

    .cln-performance-section {
        padding: 40px 0 0;
    }

    .cln-performance-section .cln-section-title {
        text-align: center;
    }

    .cln-performance-item {
        flex-direction: column; 
        align-items: center;
        padding: 30px 20px; 
    }

    .cln-icon-box-one, .cln-icon-box-two, 
    .cln-icon-box-thr, .cln-icon-box-fou {
        margin-right: 0;
        margin-bottom: 20px; 
        
    }

    .cln-performance-text {
        text-align: center;
        font-size: 17px;
    }

    .cln-service-flow-section {
        padding: 50px 0 0;
    }

    .cln-service-flex {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
     
    .cln-flow-large-image {
        flex-direction: unset;
        justify-content: center;
        width: 100%;
        max-width: 300px;
        padding-top: 0;
        gap: 30px;
        align-items: center; 
    }

    .cln-large-img {
        max-width: 100%; 
    }

    .cln-img-left, .cln-img-right {
        margin-left: auto;
        margin-right: auto;
    }

    .cln-flow-steps {
        width: 100%;
        max-width: 450px; 
        gap: 40px;
    }

    .cln-flow-title {
        text-align: left; 
        font-size: 1.4em;
    }

    .cln-step-item {
        padding-bottom: 30px;
        gap: 15px; 
    }

    .cln-step-number {
        font-size: 3rem; 
        margin-right: 20px;
        width: 35px; 
    }

    .cln-step-details {
        margin-left: 0; 
    }

    .cln-step-image {
        max-width: 90%; 
    }

    .cln-step-details::before {
        top: 47%;
        left: 50px;
    }

    .cln-section-title {
        font-size: 1.5em !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }

    /* ----------------------------------------
    会社概要
    ---------------------------------------- */
    .company-profile h2 {
        font-size: 2.3rem;
    }

    /* ----------------------------------------
    フッター
    ---------------------------------------- */
    .footer-logo-flex {
        gap: 20px;
    }

    .footer-flex {
        flex-direction: column;
        gap: 15px;
        padding: 0 40px;
    }

    .footer-nav-group {
        width: 100%;
    }

    /* ----------------------------------------
    ---------------------------------------- */
    .facility-section h2 {
        font-size: 1.6em;
    }

    .facility-grid {
        grid-template-columns: repeat(2, 1fr); /* 2カラムに */
    }

    .faq-section h2 {
        font-size: 1.6em;
    }

    .product-section h2 {
        font-size: 1.6em;
    }

}


/* ---------------------------------------- */
@media (max-width: 815px) {
    .only-sp815px {
        display: block;
    }

    .header-logo img {
        width: 200px;
    }

    .facility-link-flex {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
}


/* ---------------------------------------- */
@media (max-width: 768px) {
    .header-logo img {
        width: 150px;
    }

    .fixed-company-image,
    .fixed-laundryfacility-image,
    .fixed-productguide-image,
    .fixed-question-image,
    .fixed-contact-image {
        height: 300px;
    }

    .fixed-text {
        width: 300px;
    }

    .fixed-laundrysystem-image  {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url('../img/top/laundryfacility-sphero.webp'); 
    }

    .only-sp768px {
        display: block;
    }

    #header-area.header-pc .cf {
        padding: 0;
    }

    .slide-container .slide-item {
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }

    /* ----------------------------------------
    防火服ランドリーシステム販売
    ---------------------------------------- */
    .laundry-text {
        width: 100%;
    }

    .laundry-text h2 {
        margin-bottom: 50px;
    }

    .laundry-text h3 {
        font-size: 1em !important;
        line-height: 1.6;
    }

    .laundry-problem-statement-section {
        padding: 0;
    }

    .laundry-content {
        flex-direction: column; 
        align-items: center;    
        padding: 0;
        gap: 0;
    }

    .laundry-text-content {
        max-width: 100%;
        text-align: left; 
        line-height: 2;
    }

    .laundry-image-content {
        order: -1; 
        width: 80%;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .firesuit-textpanel { 
        max-width: 100%;
    }

    .firesuit-textpanel,
    .firesuit-textpanel-item {
        width: 100%;
    }

    /* ----------------------------------------
    ランドリーソリューションのレンタル
    ---------------------------------------- */
    .features-container {
        max-width: 600px;
    }

    .feature-row {
        flex-direction: column; 
        gap: 15px;
        width: 100%;
    }

    .bottom-row {
        flex-direction: column; 
        gap: 15px;
    }

    .plan-feature-item {
        min-height: auto; 
    }
    
    .plan-feature-title,
    .plan-feature-item p {
        text-align: left; 
    }

    .plan-item-svg {
        justify-content: center; 
    }

    /* ----------------------------------------
    防火服クリーニング便
    ---------------------------------------- */
    .cleaningservice-points {
        top: 85%;
    }

    .cleaning-separator-plus {
        top: 94%;
    }

    .cln-icon-box-one,
    .cln-icon-box-two,
    .cln-icon-box-thr,
    .cln-icon-box-fou { 
        width: 70px;
        height: 70px;
    }

    .cln-step-text {
        font-size: 17px;
    }

    .cln-step-heading {
        font-size: 17px;
    }

    .cln-pref-table {
        font-size: 17px;
    }

    /* ----------------------------------------
    製品案内・会社概要・お問い合わせ
    ---------------------------------------- */
    .link-section {
        flex-direction: column; 
        padding: 0 40px; 
        margin: 50px auto;
    }

    .link-section .link-item {
        width: 100%; 
        margin: 10px 0; 
        height: 180px;
    }
        
    .link-section .link-item:hover { 
        transform: none; 
    }

    .link-section .link-item:hover .link-content-wrapper {
        background-color: #376d00; 
    }

    .link-section .link-content-wrapper {
        clip-path: polygon(0% 0%, 50% 0%, 40% 100%, 0% 100%);
    }

    /* ----------------------------------------
    会社概要
    ---------------------------------------- */
    .company-map {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px; 
    }

    .tokyo,
    .saitama {
        width: 95%;   
        height: 200px;  
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .map-txt{
        padding-top: 10px;
    }

    /* ----------------------------------------
    コインランドリーレンタル
    ---------------------------------------- */
    .flow-step,
    .flow-step.reverse {
        flex-direction: column;
        min-height: auto;
    }
    
    .flow-text,
    .flow-image {
        max-width: 100%; 
        flex: 1 1 100%; 
        width: 100%;
    }

    .flow-step img {
        width: 100%;
    }

    .flow-image {
        min-height: 200px; 
        height: auto; 
    }
    
    .flow-text {
        padding: 40px 20px;
        text-align: center; 
        clip-path: none !important; 
    }

    .flow-text::before {
        display: none; 
    }

    .flow-number {
        font-size: 2.4em;
    }

    .flow-title {
        text-align: center !important;
        font-size: 1.5em !important;
        line-height: 1.4;
    }

    .flow-description { 
        text-align: left;
    }

    .note-text {
        padding: 15px 0;
    }

    /* ----------------------------------------
    コインランドリー経営
    ---------------------------------------- */
    .manage-hero h2 {
        font-size: 1.6em;
        text-align: left;
    }
    .manage-hero {
        padding: 30px 0;
    }

    .toc-002 > ol {
        padding: 1em 1em 1em 2em;
    }

    .toc-002 ol ol {
        padding-left: 0;
    }

    .manage-title {
        font-size: 1.5em;
        line-height: 1.4;
    }

    .manage-flow {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .manage-flow-arrow {
        font-size: 40px;
        transform: rotate(90deg); 
        padding: 10px 0;
        z-index: -1;
    }
    
    .manage-flow-step {
        text-align: left;
        width: 100%;
        max-width: 400px;
        display: flex; 
        gap: 15px;
    }
    
    .manage-flow-icon {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }
    
    .manage-flow-icon i {
        font-size: 28px;
    }

    .manage-flow-text {
        text-align: left;
    }

    .manage-flow-text h4 {
        margin-top: 5px;
    }
    
    .manage-flow-text p {
        text-align: left;
    }

    .manage-flow-btns {
        flex-direction: column;
        justify-content: flex-start;
    }

    .manage-item-a {
        padding: 10px 0;
    }

    .manage-btn-contact {
        margin: 0px auto;
    }

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

    .step-number {
        width: 100%;
    }

    .step-description {
        width: 100%;
        text-align: left;
    }

    .manage-flow-btns .manage-plan-btn {
        margin: 0;
        width: 100%;
    }

    .manage-link-btn {
        width: 100%;
        text-align: center;
    }

    #flow-modal .flow-header .manage-modal-plan-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .manage-modal-plan-title {
        font-size: 22px;
    }

    .manage-modal-content {
        padding: 50px 20px;
    }

    .step-number {
        padding: 8px 15px;
    }

    

    /* ----------------------------------------
    ---------------------------------------- */
    .service-cards-wrapper {
        overflow: hidden; 
        padding: 0; 
        margin-top: 100px;
    }

    .service-bg-bottom {
        height: 400px;
    }

    .service-cards-container {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        align-items: center;
        gap: 20px; 
        padding: 0; 
    }

    .service-cards-container .service-card-link {
        width: 100%;
        margin: 0; 
        max-width: 90vw; 
        flex-basis: 90vw;
    }

    .facility-grid {
        grid-template-columns: 1fr 1ft; 
    }

    .product-title {
        line-height: 1.3;
    }

    .brand-info {
        flex-direction: column;
        text-align: center;
    }

    .brand-intro { 
        text-align: left;
    }

    .brand-logo {
        margin-bottom: 20px;
    }

    .machine-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .girbau-section > div:nth-child(2) {
        order: -1; 
    }
    .girbau-section > div:nth-child(1) {
        order: 1;
    }

    .gw-tech-gallery {
        justify-content: space-around; 
    }
    
    .gallery-item {
        flex-basis: 45%; 
        margin-left: 2%; 
        margin-right: 2%;
    }

    .firesuit-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .laundryfacility-image {
        width: 100%;
    }

    .machine-item {
        font-size: 1.1em;
    }

    .footer-nav-col .dropdown-menu {
        left: unset;
        right: 0px;
    }

    .footer-nav-col .dropdown-menu>li>a {
        padding: 10px 20px;
    }

    .coinlaundryrental-row {
        flex-direction: column;
        justify-content: center;
    }

    .coinlaundryrental-feature-item { 
        max-width: unset;
    }

    .coinlaundryrental-image { 
        width: 100%;
    }

    .coinlaundryrental-product-list {
        grid-template-columns: 1fr 1fr;
    }

    .coinlaundryrental-description { 
        text-align: left;

    }
}


/* ---------------------------------------- */
@media (max-width: 767px) {
    .header-logo img {
        width: 200px;
    }

    .navbar-toggle {
        display: block !important;
        position: fixed; 
        top: 10px;
        right: 15px;
        z-index: 1001; 
        margin-top: 15px;
        margin-right: 0;
        border: none !important; 
        padding: 9px 10px !important; 
        border-radius: 4px; 
    }

    #header-area.header-pc .cf {
        justify-content: flex-start;
    }

    .nav-menu {
        width: 0%;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff !important; 
    }

    .header-area-gnav {
        position: fixed; 
        top: 0;
        left: 100%; 
        width: 300px; 
        max-width: 80vw; 
        height: 100vh;
        background-color: rgba(30, 30, 30, 0.98); 
        z-index: 999;
        overflow-y: auto;
        float: none;
        transition: left 0.5s ease-out; 
    }
    
    .header-area-gnav.collapse.in {
        left: calc(100% - 300px); 
        display: block; 
    }

    .navbar-nav {
        display: block; 
        text-align: left; 
        padding-top: 80px; 
        padding-left: 20px; 
        margin: 0;
        width: 100%;
    }

    .navbar-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 5px 0;
        width: 100%;
    }
    
    .navbar-nav li a {
        color: #fff;
        font-size: 18px; 
        line-height: 1.2;
        padding: 10px 0;
        display: block;
    }

    .navbar-nav .nav-small {
        color: #aaa; 
        font-size: 13px;
    }
    
    .navbar-nav .dropdown-menu {
        position: static;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
    }

    .navbar-nav .dropdown-menu li a {
        font-size: 13px;
        color: #ccc;
        padding: 5px 0 5px 15px; 
    }

    .header-area-gnav ul.nav {
        flex-direction: column;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
    }
}

/* ---------------------------------------- */
@media (max-width: 610px) {
    .only-sp610px {
        display: block;
    }

    .white-space {
        white-space: unset;
    }

    .contact-button {
        margin: 40px auto 0;
    }

    .contact-button a {
        font-size: 18px;
    }

    .fixed-laundrysystem-image,
    .fixed-laundryrental-image,
    .fixed-cleaningservice-image {
        height: 600px;
    }
    
    .image-gallery,
    .download-button,
    .feature-list {
        order: initial !important; 
        grid-column: initial;
        max-width: initial;
        margin: initial;
    }

    .image-gallery {
        grid-column: 2 / 3;
        grid-row: 1 / span 5; 
    }

    .download-button {
        grid-column: 1 / 3; 
        width: 250px; 
        margin: 10px 0;
    }

    .feature-list {
        grid-column: 1 / 2;
    }

    .spec-row {
        flex-direction: row; 
    }
    .spec-label {
        text-align: center;
        width: 50%;
    }
    .spec-value {
        width: 70%;
    }

    .data-table-section {
        overflow-x: visible; 
    }
    .data-table {
        width: 100%; 
    }

    .logo-area {
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .logo-area img {
        max-width: 200px;
        height: auto;
        gap: 10px;
    }

    .page-title {
        font-size: 1.6em;
    }

    /* ----------------------------------------
    防火服ランドリーシステム販売
    ---------------------------------------- */
    .laundry-text h3 {
        line-height: 1.9;
    }

    .firesuit-textpanel p {
        margin-bottom: 25px;
        font-size: 17px;
        line-height: 1.6;
    }

    .firesuit-textpanel {
        padding: 30px 15px;
    }

    /* ----------------------------------------
    ランドリーソリューションのレンタル
    ---------------------------------------- */
    .ppe-content-wrapper {
        display: flex;
        flex-direction: column; 
        gap: 30px;
        align-items: center;
        text-align: center; 
    }

    .ppe-text-content,
    .ppe-image-carousel {
        width: 100%; 
    }
    
    .ppe-rental-one {
        max-width: 100%;
        height: auto;
    }

    .ppe-text-content {
        padding-left: 10px;
    }

    .ppe-text-content {
        order: 2; 
        width: 100%;
        text-align: left;
        padding: 0;
    }
    
    .ppe-text-content h1 {
        font-size: 1.6em; 
        margin-bottom: 20px;
    }

    .ppe-image-carousel {
        order: 1; 
        width: 100%; 
    }
    
    .ppe-rental-one img {
        width: 280px; 
    }

    .ppe-rental-one {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .ppe-features p {
        margin: 0;
        font-size: 17px;
    }

    .rental-plan-section {
        padding: 50px 0;
    }

    .plan-slide-item img {
        width: 100%; 
    }

    .image-caption {
        font-size: 1em;
        margin-top: 15px;
    }

    .plan-section-title {
        font-size: 1.6em;
        line-height: 1.4;
    }

    .feature-row,
    .bottom-row {
        gap: 0;
    }

    .plan-feature-item {
        padding: 10px 0;
    }

    .plan-feature-item p {
        padding-left: 10px;
        font-size: 17px;
    }

    .plan-item-svg h3 {
        font-size: 1.2em;
        line-height: 1.4;
    }

    /* ----------------------------------------
    防火服クリーニング便
    ---------------------------------------- */
    .cleaningservice-points {
        top: 88%;
        flex-direction: column; 
        width: 100%;
        max-width: 100%;
    }

    .cleaning-point-item {
        width: 90%;
        max-width: 400px; 
        height: auto; 
        padding: 25px 15px; 
        justify-content: left;
    }
    
    .cleaning-point-item:first-child {
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .cleaning-point-item-image {
        max-width: 50px;
    }

    .cleaning-point-item p {
        font-size: 17px; 
        text-align: left;
    }

    .cleaning-flexbox {
        flex-direction: unset;
        margin-left: 10px;
    }

    .cleaning-features {
        padding: 50px 0 0;
    }

    .feature-image-right {
        display: none;
    }

    .cln-flow-large-image {
        max-width: 270px;
        gap: 10px;
    }

    /* ----------------------------------------
    フッター
    ---------------------------------------- */
    .footer-container {
        padding: 0 10px;
    }

    .address-block {
        width: 55%;
        margin-left: 0;
    }

    .footer-flex {
        padding: 0 10px;
    }

    /* ----------------------------------------
    コインランドリーレンタル
    ---------------------------------------- */
    .coinlaundryrental-topttl h2 {
        text-align: center !important;
    }

    .coinlaundry-ttl-small {
        line-height: 1.5;
    }

    /* ----------------------------------------
    コインランドリー経営
    ---------------------------------------- */
    .manage-nav {
        flex-direction: column;
    }

    .manage-nav-item {
        width: 100%;
        height: 120px;
        border: 2px solid #2589d0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .toc-002 li {
        font-size: 15px;
    }

    .manage-nav-item::after {
        top: 80%;
    }

    /* ----------------------------------------
    ---------------------------------------- */
    .product-info-top {
        grid-template-columns: 1.5fr 1fr; 
        gap: 20px 50px;
        margin: 50px auto;
    }

    .product-title {
        font-size: 1.4em;
    }

    .faq-section h2 {
        margin-top: 40px;
    }

    .faq-question {
        padding: 18px 5px;
    }

    .faq-answer p {
        padding: 15px 0;
    }

    .question-text {
        padding-left: 5px;
        font-size: 1em;
    }

    .features-container {
        gap: 0;
    }    

    .cleaning-separator-plus {
        top: 100%;
        padding: 1px;
        max-width: 40px;
    }

    .brand-section {
        margin-bottom: 0;
    }

}


/* ---------------------------------------- */
@media (max-width: 600px) {
    .inner-wrop {
        padding: 0 20px;
    }

    /* ----------------------------------------
    防火服ランドリーシステム販売
    ---------------------------------------- */
    .laundry-text-content {
        font-size: 17px;
    }

    /* ----------------------------------------
    ---------------------------------------- */
    .product-info-top {
        grid-template-columns: 1fr; 
        gap: 20px;
        margin: 30px auto;
    }

    .image-gallery {
        grid-column: 1 / -1; 
        grid-row: auto; 
        max-width: 100%; 
        margin-left: 0;
        order: 5; 
    }

    .image-placeholder {
        height: 250px; 
        margin-right: 0;
    }

    .gallery-arrow.top-level-arrow {
        top: calc(250px / 2); 
        padding: 6px 10px;
    }

    .gallery-arrow.prev-arrow {
        left: 0px;
    }

    .download-button {
        grid-column: 1 / -1;
        width: 100%; 
        max-width: 300px;
        margin: 10px auto;
        order: 6; 
        font-size: 18px;
    }

    .feature-list {
        grid-column: 1 / -1;
        order: 7; 
    }

    .spec-value {
        width: 50%;
    }

    .gallery-item figcaption {
        font-size: 1.2em;
        margin-top: 5px; 
        margin-bottom: 20px;
    }

    .gallery-item {
        flex-basis: 95%; 
        width: 95%; 
        margin-left: 2.5%; 
        margin-right: 2.5%;
    }

    .gw-tech-gallery {
        flex-direction: column;
        justify-content: center;
        padding: 0 10px; 
        gap: 20px;
    }

    .gw-main-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .gw-options-list {
        flex-direction: column;
        gap: 40px;
    }

    .gw-option-text {
        width: 90%;
    }

    .gw-notes {
        padding: 20px 25px;
    }

    .gw-box-title {
        font-size: 1.2em;
    }

    .data-table-section {
        overflow-x: auto; 
    }

    .data-table {
        width: 600px;
        min-width: initial;
    }

    .tag {
        padding: 2px 6px;
    }
}


/* ---------------------------------------- */
@media (max-width: 500px) {
    .only-sp815px {
        display: none;
    }

    .fixed-herohero-image,
    .fixed-hero-image {
        height: 200px;
    }

    .fixed-laundrysystem-image {
        height: 500px;
    }

    .overlay-image {
        background-size: contain;
        background-position: bottom center;
    }

    .fixed-text h2 {
        font-size: 1.6em !important;
        margin-bottom: 30px !important;
        line-height: 1.4;
    }

    .fixed-text h3 {
        font-size: 1em;
    }

    .sub-title-small {
        font-size: 16px !important;
        line-height: 2.5;
    }

    .only-sp500px {
        display: block;
    }

    .min-500px {
        display: none;
    }

    .space {
        padding: 30px;
    }

    #under {
        height: 700px;
    }

    .slide-container .slide-item {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .hero-text-area h2 {
        font-size: 3rem;
        line-height: 1.7;
    }

    .hero-text-area .subtitle-j {
        font-size: 1.5rem;
    }

    .hero-text-area .subtitle-e {
        font-size: 1.3rem;
        line-height: 2.3;
    }

    /* ----------------------------------------
    防火服ランドリーシステム販売
    ---------------------------------------- */
    .firesuit-wrapper {
        gap: 0;
    }

    /* ----------------------------------------
    防火服クリーニング便
    ---------------------------------------- */
    .cln-performance-text {
        text-align: left;
    }

    .cln-flow-large-image {
        flex-direction: row;
        max-width: 400px;
        overflow: hidden;
        position: relative;
    }

    .cln-flow-large-image img {
        width: 100%;
        flex-shrink: 0;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        animation: fadeSlide 8s infinite;
    }

    .cln-flow-large-image img:nth-child(2) {
        animation-delay: 4s;
    }

    @keyframes fadeSlide {
        0% { opacity: 0; transform: translateX(100%); }
        5% { opacity: 1; transform: translateX(0); }
        45% { opacity: 1; transform: translateX(0); }
        50% { opacity: 0; transform: translateX(-100%); }
        100% { opacity: 0; transform: translateX(-100%); }
    }

    /* ----------------------------------------
    製品案内・会社概要・お問い合わせ
    ---------------------------------------- */
    .link-section .link-item {
        height: 100px;
    }

    .link-section {
        padding: 0 15px;
        margin: 40px auto;
        gap: 10px;
    }

    .link-section .link-content-wrapper {
        padding: 25px 20px 35px 20px;
    }

    .link-section .link-item {
        font-size: 1.8rem;
    }

    .link-section .link-item .link-small {
        font-size: 1.4rem;
        line-height: 1;
    }

    /* ----------------------------------------
    フッター
    ---------------------------------------- */
    .footer-flex {
        padding: 0;
    }

    .footer-nav-group {
        width: 100%;
        margin-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .footer-company {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .footer-nav-col a {
        padding-left: 7px;
        font-size: 1.4rem;
    }

    .footer-container {
        padding: 0 15px;
    }

    .footer-nav-col {
        margin-left: 5px;
    }

    
    /* ----------------------------------------
    会社概要
    ---------------------------------------- */
    .profile-table th {
        width: 100px;
        font-size: 1.5rem;
    }

    .profile-table td {
        font-size: 1.4rem;
    }


    /* ----------------------------------------
    ---------------------------------------- */
    .service-cards-container .service-card-link {
        height: 350px;
    }

    .service-cards-container {
        flex-direction: column;
        justify-content: center;
        padding: 0;
        align-items: center;
        gap: 50px;
    }

    .service-cards-wrapper {
        margin-top: 30px;
    }

    .service-bg-bottom {
        height: 1000px;
    }

    .card-title-j {
        font-size: 2.3rem;
    }

    .card-title-e {
        font-size: 1.5rem;
    }

    .facility-section h2 {
        text-align: left;
        margin-top: 40px;
        line-height: 1.2;
    }

    .facility-name-on-image-link {
        border: 1px solid rgba(255, 255, 255, 0.9);
    }

    .facility-grid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .facility-link-flex {
        grid-template-columns: 1fr 1fr;
    }

    .product-items {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .product-item {
        width: 100%;
        max-width: unset;
    }

    .brand-intro {
        text-align: left;
    }

    .brand-info {
        gap: 0px;
    }

    .brand-info h3 {
        font-size: 1.8em;
    }

    .gw-main-image {
        width: 100%;
    }

    .gw-options-list {
        gap: 20px;
    }

    .gw-info-list dd {
        margin-left: 0;
    }

    .gw-features-section h2 {
        font-size: 1.3em;
        margin-bottom: 20px;
    }

    .gw-section-title {
        margin-top: 0;
        font-size: 1.3em;
        line-height: 1.3;
    }

    .gw-guideline-box {
        padding: 10px;
    }

    .gw-guideline-box span {
        width: 100%;
    }

    .gw-box-title {
        padding: 13px 0;
        font-size: 1em;
    }

    .gw-guideline-box ul {
        padding-left: 0;
    }

    .gw-guideline-box ul li {
        line-height: 1.5;
        margin: 10px 0;
    }

    .gw-notes {
        padding: 15px 10px;
    }

    .gw-notes-sub {
        padding: 0;
    }

    .gw-feature-item p {
        font-size: 1.1em;
    }

    .gw-notes h4,
    .gw-notes-sub h4 {
        line-height: 1.4;
    }
}
