@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
    --base-font-gothic: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',
        'メイリオ', sans-serif;
    --base-font-gothic02: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック',
        'Yu Gothic', 'メイリオ', sans-serif;
    --font-en: 'Oswald', sans-serif;
    --base-font-weight: 500;
    --base-color-txt: #555555;
}

/*!
global > mixin
------------------------------
*/
.c_page_heading__suben {
    font-size: 0.75rem;
}

.c_footer__link,
.c_sns__link01,
.c_sns__link02,
.c_breadcrumb span {
    font-size: 0.875rem;
}

.c_inpage_navs .c_inpage_nav .wp-block-button__link a,
.c_inpage_navs.archive .c_inpage_nav a,
.c_tbl__head,
.c_tbl__body,
.c_contact__catch .title,
.c_childs__item .ttl,
.c_txt_list__item,
.c_card_news__ttl {
    font-size: 0.875rem;
}

.c_404_ttl {
    font-size: 1.125rem;
}

.u_color_skyblue {
    color: #bbf7ff;
}

.u_color_white {
    color: #fff;
}

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

.u_txt_right {
    text-align: right !important;
}

.u_txt_center {
    text-align: center !important;
}

.u_fw900 {
    font-weight: 900 !important;
}

.u_fw800 {
    font-weight: 800 !important;
}

.u_fw700 {
    font-weight: 700 !important;
}

.u_fw600 {
    font-weight: 600 !important;
}

.u_fw500 {
    font-weight: 500 !important;
}

.u_fw400 {
    font-weight: 400 !important;
}

.u_fw300 {
    font-weight: 300 !important;
}

.u_f_base {
    font-family: var(--base-font-gothic) !important;
}

/*!
page > common > common
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.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;
    line-height: 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] {
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
}

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

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

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

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

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

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

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

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

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

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

/*!
foundation > base
------------------------------
*/
html {
    scrollbar-color: #064e90 #eee;
    scrollbar-width: thin;
}

body {
    line-height: 2;
    font-size: 0.875rem;
    font-weight: 500;
    color: #555;
    font-family: var(--base-font-gothic);
    letter-spacing: 0.05em;
    line-height: 2;
}

body.overflow_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.body-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    width: 100%;
}

a {
    cursor: pointer;
    transition: 0.5s;
}
a:hover {
    opacity: 1;
}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

.u_inline_block {
    display: inline-block;
}

/*!
component > Texts
------------------------------
*/
.u_fs_12 {
    font-size: 0.75rem;
}

.u_fs_14 {
    font-size: 0.875rem;
}

.u_fs_16 {
    font-size: 1rem;
}

.u_fs_17 {
    font-size: 1.0625rem;
}

.u_fs_18 {
    font-size: 1.125rem;
}

.u_fs_19 {
    font-size: 1.1875rem;
}

.u_fs_20 {
    font-size: 1.25rem;
}

.u_fs_22 {
    font-size: 1.375rem;
}

.u_fs_24 {
    font-size: 1.5rem;
}

.u_fs_26 {
    font-size: 1.625rem;
}

.u_fs_28 {
    font-size: 1.75rem;
}

.u_fs_30 {
    font-size: 1.875rem;
}

.u_fs_34 {
    font-size: 2.125rem;
}

.u_fs_40 {
    font-size: 2.5rem;
}

.u_fs_44 {
    font-size: 2.75rem;
}

.u_fs_46 {
    font-size: 2.875rem;
}

.u_fs_-25 {
    font-size: 3.045625rem;
}

.u_fs_80 {
    font-size: 5rem;
}

.u_fs_48 {
    font-size: 5.2725rem;
}

.u_fs_90 {
    font-size: 5.625rem;
}

.u_f_en {
    font-family: var(--font-en);
}

.u_txt_italic {
    font-style: italic;
}

.u_txt_italic_skew {
    transform: skewX(-10deg);
}

.c_txt_base {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.04em;
    font-feature-settings: 'palt';
    font-weight: var(--base-font-weight);
}
.c_txt_base > a {
    color: #0a67ad;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/*!
component > title
------------------------------
*/
.c_page_heading {
    text-align: center;
}
.c_page_heading__subja {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    font-feature-settings: 'palt';
}
.c_page_heading__mttl {
    font-weight: 700;
    font-feature-settings: 'palt';
    line-height: 1.5;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
}
.c_page_heading__suben {
    letter-spacing: 0.09em;
    font-family: var(--font-en);
    font-weight: 300;
    margin-top: -2px;
}

.c_heading_bg01 {
    background-color: #fff;
}
.c_heading_bg02 {
    background: linear-gradient(
        to left,
        rgb(230, 230, 230) 0%,
        rgb(237, 237, 237) 49%,
        rgb(243, 243, 243) 100%
    );
}
.c_heading_h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 11px 10px;
}
.c_heading_h2 > div {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 11px 10px;
}
.c_heading_h2 > * {
    line-height: 1.1923076923;
}
.c_heading_h2__numb,
.c_heading_h2__mttl {
    font-weight: 500;
}
.c_heading_h2__numb {
    transform: skewX(-10deg);
    font-family: var(--font-en);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(45deg, #4dbee0 20%, #aad96b);
    display: inline-block;
    order: 1;
}
.c_heading_h2__en {
    font-weight: 300;
    color: #c3c3c3;
    font-family: var(--font-en);
    font-weight: 300;
    transform: skewX(-10deg);
    letter-spacing: 0.12em;
    display: inline-block;
    order: 2;
    font-size: 0.75rem;
}
.c_heading_h2__mttl {
    font-weight: 700;
    letter-spacing: 0.18em;
    font-feature-settings: 'palt';
    display: inline;
    order: 3;
    flex-basis: 100%;
}
.c_heading_h3 {
    color: #379b87;
    font-weight: var(--base-font-weight);
    letter-spacing: 0.08em;
    font-size: 1.25rem;
    font-feature-settings: 'palt';
}
.c_heading_h3bg {
    padding: 10px 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.c_heading_h3bg::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: linear-gradient(to right, #4dbee0 20%, #aad96b);
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.c_heading_h3bg__main {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-feature-settings: 'palt';
    width: 100%;
    line-height: 1.5294117647;
}
.c_heading_h3bg__sub {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-feature-settings: 'palt';
    position: relative;
    width: 100%;
    padding-left: 17px;
}
.c_heading_h3bg__sub::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #c3c3c3;
    left: 2px;
    top: 0.9230769231em;
}
.c_heading_h4 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.7857142857;
    color: #2f91aa;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt';
    position: relative;
    padding-left: 18px;
}
.c_heading_h4::before {
    content: '';
    position: absolute;
    background: url('../images/common/icon_h4.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
    left: 0;
    top: 7px;
}

/*!
component > btn
------------------------------
*/
.c_totop {
    position: fixed;
    right: 20px;
    bottom: 60px;
    display: block;
    font-size: 0;
    width: 45px;
    height: 45px;
    transform: translateY(150px);
    transition: 0.5s;
    font-size: 0;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    z-index: 9;
    background: #064e90;
    border-radius: 40px;
    border: 2px solid #fff;
}
.c_totop::before {
    position: absolute;
    top: 50%;
    left: 11px;
    content: '';
    width: 12px;
    height: 3px;
    background: #fff;
    transform: translateY(-50%) rotate(-45deg);
    pointer-events: none;
}
.c_totop::after {
    position: absolute;
    top: 50%;
    right: 11px;
    content: '';
    width: 12px;
    height: 3px;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    background: #fff;
}

.c_btn {
    display: inline-block;
    background-color: #fff;
}
.c_btn:hover {
    opacity: 1;
}
.c_btn:hover span,
.c_btn:hover .wp-block-button__link {
    opacity: 0.7;
}
.c_btn span,
.c_btn .wp-block-button__link {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt';
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.5s ease;
}
.c_btn.c_btn01 span,
.c_btn.c_btn01 .wp-block-button__link {
    gap: 10px;
    padding: 0;
    color: #555;
    background-color: transparent;
}
.c_btn.c_btn01 span::after,
.c_btn.c_btn01 .wp-block-button__link::after {
    content: '';
    display: inline-block;
    width: 16.5px;
    height: 16.5px;
    background-image: url('../images/common/icon_circle_arrow02.webp');
    background-size: contain;
    background-position: center;
}
.c_btn.c_btn02 {
    position: relative;
    display: block;
    width: 100%;
}
.c_btn.c_btn02 span,
.c_btn.c_btn02 .wp-block-button__link {
    color: #fff;
    font-weight: 700;
    background: linear-gradient(
        to right,
        rgb(77, 190, 224) 0%,
        rgb(44, 147, 199) 49%,
        rgb(10, 103, 173) 100%
    );
    padding-left: 20px;
    padding-block: 8px;
    padding-right: 30px;
    font-feature-settings: 'palt' 0;
    gap: 0 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.c_btn.c_btn02 span::after,
.c_btn.c_btn02 .wp-block-button__link::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('../images/common/icon_circle_arrow03.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.c_btn .wp-block-button__link {
    border-radius: 0;
}

.c_buttons_group {
    width: 100%;
}
.c_buttons_group > .c_btn {
    margin-inline: 3px;
}

.c_buttons_group > .c_btn em {
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .wp-block-buttons > .wp-block-button.has-custom-width {
        max-width: 380px;
        width: 100%;
        margin-inline: 0;
    }
}

/*!
component > card
------------------------------
*/
.c_card_groups {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 30px 20px;
}

.c_card {
    display: flex;
    flex-direction: column;
}
.c_card__thumb,
.c_card .wp-block-media-text__media {
    aspect-ratio: 675/394;
    background-color: #b3b3b3;
    overflow: hidden;
    position: relative;
    border-radius: 10px 0 10px 0;
}
.c_card__thumb img,
.c_card .wp-block-media-text__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}
.c_card .wp-block-media-text__content {
    padding: 0;
}
.c_card__title {
    display: flex;
    margin-top: 12px;
    padding-inline: 4px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #064e90;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt';
    line-height: 1.5;
}
.c_card__title::before {
    content: '';
    position: relative;
    top: 7px;
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url('../images/common/icon_circle_arrow01.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.c_card__catch {
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
    margin-top: 8px;
}

.c_card_news {
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 3px;
    flex-wrap: wrap;
    -moz-column-gap: 4px;
    column-gap: 4px;
}
.c_card_news__tag {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 15px;
}
.c_card_news__tag.type01 {
    background: linear-gradient(
        to right,
        rgb(77, 190, 224) 0%,
        rgb(44, 147, 199) 49%,
        rgb(10, 103, 173) 100%
    );
}
.c_card_news__tag.type02 {
    background: linear-gradient(
        to right,
        rgb(139, 200, 63) 0%,
        rgb(179, 238, 110) 0%,
        rgb(160, 219, 85) 49%,
        rgb(140, 200, 60) 100%
    );
}
.c_card_news__date {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    min-width: 95px;
    color: #6e6e6e;
}
.c_card_news__ttl {
    letter-spacing: 0.08em;
    flex-basis: 100%;
    margin-top: -4px;
}
.c_card_news__ttl span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

/*!
component > Page Hero Banner
------------------------------
*/
.c_page_hero {
    position: relative;
    min-height: 40vw;
    padding-block: 20px;
}
.c_page_hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c_page_hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    mix-blend-mode: multiply;
    position: relative;
}
.c_page_hero__image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgb(77, 190, 224) 0%,
        rgb(44, 147, 199) 49%,
        rgb(10, 103, 173) 100%
    );
}
.c_page_hero__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 29.3333333333vw;
}

/*!
component > Links
------------------------------
*/
/*!
component > List
------------------------------
*/
.c_txt_list {
    padding: 0;
    list-style: none;
}
.c_txt_list__item {
    padding-left: 18px;
    letter-spacing: 0.08em;
    position: relative;
    font-feature-settings: 'palt';
}
.c_txt_list__item::before {
    content: '';
    top: 10px;
    position: absolute;
    width: 6px;
    height: 6px;
    background: linear-gradient(to right, #4dbee0 20%, #aad96b);
    left: 0;
}

/*!
component > Box
------------------------------
*/
/*!
component > MV
------------------------------
*/
/*!
component > INTRO
------------------------------
*/
.c_pagination .wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.c_pagination a,
.c_pagination span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #76706a !important;
    background-color: #fff;
    color: #76706a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    margin: 5px !important;
    font-weight: 500;
}
.c_pagination a.current,
.c_pagination span.current {
    background-color: #76706a;
    color: #fff;
    pointer-events: none;
    font-weight: 500 !important;
}
.c_pagination a:hover,
.c_pagination span:hover {
    opacity: 1;
}
.c_pagination .first,
.c_pagination .last,
.c_pagination .pages {
    width: 30px;
    height: 30px;
    border: 1px solid transparent !important;
    background-color: #e2e6e8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.04em;
    margin: 8px !important;
    background-color: #76706a;
    font-weight: 500 !important;
}
.c_pagination .first:hover,
.c_pagination .last:hover,
.c_pagination .pages:hover {
    opacity: 1;
}
.c_pagination .last {
    font-size: 0;
    position: relative;
}
.c_pagination .last::before {
    content: '';
    background-image: url('../images/common/icon_double_arrow.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c_pagination .pages {
    margin-right: 7px !important;
    min-width: 56px;
    font-weight: 500;
}
.c_pagination .pages:hover {
    opacity: 1;
}
.c_pagination .nextpostslink {
    color: transparent;
    position: relative;
    z-index: 1;
    font-size: 0;
    margin-left: 25px !important;
}
.c_pagination .nextpostslink::after {
    content: '';
    width: 5px;
    height: 12.5px;
    -webkit-mask-image: url('../images/common/icon_arrow_no_border.svg');
    mask-image: url('../images/common/icon_arrow_no_border.svg');
    -webkit-mask-size: 5px 12.5px;
    mask-size: 5px 12.5px;
    background-color: #76706a;
    transition: background-color 0.5s ease-in-out;
    position: absolute;
    z-index: 2;
}
.c_pagination .previouspostslink {
    color: transparent;
    position: relative;
    z-index: 1;
    font-size: 0;
    margin-right: 15px !important;
}
.c_pagination .previouspostslink::after {
    content: '';
    width: 5px;
    height: 12.5px;
    -webkit-mask-image: url('../images/common/icon_arrow_no_border.svg');
    mask-image: url('../images/common/icon_arrow_no_border.svg');
    -webkit-mask-size: 5px 12.5px;
    mask-size: 5px 12.5px;
    background-color: #76706a;
    transition: background-color 0.5s ease-in-out;
    transform: scale(-1);
    position: absolute;
    z-index: 2;
}
.c_pagination .larger + .extend:last-of-type {
    display: none;
}

/*!
component > Form
------------------------------
*/
/*!
component >   BREAD CRUMB
------------------------------
*/
.c_breadcrumb {
    margin-top: 20px;
}
.c_breadcrumb span {
    font-feature-settings: 'palt';
    letter-spacing: 0.085em;
}

/*!
component > Gnavi
------------------------------
*/
/*!
component > header
------------------------------
*/
.l_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    height: 70px;
}
.l_header__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
}
.l_header__logo {
    display: flex;
    width: min(170px, 46.5185185185%);
}
.l_header__logo_des {
    color: #064e90;
    letter-spacing: 0.02em;
    line-height: 1.5;
    display: none;
}
.l_header__contact {
    display: none;
}
.l_header__contact_tel {
    font-family: var(--font-en);
    font-weight: 500;
    color: #005bac;
    transform: skewX(-10deg);
    line-height: 1;
    letter-spacing: 0.04em;
}
.l_header__contact_sns {
    display: flex;
    gap: clamp(0.3125rem, 1.5060240964vw + -0.4103915663rem, 0.625rem);
    margin-left: clamp(0.3125rem, 4.5180722892vw + -1.8561746988rem, 1.25rem);
}

.l_header_fixed {
    position: fixed;
    left: 0;
    z-index: 10;
    top: 70px;
    background-color: #f3f3f3;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.is_menu_open .l_header_fixed {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        visibility 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l_header_fixed__inner {
    overflow-y: auto;
    overflow-x: clip;
    height: 100%;
    padding-inline: 20px;
    padding-bottom: 150px;
}
.l_header_fixed__mlist_item {
    position: relative;
    border-bottom: 1px solid #c3cdd5;
}
.l_header_fixed__mlist_item.recruit {
    display: block;
}
.l_header_fixed__mlist_item::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -10px;
    width: 6px;
    height: 2px;
    background: linear-gradient(90deg, #4dbee0 0%, #0a67ad 100%);
    opacity: 0;
    transition: all 0.5s;
}
.l_header_fixed__mlist_link {
    display: flex;
    align-items: baseline;
    padding-left: 4px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding-block: 20px;
}
.l_header_fixed__mlist_link > span {
    display: block;
    line-height: 1;
}
.l_header_fixed__mlist_link .ja {
    font-weight: 700;
    color: #064e90;
    letter-spacing: 0.16em;
    font-size: 1.1875rem;
}
.l_header_fixed__mlist_link .en {
    font-size: 0.766875rem;
    font-family: var(--font-en);
    font-weight: 300;
    transform: skewX(-10deg);
    color: #c3cdd5;
    letter-spacing: 0.04em;
}
.l_header_fixed__mlist_link.has_child {
    position: relative;
}
.l_header_fixed__mlist_link.has_child::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url('../images/common/icon_plus_circle.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.l_header_fixed__mlist_link.has_child.is_actived::after {
    background: url('../images/common/icon_minus_circle.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.l_header_fixed__mlist_link.has_child {
    pointer-events: none;
}
.l_header_fixed__slist {
    margin-top: 35px;
}
.l_header_fixed__slist_item {
    line-height: 1.2;
}
.l_header_fixed__slist_item + .l_header_fixed__slist_item {
    margin-top: 23px;
}
.l_header_fixed__slist_item a {
    font-size: 1rem;
    font-weight: 700;
    font-feature-settings: 'palt';
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.l_header_fixed__slist_item a::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0.1764705882em;
    width: 5px;
    height: 9px;
    background: url('../images/common/icon_arrow01.webp');
    background-size: contain;
}
.l_header_fixed__banner {
    bottom: 0;
    left: 25px;
    background: #b3b3b3;
    overflow: hidden;
    display: none;
}
.l_header_fixed__banner img {
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
}
.l_header_fixed__banner:hover {
    opacity: 1;
}
.l_header_fixed__last {
    background: linear-gradient(
        to left,
        rgb(230, 255, 237) 0%,
        rgb(222, 252, 246) 51%,
        rgb(213, 248, 255) 100%
    );
    margin-inline: calc(50% - 50vw);
    margin-top: 32px;
    padding-top: 12px;
}
.l_header_fixed__last_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}
.l_header_fixed__last_tel .box {
    border-radius: 5px 0 5px 0;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
}
.l_header_fixed__last_tel .text {
    position: relative;
    font-family: var(--font-en);
    font-size: 1.2525rem;
    font-weight: 500;
    transform: skewX(-10deg);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(45deg, #4dbee0 20%, #0a67ad);
    letter-spacing: 0.02em;
}
.l_header_fixed__last_tel a {
    font-family: var(--font-en);
    font-weight: 500;
    font-size: 2.625rem;
    transform: skewX(-10deg);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(45deg, #4dbee0 20%, #0a67ad);
    letter-spacing: 0.044em;
}
.l_header_fixed__last_time {
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt';
    margin-top: -13px;
    padding-right: 14px;
}
.l_header_fixed__last_banner {
    max-width: 307px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
}
.l_header_fixed__last_banner img {
    border-radius: 10px 0 10px 0;
}
.l_header_fixed__last_btn {
    background: linear-gradient(
        to right,
        rgb(77, 190, 224) 0%,
        rgb(124, 204, 166) 49%,
        rgb(170, 217, 107) 100%
    );
    padding: 3px;
    margin-top: 46px;
}
.l_header_fixed__last_btn a {
    display: flex;
    background-color: #fff;
    border-radius: 10px 0 10px 0;
    width: 307px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    font-size: 1.2225rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    align-items: center;
    gap: 15px;
    position: relative;
    transform: translateY(-57%);
    height: 55px;
    padding-left: 5px;
}
.l_header_fixed__last_btn a:hover {
    opacity: 1;
    background-color: #ececec;
}
.l_header_fixed__last_btn a::before {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    background: url('../images/common/icon_ig_lg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.l_header_sub {
    display: none;
}
.l_header_sub ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    max-width: 335px;
    padding-bottom: 20px;
}
.l_header_sub li {
    flex: 1 1 50%;
}
.l_header_sub li:nth-of-type(1) {
    flex-basis: 100%;
}
.l_header_sub li:not(:nth-of-type(1)) {
    margin-top: 8px;
}
.l_header_sub a {
    font-size: 1.0625rem;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt';
}
.l_header_sub a::before {
    content: '-';
    display: inline-block;
}

.l_header_burger {
    position: relative;
    width: 30px;
    height: 19px;
    background: transparent;
    cursor: pointer;
    display: block;
}
.l_header_burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #005bac;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
.l_header_burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}
.l_header_burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}
.l_header_burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}
.l_header_burger .txt {
    background: none;
    font-size: 0.625rem;
    font-weight: 700;
    color: #005bac;
    position: absolute;
    bottom: -5px;
    left: -1px;
    transform: translateY(100%);
}
.l_header_burger .close {
    display: none;
}
.is_menu_open .l_header_burger span:nth-of-type(1) {
    transform: rotate(45deg);
    top: -2px;
    left: 5px;
}
.is_menu_open .l_header_burger span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}
.is_menu_open .l_header_burger span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 20px;
    left: 5px;
}
.is_menu_open .l_header_burger .txt {
    display: none;
}
.is_menu_open .l_header_burger .close {
    display: block;
}

/*!
component > footer
------------------------------
*/
.c_contact {
    position: relative;
    padding-top: 6.9333333333vw;
    padding-bottom: 6.6666666667vw;
}
.c_contact__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.c_contact__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
}
.c_contact__content {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.c_contact__head {
    align-items: center;
    text-align: center;
}
.c_contact__catch {
    color: #fff;
    display: grid;
}
.c_contact__catch .title {
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
}
.c_contact__catch .time {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    line-height: 1;
    font-feature-settings: 'palt';
    margin-top: 7px;
}
.c_contact__tel {
    font-weight: 500;
    transform: skewX(-10deg);
    font-family: var(--font-en);
    letter-spacing: 0.06em;
    color: #fff;
    font-size: 1.875rem;
    margin-top: -8px;
}
.c_contact__button {
    margin-top: -4px;
}
.c_contact__link {
    background: linear-gradient(
        to right,
        rgb(139, 200, 63) 0%,
        rgb(232, 255, 174) 0%,
        rgb(210, 247, 119) 49%,
        rgb(188, 238, 64) 100%
    );
    display: flex;
    position: relative;
    width: 218px;
    align-items: center;
    padding-block: 8px;
    padding-left: 10px;
    padding-right: 25px;
    gap: 8px;
}
.c_contact__link::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 16px;
    height: 16px;
    background-image: url('../images/common/icon_circle_arrow01.webp');
    background-size: 100% 100%;
    background-position: center;
}
.c_contact__link_icon {
    flex-shrink: 0;
    width: 17px;
}
.c_contact__link_icon img {
    display: block;
}
.c_contact__link_text {
    font-weight: 700;
    color: #0a67ad;
    letter-spacing: 0.06em;
    font-feature-settings: 'palt';
    font-size: 0.8525rem;
}
.c_contact__link_text span {
    font-size: 0.7103125rem;
}

.c_childs {
    padding-top: 50px;
}
.c_childs__logo {
    display: flex;
    flex-direction: column;
}
.c_childs__logo_link {
    width: 56.7164179104%;
    max-width: 200px;
}
.c_childs__logo_des {
    font-size: 0.75rem;
    color: #064e90;
    letter-spacing: 0.04em;
    margin-top: 17px;
    line-height: 2;
}
.c_childs__list {
    padding-top: 17px;
    max-width: 400px;
}
.c_childs__item + .c_childs__item {
    margin-top: 15px;
}
.c_childs__item .ttl {
    flex-shrink: 0;
    font-weight: 700;
    color: #064e90;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt';
}
.c_childs__item .content {
    font-size: 0.75rem;
    display: flex;
    letter-spacing: 0.06em;
    font-feature-settings: 'palt';
    flex-direction: column;
    padding-top: 4px;
}
.c_childs__item .addr {
    position: relative;
    padding-right: 40px;
}
.c_childs__item .link {
    right: 0;
    position: absolute;
}
.c_childs__item .link a {
    color: #0a67ad;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.c_footer {
    margin-top: 43px;
}
.c_footer__main {
    background: #f3f3f3;
}
.c_footer__in {
    padding-top: 42px;
    padding-bottom: 50px;
}
.c_footer__box {
    display: flex;
    flex-wrap: wrap;
}
.c_footer__links {
    flex-basis: 50%;
}
.c_footer__links:first-child {
    padding-left: 6px;
}
.c_footer__link {
    letter-spacing: 0.12em;
    font-feature-settings: 'palt';
}
.c_footer__link::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 5.5px;
    background: url('../images/common/icon_arrow01.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-bottom: 2px;
}
.c_footer__link + .c_footer__link {
    margin-top: 7px;
}
.c_footer__banner {
    padding-inline: 15px;
    margin-top: 40px;
}

.c_car_list {
    display: none;
}
.c_car_list .c_footer__link {
    padding: 0;
}
.c_car_list .c_footer__link::before {
    content: '-';
    background: unset;
}

.c_sns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}
.c_sns__box01 {
    width: 50%;
}
.c_sns__link01 {
    font-weight: 700;
    color: #0a67ad;
    letter-spacing: 0.12em;
    display: flex;
    align-items: center;
    font-feature-settings: 'palt';
    gap: 6px;
}
.c_sns__link01::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url('../images/common/icon_blank.webp');
    background-size: 100% 100%;
}
.c_sns__link02 {
    color: #555555;
    letter-spacing: 0.12em;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    font-feature-settings: 'palt';
    margin-top: 5px;
}
.c_sns__link02::before {
    content: '';
    width: 12.5px;
    height: 12.5px;
    background: url('../images/common/icon_ig02.webp');
    background-size: 100% 100%;
}
.c_sns__box02 {
    display: flex;
    width: 50%;
    gap: 23px;
    align-items: flex-end;
}
.c_sns__box02 a:first-child {
    width: 53px;
}
.c_sns__box02 a:nth-child(2) {
    width: 71px;
    margin-bottom: 2px;
}

.c_mapsec {
    position: relative;
    height: 225px;
    overflow: hidden;
}
.c_mapsec iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 240%;
    pointer-events: none;
}
.c_mapsec__content {
    width: 100%;
    height: 100%;
}
.c_mapsec img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c_copyright {
    position: relative;
    background: linear-gradient(
        to right,
        rgb(77, 190, 224) 0%,
        rgb(44, 147, 199) 49%,
        rgb(10, 103, 173) 100%
    );
    padding-block: 6px;
}
.c_copyright p {
    letter-spacing: 0.08em;
    font-size: 0.5625rem;
    text-align: center;
    color: #fff;
}

/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
    opacity: 1;
    pointer-events: all;
}

.c_loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f2f2ed;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}
.c_loading__content {
    position: relative;
    transform: translate(-15px, -15px);
}
.c_loading__item {
    background-color: #333333;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 2px;
    animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px;
}
.c_loading__item:first-child {
    animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading__item:last-child {
    animation: ball-zag 0.7s 0s infinite linear;
}
@keyframes ball-zig {
    33% {
        transform: translate(-15px, -30px);
    }
    66% {
        transform: translate(15px, -30px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes ball-zag {
    33% {
        transform: translate(15px, 30px);
    }
    66% {
        transform: translate(-15px, 30px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.wp-block-flexible-table-block-table table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.7857142857;
}
.wp-block-flexible-table-block-table td,
.wp-block-flexible-table-block-table th {
    padding-block: 10px;
    border-color: transparent !important;
    border-bottom: 1px solid #c3c3c3 !important;
    font-feature-settings: 'palt';
    letter-spacing: 0.055em;
    vertical-align: top !important;
    background-color: #fff !important;
}
.wp-block-flexible-table-block-table tr > *:first-child {
    font-weight: 700;
    padding-left: 18px !important;
    position: relative;
}
.wp-block-flexible-table-block-table tr > *:first-child::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: linear-gradient(to right, #4dbee0 20%, #aad96b);
    left: 0;
    top: 18px;
}
.wp-block-flexible-table-block-table tr > *:not(:first-child) {
    position: relative;
    font-weight: 500;
}
.wp-block-flexible-table-block-table tr > *:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 9px;
    height: calc(100% + 1px);
    top: 0;
    left: 0;
    background: #fff;
}

.c_section.bg_gray .wp-block-flexible-table-block-table td,
.c_section.bg_gray .wp-block-flexible-table-block-table th {
    background-color: transparent !important;
}

.c_section.bg_gray .wp-block-flexible-table-block-table td::before {
    background: #f3f3f3;
}

.c_inpage_navs {
    display: flex;
    gap: 25px 15px;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.c_inpage_navs .c_inpage_nav {
    flex: 1 1 calc(50% - 8px);
    min-width: -moz-fit-content;
    min-width: fit-content;
}
body.page-id-220 .c_inpage_navs .c_inpage_nav {
    flex: initial;
}
.c_inpage_navs .c_inpage_nav .wp-block-button__link {
    display: inline-block;
    background: linear-gradient(
        to left,
        rgb(243, 243, 243) 0%,
        rgb(237, 237, 237) 51%,
        rgb(230, 230, 230) 100%
    );
    min-height: 55px;
    padding: 10px 20px;
    border-radius: 0;
    color: #555;
    position: relative;
}
.c_inpage_navs .c_inpage_nav .wp-block-button__link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #4dbee0 40%, #aad96b 100%);
    left: 0;
    bottom: 0;
}
.c_inpage_navs .c_inpage_nav .wp-block-button__link::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(100%) translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #4dbee0 transparent transparent transparent;
}
.c_inpage_navs .c_inpage_nav .wp-block-button__link a {
    letter-spacing: 0.12em;
    font-feature-settings: 'palt';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.c_inpage_navs.archive .c_inpage_nav {
    background: linear-gradient(
        to left,
        rgb(243, 243, 243) 0%,
        rgb(237, 237, 237) 51%,
        rgb(230, 230, 230) 100%
    );
    min-height: 55px;
    padding: 10px 20px;
    position: relative;
    flex: 1 1 calc(50% - 8px);
    min-width: -moz-fit-content;
    min-width: fit-content;
}
.c_inpage_navs.archive .c_inpage_nav::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #4dbee0 40%, #aad96b 100%);
    left: 0;
    bottom: 0;
}
.c_inpage_navs.archive .c_inpage_nav::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(100%) translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #4dbee0 transparent transparent transparent;
}
.c_inpage_navs.archive .c_inpage_nav a {
    letter-spacing: 0.12em;
    font-feature-settings: 'palt';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.c_img_round {
    border-radius: 10px 0 10px 0;
}

.c_section {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
.c_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 200vw;
    height: 100%;
    min-width: 1250px;
    background: linear-gradient(
        90deg,
        rgb(213, 248, 255) 0%,
        rgb(230, 255, 237) 100%
    );
}
.c_section.bg_gray::before {
    background: #f3f3f3;
}
.c_section > * > * + * {
    margin-top: 20px;
}

.c_tbl {
    border-collapse: collapse;
    width: 100% !important;
    font-size: 0.875rem;
    line-height: 1.7857142857;
}
.c_tbl__row {
    display: flex;
    gap: 10px;
}
.c_tbl__head,
.c_tbl__body {
    padding-block: 8px;
    border-bottom: 1px solid #c3c3c3;
    font-feature-settings: 'palt';
    letter-spacing: 0.055em;
}
.c_tbl__head {
    position: relative;
    flex-shrink: 0;
    width: 100px;
    padding-left: 20px;
    font-weight: 700;
}
.c_tbl__head::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 5px;
    width: 6px;
    height: 6px;
    background: linear-gradient(to right, #4dbee0 20%, #aad96b);
}
.c_tbl__body {
    width: 100%;
}

#editor .c_card__thumb {
    padding-top: 0;
}
#editor .c_card__thumb img {
    position: initial;
}

.c_404 {
    padding-bottom: 50px;
}
.c_404 .c_breadcrumb {
    margin-bottom: 30px;
}
.c_404_main {
    max-width: 600px;
    margin: 0 auto;
}
.c_404_ttl {
    margin-bottom: 30px;
    font-weight: 700;
}
.c_404_btn {
    max-width: 280px;
    margin: 30px auto 0;
}

/*!
layout > container
------------------------------
*/
.l_container {
    width: unset;
    padding: 0 20px;
}
.l_main {
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    .wp-block-flexible-table-block-table
        .is-stacked-on-mobile
        tr
        > *:first-child {
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }
    .wp-block-flexible-table-block-table
        .is-stacked-on-mobile
        tr
        > *:not(:first-child) {
        padding-top: 5px !important;
        padding-left: 18px !important;
    }
    .wp-block-flexible-table-block-table
        .is-stacked-on-mobile
        tr
        > *:not(:first-child)::before {
        display: none;
    }
}
@media (max-width: 767px) {
    .u_fs_12 {
        font-size: 0.6875rem;
    }
    .u_fs_14 {
        font-size: 0.8125rem;
    }
    .u_fs_16 {
        font-size: 0.9375rem;
    }
    .u_fs_17 {
        font-size: 1rem;
    }
    .u_fs_18 {
        font-size: 0.875rem;
    }
    .u_fs_19 {
        font-size: 1.0625rem;
    }
    .u_fs_20 {
        font-size: 0.875rem;
    }
    .u_fs_22 {
        font-size: 1.25rem;
    }
    .u_fs_24 {
        font-size: 1.25rem;
    }
    .u_fs_26 {
        font-size: 1.0625rem;
    }
    .u_fs_28 {
        font-size: 1.5rem;
    }
    .u_fs_30 {
        font-size: 1.625rem;
    }
    .u_fs_34 {
        font-size: 1.75rem;
    }
    .u_fs_40 {
        font-size: 1.625rem;
    }
    .u_fs_44 {
        font-size: 2.125rem;
    }
    .u_fs_46 {
        font-size: 2.25rem;
    }
    .u_fs_-25 {
        font-size: 2.375rem;
    }
    .u_fs_80 {
        font-size: 2.625rem;
    }
    .u_fs_48 {
        font-size: 3.75rem;
    }
    .u_fs_90 {
        font-size: 4rem;
    }
}
@media screen and (min-width: 1024px) and (max-height: 900px) {
    .l_header_fixed {
        padding-top: 1.5vh !important;
    }
    .l_header_fixed__mlist_link .en {
        margin-top: 0.2vh !important;
    }
    .l_header_fixed__slist {
        margin-top: 2.5vh !important;
    }
    .l_header_fixed__slist_item + .l_header_fixed__slist_item {
        margin-top: 1.5vh !important;
    }
}
@media screen and (min-width: 1024px) and (max-height: 900px) and (min-height: 720px) {
    .l_header_fixed__mlist_item + .l_header_fixed__mlist_item {
        margin-top: 1.5vh !important;
    }
}
@media screen and (min-width: 1024px) and (max-height: 722px) {
    .l_header_fixed__mlist_link .en {
        display: none;
    }
    .l_header_fixed__slist_item + .l_header_fixed__slist_item {
        margin-top: 1.5vh !important;
    }
}
@media screen and (min-width: 768px) {
    .c_page_heading__suben {
        font-size: clamp(0.75rem, 0.2403846154vw + 0.6346153846rem, 0.875rem);
    }
    .c_footer__link,
    .c_sns__link01,
    .c_sns__link02,
    .c_breadcrumb span {
        font-size: clamp(0.875rem, 0.2403846154vw + 0.7596153846rem, 1rem);
    }
    .c_inpage_navs .c_inpage_nav .wp-block-button__link a,
    .c_inpage_navs.archive .c_inpage_nav a,
    .c_tbl__head,
    .c_tbl__body,
    .c_contact__catch .title,
    .c_childs__item .ttl,
    .c_txt_list__item,
    .c_card_news__ttl {
        font-size: 1.125rem;
    }
    .c_404_ttl {
        font-size: clamp(1.125rem, 0.4807692308vw + 0.8942307692rem, 1.375rem);
    }
    body {
        font-size: 1rem;
    }
    a:hover {
        opacity: 0.7;
    }
    a[href^='tel:'] {
        pointer-events: none;
    }
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
    .c_txt_base {
        font-size: 1.125rem;
        line-height: 1.7777777778;
    }
    .c_page_heading__subja {
        font-size: 1.75rem;
    }
    .c_page_heading__mttl {
        letter-spacing: 0.12em;
        font-size: 2.75rem;
    }
    .c_page_heading__suben {
        margin-top: 6px;
    }
    .c_heading_h2 {
        display: block;
    }
    .c_heading_h2 > div {
        display: block;
    }
    .c_heading_h2 > * {
        line-height: 1.55;
    }
    .c_heading_h2__en {
        font-size: 1.125rem;
    }
    .c_heading_h2__mttl {
        padding-left: 0.35em;
        padding-right: 0.125em;
    }
    .c_heading_h3 {
        font-size: 1.625rem;
        line-height: 1.5384615385;
    }
    .c_heading_h3bg {
        display: block;
        padding: 10px 25px;
    }
    .c_heading_h3bg::before {
        width: 22px;
        height: 22px;
    }
    .c_heading_h3bg__main {
        line-height: 2;
        font-size: 1.25rem;
        display: inline-block;
        width: auto;
    }
    .c_heading_h3bg__sub {
        line-height: 2.2222222222;
        font-size: 1.125rem;
        padding-left: 37px;
        display: inline-block;
        width: initial;
        letter-spacing: 0.07em;
    }
    .c_heading_h3bg__sub::before {
        width: 13px;
        height: 1px;
        top: 1.1111111111em;
        left: 8px;
    }
    .c_heading_h4 {
        font-size: 1.25rem;
        line-height: 2;
        padding-left: 27px;
    }
    .c_heading_h4::before {
        width: 14px;
        height: 14px;
        left: 0;
        top: 0.6em;
    }
    .c_totop {
        right: 60px;
        bottom: 69px;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        border: 3px solid #fff;
    }
    .c_totop::before {
        left: 15px;
        width: 15px;
    }
    .c_totop::after {
        right: 15px;
        width: 15px;
    }
    .c_btn span,
    .c_btn .wp-block-button__link {
        font-size: 1.125rem;
        line-height: 1.3333333333;
    }
    .c_btn.c_btn01 span::after,
    .c_btn.c_btn01 .wp-block-button__link::after {
        width: 19px;
        height: 19px;
    }
    .c_btn.c_btn02 span,
    .c_btn.c_btn02 .wp-block-button__link {
        flex-direction: row;
        justify-content: flex-start;
        padding-left: 15px;
        padding-right: 50px;
        padding-block: 13px;
    }
    .c_btn.c_btn02 span::after,
    .c_btn.c_btn02 .wp-block-button__link::after {
        right: 15px;
        width: 19px;
        height: 19px;
    }
    .c_buttons_group {
        width: auto;
    }
    .c_card_groups {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px;
    }
    .c_card {
        transition: all 0.5s;
    }
    .c_card:hover img {
        transform: scale(1.05);
    }
    .c_card__thumb,
    .c_card .wp-block-media-text__media {
        border-radius: 20px 0 20px 0;
        aspect-ratio: 394/280;
    }
    .c_card__title {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-top: 23px;
        padding-inline: 14px;
    }
    .c_card__title::before {
        top: 8px;
        margin-right: 10px;
        width: 19px;
        height: 19px;
    }
    .c_card__catch {
        padding-inline: 14px;
        margin-top: 15px;
    }
    .c_card a {
        transition: all 0.5s;
    }
    .c_card a:hover {
        opacity: 0.7;
    }
    .c_card_news {
        padding-block: 11px;
        gap: 25px;
        flex-wrap: nowrap;
    }
    .c_card_news__tag {
        font-size: 1rem;
        min-width: 144px;
        height: 31px;
    }
    .c_card_news__date {
        font-size: 1rem;
    }
    .c_card_news__ttl {
        margin-top: 0;
        flex-basis: unset;
    }
    .c_page_hero {
        min-height: 16.4583333333vw;
        padding-top: 40px;
        padding-bottom: 50px;
        border-radius: 20px 0 0 0;
        overflow: hidden;
    }
    .c_page_hero__content {
        min-height: 11.7708333333vw;
    }
    .c_txt_list__item {
        line-height: 1.6666666667;
        padding-left: 30px;
    }
    .c_txt_list__item + .c_txt_list__item {
        margin-top: 14px;
    }
    .c_txt_list__item::before {
        width: 7px;
        height: 7px;
        top: 12px;
        left: 12px;
    }
    .c_pagination a,
    .c_pagination span {
        font-size: 0.875rem;
        width: 45px;
        height: 45px;
    }
    .c_pagination a:hover,
    .c_pagination span:hover {
        background-color: #76706a;
        color: #fff;
    }
    .c_pagination .first,
    .c_pagination .last,
    .c_pagination .pages {
        padding-top: 2px;
        font-size: 1.125rem;
        width: 40px;
        height: 40px;
    }
    .c_pagination .last::before {
        background-size: 13px 10px;
        width: 13px;
        height: 10px;
    }
    .c_pagination .nextpostslink {
        margin-left: 25px !important;
    }
    .c_pagination .nextpostslink::after {
        width: 7.5px;
        height: 15px;
        -webkit-mask-size: 7.5px 15px;
        mask-size: 7.5px 15px;
    }
    .c_pagination .nextpostslink:hover::after {
        background-color: #fff;
    }
    .c_pagination .previouspostslink {
        margin-right: 25px !important;
    }
    .c_pagination .previouspostslink::after {
        width: 7.5px;
        height: 15px;
        -webkit-mask-size: 7.5px 15px;
        mask-size: 7.5px 15px;
    }
    .c_pagination .previouspostslink:hover::after {
        background-color: #fff;
    }
    .c_breadcrumb {
        margin-top: 38px;
        text-align: right;
    }
    .l_header {
        height: 109px;
    }
    .l_header__inner {
        padding-left: clamp(
            1.25rem,
            1.3250883392vw + 0.6139575972rem,
            2.1875rem
        );
        padding-right: clamp(1.25rem, 1.0600706714vw + 0.7411660777rem, 2rem);
        padding-top: 32px;
        padding-bottom: 20px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .l_header__logo {
        width: 70%;
        margin-top: 6px;
        -moz-column-gap: clamp(
            0.625rem,
            6.6265060241vw + -2.5557228916rem,
            2rem
        );
        column-gap: clamp(0.625rem, 6.6265060241vw + -2.5557228916rem, 2rem);
    }
    .l_header__logo_link {
        width: 33.8909875877%;
        max-width: 314px;
        min-width: clamp(
            9.375rem,
            30.1204819277vw + -5.0828313253rem,
            15.625rem
        );
    }
    .l_header__logo_des {
        font-size: clamp(0.75rem, 2.6315789474vw + -0.9342105263rem, 0.875rem);
        padding-top: clamp(0rem, 3.3333333333vw + -2.2916666667rem, 0.625rem);
    }
    .l_header__contact_tel {
        font-size: clamp(1.25rem, 3.0120481928vw + -0.1957831325rem, 1.875rem);
    }
    .l_header__contact_sns_link {
        width: clamp(1.875rem, 4.8192771084vw + -0.438253012rem, 2.875rem);
    }
    .l_header_fixed {
        top: 109px;
    }
    .l_header_fixed__mlist_link .ja {
        font-size: clamp(1rem, 0.5208333333vw + 0.6666666667rem, 1.1875rem);
        transition: all 0.5s;
    }
    .l_header_fixed__mlist_link .en {
        margin-left: 2px;
        margin-top: 8px;
        transition: all 0.5s;
    }
    .l_header_fixed__mlist_link.has_child {
        pointer-events: auto;
    }
    .l_header_fixed__slist {
        margin-top: 31px;
    }
    .l_header_fixed__slist_item a {
        font-size: clamp(0.75rem, 0.9615384615vw + -0.0913461538rem, 1.0625rem);
        line-height: 1.2;
        padding-left: 14px;
        letter-spacing: 0em;
    }
    .l_header_fixed__banner:hover img {
        opacity: 0.7;
    }
    .l_header_fixed__banner.active {
        width: calc(
            100% -
                clamp(0.9375rem, 6.6666666667vw + -5.7291666667rem, 2.1875rem) -
                clamp(0.9375rem, 6.6666666667vw + -5.7291666667rem, 2.1875rem)
        );
    }
    .c_contact {
        padding-top: 22px;
        padding-bottom: 50px;
    }
    .c_contact__head {
        display: flex;
        padding-right: 10px;
        padding-left: 15px;
    }
    .c_contact__catch {
        margin-top: 7px;
    }
    .c_contact__catch .time {
        font-size: 1rem;
        margin-top: 8px;
    }
    .c_contact__tel {
        margin-top: unset;
        font-size: 2.875rem;
        margin-left: 23px;
    }
    .c_contact__button {
        margin-top: unset;
    }
    .c_contact__link {
        width: 535px;
        padding-left: 20px;
        padding-right: 55px;
        padding-block: 13px;
        gap: 17px;
    }
    .c_contact__link::after {
        width: 19px;
        height: 19px;
        right: 25px;
    }
    .c_contact__link_icon {
        width: 35px;
    }
    .c_contact__link_text {
        position: relative;
        top: 2px;
        font-size: 1.375rem;
    }
    .c_contact__link_text span {
        font-size: 1.125rem;
    }
    .c_childs {
        padding-top: 95px;
    }
    .c_childs__logo {
        flex-direction: row;
        margin-top: 6px;
        -moz-column-gap: clamp(
            0.625rem,
            6.6265060241vw + -2.5557228916rem,
            2rem
        );
        column-gap: clamp(0.625rem, 6.6265060241vw + -2.5557228916rem, 2rem);
    }
    .c_childs__logo_link {
        width: 22.6446280992%;
        max-width: 314px;
        min-width: clamp(
            9.375rem,
            30.1204819277vw + -5.0828313253rem,
            15.625rem
        );
    }
    .c_childs__logo_des {
        line-height: 1.5;
        margin-top: unset;
        font-size: 1rem;
    }
    .c_childs__list {
        max-width: unset;
        padding-top: 51px;
    }
    .c_childs__item + .c_childs__item {
        margin-top: 0;
    }
    .c_childs__item {
        display: flex;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .c_childs__item .ttl {
        width: 128px;
        padding-left: 2px;
    }
    .c_childs__item .content {
        font-size: 1rem;
        flex-direction: row;
        padding-top: 2px;
        flex: 1;
        flex-wrap: wrap;
        -moz-column-gap: 6px;
        column-gap: 6px;
    }
    .c_childs__item .addr {
        min-width: 463px;
        padding-right: 70px;
    }
    .c_childs__item .link {
        right: 13px;
    }
    .c_childs__item .link a:hover {
        text-decoration: none;
    }
    .c_footer {
        margin-top: 92px;
    }
    .c_footer__in {
        gap: 15px;
        justify-content: space-between;
        display: flex;
        padding-top: 83px;
        padding-bottom: 80px;
    }
    .c_footer__box {
        flex-wrap: nowrap;
        flex: 1;
        min-width: clamp(35.625rem, 19.53125vw + 26.25rem, 38.75rem);
    }
    .c_footer__links {
        flex-basis: unset;
    }
    .c_footer__links:first-child {
        padding-left: 0;
        margin-right: clamp(
            0.9375rem,
            3.5143769968vw + -1.311701278rem,
            2.3125rem
        );
    }
    .c_footer__links:nth-child(2) {
        margin-right: clamp(
            0.9375rem,
            5.910543131vw + -2.8452476038rem,
            3.25rem
        );
    }
    .c_footer__link {
        padding-left: 2px;
    }
    .c_footer__link::before {
        width: 5px;
        height: 9px;
        margin-right: 5px;
    }
    .c_footer__link + .c_footer__link {
        margin-top: 8px;
    }
    .c_footer__banner {
        margin-top: 0;
        padding: 0;
        width: 33.7190082645%;
    }
    .c_car_list {
        display: initial;
        margin-right: clamp(
            0.9375rem,
            4.3130990415vw + -1.8228833866rem,
            2.625rem
        );
    }
    .c_car_list .c_footer__links {
        margin-top: 6px;
        margin-right: 0;
    }
    .c_car_list .c_footer__link + .c_footer__link {
        margin-top: 0;
    }
    .c_sns {
        margin-top: unset;
        display: block;
        width: unset;
    }
    .c_sns__box01 {
        width: unset;
    }
    .c_sns__link01 {
        gap: 10px;
    }
    .c_sns__link01::before {
        width: 19px;
        height: 19px;
    }
    .c_sns__link02 {
        margin-top: 7px;
        gap: 10px;
    }
    .c_sns__link02::before {
        width: 22px;
        height: 22px;
    }
    .c_sns__box02 {
        margin-top: clamp(5.3125rem, 3.90625vw + 3.4375rem, 5.9375rem);
        gap: 16px;
        width: unset;
        align-items: unset;
    }
    .c_sns__box02 a:first-child {
        width: 48px;
    }
    .c_sns__box02 a:nth-child(2) {
        width: 65px;
        margin-bottom: 0;
    }
    .c_mapsec {
        height: 450px;
    }
    .c_mapsec iframe {
        left: 35%;
        width: 150%;
        height: 170%;
    }
    .c_copyright {
        padding-block: 16px;
    }
    .c_copyright p {
        font-size: 0.75rem;
    }
    .wp-block-flexible-table-block-table table {
        border-spacing: 13px;
        font-size: 1.125rem;
        line-height: 1.6666666667;
    }
    .wp-block-flexible-table-block-table td,
    .wp-block-flexible-table-block-table th {
        padding-block: 11px;
    }
    .wp-block-flexible-table-block-table tr > *:first-child {
        padding-left: 35px !important;
    }
    .wp-block-flexible-table-block-table tr > *:first-child::before {
        width: 7px;
        height: 7px;
        top: 22px;
        left: 12px;
    }
    .wp-block-flexible-table-block-table tr > *:not(:first-child) {
        padding-left: 21px !important;
    }
    .wp-block-flexible-table-block-table tr > *:not(:first-child)::before {
        width: 13px;
    }
    .c_inpage_navs {
        justify-content: center;
    }
    .c_inpage_navs .c_inpage_nav {
        width: 100px;
        flex: initial;
    }
    .c_inpage_navs .c_inpage_nav .wp-block-button__link a {
        min-width: 149px;
    }
    .c_inpage_navs.archive .c_inpage_nav {
        width: 100px;
        flex: initial;
    }
    .c_inpage_navs.archive .c_inpage_nav a {
        min-width: 149px;
    }
    .c_img_round {
        border-radius: 20px 0 20px 0;
    }
    .c_section {
        padding: 70px 0;
    }
    .c_tbl {
        border-spacing: 13px;
        font-size: 1.125rem;
        line-height: 1.6666666667;
    }
    .c_tbl__row {
        gap: 20px;
    }
    .c_tbl__head,
    .c_tbl__body {
        padding-block: 11px;
    }
    .c_tbl__head {
        width: 139px;
        padding-left: 35px;
    }
    .c_tbl__head::before {
        width: 7px;
        height: 7px;
        top: 22px;
        left: 9%;
    }
    .c_404 {
        padding-bottom: 67px;
    }
    .c_404_ttl {
        text-align: center;
    }
    .l_container {
        box-sizing: border-box;
        margin: 0 auto;
        width: auto;
    }
    .l_container {
        max-width: 1250px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .l_main {
        margin-top: 109px;
    }
}
@media screen and (min-width: 1024px) {
    .l_header__logo_des {
        display: block;
    }
    .l_header__contact {
        width: 30%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
    }
    .l_header_fixed {
        padding-top: 0;
        display: block;
        background-color: #fff;
        width: 12.7604166667vw;
        padding-top: 30px;
        height: calc(100vh - 109px);
        min-width: 175px;
        padding-bottom: min(24.7872340426vh, 12.1354166667vw);
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }
    .l_header_fixed__inner {
        padding-bottom: 20px;
        padding-left: clamp(
            0.9375rem,
            6.6666666667vw + -5.7291666667rem,
            2.1875rem
        );
        padding-right: clamp(
            0.9375rem,
            6.6666666667vw + -5.7291666667rem,
            2.1875rem
        );
        overflow-y: visible;
    }
    .l_header_fixed__mlist_item {
        border-bottom: 0;
        transition: all 0.5s;
    }
    .l_header_fixed__mlist_item:hover .ja {
        color: #22b3dc;
    }
    .l_header_fixed__mlist_item:hover .en {
        color: #bbe7f0;
    }
    .l_header_fixed__mlist_item:hover::before {
        opacity: 1;
    }
    .l_header_fixed__mlist_item + .l_header_fixed__mlist_item {
        margin-top: 21px;
    }
    .l_header_fixed__mlist_item.recruit {
        display: none;
    }
    .l_header_fixed__mlist_item.active .ja {
        color: #22b3dc;
    }
    .l_header_fixed__mlist_item.active .en {
        color: #bbe7f0;
    }
    .l_header_fixed__mlist_item.active::before {
        opacity: 1;
    }
    .l_header_fixed__mlist_link {
        padding: 0;
        display: block;
    }
    .l_header_fixed__mlist_link.has_child::after {
        display: none;
    }
    .l_header_fixed__slist_item + .l_header_fixed__slist_item {
        margin-top: clamp(0.75rem, 1.1597938144vw + 0.0077319588rem, 1.3125rem);
    }
    .l_header_fixed__slist_item a::before {
        left: 0;
    }
    .l_header_fixed__banner {
        left: 0;
        display: initial;
        position: absolute;
        max-width: 326px;
        width: min(34.6808510638vh, 16.9791666667vw);
        border-radius: 20px 0 20px 0;
        margin-left: clamp(
            0.9375rem,
            6.6666666667vw + -5.7291666667rem,
            2.1875rem
        );
    }
    .l_header_fixed__last {
        display: none;
    }
    .l_header_burger {
        display: none;
    }
    .l_main {
        width: min(100vw - 175px, 87.2916666667vw);
        margin-left: auto;
    }
}
/*# sourceMappingURL=maps/common.css.map */
