@charset "UTF-8";
/* =====================================
	INDEX
===================================== */

.visual{
    width: 100%;
    height: 57.6923vw;
    position: relative;
    background: #f9e2e3;
}

.visual::before{
    content: "";
    position: absolute;
    top: -4.92857vw;
    left: -1.0306vw;
    width: 68.42857vw;
    height: 67.57143vw;
    background: url("../img/index/bg01.png") no-repeat center top;
    background-size: contain;
    z-index: 5;
    display: block;
}

.visual h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: 10;
    margin-left: -41.769vw;
    font-size: 5.153846vw;
    font-weight: 500;
    color: #5ac0c9;
    line-height: 1.328358;
}

.visual h1 span{
    display: block;
}

.visual h1 small{
    font-size: 2.84615vw;
    display: block;
    margin-top: 1vw;
}

.visual ul{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 8;
}

.visual ul li{
    width: 100%;
    height: 57.6923vw;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.visual ul img{
    max-width: inherit;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.visual ul li img.active{
    opacity: 1;
    z-index: 1;
}

.news{
    width: 100%;
    z-index: 0;
}

.news .wrap{
    width: 92.857%;
    margin: 0 auto;
    padding: 148px 4% 0 13.53846%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.news .wrap::before{
    content: "";
    width: 38.76923vw;
    height: 45.3077vw;
    background: url("../img/index/illust04.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: -17.6154vw;
    left: -2.1538vw;
    z-index: 5;
}

.news .wrap div{
    padding-top: 50px;
    width: 28.1979458%;
    position: relative;
    z-index: 10;
}

.news .wrap div h2{
    font-size: 7.625rem;
    font-weight: 250;
    text-align: center;
    color: #5ac0c9;
    line-height: 1;
}

.news .wrap > div > a{
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 23px auto 0;
    position: relative;
    display: table;
}

.news .wrap > div > a:hover{
    opacity: 1;
}

.news .wrap > div > a span{
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
    position: relative;
}

.news .wrap > div > a::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: linear-gradient(90deg, rgba(230, 196, 185, .5), rgba(232, 185, 221, .5) 25%, rgba(226, 195, 255, .5) 50%, rgba(185, 212, 254, .5) 75%, rgba(187, 226, 238, .5));
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s all ease;
}

.news .wrap > div > a:hover::before{
    top: 0;
    left: 0;
}

.news .wrap ul{
    width: 65.546218%;
    display: flex;
    gap: 4.7009%;
    position: relative;
    z-index: 10;
}

.news .wrap ul li{
    width: 30.1994%;
}

.news .wrap ul li a{
    width: 100%;
    border: 1px solid #232323;
    padding: 12px 10px 24px;
    background: #fff;
    display: block;
}

.news .wrap ul li a .cat{
    width: 100%;
    height: 60px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding-top: 16px;
    display: block;
}

.news .wrap ul li a .cat.recruit{
    color: #ef90b9;
    background: #c7e7ea;
}

.news .wrap ul li a .cat.information{
    color: #5ac0c9;
    background: #f9e2e3;
}

.news .wrap ul li a .date{
    font-size: 1.6rem;
    line-height: 1;
    margin: 24px 0 12px;
    display: block;
    padding: 0 5px;
}

.news .wrap ul li a p{
    padding: 0 5px;
}

@media screen and (max-width: 1080px){

.news .wrap div{
    width: 24%;
}

.news .wrap{
    padding: 148px 3%;
}

.news .wrap ul{
    width: 74%;
    gap: 2%;
}

.news .wrap ul li{
    width: 32%;
}

}

.bg01{
    background: url("../img/common/bg02.png") no-repeat bottom left;
    overflow: hidden;
}

.bg02{
    background: url("../img/common/bg03.png") no-repeat top 153px right;
}

.voice{
    width: 100%;
    background: url("../img/index/illust05.png") no-repeat top 87px right -35px;
    background-size: 380px auto;
    padding: 172px 0 0;
    position: relative;
}

.voice h2{
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}

.voice h2 span{
    font-size: 7.625rem;
    font-weight: 250;
    display: block;
    color: #5ac0c9;
    margin-bottom: 9px;
}

.voice ul .slick-list{
    overflow: visible;
}

.voice ul li{
    width: 22.30769vw;
    border-radius: 52px 0 0 0;
    flex: 0 0 auto;
    position: relative;
    background: #fff;
    margin: 0 2.769vw;
}

.voice ul li img{
    width: 100%;
    border-radius: 52px 0 0 0;
}

.voice ul li span{
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: 0.17em;
    text-align: center;
    width: 186px;
    height: 56px;
    border-radius: 30px 0 30px 0;
    margin: -32px 0 0 -24px;
    display: block;
    position: relative;
    z-index: 5;
    padding-top: 15px;
    filter: drop-shadow(-7px -7px 0px #fff5b7);
}

.voice ul li span.rookie{
    color: #ef90b9;
    background: #d0e7e8;
}

.voice ul li span.senior{
    color: #5ac0c9;
    background: #f9e2e3;
}

.voice ul li span.practitioner{
    color: #ef90b9;
    background: #d0e7e8;
}

.voice ul li span.certified{
    color: #5ac0c9;
    background: #f9e2e3;
}

.voice ul li span.designated{
    color: #fff;
    background: #d8c4a4;
}

.voice ul li span.careworker{
    color: #ef90b9;
    background: #d0e7e8;
}

.voice ul li span.emt{
    color: #5ac0c9;
    background: #f9e2e3;
}

.voice ul li span.assistant{
    color: #fff;
    background: #d8c4a4;
}

.voice ul li p{
    padding: 15px 1.153846vw 0.84615vw;
}

.voice > a{
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 70px auto 0;
    position: relative;
    display: table;
}

.voice > a:hover{
    opacity: 1;
}

.voice > a span{
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
    position: relative;
}

.voice > a::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: linear-gradient(90deg, rgba(230, 196, 185, .5), rgba(232, 185, 221, .5) 25%, rgba(226, 195, 255, .5) 50%, rgba(185, 212, 254, .5) 75%, rgba(187, 226, 238, .5));
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s all ease;
}

.voice > a:hover::before{
    top: 0;
    left: 0;
}

.overview{
    width: 100%;
    padding: 236px 0 106px;
    position: relative;
}

.overview::before{
    content: "";
    background: url("../img/index/bg03.png") no-repeat;
    background-size: 393px auto;
    width: 393px;
    height: 404px;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -688px;
}

.overview::after{
    content: "";
    background: url("../img/index/bg04.png") no-repeat;
    background-size: 382px auto;
    width: 382px;
    height: 270px;
    position: absolute;
    top: 56px;
    left: 50%;
    margin-left: 205px;
}

.overview ul{
    width: 100%;
    max-width: 1300px;
    padding: 0 50px 0 167px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.overview ul::before{
    content: "HOSPITAL OVERVIEW";
    font-family: "League Spartan", sans-serif;
    font-size: 11.4rem;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    transform: rotate(90deg);
    position: absolute;
    top: -38px;
    left: 18px;
    transform-origin: bottom left;
    white-space: nowrap;
}

.overview ul li{
    width: 100%;
    position: relative;
}

.overview ul .task, .overview ul .nurse{
    width: 47.46%;
}

.overview ul .task{
    margin-top: 268px;
}

.overview ul .nurse{
    margin-top: 167px;
}

.overview ul li .imgArea{
    width: 55.4%;
}

.overview ul .task .imgArea, .overview ul .nurse .imgArea{
    width: 100%;
}

.overview ul .department .imgArea{
    margin: 114px 0 0 auto;
}

.overview ul .nurse_practitioner .imgArea{
    margin: 114px 0 0;
}

.overview ul li .imgArea img{
    border-radius: 70px 0 70px 0;
}

.overview ul .task .imgArea img, .overview ul .nurse .imgArea img{
    border-radius: 0;
    width: 100%;
    max-width: 403px;
    margin: 0 auto;
}

.overview ul li .txtArea{
    width: 47.46%;
    position: absolute;
    bottom: -17px;
    z-index: 100;
}

.overview ul .about .txtArea,
.overview ul .nurse_practitioner .txtArea{
    right: 0;
}

.overview ul .department .txtArea{
    left: 0;
}

.overview ul .task .txtArea, .overview ul .nurse .txtArea{
    width: 100%;
    position: relative;
    bottom: auto;
    margin-top: -62px;
}

.overview ul li .txtArea h2{
    font-size: 7.625rem;
    font-weight: 250;
    color: #5ac0c9;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
}

.overview ul .nurse_practitioner .txtArea h2{
    margin: 0 0 5px 21.359%;
    text-align: left;
}

.overview ul .task .txtArea h2, .overview ul .nurse .txtArea h2{
    margin-bottom: 22px;
}

.overview ul li .txtArea div{
    padding: 40px 40px 62px;
    background: #fff;
    position: relative;
}

.overview ul li .txtArea div h3{
    text-align: center;
    font-size: 2.7rem;
    color: #5ac0c9;
    line-height: 1;
    margin-bottom: 15px;
}

.overview ul li .txtArea div a{
    width: 100%;
    max-width: 300px;
    height: 60px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    display: table;
}

.overview ul li .txtArea div a:hover{
    opacity: 1;
}

.overview ul li .txtArea div a span{
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
}

.overview ul li .txtArea div a::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: linear-gradient(90deg, rgba(230, 196, 185, .5), rgba(232, 185, 221, .5) 25%, rgba(226, 195, 255, .5) 50%, rgba(185, 212, 254, .5) 75%, rgba(187, 226, 238, .5));
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s all ease;
}

.overview ul li .txtArea div a:hover::before{
    top: 0;
    left: 0;
}

.education{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 223px 50px 0;
    position: relative;
    z-index: 5;
}

.education::before{
    content: "";
    background: url("../img/index/illust08.png") no-repeat;
    background-size: 638px auto;
    width: 638px;
    height: 516px;
    position: absolute;
    top: -39px;
    right: 20px;
}

.education h2{
    margin-left: 14.833%;
    text-align: center;
    line-height: 1;
    display: table;
    margin-bottom: 162px;
}

.education h2 span{
    font-size: 7.625rem;
    font-weight: 250;
    color: #5ac0c9;
}

.education h2 small{
    font-size: 2.5rem;
    display: block;
    margin-top: 16px;
}

.education ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 70px;
}

.education ul li{
    width: 48.833%;
    position: relative;
}

.education ul li::before{
    content: "";
    width: 2px;
    height: calc(100% - 40px);
    background: #5ac0c9;
    position: absolute;
    top: 0;
    left: 24px;
}

.education ul li > span{
    font-size: 2.0rem;
    line-height: 1;
    color: #5ac0c9;
    margin-left: 40px;
    display: block;
    padding: 20px 0 5px;
}

.education ul li div{
    background: #fff;
    padding: 25px 40px 64px 55px;
    min-height: calc(100% - 45px);
}

.education ul li div h3{
    font-size: 2.7rem;
    color: #ef90b9;
    margin-bottom: 5px;
}

.education ul li div a{
    width: 100%;
    max-width: 300px;
    height: 60px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    display: table;
}

.education ul li div a:hover{
    opacity: 1;
}

.education ul li div a span{
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
}

.education ul li div a::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: linear-gradient(90deg, rgba(230, 196, 185, .5), rgba(232, 185, 221, .5) 25%, rgba(226, 195, 255, .5) 50%, rgba(185, 212, 254, .5) 75%, rgba(187, 226, 238, .5));
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s all ease;
}

.education ul li div a:hover::before{
    top: 0;
    left: 0;
}

.welfare{
    padding: 270px 50px 0;
}

.welfare .wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}

.welfare .wrap::before{
    content: "";
    background: url("../img/index/illust09.png");
    background-size: 440px 418px;
    width: 440px;
    height: 418px;
    position: absolute;
    top: -256px;
    left: -108px;
}

.welfare .wrap .txtArea{
    width: 60.4%;
    text-align: center;
    position: relative;
}

.welfare .wrap .txtArea h2{
    line-height: 1.3;
    display: table;
    margin: 0 auto 32px;
}

.welfare .wrap .txtArea h2 span{
    font-size: 7.625rem;
    font-weight: 250;
    color: #5ac0c9;
}

.welfare .wrap .txtArea h2 small{
    font-size: 2.5rem;
    line-height: 1;
    display: block;
    margin-top: 3px;
}

.welfare .wrap .txtArea h3{
    font-size: 2.5rem;
    line-height: 1.6;
    background: linear-gradient(transparent 40%, #f9e2e3 0%);
    display: inline;
}

.welfare .wrap .txtArea p{
    text-align: left;
    margin: 12px 7.876% 65px 13.64%;
}

.welfare .wrap .txtArea a{
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    display: table;
}

.welfare .wrap .txtArea a:hover{
    opacity: 1;
}

.welfare .wrap .txtArea a span{
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
    position: relative;
}

.welfare .wrap .txtArea a::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: linear-gradient(90deg, rgba(230, 196, 185, .5), rgba(232, 185, 221, .5) 25%, rgba(226, 195, 255, .5) 50%, rgba(185, 212, 254, .5) 75%, rgba(187, 226, 238, .5));
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s all ease;
}

.welfare .wrap .txtArea a:hover::before{
    top: 0;
    left: 0;
}

.welfare .wrap .imgArea{
    width: 39.6%;
}

.welfare .wrap .imgArea img{
    border-radius: 86px 0 86px 0;
}

.attractions{
    padding: 516px 50px 0;
}

.attractions .wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 2%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.attractions .wrap::before{
    content: "";
    background: url("../img/index/illust10.png");
    background-size: 1129px 483px;
    width: 1129px;
    height: 483px;
    position: absolute;
    top: -542px;
    left: 16px;
}

.attractions .wrap .txtArea{
    width: 60.4%;
    text-align: center;
}

.attractions .wrap .txtArea h2{
    line-height: 1.3;
    display: table;
    margin: 0 auto 32px;
}

.attractions .wrap .txtArea h2 span{
    font-size: 7.625rem;
    font-weight: 250;
    color: #5ac0c9;
}

.attractions .wrap .txtArea h2 small{
    font-size: 2.5rem;
    line-height: 1;
    display: block;
    margin-top: 9px;
}

.attractions .wrap .txtArea h3{
    font-size: 2.5rem;
    line-height: 1.6;
    background: linear-gradient(transparent 40%, #f9e2e3 0%);
    display: inline;
}

.attractions .wrap .txtArea p{
    text-align: left;
    margin: 12px 7.876% 65px 13.64%;
}

.attractions .wrap .txtArea a{
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    display: table;
}

.attractions .wrap .txtArea a:hover{
    opacity: 1;
}

.attractions .wrap .txtArea a span{
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
    position: relative;
}

.attractions .wrap .txtArea a::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: linear-gradient(90deg, rgba(230, 196, 185, .5), rgba(232, 185, 221, .5) 25%, rgba(226, 195, 255, .5) 50%, rgba(185, 212, 254, .5) 75%, rgba(187, 226, 238, .5));
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s all ease;
}

.attractions .wrap .txtArea a:hover::before{
    top: 0;
    left: 0;
}

.attractions .wrap .imgArea{
    width: 39.6%;
}

.attractions .wrap .imgArea img{
    border-radius: 86px 0 86px 0;
}

.access{
    margin-top: -74px;
    padding: 266px 50px 330px;
    background-image: linear-gradient(0deg, rgba(249, 226, 227, 0), rgba(249, 226, 227, 1) 50%, rgba(249, 226, 227, 0));
    position: relative;
    z-index: 3;
}

.access::after{
    content: "";
    background: url("../img/index/illust11.png") no-repeat center;
    background-size: 325px 368px;
    width: 325px;
    height: 368px;
    position: absolute;
    top: 112px;
    left: 50%;
    margin-left: 296px;
}

.access h2{
    line-height: 1;
    display: table;
    margin: 0 auto 35px;
    text-align: center;
}

.access h2 span{
    font-size: 7.625rem;
    font-weight: 250;
    color: #5ac0c9;
}

.access h2 small{
    font-size: 2.5rem;
    display: block;
    margin-top: 11px;
}

.access .wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.access .wrap .map{
    width: 56.668%;
    position: relative;
    height: 0;
    padding-top: 45.834%;
}

.access .wrap .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access .wrap .address{
    width: 40.167%;
}

.access .wrap .address img{
    border-radius: 60px 0 60px 0;
    margin-bottom: 10px;
}

.access .wrap .address h3{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.access .wrap .address p{
    text-align: center;
}

.access .wrap .address dt{
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #5ac0c9;
    line-height: 33px;
    margin: 16px auto 7px;
    padding-left: 34px;
    background: url("../img/common/icon05.svg") no-repeat center left;
    display: table;
}

.access .wrap .address dd{
    text-align: center;
    line-height: 1.3125;
}

.access .wrap .address dd strong{
    font-size: 2.5rem;
    font-weight: 500;
}

.access .wrap .address dd + dd{
    margin-top: 15px;
}

.access .wrap .address span{
    margin: 20px auto 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    color: #5ac0c9;
    border: 1px solid #5ac0c9;
    background: url("../img/common/icon06.svg") no-repeat center left 22px;
    padding: 12px 21px 14px 72px;
    display: table;
}

.access a{
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 44px auto 0;
    position: relative;
    display: table;
}

.access a:hover{
    opacity: 1;
}

.access a span{
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
    position: relative;
}

.access a::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: linear-gradient(90deg, rgba(230, 196, 185, .5), rgba(232, 185, 221, .5) 25%, rgba(226, 195, 255, .5) 50%, rgba(185, 212, 254, .5) 75%, rgba(187, 226, 238, .5));
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s all ease;
}

.access a:hover::before{
    top: 0;
    left: 0;
}

section.recruit{
    padding: 37px 0 367px;
    margin-top: -37px;
    position: relative;
    z-index: 3;
    background-image: linear-gradient(0deg, rgba(199, 231, 234, 1), rgba(199, 231, 234, 0));
}

.recruit .wrap{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.recruit .wrap::before{
    content: "";
    background: url("../img/index/illust12.png") no-repeat center;
    background-size: contain;
    width: min(68.23vw, 887px);
    height: min(48vw, 624px);
    position: absolute;
    top: -220px;
    right: min(4.53846vw, 59px);
}

.recruit .wrap .txtArea{
    margin-left: 8.3846%;
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 3;
}

.recruit .wrap .txtArea h2{
    line-height: 1;
    display: table;
    margin: 0 auto 30px;
    text-align: center;
}

.recruit .wrap .txtArea h2 span{
    font-size: 7.625rem;
    font-weight: 250;
    color: #5ac0c9;
}

.recruit .wrap .txtArea h2 small{
    font-size: 2.5rem;
    display: block;
    margin-top: 7px;
}

.recruit .wrap .txtArea a{
    width: 100%;
    max-width: 300px;
    height: 60px;
    position: relative;
    display: table;
}

.recruit .wrap .txtArea a:hover{
    opacity: 1;
}

.recruit .wrap .txtArea a span{
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
    position: relative;
}

.recruit .wrap .txtArea a::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: linear-gradient(90deg, rgba(230, 196, 185, .5), rgba(232, 185, 221, .5) 25%, rgba(226, 195, 255, .5) 50%, rgba(185, 212, 254, .5) 75%, rgba(187, 226, 238, .5));
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s all ease;
}

.recruit .wrap .txtArea a:hover::before{
    top: 0;
    left: 0;
}

section.information{
    width: 100%;
    background: rgba(199, 231, 234, 1);
    padding: 0 50px;
}

.information h2{
    line-height: 1;
    display: table;
    margin: 0 auto 70px;
    text-align: center;
}

.information h2 span{
    font-size: 7.625rem;
    font-weight: 250;
    color: #5ac0c9;
}

.information h2 small{
    font-size: 2.5rem;
    display: block;
    margin-top: 7px;
}

.information .wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.information .wrap::before{
    content: "";
    background: url("../img/index/illust13.png") no-repeat center;
    background-size: 337px 226px;
    width: 337px;
    height: 226px;
    position: absolute;
    top: -222px;
    right: 18px;
}

.information .wrap .nursingNews{
    width: 47.833%;
    padding: 36px 32px 37px;
    background: #fff;
    position: relative;
}

.information .wrap h3{
    font-size: 3.5rem;
    line-height: 1;
    text-align: center;
    color: #5ac0c9;
}

.information .wrap .nursingNews ul li{
    padding: 30px 25px 8px;
    border-bottom: 1px solid #c7e7ea;
}

.information .wrap .nursingNews ul li span{
    display: block;
}

.information .wrap .nursingNews .nursingNews_btn{
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 30px auto 0;
    position: relative;
    display: table;
}

.information .wrap .nursingNews .nursingNews_btn:hover{
    opacity: 1;
}

.information .wrap .nursingNews .nursingNews_btn span{
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
    position: relative;
    z-index: 3;
}

.information .wrap .nursingNews .nursingNews_btn::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: linear-gradient(90deg, rgba(230, 196, 185, .5), rgba(232, 185, 221, .5) 25%, rgba(226, 195, 255, .5) 50%, rgba(185, 212, 254, .5) 75%, rgba(187, 226, 238, .5));
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s all ease;
}

.information .wrap .nursingNews_btn:hover::before{
    top: 0;
    left: 0;
}

.information .wrap .calendarWrap{
    width: 48.9167%;
    padding: 36px 20px 15px;
    background: #fff;
    position: relative;
}

.movie{
    width: 100%;
    padding: 144px 50px 354px;
    background-image: linear-gradient(0deg, rgba(199, 231, 234, 0), rgba(199, 231, 234, 1));
}

.movie .wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 138px;
    position: relative;
}

.movie .wrap::after{
    content: "MOVIE";
    font-family: "League Spartan", sans-serif;
    font-size: 11.4rem;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    transform: rotate(90deg);
    position: absolute;
    top: -175px;
    left: -25px;
    transform-origin: bottom left;
    z-index: 3;
}

.movie .wrap::before{
    content: "";
    background: url("../img/index/illust14.png") no-repeat center;
    background-size: 495px 467px;
    width: 495px;
    height: 467px;
    position: absolute;
    top: -209px;
    left: -63px;
}

.movie .wrap h2{
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

.movie .wrap ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.movie .wrap ul li{
    width: 31.3264%;
    position: relative;
    height: 0;
    padding-top: 17.6211%;
}

.movie .wrap ul li iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer{
    margin-top: -176px;
}



.calendar-nav{
    font-size: 29px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 9px 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;;
}

.calendar-nav a:first-child{
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 19px solid #232323;
    border-left: 0;
    text-indent: -9999px;
    display: inline-block;
}

.calendar-nav a:last-child{
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #232323;
    border-right: 0;
    text-indent: -9999px;
    display: inline-block;
}

.calendar {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #232323;
}

.calendar th{
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    vertical-align: top;
    width: 14.28%;
    background: #cccccc;
    padding: 2px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    text-align: center;
}

.calendar th.holiday{
    background: #232323;
    color: #fff;
}

.calendar td {
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    vertical-align: top;
    width: 14.28%;
    height: 70px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    background: #f7f8f8;
}

.calendar th:last-child,
.calendar td:last-child{
    border-right: none;
}
.date-num {
    font-weight: bold;
    margin-bottom: 4px;
    font-family: "Roboto", sans-serif;
}
.label {
    display: block;
    margin: 2px 0;
    text-align: center;
    padding-top: 3px;
    width: 100%;
    height: 23px;
    color: #fff;
    text-decoration: none;
}

.label-tour { background-color: #ef90b9; }
.label-online {
    background-color: #fff;
    border: 1px solid #ef90b9;
    color: #ef90b9;
    padding-top: 2px;
}

.label-internship { background-color: #5ac0c9; }
.label-briefing { background-color: #c7a977; }

.calendarWrap dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    margin: 13px 10px 0;
}

.calendarWrap dl div{
    width: 50%;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1;
}

.calendarWrap dl div dt{
    display: block;
    text-align: center;
    width: 63px;
    height: 23px;
    padding-top: 3px;
    color: #fff;
}
.calendarWrap dl div dd{
    font-size: 1.5rem;

}
.calendarWrap dl div dt.tour {
    background-color: #ef90b9;
}

.calendarWrap dl div dt.online {
    background-color: #fff;
    border: 1px solid #ef90b9;
    color: #ef90b9;
    padding-top: 2px;
}

.calendarWrap dl div dt.internship {
    background-color: #5ac0c9;
}

.calendarWrap dl div dt.briefing {
    background-color: #c7a977;
}

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

#wrapper{
    padding-top: 11.979167vw;
}

.visual{
    height: 141.145833vw;
    max-height: inherit;
    position: relative;
    background: url("../img/index/sp/bg01.png") no-repeat center;
    background-size: 100% auto;
}

.visual::before{
    display: none;
}

.visual h1{
    top: auto;
    bottom: 18.75vw;
    left: 6.770833vw;
    transform: translateY(0);
    margin-left: 0;
    font-size: 8.33vw;
}

.visual h1 small{
    font-size: 4.81770833vw;
    margin-top: 1.6927vw;
}

.visual ul li{
    height: 141.145833vw;
    max-height: inherit;
}

.news .wrap{
    padding: 12.63vw 0 0 0;
    display: block;
    margin-left: -3.5715vw;
    margin-right: -3.5715vw;
    width: calc(100% + 7.143vw);
}

.news .wrap::before{
    width: 65.625vw;
    height: 76.8229167vw;
    top: -18.61979167vw;
    left: -16.145833vw;
}

.news .wrap div{
    padding-top: 0;
    width: 100%;
}

.news .wrap div h2{
    font-size: 12.2vw;
    margin: 0 0 5.98vw 59.6354167vw;
    text-align: left;
}

.news .wrap > a{
    max-width: 54.6875vw;
    height: 10.9375vw;
    margin: 5.859375vw auto 0;
}

.news .wrap > a span{
    font-size: 3.645833vw;
    height: 10.9375vw;
    border-radius: 1.8229167vw;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #232323;
    position: relative;
}

.news .wrap > a::before{
    content: "";
    width: 100%;
    height: 10.9375vw;
    position: absolute;
    top: 0.91145833vw;
    left: 0.91145833vw;
    background-image: linear-gradient(90deg, rgba(230, 196, 185, .5), rgba(232, 185, 221, .5) 25%, rgba(226, 195, 255, .5) 50%, rgba(185, 212, 254, .5) 75%, rgba(187, 226, 238, .5));
    border-radius: 1.8229167vw;
    z-index: -1;
}

.news .wrap ul{
    width: 100%;
    display: block;
    gap: 0;
}

.news .wrap ul li{
    width: 46.484375vw;
    margin: 0 3.90625vw;
}

.news .wrap ul li a{
    padding: 2.6vw 2.6vw 5.729167vw;
}

.news .wrap ul li a .cat{
    height: 13.28125vw;
    font-size: 5.533854167vw;
    padding-top: 4.167vw;
}

.news .wrap ul li a .date{
    font-size: 3.54167vw;
    margin: 5.729167vw 0 2.8645833vw;
    padding: 0 0.651vw;
}

.news .wrap ul li a p{
    font-size: 1.5rem;
    padding: 0 0.651vw;
}

.bg01{
    background: none;
    overflow: visible;
}

.bg01_sp{
    background: url("../img/common/sp/bg02.png") no-repeat top 66.145833vw left;
    background-size: 100% auto;
}

.bg02{
    background: url("../img/common/sp/bg03.png") no-repeat top 58.33vw right;
    background-size: 100% auto;
}

.bg03_sp{
    background: url("../img/common/sp/bg02.png") no-repeat top 161.71875vw left;
    background-size: 100% auto;
}

.voice{
    background: none;
    padding: 21.354167vw 0 0;
    position: relative;
    z-index: 3;
}

.voice::before{
    content: "";
    background: url("../img/index/illust05.png") no-repeat;
    background-size: contain;
    width: 49.479167vw;
    height: 63.8vw;
    position: absolute;
    top: -5.729167vw;
    right: -20.833vw;
}

.voice h2{
    font-size: 4.55729167vw;
    margin-bottom: 18.4895833vw;
    position: relative;
}

.voice h2 span{
    font-size: 12.2vw;
    margin-bottom: 1.171875vw;
}

.voice ul li{
    width: 52.8645833vw;
    border-radius: 9.7395833vw 0 0 0;
    margin: 0 5.859375vw;
}

.voice ul li img{
    border-radius: 9.7395833vw 0 0 0;
}

.voice ul li span{
    font-size: 3.828125vw;
    width: 33.854167vw;
    height: 10.15625vw;
    border-radius: 5.55vw 0 5.55vw 0;
    margin: -5.859375vw 0 0 -4.427vw;
    padding-top: 15px;
    filter: drop-shadow(-0.91145833vw -0.91145833vw 0px #fff5b7);
    transform: translateZ(0);
}

.voice ul li p{
    padding: 2.8645833vw 2.34375vw 2.0833vw;
}

.voice > a{
    max-width: 54.6875vw;
    height: 10.9375vw;
    margin: 7.03125vw auto 0;
}

.voice > a span{
    font-size: 3.645833vw;
    max-width: 54.6875vw;
    height: 10.9375vw;
    border-radius: 1.8229167vw;
}

.voice > a::before{
    height: 10.9375vw;
    top: 0.91145833vw;
    left: 0.91145833vw;
    border-radius: 1.8229167vw;
}

.voice > a:hover::before{
    top: 0.91145833vw;
    left: 0.91145833vw;
}

.overview{
    padding: 32.16145833vw 0 0;
}

.overview::before{
    background: url("../img/index/bg03.png") no-repeat;
    background-size: contain;
    width: 51.171875vw;
    height: 52.6vw;
    top: 37.552vw;
    left: -12.76vw;
    margin-left: 0;
}

.overview::after{
    background: url("../img/index/bg04.png") no-repeat;
    background-size: contain;
    width: 49.7395833vw;
    height: 35.15625vw;
    top: 5.20833vw;
    left: 48.4375vw;
    margin-left: 0;
}

.overview ul{
    padding: 0 9.1145833vw;
    margin: 0 auto;
    display: block;
    z-index: 3;
}

.overview ul::before{
    font-size: 14.84375vw;
    top: -2.67vw;
    left: -2.67vw;
    white-space: nowrap;
    z-index: 5;
}

.overview ul .task, .overview ul .nurse{
    width: 100%;
}

.overview ul .department,
.overview ul .nurse_practitioner{
    margin-top: 27.99479167vw;
}

.overview ul .task{
    margin-top: 25.52vw;
}

.overview ul .nurse{
    margin-top: 25.52vw;
}

.overview ul li .imgArea{
    width: 78.125vw;
    margin: 0 auto;
}

.overview ul .task .imgArea, .overview ul .nurse .imgArea{
    width: 78.125vw;
}

.overview ul .department .imgArea,
.overview ul .nurse_practitioner .imgArea{
    margin: 0 auto;
}

.overview ul li .imgArea img{
    border-radius: 9.1145833vw 0 9.1145833vw 0;
    width: 100%;
}

.overview ul .task .imgArea img, .overview ul .nurse .imgArea img{
    border-radius: 0;
    max-width: inherit;
}

.overview ul li .txtArea{
    width: 100%;
    position: relative;
    bottom: auto;
    margin-top: 3.3854167vw;
}

.overview ul .about .txtArea{
    right: auto;
}

.overview ul .department .txtArea{
    left: auto;
}

.overview ul .task .txtArea, .overview ul .nurse .txtArea{
    margin-top: -7.552vw;
}

.overview ul li .txtArea h2{
    font-size: 12.2vw;
    margin-bottom: 2.6vw;
}

.overview ul .nurse_practitioner .txtArea h2{
    margin: 0 0 2.6vw;
    text-align: center;
}

.overview ul .task .txtArea h2, .overview ul .nurse .txtArea h2{
    margin-bottom: 4.427vw;
}

.overview ul li .txtArea div{
    padding: 5.729167vw 4.427vw 8.0729167vw;
}

.overview ul li .txtArea div h3{
    font-size: 4.55729167vw;
    margin-bottom: 2.8645833vw;
}

.overview ul li .txtArea div a{
    max-width: 54.6875vw;
    height: 10.9375vw;
    bottom: -5.46875vw;
}

.overview ul li .txtArea div a span{
    font-size: 3.645833vw;
    height: 10.9375vw;
    border-radius: 1.8229167vw;
}

.overview ul li .txtArea div a::before{
    height: 10.9375vw;
    top: 0.91145833vw;
    left: 0.91145833vw;
    border-radius: 1.8229167vw;
}

.overview ul li .txtArea div a:hover::before{
    top: 0.91145833vw;
    left: 0.91145833vw;
}

.education{
    padding: 101.8229vw 3.645833vw 0;
}

.education::before{
    background: url("../img/index/illust08.png") no-repeat;
    background-size: contain;
    width: 83.0729167vw;
    height: 67.1875vw;
    top: 27.34375vw;
    right: 14.1927vw;
}

.education h2{
    margin: 0 auto 4.55729167vw;
}

.education h2 span{
    font-size: 12.2vw;
}

.education h2 small{
    font-size: 4.55729167vw;
    margin-top: 2.0833vw;
}

.education ul{
    row-gap: 14.5833vw;
}

.education ul li{
    width: 100%;
}

.education ul li::before{
    width: 0.3125vw;
    height: 37.2395833vw;
    left: 3.645833vw;
}

.education ul li > span{
    font-size: 6vw;
    margin-left: 6.25vw;
    padding: 3.645833vw 0 0.91145833vw;
}

.education ul li div{
    padding: 5.2vw 6.51vw 9.6354167vw 8.854167vw;
    min-height: inherit;
}

.education ul li div h3{
    font-size: 4.55729167vw;
    margin-bottom: 1.43229vw;
}

.education ul li div a{
    max-width: 54.6875vw;
    height: 10.9375vw;
    bottom: -5.46875vw;
}

.education ul li div a span{
    font-size: 3.645833vw;
    height: 10.9375vw;
    border-radius: 1.8229167vw;
}

.education ul li div a::before{
    height: 10.9375vw;
    top: 0.91145833vw;
    left: 0.91145833vw;
    border-radius: 1.8229167vw;
}

.education ul li div a:hover::before{
    top: 0.91145833vw;
    left: 0.91145833vw;
}

.welfare{
    padding: 54.6875vw 7.8125vw 0;
}

.welfare .wrap{
    padding-left: 0;
    flex-direction: column-reverse;
    z-index: 6;
}

.welfare .wrap::before{
    background: url("../img/index/illust09.png");
    background-size: contain;
    width: 57.29167vw;
    height: 54.4270833vw;
    top: -22.65625vw;
    left: -19.53125vw;
}

.welfare .wrap .txtArea{
    width: 100%;
}

.welfare .wrap .txtArea h2{
    margin: 0 auto 2.8645833vw;
}

.welfare .wrap .txtArea h2 span{
    font-size: 12.2vw;
}

.welfare .wrap .txtArea h2 small{
    font-size: 4.55729167vw;
    margin-top: 0.390625vw;
}

.welfare .wrap .txtArea h3{
    font-size: 3.90625vw;
}

.welfare .wrap .txtArea p{
    margin: 2.0833vw 0 7.16145833vw;
}

.welfare .wrap .txtArea a{
    max-width: 54.6875vw;
    height: 10.9375vw;
}

.welfare .wrap .txtArea a span{
    font-size: 3.645833vw;
    height: 10.9375vw;
    border-radius: 1.8229167vw;
}

.welfare .wrap .txtArea a::before{
    height: 10.9375vw;
    top: 0.91145833vw;
    left: 0.91145833vw;
    border-radius: 1.8229167vw;
}

.welfare .wrap .txtArea a:hover::before{
    top: 0.91145833vw;
    left: 0.91145833vw;
}

.welfare .wrap .imgArea{
    width: 72.9167vw;
    margin: 0 auto 5.9895833vw;
    position: relative;
}

.welfare .wrap .imgArea img{
    border-radius: 13.4375vw 0 13.4375vw 0;
    width: 100%;
}

.attractions{
    padding: 112vw 7.8125vw 0;
}

.attractions .wrap{
    padding-right: 0;
    display: block;
}

.attractions .wrap::before{
    background: url("../img/index/sp/illust10.png");
    background-size: contain;
    width: 100vw;
    height: 115.4248vw;
    top: -127vw;
    left: -7.8125vw;
}

.attractions .wrap .txtArea{
    width: 100%;
}

.attractions .wrap .txtArea h2{
    margin: 0 auto 2.8645833vw;
}

.attractions .wrap .txtArea h2 span{
    font-size: 12.2vw;
    line-height: 1;
}

.attractions .wrap .txtArea h2 small{
    font-size: 4.55729167vw;
    margin-top: 1.171875vw;
}

.attractions .wrap .txtArea h3{
    font-size: 3.90625vw;
}

.attractions .wrap .txtArea p{
    margin: 2.0833vw 0 7.16145833vw;
}

.attractions .wrap .txtArea a{
    max-width: 54.6875vw;
    height: 10.9375vw;
}

.attractions .wrap .txtArea a span{
    font-size: 3.645833vw;
    height: 10.9375vw;
    border-radius: 1.8229167vw;
}

.attractions .wrap .txtArea a::before{
    height: 10.9375vw;
    top: 0.91145833vw;
    left: 0.91145833vw;
    border-radius: 1.8229167vw;
}

.attractions .wrap .txtArea a:hover::before{
    top: 0.91145833vw;
    left: 0.91145833vw;
}

.attractions .wrap .imgArea{
    width: 72.9167vw;
    margin: 0 auto 5.9895833vw;
    position: relative;
}

.attractions .wrap .imgArea img{
    border-radius: 13.4375vw 0 13.4375vw 0;
    width: 100%;
}

.access{
    margin-top: 32.8125vw;
    padding: 6.51vw 6.51vw 0;
    background-image: none;
}

.access::before{
    content: "";
    background-image: linear-gradient(0deg, rgba(249, 226, 227, 0), rgba(249, 226, 227, 1) 50%, rgba(249, 226, 227, 0));
    width: 100%;
    height: 181.640625vw;
    position: absolute;
    top: 0;
    left: 0;
}

.access::after{
    background: url("../img/index/illust11.png") no-repeat center;
    background-size: contain;
    width: 42.3177vw;
    height: 47.9167vw;
    top: 0.26vw;
    left: auto;
    right: -8.854167vw;
    margin-left: 0;
}

.access h2{
    margin: 0 auto 7.16145833vw;
}

.access h2 span{
    font-size: 12.2vw;
}

.access h2 small{
    font-size: 4.55729167vw;
    margin-top: 1.43229167vw;
}

.access .wrap{
    display: block;
    position: relative;
    z-index: 3;
}

.access .wrap .map{
    width: 100%;
    height: 71.6145833vw;
    padding-top: 0;
    margin-bottom: 3.2552vw;
}

.access .wrap .address{
    width: 100%;
}

.access .wrap .address img{
    border-radius: 11.01875vw 0 11.01875vw 0;
    margin-bottom: 2.8645833vw;
    width: 100%;
}

.access .wrap .address h3{
    font-size: 3.90625vw;
    margin-bottom: 2vw;
}

.access .wrap .address dt{
    font-size: 4.55729167vw;
    line-height: 8.46354vw;
    margin: 4.8177vw auto 1vw;
    padding-left: 8.72395833vw;
    background: url("../img/common/icon05.svg") no-repeat center left;
    background-size: auto 8.46354vw;
}

.access .wrap .address dd strong{
    font-size: 6.38vw;
}

.access .wrap .address dd + dd{
    margin-top: 7.421875vw;
}

.access .wrap .address span{
    margin: 4.167vw auto 0;
    font-size: 3.9375vw;
    background: url("../img/common/icon06.svg") no-repeat center left 4.9479167vw;
    background-size: 8.203125vw auto;
    padding: 2.8645833vw 4.6875vw 3.125vw 15.625vw;
}

section.recruit{
    padding: 78vw 0 0;
    margin-top: 40.1vw;
}

.recruit .wrap::before{
    background: url("../img/index/sp/illust12.png") no-repeat center;
    background-size: contain;
    width: 100vw;
    height: 105.621vw;
    top: -106vw;
    right: 0;
}

.recruit .wrap .txtArea{
    margin-left: 0;
    max-width: inherit;
}

.recruit .wrap .txtArea h2{
    margin: 0 auto 7.552vw;
}

.recruit .wrap .txtArea h2 span{
    font-size: 12.2vw;
}

.recruit .wrap .txtArea h2 small{
    font-size: 4.55729167vw;
    margin-top: 2vw;
}

.recruit .wrap .txtArea a{
    max-width: 54.6875vw;
    height: 10.9375vw;
    margin: 0 auto;
}

.recruit .wrap .txtArea a span{
    font-size: 3.645833vw;
    height: 10.9375vw;
    border-radius: 1.8229167vw;
}

.recruit .wrap .txtArea a::before{
    height: 10.9375vw;
    top: 0.91145833vw;
    left: 0.91145833vw;
    border-radius: 1.8229167vw;
}

.recruit .wrap .txtArea a:hover::before{
    top: 0.91145833vw;
    left: 0.91145833vw;
}

section.information{
    padding: 30.5989vw 5.2vw 0;
}

.information h2{
    margin: 0 auto 26.5625vw;
}

.information h2 span{
    font-size: 12.2vw;
}

.information h2 small{
    font-size: 4.55729167vw;
    margin-top: 0.91145833vw;
}

.information .wrap{
    flex-wrap: wrap;
}

.information .wrap::before{
    background: url("../img/index/illust13.png") no-repeat center;
    background-size: contain;
    width: 43.88vw;
    height: 29.427vw;
    top: -28.3854167vw;
    right: -3.645833vw;
}

.information .wrap .nursingNews{
    width: 100%;
    padding: 6.51vw 5.2vw 9.1145833vw;
    margin-bottom: 7.29167vw;
}

.information .wrap h3{
    font-size: 4.55729vw;
}

.information .wrap .nursingNews ul li{
    padding: 3vw 3.90625vw 1.2vw;
}

.information .wrap .nursingNews .nursingNews_btn{
    max-width: 54.6875vw;
    height: 10.9375vw;
    margin: 7.16145833vw auto 0;
}

.information .wrap .nursingNews .nursingNews_btn span{
    font-size: 3.645833vw;
    height: 10.9375vw;
    border-radius: 1.8229167vw;
}

.information .wrap .nursingNews .nursingNews_btn::before{
    height: 10.9375vw;
    top: 0.91145833vw;
    left: 0.91145833vw;
    border-radius: 1.8229167vw;
}

.information .wrap .nursingNews_btn:hover::before{
    top: 0.91145833vw;
    left: 0.91145833vw;
}

.information .wrap .calendarWrap{
    width: 100%;
    padding: 6.51vw 3.2552vw 3.90625vw;
}

.movie{
    padding: 23.4375vw 0 0;
    position: relative;
    background-image: none;
}

.movie::before{
    content: "";
    width: 100%;
    height: 97.65625vw;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(199, 231, 234, 0), rgba(199, 231, 234, 1));
}

.movie .wrap{
    padding-left: 0;
}

.movie .wrap::after{
    font-size: 14.84375vw;
    top: -19.733vw;
    left: 2.4vw;
}

.movie .wrap::before{
    background: url("../img/index/illust14.png") no-repeat center;
    background-size: contain;
    width: 64.453125vw;
    height: 60.80729vw;
    top: -36.45833vw;
    left: -7.552vw;
}

.movie .wrap h2{
    font-size: 4.55729vw;
    margin-bottom: 8.46354vw;
    position: relative;
}

.movie .wrap ul{
    width: 60.677vw;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 6.51vw;
}

.movie .wrap ul li{
    width: 100%;
    height: 34.375vw;
}

footer{
    margin-top: 12.76vw;
}

.calendar-nav{
    font-size: 5.8vw;
    margin: 1.2vw 0 1.067vw;
    gap: 3.33vw;
}

.calendar-nav a:first-child{
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-right: 2.533vw solid #232323;
}

.calendar-nav a:last-child{
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-left: 2.533vw solid #232323;
}

.calendar th{
    padding: 0.267vw;
    font-size: 3.2vw;
}

.calendar td {
    height: 14vw;
    padding: 0.67vw;
    font-size: 3.2vw;
}

.date-num {
    margin-bottom: 0.533vw;
}

.label {
    margin: 0.267vw 0;
    padding-top: 0.6vw;
    height: 4.6vw;
}

.label-online {
    padding-top: 0.4vw;
}

.calendarWrap dl{
    row-gap: 0.8vw;
    margin: 1.733vw 1.33vw 0;
}

.calendarWrap dl div{
    gap: 0.933vw;
}

.calendarWrap dl div dt{
    width: 8.4vw;
    height: 4.6vw;
    padding-top: 0.6vw;
}
.calendarWrap dl div dd{
    font-size: 1.3rem;
}
.calendarWrap dl div dt.online {
    padding-top: 0.4vw;
}

}