@charset "UTF-8";

:root {
    --colorbase: #000;
    --coloryellow: #f8da0f;
    --colorred: #C71E32;
}

.c-mv01__title {
    font-family: "Noto Serif JP", serif;
}

/* ================================
UTILITIES
================================ */
.c-breadcrumb,
.l-footer-copyright__txt {
    font-size: 0.625rem;
}

@media screen and (min-width: 768px) {

    .c-breadcrumb,
    .l-footer-copyright__txt {
        font-size: 0.75rem;
    }
}

.l-footer-main__menu__ttl,
.l-footer-main__menu__link,
.l-footer-main__sub__link {
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {

    .l-footer-main__menu__ttl,
    .l-footer-main__menu__link,
    .l-footer-main__sub__link {
        font-size: 0.875rem;
    }
}

.c-mv01__title-jp,
.c-mv02__ttl .ttl01 {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {

    .c-mv01__title-jp,
    .c-mv02__ttl .ttl01 {
        font-size: 1.25rem;
    }
}

.c-ttl01.fz24 {
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .c-ttl01.fz24 {
        font-size: 1.5rem;
    }
}

.c-ttl01 {
    font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
    .c-ttl01 {
        font-size: 1.875rem;
    }
}

.c-ttl01.fz36 {
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .c-ttl01.fz36 {
        font-size: 2.25rem;
    }
}

.c-box01__head__txt,
.c-ttl01.fz40 {
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {

    .c-box01__head__txt,
    .c-ttl01.fz40 {
        font-size: 2.5rem;
    }
}

.c-mv01__title-en,
.c-mv02__ttl .ttl {
    font-size: 1.625rem;
}

@media screen and (min-width: 768px) {

    .c-mv01__title-en,
    .c-mv02__ttl .ttl {
        font-size: 3.125rem;
    }
}

.c-box01__head__txt .txt-big {
    font-size: 2rem;
}

@media screen and (min-width: 768px) {
    .c-box01__head__txt .txt-big {
        font-size: 5.25rem;
    }
}

.u-d-none {
    display: none !important;
}

.u-d-inline {
    display: inline !important;
}

.u-d-inline_block {
    display: inline-block !important;
}

.u-d-block {
    display: block !important;
}

.u-d-flex {
    display: flex !important;
}

@media screen and (min-width: 375px) {
    .u-d-xs-none {
        display: none !important;
    }

    .u-d-xs-inline {
        display: inline !important;
    }

    .u-d-xs-inline_block {
        display: inline-block !important;
    }

    .u-d-xs-block {
        display: block !important;
    }

    .u-d-xs-flex {
        display: flex !important;
    }
}

@media screen and (min-width: 768px) {
    .u-d-md-none {
        display: none !important;
    }

    .u-d-md-inline {
        display: inline !important;
    }

    .u-d-md-inline_block {
        display: inline-block !important;
    }

    .u-d-md-block {
        display: block !important;
    }

    .u-d-md-flex {
        display: flex !important;
    }
}

body {
    line-height: 1.5;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--colorbase);
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1rem;
    }

    body::-webkit-scrollbar {
        width: 10px;
        background-color: #f3f3f3;
    }

    body::-webkit-scrollbar-thumb {
        background-color: var(--coloryellow);
    }
}

body.overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    overflow-y: scroll;
}

#wrapper {
    overflow: clip;
    width: 100%;
}

html {
    scroll-padding-top: 60px;
}

@media screen and (min-width: 768px) {
    html {
        scroll-padding-top: 69px;
        scrollbar-color: var(--coloryellow);
    }
}

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

main {
    background-color: #fafafa;
    position: relative;
    z-index: 0;
    margin-top: 60px;
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
    main {
        padding-bottom: 0;
        margin-top: 69px;
    }
}

body:has(.c-mv02) main {
    margin-top: 0;
}

.pc {
    display: none !important;
}

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

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

.splide__container {
    box-sizing: border-box;
    position: relative;
}

.splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
    display: none;
}

.splide__progress__bar {
    width: 0;
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.splide__sr {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip-path: inset(50%);
    white-space: nowrap;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}

.splide--rtl {
    direction: rtl;
}

.splide__track--ttb>.splide__list {
    display: block;
}

.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
    opacity: 0.9;
}

.splide__arrow:disabled {
    opacity: 0.3;
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__arrow--prev {
    left: 1em;
}

.splide__arrow--prev svg {
    transform: scaleX(-1);
}

.splide__arrow--next {
    right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    width: 8px;
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__progress__bar {
    background: #ccc;
    height: 3px;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
    outline: 0;
}

@supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf;
    }
}

@supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf;
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf;
    }
}

.splide__toggle {
    cursor: pointer;
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg);
}

.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
}

.c-ttl01 {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .c-ttl01.fz40 {
        line-height: 1.35;
    }
}

.c-ttl01.line {
    padding-left: 35px;
}

@media screen and (min-width: 768px) {
    .c-ttl01.line {
        padding-left: 59px;
    }
}

.c-ttl01.line::before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 25px;
    height: 5px;
}

@media screen and (min-width: 768px) {
    .c-ttl01.line::before {
        height: clamp(0.375rem, 0.8475vw + -0.0318rem, 0.625rem);
        width: 45px;
        top: clamp(0.9375rem, 0.4237vw + 0.7341rem, 1.0625rem);
    }
}

.c-ttl01.linered::before {
    background-color: var(--colorred);
}

@media screen and (min-width: 768px) {
    .c-ttl01.lineyellow {
        padding-left: 59px;
    }
}

.c-ttl01.lineyellow::before {
    background-color: var(--coloryellow);
}

.c-btn01__link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.4;
    gap: 0 10px;
}

@media screen and (min-width: 768px) {
    .c-btn01__link {
        gap: 0 14px;
        transition: all 0.5s;
    }
}

@media screen and (min-width: 768px) {
    .c-btn01 a:hover {
        color: var(--coloryellow);
    }
}

.c-btn01__txt {
    display: inline-block;
}

.c-btn01__arrow {
    flex-shrink: 0;
    width: 22px;
}

@media screen and (min-width: 768px) {
    .c-btn01__arrow {
        width: 28px;
    }
}

.c-btn01__arrow img {
    display: block;
    width: 100%;
}

.c-btn01.has-underline {
    width: 240px;
}

@media screen and (min-width: 768px) {
    .c-btn01.has-underline {
        width: 255px;
    }
}

.c-btn01.has-underline .c-btn01__link {
    width: 100%;
    position: relative;
    border-top: solid 1px transparent;
    padding: 8px 5px 8px 0;
    gap: 0 6px;
}

@media screen and (min-width: 768px) {
    .c-btn01.has-underline .c-btn01__link {
        padding: 6px 5px 6px 0;
        transition: all 0.5s;
    }
}

.c-btn01.has-underline .c-btn01__link::before,
.c-btn01.has-underline .c-btn01__link::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
}

.c-btn01.has-underline .c-btn01__link::after {
    content: "";
    z-index: 1;
    background-color: var(--coloryellow);
    scale: 0 1;
    transform-origin: right center;
    transition: scale 300ms ease;
}

@media screen and (min-width: 768px) {
    .c-btn01.has-underline a:hover {
        color: inherit;
    }

    .c-btn01.has-underline a:hover::after {
        scale: 1 1;
        transform-origin: left center;
    }
}

@media screen and (min-width: 768px) {
    .c-btn01.arrow-red a:hover {
        color: var(--colorred);
        border-bottom: solid 1px var(--colorred) !important;
    }
}

.c-btn02__link {
    width: 100%;
    border: solid 1px var(--colorbase);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    line-height: 1.2;
    color: var(--colorbase);
    position: relative;
    padding: 17px 65px 18px 20px;
}

@media screen and (min-width: 768px) {
    .c-btn02__link {
        padding: 19px 75px 20px 33px;
        gap: 0 17px;
        transition: all 0.5s;
    }

    .c-btn02__link:hover {
        background-color: var(--colorbase);
        color: #fff;
    }

    .c-btn02__link:hover .c-btn02__arrow img {
        filter: invert(100%) brightness(200%);
    }
}

.c-btn02__txt {
    position: relative;
    display: inline-block;
}

.c-btn02__arrow {
    position: absolute;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 22px;
    height: 22px;
}

@media screen and (min-width: 768px) {
    .c-btn02__arrow {
        right: 35px;
        width: 28px;
        height: 28px;
    }
}

.c-btn02__arrow img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.c-btn02__arrow.icon-blank {
    width: 22px;
    height: 23px;
    top: calc(50% - 3px);
}

@media screen and (min-width: 768px) {
    .c-btn02__arrow.icon-blank {
        background-color: currentColor;
        top: calc(50% - 3px);
        -webkit-mask: url(../images/common/icon_blank_01.svg) no-repeat center/contain;
        mask: url(../images/common/icon_blank_01.svg) no-repeat center/contain;
        width: 28px;
        height: 29px;
    }
}

@media screen and (min-width: 768px) {
    .c-btn02__arrow.icon-blank img {
        opacity: 0;
    }
}

.c-btn02.bg-red .c-btn02__link {
    background-color: var(--colorred);
    color: #fff;
    border-color: var(--colorred);
}

@media screen and (min-width: 768px) {
    .c-btn02.bg-red .c-btn02__link:hover {
        background-color: #fff;
        color: var(--colorred);
    }
}

.c-btn02.bg-yellow .c-btn02__link {
    background-color: var(--coloryellow);
    color: var(--colorbase);
    border: 0;
}

@media screen and (min-width: 768px) {
    .c-btn02.bg-yellow .c-btn02__link:hover {
        color: #464646;
        filter: brightness(1.05);
    }
}

.c-btn02.bg-yellow .c-btn02__arrow {
    background-color: currentColor;
    top: 50%;
    -webkit-mask: url(../images/common/icon_arrow_03.svg) no-repeat center/contain;
    mask: url(../images/common/icon_arrow_03.svg) no-repeat center/contain;
    width: 28px;
    height: 12px;
}

.c-btn02.bg-transparent .c-btn02__link {
    background-color: transparent;
    color: var(--colorbase);
}

@media screen and (min-width: 768px) {
    .c-btn02.bg-transparent .c-btn02__link:hover {
        background-color: #fff;
    }

    .c-btn02.bg-transparent .c-btn02__link:hover .c-btn02__arrow img {
        filter: none;
    }
}

.c-btn02.bg-grey .c-btn02__link {
    background-color: #d6d6d6;
    color: var(--colorbase);
    border: 0;
}

@media screen and (min-width: 768px) {
    .c-btn02.bg-grey .c-btn02__link:hover {
        color: #464646;
        filter: brightness(1.05);
    }
}

.c-btn02.bg-grey .c-btn02__arrow {
    background-color: currentColor;
    top: calc(50% - 3px);
    -webkit-mask: url(../images/common/icon_arrow_03.svg) no-repeat center/contain;
    mask: url(../images/common/icon_arrow_03.svg) no-repeat center/contain;
    width: 28px;
    height: 12px;
}

@media screen and (min-width: 768px) {
    .c-btn02.bg-grey .c-btn02__arrow {
        top: 50%;
    }
}

/*!
component > Links
------------------------------
*/
.c-box01__item {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .c-box01__item {
        gap: 0;
        flex-direction: row;
        margin-top: 0;
    }
}

.c-box01__item:first-child {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .c-box01__item__reversed {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 768px) {
    .c-box01__item__reversed .c-box01__info {
        padding-right: 0;
        padding-left: clamp(1.25rem, 4.2373vw + -0.7839rem, 2.5rem);
    }
}

@media screen and (min-width: 768px) {
    .c-box01__item__reversed .c-box01__head {
        padding: 0 clamp(0.9375rem, 1.2712vw + 0.3273rem, 1.3125rem);
    }
}

.c-box01__item__reversed .c-box01__head__txt::before {
    background-color: var(--colorred);
}

@media screen and (min-width: 768px) {
    .c-box01__info {
        width: 50%;
        padding: clamp(0rem, 15.4661vw + -7.4237rem, 4.5625rem) clamp(1.25rem, 4.2373vw + -0.7839rem, 2.5rem) clamp(1.875rem, 2.1186vw + 0.8581rem, 2.5rem) clamp(1.25rem, 4.2373vw + -0.7839rem, 2.5rem);
    }
}

.c-box01__grp {
    position: relative;
    margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
    .c-box01__grp {
        width: 50%;
        margin: 0;
    }
}

.c-box01__img {
    width: 100%;
    text-align: center;
}

.c-box01__head {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .c-box01__head {
        padding: 0 clamp(0.9375rem, 4.0254vw + -0.9947rem, 2.125rem);
    }
}

.c-box01__head__txt {
    position: relative;
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
    font-weight: 500;
    padding: 15px 0 0 10px;
}

@media screen and (min-width: 768px) {
    .c-box01__head__txt {
        line-height: 1.1;
        padding: 15px 0 0 clamp(0.625rem, 3.0556vw + -1.7431rem, 1.3125rem);
    }
}

@media screen and (min-width: 768px) {
    .c-box01__head__txt .txt-big {
        margin-right: -3px;
    }
}

.c-box01__head__txt::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--coloryellow);
    z-index: -1;
    pointer-events: none;
    width: 30px;
    height: 50px;
}

@media screen and (min-width: 768px) {
    .c-box01__head__txt::before {
        width: 40px;
        height: 75px;
    }
}

.c-box01__txt {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .c-box01__txt {
        margin-top: 21px;
    }
}

.c-box01__txt .txt {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .c-box01__txt .txt {
        margin-top: 30px;
        line-height: 1.875;
    }
}

.c-box01__txt .txt:first-child {
    margin-top: 0;
}

.c-box01__btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .c-box01__btn {
        margin-top: 40px;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 768px) {
    .c-box01__btn .c-btn01.has-underline .c-btn01__link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.c-box01__btnsp {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

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

.c-mv01__cover {
    position: relative;
    width: 100%;
    height: 280px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .c-mv01__cover {
        height: auto;
    }
}

.c-mv01__cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-mv01__header {
    position: relative;
    top: -40px;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .c-mv01__header {
        display: flex;
        gap: 21px;
        flex-wrap: wrap;
        align-items: flex-end;
        flex-direction: row;
        top: -64px;
    }
}

.c-mv01__header .c-breadcrumb {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .c-mv01__header .c-breadcrumb {
        margin-top: 0;
        padding-bottom: 20px;
    }
}

.c-mv01__title {
    line-height: 1.2;
    font-weight: 500;
    background-color: #fff;
    display: inline-flex;
    gap: 16px;
    align-items: center;
    padding: 20px 20px 20px;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .c-mv01__title {
        gap: 47px;
        padding: 37px 75px 33px 49px;
    }
}

@media screen and (min-width: 768px) {
    .c-mv01__title-en {
        position: relative;
        top: -2px;
    }
}

body:has(.c-mv01) .c-header {
    background-color: #fff;
}

.c-mv02 {
    padding-bottom: 20px;
    padding-top: 80px;
}

@media screen and (min-width: 768px) {
    .c-mv02 {
        padding-top: 169px;
        padding-bottom: 30px;
    }
}

.c-mv02__inner {
    display: flex;
    gap: 5px 30px;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .c-mv02__inner {
        gap: 15px 63px;
        flex-wrap: wrap;
        align-items: baseline;
        flex-direction: row;
    }
}

.c-mv02__ttl {
    display: flex;
    flex-direction: column;
    gap: 4px 20px;
}

@media screen and (min-width: 768px) {
    .c-mv02__ttl {
        flex-direction: row;
        align-items: baseline;
        gap: 5px 34px;
    }
}

.c-mv02__ttl .ttl {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    font-weight: 500;
}

.c-mv02__ttl .ttl01 {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    font-weight: 500;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-mv02__ttl .ttl01 {
        bottom: 7px;
    }
}

.c-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 200;
    width: 100%;
    background: #fff;
    padding: 100px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (min-width: 768px) {
    .c-nav {
        position: static;
        display: inherit;
        border: 0;
        width: auto;
        padding: 0;
        top: 0;
        left: 0;
        background: none;
        overflow-y: inherit;
        overflow-x: inherit;
    }
}

@media screen and (min-width: 768px) {
    .c-nav-wrap {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .c-nav-list {
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .c-nav-menu {
        display: flex;
        align-items: center;
        height: 100%;
    }
}

.c-nav-item {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .c-nav-item {
        width: auto;
        height: 100%;
        position: relative;
        padding: 0 clamp(0.4375rem, 0.601vw + 0.149rem, 0.75rem) 1px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.c-nav-item:last-child .c-nav-link {
    border-bottom: solid 1px var(--colorbase);
}

@media screen and (min-width: 768px) {
    .c-nav-item:last-child .c-nav-link {
        border-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .c-nav-item.has-sub .c-nav-link {
        padding-right: 10px;
    }
}

.c-nav-item.has-sub .c-nav-link::after {
    content: "";
}

@media screen and (min-width: 768px) {
    .c-nav-item.is_hover .c-nav-link {
        color: var(--coloryellow);
    }

    .c-nav-item.is_hover .c-nav-link::after {
        transform: scale(-1) rotate(135deg);
        top: 7px;
        border-top: solid 1px var(--coloryellow);
        border-right: solid 1px var(--coloryellow);
    }
}

.c-nav-item.active .c-nav-link::after {
    top: 4px;
    transition: all 0.5s;
    transform: scale(-1) rotate(135deg);
}

@media screen and (min-width: 768px) {
    .c-nav-item.active .c-nav-link::after {
        top: 26px;
    }
}

.c-nav-link {
    font-weight: 700;
    line-height: 1.2;
    color: var(--colorbase);
    position: relative;
    padding: 18px 30px 17px 20px;
    display: flex;
    gap: 4px;
    align-items: center;
    border-top: solid 1px var(--colorbase);
}

@media screen and (min-width: 768px) {
    .c-nav-link {
        font-size: clamp(0.875rem, 0.2404vw + 0.7596rem, 1rem);
        border-top: 0;
        display: inline-flex;
        padding: 0;
        transition: all 0.5s;
    }

    .c-nav-link:hover {
        cursor: pointer;
        color: var(--coloryellow);
    }
}

.c-nav-link::after {
    border-top: solid 1px var(--colorbase);
    border-right: solid 1px var(--colorbase);
    position: relative;
    padding: 3px;
    transform: rotate(135deg);
    transition: all 0.5s;
}

@media screen and (min-width: 768px) {
    .c-nav-link::after {
        position: absolute;
        top: 5px;
        right: 0;
    }
}

.c-nav-list {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .c-nav-list {
        flex-direction: row;
    }
}

.c-nav-btn {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .c-nav-btn {
        width: clamp(5rem, 4.8077vw + 2.6923rem, 7.5rem);
        height: 100%;
        margin-top: 0;
        padding: 0;
    }
}

.c-nav-btn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--colorred);
    color: #fff;
    border: solid 1px var(--colorred);
    text-decoration: none;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    font-weight: 700;
    padding: 15px 10px;
}

@media screen and (min-width: 768px) {
    .c-nav-btn__link {
        font-size: clamp(0.875rem, 0.2404vw + 0.7596rem, 1rem);
        height: 100%;
        padding: 6px 10px 10px;
        transition: all 0.5s;
    }

    .c-nav-btn__link:hover {
        background-color: #fff;
        color: var(--colorred);
    }
}

.c-nav-sub {
    background-color: #fff;
    display: none;
}

@media screen and (min-width: 768px) {
    .c-nav-sub {
        width: 150px;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 20px 28px;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .c-nav-sub__item {
        margin-top: 10px;
    }
}

.c-nav-sub__item:first-child {
    margin-top: 0;
}

.c-nav-sub__link {
    color: var(--colorbase);
    line-height: 1.2;
    font-weight: 700;
    display: block;
    padding: 18px 20px 17px 40px;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
    .c-nav-sub__link {
        display: inline-block;
        padding: 0;
        border-top: 0;
        transition: all 0.5s;
    }

    .c-nav-sub__link:hover {
        color: var(--coloryellow);
    }
}

.c-nav-hamburger {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 201;
}

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

.c-nav-hamburger.active .c-nav-hamburger__line {
    background-color: transparent;
}

.c-nav-hamburger.active .c-nav-hamburger__line::before,
.c-nav-hamburger.active .c-nav-hamburger__line::after {
    margin-top: 0px;
    transition: all 0.5s;
}

.c-nav-hamburger.active .c-nav-hamburger__line::before {
    transform: rotate(45deg);
}

.c-nav-hamburger.active .c-nav-hamburger__line::after {
    transform: rotate(-45deg);
}

.c-nav-hamburger__line {
    display: block;
    margin: 0;
    width: 100%;
    height: 1px;
    background-color: var(--colorbase);
    transition: all 0.5s;
    position: relative;
}

.c-nav-hamburger__line::before,
.c-nav-hamburger__line::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--colorbase);
    transition: all 0.5s;
    border-radius: 10px;
}

.c-nav-hamburger__line::before {
    margin-top: -8px;
}

.c-nav-hamburger__line::after {
    margin-top: 8px;
}

.l-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 5px 0;
    height: 60px;
}

@media screen and (min-width: 768px) {
    .l-header {
        padding: 0;
        transition: all 0.5s;
        height: 69px;
    }
}

.l-header.fixed {
    transition: all 0.5s;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .l-header.fixed .l-header__logo {
        top: 0;
    }
}

.l-header__wrapper {
    position: relative;
    height: 100%;
}

.l-header .l-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.l-header__logo {
    position: relative;
    width: 200px;
    top: 1px;
}

@media screen and (min-width: 768px) {
    .l-header__logo {
        width: clamp(8.125rem, 17.9087vw + -0.4712rem, 17.4375rem);
        top: 4px;
        transition: all 0.5s;
    }
}

.l-header__logo__link {
    display: block;
}

@media screen and (min-width: 768px) {
    .l-header__logo__link {
        transition: all 0.5s;
    }

    .l-header__logo__link:hover {
        opacity: 0.8;
    }
}

.l-footer-recruit {
    position: relative;
    background-color: var(--coloryellow);
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .l-footer-recruit {
        padding: 61px 0;
    }
}

@media only screen and (min-width: 1053px) {
    .l-footer-recruit {
        display: none;
    }
}

.l-footer-recruit::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../images/common/bg_recruit_cta_01.webp) no-repeat center center/cover;
    opacity: 0.1;
}

.l-footer-recruit__md {
    display: none;
}

@media only screen and (min-width: 1053px) {
    .l-footer-recruit__md {
        display: block;
    }
}

.l-footer-recruit__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .l-footer-recruit__wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-right: clamp(0rem, 24.25vw + -18.1875rem, 6.0625rem);
    }
}

@media screen and (min-width: 768px) {
    .l-footer-recruit__info {
        width: calc(100% - 340px);
        padding-right: 20px;
    }
}

.l-footer-recruit__info__txt {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .l-footer-recruit__info__txt {
        margin-top: 14px;
    }
}

@media screen and (min-width: 768px) {
    .l-footer-recruit__info__txt .txt {
        line-height: 1.875;
    }
}

.l-footer-recruit__btns {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
    .l-footer-recruit__btns {
        width: 340px;
        gap: 17px;
        margin: 0;
        padding-top: 13px;
        padding-top: clamp(0px, (1054px - 100vw) * 1000, 13px);
    }
}

.l-footer-recruit__btns .c-btn02 {
    width: 100%;
}

.l-footer-main {
    position: relative;
    padding: 40px 0;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .l-footer-main {
        padding: 33px 0 28px;
    }
}

.l-footer-main .l-container {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .l-footer-main .l-container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.l-footer-main__logo {
    width: 250px;
}

@media screen and (min-width: 768px) {
    .l-footer-main__logo {
        width: clamp(12.5rem, 10.5769vw + 7.4231rem, 18rem);
    }
}

.l-footer-main__logo__link {
    display: block;
}

@media screen and (min-width: 768px) {
    .l-footer-main__logo__link {
        transition: all 0.5s;
    }

    .l-footer-main__logo__link:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 768px) {
    .l-footer-main__content {
        width: calc(100% - clamp(12.5rem, 10.5769vw + 7.4231rem, 18rem));
        padding-left: clamp(3.125rem, 40.2778vw + -16.2083rem, 14rem);
    }
}

.l-footer-main__menus {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .l-footer-main__menus {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px clamp(0.9375rem, 6.713vw + -2.2847rem, 2.75rem);
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .l-footer-main__menu {
        min-width: 200px;
    }
}

@media screen and (min-width: 768px) {
    .l-footer-main__menu__item {
        margin-top: 20px;
    }
}

.l-footer-main__menu__item:first-child {
    margin-top: 0;
}

.l-footer-main__menu__ttl {
    font-weight: 700;
    line-height: 1.5;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .l-footer-main__menu__ttl {
        padding-bottom: 6px;
    }
}

.l-footer-main__menu__link {
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .l-footer-main__menu__link {
        transition: all 0.5s;
    }

    .l-footer-main__menu__link:hover {
        opacity: 1;
        color: var(--coloryellow);
    }
}

.l-footer-main__sub {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .l-footer-main__sub {
        margin-top: 6px;
    }
}

.l-footer-main__sub__item {
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .l-footer-main__sub__item {
        margin-top: 7px;
    }
}

.l-footer-main__sub__item:first-child {
    margin-top: 0;
}

.l-footer-main__sub__link {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    padding-left: 16px;
}

@media screen and (min-width: 768px) {
    .l-footer-main__sub__link {
        padding-left: 23px;
        transition: all 0.5s;
    }

    .l-footer-main__sub__link:hover {
        opacity: 1;
        color: var(--coloryellow);
    }
}

.l-footer-main__sub__link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 10px;
    height: 1px;
    background-color: var(--coloryellow);
}

@media screen and (min-width: 768px) {
    .l-footer-main__sub__link::before {
        width: 14px;
        top: 7px;
    }
}

.l-footer-copyright {
    padding: 5px 0;
    background-color: #f3f3f3;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .l-footer-copyright {
        text-align: left;
        padding: 6px 0 3px;
    }
}

.l-footer-copyright__txt {
    line-height: 1;
    letter-spacing: 0.2em;
}

#totop {
    width: 40px;
    height: 40px;
    background-color: var(--coloryellow);
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    transition: all 0.5s;
    border: solid 2px #fff;
}

@media screen and (min-width: 768px) {
    #totop {
        width: 45px;
        height: 45px;
    }
}

#totop::after {
    position: absolute;
    content: "";
    top: 57%;
    padding: 4px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    transition: all 0.5s;
}

@media screen and (min-width: 768px) {
    #totop::after {
        padding: 5px;
        top: 59%;
    }
}

#totop.show {
    display: block;
}

.c-decorate {
    position: fixed;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-decorate .shape {
    position: absolute;
    opacity: 0.15;
}

.c-decorate .shape.i01 {
    width: 230px;
    max-width: 29.9869621904vw;
    top: 300px;
    left: -20px;
}

@media screen and (min-width: 768px) {
    .c-decorate .shape.i01 {
        width: 467px;
        top: 676px;
        left: -58px;
        max-width: 24.3229166667vw;
    }
}

.c-decorate .shape.i01.pos01 {
    top: 80%;
}

@media screen and (min-width: 768px) {
    .c-decorate .shape.i01.pos01 {
        top: 672px;
        left: clamp(-3.5625rem, -7.839vw + 2.5127rem, -1.25rem);
    }
}

.c-decorate .shape.i02 {
    width: 320px;
    max-width: 41.7209908735vw;
    top: 120px;
    right: -50px;
}

@media screen and (min-width: 768px) {
    .c-decorate .shape.i02 {
        width: 650px;
        max-width: 33.8541666667vw;
        top: 297px;
        right: clamp(1.875rem, 26.2712vw + -10.7352rem, 9.625rem);
    }
}

.c-decorate .shape.i02.pos02 {
    top: 60px;
}

@media screen and (min-width: 768px) {
    .c-decorate .shape.i02.pos02 {
        right: clamp(-5.3125rem, -13.7712vw + 5.3602rem, -1.25rem);
        top: 118px;
    }
}

.c-interview-others {
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .c-interview-others {
        gap: 40px;
        flex-direction: row;
    }
}

.c-interview-other {
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-interview-other {
        width: calc(50% - 20px);
        width: clamp(50% - 20px, (770px - 100vw) * 1000, 100%);
    }
}

.c-interview-other__wrap,
.c-interview-other__link {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.c-interview-other__link {
    height: 100%;
    gap: 10px;
}

@media screen and (min-width: 768px) {
    .c-interview-other__link {
        transition: all 0.5s;
    }

    .c-interview-other__link:hover {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    }

    .c-interview-other__link:hover .c-btn01__link::after {
        scale: 1 1;
        transform-origin: left center;
    }
}

.c-interview-other__infor {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px 20px 20px;
}

@media screen and (min-width: 768px) {
    .c-interview-other__infor {
        gap: 20px 0;
        padding: 64px 0 58px 31px;
        padding-top: clamp(20px, (100vw - 1200px) * 1000, 64px);
        padding-left: clamp(20px, (100vw - 1200px) * 1000, 31px);
        padding-bottom: clamp(20px, (100vw - 1200px) * 1000, 58px);
    }
}

.c-interview-other__infor .c-btn01.has-underline {
    width: 100%;
    max-width: 224px;
}

.c-interview-other__ttl {
    font-size: min(1.125rem, 4.8vw);
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .c-interview-other__ttl {
        font-size: clamp(1.125rem, 7.3171vw + -2.3963rem, 1.5rem);
        line-height: 1.44;
        margin-bottom: 12px;
    }
}

.c-interview-other__btn {
    font-size: min(14px, 3.2vw);
}

@media screen and (min-width: 768px) {
    .c-interview-other__btn {
        font-size: 1rem;
        margin-top: auto;
    }
}

.c-interview-other__btn .c-btn01__arrow {
    width: min(28px, 4.2666666667vw);
}

@media screen and (min-width: 768px) {
    .c-interview-other__btn .c-btn01__arrow {
        width: 28px;
    }
}

.c-interview-other__img {
    width: 110px;
    min-height: 110px;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .c-interview-other__img {
        width: clamp(8.75rem, 30vw + -13.75rem, 16.25rem);
    }
}

.c-interview-other__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-interview-other__btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .c-interview-other__btns {
        display: grid;
        grid-gap: 19px 34px;
        grid-template-columns: repeat(auto-fill, minmax(clamp(110px, (770px - 100vw) * 1000, 150px), 1fr));
    }
}

.c-interview-other__btns .c-interview-other__btn {
    width: clamp(50% - 7px, (440px - 100vw) * 1000, 100%);
}

@media screen and (min-width: 768px) {
    .c-interview-other__btns .c-interview-other__btn {
        width: auto;
    }
}

[data-delay="0.1s"] {
    transition-delay: 0.1s;
}

[data-delay="0.2s"] {
    transition-delay: 0.2s;
}

[data-delay="0.3s"] {
    transition-delay: 0.3s;
}

[data-delay="0.4s"] {
    transition-delay: 0.4s;
}

[data-delay="0.5s"] {
    transition-delay: 0.5s;
}

[data-delay="0.6s"] {
    transition-delay: 0.6s;
}

[data-delay="0.7s"] {
    transition-delay: 0.7s;
}

[data-delay="0.8s"] {
    transition-delay: 0.8s;
}

[data-delay="0.9s"] {
    transition-delay: 0.9s;
}

[data-delay="1s"] {
    transition-delay: 1s;
}

[data-delay="1.1s"] {
    transition-delay: 1.1s;
}

[data-delay="1.2s"] {
    transition-delay: 1.2s;
}

[data-delay="1.3s"] {
    transition-delay: 1.3s;
}

[data-delay="1.4s"] {
    transition-delay: 1.4s;
}

[data-delay="1.5s"] {
    transition-delay: 1.5s;
}

[data-delay="1.6s"] {
    transition-delay: 1.6s;
}

[data-delay="1.7s"] {
    transition-delay: 1.7s;
}

[data-delay="1.8s"] {
    transition-delay: 1.8s;
}

[data-delay="1.9s"] {
    transition-delay: 1.9s;
}

[data-delay="2s"] {
    transition-delay: 2s;
}

[data-delay="2.1s"] {
    transition-delay: 2.1s;
}

[data-delay="2.2s"] {
    transition-delay: 2.2s;
}

[data-delay="2.3s"] {
    transition-delay: 2.3s;
}

[data-delay="2.4s"] {
    transition-delay: 2.4s;
}

[data-delay="2.5s"] {
    transition-delay: 2.5s;
}

[data-delay="2.6s"] {
    transition-delay: 2.6s;
}

[data-delay="2.7s"] {
    transition-delay: 2.7s;
}

[data-delay="2.8s"] {
    transition-delay: 2.8s;
}

[data-delay="2.9s"] {
    transition-delay: 2.9s;
}

[data-delay="3s"] {
    transition-delay: 3s;
}

[data-delay="3.1s"] {
    transition-delay: 3.1s;
}

[data-delay="3.2s"] {
    transition-delay: 3.2s;
}

[data-delay="3.3s"] {
    transition-delay: 3.3s;
}

[data-delay="3.4s"] {
    transition-delay: 3.4s;
}

[data-delay="3.5s"] {
    transition-delay: 3.5s;
}

.js-inview[data-interaction="1s"] {
    transition-duration: 1s;
}

.js-inview[data-interaction="1.5s"] {
    transition-duration: 1.5s;
}

.js-inview[data-interaction="2s"] {
    transition-duration: 2s;
}

.js-inview {
    opacity: 0;
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
    transition-duration: 1s;
}

.fadeup {
    transform: translate3d(0, 50px, 0);
}

.fadedown {
    transform: translate3d(0, -50px, 0);
}

.faderight {
    transform: translate3d(100%, 0, 0);
}

.fadeupright {
    transform: translate3d(100%, -100%, 0);
}

.fadeleft {
    transform: translate3d(-100%, 0, 0);
}

.fadeupleft {
    transform: translate3d(-100%, -100%, 0);
}

.is_show.js-inview {
    opacity: 1;
    transform: none !important;
}

@keyframes fadeInTab {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.c-breadcrumb {
    font-weight: 500;
    line-height: 1.5;
}

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

@media screen and (min-width: 768px) {
    .c-breadcrumb__list {
        gap: 2.5px;
    }
}

.c-breadcrumb__item {
    position: relative;
    gap: 3px;
    display: inline-flex;
    color: #959595;
}

.c-breadcrumb__item:first-child {
    flex-shrink: 0;
}

.c-breadcrumb__item::after {
    pointer-events: none;
    content: "›";
    color: var(--coloryellow);
}

.c-breadcrumb__item:last-child::after {
    display: none;
}

.c-breadcrumb__item-link {
    display: inline-flex;
    align-items: center;
    color: #959595;
}

@media screen and (min-width: 768px) {
    .c-breadcrumb__item-link {
        transition: all 0.5s;
    }

    .c-breadcrumb__item-link:hover {
        color: var(--coloryellow);
    }
}

.c-faq__item {
    position: relative;
    margin-top: 1px;
    background-color: #f3f3f3;
}

@media screen and (min-width: 768px) {
    .c-faq__item {
        margin-top: 2px;
    }
}

.c-faq__item:first-child {
    margin-top: 0;
}

.c-faq__item.is_open .c-faq__icon::after {
    opacity: 0;
    visibility: hidden;
}

.c-faq__item:last-child {
    margin-bottom: 0;
}

.c-faq__question {
    position: relative;
    display: flex;
    z-index: 2;
    transition: all 0.5s;
    padding: 12px 45px 12px 18px;
    gap: 5px;
}

@media screen and (min-width: 768px) {
    .c-faq__question {
        gap: 9px;
        padding: 18px 63px 18px 22px;
        transition: all 0.5s;
    }

    .c-faq__question:hover {
        cursor: pointer;
        opacity: 0.7;
    }
}

.c-faq__q,
.c-faq__a {
    position: relative;
    width: 15px;
    flex-shrink: 0;
    padding-top: 2px;
}

@media screen and (min-width: 768px) {

    .c-faq__q,
    .c-faq__a {
        top: 0;
        width: 20px;
        padding-top: 4px;
    }
}

.c-faq__q .txt,
.c-faq__a .txt {
    line-height: 1;
    font-weight: 700;
}

.c-faq__a {
    display: none;
}

.c-faq__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .c-faq__icon {
        width: 24px;
        height: 24px;
        right: 20px;
    }
}

.c-faq__icon::before,
.c-faq__icon::after {
    content: "";
    width: calc(100% - 6px);
    height: 2px;
    background-color: var(--coloryellow);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

@media screen and (min-width: 768px) {

    .c-faq__icon::before,
    .c-faq__icon::after {
        width: calc(100% - 13px);
    }
}

.c-faq__icon::after {
    transform: rotate(90deg);
}

.c-faq__ttl {
    width: 100%;
}

.c-faq__ttl .ttl {
    position: relative;
    font-weight: 700;
    flex-shrink: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .c-faq__ttl .ttl {
        line-height: 1.5;
        transition: all 0.5s;
    }
}

.c-faq__answer {
    position: relative;
    display: none;
}

.c-faq__answer__content {
    width: 100%;
    padding: 0 18px 12px;
    display: flex;
    gap: 5px;
}

@media screen and (min-width: 768px) {
    .c-faq__answer__content {
        gap: 9px;
        padding: 0 23px 18px;
    }
}

.c-faq__desc a {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: var(--coloryellow);
}

@media screen and (min-width: 768px) {
    .c-faq__desc a:hover {
        transition: all 0.5s;
        text-decoration: none;
    }
}

.c-faq__desc p,
.c-faq__desc .desc {
    line-height: 1.5;
}

@media screen and (min-width: 768px) {

    .c-faq__desc p,
    .c-faq__desc .desc {
        line-height: 1.875;
    }
}

.c-faq__desc p:last-child,
.c-faq__desc .desc:last-child {
    margin-bottom: 0;
}

.l-container {
    width: 100%;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .l-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 40px;
    }
}

