@charset "UTF-8";
/*!
global > color
------------------------------
*/
.c-search__database-item-limit {
    font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
    .c-search__database-item-limit {
        font-size: 0.75rem;
    }
}

.c-search__database-item-note {
    font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
    .c-search__database-item-note {
        font-size: 0.8125rem;
    }
}

.c-note,
.c-img figcaption {
    font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
    .c-note,
    .c-img figcaption {
        font-size: 0.875rem;
    }
}

.c-search__database-itemgroup-label,
.c-search__database-item-name {
    font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
    .c-search__database-itemgroup-label,
    .c-search__database-item-name {
        font-size: 0.9375rem;
    }
}

/*!
global > mixin
------------------------------
*/
/*!
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 */
    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;
    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;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-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;
    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 {
    font-size: 100%;
}

body {
    background-color: #f5f5f5;
    color: #222;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
    body {
        font-size: 1rem;
    }
}
body.overflow {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

#wrapper {
    padding-top: 55px;
    overflow: clip;
}
@media screen and (min-width: 768px) {
    #wrapper {
        padding-top: 100px;
    }
}

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

iframe {
    width: 100%;
}
iframe body {
    background-color: transparent;
}

a {
    cursor: pointer;
    transition: all 0.5s;
    text-decoration: none;
    text-underline-position: under;
}

.pc {
    display: none;
}
@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

.header {
    position: fixed;
    z-index: 999999998;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    width: 100%;
    padding-left: 13px;
    background-color: #fff;
    transition: all 0.5s;
}
@media screen and (min-width: 768px) {
    .header {
        align-items: flex-start;
        height: auto;
        min-height: 100px;
        padding: 17px
            clamp(1.25rem, 7.1808510638vw + -3.3457446809rem, 2.9375rem) 0
            clamp(1.25rem, 7.4468085106vw + -3.5159574468rem, 3rem);
    }
}
.header::before {
    content: "";
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #567095;
    pointer-events: none;
}
.header__logo {
    flex-shrink: 0;
    width: 144px;
    margin-top: 7px;
}
@media screen and (min-width: 768px) {
    .header__logo {
        width: clamp(12.5rem, 31.6489361702vw + -7.7553191489rem, 19.9375rem);
        margin-top: 10px;
    }
}
.header__logo-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}
@media screen and (min-width: 768px) {
    .header__logo-inner {
        transition: all 0.5s;
    }
    .header__logo-inner:hover {
        opacity: 0.7;
    }
}
.header__logo-jp {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.95375rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
    .header__logo-jp {
        position: relative;
        top: -2px;
        font-size: 1.95375rem;
        font-size: clamp(
            1.125rem,
            3.5265957447vw + -1.1320212766rem,
            1.95375rem
        );
    }
}
.header__logo-en {
    font-family: "Outfit", sans-serif;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
    .header__logo-en {
        font-size: 0.804375rem;
    }
}
@media screen and (min-width: 768px) {
    .header__main {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
.header__bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
}
@media screen and (min-width: 768px) {
    .header__bar {
        margin-bottom: 14px;
        padding-right: 5px;
    }
}
.header__id {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px;
    width: 55px;
    height: 55px;
    padding-top: 6px;
    background-color: #e1e4e5;
    font-family: "Outfit", sans-serif;
    font-size: 0.6875rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
    .header__id {
        display: none;
    }
}
.header__id::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 21px;
    background: url(../images/common/icon_id.svg) no-repeat center/contain;
}
.header__account {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 5px 0 0;
    width: 55px;
    height: 55px;
    background-color: #e1e4e5;
    font-size: 0.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.19;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .header__account {
        flex-direction: row;
        gap: 0;
        width: auto;
        height: auto;
        min-height: 25px;
        margin-right: 20px;
        padding: 2px 10px 2px 4px;
        border-radius: 100px;
        font-size: 0.875rem;
        font-size: clamp(0.75rem, 0.5319148936vw + 0.4095744681rem, 0.875rem);
        cursor: pointer;
        transition: all 0.5s;
    }
    .header__account:hover {
        opacity: 0.7;
    }
}
.header__account::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 21px;
    background: url(../images/common/icon_user_02.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .header__account::before {
        width: 17px;
        height: 17px;
        margin-right: 7px;
        background: url(../images/common/icon_user.svg) no-repeat center/contain;
    }
}
@media screen and (min-width: 768px) {
    .header__account::after {
        content: "";
        display: inline-flex;
        transform: rotate(90deg);
        width: 10px;
        height: 10px;
        margin-left: 4px;
        background-color: #567095;
        mask: url(../images/common/icon_arrow_stroke.svg) no-repeat
            center/contain;
    }
}
.header__account.active::after {
    transform: rotate(-90deg) translatex(1px);
}
.header__lang {
    display: none;
}
@media screen and (min-width: 768px) {
    .header__lang {
        display: flex;
    }
}
@media screen and (min-width: 768px) {
    .header__lang .bogo-language-switcher {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        gap: 16px;
    }
    .header__lang .bogo-language-switcher::before {
        content: "";
        position: absolute;
        top: calc(50% + 1px);
        left: 21px;
        transform: rotate(23.57deg) translateY(-50%);
        width: 1px;
        height: clamp(0.625rem, 0.2659574468vw + 0.454787234rem, 0.6875rem);
        background-color: #222;
    }
    .header__lang .bogo-language-switcher li .bogo-language-name {
        color: #a1a1a1;
        font-family: "Outfit", sans-serif;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 0.05em;
    }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
    .header__lang .bogo-language-switcher li .bogo-language-name {
        font-size: clamp(0.75rem, 0.5319148936vw + 0.4095744681rem, 0.875rem);
        transition: all 0.5s;
    }
    .header__lang .bogo-language-switcher li .bogo-language-name:hover {
        opacity: 0.7;
    }
}
@media screen and (min-width: 768px) {
    .header__lang .bogo-language-switcher li.current .bogo-language-name {
        color: #222;
        pointer-events: none;
    }
}

.footer {
    padding: 37px 0 79px;
    background-color: #4c596a;
    color: #fff;
    clear: both;
}
@media screen and (min-width: 768px) {
    .footer {
        padding: 47px 0 172px;
    }
}
.footer__container {
    padding: 0 44px;
    padding: 0 clamp(1.5rem, 36.3636363636vw + -5.7727272727rem, 2.75rem);
}
@media screen and (min-width: 768px) {
    .footer__container {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px;
    }
}
.footer__logo {
    margin-bottom: 22px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .footer__logo {
        margin-bottom: 15px;
        text-align: left;
    }
}
.footer__logo-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}
@media screen and (min-width: 768px) {
    .footer__logo-inner {
        align-items: flex-start;
        transition: all 0.5s;
    }
    .footer__logo-inner:hover {
        opacity: 0.7;
    }
}
.footer__logo-jp {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.454375rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
    .footer__logo-jp {
        font-size: 2.125rem;
    }
}
.footer__logo-en {
    font-family: "Outfit", sans-serif;
    font-size: 0.59875rem;
    line-height: 1;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
    .footer__logo-en {
        font-size: 0.875rem;
    }
}
@media screen and (min-width: 768px) {
    .footer__flex {
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }
}
@media screen and (min-width: 768px) {
    .footer__info {
        padding-top: 10px;
        max-width: 294px;
    }
}
.footer__address {
    margin-bottom: 13px;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
    .footer__address {
        margin-bottom: 10px;
        font-size: 0.875rem;
        text-align: left;
    }
}
.footer__search {
    width: 100%;
    margin-bottom: 20px;
}
.footer__search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .footer__search-form {
        gap: 6px;
    }
}
.footer__search-input {
    width: 100%;
    height: 32px;
    padding: 5px 13px;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    outline: none;
    color: #222;
    font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
    .footer__search-input {
        width: 100%;
        height: 39px;
        padding: 10px 13px;
        font-size: 0.875rem;
    }
}
.footer__search-input::placeholder {
    color: #b7b7b7;
}
.footer__search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 35px;
    height: 32px;
    background: #222;
    border: none;
    border-radius: 2px;
}
@media screen and (min-width: 768px) {
    .footer__search-btn {
        width: 44px;
        height: 39px;
        transition: all 0.5s;
    }
    .footer__search-btn:hover {
        opacity: 0.7;
        background: #222;
    }
}
.footer__search-btn::before {
    content: "";
    display: inline-flex;
    width: 15px;
    height: 14px;
    background: url(../images/common/icon_lookup.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .footer__search-btn::before {
        width: 17px;
        height: 17px;
    }
}
.footer__info {
    margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
    .footer__info {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    .footer__nav {
        gap: clamp(1.125rem, 1.582278481vw + 0.3655063291rem, 1.75rem);
        padding-right: 4px;
    }
}
.footer__nav--pc {
    display: none;
}
@media screen and (min-width: 768px) {
    .footer__nav--pc {
        display: flex;
    }
}
.footer__nav--sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    gap: clamp(0.3125rem, 52.7272727273vw + -10.2329545455rem, 2.125rem);
}
@media screen and (min-width: 768px) {
    .footer__nav--sp {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .footer__nav-list {
        width: clamp(8.125rem, 1.8987341772vw + 7.2136075949rem, 8.875rem);
    }
}
body.en-US .footer__nav-list {
    width: auto;
}
.footer__nav-item:not(:last-child) {
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
    .footer__nav-item:not(:last-child) {
        margin-bottom: 3px;
    }
}
.footer__nav-link {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .footer__nav-link {
        font-size: clamp(0.75rem, 0.3164556962vw + 0.5981012658rem, 0.875rem);
        transition: all 0.5s;
    }
    .footer__nav-link:hover {
        opacity: 0.7;
    }
}
.footer__nav-link::after {
    content: "";
    position: relative;
    top: 5px;
    left: 4px;
    display: inline-flex;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    background: url(../images/common/icon_blank.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .footer__nav-link::after {
        top: 7px;
        left: 5px;
    }
}
.footer__other {
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    margin-top: 20px;
    padding-top: 22px;
    border-top: 1px solid #7e90a0;
}
@media screen and (min-width: 768px) {
    .footer__other {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        margin-top: 25px;
        padding-top: 11px;
    }
}
.footer__copyright {
    padding-top: 4px;
    font-size: 0.625rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
    .footer__copyright {
        text-align: left;
    }
}
.footer__policy {
    display: flex;
    justify-content: center;
    gap: 22px;
    gap: clamp(0.4375rem, 100vw + -23rem, 1.375rem);
}
@media screen and (min-width: 768px) {
    .footer__policy {
        justify-content: flex-start;
        gap: 16px;
    }
}
.footer__policy-link {
    position: relative;
    padding-left: 8px;
    font-size: 0.625rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
    .footer__policy-link {
        padding-left: 12px;
        font-size: 0.75rem;
        transition: all 0.5s;
    }
    .footer__policy-link:hover {
        opacity: 0.7;
    }
}
.footer__policy-link::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 4px;
    height: 8px;
    background: url(../images/common/icon_arrow_stroke.svg) no-repeat
        center/contain;
}
@media screen and (min-width: 768px) {
    .footer__policy-link::before {
        width: 7px;
        height: 12px;
    }
}

.nav {
    position: fixed;
    z-index: 10;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px);
    height: calc(100dvh - 55px);
    background-color: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 768px) {
    .nav {
        position: static;
        height: auto;
        overflow: inherit;
        visibility: visible;
        opacity: 1;
    }
}
.nav.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
@media screen and (min-width: 768px) {
    .nav__menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}
.nav__item {
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .nav__item {
        padding-bottom: 19px;
        transition: all 0.5s;
    }
    .nav__item:hover .nav__link {
        opacity: 0.7;
    }
}
.nav__item:not(:last-child) {
    margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
    .nav__item:not(:last-child) {
        margin-bottom: 0;
    }
    .nav__item:not(:last-child) .nav__link {
        position: relative;
        margin-right: clamp(
            0.875rem,
            2.0569620253vw + -0.1123417722rem,
            1.6875rem
        );
        padding-right: clamp(
            0.875rem,
            2.2151898734vw + -0.1882911392rem,
            1.75rem
        );
    }
    .nav__item:not(:last-child) .nav__link::after {
        content: "";
        position: absolute;
        top: calc(
            50% + clamp(0.0625rem, 0.1582278481vw + -0.0134493671rem, 0.125rem)
        );
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: clamp(0.75rem, 0.9493670886vw + 0.2943037975rem, 1.125rem);
        background-color: #d6d6d6;
    }
}
@media screen and (min-width: 768px) {
    .nav__item.userguides .nav__sub-col {
        max-width: clamp(8rem, 10.7594936709vw + 2.835443038rem, 12.25rem);
    }
}
@media screen and (min-width: 768px) {
    .nav__item.support .nav__sub-col {
        max-width: clamp(8rem, 13.9240506329vw + 1.3164556962rem, 13.5rem);
    }
}
.nav__link {
    position: relative;
    color: #567095;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
    .nav__link {
        color: #222;
        font-size: clamp(0.75rem, 0.6329113924vw + 0.4462025316rem, 1rem);
        transition: all 0.5s;
        cursor: pointer;
    }
}
.nav__link-txt {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 10px 54px 10px 24px;
    background-color: #e9edee;
}
@media screen and (min-width: 768px) {
    .nav__link-txt {
        min-height: auto;
        padding: 0;
        background-color: transparent;
    }
}
@media screen and (min-width: 768px) {
    .nav__link.dropdown {
        position: static;
    }
}
.nav__link.dropdown::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 15px;
    width: 16px;
    height: 16px;
    background-color: #567095;
    border-radius: 100%;
}
@media screen and (min-width: 768px) {
    .nav__link.dropdown::before {
        display: none;
    }
}
.nav__link.dropdown .nav__link-txt::before,
.nav__link.dropdown .nav__link-txt::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    width: 8px;
    height: 1px;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .nav__link.dropdown .nav__link-txt::before,
    .nav__link.dropdown .nav__link-txt::after {
        display: none;
    }
}
.nav__link.dropdown .nav__link-txt::before {
    transform: translateY(-50%) rotate(90deg);
}
.nav__link.dropdown.active .nav__link-txt::before {
    opacity: 0;
}
.nav__sub {
    display: none;
    padding: 20px 24px;
}
@media screen and (min-width: 768px) {
    .nav__sub {
        position: absolute;
        z-index: 4;
        top: 100%;
        left: 0;
        display: block;
        width: 100%;
        background-color: #fff;
        padding: 29px clamp(1.25rem, 3.164556962vw + -0.2689873418rem, 2.5rem)
            44px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    .nav__sub.active {
        opacity: 1;
        visibility: visible;
    }
}
.nav__sub-close {
    display: none;
}
@media screen and (min-width: 768px) {
    .nav__sub-close {
        position: absolute;
        top: clamp(0.625rem, 2.3734177215vw + -0.5142405063rem, 1.5625rem);
        right: clamp(1.25rem, 1.582278481vw + 0.4905063291rem, 1.875rem);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        background: url(../images/common/icon_close_menu.svg) no-repeat
            center/contain;
        cursor: pointer;
        transition: all 0.5s;
    }
    .nav__sub-close:hover {
        opacity: 0.7;
    }
}
@media screen and (min-width: 768px) {
    .nav__sub-inner {
        display: flex;
        justify-content: flex-start;
        max-width: 1264px;
        width: 100%;
        margin: 0 auto;
    }
}
.nav__sub-heading {
    display: none;
    flex-shrink: 0;
    color: #567095;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
    .nav__sub-heading {
        display: block;
        margin-right: clamp(
            1.25rem,
            7.9113924051vw + -2.5474683544rem,
            4.375rem
        );
        font-size: clamp(1.125rem, 0.9493670886vw + 0.6693037975rem, 1.5rem);
    }
}
.nav__sub-heading a {
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .nav__sub-heading a {
        pointer-events: auto;
        transition: all 0.5s;
    }
    .nav__sub-heading a:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 768px) {
    .nav__sub-main {
        display: flex;
        gap: clamp(0.625rem, 6.6455696203vw + -2.5648734177rem, 3.25rem);
        padding-top: 5px;
    }
}
.nav__sub-col:not(:last-child) {
    margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
    .nav__sub-col:not(:last-child) {
        margin-bottom: 0;
    }
}
.nav__sub-col.no-ttl {
    margin-top: -13px;
}
@media screen and (min-width: 768px) {
    .nav__sub-col.no-ttl {
        margin-top: 0;
    }
}
.nav__sub-col.no-ttl .nav__sub-ttl::before {
    display: none;
}
.nav__sub-ttl {
    position: relative;
    margin-bottom: 9px;
    padding-left: 11px;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
    .nav__sub-ttl {
        margin-bottom: 16px;
        font-size: clamp(0.875rem, 0.6329113924vw + 0.5712025316rem, 1.125rem);
    }
}
.nav__sub-ttl::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 3px;
    height: calc(100% - 10px);
    background-color: #567095;
}
@media screen and (min-width: 768px) {
    .nav__sub-ttl::before {
        top: clamp(0.25rem, 0.3164556962vw + 0.0981012658rem, 0.375rem);
        height: calc(100% - 8px);
    }
}
@media screen and (min-width: 768px) {
    .nav__sub-flex {
        display: flex;
        gap: clamp(0.625rem, 2.8481012658vw + -0.7420886076rem, 1.75rem);
    }
}
.nav__sub-list {
    padding-left: 12px;
}
@media screen and (min-width: 768px) {
    .nav__sub-list {
        padding-left: 0;
    }
}
.nav__sub-item {
    position: relative;
    padding-left: 14px;
    line-height: 1.5;
}
.nav__sub-item:not(:last-child) {
    margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
    .nav__sub-item:not(:last-child) {
        margin-bottom: 11px;
    }
}
.nav__sub-item::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 2px;
    background-color: #222;
}
@media screen and (min-width: 768px) {
    .nav__sub-item::before {
        top: clamp(0.75rem, -0.3164556962vw + 1.0268987342rem, 0.875rem);
        width: 8px;
        height: 2px;
    }
}
.nav__sub-item.sub {
    margin-bottom: 3px;
    padding-left: 30px;
}
.nav__sub-item.sub::before {
    left: 16px;
}
@media screen and (min-width: 768px) {
    .nav__sub-item.sub::before {
        top: clamp(0.75rem, -0.3164556962vw + 1.0268987342rem, 0.875rem);
    }
}
.nav__sub-item.sub .nav__sub-link {
    font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
    .nav__sub-item.sub .nav__sub-link {
        font-size: clamp(0.625rem, 0.3164556962vw + 0.4731012658rem, 0.75rem);
    }
}
.nav__sub-link {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
    .nav__sub-link {
        font-size: clamp(0.625rem, 0.9493670886vw + 0.1693037975rem, 1rem);
        line-height: 1.5;
    }
}
.nav__sub-link[target="_blank"]::after {
    content: "";
    position: relative;
    top: 8px;
    left: 0;
    display: inline-flex;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    background: url(../images/common/icon_blank.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .nav__sub-link[target="_blank"]::after {
        top: clamp(0.1875rem, 0.7911392405vw + -0.1922468354rem, 0.5rem);
        width: clamp(0.5rem, 0.3164556962vw + 0.3481012658rem, 0.625rem);
    }
}
@media screen and (min-width: 768px) {
    .nav__sub a {
        transition: all 0.5s;
    }
    .nav__sub a:hover {
        opacity: 0.7;
    }
}
.nav__sub-group:not(:last-child) {
    margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
    .nav__sub-group:not(:last-child) {
        margin-bottom: 30px;
    }
}

.nav-account {
    position: fixed;
    z-index: 9;
    top: 54px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
@media screen and (min-width: 768px) {
    .nav-account {
        position: initial;
        display: none;
        width: auto;
        padding-bottom: 21px;
        opacity: 1;
        visibility: visible;
        transition: none;
    }
}
.nav-account.active {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
.nav-account__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 1px;
    background-color: #fff;
    border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
    .nav-account__inner {
        flex-direction: row;
        gap: 0;
        background-color: transparent;
    }
}
@media screen and (min-width: 768px) {
    .nav-account__menu {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 37px;
        padding: 8px 18px 9px 30px;
        background-color: #e1e4e5;
        border-radius: 100px 0 0 100px;
    }
}
.nav-account__item {
    position: relative;
    background-color: #e1e4e5;
    line-height: 1.2;
}
.nav-account__item:not(:last-child) {
    margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
    .nav-account__item:not(:last-child) {
        margin-right: clamp(
            0.625rem,
            1.8617021277vw + -0.5664893617rem,
            1.0625rem
        );
        padding-right: clamp(
            0.625rem,
            1.8617021277vw + -0.5664893617rem,
            1.0625rem
        );
    }
    .nav-account__item:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 18px;
        background-color: #d6d6d6;
    }
}
.nav-account__link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 10px 20px 10px 24px;
    color: #567095;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
    .nav-account__link {
        display: inline-block;
        min-height: auto;
        padding: 0;
        color: #222;
        font-size: 0.875rem;
        font-size: clamp(0.625rem, 1.0638297872vw + -0.0558510638rem, 0.875rem);
        transition: all 0.5s;
    }
    .nav-account__link:hover {
        opacity: 0.7;
    }
}
.nav-account__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-flex;
    width: 14px;
    height: 14px;
    background-color: #567095;
    mask: url(../images/common/icon_blank.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .nav-account__link::after {
        display: none;
    }
}
.nav-account__login {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 52px;
    flex-shrink: 0;
    padding: 10px 20px 10px 24px;
    background-color: #567095;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
    .nav-account__login {
        justify-content: center;
        gap: 5px;
        min-height: 37px;
        padding: 2px 23px 2px 14px;
        border-radius: 0 100px 100px 0;
        font-size: clamp(0.625rem, 1.0638297872vw + -0.0558510638rem, 0.875rem);
        transition: all 0.5s;
        cursor: pointer;
    }
    .nav-account__login:hover {
        opacity: 0.7;
    }
}
.nav-account__login::before {
    content: "";
    display: inline-flex;
    width: 14px;
    height: 18px;
    background: url(../images/common/icon_lock.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .nav-account__login::before {
        width: 11px;
        height: 14px;
    }
}
.nav-account__login::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-flex;
    width: 14px;
    height: 14px;
    background-color: #fff;
    mask: url(../images/common/icon_blank.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .nav-account__login::after {
        display: none;
    }
}

.hamburger {
    position: relative;
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background-color: #567095;
}
@media screen and (min-width: 768px) {
    .hamburger {
        display: none;
    }
}
.hamburger::before,
.hamburger::after,
.hamburger span::before,
.hamburger span::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 1px;
    background-color: #fff;
    transition: all 0.5s;
}
.hamburger::before {
    top: 21px;
}
.hamburger::after {
    bottom: 19px;
}
.hamburger span::before,
.hamburger span::after {
    top: calc(50% + 1px);
    transform: translate(-50%, -50%);
}
.hamburger span::after {
    opacity: 0;
}
.hamburger.active::before,
.hamburger.active::after {
    opacity: 0;
}
.hamburger.active span::before {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
}
.hamburger.active span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
}

html.is_loading .loading {
    opacity: 1;
    visibility: visible;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #567095;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.loading__dots {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    animation: spin 2.75s infinite linear;
}
.loading__dot {
    position: absolute;
    height: 100%;
    width: 30%;
}
.loading__dot::after {
    content: "";
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    border-radius: 50%;
}
.loading__dot:nth-child(1) {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
}
.loading__dot:nth-child(1)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 1.1s infinite ease-in-out;
    animation-delay: -0.33s;
}
.loading__dot:nth-child(2) {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
}
.loading__dot:nth-child(2)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.loading__dot:nth-child(3) {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
}
.loading__dot:nth-child(3)::after {
    top: 0;
    left: 0;
    animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes wobble1 {
    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-66%) scale(0.65);
        opacity: 0.8;
    }
}
@keyframes wobble2 {
    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(66%) scale(0.65);
        opacity: 0.8;
    }
}
.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 14;
    display: none;
    padding: 15px 0;
    background-color: #0a0c33;
}
@media screen and (min-width: 768px) {
    .cookie__wrap {
        display: flex;
    }
}
.cookie__text {
    color: #fff;
    font-size: 0.875rem;
}
.cookie__close {
    flex-shrink: 0;
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .cookie__close {
        margin: 0 0 0 30px;
    }
}
.cookie__close a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.5;
}

.c-heading {
    display: flex;
    flex-direction: column;
}
.c-heading__en {
    font-family: "Amiri", serif;
    font-size: 2.3125rem;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
    .c-heading__en {
        margin-bottom: -2px;
        font-size: 3rem;
    }
}
.c-heading__jp {
    color: #567095;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
    .c-heading__jp {
        font-size: 1.125rem;
    }
}
.c-heading--center {
    align-items: center;
}

.c-h1 {
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
    .c-h1 {
        font-size: 2.625rem;
    }
}

.is-title-dark .c-h1 {
    color: #000;
}

.c-h2 {
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e4e5;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
    .c-h2 {
        padding-bottom: 5px;
        font-size: 2rem;
    }
}

.c-h2-line {
    position: relative;
    padding-bottom: 10px;
    font-size: 1.25rem;
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
    .c-h2-line {
        padding-bottom: 15px;
        font-size: 2.25rem;
    }
}
.c-h2-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background-color: #567095;
}
@media screen and (min-width: 768px) {
    .c-h2-line::before {
        width: 60px;
    }
}

.c-h3-bg {
    display: inline-block;
    padding: 0 5px;
    background-color: #d8e9f9;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
    .c-h3-bg {
        font-size: 1.5rem;
    }
}

.c-h3 {
    color: #4c596a;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
    .c-h3 {
        font-size: 1.5rem;
    }
}

.c-h4 {
    color: #333;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-h4 {
        font-size: 1.5rem;
    }
}

.c-h5 {
    color: #567095;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-h5 {
        font-size: 1.125rem;
    }
}

.c-h6 {
    color: #333333;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.c-btn-fixed {
    position: fixed;
    z-index: 1000000000;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
    background-color: rgba(34, 34, 34, 0.9);
}
@media screen and (min-width: 768px) {
    .c-btn-fixed {
        bottom: 30px;
        right: 20px;
        width: auto;
        height: 72px;
        padding: 10px 21px 10px 26px;
        border-radius: 100px;
    }
}
.c-btn-fixed__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
    .c-btn-fixed__item {
        gap: 6px;
        font-size: 1.0625rem;
        transition: all 0.5s;
    }
    .c-btn-fixed__item:hover {
        opacity: 0.7;
    }
}
.c-btn-fixed__item::before {
    content: "";
    display: inline-flex;
}
.c-btn-fixed__item--message {
    margin-right: 39px;
    padding-right: 35px;
    margin-right: clamp(1.25rem, 34.5454545455vw + -5.6590909091rem, 2.4375rem);
    padding-right: clamp(
        1.25rem,
        27.2727272727vw + -4.2045454545rem,
        2.1875rem
    );
}
@media screen and (min-width: 768px) {
    .c-btn-fixed__item--message {
        margin-right: 12px;
        padding-right: 15px;
    }
}
.c-btn-fixed__item--message::before {
    content: "";
    width: 18px;
    height: 16px;
    background: url(../images/common/icon_message.svg) no-repeat center/contain;
}
.c-btn-fixed__item--message::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 34px;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .c-btn-fixed__item--message::after {
        top: 0;
        right: 0;
        width: 1px;
        height: 23px;
    }
}
.c-btn-fixed__item--lookup {
    gap: 9px;
}
@media screen and (min-width: 768px) {
    .c-btn-fixed__item--lookup {
        gap: 6px;
    }
}
.c-btn-fixed__item--lookup::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/common/icon_search.svg) no-repeat center/contain;
}
.c-btn-fixed__totop {
    position: relative;
    top: 2px;
    left: 10px;
    margin-left: 28px;
    margin-left: clamp(0.625rem, 32.7272727273vw + -5.9204545455rem, 1.75rem);
}
@media screen and (min-width: 768px) {
    .c-btn-fixed__totop {
        top: 0;
        left: 0;
        margin-left: 18px;
    }
}
.c-btn-fixed__totop a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: #567095;
    border-radius: 100%;
}
@media screen and (min-width: 768px) {
    .c-btn-fixed__totop a {
        cursor: pointer;
        transition: all 0.5s;
    }
    .c-btn-fixed__totop a:hover {
        opacity: 0.7;
    }
}
.c-btn-fixed__totop a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 13px;
    background: url(../images/common/icon_totop.svg) no-repeat center/contain;
}

.c-search-bot {
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #e1e4e5;
    padding: 57px 24px 75px;
    transition: all 0.5s;
    visibility: hidden;
    transform: translateY(100%);
}
@media screen and (min-width: 768px) {
    .c-search-bot {
        width: calc(100% - 227px);
        padding: 50px 50px;
    }
    body.en-US .c-search-bot {
        width: calc(100% - 155px);
    }
}
.c-search-bot.active {
    visibility: visible;
    transform: translateY(0);
    z-index: 999999999999;
}
@media screen and (min-width: 768px) {
    .c-search-bot.expanded {
        width: calc(100% - 20px) !important;
    }
}
.c-search-bot__close {
    position: absolute;
    top: 16px;
    right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_close_menu.svg) no-repeat
        center/contain;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .c-search-bot__close {
        top: 21px;
        right: 28px;
        width: 20px;
        height: 20px;
        transition: all 0.5s;
    }
    .c-search-bot__close:hover {
        opacity: 0.7;
    }
}
.c-search-bot .c-search {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-search-bot .c-search {
        max-width: 769px;
    }
}
.c-search-bot .c-search__database-list-wrapper {
    top: auto;
    bottom: 100%;
    padding: 0 0 5px 0;
}

.c-lookup {
    position: fixed;
    z-index: 9999999999;
    bottom: 0;
    right: 217px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    width: calc(100vw - 20px - 200px - 7px);
    height: 40px;
    background-color: #303030;
    border-radius: 10px 10px 0 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.01em;
    transition:
        background-color 0.5s,
        color 0.5s,
        opacity 0.5s;
}
@media screen and (min-width: 480px) {
    .c-lookup {
        right: 227px;
        width: calc(100vw - 40px - 200px - 7px);
    }
}
@media screen and (min-width: 768px) {
    .c-lookup {
        right: 227px;
        gap: 6px;
        width: 209px;
        cursor: pointer;
    }
    .c-lookup:hover {
        opacity: 0.7;
    }
}
body.en-US .c-lookup {
    right: 135px;
    width: calc(100vw - 145px);
}
@media screen and (min-width: 480px) {
    body.en-US .c-lookup {
        right: 155px;
        width: calc(100vw - 175px);
    }
}
@media screen and (min-width: 768px) {
    body.en-US .c-lookup {
        right: 155px;
        width: 209px;
    }
}
.c-lookup::before {
    content: "";
    position: relative;
    top: 1px;
    display: inline-flex;
    width: 15px;
    height: 18px;
    background: url(../images/common/icon_search.svg) no-repeat center/contain;
}
.c-lookup.expanded {
    right: 13px !important;
    width: 230px !important;
}
@media screen and (min-width: 768px) {
    .c-lookup.expanded {
        right: 20px !important;
    }
}
.c-lookup.eventnone {
    pointer-events: none;
    z-index: 5;
}

.c-totop {
    position: fixed;
    z-index: 5;
    bottom: 48px;
    right: 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s;
}
@media screen and (min-width: 768px) {
    .c-totop {
        bottom: 48px;
    }
}
.c-totop.active {
    opacity: 1;
    transform: translateY(0);
}
.c-totop a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background-color: #303030;
    border-radius: 100%;
}
@media screen and (min-width: 768px) {
    .c-totop a {
        cursor: pointer;
        transition: all 0.5s;
    }
    .c-totop a:hover {
        opacity: 0.7;
    }
}
.c-totop a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 16px;
    background: url(../images/common/icon_totop.svg) no-repeat center/contain;
}

.c-breadcrumb {
    padding: 16px 0 19px;
}
@media screen and (min-width: 768px) {
    .c-breadcrumb {
        padding: 37px 0 12px;
    }
}
.c-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
}
@media screen and (min-width: 768px) {
    .c-breadcrumb__list {
        margin: 0;
    }
}
.c-breadcrumb__item {
    position: relative;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-breadcrumb__item {
        font-size: 0.875rem;
    }
}
.c-breadcrumb__item:not(:last-child) {
    margin-right: 12px;
    padding-right: 12px;
}
@media screen and (min-width: 768px) {
    .c-breadcrumb__item:not(:last-child) {
        margin-right: 16px;
        padding-right: 16px;
    }
}
.c-breadcrumb__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -8px;
    transform: rotate(122deg);
    width: 15px;
    height: 1px;
    background-color: #000;
}
@media screen and (min-width: 768px) {
    .c-breadcrumb__item:not(:last-child)::before {
        top: 11px;
        right: -7px;
    }
}
.c-breadcrumb__link {
    color: #797979;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .c-breadcrumb__link {
        transition: all 0.5s;
    }
    .c-breadcrumb__link:hover {
        opacity: 0.7;
    }
}

.c-mv {
    position: relative;
}
.c-mv__img {
    height: 37.6vw;
}
@media screen and (min-width: 768px) {
    .c-mv__img {
        height: 18.4210526316vw;
    }
}
.c-mv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-mv__inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    max-width: 1208px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.is-mv-overlay .c-mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.is-mv-overlay .c-mv__inner {
    z-index: 2;
}

.fadeInUp {
    opacity: 0;
    transform: translate(0, 30px) rotate(0.0001deg);
    transition: opacity ease-in 600ms;
}
.fadeInUp.animated {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition:
        opacity ease-in 600ms,
        transform ease-out 600ms;
}

.c-pager > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 3px;
}
.c-pager > div span,
.c-pager > div a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    height: 36px;
    padding: 2px 4px;
    background-color: #fff;
    border: 1px solid #e1e4e5;
    border-radius: 4px;
    color: #333;
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-pager > div span,
    .c-pager > div a {
        min-width: 40px;
        height: 40px;
        font-size: 1.25rem;
        transition: all 0.5s;
    }
    .c-pager > div span:hover,
    .c-pager > div a:hover {
        opacity: 0.7;
    }
}
.c-pager > div .current {
    min-width: 46px;
    height: 46px;
    background-color: #567095;
    color: #fff;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .c-pager > div .current {
        min-width: 50px;
        height: 50px;
    }
}
.c-pager > div .prev,
.c-pager > div .next,
.c-pager > div .previouspostslink,
.c-pager > div .nextpostslink {
    font-size: 0;
}
.c-pager > div .prev::before,
.c-pager > div .next::before,
.c-pager > div .previouspostslink::before,
.c-pager > div .nextpostslink::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(../images/common/icon_prev_next.svg) no-repeat
        center/contain;
}
@media screen and (min-width: 768px) {
    .c-pager > div .prev::before,
    .c-pager > div .next::before,
    .c-pager > div .previouspostslink::before,
    .c-pager > div .nextpostslink::before {
        height: 16px;
    }
}
.c-pager > div .prev,
.c-pager > div .previouspostslink {
    transform: scaleX(-1);
}
.c-pager > div .prev::before,
.c-pager > div .next::before,
.c-pager > div .previouspostslinklast::before,
.c-pager > div .nextpostslinklast::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url(../images/common/icon_prev_next_last.svg) no-repeat
        center/contain;
}
@media screen and (min-width: 768px) {
    .c-pager > div .prev::before,
    .c-pager > div .next::before,
    .c-pager > div .previouspostslinklast::before,
    .c-pager > div .nextpostslinklast::before {
        height: 16px;
    }
}
.c-pager > div .prev,
.c-pager > div .previouspostslinklast {
    transform: scaleX(-1);
}

.c-page__content a {
    position: relative;
    display: inline-block;
    background: transparent;
    color: #567095;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 1px;
    line-height: 1.7;
    letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
    .c-page__content a {
        transition: all 0.5s;
        text-underline-offset: 2px;
    }
    .c-page__content a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
}
.c-page__content a[href$=".pdf"] {
    margin-right: 4px;
    padding-right: 18px;
}
.c-page__content a[href$=".pdf"]::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 15px;
    height: 16px;
    background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
}
.c-page__content a[href$=".pdf"]:has(img)::after {
    display: none;
}
.c-page__content a[target="_blank"]:not([href$=".pdf"]) {
    margin-right: 4px;
    padding-right: 15px;
}
.c-page__content a[target="_blank"]:not([href$=".pdf"])::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 11px;
    height: 11px;
    background: url(../images/common/icon_blank.svg) no-repeat center/contain;
}
.c-page__content a[target="_blank"]:not([href$=".pdf"]):has(img)::after {
    display: none;
}

.c-btn-grid {
    display: grid;
    gap: 7px 12px;
}
@media screen and (min-width: 768px) {
    .c-btn-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 768px) {
    .c-btn-grid--3cols {
        grid-template-columns: repeat(3, 1fr);
    }
}
.c-btn-grid--4cols {
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
    .c-btn-grid--4cols {
        grid-template-columns: repeat(4, 1fr);
    }
}
.c-btn-grid .c-btn {
    max-width: none;
}

.c-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 444px;
    min-height: 64px;
    padding: 8px 45px 8px 19px;
    background-color: #567095;
    border-radius: 4px;
    color: #fff;
    line-height: 1.6;
    text-decoration: none;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-btn {
        min-height: 72px;
        padding: 10px 22px 12px 22px;
        line-height: 1.5;
    }
}
.c-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: #fff;
    mask: url(../images/common/icon_arrow_circle.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .c-btn::before {
        right: 30px;
        width: 16px;
        height: 16px;
    }
}
.c-btn--center {
    justify-content: center;
    text-align: center;
}
.c-btn--black {
    background-color: #222;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .c-btn--black::before {
        right: 26px;
    }
}
.c-btn--white {
    background-color: #fff;
    color: #222;
}
.c-btn--white::before {
    background-color: #222;
}
@media screen and (min-width: 768px) {
    .c-btn--white::before {
        right: 26px;
    }
}
.c-btn--gray {
    background-color: #767676;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .c-btn--gray::before {
        right: 26px;
    }
}
@media screen and (min-width: 768px) {
    .c-btn--md::before {
        right: 26px;
    }
}
@media screen and (min-width: 768px) {
    .c-btn--sm {
        padding-right: 48px;
    }
}
@media screen and (min-width: 768px) {
    .c-btn--sm::before {
        right: 16px;
    }
}

.c-note {
    position: relative;
    padding-left: 20px;
}
.c-note::before {
    content: "※";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-note::before {
        left: -1px;
    }
}

.c-list-dot li {
    position: relative;
    padding-left: 12px;
    color: #333;
    font-weight: 500;
}
.c-list-dot li:not(:last-child) {
    margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
    .c-list-dot li:not(:last-child) {
        margin-bottom: 0;
    }
}
.c-list-dot li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #567095;
    border-radius: 100%;
}
@media screen and (min-width: 768px) {
    .c-list-dot li::before {
        top: 11px;
    }
}
.c-list-dot--link li:not(:last-child) {
    margin-bottom: 5px;
}

ol {
    counter-reset: list;
}
ol > li {
    position: relative;
    padding-left: 20px;
}
@media screen and (min-width: 768px) {
    ol > li {
        padding-left: 24px;
    }
}
ol > li::before {
    counter-increment: list;
    content: counter(list) ".";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    text-align: right;
}
@media screen and (min-width: 768px) {
    ol > li::before {
        width: 19px;
    }
}
ol > li ol {
    padding: 14px 0 14px 3px;
}
@media screen and (min-width: 768px) {
    ol > li ol {
        padding: 12px 0 9px;
    }
}
ol > li ol > li {
    padding: 0;
}
ol > li ol > li:not(:last-child) {
    margin-bottom: 12px;
}
ol > li ol > li::before {
    display: none;
}

.mCustomScrollBox {
    padding-bottom: 10px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    display: block !important;
    height: 4px;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    height: 4px;
    border-radius: 6px;
    background-color: #e1e4e5;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 4px;
    margin: 0;
    background-color: #797979;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    display: none;
}

.scrollhint {
    position: absolute;
    top: calc(50% - 4px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: none;
}
.scrollhint.hide {
    opacity: 0;
}
.scrollhint__icon {
    position: relative;
    display: block;
    width: 114px;
    height: 83px;
    background-color: rgba(126, 126, 126, 0.6464);
    border-radius: 4px;
}
.scrollhint__icon::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 46px;
    margin-top: -10px;
    background: url(../images/common/icon_scrollhint_pointer.svg) no-repeat
        center/contain;
}
.scrollhint__icon::after {
    content: "";
    position: absolute;
    top: 9px;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    width: 41px;
    height: 44px;
    background: url(../images/common/icon_scrollhint_arrow.svg) no-repeat
        center/contain;
}
.scrollhint__txt {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
}

.c-frame {
    padding: 30px 24px 18px;
    background-color: #d9e0ea;
}
@media screen and (min-width: 768px) {
    .c-frame {
        padding: 34px 51px 29px;
    }
}
.c-frame .c-h4 {
    margin-bottom: 13px;
    font-weight: 700;
    line-height: 1.7;
}
@media screen and (min-width: 768px) {
    .c-frame .c-h4 {
        margin-bottom: 3px;
        line-height: 1.5;
    }
}
.c-frame__txt {
    margin-bottom: 10px;
    line-height: 1.8;
}
@media screen and (min-width: 768px) {
    .c-frame__txt {
        margin-bottom: 12px;
        line-height: 1.7;
    }
}
.c-frame .c-note {
    width: 76.8707482993%;
}
@media screen and (min-width: 768px) {
    .c-frame .c-note {
        width: 100%;
    }
}

.c-book {
    padding: 30px 24px;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .c-book {
        padding: 40px 52px 30px;
    }
}
@media screen and (min-width: 768px) {
    .c-book__main {
        display: flex;
        gap: 35px;
    }
}
.c-book__img {
    width: 115px;
    margin: 0 auto 19px;
}
@media screen and (min-width: 768px) {
    .c-book__img {
        flex-shrink: 0;
        width: 128px;
        margin: 0;
    }
}
.c-book__img figcaption {
    font-family: "Outfit", sans-serif;
    font-size: 0.75rem;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .c-book__img figcaption {
        font-size: 0.75rem;
    }
}
.c-book__box {
    width: 100%;
}
.c-book__ttl {
    margin-bottom: 3px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-book__ttl {
        font-size: 1.5rem;
    }
}
.c-book__des {
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
    .c-book__des {
        margin-bottom: 17px;
    }
}
.c-book__info {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    margin-bottom: 1px;
    font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
    .c-book__info {
        flex-direction: column;
        margin-bottom: 7px;
        font-size: 0.875rem;
    }
}
.c-book__footer {
    margin-top: 11px;
    padding-top: 12px;
    border-top: 1px solid #e1e4e5;
}
@media screen and (min-width: 768px) {
    .c-book__footer {
        margin-top: 22px;
        padding-top: 17px;
    }
}
.c-book__instructor {
    position: relative;
    margin-bottom: 3px;
    padding-left: 20px;
    font-size: 0.9375rem;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    .c-book__instructor {
        padding-left: 22px;
        font-size: 1.0625rem;
    }
}
.c-book__instructor::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_pen.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .c-book__instructor::before {
        left: -1px;
        width: 17px;
        height: 17px;
    }
}
.c-book__comment {
    line-height: 1.8;
}
@media screen and (min-width: 768px) {
    .c-book__comment {
        line-height: 1.7;
    }
}

.c-tab-grid {
    display: grid;
    gap: 2px;
}
@media screen and (min-width: 768px) {
    .c-tab-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.c-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    background-color: #e1e4e5;
    border-radius: 4px 4px 0 0;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
    .c-tab {
        min-height: 41px;
        cursor: pointer;
        transition: all 0.5s;
    }
    .c-tab:hover {
        opacity: 0.7;
    }
}
.c-tab--active {
    background-color: #567095;
    color: #fdfdfd;
    pointer-events: none;
}

.c-wp-img-grid {
    display: grid;
}
.c-wp-img-grid--2cols {
    gap: 30px 12px;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
    .c-wp-img-grid--2cols {
        gap: 30px 24px;
    }
}
.c-wp-img-grid--4cols {
    gap: 30px 20px;
}
@media screen and (min-width: 768px) {
    .c-wp-img-grid--4cols {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 24px;
    }
}

.c-img {
    max-width: 342px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .c-img {
        max-width: none;
    }
}
.c-img figcaption {
    margin-top: 9px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-img--md {
        width: 80%;
        max-width: 722px;
        margin: 0 auto;
    }
}

.c-wp-img-block-grid {
    display: grid;
}
.c-wp-img-block-grid--2cols {
    gap: 30px 12px;
}
@media screen and (min-width: 768px) {
    .c-wp-img-block-grid--2cols {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 24px;
    }
}

.c-img-block {
    display: flex;
    gap: 12px;
}
@media screen and (min-width: 768px) {
    .c-img-block {
        gap: 22px;
    }
}
.c-img-block__img {
    flex-shrink: 0;
    width: 48.2352941176%;
}
@media screen and (min-width: 768px) {
    .c-img-block__img {
        width: 47.7732793522%;
    }
}
.c-img-block__box {
    width: 100%;
}
.c-img-block__txt {
    color: #333;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-img-block__txt {
        font-size: 1.125rem;
        line-height: 1.7;
    }
}

.c-btn-img-grid {
    display: grid;
    gap: 10px;
}
@media screen and (min-width: 768px) {
    .c-btn-img-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.c-page {
    padding: 50px 0;
}
@media screen and (min-width: 768px) {
    .c-page {
        padding: 80px 0 120px;
    }
}
@media screen and (min-width: 768px) {
    .c-page__content {
        width: 65%;
    }
}
.c-page__content > * + * {
    margin-top: 24px;
}
@media screen and (min-width: 768px) {
    .c-page__sidebar {
        width: 30%;
        max-width: 288px;
    }
}
.c-page__sidebar #secondary.widget-area {
    width: 100%;
    float: none;
}

.c-post {
    margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
    .c-post {
        transition: all 0.5s;
    }
    .c-post:hover {
        opacity: 0.7;
    }
}
.c-post:last-child {
    margin-bottom: 0;
}
.c-post__inner {
    display: flex;
    flex-direction: column;
    padding: 18px 15px;
    background-color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .c-post__inner {
        flex-direction: row;
        align-items: flex-start;
        min-height: 52px;
        padding: 15px 17px 13px;
    }
}
.c-post__date {
    display: block;
    margin-bottom: 3px;
    color: #567095;
    font-family: "Amiri", serif;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-post__date {
        position: relative;
        top: 3px;
        flex-shrink: 0;
        width: 105px;
        margin-bottom: 0;
    }
}
.c-post__ttl {
    color: #222;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .c-post__ttl {
        font-size: 1rem;
    }
}

#content.c-page #barcode p.barcode-menu a {
    width: auto;
    padding: 0 15px 0 0;
    font-size: 1rem;
}

.wpcf7 form {
    display: flex;
    flex-direction: column;
    max-width: 1068px;
    margin: 0 auto;
}
.wpcf7 p {
    width: 100%;
}
.wpcf7 form > label,
.wpcf7 form > p {
    display: block;
    width: 100%;
    padding: 15px 0 17px;
    border-top: 1px solid #e1e4e5;
    font-size: 1rem;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .wpcf7 form > label,
    .wpcf7 form > p {
        display: flex;
        align-items: flex-start;
        width: 100%;
        padding: 25px 0 24px;
    }
}
.wpcf7 form > label:last-of-type,
.wpcf7 form > p:last-of-type {
    border-bottom: 1px solid #e1e4e5;
}
.wpcf7 select.wpcf7-form-control {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
}
.wpcf7 form > strong {
    display: block;
    padding: 15px 0 10px;
    border-top: 1px solid #e1e4e5;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}
.wpcf7 label strong {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .wpcf7 label strong {
        flex-shrink: 0;
        width: 200px;
        padding-bottom: 0;
        padding-top: 12px;
    }
}
.wpcf7 .required-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    background-color: #e66434;
    border-radius: 2px;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1;
}
@media screen and (min-width: 768px) {
    .wpcf7 .required-badge {
        font-size: 0.75rem;
    }
}
.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}
@media screen and (min-width: 768px) {
    .wpcf7 .wpcf7-form-control-wrap {
        flex: 1;
    }
}
.wpcf7 .wpcf7-sub {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #666;
    margin-top: 2px;
}
@media screen and (min-width: 768px) {
    .wpcf7 .wpcf7-sub {
        margin-top: 4px;
    }
}
.wpcf7 .wpcf7-row {
    display: block;
    width: 100%;
    padding: 15px 0 17px;
    border-top: 1px solid #e1e4e5;
    font-size: 1rem;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .wpcf7 .wpcf7-row {
        display: flex;
        align-items: flex-start;
        padding: 25px 0 24px;
    }
}
.wpcf7 .wpcf7-row > strong {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .wpcf7 .wpcf7-row > strong {
        flex-shrink: 0;
        width: 200px;
        padding-bottom: 0;
        padding-top: 0;
    }
}
.wpcf7 .wpcf7-note {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.8;
    margin-top: 10px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 10px 15px 12px;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 4px;
    outline: none;
    font-size: 1rem;
    font-weight: 500;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="number"]::placeholder,
.wpcf7 input[type="date"]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
    color: #797979;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"] {
    height: 42px;
}
@media screen and (min-width: 768px) {
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="number"],
    .wpcf7 input[type="date"] {
        height: 50px;
    }
}
.wpcf7 select {
    height: 42px;
    appearance: auto;
}
@media screen and (min-width: 768px) {
    .wpcf7 select {
        height: 50px;
        cursor: pointer;
    }
}
.wpcf7 textarea {
    height: 150px;
    resize: none;
}
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 10px 0;
}
.wpcf7 .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0;
}
.wpcf7 .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: none;
    font-weight: 400;
    cursor: pointer;
}
.wpcf7 .wpcf7-list-item input[type="checkbox"],
.wpcf7 .wpcf7-list-item input[type="radio"] {
    width: auto;
    height: auto;
    margin: 0;
}
.wpcf7 form > br + * {
    font-size: 0.875rem;
    color: #666;
}
.wpcf7 input[type="submit"] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 46px;
    margin: 40px auto 0;
    padding: 0;
    background-color: #222;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .wpcf7 input[type="submit"] {
        width: 280px;
        height: 54px;
        margin-top: 59px;
        transition: all 0.5s;
    }
    .wpcf7 input[type="submit"]:hover {
        opacity: 0.7;
    }
}
.wpcf7 .wpcf7-response-output {
    margin: 20px 0;
    padding: 15px;
    font-size: 1rem;
}
.wpcf7 .g-recaptcha {
    margin: 20px 0;
    display: block;
}
.wpcf7 .wpcf7-character-count {
    display: block;
    font-size: 0.875rem;
    color: #666;
    margin-top: 5px;
}

.c-form__row {
    padding: 15px 0 17px;
    border-top: 1px solid #e1e4e5;
    gap: 16px;
}
@media screen and (min-width: 768px) {
    .c-form__row {
        display: flex;
        align-items: flex-start;
        padding: 25px 0 24px;
    }
}
.c-form__row:last-of-type {
    border-bottom: 1px solid #e1e4e5;
}
.c-form__required {
    position: relative;
    top: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 2px 8px;
    height: 17px;
    background-color: #e66434;
    border-radius: 2px;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .c-form__required {
        height: 20px;
        font-size: 0.75rem;
    }
}
.c-form__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .c-form__head {
        flex-shrink: 0;
        width: 220px;
        margin-top: 11px;
        padding-bottom: 0;
    }
}
.c-form__head p {
    display: flex;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
    column-gap: 12px;
}
@media screen and (min-width: 768px) {
    .c-form__head.spec01 {
        margin-top: -4px;
    }
}
@media screen and (min-width: 768px) {
    .c-form__head.spec02 {
        margin-top: 1px;
    }
}
.c-form__sub {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    color: #666;
    margin-top: 4px;
}
.c-form__note {
    font-size: 0.875rem;
    font-weight: 400;
    color: #666;
    line-height: 1.8;
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .c-form__body {
        flex: 1;
    }
}
.c-form__body p:has(.c-form__input--smaller) {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
    width: fit-content;
    line-height: 42px;
}
@media screen and (min-width: 768px) {
    .c-form__body p:has(.c-form__input--smaller) {
        line-height: 50px;
    }
}
.c-form__input--smaller {
    width: 100px;
}
@media screen and (min-width: 768px) {
    .c-form__input--smaller {
        width: 120px;
    }
}
.c-form__input,
.c-form__area {
    width: 100%;
    padding: 10px 15px 12px;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 4px;
    outline: none;
    font-size: 1rem;
    font-weight: 500;
}
.c-form__input::placeholder,
.c-form__area::placeholder {
    color: #797979;
}
.c-form__input {
    height: 42px;
}
@media screen and (min-width: 768px) {
    .c-form__input {
        height: 50px;
    }
}
.c-form__input.c-form__input--smaller {
    width: 100%;
}
.c-form__area {
    height: 150px;
    resize: none;
}
.c-form__select {
    position: relative;
}
.c-form__select::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 19px;
    transform: rotate(90deg);
    width: 7px;
    height: 14px;
    background-color: #222;
    mask: url(../images/common/icon_arrow_stroke.svg) no-repeat center/contain;
    pointer-events: none;
    z-index: 2;
}
@media screen and (min-width: 768px) {
    .c-form__select::before {
        top: 18px;
        right: 29px;
    }
}
.c-form__select select,
.c-form__select .wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 42px;
    padding: 8px 40px 8px 15px;
    background-color: #fff;
    background-image: none !important;
    border: 1px solid #cecece;
    border-radius: 6px;
    outline: none;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
@media screen and (min-width: 768px) {
    .c-form__select select,
    .c-form__select .wpcf7-form-control.wpcf7-select {
        padding: 10px 40px 12px 15px;
        height: 50px;
        cursor: pointer;
    }
}
.c-form__select select option,
.c-form__select .wpcf7-form-control.wpcf7-select option {
    color: #222;
    font-weight: 500;
}
.c-form__file {
    display: flex;
    flex-direction: column;
    gap: 10px 18px;
}
@media screen and (min-width: 768px) {
    .c-form__file {
        align-items: center;
        flex-direction: row;
    }
}
.c-form__file + .c-form__file {
    margin-top: 10px;
}
.c-form__file-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    width: 184px;
    height: 28px;
    padding-left: 7px;
    background-color: #567095;
    border-radius: 4px;
}
.c-form__file-btn br {
    display: none;
}
@media screen and (min-width: 768px) {
    .c-form__file-btn {
        width: 208px;
        height: 32px;
        cursor: pointer;
        transition: all 0.5s;
    }
    .c-form__file-btn:hover {
        opacity: 0.7;
    }
}
.c-form__file-btn::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 11px;
    height: 15px;
    background: url(../images/common/icon_file.svg) no-repeat center/contain;
}
.c-form__file-label {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
}
@media screen and (min-width: 768px) {
    .c-form__file-label {
        font-size: 0.9375rem;
    }
}
.c-form__file-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 100%;
    cursor: pointer;
}
.c-form__file .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-form__file-name {
    color: #797979;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.c-form__footer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    .c-form__footer {
        margin-top: 59px;
    }
}
.c-form__footer > p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.c-form__footer .wpcf7-spinner {
    display: none;
    margin-left: 10px;
}
.c-form__footer .wpcf7-spinner.active {
    display: block;
}
.c-form__submit {
    display: block;
    width: 250px;
    height: 46px;
    padding: 0 !important;
    border: none !important;
    border-radius: 4px !important;
    background: #222 url(../images/common/icon_arrow_circle.svg) no-repeat right
        18px center/15px 15px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-align: center;
    line-height: 46px !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
    .c-form__submit {
        width: 280px;
        height: 54px;
        line-height: 54px !important;
        background-position: right 26px center !important;
        background-size: 16px 16px !important;
        transition: opacity 0.5s;
    }
    .c-form__submit:hover {
        opacity: 0.7;
    }
}
.c-form__submit + .wpcf7-spinner {
    display: none;
    margin-left: 10px;
}
.c-form__submit + .wpcf7-spinner.active {
    display: inline-block;
}
.c-form__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 46px;
    border-radius: 4px;
    background-color: #222;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .c-form__btn {
        width: 280px;
        height: 54px;
        transition: all 0.5s;
    }
    .c-form__btn:hover {
        opacity: 0.7;
    }
}
.c-form__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_arrow_circle.svg) no-repeat
        center/contain;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .c-form__btn::before {
        right: 26px;
        width: 16px;
        height: 16px;
    }
}
.c-form__btn > p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-form__btn > p br {
    display: none;
}
.c-form__btn > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
}
.c-form__btn-txt {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.c-form__btn-input,
.c-form__btn input.wpcf7-submit {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer;
}
.c-form__btn-input:only-child,
.c-form__btn input.wpcf7-submit:only-child {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 46px;
    border: none;
    border-radius: 4px;
    background-color: #222;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .c-form__btn-input:only-child,
    .c-form__btn input.wpcf7-submit:only-child {
        width: 280px;
        height: 54px;
        transition: all 0.5s;
    }
    .c-form__btn-input:only-child:hover,
    .c-form__btn input.wpcf7-submit:only-child:hover {
        opacity: 0.7;
    }
}
.c-form__btn.prev {
    background-color: #797979;
}
.c-form__btn.prev::before {
    right: auto;
    left: 18px;
    transform: translateY(-50%) scaleX(-1);
}
@media screen and (min-width: 768px) {
    .c-form__btn.prev::before {
        left: 26px;
    }
}

.p-library .c-mv__img img {
    min-height: 210px;
}
.p-library .c-mv__anchor {
    position: absolute;
    right: 24px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: calc(100% - 48px);
    padding: 12px 22px;
    background-color: #567095;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
    .p-library .c-mv__anchor {
        right: 24px;
        padding: 16px 28px;
        transition: all 0.5s;
    }
    .p-library .c-mv__anchor:hover {
        background-color: #222;
    }
}
.p-library .c-mv__anchor::after {
    content: "";
    transform: rotate(90deg);
    width: 15px;
    height: 15px;
    background-color: #fff;
    mask: url(../images/common/icon_arrow_circle.svg) no-repeat center/contain;
}
.p-library #content.c-page {
    padding-bottom: 0;
}
@media screen and (min-width: 768px) {
    .p-library #content.c-page {
        padding-top: 51px;
    }
}
.p-library #content .c-btn {
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    .p-library #content .c-btn {
        transition: all 0.5s;
    }
    .p-library #content .c-btn:hover {
        opacity: 0.8;
    }
}
.p-library #content .p-library-info {
    margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-info {
        margin-bottom: 70px;
    }
}
.p-library #content .p-library-info h2 {
    margin-bottom: 24px;
}
.p-library #content .p-library-info__list {
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-info__list {
        margin-bottom: 59px;
    }
}
.p-library #content .p-library-info__post {
    margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-info__post {
        transition: all 0.5s;
    }
    .p-library #content .p-library-info__post:hover {
        opacity: 0.7;
    }
}
.p-library #content .p-library-info__post:last-child {
    margin-bottom: 0;
}
.p-library #content .p-library-info__post-inner {
    display: flex;
    flex-direction: column;
    padding: 18px 15px;
    background-color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-info__post-inner {
        flex-direction: row;
        align-items: flex-start;
        min-height: 52px;
        padding: 15px 17px 13px;
    }
}
.p-library #content .p-library-info__post-date {
    display: block;
    margin-bottom: 3px;
    color: #567095;
    font-family: "Amiri", serif;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-info__post-date {
        position: relative;
        top: 3px;
        flex-shrink: 0;
        width: 105px;
        margin-bottom: 0;
    }
}
.p-library #content .p-library-info__post-ttl {
    color: #222;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-info__post-ttl {
        font-size: 1rem;
    }
}
.p-library #content .p-library-info__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-library #content .p-library-info__btn .c-btn {
    max-width: 400px;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-info__btn .c-btn::before {
        right: 37px;
        top: calc(50% + 1px);
        width: 21px;
        height: 21px;
    }
}
.p-library #content .p-library-content > * + * {
    margin-top: 24px;
}
.p-library #content .p-library-ttl {
    position: relative;
    margin-bottom: 19px;
    font-size: 1.25rem;
    border-bottom: none;
    text-align: center;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-ttl {
        font-size: 1.5rem;
    }
}
.p-library #content .p-library-related {
    margin-top: 50px !important;
    padding: 50px 0;
    border-top: 2px solid #e1e4e5;
    clear: both;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-related {
        margin-top: 80px !important;
        padding: 47px 0 67px;
    }
}
.p-library #content .p-library-related .c-btn-grid {
    gap: 12px 12px;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-related .c-btn {
        padding: 10px 50px 12px;
    }
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-related .c-btn::before {
        right: 28px;
        width: 17px;
        height: 17px;
    }
}
.p-library #content .p-library-other {
    position: relative;
    padding: 50px 0;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-other {
        padding: 83px 0 92px;
    }
}
.p-library #content .p-library-other::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    min-width: 1200px;
    height: 100%;
    background-color: #e1e4e5;
    pointer-events: none;
}
.p-library #content .p-library-other .c-btn-grid {
    gap: 12px 12px;
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-other .c-btn {
        padding: 10px 35px 12px 22px;
    }
}
@media screen and (min-width: 768px) {
    .p-library #content .p-library-other .c-btn::before {
        right: 16px;
        width: 17px;
        height: 17px;
    }
}

.c-search__tabs {
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
    .c-search__tabs {
        flex-wrap: nowrap;
    }
}
.c-search__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    padding: 4px 10px;
    background-color: rgba(34, 34, 34, 0.8);
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
    .c-search__tab {
        min-height: 40px;
        padding: 4px;
        font-size: clamp(0.625rem, 1.1075949367vw + 0.0933544304rem, 1.0625rem);
        cursor: pointer;
        transition: all 0.5s;
    }
    .c-search__tab:hover {
        opacity: 0.7;
    }
}
.c-search__tab--active {
    background-color: rgba(86, 112, 149, 0.95);
}
@media screen and (min-width: 768px) {
    .c-search__tab--active {
        pointer-events: none;
    }
}
.c-search__tab:nth-child(1) {
    order: 3;
    width: 23.3918128655%;
}
@media screen and (min-width: 768px) {
    .c-search__tab:nth-child(1) {
        order: 1;
        width: 14.5098039216%;
    }
}
.c-search__tab:nth-child(2) {
    order: 4;
    width: 34.2105263158%;
}
@media screen and (min-width: 768px) {
    .c-search__tab:nth-child(2) {
        order: 2;
        width: 21.045751634%;
    }
}
.c-search__tab:nth-child(3) {
    order: 5;
    width: 41.6909620991%;
}
@media screen and (min-width: 768px) {
    .c-search__tab:nth-child(3) {
        order: 3;
        width: 24.0522875817%;
    }
}
.c-search__tab:nth-child(4) {
    order: 1;
    width: 49.7076023392%;
}
@media screen and (min-width: 768px) {
    .c-search__tab:nth-child(4) {
        order: 4;
        width: 18.954248366%;
    }
}
.c-search__tab:nth-child(5) {
    order: 2;
    width: 49.7076023392%;
}
@media screen and (min-width: 768px) {
    .c-search__tab:nth-child(5) {
        order: 5;
        width: 21.1764705882%;
    }
}
.c-search__main {
    padding: 28px 17px 29px 20px;
    background-color: rgba(86, 112, 149, 0.95);
    border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 768px) {
    .c-search__main {
        padding: 23px clamp(1.25rem, 3.164556962vw + -0.2689873418rem, 2.5rem)
            18px clamp(1.25rem, 3.6392405063vw + -0.496835443rem, 2.6875rem);
    }
}
.c-search__groups {
    margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
    .c-search__groups {
        margin-bottom: 17px;
    }
}
.c-search__group {
    display: none;
}
.c-search__group--active {
    display: block;
}
.c-search__form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: 100%;
    height: 32px;
}
@media screen and (min-width: 768px) {
    .c-search__form {
        gap: 6px;
        height: 52px;
    }
}
.c-search__input {
    width: 100%;
    height: 100%;
    padding: 10px 13px;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    outline: none;
    color: #222;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
    .c-search__input {
        padding: 10px 20px;
        font-size: clamp(0.875rem, 0.4746835443vw + 0.6471518987rem, 1.0625rem);
    }
}
.c-search__input::placeholder {
    color: #797979;
}
.c-search input[type="submit"],
.c-search__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 32px;
    height: 100%;
    padding: 2px 2px 3px;
    background:
        url(../images/common/icon_lookup.svg) no-repeat center/contain,
        #222;
    background-size: 13px 13px;
    border: none;
    border-radius: 2px;
    font-size: 0;
}
@media screen and (min-width: 768px) {
    .c-search input[type="submit"],
    .c-search__btn {
        width: 58px;
        padding: 2px 2px 4px;
        background-size: 24px 24px;
        transition: all 0.5s;
    }
    .c-search input[type="submit"]:hover,
    .c-search__btn:hover {
        opacity: 0.7;
    }
}
.c-search input[type="submit"] img,
.c-search__btn img {
    width: 12px;
}
@media screen and (min-width: 768px) {
    .c-search input[type="submit"] img,
    .c-search__btn img {
        width: 24px;
    }
}
.c-search input[type="submit"]::before,
.c-search__btn::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_lookup.svg) no-repeat center/contain;
}
.c-search__icon {
    display: inline-flex;
}
.c-search__links {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 15px;
}
@media screen and (min-width: 768px) {
    .c-search__links {
        gap: 10px 27px;
        padding-right: 4px;
    }
}
.c-search__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
    .c-search__link {
        gap: 10px;
        font-size: clamp(0.875rem, 0.3164556962vw + 0.7231012658rem, 1rem);
        transition: all 0.5s;
    }
    .c-search__link:hover {
        opacity: 0.7;
    }
}
.c-search__link::after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .c-search__link::after {
        width: 14px;
        height: 14px;
    }
}
.c-search__database-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (min-width: 768px) {
    .c-search__database-group {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
}
.c-search__database {
    position: relative;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-search__database {
        width: calc((100% - 10px) / 3);
    }
}
.c-search__database-list-wrapper {
    position: absolute;
    z-index: 1;
    top: 100%;
    display: none;
    width: 100%;
    padding-top: 5px;
}
@media screen and (min-width: 768px) {
    .c-search__database-list-wrapper {
        width: clamp(21.25rem, 27.3734177215vw + 8.1107594937rem, 32.0625rem);
    }
}
.c-search__database-list-wrapper.by-frequently {
    left: 0;
}
.c-search__database-list-wrapper.by-field {
    left: 50%;
    transform: translateX(-50%);
}
.c-search__database-list-wrapper.by-content {
    right: 0;
}
.c-search__database-list {
    height: 250px;
    padding: 10px;
    background-color: #fff;
    border-radius: 2px;
    overflow-y: auto;
}
@media screen and (min-width: 768px) {
    .c-search__database-list {
        padding: 15px;
        height: 317px;
    }
}
.c-search__database-label {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 13px;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    outline: none;
    color: #797979;
    font-size: 0.8125rem;
    letter-spacing: 0.13em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
    .c-search__database-label {
        min-height: 52px;
        padding: 13px 30px 13px 15px;
        font-size: clamp(0.875rem, 0.1582278481vw + 0.7990506329rem, 0.9375rem);
        cursor: pointer;
    }
}
.c-search__database-label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background-color: #567095;
    mask: url(../images/common/icon_arrow_down_stroke_blue.svg) no-repeat
        center/contain;
    -webkit-mask: url(../images/common/icon_arrow_down_stroke_blue.svg)
        no-repeat center/contain;
    transition: all 0.5s;
}
.c-search__database-label.active::before {
    transform: translateY(-50%) rotate(180deg);
}
.c-search__database-itemgroup:not(:last-child) {
    margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
    .c-search__database-itemgroup:not(:last-child) {
        margin-bottom: 24px;
    }
}
.c-search__database-itemgroup-label {
    position: relative;
    margin-bottom: 12px;
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.01em;
    padding-left: 30px;
}
.c-search__database-itemgroup-label::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 8px;
    width: 4px;
    height: 20px;
    background-color: #567095;
}
@media screen and (min-width: 768px) {
    .c-search__database-itemgroup-label::before {
        top: 1px;
        left: 8px;
    }
}
.c-search__database-item:not(:last-child) {
    margin-bottom: 10px;
}
.c-search__database-item-link {
    position: relative;
    display: block;
    padding: 10px 35px 10px 10px;
    background-color: #fff;
    border-radius: 4px;
}
@media screen and (min-width: 768px) {
    .c-search__database-item-link {
        padding: 13px 40px 14px 15px;
        transition: all 0.5s;
    }
    .c-search__database-item-link:hover {
        background-color: #ececec;
    }
}
.c-search__database-item-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(../images/common/icon_arrow_blue.svg) no-repeat
        center/contain;
}
@media screen and (min-width: 768px) {
    .c-search__database-item-link::after {
        right: 15px;
    }
}
.c-search__database-item-name {
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.c-search__database-item-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 20px;
}
.c-search__database-item-limit {
    position: relative;
    top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #565656;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.c-search__database-item-limit-number {
    color: #567095;
}
.c-search__database-item-note {
    margin-top: 5px;
    color: #565656;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.c-search:has([data-id="database_search"].c-search__tab--active)
    .hide-database {
    display: none;
}

/*!
layout > container
------------------------------
*/
.container {
    padding: 0 24px;
}
@media screen and (min-width: 768px) {
    .container {
        max-width: 1068px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

/*# sourceMappingURL=style.css.map */

/* WordPress admin bar対応 */
body.admin-bar .header {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar .header {
        top: 46px;
    }
}

/* WordPress admin bar プルダウン対応 */
#wpadminbar {
    z-index: 999999999;
}

/* アンカーリンクのズレ修正（固定ヘッダー分） */
html {
    scroll-padding-top: 160px;
}

/* カレンダーiframe読み込み時のレイアウト崩れ防止 */
iframe.biz-calendar {
    min-height: 500px;
}

/* ---  ブロック間のデフォルト余白 --- */
.p-element:not(.p-library) #content > .container > * + * {
    margin-top: 40px;
}
.p-element:not(.p-library) #content > .container > h2 + *,
.p-element:not(.p-library) #content > .container > h3 + *,
.p-element:not(.p-library) #content > .container > h4 + *,
.p-element:not(.p-library) #content > .container > h5 + *,
.p-element:not(.p-library) #content > .container > h6 + * {
    margin-top: 16px;
}
/* --- ここまで --- */

/* ===== アカウントサービスメニュー 拡張 ===== */

/* --- 共通（SP） --- */
@media screen and (max-width: 767px) {
  .nav-account {
    max-height: calc(100vh - 54px);
    max-height: calc(100dvh - 54px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-account__inner {
    padding-bottom: 80px;
  }
}
.nav-account__row-ttl {
  margin: 0;
  padding: 10px 24px;
  background-color: #fff;
  color: #567095;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.nav-account__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-account__row:not(:last-child) {
  margin-bottom: 1px;
}

/* --- PC --- */
@media screen and (min-width: 768px) {
  /* メニュー全体を「見出し列 ＋ 項目列」の2列グリッドにする */
  .nav-account__menu {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: start;
    row-gap: 10px;
    column-gap: clamp(0.625rem, 1.8617021277vw + -0.5664893617rem, 1.0625rem);
    padding: 12px 30px;
    border-radius: 20px 0 0 20px;
  }
  /* row は箱としては消して、中の見出しと ul を直接グリッドに置く */
  .nav-account__row {
    display: contents;
  }
  .nav-account__row:not(:last-child) {
    margin-bottom: 0;
  }
  .nav-account__row-ttl {
    margin: 0;
    padding: 0 clamp(0.625rem, 1.8617021277vw + -0.5664893617rem, 1.0625rem) 0 0;
    background-color: transparent;
    border-right: 1px solid #567095;
    color: #567095;
    font-size: clamp(0.625rem, 1.0638297872vw + -0.0558510638rem, 0.875rem);
    line-height: 1.2;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .nav-account__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 8px;
  }
  .nav-account__item {
    flex-shrink: 0;
  }
  .nav-account__link {
    display: block;  
    line-height: 1.2;
    white-space: nowrap;
  }
  .nav-account__login {
    align-self: stretch;
    min-height: auto;
    border-radius: 0 20px 20px 0;
  }
}

/* ===== SP: ハンバーガーメニュー内の言語切り替え ===== */
.nav__lang {
  margin-top: 1px;
  padding: 18px 24px 24px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .nav__lang {
    display: none; /* PCは .header__lang を使う */
  }
}
.nav__lang .bogo-language-switcher {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__lang .bogo-language-switcher li {
  position: relative;
}
.nav__lang .bogo-language-switcher li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #a1a1a1;
}
.nav__lang .bogo-language-switcher li .bogo-language-name {
  color: #a1a1a1;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
.nav__lang .bogo-language-switcher li.current .bogo-language-name {
  color: #222;
  font-weight: 500;
  pointer-events: none;
}
/* お問い合わせフォーム：選択ファイル名の表示 */
.c-form__file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.c-form__file-name {
  font-size: 0.875rem;
  word-break: break-all;
}
