﻿@layer reset {
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 16px;
        font: inherit;
        vertical-align: baseline;
        box-sizing: border-box;
        word-wrap: break-word;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 1.8;
        letter-spacing: 0.08rem;
    }
    input, textarea {
        box-sizing: border-box
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block
    }
    body {
        line-height: 1;
        -webkit-text-size-adjust: 100%
    }
    ol, ul {
        list-style: none
    }
    blockquote, q {
        quotes: none
    }
    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none
    }
    table {
        border-collapse: collapse;
        border-spacing: 0
    }
    a {
        text-decoration: none
    }
    :where(button) {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        cursor: pointer
    }
    a:hover {
        text-decoration: none
    }
    img {
        width: 100%;
        height: auto;
        border: 0;
        vertical-align: bottom;
        object-fit: cover
    }
}
@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}
@font-face {
  font-family:"Noto Serif JP";
  src:url("../fonts/NotoSerifJP-VariableFont_wght.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap
}
.footer-main__company p.shop_name,
.footer-main__company ul.company-info li,
.footer-main__company ul.company-info li span,
.company_information ul li h3,
.company_information ul li span,
.font_han_sans {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
}
.notoserif,
h2.notoserif,
h2.notoserif span,
h3.notoserif,
.CtaBox .head-label,
.achievements_slider .achievements_box p.category,
.achievements_slider_left .achievements_box p.category {
    font-family: "Noto Serif JP", serif;
}
.achievements_slider figure.img {
    opacity: 1!important;
    display: block!important;
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    .spver { display: none; }
    .UnderLineTitle .under-line-title-text {
        font-size: 3rem;
        padding-bottom: 28px;
    }
    .PrimaryTitle .main {
        font-size: 4rem;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .pcver { display: none; }
    body main { text-align: left; }
    :where(.container) {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .UnderLineTitle {
        line-height: 1.25em;
        word-break: initial;
    }
    .UnderLineTitle .under-line-title-text {
        font-size: 1.75rem;
        padding-bottom: 14px;
    }
    .PrimaryTitle .main {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
}
.hovered {
    opacity: 1;
    transition: all .25s ease-in
}
.hovered:hover {
    opacity: .8
}
body {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: .08em;
    color: #000;
    background: url(../images/bg.webp) repeat center center/200px 200px;
    overflow-x: hidden;
}
body.overflow__hidden {
    height: 100%;
    overflow: hidden;
}
body main {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}
:where(.container) {
    width: 100%;
    max-width: calc(1100px + 1rem*2);
    margin: 0 auto;
    padding: 0 1rem 0;
}
h2 span.navy {
    color: #100169;
}
h2 span.gold {
    color: #C19421;
}
:where(a, button) {
    pointer-events: auto;
    cursor: pointer
}
.privacy-br {
    display: none
}
p>img[width="1"][height="1"] {
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none
}
.wp-block-spacer, p:empty, div:empty, figure.wp-block-image:empty {
    display: none
}
.UnderLineTitle {
    position: relative;
}
.UnderLineTitle .under-line-title-text {
    display: block;
    width: fit-content;
    height: fit-content;
    font-weight: 700;
    line-height: 1em;
    color: #000;
}
.UnderLineTitle .under-line {
    display: block;
    width: 100px;
    height: 3px;
    margin: 0 auto
}
main {
    transition: all .5s ease-in
}
.Logo {
    width: 100%;
    height: auto;
    aspect-ratio: 308/48;
    display: flex;
    align-items: center;
    gap: 6.4%;
    transition: all .25s ease-in
}
.Logo .template-text {
    width: 53%;
    height: auto
}
.Logo .branch-name {
    display: block;
    width: 40.6%;
    font-size: min(80%, 20px);
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.5em;
    border-top: solid 2px #100169;
    border-bottom: solid 2px #100169
}
.Logo:hover {
    transform-origin: center;
    transform: scale(1.01)
}
.MailIcon {
    width: 52px;
}
.MailIcon path {
    transition: all .25s ease-in
}
#completion-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100001
}
.PrimaryTitle {
    color: #000;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 100px;
}
.PrimaryTitle .main {
    display: block;
    width: fit-content;
    line-height: 1em;
}
.PrimaryTitle .sub {
    display: block;
    width: fit-content;
    line-height: 1em;
    font-size: 1rem;
}
.notes {
    width: 100%;
    margin: 0 auto 88px
}
.notes__text {
    font-size: 1rem;
    line-height: 2em;
    color: #000
}

/*　パンくずリスト */
@media screen and (min-width:768px) {
    ul.breadcrumb {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 32px;
        margin: 50px auto 150px;
        max-width: 1100px;
    }
    ul.breadcrumb li {
        font-size: 1.25rem;
    }
    ul.breadcrumb li a {
        font-size: 1rem;
    }
}
@media screen and (max-width:767px) {
    ul.breadcrumb {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 32px;
        margin: 25px auto 75px;
        padding: 0 1rem;
    }
    ul.breadcrumb li {
        font-size: .875rem;
    }
    ul.breadcrumb li a {
        font-size: .875rem;
    }
}
ul.breadcrumb li {
    display: block;
    width: fit-content;
    height: fit-content;
    line-height: 1em;
    font-weight: 700;
    color: #000;
    padding: 0;
}
ul.breadcrumb li a {
    position: relative;
    font-weight: 700;
    display: block;
    width: fit-content;
    height: 100%;
    color: #000;
}
ul.breadcrumb li a:before {
    content: "";
    background-image: url("../images/icon_flow_right.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    right: -12px;
    display: block;
    width: 4px;
    height: 9.24px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* アコーディオン */
@media screen and (min-width:768px) {
    details.Details summary {
        gap: 28px;
        padding-top: 24px;
        padding-right: 32px;
        padding-left: 28px;
        padding-bottom: 24px;
    }
    details.Details summary .question-box {
        gap: 28px;
    }
    details.Details .content {
        display: flex;
        gap: 16px 30px;
        padding-right: 72px;
        padding-left: 28px;
        height: 0;
        transition: all .25s ease-in
    }
}
@media screen and (max-width:767px) {
    details.Details summary {
        gap: 14px;
        padding: 16px 8px;
    }
    details.Details summary .question-box {
        gap: 14px;
    }
    details.Details .content {
        display: flex;
        gap: 14px;
        padding-right: 8px;
        padding-left: 8px;
        height: 0;
        transition: all .25s ease-in
    }
}
details.Details summary {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    pointer-events: auto;
    cursor: pointer !important
}
details.Details summary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: auto;
    cursor: pointer !important
}
details.Details summary .title {
    width: 100%;
    font-weight: 700;
    user-select: none;
    transition: all .25s ease-in
}
@media screen and (min-width: 768px) {
    details.Details summary .title {
        font-size: 1.5rem;
    }
    details.Details summary .icon {
        position: relative;
        width: 24px;
        height: 24px;
        flex-shrink: 0
    }
    details.Details summary .icon .bar-vertical {
        width: 2px;
        height: 24px
    }
    details.Details summary .icon .bar-horizontal {
        width: 24px;
        height: 2px
    }
}
@media screen and (max-width: 767px) {
    details.Details summary .title {
        font-size: 1rem;
        line-height: 1.25em
    }
    details.Details summary .icon {
        position: relative;
        width: 18px;
        height: 18px;
        flex-shrink: 0
    }
    details.Details summary .icon .bar-vertical {
        width: 2px;
        height: 18px
    }
    details.Details summary .icon .bar-horizontal {
        width: 18px;
        height: 2px
    }
}
details.Details summary .icon [class^=bar-] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    transition: all .5s ease-in
}
details.Details summary .icon::-webkit-details-marker {
    display: none
}
details.Details summary .question-box {
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1.5;
}
details.Details summary .question-box .category-box {
    background-color: #100169;
    transition: all .25s ease-in
}
details.Details .category-box {
    display: grid;
    place-items: center;
    min-width: 40px;
    height: 40px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fdfcfd;
    user-select: none
}
details.Details .content .category-box {
    background-color: #ff0001
}
details.Details .content .description {
    display: block;
    width: 90%;
    will-change: transform, opacity;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2em;
    user-select: none;
    opacity: 0;
    transform: translate3d(0, 2rem, 0);
    margin-top: .5em
}
details.Details[open] .content {
    height: auto
}
details.Details[open] .content .description {
    animation: accordionFadeInUp .5s ease .1s both
}
@keyframes accordionFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 2rem, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
details.Details::details-content {
    transition: all .25s ease-in;
    height: 0;
    overflow: hidden
}
details.Details[open]::details-content {
    height: auto;
    padding-bottom: 36px
}
details.Details:not([open]):hover .question-box .category-box {
    background-color: #c19421
}
details.Details:not([open]):hover .title {
    color: #c19421
}
details.Details:not([open]):hover .icon [class^=bar-] {
    background-color: #c19421
}
details.Details[open] summary .icon .bar-vertical {
    transform: translate(-50%, -50%) rotate(450deg)
}
details.Details[open] summary .icon .bar-horizontal {
    transform: translate(-50%, -50%) rotate(360deg)
}

/* バナー */
@media screen and (min-width:1280px) {
     .CtaBox .head-label {
        font-size: 2.5rem;
    }
    .CtaBox .speech-bubble {
        min-width: 320px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .CtaBox .speech-bubble:before, .CtaBox .speech-bubble:after {
        bottom: 0;
        height: 24px;
    }
    .CtaBox .container.cta {
        display: flex;
        justify-content: space-between;
        gap: 28px;
        padding: 60px;
    }
    .CtaBox .tel-box .TelMark {
        display: none
    }
    .CtaBox .tel-box .TelMark.pc {
        display: none
    }
    .CtaBox .tel-box .phone-number {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 3rem;
        font-weight: 700;
        color: #100169;
        line-height: 1em;
        letter-spacing: 0.15rem;
        margin-bottom: 10px;
        transition: all .25s ease-in
    }
    .CtaBox .tel-box .speech-bubble {
        margin-bottom: 60px;
    }
    .CtaBox .tel-box .phone-number .TelMark {
        width: 85px;
        height: auto;
    }
}
@media screen and (max-width: 1279px) {
    .CtaBox .head-label {
        font-size: 2.25rem;
    }
    .CtaBox .speech-bubble {
        font-size: 1.25rem;
        margin-bottom: 32px;
    }
    .CtaBox .speech-bubble:before, .CtaBox .speech-bubble:after {
        bottom: 2px;
        height: 20px;
    }
    .CtaBox .container.cta {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 32px;
    }
    .nav-menu .CtaBox .cta-card__button span.text {
        font-size: 1rem;
    }
    .CtaBox .container.cta .cta-section__container {
        width: 100%
    }
    .CtaBox .tel-box .speech-bubble {
        margin-bottom: 4px
    }
    .header-container .CtaBox .tel-box .speech-bubble {
        margin-bottom: 4px;;
    }
    .CtaBox .tel-box.sp {
        display: block;
        width: 80%;
        position: absolute;
        bottom: initial;
        right: initial;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
    .CtaBox .tel-box .phone-number {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 2rem;
        font-weight: 700;
        color: #100169;
        line-height: 1em;
        letter-spacing: 0.15rem;
        margin-bottom: 10px;
        transition: all .25s ease-in
    }
    .nav-menu .CtaBox .tel-box .phone-number {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .nav-menu .CtaBox .tel-box .phone-number span,
    .CtaBox .tel-box .phone-number span {
        line-height: 1.2;
    }
}
@media screen and (min-width: 768px) {
    .CtaBox .cta-card__button .ArrowItem,
    .cta-card__button .ArrowItem.right,
    body.flow .StepList .step-list .cta-card__button.mail svg.ArrowItem.right {
        position: absolute;
        top: 50%;
        right: 10%;
        width: 20px;
        height: 20px;
        transform: translateY(-50%) rotate(0deg);
        min-width: initial;
    }
    .CtaBox .cta-card__button span.text {
        font-size: 1.5rem;
    }
    .CtaBox .cta-card__button.mail {
        margin-bottom: 0;
    }
    .CtaBox .cta-card__button.mail svg:not(.ArrowItem) {
        position: relative;
        width: 44px;
        min-width: 28px
    }
    .CtaBox .cta-card__button.line .img-cover {
        position: relative;
        width: 44px;
        min-width: 28px
    }
    .CtaBox .cta-card__button {
        gap: 20px;
        width: 480px;
        padding-right: 52px;
        padding-left: 52px
    }
    .CtaBox .tel-box .info-text span {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .CtaBox {
        width: calc(100vw - 1rem*2)
    }
    .CtaBox .head-label {
        font-size: 1.125rem;
    }
    .CtaBox .speech-bubble {
        font-size: 1rem;
        margin-bottom: 16px;
    }
    .CtaBox .tel-box .info-text span {
        font-size: .65rem;
    }
    .header-container .CtaBox .cta-card__button {
        height: 53px;
    }
    .CtaBox .cta-card__button {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
        gap: 4px;
    }
    .CtaBox .cta-card__button .ArrowItem,
    .cta-card__button .ArrowItem.right,
    body.flow .StepList .step-list .cta-card__button.mail svg.ArrowItem.right,
    body.flow .StepList .step-list .cta-card__button.tel svg.ArrowItem.right {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 14px;
        height: 14px;
        transform: translateY(-50%) rotate(0deg);
        min-width: initial;
    }
    .CtaBox .cta-card__button.mail {
        margin-bottom: 8px;
    }
    .CtaBox .cta-card__button.mail svg:not(.ArrowItem) {
        position: relative;
        width: calc(44px * 2/3);
        min-width: calc(28px * 2/3);
    }
    .CtaBox .cta-card__button.line .img-cover {
        position: relative;
        width: calc(44px * 2/3);
        min-width: calc(28px * 2/3);
    }
    .CtaBox .cta-card__button span.text {
        font-size: 1.25rem;
    }
    .CtaBox .cta-card__button .ArrowItem {
        right: 5%
    }
}
.CtaBox {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1100px;
    height: fit-content;
    border: solid 2px #100169;
    background-color: #fdfcfd;
    overflow: hidden
}
.CtaBox .head-label {
    display: grid;
    place-items: center;
    height: 100px;
    font-weight: 700;
    line-height: 1;
    color: #fdfcfd;
    text-align: center;
    background-color: #100169;
    letter-spacing: 0.2rem;
}
.CtaBox .speech-bubble {
    width: fit-content;
    position: relative;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.CtaBox .speech-bubble:before, .CtaBox .speech-bubble:after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #c19421;
    border-radius: 9999px
}
.CtaBox .speech-bubble:before {
    left: -7px;
    transform: translateX(calc(-100% - 8px)) rotate(-20deg)
}
.CtaBox .speech-bubble:after {
    right: -7px;
    transform: translateX(calc(100% + 2px)) rotate(20deg)
}
.CtaBox .container.cta .cta-section__container {
    display: grid;
    place-items: center
}
.CtaBox .tel-box {
    display: flex;
    flex-direction: column;
    align-items: center
}
.CtaBox .tel-box .phone-number:hover {
    color: #c19421
}
.CtaBox .tel-box .phone-number:hover .TelMark path.object {
    fill: #c19421
}
.CtaBox .tel-box .phone-number span {
    display: block;
    width: fit-content
}
.CtaBox .tel-box .TelMark path {
    transition: all .25s ease-in
}
.CtaBox .tel-box .TelMark.pc {
    display: block
}
.CtaBox .tel-box.sp {
    display: none
}
.CtaBox .tel-box.sp .CtaBox {
    display: contents
}
.CtaBox .tel-box.sp .head-label {
    display: none
}
.CtaBox .tel-box.sp .container.cta {
    padding: 0;
    gap: 20px
}
.CtaBox .tel-box .info-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .5rem 0
}
.CtaBox .tel-box .info-text span {
    font-weight: 700;
    color: #000
}
.CtaBox .cta-card__button {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-radius: 10px;
    background-color: #fdfcfd;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .07);
    transition: all .25s ease-in;
}
.CtaBox .cta-card__button .ArrowItem.right,
.cta-card__button .ArrowItem.right,
body.flow .StepList .step-list .cta-card__button.mail svg.ArrowItem.right {
    transform: translateY(-50%) rotate(0deg);
    fill: #fff;
}
.CtaBox .cta-card__button span.text {
    position: absolute;
    left: 50%;
    transform: translateX(-45%);
    font-weight: 700;
    color: #fdfcfd;
    white-space: nowrap
}
.CtaBox .cta-card__button:hover {
    border: 2px solid #fdfcfd;
    color: #fdfcfd
}
.CtaBox .cta-card__button:hover span {
    color: #fdfcfd
}
.CtaBox .cta-card__button:hover svg.mail-icon path {
    fill: #fdfcfd
}
.CtaBox .cta-card__button.mail {
    background-color: #ff0001;
    border: solid 2px #ff0001;
}
.CtaBox .cta-card__button.line {
    background-color: #06c755;
    border: solid 2px #06c755
}
.CtaBox .cta-card__button .MailIcon path {
    fill: #fdfcfd
}

/* フレックスボックス */
@media screen and (min-width: 768px) {
    .FlexList {
        margin-bottom: 100px;
    }
    .about_needs .FlexList {
        margin-bottom: 50px;
    }
    .FlexList li br {
        display: none
    }
    .PrimaryButton {
        width: 500px;
        height: 84px;
    }
}
@media screen and (max-width: 767px) {
    .FlexList {
        margin-bottom: 50px;
    }
    .FlexList li {
        height: auto;
        line-height: 1.25em;
        text-align: center;
        padding: 8px
    }
    .PrimaryButton {
        width: auto;
        height: 70px;
    }
}
.FlexList {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.2%;
    row-gap: 20px;
}
.FlexList li {
    display: grid;
    place-items: center;
    height: 64px;
    width: 31.2%;
    background-color: #c19421;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fdfcfd;
}

/* ボタン */
@media screen and (min-width: 768px) {
    .PrimaryButton .ArrowItem {
        width: 20px;
    }
    .PrimaryButton .button-text {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .PrimaryButton .button-text {
        font-size: 1rem;
    }
    .PrimaryButton .ArrowItem {
        width: 14px;
    }
}
.PrimaryButton {
    position: relative;
    background-color: #fdfcfd;
    display: grid;
    place-items: center;
    border: solid 2px;
    transition: all .25s ease-in
}
.PrimaryButton .button-text {
    font-weight: 700;
    transition: all .25s ease-in
}
.PrimaryButton .ArrowItem {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all .25s ease-in
}

/* Slider */
@media screen and (min-width:1280px) {
    .blog_slider .slick-list {
        overflow: visible;
        max-width: calc(1100px + 1rem*2);
        margin: 0 auto;
        padding: 0;
    }
    .blog_slider.slick-dotted.slick-slider {
        margin-bottom: 100px;
    }
    .blog_slider .slick-dots {
        position: absolute;
        bottom: -160px;
        display: block;
        width: auto;
        left: 20%;
    }
    .blog_slider .blog_box {
        width: 48.7%;
    }
}
@media screen and (max-width:1279px) {
    .blog_slider .slick-list {
        overflow: visible;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .blog_slider .slick-dots {
        position: relative;
        display: block;
        width: auto;
        margin: 0 auto;
    }
    .slick-dotted.slick-slider {
        padding-bottom: 30px;
    }
}
@media screen and (min-width:768px) {
    .blog_info p.category {
        font-size: 1.25rem;
    }
    .achievements_slider a,
    .achievements_slider_left a {
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;
        padding: 20px 25px;
    }
    .achievements_slider .achievements_box p.category,
    .achievements_slider_left .achievements_box p.category {
        font-size: 1.5rem;
    }
    .achievements_slider,
    .achievements_slider_left {
        row-gap: 60px;
        margin: 77px 0 0 50%;
    }
    #cursor {
        position: fixed;
        background: #fff;
        border-radius:10px;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
        z-index: 2;
        pointer-events: none;
        opacity: 0;
        display: none;
    }
    #stalker span {
        font-family: "Noto Serif JP";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.12rem;
        line-height: 90px;
        color: #fff;
        position: relative;
        z-index: 1;
        opacity: 1;
        display: block;
    }
    #stalker.active {
        transform: scale(1);
        position: fixed;
        display: block;
    }
    #stalker {
        width: 90px;
        height: 90px;
        border-radius: 90px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background-color: rgba(16, 1, 105,.35);
        margin: -90px 0 0 -20px;
        z-index: 1;
        pointer-events: none;
        display: none;
    }
    .achievements_slider .achievements_box,
    .achievements_slider_left .achievements_box {
        border: 1px solid #C19421;
        background-color: #fff;
        margin: 0 15px;
    }
}
@media screen and (max-width:767px) {
    .achievements_slider a,
    .achievements_slider_left a {
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;
        padding: 10px 12px;
    }
    .achievements_slider .achievements_box p.category,
    .achievements_slider_left .achievements_box p.category {
        font-size: 1.1rem;
    }
    .achievements_slider,
    .achievements_slider_left {
        row-gap: 30px;
        margin: 38px 0 0 50%;
    }
    #cursor,
    #stalker {
        display: none;
    }
    .achievements_slider .achievements_box,
    .achievements_slider_left .achievements_box {
        border: 1px solid #C19421;
        background-color: #fff;
        margin: 0 5px;
    }
}
.blog_slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 60px;
    list-style: none;
    margin: 3rem 0;
    padding: 0
}
.blog_slider {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}
.blog_slider a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%
}
.blog_slider .slick-dots li {
    width: 40px;
    height: 40px;
}
.blog_slider .slick-dots li button {
    width: 40px;
    height: 40px;
}
.blog_slider .slick-dots li button:before {
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
}
.blog_slider .slick-dots li.slick-active button:before {
    color: #100169;
}
.blog_info p.category {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    background-color: #c19421;
    padding: 8px 32px;
    font-weight: 700;
    color: #fdfcfd;
    line-height: 1;
}
.blog_info p.category.cat_news {
    background-color: #100169;
}
.blog_slider .img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: block;
    position: relative;
}
.blog_slider .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    transform: scale(1);
    transition: all .25s ease-in;
}
.blog_slider .blog_title,
.blog_list .blog_title {
    position: relative;
    width: fit-content;
    transition: all .25s ease-in;
    line-height: 1.25em;
}
.blog_slider .blog_title:before,
.blog_list .blog_title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0%;
    height: 2px;
    background-color: #100169;
    transition: all .25s ease-in;
}
.blog_slider a:hover .blog_title::before,
.blog_list a:hover .blog_title::before {
    width: 100%;
}
.blog_slider a:hover img {
    transform: scale(1.05)
}
.blog_slider .blog_box {
    width: 48.7%;
    list-style: none;
    margin: 0 30px;
    padding: 0;
    overflow: hidden;
}
.blog_box figure.img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: block;
    position: relative;
}
.blog_box figure.img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    transition: all .25s ease-in;
}
.blog_box a:hover figure.img img {
    transform: scale(1.05);
}
.blog_box.slick-slide.slick-active {
    opacity: 1;
}
.blog_box.slick-slide {
    opacity: .5;
}
.blog_slider a:hover .blog_title,
.blog_list a:hover .blog_title {
    color: #100169
}
.achievements_slider,
.achievements_slider_left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1rem;
    list-style: none;
    padding: 0;
    width: 100vw;
    transform: translateX(-50%);
}
.achievements_slider .achievements_box p.category,
.achievements_slider_left .achievements_box p.category {
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.12rem;
    text-align: center;
    margin: 8px auto 0;
}
.achievements_slider .img,
.achievements_slider_left .img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: block;
    position: relative;
}
.achievements_slider .img img,
.achievements_slider_left .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
}


/* 固定バナー */
@media screen and (min-width: 1280px) {
    .FixedCta {
        position: fixed;
        bottom: 3%;
        right: 1.8%;
        z-index: 11;
        width: 16.5%;
        max-width: 330px;
    }
    .round_btn {
        display: block;
        position: absolute;
        width: 23px;
        height: 23px;
        border: 1px solid #000;
        border-radius: 50%;
        background: #000;
        top: 0;
        right: 5px;
        transition: all .5s;
        opacity: 1;
        z-index: 11;
    }
    .round_btn:hover {
        width: 30px;
        height: 30px;
        top: 0;
        right: 5px;
    }
    .round_btn::before, .round_btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1px;
        height: 12px;
        background: #fff;
    }
}
@media screen and (max-width: 1279px) {
    .FixedCta {
        position: fixed;
        bottom: 11px;
        right: 20px;
        z-index: 11;
    }
    .FixedCta a img {
        max-width: 161px;
    }
    .round_btn {
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        border-radius: 50%;
        background: #000;
        top: -5px;
        right: 5px;
        transition: all .5s;
        opacity: 1;
        z-index: 11;
    }
    .round_btn:hover {
        width: 20px;
        height: 20px;
        top: -5px;
        right: 5px;
    }
    .round_btn::before, .round_btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1px;
        height: 10px;
        background: #fff;
    }
    .FixedCta .fv-button {
        position: relative;
        display: block;
        width: 50%;
        height: 100%;
    }
    .FixedCta .fv-button.line {
        bottom: initial;
        right: initial
    }
    .FixedCta .fv-button span {
        left: 50%;
        transform: translateY(-50%) translateX(-50%)
    }
    .FixedCta .fv-button.instagram {
        bottom: initial;
        right: initial
    }
    .FixedCta .fv-button span {
        transform: translateY(-50%) translateX(-40%)
    }
}
@media screen and (max-width: 767px) {
    .FixedCta .fv-button::before {
        left: 8px
    }
    .FixedCta .fv-button .ArrowItem {
        display: none
    }
}
.round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.FixedCta.closed {
  opacity: 0;
}
.FixedCta .fv-button {
    position: fixed;
    right: 0;
    z-index: 6;
    width: 300px;
    height: 72px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25em;
    color: #fdfcfd
}
.FixedCta .fv-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 10;
    transform: translateY(-50%);
    display: block;
    width: 36px
}
.FixedCta .fv-button.line {
    bottom: 124px;
    background-color: #06c755
}
.FixedCta .fv-button.line::before {
    height: 32px;
    background: url(../images/line-icon.svg) no-repeat center center/contain;
}
.FixedCta .fv-button.instagram {
    bottom: 36px;
    background-color: #ff006f;
}
.FixedCta .fv-button span {
    display: block;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 64px;
    transform: translateY(-50%);
    white-space: nowrap;
}
.FixedCta .fv-button .ArrowItem {
    width: 12px;
    fill: #fdfcfd;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

/* 記事情報 */
.meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: .75rem;
    flex-wrap: wrap
}
.meta .date {
    font-size: 1rem;
    color: #bfbfbf;
    font-weight: 700
}
.meta .category {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap
}
.meta :is(.category-badge, .achievement-category-text) {
    display: inline-block;
    padding: 8px 32px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fdfcfd;
    line-height: 1
}
.meta :is(.category-badge, .achievement-category-text) {
    background-color: #100169
}
.meta :is(.category-badge, .achievement-category-text).column {
    background-color: #c19421
}
.meta :is(.category-badge, .achievement-category-text).no-category {
    background-color: #a1a1a1
}
.FixedCta a {
    opacity: 1;
    transition: all .25s ease-in
}

/* ヘッダー */
@media screen and (min-width: 1280px) {
    .site-header {
        position: fixed;
        width: 100vw;
        height: 144px;
        z-index: 100;
        transition: all .25s ease-in;
        background-color: #fdfcfd;
        top: 0;
    }
    .site-header .header-container.container_top {
        position: relative;
        z-index: 1005;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        max-width: 1919px;
        margin: 0 auto;
        padding: 0 1rem;
        background-color: #fdfcfd;
    }
    .site-header .flex-box {
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .site-header .flex-box .TelMark.pc,
    .site-header .flex-box .tel span,
    .site-header .flex-box .contact-button::before {
        display: block;
    }
    .site-header .flex-box .contact-button {
        position: relative;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px 28px;
        padding-right: 44px;
        background-color: #ff0001;
        border-radius: 9999px;
        font-size: 1rem;
        font-weight: 700;
        color: #fdfcfd;
        line-height: 1em;
        letter-spacing: 0.09rem;
        transition: all .25s ease-in
    }
    .site-header .flex-box .contact-button .MailIcon {
        width: 28px;
    }
    .mobile-menu-toggle,
    .site-header .nav-menu.sp,
    .site-header .flex-box.sp {
        display: none;
    }
    .site-header .header-container.container_bottom {
        display: grid;
    }
    .main-navigation {
        height: 52px;
    }
    .site-header .nav-menu.pc {
        display: flex;
        gap: 0;
        justify-content: center;
    }
}
@media screen and (max-width: 1279px) {
    .site-header {
        height: 48px;
        position: fixed;
        width: 100vw;
        z-index: 100;
        transition: all .25s ease-in;
        top: 0;
    }
    .site-header .header-container.container_top {
        position: relative;
        z-index: 1005;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        background-color: #fdfcfd;
        height: 100%;
    }
    .site-header .header-container.container_top.scrollon {
        background-color: #fdfcfd;
    }
    header .nav-menu {
        display: none
    }
    .site-header .header-container.container_top .Logo {
        width: auto;
        height: 26px;
    }
    .site-header .header-container.container_top .Logo .branch-name {
        font-size: 64%;
        min-width: 84px;
        white-space: nowrap
    }
    .site-header .flex-box {
        position: absolute;
        top: 50%;
        right: 52px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .site-header .header-container.container_bottom {
        display: contents;
    }
    .site-header .flex-box .tel, .site-header .flex-box .contact-button {
        width: 28px;
        height: 28px;
        border-radius: 9999px;
        display: grid;
        place-items: center;
    }
    .site-header .flex-box .tel {
        background-color: #100169;
    }
    .site-header .flex-box .contact-button {
        background-color: #ff0001;
    }
    .site-header .flex-box .TelMark.pc {
        display: none;
    }
    .site-header .tel-box .TelMark.pc {
        display: block;
        width: 57px;
    }
    .site-header .flex-box .TelMark.sp {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(21px * 4 / 5);
        height: calc(16px * 4 / 5);
    }
    .site-header .flex-box.sp {
        display: block;
        width: calc(100% - 48px);
        position: absolute;
        bottom: initial;
        right: initial;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
    .site-header .flex-box.sp {
        top: initial;
        bottom: 5px;
        transform: translateX(-50%);
    }
    .site-header .flex-box .contact-button::before {
        display: none;
    }
    .site-header .flex-box .contact-button .MailIcon {
        width: 63%;
        height: auto;
    }
    .site-header .flex-box .contact-button span {
        display: none;
    }
    .site-header .nav-menu.pc {
        display: none;
    }
    .site-header .nav-menu.sp {
        display: flex
    }
    .site-header .nav-menu.sp .menu-item {
        width: 70%;
        min-width: 320px;
        border-bottom: solid 1px #fdfcfd;
        transform: translateY(40px)
    }
    .site-header .nav-menu.sp .menu-item:last-of-type {
        margin-bottom: 20px
    }
    .site-header .nav-menu.sp .menu-item a {
        padding-bottom: 16px;
        font-size: .875rem;
        color: #000;
        text-align: center;
        font-weight: 700;
    }
    .site-header .nav-menu.sp .menu-item+.flex-box.sp .CtaBox .cta-card__button {
        width: 100%;
        height: 48px;
        padding-right: 20px;
        padding-left: 20px
    }
    .site-header .nav-menu.sp .menu-item+.flex-box.sp .CtaBox .cta-card__button span.text {
        font-size: 1rem;
    }
    .site-header .nav-menu.sp .menu-item+.flex-box.sp .CtaBox .cta-card__button svg:not(.ArrowItem) {
        width: 10%
    }
    .site-header .nav-menu.sp .menu-item+.flex-box.sp .CtaBox .cta-card__button .ArrowItem {
        right: 3%;
        width: 16px
    }
    .site-header .nav-menu.sp .menu-item+.flex-box.sp .CtaBox .cta-card__button.line .img-cover {
        width: 10%
    }
    .site-header .nav-menu.sp .menu-item+.flex-box.sp .CtaBox .tel-box .info-text span {
        font-size: .7rem;
    }
    .site-header .nav-menu.sp .speech-bubble {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .main-navigation {
        background-color: rgba(0, 0, 0, 0);
        display: grid;
        place-items: center;
        padding: 0;
        height: fit-content
    }
    .site-header .flex-box .tel {
        justify-content: center;
        margin-bottom: 0;
        color: #fdfcfd
    }
    .site-header .flex-box .tel span {
        display: none
    }
    .site-header .flex-box .contact-button {
        justify-content: center;
        padding: 0
    }
    .main-navigation .nav-menu {
        gap: 24px
    }
    .mobile-menu-toggle {
        display: flex;
        position: relative;
        z-index: 2000
    }
    .main-navigation .nav-menu.sp {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        justify-content: start;
        align-items: center;
        gap: 8px;
        width: 100%;
        height: 100dvh;
        z-index: 1001;
        flex-direction: column;
        padding: 10px 16px 16px;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        transition: all .25s ease-in;
        background-color: #fdfcfd
    }
    .main-navigation .nav-menu.sp.menu-open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .site-header .nav-menu.sp .menu-item a {
        padding-bottom: 0
    }
}
header .nav-menu.pc {
    height: 100%
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 40px
}
.nav-menu .menu-item a {
    display: block;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1em;
    color: #000;
    text-decoration: none;
    padding: 4px 0;
    white-space: nowrap;
    transition: all .25s ease-in
}
.nav-menu .menu-item a.current-menu-item, .nav-menu .menu-item a[aria-current=page] {
    color: #000
}
.nav-menu .menu-item a.current-menu-item::after, .nav-menu .menu-item a[aria-current=page]::after {
    width: 100%
}
body {
    background: url(../images/bg.webp) repeat center center/200px 200px
}
body .TelMark.sp {
    display: none
}

.site-header .header-container {
    height: 72px
}
.site-header .header-container.container_top .Logo {
    max-width: 308px
}
.site-header .header-container.container_bottom {
    place-items: center;
    background-color: #100169;
    padding: 12px 0
}
.site-header .header-container.container_bottom #site-navigation {
    width: 100%;
    max-width: 1440px;
    padding-right: 20px;
    padding-left: 20px
}
.site-header .flex-box .TelMark path,
.site-header .flex-box .tel span,
.site-header .flex-box .tel span.tel_hours {
    transition: all .25s ease-in;
}
.site-header .flex-box.sp .CtaBox {
    display: contents
}
.site-header .flex-box.sp .head-label {
    display: none
}
.site-header .flex-box.sp .container.cta {
    padding: 0;
    gap: 20px
}
.site-header .flex-box .tel {
    display: flex;
    align-items: flex-start;
    font-size: 2rem;
    font-weight: 700;
    color: #100169;
    line-height: 1em;
    letter-spacing: 0.09rem;
    transition: all .25s ease-in;
}
.site-header .flex-box .tel img {
    max-width: 290px;
}
.site-header .flex-box .tel:hover,
.site-header .flex-box .tel:hover span,
.site-header .flex-box .tel:hover span.tel_hours {
    color: #c19421;

}
.site-header .flex-box .tel span.tel_hours {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.07rem;
    padding-top: 10px;
    color: #000;
}
.site-header .flex-box .tel:hover .TelMark path.object {
    fill: #c19421
}
.site-header .flex-box .tel span {
    width: fit-content;
    line-height: .6;
    text-align: center;
    margin: 0 auto;
}
.site-header .flex-box .contact-button:hover {
    background-color: #100169
}
.site-header .flex-box .contact-button::before {
    content: "";
    width: 12px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(90deg);
    background: url(../images/arrow_1-white.svg) no-repeat center center/contain
}
.site-header .flex-box .contact-button .MailIcon {
    fill: #fdfcfd;
}
.site-header .nav-menu.pc .menu-item {
    width: 12.5%;
    height: 100%;
    border-left: solid 1px #fdfcfd
}
.site-header .nav-menu.pc .menu-item:last-child {
    border-right: solid 1px #fdfcfd
}
.site-header .nav-menu.pc .menu-item a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: #fdfcfd;
    letter-spacing: 0.09rem;
    line-height: 1em;
    text-align: center
}
.site-header .nav-menu.pc .menu-item a:hover {
    color: #c19421
}
.site-header .nav-menu.sp .TelMark.sp {
    display: none
}
.main-navigation {
    border-radius: 5px;
    transition: all .25s ease-in
}
.mobile-menu-toggle {
    width: 31px;
    height: 20px;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    position: relative;
    z-index: -1;
    cursor: pointer;
    top: 1px;
}
.mobile-menu-toggle [class*=hamburger-line-] {
    position: absolute;
    left: 50%;
    display: block;
    height: 1.5px;
    background-color: #000;
    transition: all .25s ease-in;
    width: 100%
}
.mobile-menu-toggle .hamburger-line-top {
    top: 0;
    transform: translate(-50%, 0)
}
.mobile-menu-toggle.menu-open .hamburger-line-top {
    top: 5px;
    transform: rotate(45deg);
    left: 0;
}
.mobile-menu-toggle .hamburger-line-middle {
    top: 50%;
    transform: translate(-50%, -50%)
}
.mobile-menu-toggle.menu-open .hamburger-line-middle {
    top: 5px;
    transform: rotate(-45deg);
    left: 0;
}
.mobile-menu-toggle .hamburger-line-bottom {
    bottom: 0;
    transform: translate(-50%, 0)
}
.mobile-menu-toggle.menu-open .hamburger-line-bottom {
    opacity: 0;
}
.mobile-menu-toggle[aria-expanded=true] .hamburger-line-top {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}
.mobile-menu-toggle[aria-expanded=true] .hamburger-line-middle {
    opacity: 0
}
.mobile-menu-toggle[aria-expanded=true] .hamburger-line-bottom {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}
.mobile-menu-open .nav-menu.sp {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

/* フッター */
@media screen and (min-width:1280px) {
    #footer {
        padding: 88px 92px 20px;
    }
    #footer .flex-box_2 {
        display: flex;
        gap: 104px;
        min-width: 324px;
        font-weight: 500
    }
    .BottomSection .flex-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 80px
    }
    .BottomSection .flex-box .page-link {
        position: relative;
        z-index: 2;
        display: block;
        width: 440px;
        aspect-ratio: 440/332;
        overflow: hidden
    }
    .BottomSection .flex-box .page-link img {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: all .25s ease-in
    }
    .BottomSection .container {
        width: 100%;
        max-width: 1919px;
        margin: 0 auto;
        padding: 0;
    }
    #footer .footer-main__company {
        gap: 20px;
        margin-bottom: 168px;
    }
    #footer .footer-main__company .map-cover {
        display: none;
    }
    #footer .sns-box-cover {
        bottom: 160px;
    }
}
@media screen and (max-width: 1279px) {
    #footer {
        padding: 32px 16px;
    }
    #footer .footer-main__company {
        width: 80%;
        flex-direction: column;
        gap: 120px;
        margin: 0 auto
    }
    #footer .footer-main__company {
        width: 100%;
        gap: 240px;
    }
    #footer .flex-box_1 .company-info li.sp {
        display: block;
        width: 80%;
        position: absolute;
        bottom: initial;
        right: initial;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
    #footer .flex-box_2 {
        justify-content: space-between;
        margin-bottom: 120px;
    }
    #footer .flex-box_2 {
        display: flex;
        gap: 16px;
        font-weight: 500;
    }
    .BottomSection .flex-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px 0;
        justify-content: center;
        margin: 0 auto 64px;
    }
    .BottomSection .flex-box .page-link {
        position: relative;
        z-index: 2;
        display: block;
        aspect-ratio: 16/9;
        overflow: hidden;
    }
    .BottomSection .flex-box .page-link img {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .25s ease-in;
    }
    .BottomSection .container {
        width: 100%;
        max-width: 1919px;
        margin: 0 auto;
        padding: 0 1rem;
    }
    #footer .footer-main__company .map-cover {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 100%;
        height: 200px
    }
    #footer .footer-main__company .map-cover iframe {
        width: 100%;
        height: 100%;
        border: none
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    #footer .sns-box-cover {
        bottom: 120px;
    }
}
@media screen and (min-width: 768px) {
    .BottomSection .flex-box .page-link .label {
        font-size: 2.5rem;
    }
    .footer__copyright {
        font-size: 1rem;
    }
    .footer-main .container {
        padding: 0 1rem 20px;
    }
    #footer .flex-box_2 [class*=nav-menu_] {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }
    .flex-box_1 p.shop_name {
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: 0.12rem;
        margin-bottom: 27px;
    }
    .BottomSection .cta-box-wrapper {
        width: fit-content;
    }
}
@media screen and (max-width: 767px) {
    #footer .flex-box_1 .company-info li address span {
        font-size: 1rem;
    }
    #footer .sns-box-cover {
        width: 80%;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        bottom: 110px;
    }
    #footer .flex-box_2 [class*=nav-menu_] a {
        font-size: .875rem;
    }
    #footer .sns-box-cover {
        width: 100%
    }
    #footer .container.footer-main__container {
        padding-right: 0;
        padding-left: 0
    }
    #footer address span {
        display: block
    }
    .footer__copyright {
        font-size: .75rem;
    }
    .BottomSection .flex-box .page-link .label {
        font-size: 2rem;
    }
    .BottomSection .flex-box .page-link .label .arrow {
        bottom: -8px
    }
    body.front-page .top_cta_box .cta-box-wrapper {
        margin: 0 20px;
    }
    .BottomSection .cta-box-wrapper {
        display: grid;
        place-items: center
    }
    .footer-main .container {
        padding: 0 1rem 60px;
    }
    #footer .flex-box_2 [class*=nav-menu_] {
        display: flex;
        flex-direction: column;
        gap: 10px 0;
    }
    .flex-box_1 p.shop_name {
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: 0.12rem;
        margin-bottom: 16px;
    }
}
#footer {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #f6f6f6;
    overflow: hidden
}
#footer .footer-main {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}
#footer .footer-main__company {
    display: flex;
    justify-content: space-between;
    color: #000;
}
.footer_logo {
    background-color: #100169;
    padding: 50px 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.footer_logo img {
    max-width: 736px;
    width: 80%;
}
#footer .flex-box_1 .logo-cover {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 2rem;
    font-weight: 700;
    color: #fdfcfd;
    margin-bottom: 28px
}
#footer .flex-box_1 .logo-cover .Logo {
    width: 520px
}
#footer .flex-box_1 .logo-cover .Logo img {
    display: block;
    width: 100%
}
#footer .flex-box_1 .company-info li {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.5em
}
#footer .flex-box_1 .company-info li:has(>address) {
    margin-bottom: 24px
}
#footer .flex-box_1 .company-info li address {
    width: 380px;
    line-height: 1.5em
}
#footer .flex-box_1 .company-info li address span {
    display: block
}
#footer .flex-box_1 .company-info li:has(>.label>.TelMark) {
    margin-bottom: 40px
}
#footer .flex-box_1 .company-info li .label:has(>.TelMark)+.value {
    font-size: 40px;
    font-weight: 700;
    color: #100169
}
#footer .flex-box_1 .company-info li .TelMark path {
    transition: all .25s ease-in
}
#footer .flex-box_1 .company-info li .TelMark.pc {
    display: block
}
#footer .flex-box_1 .company-info li.sp {
    display: none
}
#footer .flex-box_1 .company-info li.sp .CtaBox {
    display: contents
}
#footer .flex-box_1 .company-info li.sp .head-label {
    display: none
}
#footer .flex-box_1 .company-info li.sp .container.cta {
    padding: 0;
    gap: 20px
}
#footer .flex-box_1 .company-info li .tel {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    color: #100169;
    line-height: 1em;
    letter-spacing: 0.15rem;
    transition: all .25s ease-in;
    margin-bottom: 24px
}
#footer .flex-box_1 .company-info li .tel:hover {
    color: #c19421
}
#footer .flex-box_1 .company-info li .tel:hover .TelMark path.object {
    fill: #c19421
}
#footer .flex-box_1 .company-info li .tel span {
    display: block;
    width: fit-content
}
#footer .flex-box_1 .company-info .value a {
    color: #fdfcfd
}
#footer .flex-box_2 [class*=nav-menu_] a {
    line-height: 1;
    letter-spacing: 0.08rem;
    color: #000;
    font-weight: 700;
    transition: all .25s ease-in;
}
#footer .flex-box_2 [class*=nav-menu_] a:hover {
    color: #c19421
}
#footer .sns-box-cover {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px
}
#footer .sns-box-cover .sns-box {
    display: flex;
    align-items: center;
    gap: 20px
}
#footer .sns-box-cover .sns-button {
    transition: all .25s ease-in
}
#footer .sns-box-cover .sns-button:hover {
    transform-origin: center;
    transform: scale(1.02)
}
#footer .sns-box-cover .sns-button.line {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    background-color: #06c755;
    border-radius: 11px
}
#footer .sns-box-cover .sns-button.line .img-cover {
    width: 32px;
    height: 32px
}
#footer .sns-box-cover .sns-button.line .img-cover img {
    display: block
}
#footer .sns-box-cover .sns-button.youtube {
    width: 40px
}
#footer .sns-box-cover .sns-button.youtube .YoutubeIcon path {
    fill: #fdfcfd
}
#footer .sns-box-cover .sns-button.instagram {
    width: 48px;
    height: 48px;
    border-radius: 13px
}
#footer .sns-box-cover .page-top {
    position: relative;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #100169;
    text-align: center;
    padding-top: 20px;
    letter-spacing: .08em;
    line-height: 1em;
    width: 76px;
    height: 76px;
    border-radius: 9999px;
    border: solid 1px #100169;
    background-color: #fdfcfd
}
#footer .sns-box-cover .page-top::before {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(100%) translateX(-50%);
    background: url(../images/arrow_1.svg) no-repeat center center/contain
}
.footer__copyright {
    font-weight: 500;
    color: #bfbfbf;
    display: block;
    line-height: 1.5em;
    text-align: center
}
.BottomSection {
    width: 100vw;
    overflow: hidden;
    background-color: #fdfcfd
}
.BottomSection .flex-box .page-link:hover img {
    transform: translateX(-50%) translateY(-50%) scale(1.05)
}
.BottomSection .flex-box .page-link .label {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    font-weight: 700;
    color: #fdfcfd;
    line-height: 1em;
    white-space: nowrap
}
.BottomSection .flex-box .page-link .label .arrow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 56px;
    height: 56px;
    border: solid 1px #fdfcfd;
    border-radius: 9999px
}
.BottomSection .flex-box .page-link .label .arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 12px;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    background: url(../images/icon_btn_link.png) no-repeat center center/contain
}
.BottomSection .cta-box-wrapper {
    margin: 0 auto 84px;
}
.BottomSection .map-cover {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 300px
}

/* ルート */
@media screen and (min-width: 768px) {
    .DirectionsSection {
        padding-top: 172px;
        padding-bottom: 172px;
    }
    .DirectionsSection .container .directions-flex-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 80px 6.3%;
        justify-content: space-between;
    }
    .DirectionsSection .container .title {
        font-size: 1.5rem;
    }
    .DirectionsSection .container.second_route {
        padding-top: 120px;
    }
}
@media screen and (max-width: 767px) {
    .DirectionsSection {
        padding-top: 86px;
        padding-bottom: 86px;
    }
    .BottomSection .map-cover {
        display: none;
    }
    .DirectionsSection .container .title {
        font-size: 1.25rem;
        line-height: 1.5em;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .DirectionsSection .container .directions-flex-box {
        flex-wrap: wrap
    }
    .DirectionsSection .container .directions-flex-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 80px 16px;
        justify-content: space-between;
    }
    .DirectionsSection .container .directions-flex-box li {
        width: 100%;
    }
    .DirectionsSection .container.second_route {
        padding-top: 60px;
    }
}
.BottomSection .map-cover iFrame {
    width: 100%;
    height: 100%;
    border: none
}
.DirectionsSection {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #100169;
    overflow: hidden
}
.DirectionsSection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../images/bg.png) repeat;
    background-size: auto;
    z-index: -1
}
.DirectionsSection .container .title {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 60px;
    font-weight: 700;
    color: #100169;
    background-color: #fdfcfd;
    padding-right: 24px;
    padding-left: 48px;
    margin-bottom: 52px
}
.DirectionsSection .container .title:before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 100%;
    background-color: #c19421
}
.DirectionsSection .container .directions-flex-box:not(:last-of-type) {
    margin-bottom: 60px
}
.DirectionsSection .container .directions-flex-box li {
    width: 100%;
    font-size: 1.25rem;
    color: #000;
    word-break: break-all;
}
.DirectionsSection .container .directions-flex-box li .description {
    word-break: break-all;
}
.DirectionsSection .container .directions-flex-box li .img-cover {
    width: 100%;
    height: auto;
    aspect-ratio: 320/200;
    overflow: hidden;
    margin-bottom: 16px
}
.DirectionsSection .container .directions-flex-box li .description {
    font-size: 1rem;
    line-height: 2em;
    color: #fdfcfd
}

/* 買取利点 */
@media screen and (min-width:1280px) {
    .ZigzagLayout .list {
        gap: 60px;
    }
    .ZigzagLayout .list li .img-cover {
        width: 46.9%;
        height: fit-content;
        aspect-ratio: 515/290
    }
}
@media screen and (max-width: 1279px) {
    .ZigzagLayout .list {
        width: 60%;
        margin: 0 auto;
        gap: 30px;
    }
    .ZigzagLayout .list {
        width: 80%;
    }
    .ZigzagLayout .list {
        width: 100%
    }
    .ZigzagLayout .list li {
        flex-direction: column;
        align-items: center;
    }
    .ZigzagLayout .list li .img-cover {
        width: 100%
    }
    .ZigzagLayout .list li .list-text-box {
        max-width: none;
        width: 100%
    }
}
@media screen and (min-width: 768px) {
    .ZigzagLayout {
        margin-bottom: 100px;
    }
    .ZigzagLayout .list li:nth-child(even) {
        flex-direction: row-reverse;
    }
    .ZigzagLayout .list li .list-text-box h5,
    .ZigzagLayout .list li .list-text-box h3 {
        font-size: 1.5rem;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 767px) {
    .ZigzagLayout {
        margin-bottom: 50px;
    }
    .ZigzagLayout .list li .list-text-box h5,
    .ZigzagLayout .list li .list-text-box h3 {
        font-size: 1.25rem;
        margin-bottom: 16px;
    }
    .ZigzagLayout .list li .list-text-box h3 span {
        line-height: 1.5;
    }
}
.ZigzagLayout .list {
    display: flex;
    flex-direction: column;
}
.ZigzagLayout .list li {
    display: flex;
    justify-content: space-between;
    gap: 20px
}
.ZigzagLayout .list li .img-cover img {
    width: 100%;
    height: 100%
}
.ZigzagLayout .list li .list-text-box {
    width: 100%;
    max-width: 516px
}
.ZigzagLayout .list li .list-text-box h5,
.ZigzagLayout .list li .list-text-box h3 {
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}
.ZigzagLayout .list li .list-text-box h5 strong {
    font-weight: 700;
    color: #c19421
}
.ZigzagLayout .list li .list-text-box h3 span {
   color: #c19421;
   line-height: 1.5;
}
.ZigzagLayout .list li .list-text-box p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2em;
    color: #000;
    margin-bottom: 32px
}
.ZigzagLayout .list li .list-text-box p strong {
    color: #c19421
}

/* 買取アイテム */
@media screen and (min-width: 768px) {
    .ItemsLayout .flex-box {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 24px;
        column-gap: 2%
    }
    .ItemsLayout .flex-box li.big {
        width: 49%;
        display: flex;
        gap: 4px;
        align-items: center;
        padding: 28px
    }
    .ItemsLayout .flex-box li.small {
        width: 31.6%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 24px 12px
    }
    .ItemsLayout .flex-box li.big .img-cover {
        width: 196px;
        min-width: 196px
    }
    .ItemsLayout .flex-box li.small .img-cover {
        width: auto;
        height: 196px
    }
    .ItemsLayout .flex-box li.small .img-cover img {
        width: auto;
        height: 100%
    }
    .ItemsLayout {
        margin-bottom: 100px
    }
    .ItemsLayout .flex-box li {
        display: block;
    }
    .ItemsLayout .flex-box li .text-box .title {
        font-size: 1.5rem;
    }
}    
@media screen and (max-width: 767px) {
    .ItemsLayout .flex-box {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
        gap: 24px 0;
    }
    .ItemsLayout .flex-box li {
        padding: 28px;
        display: grid;
        align-items: center;
        justify-content: space-between;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 8px;
    }
    .ItemsLayout {
        margin-bottom: 50px;
    }
    .ItemsLayout .flex-box li .text-box .title {
        font-size: 1rem;
    }
}
.ItemsLayout .container {
    padding: 0 1rem;
}
.ItemsLayout .flex-box li {
    border: solid 1px #c19421;
    background-color: #fff
}
.ItemsLayout .flex-box li .img-cover .no-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    aspect-ratio: 3/2;
    min-height: 120px;
    background-color: #f6f6f6;
    border: 2px dashed #bfbfbf;
    border-radius: 4px
}
.ItemsLayout .flex-box li .img-cover .no-image-placeholder span {
    color: #bfbfbf;
    font-size: 1rem;
    font-weight: 500
}
.ItemsLayout .flex-box li .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.ItemsLayout .flex-box li .text-box .title {
    font-weight: 700;
    color: #000;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 8px
}
.ItemsLayout .flex-box li .text-box .description {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5em;
}

/* サポート */
@media screen and (min-width: 1280px) {
    .MessageSection .flex-box {
        gap: 72px;
        margin: 0 auto 80px;
    }
}
@media screen and (max-width: 1279px) {
    .MessageSection .flex-box {
        width: 80%;
        flex-direction: column;
        align-items: center;
        gap: 60px;
        width: 100%;
        margin: 0 auto 40px;
    }
}
@media screen and (min-width: 768px) {
    .MessageSection .description-box p span {
        font-size: 1rem;
    }
    .MessageSection .flex-box .text-box .sub-message {
        font-size: 1.5rem;
    }
    .MessageSection .flex-box .text-box .main-message span {
        font-size: 2rem;
        line-height: 2em;
    }
}
@media screen and (max-width: 767px) {
    .MessageSection .flex-box .img-cover {
        width: 100%;
        max-width: 100%
    }
    .MessageSection .flex-box .text-box {
        max-width: 100%
    }
    .MessageSection .description-box p span {
        font-size: 1rem;
        letter-spacing: .01rem;
    }
    .MessageSection .flex-box .text-box .sub-message {
        font-size: 1rem;
    }
    .MessageSection .flex-box .text-box .main-message span {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}
.MessageSection-cover {
    overflow: hidden
}
.MessageSection .flex-box {
    position: relative;
    display: flex;
    justify-content: center;
}
.MessageSection .flex-box .img-cover {
    width: 100%;
    max-width: 488px;
    aspect-ratio: 490/368;
    overflow: hidden;
    position: relative
}
.MessageSection .flex-box .text-box {
    position: relative;
    width: 100%;
    max-width: 628px;
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    line-height: 2em
}
.MessageSection .flex-box .text-box .main-message {
    margin-bottom: 32px
}
.MessageSection .flex-box .text-box .main-message span {
    display: block;
    font-weight: 700;
    color: #000;
}
.MessageSection .flex-box .text-box .main-message strong {
    font-weight: 700;
    color: #c19421
}
.MessageSection .flex-box .text-box .sub-message {
    font-weight: 700;
    color: #100169;
    line-height: 1.5em
}
.MessageSection .description-box p {
    margin-bottom: 20px
}
.MessageSection .description-box p span {
    display: block;
    font-weight: 500;
    color: #000;
    line-height: 2em
}
.MessageSection .description-box p span:not(:last-child) {
    margin-bottom: 40px
}
.MessageSection .description-box small {
    width: 100%;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 2em;
    text-align: right
}

/* トップページ */
@media screen and (min-width: 1800px) {
    body.front-page .top_fv .fv_catch_bg {
        max-width: 1360px;
        width: 59.3%;
    }
}
@media screen and (min-width: 1280px) and (max-width:1799px){
    body.front-page .top_fv .fv_catch_bg {
        max-width: 1100px;
        width: 75%;
    }
}
@media screen and (min-width: 1280px) {
    body.front-page .top_fv {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        overflow: hidden;
        padding-top: 144px;
        height: 100vh;
        max-height: 936px;
        min-height: 650px;
    }
    body.front-page .top_fv .container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: url(../images/bg.webp) repeat center center/200px 200px;
        opacity: .8
    }
    body.front-page .top_fv::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: -1;
        width: 100vw;
        height: 100%;
        background: url(../images/fv_bg.png) repeat center center/cover;
        pointer-events: none
    }
    body.front-page .top_fv .fv_catch_bg {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 3;
        transform: translateY(-50%);
    }
    body.front-page .top_fv .container {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: initial;
        height: 100%;
        padding: 0
    }
    body.front-page .top_fv .fv-img-cover_1 {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: auto;
        position: absolute;
        z-index: 3;
        max-width: initial;
        height: 100%;
        max-height: initial;
    }
    body.front-page .top_fv .fv-img-cover_1 img {
        height: 100%;
        width: auto;
    }
    .fv_slider.slick-slider,
    .fv_slider.slick-slider .slick-list,
    .fv_slider.slick-slider .slick-list .slick-track,
    .slide_iamge.slick-slide {
        height: 100%;
    }
    .fv_slider.slick-slider img {
        height: 100%;
        object-fit: contain;
        text-align: right;
        margin: 0 0 0 auto;
        object-position: right;
    }
    body.front-page .top_fv .target_ctn_box {
        position: absolute;
        right: 3.75%;
        bottom: 7.2%;
        z-index: 5;
        width: inherit;
        margin: 0 0 0 auto;
        text-align: right;
    }
    body.front-page .top_fv .target_ctn_box p {
        display: inline-block;
        max-width: 267px;
        width: 13.9%;
        height: auto;
        margin-right: 15px;
    }
    body.front-page .top_fv .target_ctn_box p:last-child {
        margin-right: 0;
    }
    body.front-page .top_fv .target_ctn_box p img {
        width: 100%;
        height: auto;
    }
    body.front-page .top_fv [class*=fv-item-img-cover_] {
        width: 240px;
        height: 240px;
    }
    body.front-page .top_fv [class*=fv-item-img-cover_] {
        width: 200px;
        height: 200px
    }
    body.front-page .top_fv [class*=fv-item-img-cover_] {
        width: 100px;
        height: 100px
    }
    .fv_bg_cover p.first img {
        width: 230px;
        position: absolute;
        bottom: 40px;
        left: 13px;
        z-index: 0;
    }
    .fv_bg_cover p.second img {
        width: 230px;
        position: absolute;
        top: 0;
        left: 46%;
        z-index: 1;
    }
    .fv_bg_cover p.third.sp {
        display: none;
    }
}
@media screen and (max-width: 1279px) {
    body.front-page .top_fv {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: auto;
        overflow: hidden;
        padding-top: 47px;
        height: 100vh;
    }
    body.front-page .top_fv::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: -1;
        width: 100vw;
        height: 100%;
        background: url(../images/fv_bg_sp.png);
        pointer-events: none;
        background-position: left top;
        background-size: cover;
        pointer-events: none
    }
    body.front-page .top_fv .fv_catch_bg {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        z-index: 3;
    }
    body.front-page .top_fv .container {
        height: 100%;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    body.front-page .top_fv .fv-img-cover_1 {
        width: calc(100% - 50px);
        margin: -10px auto;
        z-index: 3;
        position: relative;
    }
    .fv_slider.slick-slider,
    .fv_slider.slick-slider .slick-list,
    .fv_slider.slick-slider .slick-list .slick-track,
    .slide_iamge.slick-slide {
        width: 100%;
    }
    .fv_slider.slick-slider img {
        height: 100%;
        object-fit: cover;
    }
    body.front-page .top_fv .target_ctn_box {
        position: absolute;
        left: 20px;
        bottom: 16px;
        z-index: 5;
        width: inherit;
        margin: 0 auto 0 0;
        text-align: left;
    }
    body.front-page .top_fv .target_ctn_box p {
        display: inline-block;
        width: 116px;
        height: auto;
        margin-right: 6px;
    }
    body.front-page .top_fv .target_ctn_box p:last-child {
        margin-right: 0;
    }
    body.front-page .top_fv .target_ctn_box p img {
        width: 100%;
        height: auto;
    }
     .fv_bg_cover p.first img,
     .fv_bg_cover p.second img {
        display: none;
    }   
    .fv_bg_cover p.third.sp {
        width: 180px;
        position: absolute;
        bottom: 20px;
        z-index: 1;
        right: -20px;
    }
}
@media screen and (max-width: 767px) {
    body.front-page .top_fv [class*=fv-item-img-cover_] {
        width: 180px;
        height: 180px
    }
    body.front-page .top_fv .fv-item-img-cover_1, body.front-page .top_fv .fv-item-img-cover_2, body.front-page .top_fv .fv-item-img-cover_3 {
        left: 2%
    }
    body.front-page .top_fv .fv-item-img-cover_1, body.front-page .top_fv .fv-item-img-cover_2, body.front-page .top_fv .fv-item-img-cover_3 {
        left: 5%
    }
    body.front-page .top_fv .fv-item-img-cover_4, body.front-page .top_fv .fv-item-img-cover_5, body.front-page .top_fv .fv-item-img-cover_6 {
        right: 2%
    }
    body.front-page .top_fv .fv-item-img-cover_4, body.front-page .top_fv .fv-item-img-cover_5, body.front-page .top_fv .fv-item-img-cover_6 {
        right: 5%
    }
    body.front-page .top_fv .fv-item-img-cover_1, body.front-page .top_fv .fv-item-img-cover_4 {
        top: initial;
        bottom: 30%
    }
    body.front-page .top_fv .fv-item-img-cover_1, body.front-page .top_fv .fv-item-img-cover_4 {
        bottom: 28%
    }
    body.front-page .top_fv .fv-item-img-cover_2, body.front-page .top_fv .fv-item-img-cover_5 {
        top: initial;
        bottom: 15%;
        transform: translateY(0)
    }
     body.front-page .top_fv .fv-item-img-cover_2, body.front-page .top_fv .fv-item-img-cover_5 {
        bottom: 14%
    }
    body.front-page .top_fv .fv-item-img-cover_3, body.front-page .top_fv .fv-item-img-cover_6 {
        bottom: 1%
    }
}
.fv_slider.slick-slider {
    position: relative;
    z-index: 2;
}
body.front-page .top_fv [class*=fv-item-img-cover_] {
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 300px;
    z-index: 50;
    border-radius: 9999px;
    overflow: hidden
}
body.front-page .top_fv [class*=fv-item-img-cover_]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fdfcfd;
    opacity: .2
}
body.front-page .top_fv [class*=fv-item-img-cover_] img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
body.front-page .top_fv .fv-item-img-cover_1, body.front-page .top_fv .fv-item-img-cover_2, body.front-page .top_fv .fv-item-img-cover_3 {
    left: 0
}
body.front-page .top_fv .fv-item-img-cover_4, body.front-page .top_fv .fv-item-img-cover_5, body.front-page .top_fv .fv-item-img-cover_6 {
    right: 0
}
body.front-page .top_fv .fv-item-img-cover_1, body.front-page .top_fv .fv-item-img-cover_4 {
    top: -5%
}
body.front-page .top_fv .fv-item-img-cover_2, body.front-page .top_fv .fv-item-img-cover_5 {
    top: 50%;
    transform: translateY(-50%)
}
body.front-page .top_fv .fv-item-img-cover_3, body.front-page .top_fv .fv-item-img-cover_6 {
    bottom: 0%
}

/* TOP fv slide */
@media screen and (min-width: 1280px) {
    .fv_slide_section {
        right: 22%;
        width: 55.7%;
        height: 100%;
    }
    .fv_slide_section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 32px;
        position: absolute;
        top: 0;
        z-index: 1;
    }
}
@media screen and (max-width: 1279px) {
    .fv_slide_section {
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }
    .fv_slide_section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 8px;
        position: relative;
        z-index: 1;
        left: 0%;
    }
    .fv_slide_section .slide {
        left: -80%;
        position: relative;
    }
}
.fv_slide_section .slide {
  transform: rotate(10deg);
}
.fv_slider_left .slide_iamge,
.fv_slider_rtl .slide_iamge {
  margin: 8px 0;
}
.fv_slider_left {
  transform: rotate(180deg)!important;
}
.fv_slider_left .slick-slide img {
  transform: rotate(180deg)!important;
}
.fv_slider_left .slick-list,
.fv_slider_rtl .slick-list {
  overflow: visible;
}
.fv_slider_left,
.fv_slider_rtl,
.fv_slider_left .slide_iamge,
.fv_slider_rtl .slide_iamge {
    width: 100%;
}

/* TOP ニュース */
@media screen and (min-width: 1280px) {
    body.front-page .top_main {
        padding-top: 132px;
        padding-bottom: 122px;
    }
    body.front-page .top_main .container .bg-item-cover_1 {
        top: -72px;
        right: -312px
    }
    body.front-page .top_main .container .bg-item-cover_2 {
        top: 14%;
        left: -312px;
    }
    body.front-page .top_main .container .bg-item-cover_3 {
        bottom: 60px;
        right: -130px;
    }
}
@media screen and (max-width: 1279px) {
    body.front-page .top_news .bg-item-cover {
        display: none;
    }
    body.front-page .top_main {
        padding-top: 66px;
        padding-bottom: 60px;
    }
    body.front-page .top_main .container .bg-item-cover_1 {
        top: -50px;
        right: -100px;
    }
    body.front-page .top_main .container .bg-item-cover_2 {
        top: 400px;
        left: -50px;
    }
    body.front-page .top_main .container .bg-item-cover_3 {
        bottom: -70px;
        right: -20px;
    }
    body.front-page .top_main .carousel-cover [class*=item-cover_] .WpPostList {
        height: 220px
    }
    body.front-page .top_main .carousel-cover .post-item .content .title {
        font-size: 1rem;
    }
    body.front-page .top_main .carousel-cover .post-item .content .title {
        height: 4em
    }
}
@media screen and (min-width: 768px) {
    body.front-page .top_main h2 {
        font-size: 3rem;
        margin-bottom: 48px;
    }
    body.front-page .top_main .description {
        text-align: center;
        font-size: 1.25rem;
    }
    body.front-page .top_about .top_about_bg {
        background-size: 50%, 50%;
    }
    body.front-page .top_about h2.about_title {
        font-size: 8rem;
        margin: 0 auto 40px;
    }
    body.front-page .top_news {
        padding-top: 40px;
        padding-bottom: 172px;
    }
    body.front-page .top_news h2 {
        font-size: 2rem;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 767px) {
    body.front-page .top_news {
        padding-bottom: 40px;
        padding-top: 20px;
    }
    body.front-page .top_news .detail-button-cover .PrimaryButton {
        margin: 0 auto
    }
    body.front-page .top_main h2 {
        font-size: 1.5rem;
        margin-bottom: 45px;
    }
    body.front-page .top_main .description {
        font-size: 1rem;
        text-align: left;
    }
    body.front-page .top_main .carousel-cover [class*=item-cover_] .WpPostList {
        height: 200px
    }
    /*
    body.front-page .top_about {
        background-size: 100%, 100%;
    }
        */
    body.front-page .top_about .top_about_bg {
       background-size: 100%, 100%;
    }
    body.front-page .top_about h2.about_title {
        font-size: 2.5rem;
        margin: 0 auto 40px;
    }
    body.front-page .top_news h2 {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }
}
body.front-page .top_news {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
body.front-page .top_news h2 {
    font-weight: 700;
    color: #100169;
}
body.front-page .top_news .WpPostList,
.blog_slider {
    margin-bottom: 72px
}
body.front-page .top_news .post-list-empty-message {
    position: absolute
}
body.front-page .top_news .post-list-empty-message.is-visible {
    position: relative
}
body.front-page .top_news .detail-button-cover .PrimaryButton {
    background: #100169;
    margin-left: auto
}
body.front-page .top_news .detail-button-cover .PrimaryButton:hover {
    background: #c19421;
    border: solid 1px #c19421
}
body.front-page .top_news .detail-button-cover .PrimaryButton .button-text {
    color: #fdfcfd
}
body.front-page .top_news .detail-button-cover .PrimaryButton svg {
    fill: #fdfcfd
}
body.front-page .top_news .bg-item-cover {
    position: absolute;
    bottom: 104px;
    left: 68px;
    width: 100%;
    max-width: 452px;
    opacity: .19
}
body.front-page .top_news .PrimaryButton {
    border-color: #100169
}
body.front-page .top_news .PrimaryButton:hover {
    border-color: #c19421
}
body.front-page .top_main {
    position: relative;
    overflow: hidden;
    background-color: #FFF7E6;
}
body.front-page .top_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.webp) repeat center center/200px 200px
}
body.front-page .top_main .container {
    max-width: 1440px;
    position: relative;
    z-index: 5;
    /*margin-bottom: 172px */
}
body.front-page .top_main .container [class*=bg-item-cover_] {
    position: absolute;
    width: 100%;
    z-index: -1;
    max-width: 484px;
    opacity: .5
}
body.front-page .top_main h2 {
    font-weight: 700;
    line-height: 1.5em;
    color: #000;
    text-align: center;
    position: relative;
    letter-spacing: 0.24rem;
}
body.front-page .top_main h2 .accent_1 {
    color: #100169
}
body.front-page .top_main h2 .accent_2 {
    color: #C19421;
}
body.front-page .top_main .description {
    font-weight: 700;
    color: #000;
    line-height: 2em;
    margin: 0 auto 120px;
    position: relative;
}
body.front-page .top_main .carousel-cover {
    position: relative;
    z-index: 250;
    display: flex;
    flex-direction: column;
    gap: 44px;
    overflow: hidden
}
body.front-page .top_main .carousel-cover:hover [class*=item-cover_] .WpPostList {
    animation-play-state: paused
}
body.front-page .top_main .carousel-cover [class*=item-cover_] {
    display: flex;
    align-items: center;
    column-gap: 28px
}
body.front-page .top_main .carousel-cover [class*=item-cover_] .WpPostList {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 28px;
    height: 292px;
    margin: 0
}
body.front-page .top_main .carousel-cover .item-cover_1 .WpPostList {
    animation: slide-left-to-right 60s linear infinite
}
body.front-page .top_main .carousel-cover .item-cover_2 .WpPostList {
    animation: slide-right-to-left 60s linear infinite
}
body.front-page .top_main .carousel-cover .post-item {
    width: 352px;
    height: 100%;
    border: solid 2px #c19421;
    min-height: initial;
    transform: translateY(0)
}
body.front-page .top_main .carousel-cover .post-item .post-item-link {
    padding: 20px 24px;
    background-color: #fdfcfd
}
body.front-page .top_main .carousel-cover .post-item .post-item-link:hover .image img {
    transform: scale(1.03)
}
body.front-page .top_main .carousel-cover .post-item .image {
    aspect-ratio: 300/186;
    margin-bottom: 16px
}
body.front-page .top_main .carousel-cover .post-item .content {
    display: grid;
    place-items: center;
    height: 2.5em;
    padding: 0
}
body.front-page .top_main .carousel-cover .post-item .content .meta {
    display: none
}
body.front-page .top_main .carousel-cover .post-item .content .title {
    position: relative;
    width: 90%;
    height: fit-content;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.25em;
    color: #000;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
body.front-page .top_main .carousel-cover .post-item .content .title::before {
    display: none
}
body.front-page .top_main .carousel-cover .post-item.post-hidden {
    width: 352px;
    position: relative;
    opacity: 1;
    pointer-events: auto
}
body.front-page .top_main .detail-button-cover {
    display: grid;
    place-items: center;
    margin-top: 80px;
    margin-bottom: 152px
}
body.front-page .top_main .detail-button-cover .PrimaryButton {
    background-color: #100169;
    border-color: #100169;
    margin: 0 auto
}
body.front-page .top_main .detail-button-cover .PrimaryButton:hover {
    background-color: #c19421;
    border-color: #c19421
}
body.front-page .top_main .detail-button-cover .PrimaryButton .button-text {
    color: #fdfcfd
}
body.front-page .top_main .detail-button-cover .PrimaryButton svg {
    fill: #fdfcfd
}

/* TOP about */
@media screen and (min-width: 768px) {
    body.front-page .top_about [class*=bg-item-cover_] {
        position: absolute;
        width: auto;
        z-index: 0
    }
    body.front-page .top_about .bg-item-cover_1 {
        top: 150px;
        right: -400px;
        height: 200px;
    }
    body.front-page .top_about .bg-item-cover_2 {
        bottom: 30px;
        left: -400px;
        height: 200px;
    }
    body.front-page .top_about h2.about_title:before {
        content: "";
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
        width: 79px;
        height: 84px;
        background: url(../images/icon_search.png) no-repeat;
        background-size: contain;
    }
    .assessment_box {
        border-left: 2px solid #C19421;
        border-right: 2px solid #C19421;
        border-bottom: 2px solid #C19421;
        background: #fff;
        padding: 62px 53px;
        margin: 0 auto 80px;
    }
    .assessment_box ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
        gap: 0 70px;
    }
    body.front-page .top_about .description {
        margin-bottom: 104px;
        text-align: center;
        font-size: 1.25rem;
    }
    .assessment_box .description_boxes {
        margin: 45px auto 0;
        padding: 28px 40px 16px;
        text-align: center;
        width: 90%;
    }
    body.front-page .top_about h2.about_title .eng {
        margin: 20px auto 0;
    }
    .tab_container ul.tab_menu li {
        padding: 28px 28px 60px;
        font-size: 1.5rem;
        line-height: 1;
    }
    .tab_container ul.tab_menu li.selected:after {
        bottom: 34px;
    }
    .tab_container ul.tab_menu {
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    body.front-page .top_about {
        padding-top: 0;
        padding-bottom: 86px;
    }
    body.front-page .top_about [class*=bg-item-cover_] {
        position: absolute;
        z-index: 0
    }
    body.front-page .top_about .bg-item-cover_1 {
        top: 50px;
        right: 0;
        width: 100px;
        height: auto;
    }
    body.front-page .top_about .bg-item-cover_2 {
        bottom: -55px;
        left: 0;
        width: 100px;
    }
    body.front-page .top_about h2.about_title:before {
        content: "";
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
        width: 39.5px;
        height: 42px;
        background: url(../images/icon_search.png) no-repeat;
        background-size: contain;
    }
    .assessment_box {
        border: 2px solid #C19421;
        background: #fff;
        padding: 15px 10px;
        margin: 0 auto 40px;
    }
    .assessment_box ul {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
        gap: 20px;
    }
    .assessment_box ul li {
        width: 150px;
        margin: 0 auto;
        text-align: center;
    }
    body.front-page .top_about .description {
        margin-bottom: 52px;
    }
    .assessment_box .description_boxes {
        margin: 30px auto 0;
        width: 100%;
    }
    .assessment_box .description_boxes p {
        padding: 16px 8px;
    }
    body.front-page .top_about h2 {
        font-size: 1.5rem
    }
    body.front-page .top_about .description {
        font-size: 1rem;
    }
    body.front-page .top_about h2.about_title .eng {
        margin: 10px auto 0;
    }
    .tab_container ul.tab_menu li {
        padding: 16px 8px 30px;
        font-size: 1rem;
        line-height: 1.3;
    }
    .tab_container ul.tab_menu li.selected:after {
        bottom: 12px;
    }
    .tab_container ul.tab_menu {
        align-items: stretch;
    }
}
body.front-page .top_about {
    position: relative;
    background-color: #fff7e6;
    background-image: url("../images/bg_1.png");
    background-repeat: repeat;
    /*
    padding-top: 184px;
    padding-bottom: 525px;
    overflow: hidden;
    background-image: url("../images/about_bg_1.png"), url("../images/about_bg_2.png");
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    */
}
body.front-page .top_about .top_about_bg {
    position: relative;
    padding-top: 184px;
    padding-bottom: 525px;
    overflow: hidden;
    background-image: url("../images/about_bg_1.png"), url("../images/about_bg_2.png");
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
}
body.front-page .top_about h2.about_title {
    position: relative;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.64rem;
    color: #100169;
    text-align: center;
}
body.front-page .top_about h2.about_title .black {
    color: #000;
    line-height: 100%;
}
body.front-page .top_about h2.about_title .eng {
    display: block;
    color: #C19421;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.12rem;
}
.tab_container ul.tab_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    border-left: 2px solid #C19421;
    border-top: 2px solid #C19421;
    border-right: 2px solid #C19421;
}
.tab_container ul.tab_menu li {
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    font-weight: 700;
    letter-spacing: 0.12rem;
    color: #C19421;
}
.tab_container ul.tab_menu li {
    border-right: 2px solid #C19421;
    background-color: #fff;
}
.tab_container ul.tab_menu li:last-child {
    border-right: none;
}
.tab_container ul.tab_menu li.selected {
    color: #fff;
    background-color: #C19421;
    position: relative;
}
.tab_container ul.tab_menu li.selected:after {
    content: "";
    background-image: url("../images/icon_btn_link_bottom.png");
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.tab_container ul.tab_menu li:not(.selected):hover {
    opacity: .7;
}
.tab_container .tab_content {
    display: none;
}
.tab_container .tab_content.selected {
    display: block;
}
.assessment_box .description_boxes {
    background-color: #fff7e6;
}
.assessment_box .description_boxes p {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 2;
    background-color: #fff7e6;
}
body.front-page .top_about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.webp) repeat center center/200px 200px
}
body.front-page .top_about .container {
    position: relative;
    z-index: 10
}
body.front-page .top_about [class*=bg-item-cover_] svg path {
    stroke: #c19421
}
body.front-page .top_about .description {
    font-weight: 700;
    line-height: 2em;
}
body.front-page .top_about .PrimaryButton,
.PrimaryButton.gold {
    border-color: #c19421;
    margin: 0 auto
}
body.front-page .top_about .PrimaryButton:hover,
.PrimaryButton.gold:hover {
    background: #c19421;
    border: solid 1px #c19421
}
body.front-page .top_about .PrimaryButton:hover .button-text,
.PrimaryButton.gold:hover .button-text {
    color: #fdfcfd
}
body.front-page .top_about .PrimaryButton:hover svg,
.PrimaryButton.gold:hover svg {
    fill: #fdfcfd
}
body.front-page .top_about .PrimaryButton .button-text,
.PrimaryButton.gold .button-text {
    color: #c19421
}
body.front-page .top_about .PrimaryButton svg,
.PrimaryButton.gold svg {
    fill: #c19421
}

/* TOP 選ばれる理由 */
@media screen and (min-width: 1280px) {
    body.front-page .top_reason .text-box h3 {
        position: relative;
        width: fit-content;
        font-size: 8rem;
        font-weight: 700;
        line-height: 1em;
        padding-bottom: 48px;
        margin-bottom: 60px;
        text-align: center;
        line-height: 1;
        margin-top: 100px;
        padding-top: 100px;
        letter-spacing: 0.64rem;
    }
    body.front-page .top_reason .text-box h3.reason_title:after {
        content: "REASON";
        font-size: 12.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 16px;
        color: #fff;
        opacity: .2;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        letter-spacing: 1rem;
    }
    body.front-page .top_reason .cards-list:after {
        content: "";
        position: absolute;
        bottom: -80px;
        right: -85px;
        z-index: 0;
        width: 250px;
        height: 250px;
        background: url(../images/icon_5.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    body.front-page .top_reason .question-box ul.question-list li {
        width: calc(25% - 16px*3);
        height: 160px;
        font-size: 1.25rem;
    }
    body.front-page .top_reason .cards-list {
        margin: -120px auto 72px;
    }
    body.front-page .top_reason .cards-list .card {
        width: 31.25%;
    }
    body.front-page .top_reason .cta-box-wrapper,
    .cta-box-wrapper {
        width: fit-content;
    }
    body.front-page .top_reason .cta-box-wrapper .box-item-cover,
    .cta-box-wrapper .box-item-cover {
        position: absolute;
        top: -44px;
        right: 0;
        z-index: 6;
        width: 212px
    }
}
@media screen and (min-width:768px) and (max-width: 1279px) {
    body.front-page .top_reason .cta-box-wrapper,
    .cta-box-wrapper {
        width: auto;
    }
    body.front-page .top_reason .cta-box-wrapper .box-item-cover,
    .cta-box-wrapper .box-item-cover {
        position: absolute;
        top: -65px;
        right: 0;
        z-index: 6;
        width: 180px;
    }
}
@media screen and (max-width: 1279px) {
    body.front-page .top_reason .question-box {
        width: calc(100vw - 1rem*2)
    }
    body.front-page .top_reason .question-box {
        padding-right: 1rem;
        padding-left: 1rem
    }
    body.front-page .top_reason .question-box ul.question-list li {
        font-size: .875rem;
        line-height: 1.5em
    }
    body.front-page .top_reason .question-box ul.question-list li {
        width: 80%;
        margin: 0 auto;
        height: 88px
    }
    body.front-page .top_reason .question-box ul.question-list li {
        width: 100%
    }
    body.front-page .top_reason .question-box ul.question-list li br {
        display: none
    }
    body.front-page .top_reason .text-box .bg-cover {
        height: 776px
    }
    body.front-page .top_reason .text-box .bg-cover img {
        height: 100%
    }
    body.front-page .top_reason .text-box .bg-cover {
        height: 100%;
        transform: translateY(-60%) translateX(-50%)
    }
    body.front-page .top_reason .text-box h3 {
        position: relative;
        width: fit-content;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1em;
        padding-bottom: 48px;
        margin-bottom: 60px;
        text-align: center;
        line-height: 1.25em;
        margin-top: 70px;
        padding-top: 20px;
    }
    body.front-page .top_reason .text-box h3.reason_title:after {
        content: "REASON";
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 16px;
        color: #fff;
        opacity: .2;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    body.front-page .top_reason .cards-list:after {
        content: "";
        position: absolute;
        bottom: -40px;
        right: -10px;
        z-index: 0;
        width: 100px;
        height: 100px;
        background: url(../images/icon_5.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    body.front-page .top_reason .text-box h4 {
        font-size: 2rem
    }
    body.front-page .top_reason .cards-list {
        width: 60%;
        flex-direction: column;
        gap: 56px
    }
    body.front-page .top_reason .cards-list {
        width: 100%;
        margin-top: -170px
    }
    body.front-page .top_reason .cards-list .card {
        width: 100%
    }
    body.front-page .top_reason .cards-list article {
        padding-bottom: 56px
    }
    body.front-page .top_reason .cards-list article .numbering span {
        transform: translateX(-50%) translateY(-60%)
    }
}
@media screen and (min-width: 768px) {
    body.front-page .top_reason .question-box ul.question-list li {
        padding: 16px;
    }
    body.front-page .top_reason .text-box p {
        text-align: center;
        font-size: 1.25rem;
    }
    body.front-page .top_reason .text-box {
        padding: 100px 0 232px;
    }
    body.front-page .top_reason .detail-button-cover {
        margin-bottom: 152px
    }
    body.front-page .top_reason .question-box h2 strong {
        font-size: 2rem;
    }
}
@media screen and (max-width: 767px) {
    body.front-page .top_reason .cta-box-wrapper .box-item-cover,
    .cta-box-wrapper .box-item-cover {
        position: absolute;
        top: -40px;
        right: 0;
        z-index: 6;
        width: 120px;
    }
    body.front-page .top_reason .cta-box-wrapper,
    .cta-box-wrapper {
        width: initial;
    }
    body.front-page .top_reason .question-box {
        top: 148px;
    }
    body.front-page .top_reason .question-box h2 strong {
        font-size: 1.5rem
    }
    body.front-page .top_reason .question-box ul.question-list {
        flex-direction: column;
        align-items: center
    }
    body.front-page .top_reason .question-box ul.question-list li {
        padding: 16px 4px;
    }
    body.front-page .top_reason .text-box {
        padding-top: 140px;
        margin-top: 100px;
        padding-bottom: 200px;
    }
    body.front-page .top_reason .text-box p {
        padding: 0 1rem;
        font-size: 1rem;
        letter-spacing: 0.02rem;
    }
    body.front-page .top_reason .cards-list article p {
        padding: 0 16px
    }
    body.front-page .top_reason .detail-button-cover {
        margin-bottom: 76px;
        margin-top: 60px;
    }
}
body.front-page .top_reason .text-box h3.reason_title:after {
    font-family: "Noto Sans JP", sans-serif;
}
body.front-page .top_reason {
    position: relative;
    background-color: #fff;
    background-image: url("../images/kaitoridaikichi_bg_image_2.png");
    background-position: bottom 10% center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
body.front-page .top_reason::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.webp) repeat center center/200px 200px
}
body.front-page .top_reason .container {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: initial;
    margin: 0 auto
}
body.front-page .top_reason .detail-button-cover .PrimaryButton {
    background-color: #100169;
    border-color: #100169;
    margin: 0 auto
}
body.front-page .top_reason .detail-button-cover .PrimaryButton:hover {
    background-color: #c19421;
    border-color: #c19421
}
body.front-page .top_reason .detail-button-cover .PrimaryButton .button-text {
    color: #fdfcfd
}
body.front-page .top_reason .detail-button-cover .PrimaryButton svg {
    fill: #fdfcfd
}
body.front-page .top_reason .cta-box-wrapper,
.cta-box-wrapper {
    position: relative;
    margin: 0 auto
}
body.front-page .top_reason .cta-box-wrapper .CtaBox,
.cta-box-wrapper .box-item-cover .CtaBox {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -200px
}
body.front-page .top_reason .question-box {
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
    width: 100%;
    max-width: 1440px;
    background-color: #fdfcfd;
    padding: 52px 16px
}
body.front-page .top_reason .question-box::before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    display: block;
    border-left: 36px solid rgba(0, 0, 0, 0);
    border-right: 36px solid rgba(0, 0, 0, 0);
    border-top: 48px solid #fdfcfd
}
body.front-page .top_reason .question-box h2 {
    color: #000
}
body.front-page .top_reason .question-box h2 span {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px
}
body.front-page .top_reason .question-box h2 strong {
    display: block;
    font-weight: 700;
    text-align: center;
    margin-bottom: 44px
}
body.front-page .top_reason .question-box ul.question-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px
}
body.front-page .top_reason .question-box ul.question-list li {
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #fdfcfd;
    text-align: center;
    line-height: 2em;
    background-color: #100169;
}
body.front-page .top_reason .text-box {
    position: relative;
    overflow: hidden;
    margin-right: calc(-1*1rem);
    margin-left: calc(-1*1rem)
}
body.front-page .top_reason .text-box .bg-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
body.front-page .top_reason .text-box .bg-cover img {
    height: 100%;
    object-fit: cover;
}
body.front-page .top_reason .text-box h3, body.front-page .top_reason .text-box h4, body.front-page .top_reason .text-box p {
    width: fit-content;
    margin: 0 auto;
    color: #fdfcfd
}
body.front-page .top_reason .text-box h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 44px);
    height: 4px;
    background-color: #fdfcfd
}
body.front-page .top_reason .text-box h4 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 32px
}
body.front-page .top_reason .text-box p {
    font-weight: 500;
    line-height: 2em;
    margin: 50px auto 0;
}
body.front-page .top_reason .cards-list {
    display: flex;
    justify-content: space-between;
    gap: 2.91%;
    max-width: 1440px;
    position: relative;
}
body.front-page .top_reason .cards-list .card {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body.front-page .top_reason .cards-list article {
    position: relative;
    background-color: #fdfcfd;
    overflow: hidden;
    padding: 76px 0;
    height: 100%
}
body.front-page .top_reason .cards-list article .numbering {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 132px;
    height: 132px;
    border-radius: 9999px;
    background-color: #100169
}
body.front-page .top_reason .cards-list article .numbering span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    display: block;
    width: fit-content;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1em;
    color: #fdfcfd
}
body.front-page .top_reason .cards-list article h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 28px;
    min-height: 4.5rem;
}
body.front-page .top_reason .cards-list article h5 strong {
    font-weight: 700;
    color: #c19421
}
body.front-page .top_reason .cards-list article .card-img {
    margin-bottom: 32px
}
body.front-page .top_reason .cards-list article p {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2em;
    color: #000;
    padding: 0 24px
}
body.front-page .top_reason .cards-list article p small {
    position: absolute;
    bottom: -12px;
    left: 1rem;
    transform: translateY(100%);
    font-weight: 500;
    color: #000
}

/* TOP アイテム */
@media screen and (min-width: 1400px) {
    body.front-page .top_cta_box .contents-box {
        padding: 104px 0 104px;
    }
}
@media screen and (min-width: 1280px) and (max-width:1399px) {
    body.front-page .top_cta_box .contents-box {
        padding: 104px 0 104px 1rem;
    }
}
@media screen and (min-width: 1280px) {
    body.front-page .top_items h2.item_title:before {
        content: "";
        position: absolute;
        top: -120px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
        width: 83px;
        height: 85px;
        background: url(../images/icon_item.png) no-repeat;
        background-size: contain;
    }
    body.front-page .top_cta_box > .container {
        position: relative;
        padding: 0 170px 0 0;
        margin: 87px auto 0;
        z-index: 1;
        max-width: calc(1270px + 1rem*2);
    }
    body.front-page .top_cta_box > .container:after {
        content: "";
        position: absolute;
        bottom: -80px;
        right: -85px;
        z-index: 0;
        width: 250px;
        height: 250px;
        background: url("../images/icon_5.png");
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -2;
    }
    body.front-page .top_items {
        padding-top: 400px;
    }
}
@media screen and (max-width: 1279px) {
    body.front-page .top_reason .cards-list article p small {
        bottom: -4px
    }
    body.front-page .top_items h2.item_title:before {
        content: "";
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
        width: 41.5px;
        height: 42.5px;
        background: url(../images/icon_item.png) no-repeat;
        background-size: contain;
    }
    body.front-page .top_items {
        padding-top: 320px
    }
    body.front-page .top_cta_box > .container {
        position: relative;
        padding: 0 1rem;
        margin: 87px auto 0;
        z-index: 1;
    }
    body.front-page .top_cta_box > .container:after {
        content: "";
        position: absolute;
        bottom: -40px;
        right: -10px;
        z-index: 0;
        width: 100px;
        height: 100px;
        background: url("../images/icon_5.png");
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -2;
    }
    body.front-page .top_cta_box .container {
        margin-right: auto;
        margin-left: auto
    }
    body.front-page .top_cta_box .contents-box {
        padding-top: 60px
    }
    body.front-page .top_cta_box .contents-box {
        padding-right: 1rem;
        padding-left: 0;
        padding-bottom: 1rem;
    }
     body.front-page .top_cta_box .contents-box:before {
        right: initial;
        left: 50%;
        transform: translateY(-50%) translateX(-50%)
    }
    body.front-page .top_cta_box .contents-box .flex-box {
        width: 80%;
        flex-direction: column;
        align-items: center;
        gap: 30px;
         margin: 0 auto 40px;
    }
    body.front-page .top_cta_box .contents-box .flex-box {
        width: 100%
    }
}
@media screen and (min-width:768px) {
    body.front-page .top_items h2.item_title {
        font-size: 8rem;
    }
    body.front-page .top_items h2.item_title .subtitle {
        font-size: 2.25rem;
    }
    body.front-page .top_items {
        padding-bottom: 176px;
    }
    body.front-page .top_items h2+.description {
        text-align: center;
        font-size: 1.25rem;
        margin: 0 auto 100px;
    }
    body.front-page .top_cta_box {
        padding-top: 172px;
        padding-bottom: 184px;
    }
    body.front-page .top_cta_box .contents-box .flex-box .text-box .main-message {
        margin-bottom: 32px
    }
    body.front-page .top_cta_box .contents-box .flex-box .text-box .main-message span {
        font-size: 2rem;
        line-height: 2em;
    }
    body.front-page .top_cta_box .contents-box .flex-box .text-box .sub-message {
        font-size: 1.5rem;
    }
    body.front-page .top_cta_box .contents-box:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) translateX(172px);
        z-index: -1;
        width: 100vw;
        height: 100%;
        background: #fdfcfd
    }
}
@media screen and (max-width:767px) {
    body.front-page .top_items h2.item_title {
        font-size: 2.5rem;
    }
    body.front-page .top_items h2.item_title .subtitle {
        font-size: 1.5rem;
    }
    body.front-page .top_items {
        padding-bottom: 88px;
    }
    body.front-page .top_items h2+.description {
        font-size: 1.125rem;
        text-align: center;
        margin: 0 auto 50px;
    }
    body.front-page .top_cta_box {
        padding-top: 86px;
        padding-bottom: 92px;
    }
    body.front-page .top_cta_box [class*=decoration-text-cover_] svg {
        width: auto;
        height: 100px
    }
    body.front-page .top_cta_box .contents-box .flex-box .img-cover {
        width: 100%;
        max-width: 100%
    }
    body.front-page .top_cta_box .contents-box .flex-box .img-cover.pc {
        display: none
    }
    body.front-page .top_cta_box .contents-box .flex-box .img-cover.sp {
        display: block
    }
     body.front-page .top_cta_box .contents-box .flex-box .text-box {
        max-width: 100%
    }
    body.front-page .top_cta_box .contents-box .flex-box .text-box .main-message {
        margin-bottom: 20px
    }
    body.front-page .top_cta_box .contents-box .flex-box .text-box .main-message span {
        font-size: 1.5rem;
        line-height: 1.5em
    }
    body.front-page .top_cta_box .contents-box .flex-box .text-box .sub-message {
        font-size: 1.25rem
    }
    body.front-page .top_cta_box .contents-box .description-box p span {
        letter-spacing: .01rem;
    }
    body.front-page .top_cta_box .contents-box .item-cover.pc {
        display: none
    }
}
body.front-page .top_items {
    position: relative;
    z-index: 2;
    background-color: #100169
}
body.front-page .top_items h2.item_title {
    position: relative;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.64rem;
    margin: 0 auto 40px;
     color: #fff;
}
body.front-page .top_items h2.item_title .subtitle {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.18rem;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.18rem;
}
body.front-page .top_items h2.item_title .eng {
    display: block;
    color: #C19421;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.12rem;
    margin: 20px auto 0;
}
body.front-page .top_items h2.item_title span.white {
    line-height: 1;
}
body.front-page .top_items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../images/bg.png) repeat;
    background-size: auto;
}
body.front-page .top_items h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1em;
    color: #fdfcfd;
    text-align: center;
    margin-bottom: 28px
}
body.front-page .top_items h2+.description {
    font-weight: 500;
    line-height: 2em;
    color: #fdfcfd;
}
body.front-page .top_items .PrimaryButton {
    margin: 0 auto;
    border-color: #100169
}
body.front-page .top_items .PrimaryButton:hover {
    border-color: #c19421
}
body.front-page .top_items .PrimaryButton:hover .button-text {
    color: #c19421
}
body.front-page .top_items .PrimaryButton:hover svg {
    fill: #c19421
}
body.front-page .top_items .PrimaryButton .button-text {
    color: #100169
}
body.front-page .top_items .PrimaryButton svg {
    fill: #100169
}
body.front-page .top_cta_box {
    background-image: url("../images/top_cta_box_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-position: left top;
    overflow: hidden;
}
body.front-page .top_cta_box .container.cta {
    position: relative;
    z-index: 100;
    width: 100%;
    max-width: calc(1919px + 2 * 1rem);
    margin: 0 auto;
}
body.front-page .top_cta_box > .container:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
}
body.front-page .top_cta_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.webp) repeat center center/200px 200px
}
body.front-page .top_cta_box [class*=decoration-text-cover_] {
    position: absolute;
    z-index: 0
}
body.front-page .top_cta_box .decoration-text-cover_1 {
    top: 20px
}
body.front-page .top_cta_box .decoration-text-cover_1 path {
    fill: #fdfcfd
}
body.front-page .top_cta_box .decoration-text-cover_2 {
    top: 236px;
    z-index: 100
}
body.front-page .top_cta_box .decoration-text-cover_2 path {
    fill: #bfbfbf
}
body.front-page .top_cta_box .contents-box {
    position: relative;
    background-color: #fdfcfd;
}
body.front-page .top_cta_box .contents-box .flex-box {
    display: flex;
    justify-content: center;
    gap: 72px;
    margin: 0 auto 80px;
}
body.front-page .top_cta_box .contents-box .flex-box .img-cover {
    width: 100%;
    max-width: 488px;
    aspect-ratio: 490/368;
    overflow: hidden
}
body.front-page .top_cta_box .contents-box .flex-box .img-cover.sp {
    display: none
}
body.front-page .top_cta_box .contents-box .flex-box .text-box {
    position: relative;
    width: 100%;
    max-width: 628px;
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    line-height: 2em
}
body.front-page .top_cta_box .contents-box .flex-box .text-box .main-message span {
    display: block;
    font-weight: 700;
    color: #000;
}
body.front-page .top_cta_box .contents-box .flex-box .text-box .sub-message {
    font-weight: 700;
    color: #100169;
    letter-spacing: 0.12rem;
    line-height: 1.8em;
}
body.front-page .top_cta_box .contents-box .description-box p {
    margin-bottom: 20px
}
body.front-page .top_cta_box .contents-box .description-box p span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 2em
}
body.front-page .top_cta_box .contents-box .description-box p span:not(:last-child) {
    margin-bottom: 40px
}
body.front-page .top_cta_box .contents-box .description-box small {
    width: 100%;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 2em;
    text-align: right
}
body.front-page .top_cta_box .contents-box .item-cover.pc {
    position: absolute;
    bottom: -112px;
    right: 0;
    transform: translateX(calc(172px + 112px));
    z-index: -10
}

/* TOP　整理 */
@media screen and (min-width: 768px) {
    .seiri_section .container {
        padding: 104px 0 65px;
    }
    .seiri_section h2 {
        font-size: 4rem;
        margin: 0 auto 46px;
    }
    .seiri_section h2 span.box {
        font-size: 4rem;
        padding: 0 14px;
    }
    .seiri_section h2 span.small {
        font-size: 1.5rem;
    }
    .seiri_section .seiri_section_bg_1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: auto;
        height: 100%;
    }
    .seiri_section .seiri_section_bg_2 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        width: auto;
        height: 100%;
    }
    .seiri_section p {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .seiri_section .container {
        padding: 52px 16px 32.5px;
    }
    .seiri_section h2 {
        font-size: 1.7rem;
        margin: 0 auto 23px;
    }
     .seiri_section h2 span.box {
        font-size: 1.7rem;
        padding: 0 7px;
    }
    .seiri_section h2 span.small {
        font-size: 1.125rem;
    }
    .seiri_bg_image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        width: 100%;
    }
    .seiri_section p {
        text-align: left;
    }
}
.seiri_section {
    position: relative;
}
.seiri_section .seiri_section_bg_1 img,
.seiri_section .seiri_section_bg_2 img {
    height: 100%;
    object-fit: cover;
}
.seiri_section .container {
    position: relative;
    background-color: #fff;
}
.seiri_section h2 {
    font-weight: 700;
    letter-spacing: 0.4rem;
    text-align: center;
}
.seiri_section h2 span.small {
    letter-spacing: 0.15rem;
    display: block;
    margin-bottom: 17px;
}
.seiri_section h2 span.box {
    border: 2px solid #100169;
    font-weight: 700;
    letter-spacing: 0.4rem;
    display: inline-block;
    margin-right: 7px;
    color: #100169;
}
.seiri_section h2 span.medium {
    font-weight: 600;
}
.seiri_section p {
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08rem;
    margin-bottom: 16px;
}
.seiri_section p:last-child {
    margin-bottom: 0;
}

/* TOP　お客様の声 */
@media screen and (min-width:768px) {
    .review_section .container {
        position: relative;
        z-index: 1;
        padding: 173px 0 100px;
    }
    .review_section {
        background-image: url("../images/review_bg.png"), url(../images/review_bg_2.png);;
        background-repeat: repeat, no-repeat;
        background-size: auto auto, 100% auto;
        background-position:  center center, bottom center;
        position: relative;
    }
    .review_section h2 {
        font-size: 4rem;
    }
    .review_section h2 span.notoserif {
        font-size: 4rem;
    }
    .review_section h2::before {
        content: "";
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../images/icon_review_title.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 157px;
        height: 58px;
    }
    .embedsocial-hashtag {
        position: relative;
        margin: 0 auto 40px;
    }
    .review_section p {
        text-align: center;
    }
}
@media screen and (max-width:767px) {
    .review_section .container {
        position: relative;
        z-index: 1;
        padding: 86.5px 16px 50px;
    }
    .review_section {
        background-image: url("../images/review_bg.png"), url(../images/review_bg_2.png);;
        background-repeat: repeat, no-repeat;
        background-size: auto auto, 100% auto;
        background-position: center center, bottom center;
        position: relative;
    }
    .review_section h2 {
        font-size: 2.5rem;
    }
    .review_section h2 span.notoserif {
        font-size: 2.5rem;
    }
    .review_section h2::before {
        content: "";
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../images/icon_review_title.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: calc(157px / 2);
        height: calc(58px / 2);
    }
    .embedsocial-hashtag {
        position: relative;
        margin: 0 auto;
    }
    .review_section p {
        text-align: left;
    }
}
div#es-widget-header-container-template {
    display: none!important;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.review_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #C19421;
}
.review_section h2 {
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.32rem;
    text-align: center;
    position: relative;
    margin: 0 auto 44px;
}
.review_section h2 span.notoserif {
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.32rem;
}
.review_section h2 span.eng {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.08rem;
    display: block;
    margin-top: 20px;
}
.review_section .es-widget-header-container-template {
    display: none!important;
    margin: 0;
}
.review_section p {
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08rem;
    margin: 0 auto 40px;
    color: #fff;
}

/* TOP 会社 */
@media screen and (min-width:1400px) {
    body.front-page .top_company .flex-box {
        position: relative;
        display: grid;
        grid-template-columns: .6fr 1fr;
        gap: 0;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (min-width:768px) and (max-width: 1399px) {
    body.front-page .top_company .flex-box {
        position: relative;
        display: grid;
        grid-template-columns: .9fr 1fr;
        gap: 0;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (min-width:1280px) {
    body.front-page .top_company .right-box.sp {
        display: none
    }
    body.front-page .top_company .flex-box .left-box .PrimaryTitle:before {
        display: block;
        content: "";
        width: 98px;
        height: 85px;
        background-image: url("../images/icon_shop.png");
        background-size: contain;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 40px;
    }
    body.front-page .top_company .flex-box .left-box .PrimaryTitle .main {
        font-size: 8rem;
        margin: 0 auto 30px;
    }
    body.front-page .top_company .flex-box .left-box { 
        padding: 94px 0;
    }
}
@media screen and (max-width: 1279px) {
    body.front-page .top_company .right-box {
        width: 100%;
        height: 200px
    }
    body.front-page .top_company .flex-box {
        justify-content: center;
        align-items: center
    }
    body.front-page .top_company .flex-box .left-box {
        width: 100%;
        height: initial;
        max-width: initial;
        background-color: #fdfcfd;
        padding: 20px 0;
    }
    body.front-page .top_company .flex-box .left-box .PrimaryTitle:before {
        display: block;
        content: "";
        width: 49px;
        height: 42.5px;
        background-image: url("../images/icon_shop.png");
        background-size: contain;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 20px;
    }
    body.front-page .top_company .flex-box .left-box .arrow {
        width: 48px;
    }
     body.front-page .top_company .flex-box .right-box {
        display: none
    }
    body.front-page .top_company .flex-box .directions-section-cover .DirectionsSection .flex-box {
        justify-content: start;
        align-items: start
    }
}
@media screen and (min-width:768px) and (max-width:1279px) {
    body.front-page .top_company .flex-box {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    body.front-page .top_company .flex-box .left-box .PrimaryTitle .main {
        font-size: 5rem;
        margin: 0 auto 30px;
    }
}
@media screen and (min-width:768px) {
    body.front-page .top_company .flex-box .left-box .PrimaryTitle .sub {
        font-size: 2.25rem;
    }
    body.front-page .top_company .flex-box .left-box .PrimaryTitle {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 767px) {
    body.front-page .top_company .flex-box .left-box .PrimaryTitle .main {
        font-size: 2.5rem;
        margin: 0 auto 15px;
    }
    body.front-page .top_company .flex-box .left-box .PrimaryTitle .sub {
        font-size: 1rem;
    }
    body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container h4, body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container p, body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container ul {
        width: 100%
    }
    body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container p {
        font-size: 1rem;
    }
    body.front-page .top_company .flex-box {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    body.front-page .top_company .flex-box .left-box .PrimaryTitle {
        margin-bottom: 20px;
    }
}
body.front-page .top_company {
    background-color: #fff;
}
body.front-page .top_company .right-box img {
    transition: all .25s ease-in;
    width: 100%;
    height: auto;
    object-position: left top;
}
body.front-page .top_company .flex-box:hover .left-box .arrow {
    border-color: #c19421
}
body.front-page .top_company .flex-box:hover .left-box .arrow .ArrowItem {
    fill: #c19421
}
body.front-page .top_company .flex-box:hover .left-box .PrimaryTitle .main {
    color: #c19421
}
body.front-page .top_company .flex-box:hover .left-box .PrimaryTitle .sub {
    color: #100169;
    font-size: 2.25rem;
    letter-spacing: 0.18rem;
}
body.front-page .top_company .flex-box:hover .right-box img {
    transform-origin: center center;
    transform: scale(1.03)
}
body.front-page .top_company .flex-box .left-box { 
    text-align: center;
}
body.front-page .top_company .flex-box .left-box .PrimaryTitle .main {
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.64rem;
    color: #000;
    transition: all .25s ease-in;
}
body.front-page .top_company .flex-box .left-box .PrimaryTitle .main .gold {
    color: #c19421;
}
body.front-page .top_company .flex-box .left-box .PrimaryTitle .sub {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #100169;
    font-weight: 500;
    letter-spacing: 0.18rem;
    line-height: 1;
}
body.front-page .top_company .flex-box .left-box .arrow {
    display: grid;
    place-items: center;
    width: 48px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 9999px;
    border: solid 1px #100169;
    transition: all .25s ease-in;
    margin: 0 auto;
}
body.front-page .top_company .flex-box .left-box .arrow .ArrowItem {
    width: 12px;
    fill: #100169;
    transition: all .25s ease-in
}
body.front-page .top_company .flex-box .right-box {
    overflow: hidden;
    height: 100%;
}
body.front-page .top_company .flex-box .right-box img {
    transition: all .25s ease-in;
    height: 100%
}
body.front-page .top_company .ParkingInfo-section-cover {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #100169;
    padding-bottom: 152px
}
body.front-page .top_company .ParkingInfo-section-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../images/bg.png) repeat;
    background-size: auto;
    z-index: -1
}
body.front-page .top_company .ParkingInfo-section-cover .UnderLineTitle {
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}
body.front-page .top_company .ParkingInfo-section-cover .UnderLineTitle .under-line-title-text {
    color: #fdfcfd
}
body.front-page .top_company .ParkingInfo-section-cover .UnderLineTitle .under-line {
    background-color: #c19421
}
body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container {
    padding-top: 60px
}
body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container h4, body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container p, body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container ul {
    width: 80%;
    margin: 0 auto;
    font-weight: 700;
    color: #fdfcfd;
    line-height: 1.5em
}
body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container h4 {
    font-size: 2rem;
    margin-bottom: 28px
}
body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container p {
    font-size: 1.25rem;
    margin-bottom: 16px
}
body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container ul {
    font-size: 1.25rem
}
body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container ul li {
    display: flex;
    align-items: center;
    gap: 4px
}
body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container ul li:not(:last-child) {
    margin-bottom: 16px
}
body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container ul li .number {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1em;
    border-radius: 9999px;
    border: solid 1px #fdfcfd
}
body.front-page .top_company .ParkingInfo-section-cover .ParkingInfo+.container ul li .text {
    display: block;
    width: fit-content
}

/* TOP FAQ */
@media screen and (min-width:1280px) {
    body.front-page .top_faq h2 .eng {
        color: #C19421;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.12rem;
        display: block;
        margin: 20px auto 0;
    }
    body.front-page .top_faq h2:before {
        content: "";
        background-image: url("../images/faq_title.png");
        background-size: contain;
        width: 232px;
        height: 350px;
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    body.front-page .top_faq .bg-item-cover_1 {
        top: 350px;
        right: -70px;
        opacity: 1;
    }
    body.front-page .top_faq .bg-item-cover_2 {
        top: 750px;
        left: -70px;
        opacity: 1;
    }
    body.front-page .top_faq .bg-item-cover_3 {
        bottom: 450px;
        right: 20px;
        opacity: 1;
    }
}
@media screen and (max-width:1279px) {
    body.front-page .top_faq h2 .eng {
        color: #C19421;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.12rem;
        display: block;
        margin: 20px auto 0;
    }
    body.front-page .top_faq h2:before {
        content: "";
        background-image: url("../images/faq_title.png");
        background-size: contain;
        width: 116px;
        height: 175px;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    body.front-page .top_faq .bg-item-cover_1 {
        top: 20px;
        right: -70px;
        opacity: 1;
    }
    body.front-page .top_faq .bg-item-cover_2 {
        top: 200px;
        left: -70px;
        opacity: 1;
    }
    body.front-page .top_faq .bg-item-cover_3 {
        bottom: 20px;
        right: -20px;
        opacity: 1;
    }
    body.front-page .bottom-section-cover .bg-item-cover {
        display: none
    }
}
@media screen and (min-width:768px) {
    body.front-page .top_faq {
        padding-top: 175px;
        padding-bottom: 175px;
    }
    body.front-page .top_faq h2 .main {
        font-size: 8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.64rem;
        color: #100169;
        margin: 0 auto;
    }
    body.front-page .top_faq h2 .subtitle {
        font-size: 2.25rem;
    }
    body.front-page .top_faq .accordion-box:not(:last-child) {
        margin-bottom: 116px
    }
    body.front-page .top_faq .container {
        padding-top: 100px;
    }
}
@media screen and (max-width:767px) {
    body.front-page .top_faq {
        padding-top: 84px;
        padding-bottom: 88px;
    }
    body.front-page .top_faq h2 .main {
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        color: #100169;
        margin: 0 auto;
    }
    body.front-page .top_faq h2 .subtitle {
        font-size: 1.5rem;
    }
    body.front-page .top_faq .accordion-box:not(:last-child) {
        margin-bottom: 58px;
    }
}
body.front-page .top_faq {
    position: relative;
    z-index: 1;
    background-color: #fff7e6;
    overflow: hidden;
}
body.front-page .top_faq .container .bg-item-cover_1 {
    top: -72px;
    right: -312px
}
body.front-page .top_faq .container .bg-item-cover_2 {
    top: 50%;
    left: -312px
}
body.front-page .top_faq .container .bg-item-cover_3 {
    bottom: 60px;
    right: -130px;
}
body.front-page .top_faq:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.webp) repeat center center/200px 200px
}
body.front-page .top_faq [class*=bg-item-cover_] {
    position: absolute;
    width: 100%;
    z-index: -1;
    max-width: 484px;
}
body.front-page .top_faq .container {
    position: relative;
    z-index: 10;
}
body.front-page .top_faq h2 {
    text-align: center;
    position: relative;
}
body.front-page .top_faq h2 .subtitle {
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18rem;
    margin: 0 auto 20px;
    display: block;
}
body.front-page .top_faq .accordion-box {
    display: block
}
body.front-page .top_faq .accordion-box .accordion-list {
    display: flex;
    flex-direction: column;
    gap: 28px
}
body.front-page .top_faq .accordion-box .accordion-list .accordion-item {
    background-color: #fdfcfd
}
body.front-page .top_faq .PrimaryButton {
    border-color: #c19421;
    margin: 0 auto
}
body.front-page .top_faq .PrimaryButton:hover {
    border-color: #100169
}
body.front-page .top_faq .PrimaryButton:hover .button-text {
    color: #100169
}
body.front-page .top_faq .PrimaryButton:hover .ArrowItem {
    fill: #100169
}
body.front-page .top_faq .PrimaryButton .button-text {
    color: #c19421
}
body.front-page .top_faq .PrimaryButton .ArrowItem {
    fill: #c19421
}
body.front-page .bottom-section-cover {
    position: relative;
    padding-top: 0;
    background-color: #fff;
}
body.front-page .bottom-section-cover .bg-item-cover {
    position: absolute;
    top: -100px;
    right: 80px;
    width: 100%;
    z-index: -1;
    max-width: 484px;
    opacity: .3
}

/* Aboutページ */
@media screen and (min-width: 1280px) {
    body.about .about_main .flex-box_2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin-bottom: 176px
    }
    body.about .about_main .flex-box_2 li.img-cover {
        width: 436px
    }
    body.about .about_main .flex-box .img-cover {
        margin-left: -240px;
    }
    body.about .about_main .flex-box {
        margin-bottom: 92px;
    }
}
@media screen and (max-width: 1279px) {
    body.about .about_main .flex-box {
        flex-direction: column;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 46px;
        width: 100%;
    }
    body.about .about_main .flex-box .img-cover {
        margin-left: 0
    }
    body.about .about_main .flex-box_2 {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin-bottom: 88px;
    }
    body.about .about_needs .note-list {
        width: 100%;
        padding-left: 1rem;
        transform: none;
        margin: 0 auto
    }
}
@media screen and (min-width:768px) {
    body.about .about_needs {
        padding-bottom: 140px;
    }
    body.items .item_lists {
        padding-bottom: 176px
    }
    body.about .about_main .container {
        max-width: calc(1440px + 2*1rem)
    }
    body.about .about_needs h3 {
        font-size: 2rem;
    }
    body.about .about_main .flex-box .text-box .title {
        font-size: 1.5rem;
    }
    body.about .about_needs .text_1 {
        font-size: 1.25rem;
        line-height: 2.5em;
        margin-bottom: 60px;
        text-align: center;
    }
}
@media screen and (max-width:767px) {
    body.about .about_needs {
        padding-bottom: 70px;
    }
    body.about .about_main .flex-box .text-box .description {
        letter-spacing: .01rem;
    }
    body.about .about_needs .FlexList {
        margin-bottom: 50px;
    }
    body.about .about_needs .FlexList li {
        height: 4em;
        word-break: break-all;
        padding-right: 12px;
        padding-left: 12px;
        text-align: center;
        width: 48%;
    }
    body.items .item_lists {
        padding-bottom: 88px;
    }
    body.about .about_needs .FlexList li {
        font-size: 1rem;
    }
    body.about .about_needs h3 {
        font-size: 1.25rem;
    }
    body.about .about_main .flex-box .text-box .title {
        font-size: 1.25rem;
    }
    body.about .about_needs .text_1 {
        margin-bottom: 30px;
        line-height: 1.8;
    }
}
body.about .under-line-title-text {
    margin: 0 auto;
    text-align: center
}
body.about .under-line-title-text .accent_1 {
    color: #c19421;
    font-weight: 700
}
body.about .under-line-title-text .accent_2 {
    color: #100169;
    font-weight: 700
}
body.about .under-line {
    background-color: #c19421;
    margin: 0 auto
}
body.about .about_main .flex-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
body.about .about_main .flex-box .img-cover {
    width: 100%;
    max-width: 956px;
}
body.about .about_main .flex-box .text-box {
    width: 100%;
    max-width: 672px
}
body.about .about_main .flex-box .text-box .title {
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin-bottom: 36px
}
body.about .about_main .flex-box .text-box .description {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 2em;
    margin-bottom: 2rem;
}
body.about .about_reason .ZigzagLayout li:nth-of-type(3n) .list-text-box {
    position: relative
}
body.about .about_needs h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}
body.about .about_needs .text_1 {
    font-weight: 700;
    color: #000;
}
body.about .about_needs .note-list {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 2em;
    list-style-type: disc;
    padding-left: 20px;
    opacity: .6
}
body.about .reviews-section-cover {
    background-color: #100169;
    margin-bottom: 216px
}
body.about .reviews-section-cover .PrimaryButton {
    margin: 0 auto
}
body.about .reviews-section-cover .ReviewsSection {
    z-index: 0
}
body.about .reviews-section-cover .ReviewsSection::before {
    z-index: -1
}

/* ITEMsページ */
@media screen and (min-width: 768px) {
    body.items .old_items {
        padding: 104px 0 176px;
        margin-bottom: 200px;
    }
    body.items .old_items .description {
        text-align: center;
    }
    body.items .old_items .cards-box li .card-content {
        padding: 28px;
        padding-top: 36px
    }
    body.items .item_lists .container .points-list {
        padding: 60px 1rem;
    }
    body.items .item_lists .container .points-list ul li {
        font-size: 1.25rem;
    }
    body.items .item_lists .items-layout-wrapper {
        margin-bottom: 100px
    }
    body.items .old_items .title {
        font-size: 3rem;
        line-height: 1em;
    }
    body.items .old_items .cards-box li {
        width: 48.7%;
    }
    body.items .old_items .cards-box li .card-content .card-title {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    body.items .item_lists .container .points-list ul li {
        font-size: 1rem;
    }
    body.items .old_items {
        padding: 52px 0 88px;
        margin-bottom: 100px;
    }
    body.items .old_items .title {
        font-size: 1.875rem;
        line-height: 1.5;
    }
    body.items .old_items .description br.pc {
        display: none
    }
    body.items .old_items .cards-box {
        width: 80%;
        margin: 0 auto
    }
    body.items .old_items .cards-box {
        width: 100%
    }
     body.items .old_items .cards-box li {
        width: 100%
    }
    body.items .old_items .cards-box li .card-content {
        padding: 16px;
    }
    body.items .item_lists .container .points-list {
        padding: 30px 1rem;
    }
    body.items .item_lists .items-layout-wrapper {
        margin-bottom: 50px
    }
    body.items .old_items .cards-box li .card-content .card-title {
        font-size: 1.25rem;
    }
}
body.items {
    position: relative
}
body.items .item_lists .container .points-list {
    display: grid;
    place-items: center;
    background-color: #fff7e6;
}
body.items .item_lists .container .points-list ul {
    display: block;
    width: fit-content
}
body.items .item_lists .container .points-list ul li {
    font-weight: 500;
    color: #000;
    line-height: 2em
}
body.items .old_items {
    position: relative;
    z-index: 2;
    background-color: #100169;
    overflow: hidden;
}
body.items .old_items:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../images/bg.png) repeat;
    background-size: auto;
}
body.items .old_items .title {
    font-weight: 700;
    color: #fdfcfd;
    margin-bottom: 48px;
    text-align: center
}
body.items .old_items .description {
    font-size: 1rem;
    font-weight: 500;
    color: #fdfcfd;
    line-height: 2em;
    margin-bottom: 96px;
}
body.items .old_items .cards-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px;
    column-gap: 2.6%
}
body.items .old_items .cards-box li {
    background-color: #fdfcfd
}
body.items .old_items .cards-box li .img-cover {
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: hidden
}
body.items .old_items .cards-box li .card-content .card-title {
    font-weight: 700;
    color: #000;
    line-height: 1em;
    margin-bottom: 16px
}
body.items .old_items .cards-box li .card-content ul.text-list li {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 2em
}

/* 記事 */
@media screen and (max-width: 1279px) {
    .post-type-archive-achievement .Navigator {
        width: 90%;
        justify-content: center;
        margin: 0 auto;
    }
    .post-type-archive-achievement .Navigator {
        all: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translate3d(0, 100%, 0);
        width: auto;
        height: fit-content;
        background-color: #f6f6f6;
        z-index: 9999999;
        padding: 60px 1rem 56px;
        transition: all .25s ease-in;
    }
    .post-type-archive-achievement .Navigator.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }
    .post-type-archive-achievement .Navigator li {
        width: 48%;
    }
    .post-type-archive-achievement .Navigator li {
        all: unset;
        width: fit-content;
        height: fit-content;
        border: solid 2px #100169;
        border-radius: 5px;
        background-color: #fdfcfd;
        overflow: hidden;
    }
    .news-content.detail .post-content {
        padding-bottom: 56px;
        margin-bottom: 56px;
    }
}
@media screen and (min-width: 768px) {
    body.contact .contact_content,
    section.contact {
        scroll-margin-top: 200px;
        padding-bottom: 176px
    }
}
@media screen and (max-width: 767px) {
    .news-content .filter-list {
        flex-direction: column;
        gap: .5rem
    }
    .news-content .filter-list li {
        width: 100%;
        max-width: 400px
    }
    .news-content .news-list {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }
    .pagination button, .pagination-number {
        padding: .6rem .8rem;
        font-size: .95rem;
        min-width: 40px;
        min-height: 40px
    }
    .post-type-archive-achievement #fv-section .content-wrapper .title {
        margin-bottom: 16px;
    }
    .post-type-archive-achievement #fv-section .content-wrapper .sub-title {
        font-size: 64px
    }
    .post-type-archive-achievement .achievement-content #FilterTrigger {
        position: relative;
        z-index: 250;
        display: grid;
        place-items: center;
        width: fit-content;
        height: fit-content;
        background-color: #100169;
        border-radius: 5px;
        font-size: 1rem;
        font-weight: 700;
        color: #fdfcfd;
        line-height: 1em;
        padding: 12px 24px;
        cursor: pointer;
        margin-left: auto
    }
    .post-type-archive-achievement .achievement-content #FilterTrigger .FilterIcon {
        width: 100%;
        height: 100%;
        fill: #fdfcfd
    }
    .post-type-archive-achievement .Navigator li a {
        all: unset;
        display: grid;
        place-items: center;
        width: fit-content;
        height: 100%;
        padding: 20px;
        transition: all .25s ease-in;
        cursor: pointer
    }
    .post-type-archive-achievement .Navigator li a:hover {
        background-color: #100169
    }
    .post-type-archive-achievement .Navigator li a:hover .flex-box span {
        all: unset;
        color: #fdfcfd
    }
    .post-type-archive-achievement .Navigator li a .flex-box span {
        all: unset;
        font-weight: 500;
        color: #100169;
        transition: all .25s ease-in
    }
    .post-type-archive-achievement .Navigator li a .flex-box {
        all: unset
    }
    .post-type-archive-achievement .Navigator li a .flex-box span {
        all: unset
    }
    .post-type-archive-achievement .Navigator li a .flex-box span:last-child {
        display: none
    }
    body.contact .contact_content .notes,
    section.contact .notes {
        margin-bottom: 76px
    }
    .news-content.detail .post-content {
        padding-bottom: 28px;
        margin-bottom: 28px;
    }
    body.contact .contact_content,
    section.contact {
        scroll-margin-top: 100px;
        padding-bottom: 60px;
    }
}
.news-content, .achievement-content {
    scroll-margin-top: 200px;
    margin-bottom: 200px;
    min-height: 500px
}
.news-content .wrapper, .achievement-content .wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box
}
.news-content .post-list-empty-message, .achievement-content .post-list-empty-message {
    position: absolute
}
.news-content .post-list-empty-message.is-visible, .achievement-content .post-list-empty-message.is-visible {
    position: relative
}
.news-content .news-list .news-item .content .title, .achievement-content .news-list .news-item .content .title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #000;
    line-height: 1.5em
}
.news-content .news-list .news-item .content .article, .achievement-content .news-list .news-item .content .article {
    font-size: .95rem;
    color: #bfbfbf;
    line-height: 1.5em;
    margin: 0
}
.news-content .news-list .no-posts, .achievement-content .news-list .no-posts {
    min-height: 60dvh;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 3rem;
    font-size: 1.125rem;
    color: #bfbfbf;
    list-style: none;
    margin: 0 auto
}
[class*=pagination-] {
    background-color: rgba(0, 0, 0, 0)
}
[class*=pagination-].pagination-nav-hidden {
    display: none
}
.pagination-container {
    width: fit-content;
    margin: 3rem auto 0;
    display: flex;
    justify-content: center
}
.pagination {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem
}
.pagination .pagination-first, .pagination .pagination-last {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: .3em;
    color: #000
}
.pagination .pagination-first {
    left: -32px
}
.pagination .pagination-last {
    right: -32px
}
.pagination-numbers {
    display: flex;
    gap: .5rem
}
.pagination-numbers .pagination-number {
    padding: .5rem;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    transition: all .25s ease-in;
    min-width: 24px;
    min-height: 24px;
    cursor: pointer
}
.pagination-numbers .pagination-number.current {
    color: #c19421;
    font-weight: 700;
    cursor: not-allowed
}
.pagination-numbers .pagination-number:hover {
    transform: scale(1.05)
}
.pagination-numbers .pagination-number.active {
    color: #ff0001;
    cursor: not-allowed
}
.news-content.detail .meta {
    margin-bottom: 20px
}
.news-content.detail .post-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
    line-height: 1em;
    letter-spacing: .08em
}
.news-content.detail .featured-image {
    aspect-ratio: 1100/630;
    overflow: hidden;
    margin-bottom: 80px;
    background-color: #bfbfbf
}
.news-content.detail .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.news-content.detail .featured-image.no-image {
    display: grid;
    place-items: center;
    aspect-ratio: 1100/618;
    background-color: #c1c1c1
}
.news-content.detail .no-image-placeholder {
    width: fit-content;
    font-size: 40px;
    color: #fdfcfd;
    font-weight: 700;
    letter-spacing: .08em
}
.news-content.detail .post-content {
    font-size: 1rem;
    color: #000;
    line-height: 2em;
    letter-spacing: .08em;
    min-height: 320px;
    border-bottom: 2px solid #000
}
.news-content.detail .post-content :is(h2, h3, h4, h5, h6) {
    margin-bottom: 32px;
    letter-spacing: .08em
}
.news-content.detail .post-content p {
    font-weight: 500;
    letter-spacing: .08em
}
.news-content.detail .post-content p:not(:last-child) {
    margin-bottom: 20px
}
.news-content.detail .post-content h2 {
    font-weight: 700
}
.news-content.detail .post-content :is(h3, h4, h5, h6) {
    font-weight: 600
}
.news-content.detail .nav-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px
}
.news-content.detail .nav-container .nav-title {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}
.news-content.detail .back-to-list {
    position: relative;
    z-index: 10;
    width: 352px;
    height: 92px;
    border: solid 2px #100169;
    background-color: #100169;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: all .25s ease-in
}
.news-content.detail .back-to-list:hover {
    background-color: #fdfcfd
}
.news-content.detail .back-to-list:hover a {
    color: #100169
}
.news-content.detail .back-to-list a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #fdfcfd;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-align: center;
    box-sizing: border-box;
    transition: all .25s ease-in
}
.news-content.detail .nav-link:not(.disabled) {
    cursor: pointer
}
.news-content.detail .nav-link:not(.disabled):hover .nav-label {
    color: #100169
}
.news-content.detail .nav-link.disabled {
    user-select: none;
    pointer-events: none;
    opacity: 0
}
.news-content.detail .nav-label {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: #000;
    transition: all .25s ease-in
}
header#masthead {
    transition: all .25s ease-in
}
header#masthead:has(.Navigator.is-open) {
    z-index: 0
}
.post-type-archive-achievement .category-badge:not(.no-category) {
    background-color: #100169
}
.post-type-archive-achievement .achievement-content {
    position: relative
}
.post-type-archive-achievement .achievement-content #FilterTrigger {
    display: none
}
.post-type-archive-achievement .Navigator {
    flex-wrap: wrap;
    height: inherit;
    flex-direction: row
}
.post-type-archive-achievement .Navigator li {
    height: 64px
}
.post-type-archive-achievement .Navigator li a {
    letter-spacing: .02em;
    font-feature-settings: "palt"
}
body.contact .contact_content .notes,
section.contact .notes {
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 76px
}
body.contact .contact_content .UnderLineTitle,
section.contact .UnderLineTitle {
    width: fit-content;
    margin-right: auto;
    margin-left: auto
}
body.contact .contact_content .UnderLineTitle .under-line,
section.contact .UnderLineTitle .under-line {
    background-color: #c19421
}

/* FAQページ */
@media screen and (max-width: 1279px) {
    body.faq .Navigator li {
        width: 70%
    }
    body.faq .Navigator li {
        width: 100%
    }
    body.faq .faq_content .accordion-box .UnderLineTitle {
        width: 100%
    }
    body.faq .faq_content .container {
        padding: 0;
    }
}
body.faq {
    position: relative;
    background: #fff7e6
}
body.faq:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}
body.faq main {
    position: relative;
    z-index: 10;
    background: url(../images/bg.webp) repeat center center/200px 200px
}
body.faq .Navigator li {
    width: 49%;
    max-width: none
}
body.faq #fv-section {
    position: relative
}
body.faq .faq_content {
    position: relative;
    z-index: 10;
    padding: 0 20px;
    padding-top: 0;
    padding-bottom: 176px
}
.faq_content h2.faq_category {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12rem;
    position: relative;
    margin-bottom: 54px;
}
.faq_content h2.faq_category:after {
    content: "";
    background-color: #000;
    width: 100px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
body.faq .faq_content .PrimaryTitle {
    margin-bottom: 100px
}
body.faq .faq_content .accordion-box {
    display: block
}
body.faq .faq_content .accordion-box:not(:last-child) {
    margin-bottom: 116px
}
body.faq .faq_content .accordion-box .accordion-list {
    display: flex;
    flex-direction: column;
    gap: 28px
}
body.faq .faq_content .accordion-box .accordion-list .accordion-item {
    background-color: #fdfcfd
}
body.faq .faq_content .accordion-box .UnderLineTitle {
    width: fit-content
}
body.faq .faq_content .accordion-box .UnderLineTitle .under-line {
    background-color: #000;
    margin: 0
}
body.faq .faq_content [id*=faq_] {
    scroll-margin-top: 200px
}

/* Flowページ 査定の流れ */
@media screen and (min-width: 1280px) {
    body.flow .StepList .step-list .cta-card__button {
        gap: 20px;
        width: initial;
        max-width: 480px;
        padding-right: 52px;
        padding-left: 52px;
    }
}
@media screen and (max-width: 1279px) {
    body.flow .StepList .step-list .cta-card__button {
        max-width: initial
    }
    body.flow .StepList .step-list .cta-card__button {
        max-width: 80%;
        margin: 0 auto
    }
    body.flow .StepList .step-list .cta-card__button {
        width: 100%;
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
        gap: 4px
    }
}
@media screen and (min-width: 768px) {
    body.flow .text_1 {
        text-align: center;
    }
    body.flow .StepList .flex-items {
        margin-bottom: 100px
    }
    body.flow .StepList .step-list {
        margin-bottom: 176px;
    }
    body.flow .StepList .step-list .cta-card__button.tel span.text {
        font-size: 2.25rem;
    }
    body.flow .StepList .step-list .cta-card__button span.text {
        font-size: 1.5rem;
    }
    body.flow .StepList .step-list .cta-card__button.mail svg {
        position: relative;
        width: 52px;
    }
    body.flow .TextBox {
        padding: 72px 16px;
        margin-bottom: 100px;
    }
    body.company main .MessageSection-cover {
        padding-bottom: 176px;
    }
    body.company main .PrimaryTitle {
        margin: 0 auto 100px;
    }
    body.flow .TextBox .text-cover ul.list li {
        font-size: 1.25rem;
    }
    body.flow h3 {
        font-size: 2rem;
    }
    body.flow .text_1 {
        font-size: 1.25rem;
    }
    body.flow .TextBox .text-cover h4 {
        font-size: 2rem;
        line-height: 1em;
        margin-bottom: 44px;
    }
    body.flow .StepList .step-list li {
        justify-content: space-between;
        padding: 44px 48px;
        padding-left: 92px;
    }
    body.flow .StepList .step-list li .contents {
        width: 604px
    }
    body.flow .StepList .step-list li .contents+.img-cover {
        display: grid;
        place-items: center;
        width: 316px;
        height: 316px
    }
    body.flow .StepList .step-list .cta-card__button:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10%;
        width: 16px;
        height: 12px;
        transform: translateY(-50%) rotate(90deg);
        background: url(../images/arrow_1-white.svg) no-repeat center center/contain
    }
    body.flow h3 {
        font-size: 2rem;
    }
    body.flow .UnderLineTitle {
        margin-bottom: 60px;
    }
    .UnderLineTitle {
        margin-bottom: 52px;
    }
    body.flow .StepList .flex-items {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    body.flow .StepList .flex-items li {
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: center;
        place-items: center;
        flex-direction: column;
        width: 316px;
        height: auto;
        aspect-ratio: 1/1;
        border-radius: 9999px;
        overflow: hidden
    }
    body.flow .StepList .flex-items li img {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    body.flow .StepList .flex-items::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100vw;
        height: 92px;
        background-color: #100169;
        z-index: -1
    }
    body.flow .StepList .step-list li .flex-img {
        display: flex;
        align-items: center;
        gap: 20px
    }
    body.flow .StepList .step-list li .flex-img .img-cover {
        width: 252px
    }
    body.flow .StepList .step-list li .flex-img .img-cover:has([src*=arrow]) {
        width: 16px;
        transform-origin: center;
        transform: rotate(90deg);
        margin: 0 auto;
        text-align: center;
        display: flex;
    }
    body.flow .StepList .step-list li .contents h4 {
        font-size: 1.5rem;
        margin-bottom: 32px;
        line-height: 1em
    }
    ul.insidelinks_list {
        position: relative;
        z-index: 5;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        gap: 12px 3%;
        width: 100%;
        height: 60px;
        margin: 0 auto 176px;
        width: 100%;
        max-width: calc(1100px + 1rem * 2);
        padding: 0 1rem 0;
    }
    ul.insidelinks_list li a {
        font-size: 1.25rem;
    }
    ul.insidelinks_list li {
        max-width: 344px;
    }
}
@media screen and (max-width: 767px) {
    body.flow h3 {
        line-height: 1.5;
        font-size: 1.25rem;
    }
    body.flow .text_1 {
        font-size: 1rem;
    }
    body.flow .StepList .flex-items {
        margin-bottom: 50px;
    }
    body.flow .StepList .flex-items li span {
        width: fit-content;
        padding-right: 12px;
        padding-left: 12px;
        font-size: 1rem;
    }
    body.flow .StepList .step-list {
        margin-bottom: 88px;
    }
    body.flow .StepList .step-list li {
        justify-content: center;
        padding: 100px 20px 32px
    }
    body.flow .StepList .step-list li .contents {
        width: 100%
    }
    body.flow .StepList .step-list li .contents h4 {
        line-height: 1.25em
    }
    body.flow .StepList .step-list li .contents+.img-cover {
        display: none
    }
    body.flow .StepList .step-list li .flex-img {
        justify-content: center
    }
    body.flow .StepList .step-list .cta-card__button:before {
        right: 5%;
        content: none;
    }
    body.flow .StepList .step-list .cta-card__button.tel svg {
        width: 32px;
    }
    body.flow .StepList .step-list .cta-card__button.tel span.text {
        font-size: 1.5rem;
    }
    body.flow .StepList .step-list .cta-card__button span.text {
        font-size: 1.25rem;
    }
    body.flow .StepList .step-list .cta-card__button.mail svg {
        position: relative;
        width: 28px;
    }
    body.flow .UnderLineTitle {
        margin-bottom: 30px;
    }
    .UnderLineTitle {
        margin-bottom: 26px;
    }
    body.flow .TextBox {
        padding: 36px 16px;
        margin-bottom: 50px;
    }
    body.flow .TextBox .text-cover h4 {
        margin-bottom: 22px;
    }
    body.company main .MessageSection-cover {
        padding-bottom: 88px;
    }
    body.flow .TextBox .text-cover ul.list li {
        font-size: .8rem;
    }
    body.company main .PrimaryTitle {
        margin: 0 auto 50px;
    }
    body.flow .TextBox .text-cover h4 {
        line-height: 1.5;
    }
    body.flow .StepList .flex-items {
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
    body.flow .StepList .flex-items li {
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: center;
        place-items: center;
        flex-direction: column;
        width: 200px;
        height: auto;
        aspect-ratio: 1/1;
        border-radius: 9999px;
        overflow: hidden
    }
    body.flow .StepList .flex-items li img {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    body.flow .StepList .flex-items::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100vw;
        height: 90%;
        background-color: #100169;
        z-index: -1
    }
    body.flow .StepList .step-list li .flex-img {
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 20px;
    }
    body.flow .StepList .step-list li .flex-img .img-cover {
        width: 252px;
        text-align: center;
        margin: 0 auto;
    }
    body.flow .StepList .step-list li .flex-img .img-cover:has([src*=arrow]) {
        width: 16px;
        transform-origin: center;
        transform: rotate(180deg);
        margin: 0 auto;
        text-align: center;
        display: flex;
    }
    body.flow .StepList .step-list li .contents h4 {
        font-size: 1.25rem;
        margin-bottom: 16px;
    }
    ul.insidelinks_list {
        position: relative;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 15px 0;
        width: 100%;
        height: 60px;
        margin: 0 auto 176px;
        width: 100%;
        max-width: calc(1100px + 1rem * 2);
        padding: 0 1rem 0;
    }
    ul.insidelinks_list li a {
        padding: 12px;
        font-size: 1rem;
    }
}
body.flow {
    position: relative;
    background: #fff7e6
}
body.flow main {
    position: relative;
    z-index: 10;
    background: url(../images/bg.webp) repeat center center/200px 200px
}
body.flow h3 {
    font-weight: 700;
    color: #000;
    margin-bottom: 32px;
    text-align: center;
}
body.flow .list-text-box h3 {
    text-align: left;
}
body.flow .text_1 {
    font-weight: 700;
    line-height: 2em;
    color: #000;
    margin-bottom: 60px;
}
body.flow .StepList .flex-items li span {
    position: relative;
    display: grid;
    place-items: center;
    width: 164px;
    height: 48px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fdfcfd;
    text-align: center;
    overflow: hidden
}
body.flow .StepList .flex-items li span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #100169;
    z-index: -1;
    opacity: .7
}
body.flow .StepList .step-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
body.flow .StepList .step-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    border: solid 3px #100169;
    background-color: #fdfcfd
}
body.flow .StepList .step-list li .numbering {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    background-color: #100169
}
body.flow .StepList .step-list li .numbering span {
    display: block;
    font-size: 1rem;
    text-align: center;
    color: #fdfcfd;
    margin-bottom: 4px;
    line-height: 1em
}
body.flow .StepList .step-list li .numbering span.number {
    font-size: 1.5rem;
    margin-bottom: 0
}
body.flow .StepList .step-list li .contents h4 {
    font-weight: 700;
    color: #000;
}
body.flow .StepList .step-list li .contents p {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 2em;
    margin-bottom: 32px
}
body.flow .StepList .step-list li .contents+.img-cover {
    position: relative;
}
body.flow .StepList .step-list li .contents+.img-cover span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: grid;
    place-items: center;
    width: 164px;
    height: 48px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fdfcfd;
    text-align: center;
    overflow: hidden
}
body.flow .StepList .step-list li .contents+.img-cover span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #100169;
    z-index: -1;
    opacity: .7
}
body.flow .StepList .step-list .cta-card__button {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-radius: 10px;
    background-color: #fdfcfd;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .07);
    transition: all .25s ease-in;
}
body.flow .StepList .step-list .cta-card__button span.text {
    position: absolute;
    left: 50%;
    transform: translateX(-45%);
    font-weight: 700;
    color: #fdfcfd;
    white-space: nowrap
}
body.flow .StepList .step-list .cta-card__button:hover {
    border: 2px solid #fdfcfd;
    color: #fdfcfd
}
body.flow .StepList .step-list .cta-card__button:hover span {
    color: #fdfcfd
}
body.flow .StepList .step-list .cta-card__button:hover svg.mail-icon path {
    fill: #fdfcfd
}
body.flow .StepList .step-list .cta-card__button.mail {
    background-color: #ff0001;
    border: solid 2px #ff0001;
    margin-bottom: 16px;
}
body.flow .StepList .step-list .cta-card__button.tel {
    background-color: #100169;
    border: solid 2px #100169;
    margin-bottom: 16px;
}
body.flow .StepList .step-list .cta-card__button.line {
    background-color: #06c755;
    border: solid 2px #06c755
}
body.flow .StepList .step-list .cta-card__button.line .img-cover {
    position: relative;
    width: 44px;
    min-width: 28px
}
body.flow .StepList .step-list .cta-card__button .MailIcon path {
    fill: #fdfcfd
}
body.flow .UnderLineTitle {
    display: grid;
    place-items: center;
    font-weight: normal
}
body.flow .UnderLineTitle .under-line {
    background-color: #c19421
}
body.flow .UnderLineTitle strong {
    font-weight: 700
}
body.flow .UnderLineTitle .accent_1 {
    color: #100169
}
body.flow .UnderLineTitle .accent_2 {
    color: #c19421
}
body.flow .TextBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fdfcfd;
}
body.flow .TextBox .text-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content
}
body.flow .TextBox .text-cover h4 {
    font-weight: 700;
    color: #100169;
}
body.flow .TextBox .text-cover ul.list {
    width: 100%;
    font-weight: 500;
    line-height: 2em;
    color: #000;
}
body.flow [class*=section_] {
    scroll-margin-top: 200px
}
#keepsakes .seiri_section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 100px;
}
ul.insidelinks_list li {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: center;
    transition: all .25s ease-in;
    background-color: #100169;
}
ul.insidelinks_list li a {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-weight: 500;
    color: #fdfcfd;
    line-height: 1em;
    transition: all .25s ease-in;
}
ul.insidelinks_list li a .flex-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: initial;
    height: 1.25em;
    overflow: hidden;
    margin-bottom: initial;
}
ul.insidelinks_list li a .flex-box:hover .flex-box span {
    transform: translate3d(0, -1.25em, 0);
}
ul.insidelinks_list li a .flex-box span {
    display: block;
    text-align: center;
    line-height: 1.25em;
    transition: all .25s ease-in;
}
ul.insidelinks_list li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 21px;
    width: 18px;
    height: 10.5px;
    transform: translateY(-50%);
    background: url(../images/icon_flow_bottom.png) no-repeat center / contain;
}
ul.insidelinks_list li a:hover {
    opacity: .7;
}

/* Companyページ */
@media screen and (min-width: 1280px) {
    body.company main .MessageSection-cover .PrimaryTitle {
        width: 80%;
    }
}
@media screen and (max-width: 1279px) {
    body.company main .MessageSection-cover .PrimaryTitle {
        margin-right: auto;
        margin-left: auto
    }
    body.company main .MessageSection-cover .PrimaryTitle {
        width: 100%
    }
    body.company main .company_information .container {
        padding-right: 20px;
        padding-left: 20px
    }
    body.company main .company_information .container {
        padding-bottom: 32px
    }
}
@media screen and (min-width: 768px) {
    body.company main .company_information {
        padding: 168px 0;
        scroll-margin-top: 200px;
    }
    body.company main .company_information .PrimaryTitle {
        margin: 0 auto 100px;
    }
    body.privacy .privacy_content {
        padding-bottom: 200px;
    }
    body.company main .company_access .container .PrimaryTitle {
        margin: 0 auto 100px;
    }
    body.company main .company_information .contents-wrapper li {
        gap: 140px;
        padding: 28px 16px;
    }
}
@media screen and (max-width: 767px) {
    body.company main .company_information {
        padding: 84px 0;
        scroll-margin-top: 100px;
    }
    body.company main .company_information .contents-wrapper li {
        flex-direction: column;
        align-items: initial;
        gap: 10px;
        padding: 16px 16px;
    }
    body.company main .company_information .PrimaryTitle {
        margin: 0 auto 50px;
    }
    body.company main .company_information .contents-wrapper li h3 {
        width: 80%;
        margin: 0 auto
    }
    body.company main .company_information .contents-wrapper li h3 {
        width: 100%
    }
    body.company main .company_information .contents-wrapper li span {
        text-align: center;
        width: 100%
    }
    body.company main .company_information .map-cover {
        width: 90%;
        margin: 0 auto
    }
    body.privacy .privacy_content {
        padding-bottom: 100px;
    }
    body.company main .company_access .container .PrimaryTitle {
        margin: 0 auto 50px;
    }
}
body.company {
    position: relative
}
body.company main .PrimaryTitle {
    width: fit-content;
    color: #000;
    margin-left: 0
}
body.company main .PrimaryTitle strong {
    color: #c19421
}
body.company main .PrimaryTitle .sub {
    color: #100169
}
body.company main .MessageSection-cover .PrimaryTitle sub {
    color: #100169
}
body.company main .company_access {
    position: relative
}
body.company main .company_access:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 60%;
    opacity: 1;
    background: url(../images/bg.png) repeat;
    background-size: auto;
    z-index: 0
}
body.company main .company_access:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 60%;
    background-color: #100169
}
body.company main .company_access .container .PrimaryTitle .sub {
    display: block;
    margin: 0 auto
}
body.company main .company_access .MAP_OBJECT {
    position: relative;
    z-index: 10;
    width: 100vw;
    height: 500px
}
body.company main .company_access .MAP_OBJECT iframe {
    width: 100%;
    height: 100%;
    border: none
}
body.company main .ParkingInfo-section {
    padding-top: 132px
}
body.company main .company_information {
    margin: 0 auto
}
body.company main .company_information .PrimaryTitle .sub {
    display: block;
    margin: 0 auto
}
body.company main .company_information .contents-wrapper {
    width: 100%;
    max-width: calc(1100px + 1rem*2);
    margin-bottom: 40px;
    margin: 0 auto
}
body.company main .company_information .contents-wrapper li {
    display: flex;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid #bfbfbf
}
body.company main .company_information .contents-wrapper li h3 {
    width: 156px;
    text-align: center;
    line-height: 2em
}
body.company main .company_information .contents-wrapper li span {
    display: block;
    width: fit-content;
    white-space: nowrap;
    line-height: 2em
}
body.company main .company_information .contents-wrapper li span span {
    white-space: normal;
}
body.company main .company_information .map-cover {
    width: 100%;
    height: 284px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
    transition: all .25s ease-in
}
body.company main .company_information .map-cover iframe {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: center;
    transition: all .25s ease-in
}
body.company main .company_information .map-cover:hover {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1)
}
body.company main .company_information .map-cover:hover iframe {
    transform: scale(1.01)
}

/* Privacyページ */
body.privacy {
    font-weight: 500;
    line-height: 2em
}
body.privacy #fv-section .content-wrapper .title br.privacy-br {
    display: block
}
body.privacy .privacy_content .contents-description {
    margin-bottom: 40px
}
body.privacy .privacy_content ul.policy-list li.policy-list-item {
    margin-bottom: 40px
}
body.privacy .privacy_content ul.policy-list li.policy-list-item .add-characters span {
    display: block
}
body.privacy .privacy_content ul.policy-list li.policy-list-item:has(.add-characters) p {
    margin-bottom: 16px
}

/* エラーページ */
main.error-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    height: 60vh;
    padding: 0
}
main.error-404 .section-error-404 {
    padding: 40px;
    border-radius: 10px;
    background-color: #fdfcfd;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1)
}
main.error-404 .section-error-404 .page-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    color: #ff0001;
    text-indent: center;
    margin-bottom: 28px
}
main.error-404 .section-error-404 .btn-home {
    display: block;
    padding: 20px 40px;
    border-radius: 9999px;
    background-color: #c19421;
    color: #fdfcfd;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    transition: all .25s ease-in;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #c19421
}
main.error-404 .section-error-404 .btn-home:hover {
    background-color: #fdfcfd;
    color: #c19421
}

/* subpage */
@media screen and (min-width:1280px) {
    section.subpage_fv {
        position: relative;
        width: 100%;
        height: 650px;
        margin-top: 142px;
    }
    section.subpage_fv:before {
        content: "";
        background-color: #fff;
        width: 3px;
        height: 150px;
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateY(-50%);
    }
    section.subpage_fv p {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.12rem;
        color: #fff;
        text-align: center;
        width: 50vw;
        padding-top: 10px;
    }
}
@media screen and (max-width:1279px) {
    section.subpage_fv {
        position: relative;
        padding: 0 16px;
        height: 400px;
        margin-top: 50px;
    }
    section.subpage_fv:before {
        content: "";
        background-color: #fff;
        width: 3px;
        height: 70px;
        position: absolute;
        top: 35px;
        left: 50%;
        transform: translateY(-50%);
    }
    section.subpage_fv .content {
        width: 100%;
    }
    section.subpage_fv p {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.12rem;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        padding-top: 10px;
    }
}
@media screen and (min-width:1280px) {
    section.subpage_fv h1 {
        font-size: 8rem;
        letter-spacing: 0.64rem;
    }
}
@media screen and (min-width:768px) and (max-width:1279px) {
    section.subpage_fv h1 {
        font-size: 6rem;
        letter-spacing: 0.64rem;
    }
}
@media screen and (min-width:768px) {
    section.subpage_fv h1 span {
        font-size: 2rem;
    }
}
@media screen and (max-width:767px) {
    section.subpage_fv h1 {
        font-size: 3.5rem;
        letter-spacing: 0.5rem;
    }
    section.subpage_fv h1 span {
        font-size: 1.5rem;
    }
}
section.subpage_fv .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.subpage_fv h1 {
    display: block;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto 25px;
    text-align: center;
}
section.subpage_fv h1 span {
    display: block;
    margin-bottom: 16px;
}

/* about */
section.subpage_fv.about_fv {
    background: url(../images/about_fv.png) no-repeat center center/cover;
}

/* items */
section.subpage_fv.items_fv {
    background: url(../images/items_fv.png) no-repeat center center/cover;
}

/* Flow */
section.subpage_fv.flow_fv {
    background: url(../images/flow_fv.png) no-repeat center center/cover;
}

/* FAQ */
section.subpage_fv.faq_fv {
    background: url(../images/faq_fv.png) no-repeat center center/cover;
}

/* Privacy Policy */
section.subpage_fv.privacy_fv {
    background: url(../images/privacy_fv.png) no-repeat center center/cover;
}

/* Company */
section.subpage_fv.company_fv {
    background: url(../images/company_fv.png) no-repeat center center/cover;
}

/* News */
@media screen and (min-width:768px) {
    .news-content ul.category_link_list {
        position: relative;
        z-index: 5;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        gap: 12px 3%;
        width: 100%;
        height: 60px;
        margin-bottom: 176px;
    }
    .news-content ul.category_link_list li {
        display: block;
        width: 100%;
        max-width: 344px;
        height: 100%;
        transform: scale(1);
        transform-origin: center;
        transition: all .25s ease-in;
        background-color: #100169;
    }
    .blog_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px;
        width: 100%;
    }
    .single_page_link {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        gap: 0 25px;
        margin: 100px auto 0;
    }
    .single_page_link .prev_single {
        text-align: right;
    }
    .single_page_link .next_single {
        text-align: left;
    }
    .post-content .single_content {
        margin: 50px auto 50px;
    }
     .news-content ul.category_link_list li a {
        font-size: 1.25rem;
     }
}
@media screen and (max-width:767px) {
    .news-content ul.category_link_list {
        position: relative;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 15px 0;
        width: 100%;
        margin-bottom: 88px;
    }
    .news-content ul.category_link_list li {
        display: block;
        width: 100%;
        height: 100%;
        transform: scale(1);
        transform-origin: center;
        transition: all .25s ease-in;
        background-color: #100169;
    }
    .news-content ul.category_link_list li a {
        padding: 10px 0;
        font-size: 1rem;
    }
    .blog_list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 60px 0;
        width: 100%;
    }
    .single_page_link {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        gap: 10px 0;
        margin: 50px auto 0;
    }
    .single_page_link .prev_single,
    .single_page_link .next_single {
        text-align: left;
    }
    .post-content .single_content {
        margin: 40px auto 0;
    }
}
section.subpage_fv.news_fv {
    background: url(../images/news_fv.png) no-repeat center center/cover;
}
.news-content ul.category_link_list li a {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-weight: 500;
    color: #fdfcfd;
    line-height: 1em;
    transition: all .25s ease-in;
}
.news-content ul.category_link_list li a:hover {
    opacity: .7;
}
.news-content ul.category_link_list li a.active {
    background-color: #c19421;
    cursor: default;
}
.news-content ul.category_link_list li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 21px;
    width: 18px;
    height: 10.5px;
    transform: translateY(-50%);
    background: url("../images/icon_flow_bottom.png") no-repeat center/contain;
}
.news-content ul.category_link_list li a .flex-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: initial;
  height: 1.25em;
  overflow: hidden;
  margin-bottom: initial;
}
.news-content ul.category_link_list li a .flex-box span {
    display: block;
  text-align: center;
  line-height: 1.25em;
  transition: all .25s ease-in;
}
.news-content ul.category_link_list li a:hover .flex-box span {
    transform: translate3d(0, -1.25em, 0);
}
.blog_list a p.blog_title {
    font-weight: 700;
    color: #000;
    font-size: 1.25rem;
}
ul.page-numbers {
    width: 100%;
    margin: 100px auto 0;
    text-align: center;
}
ul.page-numbers li {
  display: inline-block;
  margin-right: 1em;
}
ul.page-numbers li .page-numbers.current {
  background-color: #100169;
  border: 1px solid #100169;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px 12px;
}
ul.page-numbers li a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: .75;
  padding: 6px 12px;
  border: 1px solid #100169;
  position: relative;
  color: #100169;
}
ul.page-numbers li a.next.page-numbers,
ul.page-numbers li a.prev.page-numbers {
  padding: 6px 18px;
}
ul.page-numbers li a.next.page-numbers img,
ul.page-numbers li a.prev.page-numbers img {
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single_page_link .prev_single a,
.single_page_link .next_single a {
    font-weight: 700;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: #000;
    transition: all .25s ease-in;
}
.single_page_link p.button {
    margin: 0 auto;
}
.single_page_link .button a {
    width: 350px;
}
.single_page_link p.button a:after,
.single_page_link p.button a:hover:after {
    content: none;
}
.button.custom {
    margin: 100px auto 0;
}
.button a {
  background-color: #100169;
  border: 1px solid #100169;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  transition: text-shadow 0.3s;
  color: #fff;
  max-width: 100%;
}
.button a {
    width: 500px;
    height: 85px;
    line-height: 85px;
    max-width: 100%;
    font-size: 1.5rem;
}

/* 買取実績ページ */
section.subpage_fv.news_fv {
    background: url(../images/news_fv.png) no-repeat center center/cover;
}

/* 買取実績ページ */
@media screen and (min-width:768px) {
    h2.achivements_category_title {
        font-size: 2rem;
        margin: 0 auto 50px;
    }
    ul.taxonomy_link_list {
        gap: 20px 15px;
        margin: 0 auto 100px;
    }
    ul.taxonomy_link_list li a {
        padding: 15px 22px;
        font-size: 1.25rem;
    }
}
@media screen and (max-width:767px) {
    h2.achivements_category_title {
        font-size: 1.25rem;
        margin: 0 auto 25px;
    }
    ul.taxonomy_link_list {
        gap: 8px;
        margin: 0 auto 50px;
    }
    ul.taxonomy_link_list li a {
        padding: 7.5px 11px;
        font-size: 1rem;
    }
}
section.subpage_fv.achievements_fv {
    background: url(../images/archivement_fv.png) no-repeat center center/cover;
}
h2.achivements_category_title {
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16rem;
    display: block;
    text-align: center;
}
ul.taxonomy_link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
ul.taxonomy_link_list li a {
    border-radius: 5px;
    border: 3px solid #100169;
    background: #fff;
    display: block;
    color: #000;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1rem;
}
ul.taxonomy_link_list li a.active {
    color: #fff;
    background-color: #100169;
}
.achivements_page .blog_info p.category {
    background-color: #100169;
}

/* Contact */
section.subpage_fv.contact_fv {
    background: url(../images/contact_fv.png) no-repeat center center/cover;
}

/* Contact Page */
@media screen and (min-width:768px) {
    section.contact .content {
        padding: 175px 20px 150px;
        box-sizing: border-box;
    }
    section.contact_fv.sub_top  {
        background-image: url("./images/contact_fv.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .contact_detail {
        margin: 100px auto 0;
        max-width: 1100px;
    }
    .contact_detail p.contact_notice {
        text-align: center;
    }
    .contact_detail table.contact_table tr {
        display: grid;
        gap: 0 5;
        grid-template-columns: .5fr 1fr;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact_detail table.contact_table tr:first-child th {
        border-bottom: none;
        padding: 20px 0 25px;
    }
    .contact_detail table.contact_table.confirm_table tr:first-child th,
    .contact_detail table.contact_table.confirm_table tr:first-child td {
        padding: 0 0 30px;
    }
    .contact_detail table.contact_table tr:first-child td {
        border-bottom: none;
        padding: 0 0 25px;
    }
    .contact_detail table.contact_table tr th {
        padding: 45px 0 25px;
    }
    .contact_detail table.contact_table.confirm_table tr th,
    .contact_detail table.contact_table.confirm_table tr td {
        padding: 30px 0;
    }
    .contact_detail table.contact_table tr td {
        border-bottom: none;
        padding: 25px 0;
    }
    .contact_detail table.contact_table tr th {
        justify-content: space-between;
    }
    .contact_detail table.contact_table {
        width: 100%;
        margin: 0 auto 30px;
    }
    .confirm_button {
        margin: 0 auto 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        gap: 0 30px;
    }
    .wpcf7-form-control-wrap input[type="text"],
    .wpcf7-form-control-wrap input[type="email"],
    .wpcf7-form-control-wrap input[type="tel"],
    .wpcf7-form-control-wrap textarea,
    .wpcf7-form-control-wrap ::placeholder {
        line-height: 1;
    }
    .wpcf7-form-control-wrap .wpcf7-radio {
        display: block;
        padding-top: 20px;
    }
    .button_section p.submit_button {
        margin: 50px auto 0;
    }
    .confirm_button .button_section p.submit_button {
        margin: 0 auto 0;
    }
    p.submit_button input {
        background-color: #000;
        border: 1px solid #000;
        position: relative;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        transition: text-shadow 0.3s;
        width: 350px;
        height: 80px;
        line-height: 80px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
    }
    p.submit_button input {
        background-color: #100169;
        border: 1px solid #100169;
    }
    p.submit_button input:hover,
    p.previous_button input:hover {
        background-color: #fff;
        color: #000;
    }
    p.submit_button input:hover {
        background-color: #fff;
        color: #100169;
    }
    p.previous_button input {
        background-color: #000;
        border: 1px solid #000;
        position: relative;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        transition: text-shadow 0.3s;
        width: 350px;
        height: 80px;
        line-height: 80px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
    }
    p.submit_button,
    p.previous_button {
        position: relative;
        display: inline-block;
    }
    .button a:after {
        transition: .3s ease;
    }
    p.submit_button:hover,
    p.submit_button input:hover,
    p.previous_button:hover,
    p.previous_button input:hover {
        cursor: pointer;
    }
    .button a:hover,
    p.submit_button:hover input {
        opacity: 1;
    }
    .wpcf7-radio .wpcf7-list-item {
        margin: 0 40px 0 0;
    }
    .wpcf7-form-control-wrap input[type="text"],
    .wpcf7-form-control-wrap input[type="email"],
    .wpcf7-form-control-wrap input[type="tel"],
    .wpcf7-form-control-wrap input[type="date"],
    .wpcf7-form-control-wrap textarea {
        border: 1px solid #E6E6E6;
        padding: 22px 30px;
        font-size: 1.25rem;
        width: calc(100% - 80px);
        background-color: #E6E6E6;
        border-radius: 4px;
        font-weight: bold;
    }
    .wpcf7-list-item-label,
    .wpcf7-list-item-label a {
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1;
    }
    .contact_detail table.contact_table.confirm_table tr th {
        font-size: 1.25rem;
        line-height: 1;
    }
    .contact_detail table.contact_table.confirm_table tr td {
        font-size: 1.25rem;
        line-height: 1;
    }
}
@media screen and (max-width:767px) {
    .contact_detail {
        margin: 47px auto 0;
        max-width: 768px;
    }
    .contact_detail p.contact_notice {
        text-align: left;
    }
    .contact_detail table.contact_table tr:first-child {
        margin-top: 0;
    }
    .contact_detail table.contact_table tr {
        display: grid;
        gap: 0;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .contact_detail table.contact_table tr:first-child th,
    .contact_detail table.contact_table tr:first-child td {
        border-bottom: none;
        padding: 0 0 10px;
    }
    .contact_detail table.contact_table tr th,
    .contact_detail table.contact_table tr td {
        border-bottom: none;
        padding: 10px 0;
    }
    .contact_detail table.contact_table tr th span {
        margin-left: 10px;
    }
    .contact_detail table.contact_table {
        width: 100%;
        margin: 60px auto 0;
    }
    .confirm_button {
        display: block;
        margin: 40px auto 0;
    }
    .previous_button input {
        width: calc(100% - 40px);
    }
    .wpcf7-form-control-wrap ::placeholder {
        line-height: 1.5;
    }
    .button_section p.submit_button {
        margin: 50px auto 0;
    }
    .confirm_button .button_section p.submit_button {
        margin: 0 auto 0;
        background-color: #100169;
        border: 1px solid #100169;
    }
    p.previous_button input {
        background-color: #000;
        border: 1px solid #000;
        position: relative;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        transition: text-shadow 0.3s;
        width: 300px;
        height: 70px;
        line-height: 70px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
    }
        p.submit_button,
    p.previous_button {
        position: relative;
        display: inline-block;
    }
    p.submit_button input {
        background-color: #000;
        border: 1px solid #000;
        position: relative;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        transition: text-shadow 0.3s;
        width: 300px;
        height: 80px;
        line-height: 80px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
    }
    p.submit_button input {
        background-color: #100169;
        border: 1px solid #100169;
    }
    p.submit_button:hover,
    p.submit_button input:hover,
    p.previous_button:hover,
    p.previous_button input:hover {
        cursor: pointer;
    }
    .button a:hover,
    p.submit_button:hover input {
        opacity: 1;
    }
    .wpcf7-radio .wpcf7-list-item {
        margin: 10px 0;
        display: block;
    }
    .wpcf7-form-control-wrap input[type="text"],
    .wpcf7-form-control-wrap input[type="email"],
    .wpcf7-form-control-wrap input[type="tel"],
    .wpcf7-form-control-wrap input[type="date"],
    .wpcf7-form-control-wrap textarea {
        border: 1px solid #E6E6E6;
        padding: 22px 30px;
        font-size: 1.25rem;
        width: 100%;
        background-color: #E6E6E6;
        border-radius: 4px;
        font-weight: bold;
    }
    .wpcf7-list-item-label,
    .wpcf7-list-item-label a {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
    }
    .contact_detail table.contact_table.confirm_table tr th {
        font-size: 1.25rem;
        line-height: 1;
    }
    .contact_detail table.contact_table.confirm_table tr td {
        font-size: 1rem;
        line-height: 1;
    }
}
section.contact .subpage_title {
  max-width: initial;
}
section .content table.contact_table tr td {
  width: 100%;
}
.contact_detail table.contact_table tr th {
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
  line-height: 1;
}
.contact_detail table.contact_table tr th span {
  background-color: #FF0001;
  color: #fff;
  text-align: center;
  padding: 4px 1px;
  width: 54px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
.wpcf7-form-control-wrap ::placeholder {
  color: #8C8C8C;
  font-size: 1.25rem;
  font-weight: bold;
}
.wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] {
  display: none;
  width: initial;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item-label a {
  text-decoration: underline;
}
.wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.wpcf7-list-item-label span.required {
  background-color: #FF0001;
  color: #fff;
  text-align: center;
  padding: 4px 1px;
  width: 54px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item {
    display: block;
    line-height: 1;
}
.wpcf7-acceptance .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B3B3B3;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 1px;
    box-sizing: border-box;
}
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #100169;
  position: absolute;
  left: 3px;
  top: 4px;
  border-radius: 50%;
}
.wpcf7-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 100%;
  content: "";
  width: 20px;
  height: 20px;
  margin-bottom: auto;
  margin-right: 10px;
  margin-top: auto;
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #100169;
  box-shadow: inset 0 0 0 3px #fff;
}
div.button_section {
  display: block;
  text-align: center;
}
div.button_section:first-child {
  margin: 50px 0 0 auto;
}
div.button_section:last-child {
  margin: 50px auto 0 0;
}
div.button_section p.button {
  margin: 15px 0 0;
}
p.accept {
  text-align: center;
}
.wpcf7-spinner {
  width: 0!important;
  height: 0!important;
  margin: 0!important;
}
table.contact_table.confirm_table tr {
  border-bottom: 2px solid #B3B3B3;
}

/* バナー */
@media screen and (min-width:768px) {
    .contact_tel_banner {
        margin: 100px auto 175px;
        border: 3px solid #100169;
    }
    .contact_tel_banner_title {
        padding: 27px;
        font-size: 2.25rem;
    }
    .contact_tel_banner_link a svg.TelMark.pc {
        width: 87.369px;
        height: 48.823px;
    }
    .contact_tel_banner_link a span {
        font-size: 4rem;
        letter-spacing: 0.32rem;
    }
    .contact_tel_banner_link .notice {
        font-size: 1.125rem;
    }
}
@media screen and (max-width:767px) {
    .contact_tel_banner {
        margin: 50px auto 88px;
        border: 2px solid #100169;
    }
    .contact_tel_banner_title {
        padding: 20px 8px;
        font-size: 1.25rem;
    }
    .contact_tel_banner_link a span {
        font-size: 2rem;
        letter-spacing: 0.09rem;
    }
    .contact_tel_banner_link .notice {
        font-size: .75rem;
    }
}
.contact_tel_banner_title {
    background-color: #100169;
    color: #fff;
}
.contact_tel_banner_link {
    padding: 24px 0 31px;
}
.contact_tel_banner_link a,
.contact_tel_banner_link a span,
.contact_tel_banner_link a svg .object {
    transition: all .25s ease-in;
}
.contact_tel_banner_link a svg .object {
    fill: #100169;
}
.contact_tel_banner_link a:hover svg .object {
    fill: #c19421;
}
.contact_tel_banner_link a:hover,
.contact_tel_banner_link a:hover span {
    color: #c19421;
}
.contact_tel_banner_link a span {
    color: #100169;
    font-weight: 700;
    line-height: 100%;
}
.contact_tel_banner_link .notice {
    margin: 24px auto 0;
    letter-spacing: 0.09rem;
    font-weight: 700;
}
p.submit_button input:hover,
p.previous_button input:hover {
  opacity: .8;
}

/* Loading */
.loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 101;
  top: 0;
}
.loading_inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.loading_box {
  /* transition: 0.4s; */
  text-align: center;
}
body.is-show .loading_box {
  transform: translateY(0);
}
.loading_logo {
  width: 50%;
  margin: 0 auto 110px;
  max-width: 670px;
}
.loading_visual {
  position: relative;
  width: 100%;
  height: 50px;
}
.loading_bar {
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #100169, #100169);
}
.loading_move-wrapper {
  display: block;
  width: 90%;
  margin: auto;
  position: relative;
}
.loading_move {
  position: absolute;
  top: -11.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
}
.loading_circle {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #100169, #100169);
}
.loading_percent {
  font-weight: bold;;
  background: linear-gradient(90deg, #100169 0%, #100169 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .loading_move-wrapper {
    width: 80%;
  }
}

/* Error */
section.error_page {
    padding-bottom: 50px;
}
section.error_page .PrimaryButton {
    margin: 0 auto;
}