@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media screen and (min-width:768px) {}

@media screen and (min-width:1025px) {}

/*============================
	kv 
============================*/

.kv {
    margin-top: 52px;

}

.kv__obj01 {
    width: calc((392/1920)*100%);
    top: -52px;
    left: 0;
}

.kv__obj02 {
    width: calc((145/1920)*100%);
    top: 100%;
    right: 0;
    transform: translate(0, -50%);
}

.kv__swiper01 {
    margin-bottom: 20px;
}

.kv__img {
    max-width: 350px;
    width: 200px;
    margin: 0 10px;

    & img {
        width: 100%;
    }
}

.kv .swiper-wrapper {
    transition-timing-function: linear;
}

.kv__linkwrap {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: -30px auto 0;
    position: relative;
    z-index: 99;

    & a {
        display: block;
        width: 48%;

    }

    & img {
        display: block;
        opacity: 0;
        animation: copyAnime 1s 1s forwards;
    }
}

.kv__copy {
    width: calc((582/1920)*150%);
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    z-index: 9;
}

.kv__reserve {
    display: block;
    max-width: 260px;
    min-width: 100px;
    width: calc((260/1920)*100%);
    z-index: 99;
    transition: .5s;
    left: 1%;
    top: 70%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.kv__reserve .btn {
    max-width: 138px;
    width: calc((138/260)*100%);
}

.kv__reserve .circle {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ciecleAnime 4s infinite linear;
}

@keyframes ciecleAnime {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.kv__copy .slide-in,
.kv__copy .slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
}


.kv__scroll {
    max-width: 13px;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
    display: none;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* swiper */
.kv__swiper-area {
    position: relative;
}

.swiper__imgwrap {
    overflow: hidden;
    display: block;
}

.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 10s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.kv .swiper-pagination {
    left: 5%;
    bottom: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 5px !important;
    color: #897d44;
    opacity: 1;
    width: 30px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #897d44;
        bottom: -.5em;
        left: 0;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

.kv .swiper-pagination-bullet-active {
    opacity: 1;

    & span {
        font-size: 1.8rem;
    }
}



@media screen and (min-width:768px) {

    .kv {
        margin-top: 62px;

    }

    .kv__obj01 {
        width: calc((392/1920)*100%);
        top: -62px;
        left: 0;
    }

    .kv__obj02 {
        width: calc((145/1920)*100%);
        top: 100%;
        right: 0;
        transform: translate(0, -50%);
    }

    .kv__swiper01 {
        margin-bottom: 20px;
    }

    .kv__img {
        max-width: 350px;
        width: 200px;
        margin: 0 10px;

    }

    .kv__linkwrap {
        display: block;
        width: 100%;
        margin: 0;
        position: unset;

        & a {
            position: absolute;
            width: calc((360/1920)*100%);
            transform: translate(-50%, -50%);
            top: 25%;
            left: 25%;
            z-index: 99;

        }

        .kv__link02 {
            top: 75%;
            left: 75%;
        }
    }


    .kv__reserve {
        width: calc((260/1920)*100%);
        left: 10%;
        top: 100%;
        transform: translate(-50%, -50%);
    }

}



@media screen and (min-width:1025px) {

    .kv {
        margin-top: 100px;

    }

    .kv__obj01 {
        width: calc((392/1920)*100%);
        top: -100px;
        left: 0;
    }

    .kv__obj02 {
        width: calc((145/1920)*100%);
        top: 100%;
        right: 0;
        transform: translate(0, -50%);
    }

    .kv__swiper01 {
        margin-bottom: 40px;
    }

    .kv__img {
        max-width: 350px;
        width: 350px;
        margin: 0 15px;

    }

    .kv__linkwrap {


        & a {
            width: 360px;
            /* width: calc((360/1920)*100%); */
            top: 25%;
            left: 25%
        }

        .kv__link02 {
            top: 75%;
            left: 75%;
        }
    }


    .kv__reserve {
        width: calc((260/1920)*100%);
        left: 10%;
        top: 100%;
        transform: translate(-50%, -50%);
    }


}


/*============================
   news
============================*/
.news {
    padding: 30px 0;
}

.news__box {
    padding: 20px 5%;
    width: 100%;
    margin: 0 0 0 auto;
    max-width: 1400px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 4px 4px 18px rgba(0, 0, 0, .06);
    position: relative;
    z-index: 1;
}

.news__ttlwrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.news__ttl {
    font-size: 3rem;
    font-weight: 500;
}

.news__btn {
    display: block;
    max-width: 140px;
    width: 100px;
    margin: 0;
}

.news__atc {
    display: block;
    margin-bottom: 1em;
    width: 100%;

    & a {
        width: 100%;
        display: block;
        align-items: center;
    }

    &:last-child {
        margin-bottom: 0;
    }
}

.news__date {
    white-space: nowrap;
}

.news__atc--ttl {

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}



@media screen and (min-width:768px) {
    .news {
        margin: -30px auto 0;
        padding: 0;
    }

    .news__box {
        padding: 20px 0 20px 5%;
        z-index: 99;
        position: relative;
        width: 80%;
        margin: 0 0 0 auto;
        background: none;

        &::before {
            content: "";
            position: absolute;
            width: 200%;
            height: 100%;
            background: rgba(255, 255, 255, .9);
            top: 0;
            left: 0;
            border-radius: 10px;

        }
    }

    .news__ttlwrap {
        display: block;
        margin-bottom: 0;
        width: 120px;
    }

    .news__ttl {
        margin-bottom: 20px;
    }

    .news__btn {
        max-width: 140px;
        width: 120px;
        position: relative;
    }

    .news__atcwrap {
        max-width: calc(100% - 120px);
        padding: 0 0 0 2em;
    }

    .news__atc {
        margin-bottom: 1em;

        & a {
            display: flex;
        }
    }

    .news__date {
        width: 100px;
    }

    .news__atc--ttl {
        width: calc(100% - 100px);

    }



}

@media screen and (min-width:1025px) {
    .news {
        margin: -20px auto 0;
        padding: 0;
    }

    .news__box {
        padding: 20px 0 20px 5%;
        width: 80%;
        max-width: 1020px;
        margin: 0 0 0 auto;

        &::before {
            width: 200%;
        }
    }

    .news__ttlwrap {
        width: 200px;
    }

    .news__ttl {
        margin-bottom: 30px;

        font-size: 4.4rem;
    }

    .news__btn {
        max-width: 140px;
        width: 140px;
    }

    .news__atcwrap {
        max-width: calc(100% - 200px);
        padding: 0 0 0 1em;
    }

    .news__atc {
        margin-bottom: 1em;

    }

    .news__date {
        width: 140px;
    }

    .news__atc--ttl {
        width: calc(100% - 14z0px);

    }


}

/*============================
   concpet
============================*/
.concpet {
    padding: 60px 0 80px;
}

.conc__ill01 {
    width: calc((407/1920)*100%);
    left: 0;
    bottom: 0;
}

.conc__ill02 {
    width: calc((556/1920)*100%);
    right: 0;
    bottom: 0;
}

.conc__bg {
    max-width: 1343px;
    min-width: 800px;
    width: calc((1343/1440)*100%);
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.conc__ttl {
    .dot {
        margin: 0 auto;
    }

    .font-en {
        margin: .5em 0 .5em;
    }
}

.conc__img {
    margin: 0 auto 30px;
}
.conc__txt em{
  display:inline;
  font-style:normal !important;
    }
@media screen and (min-width:768px) {
    .concpet {
        padding: 80px 0;
    }
.conc__txt em{
  display:block;
  font-style:normal !important;
    }
    .conc__ill01 {
        width: calc((407/1920)*100%);
        left: 0;
        bottom: auto;
        top: 80%;
        transform: translate(0, -50%);
    }

    .conc__ill02 {
        width: calc((556/1920)*100%);
        right: 0;
        bottom: auto;
        top: 80%;
        transform: translate(0, -50%);
    }

    .conc__bg {
        min-width: auto;
        width: calc((1343/1440)*100%);
        top: 45%;
        left: 49%;
    }

    .conc__ttl {
        .dot {
            margin: 0 auto;
        }

        .font-en {
            margin: .5em 0 .5em;
        }
    }

    .conc__txt {
        text-align: center;
    }

    .conc__img {
        margin: 0 auto 30px;
    }


}

@media screen and (min-width:1025px) {
    .concpet {
        padding: 100px 0;
    }

    .conc__ill01 {
        width: calc((407/1920)*100%);
        top: 60%;
    }

    .conc__ill02 {
        width: calc((556/1920)*100%);
        top: 80%;
    }

    .conc__bg {
        width: calc((1343/1440)*100%);
        top: 45%;
        left: 49%;
    }

    .conc__ttl {
        .dot {
            margin: 0 auto;
        }

        .font-en {
            margin: .5em 0 .5em;
        }
    }

    .conc__txt {
        line-height: 3;
    }

    .conc__img {
        margin: 0 auto 30px;
    }


}

/*============================
   commitment
============================*/
.commitment {
    padding: 60px 0;
    background: url(../images/commit_bg.png) no-repeat center bottom/cover;
}


.comm__box {
    padding: 40px 5% 60px;
    background: #fff;
    max-width: 1057px;
    width: 95%;
    margin: 0 0 0 auto;
}

.comm__ill01 {
    width: calc((384/1057)*100%);
    top: 0%;
    left: 80%;

    transform: translate(-50%, -50%);
}

.comm__ill02 {
    width: calc((502/1057)*100%);
    top: 100%;
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.comm__ttl {
    padding-left: 70px;
    margin-bottom: 20px;

    .dot {
        position: absolute;
        left: 0;
        top: 25%;
        transform: translate(0, -50%);
    }

    .txt {
        margin-top: 1em;
    }
}

.comm__btn {
    margin: 0 0 0 auto;
}

.comm__img {
    width: 90%;
    margin: -20px 0 0 auto;
    position: relative;
    z-index: 1;
}

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

    .comm__left {
        width: 60%;
        margin-right: -5%;
    }

    .comm__box {
        padding: 60px 10% 60px 5%;
        width: 95%;
        margin: 0 0 0 auto;
    }

    .comm__ill01 {
        width: calc((384/1057)*100%);
        top: 0%;
        left: 80%;
    }

    .comm__ill02 {
        width: calc((502/1057)*100%);
        top: 100%;
        left: 20%;
    }

    .comm__ttl {
        padding-left: 70px;
        margin-bottom: 20px;

        .dot {
            width: 50px;
            left: 0;
            top: 25%;
        }
    }

    .comm__img {
        width: 45%;
        margin: 0 0 0 -5%;
    }
}

@media screen and (min-width:1025px) {
    .commitment {
        padding: 150px 0 200px;
    }

    .comm__left {
        width: 60%;
        margin-right: -5%;
    }

    .comm__box {
        padding: 150px 10% 150px 150px;
        width: 95%;
        margin: 0 0 0 auto;
    }

    .comm__ill01 {
        width: calc((384/1057)*100%);
        top: 5%;
        left: 80%;
    }

    .comm__ill02 {
        width: calc((502/1057)*100%);
        top: 100%;
        left: 17%;
    }

    .comm__ttl {
        padding-left: 0;
        margin-bottom: 20px;

        .dot {
            width: 100px;
            left: -120px;
            top: 25%;
        }
    }
.comm__h3{
    font-size: min(3.6rem,2.1vw);
}
    .comm__img {
        width: 45%;
        margin: 0 0 0 -5%;
    }
}


/*============================
   medical
============================*/
.medical {
    padding: 60px 0 0;
}

.medi__obj01 {
    width: calc((430/1920)*100%);
    top: 100%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -1;
}

.medi__obj02 {
    width: calc((211/1920)*100%);
    top: 10%;
    right: 0;
    transform: translate(0, -50%);
    z-index: -1;
}

.medi__ttl {
    & img {
        margin: 0 auto;
        max-width: 76px;
        width: 50px;
    }

    .font-en {
        margin: .5em 0 .5em;
    }
}

.medi__atc {
    max-width: 670px;

    margin: 0 auto 30px;

    &:last-child {
        margin-bottom: 0;
    }

    & a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 3px 3px 76px rgba(0, 0, 0, .1);
    }
}

.medi__txtwrap {
    padding: 1em 5% 100px;
    position: relative;
}

.medi__img .num {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 138px;
    width: 100px;
}

.medi__h3 {
    position: relative;
}

.medi__tags {
    display: flex;
}

.medi__li {
    margin: 0 1em .5em 0;
}

.medi__btn {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%);
}

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

    .medi__obj01 {
        width: calc((430/1920)*100%);
        top: 50%;
        left: 0;
    }

    .medi__obj02 {
        top: 15%;
        right: 0;
    }

    .medi__ttl {
        & img {
            margin: 0 auto;
            max-width: 76px;
            width: 60px;
        }

        .font-en {
            margin: .5em 0 .5em;
        }
    }

    .medi__atc {
        width: 48%;
        margin: 0;
    }

    .medi__txtwrap {
        padding: 1em 5% 120px;
    }

    .medi__img .num {
        max-width: 138px;
        width: 100px;
    }


    .medi__li {
        margin: 0 1em .5em 0;
    }

    .medi__btn {
        bottom: 30px;
    }
}

@media screen and (min-width:1025px) {
    .medical {
        padding: 100px 0 0;
    }

    .medi__obj01 {
        width: calc((430/1920)*100%);
        top: 50%;
        left: 0;
    }

    .medi__obj02 {
        top: 20%;
        right: 0;
    }

    .medi__ttl {
        & img {
            margin: 0 auto;
            max-width: 76px;
            width: 76px;
        }

        .font-en {
            margin: .5em 0 .5em;
        }
    }

    .medi__atc {
        width: 48%;
    }

    .medi__txtwrap {
        padding: 1em 5% 160px;
    }

    .medi__img .num {
        max-width: 138px;
        width: 138px;
    }


    .medi__li {
        margin: 0 1em .5em 0;
    }

    .medi__btn {
        bottom: 50px;
    }
}

/*============================
   about
============================*/
.about {
    padding: 60px 0;
}

.about__left {
    margin-bottom: 30px;
}

.about__ttl {
    .dot {
        margin: 0 auto;
    }

    .font-en {
        margin: .5em 0 .5em;
    }
}

.about__tbl {
    .caption {
        margin-top: 1em;
        line-height: 1.5;
    }
}

.about__btm {
    padding: 60px 0 0;
}

.about__contents {
    display: flex;
    flex-wrap: wrap;
}

.about__item {
    width: 48%;
    margin-bottom: 20px;
}

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

    .about__left {
        width: 55%;
        margin-bottom: 0;
    }

    .about__img {
        width: 40%;
    }


    .about__btm {
        padding: 60px 0 0;
    }

    .about__contents {
        flex-wrap: nowrap;
    }

    .about__item {
        width: 24%;
        margin-bottom: 0;
    }
}

@media screen and (min-width:1025px) {
    .about {
        padding: 100px 0;
    }

    .about__left {
        width: 55%;
    }

    .about__img {
        width: 40%;
    }


    .about__btm {
        padding: 60px 0 0;
    }

    .about__item {
        width: 24%;
    }
}