@charset "utf-8";
.top_main_area{
    width: 100%;
    background-image: url("../images/top_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 100px auto 0;
}
@media screen and (max-width:1099px){
    .top_main_area{
    width: 100%;
    background-image: url("../images/top_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 10px auto 0;
}
}
.top_main{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 1400px;
    margin: 0 auto ;
    padding-bottom: 10px
}
.main_item_1{
    width:50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 5% 0 5%;
    background-image: url("../images/top_main_bg.png");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center top;
    
}
.top_main h2{
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: rgba(67,55,59,1.00);
    margin: 20px 0 0 ;
    font-weight: 500;
}
.top_main h3{
    font-size: 1.7rem;
    line-height: 1.7rem;
    color: #21844a;
    margin: 20px 0 0 ;
    font-weight: 400;
}
.main_item_1 img{
    width: 60%;
    margin: 10px auto;
}
.main_item_2{
    width: 50%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
/*-------------NEWS----------------*/
@keyframes wobbling_y {
	0% {
		margin-top: -40px;
	}

	100% {
		margin-top: -20px;
	}
}
.news_base{
    width: 100%;
    background-color: rgba(223,240,212,1.00);
    margin: -1px 0 0;
    padding: 40px 0;
}
.news_area{
    width: 80%;
    margin: 10px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
}
.news{
    width: 80%;
}
.news a{
	text-decoration: none;
}
.news dl{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(255,254,253,1.00);
    border-radius: 8px;
    margin: 0 0 15px;
}
.news dt{
    width: 8rem;
    color: #21844a;
}
.news dd{
    width: calc(100% - 8rem);
}
.news dd a{
	color: #555;
	text-decoration: none;
}
.news_ttl{
    width: 18%;
    margin: -40px 0 0;
    animation:
		wobbling_y 1.8s ease-in-out infinite alternate;
}
.news_btn{
    width: 220px;
    margin: 30px 0 0;
}
.news_btn img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3));
}

.vacancy_date{
	font-size: 1rem;
	padding-left: 10px;
	width: 8rem;
	color: #4B4B4B;
}.vacancy{
	width: 80%;
    padding: 20px 20px 10px;
    background-color: rgba(255,254,253,1.00);
    border-radius: 8px;
    margin:  40px auto 20px;
	max-width: 600px;
}
.vacancy p{
	font-size: 0.9rem;
}
.vacancy_date{
	font-size: 1rem;
	padding-left: 10px;
	width: 8rem;
	color: #4B4B4B;
}
/*-----------施設案内----------------*/
.facility_info{
    width: 80%;
    margin: 0 auto;
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
}
.facility_item1{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.facility_item1 span{
    font-size: 1.6rem;
    color:#21844a;
    line-height: 2.2rem;
    font-weight: 700;
}
.facility_btn{
    width: 220px;
    margin: 30px 0 0;
}
.facility_btn img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3));
}
.facility_item2{
    width: 55%;
    position: relative;
    padding: 0 17% 100px 0;
}
.facility_item2 img{
    border-radius: 15px;
}
.facility_illust{
    width: 37%;
    position: absolute;
    right:0;
    bottom:0;
    z-index: 2;
}
.facility_illust img{
    border-radius: 0;
}
/*-----------INFO_DAY----------------*/
.service_info{
    width: 80%;
    margin: 0 auto;
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
}
.service_info_item{
    width: 48%;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.guide_copy{
    width: 50%;
}
.guide_copy p{
    margin: 0;
}
.service_copy{
    width: 50%;
}
.service_copy p{
    margin: 0;
}
.service_pic{
    width: 50%;
}
.service_pic img{
    width: 100%;
}
.guide_pic{
    width: 50%;
}
.guide_pic img{
    width: 100%;
}
.guide_btn{
    width: 160px;
    margin: 20px 0 0;
}
.guide_btn  img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3));
}
.service_btn{
    width: 160px;
    margin: 20px 0 0;
}
.service_btn  img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3));
}
.guide_ttl{
    color: #21844a;
    font-size: 1.6rem;
    font-weight: 700;
    line-height:2.2rem; 
}
.service_ttl{
    color: #D98851;
    font-size: 1.6rem;
    font-weight: 700;
    line-height:2.2rem; 
}
/*--------------RECRUIT----------------*/
.rec_area{
    width: 70%;
    margin: 0 auto;
    max-width: 980px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    position: relative;
}
.rec_area_item1{
    width:40%;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
}
.rec_area_item1 p{
    padding-left: 20px;
}
.rec_area_item1_catch{
    width: 80%;
    margin: 0 auto;
}
.rec_btn{
    position: absolute;
    width: 220px;
    bottom:0;
    left:12%;
}
.rec_btn  img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.3));
}
.rec_area_item2{
  width: 48%;
    position: relative;
    padding-top: 40px;
}
.sway1{
    transform-origin: center bottom;
    animation: yurayura 3s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}
.rec_area_item2_catch{
    position: absolute;
    width: 70%;
    top:0;
    left:28%;
}
/*--------------OUTLINE----------------*/
.outline_area{
    width: 80%;
    margin: 0 auto;
    max-width: 1120px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
}
.outline_item1{
    width: 60%;
}
.outline_ttl{
    font-size: 3rem;
    color: rgba(215,214,213,1.00);
    line-height: 4rem;
}
.outline_item1 dl{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dotted #a07d5f;
    line-height: 1.5rem;
    font-size: 1rem;
}
.outline_item1 dt{
    width: 6rem;
    color: #21844a;
    font-weight: 700;
}
.outline_item1 dd{
    width: calc(100% - 6rem);
    color: #272727;
}
.outline_item2{
    width: 35%;
}
.outline_item2 img{
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
}

/*--------------access----------------*/
.access_area{
    width: 80%;
    margin: 40px auto 20px;
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.access_ttl{
    font-size: 3rem;
    color: rgba(215,214,213,1.00);
    line-height: 4rem;
    margin-bottom: 40px;
}
.access_item_1{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 5%;
}
.access_item_1 p{
    margin: 0 30% 0 0;
}
.access_icon{
    width: 130px;
    margin: 20px 0 0 ;
}
.access_item2{
    width: 55%;
    margin: 10px 5% 0 0;
}
.gmap{
    width: 100%;
    aspect-ratio: 5 / 3;
    border:1px solid #ccc;
    border-bottom:2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
/*--------------group----------------*/
.group_area{
    width: 70%;
    margin: 0 auto 10px;
    max-width: 980px;
    display: flex;
    justify-content:flex-start;
    align-items: flex-end;
}
.group_item{
    width: 31.3%;
    margin: 0 1%;
    
}
.group_item img:hover{
  transform:scale(1.1,1.1);
  transition:0.5s all;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.group_ttl{
    font-size: 2rem;
    color: #21844a;
    letter-spacing: 0.1rem;
    margin: 30px 0 20px;
}
/*--------------contact----------------*/
.contact_area{
    width: 60%;
    margin: 10px auto 30px;
    max-width: 740px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_item1{
    width: 50%;
}
.contact_item2{
    display: flex;
    flex-direction: column;
    width: 40%;
}
.contact_item2 img:hover{
  transform:scale(1.1,1.1);
  transition:0.4s all;
}
@media screen and (max-width:900px){
.news_area{
    width: 90%;
    margin: 40px auto;
    max-width: 900px;
} 
.news_btn{
    width: 200px;
    margin: 30px 0 0;
} 

.vacancy p{
	font-size: 0.9rem;
}
.vacancy_date{
	font-size: 1rem;
	padding-left: 10px;
	width: 8rem;
	color: #4B4B4B;
}.vacancy{
	width: 80%;
    padding: 20px 20px 10px;
    background-color: rgba(255,254,253,1.00);
    border-radius: 8px;
    margin:  40px auto 20px;
	max-width: 900px;
}
.vacancy p{
	font-size: 0.9rem;
}
.vacancy_date{
	font-size: 1rem;
	padding-left: 10px;
	width: 8rem;
	color: #4B4B4B;
}
.facility_info{
    width: 90%;
    margin: 0 auto 40px;;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}
.facility_item1 span{
    font-size: 1.4rem;
    color:#21844a;
    line-height: 2.2rem;
    font-weight: 700;
}
.facility_btn{
    width: 200px;
    margin: 30px 0 0;
}
.service_info{
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}
.service_btn{
    width: 140px;
    margin: 20px 0 0;
}
.rec_area{
    width: 80%;
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.rec_btn{
    width: 200px;
    margin: 20px 0 0;
}
.outline_area{
    width: 90%;
    margin: 0 0 0 7%;
    max-width: 900px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
}
.access_area{
    width: 90%;
    margin: 40px 0 20px 7%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.group_area{
    width: 90%;
    margin: 0 auto 10px;
    max-width: 980px;
    display: flex;
   
}
.group_ttl{
    font-size: 1.5rem;
    color: #21844a;
    letter-spacing: 0;
    margin: 30px 0 20px;
}
.contact_area{
    width: 70%;
    margin: 10px auto 30px;
    max-width: 740px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
@media screen and (max-width:480px){
.top_main_area{
    width: 100%;
    background-image: url("../images/top_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0 auto;
}
.top_main{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 480px;
    margin: 0 auto ;
    padding-bottom: 10px
}
.main_item_1{
    width:100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 5% 0 5%;
    background-image: url("../images/top_main_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    
}
.top_main h2{
    font-size: 1.8rem;
    line-height: 2.0rem;
    color: rgba(67,55,59,1.00);
    margin: 20px 0 0 ;
    font-weight: 500;
}
.top_main h3{
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #21844a;
    margin: 10px 0 0 ;
    font-weight: 400;
}
.main_item_1 img{
    width: 60%;
    margin: 20px 34% 0 6%;
}
.main_item_2{
    width: 95%;
    margin-top: -10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
/*-------------NEWS----------------*/

.news_area{
    width: 100%;
    margin: 70px auto 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 480px;
}
.news{
    width: 90%;
    margin: 0 auto;
}
.news dl{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 20px 10px;
    background-color: rgba(255,254,253,1.00);
    border-radius: 8px;
    margin: 0 0 15px;
    position: relative;
}
.news dt{
    width: 8rem;
    color: #21844a;
    line-height: 2.5rem;
}
.news dd{
    width: calc(100% - 8rem);
    line-height: 1.4rem;
}
.news_ttl{
    position: absolute;
    width: 40%;
    top:-125px;
    left:3%;
    margin: 0;
    animation:wobbling_x 0s ease-in-out infinite alternate;
    z-index: 3;
}
.news_btn{
    width: 180px;
    margin: 20px 0 0;
}

/*-----------施設案内----------------*/
.facility_info{
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.facility_item1{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.facility_item1 span{
    font-size: 1.4rem;
    color:#21844a;
    line-height: 2.0rem;
    font-weight: 700;
}
.facility_btn{
    width: 180px;
    margin: 10px 0 0;
}

.facility_item2{
    width: 100%;
    position: relative;
    padding: 20px 30% 100px 0;
}
.facility_item2 img{
    border-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.facility_illust{
    width: 35%;
    position: absolute;
    right:20px;
    bottom:20px;
    z-index: 2;
}

/*-----------INFO_DAY----------------*/
.service_info{
    width: 90%;
    margin: 0 auto;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service_info_item{
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 10px auto;
}
.guide_copy{
    width: 70%;
}
.guide_copy p{
    margin: 0;
}
.service_copy{
    width: 100%;
}
.service_copy p{
    margin: 0;
}
.service_pic{
    position: absolute;
    width: 60%;
    bottom:60px;
    left:20%;
}
.service_pic img{
    width: 100%;
}
.guide_pic{
    position: absolute;
    width: 50%;
    right:-20px;
    bottom:20px;
}
.guide_pic img{
    width: 100%;
}
.guide_btn{
    width: 165px;
    margin: 20px 0 0;
}
.service_btn{
    width: 160px;
    margin: 190px 0 0;
}

.guide_ttl{
    color: #21844a;
    font-size: 1.6rem;
    font-weight: 700;
    line-height:2.2rem; 
}
.service_ttl{
    color: #D98851;
    font-size: 1.6rem;
    font-weight: 700;
    line-height:2.2rem; 
}
/*--------------RECRUIT----------------*/
.rec_area{
    width: 90%;
    margin: 0 auto;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom:50px;
}
.rec_area_item1{
    width:100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.rec_area_item1 p{
    padding-left: 20px;
}
.rec_area_item1_catch{
    width: 80%;
    margin: 0 auto;
}
.rec_btn{
    position: absolute;
    width: 220px;
    margin: 0;
    botton:0;
    left:20%;
    z-index: 3;
}

.rec_area_item2{
  width: 90%;
    position: relative;
    padding-top: 30px;
    margin: 0 auto;
}

.rec_area_item2_catch{
    position: absolute;
    width: 70%;
    top:0;
    left:28%;
}
/*--------------OUTLINE----------------*/
.outline_area{
    width: 90%;
    margin: 0 auto;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.outline_item1{
    width: 90%;
    margin: 0 auto;
}
.outline_ttl{
    font-size: 3rem;
    color: rgba(215,214,213,1.00);
    line-height: 4rem;
}
.outline_item1 dl{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px dotted #a07d5f;
    line-height: 1.5rem;
    font-size: 1rem;
}
.outline_item1 dt{
    width: 6rem;
    color: #21844a;
    line-height: 2rem;
    font-weight: 700;
}
.outline_item1 dd{
    width:100%;
    color: #272727;
}
.outline_item2{
    width: 90%;
    margin: 10px auto;
}
.outline_item2 img{
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

/*--------------access----------------*/
.access_area{
    width: 90%;
    margin: 20px 0 20px 10%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.access_ttl{
    font-size: 3rem;
    color: rgba(215,214,213,1.00);
    line-height: 4rem;
    margin-bottom: 20px;
}
.access_item_1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 5%;
}
.access_item_1 p{
    margin: 0 0 0 0;
}
.access_icon{
    width: 120px;
    margin: 20px 0 0 ;
}
.access_item2{
    width: 90%;
    margin: 10px 5% 0 0;
}
.gmap{
    width: 100%;
    aspect-ratio: 5 / 5;
    border:1px solid #ccc;
    border-bottom:2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
/*--------------group----------------*/
.group_area{
    width: 80%;
    margin: 0 auto 10px;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.group_item{
    width: 100%;
    margin: 10px auto;
}

.group_ttl{
    text-align: center;
    font-size: 2rem;
    color: #21844a;
    letter-spacing: 0.1rem;
    margin: 20px auto 10px;
}
    .group_ttl img{
        width: 50px;
    }
/*--------------contact----------------*/
.contact_area{
    width: 70%;
    margin: 10px auto 0;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_item1{
    width: 100%;
}
.contact_item2{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 10px auto;
}
.contact_item2 img:hover{
  transform:scale(1.1,1.1);
  transition:0.4s all;
}  
    
}