@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 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 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 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: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -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: inherit;
    /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

a,
span {
    display: inline-block;
}

/*----------------------------------------
　　Import Modules
----------------------------------------*/
/* ブレイクポイントの種類を定義
----------------------------------------*/
/* カラー変数の定義
----------------------------------------*/
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/*----------------------------------------
　　ビューポート単位の計算関数
----------------------------------------*/
/*----------------------------------------
　　メディアクエリ用のMixin
----------------------------------------*/
/*----------------------------------------
　　カラーマップ取得関数
----------------------------------------*/
/*----------------------------------------
　　基本
----------------------------------------*/
html {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    html {
        font-size: clamp(14px, 2.1333333333vw, 16px);
    }
}
/*----------------------------------------
　　フォント
----------------------------------------*/
/*----------------------------------------
　　コンテンツ・セクション幅
----------------------------------------*/
/*----------------------------------------
　　PC・SP 非表示
----------------------------------------*/
.sp_only {
    display: none !important;
}

.under1280 {
    display: none;
}

@media screen and (max-width: 1281px) {
    .under1280 {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .sp_only {
        display: block !important;
    }
    .pc_only {
        display: none !important;
    }
}
/*----------------------------------------
　　共通パーツ (全ページ)
----------------------------------------*/
.l-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/*----------------------------------------
　　共通パーツ(下層)
----------------------------------------*/
.p-section__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
}

.c-section-title__h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 78px;
    letter-spacing: 0.01em;
    line-height: 1.3529411765;
    position: relative;
}

.c-section-title__h2::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #d53b3b;
}

.c-section-title__h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3461538462;
    letter-spacing: 0.01em;
    position: relative;
    margin-left: 28px;
    margin-bottom: 60px;
}

.c-section-title__h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    width: 16px;
    height: 16px;
    background: #d53b3b;
    border-radius: 50%;
    transform: translateY(-50%);
}

.c-section-title__h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
    margin-bottom: 60px;
    position: relative;
    margin-left: 28px;
}

.c-section-title__h4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    width: 14px;
    height: 2px;
    background: #121212;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .p-section__inner {
        padding: 0 2.6666666667vw;
    }
    .c-section-title__h2 {
        font-size: clamp(22px, 4.5333333333vw, 34px);
        margin-bottom: 10.4vw;
    }
    .c-section-title__h2::before {
        display: inline-block;
        bottom: -1.8666666667vw;
        width: 5.3333333333vw;
        height: 0.5333333333vw;
        min-width: 26px;
        min-height: 2px;
    }
    .c-section-title__h3 {
        font-size: clamp(20px, 3.4666666667vw, 26px);
        margin-left: 3.7333333333vw;
        margin-bottom: 8vw;
    }
    .c-section-title__h3::before {
        left: -3.7333333333vw;
        width: 2.1333333333vw;
        height: 2.1333333333vw;
        min-width: 10px;
        min-height: 10px;
    }
    .c-section-title__h4 {
        font-size: clamp(16px, 2.6666666667vw, 20px);
        margin-bottom: 8vw;
        margin-left: 3.7333333333vw;
    }
    .c-section-title__h4::before {
        left: -3.7333333333vw;
        width: 1.8666666667vw;
        height: 0.2666666667vw;
        min-width: 9px;
        min-height: 1px;
    }
}
.c-breadcrumb {
    margin-top: 50px;
}

.c-breadcrumb__list {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.c-breadcrumb__link {
    transition: 0.3s;
    white-space: nowrap;
}

.c-breadcrumb__current {
    word-break: break-all;
    line-height: 1.4;
}

.c-breadcrumb__link:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .c-breadcrumb {
        margin-top: 6.6666666667vw;
    }
}
.c-pagination {
    text-align: center;
    margin-bottom: 120px;
}
.c-pagination .navigation.pagination {
    display: inline-block;
}
.c-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.c-pagination .screen-reader-text {
    margin: 0;
}
.c-pagination .prev.page-numbers {
    transform: rotate(180deg);
}
.c-pagination .prev.page-numbers,
.c-pagination .next.page-numbers {
    width: 14px;
    height: 14px;
    border: none;
}
.c-pagination .page-numbers.dots {
    border: none;
}
.c-pagination .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #d53b3b;
    border: 2px solid #d53b3b;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.c-pagination .page-numbers.current {
    background: #d53b3b;
    color: #fff;
}

.p-fv {
    margin: 19px 80px 0;
    height: 20.8333333333vw;
    border-radius: 20px;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.p-fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    z-index: 1;
}

.p-fv-title {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.3846153846;
    color: #fff;
    padding: 123px 0 0 53px;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 1440px) {
    .p-fv-title {
        padding: 8.5416666667vw 0 0 3.6805555556vw;
    }
}
@media screen and (max-width: 1439px) {
    .p-fv {
        max-width: 1280px;
        margin: 19px auto 0;
        height: 300px;
    }
}
@media screen and (max-width: 1359px) {
    .p-fv {
        margin: 19px 40px 0;
    }
}
@media screen and (max-width: 767px) {
    .p-fv {
        margin: 2.5333333333vw 2.6666666667vw 0;
        height: 40vw;
    }
    .p-fv-title {
        font-size: clamp(24px, 5.2vw, 39px);
        padding: 16.4vw 0 0 7.0666666667vw;
    }
}
/* スクロールアニメーション
----------------------------------------*/
.t-about,
.t-service,
.t-case,
.t-news,
.t-company,
.t-recruit,
.t-contact,
.c-footer,
.p-template-section-1,
.p-template-section-2,
.p-template-section-3,
.p-template-section-4,
.p-template-section-5,
.p-template-section-6,
.p-template-section-7,
.p-template-section-8 {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.t-about.animate-in,
.t-service.animate-in,
.t-case.animate-in,
.t-news.animate-in,
.t-company.animate-in,
.t-recruit.animate-in,
.t-contact.animate-in,
.c-footer.animate-in,
.p-template-section-1.animate-in,
.p-template-section-2.animate-in,
.p-template-section-3.animate-in,
.p-template-section-4.animate-in,
.p-template-section-5.animate-in,
.p-template-section-6.animate-in,
.p-template-section-7.animate-in,
.p-template-section-8.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.post-content p a {
    color: #d53b3b;
}

h2.wp-block-heading {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 78px;
    letter-spacing: 0.01em;
    line-height: 1.3529411765;
    position: relative;
}

h2.wp-block-heading::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #d53b3b;
}

h3.wp-block-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3461538462;
    letter-spacing: 0.01em;
    position: relative;
    margin-left: 28px;
    margin-bottom: 40px;
}

h3.wp-block-heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    width: 16px;
    height: 16px;
    background: #d53b3b;
    border-radius: 50%;
    transform: translateY(-50%);
}

h4.wp-block-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
    margin-bottom: 40px;
    position: relative;
    margin-left: 28px;
}

h4.wp-block-heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    width: 14px;
    height: 2px;
    background: #121212;
    transform: translateY(-50%);
}

.wp-block-image .alignleft {
    float: left;
    margin: 0 64px 0 0;
    width: 478px;
    height: 438px;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: block;
}

.wp-block-image .alignright {
    float: right;
    margin: 0 0 0 64px;
    width: 478px;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: block;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img {
    flex: 0 0 478px;
    width: 478px;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.wp-block-image img {
    margin-bottom: 80px;
    border-radius: 10px;
}

.wp-block-image {
    width: 100%;
    height: 100%;
}

.wp-block-spacer {
    clear: both;
}

.post-content p {
    margin-bottom: 30px;
}

.wp-block-table .has-fixed-layout a {
    color: #d53b3b;
}

.wp-block-table .has-fixed-layout {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 100px;
}

.wp-block-table .has-fixed-layout tr {
    border-bottom: 1px solid #cbcbcb;
    background: #eeeeee;
}

.wp-block-table .has-fixed-layout tr:nth-child(odd) {
    background: #fff;
}

.wp-block-table .has-fixed-layout td {
    border: none;
    font-size: 16px;
    line-height: 1.875;
    padding: 12px 20px 12px 0;
    text-align: left;
}

.wp-block-table .has-fixed-layout tr td:first-child {
    font-weight: 600;
    padding-left: 32px;
    width: 220px;
}

@media screen and (max-width: 980px) {
    .wp-block-image .alignleft {
        float: none;
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .wp-block-image .alignright {
        float: none;
        margin-left: 0;
        width: 100%;
        height: auto;
    }
    .wp-block-image img {
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 767px) {
    h2.wp-block-heading {
        font-size: clamp(22px, 4.5333333333vw, 34px);
        margin-bottom: 10.4vw;
    }
    h2.wp-block-heading::before {
        display: inline-block;
        bottom: -1.8666666667vw;
        width: 5.3333333333vw;
        height: 0.5333333333vw;
        min-width: 26px;
        min-height: 2px;
    }
    h3.wp-block-heading {
        font-size: clamp(20px, 3.4666666667vw, 26px);
        margin-left: 3.7333333333vw;
        margin-bottom: 5.3333333333vw;
    }
    h3.wp-block-heading::before {
        left: -3.7333333333vw;
        width: 2.1333333333vw;
        height: 2.1333333333vw;
        min-width: 10px;
        min-height: 10px;
    }
    h4.wp-block-heading {
        font-size: clamp(16px, 2.6666666667vw, 20px);
        margin-bottom: 5.3333333333vw;
        margin-left: 3.7333333333vw;
    }
    h4.wp-block-heading::before {
        left: -3.7333333333vw;
        width: 1.8666666667vw;
        height: 0.2666666667vw;
        min-width: 9px;
        min-height: 1px;
    }
    .wp-block-image img {
        margin-bottom: 8.5333333333vw;
    }
    .post-content p {
        margin-bottom: 2.6666666667vw;
    }
    .wp-block-table .has-fixed-layout {
        margin-bottom: 13.3333333333vw;
    }
    .wp-block-table .has-fixed-layout tr {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .wp-block-table .has-fixed-layout tr:nth-child(odd) {
        background: #fff;
    }
    .wp-block-table .has-fixed-layout td {
        border: none;
        font-size: clamp(14px, 2.1333333333vw, 16px);
        padding: 1.6vw 2.6666666667vw 1.6vw 4.2666666667vw;
    }
    .wp-block-table .has-fixed-layout td:not(:first-child) {
        font-size: clamp(14px, 2.1333333333vw, 16px);
        padding: 0 2.6666666667vw 1.6vw 4.2666666667vw;
    }
    .wp-block-table .has-fixed-layout tr td:first-child {
        padding-left: 4.2666666667vw;
    }
}
.cf7__list {
    max-width: 900px;
    margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
    .cf7__list {
        max-width: 344px;
        margin: 0 auto 60px;
    }
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/*----------------------------------------
　　header
----------------------------------------*/
.c-header {
    padding: 6px 0 0;
}

.c-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 80px;
}

.c-header__logo {
    width: 152px;
}

.c-header__nav {
    display: flex;
    align-items: center;
}

.c-global-nav__list {
    display: flex;
    gap: 32px;
}

.c-global-nav__link {
    line-height: 1.375;
    padding-bottom: 5px;
    position: relative;
}

.c-global-nav__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #d53b3b;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}

.c-contact-nav__link {
    padding: 18px 37px 20px;
    background: #d53b3b;
    border: 1px solid #d53b3b;
    color: #fff;
    border-radius: 100px;
    line-height: 1;
    transition: 0.3s;
    margin-left: 33px;
}

.c-header__toggle-menu {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #d53b3b;
    transition: 0.3s;
    margin-left: 15px;
    position: relative;
    z-index: 1000;
}

.c-header__toggle-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 2px;
    background: #fff;
}

.c-header__toggle-line:nth-child(1) {
    top: 20px;
    transition: 0.3s;
}

.c-header__toggle-line:nth-child(2) {
    top: 29px;
    transition: 0.3s;
}

.c-header__toggle-line:nth-child(3) {
    top: 38px;
    transition: 0.3s;
}

.c-header__toggle-menu.open {
    background: #fff;
}

.c-header__toggle-menu.open .c-header__toggle-line {
    background: #d53b3b;
}

.c-header__toggle-menu.open .c-header__toggle-line:nth-child(1) {
    top: 29px;
    transform: translateX(-50%) rotate(45deg);
}

.c-header__toggle-menu.open .c-header__toggle-line:nth-child(2) {
    opacity: 0;
}

.c-header__toggle-menu.open .c-header__toggle-line:nth-child(3) {
    top: 29px;
    transform: translateX(-50%) rotate(-45deg);
}

.c-header .c-global-nav__hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 490px;
    height: 630px;
    background: #d53b3b;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.3s;
}

.c-header.open .c-global-nav__hamburger {
    transform: translateX(0);
}

.c-header .c-global-nav__list-hamburger {
    padding: 100px 0 0 178px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.c-header .c-global-nav__item-hamburger {
    display: block;
}

.c-header .c-global-nav__link-hamburger {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6875;
    letter-spacing: 0.15em;
    transition: 0.3s;
    display: inline-block;
}

.c-header .c-global-nav__sub-link-hamburger {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5333333333;
    letter-spacing: 0.15em;
    margin-left: 17px;
    transition: 0.3s;
    display: inline-block;
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .c-global-nav__link:hover::before {
        transform: scale(1, 1);
        transform-origin: left top;
    }
    .c-contact-nav__link:hover {
        background: #fff;
        color: #d53b3b;
    }
    .c-header.open .c-global-nav__link-hamburger:hover {
        opacity: 0.7;
    }
    .c-header.open .c-global-nav__sub-link-hamburger:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 1439px) {
    .c-header__inner {
        max-width: 1280px;
        margin: 0 auto;
    }
    .c-global-nav__list {
        display: none;
    }
}
@media screen and (max-width: 1369px) {
    .c-header__inner {
        margin: 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .c-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #fff;
    }
    .c-header__inner {
        margin: 0 2.6666666667vw;
    }
    .c-contact-nav__link {
        display: none;
    }
    .c-header__toggle-menu.open {
        background: #fff;
        position: fixed;
        top: 18.5px;
        right: 2.6666666667vw;
    }
    .c-header .c-global-nav__hamburger {
        width: 100%;
        height: 100%;
    }
    .c-header.open .c-global-nav__list-hamburger {
        padding: 100px 0 0 0;
        display: flex;
        gap: 24px;
    }
    .c-header.open .c-global-nav__item-hamburger {
        width: 150px;
        margin: 0 auto;
    }
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/*----------------------------------------
　　footer
----------------------------------------*/
.c-footer {
    margin-top: auto;
}

.c-footer__list {
    background: #f5f4f3;
    padding: 39px 105px 53px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.c-footer__item {
    display: flex;
    flex-direction: column;
}

.c-footer__link {
    font-size: 15px;
    line-height: 2.1333333333;
    color: #606060;
    font-family: "Inter", sans-serif;
    transition: color 0.3s;
}

.c-footer__link:hover {
    color: #000;
}

.c-footer__copyright {
    text-align: center;
    padding: 24px 0 26px;
    font-size: 15px;
    line-height: 2.1333333333;
    color: #afafaf;
    font-family: "Inter", sans-serif;
}

@media screen and (max-width: 1280px) {
    .c-footer__list {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 30px;
    }
}
@media screen and (max-width: 768px) {
    .c-footer__list {
        display: none;
    }
    .c-footer__copyright {
        padding: 3.2vw 0 3.4666666667vw;
        font-size: clamp(12px, 2vw, 15px);
    }
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter24pt-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter24pt-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/*----------------------------------------
　　トップページ
----------------------------------------*/
/* 共通パーツ
----------------------------------------*/
.t-section__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
}

.t-section__title {
    display: flex;
    flex-direction: column;
}

.t-section__title-en {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.21;
    color: #f5f4f3;
    font-family: "Inter", sans-serif;
}

.t-section__title-ja {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
}

.button {
    padding: 24px 0 24px 26px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.03em;
    background-color: #d53b3b;
    border: 1px solid #d53b3b;
    border-radius: 36px;
    color: #fff;
    position: relative;
    transition: 0.3s;
    display: block;
    width: 280px;
}

.button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 40px;
    height: 40px;
    background: url(../../dist/images/top/about_arrow_icon.svg) no-repeat center
        center/contain;
    transform: translateY(-50%);
    transition: 0.3s;
}

@media screen and (min-width: 769px) {
    .button:hover {
        background-color: #fff;
        color: #d53b3b;
    }
    .button:hover::after {
        background: url(../../dist/images/top/about_arrow_icon_hover.svg)
            no-repeat center center/contain;
    }
}
@media screen and (max-width: 767px) {
    main {
        padding-top: 91px;
    }
    .t-section__inner {
        padding: 0 2.6666666667vw;
    }
    .t-section__title-en {
        font-size: 13.3333333333vw;
    }
    .t-section__title-ja {
        font-size: 5.3333333333vw;
    }
    .button {
        padding: 24px 0 24px 26px;
        width: 280px;
    }
    .button::after {
        right: 22px;
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 480px) {
    .button {
        width: 250px;
    }
}
/* MV
----------------------------------------*/
.t-mv {
    margin: 19px 80px 0;
    background: url(../../dist/images/top/mv.jpg) no-repeat center top/cover;
    height: 44.4444444444vw;
    border-radius: 20px;
    position: relative;
}

.t-mv__title {
    position: absolute;
    bottom: 42px;
    left: 50px;
    background-color: rgba(213, 59, 59, 0.9);
    font-size: 39px;
    font-weight: 700;
    line-height: 1.3846153846;
    color: #fff;
    border-radius: 10px;
    padding: 37px 12px 30px 39px;
    z-index: 1;
}

.t-mv__subtitle {
    position: absolute;
    bottom: -10px;
    right: 5px;
    font-size: 120px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #f5f4f3;
    opacity: 0.4;
    line-height: 1;
}

@media screen and (max-width: 1439px) {
    .t-mv {
        max-width: 1280px;
        margin: 19px auto 0;
        height: 640px;
    }
}
@media screen and (max-width: 1359px) {
    .t-mv {
        margin: 19px 40px 0;
    }
}
@media screen and (max-width: 1280px) {
    .t-mv__subtitle {
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
    .t-mv {
        margin: 2.5333333333vw 2.6666666667vw 0;
        height: 85.3333333333vw;
    }
    .t-mv__title {
        bottom: 5.6vw;
        left: 6.6666666667vw;
        font-size: 5.2vw;
        padding: 4.9333333333vw 1.6vw 4vw 5.2vw;
    }
    .t-mv__subtitle {
        bottom: -1.3333333333vw;
        right: 0.6666666667vw;
        font-size: 16vw;
    }
}
/* About
----------------------------------------*/
.t-about {
    padding: 64px 0 156px;
}

.t-about__title {
    text-align: center;
}

.t-about__title-ja {
    margin-top: -50px;
}

.t-about__content {
    margin-top: 118px;
    display: flex;
    gap: 67px;
}

.t-about__content-img {
    margin-top: 11px;
    width: 573px;
}

.t-about__content-box {
    flex: 1;
}

.t-about__content-text {
    line-height: 1.875;
}

.t-about__button {
    margin-top: 41px;
}

@media screen and (max-width: 1280px) {
    .t-about__content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .t-about {
        padding: 8.5333333333vw 0 20.8vw;
    }
    .t-about__title-ja {
        margin-top: -6.6666666667vw;
    }
    .t-about__content {
        margin-top: 15.7333333333vw;
        gap: 8.9333333333vw;
    }
    .t-about__content-img {
        margin-top: 1.4666666667vw;
        width: 76.4vw;
    }
    .t-about__button {
        margin-top: 5.4666666667vw;
    }
}
/* Service
----------------------------------------*/
.t-service {
    padding: 68px 0 88px;
    background-color: #f5f4f3;
}

.t-service__inner {
    display: flex;
    gap: 67px;
    justify-content: space-between;
}

.t-service__title-en {
    color: #fff;
    margin-left: 80px;
}

.t-service__title-ja {
    margin-top: -45px;
}

.t-service__text {
    margin-top: 27px;
    line-height: 1.875;
}

.t-service__button {
    margin-top: 45px;
}

.t-service__img {
    width: 580px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 25px;
}

@media screen and (max-width: 1280px) {
    .t-service__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .t-service {
        padding: 9.0666666667vw 0 11.7333333333vw;
    }
    .t-service__inner {
        gap: 8.9333333333vw;
    }
    .t-service__title-en {
        margin-left: 10.6666666667vw;
    }
    .t-service__title-ja {
        margin-top: -6vw;
    }
    .t-service__text {
        margin-top: 3.6vw;
    }
    .t-service__button {
        margin-top: 6vw;
    }
    .t-service__img {
        width: 77.3333333333vw;
        margin-top: 3.3333333333vw;
    }
}
/* Case
----------------------------------------*/
.t-case {
    padding: 72px 0 90px;
}

.t-case__title {
    text-align: center;
}

.t-case__title-ja {
    margin-top: -55px;
}

.t-case__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(402px, 1fr));
    gap: 37px;
    margin-top: 30px;
}

.t-case__item-img {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 402/240;
}

.t-case__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 402/240;
}

.t-case__item-text {
    margin-top: 30px;
    line-height: 1.875;
    font-family: "Inter", sans-serif;
}

.t-case__button {
    margin: 49px auto 0;
}

@media screen and (max-width: 767px) {
    .t-case {
        padding: 9.6vw 0 12vw;
    }
    .t-case__title-ja {
        margin-top: -7.3333333333vw;
    }
    .t-case__list {
        display: flex;
        flex-direction: column;
        gap: 4.9333333333vw;
        margin-top: 4vw;
    }
    .t-case__item-text {
        margin-top: 4vw;
    }
    .t-case__button {
        margin: 6.5333333333vw auto 0;
    }
}
/* News
----------------------------------------*/
.t-news {
    padding-bottom: 107px;
}

.t-news__content {
    display: flex;
    gap: 67px;
    justify-content: space-between;
    min-height: 255px;
}

.t-news__title-ja {
    margin-top: -40px;
    font-size: 32px;
}

.t-news__list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 23px;
}

.t-news__item {
    padding: 20px 32px;
    background-color: #f5f4f3;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}

.t-news__item-date {
    line-height: 1.875;
}

.t-news__item-text {
    line-height: 1.875;
    width: 52.0833333333vw;
    max-width: 750px;
}

.t-news__button {
    margin-top: -93px;
}

@media screen and (max-width: 1280px) {
    .t-news__content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        min-height: auto;
    }
    .t-news__title-ja {
        text-align: center;
    }
    .t-news__button {
        margin: 39px auto 0;
    }
}
@media screen and (max-width: 767px) {
    .t-news {
        padding-bottom: 14.2666666667vw;
    }
    .t-news__title-ja {
        margin-top: -5.3333333333vw;
        font-size: 4.2666666667vw;
    }
    .t-news__list {
        gap: 1.4666666667vw;
        margin-top: 3.0666666667vw;
    }
    .t-news__item {
        padding: 2.6666666667vw 4.2666666667vw;
        gap: 2.6666666667vw;
    }
    .t-news__button {
        margin: 5.2vw auto 0;
    }
}
/* Recruit
----------------------------------------*/
.t-recruit {
    padding: 31px 0 78px;
    background: linear-gradient(to right, #dc6161, #ec5151);
}

.t-recruit__visuals {
    position: relative;
    max-width: 1340px;
    margin: 0 auto;
}

.t-recruit__title {
    text-align: center;
}

.t-recruit__title-en {
    color: rgba(255, 255, 255, 0.2);
}

.t-recruit__title-ja {
    color: #fff;
    margin-top: -55px;
}

.t-recruit__text {
    margin-top: 37px;
    font-weight: 700;
    line-height: 1.875;
    color: #fff;
    text-align: center;
}

.t-recruit__button {
    color: #652121;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 37px auto 0;
}

.t-recruit__button::after {
    background: url(../../dist/images/top/about_arrow_icon_hover.svg) no-repeat
        center center/contain;
}

.t-recruit__img {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
}

.t-recruit__img-01 {
    top: 16px;
    left: 3px;
    width: 247px;
}

.t-recruit__img-02 {
    top: 232px;
    left: 75px;
    width: 262px;
}

.t-recruit__img-03 {
    top: 86px;
    right: 302px;
    width: 128px;
}

.t-recruit__img-04 {
    top: 6px;
    right: 1px;
    width: 219px;
}

.t-recruit__img-05 {
    top: 303px;
    right: 90px;
    width: 260px;
}

@media screen and (max-width: 1280px) {
    .t-recruit__img {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .t-recruit__button:hover {
        color: #fff;
        background-color: #d53b3b;
    }
    .t-recruit__button:hover::after {
        background: url(../../dist/images/top/about_arrow_icon.svg) no-repeat
            center center/contain;
    }
}
@media screen and (max-width: 767px) {
    .t-recruit {
        padding: 4.1333333333vw 0 10.4vw;
    }
    .t-recruit__title-ja {
        margin-top: -7.3333333333vw;
    }
    .t-recruit__text {
        margin-top: 4.9333333333vw;
    }
}
/* Company
----------------------------------------*/
.t-company {
    padding: 51px 0 64px;
}

.t-company__inner {
    max-width: 900px;
    margin: 0 auto;
    background: url(../../dist/images/top/company_bg.jpg) no-repeat center
        center/cover;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 63px;
}

.t-company__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.t-company__info {
    margin-top: 84px;
    position: relative;
}

.t-company__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2083333333;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.t-company__address {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7777777778;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.t-company__button {
    margin-top: 91px;
}

@media screen and (max-width: 980px) {
    .t-company__inner {
        display: block;
        height: auto;
        margin: 0 40px;
    }
    .t-company__button {
        margin-top: 30px;
        margin-left: auto;
        margin-bottom: 77px;
    }
}
@media screen and (max-width: 767px) {
    .t-company {
        padding: 6.8vw 0 8.5333333333vw;
    }
    .t-company__inner {
        margin: 0 20px;
    }
    .t-company__info {
        margin-top: 11.2vw;
    }
    .t-company__name {
        font-size: clamp(18px, 3.2vw, 24px);
    }
    .t-company__address {
        margin-top: 1.8666666667vw;
        font-size: clamp(14px, 2.4vw, 18px);
    }
    .t-company__button {
        margin-top: 12.1333333333vw;
    }
}
/* Contact
----------------------------------------*/
.t-contact {
    padding-bottom: 98px;
}

.t-contact__title {
    text-align: center;
}

.t-contact__title-ja {
    margin-top: -55px;
}

.t-contact__button {
    padding: 17px 0 18px 0;
    text-align: center;
    width: 315px;
    margin: 24px auto 0;
}

.t-contact__button::after {
    display: none;
}

.t-contact__tel {
    text-align: center;
    line-height: 1.875;
    margin-top: 26px;
}

@media screen and (max-width: 767px) {
    .t-contact {
        padding-bottom: 13.0666666667vw;
    }
    .t-contact__title-ja {
        margin-top: -7.3333333333vw;
    }
    .t-contact__button {
        width: 250px;
        margin: 3.2vw auto 0;
    }
    .t-contact__tel {
        margin-top: 3.4666666667vw;
    }
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/* MV
----------------------------------------*/
/* section-1
----------------------------------------*/
.p-template-section-1 {
    padding: 50px 0 0;
}

.p-template-section-1__inner .p-template-section-1__title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 78px;
    letter-spacing: 0.01em;
    line-height: 1.3529411765;
    position: relative;
}

.p-template-section-1__title::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #d53b3b;
}

.p-template-section-1__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.p-template-section-1__visual {
    background: #ddd;
    border-radius: 10px;
    height: 260px;
    margin-bottom: 20px;
}
.p-template-section-1__visual img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-template-section-1__col-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.p-template-section-1__info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.p-template-section-1__info-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.p-template-section-1__info-label {
    display: inline-block;
    width: 68px;
    background: #d53b3b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
    line-height: 1.875;
}

.p-template-section-1__info-text {
    font-size: 16px;
    line-height: 1.875;
    flex: 1;
}

@media screen and (max-width: 980px) {
    .p-template-section-1__columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
@media screen and (max-width: 767px) {
    .p-template-section-1 {
        padding: 6.6666666667vw 0 0;
    }
    .p-template-section-1__inner .p-template-section-1__title {
        font-size: clamp(22px, 4.5333333333vw, 34px);
        margin-bottom: 10.4vw;
    }
    .p-template-section-1__inner .p-template-section-1__title::before {
        display: inline-block;
        bottom: -1.8666666667vw;
        width: 5.3333333333vw;
        height: 0.5333333333vw;
        min-width: 26px;
        min-height: 2px;
    }
    .p-template-section-1__columns {
        gap: 5.3333333333vw;
    }
    .p-template-section-1__visual {
        margin-bottom: 2.6666666667vw;
    }
    .p-template-section-1__col-title {
        font-size: clamp(18px, 3.2vw, 24px);
        margin-bottom: 2.6666666667vw;
    }
    .p-template-section-1__info-list {
        gap: 1.3333333333vw;
    }
    .p-template-section-1__info-item {
        gap: 1.7333333333vw;
    }
    .p-template-section-1__info-label {
        line-height: 1.875;
    }
    .p-template-section-1__info-text {
        font-size: clamp(14px, 2.1333333333vw, 16px);
    }
}
/* section-2（タイムライン）
----------------------------------------*/
.p-template-section-2 {
    padding: 80px 0 0;
}

.p-template-section-2__inner .p-template-section-2__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3461538462;
    letter-spacing: 0.01em;
    position: relative;
    margin-left: 28px;
    margin-bottom: 60px;
}

.p-template-section-2__inner .p-template-section-2__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    width: 16px;
    height: 16px;
    background: #d53b3b;
    border-radius: 50%;
    transform: translateY(-50%);
}

.p-template-section-2__timeline {
    position: relative;
}

.p-template-section-2__item {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    position: relative;
}

.p-template-section-2__date {
    font-size: 18px;
    font-weight: 700;
    width: 124px;
    margin-right: 8px;
    line-height: 1.7777777778;
    flex: 0 0 124px;
}

.p-template-section-2__dot {
    width: 16px;
    height: 16px;
    background: #d53b3b;
    border-radius: 50%;
    z-index: 1;
    flex: 0 0 16px;
}

.p-template-section-2__content {
    font-size: 18px;
    line-height: 1.7777777778;
    margin-left: 38px;
    flex: 1 1 0;
}

.p-template-section-2__line {
    width: 2px;
    height: 100%;
    background: #000000;
    display: block;
    position: absolute;
    top: 15px;
    left: 139px;
}

.p-template-section-2__item--ellipsis {
    bottom: -46px;
    left: 137px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
}

.p-template-section-2__ellipsis {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.p-template-section-2__ellipsis:nth-child(1) {
    background: #000000;
}

.p-template-section-2__ellipsis:nth-child(2) {
    background: #7f7f7f;
}

.p-template-section-2__ellipsis:nth-child(3) {
    background: #c1c1c1;
}

@media screen and (max-width: 767px) {
    .p-template-section-2 {
        padding: 10.6666666667vw 0 0;
    }
    .p-template-section-2__inner .p-template-section-2__title {
        font-size: clamp(20px, 3.4666666667vw, 26px);
        margin-left: 3.7333333333vw;
        margin-bottom: 8vw;
    }
    .p-template-section-2__inner .p-template-section-2__title::before {
        left: -3.7333333333vw;
        width: 2.1333333333vw;
        height: 2.1333333333vw;
        min-width: 10px;
        min-height: 10px;
    }
    .p-template-section-2__item {
        margin-bottom: 4.2666666667vw;
        flex-direction: column;
        align-items: flex-start;
    }
    .p-template-section-2__date {
        font-size: clamp(16px, 2.4vw, 18px);
        margin-right: 0;
        flex: unset;
        min-width: 105px;
    }
    .p-template-section-2__dot {
        display: none;
    }
    .p-template-section-2__content {
        font-size: clamp(14px, 2.4vw, 18px);
        margin-left: 0;
    }
    .p-template-section-2__line {
        display: none;
    }
    .p-template-section-2__item--ellipsis {
        display: none;
    }
}
/* section-3（左右画像・テキスト）
----------------------------------------*/
.p-template-section-3 {
    padding: 100px 0 0;
}

.p-template-section-3__inner {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.p-template-section-3__block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 64px;
}

.p-template-section-3__img {
    width: 478px;
    height: 438px;
    border-radius: 10px;
}
.p-template-section-3__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-template-section-3__block--reverse {
    flex-direction: row-reverse;
}

.p-template-section-3__text {
    font-size: 16px;
    line-height: 1.875;
    flex: 1;
}

@media screen and (max-width: 980px) {
    .p-template-section-3__block {
        flex-direction: column;
    }
    .p-template-section-3__img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .p-template-section-3 {
        padding: 13.3333333333vw 0 0;
    }
    .p-template-section-3__inner {
        gap: 10.6666666667vw;
    }
    .p-template-section-3__block {
        gap: 8.5333333333vw;
    }
    .p-template-section-3__text {
        font-size: clamp(14px, 2.1333333333vw, 16px);
    }
}
/* section-4（画像＋下テキスト）
----------------------------------------*/
.p-template-section-4 {
    padding: 80px 0 0;
}

.p-template-section-4__visual {
    width: 100%;
    height: 360px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.p-template-section-4__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-template-section-4__text {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .p-template-section-4 {
        padding: 10.6666666667vw 0 0;
    }
    .p-template-section-4__visual {
        height: auto;
    }
    .p-template-section-4__text {
        font-size: clamp(14px, 2.1333333333vw, 16px);
        margin-top: 5.3333333333vw;
    }
}
/* section-5（ナンバリングタイトル）
----------------------------------------*/
.p-template-section-5 {
    padding: 80px 0 0;
}

.p-template-section-5__body {
    margin-bottom: 50px;
}

.p-template-section-5__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.p-template-section-5__number {
    width: 52px;
    height: 52px;
    background: #d53b3b;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-template-section-5__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3461538462;
    letter-spacing: 0.01em;
}

.p-template-section-5__content {
    margin-left: 72px;
}

.p-template-section-5__subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}

.p-template-section-5__divider {
    border: none;
    border-top: 1px solid #cbcbcb;
    margin-bottom: 17px;
}

.p-template-section-5__text {
    font-size: 16px;
    line-height: 1.875;
}

@media screen and (max-width: 767px) {
    .p-template-section-5 {
        padding: 10.6666666667vw 0 0;
    }
    .p-template-section-5__body {
        margin-bottom: 6.6666666667vw;
    }
    .p-template-section-5__header {
        gap: 1.6vw;
        margin-bottom: 2.4vw;
    }
    .p-template-section-5__number {
        width: 6.9333333333vw;
        height: 6.9333333333vw;
        font-size: clamp(18px, 3.2vw, 24px);
        min-width: 5.2vw;
        min-height: 5.2vw;
    }
    .p-template-section-5__title {
        font-size: clamp(20px, 3.4666666667vw, 26px);
    }
    .p-template-section-5__content {
        margin-left: 9.6vw;
    }
    .p-template-section-5__subtitle {
        font-size: clamp(16px, 2.6666666667vw, 20px);
        margin-bottom: 1.3333333333vw;
    }
    .p-template-section-5__divider {
        margin-bottom: 2.2666666667vw;
    }
    .p-template-section-5__text {
        font-size: clamp(14px, 2.1333333333vw, 16px);
    }
}
/* section-6（会社情報テーブル）
----------------------------------------*/
.p-template-section-6 {
    padding: 32px 0;
    background: #fff;
}

.p-template-section-6__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
    margin-bottom: 60px;
    position: relative;
    margin-left: 28px;
}

.p-template-section-6__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    width: 14px;
    height: 2px;
    background: #121212;
    transform: translateY(-50%);
}

.p-template-section-6__table {
    width: 100%;
}

.p-template-section-6__row {
    display: flex;
    border-bottom: 1px solid #cbcbcb;
    background: #eeeeee;
    gap: 62px;
}
.p-template-section-6__row:nth-child(odd) {
    background: #fff;
}

.p-template-section-6__th {
    flex: 0 0 126px;
    font-weight: 600;
    padding: 12px 0 12px 32px;
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
}

.p-template-section-6__td {
    flex: 1 1 0;
    padding: 12px 20px 12px 0;
    font-size: 16px;
    line-height: 1.875;
}

.p-template-section-6__th a,
.p-template-section-6__td a {
    color: #d53b3b;
}

@media screen and (max-width: 767px) {
    .p-template-section-6 {
        padding: 4.2666666667vw 0;
    }
    .p-template-section-6__inner .p-template-section-6__title {
        font-size: clamp(16px, 2.6666666667vw, 20px);
        margin-bottom: 8vw;
        margin-left: 3.7333333333vw;
    }
    .p-template-section-6__inner .p-template-section-6__title::before {
        left: -3.7333333333vw;
        width: 1.8666666667vw;
        height: 0.2666666667vw;
        min-width: 9px;
        min-height: 1px;
    }
    .p-template-section-6__table {
        width: 100%;
    }
    .p-template-section-6__row {
        flex-direction: column;
        gap: 0;
    }
    .p-template-section-6__th {
        flex: unset;
        font-weight: 600;
        padding: 1.6vw 0 1.6vw 4.2666666667vw;
        font-size: clamp(14px, 2.1333333333vw, 16px);
    }
    .p-template-section-6__td {
        padding: 0 2.6666666667vw 1.6vw 4.2666666667vw;
        font-size: clamp(14px, 2.1333333333vw, 16px);
    }
}
/* section-7（3カラムカード）
----------------------------------------*/
.p-template-section-7 {
    padding: 100px 0 0;
}

.p-template-section-7__columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 39px;
}

.p-template-section-7__card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 64px 30px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-template-section-7__icon {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-bottom: 30px;
    overflow: hidden;
}
.p-template-section-7__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-template-section-7__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3461538462;
    margin-bottom: 22px;
}

.p-template-section-7__text {
    font-size: 16px;
    line-height: 1.875;
}

@media screen and (max-width: 1280px) {
    .p-template-section-7__columns {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 980px) {
    .p-template-section-7__columns {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 767px) {
    .p-template-section-7 {
        padding: 13.3333333333vw 0 0;
    }
    .p-template-section-7__columns {
        gap: 5.2vw;
    }
    .p-template-section-7__card {
        padding: 8.5333333333vw 4vw 6.6666666667vw;
    }
    .p-template-section-7__icon {
        width: 29.3333333333vw;
        height: 29.3333333333vw;
        margin-bottom: 4vw;
    }
    .p-template-section-7__title {
        font-size: clamp(18px, 3.4666666667vw, 26px);
        margin-bottom: 2.9333333333vw;
    }
    .p-template-section-7__text {
        font-size: clamp(14px, 2.1333333333vw, 16px);
    }
}
/* section-8（3カラムプレートパターン）
----------------------------------------*/
.p-template-section-8 {
    padding: 100px 0 120px;
}

.p-template-section-8__columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 39px;
}

.p-template-section-8__plate {
    background: #111111;
    color: #fff;
    border-radius: 10px;
    padding: 18px 0 20px 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6666666667;
}

@media screen and (max-width: 1280px) {
    .p-template-section-8__columns {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 980px) {
    .p-template-section-8__columns {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 767px) {
    .p-template-section-8 {
        padding: 13.3333333333vw 0 16vw;
    }
    .p-template-section-8__columns {
        gap: 3.3333333333vw 5.2vw;
    }
    .p-template-section-8__plate {
        font-size: clamp(14px, 2.4vw, 18px);
    }
}
/* page-template
----------------------------------------*/
.p-page-template {
    margin: 50px 0 120px;
}

@media screen and (max-width: 767px) {
    .p-page-template {
        margin: 6.6666666667vw 0 16vw;
    }
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/* FV
----------------------------------------*/
.p-archive-case__fv {
    background-image: url(../../dist/images/page/case_fv.jpg);
}

/* section
----------------------------------------*/
.p-archive-case {
    padding: 50px 0 100px;
}
.p-archive-case__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 37px;
}
.p-archive-case__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.p-archive-case__img {
    width: 100%;
    aspect-ratio: 402/240;
    background: #ddd;
    border-radius: 10px;
    margin-bottom: 21px;
    overflow: hidden;
}
.p-archive-case__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-archive-case__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.p-archive-case__company {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 9px;
}
.p-archive-case__desc {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 30px;
    font-family: "Inter", sans-serif;
}
.p-archive-case__link {
    color: #d53b3b;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    transition: 0.3s;
    display: block;
    width: 101px;
    height: 27px;
    margin: auto auto 0;
    position: relative;
}
.p-archive-case__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 97px;
    height: 2px;
    background: #d53b3b;
}
.p-archive-case__link:hover {
    opacity: 0.7;
}
.p-archive-case__link .arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../dist/images/page/archive_arrow.svg) no-repeat center
        center/contain;
    margin-left: 4px;
}

@media screen and (max-width: 980px) {
    .p-archive-case__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .p-archive-case {
        padding: 6.6666666667vw 0 13.3333333333vw;
    }
    .p-archive-case__list {
        grid-template-columns: 1fr;
        gap: 8vw 4.9333333333vw;
    }
    .p-archive-case__item {
        gap: 2.8vw;
    }
    .p-archive-case__img {
        margin-bottom: 2.8vw;
    }
    .p-archive-case__company {
        font-size: clamp(16px, 2.6666666667vw, 20px);
        margin-bottom: 1.2vw;
    }
    .p-archive-case__desc {
        font-size: clamp(14px, 2.1333333333vw, 16px);
        margin-bottom: 2.6666666667vw;
    }
    .p-archive-case__link {
        width: 13.4666666667vw;
        height: 3.6vw;
        margin: auto auto 0;
        font-size: clamp(14px, 2.1333333333vw, 16px);
        min-width: 89px;
        min-height: 24px;
    }
    .p-archive-case__link::before {
        width: 12.9333333333vw;
        min-width: 86px;
    }
    .p-archive-case__link .arrow {
        width: 1.8666666667vw;
        height: 1.8666666667vw;
        min-width: 12px;
        min-height: 12px;
    }
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/* FV
----------------------------------------*/
.p-archive-news__fv {
    background-image: url(../../dist/images/page/news_fv.jpg);
}

/* section
----------------------------------------*/
.p-archive-news {
    padding: 50px 0 100px;
}
.p-archive-news__list {
    max-width: 900px;
    margin: 0 auto;
}
.p-archive-news__link {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #e1e1e0;
    padding: 36px 0;
    font-family: "Inter", sans-serif;
    position: relative;
}
.p-archive-news__link:last-child {
    border-bottom: 1px solid #e1e1e0;
}
.p-archive-news__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    background: url(../../dist/images/page/archive_arrow.svg) no-repeat center
        center/contain;
    transform: translateY(-50%);
}
.p-archive-news__date {
    width: 100px;
    font-size: 16px;
    color: #848484;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-family: "Inter", sans-serif;
    margin-right: 48px;
    flex-shrink: 0;
}
.p-archive-news__item-title {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 500;
    line-height: 1.625;
    flex: 1 1 auto;
    margin-right: 58px;
    word-break: break-all;
}

@media screen and (hover: hover) {
    .p-archive-news__link:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 767px) {
    .p-archive-news {
        padding: 6.6666666667vw 0 13.3333333333vw;
    }
    .p-archive-news__link {
        flex-direction: column;
        align-items: flex-start;
        padding: 4.8vw 0;
    }
    .p-archive-news__link::before {
        right: 4vw;
        width: 1.8666666667vw;
        height: 1.8666666667vw;
        min-width: 12px;
        min-height: 12px;
        background: url(../../dist/images/page/archive_arrow.svg) no-repeat
            center center/contain;
    }
    .p-archive-news__date {
        width: 13.3333333333vw;
        font-size: clamp(14px, 2.1333333333vw, 16px);
        margin-right: 6.4vw;
    }
    .p-archive-news__title {
        font-size: clamp(14px, 2.1333333333vw, 16px);
        margin-right: 10.6666666667vw;
    }
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/* FV
----------------------------------------*/
.p-single-case__fv {
    background-image: url(../../dist/images/page/case_fv.jpg);
}

/* section
----------------------------------------*/
.p-single-case {
    padding: 50px 0 0;
}

.p-single-case__button {
    margin: 40px auto 67px;
}

@media screen and (max-width: 767px) {
    .p-single-case {
        padding: 6.6666666667vw 0 0;
    }
    .p-single-case__button {
        margin: 5.3333333333vw auto 8.9333333333vw;
    }
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/* FV
----------------------------------------*/
.p-single-news__fv {
    background-image: url(../../dist/images/page/news_fv.jpg);
}

/* section
----------------------------------------*/
.p-single-news {
    padding: 50px 0 0;
}

.p-single-news__button {
    margin: 40px auto 67px;
}

@media screen and (max-width: 767px) {
    .p-single-news {
        padding: 6.6666666667vw 0 0;
    }
    .p-single-news__button {
        margin: 5.3333333333vw auto 8.9333333333vw;
    }
}
