@charset "UTF-8";
/*
---------------------------------------------

    base settings

*/

:root {
    font-size: 62.5%;
    --s-2: calc(var(--s1) / 2);
    --s1: 0.8rem;
    --s2: calc(var(--s1) * 2);
    --s3: calc(var(--s1) * 3);
    --s4: calc(var(--s1) * 4);
    --s5: calc(var(--s1) * 5);
    --s6: calc(var(--s1) * 6);
    --s7: calc(var(--s1) * 7);
    --s8: calc(var(--s1) * 8);
    --s9: calc(var(--s1) * 9);
    --s10: calc(var(--s1) * 10);
}

@media screen and (max-width: 1440px) {
    :root {
        font-size: 0.6944444444vw;
    }
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #2e2e2e;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}

body.is-no-scroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    clear: both;
}

ul,
ol,
dl,
p,
img,
form,
dt,
dd,
figure {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
}

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

a {
    color: #000;
    transition: opacity 0.2s ease, color 0.2s ease;
    outline: none;
}

a:active,
a:hover {
    color: #000;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
    font-weight: normal;
}

small {
    font-size: 80%;
}

sup {
    font-size: 50%;
}

* {
    box-sizing: border-box;
    word-break: break-all;
}

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

@media screen and (max-width: 767px) {
    .for-pc {
        display: none !important;
    }
}

/*
---------------------------------------------

    animation

*/

@keyframes scroll-bar {
    0% {
        height: 0;
        top: 4.8rem;
        opacity: 0;
    }
    30% {
        height: 8rem;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 24rem;
        opacity: 0;
    }
}

@keyframes mv-line-01 {
    0% {
        transform: translate(0, 5rem);
    }
    50% {
        transform: translate(10%, -5rem);
    }
    100% {
        transform: translate(0, 5rem);
    }
}

@keyframes mv-line-02 {
    0% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -7rem);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

@keyframes mv-line-01-sp {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 10%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes mv-line-02-sp {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -15%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes page-service-line-01 {
    0% {
        transform: translate(-12%, 0);
    }
    50% {
        transform: translate(8%, -8rem);
    }
    100% {
        transform: translate(-12%, 0);
    }
}

@keyframes page-service-line-02 {
    0% {
        transform: translate(-65.8%, 0);
    }
    30% {
        transform: translate(-62%, 4rem);
    }
    70% {
        transform: translate(-68%, 2rem);
    }
    100% {
        transform: translate(-65.8%, 0);
    }
}

@keyframes page-service-line-01-sp {
    0% {
        transform: translate(-15%, 0);
    }
    50% {
        transform: translate(10%, 3rem);
    }
    100% {
        transform: translate(-15%, 0);
    }
}

@keyframes page-service-line-02-sp {
    0% {
        transform: translate(-67%, 0);
    }
    30% {
        transform: translate(-62%, 3rem);
    }
    70% {
        transform: translate(-68%, 1.5rem);
    }
    100% {
        transform: translate(-67%, 0);
    }
}

@keyframes page-company-line-01 {
    0% {
        transform: translate(-85%, 0);
    }
    50% {
        transform: translate(-75%, 8rem);
    }
    100% {
        transform: translate(-85%, 0);
    }
}

@keyframes page-company-line-02 {
    0% {
        transform: translate(-13%, 0);
    }
    50% {
        transform: translate(-23%, -8rem);
    }
    100% {
        transform: translate(-13%, 0);
    }
}

@keyframes page-company-line-01-sp {
    0% {
        transform: translate(-74%, 0) scale(-1, 1);
    }
    50% {
        transform: translate(-64%, 4rem) scale(-1, 1);
    }
    100% {
        transform: translate(-74%, 0) scale(-1, 1);
    }
}

@keyframes page-company-line-02-sp {
    0% {
        transform: translate(-5%, 0);
    }
    50% {
        transform: translate(-20%, -4rem);
    }
    100% {
        transform: translate(-5%, 0);
    }
}

@keyframes page-news-line-01 {
    0% {
        transform: translate(-59%, 0);
    }
    30% {
        transform: translate(-68%, -4rem);
    }
    70% {
        transform: translate(-54%, 4rem);
    }
    100% {
        transform: translate(-59%, 0);
    }
}

@keyframes page-news-line-02 {
    0% {
        transform: translate(-18%, 0);
    }
    50% {
        transform: translate(-10%, 6rem);
    }
    100% {
        transform: translate(-18%, 0);
    }
}

@keyframes page-news-line-01-sp {
    0% {
        transform: translate(-57%, 0) scale(-1, 1);
    }
    30% {
        transform: translate(-68%, -2rem) scale(-1, 1);
    }
    70% {
        transform: translate(-54%, 4rem) scale(-1, 1);
    }
    100% {
        transform: translate(-57%, 0) scale(-1, 1);
    }
}

@keyframes page-news-line-02-sp {
    0% {
        transform: translate(-32%, 0);
    }
    50% {
        transform: translate(-22%, 4rem);
    }
    100% {
        transform: translate(-32%, 0);
    }
}

@keyframes page-contact-line-01 {
    0% {
        transform: translate(-20%, 0);
    }
    30% {
        transform: translate(-15%, 6rem);
    }
    70% {
        transform: translate(-25%, -6rem);
    }
    100% {
        transform: translate(-20%, 0);
    }
}

@keyframes page-contact-line-02 {
    0% {
        transform: translate(-40%, 0);
    }
    30% {
        transform: translate(-45%, 6rem);
    }
    70% {
        transform: translate(-35%, -6rem);
    }
    100% {
        transform: translate(-40%, 0);
    }
}

@keyframes page-contact-line-01-sp {
    0% {
        transform: translate(-13%, 0) scale(-1, 1);
    }
    30% {
        transform: translate(0%, -2rem) scale(-1, 1);
    }
    70% {
        transform: translate(-20%, 2rem) scale(-1, 1);
    }
    100% {
        transform: translate(-13%, 0) scale(-1, 1);
    }
}

@keyframes page-contact-line-02-sp {
    0% {
        transform: translate(-38%, 0);
    }
    30% {
        transform: translate(-43%, -3rem);
    }
    70% {
        transform: translate(-33%, 1rem);
    }
    100% {
        transform: translate(-38%, 0);
    }
}

@keyframes page-other-line-01 {
    0% {
        transform: translate(-22%, 0);
    }
    50% {
        transform: translate(-17%, 6rem);
    }
    100% {
        transform: translate(-22%, 0);
    }
}

@keyframes page-other-line-02 {
    0% {
        transform: translate(-60%, 0);
    }
    30% {
        transform: translate(-65%, 4rem);
    }
    70% {
        transform: translate(-55%, -4rem);
    }
    100% {
        transform: translate(-60%, 0);
    }
}

@keyframes page-other-line-01-sp {
    0% {
        transform: translate(-17%, 0) scale(-1, 1);
    }
    50% {
        transform: translate(0%, 4rem) scale(-1, 1);
    }
    100% {
        transform: translate(-17%, 0) scale(-1, 1);
    }
}

@keyframes page-other-line-02-sp {
    0% {
        transform: translate(-62%, 0);
    }
    30% {
        transform: translate(-67%, 2rem);
    }
    70% {
        transform: translate(-57%, -2rem);
    }
    100% {
        transform: translate(-62%, 0);
    }
}

@keyframes about-carousel {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - var(--s2)));
    }
}

@keyframes icon-arrow {
    0% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    37% {
        transform: translate(calc(3rem - 50%), -50%);
        opacity: 1;
    }
    38% {
        transform: translate(calc(3rem - 50%), -50%);
        opacity: 0;
    }
    39% {
        transform: translate(calc(-3rem - 50%), -50%);
        opacity: 0;
    }
    40% {
        transform: translate(calc(-3rem - 50%), -50%);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes icon-arrow-reverse {
    0% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    37% {
        transform: translate(calc(-3rem - 50%), -50%);
        opacity: 1;
    }
    38% {
        transform: translate(calc(-3rem - 50%), -50%);
        opacity: 0;
    }
    39% {
        transform: translate(calc(3rem - 50%), -50%);
        opacity: 0;
    }
    40% {
        transform: translate(calc(3rem - 50%), -50%);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes icon-arrow-up {
    0% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    37% {
        transform: translate(-50%, calc(-3rem - 50%));
        opacity: 1;
    }
    38% {
        transform: translate(-50%, calc(-3rem - 50%));
        opacity: 0;
    }
    39% {
        transform: translate(-50%, calc(3rem - 50%));
        opacity: 0;
    }
    40% {
        transform: translate(-50%, calc(3rem - 50%));
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes icon-arrow-down {
    0% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    37% {
        transform: translate(-50%, calc(3rem - 50%));
        opacity: 1;
    }
    38% {
        transform: translate(-50%, calc(3rem - 50%));
        opacity: 0;
    }
    39% {
        transform: translate(-50%, calc(-3rem - 50%));
        opacity: 0;
    }
    40% {
        transform: translate(-50%, calc(-3rem - 50%));
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes floating-up-down {
    0% {
        transform: translateY(-7%);
    }
    100% {
        transform: translateY(7%);
    }
}

@keyframes floating-down-up {
    0% {
        transform: translateY(7%);
    }
    100% {
        transform: translateY(-7%);
    }
}

@keyframes floating-up-down-sp {
    0% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(10%);
    }
}

@keyframes floating-down-up-sp {
    0% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(-10%);
    }
}

@keyframes circle-before {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes circle-after {
    0% {
        background: #f4810b;
        transform: rotate(0deg);
    }
    50% {
        background: #f4810b;
        transform: rotate(180deg);
    }
    50.01% {
        background: #fff;
        transform: rotate(360deg);
    }
    100% {
        background: #fff;
        transform: rotate(360deg);
    }
}

/*
---------------------------------------------

    layout center

*/

.center {
    max-width: 128rem;
    margin-right: auto;
    margin-left: auto;
}

.center--with-padding {
    padding-left: var(--s6);
    padding-right: var(--s6);
    padding-top: var(--s6);
}

.center-narrow {
    max-width: 96rem;
    margin-right: auto;
    margin-left: auto;
}

/*
---------------------------------------------

    layout stack

*/

.l-stack-small {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--s3);
}

.l-stack-small>* {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.l-stack {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--s5);
}

.l-stack>* {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*
---------------------------------------------

    layout cluster

*/

.l-cluster {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--s3);
}

.l-cluster--case-study-tag {
    gap: var(--s1) var(--s3);
}

/*
---------------------------------------------

    layout grid

*/

.l-grid {
    --minmum: calc((100% - var(--s7)) / 2);
    display: grid;
    grid-gap: var(--s7);
}

.l-grid--page-menu {
    grid-gap: 0 var(--s7);
}

.l-grid--boardmember-card-01 {
    --minmum: calc((100% - 10rem) / 2);
    grid-gap: 10rem;
}

.l-grid--service-feature {
    grid-gap: var(--s8) var(--s7);
}

.grid-three__items {
    --minmum: calc((100% - var(--s6) * 2) / 3);
    display: grid;
    grid-gap: var(--s6);
}

.grid-three__items--qa-index {
    grid-gap: var(--s4) var(--s6);
}

.grid-three__items--voice {
    grid-gap: var(--s9) var(--s6);
}

.l-grid-four {
    --minmum: calc((100% - var(--s4) * 3) / 4);
    display: grid;
    grid-gap: var(--s6) var(--s4);
}

.l-grid-five {
    --minmum: calc((100% - var(--s4) * 4) / 5);
    display: grid;
    grid-gap: var(--s6) var(--s4);
}

@supports (width: min(var(--minmum),
100%)) {
    .l-grid,
    .grid-three__items,
    .l-grid-four,
    .l-grid-five {
        grid-template-columns: repeat(auto-fill, minmax(min(var(--minmum), 100%), 1fr));
    }
}

/*
---------------------------------------------

    layout sidebar

*/

.l-sidebar-01 {
    max-width: 144rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--s6);
    display: flex;
    justify-content: flex-end;
    gap: var(--s6);
}

.l-sidebar-01__side {
    width: 27.2rem;
}

.l-sidebar-01__main {
    flex: 1;
}

.l-sidebar-02 {
    max-width: 144rem;
    margin-top: 12rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 9rem;
    display: flex;
    justify-content: flex-end;
    gap: var(--s6);
}

.l-sidebar-02__side {
    width: 25.2rem;
}

.l-sidebar-02__main {
    width: 88rem;
}

/*
---------------------------------------------

    layout column

*/

.l-contents-01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12rem;
}

.l-contents-01__side {
    height: 71rem;
    flex: 1;
    position: relative;
}

.l-contents-01__main {
    width: 50%;
    padding: 0 var(--s5);
}

.l-contents-02 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s8);
}

.l-contents-02__side {
    width: 55rem;
}

.l-contents-02__main {
    flex: 1;
}

.l-contents-03 {
    display: flex;
}

.l-contents-03__side {
    padding: 0 var(--s9);
}

.l-contents-03__main {
    padding: 0 var(--s10);
    flex: 1;
}

.l-contents-04 {
    display: flex;
    gap: 12.8rem;
    align-items: center;
    justify-content: center;
}

.l-contents-04__main {
    flex: 1;
}

.l-contents-05 {
    display: flex;
    gap: 10rem;
    align-items: center;
    justify-content: center;
}

.l-contents-05__side {
    width: 58rem;
}

.l-contents-05__main {
    flex: 1;
}

.l-contents-06 {
    margin: var(--s7) 0 0;
    display: flex;
    gap: var(--s4);
    justify-content: space-between;
}

.l-contents-06__side {
    width: var(--s10);
    padding: 0.8em 0;
}

.l-contents-06__main {
    flex: 1;
}

.l-contents-07 {
    display: flex;
    gap: var(--s10);
    align-items: center;
    justify-content: space-between;
}

.l-contents-07__side {
    width: 37.5rem;
}

.l-contents-07__main {
    flex: 1;
}

.l-contents-08 {
    display: flex;
    gap: var(--s5);
    align-items: center;
    justify-content: space-between;
}

.l-contents-08__side {
    flex: 1;
}

.l-contents-08__main {
    width: 51%;
}

.l-contents-09 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--s4);
}

.l-contents-09__side {
    height: 50rem;
    flex: 1;
    position: relative;
}

.l-contents-09__main {
    width: calc(50% - var(--s4));
    padding: 0 var(--s3);
}

.l-cloumn-10 {
    display: flex;
    align-items: center;
    gap: 0;
}

.l-cloumn-10__side {
    width: 45rem;
}

.l-cloumn-10__main {
    padding-left: 12.8rem;
    flex: 1;
}

.l-cloumn-11 {
    display: flex;
    gap: var(--s8);
}

.l-cloumn-11__side {
    width: calc((100% - var(--s8)) / 2);
}

.l-cloumn-11__main {
    flex: 1;
}

/*
---------------------------------------------

    layout grid areas

*/

.l-grid-areas-01 {
    display: grid;
    grid-template-areas: "header btn" "content content";
    grid-template-columns: 1fr 38rem;
    grid-template-rows: auto 1fr;
    grid-gap: 12rem 0;
}

.l-grid-areas-01__cell-01 {
    grid-area: header;
}

.l-grid-areas-01__cell-02 {
    grid-area: btn;
    place-self: end center;
}

.l-grid-areas-01__cell-03 {
    grid-area: content;
}

.l-grid-areas-02 {
    display: grid;
    grid-template-areas: "header content" "btn content";
    grid-template-columns: 31.4rem 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: var(--s8) var(--s9);
}

.l-grid-areas-02__cell-01 {
    grid-area: header;
}

.l-grid-areas-02__cell-02 {
    padding: 0 var(--s4);
    grid-area: btn;
}

.l-grid-areas-02__cell-03 {
    grid-area: content;
}

.l-grid-areas-03 {
    display: grid;
    grid-template-areas: "logo text" "btn text";
    grid-template-columns: 67rem 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: var(--s10) var(--s4);
}

.l-grid-areas-03__cell-01 {
    grid-area: logo;
}

.l-grid-areas-03__cell-02 {
    grid-area: text;
}

.l-grid-areas-03__cell-03 {
    grid-area: btn;
}

/*
---------------------------------------------

    layout page

*/

.l-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.l-page>.footer-area {
    margin-top: auto;
}

/*
---------------------------------------------

    layout footer

*/

.l-footer {
    display: grid;
    grid-template-areas: "logo menu" "catch other";
    grid-template-columns: 47.6rem 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 10rem 0;
    justify-content: space-between;
}

.footer_item-01 {
    grid-area: logo;
}

.footer_item-02 {
    grid-area: menu;
}

.footer_item-03 {
    grid-area: catch;
    place-self: end start;
}

.footer_item-04 {
    grid-area: other;
}

/*
---------------------------------------------

    layout gallery

*/

.l-gallery {
    column-count: 3;
    column-gap: var(--s1);
}

.l-gallery>* {
    padding: var(--s-2) 0;
    break-inside: avoid;
}

/*
---------------------------------------------

    layout offset

*/

.impress-01 {
    width: calc(100% - var(--s10));
    margin-left: auto;
}

.impress {
    width: calc(100% - var(--s6));
    margin-left: auto;
}

.impress-03 {
    width: calc(100% - 12rem);
    margin-left: auto;
}

.impress-04 {
    width: calc(100% - 14rem);
    margin-left: auto;
}

/*
---------------------------------------------

    background

*/

.bg-light-brown-right {
    background: #c79e752b;
    border-radius: 0 20rem 0 0;
}

.bg-light-brown-left {
    background: #c79e752b;
    border-radius: 20rem 0 0 0;
}

.bg-brown-right {
    background: linear-gradient(#f4810b 0%, #f4810b 50%, #f4810b 100%);
    border-radius: 0 20rem 0 0;
}

.bg-brown-left {
    background: linear-gradient(#f4810b 0%, #f4810b 50%, #f4810b 100%);
    border-radius: 20rem 0 0 0;
}

.bg-light-blue-small {
    position: relative;
    z-index: 1;
}

.bg-light-blue-small::after {
    content: "";
    width: calc(100% - var(--s6));
    height: 100%;
    background: #eff6f7;
    border-radius: var(--s1);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
    transform: translate(-50%, 0);
}

.bg-brown-right-small {
    position: relative;
    z-index: 1;
}

.bg-brown-right-small::after {
    content: "";
    width: calc(100% - var(--s6));
    height: 100%;
    background: linear-gradient(#f4810b 0%, #f4810b 50%, #f4810b 100%);
    border-radius: var(--s1) 20rem var(--s1) var(--s1);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
    transform: translate(-50%, 0);
}

.bg-brown-left-small {
    position: relative;
    z-index: 1;
}

.bg-brown-left-small::after {
    content: "";
    width: calc(100% - var(--s6));
    height: 100%;
    background: linear-gradient(#f4810b 0%, #f4810b 50%, #f4810b 100%);
    border-radius: 20rem var(--s1) var(--s1) var(--s1);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
    transform: translate(-50%, 0);
}

/*
---------------------------------------------

    icon

*/

.icon-arrow {
    width: var(--s5);
    height: var(--s5);
    overflow: hidden;
    position: relative;
}

.icon-arrow::before {
    content: "";
    width: var(--s2);
    height: var(--s2);
    background: url("../img/global/arrow-01-white-right.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow--blue::before {
    background-image: url("../img/global/arrow-01-right.svg");
}

.icon-arrow-back {
    width: var(--s5);
    height: var(--s5);
    overflow: hidden;
    position: relative;
}

.icon-arrow-back::before {
    content: "";
    width: var(--s2);
    height: var(--s2);
    background: url("../img/global/arrow-01-white-left.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow-up {
    width: var(--s5);
    height: var(--s5);
    overflow: hidden;
    position: relative;
}

.icon-arrow-up::before {
    content: "";
    width: 3rem;
    height: 3rem;
    /* background: url("../img/global/arrow-01-white-up.svg") no-repeat center/100% auto; */
    background: url("../img/global/arrow-01-line.svg") no-repeat center/100% auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.icon-arrow-down {
    width: var(--s5);
    height: var(--s5);
    overflow: hidden;
    position: relative;
}

.icon-arrow-down::before {
    content: "";
    width: 1.4rem;
    height: 0.9rem;
    background: url("../img/global/arrow-02-blue-down.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow-circle-01 {
    width: 6rem;
    height: 6rem;
    border: 1px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.icon-arrow-circle-01::before {
    content: "";
    width: var(--s2);
    height: var(--s2);
    background: url("../img/global/arrow-01-white-right.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow-circle-01--blue {
    border: 1px solid #bfe3f8;
}

.icon-arrow-circle-01--blue::before {
    background-image: url("../img/global/arrow-01-right.svg");
}

.icon-arrow-circle-02 {
    width: var(--s6);
    height: var(--s6);
    border: 1px solid #bfe3f8;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.icon-arrow-circle-02::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url("../img/global/arrow-01-right.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow-circle-02--small {
    width: var(--s5);
    height: var(--s5);
}

.icon-arrow-circle-03 {
    width: 2.8rem;
    height: 2.8rem;
    background: #eaf7fe;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.icon-arrow-circle-03::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url("../img/global/arrow-01-right.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow-circle-04 {
    width: 6rem;
    height: 6rem;
    border: 1px solid #bfe3f8;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.icon-arrow-circle-04::before {
    content: "";
    width: var(--s2);
    height: var(--s2);
    background: url("../img/global/arrow-01-right.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow-circle-05 {
    width: var(--s6);
    height: var(--s6);
    border-radius: 100%;
    background: #f4810b;
    overflow: hidden;
    position: relative;
}

.icon-arrow-circle-05::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url("../img/global/arrow-01-white-left.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (hover: hover) {
    a:hover .icon-arrow::before,
    a:hover .icon-arrow-circle-01::before,
    a:hover .icon-arrow-circle-02::before,
    a:hover .icon-arrow-circle-03::before,
    a:hover .icon-arrow-circle-04::before {
        animation: icon-arrow 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
    }
    a:hover .icon-arrow-back::before,
    a:hover .icon-arrow-circle-05::before {
        animation: icon-arrow-reverse 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
    }
    a:hover .icon-arrow-up::before {
        animation: icon-arrow-up 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
    }
    a:hover .icon-arrow-down::before {
        animation: icon-arrow-down 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
    }
}

.icon-toggle {
    width: 2rem;
    height: 2rem;
    display: block;
    position: relative;
}

.icon-toggle::before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #f4810b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-toggle::after {
    content: "";
    width: 0.2rem;
    height: 100%;
    background: #f4810b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s;
}

.icon-toggle-circle {
    width: var(--s4);
    height: var(--s4);
    border: 1px solid #f4810b;
    border-radius: 100%;
    display: block;
    position: relative;
}

.icon-toggle-circle::before {
    content: "";
    width: 1.2rem;
    height: 0.15rem;
    background: #f4810b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-toggle-circle::after {
    content: "";
    width: 0.15rem;
    height: 1.2rem;
    background: #f4810b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s;
}

.is-active>.icon-toggle:after,
.is-active>.icon-toggle-circle:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/*
---------------------------------------------

	list

*/

.list-dot__item {
    padding-left: 1.2em;
    line-height: 2.1;
    position: relative;
}

.list-dot__item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.list-number {
    counter-reset: list-count-01 0;
}

.list-number__item {
    padding-left: 1.2em;
    line-height: 2.1;
    counter-increment: list-count-01 1;
    position: relative;
}

.list-number__item::before {
    content: counter(list-count-01) ".";
    position: absolute;
    top: 0;
    left: 0;
}

ul:not([class]) {
    margin: 0;
}

ul:not([class])>li {
    padding-left: 1.2em;
    line-height: 2.1;
    position: relative;
}

ul:not([class])>li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

ol:not([class]) {
    margin: 0;
    counter-reset: list-count-02 0;
}

ol:not([class])>li {
    padding-left: 1.2em;
    line-height: 2.1;
    counter-increment: list-count-02 1;
    position: relative;
}

ol:not([class])>li::before {
    content: counter(list-count-02) ".";
    position: absolute;
    top: 0;
    left: 0;
}

/*
---------------------------------------------

    btn

*/

.btn-primary {
    margin: 0;
}

.btn-primary__link {
    width: 30rem;
    max-width: 100%;
    min-height: var(--s10);
    padding: var(--s1) 2rem var(--s1) var(--s5);
    background: #f4810b;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.btn-primary__link:hover {
    color: #fff;
}

.btn-primary--large .btn-primary__link {
    width: 40rem;
}

.btn-outer {
    margin: 0;
}

.btn-outer__link {
    width: 34rem;
    max-width: 100%;
    min-height: var(--s10);
    margin: 0 auto;
    padding: var(--s1) 2rem var(--s1) var(--s6);
    background: #f4810b url("../img/global/icon-outer.svg") no-repeat center right var(--s5)/var(--s2) auto;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.btn-outer__link:hover {
    color: #fff;
}

.btn-back__link {
    padding: var(--s2) 0 var(--s2) var(--s10);
    display: inline-block;
    color: #f4810b;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.btn-back__link:hover {
    color: #f4810b;
}

.btn-back__link .icon-arrow-circle-05 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

/*
---------------------------------------------

	link

*/

.link-text {
    display: inline-block;
    text-decoration: none;
}

@media (hover: hover) {
    .link-text:hover {
        text-decoration: underline;
    }
}

/*
---------------------------------------------

	title

*/

.title-01 {
    margin: 13.6rem 0 var(--s3);
    padding-bottom: var(--s3);
    border-bottom: 1px solid #cde5ec;
    color: #f4810b;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.title-secondary-01 {
    margin: var(--s10) 0 var(--s3);
    color: #f4810b;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
}

/*
---------------------------------------------

	text

*/

.text-01 {
    font-size: 100%;
    line-height: 2.1;
}

.text-01--align-right {
    text-align: right;
}

.text-01+.text-01 {
    margin-top: 1em;
}

.text-note {
    padding-left: 1.2em;
    font-size: 100%;
    line-height: 2.1;
    position: relative;
}

.text-note::before {
    content: "＊";
    position: absolute;
    top: 0;
    left: 0;
}

/*
---------------------------------------------

	summary

*/

.summary-01 {
    font-size: 100%;
}

.summary-01__row {
    margin: var(--s3) 0;
}

.summary-01__title {
    font-weight: 700;
    line-height: 2.1;
}

.summary-02 {
    margin: var(--s4) 0;
    font-size: 100%;
}

.summary-02__title {
    padding-left: 1.2em;
    font-weight: 700;
    line-height: 2.1;
    position: relative;
}

.summary-02__title::before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    background: #f4810b;
    position: absolute;
    top: 0.7em;
    left: 0;
}

.summary-02 .em-box-01 {
    margin-top: var(--s4);
}

/*
---------------------------------------------

	table

*/

.table-01 {
    margin: var(--s3) 0 var(--s4);
    border-spacing: 0;
    border-collapse: collapse;
}

.table-01 th,
.table-01 td {
    padding: var(--s3) var(--s4);
    border: 1px solid #dcdcdc;
    font-size: 100%;
    line-height: 2.1;
    vertical-align: baseline;
}

.table-01 th {
    font-weight: 400;
    text-align: center;
}

.table-01 thead th {
    background: #eaf7fe;
}

.table-01__cell-01 {
    width: 32rem;
}

/*
---------------------------------------------

	box

*/

.em-box-01 {
    padding: var(--s2) var(--s4);
    background: #eaf7fe;
    border-radius: var(--s1);
}

.em-box-01__title {
    font-weight: 700;
    line-height: 2.1;
}

/*
---------------------------------------------

    hover scroll

*/

.hover-scroll {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.hover-scroll__text {
    display: inline-block;
    padding: 0.6em 0;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.15, 0.85, 0.45, 1), opacity 0.4s;
}

.hover-scroll__text:nth-child(2) {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
}

@media (hover: hover) {
    a:hover .hover-scroll__text {
        opacity: 0;
        transform: translateY(-100%);
    }
    a:hover .hover-scroll__text:nth-child(2) {
        opacity: 1;
    }
}

/*
---------------------------------------------

    scroll text

*/

.scroll-text {
    overflow: hidden;
    position: relative;
}

.scroll-text__item {
    display: inline-block;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.8s ease 0.3s;
}

.scroll-text__item--delay01 {
    transition-delay: 0.6s;
}

.scroll-text.is-loaded .scroll-text__item,
.scroll-text.is-inview .scroll-text__item {
    opacity: 1;
    transform: translateY(0);
}

.scroll-text--duration .scroll-text__item {
    transition: transform 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1.4s ease 0.3s;
}

/*
---------------------------------------------

	subgrid card

*/

.subgrid-card-two {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    grid-gap: 0;
}

.sub-item__three {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    grid-gap: 0;
}

.subgrid-card-five {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    grid-gap: 0;
}

/*
---------------------------------------------

	no data

*/

.no-data {
    margin: 12.8rem 0;
}

.no-data__text {
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

/*
---------------------------------------------

    header

*/

.header-area {
    width: 100%;
    height: 10rem;
    padding: 0 var(--s8);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 15;
    transform: translate(-50%, 0);
    transition: transform ease 0.4s;
}

.header-area::before {
    content: "";
    width: 100vw;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    backdrop-filter: blur(15px) saturate(180%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity ease 0.4s, visibility ease 0.4s;
}

.header-area::after {
    content: "";
    width: calc(100% - var(--s7) * 2);
    height: 0.2rem;
    background: rgba(0, 128, 217, 0.15);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.header-area.is-state-01 {
    transform: translate(-50%, -100%);
}

.header-area.is-state-02 {
    height: var(--s10);
    transform: translate(-50%, 0);
}

.header-area.is-state-02::before {
    opacity: 1;
    visibility: visible;
}

.header-area.is-state-02::after {
    display: none;
}

body.is-scroll-down .header-area.is-state-02 {
    transform: translate(-50%, -100%);
}

.header-area.is-show-menu::before {
    opacity: 1;
    visibility: visible;
}

.header-area.is-show-menu::after {
    display: block;
}

.header-area--white:not(.is-state-02,
.is-show-menu)::after {
    background-color: rgba(255, 255, 255, 0.1);
}

.header-area--service.is-state-02::after {
    display: block;
}

.header-logo {
    width: 18.2rem;
    margin: 0 var(--s8) 0 0;
}

.header-logo__link {
    display: block;
    text-decoration: none;
}

@media (hover: hover) {
    .header-logo__link:hover {
        opacity: 0.5;
    }
}

.header-logo-switch {
    overflow: hidden;
    position: relative;
}

.header-logo-switch__img {
    transform: translateY(-100%);
    transition: transform 0.4s;
}

.header-logo-switch__img:last-child {
    position: absolute;
    top: 100%;
    left: 0;
}

.header-area.is-state-02 .header-logo-switch__img {
    transition: none;
}

.header-area--white:not(.is-state-02,
.is-show-menu) .header-logo-switch__img {
    transform: translateY(0);
}

.header-menu {
    height: 100%;
    margin: 0 auto 0 0;
    display: flex;
    gap: var(--s5);
}

.header-menu__item {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.header-menu__item.is-show,
.header-menu__item.is-current {
    position: relative;
}

.header-menu__item.is-show::after,
.header-menu__item.is-current::after {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #f4810b;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.header-area.is-state-02:not(.header-area--service) .header-menu__item.is-current::after {
    display: none;
}

.header-area.is-show-menu .header-menu__item.is-current::after {
    display: none;
}

.header-area--white:not(.is-state-02,
.is-show-menu) .header-menu__item.is-current::after {
    background-color: rgba(255, 255, 255, 0.8);
}

.header-area.is-show-menu .header-menu__item.is-current.is-show::after {
    display: block;
}

.header-menu__link {
    text-decoration: none;
}

.header-area--white:not(.is-state-02,
.is-show-menu) .header-menu__link {
    color: #fff;
}

.header-area--white:not(.is-state-02,
.is-show-menu) .header-menu__link:hover {
    color: #fff;
}

.header-menu--secondary {
    margin: 0 0 0 auto;
}

.header-menu--secondary .header-menu__item {
    font-size: 1.8rem;
}

@media (hover: hover) {
    .header-menu__link:hover {
        opacity: 0.5;
    }
}

.header-menu-sub-wrapper {
    width: 100%;
    padding: 0 var(--s8);
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    backdrop-filter: blur(15px) saturate(180%);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 10rem;
    left: 50%;
    z-index: 14;
    transform: translate(-50%, 0);
    transition: opacity ease 0.4s, visibility ease 0.4s;
}

.header-menu__item.is-show .header-menu-sub-wrapper {
    visibility: visible;
    opacity: 1;
}

.header-area.is-state-02 .header-menu-sub-wrapper {
    top: var(--s10);
}

.header-menu-sub-bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 99, 162, 0.8);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
}

.header-menu-sub {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 var(--s5);
}

.header-menu-sub__item {
    width: calc((100% - 12rem) / 4);
    height: 10rem;
    border-bottom: 0.2rem solid rgba(0, 128, 217, 0.05);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

.header-menu-sub__item:nth-last-child(3):nth-child(even),
.header-menu-sub__item:nth-last-child(2):nth-child(odd),
.header-menu-sub__item:last-child {
    border-bottom: none;
}

.header-menu-sub__item .icon-arrow-circle-02 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.header-menu-sub--column-five .header-menu-sub__item {
    width: calc((100% - 16rem) / 5);
}

.header-menu-sub__link {
    width: 100%;
    height: 100%;
    padding: var(--s2) var(--s6) var(--s2) var(--s2);
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-btn {
    margin: 0 0 0 var(--s6);
}

.header-btn__link {
    min-width: 18rem;
    padding: var(--s1) var(--s6);
    background: #f4810b;
    border-radius: 10rem;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.header-btn__link:hover {
    color: #fff;
}

.header-area--white:not(.is-state-02,
.is-show-menu) .header-btn__link {
    background-color: #fff;
    color: #f4810b;
}

.header-area--white:not(.is-state-02,
.is-show-menu) .header-btn__link:hover {
    color: #f4810b;
}

/*
---------------------------------------------

    footer

*/

.footer-area {
    padding: 12.8rem 0 var(--s10) 0;
    background: #ebebeb;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.footer-area::after {
    content: "";
    width: 259.5rem;
    height: 109.5rem;
    
    opacity: 0.7;
    position: absolute;
    top: 35rem;
    left: 50%;
    z-index: -1;
    transform: translate(-76%, 0);
}

.footer-logo {
    width: 18.2rem;
    margin: 0 var(--s3);
}

.footer-logo__link {
    display: block;
}

@media (hover: hover) {
    .footer-logo__link:hover {
        opacity: 0.7;
    }
}

.footer-menu-wrapper {
    display: flex;
    gap: var(--s10);
    justify-content: flex-end;
    padding: 0 var(--s7);
}

.footer-menu__item {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.footer-menu__item+.footer-menu__item {
    margin-top: var(--s3);
}

.footer-menu__link {
    display: block;
    text-decoration: none;
}

.footer-menu .footer-menu {
    margin-top: var(--s4);
}

.footer-menu .footer-menu .footer-menu__item {
    font-weight: 400;
}

.footer-menu .footer-menu .footer-menu__item+.footer-menu__item {
    margin-top: var(--s2);
}

.footer-menu .footer-menu .footer-menu__link {
    color: #8c8c8c;
}

@media (hover: hover) {
    .footer-menu__link:hover {
        opacity: 0.7;
    }
}

.footer-menu-sub {
    margin-top: var(--s6);
}

.footer-menu-sub__item {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.footer-menu-sub__item+.footer-menu-sub__item {
    margin-top: var(--s1);
}

.footer-menu-sub__link {
    display: block;
    text-decoration: none;
}

@media (hover: hover) {
    .footer-menu-sub__link:hover {
        opacity: 0.7;
    }
}

.footer-sns {
    
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-end;
    align-items: center;
}

.footer-sns li {

}

.footer-sns__item {
    
    width: var(--s5);
    height: var(--s5);
}

.footer-sns__link {
    display: block;
}

@media (hover: hover) {
    .footer-sns__link:hover {
        opacity: 0.7;
    }
}

.footer-catch {
    margin: 0 var(--s4);
}

.footer-catch__en {
    font-size: 2.8rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.footer-catch_left {
    padding-right: 1.2rem;
    color: #f4810b;
    font-size: 4.4rem;
}

.footer-catch_right {
    font-size: 4.4rem;
}

.footer-catch__jp {
    margin-top: 2rem;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.footer-copyright {
    font-size: 1.3rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.footer-privacy {
    display: none;
    width: var(--s5);
}

.footer-other {
    padding: 0 var(--s7);
    display: flex;
    flex-direction: column;
    gap: var(--s8);
}

.footer-other__bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: var(--s4);
}

/*
---------------------------------------------

    page

*/

.page-area {
    opacity: 0;
    transition: opacity 0.4s;
}

.page-area.is-transition-none {
    transition: none;
}

.page-area.is-loaded {
    opacity: 1;
}

/* line */


.page-top {
  width: 13rem;
  height: 13rem;
  border-radius: 100%;
  overflow: hidden;
  /* 最初から表示 */
  opacity: 1 !important;
  visibility: visible !important;

  /* 右下に固定 */
  position: fixed;          /* ← stickyからfixedへ */
  right: 3.2rem;            /* お好みで調整 */
  bottom: 9.6rem;           /* お好みで調整 */

  z-index: 1000;
  transform: none;          /* translate不要なら外す */
  transition: none;         /* フェード不要なら外す */
}

.page-top__link {
  width: 100%;
  height: 100%;
  padding-top: var(--s10);
  background: #06C755;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-top: 4.6rem;
    font-size: 2.1rem;
}

.page-top__link:hover { color: #fff; }

.page-top__link .icon-arrow-up {
  position: absolute;
  top: var(--s4);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* JSでis-showを付け外ししていても常時表示させるなら、このままでOK */
.page-top.is-show { opacity: 1 !important; visibility: visible !important; }

.page-header {
    padding: 20.8rem 0 0;
    height: 50rem;
    background: #f4810b;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.page-header__label-en {
    margin-bottom: var(--s3);
    font-size: 2rem;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.page-header__label {
    margin-top: var(--s3);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

.page-header__title {
    font-size: 6.4rem;
    font-weight: 500;
    line-height: 1.2;
}

.page-header_title {
    font-size: 10rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.page-header__label-en-large {
    font-size: 16rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    right: calc(var(--s4) * -1);
    z-index: -1;
}

.page-header__label-en-large--residential {
    right: 0;
}

.page-header__label-en-large--more-large {
    font-size: 20rem;
}

.page-header__line-01 {
    width: 158.8rem;
    height: 67rem;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    z-index: -2;
}

.page-header__line-02 {
    width: 259.5rem;
    height: 109.5rem;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    z-index: -2;
}

.page-header--business-content {
    height: 50rem;
}

.page-header--business-content .page-header__line-01 {
    opacity: 0.2;
    bottom: -38rem;
    transform: translate(-12%, 0);
    animation: page-service-line-01 35s ease-in-out infinite;
}

.page-header--business-content .page-header__line-02 {
    opacity: 0.3;
    top: -68rem;
    transform: translate(-65.8%, 0);
    animation: page-service-line-02 45s ease-in-out infinite;
}

.page-header--service-index .page-header__line-01,
.page-header--service-letter .page-header__line-01 {
    opacity: 0.2;
    bottom: -38rem;
    transform: translate(-12%, 0);
    animation: page-service-line-01 35s ease-in-out infinite;
}

.page-header--service-index .page-header__line-02,
.page-header--service-letter .page-header__line-02 {
    opacity: 0.3;
    top: -68rem;
    transform: translate(-65.8%, 0);
    animation: page-service-line-02 45s ease-in-out infinite;
}

.page-header--service-letter {
    padding-top: 24.8rem;
}

.page-header--company .page-header__line-01 {
    bottom: -36.7rem;
    transform: translate(-87%, 0);
    animation: page-company-line-01 35s ease-in-out infinite;
}

.page-header--company .page-header__line-02 {
    top: -60.8rem;
    transform: translate(-13%, 0);
    animation: page-company-line-02 45s ease-in-out infinite;
}

.page-header--news .page-header__line-01 {
    bottom: -46.3rem;
    transform: translate(-59%, 0);
    animation: page-news-line-01 45s ease-in-out infinite;
}

.page-header--news .page-header__line-02 {
    width: 146.3rem;
    height: 61.7rem;
    top: -33.4rem;
    transform: translate(-18%, 0);
    animation: page-news-line-02 35s ease-in-out infinite;
}

.page-header--contact .page-header__line-01 {
    bottom: -48rem;
    transform: translate(-20%, 0);
    animation: page-contact-line-01 35s ease-in-out infinite;
}

.page-header--contact .page-header__line-02 {
    width: 146.3rem;
    height: 61.7rem;
    top: -29rem;
    transform: translate(-40%, 0);
    animation: page-contact-line-02 45s ease-in-out infinite;
}

.page-header--antisocial,
.page-header--security,
.page-header--privacy,
.page-header--404 {
    padding-top: 24.8rem;
}

.page-header--antisocial .page-header__line-01,
.page-header--security .page-header__line-01,
.page-header--privacy .page-header__line-01,
.page-header--404 .page-header__line-01 {
    bottom: -37.5rem;
    transform: translate(-22%, 0);
    animation: page-other-line-01 35s ease-in-out infinite;
}

.page-header--antisocial .page-header__line-02,
.page-header--security .page-header__line-02,
.page-header--privacy .page-header__line-02,
.page-header--404 .page-header__line-02 {
    top: -68.8rem;
    transform: translate(-60%, 0);
    animation: page-other-line-02 45s ease-in-out infinite;
}

.page-fixed-banner {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 14;
}

.page-fixed-banner__link {
    width: var(--s6);
    padding: var(--s3) var(--s2) var(--s6);
    background: #000 url("../img/global/icon-outer.svg") no-repeat center bottom var(--s3)/var(--s2) auto;
    border-radius: var(--s1) 0 0 var(--s1);
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    writing-mode: vertical-rl;
    transition: background-color 0.3s;
}

.page-fixed-banner__link:hover {
    color: #fff;
}

@media (hover: hover) {
    .page-fixed-banner__link:hover {
        background-color: #f4810b;
    }
}

.page-content {
    margin-top: 13.6rem;
    margin-bottom: 13.6rem;
}

.page-content>*:first-child {
    margin-top: 0;
}

.page-content>*:last-child {
    margin-bottom: 0;
}

.page-index-area {
    min-height: 25rem;
    position: relative;
}

.page-index {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    backdrop-filter: blur(15px) saturate(180%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--s7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-index__item {
    font-size: 1.4rem;
    line-height: 1.6;
}

.page-index__link {
    min-height: 6rem;
    padding: var(--s2) var(--s3) var(--s2) 0;
    background: url("../img/global/arrow-02-blue-down.svg") no-repeat center right var(--s-2)/1rem auto;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.page-index.is-state-01 {
    position: fixed;
    top: var(--s10);
    z-index: 14;
    transform: translate(-50%, calc((var(--s10) + 100%) * -1));
}

.page-index.is-state-02 {
    transform: translate(-50%, 0);
    transition: transform ease 0.4s;
}

body.is-scroll-down .page-index.is-state-02 {
    transform: translate(-50%, calc(var(--s10) * -1));
}

@media (hover: hover) {
    .page-index__link:hover {
        opacity: 0.5;
    }
}

.page-menu {
    width: calc(100% - var(--s4));
    margin: 0 auto;
}

.page-menu__link {
    min-height: 19rem;
    padding: var(--s2) var(--s3);
    border-bottom: 1px solid rgba(0, 128, 217, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s2);
    text-decoration: none;
}

.page-menu__link:nth-child(1),
.page-menu__link:nth-child(2) {
    border-top: 1px solid rgba(0, 128, 217, 0.15);
}

.page-menu__title {
    width: 20.8rem;
    color: #f4810b;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.page-menu__text {
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.8;
}

.page-navi-wrapper {
    margin-top: 12rem;
    margin-bottom: 12rem;
}

/*
---------------------------------------------

    section

*/

.section-title {
    padding-left: var(--s6);
    font-size: 8rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    padding-bottom: 5px;
}

.section-title__label {
    margin-bottom: var(--s1);
    display: block;
    color: #2e2e2e;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
}

/* .section-title__label::before {
    content: "";
    width: 1em;
    height: 1em;
    background: url("../img/global/icon-section-title-blue.svg") no-repeat center/contain;
    position: absolute;
    top: 0.25em;
    left: calc(var(--s4) * -1);
} */

.section-title__label--white {
    color: #2e2e2e;
}

.section-title__label--white::before {
    background-image: url("../img/global/icon-section-title-white.svg");
}

.section-lead {
    margin-left: var(--s6);
    font-weight: 500;
    line-height: 1.8;
}

.section-title+.section-lead {
    margin-top: var(--s5);
}

/*
---------------------------------------------

    contact section

*/

.contact-section {
    margin-top: 12.8rem;
    margin-bottom: var(--s6);
}

.contact-box {
    padding: 10rem var(--s10);
    background: #fef6ef;
    border-radius: var(--s1);
    display: flex;
    gap: var(--s10);
    overflow: hidden;
}

.contact-title {
    margin-bottom: var(--s3);
    font-size: 5rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.contact-text {
    font-weight: 500;
    letter-spacing: 0.02em;
}

.contact-summary__label {
    margin-bottom: var(--s2);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.contact-summary__em {
    color: #f4810b;
    font-size: 3.5rem;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.04em;
}

.contact-summary__note {
    margin-top: 1em;
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.contact-btn__link {
    width: 38rem;
    max-width: 100%;
    min-height: 12rem;
    padding: var(--s2) var(--s4) var(--s2) var(--s7);
    background: #f4810b;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.contact-btn__link:hover {
    color: #fff;
}

/*
---------------------------------------------

    side menu

*/

.side-menu-01 {
    position: sticky;
    top: 11.2rem;
    left: 0;
}

.side-menu-01__item {
    padding-left: var(--s4);
    font-size: 1.4rem;
    line-height: 1.6;
}

.side-menu-01__item.is-current {
    background: url("../img/global/icon-diamond-blue.svg") no-repeat top 0.5em left 1.2rem/var(--s1) auto;
}

.side-menu-01__item.is-current .side-menu-01__link {
    color: #f4810b;
}

.side-menu-01__item+.side-menu-01__item {
    margin-top: var(--s2);
}

.side-menu-01__link {
    display: block;
    text-decoration: none;
}

.side-menu-01-wrapper {
    padding: 1.2rem 0;
}

.side-menu-02 {
    position: sticky;
    top: 11.2rem;
    left: 0;
}

.side-menu-02__item {
    padding-left: var(--s4);
    line-height: 1.6;
}

.side-menu-02__item.is-current {
    background: url("../img/global/icon-diamond-blue.svg") no-repeat top 0.5em left 1.2rem/var(--s1) auto;
}

.side-menu-02__item.is-current .side-menu-02__link {
    color: #000;
}

.side-menu-02__item+.side-menu-02__item {
    margin-top: var(--s2);
}

.side-menu-02__link {
    color: #c8c8c8;
    display: block;
    text-decoration: none;
}

.side-menu-02-wrapper {
    padding: var(--s4) 0;
}

/*
---------------------------------------------

    toggle

*/

.toggle-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.toggle-content__inner {
    overflow: hidden;
}

.toggle-content.is-active {
    grid-template-rows: 1fr;
}

/*
---------------------------------------------

    modal

*/

.modal {
    background: rgba(0, 99, 162, 0.8);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    backdrop-filter: blur(15px) saturate(180%);
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transition: opacity 0.4s;
}

.modal.is-show {
    opacity: 1;
}

.modal-content {
    width: calc(100% - var(--s5));
    max-width: 126rem;
    height: calc(100% - var(--s5));
    background: #fff;
    border-radius: var(--s1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.modal-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/*
---------------------------------------------

	tab

*/

.tab-content {
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: opacity 0.4s;
}

.tab-content.is-active {
    height: inherit;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}

/*
---------------------------------------------

	swiper

*/

.swiper-button-next,
.swiper-button-prev {
    width: var(--s9);
    height: var(--s9);
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #f4810b;
    border-radius: 100%;
    overflow: hidden;
    transition: opacity 0.4s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    width: 1.8rem;
    height: 1.4rem;
    background: no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-next::after {
    background-image: url("../img/global/arrow-01-right.svg");
}

.swiper-button-prev::after {
    background-image: url("../img/global/arrow-01-brown-left.svg");
}

@media (hover: hover) {
    .swiper-button-next:hover::after {
        animation: icon-arrow 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
    }
    .swiper-button-prev:hover::after {
        animation: icon-arrow-reverse 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
    }
}

/*
---------------------------------------------

	wp pagenavi

*/

.wp-pagenavi {
    width: fit-content;
    margin: 0 auto;
    padding: 0 8.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.wp-pagenavi>.page,
.wp-pagenavi>span {
    min-width: var(--s5);
    height: var(--s5);
    padding: var(--s1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8c8c8;
    font-size: 2rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.wp-pagenavi>.page {
    text-decoration: none;
}

.wp-pagenavi>.page:hover {
    color: #f4810b;
}

.wp-pagenavi>span.current {
    color: #f4810b;
}

.wp-pagenavi>span.extend {
    padding: var(--s1) var(--s2);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    width: var(--s5);
    height: var(--s5);
    background: no-repeat center/var(--s2) auto;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.wp-pagenavi .previouspostslink {
    left: 0;
    background-image: url("../img/global/arrow-01-brown-left.svg");
}

.wp-pagenavi .nextpostslink {
    right: 0;
    background-image: url("../img/global/arrow-01-right.svg");
}

@media (hover: hover) {
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover {
        opacity: 0.5;
    }
}

/*
---------------------------------------------

	simplebar

*/

.simplebar-track.simplebar-horizontal {
    height: 0.6rem;
    margin: 0 auto;
    background: #d5e2e4;
    border-radius: 0.3rem;
}

.simplebar-scrollbar {
    height: 0.6rem;
    background: #f4810b;
    border-radius: 0.3rem;
    top: 0;
}

.simplebar-scrollbar:before {
    display: none;
}

/*
---------------------------------------------

    top

*/

.initial-area {
    position: relative;
    z-index: 1;
}

.initial-mv-wrapper {
    height: 20rem;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: calc(100svh - 35rem);
}

.initial-about-wrapper {
    height: 90rem;
    display: flex;
    align-items: flex-end;
    margin: -60rem 0 var(--s7);
    position: relative;
    z-index: 2;
}

.initial-mv,
.initial-about {
    position: sticky;
    bottom: var(--s4);
    z-index: 1;
    transform: translate3d(0, 0, 0);
}

.initial-mv__img,
.initial-about__img {
    width: auto;
    max-height: 100%;
}

.initial-mv__mask,
.initial-about__mask {
    display: block;
    overflow: hidden;
}

.initial-mv__line-01,
.initial-mv__line-02,
.initial-about__line-01,
.initial-about__line-02 {
    height: 10.6rem;
    display: block;
    opacity: 0;
    transform: translate(0, 60%);
}

.initial-mv__line-01,
.initial-about__line-01 {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 1s ease 0.4s;
}

.initial-mv__line-02,
.initial-about__line-02 {
    margin-top: var(--s4);
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.7s, opacity 1s ease 0.7s;
}

.initial-mv.is-loaded .initial-mv__line-01,
.initial-mv.is-loaded .initial-mv__line-02,
.initial-mv.is-loaded .initial-about__line-01,
.initial-mv.is-loaded .initial-about__line-02,
.initial-about.is-loaded .initial-mv__line-01,
.initial-about.is-loaded .initial-mv__line-02,
.initial-about.is-loaded .initial-about__line-01,
.initial-about.is-loaded .initial-about__line-02 {
    opacity: 1;
    transform: translate(0, 0);
}

.mv-section {
    width: 100%;
    height: 100svh;
    padding: 22rem var(--s9) 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.mv-title {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 4rem;
}

.mv-scroll {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 0.08em;
    opacity: 0;
    animation: fadeIn 1s ease 1.5s forwards;
}

.mv-scroll::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2rem;
    width: 1px;
    height: 6rem;
    background: #ffffff;
    transform: translateX(-50%);
    animation: scrollLine 2s ease-in-out infinite;
}

.initial-mv {
    /* width: 60rem; */
    position: sticky;
    bottom: var(--s4);
    z-index: 1;
    transform: translate3d(0, 0, 0);
}

.text-people {
  font-size: 60px;
  font-weight: 700;
  color: #f4810b;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-right: 1rem;
}



.text-and {
  font-size: 37px;
  font-weight: 400;
  color: #999;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
  vertical-align: baseline;
  font-family: "Lato", sans-serif;
}

.text-technology {
  font-size: 60px;
  font-weight: 700;
  color: #cc5200;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
  font-family: "Lato", sans-serif;
  display: inline-block;
}

@media screen and (max-width: 767px) {
    .text-people {
    font-size: 40px
    }

    .text-and {
font-size: 25px;
    }

    .text-technology {
font-size: 40px;
    }
}


@media screen and (max-width: 767px) {
    .initial-mv {
    width: 36rem;
}
}

.initial-mv__mask {
    
}

.initial-mv__line-01,
.initial-mv__line-02 {
    display: block;
    opacity: 0;
    transform: translateY(100%);
}

.initial-mv__line-01 {
    animation: slideUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}

.initial-mv__line-02 {
    margin-top: 2rem;
    animation: slideUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
}

.initial-mv__img {
    height: auto;
    filter: brightness(1.2) contrast(1.1);
}

.mv-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mv-swiper .swiper-slide {
    position: relative;
}

.mv-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* ← PC時の標準設定 */
}

/* スマホ時に表示位置を左寄せにする */
@media screen and (max-width: 767px) {
  .mv-swiper .swiper-slide img {
     /* ← ここで調整 */
  }
}

.mv-swiper .swiper-slide-active img {
    opacity: 1;
    transform: scale(1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, 30%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scrollLine {
    0% {
        height: 0;
        opacity: 0;
    }
    50% {
        height: 6rem;
        opacity: 1;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}

@media screen and (max-width: 767px) {
    .mv-title {
        font-size: 4rem;
        padding: 0 2rem;
    }

    .initial-mv__line-02 {
        margin-top: 1rem;
    }
}

.about-section {
    -webkit-overflow: clip;
    overflow: clip;
}

.about-section__inner {
    padding: 26rem var(--s9) 22.4rem;
    position: relative;
}

.about-line-01,
.about-line-02 {
    width: 261.2rem;
    height: 110.3rem;
    position: absolute;
    left: 0;
    z-index: -1;
}

.about-line-01 {
    top: 21.3rem;
    transform: translate(-39rem, 0);
}

.about-line-02 {
    opacity: 0.7;
    top: 21.9rem;
}

.about-box {
    width: calc(50% + var(--s4));
    margin: 0 0 0 auto;
}

.about-box .btn-primary {
    margin-top: var(--s7);
}

.about-text {
    font-weight: 500;
    line-height: 2.1;
}

.about-text+.about-text {
    margin-top: var(--s2);
}

.about-carousel {
    margin-top: 16.8rem;
    display: flex;
    gap: var(--s2);
}

.about-carousel__group {
    display: flex;
    align-items: flex-start;
    gap: var(--s2);
    animation: about-carousel 40s linear infinite;
}

.about-slide {
    border-radius: var(--s1);
    overflow: hidden;
}

.about-slide--01 {
    width: 42rem;
    margin-top: var(--s2);
}

.about-slide--02 {
    width: 30rem;
    margin-top: var(--s10);
}

.about-slide--03 {
    width: 40rem;
}

.about-slide--04 {
    width: 31rem;
    margin-top: 4.6rem;
}

.about-slide--05 {
    width: 46rem;
    margin-top: 9rem;
}

.service-section {
    padding: 16.8rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.service-line-01,
.service-line-02 {
    width: 259.5rem;
    height: 101.5rem;
    position: absolute;
    left: 0;
    z-index: -1;
}

.service-line-01 {
    opacity: 0.7;
    top: 9.6rem;
    transform: translate(-22.2rem, 0);
}

.service-line-02 {
    top: 165.6rem;
    transform: translate(-129rem, 0);
}

.service-card-01-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s9);
    justify-content: center;
}

.service-card-01 {
    /* width: calc((100% - var(--s9) * 2) / 3); */
    width: 50%;
    min-height: 41rem;
    border-radius: var(--s1);
    overflow: hidden;
}

.service-card-01__link {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

/* .service-card-01__link::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/top/service-card-bg-01.png") no-repeat 0 0/57rem auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */

.service-card-01__link:hover {
    color: #fff;
}

.service-card-01__content {
    height: 100%;
    padding: var(--s5) var(--s5) var(--s3);
    display: flex;
    flex-direction: column;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
}

.service-card-01__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.service-card-01__img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.service-card-01__label {
    margin-bottom: var(--s2);
    display: inline-block;
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.service-card-01__title {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.service-card-01__text {
    margin-top: auto;
    padding-right: var(--s6);
    font-size: 1.4rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.service-card-01__text::after {
    content: "";
    width: calc(100% + var(--s10));
    height: calc(100% + var(--s10));
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    bottom: calc(var(--s5) * -1);
    left: calc(var(--s5) * -1);
    z-index: -1;
}

.service-card-01 .icon-arrow-circle-01 {
    position: absolute;
    right: var(--s3);
    bottom: var(--s3);
    z-index: 1;
}

.service-card-01--01 {
    width: 100%;
    min-height: 45rem;
}

.service-card-01--01 .service-card-01__content {
    padding: var(--s5);
}

.brand-section {
    padding: 16rem 0;
    overflow: hidden;
}

.brand-logo-wrapper {
    display: flex;
    gap: 15.2rem;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 19.2rem;
}

.brand-logo__mark {
    width: 10.5rem;
}

.brand-logo__typo {
    width: 44.8rem;
}

.brand-logo__img {
    width: 100%;
    max-width: inherit;
}

.company-section {
    padding: 16.8rem 0;
}

.company-header {
    margin-bottom: 12.8rem;
}

.company-card-01-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s6);
    justify-content: center;
}

.company-card-01 {
    width: 100%;
}

.company-card-01__link {
    width: 100%;
    height: 100%;
    display: block;
    color: #2e2e2e;
    text-decoration: none;
    position: relative;
}

.company-card-01__link:hover {
    color: #2e2e2e;
}

.company-card-01__content {
    margin-top: var(--s4);
    padding: 0 var(--s1);
}

.company-card-01__thumb {
   width: 100%;
    height: 54rem;
    border-radius: var(--s1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    
}

@media screen and (max-width: 767px) {
    .company-card-01__thumb {
          
    }
}

.company-card-01__img {
    width: 100%;
    height: 130%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .company-card-01__img {
         height: 110%;
    }
}

.company-card-01__label {
    display: inline-block;
    color: #fff;
    font-size: 4rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
}

.company-card-01__title {
    margin-bottom: var(--s2);
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.company-card-01__text {
    padding-right: 10rem;
    line-height: 1.8;
    font-weight: 500;
}

.company-card-01 .icon-arrow-circle-01 {
    position: absolute;
    right: var(--s3);
    bottom: var(--s1);
    z-index: 1;
}

.news-section {
    padding: 12.8rem 0;
}

.news-card-01.js-inview {
    opacity: 0;
    transform: translate(0, 5rem);
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}

.news-card-01.js-inview.is-inview {
    opacity: 1;
    transform: translate(0, 0);
}

.news-card-01__link {
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: flex-start;
    gap: var(--s6);
    text-decoration: none;
    position: relative;
}

.news-card-01__thumb {
    width: 20rem;
    height: 11rem;
    border-radius: var(--s1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-card-01__content {
    padding: var(--s1) var(--s10) var(--s1) 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--s2) var(--s4);
    flex: 1;
}

.news-card-01__img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.news-card-01__category {
    min-width: 11rem;
    padding: var(--s-2) var(--s2);
    border-radius: 10rem;
    background: #f4810b;
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.02em;
}

.news-card-01__date {
    display: inline-block;
    color: #aaa;
    font-size: 1.4rem;
}

.news-card-01__title {
    width: 100%;
    line-height: 1.6;
}

.news-card-01 .icon-arrow-circle-02 {
    position: absolute;
    top: 50%;
    right: var(--s3);
    transform: translate(0, -50%);
}

/*
---------------------------------------------

    service

*/

.service-overview-index {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
    padding-left: 10rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 var(--s7);
}

.service-overview-index__title {
    width: 100%;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.8;
}

.service-overview-index__text-area {
    flex: 1;
}

.service-overview-index__text {
    line-height: 2.1;
}

.service-overview-index__text+.service-overview-index__text {
    margin-top: 1em;
}

.service-overview-index__photo {
    width: 74.8rem;
}

.service-index {
    margin: 12.8rem 0;
}

.business-content-overview {
    margin-top: 130px;
    overflow: hidden;
}

.business-content-overview__title {
    margin-bottom: var(--s10);
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.8;
}

.business-content-overview__title__note {
    margin-top: 1em;
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
}

.business-content-overview__text {
    max-width: 46.5rem;
    line-height: 2.1;
}

.business-content-overview__text+.business-content-overview__text {
    margin-top: 2em;
}

.business-content-overview__photo {
    width: calc(100% + (100vw - 128rem) / 2);
    height: 100%;
    border-radius: var(--s1) 0 0 var(--s1);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.business-content-overview__photo__img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* .business-content-overview__photo::before {
    content: "";
    width: 100%;
    height: 100%;
    no-repeat 0 0/auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} */

.service-renosy {
    margin-top: 12.8rem;
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.service-renosy__logo {
    margin: 0 6rem;
    border-radius: var(--s1);
    overflow: hidden;
}

.service-renosy__title {
    margin-bottom: var(--s4);
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.1;
}

.service-renosy__text {
    max-width: 46rem;
    line-height: 2.1;
}

.service-renosy__text+.service-renosy__text {
    margin-top: 2em;
}

.service-renosy__note {
    margin-top: 1em;
    display: block;
    line-height: 1.6;
}

.service-renosy-line-01 {
    width: 259.5rem;
    height: 101.5rem;
    opacity: 0.7;
    position: absolute;
    top: 10rem;
    left: 0;
    z-index: -1;
    transform: translate(-27rem, 0);
}

.service-renosy-line-02 {
    display: none;
}

.business-content-feature {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
}

.feature-header {
    margin-bottom: 11rem;
}

.feature-card-01 {
    padding: 0 var(--s1);
}

.feature-card-01__thumb {
    width: calc(100% + var(--s2));
    margin: 0 calc(var(--s1) * -1) var(--s3);
    border-radius: var(--s1);
    overflow: hidden;
}

.feature-card-01__title {
    margin-bottom: var(--s2);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.feature-card-01__text {
    font-size: 1.4rem;
    line-height: 1.8;
}

.feature-card-01__note {
    margin-top: 1em;
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
}

.service-strengths {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
}

.strengths-header {
    margin-bottom: 13.2rem;
}

.strengths-copy {
    margin: -0.5em 0 0 57rem;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.strengths-copy__em {
    display: inline-block;
    position: relative;
}

.strengths-copy__em::after {
    content: "";
    width: 0;
    height: 0.4rem;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.46s cubic-bezier(0.29, 0.65, 0.62, 1) 0.2s;
}

.strengths-copy__em--02::after {
    transition: width 0.8s cubic-bezier(0.29, 0.65, 0.62, 1) 0.5s;
}

.strengths-copy__em--03::after {
    transition: width 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) 1.1s;
}

.strengths-copy.is-inview .strengths-copy__em::after {
    width: 100%;
}

.strengths-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #fff;
}

.strengths-box-01 {
    padding: var(--s5) 0;
    color: #fff;
}

.strengths-box-01__photo {
    border-radius: var(--s1);
    overflow: hidden;
}

.strengths-box-01__content {
    padding: var(--s1) 0;
}

.strengths-box-01__title {
    margin-bottom: var(--s3);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.strengths-box-01__text {
    font-size: 1.4rem;
    line-height: 1.8;
}

.strengths-box-01__note {
    margin-top: 1em;
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
}

.strengths-box-01+.strengths-box-01 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.service-case {
    margin-top: var(--s3);
    margin-bottom: var(--s3);
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.case-swiper {
    padding-bottom: 14rem;
}

.case-swiper .swiper-wrapper {
    align-items: flex-end;
}

.case-swiper .swiper-pagination {
    width: calc(100% - 16rem);
    padding-top: var(--s6);
    border-top: 1px solid rgba(0, 128, 217, 0.15);
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.case-swiper .swiper-pagination-bullet {
    width: 13rem;
    height: auto;
    margin: 0 var(--s2);
    padding: var(--s1);
    background-color: #fff;
    border: 1px solid #f4810b;
    border-radius: 10rem;
    color: #f4810b;
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    opacity: 1;
}

.case-swiper .swiper-pagination-bullet-active {
    background-color: #f4810b;
    color: #fff;
}

.case-swiper .swiper-button-next,
.case-swiper .swiper-button-prev {
    top: 50%;
    transform: translate(0, -50%);
}

.case-slide {
    padding: var(--s5) 12rem 0;
    display: flex;
    gap: var(--s7);
}

.case-slide__label {
    display: none;
}

.case-before-box {
    margin-top: 16rem;
    background: #fff;
    border-radius: var(--s1);
    flex: 1;
    opacity: 0;
    position: relative;
    transition: opacity 0.4s ease-in-out 0.4s;
}

.is-inview>.swiper-slide-active .case-before-box {
    opacity: 1;
}

.case-before-box::before {
    content: "Before";
    font-size: 3.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: absolute;
    top: calc(var(--s7) * -1);
    left: 50%;
    transform: translate(-50%, 0);
}

.case-before-box__title {
    padding: var(--s3) var(--s5);
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}

.case-before-box__title .icon-toggle {
    display: none;
}

.case-before-box__text {
    padding: var(--s4) var(--s6);
    font-size: 1.45rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.case-before-box__text::after {
    content: "";
    width: 100%;
    height: 14rem;
    background: linear-gradient(#f4fbfc, #fff);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.case-before-box__arrow {
    width: 0;
    height: 12rem;
    overflow: hidden;
    position: absolute;
    top: -20rem;
    left: 55%;
    transform: translate(0, 0);
    transition: width 1.2s cubic-bezier(0.11, 0.59, 0.08, 1) 1.2s;
}

.case-before-box__arrow::after {
    content: "";
    width: 46rem;
    height: 100%;
    background: url("../img/service/case-arrow-01.svg") no-repeat 0 0/100% auto;
    position: absolute;
    top: 0;
    left: 0;
}

.is-inview>.swiper-slide-active .case-before-box__arrow {
    width: 48rem;
    opacity: 1;
}

.case-after-box {
    width: 53.5rem;
    margin-top: var(--s8);
    background: #fff;
    border-radius: var(--s1);
    opacity: 0;
    position: relative;
    transition: opacity 0.4s ease-in-out 0.7s;
}

.is-inview>.swiper-slide-active .case-after-box {
    opacity: 1;
}

.case-after-box::before {
    content: "After";
    color: #f4810b;
    font-size: 4.6rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: absolute;
    top: calc(var(--s8) * -1);
    left: 50%;
    transform: translate(-50%, 0);
}

.case-after-box__title {
    padding: var(--s3) var(--s5);
    display: flex;
    align-items: center;
    color: #f4810b;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.45;
}

.case-after-box__title .icon-toggle {
    display: none;
}

.case-after-box__text {
    padding: var(--s4) var(--s6);
    font-size: 1.45rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.case-after-box__text::after {
    content: "";
    width: 100%;
    height: 14rem;
    background: linear-gradient(#f4fbfc, #fff);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.case-after-box__note {
    margin-top: 1em;
    display: block;
}

.case-line-01 {
    width: 259.5rem;
    height: 101.5rem;
    opacity: 0.6;
    position: absolute;
    top: -10rem;
    left: 0;
    z-index: -1;
    transform: translate(-48rem, 0);
}

.case-line-02 {
    width: 125.3rem;
    height: 110.9rem;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.case-line-03 {
    display: none;
}

.service-flow {
    margin-bottom: 12.8rem;
    padding-top: 12.8rem;
    overflow: hidden;
}

.service-feature+.service-flow {
    margin-top: -12.8rem;
}

.flow-swiper {
    padding-top: 17rem;
    overflow: visible;
}

.flow-swiper .swiper-button-next,
.flow-swiper .swiper-button-prev {
    top: 0;
}

.flow-swiper .swiper-button-next {
    right: 11rem;
}

.flow-swiper .swiper-button-prev {
    right: 20rem;
    left: auto;
}

.flow-slide {
    width: 36.2rem;
    padding: var(--s5) 12rem 0 var(--s2);
    position: relative;
    z-index: 1;
}

.flow-slide::after {
    content: "";
    width: calc(100% - 12rem);
    height: 0.3rem;
    background: url("../img/global/line-dot-01-blue.svg") no-repeat center/auto 100%;
    position: absolute;
    top: 15.5rem;
    right: var(--s-2);
    z-index: -1;
}

.flow-slide:last-child::after {
    display: none;
}

.flow-slide__number {
    width: var(--s6);
    height: var(--s6);
    background: #f4810b;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.02em;
    position: absolute;
    top: 0;
    left: calc(var(--s1) * -1);
}

.flow-slide__thumb {
    margin-bottom: var(--s3);
    background: #fff;
}

.flow-slide__text {
    display: block;
    color: #f4810b;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.8;
    text-align: center;
}

.business-content-case-study {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
    overflow: hidden;
    display: none;
}

.case-study-swiper {
    padding-top: 17rem;
    overflow: visible;
}

.case-study-swiper .swiper-button-next,
.case-study-swiper .swiper-button-prev {
    top: 0;
    transition: opacity 0.4s, background-image 0.4s;
}

.case-study-swiper .swiper-button-next {
    right: 11rem;
}

.case-study-swiper .swiper-button-prev {
    right: 20rem;
    left: auto;
}

.case-study-swiper .swiper-button-prev.swiper-button-disabled,
.case-study-swiper .swiper-button-next.swiper-button-disabled {
    border-color: #fff;
    background-color: transparent;
    opacity: 0.5;
}

.case-study-swiper .swiper-button-prev.swiper-button-disabled::after {
    background-image: url("../img/global/arrow-01-white-left.svg");
}

.case-study-swiper .swiper-button-next.swiper-button-disabled::after {
    background-image: url("../img/global/arrow-01-white-right.svg");
}

.case-study-slide {
    width: 31rem;
}

.case-study-slide__link {
    display: block;
    text-decoration: none;
}

.case-study-slide__thumb {
    width: 100%;
    border-radius: var(--s1);
    overflow: hidden;
}

.case-study-slide__title {
    min-height: calc(4.5em + var(--s2));
    padding: var(--s2) var(--s1);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
}

.case-study-slide__title__inner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-study-slide__btn {
    text-align: right;
    position: relative;
    z-index: 1;
}

.case-study-slide__btn::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.case-study-slide__btn__text {
    padding: var(--s1) var(--s6) var(--s1) 2rem;
    background: #fff;
    border-radius: 10rem;
    color: #f4810b;
    font-size: 1.3rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    display: inline-block;
}

.case-study-slide__btn .icon-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.service-letter {
    padding-top: 12.8rem;
}

.service-letter__title {
    color: #f4810b;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.8;
}

.service-letter__text {
    line-height: 2.1;
}

.service-letter .btn-primary {
    margin-top: var(--s6);
}

.letter-message-01 {
    margin-top: 12.8rem;
}

.letter-message-01__title {
    margin-bottom: var(--s4);
    color: #f4810b;
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.letter-message-01__text {
    font-size: 1.8rem;
    line-height: 1.8;
}

.letter-message-01__text+.letter-message-01__text {
    margin-top: 1em;
}

.letter-message-01__link:hover {
    color: #f4810b;
}

.letter-info {
    margin: var(--s10) 0;
}

.letter-info__text {
    margin-bottom: var(--s2);
    font-size: 1.4rem;
    line-height: 1.6;
}

.letter-info__label {
    display: inline-block;
    color: #f4810b;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}

.letter-info__number {
    display: inline-block;
    color: #f4810b;
    font-size: 2.6rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.letter-info__note {
    margin-left: 1em;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
}

.letter-message-02 {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
    background: #eff6f7;
    border-radius: var(--s1);
    font-size: 1.8rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.letter-message-02__text-em {
    margin-bottom: var(--s4);
    color: #f4810b;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.8;
}

.letter-message-02__line-01 {
    width: 157.2rem;
    height: 66.4rem;
    opacity: 0.6;
    position: absolute;
    top: -2.6rem;
    left: -35.5rem;
    z-index: -1;
}

/*
---------------------------------------------

    company

*/

.company-statement {
    margin-top: calc(var(--s5) * -1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.company-statement__inner {
    padding-top: 19.2rem;
    padding-bottom: 56.8rem;
    position: relative;
    z-index: 1;
}

.company-statement__content {
    margin-left: 60.8rem;
}

.company-statement__title {
    margin-bottom: var(--s7);
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.8;
}

.company-statement__text {
    line-height: 2.1;
}

.company-statement__text+.company-statement__text {
    margin-top: 2em;
}

.company-statement__photo-01,
.company-statement__photo-02,
.company-statement__photo-03,
.company-statement__photo-04 {
    border-radius: var(--s1);
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.company-statement__photo-01__img,
.company-statement__photo-02__img,
.company-statement__photo-03__img,
.company-statement__photo-04__img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.company-statement__photo-01 {
    width: 42rem;
    height: 26rem;
    top: 0;
    right: 0;
}

.company-statement__photo-02 {
    width: 24rem;
    height: 32rem;
    top: 50rem;
    left: 15rem;
}

.company-statement__photo-03 {
    width: 30rem;
    height: 42rem;
    top: 75.4rem;
    left: calc(var(--s1) * -1);
}

.company-statement__photo-04 {
    width: 43rem;
    height: 27rem;
    bottom: 19rem;
    left: 41.4rem;
}

.company-statement__line-01 {
    width: 125.3rem;
    height: 110.9rem;
    position: absolute;
    top: 8.8rem;
    right: -12.8rem;
    z-index: -1;
}

.company-statement__line-02 {
    display: none;
}

.company-statement__line-03 {
    width: 259.5rem;
    height: 109.5rem;
    position: absolute;
    bottom: 0;
    left: -8.6rem;
    z-index: -1;
}

.company-statement-catch {
    margin-bottom: 13.6rem;
    padding: 0 8.8rem;
    font-size: 5rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.company-statement-catch__mask {
    display: block;
    overflow: hidden;
}

.company-statement-catch__line-01,
.company-statement-catch__line-02 {
    display: block;
    opacity: 0;
    transform: translate(0, 60%);
}

.company-statement-catch__line-01 {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 1s ease 0.4s;
}

.company-statement-catch__line-02 {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.7s, opacity 1s ease 0.7s;
}

.company-statement-catch__em-01 {
    padding-right: 1.2rem;
    color: rgba(0, 128, 217, 0.9);
    font-size: 9.2rem;
}

.company-statement-catch__em-02 {
    font-size: 9.2rem;
}

.company-statement-catch.is-loaded .company-statement-catch__line-01,
.company-statement-catch.is-loaded .company-statement-catch__line-02 {
    opacity: 1;
    transform: translate(0, 0);
}

.company-logo {
    margin: 16rem 0;
    padding: 14.4rem 0;
    color: #fff;
}

.company-logo__inner {
    padding: 0 var(--s10);
}

.company-logo__logo {
    height: 39rem;
    background: #fff;
    border-radius: var(--s1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo__logo__img {
    width: 21.6rem;
}

.company-logo__label {
    margin-bottom: var(--s6);
    font-size: 1.8rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.company-logo__title {
    margin-bottom: var(--s3);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.8;
}

.company-logo__text {
    line-height: 2.1;
}

.philosophy-overview {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
}

.philosophy-overview__title {
    margin-bottom: var(--s4);
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.6;
}

.philosophy-overview__text {
    margin-left: 32rem;
    line-height: 2.1;
}

.philosophy-section-title {
    font-size: 4.6rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.philosophy-section-title__jp {
    margin-top: var(--s1);
    display: block;
    color: #f4810b;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.philosophy-section-title__jp--white {
    color: #fff;
}

.philosophy-mission {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.philosophy-mission__content {
    margin-left: 32rem;
    padding: 0 var(--s5);
}

.philosophy-mission__copy {
    margin-bottom: var(--s4);
    color: #f4810b;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.6;
}

.philosophy-mission__text {
    line-height: 2.1;
}

.philosophy-mission__text+.philosophy-mission__text {
    margin-top: 2em;
}

.philosophy-mission__line-01 {
    width: 206.7rem;
    height: 87.2rem;
    opacity: 0.6;
    position: absolute;
    top: 16rem;
    left: 50%;
    z-index: -1;
    transform: translate(-65%, 0);
}

.philosophy-mission__line-02 {
    width: 125.3rem;
    height: 110.9rem;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-60%, 0);
}

.philosophy-mission__line-03 {
    display: none;
}

.philosophy-vision {
    min-height: 46rem;
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
}

.philosophy-vision__content {
    margin-left: 32rem;
}

.philosophy-vision__copy {
    color: #f4810b;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.6;
}

.philosophy-spirit {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
}

.spirit-card-01-wrapper {
    margin: var(--s10) 0 0;
    counter-reset: spirit-count 0;
}

.spirit-card-01 {
    padding: var(--s8) var(--s5) var(--s3);
    background: #fff;
    border-radius: var(--s1);
    counter-increment: spirit-count;
    position: relative;
}

.spirit-card-01::before {
    content: counter(spirit-count, decimal-leading-zero);
    font-family: "Lato", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    position: absolute;
    top: var(--s3);
    left: var(--s3);
}

.spirit-card-01__title {
    margin-bottom: var(--s2);
    display: flex;
    align-items: center;
    color: #f4810b;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.6;
}

.spirit-card-01__text {
    line-height: 1.8;
}

.message-title {
    margin-top: 12.8rem;
    margin-bottom: var(--s7);
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.8;
}

.message-text {
    line-height: 1.8;
}

.message-text+.message-text {
    margin-top: 2em;
}

.message-signature {
    margin-top: var(--s1);
    font-size: 3.2rem;
    font-weight: 700;
    text-align: right;
    line-height: 1.6;
}

.message-signature__date {
    display: block;
    font-size: 1.6rem;
}

.message-signature__post {
    margin-right: 1em;
    display: inline-block;
    font-size: 1.8rem;
}

.message-photo {
    width: 100%;
    height: 0;
    padding-top: 123%;
    border-radius: var(--s1);
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.message-photo::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/company/message-frame-01.png") no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.message-photo__img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.message-box-01__title {
    margin-bottom: var(--s2);
    padding: var(--s2) var(--s1);
    border-bottom: 1px solid #cde5ec;
    color: #f4810b;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.6;
}

.message-box-01__content {
    padding: 0 var(--s1);
}

.message-box-01__text {
    line-height: 2.1;
}

.message-box-01-wrapper {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
}

.boardmember-overview {
    margin: 12.8rem 0;
}

.boardmember-overview__title {
    margin-bottom: var(--s4);
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.6;
}

.boardmember-overview__text {
    margin-left: 34.5rem;
    line-height: 2.1;
}

.boardmember-card-01-wrapper {
    margin: 12.8rem 0;
}

.boardmember-card-01__thumb {
    border-radius: var(--s1);
    overflow: hidden;
}

.boardmember-card-01__label {
    padding-bottom: var(--s2);
    border-bottom: 1px solid #cde5ec;
    display: flex;
    align-items: baseline;
    gap: var(--s3);
    line-height: 1.6;
    overflow: hidden;
}

.boardmember-card-01__name {
    font-size: 2.8rem;
    font-weight: 700;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.4s ease 0.2s;
}

.boardmember-card-01__label.is-inview .boardmember-card-01__name {
    opacity: 1;
    transform: translateY(0);
}

.boardmember-card-01__post {
    color: #f4810b;
    font-size: 1.4rem;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 0.4s ease 0.4s;
}

.boardmember-card-01__label.is-inview .boardmember-card-01__post {
    opacity: 1;
    transform: translateY(0);
}

.boardmember-card-01-summary__label {
    min-width: 8rem;
    margin-right: 1em;
    padding: 0.25em var(--s2);
    background: #f4810b;
    border-radius: var(--s-2);
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
}

.boardmember-card-01-summary__content {
    display: inline;
    font-size: 1.4rem;
    line-height: 1.8;
}

.member-overview {
    width: 100%;
    max-width: 104rem;
    margin: 12.8rem auto;
}

.member-overview__title {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.8;
}

.member-overview__text {
    line-height: 2.1;
}

.member-box {
    padding: var(--s8) 0;
}

.member-box:first-child {
    margin-top: calc(var(--s8) * -1);
}

.member-title {
    margin: 0 0 var(--s5);
    padding-bottom: var(--s2);
    border-bottom: 1px solid #cde5ec;
    color: #f4810b;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
}

.member-card-01__link {
    display: block;
    text-decoration: none;
    line-height: 1.2;
}

.member-card-01__thumb {
    width: 100%;
    height: 0;
    margin-bottom: var(--s2);
    padding-top: 128%;
    border-radius: var(--s1);
    overflow: hidden;
    position: relative;
}

.member-card-01__thumb__img {
    width: auto;
    max-width: inherit;
    height: 37rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.l-grid-five .member-card-01__thumb__img {
    height: 29.3rem;
}

.member-card-01__post {
    margin-top: var(--s-2);
    color: #f4810b;
    font-size: 1.4rem;
}

.member-card-01__name {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
}

@media (hover: hover) {
    .member-card-01__link:hover {
        opacity: 0.6;
    }
}

.member-detail {
    width: 100%;
    height: 100%;
    padding: 0 var(--s6);
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.member-back-btn {
    width: 20rem;
    margin: var(--s5) 0 var(--s5) auto;
    position: sticky;
    top: var(--s5);
    right: 0;
    z-index: 2;
}

.member-back-btn__link {
    padding: 1.4rem var(--s5) 1.4rem var(--s4);
    background: #fff;
    border: 1px solid #f4810b;
    display: block;
    border-radius: 10rem;
    color: #f4810b;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
}

.member-back-btn__link:hover {
    color: #f4810b;
}

.member-back-btn .icon-arrow-circle-03 {
    position: absolute;
    top: 50%;
    right: var(--s1);
    transform: translate(0, -50%);
}

.member-detail-header {
    width: 100%;
    height: 55rem;
    margin-bottom: 10.4rem;
    padding: 0 var(--s6) 0 69rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.member-detail-header__photo-frame {
    width: 100%;
    height: 100%;
    border-radius: var(--s1);
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.member-detail-header__photo {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: scale(1.1);
    transition: transform 1.8s cubic-bezier(0.11, 0.59, 0.08, 1) 0.2s;
}

.modal.is-show .member-detail-header__photo {
    transform: scale(1);
}

.member-detail-header__photo__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-detail-message__label {
    margin-bottom: var(--s3);
    color: #f4810b;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
}

.member-detail-message__content {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
}

.member-detail-post {
    margin: var(--s8) 0 var(--s2);
    color: #f4810b;
}

.member-detail-name {
    font-weight: 700;
    font-size: 3.4rem;
}

.member-detail-summary__row {
    padding: 0 var(--s1);
    border-top: 1px solid #cde5ec;
}

.member-detail-summary__row+.member-detail-summary__row {
    margin-top: var(--s3);
}

.member-detail-summary__label {
    margin: 1.2rem 0;
    color: #f4810b;
    font-size: 1.4rem;
    line-height: 1.2;
}

.member-detail-summary__content {
    padding: 0 var(--s2);
    line-height: 1.8;
}

.member-detail-summary-wrapper {
    margin: var(--s8) 0;
    padding: var(--s5);
}

.member-detail-gallery {
    padding: 8.8rem 0;
    position: relative;
    z-index: 1;
}

.member-detail-gallery::after {
    content: "";
    width: calc(100% + 12.8rem);
    height: 100%;
    background: #eff6f7;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.member-detail-gallery__title {
    margin-bottom: var(--s4);
    padding-bottom: var(--s2);
    border-bottom: 1px solid #cde5ec;
    color: #f4810b;
    font-size: 3rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.6;
}

.recruit-section {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.recruit-summary-01 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.recruit-summary-01__row {
    display: flex;
    flex-wrap: wrap;
    padding: 3.2rem 4rem;
    border-bottom: 1px solid #e5e5e5;
}

.recruit-summary-01__row:first-child {
    border-top: 1px solid #e5e5e5;
}

.recruit-summary-01__label {
    width: 240px;
    padding-right: 4rem;
    font-weight: bold;
    font-size: 1.6rem;
    color: #f4810b;
    line-height: 1.6;
}

.recruit-summary-01__content {
    flex: 1;
    min-width: 0;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.8;
}

.recruit-summary-02 {
    width: 100%;
    margin-top: 1.6rem;
}

.recruit-summary-02__row {
    display: flex;
    flex-wrap: wrap;
    padding: 1.6rem 0;
}

.recruit-summary-02__content {
    flex: 1;
    min-width: 0;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .recruit-section {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .recruit-summary-01 {
        padding: 0 2rem;
    }

    .recruit-summary-01__row {
        display: block;
        padding: 2.4rem 2rem;
    }

    .recruit-summary-01__label {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1.6rem;
        font-size: 1.5rem;
    }

    .recruit-summary-01__content {
        width: 100%;
        font-size: 1.5rem;
    }

    .recruit-summary-02__row {
        display: block;
        padding: 1.2rem 0;
    }

    .recruit-summary-02__content {
        font-size: 1.5rem;
    }
}

.profile-group {
    margin-bottom: var(--s10);
}

.profile-group__title {
    margin-bottom: var(--s7);
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.8;
}

.profile-group__content {
    
}

.profile-group__text {
    line-height: 2.1;
}

.profile-group__icon {
    width: 10rem;
    margin-top: var(--s3);
}

.profile-summary-01__row {
    display: flex;
    gap: var(--s10);
}

.profile-summary-01__row:first-child .profile-summary-01__label,
.profile-summary-01__row:first-child .profile-summary-01__content {
    border-top: 1px solid #dcdcdc;
}

.profile-summary-01__label {
    width: 24rem;
    padding: var(--s4) 0;
    border-bottom: 1px solid #dcdcdc;
    color: #f4810b;
    font-weight: 700;
    line-height: 2.1;
}

.profile-summary-01__content {
    padding: var(--s4) 0;
    border-bottom: 1px solid #dcdcdc;
    flex: 1;
    line-height: 2.1;
}

.profile-summary-02__row {
    border-top: 1px solid #dcdcdc;
    display: flex;
    gap: var(--s5);
}

.profile-summary-02__row:first-child {
    border-top: none;
}

.profile-summary-02__row:first-child .profile-summary-02__label,
.profile-summary-02__row:first-child .profile-summary-02__content {
    padding-top: 0;
}

.profile-summary-02__row:last-child .profile-summary-02__label,
.profile-summary-02__row:last-child .profile-summary-02__content {
    padding-bottom: 0;
}

.profile-summary-02__label {
    width: 20.5rem;
    padding: var(--s4) 0;
    line-height: 2.1;
}

.profile-summary-02__content {
    padding: var(--s4) 0;
    flex: 1;
    line-height: 2.1;
}

.profile-summary-02__note {
    margin-top: 0.6em;
    display: block;
    line-height: 1.6;
}

.access-card-01__header {
    margin-bottom: var(--s2);
    padding-bottom: var(--s2);
    border-bottom: 1px solid #cde5ec;
    display: flex;
    align-items: flex-end;
    gap: var(--s2);
}

.access-card-01__title {
    font-size: 3rem;
    font-weight: 700;
}

.access-card-01__title-en {
    color: #f4810b;
    font-size: 2rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.access-card-01__address {
    padding: var(--s1) 0;
    font-size: 1.4rem;
    line-height: 1.8;
}

.access-card-01__train {
    padding: var(--s1) 0;
    font-size: 1.4rem;
    line-height: 1.8;
}

.access-card-01__map {
    width: 100%;
    height: 0;
    margin: var(--s4) 0 var(--s2);
    padding-top: 65.5%;
    overflow: hidden;
    position: relative;
}

.access-card-01__map iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
}

.access-card-01__link {
    padding-left: var(--s3);
    background: url("../img/global/icon-pin.svg") no-repeat center left var(--s-2)/1.2rem auto;
    display: inline-block;
    color: #f4810b;
    text-decoration: none;
    line-height: 1.2;
}

.access-card-01__link:hover {
    color: #f4810b;
}

@media (hover: hover) {
    .access-card-01__link:hover {
        opacity: 0.6;
    }
}

.access-card-01-wrapper {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
}

.numbers-overview {
    margin-top: 12.8rem;
    margin-bottom: var(--s10);
}

.numbers-overview__title {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.8;
}

.numbers-overview__text {
    line-height: 2.1;
}

.numbers-chart-01 {
    margin-top: var(--s10);
    margin-bottom: 12.8rem;
}

.numbers-chart-02 {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
    padding-top: 16rem;
    padding-bottom: 16rem;
    overflow: hidden;
}

.numbers-chart-02__inner {
    position: relative;
    z-index: 1;
}

.numbers-chart-02__header {
    margin-bottom: var(--s10);
}

.numbers-chart-02__title {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.6;
}

.numbers-chart-02__note {
    margin-top: 1em;
    display: block;
    font-size: 80%;
    line-height: 1.6;
}

.numbers-chart-02__line-01 {
    width: 259.5rem;
    height: 109.5rem;
    opacity: 0.6;
    position: absolute;
    top: -22.8rem;
    left: 50%;
    z-index: -1;
    transform: translate(-46.5%, 0);
}

.numbers-chart-02__line-02 {
    width: 125.3rem;
    height: 110.9rem;
    opacity: 0.6;
    position: absolute;
    top: 12rem;
    right: -9.2rem;
    z-index: -1;
}

.numbers-chart-box-01 {
    padding: var(--s5) var(--s6);
    background: #eff6f7;
    border-radius: var(--s1);
}

.numbers-chart-box-01__title {
    color: #f4810b;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
}

.numbers-chart-box-01__text {
    line-height: 2.1;
    text-align: center;
}

.numbers-chart-box-01__note {
    margin-top: 1em;
    display: block;
    font-size: 80%;
    line-height: 1.6;
    text-align: center;
}

.numbers-chart-box-01+.numbers-chart-box-01 {
    margin-top: var(--s6);
}

.numbers-chart-box-02-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s10) var(--s5);
}

.numbers-chart-box-02 {
    margin: var(--s10) 0;
    padding: var(--s5) var(--s6);
    background: #fff;
    border-radius: var(--s1);
}

.numbers-chart-box-02__title {
    margin-bottom: var(--s2);
    color: #f4810b;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
}

.numbers-chart-box-02__thumb {
    width: calc(100% + var(--s4));
    height: 19.4rem;
    margin-bottom: var(--s3);
    margin-left: calc(var(--s2) * -1);
    margin-right: calc(var(--s2) * -1);
    text-align: center;
}

.numbers-chart-box-02__thumb__img {
    width: auto;
    max-width: inherit;
    max-height: 100%;
}

.numbers-chart-box-02__text {
    margin-top: var(--s4);
    line-height: 2.1;
    text-align: center;
}

.numbers-chart-box-02-wrapper .numbers-chart-box-02 {
    width: calc((100% - var(--s5)) / 2);
    margin: 0;
}

.numbers-chart-box-02:last-child {
    margin-bottom: 0;
}

.numbers-chart-box-02--average-age .numbers-chart-box-02__thumb,
.numbers-chart-box-02--female-officer .numbers-chart-box-02__thumb {
    height: 23.5rem;
}

.numbers-chart-box-02--place-birth {
    margin-bottom: 0;
}

.numbers-bars-wrapper {
    width: 100%;
    max-width: 90rem;
    margin: var(--s3) auto var(--s4);
    padding: 0 0 9.6rem;
    border-radius: var(--s1) var(--s1) 0 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.numbers-bars-wrapper::-webkit-scrollbar {
    display: none;
}

.numbers-bars {
    width: calc(9rem * 13);
    height: 34rem;
    margin: 0;
    padding: var(--s7) var(--s4) 0;
    background: #deecee url("../img/company/numbers-graph-line-01.svg") repeat left bottom/auto 8.4rem;
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
    writing-mode: horizontal-tb;
}

.numbers-bars__item {
    flex: 1;
    height: 100%;
    position: relative;
}

.numbers-bars__bar {
    width: calc(100% - var(--s3));
    height: 0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: height 0.3s;
}

.numbers-bars__percent {
    color: #f4810b;
    font-size: 2.3rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: calc(var(--s1) * -1);
    left: 50%;
    transform: translate(-50%, -100%);
}

.numbers-bars__percent__unit {
    margin-left: var(--s-2);
    font-size: 0.6em;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

.numbers-bars__term {
    width: 100%;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: calc(var(--s2) * -1);
    transform: translate(0, 100%);
}

.numbers-bars__term__unit {
    margin-left: var(--s-2);
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

.numbers-bars__year {
    width: 100%;
    display: block;
    color: #999999;
    font-size: 1.3rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: calc(var(--s5) * -1);
    transform: translate(0, 100%);
}

.numbers-doughnut {
    margin-bottom: var(--s4);
    height: 440px;
    position: relative;
}

.numbers-doughnut__percent {
    color: #f4810b;
    font-size: 10rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.numbers-doughnut__percent__unit {
    font-size: 0.5em;
}

.numbers-doughnut__circle {
    width: 440px;
    height: 440px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.numbers-doughnut__circle::after {
    content: "";
    width: 100%;
    height: 100%;
    background: conic-gradient(rgba(239, 246, 247, 0.8) 0%, transparent 99%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.numbers-doughnut__circle svg {
    width: 100%;
    height: 100%;
}

.numbers-doughnut .doughnutSummary {
    display: none;
}

.numbers-chart-data {
    color: #f4810b;
    font-size: 10rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
}

.numbers-chart-data__unit {
    font-size: 0.5em;
}

.numbers-chart-data__unit-jp {
    font-size: 0.5em;
    font-family: "Noto Sans JP", sans-serif;
}

.numbers-chart-data__label {
    margin-top: 1em;
    display: block;
    color: #000;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.numbers-chart-data--staff {
    margin-top: calc(var(--s1) * -1);
}

.numbers-chart-data--staff .numbers-chart-data__unit-jp {
    padding: 0 0.2em;
}

.numbers-chart-data-wrapper {
    margin: var(--s5) 0;
    display: flex;
}

.numbers-chart-data-wrapper .numbers-chart-data {
    width: 50%;
    font-size: 8rem;
}

.numbers-horizontal-bars {
    width: 30.5rem;
    margin: var(--s3) auto;
    border: 0.2rem solid #f4810b;
    border-radius: var(--s-2);
    display: flex;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
    overflow: hidden;
}

.numbers-horizontal-bars__bar-01 {
    width: 55.7%;
    background: #f4810b;
    color: #fff;
}

.numbers-horizontal-bars__bar-02 {
    width: 44.3%;
    color: #f4810b;
}

.numbers-eligible-wrapper {
    margin: var(--s3) 0 var(--s5);
    padding: var(--s6);
    background: #eff6f7;
    border-radius: var(--s1);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.numbers-eligible-wrapper>* {
    flex: 1;
}

.numbers-eligible {
    opacity: 0;
    transform: translateY(10rem);
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s;
}

.numbers-eligible__item {
    padding-left: 1.2em;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
}

.numbers-eligible__item::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    background: #f4810b;
    border-radius: 100%;
    position: absolute;
    top: 0.55em;
    left: 0;
}

.numbers-eligible__item+.numbers-eligible__item {
    margin-top: var(--s1);
}

.numbers-eligible.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.numbers-map {
    margin: calc(var(--s2) * -1) 0 var(--s6);
    position: relative;
}

.numbers-map__base {
    width: 62rem;
    margin: 0 auto;
    transform: scale(0);
    transition: transform 0.3s ease 0.3s;
}

.numbers-map__base.is-animated {
    transform: scale(1);
}

.numbers-map__line {
    width: 64rem;
    position: absolute;
    top: 10rem;
    left: 46.5%;
    z-index: 1;
    transform: translate(-50%, 0) scale(0);
    transition: transform 0.3s ease 0.3s;
}

.numbers-map__line.is-animated {
    transform: translate(-50%, 0) scale(1);
}

.numbers-map-list__item {
    position: absolute;
    transform: scale(0);
    transition: transform 0.3s ease 0.3s;
}

.numbers-map-list__item.is-animated {
    transform: scale(1);
}

.numbers-map-list__item--01 {
    top: 45%;
    left: 16.5%;
}

.numbers-map-list__item--02 {
    top: 20%;
    left: 16.5%;
}

.numbers-map-list__item--03 {
    top: 16%;
    right: 12.5%;
}

.numbers-map-list__item--04 {
    top: 39.5%;
    right: 22%;
}

.numbers-map-list__item--05 {
    top: 62%;
    right: 14.5%;
}

.numbers-map-list__item--06 {
    top: 83%;
    right: 33.3%;
}

.numbers-map-list__item--08 {
    top: 83%;
    left: 9%;
}

.numbers-map-list__label {
    display: block;
    font-size: 2rem;
}

.numbers-map-list__number {
    color: #f4810b;
    font-size: 6rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.numbers-map-list__number__unit {
    font-size: 0.5em;
}

.numbers-map-list__number--em {
    font-size: 8rem;
}

.history-overview {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
}

.history-overview__inner {
    padding: 0 var(--s10);
}

.history-overview__title {
    margin-bottom: var(--s4);
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.6;
}

.history-overview__text {
    margin: 0 var(--s10) 0 32rem;
    line-height: 2.1;
}

.history-table {
    width: 80rem;
    margin: 12.8rem auto;
}

.history-table__row {
    padding-bottom: var(--s10);
    display: flex;
    gap: var(--s10);
    position: relative;
}

.history-table__row::before {
    content: "";
    width: var(--s2);
    height: var(--s2);
    background: #f4810b;
    border-radius: 100%;
    position: absolute;
    top: var(--s1);
    left: 20rem;
    transform: translate(-50%, 0);
}

.history-table__row::after {
    content: "";
    width: 0.1rem;
    height: calc(100% - var(--s4));
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 20rem;
    transform: translate(-50%, 0);
}

.history-table__year {
    width: 16rem;
    padding: 0 0 0 var(--s4);
    color: #f4810b;
    font-size: 3.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.history-table__content {
    flex: 1;
}

.history-month-table__row {
    display: flex;
    line-height: 1.8;
}

.history-month-table__row+.history-month-table__row {
    margin-top: var(--s3);
}

.history-month-table__month {
    width: var(--s10);
    padding: 0 0 0 var(--s4);
    color: #f4810b;
}

.history-month-table__content {
    padding: 0 0 0 var(--s4);
    flex: 1;
}

/*
---------------------------------------------

    news

*/

.news-post {
    max-width: 90rem;
    margin: -30rem auto 0;
    position: relative;
    z-index: 1;
}

.news-post__header {
    margin-bottom: var(--s7);
    display: flex;
    flex-wrap: wrap;
    gap: var(--s4);
}

.news-post__footer {
    margin: 13.6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-post__category {
    min-width: 11rem;
    padding: var(--s-2) var(--s2);
    border-radius: 10rem;
    background: #fff;
    display: inline-block;
    color: #f4810b;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.02em;
}

.news-post__date {
    display: inline-block;
    color: #fff;
}

.news-post__title {
    width: 100%;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.6;
}

.news-post__title-secondary {
    margin: var(--s5) 0 var(--s2);
    color: #f4810b;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}

.news-post__photo-main {
    margin-bottom: var(--s5);
    border-radius: var(--s1);
    overflow: hidden;
}

.news-post__photo {
    margin: var(--s5) 0;
    border-radius: var(--s1);
    display: inline-block;
    overflow: hidden;
}

.news-post__text-area p {
    margin: var(--s2) 0;
    line-height: 1.8;
}

/*
---------------------------------------------

    contact

*/

.contact-page {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
}

.contact-page__lead {
    margin-bottom: var(--s5);
    color: #f4810b;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.contact-page__label {
    font-size: 2.6rem;
    font-weight: 700;
}

.contact-page__note {
    font-size: 1.4rem;
    line-height: 1.8;
}

.contact-page-box {
    margin: var(--s3) 0;
    padding: var(--s9);
    background: #fef6ef;
    border-radius: var(--s1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact-page-box--01 .contact-page-box__line-01 {
    width: 125.3rem;
    height: 110.9rem;
    opacity: 0.7;
    position: absolute;
    top: -49rem;
    left: -41rem;
    z-index: -1;
}

.contact-page-box--01 .contact-page-box__line-02 {
    width: 259.5rem;
    height: 109.5rem;
    opacity: 0.7;
    position: absolute;
    top: 13.6rem;
    left: 0;
    z-index: -1;
}

.contact-page-box--02 .contact-page-box__line-01 {
    width: 125.3rem;
    height: 110.9rem;
    opacity: 0.7;
    position: absolute;
    top: -73rem;
    left: -41rem;
    z-index: -1;
}

.contact-page-box--02 .contact-page-box__line-02 {
    width: 259.5rem;
    height: 109.5rem;
    opacity: 0.7;
    position: absolute;
    top: -10.5rem;
    left: 0;
    z-index: -1;
}

.contact-page-tel {
    padding-left: var(--s8);
    background: url("../img/global/icon-tel.svg") no-repeat bottom var(--s2) left/var(--s6) auto;
}

.contact-page-tel__ruby {
    position: relative;
}

.contact-page-tel__ruby::before {
    content: attr(data-ruby);
    font-size: 1.8rem;
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translate(-50%, 0);
}

.contact-page-tel__ruby>rt {
    display: none;
}

.contact-page-tel__number {
    padding-top: var(--s3);
    display: block;
    color: #f4810b;
    font-size: 5rem;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.04em;
}

.contact-page-tel__note {
    margin-top: var(--s1);
    display: block;
    font-size: 1.8rem;
    line-height: 1.6;
}

.contact-page-list {
    display: flex;
    flex-direction: column;
    gap: var(--s1);
}

.contact-page-list__item {
    font-size: 1.4rem;
    line-height: 1.6;
}

.qa-section {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
}

.qa-index-wrapper {
    margin: var(--s10) var(--s2) 9.6rem;
    position: relative;
}

.qa-index__item {
    border: 1px solid #f4810b;
    border-radius: 10rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
    overflow: hidden;
}

.qa-index__item.is-active .icon-arrow-down::before {
    background-image: url("../img/global/arrow-02-white-down.svg");
}

.qa-index__link {
    min-height: 6rem;
    padding: var(--s1) var(--s2) var(--s1) var(--s4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f4810b;
    text-decoration: none;
    transition: background-color 0.2s;
}

.qa-index__item.is-active .qa-index__link {
    background-color: #f4810b;
    color: #fff;
}

.qa-index__link:hover {
    color: #f4810b;
}

.qa-title-01 {
    margin-bottom: var(--s3);
    color: #f4810b;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.qa-box-01 {
    border-bottom: 1px solid #f5f5f5;
}

.qa-box-01__title {
    min-height: 12rem;
    padding: var(--s4) var(--s5) var(--s4) 8.8rem;
    display: flex;
    align-items: center;
    line-height: 2.1;
    cursor: pointer;
    position: relative;
}

.qa-box-01__title::before {
    content: "Q";
    width: 6rem;
    height: 6rem;
    border: 1px solid rgba(0, 128, 217, 0.15);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4810b;
    font-size: 2.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 3rem;
    left: var(--s1);
}

.qa-box-01__title .icon-toggle {
    position: absolute;
    top: 50%;
    right: var(--s1);
    transform: translate(0, -50%);
}

.qa-box-01__content {
    min-height: 4em;
    margin-bottom: var(--s4);
    padding: 0 var(--s5) 0 8.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2.1;
    position: relative;
}

.qa-box-01__content>p+p {
    margin-top: 1em;
}

.qa-box-01__content::before {
    content: "A";
    width: 6rem;
    height: 6rem;
    background: #f4810b;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    position: absolute;
    top: var(--s-2);
    left: var(--s1);
}

.qa-box-01-wrapper {
    border-top: 1px solid #f5f5f5;
}

.qa-no-data {
    margin: var(--s6) 0;
    line-height: 2.1;
}

.form-section {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
}

.form-section .wpcf7 form .wpcf7-response-output {
    width: 100%;
    max-width: 80rem;
    margin: var(--s5) auto;
    padding: var(--s3);
    color: #dc3232;
    line-height: 1.6;
}

.form-section .wpcf7 form.invalid .wpcf7-response-output,
.form-section .wpcf7 form.unaccepted .wpcf7-response-output,
.form-section .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
}

.form-step {
    display: flex;
    justify-content: center;
    gap: 10rem;
}

.form-step__item {
    padding-left: var(--s3);
    color: #c8c8c8;
    font-weight: 700;
    position: relative;
}

.form-step__item::before {
    content: "";
    width: var(--s1);
    height: var(--s1);
    background: #f4810b;
    position: absolute;
    top: 50%;
    left: var(--s-2);
    transform: translate(0, -50%) rotate(45deg);
}

.form-step__item+.form-step__item::after {
    content: "";
    width: var(--s8);
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    top: 50%;
    left: -8.2rem;
}

.form-step__item.is-current {
    color: #f4810b;
}

.form-text {
    margin-top: var(--s7);
    line-height: 1.8;
}

.form-text__link {
    display: inline-block;
}

.form-btn {
    width: 38rem;
    background: #f4810b;
    border-radius: 10rem;
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.form-btn .icon-arrow,
.form-btn .icon-arrow-back {
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translate(0, -50%);
}

.form-btn .icon-arrow {
    right: var(--s4);
}

.form-btn .icon-arrow-back {
    left: var(--s4);
}

.form-btn .hover-scroll {
    position: absolute;
    top: 50%;
    left: var(--s7);
    z-index: -1;
    transform: translate(0, -50%);
}

.form-btn .wpcf7-previous,
.form-btn .wpcf7-submit {
    width: 100%;
    height: 12rem;
    display: flex;
    align-items: center;
    color: transparent;
    cursor: pointer;
}

.form-btn .wpcf7-previous {
    padding: var(--s3) var(--s7) var(--s3) var(--s10);
}

.form-btn .wpcf7-submit {
    padding: var(--s3) var(--s10) var(--s3) var(--s7);
}

.form-btn .wpcf7-spinner {
    display: none !important;
}

.form-btn--previous .hover-scroll {
    right: var(--s7);
    left: auto;
}

.form-btn-wrapper {
    margin: 8.8rem 0 0;
    display: flex;
    gap: var(--s5);
}

@media (hover: hover) {
    .form-btn:hover .icon-arrow::before {
        animation: icon-arrow 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
    }
    .form-btn:hover .icon-arrow-back::before {
        animation: icon-arrow-reverse 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
    }
    .form-btn:hover .hover-scroll__text {
        opacity: 0;
        transform: translateY(-100%);
    }
    .form-btn:hover .hover-scroll__text:nth-child(2) {
        opacity: 1;
    }
}

.form-box-wrapper {
    width: 100%;
    max-width: 80rem;
    margin: var(--s7) auto;
}

.form-box {
    margin-top: var(--s6);
}

.form-box-wrapper--confirm .form-box {
    padding-bottom: var(--s7);
    border-bottom: 1px solid #dcdcdc;
}

.form-box__label {
    margin-bottom: var(--s2);
    font-weight: 700;
}

.form-box-wrapper--confirm .form-box__content {
    line-height: 1.6;
}

.form-box__must {
    margin-left: 0.2em;
    color: #dc3232;
}

.form-box__attention {
    margin-bottom: var(--s2);
    color: #dc3232;
    font-size: 1.4rem;
    text-align: right;
}

.form-box--type {
    margin-top: 0;
    padding: var(--s7) 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.form-box--type .form-box__label {
    margin-bottom: var(--s3);
}

.form-box-wrapper--confirm .form-box--type .form-box__label {
    margin-bottom: var(--s2);
}

.form-box input[type=text],
.form-box input[type=email],
.form-box input[type=tel],
.form-box textarea {
    width: 100%;
    padding: var(--s3) var(--s4);
    background: #f5f5f5;
    border-radius: var(--s1);
}

.form-box input[type=text]::placeholder,
.form-box input[type=email]::placeholder,
.form-box input[type=tel]::placeholder,
.form-box textarea::placeholder {
    color: #aaa;
}

.form-box textarea {
    height: 16rem;
}

.form-box [data-name=your-zip] input[type=text] {
    max-width: 24rem;
}

.form-box .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s4);
}

.form-box .wpcf7-list-item-label {
    padding-left: var(--s5);
    display: inline-block;
    line-height: 1.6;
    cursor: pointer;
    position: relative;
}

.form-box .wpcf7-not-valid-tip {
    margin-top: var(--s1);
    color: #dc3232;
    line-height: 1.6;
}

.form-box p+p {
    margin-top: var(--s1);
}

.form-finish {
    margin: var(--s10) auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--s5);
}

/*
---------------------------------------------

    voice

*/

.case-study-header {
    height: 50rem;
    padding: 21.6rem 0 0;
    position: relative;
    z-index: 1;
}

.case-study-header__label {
    margin-top: var(--s3);
    font-weight: 500;
    line-height: 1.2;
}

.case-study-header__title {
    color: #f4810b;
    font-size: 10rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.case-study-header-bg {
    width: 100%;
    height: 100%;
    background: #edf8fa;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.case-study-header-bg__inner {
    position: relative;
    z-index: 1;
}

/* .case-study-header-bg__speech-bubble-01 {
    width: 20rem;
    height: 13.4rem;
    background: url("../img/voice/speech-bubble-01.png") no-repeat center/contain;
    animation: floating-down-up 2.2s ease-in-out 0.2s infinite alternate-reverse;
    position: absolute;
    top: 12.4rem;
    left: -17rem;
    z-index: -1;
}

.case-study-header-bg__speech-bubble-02 {
    width: 41rem;
    height: 26.2rem;
    background: url("../img/voice/speech-bubble-02.png") no-repeat center/contain;
    animation: floating-up-down 2s ease-in-out infinite alternate-reverse;
    position: absolute;
    top: 44rem;
    left: 0;
    z-index: -1;
}

.case-study-header-bg__speech-bubble-03 {
    width: 26rem;
    height: 21rem;
    background: url("../img/voice/speech-bubble-03.png") no-repeat center/contain;
    animation: floating-down-up 2s ease-in-out infinite alternate-reverse;
    position: absolute;
    top: -4rem;
    left: 20rem;
    z-index: -1;
}

.case-study-header-bg__speech-bubble-04 {
    width: 35rem;
    height: 20.2rem;
    background: url("../img/voice/speech-bubble-04.png") no-repeat center/contain;
    animation: floating-up-down 2.2s ease-in-out 0.2s infinite alternate-reverse;
    position: absolute;
    top: 19.3rem;
    left: 51rem;
    z-index: -1;
}

.case-study-header-bg__speech-bubble-05 {
    width: 50.1rem;
    height: 27.4rem;
    background: url("../img/voice/speech-bubble-05.png") no-repeat center/contain;
    animation: floating-down-up 2.2s ease-in-out 0.2s infinite alternate-reverse;
    position: absolute;
    top: 3rem;
    right: 6rem;
    z-index: -2;
}

.case-study-header-bg__speech-bubble-06 {
    width: 33.2rem;
    height: 17rem;
    background: url("../img/voice/speech-bubble-06.png") no-repeat center/contain;
    animation: floating-up-down 2s ease-in-out infinite alternate-reverse;
    position: absolute;
    top: 60rem;
    right: 24rem;
    z-index: -1;
}

.case-study-header-bg__speech-bubble-07 {
    width: 33.2rem;
    height: 17.7rem;
    background: url("../img/voice/speech-bubble-07.png") no-repeat center/contain;
    animation: floating-up-down 2s ease-in-out infinite alternate-reverse;
    position: absolute;
    top: 39rem;
    right: -12rem;
    z-index: -1;
} */

.case-study-term-area {
    padding: 0 var(--s5);
}

.case-study-term-area>*+* {
    border-top: 1px solid #dcdcdc;
}

.case-study-category-wrapper {
    padding: var(--s5) 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2) var(--s4);
    justify-content: center;
}

.case-study-category__link {
    min-width: 13rem;
    padding: 0 var(--s2);
    background: #eaf7fe;
    border: 1px solid #f4810b;
    border-radius: 10rem;
    display: block;
    color: #f4810b;
    font-family: "Lato", sans-serif;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.case-study-category__link:hover {
    color: #f4810b;
}

.case-study-category__link .hover-scroll__text {
    padding-top: var(--s1);
    padding-bottom: var(--s1);
}

.case-study-category.is-current .case-study-category__link {
    background-color: #f4810b;
    color: #fff;
}

.case-study-tag-wrapper {
    padding: var(--s3) 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--s1);
    justify-content: center;
}

.case-study-tag__link {
    padding: 1rem var(--s2);
    border-radius: 10rem;
    display: block;
    color: #f4810b;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.case-study-tag__link:hover {
    color: #f4810b;
}

.case-study-tag.is-current .case-study-tag__link {
    background-color: #f4810b;
    color: #fff;
}

@media (hover: hover) {
    .case-study-tag__link:hover {
        opacity: 0.6;
    }
}

.case-study-pickup {
    width: calc(100% - var(--s6));
    margin: var(--s8) auto;
    padding: var(--s10) var(--s3) var(--s6);
    background: #f4810b;
    border-radius: var(--s1);
    overflow: hidden;
}

.case-study-pickup:has(.swiper-pagination-lock) {
    padding: var(--s10) var(--s3);
}

.case-study-pickup__inner {
    position: relative;
    z-index: 1;
}

.case-study-pickup__title {
    color: #f4810b;
    font-size: 3rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    position: absolute;
    top: var(--s6);
    left: var(--s8);
    z-index: 2;
}

.case-study-pickup__line-01 {
    width: 259.5rem;
    height: 109.5rem;
    opacity: 0.2;
    position: absolute;
    top: -11rem;
    left: 50%;
    z-index: -1;
    transform: translate(-38%, 0);
}

.case-study-pickup-swiper .swiper-pagination {
    padding-top: var(--s3);
    position: static;
}

.case-study-pickup-swiper .swiper-pagination-bullet {
    width: 2.4rem;
    height: 2.4rem;
    background: #f4810b;
    border-radius: 50%;
    opacity: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.case-study-pickup-swiper .swiper-pagination-bullet::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f4810b;
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    transform-origin: right 50%;
}

.case-study-pickup-swiper .swiper-pagination-bullet::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #f4810b;
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    transform-origin: left 50%;
}

.case-study-pickup-swiper .swiper-pagination-bullet__dot {
    width: calc(100% - 0.2rem);
    height: calc(100% - 0.2rem);
    background: #f4810b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
}

.case-study-pickup-swiper .swiper-pagination-bullet__dot::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.case-study-pickup-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

.case-study-pickup-swiper .swiper-pagination-bullet-active::before {
    animation: circle-before 5s linear forwards;
}

.case-study-pickup-swiper .swiper-pagination-bullet-active::after {
    animation: circle-after 5s linear forwards;
}

.case-study-pickup-slide__link {
    background: #fff;
    border-radius: var(--s1);
    display: flex;
    text-decoration: none;
    overflow: hidden;
}

.case-study-pickup-slide__content {
    width: 58rem;
    padding: 12.8rem var(--s8) 0;
}

.case-study-pickup-slide__photo {
    height: 100%;
    min-height: 47.5rem;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.case-study-pickup-slide__photo__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
}

.case-study-pickup-slide__category {
    min-width: 11rem;
    padding: var(--s-2) var(--s2);
    background: #eaf7fe;
    border: 1px solid #f4810b;
    border-radius: 10rem;
    display: inline-block;
    color: #f4810b;
    font-size: 1.3rem;
    font-family: "Lato", sans-serif;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.case-study-pickup-slide__date {
    color: #aaa;
    font-size: 1.4rem;
}

.case-study-pickup-slide__title {
    margin: var(--s3) 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
}

.case-study-pickup-slide__tag {
    display: inline-block;
    color: #f4810b;
    font-size: 1.2rem;
    line-height: 1.2;
}

@media (hover: hover) {
    .case-study-pickup-slide__link:hover .case-study-pickup-slide__photo__img {
        transform: translate(-50%, -50%) scale(1.02);
    }
}

.case-study-main {
    margin-top: var(--s10);
    margin-bottom: var(--s10);
}

.case-study-main__inner {
    padding: 0 var(--s10);
}

.case-study-main__title {
    margin-bottom: var(--s10);
    color: #f4810b;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.case-study-main__title-en {
    margin-bottom: 10rem;
    color: #f4810b;
    font-size: 8rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.case-study-pickup+.case-study-main {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
}

.case-study-card-01__link {
    background: #fff;
    display: block;
    text-decoration: none;
}

.case-study-card-01__photo {
    width: 100%;
    height: 0;
    margin-bottom: var(--s2);
    padding-top: 67.6%;
    border-radius: var(--s1);
    overflow: hidden;
    position: relative;
}

.case-study-card-01__photo__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
}

.case-study-card-01__content {
    padding: 0 var(--s1);
}

.case-study-card-01__category {
    min-width: 11rem;
    padding: var(--s-2) var(--s2);
    background: #eaf7fe;
    border: 1px solid #f4810b;
    border-radius: 10rem;
    display: inline-block;
    color: #f4810b;
    font-size: 1.3rem;
    font-family: "Lato", sans-serif;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.case-study-card-01__date {
    color: #aaa;
    font-size: 1.4rem;
}

.case-study-card-01__title {
    margin: var(--s1) 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
}

.case-study-card-01__tag-wrapper {
    padding: 0 var(--s1);
}

.case-study-card-01__tag {
    display: inline-block;
    color: #f4810b;
    font-size: 1.2rem;
    text-decoration: none;
    line-height: 1.2;
}

.case-study-card-01__tag:hover {
    color: #f4810b;
}

@media (hover: hover) {
    .case-study-card-01__link:hover .case-study-card-01__photo__img {
        transform: translate(-50%, -50%) scale(1.05);
    }
    .case-study-card-01__tag:hover {
        opacity: 0.6;
    }
}

.case-study-contents__header {
    height: 74rem;
    padding-top: 16rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.case-study-contents__main {
    padding: 10rem 0 0;
}

.case-study-contents__main>.center-narrow>*:first-child {
    margin-top: 0;
}

.case-study-contents__footer {
    margin: 12.8rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12.8rem 0;
}

.case-study-contents__category {
    min-width: 11rem;
    padding: var(--s-2) var(--s2);
    background: #eaf7fe;
    border: 1px solid #f4810b;
    border-radius: 10rem;
    display: inline-block;
    color: #f4810b;
    font-size: 1.3rem;
    font-family: "Lato", sans-serif;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.case-study-contents__date {
    color: #aaa;
    font-size: 1.4rem;
}

.case-study-contents__title {
    min-height: 6.4em;
    margin: 0.5em 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.6;
}

.case-study-contents__title .scroll-text__item {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-study-contents__tag {
    display: inline-block;
    color: #f4810b;
    font-size: 1.2rem;
    text-decoration: none;
    line-height: 1.2;
}

.case-study-contents__tag:hover {
    color: #f4810b;
}

.case-study-contents__main-photo {
    width: 77rem;
    height: 100%;
    border-radius: var(--s1);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.case-study-contents__main-photo__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study-contents__h2 {
    margin: 12.8rem 0 var(--s5);
    padding-bottom: var(--s3);
    border-bottom: 1px solid #cde5ec;
    color: #f4810b;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
}

.case-study-contents__h3 {
    margin: var(--s5) 0;
    padding-left: var(--s3);
    color: #f4810b;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
}

.case-study-contents__h3::before {
    content: "";
    width: 0.5rem;
    height: calc(100% - 0.7em);
    background: #f4810b;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.case-study-contents__h4 {
    margin: var(--s5) 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}

.case-study-contents__paragraph {
    margin: var(--s5) 0;
}

.case-study-contents__paragraph p {
    line-height: 2.1;
}

.case-study-contents__paragraph p+p {
    margin-top: 2em;
}

.case-study-contents__paragraph ul:not([class]),
.case-study-contents__paragraph ol:not([class]) {
    margin: var(--s3) 0;
}

.case-study-contents__movie-box {
    margin: var(--s10) 0;
    padding: 0 var(--s6);
}

.case-study-contents__movie-box__movie {
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.case-study-contents__movie-box__movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.case-study-contents__movie-box__caption {
    margin-top: 1em;
    display: inline-block;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.6;
}

.case-study-contents__image-box {
    margin: var(--s10) 0;
    padding: 0 var(--s6);
}

.case-study-contents__image-box__image {
    border-radius: var(--s1);
    overflow: hidden;
}

.case-study-contents__image-box__caption {
    margin-top: 1em;
    display: inline-block;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.6;
}

@media (hover: hover) {
    .case-study-contents__tag:hover {
        opacity: 0.6;
    }
}

.case-study-box-01 {
    margin-top: 12.8rem;
    padding: var(--s8) 0;
    background: #eff6f7;
}

.case-study-box-01__inner {
    display: flex;
    gap: var(--s5) 0;
    flex-wrap: wrap;
}

.case-study-box-01__data {
    padding: var(--s3) 0;
    flex: 1;
}

.case-study-box-01__post {
    margin-bottom: var(--s1);
    color: #f4810b;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.case-study-box-01__name {
    margin-bottom: var(--s3);
    font-size: 2.4rem;
    line-height: 1.6;
}

.case-study-box-01__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
}

.case-study-box-01__thumb {
    width: 28rem;
    margin: 0 var(--s6);
    border-radius: var(--s1);
    overflow: hidden;
}

.case-study-box-01__paragraph {
    width: 100%;
}

.case-study-box-01__paragraph p {
    line-height: 2.1;
}

.case-study-box-01__paragraph p+p {
    margin-top: 2em;
}

.case-study-box-01+.case-study-box-01 {
    margin-top: var(--s6);
}

.case-study-latest {
    width: 100%;
}

.case-study-latest__inner {
    padding-left: var(--s10);
    padding-right: var(--s10);
}

.case-study-latest__title-wrapper {
    margin-bottom: var(--s6);
    display: flex;
    gap: var(--s4);
    align-items: baseline;
}

.case-study-latest__title {
    color: #f4810b;
    font-size: 5rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.case-study-latest__title-jp {
    color: #000;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    /*
  ---------------------------------------------

      sp base settings

  */
    :root {
        font-size: 2.6666666667vw;
    }
    body {
        font-size: 1.3rem;
    }
    input,
    button,
    textarea,
    select {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {
    /*
  ---------------------------------------------

      sp layout center

  */
    .center {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .center-narrow {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .center .center-narrow {
        padding-right: 0;
        padding-left: 0;
    }
    /*
  ---------------------------------------------

      sp layout stack

  */
    .l-stack-small {
        gap: var(--s2);
    }
    .l-stack {
        gap: var(--s4);
    }
    /*
  ---------------------------------------------

      sp layout cluster

  */
    .l-cluster {
        margin-top: 30px;
        gap: 1.2rem;
    }
    .l-cluster--case-study-tag {
        gap: var(--s1) 1.2rem;
    }
    /*
  ---------------------------------------------

      sp layout grid

  */
    .l-grid {
        grid-gap: var(--s2);
        grid-template-columns: 100%;
    }
    .l-grid--page-menu {
        grid-gap: 0;
    }
    .l-grid--messsage {
        grid-gap: var(--s6);
    }
    .l-grid--boardmember-card-01 {
        grid-gap: var(--s6);
    }
    .l-grid--access-card-01 {
        grid-gap: var(--s6);
    }
    .l-grid--service-feature {
        grid-gap: var(--s6);
    }
    .grid-three__items {
        grid-template-columns: 100%;
    }
    .grid-three__items--qa-index {
        grid-gap: 0;
    }
    .grid-three__items--voice {
        grid-gap: var(--s5) 0;
    }
    .grid-three__items--philosophy-mission {
        grid-gap: var(--s2) 0;
    }
    .l-grid-four {
        --minmum: calc((100% - 2rem) / 2);
        grid-gap: var(--s3) 2rem;
    }
    .l-grid-five {
        --minmum: calc((100% - 2rem) / 2);
        grid-gap: var(--s3) 2rem;
    }
    /*
  ---------------------------------------------

      sp layout sidebar

  */
    .l-sidebar-01 {
        padding: 0 2rem;
        flex-wrap: wrap;
    }
    .l-sidebar-01__side {
        width: 100%;
    }
    .l-sidebar-02 {
        margin-top: 0;
        padding: 0 2rem;
        flex-wrap: wrap;
        gap: 0;
    }
    .l-sidebar-02__side {
        width: 100%;
    }
    .l-sidebar-02__main {
        width: 100%;
    }
    /*
  ---------------------------------------------

      sp layout column

  */
    .l-contents-01 {
        gap: var(--s4);
        flex-direction: column-reverse;
    }
    .l-contents-01__side {
        width: 100%;
        height: 23rem;
        flex: 0 1 auto;
    }
    .l-contents-01__main {
        width: 100%;
        padding: 0;
    }
    .l-contents-02 {
        gap: var(--s2);
    }
    .l-contents-02__side {
        width: 100%;
    }
    .l-contents-02__main {
        width: 100%;
    }
    .l-contents-03 {
        gap: var(--s1);
        flex-direction: column;
    }
    .l-contents-03__side {
        padding: 0;
    }
    .l-contents-03__main {
        padding: 0;
    }
    .l-contents-04 {
        flex-direction: column;
        gap: var(--s3);
    }
    .l-contents-04__side {
        width: 100%;
    }
    .l-contents-05 {
        flex-direction: column;
        gap: 2rem;
    }
    .l-contents-05__side {
        width: 100%;
    }
    .l-contents-05__main {
        width: 100%;
    }
    .l-contents-06 {
        margin: var(--s3) 0 0;
        gap: var(--s2);
    }
    .l-contents-06__side {
        width: var(--s8);
    }
    .l-contents-07 {
        flex-direction: column;
        gap: var(--s3);
    }
    .l-contents-07__side {
        width: 100%;
    }
    .l-contents-07__main {
        width: 100%;
    }
    .l-contents-08 {
        flex-direction: column;
        gap: var(--s3);
    }
    .l-contents-08__side {
        width: 100%;
    }
    .l-contents-08__main {
        width: 100%;
    }
    .l-contents-09 {
        flex-direction: column;
        gap: var(--s4);
    }
    .l-contents-09__side {
        width: 100%;
        height: 24.5rem;
        flex-basis: auto;
    }
    .l-contents-09__main {
        width: 100%;
        padding: 0;
    }
    .l-cloumn-10 {
        flex-direction: column;
    }
    .l-cloumn-10__side {
        width: 100%;
    }
    .l-cloumn-10__main {
        width: 100%;
        padding: var(--s6) var(--s4);
    }
    .l-cloumn-11 {
        flex-direction: column-reverse;
        gap: var(--s4);
    }
    .l-cloumn-11__side {
        width: 100%;
    }
    .l-cloumn-11__main {
        width: 100%;
    }
    /*
  ---------------------------------------------

      sp layout grid areas

  */
    .l-grid-areas-01 {
        grid-template-areas: "header" "content" "btn";
        grid-template-columns: 100%;
        grid-template-rows: auto auto 1fr;
        grid-gap: var(--s5) 0;
    }
    .l-grid-areas-02 {
        grid-template-areas: "header" "content" "btn";
        grid-template-columns: 100%;
        grid-template-rows: auto auto 1fr;
        grid-gap: var(--s5) 0;
    }
    .l-grid-areas-02__cell-02 {
        padding: 0;
        place-self: center;
    }
    .l-grid-areas-03 {
        grid-template-areas: "logo" "text" "btn";
        grid-template-columns: 100%;
        grid-template-rows: auto auto 1fr;
        grid-gap: 0;
    }
    /*
  ---------------------------------------------

      sp layout footer

  */
    .l-footer {
        grid-template-areas: "logo" "menu" "other" "catch";
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto 1fr;
        grid-gap: 0;
    }
    /*
  ---------------------------------------------

      sp layout gallery

  */
    .l-gallery {
        column-count: 2;
    }
    /*
  ---------------------------------------------

      sp layout offset

  */
    .impress-01,
    .impress,
    .impress-03,
    .impress-04 {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    /*
  ---------------------------------------------

      sp background

  */
    .bg-light-brown-right {
        border-radius: 0 var(--s9) 0 0;
    }
    .bg-light-brown-left {
        border-radius: var(--s9) 0 0 0;
    }
    .bg-brown-right {
        border-radius: 0 var(--s9) 0 0;
    }
    .bg-brown-left {
        border-radius: 0 var(--s9) 0 0;
    }
    .bg-light-blue-small::after {
        width: 100%;
    }
    .bg-brown-right-small::after {
        width: 100%;
        border-radius: 0 var(--s9) 0 0;
    }
    .bg-brown-left-small::after {
        width: 100%;
        border-radius: var(--s9) 0 0 0;
    }
    /*
  ---------------------------------------------

      sp icon

  */
    .icon-arrow {
        width: var(--s4);
        height: var(--s4);
    }
    .icon-arrow::before {
        width: 1.2rem;
        height: 1.2rem;
    }
    .icon-arrow-up {
        width: var(--s4);
        height: var(--s4);
    }
    .icon-arrow-up::before {
        width: 3rem;
        height: 3rem;
    }
    .icon-arrow-circle-01 {
        width: var(--s6);
        height: var(--s6);
    }
    .icon-arrow-circle-02 {
        width: var(--s4);
        height: var(--s4);
    }
    .icon-arrow-circle-03 {
        width: 2rem;
        height: 2rem;
    }
    .icon-arrow-circle-03::before {
        width: var(--s1);
        height: var(--s1);
    }
    .icon-arrow-circle-04 {
        width: var(--s4);
        height: var(--s4);
    }
    .icon-arrow-circle-04::before {
        width: 1.2rem;
        height: 1.2rem;
    }
    .icon-toggle {
        width: var(--s2);
        height: var(--s2);
    }
    .icon-toggle::before {
        height: 0.15rem;
    }
    .icon-toggle::after {
        width: 0.15rem;
    }
    /*
  ---------------------------------------------

      sp btn

  */
    .btn-primary__link {
        width: 24rem;
        min-height: 6rem;
        padding: var(--s2) var(--s2) var(--s2) var(--s4);
    }
    .btn-primary--large .btn-primary__link {
        width: 40rem;
        min-height: var(--s10);
    }
    .btn-outer__link {
        width: 26rem;
        min-height: 6rem;
        padding: var(--s2) var(--s6) var(--s2) var(--s4);
        background-position: center right var(--s3);
        background-size: 1.2rem auto;
    }
    .btn-back__link {
        padding: var(--s2) var(--s4) var(--s2) var(--s8);
        font-size: 1.5rem;
    }
    /*
  ---------------------------------------------

  	sp title

  */
    .title-01 {
        margin: var(--s5) 0 var(--s2);
        padding-bottom: var(--s1);
        font-size: 2.5rem;
    }
    .title-secondary-01 {
        margin: var(--s4) 0 var(--s2);
        font-size: 1.9rem;
    }
    /*
  ---------------------------------------------

  	sp summary

  */
    .summary-01__row {
        margin: var(--s2) 0;
    }
    .summary-02 {
        margin: var(--s3) 0;
    }
    .summary-02 .em-box-01 {
        margin-top: var(--s2);
    }
    /*
  ---------------------------------------------

  	sp table

  */
    .table-01 {
        margin: var(--s1) 0 var(--s2);
    }
    .table-01 th,
    .table-01 td {
        padding: var(--s1);
    }
    .table-01__cell-01 {
        width: 10rem;
    }
    /*
  ---------------------------------------------

  	sp box

  */
    .em-box-01 {
        padding: var(--s2);
    }
    /*
  ---------------------------------------------

  	sp no data

  */
    .no-data {
        margin: var(--s10) 0;
    }
    .no-data__text {
        font-size: 1.5rem;
    }
    /*
  ---------------------------------------------

      sp header

  */
    .header-area {
        height: 6rem;
        padding: 0 2rem;
    }
    .header-area::after {
        width: calc(100% - var(--s5));
    }
    .header-area.is-state-02 {
        height: 6rem;
    }
    body.is-scroll-down .header-area.is-state-02 {
        transform: translate(-50%, 0);
    }
    .header-area--company-member.is-state-02::after {
        background-color: rgba(0, 128, 217, 0.15);
        display: block;
    }
    .header-logo {
        width: 15rem;
        margin: 0;
    }
    .header-area.is-sp-navi-open .header-logo-switch__img {
        transform: translateY(-100%);
    }
    /*
  ---------------------------------------------

      sp sp-navi

  */
    .sp-navi-btn {
        width: var(--s4);
        height: var(--s4);
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translate(0, -50%);
    }
    .sp-navi-btn__bar {
        width: 100%;
        height: 0.15rem;
        background: #f4810b;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%) rotate(0deg);
        transition: margin 0.4s 0.4s, transform 0.4s, opacity 0.4s;
    }
    .sp-navi-btn__bar:nth-child(1) {
        margin-top: calc(var(--s1) * -1);
    }
    .sp-navi-btn__bar:nth-child(3) {
        margin-top: var(--s1);
    }
    .header-area.is-state-02 .sp-navi-btn__bar {
        background-color: #f4810b;
    }
    .header-area.is-sp-navi-open .sp-navi-btn__bar {
        background-color: #f4810b;
    }
    .header-area--white .sp-navi-btn__bar {
        background-color: #fff;
    }
    .is-sp-navi-open .sp-navi-btn__bar:nth-child(1) {
        margin-top: 0;
        transform: translate(0, -50%) rotate(30deg);
        transition: margin 0.4s, transform 0.4s 0.4s, opacity 0.4s;
    }
    .is-sp-navi-open .sp-navi-btn__bar:nth-child(2) {
        opacity: 0;
    }
    .is-sp-navi-open .sp-navi-btn__bar:nth-child(3) {
        margin-top: 0;
        transform: translate(0, -50%) rotate(-30deg);
        transition: margin 0.4s, transform 0.4s 0.4s, opacity 0.4s;
    }
    .sp-navi-area {
        width: 100%;
        height: 100vh;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
        transform: translate(100%, 0);
        transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.6s, opacity 0.6s;
    }
    .sp-navi-area::before {
        content: "";
        width: 100%;
        height: 6rem;
        background: #fff;
        display: block;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .is-sp-navi-open .sp-navi-area {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }
    .sp-navi-menu {
        border-top: 1px solid rgba(0, 128, 217, 0.15);
    }
    .sp-navi-menu__item {
        border-bottom: 1px solid rgba(0, 128, 217, 0.15);
        font-size: 1.7rem;
        line-height: 1.6;
    }
    .sp-navi-menu__btn {
        padding: var(--s2) var(--s9) var(--s2) var(--s1);
        display: block;
        position: relative;
    }
    .sp-navi-menu__btn .icon-toggle-circle {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }
    .sp-navi-menu__link {
        padding: var(--s2) var(--s1);
        display: block;
        text-decoration: none;
    }
    .sp-navi-menu .sp-navi-menu {
        margin: 0 0 var(--s3) var(--s3);
        border-top: none;
    }
    .sp-navi-menu .sp-navi-menu .sp-navi-menu__item {
        border-bottom: none;
        font-size: 1.3rem;
    }
    .sp-navi-menu .sp-navi-menu .sp-navi-menu__item+.sp-navi-menu__item {
        margin-top: 1em;
    }
    .sp-navi-menu .sp-navi-menu .sp-navi-menu__link {
        padding: 0;
        color: #5c5c5b;
    }
    .sp-navi-menu-sub__item {
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.6;
    }
    .sp-navi-menu-sub__item+.sp-navi-menu-sub__item {
        margin-top: var(--s1);
    }
    .sp-navi-menu-sub__link {
        padding: var(--s-2) 0;
        display: block;
        text-decoration: none;
    }
    .sp-navi-main {
        padding: var(--s5);
    }
    .sp-navi-bottom {
        padding: var(--s4) 2rem;
        background: #f7f7f7;
        
    }
    .sp-navi-primary-btn {
        margin: var(--s5) 0;
    }
    .sp-navi-primary-btn__link {
        width: 100%;
        min-height: 6rem;
        padding: var(--s2) var(--s2) var(--s2) var(--s4);
        background: #f4810b;
        border-radius: 10rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-size: 1.7rem;
        font-weight: 500;
        text-decoration: none;
        line-height: 1.6;
        letter-spacing: 0.02em;
    }
    .sp-navi-primary-btn__link:hover {
        color: #fff;
    }
    .sp-navi-sns {
        margin-bottom: var(--s3);
        display: flex;
        justify-content: flex-start;
        gap: 2rem;
    }
    .sp-navi-sns__item {
        width: var(--s5);
        height: var(--s5);
    }
    .sp-navi-sns__link {
        display: block;
    }
    .sp-navi-catch {
        margin: var(--s10) 0 0;
    }
    .sp-navi-catch__en {
        font-size: 2.4rem;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        letter-spacing: 0.02em;
    }
    .sp-navi-catch_left {
        padding-right: 1.2rem;
        color: #f4810b;
        font-size: 3.7rem;
    }
    .sp-navi-catch_right {
        font-size: 3.7rem;
    }
    .sp-navi-catch__jp {
        margin-top: var(--s1);
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.02em;
    }
    .sp-navi-copyright {
        font-size: 1rem;
    }
    .sp-navi-privacy {
        width: var(--s5);
    }
    /*
  ---------------------------------------------

      sp footer

  */
    .footer-area {
        padding: var(--s8) 0 var(--s5);
    }
    .footer-area::after {
        display: none;
    }
    .footer-logo {
        width: 19rem;
        margin: 0 0 var(--s4);
    }
    .footer-menu-wrapper {
        flex-wrap: wrap;
        gap: var(--s5);
        justify-content: space-between;
    }
    .footer-menu-wrapper>* {
        width: calc((100% - var(--s5)) / 2);
    }
    .footer-menu__item {
        font-size: 1.1rem;
    }
    .footer-menu__item+.footer-menu__item {
        margin-top: 1em;
    }
    .footer-menu .footer-menu {
        margin-top: var(--s2);
    }
    .footer-menu-sub {
        margin-top: var(--s3);
    }
    .footer-menu-sub__item {
        font-size: 1rem;
    }
    .footer-sns {
        justify-content: center;
        gap: 30px;
         
    }
    .footer-catch {
        margin: var(--s10) 0 0;
    }
    .footer-catch__en {
        font-size: 2.4rem;
    }
    .footer-catch_left {
        font-size: 3.7rem;
    }
    .footer-catch_right {
        font-size: 3.7rem;
    }
    .footer-catch__jp {
        margin-top: var(--s1);
        font-size: 1.4rem;
    }
    .footer-copyright {
        font-size: 1rem;
    }
    .footer-other {
        margin-top: var(--s5);
        padding: 0;
        gap: var(--s3);
    }
    .footer-other__bottom {
        justify-content: flex-start;
        gap: var(--s2);
    }
    /*
  ---------------------------------------------

      sp page

  */
    .page-top {
        width: var(--s9);
        height: var(--s9);
        left: calc(100vw - 9.6rem);
        bottom: var(--s7);
    }
    .page-top__link {
        padding-top: 2.5rem;
        font-size: 1.3rem;
    }
    .page-top__link .icon-arrow-up {
        /* top: var(--s2); */
        top: 50%;
    }
    .page-header {
        padding: 11.2rem 0 0;
        height: 26.5rem;
    }
    .page-header__label-en {
        margin-bottom: 1em;
        font-size: 1.1rem;
    }
    .page-header__label-en-large {
        font-size: 6.2rem;
        right: calc(var(--s-2) * -1);
    }
    .page-header__label-en-large--residential {
        right: 0;
    }
    .page-header__label-en-large--more-large {
        font-size: 7rem;
    }
    .page-header__label {
        margin-top: var(--s2);
        font-size: 1.5rem;
    }
    .page-header__title {
        font-size: 3.4rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .page-header__title--small-sp {
        font-size: 3rem;
    }
    .page-header_title {
        font-size: 5rem;
    }
    .page-header_title--small-sp {
        font-size: 4.2rem;
    }
    .page-header__line-01 {
        width: 41.6rem;
        height: 17.5rem;
    }
    .page-header__line-02 {
        width: 67.9rem;
        height: 28.7rem;
    }
    .page-header--business-content {
        /* height: 33rem; */
        padding-top: 9rem;
    }
    .page-header--business-content .page-header__line-01 {
        bottom: -4.7rem;
        transform: translate(-15%, 0);
        animation-name: page-service-line-01-sp;
    }
    .page-header--business-content .page-header__line-02 {
        top: -9.6rem;
        transform: translate(-67%, 0);
        animation-name: page-service-line-02-sp;
    }
    .page-header--company .page-header__line-01 {
        width: 47.4rem;
        height: 20rem;
        bottom: -4.7rem;
        transform: translate(-74%, 0) scale(-1, 1);
        animation-name: page-company-line-01-sp;
    }
    .page-header--company .page-header__line-02 {
        top: -11.4rem;
        transform: translate(-5%, 0);
        animation-name: page-company-line-02-sp;
    }
    .page-header--news .page-header__line-01 {
        width: 47.4rem;
        height: 20rem;
        bottom: -7.8rem;
        transform: translate(-57%, 0) scale(-1, 1);
        animation-name: page-news-line-01-sp;
    }
    .page-header--news .page-header__line-02 {
        width: 67.9rem;
        height: 28.7rem;
        top: -20.5rem;
        transform: translate(-32%, 0);
        animation-name: page-news-line-02-sp;
    }
    .page-header--contact .page-header__line-01 {
        width: 47.4rem;
        height: 20rem;
        bottom: -9.8rem;
        transform: translate(-13%, 0) scale(-1, 1);
        animation-name: page-contact-line-01-sp;
    }
    .page-header--contact .page-header__line-02 {
        width: 67.9rem;
        height: 28.7rem;
        top: -13.2rem;
        transform: translate(-38%, 0);
        animation-name: page-contact-line-02-sp;
    }
    .page-header--antisocial,
    .page-header--security,
    .page-header--privacy,
    .page-header--404 {
        padding-top: 12.8rem;
    }
    .page-header--antisocial .page-header__line-01,
    .page-header--security .page-header__line-01,
    .page-header--privacy .page-header__line-01,
    .page-header--404 .page-header__line-01 {
        width: 47.4rem;
        height: 20rem;
        bottom: -8rem;
        transform: translate(-17%, 0) scale(-1, 1);
        animation-name: page-other-line-01-sp;
    }
    .page-header--antisocial .page-header__line-02,
    .page-header--security .page-header__line-02,
    .page-header--privacy .page-header__line-02,
    .page-header--404 .page-header__line-02 {
        top: -10.5rem;
        transform: translate(-62%, 0);
        animation-name: page-other-line-02-sp;
    }
    .page-fixed-banner__link {
        width: var(--s5);
        padding: var(--s2) 1.2rem var(--s4);
        background-position: center bottom var(--s2);
        background-size: 1rem auto;
        font-size: 1.2rem;
    }
    .page-content {
        margin-top: var(--s6);
        margin-bottom: var(--s6);
        font-size: 1.1rem;
    }
    .page-index-area {
        min-height: 19rem;
    }
    .page-index {
        padding: 0 2rem;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0 var(--s1);
    }
    .page-index__item {
        width: calc((100% - var(--s1)) / 2);
        display: flex;
        align-items: center;
        font-size: 1.3rem;
    }
    .is-state-01 .page-index__item {
        width: inherit;
        white-space: nowrap;
    }
    .page-index__link {
        min-height: inherit;
        padding: 1em 2rem 1em 0;
        background-position: center right;
        display: inline-block;
    }
    .page-index.is-state-01 {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        top: 6rem;
        gap: var(--s5);
        transform: translate(-50%, calc((6rem + 100%) * -1));
    }
    .page-index.is-state-01::after {
        display: none;
    }
    .page-index.is-state-02 {
        transform: translate(-50%, 0);
        transition: transform ease 0.4s;
    }
    body.is-scroll-down .page-index.is-state-02 {
        transform: translate(-50%, 0);
    }
    .page-menu {
        width: 100%;
    }
    .page-menu__link {
        min-height: inherit;
        padding: var(--s3) var(--s8) var(--s3) 2rem;
        flex-direction: column;
        gap: var(--s1);
        position: relative;
    }
    .page-menu__link:nth-child(2) {
        border-top: none;
    }
    .page-menu__title {
        width: 100%;
        font-size: 1.9rem;
    }
    .page-menu__text {
        width: 100%;
        font-size: 1.2rem;
    }
    .page-menu .icon-arrow-circle-04 {
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translate(0, -50%);
    }
    .page-navi-wrapper {
        margin-top: var(--s9);
        margin-bottom: var(--s9);
    }
    /*
  ---------------------------------------------

      sp section

  */
    .section-title {
        padding-left: 2rem;
        font-size: 5rem;
    }
    .section-title__label {
        margin-bottom: 0;
        font-size: 1.2rem;
    }
    .section-title__label::before {
        left: -2rem;
    }
    .section-title+.section-lead {
        margin-top: var(--s2);
    }
    .section-lead {
        margin-left: 2rem;
    }
    /*
  ---------------------------------------------

      sp contact section

  */
    .contact-section {
        margin-top: var(--s10);
        margin-bottom: 0;
    }
    .contact-box {
        padding: var(--s6) var(--s4);
        background-image: url("../img/global/contact-bg-01-sp.png");
        flex-direction: column;
        gap: var(--s3);
    }
    .contact-title {
        margin-bottom: var(--s2);
        font-size: 4rem;
    }
    .contact-summary__label {
        margin-bottom: var(--s1);
    }
    .contact-summary__em {
        font-size: 2.5rem;
    }
    .contact-summary__note {
        font-size: 1.2rem;
    }
    .contact-btn__link {
        min-height: var(--s10);
        padding: var(--s2) 2rem var(--s2) var(--s4);
        font-size: 1.3rem;
    }
    /*
  ---------------------------------------------

      sp side menu

  */
    .side-menu-01 {
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        -webkit-backdrop-filter: blur(15px) saturate(180%);
        backdrop-filter: blur(15px) saturate(180%);
        display: flex;
        flex-wrap: wrap;
        gap: 0 var(--s1);
    }
    .side-menu-01__item {
        width: calc((100% - var(--s1)) / 2);
        padding-left: 0;
        display: flex;
        align-items: center;
        font-size: 1.3rem;
    }
    .side-menu-01__item.is-current {
        background: none;
    }
    .side-menu-01__item+.side-menu-01__item {
        margin-top: 0;
    }
    .side-menu-01__link {
        padding: 1em 2rem 1em 0;
        background: url("../img/global/arrow-02-blue-down.svg") no-repeat center right/1rem auto;
        display: inline-block;
    }
    .side-menu-01.is-state-01 {
        padding: 0 2rem;
        gap: var(--s5);
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        position: fixed;
        top: 6rem;
        left: 50%;
        z-index: 14;
        transform: translate(-50%, calc((6rem + 100%) * -1));
    }
    .side-menu-01.is-state-01 .side-menu-01__item {
        width: inherit;
        white-space: nowrap;
    }
    .side-menu-01.is-state-02 {
        transform: translate(-50%, 0);
        transition: transform ease 0.4s;
    }
    .side-menu-01-wrapper {
        min-height: 37rem;
        padding: 0;
    }
    .side-menu-02 {
        display: flex;
        flex-wrap: wrap;
        position: static;
    }
    .side-menu-02__item {
        padding-left: 0;
        font-size: 1.2rem;
        white-space: nowrap;
    }
    .side-menu-02__item.is-current {
        background: none;
    }
    .side-menu-02__item+.side-menu-02__item {
        margin-top: 0;
    }
    .side-menu-02__link {
        padding: var(--s1) 1em;
    }
    .side-menu-02-wrapper {
        padding: var(--s6) 0 var(--s5);
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    /*
  ---------------------------------------------

      sp toggle

  */
    .toggle-content-sp {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    }
    .toggle-content-sp__inner {
        overflow: hidden;
    }
    .toggle-content-sp.is-active {
        grid-template-rows: 1fr;
    }
    /*
  ---------------------------------------------

  	sp swiper

  */
    .swiper-button-next,
    .swiper-button-prev {
        width: var(--s7);
        height: var(--s7);
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        width: var(--s2);
        height: 1.2rem;
    }
    /*
  ---------------------------------------------

  	sp wp pagenavi

  */
    .wp-pagenavi {
        margin: var(--s9) auto;
        padding: 0 var(--s5);
    }
    .wp-pagenavi>.page,
    .wp-pagenavi>span {
        min-width: var(--s4);
        height: var(--s4);
        font-size: 1.5rem;
    }
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
        width: var(--s4);
        height: var(--s4);
    }
    /*
  ---------------------------------------------

  	sp simplebar

  */
    .simplebar-track.simplebar-horizontal {
        height: 0.3rem;
    }
    .simplebar-scrollbar {
        height: 0.3rem;
    }
}

@media screen and (max-width: 767px) {
    /*
  ---------------------------------------------

      sp top

  */
    .initial-mv-wrapper {
        height: 39.5rem;
        top: calc(45svh - 13rem);

    }
    .initial-about-wrapper {
        height: 39.5rem;
        margin: -24.5rem 0 var(--s4);
    }
    .initial-mv,
    .initial-about {
        bottom: var(--s3);
    }
    .initial-mv__line-01,
    .initial-mv__line-02,
    .initial-about__line-01,
    .initial-about__line-02 {
        height: 3.87rem;
    }
    .initial-mv__line-02,
    .initial-about__line-02 {
        margin-top: 1.2rem;
    }
    .mv-section {
        padding: 8.8rem var(--s1) 0;
        /* height: 45svh; */
        height: 70svh;
        
    }
    .mv-title {
        display: none;
        margin: 0 var(--s2);
        font-size: 2rem;
        line-height: 1.6;
    }
    .mv-scroll {
        display: none;
    }
    .mv-line-01 {
        width: 100%;
        height: 110%;
        background-image: url("../img/top/mv-line-01-sp.png");
        background-position: center left;
        background-size: cover;
        animation-name: mv-line-01-sp;
        left: 0;
    }
    .mv-line-02 {
        width: 100%;
        height: 115%;
        background-image: url("../img/top/mv-line-02-sp.png");
        background-position: center left;
        background-size: cover;
        animation-name: mv-line-02-sp;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .about-section__inner {
        padding: 11.5rem var(--s1) 8.8rem;
    }
    .about-line-01,
    .about-line-02 {
        width: 75rem;
        height: 31.7rem;
    }
    .about-line-01 {
        top: 7rem;
        transform: translate(-7.5rem, 0);
    }
    .about-line-02 {
        top: 37.5rem;
        transform: translate(-1.2rem, 0);
    }
    .about-box {
        width: 100%;
    }
    .about-box .btn-primary__link {
        margin: 0 auto;
    }
    .about-text {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .about-text+.about-text {
        margin-top: var(--s2);
    }
    .about-carousel {
        margin-top: 8.8rem;
        gap: var(--s1);
    }
    .about-carousel__group {
        gap: var(--s1);
    }
    .about-carousel__group+.about-carousel {
        margin-left: var(--s1);
    }
    .about-slide--01 {
        width: 12.2rem;
    }
    .about-slide--02 {
        width: 12.6rem;
        margin-top: 4.6rem;
    }
    .about-slide--03 {
        width: 16.9rem;
    }
    .about-slide--04 {
        width: 13rem;
        margin-top: 2rem;
    }
    .about-slide--05 {
        width: 19.4rem;
        margin-top: 3.7rem;
    }
    .service-section {
        padding: var(--s10) 0;
    }
    .service-line-01 {
        width: 68.4rem;
        height: 28.9rem;
        top: 8.8rem;
        transform: translate(-3rem, 0);
    }
    .service-line-02 {
        display: none;
    }
    .service-card-01-wrapper {
        gap: var(--s4);
    }
    .service-card-01 {
        width: 100%;
        min-height: 19rem;
    }
    .service-card-01__link::before {
        background-size: 28.5rem auto;
    }
    .service-card-01__content {
        padding: 2rem 2rem var(--s2);
    }
    .service-card-01__label {
        margin-bottom: var(--s1);
        font-size: 1rem;
    }
    .service-card-01__title {
        font-size: 2rem;
    }
    .service-card-01__text {
        padding-right: var(--s7);
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .service-card-01__text::after {
        width: calc(100% + var(--s5));
        height: calc(100% + var(--s5));
        bottom: -2rem;
        left: -2rem;
        z-index: -1;
    }
    .service-card-01 .icon-arrow-circle-01 {
        right: 2rem;
        bottom: 2rem;
    }
    .service-card-01--01 {
        min-height: 30rem;
    }
    .service-card-01--01 .service-card-01__content {
        padding: 2rem 2rem var(--s2);
    }
    .brand-section {
        padding: var(--s10) 0;
    }
    .brand-logo-wrapper {
        gap: var(--s8);
    }
    .brand-logo {
        gap: var(--s8);
    }
    .brand-logo__mark {
        width: 5rem;
    }
    .brand-logo__typo {
        width: 21.9rem;
    }
    .company-section {
        padding: var(--s10) 0;
    }
    .company-header {
        margin-bottom: var(--s5);
    }
    .company-card-01 {
        width: 100%;
    }
    .company-card-01__content {
        margin-top: var(--s2);
        padding: 0 2rem;
    }
    .company-card-01__thumb {
        height: 20rem;
    }
    .company-card-01__label {
        font-size: 3.1rem;
        top: 35%;
    }
    .company-card-01__title {
        margin-bottom: var(--s1);
        font-size: 2rem;
    }
    .company-card-01__text {
        padding-right: var(--s7);
        
    }
    .company-card-01 .icon-arrow-circle-01 {
        right: 2rem;
        bottom: var(--s1);
    }
    .news-section {
        padding: var(--s10) 0 0;
    }
    .news-card-01-wrapper {
        border-top: 1px solid #dcdcdc;
    }
    .news-card-01__link {
        gap: var(--s2);
    }
    .news-card-01__thumb {
        width: 10rem;
        height: 5.5rem;
    }
    .news-card-01__content {
        padding: 0 var(--s5) 0 0;
        gap: var(--s1);
    }
    .news-card-01__category {
        min-width: var(--s9);
        font-size: 0.9rem;
    }
    .news-card-01__date {
        font-size: 0.9rem;
    }
    .news-card-01__title {
        font-size: 1.1rem;
    }
    .news-card-01 .icon-arrow-circle-02 {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    /*
  ---------------------------------------------

      sp service

  */
   .business-content-overview {
        margin-top: 100px;
        overflow: hidden;
    }
  
    .business-content-overview-index {
        margin-top: var(--s6);
        margin-bottom: var(--s8);
        flex-direction: column;
        gap: 0;
    }
    .business-content-overview-index__title {
        margin-bottom: var(--s3);
        font-size: 2.5rem;
    }
    .business-content-overview-index__text-area {
        width: 100%;
    }
    .business-content-overview-index__text {
        font-size: 1.5rem;
    }
    .business-content-overview-index__photo {
        width: calc(100% + 4rem);
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .business-content-index {
        margin: var(--s6) 0;
    }
    .business-content-overview__title {
        margin-bottom: var(--s4);
        font-size: 2.2rem;
    }
    .business-content-overview__title__note {
        font-size: 1rem;
    }
    .business-content-overview__photo {
        width: 100%;
        border-radius: var(--s1);
        position: relative;
    }
    .business-content-renosy {
        margin-top: var(--s4);
        padding-top: var(--s9);
        padding-bottom: var(--s9);
    }
    .business-content-renosy__logo {
        margin: 0 0 var(--s3);
    }
    .business-content-renosy__title {
        margin-bottom: var(--s2);
        font-size: 2rem;
        line-height: 1.6;
    }
    .business-content-renosy .btn-outer {
        margin-top: var(--s4);
    }
    .business-content-renosy-line-01 {
        width: 64rem;
        height: 25rem;
        top: 2.7rem;
        transform: translate(-3.2rem, 0);
    }
    .business-content-renosy-line-02 {
        width: 79rem;
        height: 30.9rem;
        display: block;
        opacity: 0.7;
        position: absolute;
        bottom: -9rem;
        left: 0;
        z-index: -1;
        transform: translate(-60%, 0);
    }
    .business-content-feature {
        padding-top: var(--s9);
        padding-bottom: var(--s9);
    }
    .feature-header {
        margin-bottom: var(--s5);
    }
    .feature-card-01 {
        padding: 0;
    }
    .feature-card-01__thumb {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .feature-card-01__title {
        font-size: 2rem;
        line-height: 1.6;
    }
    .feature-card-01__text {
        font-size: 1.2rem;
    }
    .feature-card-01__note {
        font-size: 1rem;
    }
    .business-content-strengths {
        padding-top: var(--s9);
        padding-bottom: var(--s5);
    }
    .strengths-header {
        margin-bottom: var(--s4);
    }
    .strengths-copy {
        margin: var(--s4) 0 0 2rem;
        font-size: 2.2rem;
    }
    .strengths-title {
        font-size: 1.9rem;
    }
    .strengths-box-01 {
        padding: var(--s4) 0;
    }
    .strengths-box-01__content {
        padding: 0;
    }
    .strengths-box-01__title {
        margin-bottom: var(--s2);
        font-size: 1.9rem;
    }
    .strengths-box-01__text {
        font-size: 1.2rem;
    }
    .strengths-box-01__note {
        font-size: 1rem;
    }
    .business-content-case {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: var(--s9);
        padding-bottom: var(--s9);
    }
    .case-swiper {
        margin-top: var(--s6);
        padding-bottom: 0;
    }
    .case-swiper .swiper-wrapper {
        flex-direction: column;
        gap: var(--s10);
    }
    .case-swiper .swiper-pagination,
    .case-swiper .swiper-button-next,
    .case-swiper .swiper-button-prev {
        display: none;
    }
    .case-slide {
        padding: 0;
        flex-direction: column;
        gap: 0;
    }
    .case-slide__label {
        margin-bottom: var(--s5);
        display: block;
        font-size: 1.5rem;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.06em;
        position: relative;
    }
    .case-slide__label::before,
    .case-slide__label::after {
        content: "";
        width: calc(50% - 3em);
        height: 1px;
        background: rgba(0, 128, 217, 0.15);
        position: absolute;
        top: 50%;
    }
    .case-slide__label::before {
        left: 0;
    }
    .case-slide__label::after {
        right: 0;
    }
    .case-before-box {
        width: 100%;
        margin-top: 0;
        opacity: 1;
    }
    .case-before-box::before {
        width: 10rem;
        padding: var(--s-2);
        background: #000;
        border-radius: 10rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        letter-spacing: 0.06em;
        top: 0;
        left: var(--s2);
        transform: translate(0, -50%);
    }
    .case-before-box__title {
        padding: var(--s3) var(--s5) var(--s2) var(--s5);
        font-size: 1.7rem;
        line-height: 1.6;
        position: relative;
    }
    .case-before-box__title .icon-toggle {
        display: block;
        position: absolute;
        right: var(--s2);
        bottom: var(--s2);
    }
    .case-before-box__text {
        padding: var(--s2) var(--s3);
        font-size: 1.3rem;
    }
    .case-before-box__text::after {
        height: var(--s9);
    }
    .case-before-box__arrow {
        width: var(--s3);
        height: var(--s6);
        opacity: 1;
        top: calc(100% + var(--s-2));
        left: 50%;
        transform: translate(-50%, 0);
        transition: none;
    }
    .case-before-box__arrow::after {
        width: 100%;
        background-image: url("../img/service/case-arrow-01-sp.svg");
        background-position: center bottom;
    }
    .case-after-box {
        width: 100%;
        margin-top: var(--s8);
        opacity: 1;
        transition: opacity 0.4s ease-in-out 0.8s;
    }
    .case-after-box::before {
        width: 10rem;
        padding: var(--s-2);
        background: #f4810b;
        border-radius: 10rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        letter-spacing: 0.06em;
        top: 0;
        left: var(--s2);
        transform: translate(0, -50%);
    }
    .case-after-box__title {
        padding: var(--s3) var(--s5) var(--s2) var(--s5);
        font-size: 1.9rem;
        line-height: 1.6;
        position: relative;
    }
    .case-after-box__title .icon-toggle {
        display: block;
        position: absolute;
        right: var(--s2);
        bottom: var(--s2);
    }
    .case-after-box__text {
        padding: var(--s3);
        font-size: 1.3rem;
    }
    .case-after-box__text::after {
        height: var(--s9);
    }
    .case-line-01 {
        width: 108.3rem;
        height: 42.4rem;
        top: calc(var(--s2) * -1);
        transform: translate(-31%, 0);
    }
    .case-line-02 {
        display: none;
    }
    .case-line-03 {
        width: 108.3rem;
        height: 42.4rem;
        display: block;
        opacity: 0.6;
        position: absolute;
        top: 70rem;
        left: 0;
        z-index: -1;
        transform: translate(-47.3%, 0);
    }
    .business-content-flow {
        margin-bottom: var(--s9);
        padding-top: var(--s9);
    }
    .business-content-feature+.business-content-flow {
        margin-top: calc(var(--s9) * -1);
    }
    .flow-swiper {
        padding-top: var(--s6);
        padding-bottom: 10rem;
        padding-left: var(--s9);
    }
    .flow-swiper .swiper-button-next,
    .flow-swiper .swiper-button-prev {
        top: auto;
        bottom: 0;
    }
    .flow-swiper .swiper-button-next {
        right: auto;
        left: 9rem;
    }
    .flow-swiper .swiper-button-prev {
        right: auto;
        left: var(--s2);
    }
    .flow-slide {
        width: 24rem;
        padding: var(--s1) var(--s8) 0 0;
    }
    .flow-slide::after {
        width: var(--s8);
        top: 11.3rem;
        right: 0;
    }
    .flow-slide__number {
        width: var(--s4);
        height: var(--s4);
        font-size: 1.1rem;
    }
    .flow-slide__thumb {
        margin-bottom: var(--s1);
    }
    .flow-slide__text {
        font-size: 1.9rem;
        line-height: 1.6;
        white-space: nowrap;
    }
    .business-content-case-study {
        padding-top: var(--s9);
        padding-bottom: var(--s9);
    }
    .case-study-swiper {
        padding-top: var(--s6);
        padding-bottom: 9rem;
    }
    .case-study-swiper:has(.swiper-button-lock) {
        padding-bottom: 0;
    }
    .case-study-swiper .swiper-button-next,
    .case-study-swiper .swiper-button-prev {
        top: auto;
        bottom: 0;
    }
    .case-study-swiper .swiper-button-next {
        right: auto;
        left: 9rem;
    }
    .case-study-swiper .swiper-button-prev {
        right: auto;
        left: var(--s2);
    }
    .case-study-slide {
        width: 24rem;
    }
    .case-study-slide__text {
        min-height: calc(4.8em + var(--s2));
        padding: 1.2rem;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .case-study-slide__btn__text {
        font-size: 1rem;
    }
    .business-content-letter {
        padding-top: var(--s9);
    }
    .business-content-letter__title {
        font-size: 2rem;
    }
    .business-content-letter .btn-primary {
        margin-top: var(--s4);
    }
    .business-content-letter .btn-primary__link {
        margin: 0 auto;
    }
    .letter-message-01 {
        margin-top: var(--s6);
    }
    .letter-message-01__title {
        margin-bottom: var(--s2);
        font-size: 2.5rem;
    }
    .letter-message-01__text {
        font-size: 1.4rem;
    }
    .letter-info {
        margin: var(--s6) 0;
    }
    .letter-info__text {
        margin-bottom: var(--s1);
        font-size: 1.2rem;
    }
    .letter-info__label {
        font-size: 1.5rem;
    }
    .letter-info__number {
        font-size: 2rem;
    }
    .letter-info__note {
        margin: var(--s1) 0 0;
        display: block;
        font-size: 1.2rem;
    }
    .letter-message-02 {
        margin-top: var(--s6);
        margin-bottom: var(--s10);
        font-size: 1.5rem;
    }
    .letter-message-02__text-em {
        margin-bottom: var(--s3);
        font-size: 2.1rem;
    }
    .letter-message-02__line-01 {
        width: 78.6rem;
        height: 33.2rem;
        top: 7.5rem;
        left: -41rem;
    }
}

@media screen and (max-width: 767px) {
    /*
  ---------------------------------------------

      sp company

  */
    .company-statement {
        margin-top: calc(var(--s4) * -1);
    }
    .company-statement__inner {
        padding-top: 18.5rem;
        padding-bottom: 23rem;
    }
    .company-statement__content {
        margin-left: 2rem;
    }
    .company-statement__title {
        margin-bottom: var(--s3);
        font-size: 2.9rem;
    }
    .company-statement__text {
        font-size: 1.5rem;
    }
    .company-statement__photo-01 {
        width: 21rem;
        height: 13rem;
        right: var(--s1);
    }
    .company-statement__photo-02 {
        width: 12rem;
        height: 16rem;
        top: 36.2rem;
        left: 13.6rem;
    }
    .company-statement__photo-03 {
        width: 15rem;
        height: 21rem;
        top: 40rem;
        left: var(--s2);
    }
    .company-statement__photo-04 {
        width: 21.5rem;
        height: 13.5rem;
        bottom: 6.5rem;
        left: 12rem;
    }
    .company-statement__line-01 {
        width: 62.7rem;
        height: 55.5rem;
        top: calc(var(--s5) * -1);
        right: -20rem;
    }
    .company-statement__line-02 {
        width: 96.8rem;
        height: 40.8rem;
        display: block;
        position: absolute;
        top: 63.7rem;
        left: -22.4rem;
        z-index: -1;
    }
    .company-statement__line-03 {
        width: 96.8rem;
        height: 40.8rem;
        bottom: 24rem;
        left: -15.6rem;
    }
    .company-statement-catch {
        margin-bottom: 38.4rem;
        padding: 0;
        font-size: 2.7rem;
    }
    .company-statement-catch__em-01 {
        font-size: 4.8rem;
    }
    .company-statement-catch__em-02 {
        font-size: 4.8rem;
    }
    .company-logo {
        margin: var(--s10) 0;
        padding: var(--s8) 0 var(--s5);
    }
    .company-logo__inner {
        padding: 0;
    }
    .company-logo__logo {
        height: 22.5rem;
    }
    .company-logo__logo__img {
        width: 13.4rem;
    }
    .company-logo__label {
        margin-bottom: var(--s2);
        font-size: 1.2rem;
    }
    .company-logo__title {
        margin-bottom: var(--s2);
        font-size: 1.9rem;
        line-height: 1.6;
    }
    .company-logo__text {
        font-size: 1.2rem;
    }
    .philosophy-overview {
        margin-top: var(--s6);
        margin-bottom: var(--s6);
    }
    .philosophy-overview__title {
        margin-bottom: var(--s3);
        font-size: 2rem;
    }
    .philosophy-overview__text {
        margin-left: 0;
    }
    .philosophy-section-title {
        margin-bottom: var(--s4);
        font-size: 3rem;
    }
    .philosophy-section-title__jp {
        font-size: 1.5rem;
    }
    .philosophy-mission {
        padding-top: var(--s6);
        padding-bottom: var(--s6);
    }
    .philosophy-mission__content {
        margin-left: 0;
        padding: 0;
    }
    .philosophy-mission__copy {
        margin-bottom: var(--s2);
        font-size: 2.2rem;
    }
    .philosophy-mission__line-01 {
        width: 71.7rem;
        height: 30.3rem;
        top: 7.5rem;
        transform: translate(-45%, 0);
    }
    .philosophy-mission__line-02 {
        display: none;
    }
    .philosophy-mission__line-03 {
        width: 108.3rem;
        height: 45.7rem;
        display: block;
        opacity: 0.6;
        position: absolute;
        top: 38rem;
        left: 50%;
        z-index: -1;
        transform: translate(-80%, 0);
    }
    .philosophy-vision {
        min-height: inherit;
        padding-top: var(--s6);
        padding-bottom: var(--s9);
    }
    .philosophy-vision__content {
        margin-left: 0;
        padding: 0 var(--s3);
    }
    .philosophy-vision__copy {
        font-size: 2.4rem;
    }
    .philosophy-spirit {
        padding-top: var(--s9);
        padding-bottom: var(--s9);
    }
    .spirit-card-01-wrapper {
        margin-top: 0;
    }
    .spirit-card-01 {
        padding: var(--s6) var(--s3) var(--s3);
    }
    .spirit-card-01::before {
        font-size: 1.2rem;
        top: var(--s2);
        left: var(--s2);
    }
    .spirit-card-01__title {
        margin-bottom: var(--s2);
        font-size: 2.4rem;
    }
    .message-title {
        margin-top: var(--s6);
        margin-bottom: var(--s3);
        font-size: 2.2rem;
    }
    .message-signature {
        font-size: 2.7rem;
    }
    .message-signature__date {
        font-size: 1.3rem;
    }
    .message-signature__post {
        font-size: 1.5rem;
    }
    .message-photo {
        padding-top: 83.58%;
    }
    .message-photo::before {
        background-image: url("../img/company/message-frame-01-sp.png");
    }
    .message-box-01__title {
        margin-bottom: var(--s1);
        padding: var(--s1) 0;
        font-size: 2rem;
    }
    .message-box-01__content {
        padding: 0;
    }
    .message-box-01-wrapper {
        margin-top: var(--s10);
        margin-bottom: var(--s10);
    }
    .boardmember-overview {
        margin: var(--s6) 0;
    }
    .boardmember-overview__title {
        margin-bottom: var(--s3);
        font-size: 2.5rem;
    }
    .boardmember-overview__text {
        margin-left: 0;
    }
    .boardmember-card-01-wrapper {
        margin: var(--s6) 0;
    }
    .boardmember-card-01__label {
        gap: var(--s2);
    }
    .boardmember-card-01__name {
        font-size: 2.3rem;
    }
    .boardmember-card-01__post {
        font-size: 1.1rem;
    }
    .boardmember-card-01-summary__label {
        min-width: 5.5rem;
        margin-right: 0.5em;
        font-size: 1.1rem;
    }
    .boardmember-card-01-summary__content {
        font-size: 1.2rem;
    }
    .member-overview {
        margin: var(--s6) auto var(--s4);
        padding: 0 2rem;
    }
    .member-overview__title {
        font-size: 2.5rem;
        line-height: 1.6;
    }
    .member-overview__text {
        line-height: 1.8;
    }
    .member-box {
        padding: var(--s4) 0;
    }
    .member-box:first-child {
        margin-top: calc(var(--s4) * -1);
    }
    .member-title {
        margin: 0 0 1em;
        padding-bottom: 1.2rem;
        font-size: 2rem;
    }
    .member-card-01__thumb {
        margin-bottom: var(--s1);
    }
    .member-card-01__thumb__img {
        height: 25.3rem;
    }
    .l-grid-five .member-card-01__thumb__img {
        height: 25.3rem;
    }
    .member-card-01__post {
        font-size: 1.2rem;
    }
    .member-card-01__name {
        font-size: 1.6rem;
    }
    .member-detail {
        padding: 0 2rem;
    }
    .member-back-btn {
        width: 16rem;
        margin: var(--s4) 0 var(--s2) auto;
        top: var(--s4);
    }
    .member-back-btn__link {
        padding: var(--s1) var(--s5) var(--s1) var(--s2);
        font-size: 1rem;
    }
    .member-back-btn .icon-arrow-circle-03 {
        right: var(--s-2);
    }
    .member-detail-header {
        height: auto;
        margin-bottom: var(--s6);
        padding: 0;
        flex-wrap: wrap;
        gap: var(--s3);
    }
    .member-detail-header__photo-frame {
        height: 18.7rem;
        position: relative;
    }
    .member-detail-header__content {
        width: 100%;
        padding: 0 2rem;
    }
    .member-detail-message__label {
        margin-bottom: var(--s1);
        font-size: 1.1rem;
    }
    .member-detail-message__content {
        font-size: 1.6rem;
    }
    .member-detail-post {
        margin: var(--s3) 0 var(--s1);
        font-size: 1.1rem;
    }
    .member-detail-name {
        font-size: 2.3rem;
    }
    .member-detail-summary__row {
        padding-right: 0;
    }
    .member-detail-summary__row+.member-detail-summary__row {
        margin-top: var(--s2);
    }
    .member-detail-summary__label {
        margin: var(--s1) 0;
        font-size: 1.1rem;
    }
    .member-detail-summary__content {
        padding: 0 0 0 var(--s1);
    }
    .member-detail-summary-wrapper {
        margin: var(--s6) 0 var(--s4);
        padding: 0;
    }
    .member-detail-gallery {
        padding: var(--s4) 0;
    }
    .member-detail-gallery::after {
        width: calc(100% + var(--s5));
    }
    .member-detail-gallery__title {
        margin-bottom: var(--s2);
        padding-bottom: var(--s1);
        font-size: 2.3rem;
    }
    .recruit-section {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .recruit-summary-01__row {
        display: block;
        padding: 2.4rem 0;
    }
    .recruit-summary-01__label {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1.6rem;
        font-size: 1.5rem;
    }
    .recruit-summary-01__content {
        width: 100%;
        font-size: 1.5rem;
    }
    .recruit-summary-02__row {
        display: block;
        padding: 1.2rem 0;
    }
    .recruit-summary-02__content {
        font-size: 1.5rem;
    }
    .access-card-01__header {
        margin-bottom: var(--s1);
        padding-bottom: 1.2rem;
    }
    .access-card-01__title {
        font-size: 2.1rem;
    }
    .access-card-01__title-en {
        font-size: 1.5rem;
    }
    .access-card-01__address {
        padding: var(--s-2) 0;
        font-size: 1.2rem;
    }
    .access-card-01__train {
        padding: var(--s-2) 0;
        font-size: 1.2rem;
    }
    .access-card-01__map {
        margin: var(--s2) 0;
    }
    .access-card-01__link {
        padding-left: 1.8rem;
        background-size: 1rem auto;
        background-position: center left 0.2rem;
    }
    .access-card-01-wrapper {
        margin-top: var(--s6);
        margin-bottom: var(--s6);
    }
    .numbers-overview {
        margin-top: var(--s6);
        margin-bottom: var(--s4);
    }
    .numbers-overview__title {
        font-size: 2rem;
    }
    .numbers-chart-01 {
        margin-top: var(--s4);
        margin-bottom: var(--s9);
    }
    .numbers-chart-02 {
        margin-top: var(--s9);
        margin-bottom: var(--s9);
        padding-top: var(--s8);
        padding-bottom: var(--s8);
        overflow: hidden;
    }
    .numbers-chart-02__header {
        margin-bottom: var(--s4);
    }
    .numbers-chart-02__title {
        font-size: 2rem;
    }
    .numbers-chart-02__line-01 {
        width: 68.4rem;
        height: 27.9rem;
        top: -7.2rem;
        transform: translate(-38%, 0);
    }
    .numbers-chart-02__line-02 {
        display: none;
    }
    .numbers-chart-box-01 {
        padding: var(--s3) 2rem;
    }
    .numbers-chart-box-01__title {
        font-size: 1.8rem;
    }
    .numbers-chart-box-01__text {
        line-height: 1.8;
    }
    .numbers-chart-box-01+.numbers-chart-box-01 {
        margin-top: var(--s4);
    }
    .numbers-chart-box-02-wrapper {
        flex-direction: column;
        gap: var(--s4) 0;
    }
    .numbers-chart-box-02 {
        margin: var(--s4) 0;
        padding: var(--s3) 2rem var(--s4);
    }
    .numbers-chart-box-02__title {
        font-size: 1.8rem;
    }
    .numbers-chart-box-02__thumb {
        width: 100%;
        height: inherit;
        margin-bottom: var(--s2);
        margin-left: 0;
        margin-right: 0;
    }
    .numbers-chart-box-02__thumb__img {
        max-width: 100%;
        max-height: inherit;
    }
    .numbers-chart-box-02__text {
        margin-top: var(--s3);
        line-height: 1.8;
    }
    .numbers-chart-box-02-wrapper .numbers-chart-box-02 {
        width: 100%;
    }
    .numbers-chart-box-02--average-age .numbers-chart-box-02__thumb,
    .numbers-chart-box-02--female-officer .numbers-chart-box-02__thumb {
        height: inherit;
    }
    .numbers-chart-box-02--place-birth {
        margin-bottom: 0;
    }
    .numbers-bars-wrapper {
        margin: var(--s2) 0;
        padding-bottom: var(--s7);
    }
    .numbers-bars {
        width: calc(4.5rem * 13);
        height: 17rem;
        padding: var(--s4) var(--s1) 0;
        background-size: auto 4.2rem;
    }
    .numbers-bars__bar {
        width: calc(100% - 1.2rem);
    }
    .numbers-bars__percent {
        font-size: 1.2rem;
    }
    .numbers-bars__percent__unit {
        margin-left: 0;
    }
    .numbers-bars__term {
        font-size: 0.8rem;
        bottom: calc(var(--s1) * -1);
    }
    .numbers-bars__term__unit {
        margin-left: 0;
    }
    .numbers-bars__year {
        font-size: 0.7rem;
        bottom: -2rem;
    }
    .numbers-doughnut {
        margin: var(--s1) 0;
        height: 240px;
    }
    .numbers-doughnut__percent {
        font-size: 5rem;
    }
    .numbers-doughnut__circle {
        width: 240px;
        height: 240px;
    }
    .numbers-chart-data {
        font-size: 6.8rem;
    }
    .numbers-chart-data__label {
        font-size: 1.5rem;
    }
    .numbers-chart-data--staff {
        margin-top: 0;
    }
    .numbers-chart-data-wrapper {
        margin: var(--s2) 0;
    }
    .numbers-chart-data-wrapper .numbers-chart-data {
        font-size: 5.5rem;
    }
    .numbers-horizontal-bars {
        width: 25rem;
        margin: var(--s2) auto;
        font-size: 1.4rem;
    }
    .numbers-eligible-wrapper {
        margin: var(--s3) 0;
        padding: var(--s3) var(--s2);
        gap: var(--s1) 0;
        flex-direction: column;
    }
    .numbers-eligible__item {
        font-size: 1.1rem;
    }
    .numbers-map {
        margin-bottom: var(--s5);
        padding-bottom: var(--s3);
    }
    .numbers-map__base {
        width: 100%;
    }
    .numbers-map__line {
        width: 100%;
        top: 0;
        left: 0;
        transform: scale(0);
    }
    .numbers-map__line.is-animated {
        transform: scale(1);
    }
    .numbers-map-list__item--01 {
        top: 42%;
        left: 0;
    }
    .numbers-map-list__item--02 {
        top: 22%;
        left: 0;
    }
    .numbers-map-list__item--03 {
        top: 22%;
        right: 0;
    }
    .numbers-map-list__item--04 {
        top: 38%;
        right: 12%;
    }
    .numbers-map-list__item--05 {
        top: 55%;
        right: 0;
    }
    .numbers-map-list__item--06 {
        top: 81%;
        right: 20%;
    }
    .numbers-map-list__item--07 {
        top: 81%;
        left: 38%;
    }
    .numbers-map-list__item--08 {
        top: 88%;
        left: 16%;
    }
    .numbers-map-list__label {
        font-size: 1.1rem;
    }
    .numbers-map-list__number {
        font-size: 2.5rem;
    }
    .numbers-map-list__number--em {
        font-size: 3.4rem;
    }
    .history-overview {
        margin-top: var(--s6);
        margin-bottom: var(--s6);
    }
    .history-overview__inner {
        padding: 0;
    }
    .history-overview__title {
        margin-bottom: var(--s3);
        font-size: 2rem;
    }
    .history-overview__text {
        margin: 0;
    }
    .history-table {
        width: calc(100% - var(--s5));
        margin: var(--s6) auto;
    }
    .history-table__row {
        padding: 0 0 var(--s4) var(--s5);
        flex-direction: column;
        gap: var(--s2) 0;
    }
    .history-table__row::before {
        width: var(--s1);
        height: var(--s1);
        top: 1.4rem;
        left: 2rem;
    }
    .history-table__row::after {
        left: 2rem;
    }
    .history-table__year {
        width: 100%;
        padding: 0;
    }
    .history-table__content {
        width: 100%;
        padding: 0;
    }
    .history-month-table__row {
        gap: 0 var(--s2);
    }
    .history-month-table__row+.history-month-table__row {
        margin-top: var(--s2);
    }
    .history-month-table__month {
        width: var(--s6);
        padding: 0;
        font-size: 1.5rem;
        text-align: right;
    }
    .history-month-table__content {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    /*
  ---------------------------------------------

      sp news

  */
    .news-post {
        margin-top: -16.5rem;
        padding: 0 2rem;
    }
    .news-post__header {
        margin-bottom: var(--s3);
        gap: var(--s2);
    }
    .news-post__footer {
        margin: var(--s9) 0;
    }
    .news-post__category {
        min-width: var(--s9);
        font-size: 0.9rem;
    }
    .news-post__date {
        font-size: 1rem;
    }
    .news-post__title {
        font-size: 1.9rem;
    }
    .news-post__title-secondary {
        margin-top: var(--s4);
        margin-bottom: var(--s1);
        font-size: 1.5rem;
    }
    .news-post__photo-main {
        margin-bottom: var(--s4);
    }
    .news-post__photo {
        margin: var(--s4) 0;
    }
    .news-post__text-area p {
        margin: var(--s1) 0;
    }
}

@media screen and (max-width: 767px) {
    /*
  ---------------------------------------------

      sp contact

  */
    .contact-page {
        margin-top: var(--s7);
        margin-bottom: var(--s7);
    }
    .contact-page__lead {
        margin-bottom: var(--s3);
        font-size: 1.8rem;
    }
    .contact-page__label {
        font-size: 1.6rem;
    }
    .contact-page__note {
        font-size: 1.1rem;
    }
    .contact-page-box {
        margin: var(--s2) 0;
        padding: var(--s5) var(--s3);
    }
    .contact-page-box--01 .contact-page-box__line-01 {
        width: 62.7rem;
        height: 55.5rem;
        top: -30rem;
        left: -15.5rem;
    }
    .contact-page-box--01 .contact-page-box__line-02 {
        width: 129.8rem;
        height: 54.8rem;
        top: 14rem;
        left: -29.2rem;
    }
    .contact-page-box--02 .contact-page-box__line-01 {
        display: none;
    }
    .contact-page-box--02 .contact-page-box__line-02 {
        width: 129.8rem;
        height: 54.8rem;
        top: -6.5rem;
        left: -29.2rem;
    }
    .contact-page-tel {
        padding-left: 0;
        background: none;
    }
    .contact-page-tel__ruby::before {
        font-size: 1.1rem;
    }
    .contact-page-tel__number {
        padding-top: var(--s-2);
        padding-left: var(--s4);
        background: url("../img/global/icon-tel.svg") no-repeat bottom var(--s-2) left/2rem auto;
        font-size: 2.5rem;
    }
    .contact-page-tel__note {
        font-size: 1.3rem;
    }
    .contact-page-list__item {
        font-size: 1.1rem;
    }
    .qa-section {
        margin-top: var(--s7);
        margin-bottom: var(--s7);
    }
    .qa-index-wrapper {
        margin: var(--s6) 2rem var(--s8);
    }
    .qa-index-wrapper__btn {
        padding: var(--s3) var(--s6) var(--s3) var(--s4);
        background: #f4810b url("../img/global/arrow-02-white-down.svg") no-repeat center right var(--s3)/1.4rem auto;
        border-radius: 10rem;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.02em;
        cursor: pointer;
    }
    .qa-index {
        width: 100%;
        background: #524e4b;
        border-radius: var(--s1);
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: opacity 0.6s, visibility 0.6s;
    }
    .qa-index__item {
        border: none;
        border-radius: 0;
        font-size: 1.5rem;
        font-weight: 400;
    }
    .qa-index__item+.qa-index__item {
        border-top: 1px solid #6b6b6c;
    }
    .qa-index__item.is-active {
        background: url("../img/global/icon-check.svg") no-repeat center left var(--s2)/1.4rem auto;
    }
    .qa-index__item .icon-arrow-down {
        display: none;
    }
    .qa-index__link {
        min-height: inherit;
        padding: var(--s-2) var(--s1) var(--s-2) var(--s5);
        background: none;
        color: #fff;
    }
    .qa-index__item.is-active .qa-index__link {
        background-color: transparent;
    }
    .qa-index.is-show {
        visibility: visible;
        opacity: 1;
    }
    .qa-title-01 {
        margin-bottom: var(--s2);
        font-size: 1.6rem;
    }
    .qa-box-01__title {
        min-height: var(--s10);
        padding: var(--s2) var(--s4) var(--s2) var(--s7);
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .qa-box-01__title::before {
        width: var(--s5);
        height: var(--s5);
        font-size: 1.4rem;
        top: 2rem;
        left: var(--s-2);
    }
    .qa-box-01__title .icon-toggle {
        right: var(--s-2);
    }
    .qa-box-01__content {
        margin-bottom: var(--s2);
        padding: 0 var(--s-2) 0 var(--s7);
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .qa-box-01__content::before {
        width: var(--s5);
        height: var(--s5);
        font-size: 1.4rem;
        top: var(--s-2);
        left: var(--s-2);
    }
    .form-section {
        margin-top: var(--s7);
        margin-bottom: var(--s7);
    }
    .form-section .wpcf7 form .wpcf7-response-output {
        padding: var(--s2);
    }
    .form-step {
        gap: 6rem;
    }
    .form-step__item {
        padding-left: var(--s2);
        font-size: 1.2rem;
    }
    .form-step__item::before {
        width: var(--s-2);
        height: var(--s-2);
        left: 0.2rem;
    }
    .form-step__item+.form-step__item::after {
        width: var(--s5);
        left: -5rem;
    }
    .form-text {
        margin-top: var(--s3);
    }
    .form-btn {
        width: 26.5rem;
        font-size: 1.3rem;
    }
    .form-btn .icon-arrow {
        right: var(--s2);
    }
    .form-btn .icon-arrow-back {
        left: var(--s2);
    }
    .form-btn .hover-scroll {
        left: var(--s4);
    }
    .form-btn .wpcf7-previous,
    .form-btn .wpcf7-submit {
        height: var(--s10);
        padding: var(--s2) var(--s6) var(--s2) var(--s4);
    }
    .form-btn--previous .hover-scroll {
        right: var(--s4);
        left: auto;
    }
    .form-btn-wrapper {
        margin-top: var(--s4);
        align-items: center;
        flex-direction: column-reverse;
        gap: var(--s3);
    }
    .form-box-wrapper {
        margin: var(--s5) auto var(--s8);
    }
    .form-box {
        margin-top: 0;
        padding: var(--s3) 0;
        border-bottom: 1px solid #dcdcdc;
    }
    .form-box-wrapper--confirm .form-box {
        padding-bottom: var(--s3);
    }
    .form-box__attention {
        font-size: 1rem;
    }
    .form-box--type {
        padding: var(--s3) 0;
    }
    .form-box input[type=text],
    .form-box input[type=email],
    .form-box input[type=tel],
    .form-box textarea {
        padding: var(--s2);
    }
    .form-box textarea {
        height: 12rem;
    }
    .form-box [data-name=your-zip] input[type=text] {
        max-width: 15rem;
    }
    .form-box .wpcf7-radio {
        flex-direction: column;
        gap: var(--s3);
    }
    .form-box .wpcf7-list-item-label {
        padding-left: var(--s4);
    }
    .form-box .wpcf7-list-item-label::before {
        top: 0;
        left: 0;
    }
    .form-box input[type=radio]:checked+.wpcf7-list-item-label::after {
        top: 1.2rem;
        left: 1.2rem;
    }
    .form-box .wpcf7-not-valid-tip {
        margin-top: var(--s-2);
    }
}

@media screen and (max-width: 767px) {
    /*
  ---------------------------------------------

      sp voice

  */
    .case-study-header {
        height: 29rem;
        padding-top: 8.8rem;
    }
    .case-study-header__label {
        margin-top: var(--s2);
        font-size: 1.2rem;
    }
    .case-study-header__title {
        font-size: 5rem;
    }
    .case-study-header-bg__speech-bubble-01 {
        width: 11rem;
        height: 7.5rem;
        background-image: url("../img/voice/speech-bubble-01-sp.png");
        animation-name: floating-down-up-sp;
        top: var(--s1);
        left: var(--s5);
    }
    .case-study-header-bg__speech-bubble-02 {
        width: 20.5rem;
        height: 13.1rem;
        background-image: url("../img/voice/speech-bubble-02-sp.png");
        animation: floating-up-down-sp;
        top: 22.5rem;
        left: -2.8rem;
    }
    .case-study-header-bg__speech-bubble-03 {
        width: 18rem;
        height: 13rem;
        background-image: url("../img/voice/speech-bubble-03-sp.png");
        animation-name: floating-down-up-sp;
        top: -2rem;
        right: -1rem;
        left: auto;
    }
    .case-study-header-bg__speech-bubble-04 {
        width: 11.5rem;
        height: 8.2rem;
        background-image: url("../img/voice/speech-bubble-04-sp.png");
        top: 17rem;
        right: -2rem;
        left: auto;
    }
    .case-study-header-bg__speech-bubble-05 {
        display: none;
    }
    .case-study-header-bg__speech-bubble-06 {
        display: none;
    }
    .case-study-header-bg__speech-bubble-07 {
        display: none;
    }
    .case-study-header-bg--article {
        height: 37rem;
    }
    .case-study-term-area {
        padding: 0;
    }
    .case-study-category-wrapper {
        padding: var(--s3) 0;
        gap: var(--s2);
        justify-content: flex-start;
    }
    .case-study-category__link {
        min-width: 10rem;
    }
    .case-study-category__link .hover-scroll__text {
        padding-top: var(--s-2);
        padding-bottom: var(--s-2);
    }
    .case-study-tag-wrapper {
        gap: var(--s-2);
        justify-content: flex-start;
    }
    .case-study-tag__link {
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
    }
    .case-study-pickup {
        width: 100%;
        margin: 0;
        padding: var(--s5) 0;
        border-radius: 0;
    }
    .case-study-pickup:has(.swiper-pagination-lock) {
        padding: var(--s5) 0;
    }
    .case-study-pickup__title {
        font-size: 2rem;
        top: var(--s3);
        left: var(--s5);
    }
    .case-study-pickup__line-01 {
        width: 108.3rem;
        height: 45.7rem;
        top: -6rem;
        transform: translate(-48%, 0);
    }
    .case-study-pickup-slide__link {
        flex-direction: column;
    }
    .case-study-pickup-slide__content {
        width: 100%;
        padding: var(--s8) 2rem var(--s3);
    }
    .case-study-pickup-slide__photo {
        width: 100%;
        min-height: 23rem;
    }
    .case-study-pickup-slide__category {
        min-width: var(--s9);
        font-size: 0.9rem;
    }
    .case-study-pickup-slide__date {
        font-size: 0.9rem;
    }
    .case-study-pickup-slide__title {
        margin: var(--s1) 0;
        font-size: 2rem;
    }
    .case-study-pickup-slide__tag {
        font-size: 0.9rem;
    }
    .case-study-main {
        margin-top: var(--s6);
        margin-bottom: var(--s6);
    }
    .case-study-main__inner {
        padding: 0;
    }
    .case-study-main__title {
        margin-bottom: var(--s6);
        font-size: 2.4rem;
    }
    .case-study-main__title-en {
        margin-bottom: var(--s6);
        font-size: 4.5rem;
    }
    .case-study-pickup+.case-study-main {
        margin-top: var(--s10);
        margin-bottom: var(--s10);
    }
    .case-study-card-01__category {
        min-width: 9.5rem;
        padding: 0.2rem var(--s2);
        font-size: 1.2rem;
    }
    .case-study-card-01__date {
        font-size: 1.1rem;
    }
    .case-study-card-01__title {
        font-size: 1.6rem;
    }
    .case-study-card-01__tag {
        font-size: 1.1rem;
    }
    .case-study-contents__header {
        height: inherit;
        padding-top: 10rem;
    }
    .case-study-contents__main {
        padding: var(--s5) 0 0;
    }
    .case-study-contents__footer {
        margin: var(--s10) 0;
        gap: var(--s10) 0;
    }
    .case-study-contents__category {
        min-width: var(--s9);
        font-size: 0.9rem;
    }
    .case-study-contents__date {
        font-size: 0.9rem;
    }
    .case-study-contents__title {
        min-height: inherit;
        font-size: 2.2rem;
    }
    .case-study-contents__tag {
        font-size: 0.9rem;
    }
    .case-study-contents__main-photo {
        width: calc(100% + 2rem);
        border-radius: var(--s1) 0 0 var(--s1);
        left: auto;
        right: -2rem;
    }
    .case-study-contents__h2 {
        margin-top: var(--s10);
        margin-bottom: var(--s3);
        padding-bottom: var(--s2);
        font-size: 1.9rem;
    }
    .case-study-contents__h3 {
        margin: var(--s3) 0;
        padding-left: var(--s2);
        font-size: 1.6rem;
    }
    .case-study-contents__h3::before {
        width: var(--s-2);
    }
    .case-study-contents__h4 {
        margin: var(--s3) 0;
        font-size: 1.3rem;
    }
    .case-study-contents__paragraph {
        margin: var(--s3) 0;
    }
    .case-study-contents__movie-box {
        margin: var(--s5) 0;
        padding: 0 var(--s2);
    }
    .case-study-contents__movie-box__caption {
        font-size: 1rem;
    }
    .case-study-contents__image-box {
        margin: var(--s5) 0;
        padding: 0 var(--s2);
    }
    .case-study-contents__image-box__caption {
        font-size: 1rem;
    }
    .case-study-box-01 {
        margin-top: var(--s8);
        padding: var(--s6) 0;
    }
    .case-study-box-01__inner {
        flex-direction: column;
        gap: 0;
    }

    .profile-section {
        margin-top: '80px';
        margin-bottom: var(--s6);
    }
    .profile-group {
        margin-bottom: var(--s4);
    }
    .profile-group__title {
        margin-bottom: var(--s3);
        font-size: 2rem;
    }
    .profile-group__content {
        margin-left: 0;
    }
    .profile-group__icon {
        width: var(--s8);
        margin-top: var(--s2);
    }
    .profile-summary-01 {
        border-top: 1px solid #dcdcdc;
    }
    .profile-summary-01__row {
        padding: var(--s2) 0;
        border-bottom: 1px solid #dcdcdc;
        flex-direction: column;
        gap: var(--s-2);
    }
    .profile-summary-01__row:first-child .profile-summary-01__label,
    .profile-summary-01__row:first-child .profile-summary-01__content {
        border-top: none;
    }
    .profile-summary-01__label {
        width: 100%;
        padding: 0;
        border-bottom: none;
    }
    .profile-summary-01__content {
        padding: 0;
        border-bottom: none;
    }
    .profile-summary-02__row {
        border-top: none;
        flex-direction: column;
        gap: var(--s-2);
    }
    .profile-summary-02__row+.profile-summary-02__row {
        margin-top: var(--s2);
    }
    .profile-summary-02__label {
        width: 100%;
        padding: 0;
    }
    .profile-summary-02__content {
        padding: 0;
    }

    .case-study-box-01__data {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: var(--s2) var(--s1);
    }
    .case-study-box-01__post {
        margin-bottom: 0;
        font-size: 1.3rem;
    }
    .case-study-box-01__name {
        margin-bottom: 0;
        font-size: 1.6rem;
    }
    .case-study-box-01__title {
        width: 100%;
        margin-bottom: var(--s2);
        font-size: 1.6rem;
    }
    .case-study-box-01__thumb {
        width: 24rem;
        margin: 0 auto var(--s3);
    }
    .case-study-box-01+.case-study-box-01 {
        margin-top: var(--s3);
    }
    .case-study-latest__title-wrapper {
        margin-bottom: var(--s4);
        flex-direction: column;
        gap: var(--s1);
    }
    .case-study-latest__title {
        font-size: 3.4rem;
    }
    .case-study-latest__title-jp {
        font-size: 1.2rem;
    }
}

.e_checkbox:checked+span:before {
    background-color: #f4810b;
    border-color: #f4810b;
}

.e_checkbox+span:before {
    content: "";
    background: url("../img/global/arrow-checkbox.svg") no-repeat center/60% auto;
    color: #fff;
    border: 1px solid #dcdcdc;
    /* border-radius: var(--s1); */
    border-radius: .3em;
    line-height: 1;
    text-align: center;
    font-size: 0.8em;
    display: inline-block;
    vertical-align: middle;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    margin-right: 1.4em;
    transition: background-color 100ms, border-color 100ms;
}

.wpcf7-response-output {
    display: none;
}








