@media screen and (max-width: 767px) {
    .btn01.btn01--narrow-n {
        padding-right: 3.7rem
    }
}
@media screen and (max-width: 767px) {
    .btn01.btn01--narrow-n .ico_circle-right {
        right: 1.6rem
    }
}
.lcl-cmn-head.lcl-cmn-head--center .lcl-cmn-head__txt, .lcl-cmn-head.lcl-cmn-head--center .lcl-cmn-head__ttl {
    text-align: center
}
.lcl-cmn-head .lcl-cmn-head__txt {
    color: #509DCA;
    font-weight: 400;
    font-size: 1.5rem;
    font-size: max(1.5rem, 10px);
    line-height: 1.2;
    letter-spacing: .1em
}
@media screen and (max-width: 767px) {
    .lcl-cmn-head .lcl-cmn-head__txt {
        font-size: 1.4rem;
        font-size: max(1.4rem, 10px)
    }
}
.lcl-cmn-head .lcl-cmn-head__ttl {
    margin-top: 1.5rem;
    font-size: 3.4rem;
    font-size: max(3.4rem, 10px);
    letter-spacing: .03em;
    font-weight: 700;
    line-height: 1.4
}
@media screen and (max-width: 767px) {
    .lcl-cmn-head .lcl-cmn-head__ttl {
        font-size: 2.6rem;
        font-size: max(2.6rem, 10px);
        letter-spacing: .04em;
        line-height: 1.4
    }
}
@media screen and (max-width: 767px) {
    .lcl-cmn-head .lcl-cmn-head__ttl {
        margin-top: 1rem
    }
}
.lcl-hero .lcl-hero__in {
    width: 100%;
    padding: 0 1rem 4.1rem
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero__in {
        padding-bottom: 2rem
    }
}
.lcl-hero .lcl-hero__wrap {
    position: relative;
    overflow: hidden
}
.lcl-hero .lcl-hero__txtarea {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}
.lcl-hero .lcl-hero__sidelink {
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: -0.1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    min-width: 7.1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 26rem;
    padding: 2.4rem .6rem 2.4rem 1.4rem;
    border-radius: 2rem 0 0 2rem;
    -webkit-transition: min-width .25s ease;
    transition: min-width .25s ease
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero__sidelink {
        display: none
    }
}
@media(hover: hover) {
    .lcl-hero .lcl-hero__sidelink:hover .lcl-hero__sidetxt {
        color: #eb8030
    }
    .lcl-hero .lcl-hero__sidelink:hover .ico_circle-right .svg-circle {
        fill: #eb8030
    }
    .lcl-hero .lcl-hero__sidelink:hover .ico_circle-right .svg-path {
        fill: #fff
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-hero .lcl-hero__sidelink:hover .lcl-hero__sidetxt {
        color: #eb8030
    }
    .lcl-hero .lcl-hero__sidelink:hover .ico_circle-right .svg-circle {
        fill: #eb8030
    }
    .lcl-hero .lcl-hero__sidelink:hover .ico_circle-right .svg-path {
        fill: #fff
    }
}
.lcl-hero .lcl-hero__sidelink::before, .lcl-hero .lcl-hero__sidelink::after {
    content: "";
    position: absolute;
    right: -0.1rem;
    width: 1.7rem;
    height: 1.7rem;
    background-color: #fff
}
.lcl-hero .lcl-hero__sidelink::before {
    top: -1.6rem;
    bottom: auto;
    mask-image: radial-gradient(circle at 0% 0%, transparent 1.6rem, #fff 1.61rem);
    -webkit-mask-image: radial-gradient(circle at 0% 0%, transparent 1.6rem, #fff 1.61rem)
}
.lcl-hero .lcl-hero__sidelink::after {
    top: auto;
    bottom: -1.6rem;
    mask-image: radial-gradient(circle at 0% 100%, transparent 1.6rem, #fff 1.61rem);
    -webkit-mask-image: radial-gradient(circle at 0% 100%, transparent 1.6rem, #fff 1.61rem)
}
.lcl-hero .lcl-hero__sidelink .ico_circle-right {
    width: 2.4rem;
    height: 2.4rem
}
.lcl-hero .lcl-hero__sidelink .ico_circle-right .svg-path {
    fill: #222
}
.lcl-hero .lcl-hero__icon {
    display: block;
    width: 5rem;
    height: 5rem
}
.lcl-hero .lcl-hero__sidewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: .8rem;
    margin-top: .9rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.lcl-hero .lcl-hero__sidetxt {
    display: block;
    width: 1.4rem;
    font-weight: 700;
    font-size: 1.4rem;
    font-size: max(1.4rem, 10px);
    line-height: 1.2;
    letter-spacing: .26em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}
.lcl-hero .lcl-hero__copy {
    position: absolute;
    bottom: 4rem;
    left: 3.125%;
    right: auto;
    width: 60.1rem
}
@media screen and (min-width: 767px)and (max-width: 1300px) {
    .lcl-hero .lcl-hero__copy {
        left: 4rem
    }
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero__copy {
        top: 2.6rem;
        left: auto;
        bottom: auto;
        right: 1.9rem;
        width: 13.8rem
    }
}
.lcl-hero .lcl-hero__en {
    position: absolute;
    top: 48.8rem;
    right: 2.70%;
    left: auto;
    width: 30rem;
}
@media screen and (min-width: 767px)and (max-width: 1300px) {
    .lcl-hero .lcl-hero__en {
        right: 17.6rem
    }
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero__en {
        top: 2rem;
        left: 2.1rem;
        right: auto;
        width: 10.6rem
    }
}
.lcl-hero .lcl-hero-scroll {
    position: absolute;
    bottom: -4.1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 8rem;
    height: 8rem;
    padding-top: .9rem;
    background-color: #fff;
    border-radius: 50%
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero-scroll {
        width: 8.1rem;
        height: 8.1rem
    }
}
.lcl-hero .lcl-hero-scroll .ico_circle-down {
    position: absolute;
    top: 2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.8rem;
    height: 1.8rem
}
.lcl-hero .lcl-hero-scroll::before, .lcl-hero .lcl-hero-scroll::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff
}
.lcl-hero .lcl-hero-scroll::before {
    bottom: 4.05rem;
    left: -1.1rem;
    mask-image: radial-gradient(circle at 0% 0%, transparent 1.4rem, #fff 1.41rem);
    -webkit-mask-image: radial-gradient(circle at 0% 0%, transparent 1.4rem, #fff 1.41rem)
}
.lcl-hero .lcl-hero-scroll::after {
    bottom: 4.05rem;
    right: -1.1rem;
    mask-image: radial-gradient(circle at 100% 0%, transparent 1.4rem, #fff 1.41rem);
    -webkit-mask-image: radial-gradient(circle at 100% 0%, transparent 1.4rem, #fff 1.41rem)
}
.lcl-hero .lcl-hero-scroll__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}
.lcl-hero .lcl-hero-scroll__txt {
    color: #656d8d;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    font-size: max(1rem, 10px);
    line-height: 2;
    letter-spacing: .1em;
    font-weight: 300
}
.lcl-hero .lcl-hero-slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 2rem;
    height: 55rem
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero-slider {
        height: 38rem
    }
}
.lcl-hero .lcl-hero-slider__item {
    width: 128rem;
    height: 55rem;
    -webkit-transition: opacity 4s ease !important;
    transition: opacity 4s ease !important
}
.lcl-hero .lcl-hero-slider__item:nth-of-type(1) {
    position: relative;
    z-index: 1
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero-slider__item {
        width: 35.5rem;
        height: 38rem
    }
}
.lcl-hero .lcl-hero-slider__item.lcl-hero-slider__item--deco01::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/slide_01_leaf.png) center/cover no-repeat
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero-slider__item.lcl-hero-slider__item--deco01::before {
        background: url(../img/slide_01_leaf.png) center/cover no-repeat
    }
}
.lcl-hero .lcl-hero-slider__item.lcl-hero-slider__item--active .lcl-hero-slider__pic {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: -webkit-transform 8s linear;
    transition: -webkit-transform 8s linear;
    transition: transform 8s linear;
    transition: transform 8s linear, -webkit-transform 8s linear
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero-slider__item.lcl-hero-slider__item--active .lcl-hero-slider__pic {
        -webkit-transform: translateX(-1.5rem);
        transform: translateX(-1.5rem)
    }
}
.lcl-hero .lcl-hero-slider__item.lcl-hero-slider__item--after .lcl-hero-slider__pic {
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: -webkit-transform 0s 8s linear;
    transition: -webkit-transform 0s 8s linear;
    transition: transform 0s 8s linear;
    transition: transform 0s 8s linear, -webkit-transform 0s 8s linear
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero-slider__item.lcl-hero-slider__item--after .lcl-hero-slider__pic {
        -webkit-transform: translateX(-1.5rem);
        transform: translateX(-1.5rem)
    }
}
.lcl-hero .lcl-hero-slider__pic {
    position: absolute;
    inset: -100%;
    margin: auto;
    width: calc(100% + 10rem);
    height: 55rem;
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem)
}
@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero-slider__pic {
        width: 39.5rem;
        height: 38rem;
        -webkit-transform: translateX(1.5rem);
        transform: translateX(1.5rem)
    }
}
.lcl-hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}
@media screen and (max-width: 767px) {
    .lcl-info {
        padding: 0 1rem
    }
}
.lcl-info .lcl-info__sep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 1rem;
    border: .1rem solid #d4e0f3;
    overflow: hidden
}
@media screen and (min-width: 768px) {
    .lcl-info .lcl-info__sep {
        width: 110rem !important;
        margin-left: auto;
        margin-right: auto
    }
}
@media screen and (max-width: 767px) {
    .lcl-info .lcl-info__sep {
        display: block
    }
}
.lcl-info .lcl-info__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 23rem;
    /*padding: 1.9rem 2.4rem;*/
    background-color: #f7f6f0;
}
@media screen and (max-width: 767px) {
    .lcl-info .lcl-info__head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: .3rem
    }
}
.lcl-info .lcl-info__head .ico_illust {
    width: 3rem;
    height: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
}
@media screen and (max-width: 767px) {
    .lcl-info .lcl-info__head .ico_illust {
        width: 2rem;
        height: 2rem;
        margin-left: 1rem;
        margin-right: 0.5rem;
    }
    
}
.lcl-info .lcl-info__head .ico_illust rect {
    fill: none
}
.lcl-info .lcl-info__ttl {
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
    font-size: max(1.6rem, 10px);
    line-height: 1.5;
    letter-spacing: 0
}
@media screen and (max-width: 767px) {
    .lcl-info .lcl-info__ttl {
        font-size: 1.5rem;
        font-size: max(1.5rem, 10px)
    }
}
.lcl-info .lcl-info__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2rem 3rem
}
@media screen and (max-width: 767px) {
    .lcl-info .lcl-info__list {
        padding: 1.6rem 1.5rem 1.9rem
    }
}
.lcl-info .lcl-info__item {
    width: 100%;
     /* 線の長さ2pxの線を背景画像とする */
    background-image: linear-gradient(to right, #c7c7c7 6px, transparent 6px);
    /* 背景画像の大きさを設定 */
    background-size: 8px 1px;
    /* 背景の開始位置を指定 */
    background-position: left bottom;
    /* 横方向に繰り返す */
    background-repeat: repeat-x;
    padding-bottom: 3px;
}
.lcl-info .lcl-info__item:last-child {
    background-image: none;
}

.lcl-info .lcl-info__item:not(:first-of-type) {
    margin-top: .8rem
}
@media screen and (max-width: 767px) {
    .lcl-info .lcl-info__item:not(:first-of-type) {
        margin-top: 1rem
    }
}
.lcl-info .lcl-info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.lcl-info .lcl-info__link .ico_circle-right {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 3rem
}
@media screen and (max-width: 767px) {
    .lcl-info .lcl-info__link .ico_circle-right {
        margin-left: 1.5rem
    }
}
@media(hover: hover) {
    .lcl-info .lcl-info__link:hover .lcl-info__txt {
        text-decoration: none
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-info .lcl-info__link:hover .lcl-info__txt {
        text-decoration: none
    }
}
.lcl-info .lcl-info__date {
    display: block;
    width: 9.8rem;
    font-weight: 400;
    font-size: 1.3rem;
    font-size: max(1.3rem, 10px);
    line-height: 1.7;
    letter-spacing: 0
}
@media screen and (max-width: 767px) {
    .lcl-info .lcl-info__date {
        width: 7.3rem;
        font-size: 1.1rem;
        font-size: max(1.1rem, 10px)
    }
}
.lcl-info .lcl-info__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-decoration: underline;
    color: #509DCA;
    font-weight: 400;
    font-size: 1.3rem;
    font-size: max(1.3rem, 10px);
    line-height: 1.7;
    letter-spacing: 0
}
@media screen and (max-width: 767px) {
    .lcl-info .lcl-info__txt {
        -webkit-line-clamp: 2;
        font-size: 1.6rem;
        font-size: max(1.6rem, 16px);
        line-height: 1.8
    }
}
.lcl-nav .lcl-nav__in {
    padding: 4rem 0 8rem
}
@media screen and (min-width: 768px) {
    .lcl-nav .lcl-nav__in {
        width: 110rem !important;
        margin-left: auto;
        margin-right: auto
    }
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav__in {
        padding: 3rem 1.5rem 6rem
    }
}
.lcl-nav .lcl-nav__sep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav__sep {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.lcl-nav .lcl-nav__main {
    width: 68.6rem
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav__main {
        width: 100%
    }
}
@media screen and (min-width: 768px) {
    .lcl-nav .lcl-nav__cnt {
        margin-left: 5rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav__cnt {
        margin-top: 3rem
    }
}
.lcl-nav .lcl-nav-block:not(:first-of-type) {
    margin-top: 1rem
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav-block:not(:first-of-type) {
        padding-top: 2rem;
        margin-top: 2rem;
        border-top: .1rem solid #d1d1d1
    }
}
.lcl-nav .lcl-nav-block__ttl {
    padding: 0;
    padding-left: 2.4rem;
    color: #509DCA;
    font-weight: 700;
    font-size: 2rem;
    font-size: max(2rem, 10px);
    line-height: 2;
    letter-spacing: .05em
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav-block__ttl {
        padding-left: 2rem;
        font-size: 1.8rem;
        font-size: max(1.8rem, 10px)
    }
}
.lcl-nav .lcl-nav-block__ttl::before {
    content: "";
    top: 1.2rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav-block__ttl::before {
        top: 1.3rem;
        width: 1.3rem;
        height: 1.3rem
    }
}
.lcl-nav .lcl-nav-block__ttl::after {
    content: none
}
.lcl-nav .lcl-nav-block__cnt {
    margin-top: .5rem;
    padding-left: 2.4rem
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav-block__cnt {
        padding-left: 2rem
    }
}
.lcl-nav .lcl-nav-block__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav-block__lead {
        margin-bottom: .8rem
    }
}
.lcl-nav .lcl-nav-block__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 13rem;
    border-radius: .5rem;
    background-color: #509DCA;
    color: #fff;
    font-size: 1.6rem;
    font-size: max(1.6rem, 10px);
    line-height: 2;
    letter-spacing: 0;
    font-weight: 700
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav-block__box {
        width: 12.3rem;
        font-size: 1.4rem;
        font-size: max(1.4rem, 10px);
        padding-top: .2rem;
        padding-bottom: .2rem
    }
}
.lcl-nav .lcl-nav-block__time {
    color: #509DCA;
    font-weight: 700;
    font-size: 2rem;
    font-size: max(2rem, 10px);
    line-height: 1.4;
    letter-spacing: 0
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav-block__time {
        font-size: 1.8rem;
        font-size: max(1.8rem, 10px)
    }
}
.lcl-nav .lcl-nav-block__txt {
    font-weight: 700;
    font-size: 1.5rem;
    font-size: max(1.5rem, 10px);
    line-height: 1.6;
    letter-spacing: 0
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav-block__txt {
        font-size: 1.4rem;
        font-size: max(1.4rem, 10px)
    }
}
.lcl-nav .lcl-nav-block__note {
    margin-top: .4rem;
    font-size: 1.2rem;
    font-size: max(1.2rem, 10px);
    line-height: 1.5;
    letter-spacing: .05em
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav-block__note {
        margin-top: .5rem;
        font-size: 1.1rem;
        font-size: max(1.1rem, 10px)
    }
}
.lcl-nav .lcl-nav-block__btn {
    width: 27rem;
    min-height: 5rem;
    margin-top: 1.2rem
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav-block__btn {
        width: 30rem;
        height: 6.4rem;
        margin-top: 1rem
    }
}
.lcl-nav .lcl-nav__btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav__btm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1rem 0;
        margin-top: 2rem
    }
}
@media screen and (max-width: 767px) {
    .lcl-nav .lcl-nav__btm .btn01.btn01--narrow-n {
        min-height: 5rem;
        font-size: 1.2rem;
        font-size: max(1.2rem, 10px)
    }
}
.lcl-feature {
    position: relative;
    z-index: 1;
    padding: 8rem 0;
    margin-top: 50px;
}
.lcl-feature::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 2rem);
    height: 53rem;
    border-radius: 2rem;
    margin: auto;
    background-color: #f7f6f0;
}
@media screen and (max-width: 767px) {
    .lcl-feature::before {
        width: 100%;
        height: 50rem;
        border-radius: 0
    }
}
.lcl-feature .lcl-feature__in {
    margin: 0 auto;
    padding-left: calc((100% - 110rem)/2)
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature__in {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}
.lcl-feature .lcl-feature__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature__wrap {
        display: block
    }
}
.lcl-feature .lcl-feature-cnt {
    position: relative;
    width: 30.4rem;
    padding-top: 1.3rem
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-cnt {
        width: 100%;
        padding-top: 0
    }
}
.lcl-feature .lcl-feature-cnt__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 7.8rem;
    margin-top: 2.9rem
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-cnt__count {
        width: 5.3rem;
        margin-top: 1rem
    }
}
.lcl-feature .lcl-feature-cnt__num {
    position: relative;
    color: #eb8030;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-weight: 300;
    font-size: 1.4rem;
    font-size: max(1.4rem, 10px);
    line-height: 2.5;
    letter-spacing: 0
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-cnt__num {
        font-size: 1.2rem;
        font-size: max(1.2rem, 10px)
    }
}
.lcl-feature .lcl-feature-cnt__num.lcl-feature-cnt__num--max {
    color: #868686
}
.lcl-feature .lcl-feature-cnt__num.lcl-feature-cnt__num--max::before {
    content: "/";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.7rem;
    margin: auto
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-cnt__num.lcl-feature-cnt__num--max::before {
        left: -1.6rem
    }
}
.lcl-feature .lcl-feature-cnt__btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 4rem
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-cnt__btnarea {
        position: absolute;
        bottom: 0;
        right: 0;
        gap: 1rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 0
    }
}
.lcl-feature .lcl-feature-cnt__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 8rem;
    height: 8rem;
    border: .1rem solid #d1d1d1;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease, opacity .25s ease;
    transition: background-color .25s ease, opacity .25s ease
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-cnt__btn {
        width: 6rem;
        height: 6rem
    }
}
@media(hover: hover) {
    .lcl-feature .lcl-feature-cnt__btn:hover {
        background-color: #509DCA
    }
    .lcl-feature .lcl-feature-cnt__btn:hover .ico_svg .svg-path {
        fill: #fff
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-feature .lcl-feature-cnt__btn:hover {
        background-color: #509DCA
    }
    .lcl-feature .lcl-feature-cnt__btn:hover .ico_svg .svg-path {
        fill: #fff
    }
}
.lcl-feature .lcl-feature-cnt__btn .ico_svg {
    width: 3.6rem;
    height: 3.6rem
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-cnt__btn .ico_svg {
        width: 3rem;
        height: 3rem
    }
}
.lcl-feature .lcl-feature-cnt__btn .ico_svg .svg-circle {
    display: none
}
.lcl-feature .lcl-feature-cnt__btn.slick-disabled {
    opacity: .5;
    pointer-events: none
}
.lcl-feature .lcl-feature__main {
    width: calc(100% - 30.4rem)
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature__main {
        width: 100%
    }
}
.lcl-feature .lcl-feature-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-filter: drop-shadow(10px 10px 20px rgba(29, 29, 29, 0.2));
    filter: drop-shadow(10px 10px 20px rgba(29, 29, 29, 0.2))
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-slider {
        margin-top: 2rem
    }
}
@media screen and (min-width: 768px) {
    .lcl-feature .slick-list {
        border-radius: 1rem 0 0 1rem
    }
}
@media screen and (max-width: 767px) {
    .lcl-feature .slick-list {
        overflow: visible
    }
}
.lcl-feature .lcl-feature-slider__item {
    position: relative;
    width: 49rem;
    min-width: 49rem;
    margin: 0 2rem;
    border-radius: 1rem;
    overflow: hidden
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-slider__item {
        width: 32rem;
        min-width: 32rem;
        margin: 0 .75rem
    }
}
.lcl-feature .lcl-feature-slider__txtarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3.3rem;
    z-index: 1
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-slider__txtarea {
        padding: 2.2rem 1rem 1.1rem 2.2rem
    }
}
.lcl-feature .lcl-feature-slider__txt {
    color: #fff;
    font-size: 1.6rem;
    font-size: max(1.6rem, 10px);
    line-height: 1.7;
    letter-spacing: 0
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-slider__txt {
        font-size: 1.1rem;
        font-size: max(1.1rem, 10px)
    }
}
.lcl-feature .lcl-feature-slider__lead {
    margin-top: .5rem;
    color: #fff;
    font-weight: 400;
    font-size: 3.6rem;
    font-size: max(3.6rem, 10px);
    line-height: 1.4;
    letter-spacing: .05em
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-slider__lead {
        margin-top: .3rem;
        font-size: 2.4rem;
        font-size: max(2.4rem, 10px)
    }
}
.lcl-feature .lcl-feature-slider__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20rem;
    margin-top: 1.4rem;
    padding: 1.3rem 2.8rem;
    border-radius: 100vw;
    background-color: #fff;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-slider__btn {
        width: 17rem;
        margin-top: .9rem;
        padding: 1.65rem 1.8rem
    }
}
@media(hover: hover) {
    .lcl-feature .lcl-feature-slider__btn:hover {
        background-color: #509DCA
    }
    .lcl-feature .lcl-feature-slider__btn:hover .lcl-feature-slider__btntxt {
        color: #fff
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-feature .lcl-feature-slider__btn:hover {
        background-color: #509DCA
    }
    .lcl-feature .lcl-feature-slider__btn:hover .lcl-feature-slider__btntxt {
        color: #fff
    }
}
.lcl-feature .lcl-feature-slider__btn .ico_svg {
    width: 2.4rem;
    height: 2.4rem
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-slider__btn .ico_svg {
        width: 1.6rem;
        height: 1.6rem
    }
}
.lcl-feature .lcl-feature-slider__btntxt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 1.5rem;
    font-size: max(1.5rem, 10px);
    line-height: 1.6;
    letter-spacing: .02em;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature-slider__btntxt {
        font-size: 1.2rem;
        font-size: max(1.2rem, 10px);
        line-height: 1.4
    }
}
.lcl-feature .lcl-feature__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: .7rem;
    margin-top: 3rem
}
@media screen and (max-width: 767px) {
    .lcl-feature .lcl-feature__btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.lcl-community {
    position: relative;
    margin-top: 50px;
}
.lcl-community::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 2rem);
    height: 100%;
    border-radius: 2rem;
    background: url(../img/bg_main.jpg) center/cover no-repeat
}
@media screen and (max-width: 767px) {
    .lcl-community::before {
        width: 100%;
        border-radius: 0;
        background: url(../img/bg_main_sp.jpg) center/cover no-repeat
    }
}
.lcl-community .lcl-community__in {
    position: relative;
    z-index: 1;
    padding: 8.3rem 0 35.6rem
}
@media screen and (min-width: 768px) {
    .lcl-community .lcl-community__in {
        width: 110rem !important;
        margin-left: auto;
        margin-right: auto
    }
}
@media screen and (max-width: 767px) {
    .lcl-community .lcl-community__in {
        padding: 6rem 2rem 20.3rem
    }
}
.lcl-community .lcl-community__sep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5.8rem
}
@media screen and (max-width: 767px) {
    .lcl-community .lcl-community__sep {
        display: block;
        margin-top: 3rem
    }
}
.lcl-community .lcl-community-block {
    width: 54rem;
    padding-top: 4.5rem;
    border-radius: 1rem 1rem 1rem 1rem;
    overflow: hidden
}
@media screen and (max-width: 767px) {
    .lcl-community .lcl-community-block {
        width: 100%;
        padding-top: 13.3rem
    }
    .lcl-community .lcl-community-block:not(:first-of-type) {
        margin-top: 2rem
    }
}
.lcl-community .lcl-community-block:nth-of-type(1) {
    background: url(../img/img_01.jpg) center/cover no-repeat
}
@media screen and (max-width: 767px) {
    .lcl-community .lcl-community-block:nth-of-type(1) {
        background: url(../img/img_01.jpg) top center/contain no-repeat
    }
}
.lcl-community .lcl-community-block:nth-of-type(2) {
    background: url(../img/img_02.jpg) center/cover no-repeat
}
@media screen and (max-width: 767px) {
    .lcl-community .lcl-community-block:nth-of-type(2) {
        background: url(../img/img_02.jpg) top center/contain no-repeat
    }
}
.lcl-community .lcl-community-block__cnt {
    width: 32rem;
    padding: 2rem 2rem;
    margin: 10px;
    background-color: #fff;
    border-radius:5rem;
}
@media screen and (max-width: 767px) {
    .lcl-community .lcl-community-block__cnt {
        width: 100%;
        padding: 3rem
    }
}
.lcl-community .lcl-community-block__ttl {
    color: #509DCA;
    font-weight: 700;
    font-size: 2.6rem;
    font-size: max(2.6rem, 10px);
    line-height: 1.5;
    letter-spacing: .06em
}
@media screen and (max-width: 767px) {
    .lcl-community .lcl-community-block__ttl {
        font-size: 1.8rem;
        font-size: max(1.8rem, 10px)
    }
}
.lcl-community .lcl-community-block__list {
    margin-top: 2.8rem
}
@media screen and (max-width: 767px) {
    .lcl-community .lcl-community-block__list {
        margin-top: 4rem
    }
}
.lcl-community .lcl-community-block__item {
    position: relative
}
.lcl-community .lcl-community-block__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .1rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d1d1d1), color-stop(50%, transparent)) center/0.4rem .4rem repeat-x;
    background: linear-gradient(90deg, #d1d1d1 50%, transparent 50%) center/0.4rem .4rem repeat-x
}
.lcl-community .lcl-community-block__item .lcl-community-block__link {
    padding: 0 .6rem 1rem
}
.lcl-community .lcl-community-block__item:not(:first-of-type) {
    margin-top: .6rem
}
.lcl-community .lcl-community-block__item:not(:first-of-type) .lcl-community-block__link {
    padding: 1rem .6rem
}
.lcl-community .lcl-community-block__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .8rem 1rem
}
@media(hover: hover) {
    .lcl-community .lcl-community-block__link:hover .lcl-community-block__txt {
        color: #509DCA
    }
    .lcl-community .lcl-community-block__link:hover .ico_circle-right .svg-circle {
        fill: #509DCA
    }
    .lcl-community .lcl-community-block__link:hover .ico_circle-right .svg-path {
        fill: #fff
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-community .lcl-community-block__link:hover .lcl-community-block__txt {
        color: #509DCA
    }
    .lcl-community .lcl-community-block__link:hover .ico_circle-right .svg-circle {
        fill: #509DCA
    }
    .lcl-community .lcl-community-block__link:hover .ico_circle-right .svg-path {
        fill: #fff
    }
}
.lcl-community .lcl-community-block__link .ico_circle-right {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1rem
}
.lcl-community .lcl-community-block__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    font-size: 1.5rem;
    font-size: max(1.5rem, 10px);
    line-height: 1.6;
    letter-spacing: .02em;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}
@media screen and (max-width: 767px) {
    .lcl-community .lcl-community-block__txt {
        font-size: 1.6rem;
        font-size: max(1.6rem, 16px)
    }
}
.lcl-outpatient .lcl-outpatient__in {
    padding: 8rem 0 0
}
@media screen and (min-width: 768px) {
    .lcl-outpatient .lcl-outpatient__in {
        width: 100rem !important;
        margin-left: auto;
        margin-right: auto
    }
}
.lcl-outpatient .lcl-outpatient__wrap {
    margin-top: 5.2rem
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__wrap {
        margin-top: 3rem
    }
}
.lcl-outpatient .lcl-outpatient__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media screen and (min-width: 768px) {
    .lcl-outpatient .lcl-outpatient__list {
        gap: 2rem
    }
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem 0
    }
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .slick-slide>div {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .lcl-outpatient .slick-slide>div:not(:first-of-type) {
        margin-top: 1rem
    }
}
.lcl-outpatient .lcl-outpatient__item {
    z-index: 1;
    position: relative;
    width: calc((100% - 4rem)*.333)
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__item {
        width: 32rem !important
    }
}
.lcl-outpatient .lcl-outpatient__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: .2;
    border-radius: 1rem;
    overflow: hidden;
    background: url(../img/outpatient/bg_square.png) center/cover no-repeat
}
.lcl-outpatient .lcl-outpatient__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    padding: 1.6rem 1rem 2.7rem 4rem;
    border: .1rem solid #6db55c;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(124, 124, 124, .1);
    box-shadow: 0px 6px 6px 0px rgba(124, 124, 124, .1);
    -webkit-transition: -webkit-box-shadow .25s ease;
    transition: -webkit-box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease, -webkit-box-shadow .25s ease
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__link {
        padding: 1.5rem 2.1rem 1rem 3.9rem
    }
}
@media(hover: hover) {
    .lcl-outpatient .lcl-outpatient__link:hover {
        -webkit-box-shadow: 0px 10px 10px 0px rgba(124, 124, 124, .1);
        box-shadow: 0px 10px 10px 0px rgba(124, 124, 124, .1)
    }
    .lcl-outpatient .lcl-outpatient__link:hover::after {
        opacity: .1
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-outpatient .lcl-outpatient__link:hover {
        -webkit-box-shadow: 0px 10px 10px 0px rgba(124, 124, 124, .1);
        box-shadow: 0px 10px 10px 0px rgba(124, 124, 124, .1)
    }
    .lcl-outpatient .lcl-outpatient__link:hover::after {
        opacity: .1
    }
}
.lcl-outpatient .lcl-outpatient__link::before, .lcl-outpatient .lcl-outpatient__link::after {
    content: "";
    position: absolute
}
.lcl-outpatient .lcl-outpatient__link::before {
    top: -0.1rem;
    left: -0.1rem;
    height: calc(100% + 0.2rem);
    width: 2.1rem;
    background-color: #6db55c;
    border-radius: 1rem 0 0 1rem;
    -webkit-transition: width .25s ease;
    transition: width .25s ease
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__link::before {
        width: 2rem
    }
}
.lcl-outpatient .lcl-outpatient__link::after {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    background-color: #6db55c
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__cnt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 8.8rem
    }
}
.lcl-outpatient .lcl-outpatient__sub {
    display: block;
    font-size: 1.6rem;
    font-size: max(1.6rem, 10px);
    line-height: 1.6;
    letter-spacing: 0
}
@media screen and (min-width: 768px) {
    .lcl-outpatient .lcl-outpatient__sub {
        min-height: 9.5rem
    }
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__sub {
        font-size: 1.3rem;
        font-size: max(1.3rem, 10px);
        line-height: 1.5
    }
}
.lcl-outpatient .lcl-outpatient__txt {
    display: block;
    color: #6db55c;
    margin-top: 1.3rem;
    font-size: 2.2rem;
    font-size: max(2.2rem, 10px);
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 700
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 4.4rem;
        margin-top: 1rem;
        font-size: 1.8rem;
        font-size: max(1.8rem, 10px)
    }
}
.lcl-outpatient .lcl-outpatient__fig {
    width: 9.5rem;
    height: 9.5rem;
    position: absolute;
    top: 1.7rem;
    right: 1.5rem
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__fig {
        top: 0;
        bottom: 0;
        right: 2rem;
        margin: auto;
        width: 8.6rem;
        height: 8.6rem
    }
}
.lcl-outpatient .lcl-outpatient__btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    margin-top: 3rem
}
@media screen and (min-width: 768px) {
    .lcl-outpatient .lcl-outpatient__btnarea {
        display: none
    }
}
.lcl-outpatient .lcl-outpatient__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: .1rem solid #d1d1d1
}
.lcl-outpatient .lcl-outpatient__btn .ico_svg {
    width: 3rem;
    height: 3rem
}
.lcl-outpatient .lcl-outpatient__btn.slick-disabled {
    opacity: .5;
    pointer-events: none
}
.lcl-outpatient .lcl-outpatient__btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 4rem
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__btm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: .7rem;
        margin-top: 3rem
    }
}
@media screen and (max-width: 767px) {
    .lcl-outpatient .lcl-outpatient__btm .btn01 {
        width: 26.5rem
    }
}
.lcl-news .lcl-news__in {
    padding: 8rem 0
}
@media screen and (min-width: 768px) {
    .lcl-news .lcl-news__in {
        width: 110rem !important;
        margin-left: auto;
        margin-right: auto
    }
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news__in {
        padding: 8rem 1.5rem
    }
}
.lcl-news .lcl-news__sep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news__sep {
        display: block
    }
}
.lcl-news .lcl-news__head {
    width: 20rem;
    padding-top: 2rem
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news__head {
        width: 100%;
        padding-top: 0
    }
}
.lcl-news .lcl-news__link {
    margin-top: 3rem;
    color: #222
}
@media(hover: hover) {
    .lcl-news .lcl-news__link:hover {
        color: #eb8030
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-news .lcl-news__link:hover {
        color: #eb8030
    }
}
.lcl-news .lcl-news__link .ico_circle-right .svg-circle {
    fill: #222
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news__link {
        display: none
    }
}
.lcl-news .lcl-news__main {
    position: relative;
    width: calc(100% - 20rem)
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news__main {
        width: 100%;
        margin-top: 3.6rem
    }
}
.lcl-news .lcl-news__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 33.5rem;
    height: 6rem;
    margin: 0 auto;
    position: relative;
    border-radius: 100vw;
    font-size: 1.4rem;
    font-size: max(1.4rem, 10px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    border: .1rem solid;
    border-color: #d1d1d1
}
@media screen and (min-width: 768px) {
    .lcl-news .lcl-news__toggle {
        display: none
    }
}
.lcl-news .lcl-news__toggle::before, .lcl-news .lcl-news__toggle::after {
    content: "";
    position: absolute;
    right: 2.3rem;
    width: 1rem;
    height: .8rem;
    border-style: solid;
    margin: auto
}
.lcl-news .lcl-news__toggle::before {
    top: 1.7rem;
    border-width: 0 .5rem .8rem .5rem;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #222 rgba(0, 0, 0, 0)
}
.lcl-news .lcl-news__toggle::after {
    bottom: 1.7rem;
    border-color: #222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: .8rem .5rem 0 .5rem
}
.lcl-news .lcl-news__toggle.lcl-news__toggle--current {
    color: #222
}
.lcl-news .lcl-news__toggle.lcl-news__toggle--emergency {
    color: #da1111
}
.lcl-news .lcl-news__toggle.lcl-news__toggle--notice {
    color: #509DCA
}
.lcl-news .lcl-news__toggle.lcl-news__toggle--event {
    color: #6db55c
}
.lcl-news .lcl-news__toggle.lcl-news__toggle--recruit {
    color: #eb8030
}
.lcl-news .lcl-news__toggle.lcl-news__toggle--bidding {
    color: #7c344d
}
.lcl-news .lcl-news-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .1rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}
@media screen and (min-width: 768px) {
    .lcl-news .lcl-news-nav {
        border-bottom: .1rem solid #222
    }
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        pointer-events: none;
        gap: .7rem 1.05rem;
        position: absolute;
        z-index: 1;
        top: 6rem;
        background-color: #fff;
        padding: 1.5rem 1rem 1rem;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility .3s ease, opacity .3s ease;
        transition: visibility .3s ease, opacity .3s ease
    }
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-nav.lcl-news-nav--active {
        pointer-events: auto;
        opacity: 1;
        visibility: visible
    }
}
.lcl-news .lcl-news-nav__item {
    position: relative;
    width: calc((100% - 0.5rem)*.1666)
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-nav__item {
        width: calc((100% - 1.1rem)*.5)
    }
}
@media screen and (min-width: 768px) {
    .lcl-news .lcl-news-nav__item:not(:first-of-type)::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -0.1rem;
        width: .1rem;
        height: 2.2rem;
        background-color: #d1d1d1
    }
}
.lcl-news .lcl-news-nav__btn {
    width: 100%;
    padding: 1.7rem 1rem 1.9rem;
    border-radius: 1rem 1rem 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    font-size: max(1.4rem, 10px);
    line-height: 1.5;
    letter-spacing: 0;
    -webkit-transition: color .25s ease, background-color .25s ease;
    transition: color .25s ease, background-color .25s ease
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-nav__btn {
        padding: .65rem 1.9rem;
        border-radius: 1rem;
        border: .1rem solid #d1d1d1;
        line-height: 1.8;
        letter-spacing: .02em
    }
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--current {
    pointer-events: none;
    background-color: #222;
    color: #fff
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--emergency {
    color: #da1111
}
@media(hover: hover) {
    .lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--emergency:hover {
        background-color: #da1111;
        color: #fff
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--emergency:hover {
        background-color: #da1111;
        color: #fff
    }
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--emergency.lcl-news-nav__btn--current {
    background-color: #da1111;
    color: #fff
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--notice {
    color: #509DCA
}
@media(hover: hover) {
    .lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--notice:hover {
        background-color: #509DCA;
        color: #fff
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--notice:hover {
        background-color: #509DCA;
        color: #fff
    }
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--notice.lcl-news-nav__btn--current {
    background-color: #509DCA;
    color: #fff
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--event {
    color: #6db55c
}
@media(hover: hover) {
    .lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--event:hover {
        background-color: #6db55c;
        color: #fff
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--event:hover {
        background-color: #6db55c;
        color: #fff
    }
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--event.lcl-news-nav__btn--current {
    background-color: #6db55c;
    color: #fff
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--recruit {
    color: #eb8030
}
@media(hover: hover) {
    .lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--recruit:hover {
        background-color: #eb8030;
        color: #fff
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--recruit:hover {
        background-color: #eb8030;
        color: #fff
    }
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--recruit.lcl-news-nav__btn--current {
    background-color: #eb8030;
    color: #fff
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--bidding {
    color: #7c344d
}
@media(hover: hover) {
    .lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--bidding:hover {
        background-color: #7c344d;
        color: #fff
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--bidding:hover {
        background-color: #7c344d;
        color: #fff
    }
}
.lcl-news .lcl-news-nav__btn.lcl-news-nav__btn--bidding.lcl-news-nav__btn--current {
    background-color: #7c344d;
    color: #fff
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-cnt {
        margin-top: 1rem
    }
}
.lcl-news .lcl-news-cnt__list {
    width: 100%
}
.lcl-news .lcl-news-cnt__item {
    position: relative;
    position: relative
}
.lcl-news .lcl-news-cnt__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .1rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d1d1d1), color-stop(50%, transparent)) center/0.4rem .4rem repeat-x;
    background: linear-gradient(90deg, #d1d1d1 50%, transparent 50%) center/0.4rem .4rem repeat-x
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-cnt__item {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}
.lcl-news .lcl-news-cnt__item.lcl-news-cnt__item--new::before {
    content: "NEW";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.5rem;
    width: 4.6rem;
    height: 4.6rem;
    padding-top: .2rem;
    margin: auto;
    border: .1rem solid #da1111;
    border-radius: 50%;
    background-color: #fff;
    color: #da1111;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    font-size: max(1.2rem, 10px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-cnt__item.lcl-news-cnt__item--new::before {
        left: 0;
        width: 1.8rem;
        height: 6.8rem;
        padding-top: 0;
        border-radius: .5rem;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 1rem;
        font-size: max(1rem, 10px);
        line-height: 1;
        letter-spacing: -0.3em
    }
}
.lcl-news .lcl-news-cnt__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2.6rem 2.5rem 2.6rem 9.2rem;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-cnt__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: .6rem;
        min-height: 7rem;
        padding: 0 3.4rem 0 2.8rem
    }
}
@media(hover: hover) {
    .lcl-news .lcl-news-cnt__link:hover {
        background-color: #f4f2eb
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-news .lcl-news-cnt__link:hover {
        background-color: #f4f2eb
    }
}
.lcl-news .lcl-news-cnt__link .ico_circle-right {
    width: 2.4rem;
    height: 2.4rem
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-cnt__link .ico_circle-right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }
}
.lcl-news .lcl-news-cnt__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-cnt__head {
        width: 100%;
        gap: 1rem
    }
}
.lcl-news .lcl-news-cnt__date {
    font-size: 1.1rem;
    font-size: max(1.1rem, 10px);
    line-height: 1.6;
    letter-spacing: .05em
}
@media screen and (min-width: 768px) {
    .lcl-news .lcl-news-cnt__date {
        min-width: 7rem;
        text-align: center
    }
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-cnt__cat {
        padding-top: .1rem;
        padding-bottom: .1rem
    }
}
.lcl-news .lcl-news-cnt__txt {
    font-size: 1.5rem;
    font-size: max(1.5rem, 10px);
    font-weight: 700;
    line-height: 1.7;
    overflow: hidden;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}
@media screen and (min-width: 768px) {
    .lcl-news .lcl-news-cnt__txt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news-cnt__txt {
        font-size: 1.4rem;
        font-size: max(1.4rem, 10px);
        -webkit-line-clamp: 2
    }
}
@media screen and (min-width: 768px) {
    .lcl-news .lcl-news__btmlink {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .lcl-news .lcl-news__btmlink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 3rem;
        margin-left: auto;
        margin-right: auto;
        color: #222
    }
    .lcl-news .lcl-news__btmlink .ico_svg .svg-circle {
        fill: #222
    }
}
.lcl-times {
    padding-left: 1rem;
    padding-right: 1rem
}
@media screen and (max-width: 767px) {
    .lcl-times {
        padding: 0
    }
}
.lcl-times .lcl-times__in {
    position: relative;
    z-index: 1;
    padding-top: 7.9rem
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__in {
        padding-top: 7.8rem;
        padding-bottom: 6rem
    }
}
.lcl-times .lcl-times__in::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 44.8rem;
    border-radius: 2rem;
    background-color: #f4f2eb
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__in::before {
        border-radius: 0;
        height: 100%
    }
}
.lcl-times .lcl-times__head {
    position: relative
}
.lcl-times .lcl-times__head::before, .lcl-times .lcl-times__head::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #222
}
.lcl-times .lcl-times__head::before {
    top: -2.6rem;
    height: .1rem
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__head::before {
        top: -1.3rem
    }
}
.lcl-times .lcl-times__head::after {
    content: "";
    position: absolute;
    top: -3.7rem;
    left: 0;
    height: .6rem
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__head::after {
        top: -2.4rem
    }
}
.lcl-times .lcl-times__ttl {
    position: relative
}
.lcl-times .lcl-times__ttl::before {
    content: "";
    position: absolute;
    bottom: .2rem;
    left: 0;
    height: .1rem;
    width: 100%;
    background-color: #222
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__ttl::before {
        bottom: .1rem
    }
}
.lcl-times .lcl-times__ttl img {
    display: block;
    width: 50.8rem;
    margin: 0 auto
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__ttl img {
        width: 33.9rem
    }
}
.lcl-times .lcl-times__en {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    font-size: max(1.5rem, 10px);
    line-height: 1.2;
    text-indent: .6em;
    letter-spacing: .6em
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__en {
        margin-top: 1.1rem;
        font-size: 1.2rem;
        font-size: max(1.2rem, 10px);
        text-indent: .4em;
        letter-spacing: .4em
    }
}
.lcl-times .lcl-times__sep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5.5rem
}
@media screen and (min-width: 768px) {
    .lcl-times .lcl-times__sep {
        width: 110rem !important;
        margin-left: auto;
        margin-right: auto
    }
}
@media screen and (min-width: 767px)and (max-width: 1200px) {
    .lcl-times .lcl-times__sep {
        width: 108rem !important
    }
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__sep {
        display: block;
        margin-top: 2rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}
.lcl-times .lcl-times__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 1.7rem
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__lead {
        display: block
    }
}
.lcl-times .lcl-times__txt {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    font-size: max(1.5rem, 10px);
    line-height: 1;
    letter-spacing: .28em
}
@media screen and (min-width: 768px) {
    .lcl-times .lcl-times__txt {
        width: 1.5rem;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__txt {
        text-align: center;
        line-height: 1.5;
        letter-spacing: .1em
    }
}
.lcl-times .lcl-times__main {
    width: 100rem
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__main {
        width: 100%;
        margin-top: 4.5rem
    }
}
.lcl-times .lcl-times-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times-list {
        display: block
    }
}
.lcl-times .lcl-times-list__item {
    width: 30.4rem
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times-list__item {
        width: 100%
    }
}
.lcl-times .lcl-times-list__item:not(:first-of-type) {
    margin-left: 4.39rem
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times-list__item:not(:first-of-type) {
        margin-left: 0;
        margin-top: 1rem
    }
}
.lcl-times .lcl-times-list__link {
    display: block;
    -webkit-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, .1);
    box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, .1);
    border-radius: 1rem;
    background-color: #fff
}
@media(hover: hover) {
    .lcl-times .lcl-times-list__link:hover .lcl-times-list__cnt {
        background-color: #eff6f8
    }
    .lcl-times .lcl-times-list__link:hover .ico_svg .svg-circle {
        fill: #509DCA
    }
    .lcl-times .lcl-times-list__link:hover .ico_svg .svg-path {
        fill: #fff
    }
    .lcl-times .lcl-times-list__link:hover .lcl-times-list__fig img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9)
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-times .lcl-times-list__link:hover .lcl-times-list__cnt {
        background-color: #eff6f8
    }
    .lcl-times .lcl-times-list__link:hover .ico_svg .svg-circle {
        fill: #509DCA
    }
    .lcl-times .lcl-times-list__link:hover .ico_svg .svg-path {
        fill: #fff
    }
    .lcl-times .lcl-times-list__link:hover .lcl-times-list__fig img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9)
    }
}
.lcl-times .lcl-times-list__fig {
    width: 100%;
    height: 19rem;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times-list__fig {
        height: 18rem
    }
}
.lcl-times .lcl-times-list__fig img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .25s ease, -webkit-filter .25s ease;
    transition: -webkit-transform .25s ease, -webkit-filter .25s ease;
    transition: transform .25s ease, filter .25s ease;
    transition: transform .25s ease, filter .25s ease, -webkit-transform .25s ease, -webkit-filter .25s ease
}
.lcl-times .lcl-times-list__cnt {
    position: relative;
    border-radius: 0 0 1rem 1rem;
    padding: 2rem 2.2rem 2.2rem;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times-list__cnt {
        padding: 1.6rem 2rem 1.7rem 2rem
    }
}
.lcl-times .lcl-times-list__cnt .ico_circle-right {
    position: absolute;
    right: 1rem;
    bottom: 1.8rem;
    width: 3rem;
    height: 3rem
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times-list__cnt .ico_circle-right {
        right: 2rem;
        bottom: 1.7rem;
        width: 2.4rem;
        height: 2.4rem
    }
}
.lcl-times .lcl-times-list__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #8e8e8e;
    font-size: 1.1rem;
    font-size: max(1.1rem, 10px);
    line-height: 1.6;
    letter-spacing: .05em
}
.lcl-times .lcl-times-list__txt {
    display: block;
    min-height: 5.2rem;
    margin-top: .6rem;
    font-weight: 700;
    font-size: 1.6rem;
    font-size: max(1.6rem, 10px);
    line-height: 1.6;
    letter-spacing: 0
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times-list__txt {
        min-height: 4.8rem;
        font-size: 1.4rem;
        font-size: max(1.4rem, 10px);
        line-height: 1.7;
        margin-top: .4rem
    }
}
.lcl-times .lcl-times-list__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 10rem;
    margin-top: 2rem;
    padding: .4rem 1rem;
    border-radius: 100vw;
    background-color: #222;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    font-size: max(1.2rem, 10px);
    line-height: 1.2;
    letter-spacing: 0
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times-list__cat {
        margin-top: 1.1rem
    }
}
.lcl-times .lcl-times__btm {
    margin-top: 3rem;
    text-align: center
}
.lcl-times .lcl-times__link {
    color: #222
}
@media(hover: hover) {
    .lcl-times .lcl-times__link:hover {
        color: #eb8030
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-times .lcl-times__link:hover {
        color: #eb8030
    }
}
@media screen and (max-width: 767px) {
    .lcl-times .lcl-times__link {
        font-size: 1.4rem;
        font-size: max(1.4rem, 10px);
        line-height: 1.8;
        letter-spacing: .02em
    }
}
.lcl-times .lcl-times__link .ico_circle-right .svg-circle {
    fill: #222
}
.lcl-other .lcl-other__in {
    padding: 8rem 0
}
@media screen and (min-width: 768px) {
    .lcl-other .lcl-other__in {
        width: 100rem !important;
        margin-left: auto;
        margin-right: auto
    }
}
@media screen and (max-width: 767px) {
    .lcl-other .lcl-other__in {
        padding: 6rem 1.5rem
    }
}
.lcl-other .lcl-other__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem
}
@media screen and (max-width: 767px) {
    .lcl-other .lcl-other__list {
        display: block;
        width: 33.5rem;
        margin: 0 auto
    }
}
.lcl-other .lcl-other__item {
    width: calc((100% - 4rem)*.1999);
    height: 13rem
}
@media screen and (max-width: 767px) {
    .lcl-other .lcl-other__item {
        height: 8rem;
        width: 100%
    }
}
@media screen and (max-width: 767px) {
    .lcl-other .lcl-other__item:not(:first-of-type) {
        margin-top: 1rem
    }
}
.lcl-other .lcl-other__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: .1rem solid #509DCA;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    font-size: max(1.6rem, 10px);
    line-height: 1.5;
    letter-spacing: .05em;
    -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease
}
@media(hover: hover) {
    .lcl-other .lcl-other__link:hover {
        background-color: #509DCA;
        color: #fff
    }
    .lcl-other .lcl-other__link:hover .lcl-other__icon {
        background-color: #fff
    }
    .lcl-other .lcl-other__link:hover .lcl-other__icon .svg-path {
        fill: #509DCA
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-other .lcl-other__link:hover {
        background-color: #509DCA;
        color: #fff
    }
    .lcl-other .lcl-other__link:hover .lcl-other__icon {
        background-color: #fff
    }
    .lcl-other .lcl-other__link:hover .lcl-other__icon .svg-path {
        fill: #509DCA
    }
}
.lcl-other .lcl-other__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: -0.1rem;
    right: -0.1rem;
    width: 3rem;
    height: 3rem;
    border: .1rem solid #509DCA;
    border-radius: 1rem 0 1rem 0;
    background-color: #509DCA;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}
.lcl-other .lcl-other__icon .ico_circle-right {
    width: 2.4rem;
    height: 2.4rem
}
.lcl-other .lcl-other__icon .ico_circle-right .svg-circle {
    display: none
}
.lcl-other .lcl-other__icon .ico_circle-right .svg-path {
    fill: #fff
}
.lcl-other .lcl-other-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.5rem 0;
    margin-top: 5rem
}
@media screen and (max-width: 767px) {
    .lcl-other .lcl-other-bnr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 1rem 0;
        margin-top: 4rem
    }
}
.lcl-other .lcl-other-bnr__item {
    width: 31.5rem
}
@media screen and (max-width: 767px) {
    .lcl-other .lcl-other-bnr__item {
        width: 100%
    }
}
@media screen and (min-width: 768px) {
    .lcl-other .lcl-other-bnr__item.lcl-other-bnr__item--wide {
        width: 48.5rem
    }
}
.lcl-other .lcl-other-bnr__item.lcl-other-bnr__item--wide .lcl-other-bnr__link::before {
    bottom: .5rem
}
@media screen and (max-width: 767px) {
    .lcl-other .lcl-other-bnr__item.lcl-other-bnr__item--wide .lcl-other-bnr__link::before {
        bottom: .5rem
    }
}
.lcl-other .lcl-other-bnr__link {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-filter .25s ease, -webkit-transform .25s ease;
    transition: -webkit-filter .25s ease, -webkit-transform .25s ease;
    transition: filter .25s ease, transform .25s ease;
    transition: filter .25s ease, transform .25s ease, -webkit-filter .25s ease, -webkit-transform .25s ease
}
@media(hover: hover) {
    .lcl-other .lcl-other-bnr__link:hover {
        -webkit-transform: scale(1.025);
        transform: scale(1.025);
        -webkit-filter: brightness(1.025) drop-shadow(0 0 1rem rgba(181, 181, 181, 0.5));
        filter: brightness(1.025) drop-shadow(0 0 1rem rgba(181, 181, 181, 0.5))
    }
}
@media screen and (min-width: 768px)and (-ms-high-contrast: none), screen and (min-width: 768px)and (-ms-high-contrast: active) {
    .lcl-other .lcl-other-bnr__link:hover {
        -webkit-transform: scale(1.025);
        transform: scale(1.025);
        -webkit-filter: brightness(1.025) drop-shadow(0 0 1rem rgba(181, 181, 181, 0.5));
        filter: brightness(1.025) drop-shadow(0 0 1rem rgba(181, 181, 181, 0.5))
    }
}
.lcl-other .lcl-other-bnr__link::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 26.5rem;
    height: 4.9rem;
    border-radius: 50%;
    background: #d9d9d9;
    /*-webkit-box-shadow: 0rem 1rem 2rem 0rem #b5b5b5;
    box-shadow: 0rem 1rem 2rem 0rem #b5b5b5*/
}
@media screen and (max-width: 767px) {
    .lcl-other .lcl-other-bnr__link::before {
        bottom: .9rem
    }
}
.lcl-other .lcl-other-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    width: 100%;
    padding-top: 4rem;
    border-top: .1rem solid #d1d1d1;
    margin-top: 4rem
}
@media screen and (max-width: 767px) {
    .lcl-other .lcl-other-btm {
        gap: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}
.lcl-other .lcl-other-btm__item {
    width: 36.8rem
}
@media screen and (max-width: 767px) {
    .lcl-other .lcl-other-btm__item {
        width: 100%
    }
}
.lcl-other .lcl-other-btm__link {
    display: block;
    width: 100%;
    height: 100%
}