@charset "utf-8";

.center { max-width:1240px; }
.center2 { max-width:940px; }

/* ヘッダー */
.company-logo {
    display: inline-flex;
    margin: 0;
    margin-left: 20px;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.header-wrap.fixed { background:#fff; }

.header-actions {
    display: flex;
    align-items: center;
}

.recruit-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    letter-spacing: 3px;
    color: white;
    background-color: black;
    font-size: 18px;
    background-image: url("../image/icon/person.png");
    background-position: 20% center;
    background-size: auto 20.47px;
    background-repeat: no-repeat;
    padding-left: 20px;
    width: 185px;
    height: 84px;
    font-family: "Viga", sans-serif;
}

.hamburger-btn {
    width: 84px;
    height: 84px;
    border: 0;
    border-radius: 0;
    background-color: #0058b8;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    padding: 0;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
}

.hamburger-icon .line {
    display: block;
    height: 1.5px;
    background: #fff;
}

.hamburger-icon .line-1 {
    width: 34px;
}

.hamburger-icon .line-2 {
    width: 34px;
}

.hamburger-icon .line-3 {
    width: 22px;
}

.hamburger-label {
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
}

.hamburger-btn[aria-expanded="true"] {
    background-color: #004996;
}

@media (max-width: 768px) {
    .header-actions {
        gap: 0;
    }

    .company-logo {
        margin-left: 12px;
    }

    .recruit-link {
        width: 140px;
        height: 75px;
        font-size: 14px;
        background-size: auto 16px;
    }

    .hamburger-btn {
        width: 75px;
        height: 75px;
        gap: 10px;
    }

    .hamburger-icon {
        gap: 6px;
    }

    .hamburger-icon .line-2 {
        width: 28px;
    }

    .hamburger-icon .line-3 {
        width: 18px;
    }

    .hamburger-label {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .header-wrap {
        align-items: stretch;
    }

    .header-actions {
        gap: 0;
    }

    .company-logo {
        margin-left: 5px;
		padding-top:8px;
		width:240px;
    }

    .recruit-link {
        display: none;
        width: 100px;
        height: 75px;
        font-size: 14px;
        background-size: auto 16px;
    }

    .hamburger-btn {
        width: 60px;
        height: 60px;
        gap: 10px;
    }

    .hamburger-icon {
        gap: 6px;
    }

    .hamburger-icon .line-1 {
        width: 34px;
    }

    .hamburger-icon .line-2 {
        width: 28px;
    }

    .hamburger-icon .line-3 {
        width: 18px;
    }

    .hamburger-label {
        font-size: 11px;
    }
}

body.menu-open {
    overflow: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.global-menu {
    position: fixed;
    inset: 0;
    z-index: 2000;
}

.global-menu[hidden] {
    display: none;
}

.global-menu__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 56, 128, 0.72);
    backdrop-filter: blur(2px);
}

.global-menu__panel {
    position: relative;
    z-index: 1;
    height: 100vh;
    box-sizing: border-box;
    color: #fff;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.08), transparent 26%),
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.05), transparent 22%),
        linear-gradient(180deg, #0057b8 0%, #0048a0 100%);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.global-menu__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../image/icon/humburger_bg.png");
    background-repeat: no-repeat;
    background-position: 40px 54%;
    background-size: min(520px, 72vw) auto;
    opacity: 0.08;
    pointer-events: none;
}

.global-menu__header,
.global-menu__nav {
    position: relative;
    z-index: 1;
}

.global-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.global-menu__brand {
    margin-left: 20px;
}

.global-menu__close {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    gap: 4px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.global-menu__close span[aria-hidden="true"] {
    display: block;
    font-size: 38px;
    line-height: 0.8;
    font-weight: 300;
}

.global-menu__nav {
    max-width: 900px;
    margin: 0 auto;
}

.global-menu__columns {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.global-menu__column {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.global-menu__section {
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}

.global-menu__section--last {
    border-bottom: none;
}

.global-menu__heading-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

.global-menu__heading-link::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-image: url("../image/icon/arrow_right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    line-height: 1;
    flex: 0 0 auto;
}

.global-menu__list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 28px;
    display: grid;
    gap: 10px;
}

.global-menu__list a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.global-menu__list a::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 8px;
    background-image: url("../image/icon/arrow_right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    line-height: 1;
    vertical-align: middle;
}

.global-menu__actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 36px;
    position: relative;
    z-index: 1;
}

.global-menu__contact,
.global-menu__tel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 368px;
    height: 96px;
    padding: 14px 22px;
    text-decoration: none;
	border-radius:5px;
}

.global-menu__contact {
    background-image: url("../image/icon/mail.png");
    background-repeat: no-repeat;
    background-position: 24% 53%;
    background-size: auto 23px;
    background-color: #000;
    color: #fff;
    font-size: 23px;
    padding-left: 50px;
    font-weight: 700;
}

.global-menu__tel {
    background-image: url("../image/icon/call.png");
    background-repeat: no-repeat;
    background-position: 15% 53%;
    background-size: auto 46px;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    color: #274690;
    gap: 2px;
    padding-left: 60px;
}

.global-menu__tel-number {
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
    font-family: "Viga", sans-serif;
}

.global-menu__tel-note {
    font-size: 14px;
    line-height: 1.3;
    color: #111;
}

.global-menu a:focus-visible,
.global-menu button:focus-visible,
.hamburger-btn:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

@media (max-width: 575px) {
    .global-menu__panel {
        padding: 0 0 18px;
    }

    .global-menu__panel::before {
        background-position: center 44%;
        background-size: 92vw auto;
    }

    .global-menu__header {
        margin-bottom: 18px;
    }

    .global-menu__brand {
        margin-left: 10px;
    }

    .global-menu__close {
        width: 75px;
        height: 75px;
    }

    .global-menu__close span[aria-hidden="true"] {
        font-size: 32px;
    }

    .global-menu__columns {
        flex-direction: column;
        gap: 14px;
    }

    .global-menu__column {
        width: 100%;
        gap: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .global-menu__section {
        padding-bottom: 8px;
    }

    .global-menu__heading-link {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .global-menu__list {
        padding-left: 22px;
        gap: 8px;
    }

    .global-menu__list a {
        font-size: 14px;
    }

    .global-menu__actions {
        margin-top: 22px;
        gap: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .global-menu__contact,
    .global-menu__tel {
        min-height: 60px;
        width: 100%;
        min-width: 0;
    }

    .global-menu__tel {
        background-position: 12% 53%;
    }

    .global-menu__tel-note {
        font-size: 12px;
    }

    .global-menu__contact {
        font-size: 18px;
    }

    .global-menu__tel-number {
        font-size: 24px;
    }
}

/* Fixed Recruit Link */
.fixed-recruit-link {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 120;
    display: block;
    width: min(180px, 30vw);
    line-height: 0;
}

.fixed-recruit-link img {
    display: block;
    max-width: 100%;
}
@media (max-width: 575px) {
    .fixed-recruit-link {
        right: 12px;
        bottom: 10px;
        width: min(160px, 40vw);
    }
}

/* footer */
.site-footer {
    color: #fff;
    background: #003c95;
}

.site-footer__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    height: 600px;
    box-sizing: border-box;
    padding: 54px 0 30px 0;
    background:url(../image/layout/footer_back.jpg) no-repeat center center / cover;
}

.site-footer__cta_wrap {
    margin-top: 10%;
    width: 100%;
}

.site-footer__cta::after {
    content: "HONDA KUCHOU";
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 0;
    font-family: "Viga", sans-serif;
    font-size: 188px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.site-footer__lead,
.site-footer__actions {
    position: relative;
    z-index: 1;
}

.site-footer__lead {
    margin: 0;
    text-align: center;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.site-footer__actions {
    margin: clamp(20px, 3vw, 30px) auto 0;
    width:100%;
	max-width:900px;
    display: flex;
    justify-content: center;
    gap: 25px;
}
@media (max-width: 767px) {
    .site-footer__actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.site-footer__contact,
.site-footer__tel {
    flex: 1 1 0;
    min-height: 102px;
    max-width: 480px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 4px;
	margin:0 auto;
	width:100%;
}

.site-footer__contact {
    position: relative;
    padding: 16px;
    background: #040404;
    color: #fff;
    font-size: clamp(20px, 2.3vw, 23px);
    font-weight: 700;
    letter-spacing: 0.04em;
}
.site-footer__contact > span {
	display:inline-block;
	padding-left:50px;
	line-height:1.0;
    background-image: url("../image/icon/mail.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.site-footer__tel {
    position: relative;
    flex-direction: column;
    gap: 4px;
    padding: 14px 24px 14px 90px;
    background: #efefef;
    color: #264790;
}

.site-footer__tel::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    background-image: url("../image/icon/call.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.site-footer__tel-number {
    font-size: clamp(32px, 3vw, 36px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Viga", sans-serif;
}

.site-footer__tel-note {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.4;
    color: #222;
    font-weight: 600;
}

.site-footer__social {
    z-index: 100;
    width: 100%;
}

.site-footer__social-inner {
    width: min(1120px, calc(100% - 20px));
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

.site-footer__account {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    text-decoration: none;
}

.site-footer__id {
    display: inline-flex;
    align-items: center;
    min-height: 66px;
    padding-left: 80px;
    background-image: url("../image/icon/insta_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    font-size: clamp(26px, 1.8vw, 28px);
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-weight: normal;
    font-family: "Viga", sans-serif;
}

.site-footer__social-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.site-footer__social-copy {
    font-size: clamp(16px, 1.4vw, 18px);
    font-weight: 700;
    white-space: nowrap;
}

.site-footer__insta-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px 0 56px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(90deg, #ff9a00 0%, #ff4b3a 45%, #d600b5 100%);
}

.site-footer__insta-link::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url("../image/icon/instagram.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-sizing: border-box;
}

.site-footer__insta-link::after {
    content: none;
}

.site-footer a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

@media (max-width: 575px) {
    .site-footer__contact,
    .site-footer__tel {
        max-width: none;
    }

    .site-footer__social-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 12px 0;
    }

    .site-footer__cta {
        padding: 35px 0 30px;
        height: auto;
        gap: 20px;
    }
	.site-footer__cta_wrap { margin-top:0; }

    .site-footer__lead {
        font-size: clamp(17px, 4.8vw, 22px);
        line-height: 1.7;
    }

    .site-footer__actions {
        margin-top: 16px;
        gap: 10px;
    }

    .site-footer__contact,
    .site-footer__tel {
        min-height: 74px;
    }

    .site-footer__contact {
        font-size: min(5vw, 24px);
    }

    .site-footer__contact::before {
        left: 18px;
        width: 24px;
        height: 20px;
    }

    .site-footer__tel {
        padding: 10px 12px 10px 58px;
        align-items: flex-start;
        text-align: center;
		min-height:auto;
    }

    .site-footer__tel::before {
        left: 16px;
        width: 28px;
        height: 28px;
    }

    .site-footer__tel-number {
        font-size: clamp(30px, 8.4vw, 40px);
        width: 100%;
    }

    .site-footer__tel-note {
        font-size: clamp(11px, 3vw, 14px);
        width: 100%;
    }

    .site-footer__social-inner {
        width: calc(100% - 24px);
        gap: 10px;
        padding: 10px 0;
    }

    .site-footer__account {
        gap: 10px;
		margin:0 auto;
    }

    .site-footer__id {
        min-height: 44px;
        padding-left: 56px;
        background-size: 44px 44px;
        font-size: clamp(22px, 6vw, 30px);
    }

    .site-footer__social-cta {
        width: 100%;
        justify-content: space-between;
    }

    .site-footer__social-copy {
        font-size: clamp(15px, 3.8vw, 18px);
    }

    .site-footer__insta-link {
        min-height: 42px;
        padding-left: 42px;
        padding-right: 16px;
        font-size: clamp(14px, 3.8vw, 17px);
    }

    .site-footer__insta-link::before {
        left: 14px;
        width: 18px;
        height: 18px;
    }

    .site-footer__insta-link::after {
        left: 19px;
        width: 6px;
        height: 6px;
    }
}

.site-footer__gallery-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.site-footer__gallery-list li {
    margin: 0;
	padding:0;
}
.site-footer__gallery-list li a {
	display:block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.site-footer__gallery-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.pc .site-footer__gallery-list li a img { transition:all 0.5s; }
body.pc .site-footer__gallery-list li a:hover img { transform:scale(1.1); }

.site-footer__legal {
    background: #313338;
    color: #fff;
}

.site-footer__legal-inner {
    margin: 0 50px 0 20px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.site-footer__corp {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    column-gap: 12px;
    row-gap: 2px;
    min-width: 0;
}

.site-footer__corp-address,
.site-footer__corp-tel {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    white-space: nowrap;
}

.site-footer__legal-links {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.site-footer__legal-instagram {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-color: transparent;
    background-image: url("../image/icon/instagram_color.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

.site-footer__legal-meta {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2px;
}

a.site-footer__policy {
    color: #fff;
    text-decoration:underline;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.site-footer__legal-meta small {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 575px) {
    .site-footer__corp {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .site-footer__legal-inner {
        padding: 25px 0 15px;
        height: auto;
        min-height: 0;
        flex-direction: column;
        margin: 0;
    }

    .site-footer__gallery-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-footer__corp-logo {
        display: none;
    }

    .site-footer__corp-address,
    .site-footer__corp-tel,
    .site-footer__policy,
    .site-footer__legal-meta small {
        font-size: clamp(12px, 3.2vw, 14px);
    }

    .site-footer__corp-address,
	.site-footer__corp-tel { text-align:center; }

    .site-footer__legal-links {
        align-items: flex-start;
    }

    .site-footer__legal-instagram {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

    .site-footer__legal-meta {
        align-items: start;
    }

	.site-footer_copyright { font-size:10px; }
}
@media (min-width: 575px) {
	.site-footer_copyright { font-size:12px; }
}

#DigiCertClickID_MzRODLpv { max-width:160px; margin:0 auto; }
.c_blue { color:#0058b8 !important; }
.bg_blue { background-color:#0058b8 !important; }
