@charset "utf-8"; /*
Theme Name: theme
Author: circle
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 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-style: normal;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Lato, "Noto Sans JP","Yu Gothic Medium", YuGothic,"Hiragino Kaku Gothic ProN", Meiryo,"MS PGothic", sans-serif;
    color: #2d2d2d;
    /* outline: 1px solid #f00; */
    word-break: break-all;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

a {
    text-decoration: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input, textarea {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 17px;
    border: #ccc 1px solid;
    border-radius: 3px;
    background: #fafafa;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

* html .clear {
    height: 1px;
}

.both {
    clear: both;
}

.header {
    width: 100%;
    /* height: 100px; */
    display: flex;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
}

.header__inner, .fv__inner {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}

.header__left {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px 0 0 40px;
}

.header__logo img {
    height: 66px;
}

.header__lang {
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
}

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

.header__nav ul {
    display: flex;
    list-style: none;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.header__nav a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #2a2c2d;
}

.header__contact-btn {
    background: #222;
    color: #fff !important;
    padding: 30px 50px;
    margin-right: -5%;
}

main {
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
}

.header__lang .is-active a {
    padding: 5px 7px 5px 7px;
    display: inline-block;
    background: #282828;
    color: #fff;
}

.header__lang span {
    display: inline-block;
}

.header__lang span:last-child a {
    border-radius: 0 10px 10px 0;
}

.header__lang span a {
    padding: 5px 7px 5px 10px;
    background: #eaeaea;
    color: #222;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.fv {
    padding-top: 100px;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    overflow: hidden;
}

.fv__content {
    flex: 1;
    z-index: 2;
}

.fv__image {
    flex: 1.2;
    margin-right: -100px;
}

.fv__image img {
    width: 150%;
}

.fv__inner {
    max-width: 1400px;
    width: 95%;
}

.hero-title {
    display: inline-block;
    font-size: clamp(40px, 15vw, 80px);
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    transform: translateX(50px);
    letter-spacing: 0.05em;
    opacity: 0;
    background: linear-gradient(90deg, #000 0%, #000 30%, #c3572f 38%, #efa140 43%, #ffb648 48%, #b66e2a 58%, #000 70%, #000 100%);
    background-size: 330%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: opacity 0.8s ease-out, transform 1.2s cubic-bezier(.12,.21,.21,.93), background-position 2s cubic-bezier(.3,.4,.31,.88) 0.8s, clip-path 1.2s cubic-bezier(.12,.21,.21,.93);
}

.hero-sub {
    margin-bottom: 20px;
    font-family: 'Oswald';
    font-size: clamp(23px, 5vw, 36px);
    letter-spacing: 0.05em;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.7s cubic-bezier(.12,.21,.21,.93), transform 0.7s cubic-bezier(.12,.21,.21,.93);
    transition-delay: 0.3s;
}

#fv.is-active .hero-title {
    transform: translateX(0);
    opacity: 1;
    background-position: 0 0;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

#fv.is-active .hero-sub {
    transform: translateX(0);
    opacity: 1;
}

:root {
    --ms-text: #2d2d2d;
    --ms-bg: #ffffff;
    --ms-btn: #2d2d2d;
    --v-text: #2d2d2d;
    --v-muted: #2d2d2d;
    --v-line: rgba(0,0,0,.18);
    --v-core: #f2f2f2;
    --v-gold: #b58a3b;
    --v-btn: #000000;
}

.ms {
    background: var(--ms-bg);
    color: var(--ms-text);
    padding: 60px 0 0;
    overflow: hidden;
    margin-bottom: 100px;
}

.ms__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.ms__top {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 56px;
    align-items: start;
    padding-bottom: 48px;
}

.ms__left {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
}

.ms__en *,.nw__en {
    letter-spacing: .06em;
    line-height: 1.05;
    font-family: "Oswald";
}

.ms__en1, .ms__en2 {
    font-size: 60px;
}

.ms__sub, .values__sub, .ci__sub, .biz__sub,.ho__sub {
    margin-top: 18px;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ms__dash {
    color: var(--ms-accent);
    font-weight: 700;
}

.ms__headline {
    font-size: 36px;
    line-height: 1.45;
    margin: 0 0 35px;
    font-weight: bold;
    letter-spacing: .02em;
}

.ms__lead {
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 600;
}

.ms__note {
    margin: 0;
    font-size: 17px;
    line-height: 2.0;
}

.ms__cta {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ms__read {
    color: var(--ms-text);
    text-decoration: none;
    font-family: 'Oswald';
    letter-spacing: .02em;
    font-size: 22px;
}

.ms__read:hover {
    opacity: .75;
}

.ms__btn {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: var(--ms-btn);
    display: grid;
    place-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.ms__arrow {
    color: #fff;
    font-size: 36px;
    transform: translateX(1px);
}

.ms__btn:hover {
    filter: brightness(1.08);
}

.ms__marquee {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #f7f7f7;
}

.ms__track {
    display: flex;
    width: max-content;
    animation: ms-marquee 26s linear infinite;
    will-change: transform;
}

.ms__marquee:hover .ms__track {
    animation-play-state: paused;
}

.ms__strip {
    display: flex;
}

.ms__strip img {
    height: 230px;
    object-fit: cover;
    display: block;
    width: auto;
}

@keyframes ms-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms__track {
        animation: none;
    }
}

.values {
    color: var(--v-text);
    padding: 70px 0 40px;
    padding-bottom: 400px;
}

.values__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 28px 0px;
}

.values__head {
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.values__eyebrow {
    letter-spacing: .06em;
    font-size: 60px;
    font-family: 'Oswald';
}

.values__title {
    margin: 32px 0 20px;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: .02em;
}

.values__desc {
    margin: 0;
    color: var(--v-muted);
    font-size: 18px;
    letter-spacing: .02em;
}

.values__map {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 40px;
    aspect-ratio: 1100 / 510;
}

.values__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    pointer-events: none;
}

.values__lines line {
    stroke: var(--v-line);
    stroke-width: 2px;
}

.values__core {
    position: absolute;
    left: 33%;
    top: 54%;
    transform: translate(-50%,-50%);
    width: clamp(240px, 32vw, 420px);
    height: clamp(240px, 32vw, 420px);
    border-radius: 999px;
    background: var(--v-core);
    display: grid;
    place-items: center;
    z-index: 100;
}

.values__coreText * {
    text-align: center;
    letter-spacing: .06em;
    font-size: clamp(34px, 4.2vw, 64px);
    font-family: "Jost";
    font-weight: 600;
    line-height: 1;
}

.values__node {
    position: absolute;
    width: 290px;
    height: 290px;
    border-radius: 999px;
    background: #ffffff;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 6px 18px;
    box-sizing: border-box;
    isolation: isolate;
}

.values__node::before, .values__node::after {
    background: #fff;
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    border: 1px solid rgb(0 0 0 / 42%);
    opacity: 0;
    filter: blur(0px);
    transform: scale(1);
    pointer-events: none;
    z-index: -1;
    animation: ringPulse 1.6s ease-out infinite;
}

.values__node::after {
    animation-delay: 1.3s;
}

@keyframes ringPulse {
    0% {
        opacity: 0.3;
        transform: scale(0.9);
        filter: blur(0px);
    }

    20% {
        opacity: .75;
    }

    100% {
        opacity: 0.3;
        transform: scale(1.01);
        filter: blur(8px);
    }
}

.values__icon {
    display: grid;
    place-items: center;
    margin-bottom: 10px;
}

.values__icon img {
    height: 50px;
    display: block;
}

.values__nodeTitle {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 8px;
    font-family: jost;
    color: #000;
}

.values__nodeText {
    font-size: 14px;
    line-height: 1.6;
}

.values__node--v1 {
    right: -90px;
    top: 130px;
}

.values__node--v2 {
    right: -100px;
    top: 440px;
}

.values__node--v3 {
    right: 120px;
    top: 670px;
}

.values__node--v4 {
    right: 450px;
    top: 760px;
    position: absolute;
    z-index: 100;
}

.values__node--v5 {
    right: 760px;
    top: 620px;
}

.values__cta {
    align-items: center;
    width: 1100px;
    margin: -100px auto 160px;
    display: flex;
    justify-content: flex-end;
    gap: 0 20px;
}

.values__read {
    color: #000000;
    text-decoration: none;
    letter-spacing: .02em;
    font-family: 'Oswald';
    font-size: 25px;
}

.values__read:hover {
    opacity: .75;
}

.values__btn {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: var(--v-btn);
    display: grid;
    place-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.values__arrow {
    color: #fff;
    font-size: 22px;
    transform: translateX(1px);
}

.values__btn:hover {
    filter: brightness(1.08);
}

.sv {
    padding: 60px 0 120px;
    background: #fff;
    margin-top: -2px;
}

.sv__top {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 90px;
    align-items: start;
}

.sv__left {
    position: sticky;
    top: 90px;
    align-self: start;
    padding-right: 10px;
}

.sv__headline {
    margin-top: 34px;
}

.sv__copy {
    margin: 0;
    font-size: 18px;
    line-height: 2.0;
    letter-spacing: .02em;
}

.sv__cta {
    justify-content: flex-start;
    margin-top: 42px;
}

.sv__right {
    min-width: 0;
}

.sv__cards {
    display: flex;
    flex-direction: column;
    gap: 96px;
    padding-top: 6px;
}

.sv__tag {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.sv__tagJP {
    background: #000000;
    color: #fff;
    font-weight: 800;
    font-size: 42px;
    line-height: 1;
    padding: 5px 5px 6px;
    letter-spacing: .08em;
}

.sv__tagEN {
    font-size: 21px;
    letter-spacing: .03em;
    color: #000000;
    font-family: 'Oswald';
}

.sv__thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.sv__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.sv__thumbArrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    background: #111;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.sv__cardTitle {
    margin: 18px 0 8px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .02em;
}

.sv__cardText {
    margin: 0;
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: .02em;
}

.ca {
    padding: 70px 0 0px;
    position: relative;
    overflow: hidden;
    background: url(/wp-content/uploads/ca-bg.png) no-repeat center top 20% /800px;
}

.ca__head {
    position: relative;
    z-index: 2;
}

.ca__eyebrow {
    font-size: 60px;
    letter-spacing: .08em;
    font-family: "Oswald", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
}

.ca__title {
    font-size: 45px;
    margin-top: 46px;
}

.ca__lead {
    margin-top: 18px;
    color: var(--ms-text);
    font-size: 18px;
    line-height: 2.1;
    letter-spacing: .02em;
}

.ca__lead p {
    margin: 0;
}

.ca__big {
    text-align: center;
    margin: 34px 0 56px;
    font-size: clamp(34px, 4.6vw, 64px);
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: .02em;
    position: relative;
    z-index: 2;
}

.ca__bigAccent {
    color: var(--ms-accent);
}

.ca__visual {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    place-items: center;
    padding-top: 10px;
}

.ca .ms__cta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}

.values__coreText {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nw {
    padding: 90px 0 110px;
    background: #F4F4F4;
}

.nw__entry {
    text-align: center;
    margin: 0 0 70px;
}

.nw__entryEn {
    font-family: "Oswald", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
    font-size: 62px;
    letter-spacing: .08em;
    line-height: 1;
    color: var(--ms-text);
}

.nw__entryJa {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .06em;
    color: var(--ms-text);
}

.nw__grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 90px;
    align-items: start;
    margin-bottom: 70px;
}

.nw__en {
    padding-bottom: 8px;
    font-size: 60px;
}

.nw__right {
    min-width: 0;
}

.nw__list {
    border-top: 1px solid rgba(45,45,45,.18);
}

.nw__item {
    display: block;
    border-bottom: 1px solid rgba(45,45,45,.18);
    color: var(--ms-text);
    text-decoration: none;
    padding: 30px 0;
}

.nw__item:hover {
}

.nw__meta {
    display: flex;
    align-items: baseline;
    gap: 22px;
}

.nw__date {
    font-size: 18px;
    color: #808080;
    letter-spacing: .04em;
    font-family: 'Oswald';
}

.nw__cat {
    font-family: "Oswald";
    font-size: 18px;
    letter-spacing: .08em;
    color: var(--ms-accent);
}

.nw__ttl {
    font-size: 16px;
    letter-spacing: .03em;
}

.nw__cta {
    justify-content: flex-end;
    margin-top: 46px;
}
.home main {
    background: #fff;
}
.ft {
    background: #2b2b2b;
    padding: 56px 0 66px;
    position: relative;
}

.ft__inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.ft__brand {
    grid-area: brand;
}

.ft__nav {
    grid-area: nav;
}

.ft__lang {
    grid-area: lang;
    justify-self: end;
    align-self: center;
}

.ft__addr {
    grid-area: addr;
}

.ft__cta {
    grid-area: cta;
    justify-self: end;
    align-self: end;
}

.ft__logoLink {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.ft__logo {
    width: 350px;
    max-width: 100%;
    height: auto;
    display: block;
}

.ft__nav {
    display: flex;
    gap: 54px;
    justify-content: center;
    padding-top: 50px;
}

.ft__navItem {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ft__navJa {
    font-size: 13px;
    letter-spacing: .08em;
    opacity: .9;
}

.ft__navEn {
    font-family: "Oswald";
    font-size: 20px;
    letter-spacing: .06em;
    font-weight: 600;
}

footer.ft .ft__navItem:hover * {
    color: #ceaa6a;
    opacity: 1;
}

.ft__lang {
    font-family: 'Jost';
    letter-spacing: .12em;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}

.ft__langLink {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.ft__langSep {
    margin: 0 10px;
    opacity: .7;
}

.ft__addr {
    padding-top: 6px;
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: .06em;
}

.ft__addrLine {
    margin: 0;
    font-size: 15px;
}

.ft__map {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ms-accent, #c69b4e);
    text-decoration: none;
    font-family: "Oswald";
    font-size: 22px;
    letter-spacing: .06em;
    font-weight: 700;
}

.ft__map:hover {
    opacity: .8;
}

.ft__out {
    width: 18px;
    height: 18px;
    display: block;
    transform: translateY(1px);
}

.ft__btn {
    width: 250px;
    height: 100px;
    display: grid;
    place-items: center;
    background: #4c4c4c;
    text-decoration: none;
    font-family: 'Jost';
    font-size: 25px;
    letter-spacing: .08em;
}

.ft__btn:hover {
    filter: brightness(1.08);
}

footer.ft * {
    color: #fff;
}

a.ft__map span {
    color: var(--ms-accent);
    font-family: 'Jost';
}

.ft__other {
    padding-top: 30px;
}

.page-title {
    max-width: 1300px;
    width: 92%;
    margin: 55px auto 0;
    padding: 90px 0;
    position: fixed;
    display: block;
    z-index: -1;
    overflow: hidden;
}

.page-section {
    margin-top: 445px;
}

.center {
    display: flex;
    justify-content: center;
}

.st {
    --st-bg: #4c4c4c;
    --st-panel: #f7f4f0;
    --st-text: #ffffff;
    --st-muted: rgba(255,255,255,.82);
    --st-line: rgba(255,255,255,.18);
    background: var(--st-bg);
    color: var(--st-text);
    position: relative;
    overflow: hidden;
    padding: 170px 0 59px;
}

.st__inner {
    max-width: 1200px;
}

.st__head {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-bottom: 0px;
}

.st__eyebrow,.msg__eyebrow {
    font-family: "Oswald";
    font-size: 28px;
    color: var(--ms-accent);
}

.st__title,.aw__title {
    margin-top: 12px;
    font-size: 40px;
    letter-spacing: .02em;
    color: #242424;
}

.st__lead {
    margin: 40px auto 0;
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: .04em;
    color: #fff;
}

.st__panel {
    margin: 70px auto 0;
    background: var(--st-panel);
    padding: 34px 44px;
    position: relative;
    z-index: 2;
    box-shadow: 0 22px 55px rgba(0,0,0,.18);
    max-width: 950px;
    width: 92%;
    box-sizing: border-box;
}

.st__panelTitle {
    font-size: 22px;
    letter-spacing: .04em;
    color: var(--ms-accent);
    margin-bottom: 18px;
    font-weight: 700;
}

.st__quoteEn {
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: .02em;
    color: #000000;
}

.st__bottom {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 46px;
    margin-top: 46px;
    align-items: start;
    position: relative;
    z-index: 2;
    max-width: 1100px;
    width: 92%;
    margin: 90px auto 0;
}

.st__jp {
    color: var(--st-text);
    width: 100%;
}

.st__jpTag {
    font-size: 18px;
    letter-spacing: .06em;
    color: rgba(255,255,255,.75);
    margin-bottom: 14px;
}

.st__jp p {
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: .03em;
    color: rgba(255,255,255,.86);
}

.st__sig {
    margin-top: 42px;
    text-align: right;
}

.st__sigSmall {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .06em;
    color: rgba(255,255,255,.80);
}

.st__sigName {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .04em;
    color: #fff;
}

.st__ph {
    margin: 0;
    background: rgba(0,0,0,.12);
    border: 1px solid rgba(255,255,255,.10);
    padding: 0;
}

.st__ph img {
    width: 100%;
    height: auto;
    display: block;
}

.st__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.st__bgTrack {
    position: absolute;
    left: 0;
    top: 70px;
    width: max-content;
    display: flex;
    gap: 0;
    opacity: .05;
    animation: st-marquee 46s linear infinite;
    will-change: transform;
}

.st__bgText {
    font-family: "Oswald";
    font-size: 130px;
    white-space: nowrap;
    color: #000000;
    font-weight: 500;
}

@keyframes st-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-33.333%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .st__bgTrack {
        animation: none;
    }
}

.st__jp p br {
    display: none;
}

.st__bgTrack br {
    display: none;
}

figure br {
    display: none;
}

.aw {
    --aw-bg: #f4f2ee;
    --aw-line: rgba(45,45,45,.22);
    --aw-muted: rgba(45,45,45,.78);
    background: var(--aw-bg);
    position: relative;
    overflow: hidden;
    color: var(--ms-text);
}

.aw__inner {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 100px 0 90px;
}

.aw__head {
    text-align: center;
    margin-bottom: 44px;
}

.aw__eyebrow {
    font-family: "Oswald";
    letter-spacing: .10em;
    font-size: 25px;
    color: var(--ms-accent);
}

.aw__title {
    color: var(--ms-text);
}

.aw__hero {
    margin: 0 auto 48px;
    max-width: 1100px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0,0,0,.10);
}

.aw__hero img {
    width: 100%;
    height: auto;
    display: block;
}

.aw__list {
    width: 92%;
    margin: 0 auto;
    border-top: 1px solid var(--aw-line);
    max-width: 1200px;
}

.aw__year {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 40px;
    padding: 34px 0 10px;
    border-bottom: 1px solid var(--aw-line);
}

.aw__y {
    font-family: "Oswald";
    font-size: 44px;
    letter-spacing: .04em;
    color: var(--ms-accent);
    line-height: 1;
    padding-top: 0px;
}

.aw__items {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 10px;
}

.aw__item {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 18px;
    align-items: start;
}

.aw__dash {
    font-family: "Oswald";
    font-size: 18px;
    line-height: 1.2;
    color: var(--ms-accent);
    transform: translateY(2px);
}

.aw__name {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .02em;
    color: #000000;
    font-family: 'Jost';
    font-weight: normal;
}

.aw__desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: .02em;
    color: var(--aw-muted);
}

.aw__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.aw__bgTrack {
    position: absolute;
    left: 0;
    top: 10px;
    width: max-content;
    display: flex;
    gap: 80px;
    opacity: .08;
    animation: aw-marquee 54s linear infinite;
    will-change: transform;
}

.aw__bgText {
    font-family: "Oswald";
    font-size: 130px;
    white-space: nowrap;
    color: #00000008;
}

@keyframes aw-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-33.333%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .aw__bgTrack {
        animation: none;
    }
}

.aw--media {
    padding: 0 96px;
    background: #fff;
}

.aw--media .aw__hero {
    margin-bottom: 56px;
    max-width: 1060px;
}

.aw--media .aw__bgTrack {
    top: 0;
    opacity: .07;
}

.aw--media .aw__bgText {
    /* color: #000; */
}

.ci {
    background: #f4f1ea;
    padding: 70px 0 90px;
}

.ci__inner {
    max-width: 1100px;
}

.ci__head {
    margin-bottom: 60px;
}

.ci__en,.ho__en,.biz__en {
    margin: 0;
    font-family: "Oswald";
    line-height: 1;
    letter-spacing: .02em;
    color: var(--ms-accent, #c69b4e);
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 69px;
}

.ci__dl {
    margin: 0;
}

.ci__row {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 34px;
    align-items: center;
    padding: 0px 0 0;
}

.ci__dt {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
}

.ci__dd {
    margin: 0 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .02em;
    position: relative;
    padding-left: 260px;
}

.ci__dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 53%;
    width: 230px;
    height: 1px;
    background: rgba(45,45,45,.28);
    transform: translateY(-50%);
}

.ci__dd::after {
    content: "";
    position: absolute;
    left: 230px;
    top: 52%;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--ms-accent, #c69b4e);
    transform: translate(-50%,-50%);
}

.ho {
    background: #fff;
    padding: 70px 0 90px;
}

.ho__inner {
    max-width: 1200px;
    padding: 0 28px;
}

.ho__grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 72px;
    align-items: center;
}

.ho__lines {
    margin-top: 46px;
}

.ho__line {
    margin: 0 0 10px;
    font-size: 15px;
    letter-spacing: .04em;
    line-height: 1.2;
}

.ho__cta {
    margin-top: 120px;
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-end;
}

.ho__read {
    color: #2d2d2d;
    text-decoration: none;
    font-family: "Oswald";
    font-size: 22px;
    letter-spacing: .06em;
    font-weight: 500;
}

.ho__read:hover {
    opacity: .8;
}

.ho__btn {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: #2d2d2d;
    display: grid;
    place-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.ho__arrow {
    color: #fff;
    font-size: 36px;
    transform: translateX(1px);
}

.ho__btn:hover {
    filter: brightness(1.08);
}

.ho__right {
    min-width: 0;
}

.ho__img {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
}

.top-title {
    font-size: 110px;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 500;
}

:root {
    --biz-bg: #f3f1ed;
    --biz-line: rgba(45,45,45,.22);
    --biz-panel: #ffffff;
}

.biz {
    background: var(--biz-bg);
    color: var(--ms-muted);
}

.biz__sec {
    padding: 86px 0 92px;
}

.biz__inner {
    max-width: 1300px;
    margin: 0 auto;
}

.biz__head {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 56px;
    align-items: center;
}

.biz__en {
}

.biz__dash {
    color: var(--ms-accent);
    font-weight: 700;
}

.biz__jpTitle {
    margin: 14px 0 14px;
    font-size: 45px;
}

.biz__lead {
    margin: 0;
    font-size: 16px;
    line-height: 2.05;
    letter-spacing: .02em;
    color: var(--ms-muted);
    opacity: .9;
}

.biz__headRight {
    justify-self: end;
    width: 380px;
    margin: 0;
}

.biz__headRight img {
    width: 100%;
    height: auto;
    display: block;
    background: var(--biz-panel);
}

.biz__kicker {
    display: inline-block;
    background: #5a5a5a;
    color: #fff;
    font-family: "Oswald";
    font-size: 24px;
    letter-spacing: .06em;
    padding: 0px 10px 2px;
    margin: 30px 0 10px;
}

.biz__kickerWrap {
    margin: 18px 0 10px;
}

.biz__grid2 {
    margin-top: 25px;
    display: flex;
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    align-items: flex-start;
    justify-content: space-between;
}

.biz__grid2--equal {
    grid-template-columns: 1fr 1fr;
}

.biz__card {
    min-width: 0;
}

.biz__h3 {
    margin: 0 0 15px;
    font-size: 22px;
    letter-spacing: .02em;
    color: var(--ms-muted);
    font-weight: 600;
}

.biz__h3.bg_h3 {
    background: #f4f2ef;
    padding: 5px 13px;
}

.biz__p {
    margin: 0;
    font-size: 15px;
    line-height: 2.05;
    color: var(--ms-muted);
}

.biz__thumbs {
    margin-top: 30px;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.biz__thumbs img {
    width: 45%;
    height: auto;
    display: block;
    background: var(--biz-panel);
    max-width: 360px;
}

.biz__panel {
    margin: 0;
    background: var(--biz-panel);
}

.biz__panel img {
    width: 100%;
    height: auto;
    display: block;
}

.biz__cap {
    margin: 0px 0 20px;
    text-align: center;
    font-size: 18px;
    color: var(--ms-accent);
    letter-spacing: .02em;
    font-weight: 700;
}

.biz__wide {
    margin: 14px 0 0;
}

.biz__wide img {
    width: 100%;
    height: auto;
    display: block;
    background: var(--biz-panel);
}

.biz__divider {
    margin: 60px 0 0;
    border-top: 1px solid var(--biz-line);
}

.biz__logos {
    margin-top: 26px;
}

.biz__logoPanel {
    margin-top: 14px;
    background: var(--biz-panel);
    padding: 18px;
}

.biz__logoPanel img {
    width: 100%;
    height: auto;
    display: block;
}

.biz__row {
    margin-top: 40px;
    display: flex;
    gap: 30px;
    align-items: start;
    justify-content: space-between;
}

.biz__row--rev {
    grid-template-columns: 1.05fr 1fr;
}

.biz__row--rev .biz__rowImg {
    order: 2;
}

.biz__rowImg {
    margin: 0;
    width: 35%;
}

.biz__rowImg img {
    width: 100%;
    height: auto;
    display: block;
    background: var(--biz-panel);
}

.biz__rowBox {
    background: rgba(255,255,255,.35);
    width: 60%;
}

.biz__num {
    display: none;
}

article#english-learning {
    background: #fff;
}

article#volunteer {
    background: #fff;
}

.kirarin {
    display: inline-block;
    transform: translateX(20%);
    letter-spacing: .1em;
    opacity: 0;
    background: linear-gradient( 90deg, #000 0%, #000 30%, #c3572f 38%, #efa140 43%, #ffb648 48%, #b66e2a 58%, #000 70%, #000 100% );
    background-size: 330%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: opacity .8s ease-out, transform 1.03s cubic-bezier(.12,.21,.21,.93), letter-spacing 1.1s cubic-bezier(.23,.46,.07,.73), background-position 2s cubic-bezier(.3,.4,.31,.88) .8s, clip-path 1.03s cubic-bezier(.12,.21,.21,.93)!important;
}

.kirarin.kirarin2 {
    background: linear-gradient(90deg, #000 0%, #000 28%, #ff314a 36%, #d95a81 44%, #ffb8eb 50%, #d95ab2 56%, #7a1454 64%, #000 72%, #000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.kirarin.is-kirarin {
    transform: translateX(0);
    letter-spacing: 0;
    opacity: 1;
    background-position: 0 0;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.biz__grid2.bottom_flex {
    display: flex;
    align-items: flex-end;
}

.biz__grid2.bottom_flex .biz__card {
    width: 64%;
}

p.biz__p br {
    /* display: none; */
}

p.biz__p strong {
    display: block;
    color: var(--ms-accent);
    font-size: 20px;
}

.msg {
    padding: 70px 0 90px;
}

.msg__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: start;
}

.msg__photo {
    margin: 0;
    width: 48%;
}

.msg__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.msg__body {
    width: 64%;
}

.msg__sign {
    margin-top: 30px;
}

.msg__title {
    margin: 14px 0 18px;
    font-size: 28px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #fff;
}

.msg__text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .03em;
}

.msg__text p {
    margin: 0 0 14px;
}

.msg__sign * {
    margin-top: 0px;
    text-align: right;
    color: #fff;
    letter-spacing: .03em;
}

.msg__company {
    font-size: 18px;
    margin-bottom: 6px;
}

.msg__name {
    font-size: 18px;
    font-weight: 700;
}

section.sv.idim .sv__left {
    width: 65%;
    padding: 0;
}

.idim .sv__top {
    display: flex;
    justify-content: space-between;
}

.idim .sv__right {
    width: 69%;
}

section.sv.idim {
    padding-top: 100px;
}

.idim .ms__en1 {
    color: var(--ms-accent);
}

:root {
    --mind-bg: #ffffff;
    --mind-no: rgba(45,45,45,.08);
    --mind-line: rgba(45,45,45,.12);
}

.mind {
    background: var(--mind-bg);
    padding: 80px 0 90px;
}

.mind__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

.mind__head {
    text-align: center;
    margin-bottom: 56px;
}

.mind__eyebrow {
    font-family: "Oswald", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
    letter-spacing: .08em;
    font-size: 64px;
    line-height: 1;
    color: var(--ms-muted);
}

.mind__sub {
    margin-top: 14px;
    font-size: 18px;
    letter-spacing: .06em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ms-muted);
}

.mind__dash {
    color: var(--ms-accent);
    font-weight: 700;
}

.mind__title {
    margin: 22px 0 0;
    font-size: clamp(20px, 2.2vw, 34px);
    font-weight: 800;
    letter-spacing: .02em;
    color: var(--ms-muted);
}

.mind__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.mind__item {
    display: grid;
    grid-template-columns: 420px 1fr;
    align-items: stretch;
    position: relative;
    padding: 44px 0;
}

.mind__item:last-child {
}

.mind__left {
    position: relative;
    z-index: 10;
}

.mind__no {
    font-family: "Oswald";
    font-size: 92px;
    line-height: 1;
    letter-spacing: .02em;
    color: var(--mind-no);
    margin-bottom: 8px;
    font-weight: 500;
}

.mind__en {
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 700;
    color: rgba(45,45,45,.42);
    margin-bottom: 10px;
}

.mind__jp {
    font-size: 30px;
    line-height: 1.55;
    font-weight: bold;
    letter-spacing: .02em;
    color: var(--ms-muted);
}

.mind__img {
    margin: 0;
    background: #fff;
    border-radius: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 0;
    opacity: 0.85;
}

.mind__img img {
    height: 100%;
    object-fit: cover;
    display: block;
}

section.st.mem {
    background: #fff;
}

.mem p.st__lead {
    color: #000;
}

:root {
    --ms-muted: #2d2d2d;
    --ms-accent: #c69b4e;
    --staff-bg: #fff;
    --staff-panel: #f3f3f3;
    --staff-panel2: hsl(0deg 0% 87% / 20%);
    --staff-line: rgba(45,45,45,.14);
}

.staff {
    background: var(--staff-bg);
    padding: 0px 0 90px;
}

.staff__inner {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
}

.staffCard {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

.staffCard__media {
    overflow: hidden;
}

.staffCard__media img {
    width: 74%;
    \: auto;
}

.staffCard__body {
    min-width: 0;
    width: 100%;
}

.staffCard__role {
    font-size: 18px;
    letter-spacing: .08em;
    color: var(--ms-accent);
    margin: 0 0 16px;
    line-height: 1.2;
    font-weight: 600;
}

.staffCard__nameJP {
    font-size: 30px;
    letter-spacing: .06em;
    color: var(--ms-muted);
    font-weight: 500;
}

.staffCard__nameEN {
    font-family: "Oswald";
    font-size: 24px;
    color: rgba(45,45,45,.35);
    margin: 0;
    font-weight: 500;
    margin-left: 40px;
}

.staffCard__tag {
    display: inline-block;
    background: var(--ms-accent);
    color: #fff;
    font-size: 18px;
    letter-spacing: .08em;
    padding: 6px 10px;
    border-radius: 2px;
    margin: 40px 0 0 50px;
}

.staffCard__text {
    margin-top: 20px;
}

.staffCard__text p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .02em;
    color: var(--ms-muted);
}

.staffCard__text p:last-child {
    margin-bottom: 0;
}

.staffCard__metaTop--right {
}

.staffCard__tag--right {
}

.staffCard__tag--right + .staffCard__text {
    clear: both;
}

.staffCard--wide {
    grid-template-columns: 420px 1fr;
    gap: 56px;
    align-items: center;
    padding-bottom: 46px;
    margin-bottom: 46px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.staffCard--wide .staffCard__media {
    padding: 0;
    width: 50%;
    display: flex;
    justify-content: center;
}

.staffCard--wide .staffCard__media img {
    /* max-height: 520px; */
    object-fit: cover;
    position: relative;
    left: 40px;
    height: 700px;
}

.staffCard--wide .staffCard__nameJP {
    font-size: 35px;
}

.staffCard--wide .staffCard__text p {
}

.staffGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
    align-items: start;
    margin-bottom: 100px;
}

.staffGrid .staffCard__media {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: flex-start;
}

.staffGrid .staffCard__media img {
    max-height: 500px;
    width: auto;
    position: relative;
    left: -17%;
}

.staffCard__media:before {
    content: "";
    display: block;
    width: 82%;
    height: 370px;
    background: var(--staff-panel2);
    position: absolute;
    z-index: 0;
    top: 70px;
    left: 0;
}

.staffCard__media:after {
    display: block;
    /* content: ""; */
    width: 80%;
    height: 400px;
}

.staffCard__metaTop {
    position: absolute;
    right: 0;
    top: 100px;
    width: 49%;
}

.staffCard--wide .staffCard__metaTop {
    position: static;
    margin-top: 100px;
}

.staffCard--wide .staffCard__media:before {
    width: 600px;
    height: 450px;
    top: 100px;
    z-index: 0;
}

.staffCard--wide .staffCard__body {
    width: 80%;
    position: relative;
}

.jdTabs__wrap {
    max-width: 1300px;
    display: flex;
    width: 92%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: space-between;
}

.jdTabs__wrap .jdTabs__tabs {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.jdTabs__wrap .jdTabs__tabs input[type="radio"], .jdTabs__wrap .jdTabs__tabs input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    opacity: 0;
    pointer-events: none;
}

.jdTabs__wrap .jdTabs__tabs label, .jdTabs__wrap .jdTabs__tab {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    cursor: pointer;
    background: #f2f2f2;
    color: #555;
    padding: 18px 14px;
    font-weight: 700;
    letter-spacing: .04em;
    border-radius: 14px 14px 0 0;
    line-height: 1.4;
    min-height: 64px;
    font-size: 19px;
}

.jdTabs__wrap .jdTabs__tabs input:checked + label {
    background: #555;
    color: #fff;
    position: relative;
    z-index: 2;
}

.jdTabs__wrap .jdTabs__tab.is-active {
    background: #555;
    color: #fff;
    position: relative;
    z-index: 2;
}

.jdTabs__wrap .jdTabs__panel {
    background: #555;
    border-radius: 0 0 14px 14px;
    padding: 54px 64px 60px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.jdTabs__wrap .jdTabs__pane {
    display: none !important;
}

.jdTabs__wrap .jdTabs__pane.is-active {
    display: block !important;
}

.jdTabs__wrap input[type="radio"], .jdTabs__wrap input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    opacity: 0;
    pointer-events: none;
}

label.jdTabs__tab {
    width: 24%;
}

.biz__headLeft.jd {
    margin-bottom: 50px;
}

.jd__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 34px;
}

.jd__block {
    margin: 0 0 42px 30px;
}

.jd__h3 {
    margin: 0 0 16px -30px;
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 700;
    color: #fff;
}

.jd__dash {
    color: var(--ms-accent);
    font-weight: 900;
    margin-right: 10px;
}

.jd__p {
    color: rgba(255,255,255,.92);
    font-size: 16px;
    line-height: 2.05;
    letter-spacing: .03em;
}

.jd__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.jd__list li {
    color: rgba(255,255,255,.92);
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: .03em;
    position: relative;
    padding-left: 18px;
}

.jd__list li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255,255,255,.9);
}

.jd__tableWrap {
    margin-top: 46px;
    background: #f7f4ef;
    border: 1px solid rgba(0,0,0,.12);
    padding: 28px 34px 18px;
}

.jd__tableTitle {
    text-align: center;
    color: var(--ms-accent);
    font-size: 28px;
    letter-spacing: .08em;
    margin: 0 0 22px;
    font-weight: 500;
}

.jd__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.jd__table th, .jd__table td {
    border-top: 1px solid rgba(0,0,0,.18);
    padding: 22px 18px;
    vertical-align: top;
    color: var(--ms-muted);
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: .02em;
}

.jd__table tr:first-child th, .jd__table tr:first-child td {
    border-top: 0;
}

.jd__table th {
    width: 25%;
    color: rgb(0 0 0 / 44%);
    font-weight: 700;
}

.jd__tdLine {
    margin: 0;
    font-size: 16px;
}

.jd__bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.jd__bullets li {
    position: relative;
    padding-left: 16px;
}

.jd__bullets li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ms-muted);
}

.jdTabs__wrap > p {
    display: none;
}

.sv__top--flow {
    grid-template-columns: 420px 1fr;
    gap: 90px;
}

.flowCards {
    border-top: 1px solid rgba(0,0,0,.18);
}

.flowCard {
    border-bottom: 1px solid rgba(0,0,0,.18);
    padding: 34px 0;
}

.flowCard__row {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 0 24px;
    align-items: start;
}

.flowCard__no {
    font-family: "Oswald";
    font-size: 33px;
    letter-spacing: .06em;
    color: var(--ms-accent);
    line-height: 1;
    padding-top: 3px;
}

.flowCard__title {
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: .02em;
    color: #000000ad;
}

.flowCard__text {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: .02em;
    color: var(--ms-muted, #2d2d2d);
}

.flowCard__text:last-child {
    margin-bottom: 0;
}

.flow {
    background: #fff;
    padding-top: 150px;
}

.flow .ms__en1 {
    color: var(--ms-accent);
}

header.st__head.entry {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 150px;
}

.entry .ms__cta {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 40px;
}

.ms__cta br {
    display: none;
}

.st__quoteEn strong {
    display: block;
    font-size: 22px;
}

.st__quoteEn p {
    margin-bottom: 10px;
}

:root {
    --ms-muted: #2d2d2d;
    --ms-accent: #c69b4e;
    --ov-bg: #ffffff;
    --ov-line: rgba(0,0,0,.14);
    --ov-box: #f5f2ec;
}

.ov {
    background: var(--ov-bg);
    padding: 120px 0 150px;
}

.ov__inner {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}

.ov__item {
    display: flex;
    grid-template-columns: 1fr 520px;
    gap: 46px;
    align-items: center;
    padding: 70px 0 100px;
}

.ov__item.is-left {
    grid-template-columns: 520px 1fr;
}

.ov__item.is-left .ov__text {
    order: 2;
}

.ov__item.is-left .ov__media {
    order: 1;
}

.ov__label {
    position: relative;
    margin: 0;
}

.ov__no {
    position: absolute;
    left: -10px;
    top: -26px;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 142px;
    letter-spacing: .06em;
    color: rgba(0,0,0,.06);
    line-height: 1;
    pointer-events: none;
}

.ov__en {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 30px;
    color: #6b6b6b;
    padding-top: 12px;
    display: block;
}

.ov__inner .biz__head {
    display: block;
    margin-bottom: 50px;
}

.ov__title {
    margin: 50px 0 16px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: .02em;
}

.ov__accent {
}

.ov__lead {
    margin: 0 0 70px;
    font-size: 16px;
    line-height: 2.0;
    color: #6b6b6b;
    max-width: 620px;
}

.ov__media {
    margin: 0;
}

.ov__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.ov__box {
    background: var(--ov-box);
    border-radius: 12px;
    padding: 0px 22px 0px;
    position: relative;
    font-size: 15px;
}

.ov__row strong {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
}

.ov__boxHead {
    display: inline-block;
    margin: -33px 0 0px;
    padding: 10px 24px 18px;
    border-radius: 20px 20px 0 0;
    font-family: "Montserrat";
    font-size: 18px;
    letter-spacing: .06em;
    background: var(--ov-box);
    font-weight: 500;
    position: absolute;
    left: 0;
    top: -3px;
    color: var(--ms-accent);
}

.ov__dl {
    margin: 0;
    position: relative;
    padding-top: 7px;
}

.ov__row {
    padding: 14px 0 18px;
    border-bottom: 1px solid var(--ov-line);
}

.ov__row:last-child {
    border-bottom: none;
}

.ov__dt {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    color: var(--ms-muted);
}

.ov__dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: var(--ms-muted);
}

.page-id-464 .page-section {
    overflow: hidden;
}

.ov__hr {
    height: 1px;
    background: var(--ov-line);
}

.ov__text {
    width: 65%;
}

.ov__text.ovb1 {
    background: url(/wp-content/uploads/ovb1.png) no-repeat center top 30px/ 300px;
}

.ov__text.ovb2 {
    background: url(/wp-content/uploads/ovb2.png) no-repeat center top 30px/ 300px;
}

.ov__text.ovb3 {
    background: url(/wp-content/uploads/ovb3.png) no-repeat center top 30px/ 300px;
}

.ov__text.ovb4 {
    background: url(/wp-content/uploads/ovb4.png) no-repeat center top 0px/ 240px;
}

.ov__text.ovb5 {
    background: url(/wp-content/uploads/ovb5.png) no-repeat center top 0px/ 240px;
}

.page-id-462 .page-section, .parent-pageid-462 .page-section {
    margin: 400px 0 0;
}

.page-id-462 .ms__sub, .parent-pageid-462 .ms__sub, .page-id-462 .nw__sub, .parent-pageid-462 .nw__sub,.staffCard__nameEN,.page-id-462 .values__sub {
    display: none;
}

.page-id-462 .ft__nav, .parent-pageid-462 .ft__nav, .single-en_news .ft__navJa, .post-type-archive-en_new .ft__navJa {
    padding-top: 30px;
}

.page-id-462 .ft__other, .parent-pageid-462 .ft__other, .single-en_news .ft__other, .post-type-archive-en_new .ft__other {
    padding-top: 0px;
}

.page-id-462 span.ft__navJa, .parent-pageid-462 span.ft__navJa, .single-en_news span.ft__navJa, .post-type-archive-en_news span.ft__navJa {
    display: none;
}

.page-id-61 main {
    overflow: hidden;
}

.ceo__inner {
    position: relative;
}

.ceo__head {
    margin-bottom: 50px;
}

.ceo__lead p, .ceo__mid p,.ceo__tail p {
    margin: 0 auto 26px;
    line-height: 2.05;
    color: rgb(255 255 255 / 93%);
    opacity: .92;
    font-size: 15px;
}

.ceo__pair {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 26px;
    margin: 28px auto 40px;
}

.ceo__photo {
    margin: 0;
}

.ceo__frame {
    margin-bottom: 20px;
}

.ceo__frame img {
    display: block;
    width: 100%;
    height: auto;
}

.ceo__cap {
    margin-top: 8px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: .04em;
}

.ceo__mid p {
    margin: 0 0 14px;
}

.ceo__hero {
    margin: 22px auto 22px;
}

.ceo__hero img {
    display: block;
    width: 100%;
    height: auto;
}

.ceo__tail p {
    margin: 0 0 14px;
}

.values__node {
    --pulse-dur: 2.2s;
    --pulse-delay: 0s;
    isolation: isolate;
}

.values__node::before, .values__node::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    border: 1.5px solid rgba(0,0,0,.35);
    opacity: 0;
    filter: blur(0px);
    transform: scale(1);
    pointer-events: none;
    z-index: -1;
    animation: ringPulse var(--pulse-dur) ease-out infinite;
    animation-delay: var(--pulse-delay);
}

.values__node::after {
    /* animation-delay:calc(var(--pulse-delay) + 1.3s); */
}

.values__node--v1 {
    --pulse-delay: 0s;
}

.values__node--v2 {
    --pulse-delay: .52s;
}

.values__node--v3 {
    --pulse-delay: 1.04s;
}

.values__node--v4 {
    --pulse-delay: 1.56s;
}

.values__node--v5 {
    --pulse-delay: 2.08s;
}

@keyframes ringPulse {
    100% {
        opacity: 1;
        transform: scale(1.05);
        filter: blur(20px);
    }

    0% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0px);
    }
}

.js-scrollfx > * {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 600ms, transform 600ms;
    will-change: opacity, transform;
}

.js-scrollfx > *.effect-scroll {
    opacity: 1;
    transform: translateY(0);
}

.effect-fade {
    opacity: 0;
    transform: translate3d(0,45px,0);
    transition: opacity 600ms, transform 600ms;
    will-change: opacity, transform;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate3d(0,0,0);
}

a:hover {
    opacity: 0.8;
}

.header__nav ul a:hover {
    color: #cca662;
}

a.header__contact-btn:hover {
    background: #ceaa6a;
    opacity: 1;
}

a.ft__btn:hover {
    background: #c69b4e;
}

ul.os-li {
    display: flex;
    justify-content: center;
}

.os-li li a {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(135deg, #ffffff 0%, #ffecc9 100%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: #191308;
    box-shadow: 0 0px 6px #000000;
    z-index: 1;
}

.os-li li:after {
    content: "▾";
    font-size: 32px;
    position: absolute;
    bottom: 40px;
    color: #412e0c;
    left: -30px;
    right: 0;
    z-index: 1;
    width: 0px;
    height: 10px;
    margin: 0 auto;
    line-height: 1;
}

ul.os-li {
    margin-top: 50px;
    gap: 0 30px;
}

.os-li li {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.news-cat--parent {
    font-size: 30px;
    letter-spacing: .06em;
    color: var(--ms-accent);
    text-transform: uppercase;
    font-family: "Oswald";
}

.news-cat--child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 4px;
    background: #2f2f2f;
    color: #fff;
    font-size: 25px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: "Oswald";
}

.news-date {
    margin: 10px 0 12px;
    font-size: 20px;
    color: #7a7a7a;
    letter-spacing: .02em;
    font-family: "Oswald";
}

.news-title {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 50px;
}

.news-title::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(180, 138, 60, .55);
    margin-top: 11px;
}

.single-in {
    background: #fff;
}

.single-in p {
    line-height: 2;
    font-size: 16px;
}

.single .page-section,.archive .page-section {
    max-width: 1300px;
    width: 92%;
    margin: 300px auto 0px;
    padding-bottom: 100px;
    background: #fff;
}

.news-archive {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px 90px;
}

.news-list {
    margin-top: 36px;
    border-top: 1px solid #d6d6d6;
}

.news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 38px 0;
    border-bottom: 1px solid #d6d6d67a;
    color: inherit;
    text-decoration: none;
    background: #fff;
}

.news-item__left {
    min-width: 0;
}

.news-item__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.news-item__date {
    font-size: 20px;
    color: #8a8a8a;
    letter-spacing: .02em;
    font-family: 'Oswald';
}

.news-item__cat--parent {
    font-size: 22px;
    color: #b48a3c;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: 'Oswald';
}

.news-item__cat--child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    background: #2f2f2f;
    color: #fff;
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: 'Oswald';
}

.news-item__title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 500;
    max-width: 780px;
    overflow-wrap: anywhere;
}

.news-item__arrow {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #f2f2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 18px;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

.news-item:hover .news-item__arrow {
    background: #111;
    color: #fff;
    transform: translateX(2px);
}

.news-item:hover .news-item__title {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.news-pagination {
    padding-top: 26px;
    background: #fff;
}

.news-empty {
    padding: 32px 0;
    color: #666;
}

.news-content p {
    margin: 0 0 1.05em;
}

.news-content strong {
    font-weight: 700;
}

.news-content h3 {
    margin: 3em 0 0.8em;
    padding-bottom: 0.85em;
    border-bottom: 1px solid #e6e6e6;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111;
}

.news-content ul {
    margin: 0 0 1.2em;
    padding: 0;
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
}

.news-content li {
    margin: 0;
    padding: 14px 16px;
}

.news-content li:first-child {
    border-top: 0;
}

.news-content li strong {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 6px;
}

.news-content a {
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #111;
    padding-bottom: 1px;
    transition: opacity 0.15s ease;
}

.news-content a:hover {
    opacity: 0.7;
}

.news-content dl {
    margin: 0 0 1.2em;
    padding: 16px 16px;
    border: 1px solid #ededed;
    border-radius: 10px;
    background: #fafafa;
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 8px 14px;
    justify-content: start;
}

.news-content dt {
    font-weight: 700;
    color: #111;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.news-content dd {
    margin: 0;
    color: #111;
}

.news-content p:last-child, .news-content ul:last-child, .news-content dl:last-child {
    margin-bottom: 0;
}

@media (max-width: 560px) {
    .news-content {
        padding: 22px 16px;
        font-size: 15px;
    }

    .news-content dl {
        grid-template-columns: 1fr;
    }

    .news-content dt {
        margin-top: 10px;
    }

    .news-content dt:first-child {
        margin-top: 0;
    }
}

.ms__cta.mediascroll {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ms__cta.media {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

form.wpcf7-form {
    max-width: 700px;
    margin: 40px auto;
}

.cf7-label p {
    color: var(--ms-accent);
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0 10px;
}

span.cf7-req {
    color: var(--ms-accent);
}

.wpcf7 form select.cf7-select {
    width: 100%;
    max-width: 100%;
    height: 56px;
    padding: 0 56px 0 18px;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: .02em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23777777' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 29px 28px;
}

.wpcf7 form select.cf7-select:focus {
    outline: none;
    border-color: rgba(180,138,60,.75);
    box-shadow: 0 0 0 3px rgba(180,138,60,.22);
}

.wpcf7 form select.cf7-select::-ms-expand {
    display: none;
}

.wpcf7 form select.cf7-select option {
    color: #222;
}

input.wpcf7-form-control.wpcf7-submit {
    background: var(--ms-accent);
    width: 300px;
    margin: 50px auto 0;
    display: block;
    border: none;
    color: #fff;
}

.wpcf7-not-valid-tip {
    color: #ff3939;
    margin-top: 10px;
}

.cf7-consent {
    margin-top: 28px;
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.28);
}

.cf7-consent p {
    margin: 0;
}

.cf7-consent .wpcf7-list-item {
    margin: 0 !important;
}

.cf7-consent .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: rgba(255,255,255,.92);
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.5;
}

.cf7-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid rgba(0,0,0,.25);
    background: #fff;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
    display: inline-grid;
    place-content: center;
}

.cf7-consent input[type="checkbox"]::before {
    content: "";
    width: 9px;
    height: 5px;
    border-left: 2px solid #b48a3c;
    border-bottom: 2px solid #b48a3c;
    transform: rotate(-45deg);
    opacity: 0;
}

.cf7-consent input[type="checkbox"]:checked::before {
    opacity: 1;
}

.cf7-consent input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(180,138,60,.22);
}

span.wpcf7-list-item-label {
    color: #fff;
    font-size: 17px;
}

input.wpcf7-form-control.wpcf7-file.cf7-file {
    background: none;
    border: none;
    color: #fff;
}

.wpcf7-response-output {
    color: #fff200;
    border: 1px solid!important;
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 20px!important;
}

.ceo__lead p strong {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.3;
    margin-top: 20px;
}

.ceo__lead img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    min-width: 310px;
}

.pp {
    max-width: var(--pp-max);
    margin: 0 auto;
    padding: 56px 24px 80px;
}

.pp-head {
    padding-bottom: 18px;
}

.pp-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .04em;
}

.pp-sec {
    border-bottom: 1px dotted #ffffff63;
    padding: 30px 20px;
}

.pp-sec:first-of-type {
    border-top: 0;
}

.pp-h2 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
}

.pp-h3 {
    margin: 30px 0 10px;
    font-size: 20px;
    letter-spacing: .02em;
    color: #fff;
}

.pp p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: .01em;
}

.pp-ul, .pp-ol {
    margin: 10px 0 0;
    padding-left: 1.4em;
    line-height: 1.9;
}

.pp-ul li, .pp-ol li {
    margin: 4px 0;
    list-style: auto;
    color: #ffffffb5;
}

.pp-contact {
    margin-top: 14px;
    padding-top: 6px;
}

.pp-contact__name {
    font-weight: 700;
    margin-bottom: 10px;
}

section.pp-sec .pp-contact__line {
    font-size: 16px;
    line-height: 1.6;
}

.pp-footer {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.9;
    padding-top: 10px;
}

.pp-footer__corp {
    margin-top: 10px;
    font-weight: 700;
}

.biz__headLeft.jd {
    background: #fff;
    max-width: 1300px;
    margin: 0 auto 30px;
}

.jdTabs__inner {
    background: #fff;
}

section.pp-sec.effect-fade.effect-scroll {
}

h2.pp-h2 {
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.06em;
    margin-top: 0px;
    color: #fff;
    margin-left: -10px;
}

section.pp-sec p {
    line-height: 2;
    color: #ffffffb0;
}

.pp-contact * {
    color: #fff;
}

.pp-footer * {
    color: #fff;
}

span.wpcf7-list-item-label a {
    color: #ffe004;
    text-decoration: underline;
}

.post-list-nav a {
    border: 1px solid;
    display: inline-block;
    padding: 5px 10px;
}

nav.post-nav {
    display: flex;
    justify-content: center;
    gap: 0 50px;
    border-top: 1px solid #ccc;
    margin: 30px;
    padding-top: 30px;
    align-items: center;
}

a.news-item:hover {
    opacity: 1;
}

.kirarin3 {
    --kirarin-dark: #1a120e;
    --kirarin-end: 56%;
    display: inline-block;
    transform: translateX(20%);
    letter-spacing: .1em;
    opacity: 0;
    background-image: linear-gradient( 90deg, var(--kirarin-dark) 0%, var(--kirarin-dark) 24%, #c3572f 34%, #efa140 41%, #ffb648 48%, #b66e2a 60%, var(--kirarin-dark) 76%, var(--kirarin-dark) 100% );
    background-size: 330%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: opacity .8s ease-out, transform 1.03s cubic-bezier(.12,.21,.21,.93), letter-spacing 1.1s cubic-bezier(.23,.46,.07,.73), background-position 2s cubic-bezier(.3,.4,.31,.88) .8s, background-size 2s cubic-bezier(.3,.4,.31,.88) .8s, clip-path 1.03s cubic-bezier(.12,.21,.21,.93) !important;
}

.news-content img {
    margin: 10px;
}

@media screen and (min-width: 1000px) {
    section.mindCarousel input {
        display: none;
    }

    .mindCarousel__nav {
        display: none;
    }

    section.staffCarousel input {
        display: none;
    }

    div#hamburger {
        display: none;
    }

    .staffCarousel__nav.effect-fade.effect-scroll {
        display: none;
    }

    .sp {
        display: none!important;
    }

    .pc {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    nav.header__nav {
        display: none;
    }

    .fv__image {
        width: 100%;
        position: absolute;
        left: 32%;
        margin-right: unset;
    }

    section#fv {
        height: 50vh;
        position: fixed;
        padding-top: 70px;
        width: 100%;
        top: 0;
        z-index: -1;
    }

    .nw__grid {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-bottom: 0;
    }

    .sv__top {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    nav.ft__nav {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 34px;
        order: 1;
        padding-top: 30px;
        justify-content: flex-start;
        width: 92%;
    }

    .sv__left {
        position: static;
        padding: 0;
    }

    section.ms {
        margin-top: 60vh;
        margin-bottom: 0;
        padding-bottom: 50px;
    }

    .header__left {
        display: flex;
        padding: 12px;
        flex-direction: row;
    }

    .header__lang {
        /* display: none; */
    }

    .header__logo img {
        width: 180px;
        height: unset;
    }

    .ms__top {
        display: flex;
        flex-direction: column;
    }

    section.values {
        background: #ffffff;
    }

    section.ca {
        background: #fff;
    }

    .ms__inner {
        padding: 0 4%;
    }

    .ms__en1, .ms__en2, .values__eyebrow,.nw__en {
        font-size: 36px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 5px;
        letter-spacing: 0;
    }

    .ms__sub, .values__sub, .ci__sub, .biz__sub, .ho__sub {
        font-size: 15px;
        margin-top: 10px;
    }

    .ms__headline, .values__title, .ms__headline,.sv__cardTitle,.biz__jpTitle {
        font-size: 20px;
    }

    .ms__lead, .ms__note, .sv__copy, .sv__cardText,.ca__lead,.biz__lead {
        font-size: 15px;
        font-weight: normal;
        margin: 0;
        line-height: 1.6;
    }

    .ms__lead br, .ms__note br {
        display: none;
    }

    a.ms__btn {
        width: 60px;
        height: 60px;
    }

    .ms__arrow {
        font-size: 21px;
    }

    .ms__read {
        font-size: 16px;
    }

    .ms__strip img {
        height: 140px;
    }

    .ms__cta {
        padding-top: 10px;
        margin-bottom: 40px;
    }

    .values__inner {
        padding: 0 4%;
    }

    .values__eyebrow {
        margin-right: 0;
    }

    .values__sub {
        margin-top: 0;
    }

    .values__core {
        display: none;
    }

    .values__node {
        position: relative;
        transform: unset;
        padding: 13px 15px 11px 20%;
        display: flex;
        width: 100%;
        height: unset;
        background: #F4F4F4;
        border-radius: 0;
        margin-bottom: 10px;
        box-sizing: border-box;
        min-height: 107px;
        justify-content: center;
    }

    .values__node::before, .values__node::after {
        display: none;
    }

    svg.values__lines {
        display: none;
    }

    header.values__head {
        margin-bottom: 30px;
    }

    .values__icon {
        display: block;
        position: absolute;
        margin-bottom: 0;
        left: 5%;
        top: 27%;
        width: 40px;
    }

    .values__nodeTitle,.values__nodeText {
        width: 100%;
        text-align: left;
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 2px;
    }

    .values__node--v1,.values__node--v2,.values__node--v3,.values__node--v4,.values__node--v5 {
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }

    .values__nodeText {
        font-size: 15px;
        line-height: 1.4;
    }

    .values__icon img {
        height: 30px;
    }

    section.values {
        padding-bottom: 30px;
        margin-top: -2px;
    }

    .ms__cta {
        /* background: #fff; */
        max-width: 95%;
    }

    .news-archive {
        padding: 0 18px 70px;
    }

    .page-title {
        padding: 56px 0 26px;
    }

    .news-item {
        padding: 26px 0;
        gap: 18px;
    }

    .news-item__title {
        max-width: none;
        font-size: 15px;
        line-height: 1.85;
    }

    .news-item__arrow {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .pp {
        padding: 44px 18px 70px;
    }

    .pp-title {
        font-size: 24px;
    }

    .pp-h2 {
        font-size: 18px;
    }

    .aw {
        padding: 60px 0 70px;
    }

    .aw__title {
        font-size: 28px;
    }

    .aw__year {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 25px 0 20px;
    }

    .aw__y {
        font-size: 28px;
    }

    .aw__bgText {
        font-size: 86px;
    }

    .aw--media {
        padding: 60px 0 70px;
    }

    .aw--media .aw__hero {
        margin-bottom: 42px;
    }

    .ci {
        padding: 56px 0 70px;
    }

    .ci__row {
        grid-template-columns: 1fr;
        gap: 0px;
        align-items: start;
    }

    .ci__dd {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .ci__dd::before, .ci__dd::after {
        display: none;
    }

    .ho {
        padding: 0px 0 70px;
    }

    .ho__grid {
        grid-template-columns: 1fr;
        gap: 0;
        align-items: start;
        padding-top: 50px;
    }

    .ho__lines {
        margin-top: 26px;
    }

    .ho__cta {
        margin-top: 34px;
    }

    .ho__btn {
        width: 60px;
        height: 60px;
    }

    .ho__arrow {
        font-size: 24px;
    }

    .biz__sec {
        padding: 70px 4% 72px;
    }

    .biz__head {
        grid-template-columns: 1fr;
        gap: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .biz__headRight {
        justify-self: start;
        width: 100%;
    }

    .biz__grid2 {
        grid-template-columns: 1fr;
        gap: 22px;
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .biz__grid2--equal {
        grid-template-columns: 1fr;
    }

    .biz__logoPanel {
        padding: 12px;
    }

    .biz__row, .biz__row--rev {
        grid-template-columns: 1fr;
    }

    .biz__row--rev .biz__rowImg {
        order: 2;
    }

    .mind {
        padding: 60px 0 70px;
    }

    .mind__eyebrow {
        font-size: 46px;
    }

    .mind__item {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 15px 4% 20px;
    }

    .mind__left {
        padding-left: 0;
    }

    .mind__no {
        font-size: 64px;
    }

    .mind__jp {
        font-size: 20px;
        width: 80%;
    }

    .mind__img img {
        max-height: unset;
        border-radius: 0;
    }

    .staff {
        padding: 0;
    }

    .staffCard--wide {
        grid-template-columns: 1fr;
        gap: 18px;
        display: block;
    }

    .staffGrid {
        grid-template-columns: 1fr;
        gap: 46px;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .staffCard__tag--right {
        float: none;
    }

    .jdTabs__wrap .jdTabs__tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .jdTabs__wrap .jdTabs__tabs label, .jdTabs__wrap .jdTabs__tab {
        flex: 0 0 auto;
        width: 49.5%;
        box-sizing: border-box;
        font-size: 14px;
        padding: 0;
        height: 60px;
        border-radius: 0;
        margin-bottom: 4px;
    }

    .jdTabs__wrap .jdTabs__panel {
        padding: 22px 18px 26px;
    }

    .jd__inner {
        padding: 0 18px;
    }

    .jd__tableWrap {
        padding: 22px 18px 12px;
    }

    .jd__table th {
        width: 32%;
    }

    .jd__table th,.jd__table td {
        display: block;
        padding: 0;
        width: 100%;
        border: none;
        line-height: 1.3;
    }

    .sv__top--flow {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .flowCard {
        padding: 15px 0 0;
    }

    .flowCard__row {
        grid-template-columns: 43px 1fr;
        gap: 0px 10px;
    }

    .flowCard__no {
        font-size: 34px;
    }

    .flowCard__title {
        font-size: 20px;
        margin-top: 5px;
    }

    .flowCard__text {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .ov__item, .ov__item.is-left {
        grid-template-columns: 1fr;
        gap: 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0px;
        margin-bottom: 40px;
        padding-top: 50px;
    }

    .ov__item.is-left .ov__text, .ov__item.is-left .ov__media {
        order: unset;
    }

    .ov__no {
        left: -6px;
        top: -18px;
        font-size: 72px;
    }

    .ov__en {
        font-size: 26px;
    }

    .ov__title {
        font-size: 26px;
    }

    .ov__boxHead {
        margin: -26px 0 10px;
        font-size: 15px;
        padding: 10px;
        border-radius: 8px 8px 0 0;
    }

    .ceo__pair {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ceo__hero {
        max-width: 980px;
    }

    .news-single {
        padding: 0 18px 64px;
    }

    .page-title {
        /* margin: 0; */
        padding: 55px 0 18px;
    }

    .news-meta {
        margin-bottom: 14px;
    }

    .news-cat--parent {
        font-size: 16px;
    }

    .news-cat--child {
        height: 28px;
        font-size: 13px;
    }

    .msg__inner {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .msg__sign {
        text-align: left;
        width: 100%;
    }

    .sv__tagJP {
        font-size: 22px;
    }

    .sv__tagEN {
        font-size: 17px;
    }

    .ca__lead {
        text-align: left;
    }

    .ca__lead p {
        display: inline-block;
    }

    .sv {
        padding: 50px 0 0;
    }

    .sv__cards {
        gap: 40px;
    }

    .ca__big {
        margin-top: 0;
        font-size: 25px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .ca__photoWrap {
        width: 100%;
    }

    img.ca__photo {
        max-width: 100%;
    }

    .nw {
        padding: 40px 0 50px;
    }

    .nw__item {
        padding: 20px 0;
    }

    .ft__logo {
        max-width: 200px;
    }

    .ft__inner {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        display: contents;
    }

    span.ft__navEn {
        /* display: none; */
    }

    .ft__navItem span {
        font-size: 16px;
    }

    .ft__brand {
        text-align: center;
        order: 3;
    }

    footer.ft {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ft__other {
        order: 2;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ft__addr {
        order: 3;
        width: 90%;
        padding-top: 30px;
        border-top: 1px solid;
        margin-top: 40px;
    }

    .ft__lang {
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

    a.ft__btn {
        height: 70px;
        font-size: 20px;
    }

    section.nw .ms__cta {
        background: none;
    }

    .page-section {
        margin-top: 280px!important;
    }

    .st__title, .aw__title {
        font-size: 17px;
        line-height: 1.8;
    }

    .st {
        padding: 60px 0 0px;
    }

    .st__panel {
        padding: 30px 4% 20px;
        margin: 30px 0% 30px;
        width: 100%;
        order: 3;
    }

    .ci__en, .ho__en, .biz__en {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .ov__text {
        width: 100%;
        display: contents;
        flex-direction: column;
        align-items: flex-start;
    }

    .ov__label {
        order: 1;
    }

    h3.ov__title {
        order: 2;
        margin-top: 0;
        font-size: 21px;
        margin-bottom: 0;
    }

    figure.ov__media {
        order: 3;
    }

    p.ov__lead {
        order: 4;
        margin-bottom: 50px;
        line-height: 1.6;
    }

    .ov__box {
        order: 5;
        padding: 0 10px 0;
    }

    section.ov {
        padding-top: 70px;
    }

    .top-title {
        font-size: 70px;
    }

    .st__panelTitle {
        font-size: 19px;
    }

    .st__quoteEn {
        font-size: 15px;
        line-height: 1.6;
    }

    .st__quoteEn strong {
        font-size: 18px;
        line-height: 1.3;
        margin-top: 25px;
    }

    .st__sig {
        width: 92%;
        margin: 0px auto 30px;
        order: 4;
    }

    .st__sig *, .st__sigSmall span {
        font-size: 15px;
        line-height: 1;
        color: #fff;
        margin: 0px 20px 12px;
    }

    .ov__row {
        font-size: 14px;
    }

    .ov__item.is-left .ov__media {
        order: 3;
    }

    p.st__lead {
        font-size: 16px;
        text-align: left;
        line-height: 1.6;
    }

    p.st__lead {
        order: 2;
    }

    ul.os-li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .os-li li a {
        width: 140px;
        height: 130px;
        font-size: 17px;
    }

    .biz__headLeft {
        display: contents;
    }

    .biz__en {
        order: 1;
    }

    .biz__sub {
        order: 2;
    }

    h2.biz__jpTitle {
        order: 3;
    }

    figure.biz__headRight {
        order: 4;
        margin-bottom: 20px;
    }

    p.biz__lead {
        order: 5;
    }

    .biz__kicker {
        font-size: 16px;
        margin: 0px 0 10px;
    }

    .biz__grid2.bottom_flex .biz__card {
        width: 100%;
    }

    .biz__h3 {
        font-size: 18px;
    }

    .biz__p {
        font-size: 15px;
        line-height: 1.6;
        order: 3;
    }

    .biz__p br {
        display: none;
    }

    .biz__logos,.biz__card {
        border-top: 1px solid #aaa;
        padding-top: 20px;
        margin-top: 20px;
    }

    .biz__divider {
        border-top: none;
        margin-top: 0;
    }

    .biz__row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .biz__rowImg {
        width: 100%;
        order: 2;
        margin-bottom: 20px;
    }

    .biz__rowBox {
        width: 100%;
        display: contents;
    }

    .biz__rowText {
        display: contents;
    }

    h3.biz__h3.bg_h3 {
        width: 100%;
        order: 1;
        margin-bottom: 0;
        box-sizing: border-box;
        padding: 15px 20px;
    }

    p.biz__p strong {
        font-size: 18px;
        margin-bottom: 10px;
    }

    section.st .ms__inner {
        display: flex;
        padding-bottom: 0;
    }

    .st__head {
        margin-bottom: 20px;
    }

    .st__bottom {
        display: contents;
    }

    h2.st__title {
        font-size: 20px;
    }

    .st__jp {
        order: 4;
        width: 92%;
        margin: 0 auto;
    }

    figure.st__ph {
        order: 4;
        width: 70%;
        margin: 30px auto 20px;
    }

    .st__jp p {
        font-size: 14px;
        line-height: 1.8;
    }

    figure.st__ph:after {
    }

    .st__jpTag {
        font-size: 15px;
        margin-bottom: 0;
    }

    .aw__items {
        gap: 0;
        padding: 0;
    }

    .aw__name {
        font-size: 17px;
    }

    .aw__desc {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .aw__item {
        gap: 10px 10px;
    }

    section.aw__year p {
        display: none;
    }

    dt.ci__dt {
        font-size: 15px;
    }

    dt.ci__dt:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: var(--ms-accent);
        border-radius: 50%;
        margin-right: 10px;
    }

    .ho__left {
        display: contents;
    }

    .ho__en {
        order: 1;
    }

    .ho__sub {
        order: 2;
        margin-bottom: 30px;
    }

    .ho__right {
        order: 3;
    }

    .ho__lines {
        order: 4;
    }

    .ho__cta {
        order: 4;
    }

    a.ho__btn br {
        display: none;
    }

    .msg__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 92%;
        padding-bottom: 50px;
    }

    .msg__body {
        display: contents;
    }

    .msg__eyebrow {
        order: 1;
    }

    h2.msg__title {
        order: 2;
        margin: 0 0 20px;
        font-size: 20px;
        text-align: center;
        font-weight: 500;
    }

    figure.msg__photo {
        order: 3;
        width: 65%;
        margin-bottom: 20px;
    }

    .msg__text {
        order: 4;
    }

    .msg__sign {
        order: 5;
        margin-top: 0;
    }

    .msg__text p {
        font-size: 15px;
        line-height: 1.6;
    }

    .msg__company {
        font-size: 15px;
    }

    .msg__name {
        font-size: 15px;
    }

    section.msg {
        padding-bottom: 0;
        padding-top: 0;
    }

    section.sv.idim .sv__left {
        width: 100%;
    }

    h2.ms__headline.sv__headline {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    section.sv.idim {
        padding-top: 60px;
    }

    p.sv__copy {
        margin-bottom: 30px;
    }

    .sv__right {
        width: 100%;
    }

    .staffCard--wide .staffCard__media {
        width: 100%;
        display: block;
        overflow-y: hidden;
        height: 320px;
        position: relative;
    }

    .mem p.st__lead {
        text-align: center;
        font-size: 16px;
    }

    .staffCard--wide .staffCard__media img {
        width: 200px;
        height: unset;
        position: absolute;
        bottom: -50px;
        left: 10px;
        max-height: 340px;
    }

    .staffCard__body {
        display: contents;
    }

    .staffCard--wide .staffCard__metaTop {
        position: absolute;
        top: 70px;
        left: 47%;
        width: 60%;
    }

    p.staffCard__role {
        font-size: 14px;
        margin-bottom: 0;
        order: 2;
    }

    .staffCard--wide .staffCard__nameJP {
        font-size: 24px;
    }

    p.staffCard__nameEN {
        font-size: 16px;
        margin: 0;
        order: 4;
    }

    p.staffCard__tag {
        font-size: 14px;
        margin: 10px 0 10px;
        padding: 4px 10px;
    }

    .staffCard--wide .staffCard__media:before {
        width: 100%;
    }

    .staffCard__text {
        width: 92%;
        margin: 20px auto;
    }

    .jdTabs__wrap {
        display: flex;
        gap: 0;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 40px;
    }

    label.jdTabs__tab.is-active input {
        display: none;
    }

    section.jdTabs {
        padding-top: 40px;
        width: 92%;
        margin: 0 auto;
        background: #fff;
    }

    .biz__headLeft {
        width: 92%;
        margin: 0 auto;
    }

    .jd__block {
        margin: 0 0 20px;
    }

    .jd__p {
        font-size: 15px;
        line-height: 1.7;
    }

    h3.jd__h3 {
        margin-left: 0px;
    }

    jd__table td {
        border-bottom: 1px solid #aaa;
    }

    .jd__table td {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .jd__table th {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .jd__tdLine {
        border: none;
        font-size: 15px;
    }

    .jd__list li {
        line-height: 1.4;
        font-size: 15px;
    }

    .staffCarousel {
        position: relative;
        width: min(860px, 100%);
        margin-inline:auto; }

    .staffCarousel__radio {
        position: absolute;
        inline-size: 1px;
        block-size: 1px;
        overflow: hidden;
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .staffCarousel__viewport {
        overflow: hidden;
        border-radius: 18px;
    }

    .staffCarousel .staffGrid {
        display: flex;
        gap: 0;
        transform: translateX(0%);
        transition: transform .45s cubic-bezier(.2,.9,.2,1);
        will-change: transform;
    }

    .staffCarousel .staffCard {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #staffSlide1:checked ~ .staffCarousel__viewport .staffGrid {
        transform: translateX(0%);
    }

    #staffSlide2:checked ~ .staffCarousel__viewport .staffGrid {
        transform: translateX(-100%);
    }

    #staffSlide3:checked ~ .staffCarousel__viewport .staffGrid {
        transform: translateX(-200%);
    }

    #staffSlide4:checked ~ .staffCarousel__viewport .staffGrid {
        transform: translateX(-300%);
    }

    #staffSlide5:checked ~ .staffCarousel__viewport .staffGrid {
        transform: translateX(-400%);
    }

    .staffCarousel__nav {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .staffCarousel__btn {
        position: absolute;
        top: 500px;
        transform: translateY(-400%) scale(1.04);
        inline-size: 44px;
        block-size: 44px;
        border-radius: 999px;
        background: #fff;
        color: #333;
        display: grid;
        place-items: center;
        font-size: 28px;
        line-height: 1;
        box-shadow: 0 10px 24px rgba(0,0,0,.12);
        cursor: pointer;
        user-select: none;
        pointer-events: auto;
        opacity: .92;
        transition: transform .15s ease, opacity .15s ease;
    }

    .staffCarousel__btn:hover {
        opacity: 1;
        transform: translateY(-400%) scale(1.04);
    }

    .staffCarousel__btn--prev {
        left: 10px;
    }

    .staffCarousel__btn--next {
        right: 10px;
    }

    .staffNav--s1, .staffNav--s2, .staffNav--s3, .staffNav--s4, .staffNav--s5 {
        display: none;
    }

    #staffSlide1:checked ~ .staffCarousel__nav .staffNav--s1 {
        display: grid;
    }

    #staffSlide2:checked ~ .staffCarousel__nav .staffNav--s2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #staffSlide3:checked ~ .staffCarousel__nav .staffNav--s3 {
        display: grid;
    }

    #staffSlide4:checked ~ .staffCarousel__nav .staffNav--s4 {
        display: grid;
    }

    #staffSlide5:checked ~ .staffCarousel__nav .staffNav--s5 {
        display: grid;
    }

    .staffCarousel__dots {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 14px;
        display: none;
    }

    .staffCarousel__dot {
        inline-size: 10px;
        block-size: 10px;
        border-radius: 999px;
        background: #d7d7d7;
        cursor: pointer;
        transition: transform .15s ease, background .15s ease;
    }

    #staffSlide1:checked ~ .staffCarousel__dots label:nth-child(1), #staffSlide2:checked ~ .staffCarousel__dots label:nth-child(2), #staffSlide3:checked ~ .staffCarousel__dots label:nth-child(3), #staffSlide4:checked ~ .staffCarousel__dots label:nth-child(4), #staffSlide5:checked ~ .staffCarousel__dots label:nth-child(5) {
        background: #b68a2a;
        transform: scale(1.2);
    }

    .staffGrid　.staffCard__media:before {
        background: none;
    }

    .staffGrid .staffCard__media:before {
        display: none;
    }

    .staffCard__metaTop {
        position: static;
    }

    .staffCard__metaTop {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h3.staffCard__nameJP {
        order: 3;
        font-size: 21px;
        margin-top: 20px;
    }

    .staffCarousel .staffCard__media {
        border-radius: 50%;
        width: 300px;
        height: 300px;
        border: 1px solid #eee;
    }

    .staffGrid .staffCard__media img {
        left: 0;
        max-height: 600px;
        width: auto;
    }

    .ov__row strong {
        font-size: 16px;
    }

    div#wpcf7-f11-p331-o1 {
        order: 3;
    }

    .page-id-337 .top-title {
        font-size: 50px;
    }

    div#wpcf7-f333-p334-o1 {
        order: 3;
    }

    h1.news-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .ms__cta.media {
        margin-top: 0;
    }

    .news-item__cat--parent {
        font-size: 17px;
    }

    time.news-item__date {
        font-size: 16px;
    }

    .news-item__cat--child {
        font-size: 14px;
        height: 19px;
        font-weight: normal;
        padding: 1px 6px 2px;
        border-radius: 2px;
    }

    .single-in {
        padding-top: 20px;
    }

    .mindCarousel {
        position: relative;
        width: min(900px, 100%);
        margin-inline:auto; }

    .mindCarousel__radio {
        position: absolute;
        inline-size: 1px;
        block-size: 1px;
        overflow: hidden;
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .mindCarousel__viewport {
        overflow: hidden;
        border-radius: 18px;
    }

    .mindCarousel .mind__list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 0;
        transform: translateX(0%);
        transition: transform .45s cubic-bezier(.2,.9,.2,1);
        will-change: transform;
    }

    .mindCarousel .mind__item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    #mindSlide1:checked ~ .mindCarousel__viewport .mind__list {
        transform: translateX(0%);
    }

    #mindSlide2:checked ~ .mindCarousel__viewport .mind__list {
        transform: translateX(-100%);
    }

    #mindSlide3:checked ~ .mindCarousel__viewport .mind__list {
        transform: translateX(-200%);
    }

    #mindSlide4:checked ~ .mindCarousel__viewport .mind__list {
        transform: translateX(-300%);
    }

    #mindSlide5:checked ~ .mindCarousel__viewport .mind__list {
        transform: translateX(-400%);
    }

    .mindCarousel__nav {
        position: absolute;
        inset: 0;
        pointer-events: none;
        left: 0%;
        width: 100%;
    }

    .mindCarousel__btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        inline-size: 44px;
        block-size: 44px;
        border-radius: 999px;
        background: #fff;
        color: #333;
        display: grid;
        place-items: center;
        font-size: 28px;
        line-height: 1;
        box-shadow: 0 10px 24px rgba(0,0,0,.12);
        cursor: pointer;
        user-select: none;
        pointer-events: auto;
        opacity: .92;
        transition: transform .15s ease, opacity .15s ease;
    }

    .mindCarousel__btn:hover {
        opacity: 1;
        transform: translateY(-50%) scale(1.04);
    }

    .mindCarousel__btn--prev {
        left: -10px;
    }

    .mindCarousel__btn--next {
        right: -10px;
    }

    .mindNav--s1, .mindNav--s2, .mindNav--s3, .mindNav--s4, .mindNav--s5 {
        display: none;
    }

    #mindSlide1:checked ~ .mindCarousel__nav .mindNav--s1 {
        display: grid;
    }

    #mindSlide2:checked ~ .mindCarousel__nav .mindNav--s2 {
        display: grid;
    }

    #mindSlide3:checked ~ .mindCarousel__nav .mindNav--s3 {
        display: grid;
    }

    #mindSlide4:checked ~ .mindCarousel__nav .mindNav--s4 {
        display: grid;
    }

    #mindSlide5:checked ~ .mindCarousel__nav .mindNav--s5 {
        display: grid;
    }

    .mindCarousel__dots {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 14px;
    }

    .mindCarousel__dot {
        inline-size: 10px;
        block-size: 10px;
        border-radius: 999px;
        background: #d7d7d7;
        cursor: pointer;
        transition: transform .15s ease, background .15s ease;
    }

    #mindSlide1:checked ~ .mindCarousel__dots label:nth-child(1), #mindSlide2:checked ~ .mindCarousel__dots label:nth-child(2), #mindSlide3:checked ~ .mindCarousel__dots label:nth-child(3), #mindSlide4:checked ~ .mindCarousel__dots label:nth-child(4), #mindSlide5:checked ~ .mindCarousel__dots label:nth-child(5) {
        background: #b68a2a;
        transform: scale(1.2);
    }

    .mindCarousel__viewport {
        overflow: hidden;
        width: 93%;
        margin: 0 auto;
    }

    .mindCarousel .mind__list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr;
        transform: none !important;
        transition: none !important;
    }

    .mindCarousel .mind__item {
        grid-area: 1 / 1;
        width: 100%;
        margin: 0;
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .25s ease;
    }

    #mindSlide1:checked ~ .mindCarousel__viewport .mind__item:nth-child(1) {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    #mindSlide1:checked ~ .mindCarousel__viewport .mind__item:nth-child(n+2) {
        transform: translateX(100%);
    }

    #mindSlide2:checked ~ .mindCarousel__viewport .mind__item:nth-child(1) {
        transform: translateX(-100%);
    }

    #mindSlide2:checked ~ .mindCarousel__viewport .mind__item:nth-child(2) {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    #mindSlide2:checked ~ .mindCarousel__viewport .mind__item:nth-child(n+3) {
        transform: translateX(100%);
    }

    #mindSlide3:checked ~ .mindCarousel__viewport .mind__item:nth-child(-n+2) {
        transform: translateX(-100%);
    }

    #mindSlide3:checked ~ .mindCarousel__viewport .mind__item:nth-child(3) {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    #mindSlide3:checked ~ .mindCarousel__viewport .mind__item:nth-child(n+4) {
        transform: translateX(100%);
    }

    #mindSlide4:checked ~ .mindCarousel__viewport .mind__item:nth-child(-n+3) {
        transform: translateX(-100%);
    }

    #mindSlide4:checked ~ .mindCarousel__viewport .mind__item:nth-child(4) {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    #mindSlide4:checked ~ .mindCarousel__viewport .mind__item:nth-child(5) {
        transform: translateX(100%);
    }

    #mindSlide5:checked ~ .mindCarousel__viewport .mind__item:nth-child(-n+4) {
        transform: translateX(-100%);
    }

    #mindSlide5:checked ~ .mindCarousel__viewport .mind__item:nth-child(5) {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .sv__right.effect-fade.effect-scroll {
        width: 100%;
        margin: 0 auto;
    }

    section.mindCarousel br {
        display: none;
    }

    .mind__img {
        border-radius: 0;
    }

    #hamburger .btn-gNav {
        position: fixed;
        top: 24px;
        right: 20px;
        width: 28px;
        height: 27px;
        z-index: 9999;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    #hamburger .btn-gNav span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #666;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    #hamburger .btn-gNav span:nth-child(1) {
        top: 0px;
        left: 0px;
    }

    #hamburger .btn-gNav span:nth-child(2) {
        top: 9px;
        left: 0;
    }

    #hamburger .btn-gNav span:nth-child(3) {
        top: 18px;
        left: 0;
    }

    #hamburger .btn-gNav.open span:nth-child(1) {
        background: #000000;
        top: 9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform : rotate(-45deg);
        transform : rotate(-45deg);
    }

    #hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3) {
        top: 9px;
        background: #000000;
        -webkit-transform: rotate(45deg);
        -moz-transform : rotate(45deg);
        transform : rotate(45deg);
    }

    #gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #444;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2;
        padding-top: 80px;
        transition: .3s;
    }

    #gNav.open {
        right: 0px;
    }

    #gNav .gNav-menu {
        width: 100%;
        height: 100%;
        text-align: left;
        flex-direction: column;
    }

    #gNav .gNav-menu li {
        display: block;
        padding: 0px 0;
    }

    #gNav .gNav-menu li a {
        color: #ddd;
        text-decoration: none;
        display: block;
        padding: 15px 10px;
        border-bottom: 1px solid #eeeeee45;
    }

    .staffCarousel__nav.effect-fade.effect-scroll {
        display: block;
    }

    .st__sigSmall {
        text-align: center;
    }

    .st__sigName {
        text-align: center;
    }

    .st__sigSmall br {
        display: none;
    }

    .pc {
        display: none!important;
    }

    .sp {
        display: block;
    }
}

.news-pagination {
    margin: 40px auto 0;
}

.news-pagination .navigation.pagination {
    display: flex;
    justify-content: center;
}

.news-pagination .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.news-pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 12px 14px;
    border: 1px solid #e6e6e6;
    border-radius: 999px;
    background: #fff;
}

.news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.02em;
    transition: background-color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.news-pagination a.page-numbers:hover {
    background: #f3f3f3;
    border-color: #e6e6e6;
}

.news-pagination .page-numbers.current {
    background: #111;
    color: #fff;
    border-color: #111;
}

.news-pagination .page-numbers.dots {
    min-width: auto;
    padding: 0 6px;
    border: 0;
    background: transparent;
    color: #666;
}

.news-pagination .prev.page-numbers, .news-pagination .next.page-numbers {
    font-size: 18px;
    padding: 0 14px;
}

.news-pagination a.page-numbers:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}

.ms__en + .ms__sub {
    margin-top: 30px;
}

@media (max-width: 520px) {
    .news-pagination .nav-links {
        border-radius: 14px;
        gap: 6px;
    }

    .news-pagination .page-numbers {
        min-width: 34px;
        height: 34px;
        padding: 0 10px;
    }
	.page-id-486 .top-title {
    font-size: 50px;
    margin-top: 20px;
}
.values__map {
    aspect-ratio: unset;
    position: unset;
    padding-bottom: 10px;
    margin: 0;
}
h3.ca__big br {
    display: none;
}
}
section.st .st__title,
section.st .aw__title{
    color:#fff;
}
section.st.mem h2.st__title {
    color: #222;
}
copy {
    display: block;
    text-align: center;
    font-family: 'Oswald';
    margin-top: 30px;
    font-weight: 200;
    order: 5;
}
.aw__name a {
    color: #168cd1;
    display: inline-block;
}



.aw__name a:after {
    content: "";
    display: block;
    height: 2px;
    background: #168cd1;
}
@media screen and (min-width: 1000px) {
    .staffCarousel__viewport {
        height: unset!important;
    }
	.values__inner .ms__cta {
    top: 250px;
    position: relative;
}
}
