/* --------------------
 Front
-------------------- */
.front__hero {
    margin: 0 0 40px;
}

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

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

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

.front__hero__slider {
    margin: 0 0 -16px;
    position: relative;
    width: 100%;
}

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

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

.front__hero__slider .swiper {
    height: 100%;
}

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

.front__hero__slider .swiper-slide {
    height: 430px;
}

@media (min-width: 768px) {
    .front__hero__slider .swiper-slide {
        height: 445px;
    }
}

@media (min-width: 992px) {
    .front__hero__slider .swiper-slide {
        height: 556px;
    }
}

.front__hero__slider .swiper-slide picture {
    display: block;
    height: 100%;
    width: 100%;
}

.front__hero__slider .swiper-slide img {
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 768px) {
    .front__hero__slider .swiper-slide img {
        border-radius: 12px;
    }
}

.front__hero__slider .swiper-pagination {
    align-items: center;
    bottom: 0;
    display: none;
    flex-flow: row nowrap;
    gap: 0 6px;
    justify-content: center;
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 2;
}

@media (min-width: 768px) {
    .front__hero__slider .swiper-pagination {
        column-gap: 8px;
        display: flex;
    }
}

.front__hero__slider .swiper-pagination-bullet {
    background: none;
    background-color: #f5fdff;
    border: 1px solid var(--color-theme);
    border-radius: 50%;
    display: block;
    font-size: var(--fs10);
    height: 12px;
    line-height: 1;
    margin: 0 !important;
    opacity: 1;
    width: 12px;
}

@media (min-width: 768px) {
    .front__hero__slider .swiper-pagination-bullet {
        height: 16px;
        width: 16px;
    }
}

@media (min-width: 992px) {
    .front__hero__slider .swiper-pagination-bullet {
        height: 20px;
        width: 20px;
    }
}

.front__hero__slider .swiper-pagination-bullet-active {
    background-color: var(--color-theme);
    opacity: 1;
}

.front__hero__main {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    justify-content: stretch;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__hero__main {
        position: absolute;
        right: 30px;
        top: 0;
    }
}

.front__hero__main__line {
    margin: 0 -20px;
    order: 3;
    text-align: center;
}

@media (min-width: 768px) {
    .front__hero__main__line {
        margin: 0;
        order: 1;
        text-align: right;
    }
}

.front__hero__main__line a {
    font-size: var(--fs10);
    padding: 0 20px 0 0;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

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

.front__hero__main__line a:focus {
    opacity: 0.65;
}

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

.front__hero__main__line a img {
    width: 355px;
}

@media (min-width: 768px) {
    .front__hero__main__line a img {
        width: 244px;
    }
}

@media (min-width: 992px) {
    .front__hero__main__line a img {
        width: 348px;
    }
}

.front__hero__main__business {
    margin: 0 0 20px;
    order: 1;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .front__hero__main__business {
        margin: 0 0 20px auto;
        order: 2;
        text-align: left;
        width: 224px;
    }
}

@media (min-width: 992px) {
    .front__hero__main__business {
        width: 320px;
    }
}

.front__hero__main__business__title {
    margin: 0 0 8px;
    position: relative;
    z-index: 1;
}

.front__hero__main__business__title img {
    width: 230px;
}

@media (min-width: 768px) {
    .front__hero__main__business__title img {
        width: 203px;
    }
}

@media (min-width: 992px) {
    .front__hero__main__business__title img {
        width: 290px;
    }
}

.front__hero__main__business__post {
    margin: 0 auto;
    max-width: 200px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .front__hero__main__business__post {
        margin: 0;
        max-width: none;
        width: 203px;
    }
}

@media (min-width: 992px) {
    .front__hero__main__business__post {
        width: 290px;
    }
}

.front__hero__main__business__post:after {
    background-image: url(../images/icons/icon-zoom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -18px;
    content: "";
    display: block;
    height: 50px;
    pointer-events: none;
    position: absolute;
    right: -12px;
    width: 50px;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__hero__main__business__post:after {
        bottom: -21px;
        height: 58px;
        right: -14px;
        width: 58px;
    }
}

@media (min-width: 992px) {
    .front__hero__main__business__post:after {
        bottom: -30px;
        height: 82px;
        right: -20px;
        width: 82px;
    }
}

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

@media (min-width: 768px) {
    .front__hero__main__business__post a img {
        max-height: 170px;
        object-fit: contain;
        object-position: center;
        width: 100%;
    }
}

.front__hero__main__business__post a:focus {
    opacity: 0.65;
}

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

.front__hero__main__schedule {
    order: 2;
    position: relative;
    text-align: center;
}

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

.front__hero__main__schedule img {
    border-radius: 12px;
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.05));
    width: 320px;
    will-change: filter;
}

@media (min-width: 768px) {
    .front__hero__main__schedule img {
        width: 360px;
    }
}

@media (min-width: 992px) {
    .front__hero__main__schedule img {
        width: 514px;
    }
}

.front__news {
    margin: 0 0 80px;
}

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

.front__news-container {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 0;
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .front__news-container {
        flex-direction: row;
        padding: 0 30px;
    }
}

.front__news__head {
    width: 100%;
}

@media (min-width: 768px) {
    .front__news__head {
        flex-grow: 0;
        flex-shrink: 0;
        width: 210px;
    }
}

.front__news__head__title {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    margin: 0 0 30px;
    padding: 0 0 16px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .front__news__head__title {
        border-left: 13px solid var(--color-theme);
        font-size: var(--fs18);
        margin: 0 0 20px;
        padding: 0 0 0 12px;
        text-align: left;
    }
}

.front__news__head__title:after {
    background-color: #85e5f6;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 26px;
}

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

.front__news__head__action {
    display: none;
    padding: 0 0 0 25px;
}

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

.front__news__head__action a {
    color: #7fcbdf;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.2;
    padding: 0 18px 0 0;
    position: relative;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.front__news__head__action a:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><polyline points="0 7 10 7 4.75 1" style="fill: none; stroke: %234c4948; stroke-miterlimit: 10;"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.front__news__head__action a:focus {
    opacity: 0.65;
}

.front__news__head__action a:focus:after {
    transform: translateX(3px);
}

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

    .front__news__head__action a:hover:after {
        transform: translateX(3px);
    }
}

.front__news__main {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 0 25px;
    width: 100%;
}

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

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

.front__news__main__item {
    margin: 0 0 36px;
}

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

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

.front__news__main__item__link {
    align-items: flex-start;
    color: inherit;
    display: flex;
    flex-flow: row wrap;
    gap: 12px 0;
    position: relative;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 992px) {
    .front__news__main__item__link {
        flex-wrap: nowrap;
    }
}

.front__news__main__item__link__date {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs12);
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0;
    width: 115px;
}

@media (max-width: 991px) {
    .front__news__main__item__link__date {
        flex-grow: 1;
        order: 2;
        width: calc(100% - 54px);
    }
}

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

.front__news__main__item__link__icon {
    flex-grow: 0;
    flex-shrink: 0;
    width: 54px;
}

@media (max-width: 991px) {
    .front__news__main__item__link__icon {
        order: 1;
    }

    .front__news__main__item__link__icon:not(:has(.com-new)) {
        display: none;
    }
}

.front__news__main__item__link__icon span {
    transform: translateY(-3px);
}

.front__news__main__item__link__fig {
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 12px 0 0;
    width: 80px;
}

@media (max-width: 991px) {
    .front__news__main__item__link__fig {
        order: 3;
    }
}

@media (min-width: 992px) {
    .front__news__main__item__link__fig {
        padding: 0 12px 0 8px;
        transform: translateY(-2px);
    }
}

.front__news__main__item__link__fig:not(:has(img)) {
    display: none;
}

.front__news__main__item__link__fig img {
    width: 100%;
}

.front__news__main__item__link__contents {
    flex-grow: 1;
    flex-shrink: 1;
}

@media (max-width: 991px) {
    .front__news__main__item__link__contents {
        order: 4;
        width: calc(100% - 80px);
    }
}

.front__news__main__item__link__contents__title {
    font-size: var(--fs16);
    letter-spacing: 0.16em;
    line-height: 1.37;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__news__main__item__link__contents__title {
        line-height: 1.3;
    }
}

.front__news__main__item__link__contents__title:after {
    background-image: url(../images/commons/com-dotted-line.svg);
    background-position: center;
    background-repeat: space;
    background-size: 11px 6px;
    bottom: -8px;
    content: "";
    display: block;
    height: 6px;
    left: -2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: auto;
}

.front__news__main__item__link:focus {
    opacity: 0.65;
}

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

.front__news__action {
    width: 100%;
}

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

.front__news__action a {
    color: #7fcbdf;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    padding: 0 18px 0 0;
    position: relative;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.front__news__action a:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><polyline points="0 7 10 7 4.75 1" style="fill: none; stroke: %234c4948; stroke-miterlimit: 10;"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.front__news__action a:focus {
    opacity: 0.65;
}

.front__news__action a:focus:after {
    transform: translateX(3px);
}

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

    .front__news__action a:hover:after {
        transform: translateX(3px);
    }
}

.front__guide {
    padding: 4px 0 44px;
}

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

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

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

.front__guide__title {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    margin: 0 0 30px;
    padding: 0 0 16px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .front__guide__title {
        border-left: 13px solid var(--color-theme);
        font-size: var(--fs18);
        margin: 0 0 20px;
        padding: 0 0 0 12px;
        text-align: left;
    }
}

.front__guide__title:after {
    background-color: #85e5f6;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 26px;
}

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

.front__guide__menu {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr;
    margin: 0 0 24px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .front__guide__menu {
        grid-gap: 24px;
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }
}

@media (min-width: 992px) {
    .front__guide__menu {
        grid-gap: 28px 36px;
        margin: 0 0 30px;
    }
}

.front__guide__menu__item > span, .front__guide__menu__item > a {
    align-items: center;
    border: 5px solid #85e5f6;
    color: inherit;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs24);
    font-weight: 700;
    gap: 8px;
    height: 100px;
    justify-content: center;
    letter-spacing: 0.16em;
    line-height: 1.05;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 768px) {
    .front__guide__menu__item > span, .front__guide__menu__item > a {
        border-color: var(--color-theme);
        height: 160px;
    }
}

@media (min-width: 992px) {
    .front__guide__menu__item > span, .front__guide__menu__item > a {
        font-size: var(--fs33);
    }
}

.front__guide__menu__item ._small {
    color: #63cce1;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.2;
    margin: 0 auto;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__guide__menu__item ._small {
        color: #7fcbdf;
        font-size: var(--fs12);
    }
}

@media (min-width: 992px) {
    .front__guide__menu__item ._small {
        font-size: var(--fs14);
        left: 0;
        position: absolute;
        right: 0;
        top: 72.5%;
    }
}

.front__guide__menu__item ._small:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 14"><polyline points="0 12.5 20 12.5 9.5 1.5" style="fill: none; stroke: %239de4f4; stroke-miterlimit: 10; stroke-width: 3px;"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 13px;
    margin: auto;
    position: absolute;
    right: -28px;
    top: 2px;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 22px;
}

@media (min-width: 768px) {
    .front__guide__menu__item ._small:after {
        height: 9px;
        right: -20px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    .front__guide__menu__item ._small:after {
        height: 14px;
        right: -30px;
        top: -2px;
        width: 24px;
    }
}

.front__guide__menu__item a {
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.front__guide__menu__item a:focus {
    background-color: #f5fdff;
    color: #399fb7;
}

.front__guide__menu__item a:focus ._small:after {
    transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
    .front__guide__menu__item a:hover {
        background-color: #f5fdff;
        color: #399fb7;
    }

    .front__guide__menu__item a:hover ._small:after {
        transform: translateX(3px);
    }
}

.front__guide__actions {
    display: flex;
    flex-flow: column nowrap;
    gap: 12px 24px;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .front__guide__actions {
        align-items: center;
        flex-direction: row;
        padding: 0;
    }
}

.front__guide__actions__item {
    width: 100%;
}

@media (min-width: 768px) {
    .front__guide__actions__item {
        width: calc(50% - 12px);
    }
}

.front__guide__actions__item a {
    align-items: center;
    background-color: #85e5f6;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.05);
    color: #399fb7;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 60px;
    justify-content: center;
    letter-spacing: 0.16em;
    line-height: 1.2;
    padding: 0.05em 0 0;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .front__guide__actions__item a {
        background-color: var(--color-theme);
        font-size: var(--fs16);
        height: 64px;
    }
}

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

.front__guide__actions__item a span {
    padding: 0;
    position: relative;
}

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

@media (min-width: 992px) {
    .front__guide__actions__item a span {
        padding: 0 52px;
    }
}

.front__guide__actions__item a span:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 12"><polyline points="0 11.5 20 11.5 9.5 .5" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/><rect width="22" height="12" style="fill: none;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 12"><polyline points="0 11.5 20 11.5 9.5 .5" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/><rect width="22" height="12" style="fill: none;"/></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: -24px;
    top: 4px;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 18px;
}

@media (min-width: 768px) {
    .front__guide__actions__item a span:after {
        right: 0;
    }
}

@media (min-width: 992px) {
    .front__guide__actions__item a span:after {
        height: 12px;
        top: 0;
        width: 22px;
    }
}

.front__guide__actions__item a:focus {
    background-color: #f5fdff;
    border-color: var(--color-theme);
}

.front__guide__actions__item a:focus span:after {
    background-color: var(--color-theme);
    transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
    .front__guide__actions__item a:hover {
        background-color: #f5fdff;
        border-color: var(--color-theme);
    }

    .front__guide__actions__item a:hover span:after {
        background-color: var(--color-theme);
        transform: translateX(3px);
    }
}