/*
Theme Name: ALL MAKE
Description: ALL MAKE theme
Version: 1.0
*/

/********************************************************
reset-css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ul,
ol {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********************************************************
common */
:root {
    --brand-yellow: #f0e33b;
    --brand-green: #abe244;
    --black: #3b3b3b;
    --dark-green: #96c73a;
    --gradient: linear-gradient(90deg, #b7f34e, #f0df3d);
}

body {
    margin-top: 80px;
    font-family: "Noto Sans JP", sans-serif !important;
    -webkit-font-smoothing: auto !important;
    color: var(--black);
    letter-spacing: 0.1em;
    background-color: #fff !important;
}

a {
    color: var(--black) !important;
}

header,
footer {
    background: none;
}
#header {
    background: rgba(255, 255, 255, 0.8) !important;
}
footer {
    background-color: #fff !important;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: var(--black);
}
a:hover {
    text-decoration: none !important;
}
img {
    width: 100%;
    height: auto;
}

p {
    line-height: 1.6;
}

.txt {
    font-size: 16px;
}

.link:hover {
    opacity: 0.6;
}

.br-sp {
    display: none;
}

.lato {
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 768px) {
    body {
        margin-top: 60px;
    }

    .txt {
        font-size: 14px;
    }

    .br-sp {
        display: block;
    }

    .br-pc {
        display: none;
    }
}

/* ===== 404 ===== */
.error {
    margin: 160px auto;
    padding: 0 18px;
    text-align: center;
}

.error__404 {
    font-size: 152px;
    line-height: 1;
    color: var(--brand-green);
}

.error__ttl {
    margin: 20px 0;
    font-size: 32px;
}

.btn_top-link {
    display: block;
    max-width: 300px;
    margin: 40px auto 0;
    padding: 20px 30px;
    border-radius: 30px;
    background-color: var(--brand-green) !important;
}

.btn_top {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .error {
        margin: 110px auto 80px;
    }

    .error__404 {
        font-size: 80px;
    }

    .btn_top-link {
        padding: 16px 20px;
    }

    .error__ttl {
        margin: 14px 0;
        font-size: 20px;
    }

    .btn_top {
        font-size: 20px;
    }
}

/* ====== セクション タイトル ====== */
.ttl-block {
    margin: 0 0 30px;
}

.ttl-block .ttl__accent {
    display: block;
    width: 80px;
    height: 6px;
    background: var(--gradient);
}

.ttl-block .ttl__p {
    margin: 22px 0 8px;
    font-size: clamp(26px, 4.5vw, 36px);
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.15;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

.ttl-block .ttl__h2 {
    margin: 0;
    font-size: clamp(18px, 1.8vw, 20px);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .ttl-block {
        margin: 40px 0 24px;
    }

    .ttl-block .ttl__accent {
        width: 70px;
        height: 6px;
    }

    .ttl-block .ttl__p {
        margin: 16px 0 8px;
    }
}

/* ====== CTAボタン本体 ====== */
.cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    height: 54px;
    padding: 0 calc(120px + 40px + 6px) 0 30px;
    margin-top: 28px;
    color: #fff;
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 9999px;
    background: var(--gradient);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        filter 0.2s ease;
    will-change: transform, box-shadow, filter;
}

.cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    filter: saturate(1.1);
}

.cta-button__label {
    line-height: 1;
    color: #fff;
}

.cta-button__badge {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
    display: block;
}

/* 背景白バージョン */
.cta-button.cta-button--invert {
    padding: 0 calc(140px + 40px + 6px) 0 30px;
    background: none !important;
    background-image: none !important;
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    filter: none;
}

.cta-button.cta-button--invert .cta-button__label {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.cta-button.cta-button--invert::before,
.cta-button.cta-button--invert::after {
    background: none !important;
    background-image: none !important;
}

@media (max-width: 768px) {
    .cta-button {
        width: 100%;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }
}

/* ===== info table ===== */
.info-table-row {
    display: grid;
    grid-template-columns: minmax(120px, 140px) 1fr;
    gap: 0 24px;
    padding: 20px 0;
    border-bottom: 1px solid #d1d5db;
}

.info-table-row:last-child {
    border-bottom: none;
}

.info-table-label {
    font-weight: 500;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .info-table-row {
        grid-template-columns: 1fr;
        gap: 8px 0;
    }
    .info-table-label {
        color: #6b7280;
        font-weight: 700;
        font-size: 13px;
    }

    .info-table-value {
        font-size: 14px;
    }
}

/* ====== お問い合わせ セクション ====== */
.sec-contact-us {
    padding: 80px 18px;
    background: var(--gradient);
}

.contact-us__inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 18px;
    margin: 0 auto;
    max-width: 1200px;
}

.contact-us__h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(32px, 4.5vw, 50px);
    font-weight: 600;
    letter-spacing: 0.08em;
    font-family: "Lato", sans-serif;
}

.contact-us__p {
    color: #fff;
    font-size: clamp(14px, 4.5vw, 18px);
}

.sec-contact-us .cta-button.cta-button--invert {
    height: 66px;
    margin: 0;
    font-size: clamp(18px, 3.8vw, 26px);
}

.sec-contact-us .cta-button.cta-button--invert .cta-button__badge {
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .sec-contact-us {
        padding: 60px 18px;
    }

    .contact-us__h2 {
        margin-bottom: 4px;
    }

    .contact-us__inner {
        display: block;
    }

    .sec-contact-us .cta-button.cta-button--invert {
        height: 54px;
        font-size: clamp(18px, 2.8vw, 26px);
    }

    .sec-contact-us .cta-button.cta-button--invert .cta-button__badge {
        width: 40px;
        height: 40px;
    }

    .sec-contact-us .cta-button.cta-button--invert {
        margin-top: 18px;
    }

    .sec-contact-us .cta-button.cta-button--invert .cta-button__badge {
        right: 9px;
    }
}

/* ===== FV　下層ページ ===== */
.sec-fv {
    position: relative;
    width: 100%;
    height: clamp(300px, 37vw, 640px);
    overflow: hidden;
}

/* ===== パンくず ===== */
.allmake-breadcrumb {
    /* FVの上に乗せつつ、スクロールには追従しない */
    position: absolute;
    top: calc(80px + 5px); /* header(80px) + 5px */
    left: 10px;
    margin: 0;
    padding: 6px 10px;
    z-index: 1000; /* header(1001)より下 */
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 6px;
    max-width: calc(100vw - 20px);
}
.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.breadcrumb__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #6b7280;
}
.breadcrumb__item + .breadcrumb__item::before {
    content: ">";
    display: inline-block;
    color: #9ca3af;
}
.breadcrumb__link {
    color: inherit !important;
    text-decoration: none;
}
.breadcrumb__link:hover {
    text-decoration: underline;
}
.breadcrumb__current {
    color: var(--black);
}

@media (max-width: 768px) {
    .allmake-breadcrumb {
        top: calc(60px + 5px); /* header(60px) + 5px */
        left: 10px;
    }
    /* SPは折り返さず横スクロール */
    .breadcrumb__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge(legacy) */
    }
    .breadcrumb__list::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }
    .breadcrumb__item {
        flex: 0 0 auto;
        white-space: nowrap;
    }
    /* 個別投稿(SP)だけは被り防止で通常フロー表示 */
    .allmake-breadcrumb--single {
        position: relative;
        top: auto;
        left: auto;
        margin: 8px 10px 0;
        max-width: calc(100% - 20px);
    }
    .breadcrumb__item {
        font-size: 12px;
    }
}

.sec-fv .fv__pc {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 0;
}

.sec-fv .fv__sp {
    display: none;
}

.fv__ttlarea {
    --fv-pad-left: clamp(16px, 10vw, 200px);
    left: var(--fv-pad-left);
    top: clamp(24px, 9vh, 96px);
    position: absolute;
    z-index: 2;
    color: #fff;
    padding-right: clamp(12px, 4vw, 40px);
}

.fv__ttl {
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: clamp(28px, 3.6vw, 46px);
    line-height: 1.3;
    position: relative;
    display: inline-block;
}
.fv__ttl::after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 12px;
    height: 1px;
    background-color: #fff;
    opacity: 0.9;

    left: calc(-1 * var(--fv-pad-left));
    right: 0;
    width: auto;
}
.fv__subttl {
    margin: 30px 0 0;
    font-size: clamp(13px, 1.2vw, 18px);
    letter-spacing: 0.18em;
    line-height: 1;
    opacity: 0.95;
    font-family: "Lato", sans-serif;
}

/* 黒文字 */
.sec-fv .fv__ttlarea.blk {
    color: var(--black);
}

.sec-fv .fv__ttl.blk::after {
    background-color: var(--black);
}

@media (max-width: 768px) {
    .sec-fv .fv__sp {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        z-index: 0;
    }

    .sec-fv .fv__pc {
        display: none;
    }

    .fv__ttlarea {
        --fv-pad-left: clamp(16px, 4vw, 200px);
        top: 40px;
    }
    .fv__ttl::after {
        margin-top: 10px;
    }

    .fv__subttl {
        margin: 30px 0 0;
    }
}

/* ===== フォーム ===== */
.privacy-policy {
    margin-top: 16px;
    text-align: left;
}

.privacy-policy a {
    color: var(--dark-green);
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 500;
    border-bottom: 1px solid var(--dark-green);
}

.entry__form {
    padding: 60px 5em 40px;
    background-color: #fff;
    border-radius: 10px;
}

form {
    margin-top: 40px;
    text-align: left;
}

.entry__form .ttl-block {
    text-align: center;
}

form label {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.contact__required {
    padding: 1px 10px;
    border-radius: 30px;
    color: #fff;
    background-color: #b82c3b;
    font-size: 14px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px;
    line-height: 1.4;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: #ccc;
}

textarea {
    height: 120px;
    resize: vertical;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: #4caf50;
}

/* ボタン */
.contact__submit-btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    background: var(--brand-green);
    color: #fff;
    border: none;
    padding: 14px 0;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
    transition: opacity 0.3s;
}

.contact__submit-btn:hover {
    opacity: 0.9;
}

/* 注意点 */
.entry__cautions {
    margin: 60px 0;
}

.entry__cautions-ttl {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: clamp(15px, 3vw, 18px);
    font-weight: 500;
    color: var(--brand-green);
    border-bottom: 1px solid var(--brand-green);
}

.entry__cautions-txt {
    font-size: clamp(14px, 1.8vw, 16px);
}

@media screen and (max-width: 768px) {
    .entry__form {
        padding: 10px 18px 20px;
    }

    form {
        margin-top: 30px;
    }

    form label {
        margin-bottom: 20px;
        font-size: 14px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        font-size: 14px;
        margin-top: 8px;
    }

    .contact__submit-btn {
        margin-top: 26px;
    }

    .entry__cautions {
        margin: 40px 0 30px;
    }
}

.wpcf7-response-output {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(164, 244, 208, 0.9);
    color: #009866;
    z-index: 1000;
    border: none !important;
    margin: 0 !important;
    padding: 16px 48px 16px 16px !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: rgba(255, 202, 202, 0.9);
    color: #fa2c37;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #fa2c37;
}
.wpcf7-response-output:empty {
    display: none;
}
.wpcf7-response-output::after {
    content: "×";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
    font-size: 24px;
    line-height: 24px;
}

.wpcf7-spinner {
    position: fixed !important;
    top: 50vh;
    left: 50%;
    width: 34px !important;
    height: 34px !important;
    background-color: var(--brand-orange) !important;
}

@media screen and (max-width: 768px) {
    .wpcf7-spinner {
        left: 40%;
    }
}

/********************************************************
header */
.header {
    position: fixed;
    align-content: center;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 0 0 20px;
    z-index: 1001;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
}

.header__pc {
    height: 100%;
}

.header .header-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-right-side {
    display: flex;
    height: 100%;
    font-weight: 500;
}

.header .header-left-side a {
    display: inline-block;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 27px;
}

.header-menu .header-menu-item {
    margin-left: 27px;
}

/* 「事業内容」ドロップダウン */
.dropdown {
    margin-bottom: 10px;
}

.header-menu-item .has-dropdown {
    position: relative;
}
.header-menu-item .has-dropdown::after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 100%;
    height: 16px;
}
.header-menu-item .has-dropdown > button {
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 4px;
}
.header-menu-item .chev {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    color: var(--black);
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    transition: transform 0.3s ease;
}

.header-menu-item .dropdown {
    position: absolute;
    left: -12px;
    top: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    padding: 10px 10px 20px;
    min-width: 220px;
    display: none;
    z-index: 50;
}
.header-menu-item .dropdown a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    font-weight: 500;
}
.header-menu-item .dropdown a:hover {
    background: #f6faff;
}

.header-menu-item .has-dropdown:hover .dropdown,
.header-menu-item .has-dropdown:focus-within .dropdown {
    display: block;
}
.header-menu-item .has-dropdown:hover .chev,
.header-menu-item .has-dropdown:focus-within .chev {
    transform: translateY(25%) rotate(315deg);
}
/* 「事業内容」ドロップダウン　ここまで */

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

.header-btn:hover {
    opacity: 0.8;
}

.header-btn.recruit {
    width: 120px;
    height: 100%;
    color: #fff;
    background-color: var(--brand-yellow);
}

.header-btn.contact {
    width: 120px;
    height: 100%;
    color: #fff;
    background-color: var(--brand-green);
}

/* ハンバーガーメニュー */
.header__sp-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
}
.header__sp-inner .logo {
    font-size: 1.25em;
    font-weight: bold;
}

.drawer__button {
    position: absolute;
    right: 16px;
    width: 2rem;
    height: 3rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 999;
}
.drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6rem;
    height: 2px;
    background-color: var(--dark-green);
    transform: translateX(-50%);
}
.drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 0.5rem));
    transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 0.5rem));
    transition: transform 0.3s ease;
}
.drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: var(--dark-green);
}
.drawer__button.active > span:nth-child(2) {
    opacity: 0;
}
.drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--dark-green);
}
.drawer__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.drawer__nav.active {
    opacity: 1;
    visibility: visible;
}
.drawer__nav__inner {
    position: relative;
    width: 60%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
    padding: 4rem 1.5rem 1rem;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
}
.drawer__nav__menu {
    list-style: none;
    padding-left: 0;
}
.drawer__nav__link {
    display: block;
    margin-bottom: 10px;
    padding: 0.6rem;
    color: var(--black);
    text-decoration: none;
    border-radius: 8px;
    text-align: left;
}

.header__sp {
    display: none;
}

/* ハンバーガーメニュー内　アコーディオン */
.drawer__nav details.dropdown > summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    outline: none;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    padding: 0.6em;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
}
.drawer__nav details.dropdown > summary:hover {
    background: var(--hover);
}
.drawer__nav details.dropdown > summary::-webkit-details-marker {
    display: none;
}

.drawer__nav .arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    display: inline-block;
    transform: rotate(-45deg);
    transition: transform 0.18s ease;
    flex: 0 0 auto;
}

.drawer__nav details[open] > summary .arrow {
    transform: rotate(45deg);
}

.drawer__nav .submenu {
    border-top: 1px solid var(--border);
    padding: 8px 0 14px;
}
.drawer__nav .submenu li {
    font-size: 16px;
    font-weight: 500;
    padding: 0.6em 0.6em 0.6em 2.2em;
}
.drawer__nav .submenu li + li {
    margin-top: 6px;
}
/* ハンバーガーメニュー内　アコーディオン　ここまで */

@media screen and (max-width: 1020px) {
    .header .header-left-side {
        max-width: 270px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__pc .logo {
        max-width: 170px;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 60px;
        padding: 0 16px;
    }

    .header .header-side {
        height: 100%;
        align-items: center;
    }

    .header-menu.pc {
        display: none;
    }

    .header__sp {
        display: flex;
        align-items: center;
        padding: 0;
        height: 100%;
    }

    .header__pc {
        display: none;
    }
    .header__sp-inner.header__sp .logo {
        max-width: 160px;
    }
    .drawer__nav__link {
        font-size: 16px;
        font-weight: 500;
    }
}

/********************************************************
footer */
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 16px 20px;
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 14%;
    align-items: start;
}

.footer-left .logo {
    max-width: 263px;
}

.company-address {
    margin-top: 10px;
    line-height: 1.9;
    font-size: 14px;
    font-weight: 500;
}

.footer-right {
    display: grid;
    grid-template-columns: 220px 220px;
}

.col-title {
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: 600;
    margin: 4px 0 12px;
    font-family: "Lato", sans-serif;
}

.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.link-list li {
    line-height: 2.1;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
}
.link-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
}
.link-list a {
    color: inherit;
    text-decoration: none;
}
.link-list a:hover {
    text-decoration: underline;
}

.copyright {
    margin: 0 auto;
    max-width: 1200px;
    text-align: right;
    font-size: 12px;
    color: #6b6b6b;
    padding: 0 20px 24px;
}

@media (max-width: 768px) {
    .footer {
        padding-bottom: 130px;
    }
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .footer-right {
        grid-template-columns: 1fr 1fr;
    }

    .footer-left .logo {
        max-width: 220px;
    }

    .company-address {
        font-size: 13px;
    }

    .link-list li {
        font-size: 13px;
    }

    .copyright {
        text-align: center;
    }
}

.floating-area {
    position: fixed;
    bottom: 5%;
    right: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -5px #777777;
    overflow: hidden;
    z-index: 99;
}
.floating-area.single-floating {
    bottom: 40%;
}
.floating-area .floating-head {
    background: #3b3b3b;
    padding: 10px 0;
}
.floating-area .floating-head p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    margin: 0;
}
.floating-area .floating-head .strong-txt {
    color: #f0e33b;
    line-height: 22px;
}
.floating-area .floating-body {
    background: #fff;
    padding: 18px 21px 20px;
}
.floating-area .floating-body a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    width: 258px;
    padding: 10px 0;
    border-radius: 10px;
}
.floating-area .floating-body .form-btn span,
.floating-area .floating-body .tel-btn span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating-area .floating-body .form-btn {
    background: #ff7e20;
    margin-bottom: 10px;
}
.floating-area .floating-body .form-btn span::before,
.floating-area .floating-body .tel-btn span::before {
    content: "";
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}
.floating-area .floating-body .form-btn span::before {
    width: 14px;
    height: 12px;
    background-image: url(http://allmake.co.jp/wp-content/uploads/2025/11/form-icon.png);
}
.floating-area .floating-body .tel-btn {
    background: #1976d2;
}
.floating-area .floating-body .tel-btn span::before {
    width: 16px;
    height: 16px;
    background-image: url(http://allmake.co.jp/wp-content/uploads/2025/11/tel-icon.png);
}
@media screen and (max-width: 767px) {
    .floating-area {
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 0;
        background: rgba(59, 59, 59, 0.8);
        z-index: 1000;
    }
    .floating-area.single-floating {
        display: block;
        bottom: 0;
    }
    .floating-area .floating-head {
        padding: 2.564vw 0;
        background: none;
        padding: 10px 0 0;
        margin-bottom: 8px;
    }
    .floating-area .floating-body {
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 2.564vw;
        padding: 0 0 2.564vw;
        background: none;
    }
    .floating-area .floating-body a {
        max-width: 196px;
        padding: 3.076vw 0;
        border-radius: 8px;
        font-size: clamp(12px, 2vw, 16px);
    }
    .floating-area .floating-body .form-btn {
        margin-bottom: 0;
    }
}

/* フッター内 SNSアイコン（Instagram） */
.footer-left .sns {
    margin-top: 8px;
}

.footer-left .sns a {
    display: inline-block;
    padding: 2px;
}

.footer-left .sns img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
