﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    common
--------------------------------------*/

@media (max-width: 768px) {
}

/*--------------------------------------
    visualArea
--------------------------------------*/

.visualArea{
	width:100%;
    height:630px;
    position: relative;
    box-sizing: border-box;
}
.visualArea::before{
    content: "";
    background:url("../common/images/bg_001.png") no-repeat center center / cover;
	width:91.6666%;
    height:100%;
    position: absolute;
    left:0;
    bottom:-70px;
    display: block;
}
.visualArea .mainSlider{
	width:91.6666%;
    height:100%;
    position: absolute;
    top:0;
    right:0;
    object-fit: cover;
    overflow: hidden;
    border-radius: 38px 0 0 38px;
}
.visualArea .mainSlider img{	
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visualArea h2{
    height:440px;
    font-size:50px;
    font-weight: bold;
    line-height: 110px;
    position: absolute;
    top:0;
    left:50px;
    bottom:0;
    right:auto;
    margin: auto;
    z-index: 999;
}
.visualArea h2 span{
    font-size:50px;
    font-weight: bold;
    line-height: 100px;
    display: inline-block;
    background: #FFFFFF;
    padding: 0 15px;
}
@media (max-width: 768px) {
    .visualArea{
        display: flex;
        align-items: center;
        height:auto;
        aspect-ratio:375 / 146;
        background:url("../common/images/bg_001.png") no-repeat center center / cover;
    }
    .visualArea::before{
        display: none;
    }
    .visualArea .mainSlider{
        height:auto;
        border-radius: 20px 0 0 20px;
    }
    .visualArea h2{
        height:auto;
        font-size:16px;
        font-weight: bold;
        line-height: 29px;
        left:10px;
        position: static;
        margin: 0 auto 0 10px;
    }
    .visualArea h2 span{
        font-size:16px;
        line-height: 24px;
        padding: 0 10px;
    }
}

/*--------------------------------------
    philosophyArea
--------------------------------------*/

.philosophyArea{
    margin: 170px auto 100px auto;
}
.philosophyArea h3{
    font-size:34px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 50px;
    text-align: center;
}
.philosophyArea .flexBox{
    gap:60px;
}
.philosophyArea .picArea{
    width:640px;
    height:380px;
}
.philosophyArea .picArea img{
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 15px;
}
.philosophyArea .textArea .text{
    line-height: 2;
}
.philosophyArea .textArea .btn001{
    display: block;
    width:300px;
    height:60px;
    line-height: 44px;
    border-bottom: 2px solid #000000;
    position: relative;
    font-size:22px;
    font-weight: bold;
    margin-top: 68px;
}
.philosophyArea .textArea .btn001::after{
    content: "→";
    font-size:34px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    position: absolute;
    top:0;
    right:0px;
    margin: auto;
}
@media (max-width: 768px) {
    .philosophyArea{
        margin: 50px auto 50px auto;
    }
    .philosophyArea h3{
        font-size:18px;
        margin-bottom: 30px;
    }
    .philosophyArea .flexBox{
        display: block;
    }
    .philosophyArea .picArea{
        width:100%;
        height:auto;
        aspect-ratio:32 / 19;
    }
    .philosophyArea .picArea img{
        border-radius: 10px;
    }
    .philosophyArea .textArea{
        margin: 20px auto 0 auto;
    }
    .philosophyArea .textArea .btn001{
        width:240px;
        height:40px;
        line-height: 30px;
        font-size:14px;
        margin: 30px auto 0 auto;
    }
    .philosophyArea .textArea .btn001::after{
        font-size:24px;
        height: 30px;
        line-height: 30px;
    }
}

/*--------------------------------------
    facilityArea
--------------------------------------*/

.facilityArea{
    padding: 80px 0 120px 0;
    background: url("../common/images/bg_001.png") no-repeat center center / cover;
}
.facilityArea .facilityBox{
    display: grid;
    gap:40px;
    grid-template-columns: 1fr 1fr;
}
.facilityArea .facilityBox a{
    height:380px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.facilityArea .facilityBox a:nth-child(1){
    background: url("../images/top/bg_facility_001.jpg") no-repeat center center / cover;
}
.facilityArea .facilityBox a:nth-child(2){
    background: url("../images/top/bg_facility_002.jpg") no-repeat center center / cover;
}
.facilityArea .facilityBox a:nth-child(3){
    background: url("../images/top/bg_facility_003.jpg") no-repeat center center / cover;
}
.facilityArea .facilityBox a:nth-child(4){
    background: url("../images/top/bg_facility_004.jpg") no-repeat center center / cover;
}
.facilityArea .facilityBox a:before{
    content: "";
    background: rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 20;
}
.facilityArea .facilityBox a:nth-child(4):after{
    content: "休止中";
    background: rgba(255,255,255,0.5);
    color:#000000;
    width:100%;
    height:100%;
    font-size:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 60;
    font-weight: bold;
}
.facilityArea .facilityBox a .icon,
.facilityArea .facilityBox a h3,
.facilityArea .facilityBox a .text,
.facilityArea .facilityBox a .btn002{
    position: relative;
    z-index: 40;
}
.facilityArea .facilityBox a h3{
    font-size:28px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    margin-top: 18px;
}
.facilityArea .facilityBox a .text{
    color:#FFFFFF;
    margin-top: 22px;
}
.facilityArea .facilityBox a .btn002{
    display: block;
    width:180px;
    height:50px;
    line-height: 30px;
    border-bottom: 2px solid #FFFFFF;
    position: relative;
    font-size:22px;
    font-weight: bold;
    margin-top: 50px;
    color:#FFFFFF;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.facilityArea .facilityBox a .btn002::after{
    content: "→";
    font-size:34px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    position: absolute;
    top:0;
    right:0px;
    margin: auto;
}
@media (max-width: 768px) {
    .facilityArea{
        padding: 50px 0 50px 0;
    }
    .facilityArea .facilityBox{
        gap:20px;
        grid-template-columns: 1fr;
    }
    .facilityArea .facilityBox a{
        height:auto;
        padding: 25px 10px;
        border-radius: 10px;
    }
    .facilityArea .facilityBox a:nth-child(4):after{
        font-size:20px;
    }
    .facilityArea .facilityBox a h3{
        font-size:20px;
        line-height:40px;
        padding: 0 15px;
        margin-top: 15px;
    }
    .facilityArea .facilityBox a .text{
        margin-top: 15px;
    }
    .facilityArea .facilityBox a .btn002{
        height:30px;
        line-height: 20px;
        font-size:14px;
        margin-top: 20px;
    }
    .facilityArea .facilityBox a .btn002::after{
        font-size:24px;
        height: 30px;
        line-height: 30px;
    }
}

/*--------------------------------------
    serviceArea
--------------------------------------*/

.serviceArea{
    padding: 80px 0 60px 0;
    background: url("../common/images/bg_001.png") no-repeat center bottom / 100% 20px;
}
.serviceArea .serviceBox h3.style001{
    height:80px;
    font-size:30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 55px;
    position: relative;
    background: #FFF6F8;
    border-radius: 10px;
    margin-bottom: 40px;
}
.serviceArea .serviceBox h3.style001::before{
    content: "";
    width:10px;
    height:40px;
    display: block;
    border-radius: 5px;
    position: absolute;
    top:0;
    left:25px;
    right:auto;
    bottom:0;
    margin: auto;
    background: #CA455A;
}
.serviceArea .serviceBox .boxArea{
    display: grid;
    gap:30px 40px;
    grid-template-columns: 1fr 1fr;
    counter-reset: number 0;
    margin-bottom: 70px;
}
.serviceArea .serviceBox a{
    position: relative;
    counter-increment: number 1;
    box-sizing: border-box;
    padding-top: 75px;
}
.serviceArea .serviceBox a::before{
    font-size:180px;
    height:140px;
    line-height: 140px;
    content: counter(number,decimal-leading-zero) " ";
    font-family: minion-pro, serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top:0;
    right:0;
}
.serviceArea .serviceBox a img{
    width:500px;
    height:650px;
    object-fit: cover;
    display: block;
    margin: 0 0 auto auto;
}
.serviceArea .serviceBox a h3{
    font-size:40px;
    line-height: 80px;
    padding-top: 75px;
    position: absolute;
    top:0;
    left:0;
    writing-mode: vertical-rl;
    font-weight: bold;
}
.serviceArea .serviceBox a h3::after{
    content: "↑";
    font-size:22px;
    width:30px;
    height:30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#FFFFFF;
    background: #BEC276;
    margin-top: 15px;
}
.serviceArea .serviceBox a .text{
    width:356px;
    height:158px;
    line-height: 1.6;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
    position: absolute;
    left:0;
    bottom:0;
}
@media (max-width: 768px) {
    .serviceArea{
        padding: 40px 0 40px 0;
    }
    .serviceArea .serviceBox h3.style001{
        height:auto;
        font-size:18px;
        line-height: 40px;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .serviceArea .serviceBox h3.style001::before{
        width:4px;
        height:20px;
        left:8px;
    }
    .serviceArea .serviceBox .boxArea{
        gap:20px;
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    .serviceArea .serviceBox a{
        padding-top: 30px;
    }
    .serviceArea .serviceBox a::before{
        font-size:50px;
        height:50px;
        line-height: 50px;
    }
    .serviceArea .serviceBox a img{
        width:calc(100% - 50px);
        height:auto;
        aspect-ratio:10 / 13;
    }
    .serviceArea .serviceBox a h3{
        font-size:20px;
        line-height: 50px;
        padding-top: 30px;
    }
    .serviceArea .serviceBox a h3::after{
        font-size:14px;
        width:20px;
        height:20px;
    }
    .serviceArea .serviceBox a .text{
        width:90%;
        height:auto;
        font-size:12px;
        padding: 10px;
    }
}

/*--------------------------------------
    accessArea
--------------------------------------*/

.accessArea{
    margin: 100px auto 150px auto;
}
.accessArea .mapArea{
    display: flex;
    justify-content: space-between;
}
.accessArea .linkArea{
    display: grid;
    gap:50px;
}
.accessArea .linkArea h3{
    font-size:26px;
    font-weight: bold;
}
.accessArea .linkArea h3::before{
    content: "●";
}
.accessArea .linkArea p{
    font-size:18px;
    line-height: 1.8;
    margin-top: 20px;
}
.accessArea .linkArea .btn001{
    display: block;
    width:300px;
    height:55px;
    line-height: 44px;
    border-bottom: 2px solid #000000;
    position: relative;
    font-size:22px;
    font-weight: bold;
    margin-top: 30px;
}
.accessArea .linkArea .btn001::after{
    content: "→";
    font-size:34px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    position: absolute;
    top:0;
    right:0px;
    margin: auto;
}
@media (max-width: 768px) {
    .accessArea{
        margin: 50px auto 50px auto;
    }
    .accessArea .mapArea{
        display: block;
    }
    .accessArea .linkArea{
        gap:40px;
        margin-top: 40px;
    }
    .accessArea .linkArea h3{
        font-size:20px;
    }
    .accessArea .linkArea p{
        font-size:14px;
        margin-top: 15px;
    }
    .accessArea .linkArea .btn001{
        width:240px;
        height:40px;
        line-height: 40px;
        font-size:18px;
        margin: 20px auto 0 auto;
    }
    .accessArea .linkArea .btn001::after{
        font-size:26px;
        height: 30px;
        line-height: 30px;
    }
}

/*--------------------------------------
    recruitArea
--------------------------------------*/

.recruitArea{
    padding: 80px 0 85px 0;
    background: url("../common/images/bg_001.png") no-repeat center center / cover;
}
.recruitArea ul{
    display: grid;
    gap:30px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
}
.recruitArea ul li{
    font-size:30px;
    height:120px;
    font-weight: bold;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
}
@media (max-width: 768px) {
    .recruitArea{
        padding: 50px 0 50px 0;
    }
    .recruitArea ul{
        gap:10px;
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
    }
    .recruitArea ul li{
        font-size:16px;
        height:auto;
    }
}

/*--------------------------------------
    informationArea
--------------------------------------*/

.informationArea{
    margin: 90px auto 105px auto;
}
.informationArea article{
    display: grid;
    gap:70px 60px;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
}
.informationArea article a{
    display: block;
    position: relative;
}
.informationArea article a:not(:nth-of-type(3n)):after{
    content: "";
    display: block;
    width:1px;
    height:100%;
    background: #D6D6D6;
    position: absolute;
    top:0;
    left:calc(100% + 30px);
    bottom:0;
}
.informationArea article a .thumb{
    width:100%;
    aspect-ratio:18 / 11;
}
.informationArea article a .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.informationArea article a time{
    margin-top: 25px;
    display: block;
}
.informationArea article a span{
    width:100px;
    height:36px;
    line-height: 36px;
    text-align: center;
    color:#FFFFFF;
    display: block;
    position: absolute;
    top:-18px;
    left:0;
    border-radius: 7px;
}
.informationArea article a span.c_yuyusou{
    background: #CA455A;
}
.informationArea article a span.c_mashima{
    background: #5C6F24;
}
.informationArea article a span.c_daycare{
    background: #6C8DAA;
}
.informationArea .btn001{
    display: block;
    width:200px;
    height:60px;
    line-height: 44px;
    border-bottom: 2px solid #000000;
    position: relative;
    font-size:22px;
    font-weight: bold;
    margin: 55px auto 0 auto;
}
.informationArea .btn001::after{
    content: "→";
    font-size:34px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    position: absolute;
    top:0;
    right:0px;
    margin: auto;
}
@media (max-width: 768px) {
    .informationArea{
        margin: 50px auto 50px auto;
    }
    .informationArea article{
        display: grid;
        gap:40px 20px;
        grid-template-columns: 1fr 1fr;
    }
    .informationArea article a:not(:nth-of-type(3n)):after{
        left:calc(100% + 10px);
    }
    .informationArea article a time{
        margin-top: 15px;
        display: block;
    }
    .informationArea article a span{
        width:72px;
        height:30px;
        line-height: 30px;
        font-size:14px;
        top:-15px;
    }
    .informationArea .btn001{
        height:40px;
        line-height: 40px;
        font-size:16px;
        margin: 30px auto 0 auto;
    }
    .informationArea .btn001::after{
        font-size:24px;
        height: 30px;
        line-height: 30px;
    }
}

