/* --------------------
 Front
-------------------- */
.layout {
    padding: 7.5rem 0 0;
}

@media (min-width: 768px) {
    .layout {
        padding: 8.125rem 0 0;
    }
}

main {
    position: relative;
    z-index: 0;
}

.hero {
    position: relative;
    z-index: 1;
}

.hero #js-hero-slider {
    --f-carousel-gap: 0;
    --f-carousel-slide-width: 16.9375rem;
}

@media (min-width: 768px) {
    .hero #js-hero-slider {
        --f-carousel-slide-width: 19.8125rem;
    }
}

.hero__slider {
    margin: 0 0 -0.625rem;
    overflow-x: clip;
    padding: 4.875rem 0 2.125rem;
    position: relative;
}

@media (min-width: 768px) {
    .hero__slider {
        margin: 0 0 1.25rem;
        padding: 5.9375rem 0 2.125rem;
    }
}

.hero__slider .f-carousel {
    opacity: 0;
    z-index: 0;
}

.hero__slider .f-carousel__viewport {
    overflow: visible;
}

.hero__slider .f-carousel__slide {
    padding: 0 1.375rem;
}

.hero__slider .f-carousel__slide a {
    color: inherit;
    display: block;
    position: relative;
    text-decoration: none;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 100%;
}

.hero__slider .f-carousel__slide a[href^=javascript] {
    pointer-events: none;
}

.hero__slider .f-carousel__slide a img {
    width: 100%;
}

.hero__slider .f-carousel__slide a .__label {
    background-color: var(--color-white);
    border-radius: 0.75rem;
    color: var(--color-black);
    font-size: 0.875rem;
    font-weight: 700;
    left: 1.375rem;
    line-height: 1.71;
    padding: 0.375rem;
    position: absolute;
    right: 1.375rem;
    text-align: center;
    top: 1.375rem;
    transition: opacity var(--duration) var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
    z-index: 1;
}

.hero__slider .f-carousel__slide a .__title {
    font-size: 1.0088494005rem;
    font-weight: 700;
    left: 0;
    letter-spacing: -0.04em;
    line-height: 1.31;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1.875rem;
    transform: translateY(-110%) scale(0.8);
    transition: opacity var(--duration) var(--cubic) 0s, top var(--duration) var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__slider .f-carousel__slide a .__title {
        font-size: 1.1150440743rem;
        line-height: 1.42;
    }
}

.hero__slider .f-carousel__slide a .__title:before {
    background-image: url(../images/pages/front/front-hero-slider-title-bg-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -2.1238934748rem;
    content: "";
    height: 4.33162485rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 16.46017443rem;
    z-index: -1;
}

@media (min-width: 768px) {
    .hero__slider .f-carousel__slide a .__title:before {
        background-image: url(../images/pages/front/front-hero-slider-title-bg.svg);
        bottom: -2.6548668435rem;
        height: 6.9026537932rem;
        width: 20.176988011rem;
    }
}

.hero__slider .f-carousel__slide a:focus {
    transform: scale(1.1770835165);
}

.hero__slider .f-carousel__slide a:focus .__label {
    opacity: 0;
    transition: opacity 0.2s var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
}

.hero__slider .f-carousel__slide a:focus .__title {
    opacity: 1;
    top: 0px;
    transform: translateY(-110%) scale(1);
}

@media (hover: hover) and (pointer: fine) {
    .hero__slider .f-carousel__slide a:hover {
        transform: scale(1.1770835165);
    }

    .hero__slider .f-carousel__slide a:hover .__label {
        opacity: 0;
        transition: opacity 0.2s var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
    }

    .hero__slider .f-carousel__slide a:hover .__title {
        opacity: 1;
        top: 0px;
        transform: translateY(-110%) scale(1);
    }
}

.hero__slider .f-carousel__slide a.-active {
    transform: scale(1.1770835165);
}

.hero__slider .f-carousel__slide a.-active .__label {
    opacity: 0;
    transition: opacity 0.2s var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
}

.hero__slider .f-carousel__slide a.-active .__title {
    opacity: 1;
    top: 0px;
    transform: translateY(-110%) scale(1);
}

.hero__main {
    margin: 0 auto;
    max-width: 83.75rem;
    padding: 0 0 1.25rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__main {
        padding: 0 0 2.25rem;
    }
}

.hero__main:before {
    background-image: url(../images/pages/front/front-hero-icon-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 7.4642857143rem;
    left: 0.625rem;
    position: absolute;
    top: -6.5625rem;
    width: 6.875rem;
    z-index: -1;
}

@media (min-width: 768px) {
    .hero__main:before {
        bottom: -1.25rem;
        height: 23.75rem;
        left: 0;
        top: auto;
        width: 21.875rem;
        z-index: 1;
    }
}

.hero__main__subtitle {
    margin: 0 0 0.5rem;
    text-align: center;
}

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

.hero__main__subtitle img {
    width: 21.875rem;
}

@media (min-width: 768px) {
    .hero__main__subtitle img {
        width: 36.875rem;
    }
}

.hero__main__title {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .hero__main__title {
        font-size: 2.25rem;
    }
}

.hero__main__title:before, .hero__main__title:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 1.875rem;
    left: auto;
    position: absolute;
    right: auto;
    top: 0.375rem;
    width: 1.875rem;
}

@media (min-width: 768px) {
    .hero__main__title:before, .hero__main__title:after {
        height: 3.75rem;
        top: 0.75rem;
        width: 3.75rem;
    }
}

.hero__main__title:before {
    background-image: url(../images/pages/front/front-hero-main-title-icon-01.svg);
    left: -2rem;
}

@media (min-width: 768px) {
    .hero__main__title:before {
        left: -4.25rem;
    }
}

.hero__main__title:after {
    background-image: url(../images/pages/front/front-hero-main-title-icon-02.svg);
    right: -2rem;
}

@media (min-width: 768px) {
    .hero__main__title:after {
        right: -4.25rem;
    }
}

.hero__main__title em {
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__title em {
        font-size: 3.125rem;
    }
}

.hero__logos {
    background: linear-gradient(to right, var(--color-crimson) 0%, var(--color-crimson) 50%, var(--color-bright-orange) 50%, var(--color-bright-orange) 100%);
    margin: 0 0 2rem;
    padding: 1.5625rem 0 1.25rem;
}

@media (min-width: 768px) {
    .hero__logos {
        margin-bottom: 0;
        padding: 2.1875rem 0 1.5625rem;
    }
}

.hero__logos__item {
    margin: 0 0 0.75rem;
}

@media (min-width: 768px) {
    .hero__logos__item {
        margin: 0 0 1.125rem;
    }
}

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

.hero__logos__item .splide__slide {
    width: 5.9375rem;
}

@media (min-width: 768px) {
    .hero__logos__item .splide__slide {
        width: 8.5625rem;
    }
}

@media (min-width: 768px) {
    .hero__event {
        bottom: 11.875rem;
        position: absolute;
        right: 0.9375rem;
        z-index: 2;
    }
}

.hero__event a {
    display: block;
    height: 23.125rem;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 20.625rem;
}

@media (min-width: 768px) {
    .hero__event a {
        -webkit-clip-path: url(#hero-event-mask);
        clip-path: url(#hero-event-mask);
        height: 18.75rem;
        margin: 0;
        width: 22.5rem;
    }
}

.hero__event a:before, .hero__event a:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.hero__event a:before {
    background-image: url(../images/pages/front/front-hero-event-bg-01-mb.svg);
    bottom: 0;
    height: auto;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__event a:before {
        background-image: url(../images/pages/front/front-hero-event-bg-01.svg);
    }
}

.hero__event a:after {
    background-image: url(../images/pages/front/front-hero-event-bg-02-mb.svg);
    bottom: -0.0625rem;
    height: 2.75rem;
    left: 0.25rem;
    margin: 0 auto;
    top: auto;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 7.75rem;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__event a:after {
        background-image: url(../images/pages/front/front-hero-event-bg-02.svg);
        bottom: 0;
        height: auto;
        left: 0;
        margin: 0;
        opacity: 0;
        top: 0;
        width: auto;
        z-index: 1;
    }
}

.hero__event a img {
    border-radius: 50%;
    display: block;
    height: 17.8125rem;
    left: 1.25rem;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 3.125rem;
    width: 17.8125rem;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__event a img {
        height: 14rem;
        left: 1.75rem;
        top: 2.8125rem;
        width: 14rem;
    }
}

.hero__event a:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .hero__event a:hover:after {
        opacity: 1;
    }
}

.sns {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 2.1875rem 1.875rem;
    margin: 0 auto;
    max-width: 68.75rem;
    padding: 1.875rem 1.875rem 0;
    width: 100%;
}

@media (min-width: 768px) {
    .sns {
        flex-wrap: nowrap;
        padding: 4.375rem 0 0;
    }
}

.sns__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .sns__item {
        flex: 0 0 calc(50% - 0.9375rem);
    }
}

.sns__item__balloon {
    align-items: center;
    border-radius: 2.1875rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.25rem;
    height: 3.75rem;
    justify-content: center;
    margin: 0 auto 2.25rem;
    position: relative;
    width: 18.75rem;
}

@media (min-width: 768px) {
    .sns__item__balloon {
        height: 4.375rem;
        margin: 0 auto 3.125rem;
        width: 20.875rem;
    }
}

.sns__item__balloon:after {
    bottom: -1.0625rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 1.125rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1.125rem;
}

@media (min-width: 768px) {
    .sns__item__balloon:after {
        bottom: -1.1875rem;
        height: 1.25rem;
        width: 1.25rem;
    }
}

.sns__item__balloon__title {
    color: var(--color-white);
    font-size: 1.1875rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .sns__item__balloon__title {
        font-size: 1.3125rem;
    }
}

.sns__item__balloon__content {
    width: 100%;
}

.sns__item__balloon__content p {
    color: var(--color-white);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .sns__item__balloon__content p {
        font-size: 0.75rem;
    }
}

.sns__item__balloon--orange {
    background-color: var(--color-bright-orange);
}

.sns__item__balloon--orange:after {
    background-color: var(--color-bright-orange);
}

.sns__item__balloon--red {
    background-color: var(--color-crimson);
}

.sns__item__balloon--red:after {
    background-color: var(--color-crimson);
}

.sns__item__icon {
    margin: 0 0 1.25rem;
    text-align: center;
}

@media (min-width: 768px) {
    .sns__item__icon {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        height: 2.75rem;
        justify-content: center;
        margin: 0 0 2.5rem;
    }
}

.sns__item__icon .--tiktok {
    width: 1.875rem;
}

@media (min-width: 768px) {
    .sns__item__icon .--tiktok {
        width: 2.5rem;
    }
}

.sns__item__icon .--instagram {
    width: 2rem;
}

@media (min-width: 768px) {
    .sns__item__icon .--instagram {
        width: 2.75rem;
    }
}

.sns__item__tiktok .tiktok-embed {
    margin: 0;
}

.sns__item__tiktok picture {
    width: 100%;
}

.sns__item__tiktok img {
    width: 100%;
}

@media (max-width: 767px) {
    .sns__item__tiktok img {
        height: 23.125rem;
        object-fit: cover;
        object-position: left center;
    }
}

@media (min-width: 768px) {
    .sns__item__tiktok img {
        width: 33rem;
    }
}

.sns__item__instagram #sb_instagram #sbi_images {
    padding: 0;
}

.about {
    padding: 4.375rem 0 0;
}

.about__title {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1rem;
    gap: 0 0.4375rem;
    justify-content: center;
    margin: 0 0 8.4375rem;
    text-align: center;
}

@media (min-width: 768px) {
    .about__title {
        gap: 0 1.125rem;
    }
}

.about__title img {
    width: 13.125rem;
}

@media (min-width: 768px) {
    .about__title img {
        width: 23.625rem;
    }
}

.about__title span {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 768px) {
    .about__title span {
        font-size: 1.5rem;
    }
}

.about__main {
    background-color: var(--color-off-white-light);
    padding: 0 0 1.25rem;
}

@media (min-width: 768px) {
    .about__main {
        border-radius: 7.5rem 7.5rem 0 0;
        padding: 0 1.875rem 0.625rem;
    }
}

.about__main__overview {
    padding: 3.75rem 0 3.75rem;
    position: relative;
}

@media (min-width: 768px) {
    .about__main__overview {
        padding: 4.375rem 0 3.75rem;
    }
}

.about__main__overview:before {
    background-image: url(../images/pages/front/front-about-icon-01.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8.25rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -6.5625rem;
    transform: translateX(-2.5rem);
    width: 15.5rem;
}

@media (min-width: 768px) {
    .about__main__overview:before {
        top: -6.6875rem;
        transform: translateX(-3.75rem);
    }
}

.about__main__overview__title {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5.625rem;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .about__main__overview__title {
        font-size: 2.25rem;
        margin: 0 0 2.75rem;
    }
}

.about__main__overview__title em {
    font-size: 2rem;
    font-style: normal;
    font-weight: inherit;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .about__main__overview__title em {
        font-size: 2.25rem;
        line-height: 1.4;
    }
}

.about__main__overview__subtitle {
    margin: 0 0 1.125rem;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .about__main__overview__subtitle {
        margin: 0 0 2.5rem;
    }
}

.about__main__overview__subtitle:before {
    background-color: var(--color-white);
    border-radius: 50%;
    content: "";
    display: block;
    height: 12.5rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12.5rem;
    z-index: -1;
}

.about__main__overview__subtitle__text {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.37;
    margin: 0 auto 0.875rem;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 1;
}

@media (min-width: 768px) {
    .about__main__overview__subtitle__text {
        font-size: 1.5rem;
        line-height: 1.33;
    }
}

.about__main__overview__subtitle__text:before, .about__main__overview__subtitle__text:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 2.6rem;
    position: absolute;
    top: -1rem;
    width: 2.2rem;
}

@media (min-width: 768px) {
    .about__main__overview__subtitle__text:before, .about__main__overview__subtitle__text:after {
        height: 3.25rem;
        top: 0;
        width: 2.75rem;
    }
}

.about__main__overview__subtitle__text:before {
    background-image: url(../images/pages/front/front-about-title-icon-01.svg);
    left: 0.25rem;
}

@media (min-width: 768px) {
    .about__main__overview__subtitle__text:before {
        left: -2.75rem;
    }
}

.about__main__overview__subtitle__text:after {
    background-image: url(../images/pages/front/front-about-title-icon-02.svg);
    right: 0.25rem;
}

@media (min-width: 768px) {
    .about__main__overview__subtitle__text:after {
        right: -2.75rem;
    }
}

.about__main__overview__subtitle__text em {
    color: var(--color-ruby-red);
    font-style: normal;
    font-weight: inherit;
}

.about__main__overview__content {
    margin: 0 0 1.5rem;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .about__main__overview__content {
        margin: 0 0 0.5rem;
        padding: 0;
    }
}

.about__main__overview__content p {
    font-size: 0.9375rem;
    line-height: 2;
    margin: 0;
}

@media (min-width: 768px) {
    .about__main__overview__content p {
        font-size: 1rem;
        line-height: 1.87;
        text-align: center;
    }
}

.about__main__overview__tag {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 1.125rem 1.1875rem;
    justify-content: center;
    padding: 0 2rem;
}

@media (min-width: 768px) {
    .about__main__overview__tag {
        flex-wrap: nowrap;
        padding: 0;
    }
}

.about__main__overview__tag span {
    align-items: center;
    background: var(--color-ruby-red);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.25rem;
    height: 3.5rem;
    justify-content: center;
    letter-spacing: 0.06em;
    line-height: 1.87;
    min-width: 14.375rem;
    padding: 0 1.25rem;
    width: 100%;
}

@media (min-width: 768px) {
    .about__main__overview__tag span {
        font-size: 1rem;
        height: 2.8125rem;
        padding: 0 1.25rem;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.about__main__service {
    background-color: var(--color-white);
    border-radius: 3.125rem 3.125rem 0 0;
    margin: 0 0 -0.0625rem;
    padding: 1.5rem 0 1.875rem;
}

@media (min-width: 768px) {
    .about__main__service {
        border-radius: 7.5rem 7.5rem 0 0;
        padding: 1.75rem 0 1.875rem;
    }
}

.about__main__service__title {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 2.58;
    margin: 0 0 5.9375rem;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__service__title {
        font-size: 1.5rem;
        margin: 0 0 10rem;
    }
}

.about__main__service__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 72.5rem;
    padding: 0 1.25rem;
}

@media (min-width: 768px) {
    .about__main__service__item-wrapper {
        gap: 10.625rem 2.75rem;
        padding: 0;
    }
}

.about__main__service__item {
    border: 0.125rem solid var(--color-black);
    border-radius: 1.375rem;
    flex: 0 0 100%;
    padding: 3.125rem 0.5rem 3.375rem;
    position: relative;
}

@media (min-width: 768px) {
    .about__main__service__item {
        border-radius: 2rem;
        border-width: 0.1875rem;
        flex: 0 0 calc(50% - 1.375rem);
        padding: 6.25rem 0.5rem 2.125rem;
    }
}

@media (max-width: 767px) {
    .about__main__service__item--01 {
        margin-bottom: 10.625rem;
    }
}

@media (max-width: 767px) {
    .about__main__service__item--02 {
        margin-bottom: 7.1875rem;
        padding-bottom: 2.5rem;
        padding-top: 5rem;
    }
}

@media (max-width: 767px) {
    .about__main__service__item--03 {
        margin-bottom: 6.875rem;
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .about__main__service__item--04 {
        padding-bottom: 4.25rem;
    }
}

.about__main__service__item__icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1.875rem;
    transform: translateY(-100%);
}

@media (min-width: 768px) {
    .about__main__service__item__icon {
        top: 4.375rem;
    }
}

.about__main__service__item__icon .--01 {
    width: 15rem;
}

@media (min-width: 768px) {
    .about__main__service__item__icon .--01 {
        width: 25rem;
    }
}

.about__main__service__item__icon:has(.--01) {
    left: -0.5rem;
}

@media (min-width: 768px) {
    .about__main__service__item__icon:has(.--01) {
        left: -0.625rem;
    }
}

.about__main__service__item__icon .--02 {
    width: 17.25rem;
}

@media (min-width: 768px) {
    .about__main__service__item__icon .--02 {
        width: 28.75rem;
    }
}

.about__main__service__item__icon:has(.--02) {
    right: -0.125rem;
}

@media (max-width: 767px) {
    .about__main__service__item__icon:has(.--02) {
        top: 3.125rem;
    }
}

@media (min-width: 768px) {
    .about__main__service__item__icon:has(.--02) {
        right: -0.625rem;
    }
}

.about__main__service__item__icon .--03 {
    width: 18.5625rem;
}

@media (min-width: 768px) {
    .about__main__service__item__icon .--03 {
        width: 34.375rem;
    }
}

.about__main__service__item__icon:has(.--03) {
    left: 0.25rem;
}

@media (max-width: 767px) {
    .about__main__service__item__icon:has(.--03) {
        top: 2.25rem;
    }
}

@media (min-width: 768px) {
    .about__main__service__item__icon:has(.--03) {
        left: -1.25rem;
    }
}

.about__main__service__item__icon .--04 {
    width: 16.875rem;
}

@media (min-width: 768px) {
    .about__main__service__item__icon .--04 {
        width: 28.4375rem;
    }
}

.about__main__service__item__icon:has(.--04) {
    right: -0.625rem;
    top: 1.875rem;
}

@media (min-width: 768px) {
    .about__main__service__item__icon:has(.--04) {
        right: -2.5rem;
        top: 3.75rem;
    }
}

.about__main__service__item__title {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1.625rem;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__service__item__title {
        font-size: 1.8125rem;
        margin: 0 0 1.25rem;
    }
}

.about__main__service__item__title .--ls-1 {
    letter-spacing: -0.08em;
}

.about__main__service__item__title .--ls-2 {
    letter-spacing: 0.02em;
}

.about__main__service__item__title .--ls-3 {
    letter-spacing: 0.01em;
}

@media (min-width: 768px) {
    .about__main__service__item__title--01 {
        margin-bottom: 0;
    }
}

.about__main__service__item__content p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__service__item__content p {
        line-height: 1.87;
        margin: 0;
    }
}

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

.about__main__service__item:has(.about__main__service__item__tag) .about__main__service__item__content {
    margin: 0 0 2.125rem;
}

@media (min-width: 768px) {
    .about__main__service__item:has(.about__main__service__item__tag) .about__main__service__item__content {
        margin: 0 0 0.875rem;
    }
}

.about__main__service__item__tag {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.about__main__service__item__tag span {
    background: var(--color-very-light-gray-alt);
    border-radius: 0.75rem;
    display: block;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
    padding: 0.4375rem 1.5rem;
    text-align: center;
    text-box: trim-both cap alphabetic;
}

@media (min-width: 768px) {
    .about__main__service__item__tag span {
        min-width: 18.125rem;
        padding: 0.4375rem 0.5rem;
    }
}

.about__main__service__item__action {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(50%);
    z-index: 1;
}

.about__main__service__item__action a {
    align-items: center;
    background-color: var(--color-crimson);
    border: 0.1875rem solid var(--color-white);
    border-radius: 0.75rem;
    box-shadow: 0.441875rem 0.441875rem 0.315625rem 0rem rgba(var(--color-black-rgb), 0.1);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.3125rem;
    font-weight: 700;
    height: 3.75rem;
    justify-content: center;
    letter-spacing: 0.18em;
    line-height: 1;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 15rem;
}

@media (min-width: 768px) {
    .about__main__service__item__action a {
        font-size: 1rem;
        height: 2.75rem;
        letter-spacing: 0.38em;
        width: 10.9375rem;
    }
}

.about__main__service__item__action a:after {
    background-image: url(../images/icons/icon-white-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 0.375rem;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 1.5rem;
    top: 0;
    width: 0.625rem;
}

@media (min-width: 768px) {
    .about__main__service__item__action a:after {
        right: 1rem;
    }
}

.about__main__service__item__illust {
    bottom: -2.125rem;
    left: 0.5rem;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .about__main__service__item__illust {
        bottom: -1.5rem;
        left: -1rem;
    }
}

.about__main__service__item__illust img {
    width: 11.875rem;
}

@media (min-width: 768px) {
    .about__main__service__item__illust img {
        width: 13.75rem;
    }
}

.about__main__other {
    background-color: var(--color-white);
    margin: 0 0 -0.0625rem;
    padding: 3.625rem 0 2.75rem;
}

@media (min-width: 768px) {
    .about__main__other {
        padding: 0.625rem 0 3.125rem;
    }
}

.about__main__other-container {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 0 1.25rem;
    margin: 0 auto;
    max-width: 72.5rem;
}

.about__main__other__yt {
    flex: 0 0 100%;
    margin: 0 0 3.625rem;
}

@media (min-width: 768px) {
    .about__main__other__yt {
        flex: 0 0 calc(50% - 0.625rem);
        margin-bottom: 0;
        padding: 0 2.25rem;
    }
}

.about__main__other__yt__title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.875rem;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__other__yt__title {
        font-size: 1.5rem;
        margin: 0 0 1.75rem;
    }
}

.about__main__other__yt__viewer {
    padding: 0 2.1875rem;
}

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

.about__main__other__yt__viewer iframe {
    aspect-ratio: 16/9;
    border: none;
    display: block;
    height: auto;
    width: 100%;
}

.about__main__other__price {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .about__main__other__price {
        flex: 0 0 calc(50% - 0.625rem);
    }
}

.about__main__other__price__icon {
    margin: 0 0 3.4375rem;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__other__price__icon {
        margin: 0 0 1rem;
    }
}

.about__main__other__price__icon img {
    width: 15.625rem;
}

@media (min-width: 768px) {
    .about__main__other__price__icon img {
        width: 17.5rem;
    }
}

.about__main__other__price__title {
    color: var(--color-crimson);
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1.75rem;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__other__price__title {
        font-size: 2rem;
        margin: 0 0 0.75rem;
    }
}

.about__main__other__price__content {
    padding: 0 1.875rem;
}

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

.about__main__other__price__content p {
    font-size: 1rem;
    line-height: 1.75;
    margin: 0;
}

@media (min-width: 768px) {
    .about__main__other__price__content p {
        line-height: 1.37;
        text-align: center;
    }
}

.about__main__msg {
    background-image: url(../images/pages/front/front-about-message-bg-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 3.875rem 3.875rem;
    position: relative;
}

@media (min-width: 768px) {
    .about__main__msg {
        background-image: url(../images/pages/front/front-about-message-bg.svg);
        border-radius: 0 0 5.25rem 5.25rem;
        padding: 0 0 5rem;
    }
}

.about__main__msg:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 4.25rem;
    left: 0;
    -webkit-mask-image: url(../images/pages/front/front-about-message-bg-mask-mb.svg);
    mask-image: url(../images/pages/front/front-about-message-bg-mask-mb.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    position: absolute;
    right: 0;
    top: -0.0625rem;
    width: 100%;
}

@media (min-width: 768px) {
    .about__main__msg:before {
        height: 6rem;
        -webkit-mask-image: url(../images/pages/front/front-about-message-bg-mask.svg);
        mask-image: url(../images/pages/front/front-about-message-bg-mask.svg);
    }
}

.about__main__msg-container {
    margin: 0 auto;
    max-width: 55.625rem;
    padding: 0 1.25rem;
    position: relative;
    width: 100%;
    z-index: 1;
}

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

.about__main__msg__title {
    background: var(--color-white);
    border: 0.1875rem solid var(--color-crimson);
    border-radius: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.8;
    margin: 0 auto -4rem;
    padding: 1.75rem 0 4.625rem;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__msg__title {
        border-radius: 2.75rem;
        border-width: 0.375rem;
        font-size: 1.125rem;
        line-height: 1.66;
        margin: 0 auto -2.125rem;
        padding: 2rem 0.75rem;
    }
}

.about__main__msg__title em {
    display: block;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.54;
}

@media (min-width: 768px) {
    .about__main__msg__title em {
        display: inline;
        font-size: 1.9375rem;
        letter-spacing: 0.1em;
        line-height: 1.66;
    }
}

.about__main__msg__icon {
    margin: 0 0 1.75rem;
    padding: 0 0.75rem 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__msg__icon {
        margin: 0 0 1.875rem;
    }
}

.about__main__msg__icon img {
    width: 6.875rem;
}

@media (min-width: 768px) {
    .about__main__msg__icon img {
        width: 9.375rem;
    }
}

.about__main__msg__lead {
    margin: 0 0 2.25rem;
    padding: 0 0.4375rem;
}

@media (min-width: 768px) {
    .about__main__msg__lead {
        margin: 0 0 2.5rem;
        padding: 0;
    }
}

.about__main__msg__lead p {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__msg__lead p {
        font-size: 1.375rem;
        line-height: 1.91;
    }
}

.about__main__msg__lead p .--colored {
    color: var(--color-crimson);
}

.about__main__msg__lead p em {
    background-color: var(--color-crimson);
    -webkit-clip-path: polygon(0 0.1em, 100% 0.1em, 100% calc(100% - 0.2em), 0 calc(100% - 0.2em));
    clip-path: polygon(0 0.1em, 100% 0.1em, 100% calc(100% - 0.2em), 0 calc(100% - 0.2em));
    color: var(--color-white);
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    padding: 0 0.375rem;
}

_::-webkit-full-page-media, _:future, :root .about__main__msg__lead p em {
    -webkit-clip-path: polygon(0 0.2em, 100% 0.2em, 100% calc(100% - 0.15em), 0 calc(100% - 0.15em));
    clip-path: polygon(0 0.2em, 100% 0.2em, 100% calc(100% - 0.15em), 0 calc(100% - 0.15em));
}

@media (min-width: 768px) {
    .about__main__msg__lead p em {
        padding: 0 0.375rem;
    }
}

.about__main__msg__content {
    margin: 0 auto;
    max-width: 43.125rem;
    padding: 0 0.625rem;
    position: relative;
}

@media (min-width: 768px) {
    .about__main__msg__content {
        padding: 0 3.75rem 0 0;
    }
}

.about__main__msg__content p {
    font-size: 1rem;
    line-height: 1.75;
    margin: 0;
}

@media (min-width: 768px) {
    .about__main__msg__content p {
        font-size: 1.375rem;
        line-height: 1.91;
    }
}

.about__main__msg__content__icon {
    margin: 0.625rem 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .about__main__msg__content__icon {
        margin: 0;
        position: absolute;
        right: -5.625rem;
        top: -4.0625rem;
    }
}

.about__main__msg__content__icon img {
    transform: translate(-0.25rem, 0.0625rem);
    width: 5.625rem;
}

@media (min-width: 768px) {
    .about__main__msg__content__icon img {
        transform: none;
        width: 8.75rem;
    }
}

.other {
    background: var(--color-off-white-light);
    padding: 2.875rem 0 0;
}

@media (min-width: 768px) {
    .other {
        padding: 3.75rem 0 0;
    }
}

.other__head {
    margin: 0 0 3.875rem;
}

@media (min-width: 768px) {
    .other__head {
        margin: 0 0 2.5rem;
    }
}

.other__head__title {
    margin: 0 0 1.75rem;
}

@media (min-width: 768px) {
    .other__head__title {
        margin: 0 0 2.125rem;
    }
}

.other__head__title em {
    display: block;
    font-size: 1.6875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.375rem;
    text-align: center;
}

@media (min-width: 768px) {
    .other__head__title em {
        font-size: 3rem;
        margin: 0 0 0.625rem;
    }
}

.other__head__title span {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media (min-width: 768px) {
    .other__head__title span {
        font-size: 0.875rem;
    }
}

.other__head__subtitle {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1rem;
    gap: 0 0.375rem;
    justify-content: center;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .other__head__subtitle {
        gap: 0 0.5rem;
    }
}

.other__head__subtitle img {
    width: 15.625rem;
}

@media (min-width: 768px) {
    .other__head__subtitle img {
        width: 17.125rem;
    }
}

.other__head__subtitle span {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 768px) {
    .other__head__subtitle span {
        font-size: 0.875rem;
    }
}

.other__menu {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 1.625rem 2.375rem;
    justify-content: flex-start;
    margin: 0 auto 3.125rem;
    max-width: 72.0625rem;
    padding: 0 2.1875rem;
}

@media (min-width: 768px) {
    .other__menu {
        flex-wrap: nowrap;
        gap: 0 2.375rem;
        margin: 0 auto 2.5rem;
        padding: 0;
    }
}

.other__menu__greeting {
    align-items: center;
    background: var(--color-white);
    border-radius: 1.25rem;
    color: inherit;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    gap: 0 0.75rem;
    padding: 1.5rem 1.375rem;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .other__menu__greeting {
        border-radius: 2rem;
        flex: 0 0 calc(33.33333% - 1.58333rem);
        padding: 1.75rem 1.5625rem;
    }
}

.other__menu__greeting .com-circle {
    bottom: 1.25rem;
    position: absolute;
    right: 1.25rem;
}

.other__menu__greeting__fig {
    flex: 0 0 50%;
    text-align: center;
}

.other__menu__greeting__fig__frame {
    border-radius: 1.5rem;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .other__menu__greeting__fig__frame {
        width: 9.625rem;
    }
}

.other__menu__greeting__fig__frame img {
    transition: transform var(--duration) var(--cubic) 0s;
    width: 100%;
}

.other__menu__greeting__title {
    flex: 1 1 50%;
    padding: 0.5rem 0 0;
}

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

.other__menu__greeting__title__ja {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .other__menu__greeting__title__ja {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.other__menu__greeting__title__en {
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 3;
}

.other__menu__greeting:focus .other__menu__greeting__fig__frame img {
    transform: scale(1.0976430976);
}

.other__menu__greeting:focus .other__menu__greeting__title__ja {
    color: var(--color-crimson);
}

@media (hover: hover) and (pointer: fine) {
    .other__menu__greeting:hover .other__menu__greeting__fig__frame img {
        transform: scale(1.0976430976);
    }

    .other__menu__greeting:hover .other__menu__greeting__title__ja {
        color: var(--color-crimson);
    }
}

.other__menu__partner {
    align-items: center;
    background: var(--color-white);
    border-radius: 1.25rem;
    color: inherit;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    gap: 0;
    padding: 2.625rem 0 2.625rem 1.375rem;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .other__menu__partner {
        border-radius: 2rem;
        flex: 0 0 calc(33.33333% - 1.58333rem);
        gap: 0 1.5rem;
        padding: 1.75rem 0 1.75rem 1.5625rem;
    }
}

.other__menu__partner .com-circle {
    bottom: 1.25rem;
    position: absolute;
    right: 1.25rem;
}

.other__menu__partner__fig {
    flex: 0 0 50%;
}

@media (min-width: 768px) {
    .other__menu__partner__fig {
        flex: 0 0 42%;
        text-align: right;
    }
}

.other__menu__partner__fig img {
    transition: transform var(--duration) var(--cubic) 0s;
    width: 6.5rem;
}

@media (min-width: 768px) {
    .other__menu__partner__fig img {
        width: 8.125rem;
    }
}

.other__menu__partner__title {
    flex: 1 1 50%;
    padding: 0.5rem 0 0;
}

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

.other__menu__partner__title__ja {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .other__menu__partner__title__ja {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        line-height: 1.25;
    }
}

.other__menu__partner__title__en {
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 3;
}

.other__menu__partner:focus .other__menu__partner__fig img {
    transform: scale(1.1538461538);
}

.other__menu__partner:focus .other__menu__partner__title__ja {
    color: var(--color-crimson);
}

@media (hover: hover) and (pointer: fine) {
    .other__menu__partner:hover .other__menu__partner__fig img {
        transform: scale(1.1538461538);
    }

    .other__menu__partner:hover .other__menu__partner__title__ja {
        color: var(--color-crimson);
    }
}

.other__menu__faq {
    align-items: center;
    background: var(--color-white);
    border-radius: 1.25rem;
    color: inherit;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    gap: 0 0.625rem;
    padding: 2.5rem 1.5625rem;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .other__menu__faq {
        border-radius: 2rem;
        flex: 0 0 calc(33.33333% - 1.58333rem);
        gap: 0 1.125rem;
        padding: 1.75rem 1.5625rem;
    }
}

.other__menu__faq .com-circle {
    bottom: 1.25rem;
    position: absolute;
    right: 1.25rem;
}

.other__menu__faq__fig {
    flex: 0 0 50%;
}

@media (min-width: 768px) {
    .other__menu__faq__fig {
        text-align: right;
    }
}

.other__menu__faq__fig img {
    transition: transform var(--duration) var(--cubic) 0s;
    width: 6.625rem;
}

@media (min-width: 768px) {
    .other__menu__faq__fig img {
        width: 8.25rem;
    }
}

.other__menu__faq__title {
    flex: 1 1 50%;
    padding: 0.75rem 0 0;
}

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

.other__menu__faq__title__ja {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin: 0 0 -0.25rem;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .other__menu__faq__title__ja {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        line-height: 1.25;
        margin: 0;
    }
}

.other__menu__faq__title__en {
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 3;
}

.other__menu__faq:focus .other__menu__faq__fig img {
    transform: scale(1.1363636364);
}

.other__menu__faq:focus .other__menu__faq__title__ja {
    color: var(--color-crimson);
}

@media (hover: hover) and (pointer: fine) {
    .other__menu__faq:hover .other__menu__faq__fig img {
        transform: scale(1.1363636364);
    }

    .other__menu__faq:hover .other__menu__faq__title__ja {
        color: var(--color-crimson);
    }
}

.other__review {
    padding: 2.125rem 0 1.5rem;
    position: relative;
}

@media (min-width: 768px) {
    .other__review {
        padding: 1.5rem 0 3.75rem;
    }
}

.other__review-container {
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.other__review__title {
    color: var(--color-black);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.03;
    margin: 0 auto 1.625rem;
    position: relative;
    text-align: center;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .other__review__title {
        font-size: 1.8125rem;
    }
}

.other__review__title .com-circle {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    right: -4.375rem;
    top: 0;
}

@media (min-width: 768px) {
    .other__review__title .com-circle {
        right: -4.75rem;
    }
}

.other__review__slider .splide__slide {
    width: 7rem;
}

@media (min-width: 768px) {
    .other__review__slider .splide__slide {
        width: 9.9375rem;
    }
}

.other__review__slider .splide__slide img {
    border-radius: 0.5rem;
    width: 100%;
}

@media (min-width: 768px) {
    .other__review__slider .splide__slide img {
        border-radius: 0.75rem;
    }
}

.other__review__link {
    background-color: var(--color-white);
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .other__review__link {
        border-radius: 2rem;
        width: 72.0625rem;
    }
}

.other__review:has(.other__review__link:focus) .other__review__title {
    color: var(--color-crimson);
}

.other__review:has(.other__review__link:focus) .com-circle {
    background-color: var(--color-black);
}

@media (hover: hover) and (pointer: fine) {
    .other__review:has(.other__review__link:hover) .other__review__title {
        color: var(--color-crimson);
    }

    .other__review:has(.other__review__link:hover) .com-circle {
        background-color: var(--color-black);
    }
}

.other__service {
    padding: 3.75rem 0 1.875rem;
    position: relative;
}

@media (min-width: 768px) {
    .other__service {
        padding: 1.625rem 0 1.25rem;
    }
}

.other__service:after {
    background-image: url(../images/pages/front/front-other-service-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: 10.625rem;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 0;
}

@media (min-width: 768px) {
    .other__service:after {
        height: 12.75rem;
    }
}

.other__service-container {
    position: relative;
    z-index: 1;
}

.other__service__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2.58;
    margin: 0 0 3.4375rem;
    text-align: center;
}

@media (min-width: 768px) {
    .other__service__title {
        font-size: 1.5rem;
        margin: 0 0 3.125rem;
    }
}

.other__service__title:before {
    background-image: url(../images/pages/front/front-other-service-title.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1.9rem;
    margin: 0 auto;
    width: 5.7rem;
}

@media (min-width: 768px) {
    .other__service__title:before {
        height: 2.375rem;
        width: 7.125rem;
    }
}

.other__service__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 2.25rem 2.625rem;
    margin: 0 auto 1.875rem;
    max-width: 47.8125rem;
    padding: 3.125rem 2.1875rem 0;
    position: relative;
}

@media (min-width: 768px) {
    .other__service__item-wrapper {
        flex-wrap: nowrap;
        margin: 0 auto 1.75rem;
        padding: 0;
    }
}

.other__service__item-wrapper:before {
    background-image: url(../images/pages/front/front-other-service-icon-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 10.171875rem;
    left: -0.3125rem;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -5rem;
    width: 16.46875rem;
    z-index: 1;
}

@media (min-width: 768px) {
    .other__service__item-wrapper:before {
        height: 13.125rem;
        left: -0.625rem;
        width: 21.25rem;
    }
}

.other__service__item {
    align-items: center;
    background-color: var(--color-white);
    border: 0.125rem solid #f7b14c;
    border-radius: 1.625rem;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    gap: 1.25rem;
    padding: 1.25rem 1.25rem;
}

@media (min-width: 768px) {
    .other__service__item {
        border-radius: 2rem;
        flex: 0 0 calc(50% - 1.3125rem);
        padding: 1.5625rem 1.5rem;
    }
}

.other__service__item__fig {
    flex: 0 0 50%;
}

.other__service__item__fig img {
    border-radius: 1.5rem;
    width: 9.625rem;
}

.other__service__item__title {
    flex: 1 1 50%;
    padding: 1rem 0 0;
}

.other__service__item__title__ja {
    color: var(--color-caramel);
    font-size: 1.1875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.26;
    margin: 0 0 0.25rem;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .other__service__item__title__ja {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.other__service__item__title__en {
    color: var(--color-caramel);
    font-size: 0.5625rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .other__service__item__title__en {
        font-size: 0.6875rem;
    }
}

.other__service__note {
    background-color: var(--color-cinnamon);
    border-radius: 1rem;
    margin: 0 auto;
    max-width: 18.75rem;
    padding: 0.5625rem 1rem;
    width: 100%;
}

@media (min-width: 768px) {
    .other__service__note {
        border-radius: 1.25rem;
        max-width: 26.3125rem;
        padding: 0.75rem 1rem;
    }
}

.other__service__note p {
    color: var(--color-white);
    font-size: 1rem;
    line-height: 1.37;
    margin: 0;
    text-align: center;
}

.news {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 75rem;
    padding: 4.6875rem 0 3.75rem;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .news {
        border-bottom: 0.5625rem solid var(--color-off-white-light);
        flex-wrap: nowrap;
        padding: 5.3125rem 0 3.75rem;
    }
}

.news:after {
    border-bottom: 0.5625rem solid var(--color-off-white-light);
    bottom: 0;
    content: "";
    display: block;
    left: 2.1875rem;
    margin: 0;
    position: absolute;
    right: 2.1875rem;
    top: auto;
    width: auto;
}

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

.news__head {
    flex: 0 0 100%;
    margin: 0 0 2.625rem;
}

@media (min-width: 768px) {
    .news__head {
        flex: 0 0 15.625rem;
        margin: 0;
    }
}

.news__head__title {
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.75rem;
    text-align: center;
}

@media (min-width: 768px) {
    .news__head__title {
        font-size: 3rem;
        text-align: left;
    }
}

.news__head__action {
    display: none;
    margin: 0 0 1.75rem;
}

@media (min-width: 768px) {
    .news__head__action {
        display: block;
    }
}

.news__head__action a {
    align-items: center;
    background-color: var(--color-off-white-light);
    border: 0.1875rem solid var(--color-white);
    border-radius: 0.75rem;
    box-shadow: 0.125rem 0.125rem 0.1875rem 0rem rgba(var(--color-black-rgb), 0.1);
    color: var(--color-medium-gray);
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.6875rem;
    font-weight: 700;
    height: 2.25rem;
    justify-content: center;
    letter-spacing: 0.12em;
    line-height: 1;
    margin: 0;
    padding: 0.25rem 0 0;
    position: relative;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, border-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 10.9375rem;
}

.news__head__action a:after {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 0.375rem;
    left: auto;
    margin: auto 0;
    -webkit-mask-image: url(../images/icons/icon-white-angle-right.svg);
    mask-image: url(../images/icons/icon-white-angle-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.5rem;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 0.625rem;
}

@media (min-width: 768px) {
    .news__head__action a:after {
        right: 1rem;
    }
}

.news__head__action a:focus {
    background-color: var(--color-white);
    border-color: var(--color-crimson);
    color: var(--color-crimson);
}

.news__head__action a:focus:after {
    background-color: var(--color-crimson);
}

@media (hover: hover) and (pointer: fine) {
    .news__head__action a:hover {
        background-color: var(--color-white);
        border-color: var(--color-crimson);
        color: var(--color-crimson);
    }

    .news__head__action a:hover:after {
        background-color: var(--color-crimson);
    }
}

.news__head__sns {
    display: none;
}

@media (min-width: 768px) {
    .news__head__sns {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 0 1.0625rem;
        justify-content: flex-start;
        padding: 0 0 0 1.25rem;
    }
}

.news__head__sns a {
    display: block;
    text-decoration: none;
}

.news__head__sns a img.--tiktok {
    width: 1.75rem;
}

.news__head__sns a img.--instagram {
    width: 1.875rem;
}

.news__head__sns a img.--x {
    width: 1.875rem;
}

.news__list {
    flex: 0 0 100%;
    margin: 0 0 4.0625rem;
    padding: 0 2.1875rem;
}

@media (min-width: 768px) {
    .news__list {
        flex: 1 1 auto;
        margin: 0;
        padding: 0.375rem 0 0;
    }
}

.news__list__item {
    margin: 0 0 3.75rem;
}

@media (min-width: 768px) {
    .news__list__item {
        margin: 0 0 2.375rem;
    }
}

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

.news__list__item__link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.news__list__item__link__title {
    font-size: 1rem;
    line-height: 1.37;
    margin: 0 0 0.625rem;
    padding: 0 1.875rem 0 0;
    position: relative;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .news__list__item__link__title {
        font-size: 1.0625rem;
        line-height: 1.29;
        margin: 0 0 0.375rem;
    }
}

.news__list__item__link__title .com-circle {
    display: none;
}

@media (min-width: 768px) {
    .news__list__item__link__title .com-circle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.news__list__item__link__meta {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 0.625rem;
    justify-content: flex-start;
    position: relative;
}

.news__list__item__link__meta .com-circle {
    height: 1.25rem;
    position: absolute;
    right: -0.125rem;
    top: 0;
    transform: translateX(100%);
    width: 1.25rem;
}

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

.news__list__item__link__meta .com-circle:before {
    height: 0.3125rem;
    width: 0.9375rem;
}

.news__list__item__link__meta__date {
    display: block;
    flex: 0 0 auto;
    font-size: 0.6875rem;
    line-height: 1;
    margin: 0;
}

.news__list__item__link__meta__category {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row wrap;
    gap: 0 0.625rem;
    justify-content: flex-start;
}

.news__list__item__link__meta__category span {
    background-color: var(--color-very-light-gray);
    border-radius: 0.3125rem;
    display: block;
    font-size: 0.6875rem;
    line-height: 1;
    padding: 0.3125rem 0.5rem 0.3125rem;
    text-align: center;
    text-box: trim-both cap alphabetic;
}

@media (min-width: 768px) {
    .news__list__item__link__meta__category span {
        padding: 0.375rem 0.75rem 0.375rem;
    }
}

.news__list__item__link:focus .news__list__item__link__title {
    color: var(--color-crimson);
}

.news__list__item__link:focus .news__list__item__link__title .com-circle {
    background-color: var(--color-black);
}

@media (hover: hover) and (pointer: fine) {
    .news__list__item__link:hover .news__list__item__link__title {
        color: var(--color-crimson);
    }

    .news__list__item__link:hover .news__list__item__link__title .com-circle {
        background-color: var(--color-black);
    }
}

.news__action {
    display: block;
    flex: 0 0 100%;
    margin: 0 0 2.625rem;
}

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

.news__action a {
    align-items: center;
    background-color: var(--color-off-white-light);
    border: 0.1875rem solid var(--color-white);
    border-radius: 0.75rem;
    box-shadow: 0.125rem 0.125rem 0.1875rem 0rem rgba(var(--color-black-rgb), 0.1);
    color: var(--color-medium-gray);
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.6875rem;
    font-weight: 700;
    height: 2.25rem;
    justify-content: center;
    letter-spacing: 0.12em;
    line-height: 1;
    margin: 0 auto;
    padding: 0.125rem 0 0;
    position: relative;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, border-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 10.9375rem;
}

.news__action a:after {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 0.375rem;
    left: auto;
    margin: auto 0;
    -webkit-mask-image: url(../images/icons/icon-white-angle-right.svg);
    mask-image: url(../images/icons/icon-white-angle-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.5rem;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 0.625rem;
}

@media (min-width: 768px) {
    .news__action a:after {
        right: 1rem;
    }
}

.news__action a:focus {
    background-color: var(--color-white);
    border-color: var(--color-crimson);
    color: var(--color-crimson);
}

.news__action a:focus:after {
    background-color: var(--color-crimson);
}

@media (hover: hover) and (pointer: fine) {
    .news__action a:hover {
        background-color: var(--color-white);
        border-color: var(--color-crimson);
        color: var(--color-crimson);
    }

    .news__action a:hover:after {
        background-color: var(--color-crimson);
    }
}

.news__sns {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    gap: 0 2.5rem;
    justify-content: center;
}

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

.news__sns a {
    display: block;
    text-decoration: none;
}

.news__sns a img.--tiktok {
    width: 1.75rem;
}

.news__sns a img.--instagram {
    width: 1.875rem;
}

.news__sns a img.--x {
    width: 1.875rem;
}