/*-------------------------------------------------------------------*/
/* foundation */
/*-------------------------------------------------------------------*/
html {
    font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
    html {
        font-size: 1.3vw;
    }
}

body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #f2f2f2;
}
@media screen and (max-width: 1024px) {
    body {
        -webkit-overflow-scrolling: touch;
    }
}

.pc_b {
    display: block !important;
}
@media print, screen and (max-width: 1024px) {
    .pc_b {
        display: none !important;
    }
}
.pc_i {
    display: inline !important;
}
@media print, screen and (max-width: 1024px) {
    .pc_i {
        display: none !important;
    }
}
.pc_ib {
    display: inline-block !important;
}
@media print, screen and (max-width: 1024px) {
    .pc_ib {
        display: none !important;
    }
}
.pc_f {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
}
@media print, screen and (max-width: 1024px) {
    .pc_f {
        display: none !important;
    }
}
.sp_b {
    display: none !important;
}
@media print, screen and (max-width: 1024px) {
    .sp_b {
        display: block !important;
    }
}
.sp_i {
    display: none !important;
}
@media print, screen and (max-width: 1024px) {
    .sp_i {
        display: inline !important;
    }
}
.sp_ib {
    display: none !important;
}
@media print, screen and (max-width: 1024px) {
    .sp_ib {
        display: inline-block !important;
    }
}
.sp_f {
    display: none !important;
}
@media print, screen and (max-width: 1024px) {
    .sp_f {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
}

.preload * {
    transition: none !important;
    transition-delay: unset !important;
}
.resizing *,
.resizing *::before,
.resizing *::after {
    transition: none !important;
    transition-delay: unset !important;
}

/*-------------------------------------------------------------------*/
/* color */
/*-------------------------------------------------------------------*/
.color-green {
    color: #3cab8f;
}
.color-pink {
    color: #ff5959;
}

/*-------------------------------------------------------------------*/
/* align */
/*-------------------------------------------------------------------*/
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

/*-------------------------------------------------------------------*/
/* weight */
/*-------------------------------------------------------------------*/
.weight-bold {
    font-weight: 700;
}
.weight-medium {
    font-weight: 500;
}

/*-------------------------------------------------------------------*/
/* st-Wrapper */
/*-------------------------------------------------------------------*/
.st-Wrapper {
    overflow: hidden;
    background: url(../images/common/bg_pattern.png);
}

/*-------------------------------------------------------------------*/
/* st-Content */
/*-------------------------------------------------------------------*/
.st-Content {
    opacity: 0;
}

/*-------------------------------------------------------------------*/
/* Subpage */
/*-------------------------------------------------------------------*/
.sub-Wrapper {
    padding: 266px 50px 0;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .sub-Wrapper {
        padding: 34.5052vw 5.21vw 0;
    }
    .sub-Heading .heading {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (min-width: 1025px) {
    .sub-Bgletters {
        position: absolute;
        top: 157px;
        right: 40px;
        font-family: "Jost", "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 30rem;
        color: #f2f2f2;
        text-shadow: 1px 1px 0px rgba(15, 15, 15, 0.1), -1px 1px 0px rgba(15, 15, 15, 0.1), 1px -1px 0px rgba(15, 15, 15, 0.1), -1px -1px 0px rgba(15, 15, 15, 0.1), 1px 0px 0px rgba(15, 15, 15, 0.1), 0px 1px 0px rgba(15, 15, 15, 0.1), -1px 0px 0px rgba(15, 15, 15, 0.1), 0px -1px 0px rgba(15, 15, 15, 0.1);
        text-align: right;
        z-index: -1;
    }
    .sub-Diagonalline {
        width: 250px;
        height: 1200px;
        position: fixed;
        top: 361.5px;
        right: 210.35px;
        z-index: -1;
        transform: rotate(45deg);
    }
    .sub-Diagonalline .diagonal-line {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(60, 171, 143, 0.2);
        transform-origin: 0 0;
    }
}

/*-------------------------------------------------------------------*/
/* Header */
/*-------------------------------------------------------------------*/
.st-Header {
    width: 100%;
    padding: 40px 0 0 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}
@media screen and (max-width: 1024px) {
    .st-Header {
        padding: 0;
        position: absolute;
    }
}

/* Bg */
.st-Header_Bg {
    width: 100%;
    height: 66px;
    background-color: #0f0f0f;
    position: fixed;
    top: 0;
    left: 0;
    transition: transform 0.3s;
    transform: translateY(-101%);
}
@media screen and (min-width: 1025px) {
    .st-Header.scrolled .st-Header_Bg {
        transform: translateY(0);
    }
}
@media screen and (max-width: 1024px) {
    .st-Header_Bg {
        height: 100%;
        transition-delay: 0.15s, 0.15s;
    }
    .st-Header.opened .st-Header_Bg {
        transform: translateY(0);
        transition-delay: 0s, 0s;
    }
}

/* LoopText */
@media screen and (max-width: 1024px) {
    .st-Header_LoopText {
        width: 41.93vw;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        transition-delay: 0s, 0s;
    }
    .st-Header_LoopText .text {
        width: 21.48vw;
        display: flex;
        flex-direction: column;
        position: absolute;
        will-change: transform;
    }
    .st-Header_LoopText .text img {
        width: 100%;
        height: auto;
    }
    .st-Header_LoopText .text.top {
        top: 0;
        left: 0;
    }
    .st-Header_LoopText .text.bottom {
        bottom: 0;
        right: 0;
    }
    .st-Header.opened .st-Header_LoopText {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.15s, 0.15s;
    }
}

/* Content */
.st-Header_Content {
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 1025px) {
    .st-Header_Content {
        transition: transform 0.3s;
    }
    .st-Header.scrolled .st-Header_Content {
        transform: translateY(-30px);
    }
}
@media screen and (max-width: 1024px) {
    .st-Header_Content {
        display: block;
    }
}

/* Logo */
.st-Header_Logo {
    width: 208px;
    flex-shrink: 0;
    position: relative;
}
.st-Header_Logo .logo_black a svg {
    fill: #000000;
}
@media screen and (max-width: 1024px) {
    .st-Header_Logo {
        width: 35.416666vw;
        position: absolute;
        top: 6.3802vw;
        left: 5.20833vw;
        z-index: 2;
    }
}
.st-Header_Logo svg {
    fill: #fff;
}
@media (hover: hover) {
    .st-Header_Logo a {
        transition: opacity 0.3s;
    }
    .st-Header_Logo a:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 1025px) {
    .st-Header_Logo {
        transition: transform 0.3s;
        transform-origin: 0 50%;
    }
    .st-Header.scrolled .st-Header_Logo {
        transform: scale(0.637);
    }
    .st-Header_Logo svg {
        transition: fill 0.3s;
    }
    .st-Header.scrolled .st-Header_Logo svg {
        fill: #fff;
    }
}

/* Hamburger */
@media screen and (max-width: 1024px) {
    .st-Header_Hamburger {
        width: 9.9vw;
        height: 3.39vw;
        position: fixed;
        top: 8.85vw;
        right: 5.21vw;
        z-index: 12;
        transition: transform 0.3s;
    }
    .st-Header_Hamburger::before,
    .st-Header_Hamburger::after {
        content: "";
        width: 9.9vw;
        height: 0.78vw;
        min-height: 1px;
        position: absolute;
        left: 0;
        background-color: #3cab8f;
        display: block;
        backface-visibility: hidden;
        transition: transform 0.3s;
    }
    .st-Header_Hamburger::before {
        top: 0;
    }
    .st-Header_Hamburger::after {
        bottom: 0;
    }
    .st-Header.opened .st-Header_Hamburger {
        transform: rotate(180deg);
    }
    .st-Header.opened .st-Header_Hamburger::before {
        top: 50%;
        transform: translateY(-50%) rotate(-30deg);
    }
    .st-Header.opened .st-Header_Hamburger::after {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%) rotate(30deg);
    }
}

/* Nav */
.st-Header_Nav {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
    .st-Header_Nav {
        width: 100%;
        height: 100%;
        padding: 27.34vw 10.42vw 5.86vw;
        display: block;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;

        transform: translateY(4rem);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
        transition-delay: 0s, 0s, 0s;
    }
    .st-Header.opened .st-Header_Nav {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition-delay: 0.3s, 0.3s, 0.3s;
    }
}

/* Globalnav */
@media screen and (min-width: 1361px) {
    .st-Header_Nav .globalnav {
        margin-right: 50px;
    }
}
@media screen and (max-width: 1360px) {
    .st-Header_Nav .globalnav {
        margin-right: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .st-Header_Nav .globalnav {
        margin: 0 0 9.38vw;
    }
}
@media screen and (min-width: 1025px) {
    .st-Header_Nav .globalnav nav ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
.st-Header_Nav .globalnav nav ul li a {
    height: 46px;
    display: inline-block;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #0f0f0f;
    letter-spacing: 0.06em;
    position: relative;
}
@media screen and (max-width: 1360px) {
    .st-Header_Nav .globalnav nav ul li a {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 1024px) {
    .st-Header_Nav .globalnav nav ul li a {
        height: auto;
        padding-bottom: 2.86vw;
        font-size: 3.6rem;
        color: #fff;
        letter-spacing: 0.08em;
    }

    .st-Header_Nav .globalnav nav ul .switch-lang a {
        padding-bottom: 0;
    }
}
@media screen and (min-width: 1025px) {
    .st-Header.scrolled .st-Header_Nav .globalnav nav ul li a {
        font-size: 1.6rem;
        height: 31px;
    }
}
.st-Header_Nav .globalnav nav ul li a span {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.st-Header_Nav .globalnav nav ul li a::after {
    content: "";
    width: 100%;
    max-width: 100%;
    height: 2px;
    background: #0f0f0f;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s;
}
.st-Header_Nav .globalnav.white nav ul li a {
    color: #fff;
}
.st-Header_Nav .globalnav.white nav ul li a::after {
    background: #fff;
}
@media (hover: hover) {
    .st-Header_Nav .globalnav nav ul li a:hover::after {
        transform: scaleX(1);
    }
}
.st-Header_Nav .globalnav nav ul li a.current::after {
    transform: scaleX(1);
}
@media screen and (min-width: 1025px) {
    .st-Header_Nav .globalnav nav ul li + li {
        margin-left: 40px;
    }
}
@media screen and (max-width: 1360px) {
    .st-Header_Nav .globalnav nav ul li + li {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .st-Header_Nav .globalnav nav ul li + li {
        margin: 7.8125vw 0 0;
    }
}
/* Btns */
.st-Header_Nav .btns {
    width: 0;
    /* margin-left: 40px; */
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .st-Header_Nav .btns {
        width: auto;
    }
}
@media screen and (max-width: 1024px) {
    .st-Header_Nav .btns .btn + .btn {
        margin-top: 2.6vw;
    }
}
.st-Header_Nav .btns .btn a {
    height: 46px;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 1360px) {
    .st-Header_Nav .btns .btn a {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1024px) {
    .st-Header_Nav .btns .btn a {
        width: 100%;
        height: auto;
        display: flex;
        padding: 5.73vw 7.81vw;
        font-size: 3.2rem;
        justify-content: flex-start;
        position: relative;
    }
}
.st-Header_Nav .btns .btn.contact a {
    background-color: #3cab8f;
}
@media screen and (min-width: 1025px) {
    .st-Header_Nav .btns .btn.document {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .st-Header_Nav .btns .btn.document {
        background-color: #3f3f3f;
    }
}
@media screen and (max-width: 1024px) {
    .st-Header_Nav .btns .btn .accent {
        width: 4.43vw;
        height: 9.11vw;
        margin: auto 0;
        fill: #fff;
        opacity: 0.2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .st-Header_Nav .btns .btn .arrow {
        width: 10.42vw;
        height: 10.42vw;
        fill: none;
        stroke: #fff;
        stroke-width: 2;
        opacity: 0.2;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media (hover: hover) {
    .st-Header_Nav .btns .btn a {
        transition: opacity 0.3s;
    }
    .st-Header_Nav .btns .btn a:hover {
        opacity: 0.6;
    }
}

/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/
.st-Footer {
    position: relative;
    z-index: 2;
}

/* Contact */
.st-Footer_Contact {
    margin-bottom: 50px;
    padding: 0 50px;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Contact {
        margin-bottom: 5.21vw;
        padding: 0 5.21vw;
        display: block;
    }
}
.st-Footer_Contact .btn + .btn {
    margin: 0 0 0 40px;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Contact .btn + .btn {
        margin: 5.21vw 0 0 0;
    }
}
.st-Footer_Contact .btn a {
    max-width: 890px;
    height: 100%;
    padding: 76px 100px 11.23595%;
    display: block;
    position: relative;
    color: #fff;
}
@media screen and (min-width: 1920px) {
    .st-Footer_Contact .btn a {
        padding: 76px 100px 100px;
    }
}
@media screen and (max-width: 1024px) {
    .st-Footer_Contact .btn a {
        max-width: none;
        padding: 7.81vw 5.21vw;
    }
}
.st-Footer_Contact .btn.green a {
    background-color: #3cab8f;
}
.st-Footer_Contact .btn.black a {
    background-color: #0f0f0f;
}
.st-Footer_Contact .btn a .accent {
    width: 78px;
    height: 160px;
    fill: #fff;
    opacity: 0.2;
    position: absolute;
    top: 22px;
    left: 0;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Contact .btn a .accent {
        width: 5.86vw;
        height: 11.85vw;
        top: 5.73vw;
    }
}
.st-Footer_Contact .btn a .arrow {
    width: 80px;
    height: 80px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Contact .btn a .arrow {
        width: 1.56vw;
        height: 1.56vw;
    }
}
.st-Footer_Contact .btn a .heading {
    font-weight: 700;
    /* font-size: 4.2rem; */
    font-size: 3.6rem;
    line-height: 120%;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Contact .btn a .heading {
        padding-left: 5.21vw;
        font-size: 4.8rem;
    }
}
.st-Footer_Contact .btn a .overview {
    margin-top: 26px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Contact .btn a .overview {
        margin-top: 5.21vw;
        font-size: 2.6rem;
    }
}
@media (hover: hover) {
    .st-Footer_Contact .btn {
        position: relative;
    }
    .st-Footer_Contact .btn a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: 0 0;
        transition: transform 0.3s;
    }
    .st-Footer_Contact .btn.green a::before {
        background-color: #0f0f0f;
    }
    .st-Footer_Contact .btn.black a::before {
        background-color: #3cab8f;
    }
    .st-Footer_Contact .btn a[href]:hover::before {
        transform: scaleX(1);
    }
}
/* Recruit */
.st-Footer_Recruit {
    padding: 90px 50px 60px;
    background: #282828;
}
@media screen and (min-width: 1025px) {
    .st-Footer_Recruit .sw-Heading .sw-Heading_Deco {
        margin: auto 0;
        top: 0;
        bottom: 0;
    }
}
@media screen and (max-width: 1024px) {
    .st-Footer_Recruit {
        padding: 8.79vw 5.21vw 9.11vw;
    }
}
.st-Footer_Recruit .sw-Heading .sw-Heading_Content {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Recruit .sw-Heading .sw-Heading_Content {
        display: block;
    }
}
.st-Footer_Recruit .sw-Heading .sw-Heading_Content .heading {
    margin-right: 14.19753%;
    flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Recruit .sw-Heading .sw-Heading_Content .heading {
        margin: 0;
    }
}
.st-Footer_Recruit .sw-Heading .sw-Heading_Content .overview {
    margin-top: 0;
    font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Recruit .sw-Heading .sw-Heading_Content .overview {
        margin-top: 4.56vw;
        font-size: 2.6rem;
    }
}

.sw-Heading .sw-Heading_Content .overview .link {
    width: 100%;
    max-width: 960px;
    margin-top: 40px;
    padding: 30px 0 30px 10px;
    display: flex;
    align-items: center;
    border-top: 4px solid #0f0f0f;
    border-bottom: 4px solid #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .sw-Heading .sw-Heading_Content .overview .link {
        margin-top: 6.09375vw;
        padding: 5vw 5.21vw 6.09375vw;
        display: block;
    }
}
.sw-Heading .sw-Heading_Content .overview .link > p {
    font-weight: 700;
    font-size: 2rem;
}
@media screen and (max-width: 1024px) {
    .sw-Heading .sw-Heading_Content .overview .link > p {
        font-size: 2.6rem;
        line-height: 140%;
        text-align: center;
    }
}
.sw-Heading .sw-Heading_Content .overview .link .btns {
    margin-left: 30px;
    flex-shrink: 0;
    display: inline-flex;
}
@media screen and (max-width: 1024px) {
    .sw-Heading .sw-Heading_Content .overview .link .btns {
        margin: 4vw 0 0;
        display: block;
    }
}
.sw-Heading .sw-Heading_Content .overview .link .btns .btn a {
    width: 460px;
    height: 100%;
    padding: 15px 46px;
    display: block;
    position: relative;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .sw-Heading .sw-Heading_Content .overview .link .btns .btn a {
        width: 100%;
        height: auto;
        padding: 2.865vw 7.81vw;
    }
}
.sw-Heading .sw-Heading_Content .overview .link .btns .btn.green a {
    background-color: #3cab8f;
}
.sw-Heading .sw-Heading_Content .overview .link .btns .btn a .accent {
    width: 25.6px;
    height: 65.6px;
    margin: auto 0;
    fill: #fff;
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1024px) {
    .sw-Heading .sw-Heading_Content .overview .link .btns .btn a .accent {
        width: 4.43vw;
        height: 9.11vw;
    }
}
.sw-Heading .sw-Heading_Content .overview .link .btns .btn a .arrow {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 1024px) {
    .sw-Heading .sw-Heading_Content .overview .link .btns .btn a .arrow {
        width: 10.42vw;
        height: 10.42vw;
    }
}
.sw-Heading .sw-Heading_Content .overview .link .btns .btn a p {
    font-weight: 700;
    font-size: 2em;
    color: #fff;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .sw-Heading .sw-Heading_Content .overview .link .btns .btn a p {
        font-size: 2.6em;
    }
}
@media (hover: hover) {
    .sw-Heading .sw-Heading_Content .overview .link .btns .btn {
        position: relative;
    }
    .sw-Heading .sw-Heading_Content .overview .link .btns .btn a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: 0 0;
        transition: transform 0.3s;
    }
    .sw-Heading .sw-Heading_Content .overview .link .btns .btn.green a::before {
        background-color: #0f0f0f;
    }
    .sw-Heading .sw-Heading_Content .overview .link .btns .btn a[href]:hover::before {
        transform: scaleX(1);
    }
}

.st-Footer_Recruit .sw-Heading .sw-Heading_Content .balloon span {
    padding: 12px 20px;
    display: inline-block;
    border-radius: 3px 3px 3px 0;
    background-color: #fff;
    position: relative;
    font-weight: 700;
    line-height: 1;
    color: #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Recruit .sw-Heading .sw-Heading_Content .balloon span {
        padding: 0.91vw 2.6vw;
        border-radius: 0.39vw 0.39vw 0.39vw 0;
    }
}
.st-Footer_Recruit .sw-Heading .sw-Heading_Content .balloon span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 0;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Recruit .sw-Heading .sw-Heading_Content .balloon span::after {
        border-width: 0.91vw 0.78vw 0 0;
        bottom: -0.78vw;
    }
}
.st-Footer_Recruit .sw-Heading .sw-Heading_Content .overview p:not(.balloon) {
    margin-top: 25px;
    font-weight: 500;
    line-height: 200%;
    color: #fff;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Recruit .sw-Heading .sw-Heading_Content .overview p:not(.balloon) {
        margin-top: 2.86vw;
    }
}
.st-Footer_Recruit .sw-Heading .sw-Heading_Content .overview .sw-ViewMore {
    margin-top: 22px;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Recruit .sw-Heading .sw-Heading_Content .overview .sw-ViewMore {
        margin-top: 5.21vw;
    }
}
/* Nav */
.st-Footer_Nav {
    padding: 0 50px;
    background: #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav {
        padding: 13.02vw 5.21vw 18.23vw;
    }
}
.st-Footer_Nav .content {
    max-width: 1620px;
    margin: 0 auto;
    padding-top: 90px;
    display: grid;
    grid-template-columns: auto 66%;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .content {
        padding: 0 5.21vw;
        display: flex;
        flex-direction: column;
    }
}
.st-Footer_Nav .company {
    margin-bottom: 120px;
    grid-area: 1 / 1 / 2 / 2;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .company {
        margin: 23.44vw 0 13.02vw;
        order: 2;
    }
}
.st-Footer_Nav .company::after {
    content: "";
    width: 20px;
    height: 2px;
    margin-top: 41px;
    background-color: #8d8d8d;
    display: block;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .company::after {
        width: 4.95vw;
        margin-top: 9.38vw;
    }
}
.st-Footer_Nav .company .logo {
    width: 270px;
    display: block;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .company .logo {
        width: 65.36vw;
    }
}
.st-Footer_Nav .company .logo svg {
    fill: #fff;
}
.st-Footer_Nav .company .catch {
    margin-top: 53px;
    font-weight: 700;
    font-size: 1.4rem;
    color: #8d8d8d;
    letter-spacing: 0.14em;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .company .catch {
        margin-top: 9.11vw;
        font-size: 2.6rem;
    }
}
.st-Footer_Nav .company .catch span {
    margin-top: 16px;
    display: block;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .company .catch span {
        margin-top: 1.95vw;
        font-size: 2.3rem;
    }
}
.st-Footer_Nav .globalnav {
    width: 100%;
    margin-left: auto;
    grid-area: 1 / 2 / 3 / 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    grid-column-gap: 20px;
    row-gap: 64px;
    grid-row-gap: 64px;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .globalnav {
        order: 1;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        grid-column-gap: 0;
        row-gap: 8.33vw;
        grid-row-gap: 8.33vw;
    }
}
.st-Footer_Nav .globalnav .label a {
    padding-bottom: 12px;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .globalnav .label a {
        padding-bottom: 2.86vw;
        font-size: 3.6rem;
    }
}
.st-Footer_Nav .globalnav .label a::after {
    content: "";
    width: 100%;
    max-width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s;
}
@media (hover: hover) {
    .st-Footer_Nav .globalnav .label a:hover::after {
        transform: scaleX(1);
    }
}
.st-Footer_Nav .globalnav .label a.current::after {
    transform: scaleX(1);
}
.st-Footer_Nav .globalnav .subpage {
    margin-top: 18px;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .globalnav .subpage {
        margin-top: 3.39vw;
        padding-bottom: 2.6vw;
    }
}
.st-Footer_Nav .globalnav .subpage li + li {
    margin-top: 4px;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .globalnav .subpage li + li {
        margin-top: 1.3vw;
    }
}
.st-Footer_Nav .globalnav .subpage li a {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 160%;
    color: #fff;
    position: relative;
    transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .globalnav .subpage li a {
        font-size: 2.8rem;
    }
}
@media (hover: hover) {
    .st-Footer_Nav .globalnav .subpage li a:hover {
        opacity: 0.6;
    }
}
.st-Footer_Nav .sns {
    margin-top: auto;
    grid-area: 2 / 1 / 3 / 2;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .sns {
        order: 3;
    }
}
.st-Footer_Nav .sns ul li a {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.08em;
    transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .sns ul li a {
        font-size: 3.6rem;
    }
}
@media (hover: hover) {
    .st-Footer_Nav .sns ul li a:hover {
        opacity: 0.6;
    }
}
.st-Footer_Nav .sns ul li a .twitter-icon {
    width: 21px;
    margin-right: 12px;
    fill: #fff;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .sns ul li a .twitter-icon {
        width: 6.51vw;
        margin-right: 3.13vw;
    }
}
.st-Footer_Nav .other {
    margin-top: 100px;
    padding: 30px 0 40px;
    border-top: 1px solid #323232;
    grid-area: 3 / 1 / 4 / 3;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .other {
        margin-top: 14.32vw;
        padding: 6.51vw 0 0;
        order: 4;
    }
}
.st-Footer_Nav .other {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .other .subnav {
        width: 50%;
    }
}
.st-Footer_Nav .other .subnav ul {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .other .subnav ul {
        display: block;
    }
}
.st-Footer_Nav .other .subnav li + li {
    margin-left: 20px;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .other .subnav li + li {
        margin: 1.3vw 0 0;
    }
}
.st-Footer_Nav .other .subnav li a {
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.08em;
    transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .other .subnav li a {
        font-size: 2.4rem;
    }
}
@media (hover: hover) {
    .st-Footer_Nav .other .subnav li a:hover {
        opacity: 0.6;
    }
}
.st-Footer_Nav .other .copyright {
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #8d8d8d;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
    .st-Footer_Nav .other .copyright {
        width: 50%;
        font-size: 2.4rem;
        text-align: right;
    }
}
/* BackToTop */
.st-Footer_BackToTop {
    width: calc((100% - 1820px) / 2);
    /* min-width: 50px; */
    padding-right: 50px;
    position: absolute;
    bottom: 85px;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
    .st-Footer_BackToTop {
        width: auto;
        padding-right: 0;
        bottom: 41.67vw;
        right: 5.86vw;
    }
}
.st-Footer_BackToTop a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.3s;
}
@media (hover: hover) {
    .st-Footer_BackToTop a:hover {
        opacity: 0.6;
    }
}
.st-Footer_BackToTop a::before {
    content: "";
    width: 1px;
    height: 40px;
    margin: 0 auto 10px;
    background: #fff;
    display: block;
}
@media screen and (max-width: 1024px) {
    .st-Footer_BackToTop a::before {
        height: 10.42vw;
        margin-bottom: 3.13vw;
    }
}
.st-Footer_BackToTop span {
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.12em;
    writing-mode: vertical-lr;
}
@media screen and (max-width: 1024px) {
    .st-Footer_BackToTop span {
        font-size: 2.8rem;
    }
}

/*-------------------------------------------------------------------*/
/* sw-Heading */
/*-------------------------------------------------------------------*/
.sw-Heading {
    position: relative;
}
.sw-Heading.center {
    text-align: center;
}
.sw-Heading_Deco {
    width: 78px;
    height: 160px;
    position: absolute;
    top: -38px;
    left: -50px;
    fill: #3cab8f;
}
@media screen and (max-width: 1024px) {
    .sw-Heading_Deco {
        width: 5.47vw;
        height: 11.2vw;
        position: absolute;
        top: 1.69vw;
        left: -5.21vw;
    }
}
.sw-Heading_Content {
    max-width: 1620px;
    margin: 0 auto;
    position: relative;
}
.sw-Heading:not(.center) .sw-Heading_Content .heading {
    margin-left: -30px;
}
@media screen and (max-width: 1024px) {
    .sw-Heading:not(.center) .sw-Heading_Content .heading {
        margin-left: -3.26vw;
        padding: 0 5.21vw;
    }
}
.sw-Heading_Content .en {
    max-width: 100%;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 6.8rem;
    line-height: 120%;
    color: #0f0f0f;
    letter-spacing: 0.06em;
    text-shadow: -3px 0 0 rgba(89, 255, 235, 0.5), 3px 0 0 rgba(255, 89, 89, 0.5);
    display: inline-block;
}
.sw-Heading:not(.center) .sw-Heading_Content .en {
    margin-left: 30px;
}
@media screen and (max-width: 1024px) {
    .sw-Heading_Content .en {
        font-size: 9rem;
    }
    .sw-Heading:not(.center) .sw-Heading_Content .en {
        margin-left: 3.26vw;
    }
}
.sw-Heading_Content .jp {
    margin: 15px 0 0 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .sw-Heading_Content .jp {
        margin: 2.21vw 0 0 3.26vw;
    }
}
.sw-Heading_Content .jp .jp-content {
    padding: 5px 12px 6px;
    display: inline-block;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 120%;
    color: #fff;
    letter-spacing: 0.2em;
    background: #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .sw-Heading_Content .jp .jp-content {
        padding: 1.17vw 1.95vw;
        font-size: 2.2rem;
    }
}
.sw-Heading_Content .jp .jp-curtain {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0f0f0f;
}
.sw-Heading_Content .overview {
    margin-top: 43px;
}
@media screen and (max-width: 1024px) {
    .sw-Heading_Content .overview {
        margin-top: 5.86vw;
    }
}
.sw-Heading_Content .overview p {
    font-weight: 700;
    font-size: 2rem;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .sw-Heading_Content .overview p {
        font-size: 2.6rem;
    }
}
.sw-Heading_Content .overview p + p {
    margin-top: 1em;
}
.sw-Heading.white .sw-Heading_Content .en {
    color: #fff;
}
.sw-Heading.white .sw-Heading_Content .jp .jp-content {
    color: #0f0f0f;
    background: #fff;
}
.sw-Heading.white .sw-Heading_Content .jp .jp-curtain {
    background: #fff;
}

/*-------------------------------------------------------------------*/
/* text-glitch */
/*-------------------------------------------------------------------*/
@keyframes glitch {
    100% {
        --text-glitch-y1: 10%;
        --text-glitch-y2: 50%;
        --text-glitch-y3: 70%;
        --text-glitch-y4: 95%;
    }
}
@keyframes glitch-right {
    0%,
    10% {
        transform: translateX(5px);
        filter: drop-shadow(5px 0 0 cyan);
    }
    11% {
        transform: none;
        text-shadow: none;
        opacity: 1;
    }
    12% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes glitch-left {
    0%,
    10% {
        transform: translateX(5px);
        filter: drop-shadow(-5px 0 0 red);
    }
    11% {
        transform: none;
        text-shadow: none;
        opacity: 1;
    }
    12% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.text-glitch {
    position: relative;
    color: transparent;
    --text-glitch-y1: 30%;
    --text-glitch-y2: 35%;
    --text-glitch-y3: 50%;
    --text-glitch-y4: 55%;
}
.text-glitch.is-animated {
    animation: glitch 0.2s 1;
}
.text-glitch:before,
.text-glitch:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    color: inherit;
    opacity: 0;
}
.text-glitch.is-animated:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% var(--text-glitch-y1), 0% var(--text-glitch-y1), 0% var(--text-glitch-y2), 100% var(--text-glitch-y2), 100% var(--text-glitch-y3), 0% var(--text-glitch-y3), 0% var(--text-glitch-y4), 100% var(--text-glitch-y4), 100% 100%, 0% 100%);
    animation: glitch-right var(--text-glitch-time, 1s) 1 forwards;
    opacity: 1;
}
.text-glitch.is-animated:after {
    clip-path: polygon(0% var(--text-glitch-y1), 100% var(--text-glitch-y1), 100% var(--text-glitch-y2), 0% var(--text-glitch-y2), 0% var(--text-glitch-y3), 100% var(--text-glitch-y3), 100% var(--text-glitch-y4), 0% var(--text-glitch-y4));
    animation: glitch-left var(--text-glitch-time, 1s) 1 forwards;
    opacity: 1;
}
.image-glitch {
    position: relative;
    color: transparent;
    --text-glitch-y1: 30%;
    --text-glitch-y2: 35%;
    --text-glitch-y3: 50%;
    --text-glitch-y4: 55%;
}
.image-glitch.is-animated {
    animation: glitch 0.2s 1;
}
.image-glitch-before,
.image-glitch-after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.image-glitch.is-animated .image-glitch-before {
    clip-path: polygon(0% 0%, 100% 0%, 100% var(--text-glitch-y1), 0% var(--text-glitch-y1), 0% var(--text-glitch-y2), 100% var(--text-glitch-y2), 100% var(--text-glitch-y3), 0% var(--text-glitch-y3), 0% var(--text-glitch-y4), 100% var(--text-glitch-y4), 100% 100%, 0% 100%);
    animation: glitch-right var(--text-glitch-time, 1s) 1 forwards;
    opacity: 1;
}
.image-glitch.is-animated .image-glitch-after {
    clip-path: polygon(0% var(--text-glitch-y1), 100% var(--text-glitch-y1), 100% var(--text-glitch-y2), 0% var(--text-glitch-y2), 0% var(--text-glitch-y3), 100% var(--text-glitch-y3), 100% var(--text-glitch-y4), 0% var(--text-glitch-y4));
    animation: glitch-left var(--text-glitch-time, 1s) 1 forwards;
    opacity: 1;
}

/*-------------------------------------------------------------------*/
/* sw-Subheading */
/*-------------------------------------------------------------------*/
.sw-Subheading {
    font-weight: 700;
    font-size: 4rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #11221c;
}
@media screen and (max-width: 1024px) {
    .sw-Subheading {
        font-size: 4.2rem;
    }
}
.sw-Subheading::after {
    content: "";
    width: 20px;
    height: 4px;
    margin-top: 40px;
    background: #3cab8f;
    display: block;
}
@media screen and (max-width: 1024px) {
    .sw-Subheading::after {
        width: 2.6vw;
        margin-top: 5.21vw;
    }
}

/*-------------------------------------------------------------------*/
/* sw-Txt */
/*-------------------------------------------------------------------*/
.sw-Txt {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 200%;
    letter-spacing: 0.08em;
    color: #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .sw-Txt {
        font-size: 2.6rem;
        line-height: 160%;
    }
}
@media (hover: hover) {
    .sw-Txt a:hover {
        text-decoration: underline;
    }
}
.sw-Txt + .sw-Txt {
    margin-top: 1.8em;
}

/*-------------------------------------------------------------------*/
/* js-markerText */
/*-------------------------------------------------------------------*/
.js-markerText {
    padding-left: 14px;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 225%;
    color: #fff;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
    .js-markerText {
        padding-left: 1.56vw;
        font-size: 4.2rem;
    }
}
.js-markerText .letter {
    position: relative;
    display: inline-block;
}
.js-markerText .letter.space {
    display: inline-block;
    width: 0.3em;
}
.js-markerText .marker-bg {
    width: calc(100% + 28px);
    height: 85%;
    margin: auto 0;
    position: absolute;
    top: -1%;
    bottom: 0;
    left: -14px;
    background-color: #0f0f0f;
    display: block;
    transform-origin: 0 0;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .js-markerText .marker-bg {
        width: calc(100% + 3.13vw);
        left: -1.56vw;
    }
}
.js-markerText .marker-text {
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.js-markerText .marker-text .marker-text-content {
    display: inline-block;
}

/*-------------------------------------------------------------------*/
/* js-spanText */
/*-------------------------------------------------------------------*/
.js-spanText .letter {
    display: inline-block;
}
.js-spanText .letter[data-letter=" "],
.js-spanText .letter[data-letter="　"] {
    min-width: 0.5em;
}

/*-------------------------------------------------------------------*/
/* btn-box */
/*-------------------------------------------------------------------*/
.btn-box {
    margin-top: 60px;
}
@media screen and (max-width: 1024px) {
    .btn-box {
        margin-top: 10.42vw;
    }
}
.btn-box a {
    width: 380px;
    margin: 0 auto;
    padding: 27px 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3cab8f;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 120%;
    color: #fff;
    letter-spacing: 0.04em;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .btn-box a {
        width: 79.17vw;
        padding: 5.86vw 11.72vw;
        font-size: 2.8rem;
    }
}
.btn-box a::after {
    content: "";
    width: 8px;
    height: 12px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%20fill%3D%22none%22%20viewBox%3D%220%200%208%2012%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.707%200L.297%201.41%204.877%206l-4.58%204.59L1.707%2012l6-6-6-6z%22%2F%3E%3C%2Fsvg%3E") 0 0 / contain
        no-repeat;
}
@media screen and (max-width: 1024px) {
    .btn-box a::after {
        width: 1.56vw;
        height: 2.6vw;
        right: 5.21vw;
    }
}
@media (hover: hover) {
    .btn-box a {
        transition: opacity 0.3s;
    }
    .btn-box a:hover {
        opacity: 0.6;
    }
}

/*-------------------------------------------------------------------*/
/* sw-Section */
/*-------------------------------------------------------------------*/
.sw-Section {
    max-width: 1200px;
    margin: 0 auto;
}
.sw-Section img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1024px) {
    .sw-Section img {
        width: 100%;
        max-width: none;
    }
}
.sw-Section + .sw-Section {
    margin-top: 140px;
}
@media screen and (max-width: 1024px) {
    .sw-Section + .sw-Section {
        margin-top: 26.04vw;
    }
}
@media (hover: hover) {
    .sw-Section a img {
        transition: opacity 0.3s;
    }
    .sw-Section a:hover img {
        opacity: 0.6;
    }
}

/*-------------------------------------------------------------------*/
/* sw-CallOut */
/*-------------------------------------------------------------------*/
.sw-CallOut {
    position: relative;
}
.sw-CallOut + .sw-CallOut {
    margin-top: 100px;
}
@media screen and (max-width: 1024px) {
    .sw-CallOut + .sw-CallOut {
        margin-top: 13.02vw;
    }
}
.sw-CallOut .heading p {
    margin-bottom: 7px;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #0f0f0f;
    letter-spacing: 0.06em;
    display: block;
}
@media screen and (max-width: 1024px) {
    .sw-CallOut .heading p {
        margin-bottom: 2.6vw;
        font-size: 2rem;
    }
}
.sw-CallOut .body {
    margin-top: 40px;
}
@media screen and (max-width: 1024px) {
    .sw-CallOut .body {
        margin-top: 7.81vw;
    }
}
.sw-CallOut .body p {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 200%;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
    .sw-CallOut .body p {
        font-size: 2.6rem;
    }
}
.sw-CallOut .body p + p {
    margin-top: 1.2em;
}

/*-------------------------------------------------------------------*/
/* sw-DefinitionList */
/*-------------------------------------------------------------------*/
.sw-DefinitionList {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    grid-column-gap: 20px;
    row-gap: 0px;
    grid-row-gap: 0px;
}
@media screen and (max-width: 1024px) {
    .sw-DefinitionList {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        grid-column-gap: 0;
    }
}
.sw-DefinitionList dl {
    padding: 20px 0;
    border-top: 1px solid #c4c4c4;
    display: flex;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 180%;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
    .sw-DefinitionList dl {
        padding: 3.91vw 0;
        font-size: 2.6rem;
    }
}
.sw-DefinitionList dl:last-child {
    border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 1025px) {
    .sw-DefinitionList dl:nth-last-child(2) {
        border-bottom: 1px solid #c4c4c4;
    }
}
.sw-DefinitionList dl dt {
    min-width: 187px;
    font-weight: 700;
    flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
    .sw-DefinitionList dl dt {
        min-width: 36.85vw;
    }
}
@media (hover: hover) {
    .sw-DefinitionList dd > a:hover {
        text-decoration: underline;
    }
}

/*-------------------------------------------------------------------*/
/* sw-GoogleMap */
/*-------------------------------------------------------------------*/
.sw-GoogleMap {
    max-width: 1200px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .sw-GoogleMap {
        height: 62.5vw;
    }
}
.sw-GoogleMap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*-------------------------------------------------------------------*/
/* sw-ViewMore */
/*-------------------------------------------------------------------*/
.sw-ViewMore {
    text-align: right;
}
.sw-ViewMore_Link {
    display: inline-flex;
    align-items: center;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    color: #0f0f0f;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
    .sw-ViewMore_Link {
        font-size: 3.2rem;
    }
}
.sw-ViewMore_Icon {
    width: 49px;
    height: 49px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .sw-ViewMore_Icon {
        width: 9.38vw;
        height: 9.38vw;
        margin-right: 2.21vw;
    }
}
.sw-ViewMore_Icon::before {
    content: "";
    width: 34px;
    height: 34px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f0f0f;
    transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
    .sw-ViewMore_Icon::before {
        width: 6.51vw;
        height: 6.51vw;
    }
}
.sw-ViewMore_Icon .dot {
    width: 18px;
    height: 18px;
    display: block;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .sw-ViewMore_Icon .dot {
        width: 3.26vw;
        height: 0.52vw;
        min-height: 1px;
    }
}
@media screen and (min-width: 1025px) {
    .sw-ViewMore_Icon .dot::before,
    .sw-ViewMore_Icon .dot::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 2px;
        background: #fff;
    }
    .sw-ViewMore_Icon .dot::before {
        width: 18px;
        height: 3px;
        transform: scaleX(0);
    }
    .sw-ViewMore_Icon .dot::after {
        width: 3px;
        height: 18px;
        transform: scaleY(0);
    }
}
.sw-ViewMore_Icon .dot span {
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
}
@media screen and (max-width: 1024px) {
    .sw-ViewMore_Icon .dot span {
        width: 0.52vw;
        min-width: 1px;
        height: 0.52vw;
        min-height: 1px;
    }
}
.sw-ViewMore_Icon .dot span:nth-child(1) {
    margin: auto 0;
    left: 0;
}
.sw-ViewMore_Icon .dot span:nth-child(2) {
    margin: auto;
    left: 0;
    right: 0;
}
.sw-ViewMore_Icon .dot span:nth-child(3) {
    margin: auto 0;
    right: 0;
}
.sw-ViewMore.white .sw-ViewMore_Link {
    color: #fff;
}
.sw-ViewMore.white .sw-ViewMore_Icon::before {
    background-color: #fff;
}
.sw-ViewMore.white .sw-ViewMore_Icon .dot::before,
.sw-ViewMore.white .sw-ViewMore_Icon .dot::after {
    background: #0f0f0f;
}
.sw-ViewMore.white .sw-ViewMore_Icon .dot span {
    background: #0f0f0f;
}
@media (hover: hover) {
    .sw-ViewMore_Link {
        transition: text-shadow 0.3s;
    }
    .sw-ViewMore_Icon .dot::before,
    .sw-ViewMore_Icon .dot::after {
        transition: transform 0.15s;
        transition-delay: 0s;
    }
    .sw-ViewMore_Icon .dot span:nth-child(1),
    .sw-ViewMore_Icon .dot span:nth-child(3) {
        transition: transform 0.15s;
        transition-delay: 0.15s;
    }
    .sw-ViewMore_Link[href]:hover {
        text-shadow: -3px 0 0 rgba(89, 255, 235, 0.5), 3px 0 0 rgba(255, 89, 89, 0.5);
    }
    .sw-ViewMore_Link[href]:hover .sw-ViewMore_Icon .dot::before {
        transform: scaleX(1);
        transition-delay: 0.15s;
    }
    .sw-ViewMore_Link[href]:hover .sw-ViewMore_Icon .dot::after {
        transform: scaleY(1);
        transition-delay: 0.15s;
    }
    .sw-ViewMore_Link[href]:hover .sw-ViewMore_Icon .dot span:nth-child(1) {
        transform: translateX(7px);
        transition-delay: 0s;
    }
    .sw-ViewMore_Link[href]:hover .sw-ViewMore_Icon .dot span:nth-child(3) {
        transform: translateX(-7px);
        transition-delay: 0s;
    }
}

/*-------------------------------------------------------------------*/
/* sw-CategorySearch */
/*-------------------------------------------------------------------*/
.sw-CategorySearch p {
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #0f0f0f;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
    .sw-CategorySearch p {
        font-size: 2rem;
    }
}
.sw-CategorySearch ul {
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .sw-CategorySearch ul {
        margin-left: -2.6vw;
    }
}
.sw-CategorySearch ul li {
    margin: 20px 0 0 20px;
}
@media screen and (max-width: 1024px) {
    .sw-CategorySearch ul li {
        margin: 2.6vw 0 0 2.6vw;
    }
}
.sw-CategorySearch ul li.current a {
    color: #fff;
    background: #0f0f0f;
}
.sw-CategorySearch ul li a {
    height: 100%;
    padding: 10px 14px 9px;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #0f0f0f;
    letter-spacing: 0.05em;
    display: inline-block;
    background: transparent;
    border: 2px solid #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .sw-CategorySearch ul li a {
        padding: 2.6vw;
        font-size: 2.6rem;
    }
}
@media (hover: hover) {
    .sw-CategorySearch ul li a {
        transition: color 0.3s, background-color 0.3s;
    }
    .sw-CategorySearch ul li a:hover {
        color: #fff;
        background: #0f0f0f;
    }
}

/*-------------------------------------------------------------------*/
/* sw-NewsArchive */
/*-------------------------------------------------------------------*/
.sw-NewsArchive {
    max-width: 1620px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    grid-column-gap: 20px;
    row-gap: 20px;
    grid-row-gap: 20px;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive {
        max-width: 89.58vw;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        grid-column-gap: 0;
        row-gap: 5.21vw;
        grid-row-gap: 5.21vw;
    }
}
.sw-NewsArchive_Item {
    max-width: 800px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive_Item {
        max-width: none;
    }
}
.sw-NewsArchive_Link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.sw-NewsArchive_Content {
    padding: 40px 50px 40px 40px;
    background: #fff;
    display: flex;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive_Content {
        padding: 5.99vw 5.21vw 10.42vw;
        display: block;
    }
}
.sw-NewsArchive_Arrow {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    fill: none;
    stroke: #0f0f0f;
    stroke: 2;
    opacity: 0.3;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive_Arrow {
        width: 15.63vw;
        height: 15.63vw;
    }
}
.sw-NewsArchive_Caption {
    width: 187px;
    min-height: 100px;
    position: relative;
    flex-shrink: 0;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive_Caption {
        width: 100%;
        min-height: auto;
        margin-bottom: 3.91vw;
        padding-bottom: 3.91vw;
        display: flex;
        align-items: center;
    }
}
.sw-NewsArchive_Caption .date {
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 2.6rem;
    color: #0f0f0f;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive_Caption .date {
        font-size: 4.2rem;
        flex-shrink: 0;
    }
}
.sw-NewsArchive_Caption .category {
    margin: 12px 0 28px -10px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive_Caption .category {
        margin: 0 0 -1.3vw 1.3vw;
    }
}
.sw-NewsArchive_Caption .category li {
    margin: 0 0 10px 10px;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive_Caption .category li {
        margin: 0 0 1.3vw 1.3vw;
    }
}
.sw-NewsArchive_Caption .category li a {
    padding: 2px 4px;
    display: inline-block;
    background: #0f0f0f;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.06em;
    pointer-events: all;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive_Caption .category li a {
        padding: 1.04vw 1.56vw;
        font-size: 3.2rem;
    }
}
.sw-NewsArchive_Caption::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #0f0f0f;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive_Caption::after {
        width: 4.69vw;
    }
}
.sw-NewsArchive_Title {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.sw-NewsArchive_Title p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 160%;
    color: #0f0f0f;
    letter-spacing: 0.06em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .sw-NewsArchive_Title p {
        font-size: 2.6rem;
    }
}
@media (hover: hover) {
    .sw-NewsArchive_Content::before {
        content: "";
        width: 100%;
        height: 100%;
        background: #0f0f0f;
        position: absolute;
        top: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: 0 0;
        transition: transform 0.3s;
    }
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content .sw-NewsArchive_Arrow {
        transition: stroke 0.3s;
    }
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content .sw-NewsArchive_Caption .date,
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content .sw-NewsArchive_Caption + .sw-NewsArchive_Title p {
        transition: color 0.3s;
    }
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content .sw-NewsArchive_Caption .category li a {
        transition: color 0.3s, background-color 0.3s;
    }
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content .sw-NewsArchive_Caption::after {
        transition: background-color 0.3s;
    }
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content::before {
        transform: scaleX(1);
    }
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content .sw-NewsArchive_Arrow {
        stroke: #fff;
    }
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content .sw-NewsArchive_Caption .date,
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content .sw-NewsArchive_Caption + .sw-NewsArchive_Title p {
        color: #fff;
    }
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content .sw-NewsArchive_Caption .category li a {
        color: #0f0f0f;
        background-color: #fff;
    }
    .sw-NewsArchive_Link[href]:hover + .sw-NewsArchive_Content .sw-NewsArchive_Caption::after {
        background-color: #fff;
    }
    .sw-NewsArchive_Content .sw-NewsArchive_Caption .category li a:hover {
        background-color: #3cab8f;
    }
}

/*-------------------------------------------------------------------*/
/* sw-WorksArchive */
/*-------------------------------------------------------------------*/
.sw-WorksArchive {
    max-width: 1620px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    grid-column-gap: 30px;
    row-gap: 70px;
    grid-row-gap: 70px;
}
@media screen and (max-width: 1024px) {
    .sw-WorksArchive {
        max-width: 89.58vw;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        grid-column-gap: 0;
        row-gap: 10.42vw;
        grid-row-gap: 10.42vw;
    }
}
.sw-WorksArchive_Item {
    max-width: 520px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .sw-WorksArchive_Item {
        max-width: 89.58vw;
    }
}
.sw-WorksArchive_Link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.sw-WorksArchive_Thumbnail {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    pointer-events: none;
}
.sw-WorksArchive_Thumbnail::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 20px solid #3cab8f;
}
.sw-WorksArchive_Thumbnail figure,
.sw-WorksArchive_Thumbnail .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: calc(100% - 0px) calc(100% - 0px);
    mask-size: calc(100% - 0px) calc(100% - 0px);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.sw-WorksArchive_Thumbnail .video {
    background: #000;
}
.sw-WorksArchive_Thumbnail figure img,
.sw-WorksArchive_Thumbnail .video iframe,
.sw-WorksArchive_Thumbnail .video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sw-WorksArchive_Title {
    width: 100%;
    display: flex;
    align-items: center;
}
.sw-WorksArchive_Title p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 180%;
    color: #0f0f0f;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
    .sw-WorksArchive_Title p {
        margin-top: 5.21vw;
        font-size: 3.2rem;
        line-height: 160%;
    }
}
.sw-WorksArchive_Category {
    margin: 20px 0 -10px -10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    .sw-WorksArchive_Category {
        margin: 5.21vw 0 -2.6vw -2.6vw;
    }
}
.sw-WorksArchive_Category li {
    margin: 0 0 10px 10px;
}
@media screen and (max-width: 1024px) {
    .sw-WorksArchive_Category li {
        margin: 0 0 2.6vw 2.6vw;
    }
}
.sw-WorksArchive_Category li a {
    padding: 6px;
    display: inline-block;
    background: #0f0f0f;
    font-weight: 500;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.06em;
    pointer-events: all;
}
@media screen and (max-width: 1024px) {
    .sw-WorksArchive_Category li a {
        padding: 1.56vw;
        font-size: 2.4rem;
    }
}
@media (hover: hover) {
    .sw-WorksArchive_Link + .sw-WorksArchive_Thumbnail::after {
        transition: border-width 0.15s;
        transition-delay: 0s;
    }
    .sw-WorksArchive_Link + .sw-WorksArchive_Thumbnail figure,
    .sw-WorksArchive_Link + .sw-WorksArchive_Thumbnail .video {
        transition: -webkit-mask-size 0.15s, mask-size 0.15s;
        transition-delay: 0.15s;
    }
    .sw-WorksArchive_Link + .sw-WorksArchive_Thumbnail + .sw-WorksArchive_Title p {
        transition: text-shadow 0.3s;
    }
    .sw-WorksArchive_Link[href]:hover + .sw-WorksArchive_Thumbnail::after {
        border-width: 1px;
        transition-delay: 0.15s;
    }
    .sw-WorksArchive_Link[href]:hover + .sw-WorksArchive_Thumbnail figure,
    .sw-WorksArchive_Link[href]:hover + .sw-WorksArchive_Thumbnail .video {
        -webkit-mask-size: calc(100% - 20px) calc(100% - 20px);
        mask-size: calc(100% - 20px) calc(100% - 20px);
        transition-delay: 0s;
    }
    .sw-WorksArchive_Link[href]:hover + .sw-WorksArchive_Thumbnail + .sw-WorksArchive_Title p {
        text-shadow: -3px 0 0 rgba(89, 255, 235, 0.5), 3px 0 0 rgba(255, 89, 89, 0.5);
    }
    .sw-WorksArchive_Category li a {
        transition: background-color 0.3s;
    }
    .sw-WorksArchive_Category li a:hover {
        background-color: #3cab8f;
    }
}

/*-------------------------------------------------------------------*/
/* sw-BlogArchive */
/*-------------------------------------------------------------------*/
.sw-BlogArchive {
    max-width: 1620px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    grid-column-gap: 32px;
    row-gap: 58px;
    grid-row-gap: 58px;
}
@media screen and (max-width: 1024px) {
    .sw-BlogArchive {
        max-width: 89.58vw;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        grid-column-gap: 0;
        row-gap: 10.42vw;
        grid-row-gap: 10.42vw;
    }
}
.sw-BlogArchive_Item {
    max-width: 381px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .sw-BlogArchive_Item {
        max-width: 89.58vw;
    }
}
.sw-BlogArchive_Link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.sw-BlogArchive_Thumbnail {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    pointer-events: none;
}
.sw-BlogArchive_Thumbnail::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 20px solid #3cab8f;
}
.sw-BlogArchive_Thumbnail figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: calc(100% - 0px) calc(100% - 0px);
    mask-size: calc(100% - 0px) calc(100% - 0px);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.sw-BlogArchive_Thumbnail figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sw-BlogArchive_Date {
    margin-top: 20px;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    color: #0f0f0f;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
    .sw-BlogArchive_Date {
        margin-top: 3.91vw;
        font-size: 3.6rem;
    }
}
.sw-BlogArchive_Date::after {
    content: "";
    width: 20px;
    height: 2px;
    margin: 20px 0 20px;
    background-color: #0f0f0f;
    display: block;
}
@media screen and (max-width: 1024px) {
    .sw-BlogArchive_Date::after {
        width: 4.17vw;
        margin: 3.91vw 0 2.6vw;
    }
}
.sw-BlogArchive_Title p {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 180%;
    color: #0f0f0f;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
    .sw-BlogArchive_Title p {
        font-size: 2.4rem;
    }
}
.sw-BlogArchive_Category {
    margin: 20px 0 -10px -10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    .sw-BlogArchive_Category {
        margin: 5.21vw 0 -2.6vw -2.6vw;
    }
}
.sw-BlogArchive_Category li {
    margin: 0 0 10px 10px;
}
@media screen and (max-width: 1024px) {
    .sw-BlogArchive_Category li {
        margin: 0 0 2.6vw 2.6vw;
    }
}
.sw-BlogArchive_Category li a {
    padding: 6px;
    display: inline-block;
    background: #0f0f0f;
    font-weight: 500;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.06em;
    pointer-events: all;
}
@media screen and (max-width: 1024px) {
    .sw-BlogArchive_Category li a {
        padding: 1.56vw;
        font-size: 2.4rem;
    }
}
@media (hover: hover) {
    .sw-BlogArchive_Link + .sw-BlogArchive_Thumbnail::after {
        transition: border-width 0.15s;
        transition-delay: 0s;
    }
    .sw-BlogArchive_Link + .sw-BlogArchive_Thumbnail figure {
        transition: -webkit-mask-size 0.15s, mask-size 0.15s;
        transition-delay: 0.15s;
    }
    .sw-BlogArchive_Link + .sw-BlogArchive_Thumbnail + .sw-BlogArchive_Date + .sw-BlogArchive_Title p {
        transition: text-shadow 0.3s;
    }
    .sw-BlogArchive_Link[href]:hover + .sw-BlogArchive_Thumbnail::after {
        border-width: 1px;
        transition-delay: 0.15s;
    }
    .sw-BlogArchive_Link[href]:hover + .sw-BlogArchive_Thumbnail figure {
        -webkit-mask-size: calc(100% - 20px) calc(100% - 20px);
        mask-size: calc(100% - 20px) calc(100% - 20px);
        transition-delay: 0s;
    }
    .sw-BlogArchive_Link[href]:hover + .sw-BlogArchive_Thumbnail + .sw-BlogArchive_Date + .sw-BlogArchive_Title p {
        text-shadow: -3px 0 0 rgba(89, 255, 235, 0.5), 3px 0 0 rgba(255, 89, 89, 0.5);
    }

    .sw-BlogArchive_Category li a {
        transition: background-color 0.3s;
    }
    .sw-BlogArchive_Category li a:hover {
        background-color: #3cab8f;
    }
}

/*-------------------------------------------------------------------*/
/* wp-pagenavi */
/*-------------------------------------------------------------------*/
.wp-pagenavi {
    display: flex;
    justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    padding-bottom: 21px;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #0f0f0f;
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        padding-bottom: 3.91vw;
        font-size: 2.6rem;
    }
}
.wp-pagenavi a::after,
.wp-pagenavi span::after {
    content: "";
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: #0f0f0f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: transform 0.3s;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
    padding: 0 25px 21px;
}
@media screen and (max-width: 1024px) {
    .wp-pagenavi .page,
    .wp-pagenavi .current {
        padding: 0 4.56vw 3.91vw;
    }
}
.wp-pagenavi .page::after,
.wp-pagenavi .current::after {
    width: calc(100% - 50px);
}
@media screen and (max-width: 1024px) {
    .wp-pagenavi .page::after,
    .wp-pagenavi .current::after {
        width: calc(100% - 7.81vw);
    }
}
.wp-pagenavi .current::after {
    transform: scaleX(1);
}
.wp-pagenavi .previouspostslink {
    margin-right: -54px;
    transform: translateX(-89px);
}
@media screen and (max-width: 1024px) {
    .wp-pagenavi .previouspostslink {
        margin-right: -11.46vw;
        transform: translateX(-16.02vw);
    }
}
.wp-pagenavi .nextpostslink {
    margin-left: -54px;
    transform: translateX(89px);
}
@media screen and (max-width: 1024px) {
    .wp-pagenavi .nextpostslink {
        margin-left: -11.46vw;
        transform: translateX(16.02vw);
    }
}
@media (hover: hover) {
    .wp-pagenavi a:hover::after,
    .wp-pagenavi span:hover::after {
        transform: scaleX(1);
    }
}

/*-------------------------------------------------------------------*/
/* sw-Single */
/*-------------------------------------------------------------------*/
.sw-RelatedPost {
    max-width: 1200px;
    margin: 120px auto 0;
}
@media screen and (max-width: 1024px) {
    .sw-RelatedPost {
        margin-top: 15.63vw;
    }
}
.sw-RelatedPost .sw-RelatedPost_Heading span {
    margin-bottom: 60px;
    padding: 8px;
    font-weight: 700;
    font-size: 2.6rem;
    color: #fff;
    letter-spacing: 0.04em;
    display: inline-block;
    background-color: #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .sw-RelatedPost .sw-RelatedPost_Heading span {
        margin-bottom: 7.81vw;
        padding: 1.56vw;
        font-size: 3.8rem;
    }
}
.sw-RelatedPost .sw-WorksArchive,
.sw-RelatedPost .sw-BlogArchive {
    max-width: 1200px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 18px;
    grid-column-gap: 18px;
}
@media screen and (max-width: 1024px) {
    .sw-RelatedPost .sw-WorksArchive,
    .sw-RelatedPost .sw-BlogArchive {
        max-width: 1200px;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 5.21vw;
        grid-column-gap: 5.21vw;
        row-gap: 10.42vw;
        grid-row-gap: 10.42vw;
    }
}
.sw-RelatedPost .sw-WorksArchive .sw-WorksArchive_Item,
.sw-RelatedPost .sw-BlogArchive .sw-BlogArchive_Item {
    max-width: 388px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .sw-RelatedPost .sw-WorksArchive .sw-WorksArchive_Item,
    .sw-RelatedPost .sw-BlogArchive .sw-BlogArchive_Item {
        max-width: 42.19vw;
    }
    .sw-RelatedPost .sw-BlogArchive .sw-BlogArchive_Date {
        font-size: 3.2rem;
    }
    .sw-RelatedPost .sw-WorksArchive .sw-WorksArchive_Category,
    .sw-RelatedPost .sw-BlogArchive .sw-BlogArchive_Category {
        margin: 2.6vw 0 0;
    }
    .sw-RelatedPost .sw-WorksArchive .sw-WorksArchive_Category ul,
    .sw-RelatedPost .sw-BlogArchive .sw-BlogArchive_Category ul {
        margin: 0;
        display: block;
    }
    .sw-RelatedPost .sw-WorksArchive .sw-WorksArchive_Category li,
    .sw-RelatedPost .sw-BlogArchive .sw-BlogArchive_Category li {
        margin: 1.3vw 0 0;
    }
    .sw-RelatedPost .sw-WorksArchive .sw-WorksArchive_Category li a,
    .sw-RelatedPost .sw-BlogArchive .sw-BlogArchive_Category li a {
        padding: 1.04vw;
        font-size: 2.2rem;
    }
}

/*-------------------------------------------------------------------*/
/* sw-Single */
/*-------------------------------------------------------------------*/
.sw-Single {
    max-width: 1200px;
    margin: 0 auto;
}
.sw-Single_Heading {
    padding: 40px;
    border-top: 4px solid #0f0f0f;
    border-bottom: 4px solid #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Heading {
        padding: 5.21vw;
    }
}
.sw-Single_Heading .title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 3rem;
    line-height: 160%;
    letter-spacing: 0.08em;
    color: #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Heading .title {
        margin-bottom: 2.6vw;
        font-size: 3.2rem;
    }
}
.sw-Single_Heading .caption {
    display: flex;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Heading .caption {
        display: block;
    }
}
.sw-Single_Heading .date {
    margin-right: 20px;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    color: #0f0f0f;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Heading .date {
        margin: 0 0 2.6vw;
        font-size: 4.2rem;
    }
}
.sw-Single_Heading .category {
    margin: 0 0 -10px -10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Heading .category {
        margin: 0 0 -1.3vw -1.3vw;
    }
}
.sw-Single_Heading .category li {
    margin: 0 0 10px 10px;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Heading .category li {
        margin: 0 0 1.3vw 1.3vw;
    }
}
.sw-Single_Heading .category li a {
    padding: 6px 14px;
    display: inline-block;
    background: #0f0f0f;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.06em;
    pointer-events: all;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Heading .category li a {
        padding: 1.82vw 1.82vw;
        font-size: 2.4rem;
    }
}
.sw-Single_Body {
    padding: 80px 120px 50px;
    border-bottom: 4px solid #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Body {
        padding: 7.81vw 0 13.02vw;
    }
}
.sw-Single_Body .eyecatch {
    text-align: center;
}
.sw-Single_Body .eyecatch img {
    max-width: 100%;
    height: auto;
}
.sw-Single_Body .eyecatch + .content {
    margin-top: 60px;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Body .eyecatch + .content {
        margin-top: 7.81vw;
    }
}
.sw-Single_Body .share {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: translateX(80px);
}
@media screen and (max-width: 1024px) {
    .sw-Single_Body .share {
        margin: 13.02vw 5.21vw 0 0;
        transform: translateX(0);
    }
}
.sw-Single_Body .share p {
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #0f0f0f;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Body .share p {
        font-size: 2.6rem;
    }
}
.sw-Single_Body .share ul {
    margin-left: 30px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Body .share ul {
        margin-left: 6.51vw;
    }
}
.sw-Single_Body .share ul li + li {
    margin-left: 20px;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Body .share ul li + li {
        margin-left: 6.51vw;
    }
}
.sw-Single_Body .share ul li a {
    width: 30px;
    display: block;
    transition: transform 0.3s;
}
@media screen and (max-width: 1024px) {
    .sw-Single_Body .share ul li a {
        width: 7.81vw;
    }
}
@media (hover: hover) {
    .sw-Single_Body .share ul li a:hover {
        transform: scale(1.15);
    }
}

/*-------------------------------------------------------------------*/
/* sw-Content(Gutenberg) */
/*-------------------------------------------------------------------*/
.sw-Content {
    font-weight: 500;
    font-size: 18px;
    line-height: 220%;
}
@media screen and (max-width: 1024px) {
    .sw-Content {
        font-size: 2.6rem;
    }
}
/*
.sw-Content .block-editor-rich-text__editable > p{
  margin-bottom: 1em !important;
}

.sw-Content *:first-child{
  margin-top: 0 !important;
} */

.sw-Content > * {
    -webkit-margin-before: 1.5em;
    margin-block-start: 1.5em;
}

.sw-Content > *:first-child {
    margin-top: 0 !important;
}

/* 見出し2 */
.sw-Content h2 {
    margin-bottom: 0.75em;
    padding: 0 0 2px 34px;
    font-weight: 700;
    font-size: 26px;
    color: #0f0f0f;
    letter-spacing: 0.05em;
    line-height: 160%;
    border-left: 9px solid;
    border-color: inherit;
}
@media screen and (max-width: 1024px) {
    .sw-Content h2 {
        padding: 0 0 0.26vw 3.91vw;
        font-size: 3.2rem;
        border-left: 1.3vw solid;
    }
}

/* 見出し3 */
.sw-Content h3 {
    margin-bottom: 0.75em;
    font-weight: 700;
    font-size: 24px;
    color: #3cab8f;
    letter-spacing: 0.05em;
    line-height: 180%;
}
@media screen and (max-width: 1024px) {
    .sw-Content h3 {
        font-size: 3rem;
    }
}

/* 見出し4 */
.sw-Content h4 {
    font-weight: 700;
    color: #3cab8f;
}

/* パラグラフ */
.sw-Content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 220%;
    letter-spacing: 0.05em;
    color: #0f0f0f;
}
@media screen and (max-width: 1024px) {
    .sw-Content p {
        font-size: 2.6rem;
    }
}
.sw-Content p.has-background {
    padding: 1em 1.5em;
}
.sw-Content p + h2 {
    margin-top: 2.5em;
}
.sw-Content p + h3 {
    margin-top: 2.5em;
}
.sw-Content p + h4 {
    margin-top: 2.5em;
}
.sw-Content p + h5 {
    margin-top: 2.5em;
}
.sw-Content p + h6 {
    margin-top: 2.5em;
}
.sw-Content p + p {
    margin-top: 1em;
}
.sw-Content p + ol,
.sw-Content p + ul {
    margin-top: 1em;
}
.sw-Content .wp-block-image + p {
    margin-top: 1em;
}

/* リンク */
.sw-Content p a,
.sw-Content figcaption a,
.sw-Content table a {
    color: #0073aa;
    text-decoration: underline;
}
.sw-Content p a:hover,
.sw-Content figcaption a:hover,
.sw-Content table a:hover {
    color: #0096dd;
}

/* リスト */
.sw-Content ul,
.sw-Content ol {
    /* padding: 0; */
    list-style-type: revert;
}
.sw-Content ol.is-style-notes,
.sw-Content ul.is-style-notes {
    /* padding: 0; */
    list-style-type: none;
}
.sw-Content ol > li {
    margin-left: 1.5em;
}
.sw-Content ol > li:nth-child(n + 10) {
    margin-left: 2em;
}
.sw-Content ol > li:nth-child(n + 100) {
    margin-left: 2.5em;
}
.sw-Content ul li {
    margin-left: 1.08em;
}
.sw-Content ol.is-style-notes > li,
.sw-Content ul.is-style-notes > li {
    margin-left: 0;
    padding-left: 1.25em;
    position: relative;
}
.sw-Content ol.is-style-notes > li::before,
.sw-Content ul.is-style-notes > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
}
.sw-Content ol + h2,
.sw-Content ul + h2 {
    margin-top: 2.5em;
}
.sw-Content ol + h3,
.sw-Content ul + h3 {
    margin-top: 2.5em;
}
.sw-Content ol + h4,
.sw-Content ul + h4 {
    margin-top: 2.5em;
}
.sw-Content ol + h5,
.sw-Content ul + h5 {
    margin-top: 2.5em;
}
.sw-Content ol + h6,
.sw-Content ul + h6 {
    margin-top: 2.5em;
}
.sw-Content ol + p,
.sw-Content ul + p {
    margin-top: 1em;
}

/* 画像 */
.sw-Content img {
    height: auto;
    object-fit: contain;
}
.sw-Content .wp-block-image {
    max-width: 960px !important;
    margin: 1.5em auto;
    float: none !important;
    display: table;
}
.sw-Content .wp-block-image.alignleft {
    margin: 0 !important;
}
.sw-Content .wp-block-image.aligncenter {
    margin: 0 auto !important;
}
.sw-Content .wp-block-image.alignright {
    margin: 0 0 0 auto !important;
}

/* ギャラリー */
.sw-Content .wp-block-gallery {
    margin: 1.5em auto;
    padding-left: 0 !important;
}

/* 埋め込み */
.sw-Content .wp-block-embed {
    max-width: 100% !important;
    margin: 1.5em auto;
    float: none !important;
}
.sw-Content .wp-block-embed.twitter-tweet,
.sw-Content .wp-block-embed.tiktok-embed {
    margin: 0 !important;
}
.sw-Content .wp-block-embed blockquote.wp-embedded-content {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.sw-Content .wp-block-embed iframe.wp-embedded-content {
    position: relative !important;
    clip: unset !important;
}
.sw-Content .wp-block-embed__wrapper {
    display: flex;
    justify-content: center;
}
.sw-Content .wp-block-embed iframe {
    width: 50%;
    min-width: 50%;
}
.sw-Content .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    content: "";
    padding-top: 56.25%;
    position: relative;
    display: block;
}
.sw-Content .wp-embed-aspect-16-9 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

/* キャプション */
.sw-Content .wp-element-caption {
    padding: 0 !important;
    font-size: 1.4rem !important;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-element-caption {
        font-size: 2.2rem !important;
    }
}
.sw-Content .wp-block-pullquote__citation,
.sw-Content .wp-block-pullquote cite,
.sw-Content .wp-block-pullquote footer,
.sw-Content .wp-block-quote__citation,
.sw-Content .wp-block-quote cite,
.sw-Content .wp-block-quote footer,
.sw-Content .wp-block-image figcaption,
.sw-Content .wp-block-embed figcaption {
    font-size: 1.4rem;
    margin-top: 0.5em;
    margin-bottom: 0em;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-pullquote__citation,
    .sw-Content .wp-block-pullquote cite,
    .sw-Content .wp-block-pullquote footer,
    .sw-Content .wp-block-quote__citation,
    .sw-Content .wp-block-quote cite,
    .sw-Content .wp-block-quote footer,
    .sw-Content .wp-block-image figcaption,
    .sw-Content .wp-block-embed figcaption {
        font-size: 2.2rem;
    }
}

/* テーブル */
.sw-Content .wp-block-table {
    margin: 1.5em auto;
}
.sw-Content table {
    background: #fff;
}
.sw-Content table + .wp-element-caption {
    margin-top: 1em;
}
.sw-Content .wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #fff;
}
.sw-Content table th,
.sw-Content table td {
    padding: 0.5em 1em;
    border: 1px solid rgba(15, 15, 15, 0.1);
}

/* 詩 */
.sw-Content .wp-block-verse {
    padding: 1em 1.5em;
}

/* ボタン */
.sw-Content .wp-block-buttons {
    margin-top: 2em;
}
.sw-Content .wp-block-button.is-style-arrow-right-1 .wp-block-button__link {
    padding: 23px 89px 25px 30px;
    line-height: 1.1;
    border-radius: 100px !important;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2247%22%20fill%3D%22none%22%20viewBox%3D%220%200%2046%2047%22%3E%20%3Ccircle%20cx%3D%2223%22%20cy%3D%2223.537%22%20r%3D%2223%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20fill%3D%22%2311221C%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.269%2029.222a1.06%201.06%200%200%201%200-1.411l3.882-4.275-3.881-4.274a1.06%201.06%200%200%201-.002-1.41.939.939%200%200%201%201.402-.001l4.523%204.98a1.06%201.06%200%200%201%200%201.412l-4.523%204.98a.938.938%200%200%201-1.401%200Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        right 13px top 50% / 46px no-repeat #3cab8f;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-button.is-style-arrow-right-1 .wp-block-button__link {
        padding: 4.8177vw 15.625vw 5.0781vw 7.8125vw;
        border-radius: 13.0208vw !important;
        background-position: right 2.8646vw top 50%;
        background-size: 9.6354vw;
    }
}
.sw-Content .wp-block-button.is-style-arrow-left-1 .wp-block-button__link {
    padding: 23px 30px 25px 89px;
    line-height: 1.1;
    border-radius: 100px !important;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2247%22%20fill%3D%22none%22%20viewBox%3D%220%200%2046%2047%22%3E%20%3Ccircle%20cx%3D%2223%22%20cy%3D%2223.537%22%20r%3D%2223%22%20fill%3D%22%23fff%22%20transform%3D%22rotate(-180%2023%2023.537)%22%2F%3E%20%3Cpath%20fill%3D%22%2311221C%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24.731%2017.851a1.06%201.06%200%200%201%200%201.411l-3.882%204.275%203.881%204.274a1.06%201.06%200%200%201%20.002%201.411.939.939%200%200%201-1.402%200l-4.523-4.98a1.06%201.06%200%200%201%200-1.411l4.523-4.98a.938.938%200%200%201%201.401%200Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        left 13px top 50% / 46px no-repeat #3cab8f;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-button.is-style-arrow-left-1 .wp-block-button__link {
        padding: 4.8177vw 7.8125vw 5.0781vw 15.625vw;
        border-radius: 13.0208vw !important;
        background-position: left 2.8646vw top 50%;
        background-size: 9.6354vw;
    }
}
.sw-Content .wp-block-button.is-style-arrow-right-2 .wp-block-button__link {
    padding: 13px 73px 15px;
    font-size: 15px;
    line-height: 1.1;
    border-radius: 100px !important;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20fill%3D%22none%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.208%2010.275a.936.936%200%200%201%200-1.176l3.004-3.563-3.003-3.562A.935.935%200%200%201%201.208.8a.692.692%200%200%201%201.084%200l3.5%204.15a.935.935%200%200%201%200%201.176l-3.5%204.15a.692.692%200%200%201-1.084%200Z%22%20clip-rule%3D%22evenodd%22%2F%3E%20%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.5%22%20d%3D%22m1.209%201.974%203.003%203.562L1.208%209.1a.936.936%200%200%200%200%201.176.693.693%200%200%200%201.085%200l3.499-4.15a.935.935%200%200%200%200-1.176M1.209%201.974Zm0%200A.935.935%200%200%201%201.208.8a.692.692%200%200%201%201.084%200l3.5%204.15m0%200Z%22%2F%3E%3C%2Fsvg%3E")
        right 24px top 50% / 5px no-repeat #11221c;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-button.is-style-arrow-right-2 .wp-block-button__link {
        padding: 2.7344vw 14.3229vw 3.125vw;
        font-size: 2.4rem;
        border-radius: 13.0208vw !important;
        background-position: right 5.2083vw top 50%;
        background-size: 1.0417vw;
    }
}
.sw-Content .wp-block-button.is-style-arrow-left-2 .wp-block-button__link {
    padding: 13px 73px 15px;
    font-size: 15px;
    line-height: 1.1;
    border-radius: 100px !important;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20fill%3D%22none%22%20viewBox%3D%220%200%207%2011%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.792.799a.936.936%200%200%201%200%201.176L2.788%205.537l3.003%203.562a.935.935%200%200%201%20.001%201.175.692.692%200%200%201-1.084%200l-3.5-4.15a.935.935%200%200%201%200-1.176l3.5-4.15a.692.692%200%200%201%201.084%200Z%22%20clip-rule%3D%22evenodd%22%2F%3E%20%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.5%22%20d%3D%22M5.791%209.099%202.788%205.537l3.004-3.562a.936.936%200%200%200%200-1.176.692.692%200%200%200-1.085%200l-3.499%204.15a.935.935%200%200%200%200%201.176m4.583%202.974Zm0%200a.935.935%200%200%201%20.001%201.175.692.692%200%200%201-1.084%200l-3.5-4.15m0%200Z%22%2F%3E%3C%2Fsvg%3E")
        left 24px top 50% / 5px no-repeat #11221c;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-button.is-style-arrow-left-2 .wp-block-button__link {
        padding: 2.7344vw 14.3229vw 3.125vw;
        font-size: 2.4rem;
        border-radius: 13.0208vw !important;
        background-position: left 5.2083vw top 50%;
        background-size: 1.0417vw;
    }
}
@media (hover: hover) {
    .sw-Content .wp-block-button {
        transition: opacity 0.3s;
    }
    .sw-Content .wp-block-button:hover {
        opacity: 0.6;
    }
}

/* 引用 */
.sw-Content .wp-block-pullquote {
    padding: 0;
}
.sw-Content .wp-block-pullquote.is-style-default {
    border-top: 4px solid;
    border-bottom: 4px solid;
    border-color: inherit;
}
.sw-Content .wp-block-pullquote.is-style-solid-color {
    border-top: none;
    border-bottom: none;
}
.sw-Content .wp-block-pullquote blockquote {
    max-width: none;
    margin: 0;
    padding: 1em 1.5em;
}
.sw-Content .wp-block-quote {
    margin: 1.5em 0;
    padding: 0.75em 2.225em;
    border-left: 4px solid;
}

/* 区切り線 */
.sw-Content .wp-block-separator {
    max-width: 100px !important;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border-bottom: 1px solid;
    opacity: 0.4;
}
.sw-Content .is-style-wide {
    max-width: 100% !important;
}

/* ブログカード */
.sw-Content .blogcard {
    max-width: 720px;
    margin: 40px auto;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    word-wrap: break-word;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.025);
}
@media screen and (max-width: 1024px) {
    .sw-Content .blogcard {
        max-width: 81.77vw;
        margin: 7.81vw auto;
    }
}
.sw-Content .blogcard a {
    padding: 20px;
    display: flex;
    color: #0073aa;
    transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
    .sw-Content .blogcard a {
        padding: 2.6vw;
    }
}
.sw-Content .blogcard a:hover {
    opacity: 0.6;
}
.sw-Content .blogcard_thumbnail {
    width: 240px;
    flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
    .sw-Content .blogcard_thumbnail {
        width: 30%;
    }
    .sw-Content .blogcard_thumbnail img {
        width: 100%;
    }
}
.sw-Content .blogcard_content {
    margin-left: 20px;
}
@media screen and (max-width: 1024px) {
    .sw-Content .blogcard_content {
        margin-left: 5%;
    }
}
.sw-Content .blogcard_title {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.4;
    text-decoration: underline;
}
.sw-Content .blogcard_excerpt {
    margin-top: 10px;
    font-size: 0.85em;
    color: #0f0f0f;
    line-height: 1.6;
    text-decoration: none;
}

/*　吹き出し(オリジナルブロック) */
.sw-Content .wp-block-my-plugin-balloon-block {
    margin: 1.5em auto;
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 0 18px;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-my-plugin-balloon-block {
        grid-template-columns: 20.8333vw 1fr;
        gap: 0 4.6875vw;
    }
}
.sw-Content .wp-block-my-plugin-balloon-block.is-style-left {
    grid-template-columns: 80px 1fr;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-my-plugin-balloon-block.is-style-left {
        grid-template-columns: 20.8333vw 1fr;
    }
}
.sw-Content .wp-block-my-plugin-balloon-block.is-style-right {
    grid-template-columns: 1fr 80px;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-my-plugin-balloon-block.is-style-right {
        grid-template-columns: 1fr 20.8333vw;
    }
}
.sw-Content .wp-block-my-plugin-balloon-block .image-column {
    height: 80px;
    border-radius: 50%;
    /* display: grid;
  place-content: center; */
    cursor: pointer;
    overflow: hidden;
    background: #fff;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-my-plugin-balloon-block .image-column {
        height: 20.8333vw;
    }
}
.sw-Content .wp-block-my-plugin-balloon-block .image-column img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sw-Content .wp-block-my-plugin-balloon-block.is-style-left .image-column {
    grid-row: 1/2;
    grid-column: 1/2;
}
.sw-Content .wp-block-my-plugin-balloon-block.is-style-right .image-column {
    grid-row: 1/2;
    grid-column: 2/3;
}
.sw-Content .wp-block-my-plugin-balloon-block.is-style-left .content-column {
    grid-row: 1/2;
    grid-column: 2/3;
}
.sw-Content .wp-block-my-plugin-balloon-block.is-style-right .content-column {
    grid-row: 1/2;
    grid-column: 1/2;
}
.sw-Content .wp-block-my-plugin-balloon-block.is-style-right .content-column .name {
    text-align: right;
}
.sw-Content .wp-block-my-plugin-balloon-block .content-column .name {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #11221c;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-my-plugin-balloon-block .content-column .name {
        margin-bottom: 2.0833vw;
        font-size: 2.2rem;
    }
}
.sw-Content .wp-block-my-plugin-balloon-block .content-column .text {
    padding: 15px;
    border-radius: 5px;
    background: #ecf7f4;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-my-plugin-balloon-block .content-column .text {
        padding: 3.9063vw;
        border-radius: 1.3021vw;
    }
}
.sw-Content .wp-block-my-plugin-balloon-block .content-column .text::after {
    content: "";
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #ecf7f4 transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-my-plugin-balloon-block .content-column .text::after {
        border-width: 1.6927vw 2.6042vw 1.6927vw 0;
        left: -2.474vw;
    }
}
.sw-Content .wp-block-my-plugin-balloon-block.is-style-left .content-column .text::after {
    left: -10px;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-my-plugin-balloon-block.is-style-left .content-column .text::after {
        left: -2.474vw;
    }
}
.sw-Content .wp-block-my-plugin-balloon-block.is-style-right .content-column .text::after {
    left: auto;
    right: -10px;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #ecf7f4;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-my-plugin-balloon-block.is-style-right .content-column .text::after {
        border-width: 1.6927vw 0 1.6927vw 2.6042vw;
        right: -2.474vw;
    }
}
.sw-Content .wp-block-my-plugin-balloon-block .content-column .text p {
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #2e3334;
}
@media screen and (max-width: 1024px) {
    .sw-Content .wp-block-my-plugin-balloon-block .content-column .text p {
        font-size: 2.4rem;
    }
}

/*-------------------------------------------------------------------*/
/* sw-Pagenavi */
/*-------------------------------------------------------------------*/
.sw-Pagenavi {
    margin-top: 80px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .sw-Pagenavi {
        margin-top: 9.11vw;
    }
}
.sw-Pagenavi ul {
    display: inline-flex;
    justify-content: center;
    position: relative;
}
.sw-Pagenavi .index {
    width: 28px;
    height: 28px;
}
@media screen and (max-width: 1024px) {
    .sw-Pagenavi .index {
        width: 5.21vw;
        height: 5.21vw;
    }
}
.sw-Pagenavi .index a {
    width: 100%;
    height: 100%;
    display: block;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20fill%3D%22none%22%20viewBox%3D%220%200%2028%2028%22%3E%20%3Cpath%20fill%3D%22%230F0F0F%22%20d%3D%22M0%200h10v10H0zm0%2018h10v10H0zM18%200h10v10H18zm0%2018h10v10H18z%22%2F%3E%3C%2Fsvg%3E") 0 0 / contain
        repeat;
    transition: transform 0.3s;
    backface-visibility: hidden;
}
.sw-Pagenavi .prev,
.sw-Pagenavi .next {
    position: absolute;
    top: 0;
}
.sw-Pagenavi .prev {
    left: -114px;
}
@media screen and (max-width: 1024px) {
    .sw-Pagenavi .prev {
        left: -20.83vw;
    }
}
.sw-Pagenavi .next {
    right: -114px;
}
@media screen and (max-width: 1024px) {
    .sw-Pagenavi .next {
        right: -20.83vw;
    }
}
.sw-Pagenavi .prev a,
.sw-Pagenavi .next a {
    padding-bottom: 21px;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #0f0f0f;
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .sw-Pagenavi .prev a,
    .sw-Pagenavi .next a {
        padding-bottom: 3.91vw;
        font-size: 2.6rem;
    }
}
.sw-Pagenavi .prev a::after,
.sw-Pagenavi .next a::after {
    content: "";
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: #0f0f0f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: transform 0.3s;
}
@media (hover: hover) {
    .sw-Pagenavi .index a:hover {
        transform: scale(1.15);
    }
    .sw-Pagenavi .prev a:hover::after,
    .sw-Pagenavi .next a:hover::after {
        transform: scaleX(1);
    }
}

/*-------------------------------------------------------------------*/
/* 目次箇所 */
/*-------------------------------------------------------------------*/
#toc_container {
    padding: 30px 40px 40px !important;
    margin-top: 60px;
    margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
    #toc_container {
        padding: 3.91vw 5.21vw 5.21vw !important;
        margin-top: 7.81vw;
        margin-bottom: 7.81vw !important;
    }
}
#toc_container .toc_title {
    margin-bottom: 20px !important;
}
@media screen and (max-width: 1024px) {
    #toc_container .toc_title {
        margin-bottom: 2.6vw !important;
    }
}
#toc_container ul,
#toc_container ol {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
    #toc_container ul,
    #toc_container ol {
        padding-left: 0 !important;
    }
}
#toc_container a {
    color: #0073aa;
    text-decoration: underline;
}
#toc_container a:hover {
    opacity: 0.6;
    color: #0096dd;
}

/*-------------------------------------------------------------------*/
/* sw-FixedBnr */
/*-------------------------------------------------------------------*/
.sw-FixedBnr {
    width: 360px;
    padding-right: 15px;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 5;
    transform: translateX(100%);
    transition: transform 0.3s;
}
@media screen and (max-width: 1024px) {
    .sw-FixedBnr {
        width: 94.79vw;
        padding-right: 5.21vw;
        bottom: 5.21vw;
    }
}
.sw-FixedBnr.visible {
    transform: translateX(0);
}
.sw-FixedBnr .close {
    width: 24px;
    height: 16px;
    margin: 0 0 6px auto;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2016%22%3E%20%3Cpath%20fill%3D%22%233CAB8F%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.372%206.313L1.841%200%20.744%201.972l9.435%205.656-9.435%205.655%201.097%201.972%2010.531-6.313%2010.531%206.313L24%2013.283l-9.435-5.655L24%201.972%2022.903%200%2012.372%206.313z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
        0 0 / contain no-repeat;
    transition: opacity 0.3s;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .sw-FixedBnr .close {
        width: 5.21vw;
        height: 3.39vw;
        margin-bottom: 1.3vw;
    }
}
.sw-FixedBnr .bnr a {
    width: 340px;
    transition: opacity 0.3s;
}
.sw-FixedBnr .bnr a img {
    width: 100%;
    height: auto;
}

@media (hover: hover) {
    .sw-FixedBnr .close:hover,
    .sw-FixedBnr .bnr a:hover {
        opacity: 0.6;
    }
}

/* breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin: 30px auto;
    transition: all 1s ease;
}

.breadcrumb--noOverview {
    margin: 80px auto 40px;
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        margin: 20px auto;
    }

    .breadcrumb--noOverview {
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 1024px) {
    .breadcrumb {
        justify-content: start;
    }
}

.breadcrumb .breadcrumb-list {
    width: fit-content;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 1vw 0;
}

.breadcrumb .breadcrumb-list .breadcrumb-item {
    display: flex;
    align-items: center;
    width: fit-content;
}

.breadcrumb .breadcrumb-list .breadcrumb-item a,
.breadcrumb .breadcrumb-list .breadcrumb-item .lastItem {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
}
.breadcrumb .breadcrumb-list .breadcrumb-item .lastItem {
    font-weight: 700;
    color: #3cab8f;
}

@media screen and (max-width: 1024px) {
    .breadcrumb .breadcrumb-list .breadcrumb-item a,
    .breadcrumb .breadcrumb-list .breadcrumb-item .lastItem {
        font-size: 2.6rem;
    }
}

.breadcrumb-list .breadcrumb-separator {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 1.1em;
    color: #3cab8f;
}

@media screen and (max-width: 1024px) {
    .breadcrumb-list .breadcrumb-separator {
        font-size: 2.6rem;
        margin: 0 0.6em;
    }
}

.switch-lang {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switch-lang .ja {
    opacity: 0.3;
}

.switch-lang .divider {
    height: 15px;
    width: 2px;
    background-color: #0f0f0f;
}

.st-Header_Nav .globalnav.white .switch-lang .divider {
    background-color: #fff;
}
