body {
    color: #222;
    font-weight: 400;
    letter-spacing: .04em;
    overflow-x: hidden
}

body .js-scroll-fade {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .7s, transform .7s
}

body .js-scroll-fade.is-add-visible,
body .js-scroll-fade.is-on,
body .js-scroll-fade.is-visible {
    opacity: 1;
    transform: translateY(0)
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
    margin: 0
}

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

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    border-top-width: 1px;
    box-sizing: initial;
    clear: both;
    color: inherit;
    height: 0;
    margin: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: initial;
    color: inherit;
    text-decoration: none
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

embed,
iframe,
img,
object,
svg {
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    background: #0000;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

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

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

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

:-moz-focusring {
    outline: auto
}

select:disabled {
    opacity: inherit
}

fieldset,
option {
    padding: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: initial
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable]:focus {
    outline: auto
}

table {
    border-collapse: collapse;
    border-color: inherit
}

caption {
    text-align: left
}

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

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

.c-header {
    background-color: #fff;
    height: 18.4vw;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

@media (min-width:52.1875em) {
    .c-header {
        height: 6.6666666667vw
    }
}

@media (min-width:90em) {
    .c-header {
        height: 96px
    }
}

.c-header.is-open .c-header__inner .c-header__logo a picture:first-of-type {
    opacity: 0
}

.c-header.is-open .c-header__inner .c-header__logo a picture:last-of-type {
    opacity: 1
}

.c-header__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 90.6666666667vw
}

@media (min-width:52.1875em) {
    .c-header__inner {
        max-width: 88.8888888889vw
    }
}

.c-header__inner .c-header__logo {
    height: 12vw;
    position: relative;
    width: 22.4vw;
    z-index: 10000
}

@media (min-width:52.1875em) {
    .c-header__inner .c-header__logo {
        height: 3.8888888889vw;
        width: 7.2222222222vw
    }
}

@media (min-width:90em) {
    .c-header__inner .c-header__logo {
        height: 56px;
        width: 104px
    }
}

.c-header__inner .c-header__logo a {
    display: block;
    height: 100%;
    width: 100%
}

.c-header__inner .c-header__logo a picture {
    transition: opacity .3s
}

.c-header__inner .c-header__logo a picture:first-of-type {
    opacity: 1
}

.c-header__inner .c-header__logo a picture:last-of-type {
    opacity: 0
}

.c-header__inner .c-header__logo a picture img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-header__inner .c-header-menu {
    background-color: #b80016;
    height: 100%;
    height: 100vh;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .3s;
    width: 100%
}

@media (min-width:52.1875em) {
    .c-header__inner .c-header-menu {
        background-color: initial;
        height: auto;
        overflow: visible;
        position: relative;
        right: auto;
        top: auto;
        transform: translate(0);
        width: auto
    }
}

.c-header__inner .c-header-menu.is-open {
    transform: translateX(0)
}

.c-header__inner .c-header__drawer {
    aspect-ratio: 1/1;
    background-color: #fff;
    border: .2666666667vw solid #b80016;
    border-radius: 50%;
    position: relative;
    width: 14.9333333333vw
}

.c-header__inner .c-header__drawer span {
    background-color: #b80016;
    border-radius: 2.6666666667vw;
    height: .2666666667vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.2666666667vw
}

.c-header__inner .c-header__drawer span:first-child {
    transform: translate(-50%, calc(-50% - 1.33333vw))
}

.c-header__inner .c-header__drawer span:last-child {
    transform: translate(-50%, calc(-50% + 1.33333vw))
}

.c-header__inner .c-header__drawer.is-open span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.c-header__inner .c-header__drawer.is-open span:nth-child(2) {
    opacity: 0
}

.c-header__inner .c-header__drawer.is-open span:last-child {
    transform: translate(-50%, -50%) rotate(45deg)
}

.c-global-navigation {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 90.6666666667vw;
    padding: 33.3333333333vw 0
}

@media (min-width:52.1875em) {
    .c-global-navigation {
        align-items: center;
        flex-direction: row;
        gap: 2.5vw;
        height: 100%;
        justify-content: flex-end;
        margin: 0;
        max-width: none;
        padding: 0
    }
    .c-global-navigation .current-nav {
        display: block;
        cursor: default;
        text-decoration: none;
        color: #b80016;
    }
}

@media (min-width:90em) {
    .c-global-navigation {
        gap: 36px
    }
}

.c-global-navigation>li {
    border-bottom: .2666666667vw solid #fff;
    color: #fff;
    font-size: 3.7333333333vw;
    height: 100%;
    letter-spacing: .12em;
    line-height: 1.7;
    position: relative;
    width: 100%
}

@media (min-width:52.1875em) {
    .c-global-navigation>li {
        align-items: center;
        border-bottom: none;
        color: #222;
        display: flex;
        font-size: 1.1111111111vw;
        justify-content: center;
        letter-spacing: .04em;
        line-height: 1.25;
        padding: 0;
        width: auto
    }
}

@media (min-width:90em) {
    .c-global-navigation>li {
        font-size: 16px
    }
}

@media (min-width:52.1875em) {
    .c-global-navigation>li>a {
        transition: color .3s
    }

    .c-global-navigation>li>a:hover {
        color: #b80016
    }
}

.c-global-navigation>li>a,
.c-global-navigation>li>span {
    display: block;
    height: 100%;
    padding: 8.5333333333vw 0 6.6666666667vw;
    width: 100%
}

@media (min-width:52.1875em) {

    .c-global-navigation>li>a,
    .c-global-navigation>li>span {
        display: inline;
        height: auto;
        padding: 0;
        width: auto
    }
}

.c-global-navigation>li>a>span,
.c-global-navigation>li>span>span {
    font-family: futura-pt, sans-serif;
    font-size: 8.5333333333vw;
    font-weight: 500;
    line-height: .8;
    margin-right: 6.1333333333vw
}

.c-global-navigation>li.c-global-navigation__parent {
    cursor: default
}

.c-global-navigation>li.c-global-navigation__parent:hover .c-navigation-child {
    opacity: 1;
    pointer-events: all
}

.c-global-navigation>li.c-global-navigation__parent>span {
    position: relative
}

.c-global-navigation>li.c-global-navigation__parent>span.is-open:after {
    background-image: url(../img/common/minus-icon-white.svg)
}

.c-global-navigation>li.c-global-navigation__parent>span:after {
    aspect-ratio: 1/1;
    background-image: url(../img/common/plus-icon-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    right: 2.1333333333vw;
    top: 50%;
    transform: translateY(-50%);
    width: 3.7333333333vw
}

@media (min-width:52.1875em) {
    .c-global-navigation>li.c-global-navigation__parent>span:after {
        display: none
    }
}

.c-global-navigation>li.c-global-navigation__parent .c-navigation-child {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s
}

@media (min-width:52.1875em) {
    .c-global-navigation>li.c-global-navigation__parent .c-navigation-child {
        bottom: 0;
        left: -.9722222222vw;
        max-height: none;
        opacity: 0;
        overflow: visible;
        padding-top: 1.5277777778vw;
        pointer-events: none;
        position: absolute;
        transform: translateY(100%);
        z-index: 10000
    }
}

@media (min-width:90em) {
    .c-global-navigation>li.c-global-navigation__parent .c-navigation-child {
        left: -14px;
        padding-top: 22px
    }
}

.c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7.2vw 12.8vw;
    justify-content: flex-start;
    padding: 0 5.3333333333vw 9.0666666667vw
}

@media (min-width:52.1875em) {
    .c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list {
        background-color: #fff;
        border-radius: .2777777778vw;
        box-shadow: 0 0 3.75vw #00000029;
        flex-wrap: nowrap;
        gap: 2.7777777778vw;
        justify-content: center;
        padding: 1.3888888889vw 1.6666666667vw
    }
}

@media (min-width:90em) {
    .c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list {
        border-radius: 4px;
        box-shadow: 0 0 54px #00000029;
        gap: 40px;
        padding: 20px 24px
    }
}

.c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list li:not(:last-child) a:after {
    background-color: #dedede;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0
}

@media (min-width:52.1875em) {
    .c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list li:not(:last-child) a:after {
        right: -1.3888888889vw;
        width: .0694444444vw
    }
}

@media (min-width:90em) {
    .c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list li:not(:last-child) a:after {
        right: -20px;
        width: 1px
    }
}

.c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list li a {
    font-size: 3.4666666667vw;
    position: relative;
    white-space: nowrap
}

@media (min-width:52.1875em) {
    .c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list li a {
        font-size: .9722222222vw;
        padding: .1388888889vw 0
    }
}

@media (min-width:90em) {
    .c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list li a {
        font-size: 14px;
        padding: 2px 0
    }
}

.c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list li a span {
    display: block;
    font-family: futura-pt, sans-serif;
    font-size: 2.6666666667vw;
    font-weight: 500;
    letter-spacing: .04em;
    padding-bottom: 1.0666666667vw
}

@media (min-width:52.1875em) {
    .c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list li a span {
        color: #b80016;
        font-size: .6944444444vw;
        padding-bottom: .1388888889vw
    }
}

@media (min-width:90em) {
    .c-global-navigation>li.c-global-navigation__parent .c-navigation-child .c-navigation-child__list li a span {
        font-size: 10px;
        padding-bottom: 2px
    }
}

.c-footer {
    background-color: #222
}

.c-footer__inner {
    padding: 16.5333333333vw 4.5333333333vw 14.4vw
}

@media (min-width:52.1875em) {
    .c-footer__inner {
        padding: 4.375vw 5.5555555556vw 2.7777777778vw
    }
}

@media (min-width:90em) {
    .c-footer__inner {
        padding: 63px 80px 40px
    }
}

.c-footer__inner .c-footer__contents {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12.8vw;
    justify-content: space-between;
    margin-bottom: 17.0666666667vw
}

@media (min-width:52.1875em) {
    .c-footer__inner .c-footer__contents {
        flex-direction: row;
        gap: 0;
        margin-bottom: 4.7916666667vw
    }
}

@media (min-width:90em) {
    .c-footer__inner .c-footer__contents {
        margin-bottom: 69px
    }
}

.c-footer__inner .c-footer__contents .c-footer-info__logo {
    margin-bottom: 4.2666666667vw;
    width: 33.6vw
}

@media (min-width:52.1875em) {
    .c-footer__inner .c-footer__contents .c-footer-info__logo {
        margin-bottom: 2.9166666667vw;
        width: 13.0555555556vw
    }
}

@media (min-width:90em) {
    .c-footer__inner .c-footer__contents .c-footer-info__logo {
        margin-bottom: 42px;
        width: 188px
    }
}

.c-footer__inner .c-footer__contents .c-footer-info__logo a {
    background-color: #fff;
    border-radius: 1.0666666667vw;
    display: block;
    padding: 0
}

@media (min-width:52.1875em) {
    .c-footer__inner .c-footer__contents .c-footer-info__logo a {
        border-radius: .2777777778vw;
        padding: 0
    }
}

@media (min-width:90em) {
    .c-footer__inner .c-footer__contents .c-footer-info__logo a {
        border-radius: 4px;
        padding: 0
    }
}

.c-footer__inner .c-footer__contents .c-footer-info__logo a img {
    height: auto;
    width: 100%;
    padding: 4px;
}

.c-footer__inner .c-footer__contents .c-footer-info__text {
    color: #fff;
    font-size: 3.7333333333vw;
    line-height: 2
}

@media (min-width:52.1875em) {
    .c-footer__inner .c-footer__contents .c-footer-info__text {
        font-size: 1.1111111111vw
    }
}

@media (min-width:90em) {
    .c-footer__inner .c-footer__contents .c-footer-info__text {
        font-size: 16px
    }
}

.c-footer__inner .c-footer__contents .c-footer-info__menu {
    color: #fff;
    font-size: 3.7333333333vw;
    line-height: 2.2
}

@media (min-width:52.1875em) {
    .c-footer__inner .c-footer__contents .c-footer-info__menu {
        font-size: .9722222222vw
    }
}

@media (min-width:90em) {
    .c-footer__inner .c-footer__contents .c-footer-info__menu {
        font-size: 14px
    }
}

@media (min-width:52.1875em) {
    .c-footer__inner .c-footer__contents .c-footer-info__menu li a {
        transition: color .3s
    }

    .c-footer__inner .c-footer__contents .c-footer-info__menu li a:hover {
        color: #b80016
    }
}

.c-footer__inner .c-footer__contents .c-footer-menu {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 10.6666666667vw;
    justify-content: flex-end;
    width: 100%
}

@media (min-width:52.1875em) {
    .c-footer__inner .c-footer__contents .c-footer-menu {
        flex-direction: row;
        gap: 2.5vw;
        padding-top: 2.2916666667vw;
        width: 57.8333333333%
    }
}

@media (min-width:90em) {
    .c-footer__inner .c-footer__contents .c-footer-menu {
        gap: 36px;
        padding-top: 33px
    }
}

.c-footer__inner .c-footer__contents .c-footer-menu li a {
    color: #fff;
    font-weight: 400;
    letter-spacing: .04em
}

@media (min-width:52.1875em) {
    .c-footer__inner .c-footer__contents .c-footer-menu li a {
        font-size: 1.1111111111vw;
        transition: color .3s
    }

    .c-footer__inner .c-footer__contents .c-footer-menu li a:hover {
        color: #b80016
    }
}

@media (min-width:90em) {
    .c-footer__inner .c-footer__contents .c-footer-menu li a {
        font-size: 16px
    }
}

.c-footer__inner .c-footer__cr {
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 3.2vw;
    font-weight: 500;
    text-align: center
}

@media (min-width:52.1875em) {
    .c-footer__inner .c-footer__cr {
        font-size: .9722222222vw
    }
}

@media (min-width:90em) {
    .c-footer__inner .c-footer__cr {
        font-size: 14px
    }
}

.c-recruit {
    padding: 10.6666666667vw 0;
    position: relative
}

@media (min-width:52.1875em) {
    .c-recruit {
        background-image: url(../img/common/recruit-bg-pc.jpg);
        background-position: 50%;
        background-size: cover;
        padding: 3.8194444444vw 0
    }
}

@media (min-width:90em) {
    .c-recruit {
        padding: 55px 0
    }
}

.c-recruit__image {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-recruit__image img {
    height: auto;
    width: 100%
}

.c-recruit__inner {
    align-items: flex-start;
    background-color: #b80016;
    border-radius: 1.6vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 4.2666666667vw;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 90.6666666667vw;
    overflow: hidden;
    padding: 8.5333333333vw;
    position: relative
}

@media (min-width:52.1875em) {
    .c-recruit__inner {
        border-radius: .5555555556vw;
        flex-direction: row;
        gap: 0;
        max-width: 83.3333333333vw;
        padding: 4.5138888889vw 5.5555555556vw
    }
}

@media (min-width:90em) {
    .c-recruit__inner {
        border-radius: 8px;
        max-width: 1200px;
        padding: 65px 80px
    }
}

.c-recruit__inner .c-recruit__textarea {
    position: relative;
    z-index: 2
}

.c-recruit__inner .c-recruit__textarea .c-recruit__text {
    font-size: 4.2666666667vw;
    letter-spacing: .08em;
    line-height: 1.7;
    margin-bottom: 6.4vw
}

@media (min-width:52.1875em) {
    .c-recruit__inner .c-recruit__textarea .c-recruit__text {
        font-size: 1.6666666667vw;
        margin-bottom: 3.3333333333vw
    }
}

@media (min-width:90em) {
    .c-recruit__inner .c-recruit__textarea .c-recruit__text {
        font-size: 24px;
        margin-bottom: 48px
    }
}

.c-recruit__inner .c-recruit_en {
    bottom: -2.9333333333vw;
    font-family: futura-pt, sans-serif;
    font-size: 10.6666666667vw;
    left: -2.9333333333vw;
    opacity: .12;
    position: absolute;
    white-space: nowrap
}

@media (min-width:52.1875em) {
    .c-recruit__inner .c-recruit_en {
        bottom: -2.5694444444vw;
        font-size: 10vw;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (min-width:90em) {
    .c-recruit__inner .c-recruit_en {
        bottom: -37px;
        font-size: 144px
    }
}

.c-section-title.white .c-section-title__en {
    color: #fff
}

.c-section-title.white .c-section-title__en:after,
.c-section-title.white .c-section-title__en:before {
    background-color: #fff
}

.c-section-title.under .c-section-title__en {
    font-size: 4.8vw;
    margin-bottom: 1.6vw;
    padding-left: 13.0666666667vw
}

@media (min-width:52.1875em) {
    .c-section-title.under .c-section-title__en {
        font-size: 1.25vw;
        margin-bottom: .625vw;
        padding-left: 4.7916666667vw
    }
}

@media (min-width:90em) {
    .c-section-title.under .c-section-title__en {
        font-size: 18px;
        margin-bottom: 9px;
        padding-left: 69px
    }
}

.c-section-title.under .c-section-title__en:after {
    width: 10.6666666667vw
}

@media (min-width:52.1875em) {
    .c-section-title.under .c-section-title__en:after {
        width: 3.8888888889vw
    }
}

@media (min-width:90em) {
    .c-section-title.under .c-section-title__en:after {
        width: 56px
    }
}

.c-section-title.under .c-section-title__en:before {
    left: 7.2vw
}

@media (min-width:52.1875em) {
    .c-section-title.under .c-section-title__en:before {
        left: 2.5694444444vw
    }
}

@media (min-width:90em) {
    .c-section-title.under .c-section-title__en:before {
        left: 37px
    }
}

.c-section-title.under .c-section-title__ja {
    font-size: 7.4666666667vw
}

@media (min-width:52.1875em) {
    .c-section-title.under .c-section-title__ja {
        font-size: 2.2222222222vw
    }
}

@media (min-width:90em) {
    .c-section-title.under .c-section-title__ja {
        font-size: 32px
    }
}

.c-section-title__en {
    color: #b80016;
    font-family: futura-pt, sans-serif;
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1.6vw;
    padding-left: 13.0666666667vw;
    position: relative
}

@media (min-width:52.1875em) {
    .c-section-title__en {
        font-size: 1.6666666667vw;
        margin-bottom: 1.6666666667vw;
        padding-left: 6.9444444444vw
    }
}

@media (min-width:90em) {
    .c-section-title__en {
        font-size: 24px;
        margin-bottom: 24px;
        padding-left: 100px
    }
}

.c-section-title__en:after {
    background-color: #b80016;
    content: "";
    height: .5333333333vw;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10.6666666667vw
}

@media (min-width:52.1875em) {
    .c-section-title__en:after {
        height: .1388888889vw;
        width: 5.2083333333vw
    }
}

@media (min-width:90em) {
    .c-section-title__en:after {
        height: 2px;
        width: 75px
    }
}

.c-section-title__en:before {
    background-color: #b80016;
    border-radius: 50%;
    content: "";
    height: 2.1333333333vw;
    left: 7.2vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.1333333333vw
}

@media (min-width:52.1875em) {
    .c-section-title__en:before {
        height: .5555555556vw;
        left: 3.9583333333vw;
        width: .5555555556vw
    }
}

@media (min-width:90em) {
    .c-section-title__en:before {
        height: 8px;
        left: 57px;
        width: 8px
    }
}

.c-section-title__ja {
    font-size: 7.4666666667vw;
    font-weight: 300;
    letter-spacing: .12em;
    line-height: 1.6
}

@media (min-width:52.1875em) {
    .c-section-title__ja {
        font-size: 2.5vw
    }
}

@media (min-width:90em) {
    .c-section-title__ja {
        font-size: 36px
    }
}

.c-primary-link,
.c-primary-link.white {
    width: 42.6666666667vw
}

@media (min-width:52.1875em) {

    .c-primary-link,
    .c-primary-link.white {
        width: 12.7083333333vw
    }
}

@media (min-width:90em) {

    .c-primary-link,
    .c-primary-link.white {
        width: 183px
    }
}

.c-primary-link a,
.c-primary-link.white a {
    align-items: center;
    border-bottom: .2666666667vw solid #b80016;
    color: #b80016;
    display: flex;
    font-family: futura-pt, sans-serif;
    font-size: 4vw;
    font-weight: 500;
    gap: 7.4666666667vw;
    justify-content: space-between;
    padding-bottom: 3.2vw
}

@media (min-width:52.1875em) {

    .c-primary-link a,
    .c-primary-link.white a {
        border-bottom: .0694444444vw solid #b80016;
        font-size: 1.3888888889vw;
        gap: 1.9444444444vw;
        padding-bottom: .8333333333vw;
        transition: opacity .3s
    }

    .c-primary-link a:hover {
        opacity: .4
    }
}

@media (min-width:90em) {

    .c-primary-link a,
    .c-primary-link.white a {
        border-bottom: 1px solid #b80016;
        font-size: 20px;
        gap: 28px;
        padding-bottom: 12px
    }
}

.c-primary-link a .arrow {
    aspect-ratio: 1/1;
    background-color: #b80016;
    border-radius: 50%;
    position: relative;
    width: 7.4666666667vw
}

@media (min-width:52.1875em) {
    .c-primary-link a .arrow {
        width: 1.9444444444vw
    }
}

@media (min-width:90em) {
    .c-primary-link a .arrow {
        width: 28px
    }
}

.c-primary-link a .arrow img {
    height: 2.1333333333vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

@media (min-width:52.1875em) {
    .c-primary-link a .arrow img {
        height: .5555555556vw
    }
}

@media (min-width:90em) {
    .c-primary-link a .arrow img {
        height: 8px
    }
}

.c-primary-link.white a {
    border-bottom: .2666666667vw solid #fff;
    color: #fff
}

@media (min-width:52.1875em) {
    .c-primary-link.white a {
        border-bottom: .0694444444vw solid #fff
    }
}

@media (min-width:90em) {
    .c-primary-link.white a {
        border-bottom: 1px solid #fff
    }
}

.c-primary-link.white a .arrow {
    background-color: #fff
}

.c-page-header {
    margin-bottom: 19.2vw;
    padding: 36.5333333333vw 0 0
}

@media (min-width:52.1875em) {
    .c-page-header {
        margin-bottom: 8.3333333333vw;
        padding: 9.0277777778vw 0 0
    }
}

@media (min-width:90em) {
    .c-page-header {
        margin-bottom: 120px;
        padding: 130px 0 0
    }
}

.c-page-header__inner {
    align-items: flex-start;
    border-bottom: .2666666667vw solid #e4e4e4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 2.1333333333vw 10.6666666667vw
}

@media (min-width:52.1875em) {
    .c-page-header__inner {
        align-items: flex-end;
        border-bottom: .0694444444vw solid #e4e4e4;
        flex-direction: row;
        max-width: 88.8888888889vw;
        padding: 0 0 2.7777777778vw
    }
}

@media (min-width:90em) {
    .c-page-header__inner {
        border-bottom: 1px solid #e4e4e4;
        max-width: 1280px;
        padding: 0 0 40px
    }
}

.c-page-header__inner .c-page-header__textarea {
    padding: 0 2.9333333333vw 8.5333333333vw
}

@media (min-width:52.1875em) {
    .c-page-header__inner .c-page-header__textarea {
        padding: 0 0 .6944444444vw 6.25vw
    }
}

@media (min-width:90em) {
    .c-page-header__inner .c-page-header__textarea {
        padding: 0 0 10px 90px
    }
}

.c-page-header__inner .c-page-header__textarea .c-page-header__titles {
    margin-bottom: 6.4vw
}

@media (min-width:52.1875em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__titles {
        margin-bottom: 2.7777777778vw
    }
}

@media (min-width:90em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__titles {
        margin-bottom: 40px
    }
}

.c-page-header__inner .c-page-header__textarea .c-page-header__titles .c-page-header__subtitle {
    color: #b80016;
    font-family: futura-pt, sans-serif;
    font-size: 14.9333333333vw;
    font-weight: 500;
    letter-spacing: .07em
}

@media (min-width:52.1875em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__titles .c-page-header__subtitle {
        font-size: 7.2222222222vw;
        letter-spacing: .04em
    }
}

@media (min-width:90em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__titles .c-page-header__subtitle {
        font-size: 104px
    }
}

.c-page-header__inner .c-page-header__textarea .c-page-header__titles .c-page-header__title {
    font-size: 4.2666666667vw;
    letter-spacing: .07em;
    line-height: 1.5;
    margin-top: 2.6666666667vw
}

@media (min-width:52.1875em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__titles .c-page-header__title {
        font-size: 1.6666666667vw;
        line-height: 2;
        margin-top: auto;
        padding-left: .4861111111vw
    }
}

@media (min-width:90em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__titles .c-page-header__title {
        font-size: 24px;
        padding-left: 7px
    }
}

.c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs {
    background-color: #f3f3f3;
    border-radius: 32vw;
    display: inline-block;
    padding: 1.8666666667vw 5.3333333333vw
}

@media (min-width:52.1875em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs {
        border-radius: 8.3333333333vw;
        margin-left: .5555555556vw;
        padding: .6944444444vw 2.2222222222vw
    }
}

@media (min-width:90em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs {
        border-radius: 120px;
        margin-left: 8px;
        padding: 10px 32px
    }
}

.c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul {
    align-items: center;
    display: flex;
    gap: 7.4666666667vw;
    justify-content: flex-start
}

@media (min-width:52.1875em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul {
        gap: 1.9444444444vw
    }
}

@media (min-width:90em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul {
        gap: 28px
    }
}

.c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul li {
    font-size: 2.9333333333vw;
    font-weight: 500;
    line-height: 1;
    position: relative
}

@media (min-width:52.1875em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul li {
        font-size: .9722222222vw
    }
}

@media (min-width:90em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul li {
        font-size: 14px
    }
}

@media (min-width:52.1875em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul li a {
        transition: color .3s
    }

    .c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul li a:hover {
        color: #b80016
    }
}

.c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul li:not(:last-child):after {
    aspect-ratio: 1/1;
    background-color: #222;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: -4.2666666667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.0666666667vw
}

@media (min-width:52.1875em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul li:not(:last-child):after {
        right: -1.1111111111vw;
        width: .2777777778vw
    }
}

@media (min-width:90em) {
    .c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul li:not(:last-child):after {
        right: -16px;
        width: 4px
    }
}

.c-page-header__inner .c-page-header__textarea .c-page-header__breadcrumbs ul li:last-child {
    color: #b80016
}

.c-page-header__inner .c-page-header__imagearea {
    border-radius: 1.0666666667vw;
    overflow: hidden;
    width: 100%
}

@media (min-width:52.1875em) {
    .c-page-header__inner .c-page-header__imagearea {
        border-radius: .5555555556vw;
        width: 41.484375%
    }
}

@media (min-width:90em) {
    .c-page-header__inner .c-page-header__imagearea {
        border-radius: 8px
    }
}

.c-page-header__inner .c-page-header__imagearea img {
    height: auto;
    width: 100%
}

.c-news-item a {
    background-color: #fff;
    border-radius: 1.6vw;
    display: block;
    padding: 6.4vw
}

@media (min-width:52.1875em) {
    .c-news-item a {
        border-radius: .5555555556vw;
        padding: 1.9444444444vw 3.3333333333vw;
        transition: opacity .3s
    }

    .c-news-item a:hover {
        opacity: .6
    }
}

@media (min-width:90em) {
    .c-news-item a {
        border-radius: 8px;
        padding: 28px 48px
    }
}

.c-news-item a .c-news-item__info {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2.6666666667vw
}

@media (min-width:52.1875em) {
    .c-news-item a .c-news-item__info {
        margin-bottom: .8333333333vw
    }
}

@media (min-width:90em) {
    .c-news-item a .c-news-item__info {
        margin-bottom: 12px
    }
}

.c-news-item a .c-news-item__info .c-news-item__date {
    color: #a9a9a9;
    font-family: futura-pt, sans-serif;
    font-size: 3.7333333333vw;
    font-weight: 500;
    padding-top: .2666666667vw;
    width: 28vw
}

@media (min-width:52.1875em) {
    .c-news-item a .c-news-item__info .c-news-item__date {
        font-size: .9027777778vw;
        padding-top: .1388888889vw;
        width: 6.9444444444vw
    }
}

@media (min-width:90em) {
    .c-news-item a .c-news-item__info .c-news-item__date {
        font-size: 13px;
        padding-top: 2px;
        width: 100px
    }
}

.c-news-item a .c-news-item__info .c-news-item__cat {
    border: .2666666667vw solid #b80016;
    border-radius: .8vw;
    color: #b80016;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.7;
    padding: .5333333333vw 3.4666666667vw
}

@media (min-width:52.1875em) {
    .c-news-item a .c-news-item__info .c-news-item__cat {
        border: .0694444444vw solid #b80016;
        border-radius: 7.7777777778vw;
        font-size: .8333333333vw;
        padding: 0 1.3194444444vw
    }
}

@media (min-width:90em) {
    .c-news-item a .c-news-item__info .c-news-item__cat {
        border: 1px solid #b80016;
        border-radius: 112px;
        font-size: 12px;
        padding: 0 19px
    }
}

.c-news-item a .c-news-item__title {
    font-size: 3.7333333333vw;
    letter-spacing: .06em;
    line-height: 1.5
}

@media (min-width:52.1875em) {
    .c-news-item a .c-news-item__title {
        font-size: 1.1111111111vw
    }
}

@media (min-width:90em) {
    .c-news-item a .c-news-item__title {
        font-size: 16px
    }
}

.c-pagination__list {
    align-items: flex-start;
    display: flex;
    gap: 2.9333333333vw;
    justify-content: center
}

@media (min-width:52.1875em) {
    .c-pagination__list {
        gap: .7638888889vw
    }
}

@media (min-width:90em) {
    .c-pagination__list {
        gap: 11px
    }
}

.c-pagination__list .page-numbers {
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    font-family: futura-pt, sans-serif;
    font-size: 5.8666666667vw;
    font-weight: 500;
    justify-content: center;
    margin-top: 12vw;
    text-align: center;
    width: 12.8vw
}

@media (min-width:52.1875em) {
    .c-pagination__list .page-numbers {
        font-size: 1.5277777778vw;
        margin-top: 3.8888888889vw;
        transition: all .3s;
        width: 3.3333333333vw
    }

    .c-pagination__list .page-numbers:hover {
        color: #b80016
    }
}

@media (min-width:90em) {
    .c-pagination__list .page-numbers {
        font-size: 22px;
        margin-top: 56px;
        width: 48px
    }
}

.c-pagination__list .page-numbers.current {
    background-color: #b80016;
    color: #fff
}

.c-pagination__list .page-numbers.next,
.c-pagination__list .page-numbers.prev {
    display: none
}

.fixed {
    position: fixed !important
}

.sticky {
    position: sticky !important
}

.block {
    display: block !important
}

.flex {
    display: flex !important
}

.table {
    display: table !important
}

.grid {
    display: grid !important
}

.hidden {
    display: none !important
}

.size-full {
    height: 100% !important;
    width: 100% !important
}

.border {
    border-width: 1px !important
}

.uppercase {
    text-transform: uppercase !important
}

.italic {
    font-style: italic !important
}

.underline {
    text-decoration-line: underline !important
}

.line-through {
    text-decoration-line: line-through !important
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

@media (min-width:835px) {
    .desktop\:block {
        display: block !important
    }

    .desktop\:flex {
        display: flex !important
    }

    .desktop\:hidden {
        display: none !important
    }
}

/* --------------------------------------------------
   ページヘッダータイトルの入れ替え（c-page-header__titles）
-------------------------------------------------- */

/* 1. 上下配置の入れ替え */
.c-page-header__titles {
    display: flex;
    flex-direction: column-reverse; /* 下にある日本語を上に、上にある英語を下へ */
}

/* 2. 英語（元subtitle）：【小さく・黒く・下へ】 */
.c-page-header__inner .c-page-header__textarea .c-page-header__titles .c-page-header__subtitle {
    font-size: 4.2666666667vw; /* 元の日本語サイズ(SP) */
    color: #222;               /* 黒色に戻す */
    margin-bottom: 0;          /* 下の余白を消す */
    margin-top: 2vw;           /* 上（日本語）との余白を追加 */
    line-height: 1.5;
}

/* 3. 日本語（元title）：【大きく・赤く・上へ】 */
.c-page-header__inner .c-page-header__textarea .c-page-header__titles .c-page-header__title {
    font-size: 10vw;           /* 元の英語サイズ(14.9vw)は日本語には大きすぎるため少し調整 */
    color: #b80016;            /* 赤色にする */
    font-weight: bold;         /* 太字にする */
    margin-top: 0;             /* 元の上の余白を消す */
    line-height: 1.2;
    padding-left: 0;           /* 左の余白があればリセット */
}

/* --- PCサイズ（画面幅52.1875em以上）の調整 --- */
@media (min-width: 52.1875em) {
    /* 英語 */
    .c-page-header__inner .c-page-header__textarea .c-page-header__titles .c-page-header__subtitle {
        font-size: 24px;       /* 元の日本語サイズ(PC) */
        margin-top: 10px;
    }
    
    /* 日本語 */
    .c-page-header__inner .c-page-header__textarea .c-page-header__titles .c-page-header__title {
        font-size: 64px;       /* 元の英語サイズ(104px)は日本語には巨大すぎるため調整（お好みで80px等に） */
        padding-left: 0;
    }
}

/* --------------------------------------------------
   SPメニュー：横並びのまま日⇔英入れ替え
-------------------------------------------------- */
@media screen and (max-width: 834px) {

    /* 1. 横並びのまま左右を反転させる */
    .c-global-navigation > li > a,
    .c-global-navigation > li > span { /* リンクなしのカレント表示も含める */
        display: flex !important;
        flex-direction: row-reverse; /* 「英語・日本語」を「日本語・英語」の順にする */
        justify-content: flex-end;   /* 左揃えにする */
        align-items: baseline;       /* 文字の下のライン（ベースライン）を揃える */
        gap: 4.2666666667vw;                    /* 日本語と英語の間隔 */
        padding: 6.9444444444vw 0 !important; /* 上下の余白 */
    }

    /* 2. 日本語（親要素のフォント設定）：【大きくする】 */
    .c-global-navigation > li {
        font-size: 5.8666666667vw !important; /* 日本語のサイズ */
        font-weight: 700 !important;
        line-height: 1;
    }

    /* 3. 英語（spanタグ）：【小さくする】 */
    .c-global-navigation > li > a > span,
    .c-global-navigation > li > span > span {
        font-size: 4.2666666667vw !important; /* 英語のサイズ（小さく） */
        font-weight: 500 !important;
        color: #fff;              /* 英語の色（赤） */
        margin-right: 0 !important;  /* 元の余白をリセット */
        letter-spacing: 0.05em;
    }
}
