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

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

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

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    padding: 0;
    margin: 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 {
    clear: both;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    margin: 0;
    /* 1 */
    overflow: visible;
    color: inherit;
    /* 2 */
    border-top-width: 1px;
}

/**
 * 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 {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

select:disabled {
    opacity: inherit;
}

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

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

legend {
    padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

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

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

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

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

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

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

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

caption {
    text-align: left;
}

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

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

video {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

a,
span {
    display: inline-block;
}

/* 基本
***************************************************************/
html {
    font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    background: #fcf2eb;
}

main {
    overflow: hidden;
}

@media screen and (max-width: 680px) {
    html {
        font-size: 4.1025641026vw;
    }
}
/* フォント
***************************************************************/
.roboto {
    font-family: "Roboto", sans-serif;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
}

.mincho {
    font-family: "Zen Old Mincho", serif !important;
}

.playwrite-us-trad {
    font-family: "Playwrite US Trad", cursive;
}

.col_1 {
    color: #e53d1c;
    display: inline;
}

.col_2 {
    color: #f17902;
    display: inline;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
    max-width: 1180px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

@media screen and (max-width: 680px) {
    .inner {
        padding: 0 6.1538461538vw;
    }
    section {
        padding: 16.4102564103vw 0;
    }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
    display: none !important;
}

@media screen and (max-width: 680px) {
    .sp_only {
        display: block !important;
    }
    .pc_only {
        display: none !important;
    }
}
/* 装飾
***************************************************************/
.underline {
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.underline::before {
    content: "";
    display: inline-block;
    width: 103%;
    height: 8px;
    background: rgba(255, 234, 99, 0.65);
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

/* 共通パーツ (全ページ)
***************************************************************/
.fixed {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 50;
    display: flex;
    flex-flow: column;
    gap: 14px;
}

.fixed_tel,
.fixed_fax {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.18));
    background: #f04747;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.fixed_tel img,
.fixed_fax img {
    width: 41px;
}

@media screen and (max-width: 680px) {
    .fixed {
        right: 1.2820512821vw;
        bottom: 12.8205128205vw;
        gap: 2.5641025641vw;
    }
    .fixed_tel,
    .fixed_fax {
        width: 18.9743589744vw;
        height: 18.9743589744vw;
        font-size: 3.3333333333vw;
    }
    .fixed_tel img,
    .fixed_fax img {
        width: 8.7179487179vw;
    }
}
.section_title {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}

.section_title .en {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #f04747;
}

.section_title .ja {
    position: relative;
    display: block;
    font-size: 40px;
    margin-top: 16px;
}

@media screen and (max-width: 680px) {
    .section_title .en {
        font-size: 3.5897435897vw;
    }
    .section_title .ja {
        font-size: 5.641025641vw;
        margin: 4.1025641026vw 0 0;
    }
}
.btn_link {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    padding: 12px 24px 12px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #222;
}

.btn_link::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_right_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 680px) {
    .btn_link {
        font-size: 4.1025641026vw;
        padding: 3.0769230769vw 6.1538461538vw 3.0769230769vw 8.2051282051vw;
        gap: 2.0512820513vw;
        border-radius: 10.2564102564vw;
    }
    .btn_link::after {
        width: 6.1538461538vw;
        height: 6.1538461538vw;
        top: 0.5128205128vw;
    }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
    padding: 168px 0 0;
}

.page_fv .inner {
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}

.page_fv .inner::before {
    content: "";
    display: inline-block;
    width: 532px;
    height: 522px;
    background-image: url(../images/common/fv_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: -168px;
    right: -130px;
    z-index: -1;
}

.page_fv .inner::after {
    content: "";
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ebe3de;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.page_fv_title .en {
    color: #f04747;
    font-size: 78px;
    font-weight: 700;
    line-height: 150%;
    display: block;
}

.page_fv_title .ja {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

@media screen and (max-width: 680px) {
    .page_fv {
        padding: 30.7692307692vw 0 0;
    }
    .page_fv .inner {
        padding-bottom: 16.4102564103vw;
    }
    .page_fv .inner::after {
        width: calc(100% - 11.7948717949vw);
        left: 6.1538461538vw;
    }
    .page_fv .inner::before {
        width: 60.2564102564vw;
        height: 59.2307692308vw;
        top: -26.6666666667vw;
        right: -6.1538461538vw;
    }
    .page_fv_title .en {
        font-size: 11.7948717949vw;
    }
    .page_fv_title .ja {
        font-size: 4.6153846154vw;
        margin-top: 4.1025641026vw;
    }
}
/* ===================================================
ヘッダー
=================================================== */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 24px;
}

.header_logo {
    width: 139px;
}

.toggle-menu {
    display: none;
}

.header_nav {
    display: flex;
    gap: 32px;
    align-items: center;
}

.global_nav_list {
    display: flex;
    gap: 40px;
}

.global_nav_item a {
    font-size: 15px;
}

.header_tel a {
    color: #fff;
    background: #f04747;
    padding: 14px 28px 14px 64px;
    font-size: 14px;
    gap: 5px;
    line-height: 1.2;
    position: relative;
    transition: 0.3s;
}

.header_tel a::before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../images/icon/icon_tel_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

.header_tel a span {
    font-size: 22px;
    font-weight: 600;
    display: block;
}

@media screen and (min-width: 681px) {
    .header_tel a:hover {
        background: #fb980d;
    }
}
@media screen and (max-width: 680px) {
    header {
        padding: 0;
    }
    .header_inner {
        display: block;
        margin: 0;
    }
    .header_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 4.1025641026vw;
    }
    .header_logo {
        width: 28.7179487179vw;
    }
    .toggle-menu {
        position: relative;
        z-index: 100;
        display: inline-block;
        width: 15.3846153846vw;
        height: 15.3846153846vw;
        background: #f04747;
        transition: 0.3s;
    }
    .toggle-menu .toggle-line {
        position: absolute;
        inset: 0;
        display: block;
        width: 9.2307692308vw;
        height: 2px;
        margin: auto;
        text-indent: -2563.8461538462vw;
        background-color: #fff;
    }
    .toggle-menu .toggle-line::before,
    .toggle-menu .toggle-line::after {
        position: absolute;
        left: 0;
        width: 9.2307692308vw;
        height: 2px;
        content: "";
        background-color: #fff;
        transition: 0.3s;
    }
    .toggle-menu .toggle-line::before {
        top: -3.0769230769vw;
    }
    .toggle-menu .toggle-line::after {
        top: 3.0769230769vw;
    }
    header.open::before {
        content: "";
        display: inline-block;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.8);
        width: 100vw;
        height: 100vh;
        z-index: 100;
    }
    .open .toggle-menu {
        opacity: 0;
    }
    .header_nav {
        position: fixed;
        top: 8.2051282051vw;
        left: 6.4102564103vw;
        z-index: 110;
        display: flex;
        flex-direction: column;
        width: calc(100% - 12.8205128205vw);
        padding: 11.7948717949vw 6.1538461538vw 10.2564102564vw;
        border-radius: 24px;
        background: #f04747;
        transition: 0.3s ease-out;
        opacity: 0;
        visibility: hidden;
    }
    .sp_close {
        width: 6.1538461538vw;
        height: 6.1538461538vw;
        background-image: url(../images/icon/icon_close.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: fixed;
        right: 12.8205128205vw;
        top: 14.1025641026vw;
        z-index: 120;
    }
    .open .header_nav {
        overflow: auto;
        opacity: 1;
        visibility: unset;
    }
    .global_nav {
        width: 100%;
    }
    .global_nav_list {
        display: block;
    }
    .global_nav_item {
        width: 100%;
    }
    .global_nav_item a {
        width: 100%;
        padding: 4.1025641026vw 0;
        color: #fff;
        font-size: 4.6153846154vw;
        font-weight: 500;
    }
}
/* ===================================================
CTA
=================================================== */
.cta {
    background: #f07147;
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: "";
    display: inline-block;
    width: 457px;
    height: 449px;
    background-image: url(../images/common/contact_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 31px;
    right: -60px;
}

.cta .section_title .en,
.cta .section_title .ja {
    color: #fff;
}

.cta_text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 32px;
}

.cta_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 43px;
    margin-top: 40px;
}

.cta_flexBox {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
    padding: 24px 48px;
    text-align: center;
}

.cta_flexBox_img {
    width: 41px;
}

.cta_flexBox_title {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 4px;
}

.cta_flexBox_link,
.cta_flexBox_fax {
    color: #222;
    font-size: 44px;
    font-weight: 700;
    line-height: 150%;
}

.cta_flexBox_text {
    color: #222;
    font-size: 15px;
    line-height: 150%;
}

@media screen and (max-width: 680px) {
    .cta::before {
        display: none;
    }
    .cta_text {
        font-size: 3.8461538462vw;
        margin-top: 4.1025641026vw;
    }
    .cta_flex {
        grid-template-columns: repeat(1, 1fr);
        gap: 8.2051282051vw;
        margin-top: 6.9230769231vw;
    }
    .cta_flexBox {
        padding: 6.1538461538vw 0;
    }
    .cta_flexBox_img {
        width: 10.5128205128vw;
    }
    .cta_flexBox_title {
        font-size: 4.1025641026vw;
        margin-top: 1.0256410256vw;
    }
    .cta_flexBox_link,
    .cta_flexBox_fax {
        font-size: 8.2051282051vw;
    }
    .cta_flexBox_text {
        font-size: 3.8461538462vw;
    }
}
/* ===================================================
お知らせ
=================================================== */
.top_news .inner {
    display: flex;
    gap: 48px;
}

.top_news_head {
    width: 277px;
}

.top_news .section_title {
    text-align: left;
}

.top_news .btn {
    margin-top: 64px;
}

.top_news_list {
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: 21px;
}

.top_news_item_link {
    display: block;
    padding: 24px 32px;
    border-radius: 16px;
    background: #fff;
}

.top_news_item_time {
    color: #f04747;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
}

.top_news_item_title {
    color: #212429;
    line-height: 180%;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 680px) {
    .top_news .inner {
        flex-flow: column;
        gap: 0;
    }
    .top_news_head {
        display: contents;
    }
    .top_news .section_title {
        text-align: center;
        order: 1;
    }
    .top_news .btn {
        margin-top: 8.2051282051vw;
        order: 3;
        text-align: center;
    }
    .top_news_list {
        margin-top: 8.2051282051vw;
        gap: 4.1025641026vw;
        order: 2;
    }
    .top_news_item_link {
        padding: 4.1025641026vw 6.1538461538vw;
    }
    .top_news_item_time {
        font-size: 3.8461538462vw;
    }
    .top_news_item_title {
        margin-top: 2.0512820513vw;
    }
}
/* ===================================================
フッター
=================================================== */
footer {
    background: #fff;
    padding: 56px 0 40px;
}

.footer_head {
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer_head_logoImg {
    width: 139px;
}

.footer_head_text {
    font-size: 15px;
}

.footer_nav_list {
    display: flex;
    gap: 40px;
    margin-top: 56px;
}

.footer_nav_item {
    font-size: 15px;
    font-weight: 500;
}

.footer_copyright {
    color: #808080;
    text-align: center;
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid #e8e3e0;
}

@media screen and (max-width: 680px) {
    footer {
        padding: 10.2564102564vw 0;
    }
    .footer_head {
        flex-flow: column;
        align-items: flex-start;
        gap: 4.1025641026vw;
    }
    .footer_head_logoImg {
        width: 35.641025641vw;
    }
    .footer_head_text {
        font-size: 3.8461538462vw;
    }
    .footer_nav_list {
        flex-flow: column;
        gap: 4.1025641026vw;
        margin-top: 10.2564102564vw;
    }
    .footer_nav_item {
        font-size: 3.8461538462vw;
    }
    .footer_copyright {
        margin-top: 10.2564102564vw;
    }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
    .action01 {
        position: relative;
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.8s, transform 0.8s ease-out;
    }
    .action01.action {
        opacity: 1;
        transform: translateY(0);
    }
    .action02 {
        position: relative;
        opacity: 0;
        transform: translateX(-40px);
        transition: opacity 0.8s, transform 0.8s ease-out;
    }
    .action02.action {
        opacity: 1;
        transform: translateY(0);
    }
    .action03 {
        position: relative;
        opacity: 0;
        transform: translateX(40px);
        transition: opacity 0.8s, transform 0.8s ease-out;
    }
    .action03.action {
        opacity: 1;
        transform: translateX(0);
    }
    .action04 {
        opacity: 0;
        transition: opacity 0.8s ease-out;
    }
    .action04.action {
        opacity: 1;
    }
    .delay1 {
        transition-delay: 0.3s;
    }
    .delay2 {
        transition-delay: 0.6s;
    }
    .delay3 {
        transition-delay: 0.9s;
    }
    .delay4 {
        transition-delay: 1.2s;
    }
    .delay5 {
        transition-delay: 1.5s;
    }
}
@media all and (max-width: 750px) {
    .action01_sp {
        position: relative;
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.6s, transform 0.6s ease-out;
    }
    .action01_sp.action {
        opacity: 1;
        transform: translateY(0);
    }
    .action02_sp {
        position: relative;
        opacity: 0;
        transform: translateX(-50px);
        transition: opacity 0.6s, transform 0.6s ease-out;
    }
    .action02_sp.action {
        opacity: 1;
        transform: translateY(0);
    }
    .action03_sp {
        position: relative;
        opacity: 0;
        transform: translateX(50px);
        transition: opacity 0.6s, transform 0.6s ease-out;
    }
    .action03_sp.action {
        opacity: 1;
        transform: translateX(0);
    }
    .action04_sp {
        opacity: 0;
        transition: opacity 0.6s ease-out;
    }
    .action04_sp.action {
        opacity: 1;
    }
    .delay1_sp {
        transition-delay: 0.3s;
    }
    .delay2_sp {
        transition-delay: 0.6s;
    }
    .delay3_sp {
        transition-delay: 0.9s;
    }
    .delay4_sp {
        transition-delay: 1.2s;
    }
    .delay5_sp {
        transition-delay: 1.5s;
    }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
    padding: 70px 0 0;
}

.fv .inner {
    max-width: 1920px;
}

.fv_bg {
    position: relative;
}

.fv_bg_img02,
.fv_bg_img03 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
    height: 100%;
    -o-object-position: bottom;
    object-position: bottom;
}

.fv_bg_img02.active,
.fv_bg_img03.active {
    opacity: 1;
}

.fv_link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 47px;
    max-width: 1060px;
    margin: -100px auto 0;
    position: relative;
    z-index: 10;
}

.fv_link_btn {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 30px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fv_link_btn::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 16px;
}

.fv_link_btn::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.fv_link_btn:nth-of-type(1)::before {
    background-image: url(../images/front/fv_nippai_bg.webp);
}

.fv_link_btn:nth-of-type(2)::before {
    background-image: url(../images/front/fv_unagi_bg.webp);
}

.fv_link_btnImg {
    width: 185px;
    position: relative;
    z-index: 10;
}

.fv_link_btnText {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    flex: 1;
    position: relative;
    z-index: 10;
    transition: 0.3s;
}

.fv_link_btnText::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon/icon_right_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 10;
}

.fv_link_btnText .t1 {
    color: #f04747;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    transition: 0.3s;
}

.fv_link_btnText .t2 {
    color: #f04747;
    font-size: 20px;
    font-weight: 900;
    line-height: 150%;
    transition: 0.3s;
    vertical-align: middle;
}

.fv_foot {
    margin-top: 100px;
    text-align: center;
}

.fv_foot_text {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.fv_foot_text::before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 67px;
    background-image: url(../images/icon/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.fv_foot_text::after {
    content: "";
    display: inline-block;
    width: 37px;
    height: 67px;
    background-image: url(../images/icon/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transform: scale(-1, 1);
}

.fv_foot_text span {
    font-size: 44px;
    font-weight: bold;
    color: #f04747;
}

.fv_foot_title {
    color: #212429;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 40px;
}

@media screen and (min-width: 681px) {
    .fv_link_btn:nth-of-type(1):hover::before,
    .fv_link_btn:nth-of-type(2):hover::before {
        opacity: 1;
        left: 50%;
    }
    .fv_link_btn:hover .fv_link_btnText,
    .fv_link_btn:hover .fv_link_btnText .t1,
    .fv_link_btn:hover .fv_link_btnText .t2 {
        color: #fff;
    }
}
@media screen and (max-width: 680px) {
    .fv {
        padding: 15.3846153846vw 0 0;
    }
    .fv .inner {
        padding: 0;
    }
    .fv_bg_img02 {
        height: auto;
        -o-object-position: top;
        object-position: top;
    }
    .fv_bg_img03 {
        height: auto;
        -o-object-position: top;
        object-position: top;
    }
    .fv_link {
        width: calc(100% - 8.2051282051vw);
        gap: 4.1025641026vw;
        margin: -16.6666666667vw auto 0;
        position: relative;
        z-index: 10;
    }
    .fv_link_btn {
        flex-flow: column;
        gap: 2.0512820513vw;
        padding: 3.8461538462vw 0;
    }
    .fv_link_btn::before {
        left: 50%;
        top: 70%;
    }
    .fv_link_btn:nth-of-type(1)::before {
        background-image: url(../images/front/fv_nippai_bg_sp.webp);
    }
    .fv_link_btn:nth-of-type(2)::before {
        background-image: url(../images/front/fv_unagi_bg_sp.webp);
    }
    .nippai_btn.active::before,
    .unagi_btn.active::before {
        opacity: 1;
        top: 50%;
    }
    .fv_link_btnImg {
        width: 28.7179487179vw;
    }
    .fv_link_btnText {
        font-size: 3.8461538462vw;
    }
    .fv_link_btnText::before {
        display: none;
    }
    .fv_link_btnText .t1 {
        font-size: 7.1794871795vw;
    }
    .fv_link_btnText .t2 {
        font-size: 3.5897435897vw;
    }
    .nippai_btn.active .fv_link_btnText,
    .nippai_btn.active .fv_link_btnText .t1,
    .nippai_btn.active .fv_link_btnText .t2,
    .unagi_btn.active .fv_link_btnText,
    .unagi_btn.active .fv_link_btnText .t1,
    .unagi_btn.active .fv_link_btnText .t2 {
        color: #fff;
    }
    .fv_foot {
        margin-top: 14.358974359vw;
    }
    .fv_foot_text {
        font-size: 3.3333333333vw;
        gap: 1.7948717949vw;
    }
    .fv_foot_text::before {
        width: 5.3846153846vw;
        height: 9.7435897436vw;
    }
    .fv_foot_text::after {
        width: 5.3846153846vw;
        height: 9.7435897436vw;
    }
    .fv_foot_text span {
        font-size: 6.4102564103vw;
    }
    .fv_foot_title {
        font-size: 5.1282051282vw;
        margin-top: 3.3333333333vw;
        line-height: 1.5;
    }
    .fv_foot_title span {
        font-size: 6.1538461538vw;
    }
}
/* OUR MISSION
***************************************************************/
.top_our .inner {
    position: relative;
}

.top_our_img {
    width: 650px;
    position: absolute;
    left: -130px;
    top: 0;
    border-radius: 0 24px 24px 0;
}

.top_our_content {
    max-width: 580px;
    margin-left: auto;
}

.top_our .section_title {
    text-align: left;
}

.top_our_contentText {
    font-weight: 500;
    margin-top: 32px;
    line-height: 2;
}

.top_our .btn {
    margin-top: 32px;
}

@media screen and (max-width: 680px) {
    .top_our_img {
        width: 100%;
        position: unset;
        border-radius: 6.1538461538vw;
    }
    .top_our_content {
        margin-top: 6.1538461538vw;
    }
    .top_our_contentText {
        margin-top: 6.1538461538vw;
        font-size: 3.8461538462vw;
    }
    .top_our .btn {
        margin-top: 6.1538461538vw;
    }
}
/* Service
***************************************************************/
.top_reason_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px;
    margin-top: 64px;
}

.top_reason_item_title {
    margin-top: -24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

.top_reason_item_text {
    color: #212429;
    font-size: 15px;
    margin-top: 16px;
}

@media screen and (max-width: 680px) {
    .top_reason_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 6.1538461538vw;
        margin-top: 8.2051282051vw;
        padding: 0 4.1025641026vw;
    }
    .top_reason_item img {
        width: 46.1538461538vw;
        display: block;
        margin: 0 auto;
    }
    .top_reason_item_title {
        margin-top: -4.1025641026vw;
        font-size: 4.6153846154vw;
    }
    .top_reason_item_text {
        font-size: 3.8461538462vw;
        margin-top: 4.1025641026vw;
    }
}
/* Company
***************************************************************/
.top_lineup {
    padding: 80px 0 0;
}

.top_lineup_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    margin-top: 64px;
}

.top_lineup_flexBox {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.05);
}

.top_lineup_flexBox_img {
    height: 318px;
    border-radius: 16px 16px 0 0;
}

.top_lineup_flexBox_wrap {
    padding: 32px;
}

.top_lineup_flexHead {
    display: flex;
    align-items: center;
}

.top_lineup_flexHead_title {
    color: #212429;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.top_lineup_flexHead_text {
    border-left: 1px solid #c2c2c2;
    padding-left: 24px;
    margin-left: 24px;
    color: #212429;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: 3px;
}

.top_lineup_flex_text {
    font-weight: 500;
    margin-top: 16px;
}

.top_lineup_flex_category {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.top_lineup_flex_category span {
    background: #fb980d;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0 8px;
}

.top_lineup_flex_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 48px;
}

.top_lineup_flex_btn .btn_type1 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 24px 12px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #222;
}

.top_lineup_flex_btn .btn_type1::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_right_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.top_lineup_flex_btn .btn_type2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 24px 12px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #f04747;
}

.top_lineup_flex_btn .btn_type2::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_tel02_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.top_lineup_foot {
    margin-top: 70px;
}

.top_lineup_slider_foot {
    margin-top: 24px;
}

.top_lineup_slider_top .slick-slide,
.top_lineup_slider_foot .slick-slide {
    margin: 0 12px;
    width: auto;
    height: 160px;
}

.top_lineup_slider_top .slick-slide img,
.top_lineup_slider_foot .slick-slide img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.top_lineup_en {
    margin-top: 92px;
}

@media screen and (max-width: 680px) {
    .top_lineup {
        padding: 10.2564102564vw 0 0;
    }
    .top_lineup_flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16.4102564103vw;
        margin-top: 8.2051282051vw;
    }
    .top_lineup_flexBox_img {
        height: 49.7435897436vw;
    }
    .top_lineup_flexBox_wrap {
        padding: 6.1538461538vw;
    }
    .top_lineup_flexHead_title {
        font-size: 5.641025641vw;
    }
    .top_lineup_flexHead_text {
        padding-left: 3.0769230769vw;
        margin-left: 3.0769230769vw;
        font-size: 3.8461538462vw;
    }
    .top_lineup_flex_text {
        margin-top: 4.1025641026vw;
        font-size: 3.8461538462vw;
    }
    .top_lineup_flex_category {
        margin-top: 6.1538461538vw;
        gap: 2.8205128205vw;
    }
    .top_lineup_flex_category span {
        font-size: 3.0769230769vw;
        padding: 0 2.0512820513vw;
    }
    .top_lineup_flex_btn {
        grid-template-columns: repeat(1, 1fr);
        gap: 2.0512820513vw;
        margin-top: 8.2051282051vw;
    }
    .top_lineup_flex_btn .btn_type1 {
        font-size: 4.1025641026vw;
        padding: 3.0769230769vw 6.1538461538vw 3.0769230769vw 8.2051282051vw;
        gap: 2.0512820513vw;
        border-radius: 10.2564102564vw;
    }
    .top_lineup_flex_btn .btn_type1::after {
        width: 6.1538461538vw;
        height: 6.1538461538vw;
        top: 0.2564102564vw;
    }
    .top_lineup_flex_btn .btn_type2 {
        font-size: 4.1025641026vw;
        padding: 3.0769230769vw 6.1538461538vw 3.0769230769vw 8.2051282051vw;
        gap: 2.0512820513vw;
        border-radius: 10.2564102564vw;
    }
    .top_lineup_flex_btn .btn_type2::before {
        width: 6.1538461538vw;
        height: 6.1538461538vw;
    }
    .top_lineup_foot {
        margin-top: 23.0769230769vw;
    }
    .top_lineup_slider_foot {
        margin-top: 2.0512820513vw;
    }
    .top_lineup_slider_top .slick-slide,
    .top_lineup_slider_foot .slick-slide {
        margin: 0 1.2820512821vw;
        height: 22.5641025641vw;
    }
    .top_lineup_en {
        margin-top: 20.5128205128vw;
    }
}
/* FEATURE
***************************************************************/
.top_feature {
    background: #fff;
    position: relative;
    padding: 0 0 80px;
}

.top_feature_head {
    margin-top: 48px;
    text-align: center;
}

.top_feature_head_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    z-index: 2;
}

.top_feature_head_title span {
    color: #f04747;
    font-size: 28px;
    position: relative;
    z-index: -1;
}

.top_feature_head_title span::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 17px;
    background-image: url(../images/icon/icon_underline.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -1;
}

.top_feature_head_text {
    margin-top: 24px;
}

.top_feature_list {
    display: flex;
    flex-flow: column;
    gap: 64px;
    margin-top: 64px;
}

.top_feature_item {
    display: flex;
    align-items: center;
    gap: 55px;
}

.top_feature_item:nth-of-type(2n) {
    flex-flow: row-reverse;
}

.top_feature_itemBox {
    flex: 1;
}

.top_feature_itemBox_head {
    display: flex;
    align-items: center;
    gap: 25px;
}

.top_feature_itemBox_headNumber {
    font-family: Montserrat;
    color: #f04747;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.top_feature_itemBox_headNumber span {
    font-size: 64px;
    display: block;
}

.top_feature_itemBox_headTitle {
    color: #212429;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
}

.top_feature_itemBox_check {
    margin-top: 32px;
    display: flex;
    flex-flow: column;
    gap: 8px;
}

.top_feature_itemBox_check p {
    color: #212429;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top_feature_itemBox_check p::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../images/icon/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    flex-shrink: 0;
}

.top_feature_itemBox_text {
    font-weight: 500;
    margin-top: 35px;
}

.top_feature_itemBox_img {
    width: 560px;
}

@media screen and (max-width: 680px) {
    .top_feature {
        padding: 0 0 10.2564102564vw;
    }
    .top_feature_head {
        margin-top: 12.3076923077vw;
    }
    .top_feature_head_title {
        font-size: 5.1282051282vw;
    }
    .top_feature_head_title span {
        font-size: 6.1538461538vw;
    }
    .top_feature_head_title span::before {
        width: 12.8205128205vw;
        height: 3.3333333333vw;
        bottom: -1.2820512821vw;
    }
    .top_feature_head_text {
        margin-top: 4.1025641026vw;
        text-align: left;
        font-size: 3.8461538462vw;
    }
    .top_feature_list {
        gap: 20.5128205128vw;
        margin-top: 10.2564102564vw;
    }
    .top_feature_item {
        flex-flow: column-reverse;
        gap: 6.1538461538vw;
    }
    .top_feature_item:nth-of-type(2n) {
        flex-flow: column-reverse;
    }
    .top_feature_itemBox {
        flex: 1;
    }
    .top_feature_itemBox_head {
        gap: 3.0769230769vw;
    }
    .top_feature_itemBox_headNumber {
        font-size: 3.0769230769vw;
    }
    .top_feature_itemBox_headNumber span {
        font-size: 13.0769230769vw;
    }
    .top_feature_itemBox_headTitle {
        font-size: 6.1538461538vw;
    }
    .top_feature_itemBox_check {
        margin-top: 6.4102564103vw;
        gap: 2.0512820513vw;
    }
    .top_feature_itemBox_check p {
        font-size: 3.8461538462vw;
        gap: 2.0512820513vw;
    }
    .top_feature_itemBox_check p::before {
        width: 5.641025641vw;
        height: 5.641025641vw;
    }
    .top_feature_itemBox_text {
        font-size: 3.8461538462vw;
        margin-top: 2.0512820513vw;
    }
    .top_feature_itemBox_img {
        width: 100%;
    }
}
/* STEP
***************************************************************/
.top_step {
    background: #fcf2eb;
}

.top_step_title {
    text-align: center;
    color: #212429;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
}

.top_step_title span {
    color: #f04747;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    display: block;
    margin-bottom: 16px;
}

.top_step_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 71px;
    margin-top: 58px;
}

.top_step_item {
    position: relative;
}

.top_step_item::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 40px;
    background-image: url(../images/icon/icon_arrow_yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -72px;
    top: 98px;
}

.top_step_item:nth-last-of-type(1):before {
    display: none;
}

.top_step_itemImg {
    height: 234px;
}

.top_step_item_title {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.top_step_item_title span {
    color: #f04747;
    font-size: 20px;
}

.top_step_item_text {
    color: #494949;
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
}

.top_step_item_text a {
    display: inline;
    color: #f04747;
}

.top_step_description {
    margin-top: 56px;
    padding-top: 24px;
    font-size: 14px;
    border-top: 1px solid #d3ccc1;
}

@media screen and (max-width: 680px) {
    .top_step_title {
        font-size: 7.1794871795vw;
    }
    .top_step_title span {
        font-size: 3.5897435897vw;
        margin-bottom: 2.0512820513vw;
    }
    .top_step_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 18.2051282051vw;
        margin-top: 10.2564102564vw;
        padding: 0 2.0512820513vw;
    }
    .top_step_item::before {
        width: 17.9487179487vw;
        height: 10.2564102564vw;
        top: unset;
        left: 50%;
        bottom: -15.3846153846vw;
        right: unset;
        transform: translate(-50%, 0) rotate(90deg);
    }
    .top_step_item:nth-last-of-type(1):before {
        display: none;
    }
    .top_step_itemImg {
        height: 46.1538461538vw;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .top_step_item_title {
        gap: 4.358974359vw;
        margin-top: 4.1025641026vw;
        font-size: 6.1538461538vw;
    }
    .top_step_item_title span {
        font-size: 5.1282051282vw;
    }
    .top_step_item_text {
        font-size: 3.8461538462vw;
        margin-top: 3.0769230769vw;
    }
    .top_step_description {
        margin-top: 6.1538461538vw;
        padding-top: 6.1538461538vw;
        font-size: 3.5897435897vw;
    }
}
/* ===================================================
共通
=================================================== */
.unagi_head {
    text-align: center;
}

.unagi_title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 120%;
    letter-spacing: 3px;
}

.unagi_title span {
    position: relative;
    z-index: 1;
}

.unagi_title span::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url(../images/unagi/title_deco.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.unagi_title span.font_20 {
    font-size: 20px;
}

.unagi_head_subTitle {
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 35px;
}

.unagi_head_subTitle.font_40 {
    font-size: 40px;
}

.unagi_head_subTitle .font_48 {
    font-size: 48px;
    vertical-align: bottom;
    line-height: 1;
}

.unagi_head_subTitle .font_56 {
    font-size: 69px;
    vertical-align: bottom;
    line-height: 1;
}

.unagi_head_subTitle .font_69 {
    font-size: 69px;
    vertical-align: bottom;
    line-height: 1;
}

.unagi_head_subTitle .edge {
    color: #e53d1c;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px,
        #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px,
        #fff -1px -1px 2px;
}

.page-id-89 .cta {
    background: #c24a2f;
}

@media screen and (max-width: 680px) {
    .unagi_title {
        font-size: 4.1025641026vw;
        letter-spacing: 0.5128205128vw;
    }
    .unagi_title span::before {
        width: 7.6923076923vw;
        height: 7.6923076923vw;
    }
    .unagi_title span.font_20 {
        font-size: 3.5897435897vw;
    }
    .unagi_head_subTitle {
        font-size: 7.6923076923vw;
        margin-top: 5.1282051282vw;
    }
    .unagi_head_subTitle .font_24_sp {
        font-size: 6.1538461538vw;
    }
    .unagi_head_subTitle .font_28_sp {
        font-size: 7.1794871795vw;
    }
    .unagi_head_subTitle.font_40 {
        font-size: 6.1538461538vw;
    }
    .unagi_head_subTitle .font_48 {
        font-size: 7.6923076923vw;
    }
    .unagi_head_subTitle .font_56 {
        font-size: 9.7435897436vw;
    }
    .unagi_head_subTitle .font_69 {
        font-size: 12.3076923077vw;
    }
}
/* FV
***************************************************************/
.unagi_fv {
    position: relative;
    background: #000;
    padding: 0;
}

.unagi_fv .inner {
    max-width: 133.3333333333vw;
}

.unagi_fv_content {
    position: absolute;
    right: 9.0277777778vw;
    bottom: 6.1111111111vw;
    z-index: 1;
    background: #fff;
    width: 47.4305555556vw;
    padding: 1.9444444444vw 2.7777777778vw;
    display: flex;
    align-items: center;
    gap: 1.7361111111vw;
}

.unagi_fv_content::before {
    content: "";
    display: inline-block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #c29241;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.unagi_fv_content_picture {
    flex: 1;
}

.unagi_fv_contentBox {
    width: 15.1388888889vw;
    text-align: center;
}

.unagi_fv_contentBox_text {
    font-weight: bold;
    font-size: 1.0416666667vw;
    line-height: 1.4;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.5555555556vw;
}

.unagi_fv_contentBox_text::before {
    content: "";
    display: inline-block;
    width: 0.6944444444vw;
    height: 1.3888888889vw;
    background-image: url(../images/icon/icon_before_border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.unagi_fv_contentBox_text::after {
    content: "";
    display: inline-block;
    width: 0.6944444444vw;
    height: 1.3888888889vw;
    background-image: url(../images/icon/icon_before_border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transform: scale(-1, 1);
}

.unagi_fv_contentBix_link {
    font-size: 1.25vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #f04747;
    box-shadow: 0.2777777778vw 0.2777777778vw 0px 0px #cb0e0e;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9027777778vw 0;
    gap: 0.8333333333vw;
    margin-top: 0.9722222222vw;
}

.unagi_fv_contentBix_link::before {
    content: "";
    display: inline-block;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    background-image: url(../images/icon/icon_tel_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

@media screen and (max-width: 680px) {
    .unagi_fv .inner {
        padding: 0;
    }
    .unagi_fv_content {
        position: absolute;
        right: 4.1025641026vw;
        bottom: 6.6666666667vw;
        width: 91.5384615385vw;
        padding: 5.1282051282vw 4.6153846154vw;
        flex-flow: column;
        align-items: center;
        gap: 2.5641025641vw;
    }
    .unagi_fv_content::before {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
    }
    .unagi_fv_contentBox {
        width: auto;
        text-align: center;
    }
    .unagi_fv_contentBox_text {
        font-size: 4.1025641026vw;
        gap: 2.0512820513vw;
    }
    .unagi_fv_contentBox_text::before {
        width: 2.5641025641vw;
        height: 5.1282051282vw;
    }
    .unagi_fv_contentBox_text::after {
        width: 2.5641025641vw;
        height: 5.1282051282vw;
    }
    .unagi_fv_contentBix_link {
        font-size: 4.6153846154vw;
        box-shadow: 1.0256410256vw 1.0256410256vw 0px 0px #cb0e0e;
        padding: 3.0769230769vw 0;
        gap: 3.0769230769vw;
        margin-top: 2.0512820513vw;
    }
    .unagi_fv_contentBix_link::before {
        content: "";
        display: inline-block;
        width: 7.6923076923vw;
        height: 7.6923076923vw;
        background-image: url(../images/icon/icon_tel_white.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        vertical-align: middle;
    }
}
/* REASON
***************************************************************/
.unagi_reason {
    position: relative;
    padding: 100px 0 120px;
}

.unagi_reason_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.unagi_reason_list {
    display: flex;
    flex-flow: column;
    gap: 130px;
    margin-top: 30px;
}

.unagi_reason_item {
    position: relative;
}

.unagi_reason_item::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fcf9f5;
    position: absolute;
    left: -130px;
    top: 75px;
    z-index: -2;
}

.unagi_reason_item::after {
    content: "";
    display: inline-block;
    width: 496px;
    height: 410px;
    background-image: url(../images/unagi/bg02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: -317px;
    right: -232px;
    z-index: -1;
}

.unagi_reason_itemBox {
    max-width: 550px;
    position: relative;
    z-index: 1;
}

.unagi_reason_itemBox_number {
    width: 125px;
}

.unagi_reason_itemBox_title {
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 140%;
}

.unagi_reason_itemBox_title span {
    color: #f04747;
}

.unagi_reason_itemBox_subTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 170%;
    margin-top: 23px;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.unagi_reason_itemBox_subTitle::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    background-image: url(../images/icon/title_border.svg);
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0;
}

.unagi_reason_itemBox_text {
    margin-top: 24px;
}

.unagi_reason_item_img {
    position: absolute;
    right: -130px;
    top: 30px;
    width: 680px;
}

.unagi_reason_item:nth-of-type(2n)::before {
    left: unset;
    right: -130px;
}

.unagi_reason_item:nth-of-type(2n)::after {
    right: unset;
    left: -232px;
    transform: scale(-1, 1);
}

.unagi_reason_item:nth-last-child(1)::after {
    display: none;
}

.unagi_reason_item:nth-of-type(2n) .unagi_reason_itemBox {
    margin-left: auto;
}

.unagi_reason_item:nth-of-type(2n) .unagi_reason_item_img {
    left: -130px;
    right: unset;
}

@media screen and (max-width: 680px) {
    .unagi_reason {
        padding: 19.4871794872vw 0 16.4102564103vw;
    }
    .unagi_reason_list {
        gap: 13.5897435897vw;
        margin-top: 5.1282051282vw;
    }
    .unagi_reason_item::before {
        content: "";
        display: inline-block;
        width: calc(100% + 12.3076923077vw);
        height: calc(100% - 13.0769230769vw);
        left: -6.1538461538vw;
        top: 13.0769230769vw;
    }
    .unagi_reason_item:nth-of-type(2n)::before {
        left: -6.1538461538vw;
        right: unset;
    }
    .unagi_reason_item::after {
        width: 49.7435897436vw;
        height: 41.0256410256vw;
        bottom: -41.0256410256vw;
        right: -6.1538461538vw;
        background-position: top right;
        background-size: cover;
    }
    .unagi_reason_itemBox_number {
        width: 23.5897435897vw;
    }
    .unagi_reason_itemBox_title {
        font-size: 6.1538461538vw;
        margin-top: 3.8461538462vw;
    }
    .unagi_reason_itemBox_subTitle {
        font-size: 4.6153846154vw;
        margin-top: 4.1025641026vw;
    }
    .unagi_reason_itemBox_subTitle::before {
        height: 1.2820512821vw;
    }
    .unagi_reason_itemBox_text {
        margin-top: 6.1538461538vw;
    }
    .unagi_reason_item_img {
        position: unset;
        margin: 8.2051282051vw calc(50% - 50vw) 0;
        width: 100vw;
    }
    .unagi_reason_item:nth-of-type(2n)::after {
        right: -6.1538461538vw;
        left: unset;
        transform: unset;
    }
    .unagi_reason_item:nth-last-child(1)::after {
        display: none;
    }
    .unagi_reason_item:nth-of-type(2n) .unagi_reason_itemBox {
        margin-left: auto;
    }
    .unagi_reason_item:nth-of-type(2n) .unagi_reason_item_img {
        left: -33.3333333333vw;
        right: unset;
    }
}
/* Scene
***************************************************************/
.unagi_scene {
    position: relative;
    z-index: 1;
}

.unagi_scene_bg01 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.unagi_scene_bg02 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform: rotate(180deg);
}

.unagi_scene_content01 {
    display: flex;
    position: relative;
    margin-top: 47px;
    background: #fff;
}

.unagi_scene_content01.type2 {
    flex-flow: row-reverse;
    margin-top: 150px;
}

.unagi_scene_content01::before {
    content: "";
    display: inline-block;
    width: 196px;
    height: 309px;
    background-image: url(../images/unagi/scene_deco01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: -102px;
    bottom: -53px;
}

.unagi_scene_content01.type2::before {
    left: unset;
    right: -102px;
    top: -101px;
    bottom: unset;
    transform: scale(-1, 1);
}

.unagi_scene_osusume {
    writing-mode: vertical-rl;
    position: absolute;
    right: 40px;
    top: -65px;
    background: #940405;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 12px 15px;
    line-height: 1;
    letter-spacing: 2px;
}

.type2 .unagi_scene_osusume {
    right: unset;
    left: 40px;
}

.unagi_scene_osusume::before {
    content: "";
    display: inline-block;
    border: 1px solid #fff;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.unagi_scene_content01_img {
    width: 439px;
    height: 100%;
}

.unagi_scene_content01_list {
    flex: 1;
    padding: 48px 159px 48px 56px;
}

.type2 .unagi_scene_content01_list {
    padding: 48px 56px 48px 159px;
}

.unagi_scene_content01_item:nth-of-type(n + 2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.unagi_scene_content01_item_title {
    font-weight: bold;
    font-size: 20px;
}

.unagi_scene_content01_item_title::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../images/icon/icon_check02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: -3px;
}

.unagi_scene_content01_item_text {
    font-size: 18px;
    padding-left: 35px;
}

.unagi_scene_content02 {
    margin-top: 105px;
    background: #fff;
    padding: 56px 144px 48px;
    position: relative;
}

.unagi_scene_content02::before {
    content: "";
    display: inline-block;
    width: 196px;
    height: 309px;
    background-image: url(../images/unagi/scene_deco01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -72px;
    top: -57px;
    transform: scale(-1, 1);
}

.unagi_scene_content02 .unagi_scene_osusume {
    left: 36px;
    top: -20px;
    right: unset;
}

.unagi_scene_content02_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.unagi_scene_content02_title .font_36 {
    font-size: 36px;
}

.unagi_scene_content02_title .border {
    position: relative;
    font-size: 24px;
}

.unagi_scene_content02_title .border::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-image: url(../images/icon/title_border.svg);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.unagi_scene_content02_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    margin-top: 48px;
}

.unagi_scene_content02_flexBox_title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 22px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
    line-height: 1;
}

.unagi_scene_content02_flexBox_check {
    margin-top: 21px;
}

.unagi_scene_content02_flexBox_check p {
    font-weight: bold;
}

.unagi_scene_content02_flexBox_check p::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../images/icon/icon_check02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 11px;
    position: relative;
    top: -3px;
}

@media screen and (max-width: 680px) {
    .unagi_scene {
        padding: 15.8974358974vw 0 0;
    }
    .unagi_scene_bg02 {
        display: none;
    }
    .unagi_scene_content01,
    .unagi_scene_content01.type2 {
        flex-flow: column;
        margin-top: 11.0256410256vw;
        position: relative;
        z-index: 1;
    }
    .unagi_scene_content01::after {
        content: "";
        display: inline-block;
        width: 100vw;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .unagi_scene_content01::before {
        display: none;
    }
    .unagi_scene_osusume,
    .type2 .unagi_scene_osusume {
        right: 0;
        top: -3.0769230769vw;
        font-size: 6.1538461538vw;
        padding: 3.0769230769vw 3.8461538462vw;
        letter-spacing: 0.5128205128vw;
        left: unset;
    }
    .unagi_scene_content01_img {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
    .unagi_scene_content01_list,
    .type2 .unagi_scene_content01_list {
        padding: 8.2051282051vw 0;
    }
    .unagi_scene_content01_item:nth-of-type(n + 2) {
        margin-top: 4.1025641026vw;
        padding-top: 4.1025641026vw;
    }
    .unagi_scene_content01_item_title {
        font-size: 4.6153846154vw;
        padding-left: 35px;
        position: relative;
    }
    .unagi_scene_content01_item_title::before {
        width: 5.8974358974vw;
        height: 5.8974358974vw;
        margin-right: 0;
        position: absolute;
        top: 1.2820512821vw;
        left: 0;
    }
    .unagi_scene_content01_item_text {
        font-size: 3.5897435897vw;
        padding-left: 8.9743589744vw;
        margin-top: 1.0256410256vw;
    }
    .unagi_scene_content02 {
        margin-top: 4.6153846154vw;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .unagi_scene_content02::after {
        content: "";
        display: inline-block;
        width: 100vw;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .unagi_scene_content02::before {
        display: none;
    }
    .unagi_scene_content02 .unagi_scene_osusume {
        left: unset;
        top: -3.0769230769vw;
        right: 0;
    }
    .unagi_scene_content02_title {
        font-size: 4.6153846154vw;
        padding: 6.1538461538vw 15.3846153846vw 0 0;
    }
    .unagi_scene_content02_title .font_36 {
        font-size: 6.1538461538vw;
    }
    .unagi_scene_content02_title .border {
        font-size: 4.6153846154vw;
    }
    .unagi_scene_content02_title .border::before {
        height: 0.7692307692vw;
    }
    .unagi_scene_content02_flex {
        grid-template-columns: repeat(1, 1fr);
        gap: 12.3076923077vw;
        margin-top: 12.3076923077vw;
    }
    .unagi_scene_content02_flexBox_img {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
    .unagi_scene_content02_flexBox_title {
        font-size: 4.6153846154vw;
        margin-top: 4.1025641026vw;
        padding-bottom: 1.5384615385vw;
    }
    .unagi_scene_content02_flexBox_check {
        margin-top: 5.3846153846vw;
    }
    .unagi_scene_content02_flexBox_check p {
        font-weight: bold;
    }
    .unagi_scene_content02_flexBox_check p::before {
        content: "";
        display: inline-block;
        width: 4.358974359vw;
        height: 4.358974359vw;
        background-image: url(../images/icon/icon_check02.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        vertical-align: middle;
        margin-right: 2.8205128205vw;
        position: relative;
        top: -0.7692307692vw;
    }
}
/* FV
***************************************************************/
.nippai_fv {
    padding: 70px 0 0;
    position: relative;
}

.nippai_fv .inner {
    max-width: 1920px;
    padding: 0 72px 122px;
    background-image: url(../images/nippai/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nippai_fv_head {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d29a31;
    padding: 12px 0 10px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
}

.nippai_fv_head::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 33px;
    background-image: url(../images/icon/icon_bottom_arrow_orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translate(-50%, 0);
}

.nippai_fv_head_text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.nippai_fv_head_text::before {
    content: "";
    display: inline-block;
    width: 41px;
    height: 73px;
    background-image: url(../images/icon/icon_before02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.nippai_fv_head_text::after {
    content: "";
    display: inline-block;
    width: 41px;
    height: 73px;
    background-image: url(../images/icon/icon_before02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transform: scale(-1, 1);
    position: relative;
    top: -3px;
}

.nippai_fv_head_text span {
    font-size: 43px;
    vertical-align: bottom;
    margin-left: 8px;
}

.nippai_fv_desc {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 34px;
    border-radius: 8px;
    background: #fb980d;
    padding: 0 8px;
    display: inline-block;
    margin-top: 45px;
}

.nippai_fv_title {
    max-width: 730px;
    margin-top: 15px;
}

.nippai_fv_btn {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.nippai_fv_btn a {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 32px;
    border: 2px solid #f04747;
    background: #f04747;
    color: #fff;
    border-radius: 56px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nippai_fv_btn a:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_tel02_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.nippai_fv_btn a:nth-of-type(2) {
    background: #fff;
    color: #2e2e2e;
}

.nippai_slider {
    position: absolute;
    bottom: -119px;
    z-index: 1;
}

.nippai_slider .slick-slide {
    margin: 0 20px;
    width: auto;
    height: 160px;
}

.nippai_slider .slick-slide img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 680px) {
    .nippai_fv {
        padding: 15.3846153846vw 0 0;
    }
    .nippai_fv .inner {
        max-width: 492.3076923077vw;
        padding: 0 4.1025641026vw 6.1538461538vw;
        background-image: url(../images/nippai/fv_bg_sp.webp);
        background-position: 0 15.641025641vw;
    }
    .nippai_fv_head {
        padding: 2.0512820513vw 0;
    }
    .nippai_fv_head::before {
        width: 5.8974358974vw;
        height: 5.3846153846vw;
        bottom: -4.6153846154vw;
    }
    .nippai_fv_head_text {
        font-size: 3.3333333333vw;
    }
    .nippai_fv_head_text::before {
        width: 5.8974358974vw;
        height: 10.7692307692vw;
        top: -0.7692307692vw;
    }
    .nippai_fv_head_text::after {
        width: 5.8974358974vw;
        height: 10.7692307692vw;
        top: -0.7692307692vw;
    }
    .nippai_fv_head_text span {
        font-size: 6.4102564103vw;
        margin-left: 1.2820512821vw;
    }
    .nippai_fv_desc {
        font-size: 3.5897435897vw;
        line-height: 8.7179487179vw;
        border-radius: 2.0512820513vw;
        padding: 0 2.0512820513vw;
        margin-top: 54.8717948718vw;
    }
    .nippai_fv_title {
        margin-top: 3.8461538462vw;
    }
    .nippai_slider {
        position: unset;
        z-index: 1;
        margin-top: 8.9743589744vw;
    }
    .nippai_slider .slick-slide {
        margin: 0 3.0769230769vw;
        height: 26.6666666667vw;
    }
}
/* About
***************************************************************/
.nippai_sec1 {
    padding: 226px 0 80px;
}

.nippai_sec1_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.nippai_sec1_title span {
    line-height: 1;
}

.nippai_sec1_title .font_64 {
    font-size: 64px;
    vertical-align: middle;
}

.nippai_sec1_title .font_48 {
    font-size: 48px;
}

.nippai_sec1_title .font_40 {
    font-size: 40px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.nippai_sec1_title .font_40::before {
    content: "";
    display: inline-block;
    width: 149px;
    height: 89px;
    background-image: url(../images/nippai/point.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -114px;
    top: -31px;
    z-index: -1;
}

.nippai_sec1_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 33px;
}

.nippai_sec1_item {
    text-align: center;
    padding: 33px 0 30px;
    background-image: url(../images/nippai/point_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nippai_sec1_item img {
    width: 71px;
}

.nippai_sec1_item_title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.4;
}

.nippai_sec1_item_text {
    font-size: 18px;
    font-weight: 500;
    margin-top: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 680px) {
    .nippai_sec1 {
        padding: 32.3076923077vw 0 11.0256410256vw;
    }
    .nippai_sec1_title {
        font-size: 4.1025641026vw;
    }
    .nippai_sec1_title .font_64 {
        font-size: 12.3076923077vw;
    }
    .nippai_sec1_title .font_48 {
        font-size: 8.2051282051vw;
    }
    .nippai_sec1_title .font_40 {
        font-size: 7.1794871795vw;
    }
    .nippai_sec1_title .font_40::before {
        width: 23.5897435897vw;
        height: 14.1025641026vw;
        right: -4.1025641026vw;
        top: -7.6923076923vw;
    }
    .nippai_sec1_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 6.1538461538vw;
        margin-top: 6.1538461538vw;
    }
    .nippai_sec1_item {
        padding: 6.9230769231vw 0 8.2051282051vw;
        background-image: url(../images/nippai/point_bg_sp.svg);
    }
    .nippai_sec1_item img {
        width: 18.2051282051vw;
    }
    .nippai_sec1_item_title {
        font-size: 5.641025641vw;
        margin-top: 2.8205128205vw;
    }
    .nippai_sec1_item_text {
        font-size: 3.8461538462vw;
        margin-top: 3.0769230769vw;
    }
}
/* Service
***************************************************************/
.nippai_sec2 {
    padding: 0;
}

.nippai_sec2 .inner {
    max-width: 1920px;
    background-image: url(../images/nippai/secret_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    padding: 65px 0 20px;
}

.nippai_sec2_title {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}

.nippai_sec2_title img {
    width: 304px;
}

.nippai_sec2_title .border {
    position: relative;
}

.nippai_sec2_title .border::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    background-image: url(../images/nippai/border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.nippai_sec2_title .font_44 {
    font-size: 44px;
    margin: 0 3px 0 8px;
}

.nippai_sec2_title .font_37 {
    font-size: 37px;
}

.nippai_sec2_img {
    max-width: 1230px;
    display: block;
    margin: -60px auto 0;
}

@media screen and (max-width: 680px) {
    .nippai_sec2 .inner {
        background-image: url(../images/nippai/secret_bg_sp.webp);
        padding: 6.6666666667vw 0 8.7179487179vw;
    }
    .nippai_sec2_title {
        font-size: 5.8974358974vw;
    }
    .nippai_sec2_title img {
        width: 63.8461538462vw;
    }
    .nippai_sec2_title .border::before {
        height: 1.2820512821vw;
    }
    .nippai_sec2_title .font_44 {
        font-size: 7.6923076923vw;
        margin: 0 0.7692307692vw 0 2.0512820513vw;
    }
    .nippai_sec2_title .font_37 {
        font-size: 6.6666666667vw;
    }
    .nippai_sec2_img {
        margin: -2.5641025641vw auto 0;
    }
}
/* Company
***************************************************************/
.nippai_sec3 {
    padding: 100px 0;
}

.nippai_sec3_title {
    text-align: center;
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
}

.nippai_sec3_subTitle {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 125px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
}

.nippai_sec3_subTitle::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 59px;
    background-image: url(../images/icon/icon_before_border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.nippai_sec3_subTitle::after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 59px;
    background-image: url(../images/icon/icon_before_border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transform: scale(-1, 1);
}

.nippai_sec3_title img {
    width: 414px;
    display: block;
    margin: 0 auto 24px;
}

.nippai_sec3_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    margin-top: 56px;
}

.nippai_sec3_list.type2 {
    display: block;
    max-width: 778px;
    margin: 25px auto 0;
}

.nippai_sec3_item {
    text-align: center;
}

.nippai_sec3_item_title {
    font-size: 17px;
    line-height: 1.6;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.nippai_sec3_item_title::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 30px;
    background-image: url(../images/icon/icon_before_border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: -38px;
    top: 35px;
}

.nippai_sec3_item_title::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 30px;
    background-image: url(../images/icon/icon_before_border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -38px;
    top: 35px;
    transform: scale(-1, 1);
}

.nippai_sec3_item_title .font_24 {
    font-size: 24px;
    margin-right: 4px;
}

.nippai_sec3_item_title .font_22 {
    font-size: 22px;
}

.nippai_sec3_item_head {
    position: relative;
    margin-top: 15px;
}

.nippai_sec3_item_headImg {
    height: 293px;
    border-radius: 20px 20px 0 0;
}

.nippai_sec3_item_icon {
    position: absolute;
    left: 12px;
    bottom: 8px;
    display: flex;
    flex-flow: column;
    gap: 8px;
}

.type2 .nippai_sec3_item_icon {
    flex-flow: row;
}

.nippai_sec3_item_headIcon {
    width: 94px;
    height: 94px;
    display: flex;
    flex-flow: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
    border: 2px solid #fb800d;
    border-radius: 50%;
    background: #fff;
}

.nippai_sec3_item_headIcon img {
    width: 36px;
}

.nippai_sec3_item_headIcon_text {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}

.nippai_sec3_itemBox {
    background: #f08c00;
    border-radius: 0 0 20px 20px;
    text-align: center;
    color: #fff;
    padding: 12px 40px 20px;
}

.nippai_sec3_itemBox_title {
    font-size: 22px;
    font-weight: bold;
}

.nippai_sec3_itemBox_title .underline {
    margin-left: 18px;
}

.nippai_sec3_itemBox_title .font_35 {
    font-size: 35px;
}

.nippai_sec3_itemBox_title .font_21 {
    font-size: 21px;
}

.nippai_sec3_itemBox_title .font_12 {
    font-size: 12px;
}

.nippai_sec3_itemBox_subTitle {
    font-size: 19px;
    font-weight: bold;
}

.nippai_sec3_itemBox_subTitle .font_24 {
    font-size: 24px;
    margin-left: 10px;
}

.nippai_sec3_itemBox_subTitle .font_15 {
    font-size: 15px;
}

.nippai_sec3_itemBox_subTitle .font_11 {
    font-size: 11px;
}

.nippai_sec3_itemBox__text {
    font-weight: 500;
    margin-top: 10px;
    text-align: left;
    min-height: 87px;
}

/* モーダルを開くボタン */
.modal-open {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 328px;
    margin: 56px auto 0;
    padding: 12px 24px 12px 32px;
    border-radius: 40px;
    background: #f04747;
}

.modal-open::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_right_arrow_white02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

/* モーダルと背景の指定 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
}

/* モーダルの擬似要素の指定 */
.modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1280px;
    width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 10px;
    width: 64px;
    height: 64px;
    color: #cfcfcf;
    border-radius: 50%;
    cursor: pointer;
    font-size: 46px;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
    background: #fff;
    padding: 72px 64px;
    border-radius: 24px;
}

.modal-content_title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.modal-content_title span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #feb05c;
}

.modal-content_flex {
    display: flex;
    align-items: flex-start;
    gap: 43px;
    margin-top: 64px;
}

.modal-content_flex_img {
    width: 625px;
}

.modal-content_flexBox {
    flex: 1;
    text-align: left;
}

.content_flexBox_title {
    font-size: 20px;
    font-weight: bold;
}

.modal-content_flexBox_list {
    background: #f6f6f6;
    padding: 24px 16px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin-top: 8px;
}

.modal-content_flexBox_item {
    font-size: 15px;
    padding-left: 15px;
    position: relative;
}

.modal-content_flexBox_item::before {
    content: "・";
    display: inline-block;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-content_flexBox_text {
    margin: 40px 0 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.modal-content_flexBox_btn {
    width: 298px;
    margin: 8px auto 0;
    background: #f04747;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.modal-content_flexBox_btn span {
    font-size: 22px;
    font-weight: 600;
    display: block;
}

.modal-content_flexBox_btn a,
.modal-content_flexBox_btn p {
    padding: 14px 0 14px 93px;
    display: block;
    position: relative;
}

.modal-content_flexBox_btn a::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 39px;
    background-image: url(../images/icon/icon_tel_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translate(0, -50%);
}

.modal-content_flexBox_btn p::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 39px;
    background-image: url(../images/icon/icon_fax_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translate(0, -50%);
}

.nippai_sec3_rice {
    margin-top: 90px;
    text-align: center;
}

.nippai_sec3_rice_title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.nippai_sec3_rice_title span {
    font-size: 40px;
}

.nippai_sec3_rice_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
    margin-top: 62px;
}

.nippai_sec3_rice_item {
    text-align: center;
    border-radius: 32px;
    background: #fff;
    padding: 24px 0;
    position: relative;
}

.nippai_sec3_rice_item::before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 37px;
    background-image: url(../images/icon/icon_arrow_orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: -67px;
    transform: translate(0, -50%);
}

.nippai_sec3_rice_item:nth-last-of-type(1):before {
    display: none;
}

.nippai_sec3_rice_item_img {
    width: 140px;
}

.nippai_sec3_rice_item_icon {
    width: 80px;
    position: absolute;
    top: -18px;
    left: -11px;
}

.nippai_sec3_rice_item_title {
    margin-top: 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.nippai_sec3_rice_item_title .montserrat {
    display: block;
    font-size: 32px;
    margin-top: 2px;
}

@media screen and (max-width: 680px) {
    .nippai_sec3 {
        padding: 12.3076923077vw 0 24.358974359vw;
    }
    .nippai_sec3_title {
        font-size: 8.2051282051vw;
        line-height: 1.5;
    }
    .nippai_sec3_title img {
        width: 100%;
        margin: 0 auto 6.1538461538vw;
    }
    .nippai_sec3_subTitle {
        font-size: 6.1538461538vw;
        margin-top: 24.358974359vw;
        gap: 4.6153846154vw;
    }
    .nippai_sec3_subTitle .border {
        flex: 1;
    }
    .nippai_sec3_subTitle::before {
        width: 5.3846153846vw;
        height: 11.7948717949vw;
    }
    .nippai_sec3_subTitle::after {
        width: 5.3846153846vw;
        height: 11.7948717949vw;
    }
    .nippai_sec3_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10.2564102564vw;
        margin-top: 10.7692307692vw;
    }
    .nippai_sec3_list.type2 {
        margin-top: 10vw;
    }
    .nippai_sec3_item_title {
        font-size: 3.5897435897vw;
    }
    .nippai_sec3_item_title::before {
        width: 3.0769230769vw;
        height: 6.1538461538vw;
        left: -7.1794871795vw;
        top: 6.4102564103vw;
    }
    .nippai_sec3_item_title::after {
        width: 3.0769230769vw;
        height: 6.1538461538vw;
        right: -7.1794871795vw;
        top: 6.4102564103vw;
    }
    .nippai_sec3_item_title .font_24 {
        font-size: 4.8717948718vw;
        margin-right: 1.0256410256vw;
    }
    .nippai_sec3_item_title .font_22 {
        font-size: 4.6153846154vw;
    }
    .nippai_sec3_item_head {
        margin-top: 3.8461538462vw;
    }
    .nippai_sec3_item_headImg {
        height: 46.1538461538vw;
    }
    .nippai_sec3_item_icon {
        left: 2.0512820513vw;
        bottom: 2.8205128205vw;
        gap: 2.0512820513vw;
    }
    .nippai_sec3_item_headIcon {
        width: 15.641025641vw;
        height: 15.641025641vw;
        gap: 0.5128205128vw;
    }
    .nippai_sec3_item_headIcon img {
        width: 5.8974358974vw;
    }
    .nippai_sec3_item_headIcon_text {
        font-size: 2.3076923077vw;
    }
    .nippai_sec3_itemBox {
        border-radius: 0 0 6.1538461538vw 6.1538461538vw;
        padding: 3.0769230769vw 4.6153846154vw 5.1282051282vw;
    }
    .nippai_sec3_itemBox_title {
        font-size: 4.6153846154vw;
    }
    .nippai_sec3_itemBox_title .underline {
        margin-left: 2.0512820513vw;
    }
    .nippai_sec3_itemBox_title .font_35 {
        font-size: 7.6923076923vw;
    }
    .nippai_sec3_itemBox_title .font_21 {
        font-size: 4.6153846154vw;
    }
    .nippai_sec3_itemBox_title .font_12 {
        font-size: 3.0769230769vw;
    }
    .nippai_sec3_itemBox_subTitle {
        font-size: 3.8461538462vw;
    }
    .nippai_sec3_itemBox_subTitle .font_24 {
        font-size: 6.1538461538vw;
        margin-left: 1.5384615385vw;
    }
    .nippai_sec3_itemBox_subTitle .font_15 {
        font-size: 3.8461538462vw;
    }
    .nippai_sec3_itemBox_subTitle .font_11 {
        font-size: 2.8205128205vw;
    }
    .nippai_sec3_itemBox__text {
        font-size: 3.5897435897vw;
        margin-top: 1.5384615385vw;
        text-align: left;
        min-height: auto;
    }
    /* モーダルを開くボタン */
    .modal-open {
        font-size: 4.1025641026vw;
        gap: 2.0512820513vw;
        width: 71.7948717949vw;
        margin: 10.2564102564vw auto 0;
        padding: 3.0769230769vw 6.1538461538vw 3.0769230769vw 8.2051282051vw;
    }
    .modal-open::after {
        width: 6.1538461538vw;
        height: 6.1538461538vw;
    }
    .modal {
        padding: 10.2564102564vw 0;
    }
    .modal:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin-left: -0.2em;
    }
    /* モーダルを閉じるボタンの指定 */
    .modal-close {
        top: 1.2820512821vw;
        right: 2.5641025641vw;
        width: 10.2564102564vw;
        height: 10.2564102564vw;
        font-size: 9.2307692308vw;
    }
    /* モーダルのコンテンツ部分の指定 */
    .modal-content {
        padding: 18.4615384615vw 4.1025641026vw;
        border-radius: 4.1025641026vw;
    }
    .modal-content_title {
        font-size: 7.1794871795vw;
    }
    .modal-content_title span {
        font-size: 3.8461538462vw;
    }
    .modal-content_flex {
        flex-flow: column;
        gap: 11.0256410256vw;
        margin-top: 8.2051282051vw;
    }
    .modal-content_flex_img {
        width: 100%;
    }
    .content_flexBox_title {
        font-size: 5.1282051282vw;
    }
    .modal-content_flexBox_list {
        padding: 4.1025641026vw 2.0512820513vw;
        gap: 2.5641025641vw;
        margin-top: 2.0512820513vw;
    }
    .modal-content_flexBox_item {
        font-size: 3.8461538462vw;
        padding-left: 3.8461538462vw;
    }
    .modal-content_flexBox_item::before {
        font-size: 3.8461538462vw;
    }
    .modal-content_flexBox_text {
        margin: 10.2564102564vw 0 2.0512820513vw;
        font-size: 4.6153846154vw;
    }
    .modal-content_flexBox_btn {
        width: 76.4102564103vw;
        margin: 2.0512820513vw auto 0;
        border-radius: 10.2564102564vw;
        font-size: 3.5897435897vw;
    }
    .modal-content_flexBox_btn span {
        font-size: 5.641025641vw;
    }
    .modal-content_flexBox_btn a,
    .modal-content_flexBox_btn p {
        padding: 3.5897435897vw 0 3.5897435897vw 23.8461538462vw;
    }
    .modal-content_flexBox_btn a::before {
        width: 11.2820512821vw;
        height: 10vw;
        left: 8.9743589744vw;
    }
    .modal-content_flexBox_btn p::before {
        width: 11.2820512821vw;
        height: 10vw;
        left: 8.9743589744vw;
    }
    .nippai_sec3_rice {
        margin-top: 16.4102564103vw;
    }
    .nippai_sec3_rice_title {
        font-size: 6.6666666667vw;
    }
    .nippai_sec3_rice_title span {
        font-size: 8.4615384615vw;
    }
    .nippai_sec3_rice_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8.7179487179vw;
        margin-top: 10.7692307692vw;
        padding: 0 8.9743589744vw;
    }
    .nippai_sec3_rice_item {
        border-radius: 6.4102564103vw;
        padding: 5.1282051282vw 0;
    }
    .nippai_sec3_rice_item::before {
        width: 11.5384615385vw;
        height: 9.4871794872vw;
        top: unset;
        bottom: -9.7435897436vw;
        right: unset;
        left: 50%;
        transform: translate(-50%, 0) rotate(90deg);
    }
    .nippai_sec3_rice_item_img {
        width: 28.2051282051vw;
    }
    .nippai_sec3_rice_item_icon {
        width: 20.5128205128vw;
        top: -1.2820512821vw;
        left: -4.8717948718vw;
    }
    .nippai_sec3_rice_item_title {
        margin-top: 3.5897435897vw;
        font-size: 3.5897435897vw;
    }
    .nippai_sec3_rice_item_title .montserrat {
        font-size: 6.4102564103vw;
        margin-top: 0.5128205128vw;
    }
}
/* FEATURE
***************************************************************/
.nippai_feature_head {
    padding: 130px 0 104px;
    background-image: url(../images/nippai/merit_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.nippai_feature_head_title {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    position: relative;
}

.nippai_feature_head_title::before {
    content: "";
    display: inline-block;
    width: 236px;
    height: 134px;
    background-image: url(../images/nippai/merit_text.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: -260px;
    top: -47px;
}

.nippai_feature_head_title .border {
    border-bottom: 1px solid #fff;
}

.nippai_feature_head_title .font_66 {
    font-size: 66px;
}

.nippai_feature_head_title .font52 {
    font-size: 52px;
}

.nippai_feature_itemBox_number {
    width: 98px;
    height: 98px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #fb980d;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.nippai_feature_itemBox_number span {
    font-size: 46px;
}

@media screen and (max-width: 680px) {
    .nippai_feature_head {
        padding: 30.2564102564vw 0 10.7692307692vw;
        background-image: url(../images/nippai/merit_bg_sp.webp);
    }
    .nippai_feature_head_title {
        font-size: 8.2051282051vw;
    }
    .nippai_feature_head_title::before {
        width: 50vw;
        height: 28.4615384615vw;
        left: 0;
        top: -28.2051282051vw;
        background-image: url(../images/nippai/merit_text_sp.webp);
    }
    .nippai_feature_head_title .font_66 {
        font-size: 12.5641025641vw;
    }
    .nippai_feature_head_title .font52 {
        font-size: 9.7435897436vw;
    }
    .nippai_feature .top_feature_list {
        gap: 0;
    }
    .nippai_feature .top_feature_item:nth-of-type(n + 2) {
        padding-top: 12.3076923077vw;
        margin-top: 12.3076923077vw;
        border-top: 2px dashed #e3e3e3;
    }
    .nippai_feature_itemBox_number {
        width: 16.1538461538vw;
        height: 16.1538461538vw;
        font-size: 2.3076923077vw;
    }
    .nippai_feature_itemBox_number span {
        font-size: 7.6923076923vw;
    }
}
/* Voice
***************************************************************/
.nippai_voice {
    background-image: url(../images/voice/voice_bg02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f07147;
}

.nippai_voice_head {
    text-align: center;
}

.nippai_voice_head_title {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.nippai_voice_head_title_img {
    width: 133px;
    display: block;
    margin: 0 auto 19px;
}

.nippai_voice_head_title::before {
    content: "";
    display: inline-block;
    width: 132px;
    height: 118px;
    background-image: url(../images/voice/voice_text01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: -194px;
    top: 10px;
}

.nippai_voice_head_title::after {
    content: "";
    display: inline-block;
    width: 132px;
    height: 118px;
    background-image: url(../images/voice/voice_text02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -194px;
    top: 10px;
}

.nippai_voice_head_title .font_44 {
    font-size: 44px;
    margin-top: 20px;
}

.nippai_voice_head_title .font_52 {
    font-size: 52px;
    margin: 0 4px;
}

@media screen and (max-width: 680px) {
    .nippai_voice {
        background-image: url(../images/voice/voice_bg02_sp.webp);
        padding: 27.1794871795vw 0 16.4102564103vw;
    }
    .nippai_voice_head_title {
        font-size: 4.1025641026vw;
    }
    .nippai_voice_head_title_img {
        width: 23.5897435897vw;
        margin: 0 auto 3.3333333333vw;
    }
    .nippai_voice_head_title::before {
        width: 25.8974358974vw;
        height: 23.0769230769vw;
        left: -18.4615384615vw;
        top: -18.9743589744vw;
    }
    .nippai_voice_head_title::after {
        width: 25.8974358974vw;
        height: 23.0769230769vw;
        right: -18.4615384615vw;
        top: -18.9743589744vw;
    }
    .nippai_voice_head_title .font_44 {
        font-size: 7.6923076923vw;
        margin-top: 2.5641025641vw;
    }
    .nippai_voice_head_title .font_52 {
        font-size: 9.2307692308vw;
        margin: 0 1.0256410256vw;
    }
}
.voice {
    background-image: url(../images/voice/voice_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.voice_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 64px;
}

.voice_item {
    border-radius: 8px;
    background: #fff;
    box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
    padding: 0 32px 32px;
}

.voice_item_head {
    display: flex;
    align-items: center;
    gap: 28px;
}

.voice_item_head_img {
    width: 114px;
    text-align: center;
    position: relative;
}

.voice_item_head_name {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    font-family: "Noto Sans JP";
    border-radius: 4px;
    background: #fb980d;
    padding: 0 8px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.voice_item_head_title {
    padding-top: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    flex: 1;
}

.voice_item_text {
    font-weight: 500;
    border-top: 1px solid #d5d5d5;
    padding-top: 20px;
    margin-top: 20px;
}

.voice_item_text span {
    display: inline;
    border-bottom: 3px solid #ffe159;
}

@media screen and (max-width: 680px) {
    .voice {
        background-image: url(../images/voice/voice_bg_sp.webp);
    }
    .voice_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 6.1538461538vw;
        margin-top: 6.6666666667vw;
    }
    .voice_item {
        padding: 2.0512820513vw 6.1538461538vw 6.1538461538vw;
    }
    .voice_item_head {
        gap: 5.1282051282vw;
    }
    .voice_item_head_img {
        width: 24.1025641026vw;
    }
    .voice_item_head_name {
        font-size: 3.0769230769vw;
        border-radius: 1.0256410256vw;
        padding: 0 2.0512820513vw;
        margin-top: -2.5641025641vw;
    }
    .voice_item_head_title {
        font-size: 5.1282051282vw;
        padding-top: 2.5641025641vw;
    }
    .voice_item_text {
        padding-top: 2.5641025641vw;
        margin-top: 6.1538461538vw;
        font-size: 3.5897435897vw;
    }
    .voice_item_text span {
        display: inline;
        border-bottom: 0.7692307692vw solid #ffe159;
    }
}
.faq {
    background: #fff;
}

.faq .inner {
    max-width: 980px;
}

.faq_accordion {
    border-bottom: 1px solid #d5d5d5;
    margin-top: 64px;
}

.faq_accordion li {
    position: relative;
    border-top: 1px solid #d5d5d5;
}

.faq_title {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 27px 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background-color: rgb(207, 207, 207);
    border-radius: 5px;
}

.faq_title::before {
    top: 48%;
    right: 12px;
    transform: rotate(0deg);
}

.faq_title::after {
    top: 48%;
    right: 12px;
    transform: rotate(90deg);
    transition: 0.3s;
}

.faq_title.close::after {
    transform: rotate(0);
}

.faq_title span {
    position: relative;
}

.faq_title span::before {
    content: "Q";
    display: inline-block;
    color: #f04747;
    font-family: "Zen Old Mincho";
    font-size: 35px;
    font-weight: 700;
    line-height: 150%;
    position: absolute;
    top: 40%;
    left: -47px;
    transform: translate(0, -50%);
}

/*アコーディオンで現れるエリア*/
.faq_box {
    display: none;
    margin-top: 11px;
    padding-bottom: 27px;
}

.faq_box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 50px;
}

.faq_box p::before {
    content: "A";
    display: inline-block;
    color: #fb980d;
    font-family: "Zen Old Mincho";
    font-size: 35px;
    font-weight: 700;
    line-height: 150%;
    position: absolute;
    left: 0;
    top: -15px;
}

@media screen and (max-width: 680px) {
    .faq_accordion {
        margin-top: 8.2051282051vw;
    }
    .faq_title {
        padding: 4.1025641026vw 12.3076923077vw 4.1025641026vw 9.7435897436vw;
        font-size: 3.8461538462vw;
    }
    /*アイコンの＋と×*/
    .faq_title::before,
    .faq_title::after {
        width: 5.1282051282vw;
        height: 0.7692307692vw;
        border-radius: 1.2820512821vw;
    }
    .faq_title::before {
        right: 3.0769230769vw;
    }
    .faq_title::after {
        right: 3.0769230769vw;
    }
    .faq_title span::before {
        font-size: 7.1794871795vw;
        left: -9.7435897436vw;
    }
    .faq_box {
        margin-top: 0;
        padding-bottom: 4.1025641026vw;
    }
    .faq_box p {
        font-size: 3.5897435897vw;
        padding-left: 9.7435897436vw;
    }
    .faq_box p::before {
        font-size: 7.1794871795vw;
        top: -0.2564102564vw;
    }
}
/* section1
***************************************************************/
.company {
    position: relative;
    z-index: 3;
}

.company .inner {
    background: #fff;
    max-width: 976px;
    border-radius: 20px;
    overflow: hidden;
}

.company_list {
    padding: 40px 56px;
}

.company_item {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.company_item:nth-of-type(n + 2) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebe3de;
}

.company_item_text:nth-of-type(1) {
    width: 128px;
    font-weight: 500;
}

.company_item_text:nth-of-type(2) {
    flex: 1;
    font-weight: 500;
}

.company_iframe {
    display: block;
    width: 100%;
    height: 480px;
}

@media screen and (max-width: 680px) {
    .company {
        padding: 10.2564102564vw 6.1538461538vw 16.4102564103vw;
    }
    .company .inner {
        padding: 0;
    }
    .company_list {
        padding: 8.2051282051vw 6.1538461538vw;
    }
    .company_item {
        gap: 6.1538461538vw;
    }
    .company_item:nth-of-type(n + 2) {
        margin-top: 6.1538461538vw;
        padding-top: 6.1538461538vw;
    }
    .company_item_text:nth-of-type(1) {
        width: 19.2307692308vw;
        font-size: 3.8461538462vw;
    }
    .company_item_text:nth-of-type(2) {
        font-size: 3.8461538462vw;
    }
    .company_iframe {
        height: 87.6923076923vw;
    }
}
/* section1
***************************************************************/
.recruit_sec1 {
    padding: 80px 0 0;
}

.recruit_sec1_text {
    font-size: 18px;
    font-weight: 500;
    margin-top: 32px;
    text-align: center;
}

.recruit_sec1_img {
    margin-top: 40px;
}

.recruit_sec1_en {
    margin-top: 80px;
}

@media screen and (max-width: 680px) {
    .recruit_sec1 {
        padding: 14.358974359vw 0 0;
    }
    .recruit_sec1_text {
        font-size: 3.8461538462vw;
        margin-top: 6.1538461538vw;
        text-align: left;
    }
    .recruit_sec1_img {
        margin-top: 8.2051282051vw;
    }
    .recruit_sec1_en {
        margin-top: 16.4102564103vw;
    }
}
/* section2
***************************************************************/
.recruit_sec2 {
    background: #fff;
    padding: 0 0 80px;
}

.recruit_sec2 .section_title {
    position: relative;
    top: -42px;
}

.recruit_sec2_list {
    margin-top: 18px;
}

.recruit_sec2_item {
    display: flex;
    align-items: center;
    gap: 64px;
}

.recruit_sec2_item:nth-of-type(2n) {
    flex-flow: row-reverse;
}

.recruit_sec2_item:nth-child(n + 2) {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 3px dashed #e3e3e3;
}

.recruit_sec2_item_img {
    width: 558px;
}

.recruit_sec2_itemBox {
    flex: 1;
}

.recruit_sec2_itemBox_head {
    display: flex;
    align-items: center;
    gap: 22px;
}

.recruit_sec2_itemBox_head_number {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: #fb980d;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.recruit_sec2_itemBox_head_number span {
    font-size: 46px;
}

.recruit_sec2_itemBox_head_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    flex: 1;
}

.recruit_sec2_itemBox_text {
    line-height: 2;
    margin-top: 32px;
}

@media screen and (max-width: 680px) {
    .recruit_sec2 {
        padding: 0 0 16.4102564103vw;
    }
    .recruit_sec2 .section_title {
        top: 0;
    }
    .recruit_sec2_list {
        margin-top: 10.2564102564vw;
    }
    .recruit_sec2_item {
        flex-flow: column-reverse;
        gap: 6.1538461538vw;
    }
    .recruit_sec2_item:nth-of-type(2n) {
        flex-flow: column-reverse;
    }
    .recruit_sec2_item:nth-child(n + 2) {
        margin-top: 10.2564102564vw;
        padding-top: 10.2564102564vw;
        border-top: 0.7692307692vw dashed #e3e3e3;
    }
    .recruit_sec2_item_img {
        width: 100%;
    }
    .recruit_sec2_itemBox_head {
        gap: 4.1025641026vw;
    }
    .recruit_sec2_itemBox_head_number {
        width: 16.4102564103vw;
        height: 16.4102564103vw;
        font-size: 2.3076923077vw;
    }
    .recruit_sec2_itemBox_head_number span {
        font-size: 7.6923076923vw;
    }
    .recruit_sec2_itemBox_head_title {
        font-size: 6.1538461538vw;
    }
    .recruit_sec2_itemBox_text {
        line-height: 2;
        margin-top: 8.2051282051vw;
        font-size: 3.8461538462vw;
    }
}
/* section3
***************************************************************/
.recruit_sec3 .inner {
    max-width: 976px;
}

.recruit_sec3_subTitle {
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}

.recruit_sec3_text {
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    margin-top: 8px;
}

.recruit_sec3_btn {
    text-align: center;
    margin-top: 40px;
}

.recruit_sec3_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    border-radius: 40px;
    background: var(--red, #f04747);
    padding: 12px 40px;
}

.recruit_sec3_list {
    padding: 40px 56px;
    background: #fff;
    border-radius: 24px;
    margin-top: 40px;
}

.recruit_sec3_item {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.recruit_sec3_item:nth-of-type(n + 2) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebe3de;
}

.recruit_sec3_item_text:nth-of-type(1) {
    width: 128px;
    font-weight: 500;
}

.recruit_sec3_item_text:nth-of-type(2) {
    flex: 1;
    font-weight: 500;
}

@media screen and (max-width: 680px) {
    .recruit_sec3_subTitle {
        font-size: 5.1282051282vw;
        margin-top: 10.2564102564vw;
    }
    .recruit_sec3_text {
        font-size: 3.8461538462vw;
        text-align: left;
        margin-top: 2.0512820513vw;
    }
    .recruit_sec3_btn {
        margin-top: 10.2564102564vw;
    }
    .recruit_sec3_btn a {
        font-size: 4.1025641026vw;
        border-radius: 10.2564102564vw;
        padding: 3.0769230769vw 10.2564102564vw;
    }
    .recruit_sec3_list {
        padding: 10.2564102564vw 6.1538461538vw;
        border-radius: 6.1538461538vw;
        margin-top: 10.2564102564vw;
    }
    .recruit_sec3_item {
        gap: 6.1538461538vw;
    }
    .recruit_sec3_item:nth-of-type(n + 2) {
        margin-top: 6.1538461538vw;
        padding-top: 6.1538461538vw;
    }
    .recruit_sec3_item_text:nth-of-type(1) {
        width: 19.2307692308vw;
        font-size: 3.8461538462vw;
    }
    .recruit_sec3_item_text:nth-of-type(2) {
        font-size: 3.8461538462vw;
    }
}
/* お問い合わせ
***************************************************************/
.contact_title {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
}

.contact_form {
    max-width: 900px;
    padding: 60px;
    margin: 80px auto 0;
    background: #fff;
}

.contact_list {
    display: flex;
    flex-flow: column;
    gap: 37px;
}

.contact_item {
    display: flex;
    align-items: flex-start;
}

.contact_item_title {
    display: flex;
    gap: 13px;
    align-items: center;
    width: 227px;
    padding-top: 10px;
}

.contact_item:nth-of-type(1) .contact_item_title {
    padding-top: 0;
}

.req {
    font-size: 14px;
    color: #f04747;
    font-weight: 500;
}

.contact_area {
    flex: 1;
}

.contact_area span {
    width: 100%;
}

.contact_area input {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.contact_area textarea {
    width: 100%;
    height: 245px;
    padding: 5px 10px;
    resize: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.wpcf7-checkbox {
    display: flex;
    gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
    width: auto;
    margin: 0;
}

.contact_area label {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.contact_area label input {
    width: 15px;
    height: 15px;
    padding: 0;
    background: unset;
    border: unset;
    accent-color: #f04747;
}

.contact_area label span {
    width: auto;
}

.contact_privacy {
    margin-top: 64px;
    overflow-y: scroll;
    border: 1px solid #cbcbcb;
}

.contact_privacy_scroll {
    height: 240px;
    padding: 40px 24px;
}

.contact_privacy_title {
    font-weight: bold;
    text-align: center;
}

.contact_privacy_list {
    display: flex;
    flex-flow: column;
    gap: 16px;
    padding-bottom: 40px;
    margin-top: 16px;
}

.contact_privacy_item .list02 {
    padding-left: 15px;
    list-style: auto;
}

.contact_privacy_item .list03 {
    padding-left: 15px;
    list-style: lower-roman;
}

.contact_check {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    text-align: center;
}

.contact_check input {
    width: 24px;
    height: 24px;
}

.contact_check a {
    color: #f04747;
    text-decoration: underline;
}

.contact_check a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon/icon_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: 6px;
}

.contact_submit {
    position: relative;
    width: 242px;
    margin: 50px auto 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #f04747;
    border: 2px solid #f04747;
    border-radius: 40px;
    transition: 0.3s;
}

.contact_submit input {
    width: 100%;
    padding: 12px 0;
    border: unset;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-list-item {
    margin: 0;
}

@media screen and (min-width: 681px) {
    .contact_submit:hover,
    .thanks_btn:hover {
        color: #f04747;
        background: #fff;
    }
}
@media screen and (max-width: 680px) {
    .contact_title {
        font-size: 4.6153846154vw;
    }
    .contact_form {
        padding: 10.2564102564vw 6.1538461538vw;
        margin-top: 10.2564102564vw;
    }
    .contact_list {
        flex-flow: column;
        gap: 10.2564102564vw;
    }
    .contact_item {
        flex-flow: column;
        gap: 2.0512820513vw;
    }
    .contact_item_title {
        gap: 1.0256410256vw;
        width: 100%;
        padding-top: 0;
        font-size: 4.1025641026vw;
    }
    .req {
        font-size: 3.5897435897vw;
        line-height: 1;
    }
    .contact_area input {
        padding: 2.5641025641vw;
        font-size: 3.8461538462vw;
        border-radius: 2.0512820513vw;
    }
    .contact_area textarea {
        height: 62.8205128205vw;
        padding: 2.5641025641vw;
        font-size: 3.8461538462vw;
        border-radius: 2.0512820513vw;
    }
    .wpcf7-checkbox {
        flex-flow: column;
        gap: 2.5641025641vw;
        margin-top: 2.5641025641vw;
    }
    .contact_check {
        gap: 1.2820512821vw;
        margin-top: 7.6923076923vw;
        font-size: 3.0769230769vw;
    }
    .contact_check input {
        width: 5.641025641vw;
        height: 5.641025641vw;
    }
    .contact_check a::after {
        width: 4.1025641026vw;
        height: 4.1025641026vw;
        margin-left: 0.5128205128vw;
    }
    .contact_submit {
        width: 57.4358974359vw;
        margin: 10.2564102564vw auto 0;
        font-size: 3.8461538462vw;
    }
}
/* 一覧
***************************************************************/
.news {
    position: relative;
    z-index: 10;
}

.news_list {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.news_item a {
    display: block;
    border-radius: 16px;
    background: #fff;
    padding: 24px 32px;
}

.news_item_date {
    color: var(--red, #f04747);
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
}

.news_item_title {
    line-height: 180%;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nav-links,
.page-nation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 64px;
}

.nav-links span,
.nav-links a,
.page-numbers {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    position: relative;
}

.nav-links span.current,
.page-numbers.current {
    color: #f04747;
}

.nav-links a.next,
.page-numbers.next,
.nav-links a.prev,
.page-numbers.prev {
    width: 41px;
}

.nav-links a.next::before,
.page-numbers.next::before {
    content: "";
    display: inline-block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #f04747;
    background-image: url(../images/icon/icon_right_arrow_white.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}

.nav-links a.prev::before,
.page-numbers.prev::before {
    content: "";
    display: inline-block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #f04747;
    background-image: url(../images/icon/icon_right_arrow_white.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (max-width: 680px) {
    .news_list {
        gap: 5.1282051282vw;
    }
    .news_item a {
        border-radius: 4.1025641026vw;
        padding: 6.1538461538vw 8.2051282051vw;
    }
    .news_item_date {
        font-size: 3.8461538462vw;
    }
    .news_item_title {
        margin-top: 2.0512820513vw;
    }
    .nav-links,
    .page-nation {
        gap: 8.2051282051vw;
        margin-top: 16.4102564103vw;
    }
    .nav-links span,
    .nav-links a,
    .page-numbers {
        font-size: 3.8461538462vw;
    }
    .nav-links a.next,
    .page-numbers.next,
    .nav-links a.prev,
    .page-numbers.prev {
        width: 10.5128205128vw;
    }
    .nav-links a.next::before,
    .page-numbers.next::before {
        width: 10.5128205128vw;
        height: 10.5128205128vw;
        background-size: 4.1025641026vw;
    }
    .nav-links a.prev::before,
    .page-numbers.prev::before {
        width: 10.5128205128vw;
        height: 10.5128205128vw;
        background-size: 4.1025641026vw;
    }
}
/* 詳細
***************************************************************/
.news_single {
    padding: 150px 0 80px;
}

.news_single .inner {
    background: #fff;
    padding: 64px;
    border-radius: 24px;
}

.news_single_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.news_single_date {
    font-weight: 700;
    line-height: 150%;
    margin-top: 24px;
}

.news_single_content {
    margin-top: 24px;
    border-top: 1px solid #ebe3de;
}

.news_single_content h2 {
    font-size: 28px;
    font-weight: 700;
    padding-left: 15px;
    border-left: 4px solid #f04747;
    margin-top: 40px;
}

.news_single_content h3 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #ebe3de;
    position: relative;
    margin-top: 40px;
}

.news_single_content h3::before {
    content: "";
    display: inline-block;
    width: 120px;
    border-top: 1px solid #f04747;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.news_single_content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
}

.news_single_content h4:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #f04747;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.news_single_content p {
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
}

.news_single_btn {
    text-align: center;
    border-top: 2px solid #ebe3de;
    padding-top: 56px;
    margin-top: 56px;
}

.news_single_btn a {
    font-size: 15px;
    line-height: 150%;
    text-decoration: underline;
}

@media screen and (max-width: 680px) {
    .news_single {
        padding: 31.5384615385vw 4.1025641026vw 20.5128205128vw;
    }
    .news_single .inner {
        padding: 8.2051282051vw 4.1025641026vw;
    }
    .news_single_title {
        font-size: 5.641025641vw;
    }
    .news_single_date {
        margin-top: 3.8461538462vw;
    }
    .news_single_content {
        margin-top: 6.1538461538vw;
        padding-top: 9.2307692308vw;
    }
    .news_single_content h2 {
        font-size: 4.6153846154vw;
        margin-top: 5.1282051282vw;
    }
    .news_single_content h3 {
        font-size: 4.1025641026vw;
        margin-top: 5.1282051282vw;
    }
    .news_single_content h3::before {
        width: 30.7692307692vw;
    }
    .news_single_content h4 {
        font-size: 3.8461538462vw;
        margin-top: 5.1282051282vw;
    }
    .news_single_content h4:before {
        width: 3.5897435897vw;
        height: 3.5897435897vw;
        margin-right: 2.0512820513vw;
        top: 0.2564102564vw;
    }
    .news_single_content p {
        font-size: 3.8461538462vw;
        margin-top: 5.1282051282vw;
    }
    .news_single_btn {
        padding-top: 10.2564102564vw;
        margin-top: 10.2564102564vw;
    }
    .news_single_btn a {
        font-size: 3.8461538462vw;
    }
}
.privacy {
    position: relative;
    z-index: 3;
}

.privacy .inner {
    padding: 64px;
    background: #fff;
    border-radius: 24px;
}

.privacy p.desc {
    font-size: 16px;
    line-height: 2;
}

.privacy .list01 {
    margin-top: 60px;
    display: flex;
    flex-flow: column;
    gap: 48px;
}

.privacy .title2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    border-bottom: 1px solid #ebe3de;
    position: relative;
    padding-bottom: 12px;
}

.privacy .title2::before {
    content: "";
    display: inline-block;
    width: 120px;
    border-top: 1px solid #f04747;
    position: absolute;
    left: 0;
    bottom: 0;
}

.privacy .list01 li.item01 p.txt {
    font-size: 16px;
    line-height: 2;
    margin-top: 24px;
}

.privacy .list01 li.item01 p.txt2 {
    font-size: 16px;
    line-height: 2;
    margin-top: 48px;
    text-align: right;
}

.privacy .list02 {
    list-style: auto;
    padding-left: 16px;
}

.privacy .list02 li.item02 {
    font-size: 16px;
    line-height: 2;
}

.privacy .list03 {
    list-style: lower-roman;
    padding-left: 16px;
}

.privacy .item03 {
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 680px) {
    .privacy {
        padding: 10.2564102564vw 6.1538461538vw 16.4102564103vw;
    }
    .privacy .inner {
        padding: 10.2564102564vw 6.1538461538vw;
    }
    .privacy p.desc {
        font-size: 3.5897435897vw;
    }
    .privacy p {
        font-size: 3.5897435897vw;
    }
    .privacy .list01 {
        margin-top: 10.2564102564vw;
        gap: 10.2564102564vw;
    }
    .privacy .title2 {
        font-size: 4.6153846154vw;
        padding-bottom: 3.0769230769vw;
    }
    .privacy .list01 li.item01 p.txt {
        font-size: 3.5897435897vw;
        margin-top: 4.1025641026vw;
    }
    .privacy .list01 li.item01 p.txt2 {
        font-size: 3.5897435897vw;
    }
    .privacy .list02 {
        margin-top: 1.5384615385vw;
    }
    .privacy .list02 li.item02 {
        font-size: 3.5897435897vw;
    }
    .privacy .list03 {
        padding-left: 3.5897435897vw;
        margin-top: 1.5384615385vw;
    }
    .privacy .item03 {
        font-size: 3.5897435897vw;
    }
}
