/* --------------------
 Front
-------------------- */
body {
    min-width: auto;
}

@media (min-width: 897px) and (max-width: 1239px) {
    #header .logo {
        -webkit-clip-path: polygon(0 0, 180px 0, 180px 100%, 0 100%);
        clip-path: polygon(0 0, 180px 0, 180px 100%, 0 100%);
    }

    #header .logo a {
        display: block;
        transform: translateX(-60px);
        transition: none;
        width: 100%;
    }

    #header .logo img {
        width: 301px;
    }

    #header .h-list {
        top: 20px;
    }
}

@media (min-width: 992px) {
    #g-navi .navi-box {
        top: 95px;
    }
}

@media (min-width: 897px) {
    #footer .f-box {
        max-width: 1203px;
        width: 100%;
    }

    #footer .f-info {
        max-width: 1180px;
        padding-inline: 20px;
        width: 100%;
    }
}

@media (min-width: 897px) and (max-width: 1239px) {
    #footer .f-navi > li {
        width: 25% !important;
    }

    #footer .f-info li {
        margin-left: 20px;
    }
}

.front {
    margin: 0 0 26.6666666667vw;
}

@media (min-width: 768px) {
    .front {
        margin: 0 0 120px;
    }
}

.hero {
    overflow: hidden;
    position: relative;
}

.hero__video {
    background-color: #000000;
    position: relative;
    z-index: 0;
}

.hero__video video {
    aspect-ratio: 1920/810;
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
}

.overview {
    margin: 0 0 8vw;
    overflow-x: clip;
    padding: 10.6666666667vw 0 5.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .overview {
        margin-bottom: 0;
        padding: 52px 0 128px;
    }
}

.overview__bg {
    background-image: url(../img/front/overview-bg-mb.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .overview__bg {
        background-image: url(../img/front/overview-bg.webp);
    }
}

.overview-container {
    margin: 0 auto;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.overview__item-wrapper {
    padding: 0;
    position: relative;
}

.overview__item {
    position: relative;
}

.overview__item__content svg {
    display: block;
    height: 100%;
    overflow: visible;
    width: 100%;
}

.overview__item__target {
    position: relative;
}

.overview__item__target svg {
    display: block;
    height: 0;
    opacity: 0;
    position: absolute;
    visibility: visible;
    width: 0;
}

.overview__item--01 {
    aspect-ratio: 590/376;
    height: auto;
    margin: 0 0 8vw;
    width: 62.9333333333vw;
}

@media (min-width: 768px) {
    .overview__item--01 {
        margin: 0 0 56px;
        width: 472px;
    }
}

.overview__item--02 {
    aspect-ratio: 600/204;
    height: auto;
    margin: 0 0 0 auto;
    width: 64vw;
}

@media (min-width: 768px) {
    .overview__item--02 {
        width: 480px;
    }
}

.business {
    margin: 0 0 10.6666666667vw;
    overflow: hidden;
    padding: 10.6666666667vw 0 10.6666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    .business {
        margin: 0 0 60px;
        padding: 80px 0 124px;
    }
}

.business__circle {
    bottom: 0;
    height: min(100%, 100vw);
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    width: min(100%, 100vw);
    z-index: 0;
}

@media (min-width: 768px) {
    .business__circle {
        height: min(90%, 80vw);
        width: min(90%, 80vw);
    }
}

.business__circle:before {
    background-color: #004098;
    border-radius: 50%;
    content: "";
    display: block;
    height: 120%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
}

@media (min-width: 768px) {
    .business__circle:before {
        height: 100%;
        width: 100%;
    }
}

.business__head {
    margin: 0 0 2.1333333333vw;
    padding: 10.6666666667vw 0 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .business__head {
        margin: 0 0 80px;
        padding: 40px 0 0;
    }
}

@media (min-width: 992px) {
    .business__head {
        padding: 60px 0 0;
    }
}

.business__head__logo {
    margin: 0 0 5.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .business__head__logo {
        margin: 0 0 28px;
    }
}

.business__head__logo img {
    width: 66.6666666667vw;
}

@media (min-width: 768px) {
    .business__head__logo img {
        width: 514px;
    }
}

@media (min-width: 992px) {
    .business__head__logo img {
        width: 642px;
    }
}

.business__head__title {
    color: #ffffff;
    font-size: 5.8666666667vw;
    font-weight: 500;
    line-height: 1.68;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .business__head__title {
        font-size: var(--fs28);
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .business__head__title {
        font-size: var(--fs36);
    }
}

.business__list-wrapper {
    margin: 0 auto 8vw;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
}

@media (min-width: 768px) {
    .business__list-wrapper {
        margin: 0 auto 40px;
    }
}

.business__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 4.2666666667vw;
    justify-content: flex-start;
    margin: 0 0 10.6666666667vw;
    width: 100%;
}

@media (min-width: 768px) {
    .business__list {
        gap: 40px;
        margin: 0 0 60px;
    }
}

@media (min-width: 992px) {
    .business__list {
        gap: 50px;
    }
}

.business__list__item {
    flex: 0 0 calc(25% - 3.2vw);
}

@media (min-width: 768px) {
    .business__list__item {
        flex: 0 0 calc(25% - 30px);
    }
}

@media (min-width: 992px) {
    .business__list__item {
        flex: 0 0 calc(25% - 37.5px);
    }
}

.business__list__item a {
    display: block;
    font-size: 2.6666666667vw;
    font-weight: 500;
    line-height: 1.73;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .business__list__item a {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .business__list__item a {
        font-size: var(--fs17);
    }
}

@media (min-width: 1240px) {
    .business__list__item a {
        font-size: var(--fs18);
    }
}

.business__list__item a img {
    display: block;
    margin: 0 0 4px;
    transform-origin: center bottom;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 100%;
}

.business__list__item a span {
    color: #ffffff;
    display: block;
}

@media (min-width: 768px) {
    .business__list__item a:focus img {
        transform: scale(1.2);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .business__list__item a:hover img {
        transform: scale(1.2);
    }
}

.business__action {
    margin: 0 auto;
    max-width: 32vw;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .business__action {
        max-width: 262px;
    }
}

.business__action__button {
    align-items: center;
    background-color: #d3d3d4;
    display: flex;
    flex-flow: row nowrap;
    font-size: 3.2vw;
    font-weight: 900;
    height: 6.9333333333vw;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 5.3333333333vw 0 2.1333333333vw;
    position: relative;
    text-decoration: none;
    transform: translateZ(0);
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .business__action__button {
        font-size: var(--fs24);
        height: 56px;
        padding: 0 38px 0 36px;
    }
}

.business__action__button__text {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    color: #004098;
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: color var(--duration) var(--cubic) 0s;
    visibility: hidden;
    width: 1px;
}

.business__action__button__bg {
    background-color: #004098;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--duration) var(--cubic) 0s;
    z-index: 0;
}

.business__action__button:before {
    background-color: #004098;
    content: "";
    display: block;
    height: 3.2vw;
    margin: auto 0;
    -webkit-mask-image: url(../img/front/button-label-vew-more-mb.svg);
    mask-image: url(../img/front/button-label-vew-more-mb.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 23.4666666667vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .business__action__button:before {
        height: 18px;
        -webkit-mask-image: url(../img/front/button-label-vew-more.svg);
        mask-image: url(../img/front/button-label-vew-more.svg);
        width: 158px;
    }
}

.business__action__button:after {
    background-color: #004098;
    bottom: 0;
    content: "";
    display: block;
    height: 3.4666666667vw;
    margin: auto 0;
    -webkit-mask-image: url(../img/front/icon-navy-arrow-right.svg);
    mask-image: url(../img/front/icon-navy-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 1.0666666667vw;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 4vw;
}

@media (min-width: 768px) {
    .business__action__button:after {
        height: 22px;
        -webkit-mask-image: url(../img/front/icon-navy-arrow-right-small.svg);
        mask-image: url(../img/front/icon-navy-arrow-right-small.svg);
        right: 28px;
        width: 26px;
    }
}

.business__action__button:focus .business__action__button__text {
    color: #ffffff;
}

.business__action__button:focus .business__action__button__bg {
    transform: scaleX(1);
}

.business__action__button:focus:before {
    background-color: #ffffff;
}

.business__action__button:focus:after {
    background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .business__action__button:hover .business__action__button__text {
        color: #ffffff;
    }

    .business__action__button:hover .business__action__button__bg {
        transform: scaleX(1);
    }

    .business__action__button:hover:before {
        background-color: #ffffff;
    }

    .business__action__button:hover:after {
        background-color: #ffffff;
    }
}

.marquee {
    background-color: #ffffff;
    padding: 8vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .marquee {
        padding: 30px 0;
    }
}

@media (min-width: 992px) {
    .marquee {
        padding: 50px 0;
    }
}

.marquee img {
    width: 765px;
}

@media (min-width: 768px) {
    .marquee img {
        width: 2448px;
    }
}

.news {
    background-color: #F6F6F6;
    padding: 8vw 0 16vw;
}

@media (min-width: 768px) {
    .news {
        padding: 50px 0 80px;
    }
}

.news-container {
    margin: 0 auto;
    max-width: calc(1140px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.news__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs26);
    font-weight: 600;
    gap: 6.4vw;
    justify-content: center;
    margin: 0 auto 3.7333333333vw;
    text-align: center;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .news__title {
        font-size: var(--fs35);
        gap: 25px;
        margin-bottom: 23px;
    }
}

.news__title::before, .news__title::after {
    background-color: #000;
    content: "";
    display: block;
    height: 0.2666666667vw;
    top: 50%;
    width: 18.4vw;
}

@media (min-width: 768px) {
    .news__title::before, .news__title::after {
        height: 2px;
        width: 69px;
    }
}

.news__list {
    list-style: none;
    margin: 0 0 16.2666666667vw;
    padding: 0;
}

@media (min-width: 768px) {
    .news__list {
        margin: 0 0 61px;
    }
}

.news__list__item__link {
    align-items: center;
    background: url(../img/common/icon07.svg) no-repeat right bottom 8.5333333333vw;
    background-size: 7.2vw auto;
    border-bottom: 1px solid #707070;
    display: flex;
    flex-flow: row wrap;
    font-weight: 600;
    gap: 2.1333333333vw 0;
    padding: 3.2vw 10.6666666667vw 3.2vw 2.1333333333vw;
}

@media (min-width: 768px) {
    .news__list__item__link {
        background-position: right center;
        background-size: 27px auto;
        flex-wrap: nowrap;
        gap: 0;
        padding: 12px 45px 12px 0px;
    }
}

@media (min-width: 992px) {
    .news__list__item__link {
        background-position: right 40px center;
        padding: 12px 80px 12px 32px;
    }
}

@media (min-width: 1240px) {
    .news__list__item__link {
        background-position: right 112px center;
        padding: 12px 145px 12px 32px;
    }
}

.news__list__item__link:focus {
    opacity: 0.6;
}

@media (min-width: 768px) {
    .news__list__item__link:focus {
        background-position: center right 65px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .news__list__item__link:hover {
        opacity: 0.6;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .news__list__item__link:hover {
        background-position: center right 65px;
    }
}

.news__list__item__link__time {
    flex: 0 0 27.2vw;
    font-size: var(--fs14);
    min-width: 0px;
}

@media (min-width: 768px) {
    .news__list__item__link__time {
        flex: 0 0 120px;
    }
}

.news__list__item__link__sort {
    flex: 0 0 26.6666666667vw;
    min-width: 0px;
}

@media (min-width: 768px) {
    .news__list__item__link__sort {
        flex: 0 0 155px;
    }
}

.news__list__item__link__sort span {
    color: #fff;
    display: block;
    font-size: var(--fs10);
    padding: 1.3333333333vw 0;
    text-align: center;
}

@media (min-width: 768px) {
    .news__list__item__link__sort span {
        font-size: var(--fs16);
        padding: 5px 0;
    }
}

.news__list__item__link__text {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 768px) {
    .news__list__item__link__text {
        flex: 1 1 auto;
        font-size: var(--fs16);
        padding-left: 37px;
    }
}

.news .com-link {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .news .com-link {
        max-width: 61.3333333333vw;
    }
}

@media (max-width: 767px) {
    .news .com-link a {
        font-size: var(--fs16);
    }
}

.tech {
    margin: 0;
    padding: 0;
}

.tech__head {
    margin: 0 0 4.2666666667vw;
}

@media (min-width: 768px) {
    .tech__head {
        margin: 0 0 48px;
    }
}

.tech__head-container {
    margin: 0 auto;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.tech__head__title__en {
    margin: 0 0 3.2vw;
}

@media (min-width: 768px) {
    .tech__head__title__en {
        margin: 0 0 8px;
    }
}

@media (max-width: 767px) {
    .tech__head__title__en img {
        aspect-ratio: 276/64;
        height: 17.0666666667vw;
        width: auto;
    }
}

.tech__head__title__ja {
    color: #036eb7;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .tech__head__title__ja {
        font-size: var(--fs24);
    }
}

.tech__list {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
    padding: 8vw 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .tech__list {
        padding: 60px 0;
    }
}

.tech__list:before {
    background-image: url(../img/front/tech-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

.tech__list-container {
    display: grid;
    gap: 16vw;
    grid-gap: 16vw;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: calc(1100px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .tech__list-container {
        gap: 0 60px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.tech__list__item {
    position: relative;
    text-decoration: none;
    white-space: transform, opacity;
    z-index: 1;
}

@media (min-width: 768px) {
    .tech__list__item {
        display: grid;
        gap: 0;
        grid-gap: 0;
        grid-row: span 4;
        grid-template-rows: subgrid;
    }
}

.tech__list__item__fig {
    margin: 0 0 5.3333333333vw;
    padding: 0 5.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .tech__list__item__fig {
        margin: 0 0 24px;
        padding: 0;
    }
}

.tech__list__item__fig:after {
    background-image: url(../img/front/tech-button.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 10.0917431193%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(15%);
    transition: transform var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 18.0428134557%;
    z-index: 1;
}

.tech__list__item__fig img {
    aspect-ratio: 1/1;
    display: block;
    margin: 0;
    max-height: 100%;
    object-fit: contain;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 100%;
}

.tech__list__item__title {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 3.7333333333vw;
    font-weight: 500;
    justify-content: center;
    line-height: 1.4;
    margin: 0 0 2.1333333333vw;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .tech__list__item__title {
        font-size: var(--fs14);
        margin: 0 0 8px;
    }
}

.tech__list__item__title img {
    max-height: 4.2666666667vw;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 768px) {
    .tech__list__item__title img {
        max-height: 17px;
    }
}

.tech__list__item__name {
    color: #c8c9ca;
    font-size: 6.9333333333vw;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 4.2666666667vw;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .tech__list__item__name {
        font-size: var(--fs26);
        margin: 0 0 24px;
    }
}

@media (min-width: 992px) {
    .tech__list__item__name {
        font-size: var(--fs30);
    }
}

.tech__list__item__content p {
    color: #ffffff;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.81;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .tech__list__item__content p {
        font-size: var(--fs14);
        line-height: 2;
    }
}

.tech__list__item:focus .tech__list__item__fig img {
    transform: scale(0.975);
}

.tech__list__item:focus .tech__list__item__fig:after {
    opacity: 1;
    transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
    .tech__list__item:hover .tech__list__item__fig img {
        transform: scale(0.975);
    }

    .tech__list__item:hover .tech__list__item__fig:after {
        opacity: 1;
        transform: translateY(0);
    }
}

.works {
    margin: 0 0 16vw;
}

@media (min-width: 768px) {
    .works {
        margin: 0 0 120px;
    }
}

.works-container {
    margin: 0 auto;
    max-width: calc(1440px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.works__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 5.3333333333vw;
    justify-content: flex-start;
    margin: 0 auto 8vw;
    max-width: 1200px;
    width: 100%;
}

@media (min-width: 768px) {
    .works__title {
        gap: 28px;
        margin: 0 auto 60px;
    }
}

.works__title__en {
    margin: 0;
}

@media (max-width: 767px) {
    .works__title__en img {
        aspect-ratio: 200/50;
        height: 6.9333333333vw;
        width: auto;
    }
}

.works__title__ja {
    color: #036eb7;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

@media (max-width: 767px) {
    .works__title__ja {
        transform: translateY(0.2em);
    }
}

@media (min-width: 768px) {
    .works__title__ja {
        font-size: var(--fs24);
    }
}

.works__map {
    margin: 0 0 13.3333333333vw;
}

@media (min-width: 768px) {
    .works__map {
        margin: 0 0 50px;
    }
}

.works__map #work-map {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.works__slider {
    margin: 0 0 5.3333333333vw;
    overflow-x: clip;
}

@media (min-width: 768px) {
    .works__slider {
        margin: 0 0 80px;
    }
}

.works__slider .splide__track {
    overflow: visible;
}

.works__slider .splide__slide {
    width: 65.3333333333vw;
}

@media (min-width: 768px) {
    .works__slider .splide__slide {
        width: calc(33.33333% - 13.33333px);
    }
}

@media (min-width: 992px) {
    .works__slider .splide__slide {
        width: calc(20% - 16px);
    }
}

.works__slider .splide__slide a {
    display: block;
    transition: transform 0.3s;
    width: 100%;
    will-change: transform;
}

.works__slider .splide__slide a:focus img {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .works__slider .splide__slide a:hover img {
        opacity: 0.6;
    }
}

.works__slider .splide__slide img {
    aspect-ratio: 590/400;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 100%;
}

.works__action__button {
    align-items: center;
    background-color: #d3d3d4;
    display: flex;
    flex-flow: row nowrap;
    font-size: 3.2vw;
    font-weight: 900;
    height: 6.9333333333vw;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 34.6666666667vw;
    padding: 0 5.3333333333vw 0 2.1333333333vw;
    position: relative;
    text-decoration: none;
    transform: translateZ(0);
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .works__action__button {
        font-size: var(--fs24);
        height: 56px;
        max-width: 262px;
        padding: 0 38px 0 36px;
    }
}

.works__action__button__text {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    color: #004098;
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: color var(--duration) var(--cubic) 0s;
    visibility: hidden;
    width: 1px;
}

.works__action__button__bg {
    background-color: #004098;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--duration) var(--cubic) 0s;
    z-index: 0;
}

.works__action__button:before {
    background-color: #004098;
    content: "";
    display: block;
    height: 2.9333333333vw;
    margin: auto 0;
    -webkit-mask-image: url(../img/front/button-label-vew-more.svg);
    mask-image: url(../img/front/button-label-vew-more.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 25.3333333333vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .works__action__button:before {
        height: 18px;
        width: 158px;
    }
}

.works__action__button:after {
    background-color: #004098;
    bottom: 0;
    content: "";
    display: block;
    height: 3.4666666667vw;
    margin: auto 0;
    -webkit-mask-image: url(../img/front/icon-navy-arrow-right-small.svg);
    mask-image: url(../img/front/icon-navy-arrow-right-small.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 1.0666666667vw;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 4vw;
}

@media (min-width: 768px) {
    .works__action__button:after {
        height: 22px;
        -webkit-mask-image: url(../img/front/icon-navy-arrow-right.svg);
        mask-image: url(../img/front/icon-navy-arrow-right.svg);
        right: 28px;
        width: 26px;
    }
}

.works__action__button:focus .works__action__button__text {
    color: #ffffff;
}

.works__action__button:focus .works__action__button__bg {
    transform: scaleX(1);
}

.works__action__button:focus:before {
    background-color: #ffffff;
}

.works__action__button:focus:after {
    background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .works__action__button:hover .works__action__button__text {
        color: #ffffff;
    }

    .works__action__button:hover .works__action__button__bg {
        transform: scaleX(1);
    }

    .works__action__button:hover:before {
        background-color: #ffffff;
    }

    .works__action__button:hover:after {
        background-color: #ffffff;
    }
}

.recruit {
    padding: 16vw 0;
}

@media (min-width: 768px) {
    .recruit {
        padding: 80px 0;
    }
}

.recruit-container {
    margin: 0 auto;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.recruit__banner a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.recruit__banner a:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .recruit__banner a:hover {
        opacity: 0.6;
    }
}

.sec06 {
    margin: 0 0 100px;
}

@media (min-width: 897px) {
    .sec06 .shared-link-list {
        gap: 80px 40px;
        max-width: 1026px;
        padding: 0 20px;
        width: 100%;
    }

    .sec06 .shared-link-list:before, .sec06 .shared-link-list:after {
        display: none;
    }

    .sec06 .shared-link-list > li {
        flex: 0 0 calc(25% - 30px);
        margin: 0;
        width: auto;
    }
}

@media (max-width: 767px) {
    .sec07 {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .sec07 table {
        margin-bottom: 8vw !important;
        max-width: 160vw;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .sec07 table {
        max-width: 460px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .sec07 table > caption {
        font-size: 5.8666666667vw !important;
    }
}

@media (max-width: 767px) {
    .sec07 table > tbody > tr > th, .sec07 table > tbody > tr > td {
        font-size: 4vw;
    }
}

@media (max-width: 767px) {
    .sec07 table > tbody > tr > th {
        width: 18.6666666667vw !important;
    }
}

@media (min-width: 768px) {
    .sec07 table > tbody > tr > th {
        width: 100px !important;
    }
}

.sec07 table > tbody > tr > td {
    padding-right: 0 !important;
    width: auto;
}

@media (max-width: 767px) {
    .sec07 .com-link a {
        font-size: 4.2666666667vw;
        margin-inline: auto;
        padding-block: 2.1333333333vw;
        width: 45.3333333333vw;
    }
}