/* --------------------
 Front
-------------------- */
.main {
    padding: 76.3888888889vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .main {
        padding: 24.6428571429vw 0 0;
    }
}

.main:before {
    aspect-ratio: 1440/2752;
    background-image: url(../images/pages/front/front-main-bg-mb.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

@media (min-width: 768px) {
    .main:before {
        aspect-ratio: 2880/2344;
        background-image: url(../images/pages/front/front-main-bg.webp);
    }
}

.about {
    margin: 0 0 19.4444444444vw;
    position: relative;
}

@media (min-width: 768px) {
    .about {
        margin: 0 0 7.1428571429vw;
    }
}

.about__fig {
    margin: 0 0 6.6666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .about__fig {
        margin: 0 0 2.2857142857vw;
    }
}

.about__fig img {
    width: 65.2777777778vw;
}

@media (min-width: 768px) {
    .about__fig img {
        width: 25.9285714286vw;
    }
}

.about:has(.about__sns) .about__fig {
    margin: 0 0 3.8888888889vw;
}

@media (min-width: 768px) {
    .about:has(.about__sns) .about__fig {
        margin: 0 0 2.8571428571vw;
    }
}

.about__sns {
    margin: 0 0 26.3888888889vw;
}

@media (min-width: 768px) {
    .about__sns {
        display: none;
    }
}

.about__sns__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 8.3333333333vw;
    justify-content: center;
    margin: 0 0 1.1111111111vw;
}

.about__sns__list__item a {
    color: inherit;
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.about__sns__list__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .about__sns__list__item a:hover {
        opacity: 0.65;
    }
}

.about__sns__list__item a img {
    width: 22.7777777778vw;
}

.about__sns__content p {
    font-size: 4.4444444444vw;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.41;
    margin: 0;
    text-align: center;
}

.about__title {
    font-size: 10.0888888889vw;
    font-weight: 800;
    letter-spacing: 0.22em;
    line-height: 1;
    margin: 0 0 4.4444444444vw;
    padding: 0 0 0 0.22em;
    text-align: center;
}

@media (min-width: 768px) {
    .about__title {
        font-size: 2.5942857143vw;
        margin: 0 0 0.8571428571vw;
    }
}

.about__content {
    margin: 0 auto 6.6666666667vw;
    max-width: 88.8888888889vw;
}

@media (min-width: 768px) {
    .about__content {
        margin: 0 auto 1.4285714286vw;
        max-width: 61.4285714286vw;
    }
}

.about__content p {
    font-size: 4.4444444444vw;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.91;
    margin: 0;
}

@media (min-width: 768px) {
    .about__content p {
        font-size: 1.1428571429vw;
        letter-spacing: 0.12em;
        line-height: 1.75;
        text-align: center;
    }
}

.about__name {
    font-size: 4.4444444444vw;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .about__name {
        font-size: 1.1428571429vw;
        letter-spacing: 0.12em;
        line-height: 1.91;
    }
}

.about__name em {
    font-size: 6.6666666667vw;
    font-style: inherit;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .about__name em {
        font-size: inherit;
    }
}

.service {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 13.8888888889vw 0;
    justify-content: flex-start;
    margin: 0 auto 22.2222222222vw;
    width: 88.8888888889vw;
}

@media (min-width: 768px) {
    .service {
        gap: 4.2857142857vw 0;
        margin: 0 auto 5.7142857143vw;
        width: 85.7142857143vw;
    }
}

.service__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .service__item {
        border-right: max(1px, 0.0714285714vw) solid var(--color-black);
        flex: 0 0 33.33333%;
    }
}

.service__item__head {
    position: relative;
    text-align: center;
}

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

.service__item__head img {
    transform: translateX(-2.7777777778vw);
    width: 75vw;
}

@media (min-width: 768px) {
    .service__item__head img {
        left: -1.1428571429vw;
        position: absolute;
        top: 0.8571428571vw;
        transform: none;
        width: 26.6428571429vw;
    }
}

.service__item__fig {
    margin: 0 auto;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

.service__item__fig img {
    aspect-ratio: 1/1;
    height: auto;
    max-width: none;
    object-fit: cover;
    object-position: center;
    width: 59.7222222222vw;
}

@media (min-width: 768px) {
    .service__item__fig img {
        width: 15.3571428571vw;
    }
}

.service__item__title {
    font-size: 8.3333333333vw;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .service__item__title {
        font-size: 2.1428571429vw;
        margin: 0 0 0.4285714286vw;
    }
}

.service__item__title .--a {
    display: block;
    font-size: 8.3333333333vw;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .service__item__title .--a {
        font-size: 2.1428571429vw;
    }
}

.service__item__title .--b {
    display: block;
    font-size: 6.6666666667vw;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .service__item__title .--b {
        font-size: 1.7142857143vw;
    }
}

.service__item__content {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .service__item__content {
        max-width: 21.1428571429vw;
        padding: 0 0 0.5714285714vw;
    }
}

.service__item__content p {
    font-size: 4.4444444444vw;
    letter-spacing: 0.16em;
    line-height: 1.91;
    margin: 0;
}

@media (min-width: 768px) {
    .service__item__content p {
        font-size: 1vw;
        letter-spacing: 0.12em;
        line-height: 1.75;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(2) {
        padding-top: 0.8571428571vw;
    }
}

.service__item:nth-child(2) .service__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .service__item:nth-child(2) .service__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(2) .service__item__content {
        padding-bottom: 1.4285714286vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(3) {
        padding-top: 0.8571428571vw;
    }
}

.service__item:nth-child(3) .service__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .service__item:nth-child(3) .service__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(3) .service__item__content {
        padding-bottom: 1.4285714286vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(4) {
        border-left: max(1px, 0.0714285714vw) solid var(--color-black);
        padding-top: 1.8571428571vw;
    }
}

.service__item:nth-child(4) .service__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .service__item:nth-child(4) .service__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(4) .service__item__title {
        margin-bottom: 1.1428571429vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(5) {
        padding-top: 1.8571428571vw;
    }
}

.service__item:nth-child(5) .service__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .service__item:nth-child(5) .service__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(5) .service__item__title {
        margin-bottom: 1.1428571429vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(6) {
        padding-top: 1.8571428571vw;
    }
}

.service__item:nth-child(6) .service__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .service__item:nth-child(6) .service__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(6) .service__item__title {
        margin-bottom: 1.1428571429vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(7) {
        border-left: max(1px, 0.0714285714vw) solid var(--color-black);
        padding-top: 2.1428571429vw;
    }
}

.service__item:nth-child(7) .service__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .service__item:nth-child(7) .service__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(7) .service__item__title {
        margin-bottom: 1.4285714286vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(7) .service__item__content {
        padding-bottom: 0.2857142857vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(8) {
        padding-top: 2.1428571429vw;
    }
}

.service__item:nth-child(8) .service__item__fig {
    margin-bottom: -15.5555555556vw;
}

@media (min-width: 768px) {
    .service__item:nth-child(8) .service__item__fig {
        margin-bottom: -3.2857142857vw;
    }
}

.service__item:nth-child(8) .service__item__title {
    margin: 0 0 10vw;
    position: relative;
}

@media (min-width: 768px) {
    .service__item:nth-child(8) .service__item__title {
        margin-bottom: 3.2857142857vw;
    }
}

.service__item:nth-child(8) .service__item__title .--b {
    left: 0;
    position: absolute;
    right: 0;
    top: 11.1111111111vw;
}

@media (min-width: 768px) {
    .service__item:nth-child(8) .service__item__title .--b {
        top: 2.8571428571vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(8) .service__item__content {
        padding-bottom: 0.2857142857vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(9) {
        padding-top: 2.1428571429vw;
    }
}

.service__item:nth-child(9) .service__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .service__item:nth-child(9) .service__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(9) .service__item__title {
        margin-bottom: 1.4285714286vw;
    }
}

@media (min-width: 768px) {
    .service__item:nth-child(9) .service__item__content {
        padding-bottom: 0.2857142857vw;
    }
}

.business {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 13.8888888889vw 0;
    justify-content: flex-start;
    margin: 0 auto 27.7777777778vw;
    padding: 6.6666666667vw 0 0;
    position: relative;
    width: 88.8888888889vw;
}

@media (min-width: 768px) {
    .business {
        gap: 3.7142857143vw 0;
        margin: 0 auto 8.9285714286vw;
        padding: 21.4285714286vw 0 0;
        width: 85.7142857143vw;
    }
}

.business:before {
    aspect-ratio: 2800/1094;
    background-image: url(../images/pages/front/front-business-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: 100cqw;
    z-index: -1;
}

.business__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .business__item {
        border-right: max(1px, 0.0714285714vw) solid var(--color-black);
        flex: 0 0 33.33333%;
    }
}

.business__item__head {
    position: relative;
    text-align: center;
}

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

.business__item__head img {
    transform: translateX(-5.5555555556vw);
    width: 83.3333333333vw;
}

@media (min-width: 768px) {
    .business__item__head img {
        left: -4.2857142857vw;
        max-width: none;
        position: absolute;
        top: -8.8571428571vw;
        transform: none;
        width: 31vw;
    }
}

.business__item__fig {
    margin: 0 auto;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

.business__item__fig img {
    aspect-ratio: 1/1;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 59.7222222222vw;
}

@media (min-width: 768px) {
    .business__item__fig img {
        width: 15.3571428571vw;
    }
}

.business__item__title {
    font-size: 8.3333333333vw;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.75;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .business__item__title {
        font-size: 2.1428571429vw;
        margin: 0 0 0.4285714286vw;
    }
}

.business__item__content {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .business__item__content {
        max-width: 21.1428571429vw;
        padding: 0 0 0.2857142857vw;
    }
}

.business__item__content p {
    font-size: 4.4444444444vw;
    letter-spacing: 0.16em;
    line-height: 1.91;
    margin: 0;
}

@media (min-width: 768px) {
    .business__item__content p {
        font-size: 1vw;
        letter-spacing: 0.12em;
        line-height: 1.75;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(2) {
        padding: 1.4285714286vw 0 0;
    }
}

.business__item:nth-child(2) .business__item__fig {
    margin-bottom: -7.2222222222vw;
    position: relative;
}

@media (min-width: 768px) {
    .business__item:nth-child(2) .business__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

.business__item:nth-child(2) .business__item__fig:before {
    display: none;
}

@media (min-width: 768px) {
    .business__item:nth-child(2) .business__item__fig:before {
        border: 0.7142857143vw solid var(--color-white);
        border-radius: 50%;
        bottom: -0.0714285714vw;
        content: "";
        display: block;
        left: -0.0714285714vw;
        position: absolute;
        right: -0.0714285714vw;
        top: -0.0714285714vw;
        z-index: 1;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(2) .business__item__title {
        margin-bottom: 0.7142857143vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(2) .business__item__content {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(3) {
        padding: 1.4285714286vw 0 0;
    }
}

.business__item:nth-child(3) .business__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .business__item:nth-child(3) .business__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(3) .business__item__title {
        margin-bottom: 0.7142857143vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(3) .business__item__content {
        max-width: 22.4285714286vw;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(4) {
        border-left: max(1px, 0.0714285714vw) solid var(--color-black);
        padding: 1.7142857143vw 0 0;
    }
}

.business__item:nth-child(4) .business__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .business__item:nth-child(4) .business__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(4) .business__item__title {
        margin-bottom: 1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(5) {
        padding: 1.7142857143vw 0 0;
    }
}

.business__item:nth-child(5) .business__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .business__item:nth-child(5) .business__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(5) .business__item__title {
        margin-bottom: 1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(6) {
        padding: 1.7142857143vw 0 0;
    }
}

.business__item:nth-child(6) .business__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .business__item:nth-child(6) .business__item__fig {
        margin-bottom: -1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(6) .business__item__title {
        margin-bottom: 1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(7) {
        border-left: max(1px, 0.0714285714vw) solid var(--color-black);
        margin-top: 1.4285714286vw;
        padding: 1.7142857143vw 0 0;
    }
}

.business__item:nth-child(7) .business__item__fig {
    margin-bottom: -7.2222222222vw;
}

@media (min-width: 768px) {
    .business__item:nth-child(7) .business__item__fig {
        margin-bottom: -2.4285714286vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(7) .business__item__title {
        margin-bottom: 1.8571428571vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(8) {
        flex: 0 0 66.66667%;
        margin-top: 1.4285714286vw;
        padding: 1.7142857143vw 0 0;
    }
}

.business__item:nth-child(8) .business__item__fig {
    margin: 0 -5.5555555556vw -7.2222222222vw;
}

@media (min-width: 768px) {
    .business__item:nth-child(8) .business__item__fig {
        margin: 0 auto -2.4285714286vw;
    }
}

.business__item:nth-child(8) .business__item__fig img {
    aspect-ratio: 1440/968;
    width: 100%;
}

@media (min-width: 768px) {
    .business__item:nth-child(8) .business__item__fig img {
        aspect-ratio: 500/215;
        border-radius: 0.7142857143vw;
        width: 35.7142857143vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(8) .business__item__title {
        margin-bottom: 1.1428571429vw;
    }
}

@media (min-width: 768px) {
    .business__item:nth-child(8) .business__item__content {
        max-width: 48.5714285714vw;
    }
}

.office {
    position: relative;
}

.office__illust {
    bottom: -36.1111111111vw;
    left: 0;
    overflow-x: clip;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .office__illust {
        bottom: -18.5714285714vw;
    }
}

.office__illust__item {
    position: absolute;
}

.office__illust__item:nth-child(1) {
    right: -1.6666666667vw;
    top: 36.1111111111vw;
}

@media (min-width: 768px) {
    .office__illust__item:nth-child(1) {
        right: 2.4285714286vw;
        top: -8.5714285714vw;
    }
}

.office__illust__item:nth-child(1) img {
    width: 33.3333333333vw;
}

@media (min-width: 768px) {
    .office__illust__item:nth-child(1) img {
        width: 17.0714285714vw;
    }
}

.office__illust__item:nth-child(2) {
    right: 36.1111111111vw;
    top: 52.7777777778vw;
}

@media (min-width: 768px) {
    .office__illust__item:nth-child(2) {
        right: 21.4285714286vw;
        top: 1.1428571429vw;
    }
}

.office__illust__item:nth-child(2) img {
    width: 32.2222222222vw;
}

@media (min-width: 768px) {
    .office__illust__item:nth-child(2) img {
        width: 15.3571428571vw;
    }
}

.office__illust__item:nth-child(3) {
    bottom: 0;
    left: 29.1666666667vw;
}

@media (min-width: 768px) {
    .office__illust__item:nth-child(3) {
        left: 12.5vw;
    }
}

.office__illust__item:nth-child(3) img {
    width: 36.1111111111vw;
}

@media (min-width: 768px) {
    .office__illust__item:nth-child(3) img {
        width: 19.9285714286vw;
    }
}

.office__title {
    font-size: 10.0888888889vw;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin: 0 0 13.8888888889vw;
    text-align: center;
}

@media (min-width: 768px) {
    .office__title {
        font-size: 2.5942857143vw;
        margin: 0 0 1.4285714286vw;
    }
}

.office__address {
    font-size: 4.4444444444vw;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.91;
    margin: 0 0 23.6111111111vw;
    text-align: center;
}

@media (min-width: 768px) {
    .office__address {
        font-size: 1vw;
        letter-spacing: 0.12em;
        line-height: 1.75;
        margin: 0 0 2.2857142857vw;
    }
}

.office__map iframe {
    border: none;
    display: block;
    height: 222.2222222222vw;
    width: 100%;
}

@media (min-width: 768px) {
    .office__map iframe {
        height: 42.8571428571vw;
    }
}