@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
 /* 1 */
    -webkit-text-size-adjust: 100%;
 /* 2 */;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
 /* 1 */
    height: 0;
 /* 1 */
    overflow: visible;
 /* 2 */;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
 /* 1 */
    text-decoration: underline;
 /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
 /* 2 */;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
 /* 1 */
    font-size: 100%;
 /* 1 */
    line-height: 1.15;
 /* 1 */
    margin: 0;
 /* 2 */;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
 /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
 /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
 /* 1 */
    color: inherit;
 /* 2 */
    display: table;
 /* 1 */
    max-width: 100%;
 /* 1 */
    padding: 0;
 /* 3 */
    white-space: normal;
 /* 1 */;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
 /* 1 */
    outline-offset: -2px;
 /* 2 */;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
 /* 1 */
    font: inherit;
 /* 2 */;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.post_content h2 {
    background: transparent;
    padding: 0 0;
    margin: 0 0 0;
    color: inherit;
    font-weight: normal;
}

.post_content h2 ul {
    padding-left: 0;
}

.post_content h2::before {
    position: static;
    display: block;
    pointer-events: auto;
    content: "";
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    box-sizing: content-box;
    border-top: medium none currentColor;
    border-bottom: medium none currentColor;
}

:root {
    --font-size-default: 1.6rem;
    --color-black-primary: #2e2e2e;
    --color-black-secondary: #333;
    --color-white-primary: #fff;
    --color-white-secondary: #f9f9f9;
    --color-gray-primary: #dddddd;
    --color-gray-secondary: #9c9c9c;
    --color-gray-tertiary: #b0b0b0;
    --color-light-gray-primary: #e8e8e8;
    --color-light-gray-secondary: #dad9da;
    --color-sky-blue-primary: #5abee6;
    --color-sky-blue-secondary: rgba(81, 142, 193, 0.8);
    --color-sky-blue-tertiary: #518ec1;
    --color-blue-primary: #153d87;
    --font-family-noto: "Noto Sans", sans-serif;
    --font-family-notoJP: "Noto Sans JP", sans-serif;
    --font-family-lato: "Lato", sans-serif;
    --profile-image-height: 0;
    --contact-select-height: 0;
    --megamenu-height: 0;
    --gradientLayerHeight: 0;
    --loadingMaskingValue1: 0%;
    --loadingMaskingValue2: 0%;
    --loadingMaskingValue3: 0%;
    --loadingDistanceValue: -75vw;
    --loadingObjectValue: 150vw;
    --acodionTargetContentHeight: 0;
    --boxSize: 30rem;
    --boxSize2: -30rem;
}

@media screen and (max-width: 520px) {
    :root {
        --boxSize: 21rem;
        --boxSize2: -21rem;
    }
}

html {
    font-size: 62.5%;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 50%;
    }
}

body {
    font-family: var(--font-family-notoJP);
    font-size: var(--font-size-default);
    color: var(--color-black-primary);
    font-weight: 500;
    min-height: 100vh;
    line-height: 1.5;
    word-break: break-all;
    font-feature-settings: "palt";
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-color: var(--color-white-secondary);
}

body.is-overflowHidden {
    overflow: hidden;
}

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

textarea {
    padding: 0.7rem;
    width: 100%;
}

.form-control {
    font-size: 1.4rem;
}

::-moz-placeholder {
    font-size: 1.2rem;
    line-height: 1.5;
}

::placeholder {
    font-size: 1.2rem;
    line-height: 1.5;
}

p {
    line-height: 2;
}

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

a:hover {
    color: inherit;
    opacity: 0.7;
}

ul li,
ol li {
    list-style-type: none;
}

.js-loadingCicleAnimation.is-firstVisited {
    position: fixed;
    margin: auto;
    z-index: 2000;
    bottom: var(--loadingDistanceValue);
    left: var(--loadingDistanceValue);
    right: var(--loadingDistanceValue);
    width: var(--loadingObjectValue);
    height: var(--loadingObjectValue);
    box-sizing: border-box;
    border: var(--loadingObjectValue) solid var(--color-light-gray-primary);
    border-radius: 50%;
    background-color: transparent;
    transition: all 1.2s;
    box-shadow: inset -10px -10px 50px 50px var(--color-light-gray-primary);
}

@media screen and (max-width: 768px) {
    .js-loadingCicleAnimation.is-firstVisited {
        transform: scale(2.5);
    }
}

@media screen and (max-width: 520px) {
    .js-loadingCicleAnimation.is-firstVisited {
        transform: scale(3);
    }
}

@media screen and (max-width: 320px) {
    .js-loadingCicleAnimation.is-firstVisited {
        transform: scale(3.5);
    }
}

.js-loadingCicleAnimation.is-loaded {
    border-width: 0;
    pointer-events: none;
    opacity: 1;
    visibility: hidden;
}

.js-acodion-toggle {
    cursor: pointer;
}

.js-acodion-toggle:hover {
    opacity: 0.7;
}

.js-acodion-toggle + * {
    opacity: 0;
    height: 0;
    max-height: 0;
    visibility: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.js-acodion-toggle + *.is-active {
    margin-top: 5%;
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    height: auto;
}

.animate__animated {
    opacity: 0;
    visibility: hidden;
    min-height: 200px;
    transition: all 1s ease-in-out;
}

.animate__fadeInUp {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 13;
    min-height: auto;
}

.l-content {
    position: relative;
    z-index: 12;
}

@media screen and (max-width: 520px) {
    .l-content {
        overflow-x: hidden;
    }
}

.l-content > div {
    position: sticky;
    top: 0;
}

@media screen and (max-width: 520px) {
    .l-content > div:first-child {
        position: static;
    }
}

.l-content.is-home .l-content__inner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100px;
    background: rgb(227, 227, 227);
    background: linear-gradient(180deg, rgba(227, 227, 227, 0) 0%, rgba(249, 249, 249, 0.7049413515) 35%, rgb(249, 249, 249) 100%);
    z-index: 9;
}

@media screen and (max-width: 520px) {
    .l-content.is-home .l-content__inner::before {
        content: none;
    }
}

.l-content__inner {
    padding-bottom: 5%;
    z-index: 10;
    position: relative;
    background-color: var(--color-white-secondary);
}

.l-main-content {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 520px) {
    .l-main-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.l-content-under .l-content__inner {
    max-width: 1190px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 4% auto 0;
    background-color: transparent;
}

@media screen and (min-width: 1600px) {
    .l-content-under .l-content__inner {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .l-content-under .l-content__inner {
        margin-top: calc(90% - 60vh);
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 520px) {
    .l-content-under .l-content__inner {
        margin-top: calc(90% - 32vh);
        padding-bottom: 7rem;
    }
}

.l-content-under:not(.page-contact, .page-recruit, .page-news-about, .page-entry) h1.c-page-title {
    z-index: 1000;
    max-width: 1190px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
    position: absolute;
    top: calc(6rem + 15%);
    left: 0;
    right: 0;
    width: auto;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .l-content-under:not(.page-contact, .page-recruit, .page-news-about, .page-entry) h1.c-page-title {
        padding-left: 3rem;
        padding-right: 3rem;
        top: calc(6rem + 30%);
    }
}

@media screen and (max-width: 520px) {
    .l-content-under:not(.page-contact, .page-recruit, .page-news-about, .page-entry) h1.c-page-title {
        top: 15rem;
    }
}

.l-content-under.page-work-about h1.c-page-title {
    line-height: 1.7;
    max-width: 1000px;
    font-size: clamp(2.6rem, 2.4vw, 4rem);
    position: static;
    padding: 0;
}

.l-content-under__mainVisual {
    min-height: 75vh;
    position: relative !important;
}

.l-content-under__mainVisual::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 30%;
    pointer-events: none;
    z-index: -1;
    height: 55vh;
    background-color: var(--color-light-gray-secondary);
    box-shadow: 0 0 30px 80px #d9d9d8;
}

@media screen and (max-width: 520px) {
    .l-content-under__mainVisual::before {
        height: calc(35% - 3vw);
    }
}

@media screen and (max-width: 768px) {
    .l-content-under__mainVisual {
        min-height: 55vh;
    }
}

@media screen and (max-width: 520px) {
    .l-content-under__mainVisual {
        max-height: 100px;
    }
}

@media screen and (max-width: 520px) {
    .l-content-under__mainVisual::before {
        height: 300px;
    }
}

.l-header {
    z-index: 103;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    padding-right: 6rem;
    background: transparent;
    transition: background-color 0.3s ease-out;
}

.l-header.is-home::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--color-light-gray-secondary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 1;
    transition: left 1s ease-in-out;
}

.l-header.is-loaded::before {
    left: 10000px;
}

@media screen and (max-width: 520px) {
    .l-header.is-loaded::before {
        display: none;
    }
}

@media screen and (max-width: 1315px) {
    .l-header {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 1rem;
    }
}

.l-header.is-fixed {
    background-color: var(--color-white-primary);
}

.l-header__nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-right: 2rem;
}

@media screen and (max-width: 1315px) {
    .l-header__nav {
        padding-top: 2rem;
        padding-right: 2rem;
        padding-left: 2rem;
        height: 100dvh;
        width: auto;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
        max-width: 100%;
        background: rgb(116, 188, 226);
        background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
        flex-direction: column;
        align-items: flex-start;
        z-index: 1000;
        overflow-y: hidden;
    }
}

@media screen and (max-width: 1315px) {
    .l-header__nav.is-active {
        opacity: 1;
        visibility: visible;
    }
}

.l-header__nav-logo {
    display: none;
    max-width: 210px;
    margin: 0;
}

@media screen and (max-width: 1315px) {
    .l-header__nav-logo {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .l-header__nav-logo .c-logo {
        margin-left: -0.3rem;
        margin-top: -1.3rem;
    }
}

.l-header__inner {
    max-width: calc(1450px - 1rem);
    margin: 0 auto;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

.l-header__inner.is-loaded {
    opacity: 1;
}

.l-header__logo {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    max-width: 210px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1315px) {
    .l-header__logo {
        padding-left: 0;
    }
}

@media screen and (max-width: 520px) {
    .l-header__logo {
        justify-content: flex-start;
        padding-left: 0;
    }
}

@media screen and (max-width: 280px) {
    .l-header__logo {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 520px) {
    .l-header__logo .c-logo {
        max-width: 70%;
    }
}

.l-footer {
    background-color: var(--color-black-primary);
    color: var(--color-white-primary);
    position: relative;
    z-index: 11;
}

@media screen and (max-width: 520px) {
    .l-footer .c-button__inner {
        padding-top: 2rem;
        padding-bottom: 1.7rem;
    }
}

@media screen and (max-width: 1315px) {
    .l-footer .c-toggle-button {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    .l-footer .c-toggle-button {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__logo {
        max-width: 150px;
        margin: 0 auto;
    }
}

.l-footer__gnav__sub-list-item-category {
    color: #9a9a9a;
    font-weight: 500;
}

@media screen and (max-width: 960px) {
    .l-footer__gnav__sub-list-item-category {
        text-align: left;
    }
}

.l-footer__inner {
    padding: 5% 2rem;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

@media screen and (max-width: 1315px) {
    .l-footer__inner {
        flex-direction: column;
        padding: 5% 2rem 15%;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__inner {
        padding-bottom: 10%;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10%;
    }
}

.l-footer__left {
    width: 300px;
}

@media screen and (max-width: 1315px) {
    .l-footer__left {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__left {
        width: auto;
        text-align: left;
    }
}

.l-footer__left .c-logo {
    max-width: 70%;
}

.l-footer__right {
    width: calc(100% - 300px);
}

@media screen and (max-width: 1315px) {
    .l-footer__right {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__right {
        text-align: left;
    }
}

.l-footer__gnav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav {
        padding: 0 2rem 2rem;
        justify-content: flex-start;
        height: 90%;
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
        display: grid;
        grid-template-areas: "top-left-nav top-center-nav top-right-nav" "bottom-left-nav bottom-center-nav bottom-right-nav";
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 960px) {
    .l-footer__gnav {
        flex-direction: column;
        justify-content: center;
        max-width: 600px;
        margin: 4rem auto;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__gnav {
        display: flex;
        max-width: none;
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
}

.l-footer__gnav__item {
    width: 25%;
    white-space: nowrap;
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__item {
        width: auto;
    }
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__item:nth-child(1) {
        grid-area: top-left-nav;
    }
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__item:nth-child(2) {
        grid-area: top-center-nav;
    }
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__item:nth-child(3) {
        grid-area: top-right-nav;
    }
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__item:nth-child(4) {
        grid-area: bottom-left-nav;
    }
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__item:nth-child(5) {
        grid-area: bottom-center-nav;
    }
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__item:nth-child(8) {
        grid-area: bottom-right-nav;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__item {
        margin-top: 4rem;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__gnav__item {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__item {
        margin-top: 3rem;
    }
}

.l-footer__gnav__item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__item:last-child {
        margin-top: 6rem;
        align-self: stretch;
    }
}

.l-footer__gnav__item-categories {
    position: relative;
}

.l-footer__gnav__item-pc-only {
    display: none;
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__item-pc-only {
        display: flex;
        flex-direction: column-reverse;
    }
}

.l-footer__gnav__item-pc-only .l-footer__gnav__link--sp {
    margin-top: 3rem;
}

.l-footer__gnav__link {
    font-weight: 700;
    display: block;
    font-size: 1.8rem;
    transition: all 0.3s;
    font-family: var(--font-family-notoJP);
    cursor: pointer;
}

.l-footer__gnav__link:hover {
    opacity: 0.5;
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__link {
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 960px) {
    .l-footer__gnav__link {
        font-size: 2rem;
        text-align: left;
    }
}

.l-footer__gnav__sub-item {
    transition: max-height 0.3s ease-in;
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__sub-item {
        opacity: 0;
        height: 0;
        visibility: hidden;
        position: absolute;
        max-height: 0;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__sub-item.is-active {
        opacity: 1;
        height: auto;
        max-height: 100vh;
        visibility: visible;
        position: static;
    }
}

.l-footer__gnav__sub-list {
    margin-left: 0;
    padding: 0;
    margin-top: 15%;
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__sub-list {
        margin-top: 2rem;
    }
}

.l-footer__gnav__sub-list--service {
    margin-top: 15%;
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__sub-list--service {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__sub-list--service {
        margin-top: 3rem;
    }
}

.l-footer__gnav__sub-list-item {
    margin-top: 1rem;
}

@media screen and (max-width: 960px) {
    .l-footer__gnav__sub-list-item {
        text-align: left;
    }
}

.l-footer__gnav__sub-list-item:first-child {
    margin-top: 0;
}

.l-footer__gnav__sub-list-link {
    font-weight: 700;
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__sub-list-link {
        font-size: 2rem;
    }
}

.l-footer__gnav__buttons {
    max-width: 200px;
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__buttons {
        display: flex;
        flex-direction: column;
        order: 2;
        justify-content: center;
        margin: auto;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__gnav__buttons {
        margin: 0 auto 3rem;
        align-items: flex-start;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__buttons {
        margin-bottom: 0;
        display: block;
        width: 100%;
        max-width: none;
    }
}

.l-footer__gnav__buttons > * {
    margin-top: 4rem;
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__buttons > * {
        margin-top: 0;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__buttons > * {
        margin-top: 3rem;
    }
}

.l-footer__gnav__buttons > *:first-child {
    margin-top: 0;
}

.l-footer__gnav__buttons .c-button {
    margin: 0;
}

.l-footer__gnav__buttons .c-button:first-child {
    margin-bottom: 4rem;
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__buttons .c-button {
        margin: 2rem 0 0;
    }
}

.l-footer__copy {
    margin: 0;
    padding-bottom: 2rem;
    text-align: center;
    color: var(--color-gray-tertiary);
}

.l-footer__copy small {
    font-size: 1.4rem;
}

.l-footer__gnav__others {
    margin-top: 5rem;
}

@media screen and (max-width: 1315px) {
    .l-footer__gnav__others {
        order: 1;
        margin-top: 0;
        margin-bottom: 3rem;
    }
}

.l-footer__gnav__others > * {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 1rem;
}

@media screen and (max-width: 520px) {
    .l-footer__gnav__others {
        display: none;
    }
}

.l-footer__image {
    position: absolute;
    bottom: 18%;
    right: 2rem;
    max-width: 250px;
}

@media screen and (max-width: 1315px) {
    .l-footer__image {
        bottom: 1%;
        right: 11%;
    }
}

@media screen and (max-width: 960px) {
    .l-footer__image {
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__image {
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__image {
        margin-top: 5rem;
        width: auto;
    }
}

@media screen and (max-width: 520px) {
    .l-footer__image img {
        max-width: 80%;
    }
}

.l-gnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1315px) {
    .l-gnav {
        padding: 4rem 0 2rem;
        flex-direction: column;
        justify-content: flex-start;
        height: 100vh;
        width: 100%;
        align-items: flex-start;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.l-gnav__item {
    margin-right: 5%;
}

@media screen and (max-width: 1315px) {
    .l-gnav__item {
        margin-top: 3rem;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

    .l-gnav__item:first-child {
        margin-top: 0;
    }
}

.l-gnav__item:last-child {
    margin-right: 0;
}

.l-gnav__item.l-gnav__item-privacy-policy, .l-gnav__item.l-gnav__item-terms-of-service {
    display: none;
}

@media screen and (max-width: 1315px) {
    .l-gnav__item.l-gnav__item-privacy-policy, .l-gnav__item.l-gnav__item-terms-of-service {
        display: block;
    }
}

.l-gnav__item.l-gnav__item-privacy-policy {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

@media screen and (max-width: 520px) {
    .l-gnav__item.l-gnav__item-privacy-policy {
        margin-bottom: 2rem;
    }
}

.l-gnav__link {
    white-space: nowrap;
    font-weight: 700;
    display: block;
    font-size: 1.8rem;
    transition: all 0.3s;
    font-family: var(--font-family-notoJP);
    cursor: pointer;
}

@media screen and (max-width: 1315px) {
    .l-gnav__link {
        font-size: 2.3rem;
        width: 70%;
        color: var(--color-white-primary);
    }
}

.l-gnav__link:hover {
    opacity: 0.5;
}

@media screen and (max-width: 1315px) {
    .l-gnav__link:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 1315px) {
    .l-gnav__link.l-gnav__button {
        width: 100%;
    }
}

@media screen and (max-width: 1315px) {
    .l-gnav__link .c-button__inner {
        padding-top: 1.7rem;
        padding-bottom: 1.5rem;
        background: var(--color-white-primary);
    }
}

@media screen and (max-width: 1315px) {
    .l-gnav__link .c-button-text {
        font-weight: 700;
        background: rgb(116, 188, 226);
        background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }
}

.l-gnav--category {
    position: relative;
}

.l-gnav--category .l-gnav__link {
    position: relative;
    padding-right: 2rem;
    background: url(../img/icon-arrow.webp) no-repeat right center;
    background-size: 13px auto;
}

.l-gnav--category .l-gnav__link.is-active {
    background-image: url(../img/icon-arrow-hover.webp);
}

@media screen and (max-width: 1315px) {
    .l-gnav--category .l-gnav__link {
        background-image: none;
    }
}

@media screen and (max-width: 1315px) {
    .l-gnav--category .l-gnav__link.is-active {
        background-image: none;
    }
}

@media screen and (max-width: 1315px) {
    .l-gnav__button-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

.l-megaMenu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 10.5rem;
    right: 3rem;
    left: 0;
    margin: auto;
    justify-content: flex-end;
    max-width: 1400px;
    display: flex;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1315px) {
    .l-megaMenu {
        right: 0;
        position: static;
        height: 0;
        max-height: 0;
        pointer-events: none;
        transition: max-height 0.3s ease-in-out;
    }
}

.l-megaMenu.is-active {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1315px) {
    .l-megaMenu.is-active {
        opacity: 1;
        height: auto;
        max-height: var(--megamenu-height) px;
        pointer-events: auto;
    }
}

.l-megaMenu__inner {
    width: 92%;
    margin-left: auto;
    display: flex;
    padding: 5.1rem 3rem;
    min-height: 270px;
    border-radius: 15px;
    background-color: var(--color-white-primary);
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1315px) {
    .l-megaMenu__inner {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        margin-left: 0;
        width: 100%;
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    .l-megaMenu__inner {
        min-height: auto;
        flex-direction: column;
        width: 100%;
        height: 100%;
        max-height: 100vh;
        margin-left: 0;
        position: relative;
        z-index: 105;
        overflow-y: scroll;
    }
}

.l-megaMenu__title {
    font-family: var(--font-family-noto);
    font-weight: 700;
    font-size: clamp(2rem, 3vw, 3.2rem);
}

.l-megaMenu__sub-title {
    margin-top: 0;
    color: var(--color-sky-blue-primary);
    font-size: clamp(1.2rem, 3vw, 1.6rem);
}

.l-megaMenu__head {
    margin-right: 7.6rem;
    flex: 1 0 auto;
}

@media screen and (max-width: 1315px) {
    .l-megaMenu__head {
        display: none;
    }
}

.l-megaMenu__body {
    padding-top: 1rem;
    width: 100%;
}

@media screen and (max-width: 1315px) {
    .l-megaMenu__body {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.l-megaMenu__body-inner {
    display: flex;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .l-megaMenu__body-inner {
        flex-direction: column;
        max-height: 450px;
        overflow-y: visible;
    }
}

.l-megaMenu__categories {
    width: 25.333%;
}

.l-megaMenu__categories:first-child {
    margin-left: 0;
}

@media screen and (max-width: 1315px) {
    .l-megaMenu__categories {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .l-megaMenu__categories {
        margin: 2rem 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .l-megaMenu__categories {
        margin: 1rem 0;
    }
}

.l-megaMenu__categories-list {
    padding-left: 0;
}

.l-megaMenu__categories-title {
    color: var(--color-gray-secondary);
    font-weight: 700;
}

@media screen and (max-width: 1315px) {
    .l-megaMenu__categories-title {
        color: #c4d9ff;
    }
}

.l-megaMenu__categories-title + .l-megaMenu__categories-list .l-megaMenu__categories-list-item:first-child {
    margin-top: 1.6rem;
}

.l-megaMenu__categories-list-item {
    margin-top: 1.6rem;
}

.l-megaMenu__categories-list-item:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1315px) {
    .l-megaMenu__categories-list-item:first-child {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 1315px) {
    .l-megaMenu__categories-list-item {
        margin-top: 1rem;
    }
}

.l-megaMenu__categories-link {
    display: block;
    padding-left: 2.4rem;
    position: relative;
    font-weight: 700;
}

.l-megaMenu__categories-link::after {
    transform: rotate(90deg);
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/icon-arrow-hover.webp) no-repeat left top;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 1315px) {
    .l-megaMenu__categories-link::after {
        content: none;
    }
}

@media screen and (max-width: 1315px) {
    .l-megaMenu__categories-link {
        padding-left: 0;
        color: var(--color-white-primary);
        font-size: 2rem;
    }
}

.l-megaMenu__categories-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
}

@media screen and (max-width: 1315px) {
    .l-megaMenu__categories-img {
        display: none;
    }
}

.l-mv {
    z-index: 9;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.l-mv::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 30%;
    pointer-events: none;
    z-index: -1;
    height: 55vh;
    background-color: var(--color-light-gray-secondary);
    box-shadow: 0 0 30px 80px #d9d9d8;
}

@media screen and (max-width: 520px) {
    .l-mv::before {
        height: calc(35% - 3vw);
    }
}

@media screen and (max-width: 520px) {
    .l-mv {
        position: relative !important;
        height: auto;
        max-height: none;
        overflow-y: visible;
        padding-bottom: 4rem;
        min-height: 40vh;
    }
}

.l-mv__inner {
    position: relative;
}

@media screen and (max-width: 768px) {
    .l-mv__inner {
        margin-bottom: 50%;
    }
}

@media screen and (max-width: 520px) {
    .l-mv__inner {
        margin-bottom: 60%;
    }
}

@media screen and (max-width: 320px) {
    .l-mv__inner {
        margin-bottom: 75%;
    }
}

.l-mv__text-outer {
    max-width: 1300px;
    margin: 0 auto;
    padding: 5rem 3rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    .l-mv__text-outer {
        padding-top: 16rem;
    }
}

.l-mv__text-outer.is-home.is-firstVisited {
    transition: opacity 3s linear;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .l-mv__text-outer.is-home.is-firstVisited {
        transition: opacity 1s linear;
    }
}

.l-mv__text-outer.is-loaded {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    .l-mv__text-img {
        max-width: 70%;
    }
}

.l-mv__paragraph {
    line-height: 2.5;
    margin: 3rem 0 0;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    left: 8%;
    overflow: hidden;
    background: url(../img/bg-black.png) no-repeat right 40rem top;
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-position 0.3s ease-in-out;
}

.l-mv__paragraph.is-firstVisited {
    color: transparent;
}

@media screen and (min-width: 1600px) {
    .l-mv__paragraph {
        left: 13%;
    }
}

@media screen and (max-width: 768px) {
    .l-mv__paragraph {
        line-height: 2;
        margin-top: 1rem;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-bottom: 5rem;
        position: static;
    }
}

@media screen and (max-width: 520px) {
    .l-mv__paragraph {
        background-position: right 50rem top;
    }
}

.l-mv__paragraph.is-loaded {
    background-position: right 0 top;
}

.l-mv__drop-text-outer {
    position: absolute;
    top: -700px;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
}

@media screen and (max-width: 520px) {
    .l-mv__drop-text-outer {
        display: none;
    }
}

.l-mv__drop-text-outer.is-firstVisited {
    top: -700px;
    opacity: 0;
    transition: top 0.5s ease-in-out, opacity 1s ease-in-out;
}

@media screen and (max-width: 768px) {
    .l-mv__drop-text-outer.is-firstVisited {
        transition: top 0.7s ease-in-out, opacity 1.2s ease-in-out;
    }
}

.l-mv__drop-text-outer.is-loaded {
    top: -18rem;
    opacity: 1;
}

.l-mv__drop-text-outer--sp {
    display: none;
    transform: scale(0.66);
    transition: top 1s ease-in-out, opacity 1.2s ease-in-out;
    position: relative;
}

@media screen and (max-width: 520px) {
    .l-mv__drop-text-outer--sp {
        display: block;
        margin-top: -21rem;
    }
}

.l-mv__drop-text-outer--sp.is-firstVisited {
    top: -700px;
    opacity: 0;
}

.l-mv__drop-text-outer--sp.is-loaded {
    top: 0;
    opacity: 1;
}

.l-mv__drop-text {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: -12%;
    pointer-events: none;
}

@media screen and (max-width: 520px) {
    .l-mv__drop-text {
        margin-top: -46%;
    }
}

.l-mv__drop-text--thin {
    opacity: 0.1;
    margin-top: 0;
}

@media screen and (max-width: 520px) {
    .l-mv__drop-text--thin {
        margin-top: 30px;
    }
}

.l-mv__catch {
    max-width: 258px;
    background: rgb(3, 65, 142);
    background: linear-gradient(90deg, rgb(3, 65, 142) 0%, rgb(36, 111, 174) 35%, rgb(85, 182, 224) 100%);
    position: absolute;
    top: 55%;
    right: 8%;
    overflow: hidden;
}

.l-mv__catch.is-home::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--color-light-gray-secondary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 1;
    transition: left 1s ease-in-out;
}

.l-mv__catch.is-loaded::before {
    left: 10000px;
}

@media screen and (max-width: 520px) {
    .l-mv__catch.is-loaded::before {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    .l-mv__catch {
        right: 13%;
    }
}

@media screen and (max-width: 768px) {
    .l-mv__catch {
        max-width: 180px;
        position: static;
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

.l-mv__catch-text {
    font-size: clamp(1.9rem, 3vw, 2.2rem);
    font-weight: 500;
    color: var(--color-white-primary);
    text-align: center;
    padding: 1rem 3rem 1.2rem;
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .l-mv__catch-text {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

.l-topNews {
    font-size: 1.8rem;
    z-index: 10;
    position: absolute;
    right: 8vw;
    bottom: 10rem;
}

@media screen and (min-width: 1600px) {
    .l-topNews {
        right: 13vw;
    }
}

@media screen and (max-width: 768px) {
    .l-topNews {
        top: -7rem;
        margin-bottom: 0;
        position: static;
    }
}

.l-topNews .c-arrow-link {
    padding-right: 10rem;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .l-topNews .c-arrow-link {
        padding-right: 3.5rem;
    }
}

.l-topNews__inner {
    line-height: 1;
    border-radius: 30px;
    padding: 2.2rem 0 2rem 6rem;
    background-color: var(--color-white-primary);
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 20px 0px rgba(96, 96, 96, 0.1);
}

@media screen and (max-width: 768px) {
    .l-topNews__inner {
        margin: 0 20px;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        left: 0;
        right: 0;
        border-radius: 50px;
        position: static;
    }
}

.l-topNews__left {
    font-weight: 700;
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

@media screen and (max-width: 768px) {
    .l-topNews__left {
        margin-bottom: 1rem;
    }
}

.l-topNews__right {
    padding-left: 5rem;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .l-topNews__right {
        padding-left: 1rem;
    }
}

.l-topNews__date {
    margin-right: 1.3rem;
    color: var(--color-gray-secondary);
    white-space: nowrap;
}

.l-topNews__post-title-outer {
    max-width: 300px;
    min-width: 300px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .l-topNews__post-title-outer {
        max-width: none;
        min-width: auto;
        width: 96%;
        height: 14px;
        line-height: 1;
    }
}

.l-topNews__post-title {
    display: inline;
}

@media screen and (max-width: 768px) {
    .l-topNews__list {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .l-topNews__link {
        flex: 1 1 auto;
    }
}

@media screen and (max-width: 768px) {
    .l-topNews__link.c-arrow-link::before, .l-topNews__link.c-arrow-link::after {
        right: 0.5rem;
    }
}

.c-button {
    transition: all 0.3s;
}

.c-button:hover {
    opacity: 1;
}

.c-button--medium {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

.c-button--medium .c-button__inner {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

@media screen and (max-width: 520px) {
    .c-button--medium {
        max-width: 200px;
    }
}

.c-button__inner {
    font-weight: 700;
    color: var(--color-white-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.8rem 4.5rem 0.9rem;
    border-radius: 30px;
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    transition: all 0.5s ease-in-out;
    position: relative;
}

@supports (-webkit-filter: blur(20px)) {
    .c-button__inner::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        margin: auto;
        bottom: 0;
        border-radius: 30px;
        top: 0;
        right: 0;
        width: 93%;
        height: 100%;
        z-index: -1;
        filter: blur(0px);
        transform: scale(1.1);
    }
}

.c-button__inner:hover {
    box-shadow: inset 1px 1px 0 0 linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    background: var(--color-white-primary);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.c-button__inner:hover::before {
    background-image: linear-gradient(135deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
}

.c-button__inner:hover .c-button-text {
    transition: all 0.3s ease-in-out;
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.c-arrow-link {
    display: inline-block;
    padding-right: 9rem;
    position: relative;
    font-weight: 700;
}

@media screen and (max-width: 520px) {
    .c-arrow-link {
        padding-right: 3rem;
    }
}

.c-arrow-link:hover .c-arrow-link-text {
    opacity: 0.7;
}

.c-arrow-link::before, .c-arrow-link::after {
    content: "";
    position: absolute;
    display: block;
    width: 3rem;
    height: 3rem;
    right: 4rem;
    top: 0;
    bottom: 0;
    background: url(../img/icon-topNewsLink.webp) no-repeat right center;
    background-size: contain;
    margin: auto;
    overflow: hidden;
    animation-fill-mode: both;
    animation-duration: 0.6s;
}

@media screen and (max-width: 520px) {
    .c-arrow-link::before, .c-arrow-link::after {
        right: -1.5rem;
        top: -3px;
    }
}

.c-arrow-link.is-hover::before {
    animation-name: moveRightLeft;
    animation-duration: 0.5s;
}

.c-arrow-link.is-hover::after {
    animation-name: moveLeftRight;
    animation-duration: 0.5s;
}

.c-arrow-link.is-hover:hover::before {
    animation-name: moveLeftRight;
    animation-delay: 0.2s;
}

.c-arrow-link.is-hover:hover::after {
    animation-name: moveRightLeft;
}

@keyframes moveLeftRight {
    0% {
        background-position: right center;
    }

    100% {
        background-position: right -3rem center;
    }
}

@keyframes moveRightLeft {
    0% {
        background-position: left -5rem center;
    }

    100% {
        background-position: left center;
    }
}

.c-cat-name {
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--color-black-primary);
    background: url(../img/icon-cat-name.webp) no-repeat left 1rem center;
    background-size: contain;
    padding-left: 4rem;
}

@media screen and (max-width: 520px) {
    .c-cat-name {
        background-position: left 0 center;
        padding-left: 3rem;
    }
}

.c-page-title {
    font-family: var(--font-family-lato);
    font-size: clamp(2.6rem, 3vw, 3.4rem);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.5;
}

h1.c-page-title {
    font-size: clamp(3.8rem, 4vw, 7rem);
}

.c-page-title__inner {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    color: #6E6E6E;
    display: block;
}

@media screen and (max-width: 520px) {
    .c-page-title__inner {
        margin-top: 1rem;
    }
}

.c-page-title__small-text {
    margin-top: 1rem;
    font-size: 1.6rem;
    display: block;
}

.c-gradient-text {
    display: block;
    font-weight: 700;
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.c-color-text {
    line-height: 1;
}

.c-color-text__inner {
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    margin-top: 1rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    display: inline-block;
    box-sizing: border-box;
    padding: 2rem 3rem;
    color: var(--color-white-primary);
    font-size: clamp(2rem, 3vw, 3.5rem);
    white-space: nowrap;
}

.c-color-text__inner:first-child {
    margin-top: 0;
}

.c-required {
    position: relative;
    display: block;
}

@media screen and (max-width: 520px) {
    .c-required {
        font-size: 1.6rem;
    }
}

.c-required::after {
    content: "必須";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10.5em;
    color: var(--color-white-primary);
    background-color: var(--color-blue-primary);
    display: block;
    font-size: 1.5rem;
    margin: auto;
    font-family: var(--font-family-notoJP);
    padding: 0.9rem 2rem 0.3rem;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .c-required::after {
        padding-top: 0.7rem;
    }
}

@media screen and (max-width: 520px) {
    .c-required::after {
        position: static;
        display: inline-block;
        margin-left: 2rem;
        padding-bottom: 0.7rem;
    }
}

.c-any {
    position: relative;
    display: block;
}

@media screen and (max-width: 520px) {
    .c-any {
        font-size: 1.6rem;
    }
}

.c-any::after {
    content: "任意";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10.5em;
    color: var(--color-white-primary);
    background-color: var(--color-gray-primary);
    display: block;
    font-size: 1.5rem;
    margin: auto;
    font-family: var(--font-family-notoJP);
    padding: 0.9rem 2rem 0.3rem;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .c-any::after {
        padding-top: 0.7rem;
    }
}

@media screen and (max-width: 520px) {
    .c-any::after {
        position: static;
        display: inline-block;
        margin-left: 2rem;
        padding-bottom: 0.7rem;
    }
}

.c-toggle-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: none;
    margin-left: auto;
}

@media screen and (max-width: 1315px) {
    .c-toggle-button {
        display: block;
        margin-right: 0;
    }
}

.c-toggle-button .c-toggle-button__inner {
    transition: all 0.6s;
    width: 30px;
    height: 30px;
}

.c-toggle-button span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    border-radius: 2px;
    background: #fff;
}

.c-toggle-button span:nth-of-type(2) {
    transform: rotate(90deg);
}

.c-toggle-button.is-active span:nth-of-type(2) {
    transform: rotate(0deg);
}

.c-underline,
:where(* .c-underline) {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #000;
}

li:has(.c-underline) {
    margin-bottom: 1.5rem;
}

.c-small-title {
    position: relative;
    font-family: var(--font-family-lato);
    font-size: clamp(2rem, 3vw, 2.3rem);
    padding-left: 2rem;
    text-indent: -15px;
}

.c-small-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color-sky-blue-secondary);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    margin-right: 5px;
}

/* Freeks CTA Banner */
.freeks-cta-image {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
  /* 背景画像設定 */
    background-image: url("https://images.unsplash.com/photo-1571171637578-41bc2dd41cd2?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80");
    background-size: cover;
    background-position: center;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

/* 画像を暗くするフィルター */
.freeks-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.freeks-image-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}

.freeks-image-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.freeks-image-title span {
    font-size: 28px;
}

.freeks-image-btn {
    display: inline-block;
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    color: #fff;
    padding: 12px 64px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    width: -moz-fit-content;
    width: fit-content;
    transition: background 0.3s;
    margin: 0 auto;
}

/* ホバーエフェクト */
.freeks-cta-image:hover {
    transform: scale(1.01);
}

@media (max-width: 600px) {
    .freeks-cta-image {
        height: auto;
    }

    .freeks-image-content {
        padding: 30px 20px;
        align-items: center;
        text-align: center;
    }

    .freeks-image-title {
        font-size: 20px;
    }
}

.chip-cta-navy {
    display: block;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: 5px solid #003366;
 /* ネイビーのアクセント */
    border-radius: 8px;
    padding: 40px;
    text-decoration: none;
    color: #333;
    margin: 40px auto;
    max-width: 800px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    box-sizing: border-box;
}

.chip-cta-navy__newgraduater {
    border-top: 5px solid #ff5b72;
}

/* ★変更点: Flexboxで縦並びを明示的に指定 */
.chip-navy-inner {
    display: flex;
    flex-direction: column;
 /* 縦方向に並べる */
    align-items: center;
 /* 横方向は中央揃え */
    gap: 25px;
 /* 各要素の間隔を一括指定 */
    text-align: center;
}

.chip-navy-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
 /* gapで間隔を空けるのでmarginは削除 */
    color: #003366;
    line-height: 1.4;
}

.chip-navy-title__newgraduater {
    color: #ff5b72;
}

.chip-navy-list {
    list-style: none;
    padding: 0;
    margin: 0;
  /* リスト自体もFlexboxで縦並びに制御 */
    display: flex;
    flex-direction: column;
    gap: 10px;
 /* リストアイテム間の間隔 */
    text-align: left;
 /* リストの文字は左揃え */;
}

.chip-navy-list li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.chip-navy-list li::before {
    content: "✔";
    color: #00aaff;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.chip-navy-list__newgraduater li::before {
    color: #fb9eab;
}

.chip-navy-btn {
    display: inline-block;
    background: #003366;
    color: #fff;
    padding: 14px 50px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.3s;
    box-shadow: 0 4px 10px rgba(0, 51, 102, 0.2);
    text-align: center;
}

.chip-navy-btn__newgraduater {
    background: #ff5b72;
}

.chip-cta-navy:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.chip-cta-navy:hover .chip-navy-btn {
    background: #004080;
}

.chip-cta-navy:hover .chip-navy-btn__newgraduater {
    background: #ff6478;
}

@media (max-width: 600px) {
    .chip-cta-navy {
        padding: 30px 20px;
    }

    .chip-navy-title {
        font-size: 18px;
    }

    .chip-navy-btn {
        width: 100%;
        box-sizing: border-box;
    }
}

.p-hamburger {
    position: relative;
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    margin-left: auto;
    margin-right: 3rem;
    z-index: 1001;
}

@media screen and (max-width: 1315px) {
    .p-hamburger {
        display: block;
        margin-right: 0;
    }
}

.p-hamburger .p-hamburger__inner {
    transition: all 0.6s;
    width: 50px;
    height: 50px;
}

.p-hamburger span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
}

.p-hamburger span:nth-of-type(1) {
    top: 18px;
}

.p-hamburger span:nth-of-type(2) {
    top: 28px;
}

.p-hamburger.is-active {
    background: var(--color-white-primary);
}

.p-hamburger.is-active .p-hamburger__inner {
    transform: rotate(180deg);
}

.p-hamburger.is-active span {
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
}

.p-hamburger.is-active span:nth-of-type(1) {
    top: 18px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}

.p-hamburger.is-active span:nth-of-type(2) {
    top: 30px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}

.p-panel {
    max-width: 1200px;
    padding: 14% 2rem 5rem;
    margin: 0 auto;
}

@media screen and (max-width: 520px) {
    .p-panel {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 3rem;
    }
}

.p-catch {
    line-height: 3.8;
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 0;
}

.p-catch .c-arrow-link {
    margin-top: 1rem;
}

@media screen and (max-width: 520px) {
    .p-catch .c-arrow-link::before, .p-catch .c-arrow-link::after {
        right: 2rem;
    }
}

@media screen and (max-width: 520px) {
    .p-catch .c-arrow-link {
        padding-right: 7rem;
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 520px) {
    .p-catch {
        padding-right: 0;
    }
}

.p-catch__inner {
    padding-right: 50%;
}

@media screen and (max-width: 520px) {
    .p-catch__inner {
        padding-right: 0;
    }
}

.p-catch__text {
    font-size: 1.8rem;
}

.p-service {
    padding-top: 30rem;
}

@media screen and (max-width: 520px) {
    .p-service {
        padding-top: 20rem;
    }
}

.p-service .c-arrow-link {
    padding-right: 5rem;
    padding-left: 10rem;
}

@media screen and (max-width: 520px) {
    .p-service .c-arrow-link {
        padding-left: 7rem;
    }
}

.p-service .c-arrow-link::before, .p-service .c-arrow-link::after {
    right: 0;
}

@media screen and (max-width: 520px) {
    .p-service .c-arrow-link-text {
        white-space: nowrap;
    }
}

.p-service__inner {
    padding-left: 2rem;
    padding-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 960px) {
    .p-service__inner {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .p-service__inner {
        padding-top: 0;
    }
}

.p-service__text {
    padding-left: 1.8rem;
    margin-top: 2rem;
    font-size: clamp(2.4rem, 2.7vw, 3rem);
    font-weight: 700;
    line-height: 1.9;
}

@media screen and (max-width: 960px) {
    .p-service__text {
        padding-left: 0;
        padding-right: 3rem;
    }
}

.p-service__list {
    margin-top: 3rem;
    padding-left: 0;
}

.p-service__list-item {
    padding: 2.7rem 2rem;
    padding-left: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-gray-primary);
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .p-service__list-item {
        padding: 2rem 0;
        white-space: normal;
    }
}

.p-service__name {
    font-size: 1.8rem;
}

@media screen and (max-width: 520px) {
    .p-service__name {
        white-space: nowrap;
    }
}

.p-service__right {
    padding-top: 6rem;
    padding-left: 5%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    z-index: 12;
}

@media screen and (max-width: 1315px) {
    .p-service__right {
        padding-left: 0;
    }
}

@media screen and (max-width: 960px) {
    .p-service__left {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media screen and (max-width: 520px) {
    .p-service__left {
        width: 100%;
        flex-direction: column;
        align-items: normal;
    }
}

@media screen and (max-width: 960px) {
    .p-service__left .c-cat-name {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 520px) {
    .p-service__left .c-cat-name {
        position: static;
    }
}

.p-products {
    padding-top: 13rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

@media screen and (max-width: 960px) {
    .p-products {
        padding-top: 6rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (max-width: 960px) {
    .p-products {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-products__item {
    margin-top: 17%;
    display: flex;
    pointer-events: auto;
}

@media screen and (max-width: 960px) {
    .p-products__item {
        flex-direction: column;
        align-items: center;
        margin-top: 10%;
    }
}

.p-products__item:first-child {
    margin-top: 0;
}

.p-products__item--left .p-products__box {
    order: 0;
    z-index: 13;
}

@media screen and (max-width: 960px) {
    .p-products__item--left .p-products__box {
        order: 1;
    }
}

.p-products__item--left .p-products__img-wrapper {
    order: 1;
    z-index: 12;
    margin-left: -10rem;
    top: 12rem;
    min-width: 500px;
}

@media screen and (max-width: 960px) {
    .p-products__item--left .p-products__img-wrapper {
        top: 2rem;
        order: 0;
        min-width: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.p-products__item--right .p-products__box {
    order: 1;
    z-index: 10;
}

.p-products__item--right .p-products__img-wrapper {
    order: 0;
    z-index: 9;
    margin-right: -10rem;
    top: 12rem;
}

@media screen and (max-width: 960px) {
    .p-products__item--right .p-products__img-wrapper {
        top: 2rem;
        margin-right: 0;
    }
}

.p-products__box {
    background-color: var(--color-white-primary);
    padding: 4.5rem 7rem;
    border-radius: 15px;
    max-width: 375px;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 1315px) {
    .p-products__box {
        max-width: 600px;
        padding-left: 3rem;
        padding-right: 3rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .p-products__box {
        max-width: 90%;
        width: auto;
    }
}

@media screen and (max-width: 520px) {
    .p-products__box {
        max-width: none;
    }
}

.p-products__box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 20px 0px rgba(96, 96, 96, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
    z-index: -1;
}

.p-products__box .c-arrow-link {
    margin-top: 2.5rem;
    padding-right: 5rem;
    display: block;
    text-align: right;
}

.p-products__box .c-arrow-link::before, .p-products__box .c-arrow-link::after {
    right: 0;
}

.p-products__img-wrapper {
    position: relative;
}

.p-products__title {
    margin: 5rem 0 3rem;
}

@media screen and (max-width: 520px) {
    .p-products__title {
        margin-bottom: 1rem;
        margin-top: 3rem;
    }
}

.p-products__title > * {
    display: block;
}

.p-products__title-sub {
    font-weight: 700;
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.6rem;
}

.p-products__title-main {
    font-size: 2.8rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-products__text {
    margin-top: 4rem;
    font-size: 1.6rem;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-products__text {
        margin-top: 0;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media screen and (max-width: 520px) {
    .p-products__text {
        display: block;
        min-height: auto;
        max-height: none;
        -webkit-line-clamp: none;
        overflow: visible;
    }
}

.p-products__link {
    margin-top: 7rem;
    text-align: right;
}

@media screen and (max-width: 520px) {
    .p-products__link {
        margin-top: 3rem;
    }
}

.p-products__link .c-arrow-link {
    padding-right: 5rem;
}

.p-products__link .c-arrow-link::before, .p-products__link .c-arrow-link::after {
    right: 0;
}

.p-recruit .c-arrow-link {
    padding-right: 5rem;
}

.p-recruit .c-arrow-link::before, .p-recruit .c-arrow-link::after {
    right: 0;
    background-image: url(../img/icon-topNewsLink-white.webp);
}

.p-recruit__inner {
    display: flex;
    position: relative;
    z-index: 12;
}

@media screen and (max-width: 1315px) {
    .p-recruit__inner {
        flex-direction: column;
    }
}

.p-recruit__inner > * {
    width: 50%;
    padding: 4rem 4% 6rem;
    min-height: 500px;
    color: var(--color-white-primary);
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1315px) {
    .p-recruit__inner > * {
        width: auto;
        min-height: auto;
    }
}

@media screen and (max-width: 520px) {
    .p-recruit__inner > * {
        padding-bottom: 3rem;
    }
}

.p-recruit__cat-name {
    background-image: url(../img/icon-cat-name-white.webp);
}

.p-recruit__left {
    background: url(../img/bg-recruit.webp) no-repeat left center;
    background-size: cover;
}

.p-recruit__title {
    font-size: 3rem;
    font-weight: 500;
    margin: 6rem 0 5rem;
    font-weight: 700;
}

@media screen and (max-width: 520px) {
    .p-recruit__title {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}

.p-recruit__text {
    line-height: 2.5;
}

.p-recruit-news__list {
    margin-top: 3rem;
    padding: 0 8%;
}

@media screen and (max-width: 520px) {
    .p-recruit-news__list {
        padding: 0;
        margin-top: 1rem;
    }
}

.p-recruit-news__date {
    color: var(--color-gray-primary);
    display: block;
}

.p-recruit-news__link {
    margin-top: 0.5rem;
    display: block;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-white-primary);
}

.p-recruit-news__post-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-recruit-news__list-item {
    padding-top: 2rem;
}

.p-recruit__link {
    text-align: right;
    margin-top: auto;
}

@media screen and (max-width: 520px) {
    .p-recruit__link {
        margin-top: 2rem;
    }
}

.p-recruit__right {
    background: rgb(116, 188, 226);
    background: linear-gradient(135deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
}

.p-recruit__cat-name {
    color: var(--color-white-primary);
}

.p-recuruit {
    display: flex;
    gap: 64px;
    padding: 0 2em 10%;
    max-width: 1190px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .p-recuruit {
        flex-direction: column;
        gap: 0;
        padding-bottom: 20%;
    }
}

.p-recuruit-side {
    position: sticky;
    top: calc(4.4rem + 60px);
    width: 264px;
    max-height: calc(100vh - 4.4rem - 60px);
    overflow-y: auto;
    border: solid 1px #dddddd;
    padding: 20px;
}

@media screen and (max-width: 960px) {
    .p-recuruit-side {
        display: none;
    }
}

.p-recuruit-posts {
    width: 100%;
    border-top: solid 1px #dddddd;
}

.p-recuruit-posts__item {
    padding: 20px 32px;
    border-bottom: solid 1px #dddddd;
}

@media screen and (max-width: 960px) {
    .p-recuruit-posts__item {
        padding: 32px 0 52px;
    }
}

.p-recuruit-posts__item.hidden {
    display: none;
}

.p-recuruit-posts__link {
    display: flex;
    gap: 24px;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .p-recuruit-posts__link {
        flex-direction: column;
        gap: 0;
    }
}

.p-recuruit-posts__link:hover {
    opacity: 0.7;
}

.p-recuruit-posts__image {
    width: 42%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 8px;
}

@media screen and (max-width: 960px) {
    .p-recuruit-posts__image {
        width: 100%;
    }
}

.p-recuruit-posts__inner {
    flex: 1;
}

.p-recuruit-posts__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.p-recuruit-posts__text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #000000;
}

.p-recuruit-posts__address {
    font-size: 14px;
    margin: 0;
    color: #999;
}

.p-recuruit-posts__no-posts {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
}

.p-recuruit-side__item {
    margin-bottom: 25px;
}

.p-recuruit-side__item h2 {
    line-height: 1.7 !important;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.p-recuruit-side__item p {
    line-height: 1.7 !important;
    margin: 8px 0;
}

.p-recuruit-side__item label {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: opacity 0.2s;
}

.p-recuruit-side__item label:hover {
    opacity: 0.7;
}

.p-recuruit-side__item input[type=checkbox] {
    cursor: pointer;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* SP版フィルターボタン */
.p-recuruit-filter-button {
    display: none;
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    transition: background-color 0.3s;
}

.p-recuruit-filter-button:hover {
    background-color: #1557b0;
}

.p-recuruit-filter-button__icon {
    font-size: 20px;
}

/* フィルターモーダル */
.p-recuruit-filter-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.p-recuruit-filter-modal.is-active {
    display: block;
}

.p-recuruit-filter-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.p-recuruit-filter-modal__content {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 400px;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    animation: slideInRight 0.3s ease-out;
}

.p-recuruit-filter-modal__header {
    margin-top: calc(4.4rem + 50px);
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.p-recuruit-filter-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #dddddd;
}

.p-recuruit-filter-modal__header h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.p-recuruit-filter-modal__close {
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    color: #666;
}

.p-recuruit-filter-modal__close:hover {
    color: #000;
}

.p-recuruit-filter-modal__body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.p-recuruit-filter-modal__body .p-recuruit-side {
    position: static;
    width: 100%;
    max-height: none;
    overflow-y: visible;
    border: none;
    padding: 0;
}

.p-recuruit-filter-modal__footer {
    position: sticky;
    bottom: 0;
    padding: 16px 20px;
    border-top: 1px solid #dddddd;
    background-color: white;
    z-index: 10;
}

.p-recuruit-filter-modal__apply {
    width: 100%;
    padding: 16px;
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.p-recuruit-filter-modal__apply:hover {
    background-color: #1557b0;
}

/* SP版でフィルターボタンを表示、PC版のサイドバーを非表示 */
@media screen and (max-width: 960px) {
    .p-recuruit {
        flex-direction: column;
    }

    .p-recuruit-filter-button {
        display: flex;
    }

    .p-recuruit > .p-recuruit-side {
        display: none;
    }

    .p-recuruit-filter-modal__body .p-recuruit-side {
        display: block;
    }
}

.p-contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: url(../img/bg-contact.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 11;
}

@media screen and (max-width: 1315px) {
    .p-contact {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.p-contact .c-button {
    display: inline-block;
}

@media screen and (max-width: 520px) {
    .p-contact .c-button {
        display: block;
    }
}

.p-contact .c-button__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.p-contact__inner {
    color: var(--color-white-primary);
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

@media screen and (max-width: 1315px) {
    .p-contact__inner {
        padding: 2rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 520px) {
    .p-contact__inner {
        text-align: left;
    }
}

.p-contact__inner > * {
    width: 50%;
}

@media screen and (max-width: 1315px) {
    .p-contact__inner > * {
        width: 100%;
    }
}

.p-contact__cat-name {
    background-image: url(../img/icon-cat-name-white.webp);
    color: var(--color-white-primary);
}

@media screen and (max-width: 1315px) {
    .p-contact__cat-name {
        text-align: left;
        max-width: 150px;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .p-contact__cat-name {
        margin: 0;
        background-position: left center;
        padding-left: 3.5rem;
    }
}

.p-contact__text {
    margin-top: 6rem;
    font-size: 1.6rem;
    line-height: 1.7;
}

@media screen and (max-width: 1315px) {
    .p-contact__text {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 520px) {
    .p-contact__text {
        font-size: 1.7rem;
    }
}

.p-contact__right {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 520px) {
    .p-contact__right {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .p-contact__left {
        max-width: 97%;
        margin: 0 auto;
    }
}

.p-card {
    padding: 4.2% 6.5% 5.5%;
    background-color: var(--color-white-primary);
    border-radius: 10px;
    position: relative;
    z-index: 11;
    box-shadow: 1px 1px 20px 0px rgba(96, 96, 96, 0.1);
    cursor: pointer;
}

.p-card:hover {
    opacity: 0.9;
}

@media screen and (max-width: 520px) {
    .p-card {
        padding-top: 7.2%;
        padding-bottom: 10%;
    }
}

.p-card__img {
    overflow: hidden;
}

.p-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-card__title {
    margin: 0 0 2rem;
    font-size: clamp(2rem, 3vw, 2.2rem);
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-card__sub-title {
    margin: 0 0 0.5rem;
    font-size: clamp(var(--font-size-default), 3vw, 1.7rem);
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-card__right {
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (max-width: 520px) {
    .p-card__right {
        padding-top: 2rem;
    }
}

.p-card__left {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.p-card__text {
    min-height: 125px;
    max-height: 125px;
    word-break: break-all;
    padding-bottom: 1rem;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 520px) {
    .p-card__text {
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.p-card__more {
    margin-top: 2.5rem;
    padding-right: 6rem;
    display: block;
    text-align: right;
    position: absolute;
    bottom: 3rem;
    right: 15%;
}

.p-card__more::before, .p-card__more::after {
    right: 0;
}

@media screen and (max-width: 520px) {
    .p-card__more {
        right: auto;
        bottom: 0;
        position: relative;
        margin-top: 3rem;
    }
}

.p-cards-single .p-card {
    margin-top: 8%;
    display: flex;
}

@media screen and (max-width: 768px) {
    .p-cards-single .p-card {
        flex-direction: column;
        padding-top: 9%;
        padding-bottom: 9%;
        margin-top: 15%;
    }
}

@media screen and (max-width: 520px) {
    .p-cards-single .p-card {
        padding-bottom: 0;
    }
}

.p-cards-single .p-card .p-card__left {
    padding-right: 5.8%;
}

@media screen and (max-width: 768px) {
    .p-cards-single .p-card .p-card__left {
        max-width: none;
        padding-right: 0;
    }
}

@media screen and (max-width: 520px) {
    .p-cards-single .p-card .p-card__left {
        margin-bottom: 1rem;
    }
}

.p-cards-single .p-card .p-card__img {
    width: 100%;
    max-width: 420px;
}

@media screen and (max-width: 1315px) {
    .p-cards-single .p-card .p-card__img {
        max-width: 350px;
    }
}

@media screen and (max-width: 768px) {
    .p-cards-single .p-card .p-card__img {
        max-width: none;
        text-align: center;
    }
}

.p-cards-single .p-card .p-card__right {
    flex: 1 1;
}

@media screen and (max-width: 768px) {
    .p-cards-single .p-card .p-card__right {
        width: 100%;
        padding-top: 0;
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 520px) {
    .p-cards-single .p-card .p-card__right {
        padding-top: 2rem;
    }
}

.p-cards-single .p-card:first-child {
    margin-top: 0;
}

.p-cards-col2 {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.p-cards-col2 .p-card {
    flex-basis: calc(50% - 1.5rem);
    box-sizing: border-box;
}

@media screen and (max-width: 520px) {
    .p-cards-col2 .p-card {
        flex-basis: 100%;
    }
}

.p-cards-col2 .p-card__img {
    overflow: hidden;
    min-height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
}

@media screen and (max-width: 960px) {
    .p-cards-col2 .p-card__img {
        min-height: 150px;
    }
}

@media screen and (max-width: 768px) {
    .p-cards-col2 .p-card__img {
        min-height: 120px;
    }
}

@media screen and (max-width: 520px) {
    .p-cards-col2 .p-card__img {
        min-height: 200px;
    }
}

.p-cards-col2 .p-card__img img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -o-object-position: center center;
    object-position: center center;
}

.p-tab__head {
    display: flex;
    padding: 0;
    margin: 0;
    margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
    .p-tab__head {
        justify-content: space-between;
        flex-direction: column;
    }
}

.p-tab__button {
    font-family: var(--font-family-lato);
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
    margin: 1.5%;
    width: 33.333%;
    padding: 1.9rem 0.6rem 1.8rem;
    border-radius: 50px;
    font-size: 1.7rem;
    background-color: var(--color-white-primary);
    color: var(--color-sky-blue-tertiary);
    border: 2px solid var(--color-sky-blue-tertiary);
    transition: color 0.4s, background-image 0.4s, background-color 0.4s;
}

@media screen and (max-width: 768px) {
    .p-tab__button {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

.p-tab__button.is-active, .p-tab__button:hover {
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    color: var(--color-white-primary);
    border-width: 0;
    border-color: transparent;
    padding-top: 2.2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.p-tab__button.is-active {
    cursor: default;
}

.p-tab__button:first-child {
    margin-left: 0;
}

.p-tab__button:last-child {
    margin-right: 0;
}

.p-tab__button::before {
    content: none;
}

.p-tab__body {
    display: none;
    padding-top: 6.3%;
    padding-bottom: 6.3%;
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 200px;
}

.p-tab__body.is-active {
    display: block;
}

.p-tab__title {
    text-align: center;
    margin-bottom: 4rem;
}

.p-tab__title-text {
    font-size: clamp(2.6rem, 3vw, 3rem);
    margin-bottom: 2rem;
}

.p-tab__lead {
    max-width: 600px;
    margin: 0 auto;
}

.p-tab__contents {
    display: none;
    margin-top: 2%;
}

.p-tab__contents.is-active {
    display: block;
}

.p-intro-box__inner {
    display: flex;
}

@media screen and (max-width: 960px) {
    .p-intro-box__inner {
        flex-direction: column;
    }
}

.p-intro-box {
    margin-top: 10%;
    margin-bottom: 8%;
    border-radius: 15px;
    padding-top: 6.3%;
    padding-left: 10.3%;
    padding-right: 10.3%;
    min-height: 280px;
}

@media screen and (min-width: 1315px) {
    .p-intro-box {
        margin-top: 5%;
    }
}

@media screen and (max-width: 520px) {
    .p-intro-box {
        padding: 0;
    }
}

.p-intro-box__image {
    width: 45%;
    position: relative;
}

@media screen and (max-width: 960px) {
    .p-intro-box__image {
        width: 100%;
    }
}

.p-intro-box__image > * {
    height: 240px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 960px) {
    .p-intro-box__image > * {
        height: auto;
        max-height: 240px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .p-intro-box__image > * {
        max-height: 180px;
    }
}

@media screen and (max-width: 520px) {
    .p-intro-box__image > * {
        max-height: 210px;
    }
}

.p-intro-box__image-main {
    transform: rotate(-6deg);
    top: -1.8rem;
    left: -2rem;
    z-index: 2;
}

.p-intro-box__image-shadow {
    opacity: 0.5;
    z-index: 1;
}

.p-intro-box__content {
    width: 65%;
    padding-left: 4rem;
    box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .p-intro-box__content {
        width: 100%;
        padding-left: 0;
        padding-top: 240px;
    }
}

@media screen and (max-width: 768px) {
    .p-intro-box__content {
        padding-top: 200px;
    }
}

@media screen and (max-width: 520px) {
    .p-intro-box__content {
        padding-top: 210px;
    }
}

.p-intro-box__catch {
    font-size: clamp(2.2rem, 3vw, 3rem);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    .p-intro-box__catch {
        text-align: center;
    }
}

.p-profile {
    display: flex;
    gap: 5rem;
    flex-wrap: wrap;
}

.p-profile__content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-profile__content.is-active {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s;
}

.p-profile__modal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.p-profile__content-wrap {
    position: relative;
    border-radius: 20px;
    width: 90%;
    height: 100vh;
    max-width: 1120px;
    max-height: 65%;
    margin: auto;
    background-color: var(--color-white-primary);
    overflow: hidden;
    cursor: default;
    top: 3vw;
}

@media screen and (max-width: 768px) {
    .p-profile__content-wrap {
        overflow-y: scroll;
        max-height: 80vh;
        top: 5rem;
    }
}

.p-profile__item {
    flex: 0 1 auto;
    flex-basis: calc(31.5% - 1.6666666667rem);
    cursor: pointer;
}

.p-profile__item:hover .p-profile__btn {
    opacity: 0.7;
}

.p-profile__item:hover .p-profile__image {
    transform: scale(1.2);
}

@media screen and (max-width: 969px) {
    .p-profile__item {
        flex: 0;
        flex-basis: calc(50% - 2.5rem);
    }
}

@media screen and (max-width: 520px) {
    .p-profile__item {
        flex-basis: 100%;
    }
}

.p-profile__left {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
}

@media screen and (max-width: 768px) {
    .p-profile__left {
        width: 60%;
        right: 0;
        top: 8rem;
        margin: auto;
    }
}

.p-profile__left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-profile__right {
    position: relative;
    padding-left: 40%;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(21, 61, 135) #ccc;
}

.p-profile__right::-webkit-scrollbar {
    width: 10px;
}

.p-profile__right::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 100px;
}

.p-profile__right::-webkit-scrollbar-thumb {
    background-color: rgb(21, 61, 135);
    border-radius: 100px;
}

@media screen and (max-width: 768px) {
    .p-profile__right {
        padding-left: 0;
        overflow-y: visible;
    }
}

.p-profile__introduction {
    padding: 140px 32px;
}

@media screen and (max-width: 768px) {
    .p-profile__introduction {
        padding-top: calc(var(--profile-image-height) + 9rem);
        padding-bottom: 0;
    }
}

.p-profile__self-introduction-position {
    font-size: clamp(var(--font-size-default), 3vw, 1.6rem);
    color: var(--color-blue-primary);
}

.p-profile__self-introduction {
    margin-top: 1rch;
    font-weight: 500;
    padding-bottom: 3rem;
    font-size: clamp(3.5rem, 3vw, 4rem);
    color: var(--color-black-primary);
    border-bottom: 1px solid var(--color-gray-primary);
}

.p-profile__introduction-modal-close {
    position: absolute;
    right: 40px;
    top: 40px;
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .p-profile__introduction-modal-close {
        right: 3rem;
        top: 3rem;
    }
}

.p-profile__close-text {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-right: 12px;
    color: #202733;
}

.p-profile__close-icon {
    position: relative;
    cursor: pointer;
    display: block;
    width: 60px;
    height: 24px;
    border-radius: 100px;
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    overflow: hidden;
}

.p-profile__close-icon:hover {
    opacity: 0.7;
}

.p-profile__close-icon::before, .p-profile__close-icon::after {
    content: "";
    width: 16px;
    height: 1px;
    background-color: var(--color-white-primary);
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}

.p-profile__close-icon::before {
    transform: rotate(15deg);
}

.p-profile__close-icon::after {
    transform: rotate(-15deg);
}

.p-profile__introduction-text {
    margin-top: 6%;
}

.p-profile__top {
    overflow: hidden;
}

.p-profile__image {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s;
    cursor: pointer;
}

.p-profile__bottom {
    position: relative;
}

.p-profile__btn {
    position: absolute;
    right: 8px;
    bottom: -1rem;
    width: 35px;
    height: 35px;
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.6s;
}

.p-profile__btn::before, .p-profile__btn::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.6s;
}

.p-profile__btn::after {
    transform: rotate(90deg);
}

.p-profile__position {
    margin-top: 7%;
    font-size: clamp(var(--font-size-default), 3vw, 1.6rem);
    color: var(--color-blue-primary);
}

.p-profile__name {
    margin-top: 4%;
    font-weight: 500;
    font-size: clamp(1.5rem, 3vw, 1.8rem);
}

.p-table {
    width: 100%;
    table-layout: fixed;
    border: 0;
    border-spacing: 0;
}

.p-table th,
.p-table td {
    border: 0;
    border-bottom: 2px solid var(--color-gray-secondary);
    padding: 3rem;
}

@media screen and (max-width: 768px) {
    .p-table th,
  .p-table td {
        padding: 2rem 1.5rem;
    }
}

.p-table th {
    text-align: left;
    width: 40%;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .p-table th {
        width: 100px;
    }
}

@media screen and (max-width: 520px) {
    .p-table th {
        width: 70px;
    }
}

.p-table td {
    width: 60%;
}

@media screen and (max-width: 768px) {
    .p-table td {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 520px) {
    .p-table td {
        width: calc(100% - 70px);
    }
}

@media screen and (max-width: 520px) {
    .p-contact-form {
        padding: 0;
    }
}

.p-contact-form .p-contact-form__table {
    width: 100%;
    margin-top: 2%;
}

.p-contact-form .p-contact-form__table tr:first-child th {
    border-top: 1px solid var(--color-gray-primary);
}

.p-contact-form .p-contact-form__table tr:first-child td {
    border-top: 1px solid var(--color-gray-primary);
}

@media screen and (max-width: 768px) {
    .p-contact-form .p-contact-form__table tr:first-child td {
        border-top: 0;
    }
}

.p-contact-form .p-contact-form__table tr:last-child th,
.p-contact-form .p-contact-form__table tr:last-child td {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .p-contact-form .p-contact-form__table tr:last-child th,
  .p-contact-form .p-contact-form__table tr:last-child td {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .p-contact-form .p-contact-form__table tr:last-child th {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
}

@media screen and (max-width: 520px) {
    .p-contact-form .p-contact-form__table tr:last-child th {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .p-contact-form .p-contact-form__table tr {
        display: flex;
        flex-direction: column;
    }
}

.p-contact-form .p-contact-form__table th,
.p-contact-form .p-contact-form__table td {
    border-bottom: 1px solid var(--color-gray-primary);
    background-color: transparent;
    padding: 2rem 0;
    font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
    .p-contact-form .p-contact-form__table th,
  .p-contact-form .p-contact-form__table td {
        border-bottom: 0;
    }
}

.p-contact-form .p-contact-form__table th::before,
.p-contact-form .p-contact-form__table td::before {
    content: none;
}

.p-contact-form .p-contact-form__table th p,
.p-contact-form .p-contact-form__table td p {
    padding: 0;
    margin: 0;
    position: relative;
}

.p-contact-form .p-contact-form__table th {
    padding-left: 2rem;
    vertical-align: middle;
    width: 45%;
    font-size: clamp(var(--font-size-default), 3vw, 1.7rem);
}

@media screen and (max-width: 768px) {
    .p-contact-form .p-contact-form__table th {
        border-top: 1px solid var(--color-gray-primary);
        width: auto;
        padding-top: 3rem;
        padding-left: 0;
        padding-bottom: 0;
    }
}

.p-contact-form .p-contact-form__table td {
    width: 55%;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .p-contact-form .p-contact-form__table td {
        width: auto;
        padding-bottom: 3rem;
    }
}

.p-contact-form .p-contact-form__table input,
.p-contact-form .p-contact-form__table textarea,
.p-contact-form .p-contact-form__table select,
.p-contact-form .p-contact-form__table .p-contact-form__select-input {
    border-radius: 5px;
    background-color: #e3f0f8;
    border: 0;
    padding: 2rem 3rem;
    width: 100%;
    display: block;
    box-sizing: border-box;
    min-height: 75px;
    line-height: 1;
    font-family: var(--font-family-notoJP);
}

@media screen and (max-width: 520px) {
    .p-contact-form .p-contact-form__table input,
  .p-contact-form .p-contact-form__table textarea,
  .p-contact-form .p-contact-form__table select,
  .p-contact-form .p-contact-form__table .p-contact-form__select-input {
        min-height: 50px;
    }
}

.p-contact-form .p-contact-form__table input::-moz-placeholder, .p-contact-form .p-contact-form__table textarea::-moz-placeholder, .p-contact-form .p-contact-form__table select::-moz-placeholder, .p-contact-form .p-contact-form__table .p-contact-form__select-input::-moz-placeholder {
    color: var(--color-gray-secondary);
    font-weight: 500;
    font-size: 1.6rem;
}

.p-contact-form .p-contact-form__table input::placeholder,
.p-contact-form .p-contact-form__table textarea::placeholder,
.p-contact-form .p-contact-form__table select::placeholder,
.p-contact-form .p-contact-form__table .p-contact-form__select-input::placeholder {
    color: var(--color-gray-secondary);
    font-weight: 500;
    font-size: 1.6rem;
}

.p-contact-form .p-contact-form__table input#privacyPolicy,
.p-contact-form .p-contact-form__table textarea#privacyPolicy,
.p-contact-form .p-contact-form__table select#privacyPolicy,
.p-contact-form .p-contact-form__table .p-contact-form__select-input#privacyPolicy {
    padding: 0;
    position: relative;
    left: -1.3rem;
}

.p-contact-form .p-contact-form__table .p-contact-form__select-input {
    font-size: 1.6rem;
    color: var(--color-gray-secondary);
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .p-contact-form .p-contact-form__table .p-contact-form__select-input {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 520px) {
    .p-contact-form .p-contact-form__table .p-contact-form__select-input {
        display: none;
    }
}

.p-contact-form .p-contact-form__table .p-contact-form__select-input p.is-active {
    color: var(--color-black-primary);
}

.p-contact-form .p-contact-form__table textarea {
    min-height: 300px;
    line-height: 1.7;
}

.p-contact-form .p-contact-form__table + p {
    margin: 7% auto 0;
    max-width: 300px;
    position: relative;
}

.p-contact-form .wpcf7-submit {
    width: 100%;
    font-weight: 500;
    color: var(--color-white-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 4.5rem 1.8rem;
    background-color: var(--color-black-secondary);
    transition: all 0.3s ease-in-out;
    position: relative;
    font-size: 1.6rem;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}

.p-contact-form .wpcf7-submit:hover {
    opacity: 0.7;
}

.p-contact-form .wpcf7-submit:disabled {
    background: var(--color-gray-primary);
}

.p-contact-form .wpcf7-submit:disabled:hover {
    opacity: 1;
    border: solid 1px var(--color-white-primary);
    color: var(--color-white-primary);
}

@media screen and (max-width: 768px) {
    .p-contact-form .wpcf7-submit {
        max-width: 100%;
        padding: 2rem 0;
    }
}

.p-contact-form .wp-block-contact-form-7-contact-form-selector {
    margin-top: 4.3rem;
    padding: 2.6% 4% 6%;
    width: 67%;
    box-shadow: 1px 1px 20px -7px #d5e0ec, -1px -1px 20px -7px #d5e0ec;
    max-width: 730px;
}

.p-contact-form .contact-contents th {
    vertical-align: top;
}

.p-contact-form div.screen-reader-response {
    display: none;
}

.p-contact-form .wpcf7-spinner {
    display: none;
}

.p-contact-form .wpcf7-previous {
    display: block !important;
    position: absolute;
    bottom: -5rem;
    left: 0;
    margin: auto;
    width: 100%;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--color-gray-primary);
    color: var(--color-gray-secondary);
    border-radius: 30px;
    padding: 2rem;
    cursor: pointer;
}

.p-contact-form .wpcf7-previous:hover {
    opacity: 0.7;
}

.p-contact-form__text {
    padding: 2% 0 1%;
    margin: 0 auto;
    max-width: 1100px;
    font-size: clamp(1.3rem, 3vw, 1.3rem);
}

.p-contact-form__note {
    margin: 0 auto;
    max-width: 1100px;
    color: #a12f38;
    font-size: clamp(1.3rem, 3vw, 1.3rem);
}

.p-contact-form__privacy-policy {
    max-width: 800px;
    padding-left: 3rem;
    display: flex;
    align-items: center;
    border-radius: 50px;
}

@media screen and (max-width: 520px) {
    .p-contact-form__privacy-policy {
        max-height: 60px;
    }
}

.p-contact-form__privacy-policy br {
    display: none;
}

.p-contact-form__privacy-policy + p {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    border: solid 2px #fff;
    display: flex;
    justify-content: center;
}

.p-contact-form__privacy-policy > p {
    position: relative;
    padding-left: 0.5rem;
}

.p-contact-form__privacy-policy > p::before, .p-contact-form__privacy-policy > p::after {
    content: "";
    display: block;
    position: absolute;
}

.p-contact-form__privacy-policy > p::before {
    left: -3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-black-primary);
    background-color: var(--color-white-primary);
}

.p-contact-form__privacy-policy > p.is-active::before {
    background-color: var(--color-black-primary);
}

.p-contact-form__privacy-policy > p.is-active::after {
    border-bottom: 2px solid var(--color-white-primary);
    border-left: 3px solid var(--color-white-primary);
    opacity: 1;
    height: 6px;
    width: 13px;
    transform: rotate(-45deg);
    top: 30px;
    left: -27px;
}

@media screen and (max-width: 520px) {
    .p-contact-form__privacy-policy > p.is-active::after {
        left: -20px;
        top: 18px;
    }
}

.p-contact-form__privacy-policy [type=checkbox] {
    opacity: 0;
    position: relative;
    left: -0.5rem;
    width: 18px !important;
    height: 18px;
    top: 0.2rem;
    z-index: 10;
    margin-left: -1.5rem !important;
}

.p-contact-form__privacy-policy .p-contact-form__privacy-text {
    font-size: 1.3rem;
}

.p-contact-form__privacy-policy .p-contact-form__privacy-text a {
    color: var(--color-sky-blue-tertiary);
    text-decoration: underline;
}

.p-contact-form__privacy-policy .p-contact-form__privacy-text a:hover {
    opacity: 0.5;
}

.p-contact-form__select br {
    display: none;
}

.p-contact-form__select .wpcf7-form-control-wrap {
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 520px) {
    .p-contact-form__select .wpcf7-form-control-wrap {
        display: block;
        position: static;
    }
}

.p-contact-form__select .wpcf7-form-control-wrap.is-active {
    display: block;
}

.p-contact-form__select .wpcf7-form-control-wrap .wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.5s;
    height: auto;
    height: var(--contact-select-height);
    cursor: pointer;
}

@media screen and (max-width: 520px) {
    .p-contact-form__select .wpcf7-form-control-wrap .wpcf7-select {
        height: 50px;
        min-height: 50px;
    }
}

.p-contact-form__select .wpcf7-form-control-wrap .wpcf7-select option {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    color: hsl(0, 0%, 60%);
    font-size: 1.5rem;
    display: block;
    width: 100%;
}

.p-contact-form__select .wpcf7-form-control-wrap .wpcf7-select option:first-child {
    margin-top: 0;
}

.p-contact-form__select .wpcf7-form-control-wrap .wpcf7-select option.is-selected {
    background-color: var(--color-light-gray-secondary);
    font-weight: 700;
}

.p-scrollText {
    margin: 0;
    display: flex;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 520px) {
    .p-scrollText {
        top: 3rem;
    }
}

.p-scrollText__item {
    padding: 0 2rem;
    white-space: nowrap;
    animation: infinity-scroll-left 10s infinite linear 0.5s both;
}

.p-scrollText__item img {
    width: 1200px;
    max-width: none;
}

@media screen and (max-width: 768px) {
    .p-scrollText__item img {
        width: 800px;
    }
}

@media screen and (max-width: 520px) {
    .p-scrollText__item img {
        width: 600px;
    }
}

@keyframes infinity-scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.p-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10%;
}

.p-pagination li {
    margin: 0 5px;
    list-style: none;
}

.p-pagination a,
.p-pagination .current {
    text-decoration: none;
    padding: 8px 12px;
    background-color: var(--color-sky-blue-secondary);
    border: 1px solid var(--color-white-primary);
    color: var(--color-white-primary);
}

.p-pagination .current {
    background-color: #fff;
    color: var(--color-sky-blue-secondary);
}

.p-pagination a:hover {
    opacity: 0.7;
}

.p-gradientLayer {
    position: relative;
}

.p-gradientLayer::before {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    z-index: -1;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: rgb(116, 188, 226);
    background: linear-gradient(180deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
}

.p-spinBox-ground {
    position: relative !important;
}

.p-spinBox-ground.is-home {
    min-height: auto;
}

.p-spinBox-ground.is-home .p-spinBox__inner {
    position: relative;
    left: 4%;
}

@media screen and (max-width: 768px) {
    .p-spinBox-ground.is-home .p-spinBox__inner {
        left: 8%;
    }
}

@media screen and (max-width: 520px) {
    .p-spinBox-ground.is-home .p-spinBox__inner {
        left: 13%;
    }
}

.p-spinBox-ground.is-home::after {
    bottom: -40rem;
}

@media screen and (max-width: 520px) {
    .p-spinBox-ground.is-home::after {
        bottom: -38rem;
    }
}

.p-spinBox-ground::after {
    width: var(--boxSize);
    height: calc(var(--boxSize) / 10);
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    border-radius: 50%;
    bottom: -45vh;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.2);
    animation: rotateAngle 30s infinite linear;
}

@media screen and (max-width: 768px) {
    .p-spinBox-ground::after {
        bottom: -38rem;
    }
}

.p-spinBox {
    perspective: calc(var(--boxSize) * 4);
    transform: rotate(15deg);
}

.p-spinBox__inner {
    position: relative;
    transform-style: preserve-3d;
    width: var(--boxSize);
    height: var(--boxSize);
    left: 6%;
    right: 0;
    top: 25vh;
    margin: 0 auto;
    animation: rotateY 30s infinite linear;
}

.p-spinBox__inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    width: calc(var(--boxSize) - 10px);
    height: calc(var(--boxSize) - 5px);
    background-color: var(--color-white-primary);
    transform: rotateX(90deg) translateZ(calc(var(--boxSize) / 2)) scale(1.01);
}

@media screen and (max-width: 520px) {
    .p-spinBox__inner::before {
        content: "";
        top: 0px;
        height: calc(var(--boxSize) + 17px);
        transform: rotateX(90deg) translateZ(calc(var(--boxSize) / 2)) scale(0.91);
    }
}

@media screen and (max-width: 768px) {
    .p-spinBox__inner {
        top: 20vh;
    }
}

@media screen and (max-width: 520px) {
    .p-spinBox__inner {
        left: 12%;
        top: 23rem;
    }
}

_::-webkit-full-page-media,
_:future,
:root .p-spinBox__inner::before {
    transform: none;
}

.p-spinBox__surface {
    position: absolute;
    border-radius: 15px;
    box-sizing: border-box;
    width: var(--boxSize);
    height: var(--boxSize);
    pointer-events: none;
    background: no-repeat top 1rem center #fff;
    background-size: cover;
    will-change: transform;
}

.p-spinBox__surface--top {
    background: #fff;
    transform: rotateX(90deg) translateZ(calc(var(--boxSize) / 2)) scale(1.01);
}

.p-spinBox__surface--bottom {
    transform: rotateX(90deg) translateZ(calc(var(--boxSize2) / 2));
}

.p-spinBox__surface--front {
    transform: rotateY(90deg) translateZ(calc(var(--boxSize2) / 2));
    background-image: url(../img/textures/box-image4.webp);
}

.p-spinBox__surface--back {
    transform: rotateY(90deg) translateZ(calc(var(--boxSize) / 2));
    background-image: url(../img/textures/box-image2.webp);
}

.p-spinBox__surface--left {
    transform: rotateY(180deg) translateZ(calc(var(--boxSize) / 2));
    background-image: url(../img/textures/box-image3.webp);
}

.p-spinBox__surface--right {
    transform: rotateY(180deg) translateZ(calc(var(--boxSize2) / 2));
    background-image: url(../img/textures/box-image1.webp);
}

@keyframes rotateY {
    0% {
        transform: rotateY(0deg);
    }

    33% {
        transform: rotateY(-120deg);
    }

    66% {
        transform: rotateY(-240deg);
    }

    100% {
        transform: rotateY(-360deg);
    }
}

@keyframes rotateAngle {
    0% {
        transform: rotateX(-10deg) rotateY(0deg);
    }

    100% {
        transform: rotateY(-360deg);
    }
}

.p-tags {
    padding-left: 0;
    margin-left: -0.5rem;
}

.p-tags__item {
    display: inline-block;
    color: var(--color-gray-secondary);
    position: relative;
    margin: 0 0.5rem;
}

.p-tags__item::before {
    content: "#";
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: top;
}

.p-description {
    margin: 1rem 0;
    display: flex;
}

.p-description__name {
    font-weight: 700;
}

.p-description__text {
    margin: 0;
}

.p-message-box {
    padding: 2% 3% 3%;
    background-color: #ecf3ff;
    position: relative;
}

.p-message-box::before, .p-message-box::after {
    content: ",,";
    display: block;
    position: absolute;
    line-height: 0;
    font-size: clamp(4rem, 4vw, 7rem);
    color: var(--color-blue-primary);
}

.p-message-box::before {
    top: calc(-2% - 1.5vw);
    left: 3%;
}

.p-message-box::after {
    transform: rotate(360deg);
    bottom: calc(3% + 1.5vw);
    right: 3%;
}

.p-message-box__title {
    font-weight: 700;
    font-family: var(--font-family-lato);
    font-size: clamp(2rem, 3vw, 2.3rem);
    margin-bottom: 1rem;
}

.p-message-box__text {
    margin-top: 0;
}

.p-single-recruit {
    padding-top: 100px;
}

@media screen and (max-width: 960px) {
    .p-single-recruit {
        padding-top: 28px;
    }
}

.p-single-recruit__thumbnail {
    padding: 52px 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__thumbnail {
        padding: 0;
    }
}

.p-single-recruit__thumbnail img {
    width: 60%;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__thumbnail img {
        width: 100%;
    }
}

.p-single-recruit__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1190px;
    margin: 0 auto;
}

.p-single-recruit__content h1 {
    font-size: 24px;
    border-bottom: 2px solid var(--color-blue-primary);
    padding-bottom: 0.5rem;
    margin: 5rem 0 1rem;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__content h1 {
        margin-top: 24px;
        font-size: 28px;
    }
}

.p-single-recruit__content em {
    font-style: normal;
}

.p-single-recruit__content p,
.p-single-recruit__content li {
    font-size: 16px;
    line-height: 1.7;
}

@media screen and (max-width: 960px) {
    .wp-block-list {
        padding-left: 16px;
    }
}

.p-single-recruit__title {
    font-size: 32px;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__title {
        font-size: 24px;
    }
}

.wp-block-quote {
    margin: 32px 0 0 !important;
    padding: 10px 36px;
    background-color: #dddddd;
    font-weight: bold;
    position: relative;
}

.wp-block-quote p {
    margin: 0 !important;
}

.wp-block-quote::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 16px;
    height: 16px;
    color: #2e2e2e;
    background-color: #2e2e2e;
}

.p-single-recruit__details,
.p-single-recruit__company {
    border: 1px solid #ddd;
    margin-bottom: 60px;
}

.p-single-recruit__details {
    margin-top: 60px;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__company {
        margin-bottom: 40px;
    }
}

.p-single-recruit__detail-item,
.p-single-recruit__company-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__detail-item,
  .p-single-recruit__company-item {
        display: block;
    }
}

.p-single-recruit__detail-label,
.p-single-recruit__company-label,
.p-single-recruit__company h3 {
    padding: 16px;
    border-right: 1px solid #ddd;
    background: #f5f5f5;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__detail-label,
  .p-single-recruit__company-label,
  .p-single-recruit__company h3 {
        border-bottom: 1px solid #ddd;
        font-size: 16px;
    }
}

.p-single-recruit__detail-value,
.p-single-recruit__company-value {
    padding: 16px;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__detail-value,
  .p-single-recruit__company-value {
        font-size: 14px;
    }
}

.p-single-recruit__company h3 {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.p-single-recruit__container {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__container {
        flex-direction: column;
        gap: 0;
    }
}

.p-single-recruit__right {
    width: 320px;
    flex-shrink: 0;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__right {
        width: 100%;
    }
}

.p-single-recruit__back {
    margin-top: 48px;
    margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__back {
        margin-top: 0;
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 960px) {
    .p-single-recruit__right .p-single-recruit__back {
        display: none !important;
    }
}

.p-single-recruit__wntedry {
    margin-bottom: 40px;
    background-color: #ffffff;
    padding: 10px;
}

@media screen and (max-width: 960px) {
    .p-single-recruit__wntedry {
        display: flex;
        justify-content: center;
    }
}

/* --- 採用フローのコンテナ --- */
.recruit-flow-container {
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0;
}

.recruit-flow-container h1 {
    font-size: 24px;
    border-bottom: 2px solid var(--color-blue-primary);
    padding-bottom: 0.5rem;
    margin: 5rem 0 3rem;
}

/* --- 各ステップのラッパー --- */
.flow-step {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-bottom: 40px;
}

.flow-step:last-child {
    padding-bottom: 0;
}

.flow-step {
  /* --- 縦線（タイムライン） --- */;
}

.flow-step::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 35px;
    width: 2px;
    height: calc(100% - 50px);
    background-color: rgba(116, 188, 226, 0.6);
}

.flow-step:last-child::before {
    display: none;
}

/* --- 左側の丸いアイコン --- */
.flow-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(21, 61, 135) 0%, rgb(116, 188, 226) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    z-index: 2;
    box-shadow: 0 6px 15px rgba(21, 61, 135, 0.3);
}

.flow-icon-text {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: -2px;
}

.flow-icon-num {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

/* --- 右側のコンテンツカード --- */
.flow-content {
    flex: 1;
    margin-left: 30px;
    margin-top: 5px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-left: 5px solid rgb(21, 61, 135);
}

.flow-title {
    font-size: 20px;
    font-weight: 700;
    color: rgb(21, 61, 135);
    margin: 0;
    line-height: 1.4;
}

.flow-desc {
    font-size: 14px;
    color: #555;
    margin: 10px 0 0 0;
    line-height: 1.6;
}

/* --- スマホ用レスポンシブ対応 --- */
@media screen and (max-width: 960px) {
    .flow-step {
        padding-bottom: 30px;
    }

    .flow-icon {
        width: 56px;
        height: 56px;
    }

    .flow-icon-text {
        font-size: 9px;
    }

    .flow-icon-num {
        font-size: 20px;
    }

    .flow-step::before {
        top: 56px;
        left: 27px;
        height: calc(100% - 40px);
    }

    .flow-content {
        margin-left: 20px;
        padding: 15px 20px;
        margin-top: 2px;
    }

    .flow-title {
        font-size: 16px;
    }

    .flow-desc {
        font-size: 13px;
    }
}

.page-entry.l-content-under {
    background: none;
}

.page-entry .l-main-content {
    margin-top: 8%;
    max-width: 1050px;
}

.page-entry .l-content__inner {
    padding-top: 10%;
    padding-bottom: 10rem;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .page-entry .l-content__inner {
        padding-top: 17%;
    }
}

@media screen and (max-width: 520px) {
    .page-entry .l-content__inner {
        padding-top: 30%;
    }
}

@media screen and (max-width: 960px) {
    .page-entry .l-content__inner {
        padding-bottom: calc(10% + 4rem);
    }
}

.page-entry h1.c-page-title {
    margin-bottom: 4rem;
}

@media screen and (max-width: 520px) {
    .page-entry h1.c-page-title {
        margin-bottom: 3rem;
    }
}

.p-contact-item {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.p-contact-item > p {
    width: calc(100% - 32px - 200px);
}

@media screen and (max-width: 768px) {
    .p-contact-item > p {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .p-contact-item {
        flex-direction: column;
        gap: 0;
        margin-bottom: 32px;
    }
}

.p-contact-item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
}

.p-contact-item__title p {
    width: auto;
}

@media screen and (max-width: 768px) {
    .p-contact-item__title {
        width: 100%;
    }

    .p-contact-item__title h4 {
        margin: 0;
    }

    .p-contact-item__title p {
        margin: 0;
    }
}

.wpcf7-form-control {
    padding: 12px 32px;
    width: calc(100% - 32px);
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .wpcf7-form-control {
        width: 100%;
        padding: 12px 16px;
        box-sizing: border-box;
    }
}

.wpcf7-form-control::-moz-placeholder {
    font-size: 16px;
}

.wpcf7-form-control::placeholder {
    font-size: 16px;
}

.wpcf7-radio {
    padding: 8px 0;
}

.wpcf7-list-item.first {
    margin: 0;
}

.wpcf7-select {
    width: 240px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="6 9 12 15 18 9"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .wpcf7-select {
        width: 100%;
    }
}

.p-contact-submit {
    width: 300px;
    margin: 0 auto;
}

.p-contact-submit .wpcf7-form-control {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 30px;
    font-weight: bold;
    border: none;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
}

.p-contact-item__requirement {
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    padding: 2px 16px;
    border-radius: 5px;
}

.p-contact-item__requirement--optional {
    background: linear-gradient(90deg, rgb(157, 177, 188) 0%, rgb(86, 99, 123) 100%);
}

.page-service .p-tab__box {
    background-color: var(--color-white-primary);
    border-radius: 10px;
    padding-bottom: 10%;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.page-service .p-tab__title,
.page-service .p-tab__lead {
    margin: 0;
}

.page-service .p-tab__title {
    text-align: left;
}

.page-service .p-tab__body {
    padding-left: 8%;
    padding-right: 2rem;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .page-service .p-tab__body {
        min-height: auto;
        padding-bottom: 5rem;
        padding-top: 13%;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.page-service .p-card {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .page-service .p-card {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 520px) {
    .page-service .p-card {
        margin-top: 5%;
    }
}

.page-service .p-card__title {
    font-size: clamp(2rem, 3vw, 3.2rem);
    margin-bottom: 0;
}

.page-service .p-card__left {
    flex: 1;
    flex-direction: column;
    position: relative;
    border-left: 3px solid var(--color-sky-blue-tertiary);
    padding-left: 8%;
}

@media screen and (max-width: 768px) {
    .page-service .p-card__left {
        border: 0;
        padding-left: 0;
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 520px) {
    .page-service .p-card__left {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .page-service .p-card__right {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 520px) {
    .page-service .p-card__right {
        padding-bottom: 2rem !important;
    }
}

.page-service .p-card__more {
    bottom: 0;
    right: 12%;
}

@media screen and (max-width: 768px) {
    .page-service .p-card__more {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .page-service .p-tab__contents {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

.page-service .p-cards-single .p-card .p-card__left {
    padding-bottom: 0;
}

.page-products .l-main-content {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 520px) {
    .page-products .p-cards-single .p-card {
        flex-direction: column;
    }
}

@media screen and (max-width: 520px) {
    .page-products .p-card__text {
        display: block;
        min-height: auto;
        max-height: none;
        -webkit-line-clamp: none;
        overflow: visible;
        margin-bottom: 0;
    }
}

.page-products .p-card__more {
    right: 7%;
}

.page-products-about .l-content-under__mainVisual {
    min-height: 65vh;
}

@media screen and (max-width: 520px) {
    .page-products-about .l-content-under__mainVisual {
        min-height: 55vh;
    }
}

.page-products-about .p-card:hover {
    opacity: 1;
    cursor: default;
}

.page-products-about .p-card__text {
    display: block;
    min-height: auto;
    max-height: none;
    -webkit-line-clamp: none;
    overflow: visible;
    margin-bottom: 0;
}

@media screen and (max-width: 520px) {
    .page-products-about .l-content__inner {
        margin-top: calc(80% - 25vh);
    }
}

.page-products-about__button {
    margin-top: 10%;
}

.page-all-works .p-card__more {
    margin: 0;
    bottom: unset;
}

@media screen and (max-width: 960px) {
    .page-all-works .p-card__more {
        right: unset;
    }
}

@media screen and (max-width: 768px) {
    .page-all-works .p-card__more {
        right: 3rem;
    }
}

.page-all-works .p-works__tag {
    position: absolute;
}

@media screen and (max-width: 960px) {
    .page-all-works .p-works__tag {
        position: unset;
        margin-bottom: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .page-all-works .p-works__tag {
        position: absolute;
        margin: 0;
    }
}

.page-work__items {
    padding: 0 5%;
}

@media screen and (max-width: 768px) {
    .page-work__items {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 520px) {
    .page-work__items {
        padding-bottom: 0;
    }
}

.page-work__items .p-card__text {
    min-height: unset;
}

.p-works {
    display: flex;
    gap: 32px;
    margin: 4% 0;
    padding: 5%;
    background-color: var(--color-white-primary);
    border-radius: 10px;
    z-index: 11;
    box-shadow: 1px 1px 20px 0px rgba(96, 96, 96, 0.1);
}

@media screen and (max-width: 520px) {
    .p-works {
        padding-bottom: 6rem;
    }
}

.p-works__left {
    position: relative;
    width: 33%;
}

@media screen and (max-width: 520px) {
    .p-works__left {
        width: 100%;
    }
}

.p-works__right {
    width: 66%;
    max-width: 60rem;
}

@media screen and (max-width: 520px) {
    .p-works__right {
        display: none;
    }
}

.p-works__right--sp {
    width: 100%;
    margin: 0 auto;
}

.p-works__contents-wrapper--sp {
    display: flex;
    gap: 3.5rem;
    transition: transform 1s ease;
    width: 400%;
}

.p-works__contents--sp {
    display: none;
    width: 25%;
    margin: 4rem 0;
}

@media screen and (max-width: 520px) {
    .p-works__contents--sp {
        display: block;
    }
}

.p-works__tag {
    font-size: 1.4rem;
}

@media screen and (max-width: 520px) {
    .p-works__tag {
        font-size: 1.6rem;
    }
}

.p-works__tag-text {
    color: #878787;
}

.p-works__tag-box {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.4rem 0.8rem;
    background-color: #A3CDE6;
    border-radius: 0.4rem;
}

.p-works__desc {
    margin-top: 3.4rem;
}

@media screen and (max-width: 520px) {
    .p-works__desc {
        margin-top: 1.4rem;
        font-size: 1.8rem;
    }
}

.p-works__title {
    margin: 1rem 0;
    font-size: clamp(3rem, 2.4vw, 4rem);
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-works__sub-title {
    font-size: clamp(var(--font-size-default), 3vw, 1.7rem);
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 520px) {
    .p-works__lower {
        padding-top: 1rem;
    }
}

.p-works__text {
    word-break: break-all;
    margin: 1.6rem 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-works__more {
    padding-right: 4rem;
    display: block;
    text-align: right;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.p-works__more::before, .p-works__more::after {
    right: 0;
}

@media screen and (max-width: 520px) {
    .p-works__more {
        bottom: -25px;
        right: 0;
    }
}

.p-works__img,
.p-works__img::before,
.p-works__img::after {
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.p-works__img {
    display: inline-block;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 17rem;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 520px) {
    .p-works__img {
        height: 24rem;
    }
}

.p-works__img::before,
.p-works__img::after {
    display: block;
    opacity: 0;
    position: absolute;
}

.p-works__img::before {
    background: inherit;
    content: "";
    filter: blur(3px) brightness(30%);
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    z-index: 2;
    transition-duration: 0.4s;
}

.p-works__img::after {
    color: #fff;
    content: "check";
    font-size: 22px;
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition-duration: 0.2s;
}

.p-works__contents:hover .p-works__img::after {
    transition-delay: 0.5s;
}

.p-works__contents:hover .p-works__img::before,
.p-works__contents:hover .p-works__img::after {
    opacity: 1;
}

.p-works__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/* スライダーのラッパー - 2件分だけ表示 */
.p-works__slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* スライドを動かすトラック */
.p-works__contents-wrapper {
    display: flex;
    gap: 3.5rem;
    transition: transform 1s ease;
  /* スライド時のアニメーション */;
}

/* 各コンテンツアイテム */
.p-works__contents {
    width: 26.5rem;
  /* 各コンテンツの幅 */
    flex-shrink: 0;
  /* 各アイテムが横に並ぶように固定 */
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .p-works__contents {
        width: 23.5rem;
    }
}

@media screen and (max-width: 768px) {
    .p-works__contents {
        width: 24.5rem;
    }
}

@media screen and (max-width: 520px) {
    .p-works__contents {
        flex: 0 0 calc(25% - 0.875rem);
        box-sizing: border-box;
    }
}

.page-work-about .l-main-content {
    margin-top: 0;
}

.page-work-about .l-content__inner {
    margin-top: 0;
    padding-top: 15rem;
}

.page-work-about .p-tags {
    margin-top: 2%;
    margin-bottom: 3%;
}

.page-work-about .p-description {
    width: 50rem;
    margin: 0 0 0 auto;
    text-align: left;
    display: table;
    border-collapse: collapse;
}

.page-work-about .p-description tr {
    border-bottom: 1px solid #DDDDDD;
}

.page-work-about .p-description th {
    width: 18rem;
}

.page-work-about .p-description th,
.page-work-about .p-description td {
    padding: 24px 0;
}

.page-work-about .p-description a {
    color: #1E3F82;
    text-decoration: underline;
}

@media screen and (max-width: 520px) {
    .page-work-about .p-description {
        width: 100%;
    }
}

.page-work-about__catch {
    font-weight: 700;
    color: var(--color-blue-primary);
    font-size: clamp(2.5rem, 3vw, 3rem);
}

.page-work-about__section {
    margin: 6% 0;
}

.page-work-about__section img {
    width: 100%;
}

.page-work-about__thumbnail {
    text-align: center;
    margin-bottom: 5%;
}

@media screen and (max-width: 520px) {
    .page-work-about__thumbnail {
        margin-bottom: 10%;
    }
}

.page-work-about__items {
    margin-top: 6%;
    margin-bottom: 9%;
}

@media screen and (max-width: 768px) {
    .page-work-about__items {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 520px) {
    .page-work-about__items {
        margin-bottom: 12%;
    }
}

.page-work-about__container {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.page-work-about__container-inner {
    display: flex;
    justify-content: space-between;
    padding: 3.2rem 0;
}

@media screen and (max-width: 768px) {
    .page-work-about__container-inner {
        flex-direction: column;
    }
}

.page-work-about__right {
    width: 63rem;
}

@media screen and (max-width: 768px) {
    .page-work-about__right {
        width: auto;
    }
}

.page-work-about__right h2 {
    font-size: clamp(2.4rem, 2.4vw, 3.2rem);
}

.page-news-about.l-content-under {
    background: none;
}

.page-news-about .l-main-content {
    margin-top: 8%;
}

.page-news-about .l-content__inner {
    margin-top: 0;
    padding-top: calc(6rem + 7%);
}

@media screen and (max-width: 768px) {
    .page-news-about .l-content__inner {
        padding-top: calc(6rem + 12%);
    }
}

@media screen and (max-width: 520px) {
    .page-news-about .l-content__inner {
        padding-top: calc(6rem + 18%);
    }
}

.page-news-about a:not(.c-button) {
    color: var(--color-blue-primary);
    text-decoration: underline;
}

.page-news-about h2 {
    border-bottom: 2px solid var(--color-blue-primary);
    padding-bottom: 0.5rem;
    margin: 5rem 0 1rem;
}

.page-news-about h3 {
    margin: 4rem 0 1rem;
}

.page-news-about h4 {
    margin: 4rem 0 0.5rem;
}

.page-news-about strong {
    font-size: clamp(1.7rem, 3vw, 2rem);
}

h1.page-news-about__title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: clamp(2.3rem, 3vw, 3.4rem);
}

.page-news-about__thumbnail {
    margin-bottom: 7%;
    text-align: center;
}

.page-news-about__date {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.page-news-about__text {
    margin-top: 3%;
    line-height: 2.5;
}

.page-news-about__content {
    margin-bottom: 10%;
}

.page-company {
    overflow: hidden;
    position: relative;
}

.page-company p {
    line-height: 2.2;
}

.page-company .c-cat-name + * {
    margin-top: 1rem;
    margin-bottom: 9%;
    font-size: clamp(2.2rem, 3vw, 3rem);
}

@media screen and (max-width: 768px) {
    .page-company .c-cat-name + * {
        margin-bottom: 5%;
    }
}

.page-company .c-cat-name + *.page-company__overview-title {
    margin-bottom: 4%;
}

.page-company .c-cat-name + *.page-company__employee-introduction-title {
    margin-bottom: 7%;
}

.page-company .c-cat-name + *.page-company__message-title {
    margin-bottom: 0;
}

.page-company .l-content__inner {
    padding-top: 5%;
    padding-bottom: 25rem;
    max-width: 1190px;
}

@media screen and (max-width: 768px) {
    .page-company .l-content__inner {
        padding-top: 13%;
    }
}

@media screen and (max-width: 520px) {
    .page-company .l-content__inner {
        padding-top: 3%;
        padding-bottom: 5rem;
    }
}

.page-company .p-table tr {
    display: flex;
    position: relative;
}

.page-company .p-table tr::before, .page-company .p-table tr::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
}

.page-company .p-table tr::before {
    width: calc(100% - 30px);
    bottom: 0;
    left: 30px;
    background-color: var(--color-gray-primary);
}

.page-company .p-table tr::after {
    width: 30px;
    bottom: 0;
    background-color: var(--color-sky-blue-tertiary);
}

@media screen and (max-width: 520px) {
    .page-company .p-table tr {
        flex-direction: column;
    }
}

@media screen and (max-width: 520px) {
    .page-company .p-table tr:first-child th {
        border-top: 0;
    }
}

.page-company .p-table tr .adjustment-line-height {
    line-height: 1;
}

.page-company .p-table th,
.page-company .p-table td {
    border: 0;
}

@media screen and (max-width: 520px) {
    .page-company .p-table th,
  .page-company .p-table td {
        padding-left: 0;
        width: auto;
        border: 0;
    }
}

.page-company .p-table th {
    position: relative;
}

@media screen and (max-width: 768px) {
    .page-company .p-table th {
        flex: 0.3;
    }
}

@media screen and (max-width: 520px) {
    .page-company .p-table th {
        font-weight: 700;
        padding-top: 3rem;
        padding-bottom: 0;
        flex: 1;
    }
}

.page-company .p-table td {
    white-space: pre;
    position: relative;
}

@media screen and (max-width: 768px) {
    .page-company .p-table td {
        flex: 1;
    }
}

@media screen and (max-width: 520px) {
    .page-company .p-table td {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }
}

.page-company .p-table td > * {
    white-space: normal;
    margin: 0;
    padding: 0;
}

.page-company .c-color-text {
    max-width: 200px;
}

.page-company .page-company__mission-image {
    position: absolute;
    top: -13vw;
    margin: auto;
    left: 0;
    right: 0;
}

@media screen and (max-width: 520px) {
    .page-company .page-company__mission-image {
        top: -18vw;
        margin: 0;
    }
}

.page-company .page-company__mission-image--pc {
    display: block;
}

@media screen and (max-width: 520px) {
    .page-company .page-company__mission-image--pc {
        display: none;
    }
}

.page-company .page-company__mission-image--sp {
    display: none;
}

@media screen and (max-width: 520px) {
    .page-company .page-company__mission-image--sp {
        display: block;
    }
}

.page-company .page-company__title {
    padding-top: calc(37% - 13vw);
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 520px) {
    .page-company .page-company__title {
        padding-top: calc(48% - 13vw);
    }
}

.page-company .page-company__text {
    padding: 0;
    margin: 0;
    font-weight: 700;
    white-space: nowrap;
}

.page-company .p-gradientLayer::before {
    height: var(--gradientLayerHeight);
}

.page-company__section {
    position: relative;
    z-index: 11;
    margin-top: 15%;
}

.page-company__title-text {
    font-size: clamp(4rem, 3vw, 7rem);
    color: var(--color-blue-primary);
    opacity: 0.6;
    font-family: var(--font-family-lato);
}

.page-company__text {
    color: var(--color-white-primary);
    font-size: clamp(1.6rem, 3vw, 2.8rem);
}

.page-company__title {
    margin-bottom: 4%;
}

.page-company__mission {
    margin-top: 6%;
}

@media screen and (max-width: 768px) {
    .page-company__mission {
        margin-top: 15%;
    }
}

@media screen and (max-width: 520px) {
    .page-company__mission {
        margin-top: 25%;
    }
}

.page-company__vision {
    margin-top: 8%;
}

@media screen and (max-width: 768px) {
    .page-company__vision {
        margin-top: 10%;
    }
}

.page-company__message {
    padding-top: 8%;
    padding-bottom: 8%;
    margin-top: 15%;
    display: grid;
    grid-template-areas: "leftTop right" "leftBottom right";
    gap: 0 3rem;
    grid-template-rows: auto 1fr;
}

@media screen and (max-width: 768px) {
    .page-company__message {
        flex-wrap: wrap;
        grid-template-areas: "leftTop" "right" "leftBottom";
    }
}

.page-company__message.p-gradientLayer::before {
    height: 42%;
}

@media screen and (max-width: 520px) {
    .page-company__message.p-gradientLayer::before {
        height: 37%;
    }
}

.page-company__message-left {
    flex: 0 0 auto;
    padding-right: 7%;
    grid-area: right;
}

@media screen and (max-width: 768px) {
    .page-company__message-left {
        flex: 1 1 auto;
        text-align: center;
        padding-right: 0;
        max-width: none;
        margin: 0 auto;
    }
}

.page-company__message-right {
    flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
    .page-company__message-right {
        margin-top: 15%;
    }
}

.page-company__message-title-group {
    grid-area: leftTop;
    margin-bottom: 3%;
}

.page-company__message-title {
    margin-bottom: 3%;
    color: var(--color-white-primary);
    font-size: clamp(2.7rem, 5vw, 3.2rem);
}

.page-company__message-text {
    margin-top: 6%;
    grid-area: leftBottom;
}

@media screen and (max-width: 768px) {
    .page-company__message-text {
        margin-top: 7%;
    }
}

.page-company__message-name {
    font-size: clamp(3.6rem, 6vw, 4.9rem);
    font-weight: 700;
    color: var(--color-white-primary);
    font-family: var(--font-family-lato);
}

.page-company__message-sub {
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 500;
    margin-bottom: 3%;
    color: var(--color-white-primary);
}

.page-company__message-image--pc {
    display: block;
    max-width: 280px;
}

@media screen and (max-width: 768px) {
    .page-company__message-image--pc {
        display: none;
    }
}

.page-company__message-image--tablet {
    display: none;
}

@media screen and (max-width: 768px) {
    .page-company__message-image--tablet {
        display: block;
    }
}

.page-company__overview {
    margin-top: 15%;
}

.page-company__overview th,
.page-company__overview td {
    line-height: 1.7;
}

.page-company__access {
    margin-top: 15%;
    display: flex;
}

@media screen and (max-width: 768px) {
    .page-company__access {
        flex-direction: column;
    }
}

.page-company__access-content {
    padding-right: 4%;
    width: 350px;
}

@media screen and (max-width: 768px) {
    .page-company__access-content {
        width: 100%;
    }
}

.page-company__access-info {
    font-style: normal;
}

.page-company__access-route ul {
    padding: 0;
}

.page-company__access-map {
    width: calc(100% - 350px - 4%);
}

@media screen and (max-width: 768px) {
    .page-company__access-map {
        width: 100%;
        margin-top: 7%;
    }
}

@media screen and (max-width: 520px) {
    .page-company__access-map iframe {
        max-height: 300px;
    }
}

.page-company__access-post-code {
    margin-bottom: 3%;
}

.page-company__access-route {
    margin-top: 15%;
}

@media screen and (max-width: 768px) {
    .page-company__access-route {
        margin-top: 5%;
    }
}

.page-company__access-route li {
    line-height: 2;
    padding-left: 1.5rem;
    margin-top: 10%;
    white-space: pre;
    position: relative;
}

@media screen and (max-width: 768px) {
    .page-company__access-route li {
        margin-top: 6%;
    }
}

.page-company__access-route li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color-black-primary);
}

.page-company__employee-introduction-sub-title {
    border-bottom: 1px solid var(--color-gray-primary);
    padding-bottom: 2rem;
    padding-left: 2rem;
    margin-bottom: 4%;
    font-size: clamp(2.2rem, 3vw, 2.6rem);
    font-weight: 500;
}

.page-company__vision-list {
    margin: 25% 0;
}

@media screen and (max-width: 768px) {
    .page-company__vision-list {
        margin: 18% 0;
    }
}

.page-company__vision-item {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-bottom: 5rem;
    position: relative;
}

.page-company__vision-item::before, .page-company__vision-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
}

.page-company__vision-item::before {
    width: calc(100% - 30px);
    bottom: 0;
    left: 30px;
    background-color: var(--color-gray-primary);
}

.page-company__vision-item::after {
    width: 30px;
    bottom: 0;
    background-color: var(--color-sky-blue-tertiary);
}

@media screen and (max-width: 768px) {
    .page-company__vision-item {
        padding-bottom: 4rem;
    }
}

@media screen and (max-width: 520px) {
    .page-company__vision-item {
        padding-left: 0;
    }
}

.page-company__vision-name {
    font-size: clamp(2.2rem, 3vw, 2.8rem);
    color: var(--color-blue-primary);
    font-weight: 700;
}

.page-company__vision-title {
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 700;
    position: relative;
}

@media screen and (max-width: 520px) {
    .page-company__vision-title {
        padding-right: 5rem;
    }
}

.page-company__vision-title::before {
    content: "";
    display: block;
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid var(--color-gray-secondary);
    border-top: 1px solid var(--color-gray-secondary);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
}

@media screen and (max-width: 520px) {
    .page-company__vision-title::before {
        right: 0;
    }
}

.page-company__vision-title.is-active::before {
    transform: rotate(135deg);
}

.page-company__vision-gradient {
    margin-top: 2rem;
    display: inline-block;
    margin-right: 0.5em;
    background: rgb(116, 188, 226);
    background: linear-gradient(90deg, rgb(116, 188, 226) 0%, rgb(21, 61, 135) 100%);
    color: var(--color-white-primary);
    padding: 1rem;
}

.page-company__vision-list-content {
    margin: 0;
    padding: 0;
}

.page-company__about-us-text {
    position: absolute;
    top: 0;
    left: 97%;
    line-height: 1;
    font-size: clamp(11rem, 12vw, 23rem);
    color: #dcf2ff;
    opacity: 0.2;
    text-shadow: 0 0 2px var(--color-white-primary);
    writing-mode: vertical-rl;
    font-family: var(--font-family-lato);
    z-index: -1;
}

@media screen and (max-width: 1330px) {
    .page-company__about-us-text {
        left: 75vw;
    }
}

@media screen and (max-width: 960px) {
    .page-company__about-us-text {
        left: auto;
        right: -4rem;
    }
}

@media screen and (max-width: 520px) {
    .page-company__about-us-text {
        top: 9rem;
        line-height: 0.9;
    }
}

.page-company__value .page-company__title {
    padding-top: 0;
    margin-bottom: 4%;
}

.page-company__value .page-company__title-text {
    color: var(--color-black-primary);
    opacity: 1;
}

.page-company__value-list {
    display: flex;
    gap: 2rem;
}

@media screen and (max-width: 768px) {
    .page-company__value-list {
        flex-direction: column;
    }
}

.page-company__value-list-item {
    padding: 5rem 4rem;
    box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    background: no-repeat right 4rem bottom 4rem;
    background-size: 35% auto;
    position: relative;
    background-color: var(--color-white-primary);
    flex: 1;
}

@media screen and (max-width: 768px) {
    .page-company__value-list-item {
        padding-right: 25%;
        background-size: 15% auto;
    }
}

.page-company__value-list-item:nth-child(1) {
    background-image: url(../img/value-img01.webp);
}

.page-company__value-list-item:nth-child(2) {
    background-image: url(../img/value-img02.webp);
    background-size: 35% auto;
}

@media screen and (max-width: 768px) {
    .page-company__value-list-item:nth-child(2) {
        background-size: 15% auto;
    }
}

.page-company__value-list-item:nth-child(3) {
    background-image: url(../img/value-img03.webp);
}

.page-company__value-list-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    mix-blend-mode: hard-light;
}

.page-company__value-name {
    font-size: clamp(2.4rem, 3vw, 2.8rem);
    text-align: center;
}

@media screen and (max-width: 768px) {
    .page-company__value-name {
        text-align: left;
    }
}

.page-recruit > div {
    position: static !important;
}

.page-recruit .c-cat-name {
    color: var(--color-white-primary);
    background-image: url(../img/icon-cat-name-white.webp);
}

.page-recruit .c-arrow-link {
    margin-top: 2.5rem;
    padding-right: 6rem;
    display: block;
    text-align: right;
}

.page-recruit .c-arrow-link::before, .page-recruit .c-arrow-link::after {
    right: 0;
    background-image: url(../img/icon-topNewsLink-white.webp);
}

.page-recruit .l-main-content {
    margin-top: 7%;
    max-width: 1100px;
}

@media screen and (max-width: 768px) {
    .page-recruit .l-main-content {
        max-width: none;
        margin: 0;
        padding: 0;
    }
}

.page-recruit.l-content-under {
    padding-bottom: 7%;
    background-image: none;
}

@media screen and (max-width: 768px) {
    .page-recruit.l-content-under {
        max-width: none;
        margin: 0;
        padding: 0;
    }
}

.page-recruit .l-content__inner {
    padding-top: 10%;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .page-recruit .l-content__inner {
        padding-bottom: 20%;
        padding-top: 17%;
    }
}

@media screen and (max-width: 520px) {
    .page-recruit .l-content__inner {
        padding-top: 30%;
    }
}

@media screen and (max-width: 768px) {
    .page-recruit .l-content__inner > .c-page-title {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 10%;
    }
}

@media screen and (max-width: 768px) {
    .page-recruit .l-content__inner {
        max-width: none;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.page-recruit__links {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    clip-path: inset(15px 0 round 10px 10px);
}

@media screen and (max-width: 768px) {
    .page-recruit__links {
        flex-direction: column;
        clip-path: none;
        border-radius: 0;
    }
}

.page-recruit__item {
    width: 50%;
    display: block;
    color: var(--color-white-primary);
    flex: 1 1 auto;
    background: no-repeat center center;
    background-size: auto 100%;
    padding: 6rem 4rem;
    transition: all 0.3s;
    min-height: 550px;
}

@media screen and (max-width: 768px) {
    .page-recruit__item {
        background-size: cover;
        width: auto;
    }
}

@media screen and (max-width: 520px) {
    .page-recruit__item {
        min-height: 300px;
    }
}

.page-recruit__item:nth-child(1) {
    background-image: url(../img/bg-recruit-page-left.webp);
}

.page-recruit__item:nth-child(2) {
    background-image: url(../img/bg-recruit-page-right.webp);
}

.page-recruit__item .c-page-title {
    text-align: center;
    font-family: var(--font-family-notoJP);
    font-weight: 700;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-recruit__item .page-recruit__item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .page-recruit__item .page-recruit__item-inner {
        min-height: 500px;
    }
}

@media screen and (max-width: 520px) {
    .page-recruit__item .page-recruit__item-inner {
        min-height: 300px;
    }
}

.page-recruit__item .c-cat-name {
    position: absolute;
    top: 0;
    left: 0;
}

a.page-recruit__item:hover {
    opacity: 0.9;
    color: var(--color-white-primary);
    background-size: auto 110%;
}

@media screen and (max-width: 768px) {
    a.page-recruit__item:hover {
        background-size: cover;
    }
}

a.page-recruit__item .page-recruit__item-inner {
    justify-content: space-between;
}

a.page-recruit__item .c-cat-name {
    position: static;
}

.page-contact.l-content-under {
    background: none;
}

.page-contact .l-main-content {
    margin-top: 8%;
    max-width: 1050px;
}

.page-contact .l-content__inner {
    padding-top: 10%;
    padding-bottom: 10rem;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .page-contact .l-content__inner {
        padding-top: 17%;
    }
}

@media screen and (max-width: 520px) {
    .page-contact .l-content__inner {
        padding-top: 30%;
    }
}

@media screen and (max-width: 960px) {
    .page-contact .l-content__inner {
        padding-bottom: calc(10% + 4rem);
    }
}

.page-contact__text {
    margin-bottom: 4%;
}

.grecaptcha-badge {
    visibility: hidden;
}

.p-contact-form__recaptcha {
    text-align: center;
}

.p-contact-form__recaptcha a {
    color: var(--color-sky-blue-tertiary);
    text-decoration: underline;
}

.page-raw .c-gradient-text {
    text-align: center;
}

.page-raw .wp-block-heading:not(.c-gradient-text) {
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--color-black-primary);
    background: url(../img/icon-cat-name.webp) no-repeat left 1rem center;
    padding-left: 4rem;
    margin-top: 10%;
    margin-bottom: 1%;
}

.page-raw .l-main-content {
    padding-top: 3%;
}

.page-raw .l-content__inner {
    margin-top: 0;
    padding-top: calc(6rem + 7%);
}

@media screen and (max-width: 768px) {
    .page-raw .l-content__inner {
        padding-top: calc(6rem + 12%);
    }
}

@media screen and (max-width: 520px) {
    .page-raw .l-content__inner {
        padding-top: calc(6rem + 18%);
    }
}

.page-raw h1.c-page-title {
    font-size: clamp(2.5rem, 2.7vw, 7rem);
    position: static !important;
}

@media screen and (max-width: 768px) {
    .page-raw h1.c-page-title {
        padding: 0 !important;
    }
}

.page-raw p {
    margin-top: 2%;
    margin-bottom: 4%;
    line-height: 2.2;
}

.u-bold {
    font-weight: 700 !important;
}

.u-sp-br {
    display: none !important;
}

@media screen and (max-width: 520px) {
    .u-sp-br {
        display: block !important;
    }
}

.u-sp-block {
    display: none !important;
}

@media screen and (max-width: 960px) {
    .u-sp-block {
        display: block !important;
    }
}