/* sec-1 */
.identity-wrap .sec-1 {
    position: relative;
    background: transparent url(/theme/basic/img/sub/identity_sec1_bg.jpg) no-repeat center center / cover;
}
.identity-wrap .sec-1 .inner {
    position: relative;
    z-index: 2;
    padding: 77px 0 91px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.identity-wrap .sec-1 .text .title {
    display: flex;
    flex-direction: column;
    font-family: 'Adobe Garamond Pro', sans-serif !important;
}
.identity-wrap .sec-1 .text .title span {
    color: #a28160;
    font-size: 35px;
    letter-spacing: 0;
}
.identity-wrap .sec-1 .text .title strong {
    font-size: 50px;
    letter-spacing: -0.03em;
    color: #00154d;
    font-weight: 500;
    margin-top: 0.3em;
    margin-bottom: 0.8em;
}
.identity-wrap .sec-1 .desc {
    font-weight: 300;
    letter-spacing: -0.055em;
    font-size: 18px;
    line-height: 1.66em;
}
.identity-wrap .sec-1 .desc em {
    display: block;
    color: #2f2f2f;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 1.22em;
}
.identity-wrap .sec-1 .img {
    max-width: 55%;
}
.identity-wrap .sec-1 .img img {
    display: block;
    margin: 0 0 0 auto;
}

/* marquee */
.identity-wrap .marquee {
    position: absolute;
    left: 0;
    top: 105px;
    right: 0;
    z-index: 1;
}
.identity-wrap .marquee .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.identity-wrap .marquee .swiper-slide {
    width: 586px;
}
.identity-wrap .marquee .swiper-slide img {
    display: block;
}

/* sec-2 */
.identity-wrap .sec-2 {
    background-color: #e9e1da;
    padding: 157px 0 142px;
}
.identity-wrap .sec-2 .identity-item {
    margin-top: 93px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.identity-wrap .sec-2 .identity-item.img-right {
    flex-direction: row-reverse;
}
.identity-wrap .sec-2 .identity-item:first-child {
    margin-top: 0;
}
.identity-wrap .sec-2 .identity-item .img {
    max-width: 46%;
}
.identity-wrap .sec-2 .identity-item .img img {
    display: block;
}
.identity-wrap .sec-2 .identity-item .text {
    max-width: 50%;
}
.identity-wrap .sec-2 .identity-item .text strong {
    font-size: 32px;
    line-height: 1.28em;
    color: #00154d;
    font-weight: 500;
}
.identity-wrap .sec-2 .identity-item .text strong em {
    font-weight: 700;
}
.identity-wrap .sec-2 .identity-item .text p {
    margin-top: 2.1em;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 500;
    color: #777;
}

/* sec-3 */
.identity-wrap .sec-3 {
    background: #d4c7bc;
    padding: 77px 0;
}
.identity-wrap .sec-3 .hospital-point {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.identity-wrap .sec-3 .hospital-point li {
    padding: 46px 0 35px;
    width: 25%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.identity-wrap .sec-3 .hospital-point li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #b99f88;
    transform: translate(-50%, 0);
}
.identity-wrap .sec-3 .hospital-point li:first-child::after {
    content: none;
}
.identity-wrap .sec-3 .hospital-point li .img {
    width: 79px;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s ease;
}
.identity-wrap .sec-3 .hospital-point li:hover .img {
    transform: translateY(-15px);
}
.identity-wrap .sec-3 .hospital-point li:nth-child(1) .img {
    background-size: calc(78 / 79 * 100%);
}
.identity-wrap .sec-3 .hospital-point li:nth-child(2) .img {
    background-size: calc(79 / 79 * 100%);
}
.identity-wrap .sec-3 .hospital-point li:nth-child(3) .img {
    background-size: calc(69 / 79 * 100%);
}
.identity-wrap .sec-3 .hospital-point li:nth-child(4) .img {
    background-size: calc(68 / 79 * 100%);
}
.identity-wrap .sec-3 .hospital-point li p {
    text-align: center;
    font-weight: 500;
    color: #333130;
    line-height: 1.4em;
    letter-spacing: 0;
    margin-top: 1.4em;
}
.identity-wrap .sec-3 .hospital-point li p em {
    font-weight: 700;
}

/* sec-4 */
.identity-wrap .sec-4 {
    position: relative;
}
.identity-wrap .sec-4 .swiper-slide .bg {
    aspect-ratio: 1920 / 722;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.identity-wrap .sec-4 .swiper-slide .bg.m{
    display: none;
}
.identity-wrap .sec-4 .hospital-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.identity-wrap .sec-4 .hospital-pagination .swiper-pagination-bullet {
    margin: 0;
    background: #351e03;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    opacity: 1;
    transition: transform 0.3s ease-in-out;
}
.identity-wrap .sec-4 .hospital-pagination .swiper-pagination-bullet-active {
    transform: scale(0.6);
}


@media (max-width:1400px){
    .identity-wrap .sec-1 .text .title span{
        font-size: 28px;
    }
    .identity-wrap .sec-1 .text .title strong{
        font-size: 40px;
    }
    .identity-wrap .sec-1 .desc{
        font-size: 16px;
    }
    .identity-wrap .marquee .swiper-slide{
        width: 500px;
    }
    .identity-wrap .sec-2{
        padding:100px 0;
    }
    .identity-wrap .sec-2 .identity-item{
        margin-top: 80px;
    }
    .identity-wrap .sec-2 .identity-item .text strong{
        font-size: 28px;
    }
    .identity-wrap .sec-2 .identity-item .text p{
        font-size: 18px;
    }
    .identity-wrap .sec-3{
        padding:60px 0;
    }
    .identity-wrap .sec-3 .hospital-point li{
        padding:25px 0;
    }
}
@media (max-width:1024px){
    .identity-wrap .sec-1 .text .title span{
        font-size: 22px;
    }
    .identity-wrap .sec-1 .text .title strong{
        font-size: 30px;
    }
    .identity-wrap .sec-1 .desc{
        font-size: 14px;
    }
    .identity-wrap .marquee .swiper-slide{
        width: 400px;
    }
    .identity-wrap .sec-2{
        padding:80px 0;
    }
    .identity-wrap .sec-2 .identity-item .text strong{
        font-size: 22px;
    }
    .identity-wrap .sec-2 .identity-item .text p{
        font-size: 16px;
    }
    .identity-wrap .sec-3{
        padding:40px 0;
    }
    .identity-wrap .sec-3 .hospital-point li p{
        font-size: 14px;
    }
}
@media (max-width:768px){
    .identity-wrap .sec-1 .inner{
        padding:80px 0 60px;
        flex-direction: column;
        gap: 40px;
    }
    .identity-wrap .sec-1 .img,
    .identity-wrap .sec-1 .text{
        max-width: 100%;
        width:100%;
    }
    .identity-wrap .marquee{
        top:26px;
    }
    .identity-wrap .marquee .swiper-slide{
        width: 330px;
    }
    .identity-wrap .sec-2{
        padding:60px 0;
    }
    .identity-wrap .sec-2 .identity-item{
        flex-direction: column;
        padding-top: 40px;
        margin-top: 40px;
        border-top: 1px solid #b99f88;
        gap: 25px;
    }
    .identity-wrap .sec-2 .identity-item.img-right{
        flex-direction: column-reverse;
    }
    .identity-wrap .sec-2 .identity-item:first-child{
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
    .identity-wrap .sec-2 .identity-item .img{
        width: 100%;
        max-width: unset;
    }
    .identity-wrap .sec-2 .identity-item .text{
        width: 100%;
        max-width: unset;
    }
    .identity-wrap .sec-2 .identity-item .text strong{
        font-size: 20px;
    }
    .identity-wrap .sec-2 .identity-item .text p{
        font-size: 14px;
        margin-top:1em;
        word-break: keep-all;
    }
    .identity-wrap .sec-2 .identity-item .text p br{
        display: none;
    }
    .identity-wrap .sec-3{
        padding:25px 0;
    }
    .identity-wrap .sec-3 .hospital-point {
        flex-wrap: wrap;
    }
    .identity-wrap .sec-3 .hospital-point li {
        width: 50%;
    }
    .identity-wrap .sec-3 .hospital-point li::after{
        content:none !important;
    }
    .identity-wrap .sec-3 .hospital-point li .img{
        width: 60px;
    }
    .identity-wrap .sec-4 .swiper-slide .bg{
        display: none;
    }
    .identity-wrap .sec-4 .swiper-slide .m.bg{
        aspect-ratio: 720 / 1280;
        display: block;
    }
    .identity-wrap .sec-4 .hospital-pagination{
        bottom:20px;
        gap: 8px;
    }
    .identity-wrap .sec-4 .hospital-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
}