@charset "UTF-8";
@import url("https://use.typekit.net/qrp3bqj.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


:root {
    --color_main: #2f6789;
    --color_link: #2f6789;
    --color_htag: #111827;
    --color_bg: #ffffff;
    --color_main_thin: rgba(47, 103, 137, 0.08);
    --color_main_dark: #214a64;
    --color_footer_bg: #214a64;
    --color_footer_text: #ffffff;
    --container_size: 1540px;
    --article_size: 1280px;
    --fw-size-1200: 1200px;
    --fw-size-1280: 1280px;
    --fw-size-1360: 1360px;
    --fw-size-1440: 1440px;
    --fw-size-1600: 1600px;
    --fw-size-1760: 1760px;
}

body {
    color: #1f2937;
    background: #fff;
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1.95;
    letter-spacing: 0.045em;
    font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    letter-spacing: 0.04em;
}

.font-num {
    font-family: "presicav", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-variant-numeric: lining-nums;
}

a {
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease,
        opacity 0.35s ease,
        transform 0.35s ease;
}

.l-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: none;
    backdrop-filter: blur(16px);
}

.l-header__bar {
    background: #f7fafc;
    color: #415466;
}

.c-gnav > li > a {
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #1f2937;
}

.c-headLogo__link,
.swell-block-button__link,
.c-postThumb__cat,
.p-postList__times,
.p-postList__meta {
    font-family: "presicav", "Noto Sans JP", sans-serif;
}

.c-gnav a::after {
    height: 2px;
    background: var(--color_main);
}

.l-footer__foot {
    background: var(--color_main_dark);
}

#body_wrap.home #content.l-content {
    padding-top: clamp(4rem, 7vw, 7rem);
}

#body_wrap.home #main_visual.p-mainVisual {
    margin: 0;
    overflow: clip;
    background: #fff;
}

#body_wrap.home #main_visual .p-mainVisual__inner {
    display: none;
}

#body_wrap.home .c-homeHero {
    position: relative;
    isolation: isolate;
    padding: clamp(1.5rem, 2vw, 2.5rem) 0 0;
}

#body_wrap.home .c-homeHero__inner {
    position: relative;
    width: min(100%, 1920px);
    min-height: clamp(660px, 66vw, 1260px);
    margin-inline: auto;
}

#body_wrap.home .c-homeHero__copy {
    position: absolute;
    top: clamp(2rem, 4.95vw, 5.9375rem);
    left: clamp(2.5rem, 8.85vw, 10.625rem);
    z-index: 5;
    max-width: clamp(24rem, 31vw, 37.5rem);
    padding-top: 0;
}

#body_wrap.home .c-homeHero__title {
    margin: 0;
    color: #001b66;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: clamp(3.5rem, 5vw, 6rem);
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-weight: 900;
    white-space: nowrap;
}

#body_wrap.home .c-homeHero__titleLine {
    display: block;
}

#body_wrap.home .c-homeHero__lead {
    max-width: 34rem;
    margin: clamp(2.7rem, 3.6vw, 4rem) 0 0 clamp(0.5rem, 0.95vw, 1.125rem);
    color: #111827;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: clamp(1.05rem, 1.25vw, 1.5rem);
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.015em;
}

#body_wrap.home .c-homeHero__stage {
    position: absolute;
    inset: 0;
    z-index: 2;
}

#body_wrap.home .c-homeHero__media {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    background: #d8e2ec;
    opacity: 0;
    --hero-shift-y: 0px;
    transform: translate3d(0, calc(48px + var(--hero-shift-y)), 0) scale(0.96);
    transition:
        opacity 0.8s ease,
        transform 1s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.6s ease;
    filter: saturate(0.88) contrast(0.98);
    will-change: transform, opacity, filter;
}

#body_wrap.home .c-homeHero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

#body_wrap.home .c-homeHero__media--main {
    top: clamp(4rem, 6.72vw, 8.0625rem);
    right: 0;
    z-index: 3;
    width: min(47.5vw, 51rem);
    aspect-ratio: 780 / 885;
}

#body_wrap.home .c-homeHero__media--main img {
    object-position: 52% center;
}

#body_wrap.home .c-homeHero__media--left {
    top: clamp(20rem, 32.3vw, 38.75rem);
    left: 0;
    z-index: 1;
    width: min(48.95vw, 58.71rem);
    aspect-ratio: 939.353 / 627;
}

#body_wrap.home .c-homeHero__media--bottom {
    top: clamp(32rem, 52.8vw, 63.375rem);
    left: clamp(18rem, 41vw, 49.1875rem);
    z-index: 4;
    width: min(34.85vw, 41.8125rem);
    aspect-ratio: 669 / 552;
}

#body_wrap.home .c-homeHero__media--bottom img {
    object-position: center 42%;
}

#body_wrap.home .js-homeHero.is-media-ready .c-homeHero__media {
    opacity: 1;
    transform: translate3d(0, var(--hero-shift-y), 0) scale(1);
}

#body_wrap.home .js-homeHero.is-live .c-homeHero__media {
    transition:
        opacity 0.8s ease,
        filter 0.6s ease;
    transition-delay: 0s !important;
}

#body_wrap.home .js-homeHero .c-homeHero__titleLine,
#body_wrap.home .js-homeHero .c-homeHero__lead {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    transition:
        opacity 0.7s ease,
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

#body_wrap.home .js-homeHero.is-copy-ready .c-homeHero__titleLine,
#body_wrap.home .js-homeHero.is-copy-ready .c-homeHero__lead {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#body_wrap.home .js-homeHero.is-copy-ready .c-homeHero__titleLine:nth-child(1) {
    transition-delay: 0.08s;
}

#body_wrap.home .js-homeHero.is-copy-ready .c-homeHero__titleLine:nth-child(2) {
    transition-delay: 0.18s;
}

#body_wrap.home .js-homeHero.is-copy-ready .c-homeHero__lead {
    transition-delay: 0.3s;
}

#body_wrap.home .js-homeHero.is-media-ready .c-homeHero__media--main {
    transition-delay: 0.12s;
}

#body_wrap.home .js-homeHero.is-media-ready .c-homeHero__media--left {
    transition-delay: 0.34s;
}

#body_wrap.home .js-homeHero.is-media-ready .c-homeHero__media--bottom {
    transition-delay: 0.56s;
}

#body_wrap.home .c-homeHero__media.is-current {
    z-index: 2;
    filter: saturate(1.02) contrast(1.02);
}

#body_wrap.home .c-homeHero__media.is-current img {
    transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
    #body_wrap.home .c-homeHero__media {
        transition: none;
    }

    #body_wrap.home .c-homeHero__media img,
    #body_wrap.home .js-homeHero .c-homeHero__titleLine,
    #body_wrap.home .js-homeHero .c-homeHero__lead {
        transition: none;
    }
}

body.home .post_content > .swell-block-fullWide,
body.home .post_content > .swell-block-columns,
body.home .post_content > .wp-block-heading,
body.home .post_content > .p-postListWrap,
body.home .post_content > .swell-block-button {
    margin-top: clamp(2rem, 4vw, 4.25rem);
}

body.home .post_content > .swell-block-fullWide {
    background: #f5f7fb !important;
}

body.home .post_content > .swell-block-fullWide .swell-block-fullWide__inner {
    max-width: 1280px;
}

/* SWELLのフルワイドブロック本体に `fw-content fw-1360` のように付けて使う */
.swell-block-fullWide.fw-content > .swell-block-fullWide__inner {
    width: min(100%, var(--fw-content-size, var(--article_size)));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.swell-block-fullWide.fw-1200 { --fw-content-size: var(--fw-size-1200); }
.swell-block-fullWide.fw-1280 { --fw-content-size: var(--fw-size-1280); }
.swell-block-fullWide.fw-1360 { --fw-content-size: var(--fw-size-1360); }
.swell-block-fullWide.fw-1440 { --fw-content-size: var(--fw-size-1440); }
.swell-block-fullWide.fw-1600 { --fw-content-size: var(--fw-size-1600); }
.swell-block-fullWide.fw-1760 { --fw-content-size: var(--fw-size-1760); }

body.home .post_content > .swell-block-fullWide p.has-text-align-center,
body.home .post_content > .wp-block-heading + p.has-text-align-center {
    max-width: 860px;
    margin-inline: auto;
    font-size: clamp(1rem, 1.05vw, 1.06rem);
}

body.home .post_content h2.wp-block-heading:not(.p-postList__title) {
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    color: #111827;
    font-size: clamp(2rem, 4vw, 3.75rem);
    line-height: 1.18;
    font-weight: 900;
}

body.home .post_content .is-style-section_ttl,
body.home .post_content > .wp-block-heading.has-text-align-center:not(.is-style-section_ttl) {
    position: relative;
    margin-bottom: clamp(1.75rem, 2.6vw, 2.5rem);
    padding-top: 1.35rem;
    text-align: center;
}

body.home .post_content .is-style-section_ttl::before,
body.home .post_content > .wp-block-heading.has-text-align-center:not(.is-style-section_ttl)::before {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    margin: 0 auto 1.35rem;
    background: var(--color_main);
}

body.home .post_content .is-style-section_ttl::after,
body.home .post_content > .wp-block-heading.has-text-align-center:not(.is-style-section_ttl)::after {
    content: "";
    display: block;
    width: min(100%, 420px);
    height: 1px;
    margin: 1.35rem auto 0;
    background: rgba(17, 24, 39, 0.12);
}

body.home .post_content .wp-block-heading.ttl-xl {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

body.home .post_content .wp-block-heading.ttl-xl,
body.home .post_content .wp-block-heading.ttl-xl .swl-fz {
    font-size: clamp(2.4rem, 5.8vw, 5.25rem) !important;
    line-height: 1.08;
    letter-spacing: 0.02em;
    font-weight: 900;
}

.wp-block-heading[style*="clamp("] .swl-fz,
.wp-block-heading[style*="clamp("] [class*="u-fz-"] {
    font-size: inherit !important;
}

body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) {
    max-width: 1320px;
    margin-inline: auto;
}

body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .swell-block-columns__inner {
    align-items: stretch;
    row-gap: clamp(2rem, 3vw, 3rem);
}

body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .swell-block-column {
    margin-bottom: 0;
}

body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .swell-block-column[data-valign="center"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: clamp(2rem, 3vw, 3.25rem) !important;
    border-top: 1px solid rgba(17, 24, 39, 0.16);
    background: #fff;
}

body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .swell-block-column[data-valign="center"] h3 {
    font-family: "presicav", "Noto Sans JP", sans-serif;
    color: var(--color_main);
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.5;
    margin-bottom: 0.85rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--color_main);
}

body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .swell-block-column[data-valign="center"] h4 {
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    color: #111827;
    font-size: clamp(1.55rem, 2.4vw, 2.75rem);
    font-weight: 900;
    line-height: 1.28;
    margin-bottom: 1.35rem;
}

body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .swell-block-column[data-valign="center"] p {
    margin-bottom: 0;
    font-size: 1rem;
}

body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .wp-block-image,
body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .wp-block-image img {
    width: 100%;
    height: 100%;
}

body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .wp-block-image {
    overflow: hidden;
    background: #dce4ec;
}

body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .wp-block-image img {
    display: block;
    min-height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 11;
}

#body_wrap.home .post_content #service {
    position: relative;
    width: min(calc(100vw - 4rem), 1480px);
    max-width: none !important;
    left: auto;
    margin-inline: auto !important;
    transform: none;
    overflow: visible;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: clamp(1.2rem, 2vw, 2rem);
    row-gap: clamp(2.5rem, 5vw, 5.5rem);
    align-items: stretch;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column {
    position: relative;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    min-width: 0;
    margin-bottom: 0;
    z-index: 1;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 1),
#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n) {
    grid-column: span 8;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 2),
#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 3) {
    grid-column: span 4;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 2)::before,
#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 3)::before {
    content: "";
    position: absolute;
    top: clamp(1.2rem, 2vw, 1.8rem);
    width: 100%;
    height: 100%;
    background: #eef3f8;
    z-index: -1;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 2)::before {
    left: clamp(1.2rem, 2vw, 1.8rem);
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 3)::before {
    right: clamp(1.2rem, 2vw, 1.8rem);
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 1) {
    padding: clamp(2.6rem, 4.2vw, 4.2rem) clamp(2.1rem, 3.4vw, 3.8rem) !important;
    background: transparent;
    transform: translateX(clamp(1rem, 2vw, 2rem)) translateY(clamp(1rem, 2vw, 2rem));
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n) {
    padding: clamp(2.6rem, 4.2vw, 4.2rem) clamp(2.1rem, 3.4vw, 3.8rem) !important;
    background: transparent;
    transform: translateX(clamp(-1rem, -2vw, -2rem)) translateY(clamp(1rem, 2vw, 2rem));
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 2) {
    overflow: hidden;
    background: #dce4ec;
    transform: translateX(clamp(-1rem, -2vw, -2rem));
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 3) {
    overflow: hidden;
    background: #dce4ec;
    transform: translateX(clamp(1rem, 2vw, 2rem));
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column[data-valign="center"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: clamp(380px, 38vw, 520px);
    border-top: none;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column[data-valign="center"] h3 {
    display: block;
    width: min(100%, 52rem);
    margin-top: 0;
    margin-bottom: 1.4rem;
    margin-inline: auto;
    padding: 0;
    border: 0;
    color: #0f172a;
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: clamp(2rem, 2.9vw, 3.25rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column[data-valign="center"] h3::before {
    content: none;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column[data-valign="center"] h4 {
    display: inline-flex;
    align-items: center;
    width: min(100%, 52rem);
    max-width: none;
    margin-bottom: 1rem;
    margin-inline: auto;
    padding: 0;
    border: 0;
    color: var(--color_main);
    font-family: "presicav", "Noto Sans JP", sans-serif;
    font-size: clamp(1rem, 1.15vw, 1.15rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.5;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column[data-valign="center"] p {
    width: min(100%, 52rem);
    max-width: none;
    margin-inline: auto;
    color: #4b5563;
    font-size: 1rem;
}

#body_wrap.home .post_content #service .swell-block-button {
    width: min(100%, 52rem);
    margin-top: auto;
    margin-inline: auto;
    padding-top: 2rem;
}

#body_wrap.home .post_content #service .swell-block-button__link {
    min-width: min(100%, 280px);
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--color_main) !important;
}

#body_wrap.home .post_content #service .wp-block-image,
#body_wrap.home .post_content #service .wp-block-image img {
    width: 100%;
    height: 100%;
}

#body_wrap.home .post_content #service .wp-block-image {
    position: relative;
    opacity: 0;
    transform: translate3d(0, 42px, 0);
    transition:
        opacity 0.8s ease,
        transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

#body_wrap.home .post_content #service .wp-block-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0 auto;
    width: clamp(92px, 10vw, 140px);
    height: clamp(92px, 10vw, 140px);
    background: rgba(255, 255, 255, 0.92);
    pointer-events: none;
}

#body_wrap.home .post_content #service .wp-block-image img {
    display: block;
    min-height: clamp(420px, 38vw, 560px);
    object-fit: cover;
    aspect-ratio: auto;
    transition:
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.8s ease;
    filter: saturate(0.9) contrast(0.98);
}

#body_wrap.home .post_content #service .wp-block-image.is-inview {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#body_wrap.home .post_content #service .wp-block-image.is-inview img {
    filter: saturate(1) contrast(1);
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 2) .wp-block-image::after {
    right: 0;
}

#body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 3) .wp-block-image::after {
    left: 0;
}

body.home .is-style-clmn-shadow {
    --swl-clmn-pddng: 0;
}

body.home .is-style-clmn-shadow > .swell-block-columns__inner {
    gap: clamp(1rem, 1.8vw, 1.75rem);
}

body.home .is-style-clmn-shadow > .swell-block-columns__inner > .swell-block-column {
    position: relative;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: none;
    overflow: hidden;
}

body.home .is-style-clmn-shadow > .swell-block-columns__inner > .swell-block-column::before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: var(--color_main);
}

body.home .is-style-clmn-shadow > .swell-block-columns__inner > .swell-block-column h3 {
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    color: #111827;
    font-size: clamp(1.2rem, 1.4vw, 1.45rem);
    line-height: 1.45;
    margin-bottom: 1rem;
    font-weight: 700;
}

body.home .is-style-clmn-shadow > .swell-block-columns__inner > .swell-block-column p {
    color: #445066;
    font-size: 0.98rem;
}

body.home .p-postListWrap {
    max-width: 1040px;
    margin-inline: auto;
}

body.home .p-postList.-type-card {
    display: block;
    margin: 0;
}

body.home .-type-card .p-postList__item {
    width: 100%;
    padding: 0;
    margin: 0;
}

body.home .-type-card .p-postList__link {
    display: grid;
    grid-template-columns: minmax(210px, 280px) 1fr;
    gap: clamp(1.25rem, 2.5vw, 2.5rem);
    align-items: center;
    padding: clamp(1.5rem, 2.4vw, 2.2rem) 0;
    border-top: 1px solid rgba(17, 24, 39, 0.16);
}

body.home .-type-card .p-postList__item:last-child .p-postList__link {
    border-bottom: 1px solid rgba(17, 24, 39, 0.16);
}

body.home .p-postList__thumb {
    margin: 0;
    overflow: hidden;
    background: #eef2f7;
}

body.home .c-postThumb__figure,
body.home .c-postThumb__img {
    width: 100%;
    height: 100%;
}

body.home .c-postThumb__img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

body.home .c-postThumb__cat {
    left: 1rem;
    top: 1rem;
    right: auto;
    padding: 0.15rem 0.95rem;
    background: var(--color_main);
    color: #fff;
    transform: none;
}

body.home .p-postList__title {
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: clamp(1.25rem, 1.8vw, 1.7rem);
    line-height: 1.4;
    font-weight: 700;
}

body.home .p-postList__times,
body.home .p-postList__meta {
    color: #5b6475;
    font-size: 0.88rem;
}

body.home .p-postList__link:hover {
    transform: translateY(-4px);
}

.swell-block-button__link {
    border-radius: 999px !important;
    border-width: 1px !important;
    padding: 0.95em 2.4em !important;
    min-width: min(100%, 240px);
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: none !important;
}

.is-style-btn_line .swell-block-button__link,
.is-style-btn_solid .swell-block-button__link {
    border-color: var(--color_main) !important;
    background: var(--color_main) !important;
    color: #fff !important;
}

.is-style-btn_line .swell-block-button__link:hover,
.is-style-btn_solid .swell-block-button__link:hover {
    background: #fff !important;
    color: var(--color_main) !important;
}

#before_footer_widget .swell-block-fullWide {
    background: linear-gradient(135deg, #2f6789 0%, #214a64 100%) !important;
}

#before_footer_widget .swell-block-fullWide .swell-block-fullWide__inner {
    max-width: 1280px;
    padding-block: clamp(4.5rem, 7vw, 7rem);
}

#before_footer_widget .wp-block-heading,
#before_footer_widget p {
    color: #fff;
}

#before_footer_widget .is-style-section_ttl::before {
    background: #fff;
}

#before_footer_widget .is-style-section_ttl::after {
    background: rgba(255, 255, 255, 0.25);
}

#before_footer_widget .is-style-btn_solid .swell-block-button__link {
    border-color: #fff !important;
    background: #fff !important;
    color: var(--color_main) !important;
}

#before_footer_widget .is-style-btn_solid .swell-block-button__link:hover {
    background: transparent !important;
    color: #fff !important;
}

@media (max-width: 959px) {
    body {
        line-height: 1.82;
        letter-spacing: 0.035em;
    }

    #body_wrap.home .c-homeHero {
        padding-top: 1rem;
    }

    #body_wrap.home .c-homeHero__inner {
        width: min(100%, 100%);
        min-height: clamp(600px, 126vw, 860px);
    }

    #body_wrap.home .c-homeHero__copy {
        position: relative;
        top: auto;
        left: auto;
        max-width: none;
        padding-top: 0;
        padding-inline: 1.25rem;
    }

    #body_wrap.home .c-homeHero__title {
        font-size: clamp(3.25rem, 10.4vw, 4.8rem);
        line-height: 1.16;
        white-space: normal;
    }

    #body_wrap.home .c-homeHero__lead {
        max-width: 25rem;
        margin: 1.35rem 0 0 0.2rem;
        font-size: 1rem;
        line-height: 1.75;
    }

    #body_wrap.home .c-homeHero__stage {
        position: relative;
        height: clamp(520px, 118vw, 760px);
        margin-top: 2.25rem;
    }

    #body_wrap.home .c-homeHero__media--main {
        top: 0;
        width: min(61vw, 29rem);
        aspect-ratio: 780 / 885;
    }

    #body_wrap.home .c-homeHero__media--left {
        top: clamp(13rem, 41vw, 17rem);
        width: min(74vw, 33rem);
        aspect-ratio: 939.353 / 627;
    }

    #body_wrap.home .c-homeHero__media--bottom {
        top: auto;
        left: auto;
        right: 0.75rem;
        bottom: 0;
        width: min(52vw, 24rem);
        aspect-ratio: 669 / 552;
    }

    body.home .post_content > .swell-block-fullWide,
    body.home .post_content > .swell-block-columns,
    body.home .post_content > .wp-block-heading,
    body.home .post_content > .p-postListWrap,
    body.home .post_content > .swell-block-button {
        margin-top: clamp(1.5rem, 5vw, 2.5rem);
    }

    body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .swell-block-column[data-valign="center"] {
        padding: 1.5rem !important;
    }

    #body_wrap.home .post_content #service > .swell-block-columns__inner {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    #body_wrap.home .post_content #service {
        width: min(calc(100vw - 2rem), 100%);
        left: auto;
        margin-inline: auto !important;
        transform: none;
    }

    #body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column {
        grid-column: 1 / -1 !important;
        margin-top: 0 !important;
        transform: none !important;
    }

    #body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n + 1),
    #body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column:nth-child(4n) {
        padding: 1.75rem 1.5rem !important;
    }

    #body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column[data-valign="center"] {
        min-height: auto;
    }

    #body_wrap.home .post_content #service > .swell-block-columns__inner > .swell-block-column[data-valign="center"] h3 {
        max-width: none;
        font-size: clamp(1.65rem, 7vw, 2.2rem);
    }

    #body_wrap.home .post_content #service .swell-block-button {
        padding-top: 1.25rem;
    }

    #body_wrap.home .post_content #service .wp-block-image img {
        min-height: 280px;
    }

    body.home .-type-card .p-postList__link {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 599px) {
    body.home .post_content > .swell-block-fullWide p.has-text-align-center,
    body.home .post_content > .wp-block-heading + p.has-text-align-center {
        font-size: 0.97rem;
    }

    body.home .post_content .wp-block-heading.ttl-xl,
    body.home .post_content .wp-block-heading.ttl-xl .swl-fz {
        font-size: clamp(2rem, 10vw, 2.8rem) !important;
        line-height: 1.14;
    }

    body.home .is-style-clmn-shadow > .swell-block-columns__inner > .swell-block-column::before {
        height: 4px;
    }

    body.home .post_content > .swell-block-columns:not(.is-style-clmn-shadow) .swell-block-column[data-valign="center"] h4 {
        font-size: 1.5rem;
    }

    .swell-block-button__link {
        width: 100%;
    }
}

.c-worksArchive {
    max-width: 1180px;
    margin-inline: auto;
}

.c-worksArchive__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 2.6vw, 2.4rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-worksArchive__item {
    margin: 0;
}

.c-worksCard {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.c-worksCard__thumb {
    display: block;
    background: #eef3f8;
}

.c-worksCard__thumb .c-postThumb {
    margin: 0;
}

.c-worksCard__thumb .c-postThumb__figure,
.c-worksCard__thumb .c-postThumb__img {
    width: 100%;
    height: 100%;
}

.c-worksCard__thumb .c-postThumb__img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.c-worksCard__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.9rem;
    padding: clamp(1.4rem, 2.2vw, 1.9rem);
}

.c-worksCard__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    color: #5b6475;
    font-family: "presicav", "Noto Sans JP", sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
}

.c-worksCard__title {
    margin: 0;
    color: #111827;
    font-size: clamp(1.25rem, 1.6vw, 1.55rem);
    line-height: 1.42;
    font-weight: 700;
}

.c-worksCard__title a {
    color: inherit;
}

.c-worksCard__excerpt {
    margin: 0;
    color: #4b5563;
    font-size: 0.98rem;
}

.c-worksCard__more,
.c-worksSingle__archiveLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 13rem;
    margin-top: auto;
    padding: 0.95rem 1.5rem;
    border: 1px solid var(--color_main);
    border-radius: 999px;
    color: var(--color_main);
    font-family: "presicav", "Noto Sans JP", sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.c-worksCard__more:hover,
.c-worksSingle__archiveLink:hover {
    background: var(--color_main);
    color: #fff;
}

.c-worksArchive .c-pagination {
    margin-top: clamp(2.5rem, 4vw, 4rem);
}

.c-worksArchive__empty {
    margin: 0;
    text-align: center;
}

.c-worksSingle {
    max-width: 980px;
}

.c-worksSingle__excerpt {
    margin: 0 0 2rem;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid var(--color_main);
    background: var(--color_main_thin);
    color: #334155;
    font-size: 1rem;
}

.c-worksSingle .c-postThumb {
    margin-top: clamp(2.25rem, 4vw, 3.5rem);
    margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.c-worksSingle__details {
    margin-bottom: clamp(2.25rem, 3.5vw, 3rem);
}

.c-worksDetailTable {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid rgba(15, 23, 42, 0.14);
    border-bottom: 1px solid rgba(15, 23, 42, 0.14);
}

.c-worksDetailTable th,
.c-worksDetailTable td {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    text-align: left;
    vertical-align: top;
}

.c-worksDetailTable tr:last-child th,
.c-worksDetailTable tr:last-child td {
    border-bottom: 0;
}

.c-worksDetailTable th {
    width: 11rem;
    color: #334155;
    font-weight: 700;
    white-space: nowrap;
    background: rgba(148, 163, 184, 0.08);
}

.c-worksDetailTable td {
    color: #111827;
    background: #fff;
}

.c-worksSingle__footerNav {
    display: flex;
    justify-content: center;
    margin-top: clamp(2.5rem, 4vw, 4rem);
}

.c-worksSingle.-sidebar-off {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.c-worksSingle .c-pageTitle {
    margin-bottom: 0;
    text-align: center;
}

.c-worksSingle .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    display: inline-block;
    float: none;
    margin-bottom: -1px;
}

.c-worksSingle .c-pageTitle__inner {
    color: #111827;
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.c-worksSingle .c-pageTitle__inner budoux-ja {
    display: inline;
}

.c-worksSingle .p-articleMetas.-top {
    justify-content: flex-start;
    margin-top: 1rem;
}

.single-works .c-postTitle__date,
.single-works .p-articleMetas.-top,
.single-works .c-shareBtns,
.single-works .l-articleBottom__section.-author,
.single-works .p-authorBox {
    display: none !important;
}

.c-worksRelated__title {
    margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
    color: #111827;
    font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    letter-spacing: 0.04em;
}

.c-worksRelated__empty {
    text-align: center;
}

@media (max-width: 959px) {
    .c-worksArchive__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 599px) {
    .c-worksCard__body {
        padding: 1.2rem;
    }

    .c-worksCard__more,
    .c-worksSingle__archiveLink {
        width: 100%;
        min-width: 0;
    }

    .c-worksSingle__excerpt {
        padding: 1rem 1.1rem;
    }

    .c-worksDetailTable th,
    .c-worksDetailTable td {
        display: block;
        width: 100%;
        padding: 0.85rem 1rem;
    }

    .c-worksDetailTable th {
        border-bottom: 0;
    }
}

