@charset "UTF-8";
/* =====================================================
   Project： Hasegawa Industry Co., Ltd. Official Site
   Author：  * ੈ♡‧₊˚
   Date：    2026.06.01
   Version： 1.0.0
   Description： Official Corporate Website
   License： (c) 2026 Tsukuru Design Inc. All Rights Reserved.
   ===================================================== */

/* =====================================================
   Root Settings (Variables)
   ===================================================== */
:root {
    --color-accent-aqua: #44adc3;
    --color-accent-deep: #1598b4;
    --color-accent-green: #b7d100;
    --color-accent-purple: #92278e;
    --color-bg-beige: #f8f4f6;
    --color-bg-blue: #0096df;
    --color-bg-blue-light: #e6f4fd;
    --color-bg-gray-light: #f5f5f5;
    --color-bg-white: #ffffff;
    --color-border-gray-light: #e0e0e0;
    --color-border-gray-medium: #999999;
    --color-grad-blue: #8cd2f5;
    --color-grad-green: #d3e497;
    --color-text-gray-medium: #999999;
    --color-text-main: #333333;
    --color-text-sub: #444444;
    --color-text-white: #ffffff;
    --font-en: "Montserrat", sans-serif;
    --font-sans: "Noto Sans JP", sans-serif;
    --font-serif: "Noto Serif JP", serif;
    --gradient-accent: linear-gradient(90deg, var(--color-grad-blue) 0%, var(--color-grad-green) 100%);
}

/* =====================================================
   Base Styles (Reset & Global)
   ===================================================== */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    background-color: var(--color-bg-white);
    color: var(--color-text-main);
    font-family: var(--font-sans);
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.7;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.c-ttl-en {
    color: var(--color-accent-aqua);
    font-family: var(--font-serif);
    font-size: clamp(2.4rem, 2.0rem + 2vw, 3.2rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-bottom: 2.0rem;
}

.c-ttl-jp {
    color: var(--color-accent-aqua);
    display: block;
    font-family: var(--font-sans);
    font-size: clamp(1.3rem, 1.2rem + 0.5vw, 1.6rem);
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: 1.8rem;
    padding: 0.4rem 2.5rem;
    position: relative;
    text-align: center;
    width: fit-content;
}

.c-ttl-jp::before {
    background: linear-gradient(to bottom, var(--color-text-sub) 0%, var(--color-text-sub) 100%) no-repeat 0.2rem 0 / 1px 100%, linear-gradient(to right, var(--color-text-sub) 0%, var(--color-text-sub) 100%) no-repeat 0 0.3rem / 100% 1px;
    content: "";
    height: 1.4rem;
    left: 0;
    position: absolute;
    top: -0.4rem;
    width: 0.7rem;
}

.c-ttl-jp::after {
    background: linear-gradient(to bottom, var(--color-text-sub) 0%, var(--color-text-sub) 100%) no-repeat 0.4rem 0 / 1px 100%, linear-gradient(to right, var(--color-text-sub) 0%, var(--color-text-sub) 100%) no-repeat 0 1.0rem / 100% 1px;
    bottom: -0.4rem;
    content: "";
    height: 1.4rem;
    position: absolute;
    right: 0;
    width: 0.7rem;
}

.c-catch {
    color: var(--color-text-main);
    font-family: var(--font-serif);
    font-size: clamp(2.0rem, 1.8rem + 1vw, 2.4rem);
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 1.8rem;
}

.c-text {
    color: var(--color-text-main);
    font-family: var(--font-sans);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    padding-bottom: clamp(2.0rem, 1.0rem + 5vw, 6.0rem);
    text-align: justify !important;
}

.c-btn {
    align-items: center;
    background: var(--color-bg-white) !important;
    background-color: var(--color-bg-white);
    border: 1px solid var(--color-border-gray-medium);
    border-radius: 0rem !important;
    color: var(--color-text-main);
    display: flex;
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: 300;
    height: 5.0rem;
    justify-content: center;
    letter-spacing: 0.1em;
    max-width: 100% !important;
    position: relative;
    text-decoration: none;
    text-shadow: none !important;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease;
    width: clamp(24.0rem, 20.0rem + 10.6vw, 30.0rem);
    z-index: 1;
}

.c-btn::before,
.c-btn::after {
    border: 2px solid var(--color-accent-aqua);
    content: "";
    height: 2.0rem;
    position: absolute;
    width: 2.0rem;
}

.c-btn::before {
    border-bottom: none;
    border-right: none;
    left: -1px;
    top: -1px;
}

.c-btn::after {
    border-left: none;
    border-top: none;
    bottom: -1px;
    right: -1px;
}

.c-btn:hover {
    background-color: var(--color-accent-aqua) !important;
    border-color: var(--color-accent-aqua) !important;
    color: var(--color-text-white) !important;
}

/* =====================================================
   Common Components
   ===================================================== */
.container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 2rem;
    width: 100%;
}

section {
    padding-bottom: clamp(4.0rem, 1.8rem + 2.5vw, 10.0rem);
    padding-top: 0;
}

main {
    padding-top: 6.0rem;
}

@media screen and (min-width: 769px) {
    main {
        padding-top: 14.0rem;
    }
}

@media screen and (min-width: 1025px) {
    main {
        padding-top: 10.0rem;
    }
}

/* =====================================================
   Simple Fade-In Animation
   ===================================================== */
.js-fade-trigger {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: opacity, transform;
}

.js-fade-trigger.is-active {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 769px) {
    .concept__en.js-fade-trigger {
        transition-delay: 0s;
    }

    .concept__visual.js-fade-trigger {
        transition-delay: 0.15s;
    }

    .concept__lead-wrapper.js-fade-trigger {
        transition-delay: 0.3s;
    }

    .business__content.js-fade-trigger {
        transition-delay: 0s;
    }

    .business__fig.--hands {
        transition-delay: 0.3s;
    }

    .business__fig.--glass {
        transition-delay: 0.15s;
    }

    .business__fig.--city {
        transition-delay: 0.45s;
    }

    .company__visual.js-fade-trigger,
    .recruit__visual.js-fade-trigger {
        transition-delay: 0s;
    }

    .company__content.js-fade-trigger,
    .recruit__content.js-fade-trigger {
        transition-delay: 0.2s;
    }
}

/* =====================================================
   Layout Style
   ===================================================== */
.header {
    align-items: center;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    left: 0;
    min-height: 6.0rem;
    padding: 0;
    position: fixed;
    top: 0;
    transition: transform 0.3s ease, background-color 0.3s ease, height 0.3s ease;
    width: 100%;
    z-index: 1000;
}

.header.is-hide {
    transform: translateY(-100%);
}

.header__inner {
    align-items: center;
    display: flex;
    height: 6.0rem;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0;
    position: relative;
    width: 100%;
}

.header__logo {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(20.0rem, 17.93rem + 5.52vw, 25.0rem);
    z-index: 100;
}

.header__logo a {
    display: block;
    width: 100%;
}

.header__logo img {
    display: block;
    height: auto;
    width: 100%;
}

.header__menu-btn {
    align-items: center;
    align-self: flex-start;
    background-color: var(--color-accent-green);
    border: none;
    cursor: pointer;
    display: flex;
    height: 6rem;
    justify-content: center;
    margin-top: 0 !important;
    padding: 0;
    position: relative;
    width: 6rem;
    z-index: 20;
}

.header__menu-line {
    background-color: var(--color-bg-white);
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 0.4rem;
    position: relative;
    transition: all 0.3s ease;
    width: 0.4rem;
}

.header__menu-line::before,
.header__menu-line::after {
    background-color: var(--color-bg-white);
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.4rem;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 0.4rem;
}

.header__menu-line::before {
    top: -1.0rem;
}

.header__menu-line::after {
    top: 1.0rem;
}

.header__menu-btn.is-open .header__menu-line {
    background-color: transparent;
}

.header__menu-btn.is-open .header__menu-line::before {
    border-radius: 0;
    height: 2px;
    left: -1.1rem;
    top: 0;
    transform: rotate(45deg);
    width: 2.8rem;
}

.header__menu-btn.is-open .header__menu-line::after {
    border-radius: 0;
    height: 2px;
    left: -1.1rem;
    top: 0;
    transform: rotate(-45deg);
    width: 2.8rem;
}

.header__nav-sp {
    align-items: flex-start;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(90deg, rgba(126, 207, 244, 0.9) 0%, rgba(183, 209, 0, 0.9) 100%);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding-top: 4.0rem;
    position: fixed;
    top: 0;
    transition: all 0.5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 15;
}

.header__nav-sp.is-open {
    opacity: 1;
    visibility: visible;
}

.header__nav-sp-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 10.0rem 10% 0;
    width: 100%;
}

.header__nav-sp-list li {
    list-style: none;
    margin-bottom: 3.0rem;
    width: auto;
}

.header__nav-sp-list li:last-child {
    margin-bottom: 0;
}

.header__nav-sp-list a {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
}

.header__nav-sp-list .en {
    align-items: center;
    color: var(--color-text-white);
    display: flex;
    font-family: var(--font-serif);
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.header__nav-sp-list .en::before {
    background-color: var(--color-bg-white);
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: 1px;
    margin-right: 1.0rem;
    vertical-align: middle;
    width: 10px;
}

.header__nav-sp-list .jp {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 1.4rem;
    margin-top: 0.5rem;
    padding: 0.4rem 0;
    position: relative;
    text-align: center;
    width: 14.0rem;
}

.header__nav-sp-list .jp::before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%) no-repeat 0.2rem 0 / 1px 100%, linear-gradient(to right, #fff 0%, #fff 100%) no-repeat 0 0.3rem / 100% 1px;
    content: "";
    height: 1.4rem;
    left: 0;
    position: absolute;
    top: -0.3rem;
    width: 0.7rem;
}

.header__nav-sp-list .jp::after {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%) no-repeat 0.4rem 0 / 1px 100%, linear-gradient(to right, #fff 0%, #fff 100%) no-repeat 0 1.2rem / 100% 1px;
    bottom: -0.3rem;
    content: "";
    height: 1.4rem;
    position: absolute;
    right: 0;
    width: 0.7rem;
}

.header.menu-active {
    background-color: transparent !important;
    box-shadow: none;
}

.header.menu-active .header__logo img {
    filter: brightness(0) invert(1) opacity(0.7) !important;
    position: relative;
    z-index: 200;
}

.header.menu-active .header__menu-btn {
    background-color: transparent;
}

body.is-fixed {
    overflow: hidden;
}

@media screen and (min-width: 450px) and (max-width: 768px) {
    .header__nav-sp-list {
        align-content: center;
        display: grid;
        gap: 4.0rem 2.0rem;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        padding: 0 8%;
    }

    .header__nav-sp-list li {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0;
        width: 18.0rem;
    }

    .header__nav-sp-list a {
        align-items: flex-start;
        text-align: left;
    }
}

@media screen and (max-height: 700px) {
    .header__nav-sp-list li {
        margin-bottom: 2.5rem;
    }

    .header__nav-sp-list .en {
        font-size: 2.2rem;
    }

    .header__nav-sp-list .jp {
        font-size: 1.2rem;
        margin-top: 0.4rem;
        width: 12.0rem;
    }
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: flex !important;
    }
}

@media screen and (min-width: 769px) {
    .sp-only {
        display: none !important;
    }

    .pc-only {
        display: block !important;
    }

    .header__nav-sp,
    .header__menu-btn {
        display: none !important;
    }

    .header.is-scrolled {
        background-color: var(--color-bg-white);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .header__logo {
        position: static;
        transform: none;
    }

    .header.menu-active .header__logo img,
    .header__logo img {
        filter: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .header__nav-list {
        align-items: center;
        display: flex;
        justify-content: center;
        list-style: none;
    }

    .header__nav-list li {
        border-left: 1px solid var(--color-border-gray-light);
        padding: 0;
    }

    .header__nav-list li:last-child {
        border-right: 1px solid var(--color-border-gray-light);
    }

    .header__nav-list a {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .header__nav-list a:hover {
        background-color: var(--color-bg-blue-light);
        opacity: 1;
    }

    .header__nav-list .en {
        color: var(--color-accent-aqua);
        font-family: var(--font-serif);
        letter-spacing: 0.1em;
        line-height: 1;
        text-align: center;
    }

    .header__nav-list .jp {
        color: var(--color-text-main);
        font-weight: 400;
        line-height: 1;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .header {
        height: 14.0rem;
        padding: 2.0rem 0;
    }

    .header__inner {
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }

    .header__logo {
        margin-bottom: 2.0rem;
    }

    .header__nav-list a {
        height: 4.0rem;
        padding: 1.0rem 2.5rem;
    }

    .header__nav-list .en {
        font-size: 0.875rem;
    }

    .header__nav-list .jp {
        font-size: 1.4rem;
        margin-top: 0.5rem;
    }
}

@media screen and (min-width: 1025px) {
    .header {
        height: 10.0rem;
    }

    .header__inner {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 2.0rem;
    }

    .header__nav-list a {
        padding: 0.875rem 2.88rem;
    }

    .header__nav-list .en {
        font-size: 1.0rem;
    }

    .header__nav-list .jp {
        font-size: 1.6rem;
        margin-top: 0.6rem;
    }
}

/* =====================================================
   Top Page
   ===================================================== */
/* -----------------------------------------------------
   Section： Hero
   ----------------------------------------------------- */
.hero {
    overflow: hidden;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.hero__inner {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

/* --------------------------------------------------
   Container settings for bubble animation
-------------------------------------------------- */
.bubble-container {
    container-type: size;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.bubble-particle {
    animation: riseUp 3.5s linear forwards !important;
    animation-duration: clamp(1.8s, 2s, 3s) !important;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6), rgba(68, 173, 195, 0.15));
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    bottom: -20px;
    pointer-events: none;
    position: absolute;
}

@keyframes riseUp {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.9);
    }

    15% {
        opacity: 0.7;
    }

    85% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
        transform: translateY(-100cqh) scale(0.4);
    }
}

.hero__visual {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

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

.hero__content {
    background-color: var(--color-bg-white);
    display: flex;
    justify-content: center;
    padding: 2.0rem 2.0rem 0;
    width: 100%;
    z-index: 3;
}

.hero__copy-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50.0rem;
}

.hero__flex-container {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    width: 100%;
}

@media screen and (max-width: 375px) {
    .hero__flex-container {
        gap: 1.2rem;
    }
}

.hero__map {
    display: block;
    height: auto;
    margin-bottom: clamp(1.0rem, 0.5rem + 1.0vw, 1.0rem);
    width: clamp(8.5rem, 3.2rem + 6.25vw, 13.0rem);
}

.hero__map img,
.hero__map svg {
    display: block;
    height: auto;
    width: 100%;
}

.hero__text-group {
    flex: 1;
}

.hero__title {
    color: var(--color-text-main);
    font-family: var(--font-serif);
    font-feature-settings: "palt";
    font-size: clamp(2.0rem, 0.75rem + 2.54vw, 4.2rem);
    letter-spacing: 0;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: left;
}

@media screen and (max-width: 375px) {
    .hero__title {
        letter-spacing: 0.05em;
    }
}

.hero__title .line-deco {
    color: var(--color-accent-aqua);
    display: inline-block;
    letter-spacing: -0.03em;
    margin: 0 0.1em;
    padding: 0 clamp(0.7rem, -0.4rem + 2.3vw, 2.0rem);
    position: relative;
}

.hero__title .line-deco::before {
    background: linear-gradient(to bottom, var(--color-text-sub) 100%, transparent) no-repeat 25% 0 / 1px 100%, linear-gradient(to right, var(--color-text-sub) 100%, transparent) no-repeat 0 25% / 100% 1px;
    content: "";
    height: clamp(1.2rem, -0.35rem + 3.2vw, 3.0rem);
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: clamp(-0.5rem, -0.2rem - 0.5vw, -0.2rem);
    width: clamp(0.7rem, -0.75rem + 3.0vw, 2.4rem);
}

.hero__title .line-deco::after {
    background: linear-gradient(to bottom, var(--color-text-sub) 100%, transparent) no-repeat 75% 0 / 1px 100%, linear-gradient(to right, var(--color-text-sub) 100%, transparent) no-repeat 0 75% / 100% 1px;
    bottom: clamp(-0.5rem, -0.2rem - 0.5vw, -0.2rem);
    content: "";
    height: clamp(1.2rem, -0.35rem + 3.2vw, 3.0rem);
    opacity: 0.6;
    position: absolute;
    right: 0;
    width: clamp(0.7rem, -0.75rem + 3.0vw, 2.4rem);
}

.hero__sub-bar {
    align-items: center;
    background: var(--gradient-accent);
    display: flex;
    height: 2.0rem;
    justify-content: center;
    margin-top: 1.4rem;
    width: 100%;
}

.hero__sub-bar span {
    color: var(--color-text-white);
    font-family: var(--font-en);
    font-size: clamp(1.0rem, 0.8rem + 0.5vw, 1.4rem) !important;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

@media screen and (min-width: 769px) {
    .hero {
        background-color: var(--color-bg-white);
        margin-top: 0;
        padding-top: 0;
    }

    .hero__inner {
        align-items: stretch;
        aspect-ratio: 16 / 5;
        background-color: var(--color-bg-white);
        display: flex;
        flex-direction: row;
        gap: 0 !important;
        height: auto;
        min-height: 35.0rem;
        overflow: hidden;
        width: 100%;
    }

    .hero__visual,
    .hero__content {
        flex: 1;
        min-width: 0;
        width: 0;
    }

    .hero__visual {
        flex-shrink: 0 !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        max-width: 50vw !important;
        min-width: 50vw !important;
        padding: 0 !important;
        width: 50vw !important;
    }

    .hero__visual picture {
        display: block;
        height: 100%;
        width: 100%;
    }

    .hero__visual img {
        display: block;
        height: 100% !important;
        left: 50%;
        min-width: 100%;
        position: relative;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto !important;
    }

    .hero__content {
        align-items: center;
        display: flex;
        flex-shrink: 0 !important;
        height: 100%;
        justify-content: center;
        max-width: 50vw !important;
        min-width: 50vw !important;
        padding-left: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        padding-right: 0;
        padding-top: 0;
        width: 50vw !important;
        z-index: 3;
    }

    .hero__copy-wrapper {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        max-width: 52.0rem;
        padding-right: 2.0rem !important;
        width: 100%;
    }

    .hero__flex-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.1rem;
    }

    .hero__title {
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
        line-height: 1.5;
    }

    .hero__sub-bar {
        height: 2.0rem;
        margin-top: 1.0rem;
        width: 100%;
    }
}

@media screen and (min-width: 1025px) {
    .hero__inner {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        height: 37.5vw;
        max-height: 56.0rem;
        width: 100%;
    }

    .hero__visual {
        flex: 1;
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 50%;
        z-index: 1;
    }

    .hero__visual img {
        height: 100% !important;
        left: 50%;
        min-width: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto !important;
    }

    .hero__content {
        align-items: center;
        display: flex;
        flex: 1;
        height: 100%;
        justify-content: flex-start;
        padding: 0;
        width: 50%;
        z-index: 3;
    }

    .hero__copy-wrapper {
        gap: 2.0rem;
        margin-left: 0;
        max-width: 56.0rem;
    }

    .hero__title {
        letter-spacing: 0.08em;
        line-height: 1.4;
    }

    .hero__sub-bar {
        height: 2.4rem;
        margin-top: 0rem;
    }
}

/* -----------------------------------------------------
   Section： Concept
   ----------------------------------------------------- */
.concept {
    background-color: var(--color-bg-white);
    overflow: hidden;
    width: 100%;
}

.concept__inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.concept__en {
    text-align: center;
}

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

.concept__ill {
    height: auto;
    margin: 0 auto;
    width: clamp(19.2rem, 15.6rem + 9.6vw, 29.0rem);
}

.concept__ill img {
    display: block;
    height: auto;
    width: 100%;
}

.concept__lead-wrapper {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.concept__lead {
    font-family: var(--font-serif);
    font-feature-settings: "palt";
    font-size: clamp(1.4rem, 1rem + 0.49vw, 1.6rem);
    letter-spacing: 0.15em;
    line-height: 2.2;
    margin: 0 !important;
    text-orientation: mixed;
    writing-mode: vertical-rl;
}

.concept__lead .wide-space {
    display: inline-block;
    margin-left: clamp(1.0rem, 0.677rem + 0.86vw, 1.78rem);
}

.concept__visual {
    align-items: flex-start;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2.0rem;
    max-width: 50.0rem;
    position: relative;
    width: 100%;
}

.concept-scroll {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.0rem;
}

.concept-scroll-line {
    background-color: rgba(68, 173, 195, 0.2);
    height: 6.0rem;
    margin-bottom: 2.0rem;
    overflow: visible;
    width: 1px;
}

.concept-scroll-line::before {
    animation: smoothDropMobile 2.0s infinite cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(135deg, var(--color-accent-aqua), #bdedf7);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    content: "";
    height: 6px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
    width: 6px;
}

.concept-scroll-en {
    color: var(--color-accent-aqua);
    font-family: var(--font-en);
    font-size: 1.0rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-top: 1.0rem;
    transform: rotate(90deg);
    transform-origin: center;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .concept-scroll {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (min-width: 768px) {
    .concept__content {
        align-items: flex-start !important;
        display: flex !important;
        flex-direction: row !important;
        gap: clamp(4.0rem, -5.0rem + 11.7vw, 10.0rem) !important;
        justify-content: space-between !important;
        margin: 0 auto !important;
        max-width: 60.0rem !important;
        width: 100% !important;
    }

    .concept__en {
        margin-bottom: 1.5rem;
    }

    .concept__lead {
        letter-spacing: 0.2em !important;
        line-height: 2.4;
        margin: 0 !important;
        order: 1 !important;
    }

    .concept__visual {
        display: flex !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        order: 2 !important;
        position: relative !important;
        width: clamp(29.0rem, 15.6rem + 20vw, 45.0rem) !important;
    }

    .concept__ill {
        margin: 0 !important;
    }

    .concept-scroll {
        display: block !important;
        height: 100% !important;
        left: 0 !important;
        pointer-events: none !important;
        position: absolute !important;
        top: 0 !important;
        width: 100% !important;
    }

    .concept-scroll-line {
        background-color: rgba(68, 173, 195, 0.2) !important;
        height: 4.0rem !important;
        margin-bottom: 0 !important;
        position: absolute !important;
        right: 8% !important;
        top: 80% !important;
        width: 1px !important;
    }

    .concept-scroll-line::before {
        animation: smoothDropPC 2.0s infinite cubic-bezier(0.25, 1, 0.5, 1);
        height: 6px;
        top: -16px;
        width: 6px;
    }

    .concept-scroll-en {
        position: absolute !important;
        right: 8% !important;
        top: calc(80% + 4.0rem + 1.5rem) !important;
        transform: translateX(50%) rotate(90deg) !important;
        transform-origin: center !important;
    }
}

@media screen and (min-width: 1025px) {
    .concept__content {
        max-width: 80.0rem;
    }

    .concept__lead {
        line-height: 2.6;
    }

    .concept__ill img {
        width: 45.0rem;
    }
}

@keyframes smoothDropMobile {
    0% {
        opacity: 0;
        top: -20px;
        transform: translateX(-50%) scale(0.3);
    }

    8% {
        opacity: 1;
        top: -12px;
        transform: translateX(-50%) scale(1);
    }

    20% {
        opacity: 1;
        top: -8px;
        transform: translateX(-50%) scale(1);
    }

    45% {
        opacity: 1;
        top: 5.5rem;
        transform: translateX(-50%) scale(0.8, 1.1);
    }

    52%,
    100% {
        opacity: 0;
        top: 6.5rem;
        transform: translateX(-50%) scale(0.2);
    }
}

@keyframes smoothDropPC {
    0% {
        opacity: 0;
        top: -20px;
        transform: translateX(-50%) scale(0.3);
    }

    8% {
        opacity: 1;
        top: -12px;
        transform: translateX(-50%) scale(1);
    }

    20% {
        opacity: 1;
        top: -8px;
        transform: translateX(-50%) scale(1);
    }

    45% {
        opacity: 1;
        top: 3.5rem;
        transform: translateX(-50%) scale(0.9, 1.1);
    }

    52%,
    100% {
        opacity: 0;
        top: 4.5rem;
        transform: translateX(-50%) scale(0.2);
    }
}

/* -----------------------------------------------------
   Section： Business
   ----------------------------------------------------- */
.business {
    background-color: var(--color-bg-white);
    overflow: hidden;
    padding-bottom: 6.0rem;
}

.business__inner {
    padding: 0;
    width: 100%;
}

.business__visual {
    background-color: var(--color-bg-blue-light);
    margin-bottom: clamp(8.8rem, 10.69vw + 4.79rem, 13.0rem) !important;
    padding: 0;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    padding-top: 3.0rem;
    position: relative;
    width: 100%;
}

.business__img-unit {
    aspect-ratio: 100 / 70;
    height: auto;
    margin: 0 auto;
    max-width: 45.0rem;
    padding: 0;
    position: relative;
    width: 100%;
}

.business__fig,
.business__icon-wrap {
    position: absolute;
}

.business__fig img,
.business__icon-wrap img {
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.business__fig.--hands {
    left: 0;
    top: 38%;
    width: 47%;
    z-index: 1;
}

.business__icon-wrap {
    left: 38.5%;
    top: -80%;
    width: 40%;
    z-index: 2;
}

.business__fig.--glass {
    right: 12%;
    top: 0%;
    width: 35%;
}

.business__fig.--city {
    right: 0;
    top: 78%;
    width: 47%;
    z-index: 3;
}

.business__content {
    background-color: var(--color-bg-beige);
    padding: 3.0rem 2.0rem;
}

.business__en,
.business__jp,
.business__copy {
    text-align: center;
}

.business__btn-area {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .business__visual {
        margin-bottom: 12.0rem;
        margin-left: auto;
        margin-right: 0;
        padding-left: 2.8rem !important;
        padding-right: 0 !important;
        padding-top: 3.0rem;
        width: 64.8rem;
    }

    .business__img-unit {
        margin: 0 auto 0 0 !important;
        max-width: 48.0rem !important;
        min-width: 48.0rem !important;
        padding: 0 !important;
        width: 48.0rem !important;
    }

    .business__content {
        margin-left: 0;
        margin-right: auto;
        padding: 6.0rem 12.0rem;
        width: 64.8rem;
    }

    .c-ttl-jp {
        margin-left: 0 !important;
        margin-right: auto !important;
        text-align: left !important;
    }

    .business__en,
    .business__jp,
    .business__copy {
        text-align: left;
    }

    .business__btn-area {
        display: flex;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1025px) {
    .business__layout {
        align-items: stretch !important;
        background-color: var(--color-bg-white) !important;
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
    }

    .business__visual {
        flex-shrink: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        padding-bottom: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        width: 50vw !important;
    }

    .business__img-unit {
        display: flex !important;
        height: auto !important;
        justify-content: flex-end !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
        margin-right: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        margin-top: 0 !important;
        max-width: none !important;
        min-width: 0 !important;
        padding: 0 !important;
        position: relative !important;
        width: clamp(45.2rem, 50.29vw - 6.34rem, 54.0rem) !important;
    }

    .business__content {
        background-color: var(--color-bg-beige) !important;
        flex-shrink: 1 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 2.0rem !important;
        margin-top: 0 !important;
        max-width: 60.0rem !important;
        min-width: 0 !important;
        padding-bottom: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        padding-left: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        padding-right: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        padding-top: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        width: calc(100% - 2.0rem) !important;
    }

    .business__content p.business__copy.c-catch,
    .business__copy,
    .c-catch {
        margin-left: 0 !important;
        margin-right: auto !important;
        max-width: 100% !important;
        text-align: left !important;
        width: 100% !important;
    }

    .business__content .business__en,
    .business__content .business__copy-catch,
    .business__content .business__text {
        margin-left: 0 !important;
        margin-right: auto !important;
        text-align: left !important;
    }

    .business__content .c-ttl-jp {
        display: block !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        text-align: left !important;
    }

    .business__content .business__btn-area {
        justify-content: flex-start !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

/* -----------------------------------------------------
   Section： Company
   ----------------------------------------------------- */
.company {
    background-color: var(--color-bg-white);
    overflow: hidden;
    width: 100% !important;
}

.company__inner {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 0 auto;
    max-width: 1200px;
}

.company__visual {
    display: block !important;
    margin: 0 auto !important;
    padding-top: 1.5rem !important;
    position: relative !important;
    width: clamp(33.5rem, 28vw + 23rem, 48.0rem) !important;
}

.company__fukushima-img {
    display: block !important;
    height: auto !important;
    object-fit: cover;
    width: 100% !important;
}

.company__badge {
    align-items: center !important;
    background-color: var(--color-accent-green) !important;
    border-radius: 50% !important;
    display: flex !important;
    height: clamp(10.4rem, 11.6vw + 6rem, 15.0rem) !important;
    justify-content: center !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    transform: translate(0%, 0%) !important;
    width: clamp(10.4rem, 11.6vw + 6rem, 15.0rem) !important;
    z-index: 10 !important;
}

.company__badge-text {
    color: var(--color-bg-white) !important;
    font-family: var(--font-serif);
    font-size: clamp(1.2rem, 1.334vw + 0.7rem, 1.73rem) !important;
    font-weight: 500;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 8% !important;
    text-align: center !important;
}

.company__content {
    padding: 0 2.0rem;
}

.company__en,
.company__jp,
.company__copy {
    text-align: center;
}

.company__btn-area {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .company__inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        margin: 0 auto !important;
        position: relative !important;
    }

    .company__visual {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        margin-left: auto !important;
        margin-right: 2.0rem !important;
        width: clamp(40.0rem, 55vw, 48.0rem) !important;
    }

    .company__content {
        align-self: end !important;
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        padding-left: 12.0rem;
        padding-right: 32% !important;
        padding-top: 20.0rem !important;
        position: relative !important;
        z-index: 2 !important;
    }

    .company__content p.company__copy.c-catch,
    .company__copy,
    .c-catch {
        margin-left: 0 !important;
        margin-right: auto !important;
        max-width: 100% !important;
        text-align: left !important;
        width: 100% !important;
    }

    .company__content .company__en,
    .company__content .company__copy-catch,
    .company__content .company__text {
        margin-left: 0 !important;
        margin-right: auto !important;
        max-width: 45.0rem;
        text-align: left !important;
    }

    .company__content .c-ttl-jp {
        display: block !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        text-align: left !important;
    }

    .company__content .company__btn-area {
        justify-content: flex-start !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

@media screen and (min-width: 1025px) {
    .company__inner {
        display: grid !important;
        gap: 12.0rem !important;
        grid-template-columns: 1fr 1fr !important;
        margin: 0 auto !important;
        max-width: 120.0rem !important;
        padding: 0 4.0rem !important;
    }

    .company__visual {
        grid-column: 2 !important;
        grid-row: 1 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 48.0rem !important;
        width: 100% !important;
    }

    .company__content {
        align-self: center !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        padding-left: 6.0rem;
        padding-right: 0 !important;
        padding-top: 0 !important;
        width: 100% !important;
    }
}

/* -----------------------------------------------------
   Section： Recruit
   ----------------------------------------------------- */
.recruit {
    background-color: var(--color-bg-white);
    overflow: hidden !important;
    width: 100% !important;
}

.recruit__inner {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.recruit__visual {
    background-color: var(--color-bg-blue-light);
    height: auto !important;
    overflow: hidden !important;
    padding: 3rem 2rem 3rem 0;
    width: 100% !important;
}

.recruit__img {
    height: auto !important;
    max-width: 45.0rem;
    object-fit: cover !important;
    width: 100% !important;
}

.recruit__content {
    background-color: var(--color-bg-beige);
    padding: 3.0rem 2.0rem !important;
    text-align: center !important;
    width: 100% !important;
}

.recruit__en {
    color: var(--color-accent-aqua);
    display: block !important;
    font-family: var(--font-serif);
    letter-spacing: 0.05em !important;
}

.recruit__title-area,
.recruit__copy {
    text-align: center;
}

.recruit__text {
    text-align: left !important;
}

.recruit__btn-area {
    display: flex !important;
    justify-content: center !important;
}

@media screen and (min-width: 768px) {
    .recruit__content {
        padding-left: 12.0rem !important;
        padding-right: 12.0rem !important;
        width: 64.8rem !important;
    }

    .recruit__visual {
        padding: 5.0rem 12.0rem 5.0rem 12.0rem !important;
        width: 64.8rem !important;
    }

    .recruit__content .recruit__text {
        max-width: 45.0rem;
    }

    .recruit__content p.recruit__copy.c-catch,
    .recruit__copy,
    .c-catch {
        margin-left: 0 !important;
        margin-right: auto !important;
        max-width: 100% !important;
        text-align: left !important;
        width: 100% !important;
    }

    .recruit__content .recruit__en,
    .recruit__content .recruit__copy .c-catch,
    .recruit__content .recruit__text {
        margin-left: 0 !important;
        margin-right: auto !important;
        text-align: left !important;
    }

    .recruit__content .c-ttl-jp {
        display: block !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        text-align: left !important;
    }

    .recruit__content .recruit__btn-area {
        justify-content: flex-start !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

@media screen and (min-width: 1025px) {
    .recruit__inner {
        align-items: stretch !important;
        flex-direction: row !important;
        margin: 0 auto !important;
    }

    .recruit__visual {
        background-color: var(--color-bg-blue-light) !important;
        display: flex !important;
        flex-shrink: 0 !important;
        justify-content: flex-end !important;
        margin: 0 !important;
        padding-bottom: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        width: 50vw !important;
    }

    .recruit__img {
        height: auto !important;
        max-width: 60.0rem !important;
        width: 100% !important;
    }

    .recruit__content {
        background-color: var(--color-bg-beige) !important;
        flex-shrink: 1 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 2.0rem !important;
        margin-top: 0 !important;
        max-width: 60.0rem !important;
        min-width: 0 !important;
        padding-bottom: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        padding-left: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        padding-right: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        padding-top: clamp(3.0rem, 17.14vw - 14.57rem, 6.0rem) !important;
        width: calc(100% - 2.0rem) !important;
    }

    .recruit__btn-area {
        justify-content: flex-start !important;
    }
}

/* -----------------------------------------------------
   Section： Contact
   ----------------------------------------------------- */
.contact {
    background-color: var(--color-bg-blue-light);
    padding: 3.0rem 2.0rem !important;
    width: 100% !important;
}

.contact__inner {
    margin: 0 auto !important;
    max-width: 120.0rem !important;
    width: 100% !important;
}

.contact__card {
    background-color: var(--color-bg-white) !important;
    border-radius: 2.0rem !important;
    padding: 3.0rem 2.0rem !important;
    text-align: center !important;
    width: 100% !important;
}

.contact__btn-area {
    display: flex !important;
    justify-content: center !important;
}

@media screen and (min-width: 768px) {
    .contact {
        padding: 6.0rem 2.0rem !important;
    }

    .contact__card {
        align-items: center !important;
        display: flex !important;
        flex-direction: column !important;
        margin: 0 auto !important;
        max-width: clamp(120.0rem, 50vw + 30rem, 100.0rem) !important;
        text-align: center !important;
    }

    .contact__card .contact__en,
    .contact__card .contact__jp,
    .contact__card .contact__copy {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        width: fit-content !important;
    }
}

/* =====================================================
   [Object] Component - Sub Hierarchy Hero
   ===================================================== */
.p-sub-intro {
    background: linear-gradient(to bottom, var(--color-bg-white) 30%, var(--color-bg-blue-light) 30%);
    overflow: visible;
    position: relative;
    width: 100%;
}

.p-sub-intro__inner {
    display: flex;
    flex-direction: column;
    gap: 3.0rem;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 2.0rem;
    position: relative;
    width: 100%;
}

.p-sub-intro__text-box {
    background-color: var(--color-bg-white);
    padding: 3.5rem 2.5rem;
    position: relative;
    text-align: center !important;
    z-index: 10;
}

.p-sub-intro__text-box .p-sub-intro__en,
.p-sub-intro__text-box .p-sub-intro__jp,
.p-sub-intro__text-box .p-sub-intro__copy {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.p-sub-intro__text-box .p-sub-intro__copy {
    font-size: clamp(2rem, 1rem + 2.33vw, 2.8rem) !important;
}

.p-sub-intro__text-box .p-sub-intro__text {
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-bottom: 0;
    text-align: justify !important;
}

.p-sub-intro__image-area {
    width: 100%;
}

.p-sub-intro__pc-banner {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .p-sub-intro {
        background: linear-gradient(to bottom, var(--color-bg-white) 20.0rem, var(--color-bg-blue-light) 20.0rem) !important;
        height: 70.0rem !important;
        padding: 0 !important;
    }

    .p-sub-intro__inner {
        gap: 2.0rem !important;
        height: 100% !important;
        padding: 0 12.0rem 0 !important;
    }

    .p-sub-intro__image-area {
        height: 24.0rem !important;
        margin-top: 0 !important;
    }

    .p-sub-intro.--business {
        margin-bottom: 0 !important;
    }

    .p-sub-intro.--company {
        margin-bottom: 2.0rem !important;
    }
}

@media screen and (min-width: 768px) {
    .p-sub-intro__inner {
        padding: 0 12.0rem;
    }

    .p-sub-intro__text-box {
        text-align: left !important;
    }

    .p-sub-intro__title .p-sub-intro__en,
    .p-sub-intro__title h1.p-sub-intro__jp,
    .p-sub-intro__text-box .p-sub-intro__copy {
        margin-left: 0 !important;
        margin-right: auto !important;
        text-align: left !important;
    }

    .p-sub-intro__title h1.p-sub-intro__jp {
        width: fit-content !important;
    }
}

@media screen and (min-width: 1025px) {
    .p-sub-intro {
        align-items: center;
        background: linear-gradient(to bottom, var(--color-bg-white) 26.0rem, var(--color-bg-blue-light) 26.0rem) !important;
        display: flex;
        height: auto;
        padding-bottom: 2.0rem !important;
        padding-top: 0 !important;
    }

    .p-sub-intro__inner {
        align-items: flex-start !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 0;
        justify-content: space-between;
        overflow: visible !important;
        padding: 0 2.0rem;
        position: relative;
        z-index: 1;
    }

    .p-sub-intro__text-box {
        order: 1;
        padding: 5.0rem;
        position: relative;
        width: 50%;
        z-index: 10;
    }

    .p-sub-intro__image-area {
        height: 0;
        margin-top: 0 !important;
        order: 2;
        padding: 0;
        position: absolute !important;
        right: 2.0rem;
        top: 0;
        width: 50%;
    }

    .p-sub-intro__pc-banner {
        display: block !important;
        margin-top: 1.5rem !important;
        order: 3;
        padding-left: 0 !important;
        position: static !important;
        width: 100% !important;
    }

    .p-sub-intro__pc-banner img {
        display: block;
        height: auto;
        opacity: 0.9;
        width: 335px;
    }
}

/* -----------------------------------------------------
   Business - Sub Hierarchy Hero
   ----------------------------------------------------- */
.p-sub-intro__image-area.--business .business__img-unit {
    margin: 0 auto !important;
    max-width: 100% !important;
    width: clamp(45.2rem, 50.29vw - 6.34rem, 54.0rem) !important;
}

@media screen and (min-width: 768px) {
    .p-sub-intro__image-area.--business .business__img-unit {
        margin: 0 auto !important;
        min-width: 42.0rem !important;
    }
}

@media screen and (min-width: 1025px) {
    .p-sub-intro.--business {
        padding-bottom: 2.0rem !important;
        padding-top: 0 !important;
    }

    .p-sub-intro__image-area.--business .business__img-unit {
        margin-bottom: -10.0rem !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        position: relative !important;
        top: 7.0rem !important;
    }
}

/* -----------------------------------------------------
   Company - Sub Hierarchy Hero
   ----------------------------------------------------- */
.p-sub-intro__image-area.--company .company__visual {
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative !important;
    width: clamp(28rem, 16.444rem + 49.31vw, 48rem) !important;
}

.p-sub-intro__image-area.--company .company__fukushima-img {
    display: block;
    height: auto !important;
    padding-top: 1.0rem;
    width: 100% !important;
}

.p-sub-intro__image-area.--company .company__badge {
    align-items: center !important;
    border-radius: 50% !important;
    display: flex !important;
    height: clamp(8.0rem, 25vw, 14.0rem) !important;
    justify-content: center !important;
    left: 5% !important;
    position: absolute !important;
    top: 0 !important;
    width: clamp(8.0rem, 25vw, 14.0rem) !important;
}

.p-sub-intro__image-area.--company .company__badge-text {
    font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem) !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-align: center !important;
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .p-sub-intro__image-area.--company {
        width: 50% !important;
    }

    .p-sub-intro__image-area.--company .company__visual {
        display: flex !important;
        justify-content: flex-end !important;
        margin-bottom: -5.0rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 0 0 3rem !important;
        position: relative !important;
        top: 8.0rem !important;
    }
}

/* -----------------------------------------------------
   Recruit - Sub Hierarchy Hero
   ----------------------------------------------------- */
.p-sub-intro__image-area.--recruit .recruit__visual {
    background-color: transparent !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

.p-sub-intro__image-area.--recruit .recruit__visual img {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 50.0rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .p-sub-intro__image-area.--recruit .recruit__visual {
        margin: 0 auto !important;
        max-width: 50.0rem !important;
        width: 100% !important;
    }

    .p-sub-intro__image-area.--recruit .recruit__visual .recruit__img {
        height: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 1025px) {
    .p-sub-intro__image-area.--recruit .recruit__visual {
        background-color: transparent !important;
        display: flex !important;
        justify-content: flex-end !important;
        max-width: 100% !important;
        padding: 7.0rem 0 0 !important;
        width: 100% !important;
    }

    .p-sub-intro__image-area.--recruit .recruit__visual .recruit__img {
        height: auto !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        max-width: 54.0rem !important;
        object-fit: cover;
        width: 90% !important;
    }
}

/* -----------------------------------------------------
   Contact - Sub Hierarchy Hero
   ----------------------------------------------------- */
.p-sub-intro__image-area.--contact .contact__visual {
    display: flex !important;
    justify-content: center !important;
    left: 3% !important;
    margin: 0 auto !important;
    position: relative !important;
    width: 100% !important;
}

.p-sub-intro__image-area.--contact .contact__visual img {
    display: block;
    height: auto !important;
    width: 90% !important;
    max-width: 320px;
}

@media screen and (min-width: 768px) {
    .p-sub-intro__image-area.--contact .contact__visual img {
        width: clamp(28rem, 19.911rem + 34.51vw, 42rem) !important;
        max-width: none;
    }
}

@media screen and (min-width: 1025px) {
    .p-sub-intro__image-area.--contact .contact__visual img {
        margin-top: 9.0rem;
    }
}

/* =====================================================
   [Layout] Sub Contents Wrapper
   ===================================================== */
.l-sub-contents {
    background-color: transparent !important;
    margin-top: clamp(5rem, 2.111rem + 12.33vw, 10rem) !important;
    padding: 0 2.0rem;
}

.l-sub-contents__inner {
    background-color: var(--color-bg-white) !important;
    border: 1px solid var(--color-accent-aqua) !important;
    border-radius: 2.0rem !important;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 94.0rem;
    padding: clamp(4.0rem, 3.0rem + 3.0vw, 8.0rem) clamp(2.0rem, -1.03rem + 8.07vw, 10.0rem) !important;
    width: 100%;
}

/* =====================================================
   Common Components: Section Heading (c-sub-heading)
   ===================================================== */
.c-sub-heading {
    align-items: center;
    color: var(--color-accent-aqua);
    display: flex;
    font-family: var(--font-serif);
    font-size: clamp(2.4rem, 2.133rem + 0.71vw, 3.2rem);
    font-weight: 500;
    justify-content: center;
    margin-bottom: clamp(2.0rem, 1.242rem + 2.02vw, 4.0rem);
    text-align: center;
}

.c-sub-heading__text {
    display: inline-block;
    font-feature-settings: "palt" !important;
    padding: 0 clamp(2.2rem, 2.423rem + 1.54vw, 5.5rem);
    position: relative;
    white-space: nowrap !important;
}

.c-sub-heading__text::before {
    background: linear-gradient(to bottom, var(--color-text-sub) 100%, transparent) no-repeat 25% 0 / 1px 100%, linear-gradient(to right, var(--color-text-sub) 100%, transparent) no-repeat 0 25% / 100% 1px;
    content: "";
    height: clamp(1.5rem, 1.144rem + 0.95vw, 1.9rem);
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: -0.8rem;
    width: clamp(1.2rem, 0.933rem + 0.71vw, 1.5rem);
}

.c-sub-heading__text::after {
    background: linear-gradient(to bottom, var(--color-text-sub) 100%, transparent) no-repeat 75% 0 / 1px 100%, linear-gradient(to right, var(--color-text-sub) 100%, transparent) no-repeat 0 75% / 100% 1px;
    bottom: -0.8rem;
    content: "";
    height: clamp(1.5rem, 1.144rem + 0.95vw, 1.9rem);
    opacity: 0.6;
    position: absolute;
    right: 0;
    width: clamp(1.2rem, 0.933rem + 0.71vw, 1.5rem);
}

/* =====================================================
   Common Components: Archive List (c-archive-list)
   ===================================================== */
.c-archive-list {
    display: flex;
    flex-direction: column;
    gap: 6.0rem;
    width: 100%;
}

.c-archive-list__item {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: clamp(2.0rem, 1.333rem + 2.0vw, 6.0rem);
}

.c-archive-list__term {
    flex-shrink: 0;
}

.c-archive-list__badge {
    align-items: center;
    background-color: var(--color-bg-beige);
    border: 1px solid var(--color-border-gray-medium);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
    height: 14.0rem;
    justify-content: center;
    padding-top: 0.5rem;
    position: relative;
    width: 14.0rem;
}

.c-archive-list__badge::before {
    background: linear-gradient(to bottom, var(--color-accent-aqua, #1598b4) 100%, transparent) no-repeat 0 0 / 2px 100%, linear-gradient(to right, var(--color-accent-aqua, #1598b4) 100%, transparent) no-repeat 0 0 / 100% 2px;
    content: "";
    height: 12px;
    left: -1px;
    pointer-events: none;
    position: absolute;
    top: -1px;
    width: 12px;
    z-index: 2;
}

.c-archive-list__badge::after {
    background: linear-gradient(to bottom, var(--color-accent-aqua, #1598b4) 100%, transparent) no-repeat 100% 0 / 2px 100%, linear-gradient(to right, var(--color-accent-aqua, #1598b4) 100%, transparent) no-repeat 0 100% / 100% 2px;
    bottom: -1px;
    content: "";
    height: 12px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    width: 12px;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .c-archive-list__badge {
        height: 17.0rem;
        width: 17.0rem;
    }
}

.c-archive-list__icon {
    display: block;
    height: auto;
    width: 3.6rem;
}

.c-archive-list__year {
    color: var(--color-accent-aqua);
    font-size: clamp(1.4rem, 1.285rem + 0.31vw, 1.6rem);
    font-weight: 400;
    line-height: 1;
}

.c-archive-list__desc {
    flex-grow: 1;
    width: 100%;
}

.c-archive-list__works {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-archive-list__works li {
    border-bottom: 1px dashed var(--color-border-gray-medium);
    color: var(--color-text-main);
    font-size: clamp(1.4rem, 1.285rem + 0.31vw, 1.6rem);
    line-height: 1.7;
    overflow-wrap: anywhere;
    padding: 2.0rem 0;
    word-break: keep-all;
}

.c-archive-list__works li:first-child {
    border-top: 1px dashed var(--color-border-gray-medium);
    padding-top: 2.0rem;
}

.c-archive-list__works li:last-child {
}

@media screen and (max-width: 767px) {
    .c-archive-list__item {
        align-items: center;
        flex-direction: column;
        gap: 2.5rem;
    }

    .c-archive-list__works li {
        padding: 2.0rem 0;
        text-align: left;
    }
}

/* =====================================================
   Common Components: Definition List (c-definition-list)
   ===================================================== */
.c-definition-list {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .c-definition-list__item {
        align-items: stretch;
        border-bottom: 1px solid var(--color-border-gray-medium);
        display: flex;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
    }

    .c-definition-list__term {
        align-items: center;
        display: flex;
        flex-shrink: 0;
        padding: 3.0rem 0;
        position: relative;
        width: 25%;
    }

    .c-definition-list__term::after {
        background-color: var(--color-accent-aqua);
        bottom: -1px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .c-definition-list__item:first-child {
        border-top: 1px solid var(--color-border-gray-medium);
    }

    .c-definition-list__item:first-child .c-definition-list__term::before {
        background-color: var(--color-accent-aqua);
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: -1px;
        width: 100%;
    }

    .c-definition-list__label {
        color: var(--color-accent-aqua);
        display: inline-block;
        font-size: clamp(1.4rem, 1.285rem + 0.31vw, 1.6rem);
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.2;
    }

    .c-definition-list__desc {
        align-items: center;
        color: var(--color-text-main);
        display: flex;
        font-size: clamp(1.4rem, 1.285rem + 0.31vw, 1.6rem);
        line-height: 1.7;
        min-width: 0 !important;
        overflow-wrap: break-word !important;
        padding-bottom: 3.0rem;
        padding-left: 2.0rem;
        padding-top: 3.0rem;
        width: 75%;
        word-break: break-all !important;
    }
}

@media screen and (max-width: 767px) {
    .c-definition-list__item {
        align-items: flex-start;
        border-bottom: none;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .c-definition-list__item:first-child {
        border-top: 2px solid var(--color-accent-aqua);
        padding-top: 0;
    }

    .c-definition-list__term {
        font-size: clamp(1.4rem, 1.285rem + 0.31vw, 1.6rem);
        line-height: 1 !important;
        padding-bottom: 1.8rem;
        padding-top: 1.8rem;
        position: relative;
        width: 100%;
    }

    .c-definition-list__term::after {
        background-color: var(--color-border-gray-medium);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .c-definition-list__label {
        color: var(--color-accent-aqua);
        font-size: clamp(1.4rem, 1.285rem + 0.31vw, 1.6rem);
        font-weight: 400;
        line-height: 1.7 !important;
    }

    .c-definition-list__desc {
        font-size: clamp(1.4rem, 1.285rem + 0.31vw, 1.6rem);
        line-height: 1.7 !important;
        overflow-wrap: anywhere;
        padding-bottom: 1.8rem;
        padding-left: 0;
        padding-top: 1.8rem;
        position: relative;
        width: 100%;
        word-break: keep-all;
    }

    .c-definition-list__desc::after {
        background-color: var(--color-accent-aqua);
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
    }
}

/* =====================================================
   Business Page
   ===================================================== */

/* =====================================================
   Company Page
   ===================================================== */
.l-company-section {
    padding-bottom: 0 !important;
}

.l-company-section .l-sub-contents {
    margin-bottom: 0 !important;
}

.l-company-section.l-sub-contents.p-company-policy,
.l-company-section.l-sub-contents.p-company-info,
.l-company-section.l-sub-contents.p-company-history,
.l-company-section.l-sub-contents.p-company-access {
    padding-top: 0 !important;
}

.l-company-section.l-sub-contents.p-company-policy,
.l-company-section.l-sub-contents.p-company-info,
.l-company-section.l-sub-contents.p-company-history,
.l-company-section.l-sub-contents.p-company-access {
    margin-bottom: 0 !important;
    margin-top: clamp(2.5rem, 1.258rem + 3.31vw, 5.0rem) !important;
}

.l-company-section.l-sub-contents.p-company-concept div.l-sub-contents__inner,
.l-company-section.l-sub-contents.p-company-policy div.l-sub-contents__inner {
    padding-bottom: clamp(3rem, 1.844rem + 4.93vw, 5rem) !important;
}

.p-company .l-sub-contents__inner {
    background-color: var(--color-bg-white) !important;
    border: 1px solid var(--color-accent-aqua) !important;
    border-radius: 2.0rem !important;
    box-sizing: border-box;
    margin-bottom: clamp(3rem, 1.844rem + 4.93vw, 5rem) !important;
    padding: clamp(4.0rem, 3.0rem + 3.0vw, 8.0rem) clamp(2.0rem, -1.03rem + 8.07vw, 10.0rem) !important;
}

.p-company .l-sub-contents:last-child {
    margin-bottom: 0;
}

.p-company-concept .c-sub-heading,
.p-company-policy .c-sub-heading {
    margin-bottom: clamp(1.2rem, 0.973rem + 0.61vw, 1.8rem);
}

.p-company-concept__text {
    color: var(--color-text-main);
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 1.571rem + 0.61vw, 2.4rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 0;
    text-align: center;
}

.p-company-policy .l-sub-contents__inner {
    padding-left: clamp(2.0rem, -1.03rem + 8.07vw, 4.0rem) !important;
    padding-right: clamp(2.0rem, -1.03rem + 8.07vw, 4.0rem) !important;
}

.p-company-policy-grid {
    display: grid;
    gap: clamp(3.0rem, 2.5rem + 2.0vw, 5.0rem) 1.5rem;
    grid-template-columns: 1fr;
    margin-top: clamp(2.0rem, 1.621rem + 1.01vw, 3.0rem);
}

.p-company-policy-card {
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .p-company-policy-card:not(:last-child)::after {
        background-color: var(--color-accent-aqua);
        bottom: calc(clamp(3.0rem, 2.5rem + 2.0vw, 5.0rem) / -2);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .p-company-policy-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .p-company-policy-card:not(:first-child) {
        border-left: 1px solid var(--color-accent-aqua);
        padding-left: 1.5rem;
    }
}

.p-company-policy-card__number {
    color: var(--color-text-main);
    display: inline-block;
    font-family: var(--font-en);
    font-size: clamp(1.6rem, 1.524rem + 0.2vw, 1.8rem);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    position: relative;
}

.p-company-policy-card__number::after {
    background-color: var(--color-accent-aqua);
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 2.0rem;
}

.p-company-policy-card__text {
    color: var(--color-text-main);
    font-family: var(--font-serif);
    font-size: clamp(1.5rem, 1.462rem + 0.1vw, 1.6rem);
    font-weight: 500;
    line-height: 1.7;
    margin-top: 1.0rem;
}

.p-company-certs {
    align-items: flex-start;
    display: flex;
    gap: clamp(3.0rem, 0.349rem + 7.06vw, 10.0rem);
    justify-content: center;
    margin-top: clamp(4.0rem, 3.0rem + 3.0vw, 6.0rem);
}

.p-company-certs__item {
    max-width: clamp(12.0rem, 8.973rem + 8.07vw, 20.0rem);
    text-align: center;
    width: 100%;
}

.p-company-certs__item img {
    border: 1px solid var(--color-border-gray-light);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.p-company-certs__caption {
    color: var(--color-text-main);
    font-family: var(--font-sans);
    font-size: clamp(1.3rem, 1.262rem + 0.1vw, 1.4rem);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 1.2rem;
}

.p-company-map {
    aspect-ratio: 3 / 4;
    border-radius: 1.2rem;
    margin: clamp(3.0rem, 2.242rem + 2.02vw, 5.0rem) auto 0;
    max-width: 80.0rem;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .p-company-map {
        aspect-ratio: 2.5 / 1;
    }
}

.p-company-map iframe {
    border: 0;
    display: block;
    height: 100% !important;
    width: 100% !important;
}

.p-company-access__address {
    color: var(--color-text-main);
    font-family: var(--font-sans);
    font-size: clamp(1.4rem, 1.324rem + 0.2vw, 1.6rem);
    font-weight: 400;
    margin-top: 1.0rem;
    text-align: center;
}

.p-company-gallery {
    display: grid;
    gap: clamp(2.0rem, 1.242rem + 2.02vw, 4.0rem);
    grid-template-columns: 1fr;
    margin-top: clamp(3.0rem, 2.2rem + 2.0vw, 5.0rem);
}

@media (min-width: 768px) {
    .p-company-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

.p-company-gallery__item {
    border-radius: 1.2rem;
    overflow: hidden;
    width: 100%;
}

.p-company-gallery__item img {
    aspect-ratio: 3 / 2;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* =====================================================
   Recruit Page
   ===================================================== */
.p-recruit .l-sub-contents {
    background-color: transparent !important;
    padding-top: clamp(5rem, 2.111rem + 12.33vw, 10rem) !important;
}

.p-recruit .l-sub-contents__inner {
    background-color: var(--color-bg-white) !important;
    border: 1px solid var(--color-accent-aqua) !important;
    border-radius: 2.0rem !important;
    box-sizing: border-box;
    padding: clamp(4.0rem, 3.0rem + 3.0vw, 8.0rem) clamp(2.0rem, -3.143rem + 16.07vw, 10.0rem) !important;
}

/* =====================================================
   Contact Page
   ===================================================== */
.p-contact .l-sub-contents {
    background-color: transparent !important;
    padding-top: clamp(5rem, 2.111rem + 12.33vw, 10rem) !important;
}

.p-contact .l-sub-contents__inner {
    background-color: var(--color-bg-white) !important;
    border: 1px solid var(--color-accent-aqua) !important;
    border-radius: 2.0rem !important;
    box-sizing: border-box;
    padding: clamp(4.0rem, 3.0rem + 3.0vw, 8.0rem) clamp(2.0rem, -3.143rem + 16.07vw, 10.0rem) !important;
}

.p-contact-form {
    margin-top: clamp(3.0rem, 2.0rem + 3.0vw, 5.0rem);
    width: 100%;
}

.p-contact-form__row {
    padding-bottom: clamp(2.0rem, 1.85rem + 0.7vw, 2.4rem);
    padding-top: clamp(2.0rem, 1.85rem + 0.7vw, 2.4rem);
    position: relative;
}

.p-contact-form__row::before {
    background-color: var(--color-border-gray-medium);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-contact-form__row::after {
    background-color: var(--color-accent-aqua);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35%;
}

@media (min-width: 768px) {
    .p-contact-form__row {
        display: flex;
        gap: 4.0rem;
    }
}

.p-contact-form__label {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .p-contact-form__label {
        margin-bottom: 0;
        width: 35%;
    }

    .p-contact-form__row:has(textarea) .p-contact-form__label {
        align-items: flex-start;
        padding-top: 0.5rem;
    }
}

.c-tag {
    color: var(--color-text-white);
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.6rem 1.0rem 0.8rem;
}

.c-tag--required {
    background-color: var(--color-accent-green);
    border-radius: 0.3rem;
}

.c-tag--optional {
    background-color: var(--color-accent-deep);
    border-radius: 0.3rem;
}

.p-contact-form__label label {
    color: var(--color-accent-aqua);
    font-size: clamp(1.4rem, 1.324rem + 0.2vw, 1.6rem);
    font-weight: 500;
}

.p-contact-form__input-col {
    min-width: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .p-contact-form__input-col {
        width: 65%;
    }
}

.c-form-input,
.c-form-textarea {
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--color-bg-gray-light);
    border: none;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    color: var(--color-text-main);
    font-family: inherit;
    font-size: clamp(1.4rem, 1.324rem + 0.2vw, 1.6rem);
    margin: 0 !important;
    max-width: 100% !important;
    padding: 1.0rem 2.0rem;
    width: 100% !important;
}

.c-form-textarea {
    height: 18.0rem !important;
    line-height: 1.6;
    resize: vertical;
}

.c-form-input::placeholder,
.c-form-textarea::placeholder {
    color: var(--color-text-gray-medium);
}

.p-contact-form__bottom-line {
    background-color: var(--color-border-gray-medium);
    height: 1px;
    margin-bottom: 5.0rem;
    position: relative;
    width: 100%;
}

.p-contact-form__bottom-line::after {
    background-color: var(--color-accent-aqua);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35%;
}

@media (min-width: 768px) {
    .p-contact-form__bottom-line::after {
        width: 35%;
    }
}

/* =====================================================
   Contact Page - Policy & Submit Button
   ===================================================== */
.p-contact-policy {
    margin-top: clamp(4.0rem, 3.0rem + 3.0vw, 6.0rem);
    text-align: center;
    width: 100%;
}

.p-contact-policy__title {
    color: var(--color-text-main);
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2.0rem;
    text-align: center;
}

.p-contact-policy__text {
    background-color: var(--color-bg-white);
    border: 1px solid var(--color-border-gray-medium);
    border-radius: 1.5rem;
    color: var(--color-text-main);
    font-size: clamp(1.4rem, 1.35rem + 0.15vw, 1.5rem);
    height: 25.0rem;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 75.0rem;
    overflow-y: auto;
    padding: clamp(2.0rem, 1.5rem + 2.0vw, 4.0rem);
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    text-align: justify;
    transition: scrollbar-color 0.3s ease;
}

.p-contact-policy__text:hover {
    scrollbar-color: var(--color-bg-gray-light) transparent;
}

.p-contact-policy__text::-webkit-scrollbar {
    width: 6px;
}

.p-contact-policy__text::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.p-contact-policy__text::-webkit-scrollbar-track {
    background-color: transparent;
}

.p-contact-policy__text:hover::-webkit-scrollbar-thumb {
    background-color: var(--color-bg-gray-light);
}

.p-contact-policy__text p {
    margin-bottom: 2.5rem;
}

.p-contact-policy__text p:last-child {
    margin-bottom: 0;
}

.p-contact-policy__item-title {
    color: var(--color-text-main);
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.p-contact-policy__date {
    font-size: clamp(1.4rem, 1.35rem + 0.15vw, 1.5rem);
    margin-top: 3.0rem;
    text-align: right;
}

.p-contact-policy__footer-address {
    border-top: 1px dashed var(--color-border-gray-medium);
    font-size: clamp(1.4rem, 1.35rem + 0.15vw, 1.5rem);
    line-height: 1.6;
    margin-top: 2.0rem;
    padding-top: 2.0rem;
}

.p-contact-policy__agree {
    margin-top: clamp(3.0rem, 2.0rem + 2.0vw, 4.0rem);
    text-align: center;
}

.p-contact-policy__note {
    color: var(--color-text-main);
    font-size: clamp(1.4rem, 1.35rem + 0.15vw, 1.5rem);
    line-height: 1.6;
    margin-bottom: 2.0rem;
}

.c-form-checkbox {
    align-items: center;
    background-color: var(--color-bg-white) !important;
    border: none !important;
    border-radius: 0rem !important;
    box-shadow: none !important;
    color: var(--color-text-main);
    cursor: pointer;
    display: inline-flex !important;
    font-size: clamp(1.4rem, 1.35rem + 0.15vw, 1.5rem);
    font-weight: 400;
    gap: 1.2rem;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}

.c-form-checkbox__input {
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--color-bg-white);
    border: 1px solid var(--color-text-main);
    border-radius: 0.2rem;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    flex-shrink: 0;
    height: 2.0rem;
    position: relative;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    vertical-align: middle;
    width: 2.0rem;
}

.c-form-checkbox__input:checked {
    background-color: var(--color-accent-green);
    border-color: var(--color-accent-green);
}

.c-form-checkbox__input::after {
    border-bottom: 3px solid var(--color-bg-white);
    border-right: 3px solid var(--color-bg-white);
    content: "";
    height: 1.1rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: opacity 0.1s ease;
    width: 0.6rem;
}

.c-form-checkbox__input:checked::after {
    opacity: 1;
}

.p-contact-submit {
    margin-top: clamp(2.4rem, 1.476rem + 3.94vw, 4rem);
    text-align: center;
}

.p-contact-submit button {
    margin: 0 auto;
    width: clamp(24.0rem, 20.0rem + 10.6vw, 30.0rem);
}

.p-contact-submit .c-btn:hover {
    background-color: var(--color-accent-aqua) !important;
    border-color: var(--color-accent-aqua) !important;
    color: var(--color-text-white) !important;
}

/* =====================================================
   Mailformpro Customize 
   ===================================================== */
form#mailformpro {
    padding: 0 !important;
}

div.mfp_err {
    background-image: none !important;
    color: var(--color-accent-purple) !important;
    display: block;
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    margin: 0.4rem 0 0 0 !important;
    padding: 0 !important;
    text-align: left;
}

.p-contact__policy-label div.mfp_err {
    text-align: center !important;
}

#mfp_phase_confirm_inner h4 {
    color: var(--color-accent-purple) !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(1.5rem, 1.47rem + 0.08vw, 1.6rem) !important;
    font-weight: 500 !important;
    padding: 0 0 2.0rem !important;
    text-align: center !important;
}

#mfp_confirm_table {
    margin-bottom: 4.0rem;
    width: 100%;
}

#mfp_confirm_table tr {
    border-bottom: 1px solid var(--color-border-gray-medium) !important;
}

#mfp_confirm_table tr:first-of-type {
    border-top: 1px solid var(--color-border-gray-medium) !important;
    margin-top: 0;
    padding-top: 1.5rem;
}

#mfp_confirm_table tr.mfp_colored,
#mfp_confirm_table tr.mfp_achroma {
    background: var(--color-bg-white) !important;
}

#mfp_confirm_table th,
#mfp_confirm_table td {
    border: none !important;
    display: inline-block !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(1.4rem, 1.35rem + 0.15vw, 1.5rem) !important;
    line-height: 1.5 !important;
}

#mfp_confirm_table th {
    color: var(--color-accent-aqua);
    font-weight: 500;
    padding: 1.5rem 0 0 !important;
    width: 100% !important;
}

#mfp_confirm_table td {
    padding: 0 0 1.5rem !important;
    width: 100% !important;
}

.p-contact-policy label,
.p-contact-form__row label {
    display: flex !important;
    flex-wrap: wrap !important;
}

div#errormsg_個人情報保護方針,
div#errormsg_個人情報保護方針_checkobj,
.p-contact-policy div.mfp_err {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0.8rem !important;
    padding: 0 !important;
    text-align: center !important;
}

.mfp_buttons {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
    padding: 0 !important;
    width: 100% !important;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
    align-items: center;
    background: var(--color-bg-white) !important;
    border: 1px solid var(--color-border-gray-medium);
    border-radius: 0rem !important;
    color: var(--color-text-main);
    display: flex;
    font-family: var(--font-sans);
    font-size: 1.4rem !important;
    font-weight: 400;
    height: 5.0rem;
    justify-content: center;
    letter-spacing: 0.1em;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    text-decoration: none;
    text-shadow: none !important;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease;
    width: 100%;
    z-index: 1;
}

.mfp_element_button::before,
.mfp_element_button::after {
    border: 2px solid var(--color-accent-aqua);
    content: "";
    height: 2.0rem;
    position: absolute;
    width: 2.0rem;
}

.mfp_element_button::before {
    border-bottom: none;
    border-right: none;
    left: -1px;
    top: -1px;
}

.mfp_element_button::after {
    border-left: none;
    border-top: none;
    bottom: -1px;
    right: -1px;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover {
    background-color: var(--color-accent-aqua) !important;
    border-color: var(--color-accent-aqua) !important;
    box-shadow: none !important;
    color: var(--color-text-white) !important;
}

div#mfp_hidden input[type="submit"],
div#mfp_hidden input[type="button"] {
    display: none !important;
}

@media (min-width: 768px) {
    #mfp_confirm_table th,
    #mfp_confirm_table td {
        padding: 3.0rem 0 !important;
    }

    .mfp_buttons {
        flex-flow: row;
        gap: 2.0rem;
    }

    #mfp_confirm_table th {
        width: 35% !important;
    }

    #mfp_confirm_table td {
        width: 65% !important;
    }

    .mfp_element_button {
        max-width: 28.0rem !important;
    }
}

/* =====================================================
   Thanks Page
   ===================================================== */
.l-sub-contents__inner.--thanks {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40rem;
    text-align: center;
}

.p-thanks-content {
    margin: 0 auto;
    max-width: 80.0rem;
    width: 100%;
}

.p-thanks-content__en {
    color: var(--color-accent-aqua);
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.4rem, 1.35rem + 0.15vw, 1.6rem);
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-bottom: 1.0rem;
    text-transform: capitalize;
}

.p-thanks-content__heading {
    color: var(--color-accent-aqua);
    font-family: var(--font-sans);
    font-size: clamp(2.2rem, 2.0rem + 0.8vw, 2.8rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 4.0rem;
}

.p-thanks-content__text {
    display: inline-block;
    margin: 0 auto 5.0rem;
    max-width: 68.0rem;
    text-align: left;
    width: 100%;
}

.p-thanks-content__text p {
    color: var(--color-text-main);
    font-size: clamp(1.4rem, 1.35rem + 0.15vw, 1.5rem);
    line-height: 1.8;
    margin-bottom: 2.0rem;
}

.p-thanks-content__text .u-note {
    background-color: var(--color-bg-gray-light);
    border-radius: 1.0rem;
    color: var(--color-text-sub);
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 3.5rem;
    padding: 2.0rem 2.5rem;
    text-align: left;
}

.p-thanks-content__btn {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .l-sub-contents__inner.--thanks {
        padding: 4.0rem 2.0rem;
    }

    .p-thanks-content__text {
        margin-bottom: 4.0rem;
        text-align: justify;
    }
}

/* =====================================================
   Layout： Footer
   ===================================================== */
.footer {
    background-color: var(--color-bg-white);
    padding: clamp(5.0rem, 4.0rem + 5.0vw, 8.0rem) 0 clamp(2.0rem, 1.5rem + 2.0vw, 4.0rem);
}

.footer__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 120.0rem;
    text-align: center;
    width: 90%;
}

.footer__copy-svg {
    height: auto;
    margin-bottom: clamp(2.0rem, 1.58rem + 1.1vw, 3.0rem);
    width: clamp(18.0rem, 15.1rem + 7.7vw, 25.0rem);
}

.footer__logo {
    height: auto;
    margin: 0 auto clamp(1.5rem, 1.0rem + 1.5vw, 2.5rem);
    width: clamp(18.0rem, 15.1rem + 7.7vw, 25.0rem);
}

.footer__address {
    color: var(--color-text-main);
    font-size: clamp(1.4rem, 1.35rem + 0.13vw, 1.5rem);
    font-style: normal;
    line-height: 1.8;
    margin-bottom: clamp(4.0rem, 3.0rem + 4.0vw, 7.0rem);
}

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

.footer__address a:hover {
    opacity: 0.7;
}

.footer__copyright {
    color: var(--color-text-sub);
    font-family: var(--font-en);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .footer__copyright {
        letter-spacing: 0.2em;
        text-align: right;
    }
}

/* =====================================================
   Utility Classes
   ===================================================== */
@media screen and (min-width: 768px) {
    .u-sp-only {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .u-sp-tab-only {
        display: none !important;
    }
}

.u-tab-pc-only {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .u-tab-pc-only {
        display: revert !important;
    }
}

.u-pc-only {
    display: none !important;
}

@media screen and (min-width: 1025px) {
    .u-pc-only {
        display: revert !important;
    }
}

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

.u-mobile-tel {
    color: inherit;
    cursor: default;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .footer__address .u-mobile-tel {
        color: inherit !important;
        text-decoration: none !important;
    }
}

.u-nowrap {
    display: inline-block;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .u-nowrap {
        display: inline;
        white-space: normal;
    }
}