﻿@charset "utf-8";
/*====================================================================
  Page Shared Styles
====================================================================*/

.inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Page Header */
.page-header {
    height: 535px;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    background: url(../image/layout/top_bg.jpg) no-repeat center bottom / cover;
}
.page-header__inner {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header__title_en {
    color: #0056b3;
    font-size: 67px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0;
    position: relative;
    z-index: 1;
    font-family: "Viga", sans-serif;
}

.page-header__title {
    display: block;
    font-size:24px;
    margin-top: 10px;
    font-weight:bold;
}

.page-header__image {
    width: 50%;
    height: 100%;
    max-height: 507px;
    position: absolute;
    right: 0;
    top: 0;
}

.page-header__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Breadcrumb */
.breadcrumb {
    padding: 15px 0;
    font-size: 12px;
    margin-bottom: 50px;
}
.breadcrumb .inner { max-width:1290px; }

.breadcrumb ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.breadcrumb ul li {
    display: flex;
    align-items: center;
	color:#727272;
}

.breadcrumb ul li a {
    color: #0056b3;
    text-decoration: none;
}

.breadcrumb ul li:not(:last-child)::after {
    content: "/";
    margin: 0 10px;
    color:#D9D9D9;
}

/* Policy Section */
.policy-section {
    padding-bottom: 100px;
    color: #333;
    line-height: 1.8;
}

.policy-section h2.heading-lv2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 60px;
    margin-bottom: 25px;
    padding-left: 15px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.policy-section h2.heading-lv2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 36px;
    background-color: #0056b3;
}

.policy-section h2.heading-lv2:first-child {
    margin-top: 0;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.policy-list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0px;
}

.policy-section .contact-info {
    margin-top: 20px;
}

@media (max-width: 575px) {
    .policy-section h2.heading-lv2 {
        font-size: 20px;
        padding-bottom: 0;
    }
    .policy-section h2.heading-lv2::before {
        height: 26px;
    }
}

/* MESSAGE */
.company-message,
.service-message {
    padding: 80px 0;
    background-color: #F3F8FC;
}

.service-message {
    background: none;
}

.service-message {
    background-image: url("../image/service/service_bg2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.c-section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.c-section-title__en {
    display: block;
    font-size: 113px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    letter-spacing: 0.2em;
    white-space: nowrap;
    max-width: none;
    font-family: "Viga", sans-serif;
}

.c-section-title__jp {
    position: relative;
    z-index: 2;
    font-size: 23px;
    font-weight:500;
    letter-spacing: 0.1em;
}

.c-section-title__en--label {
    position: relative;
    display: inline-block;
    z-index: 3;
    font-size: 53px;
    color: #0d60b8;
    font-family: "Viga", sans-serif;
    margin-bottom: 8px;
    letter-spacing: 0.06em;
    transform: none;
    left: auto;
    top: auto;
}

.c-section-title__en--bg {
    color:#FBFDFE;
}

.c-section-title__en--bg2 {
    color:#F3F8FC;
}

.company-message__content,
.service-message__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.company-message__catch,
.service-message__catch {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
    line-height: 2;
}

.company-message__catch-line,
.service-message__catch-line {
    width: fit-content;
    display: inline-block;
    color: #fff;
    background: linear-gradient(90deg, #3D23CA, #228DC5, #1B52A9);
    padding: 0 10px;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
	line-height:1.6;
}

.company-message__catch-line--large,
.service-message__catch-line--large {
    font-size: 29px;
    background: linear-gradient(90deg, #3D23CA, #228DC5, #1B52A9);
}

.company-message__text p,
.service-message__text p {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin-bottom: 30px;
}

.service-message__text p {
    text-align: center;
}

.company-message__sign,
.service-message__sign {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    text-align: right;
    margin-top: 60px;
}

.company-message__title,
.service-message__title {
    font-size: 14px;
    margin-right: 10px;
}

.company-message__name,
.service-message__name {
    font-size: 28px;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 0.2em;
}

/* 代表者名画像 */
.company-message__name-img,
.service-message__name-img {
    display: inline-block;
    height: 48px;
    vertical-align: middle;
    max-width: 320px;
}

.company-philosophy {
    position: relative;
    height: 666px;
    background: url("../image/company/philosophy.jpg") center/cover no-repeat;
    padding: 120px 0;
    color: #222;
    overflow: hidden;
}
.company-philosophy .inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    text-align: center;
}
.company-philosophy__title_en {
    font-family: "Viga", sans-serif;
    color: #0d60b8;
    font-size: 53px;
    letter-spacing: 0.2em;
    margin-bottom: 6px;
}
.company-philosophy__label {
    font-size: 23px;
    color: #666;
    margin-bottom: 10px;
}
.company-philosophy__key {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #111;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}
.company-philosophy__key-img {
    display: block;
    max-width: 230px;
    width: 100%;
    height: auto;
    margin: 0 auto 44px;
}
.company-philosophy__desc {
    font-family: "Noto Sans JP", sans-serif;
    max-width: 920px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    text-align: center;
}
.company-philosophy__desc p {
    margin-bottom: 16px;
}

/* Company Overview (会社概要) */
.company-overview {
    padding: 80px 0;
    background-color: #fff;
}
.company-overview .c-section-title {
    margin-bottom: 48px;
}
.company-overview__table {
    max-width: 980px;
    margin: 0 auto;
}
.company-overview__list {
    display: grid;
    grid-template-columns: 220px 1fr;
    column-gap: 32px;
    align-items: start;
}
.company-overview__list dt {
    padding: 18px 0;
    font-weight: 700;
    color: #0d60b8;
    font-size: 14px;
}
.company-overview__list dd {
    padding: 18px 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 15px;
}
.company-overview__list dd .company-overview__map-link,
.company-overview__list dd a.company-overview__map-link {
    margin-left: 12px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #e6e6e6;
    padding: 4px 8px;
    border-radius: 16px;
    background: #fff;
}
.company-overview__map {
    max-width: 980px;
    margin: 40px auto 0;
    border-radius: 5px;
    overflow: hidden;
}
.company-overview__map iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
}



/* Company History (沿革) */
.company-history {
    padding: 100px 0;
    background-color: #F3F8FC;
    position: relative;
    overflow: visible;
}
.company-history .inner { max-width:1030px; }
.company-history__wrap {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 40px;
    align-items: flex-start;
    position: relative;
}
.company-history__bg {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 113px;
    font-weight: 700;
    color:#FBFDFE;
    font-family: "Viga", sans-serif;
    letter-spacing: 0.2em;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    text-transform: uppercase;
}
.company-history__head {
    z-index: 2;
    padding-top: 20px;
}
.company-history__title_en {
    font-family: "Viga", sans-serif;
    color: #0d60b8;
    font-size:53px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
	line-height:1.0;
}
.company-history__title_jp {
    font-size:23px;
	font-weight:500;
    margin-bottom: 12px;
}
.company-history__timeline {
    z-index: 2;
}
.timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.timeline::before {
    content: "";
    position: absolute;
    left: 92px;
    top: 10px;
    bottom: 0;
    width: 2px;
    background: #D3DEEB;
    border-radius: 2px;
}
.timeline__item {
    position: relative;
    padding-left: 140px;
    margin-bottom: 28px;
}
.timeline__date {
    position: absolute;
    left: 0;
    top: 6px;
    width: 120px;
    font-size: 14px;
    color: #6e84a0;
    font-weight: 700;
}
.timeline__item::before {
    content: "";
    position: absolute;
    left: 92px;
    top: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0d60b8;
    transform: translate(-50%, -50%);
}
.timeline__item::after {
    content: "";
    position: absolute;
    left: 92px;
    top: 18px;
    width: 8px;
    height: 8px;
    background: #0d60b8;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.timeline__body {
    color: #334050;
    font-size: 15px;
    line-height: 1.8;
}

.service-feature {
    position: relative;
    background: transparent;
    padding: 84px 0 0;
    overflow: hidden;
}

.service-feature::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background: #F3F8FC;
    z-index: 0;
}

.service-feature .inner {
    position: relative;
    z-index: 1;
}

.service-feature__bg {
    position: absolute;
    right: 0;
    top: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(48px, 9vw, 94px);
    font-weight: 600;
    letter-spacing: 0.18em;
    color:#FEFFFF;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.service-feature__card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
    gap: 42px;
    align-items: center;
}

.service-feature__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.service-feature__body {
    padding: 14px 0;
    max-width: 600px;
}

.service-feature__title {
    position: relative;
    margin: 0 0 26px;
    padding-left: 70px;
    padding-bottom: 8px;
    font-size: clamp(28px, 2.8vw, 44px);
    font-weight: 500;
    color: #2b3a4d;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(21, 74, 138, 0.22);
}

.service-feature__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 54px;
    height: 54px;
    background-image: url(../image/icon/aircon_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.service-feature__body p {
    margin: 0;
    font-size: 15px;
    line-height: 2;
    color: #2f3f53;
}

.service-products {
    margin-top: 78px;
    padding: 74px 0 82px;
    overflow: hidden;
}

.service-products__title-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 44px;
}

.service-products__bg {
    margin: 0;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Viga", sans-serif;
    font-size: clamp(60px, 11vw, 98px);
    letter-spacing: 0.17em;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.service-products__en {
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: "Viga", sans-serif;
    color: #0f5eb6;
    font-size: clamp(42px, 5vw, 54px);
    letter-spacing: 0.08em;
    line-height: 1;
}

.service-products__jp {
    position: relative;
    z-index: 2;
    margin: 10px 0 0;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #1e2b3a;
}

.service-products__slider {
    position: relative;
    overflow: hidden;
}

.service-products__track {
    display: flex;
    gap: 24px;
    padding: 0 8px 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.service-products__track::-webkit-scrollbar {
    display: none;
}

.service-products__card {
    position: relative;
    min-width: 330px;
    flex: 0 0 clamp(250px, 24vw, 280px);
    padding-bottom: 44px;
}

.service-products__card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.service-products__card-body {
    width: min(290px, 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
    padding: 12px 16px 14px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.service-products__card-title {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #202c3b;
}

.service-products__card-en {
    margin: 6px 0 0;
    color: #9aa1ab;
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.04em;
    text-transform: none;
}

.service-products__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    background-image: url(../image/icon/arrow_right4.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0f5eb6;
    color: transparent;
    font-size: 28px;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 100;
}

.service-products__arrow--prev {
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../image/icon/arrow_left.png);
}

.service-products__arrow--next {
    right: 0;
}

.service-catalog {
    padding: 104px 0 120px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.service-catalog__header {
    position: relative;
    text-align: center;
    margin-bottom: 42px;
    padding-top: 24px;
}

.service-catalog__bg {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(52px, 8vw, 96px);
    font-weight: 700;
    letter-spacing: 0.16em;
    color: rgba(15, 94, 182, 0.06);
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.service-catalog__en {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: "Viga", sans-serif;
    font-size: clamp(34px, 4.6vw, 52px);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #0f5eb6;
    line-height: 1;
}

.service-catalog__jp {
    position: relative;
    z-index: 1;
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #203042;
}

.service-catalog__note {
    position: relative;
    z-index: 1;
    margin: 28px 0 0;
    font-size: 13px;
    color:#5C5C5C;
    letter-spacing: 0.06em;
}

.service-catalog__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-catalog__card {
    display: flex;
    flex-direction: column;
    min-height: 402px;
    padding: 18px 18px 20px;
    background:#F3F8FC;
}

.service-catalog__title {
    margin: 0;
    padding-left: 12px;
    border-left: 2px solid #0f5eb6;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #2b3542;
}

.service-catalog__media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 14px 0 18px;
}

.service-catalog__media img {
    display: block;
    width: 100%;
    max-width: 182px;
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 10px 12px rgba(31, 58, 95, 0.08));
}

.service-catalog__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: auto;
    padding: 12px 18px;
    border: 1px solid #E0E0E0;
    border-radius: 999px;
    background: #ffffff;
    color: #2e3b4a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-catalog__button::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../image/icon/book.png) no-repeat center / contain;
    flex: 0 0 auto;
}

body.pc .service-catalog__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(31, 58, 95, 0.1);
    border-color: rgba(15, 94, 182, 0.26);
    opacity: 1;
}

.service-license {
    position: relative;
    padding: 102px 0 110px;
    overflow: hidden;
    background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
}

.service-license__bg {
    position: absolute;
    left: 0;
    top: 18px;
    font-family: "Viga", sans-serif;
    font-size: clamp(58px, 11vw, 110px);
    font-weight: 700;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.service-license__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
    margin-left: 120px;
}

.service-license__heading {
    align-self: center;
    padding-top: 18px;
}

.service-license__en {
    margin: 0;
    color: #0f5eb6;
    font-family: "Viga", sans-serif;
    font-size: clamp(34px, 4.8vw, 54px);
    line-height: 1;
    letter-spacing: 0.08em;
}

.service-license__jp {
    margin: 10px 0 0;
    color: #222d3a;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.14em;
}

.service-license__item {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(108, 126, 149, 0.18);
}

.service-license__item--multi {
    padding-bottom: 20px;
}

.service-license__label {
    margin: 0;
    color: #0f5eb6;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.service-license__value-group {
    display: grid;
    gap: 10px;
}

.service-license__value {
    margin: 0;
    color: #303844;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

@media (max-width: 767px) {
    .inner {
        padding: 0 16px;
    }

    .page-header {
        height: auto;
        min-height: 360px;
        padding: 56px 0 40px;
    }

    .page-header__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .page-header__title_en {
        font-size: clamp(32px, 9vw, 48px);
    }

    .page-header__image {
        position: relative;
        width: 100%;
        max-height: none;
        order: 2;
    }

    .page-header__image img {
        aspect-ratio: 16 / 9;
    }

    .breadcrumb {
        margin-bottom: 32px;
        padding: 12px 0;
    }

    .c-section-title {
        margin-bottom: 40px;
    }

    .c-section-title__en {
        font-size: clamp(56px, 14vw, 88px);
    }

    .c-section-title__en--label {
        font-size: clamp(26px, 7vw, 42px);
    }

    .c-section-title__jp {
        font-size: 20px;
    }

    .company-message,
    .service-message,
    .company-overview,
    .company-history {
        padding: 64px 0;
    }

    .company-message__catch,
    .service-message__catch {
        margin-bottom: 32px;
    }

    .company-message__catch-line,
    .service-message__catch-line {
        width: 100%;
        padding: 8px 14px;
        font-size: clamp(18px, 4.8vw, 24px);
        line-height: 1.5;
        box-sizing: border-box;
    }

    .company-message__text p,
    .service-message__text p {
        font-size: 15px;
        line-height: 1.9;
        margin-bottom: 20px;
    }

    .company-message__sign,
    .service-message__sign {
        margin-top: 32px;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-end;
    }

    .company-message__name-img,
    .service-message__name-img {
        height: 40px;
        max-width: 260px;
    }

    .company-philosophy {
        height: auto;
        min-height: 0;
        padding: 72px 0 64px;
        background-image: linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), url("../image/company/philosophy.jpg");
        background-blend-mode: screen;
    }

    .company-philosophy__title_en {
        font-size: clamp(34px, 9vw, 46px);
    }

    .company-philosophy__label {
        font-size: 18px;
    }

    .company-philosophy__key-img {
        max-width: 180px;
        margin-bottom: 28px;
    }

    .company-philosophy__desc {
        font-size: 15px;
        line-height: 1.8;
        text-align: left;
    }

    .company-overview__list {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .company-overview__list dt {
        padding: 18px 0 8px;
    }

    .company-overview__list dd {
        padding: 0 0 18px;
    }

    .company-overview__list dd .company-overview__map-link,
    .company-overview__list dd a.company-overview__map-link {
        display: inline-block;
        margin: 10px 0 0;
    }

    .company-overview__map iframe {
        height: 280px;
    }

    .company-history__wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .company-history__bg {
        left: 12px;
        top: 12px;
        font-size: clamp(54px, 16vw, 82px);
    }

    .company-history__head {
        padding-top: 0;
    }

    .company-history__title_en {
        font-size: clamp(28px, 8vw, 36px);
    }

    .timeline::before {
        left: 16px;
    }

    .timeline__item {
        padding-left: 42px;
        margin-bottom: 22px;
    }

    .timeline__date {
        position: static;
        width: auto;
        margin-bottom: 6px;
    }

    .timeline__item::before,
    .timeline__item::after {
        left: 16px;
    }

    .timeline__body {
        font-size: 14px;
        line-height: 1.8;
    }

    .fixed-recruit-link {
        right: 12px;
        bottom: 12px;
        width: min(150px, 38vw);
    }
}

@media (max-width: 575px) {
    .inner {
        padding: 0 14px;
    }

    .page-header {
        min-height: 320px;
        padding: 48px 0 32px;
    }

    .page-header__inner {
        gap: 18px;
    }

    .company-message,
    .service-message,
    .company-overview,
    .company-history {
        padding: 52px 0;
    }

    .company-philosophy {
        background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../image/company/philosophy.jpg");
    }

    .company-message__catch-line,
    .service-message__catch-line {
        font-size: 18px;
    }

    .company-message__name-img,
    .service-message__name-img {
        height: 36px;
        max-width: 220px;
    }

    .company-overview__map iframe {
        height: 240px;
    }

    .company-history__bg {
        font-size: clamp(48px, 18vw, 68px);
    }

    .fixed-recruit-link {
        width: min(132px, 42vw);
    }
}

@media (max-width: 767px) {
    .page-header__image {
        display: none;
    }
    .breadcrumb {
        margin-bottom: 0;
    }
    .service-message__catch-line {
        width: 100%;
        padding: 8px;
        font-size: 20px;
    }
    .service-message {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .service-feature__card {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .service-feature::before {
        width: 100%;
    }
    .service-feature__body {
        padding: 14px 20px 0;
    }
    .service-products {
        margin-top: 0;
    }
    .service-products {
        margin-top: 0;
        padding: 56px 16px 68px;
    }

    .service-products__title-wrap {
        margin-bottom: 32px;
    }

    .service-products__bg {
        top: -22px;
        font-size: clamp(42px, 16vw, 82px);
    }

    .service-products__en {
        font-size: clamp(32px, 8vw, 44px);
    }

    .service-products__jp {
        margin-top: 8px;
        font-size: 18px;
    }

    .service-products__slider {
        margin: 0 -16px;
    }

    .service-products__track {
        gap: 16px;
        padding: 0 16px 14px;
        scroll-snap-type: x mandatory;
    }

    .service-products__card {
        flex: 0 0 min(280px, 78vw);
        min-width: 0;
        padding-bottom: 36px;
        scroll-snap-align: center;
    }

    .service-products__card-body {
        width: calc(100% - 16px);
        padding: 10px 14px 12px;
    }

    .service-products__card-title {
        font-size: 18px;
    }

    .service-products__card-en {
        font-size: 11px;
    }

    .service-products__arrow {
        display: none;
    }
    .service-catalog__grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 991px) {
    .service-license {
        padding: 60px 16px;
    }
    .service-license__inner {
        grid-template-columns: 1fr;
        margin-left: 0;
        gap: 32px;
    }
    .service-license__item {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* Contact Form */
.contact-form-section {
    padding: 0 0 110px;
}

.contact-form-section__inner {
    max-width: 980px;
}

.contact-call-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 22px 24px;
    background: #f4f6f8;
    border: 1px solid #e5e8ed;
}

.contact-call-banner__lead-wrap {
    display: grid;
    gap: 2px;
}

.contact-call-banner__lead {
    margin: 0;
    color: #0f5eb6;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.contact-call-banner__time {
    margin: 0;
    color: #4f5967;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.contact-call-banner__tel {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #2d3746;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
}

.contact-call-banner__tel::before {
    content: "";
    width: 25px;
    height: 46px;
    background: url(../image/icon/call.png) no-repeat center / contain;
    flex: 0 0 auto;
}

.contact-step {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 26px 0 34px;
    border: 1px solid #e2e5ea;
    background: #f4f6f8;
}

.contact-step__item {
    position: relative;
    min-height: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: #333d4a;
    background: #f4f6f8;
    text-align: center;
}

.contact-step__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 17px solid #f4f6f8;
    z-index: 2;
}

.contact-step__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 18px solid #e2e5ea;
    z-index: 1;
}

.contact-step__item:last-child::after,
.contact-step__item:last-child::before {
    content: none;
}

.contact-step__item.is-current {
    color: #fff;
    background: #0f5eb6;
}

.contact-step__item.is-current::after {
    border-left-color: #0f5eb6;
}

.contact-step__num {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
}

.contact-step__label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
}

.contact-form-title {
    margin: 0 0 18px;
    padding-left: 12px;
    border-left: 3px solid #0f5eb6;
    color: #2c3644;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.contact-form {
    background: #fff;
}

.contact-form__row {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    border-bottom: 1px solid #ebedf1;
}

.contact-form__head {
    margin: 0;
    padding: 24px 18px;
    background: #f5f6f8;
    color: #2f3947;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.contact-form__required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 2px;
    background: #d83333;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.contact-form__body {
    padding: 16px 24px;
}

.contact-form__body input,
.contact-form__body select,
.contact-form__body textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #e0e4ea;
    border-radius: 2px;
    background: #fff;
    color: #2c3541;
    font-size: 15px;
    line-height: 1.5;
}

.contact-form__body select {
    appearance: none;
    background-image: url(../image/icon/arrow_right4.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 8px auto;
    padding-right: 36px;
}

.contact-form__body textarea {
    min-height: 224px;
    resize: vertical;
}

.contact-address-grid {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    border: 1px solid #ebedf1;
}

.contact-address-grid__label,
.contact-address-grid__field {
    padding: 12px 14px;
    border-bottom: 1px solid #ebedf1;
}

.contact-address-grid__label {
    background: #f7f8fa;
    color: #3a4552;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.contact-address-grid__field {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-address-grid__field input,
.contact-address-grid__field select {
    min-height: 44px;
}

.contact-address-grid__field--zip input {
    max-width: 220px;
}

.contact-form__zip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #d2d7df;
    border-radius: 999px;
    background: #f5f6f8;
    color: #445062;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.contact-address-grid > :nth-last-child(-n+2) {
    border-bottom: none;
}

.contact-form__submit-wrap {
    padding: 30px 20px 8px;
    border: none;
    text-align: center;
}

.contact-form__submit {
    min-width: 240px;
    min-height: 44px;
    padding: 0 28px;
    border: none;
    border-radius: 3px;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}

.contact-form__submit::before {
    content: "●";
    margin-right: 8px;
    font-size: 11px;
    vertical-align: middle;
}

.contact-finish__home {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    color: #0056b3;
    transition: opacity 0.2s ease;
}

body.pc .contact-finish__home:hover {
    opacity: 0.8;
}

/* Contact レスポンシブ*/
@media (max-width: 768px) {
    .contact-form-section {
        padding: 0 0 60px;
    }
    .contact-call-banner {
        flex-direction: column;
        gap: 16px;
        padding: 20px 16px;
    }
    .contact-call-banner__lead {
        font-size: 20px;
        text-align: center;
    }
    .contact-call-banner__tel {
        font-size: 32px;
    }
    .contact-step {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 20px 0;
    }
    .contact-step__item {
        min-height: 50px;
    }
    .contact-step__item::after,
    .contact-step__item::before {
        display: none;
    }
    .contact-step__num {
        font-size: 10px;
    }
    .contact-step__label {
        font-size: 12px;
    }
    .contact-form-title {
        font-size: 22px;
    }
    .contact-form__row {
        grid-template-columns: 1fr;
    }
    .contact-form__head {
        padding: 12px 16px;
    }
    .contact-form__body {
        padding: 16px;
    }
    .contact-address-grid {
        grid-template-columns: 1fr;
    }
    .contact-address-grid__label {
        background: #f5f6f8;
    }
    .contact-address-grid__field {
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-address-grid__field--zip input {
        max-width: 100%;
        width: 100%;
    }
    .contact-form__zip-btn {
        width: 100%;
        margin-top: 10px;
    }
    .contact-form__submit {
        width: 100%;
    }
}
