@charset "UTF-8";
/* CSS Document */
/* ---------------------
  - mv
  - contents
  - top news
  - top_facility
  - top_bnr
  - top_recruitment
  - top_access
--------------------- */
/* ==========================================
  mv
========================================== */
.mv {
	z-index: 888;
}
@media screen and (max-width: 780px) {
}
@media screen and (max-width: 480px) {}
/* ==========================================
  #contents
========================================== */
#contents {
  padding: 60px 0;
}
/* ==========================================
  top news
========================================== */
.top_news {
  background: #e2f6f3;
  border-radius: 6px;
  padding: 20px 40px;
}
.top_news .btn_more {
  text-align: right;
  margin-top: 10px;
}
/*タブ切り替え全体のスタイル*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.tab-label {
  border-radius: 60px;
  border: 2px solid #58ac54;
	background: #fff;
	color: #58ac54;
  text-align: center;
  padding: 6px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: calc(100%/8);
}
.tab-label:not(:last-of-type) {
  margin-right: 10px;
}
.tab-content {
  font-size: 15px;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked + .tab-label {
  background: #58ac54;
	color: #fff;
  position: relative;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 10px 5px;
  opacity: 1;
  margin-top: 30px;
}
.tab-switch {
  display: none;
}
/*////// タブ内 //////*/
.top_news span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 4px 6px;
  margin-right: 10px;
  width: 90px;
}
.tab-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.tab-content dl dt, .tab-content dl dd {
  padding: 4px 10px;
}
.tab-content dl dt {
  color: #666;
  width: 12%;
  margin-bottom: 20px;
}
.tab-content dl dd {
  width: 88%;
  border-left: 1px solid #adadad;
  margin-bottom: 20px;
  ;
  position: relative;
  padding-right: 30px;
}
.tab-content dl dd a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-size: 12px;
	font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
@media screen and (max-width: 1000px) {
  .top_news {
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tab-content dl {
    display: block;
  }
  .tab-content dl dt {
    width: 100%;
    margin-bottom: 0;
  }
  .tab-content dl dd {
    border-left: none;
    border-bottom: 1px dotted #adadad;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .tab-label {
    width: calc(100%/4);
  }
}
@media screen and (max-width: 480px) {
  .top_news span {
    display: block;
    margin-bottom: 10px;
  }
  .tab-label {
    width: calc(100%/3);
  }
}
/* ==========================================
  top_facility
========================================== */
.top_facility {
  background-image: url("../img/bg_top_facility.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 200px;
  padding: 0px 0 60px;
}
.top_facility h2 {
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  font-size: 36px;
  padding: 60px 100px 26px;
  margin-top: -60px;
  text-align: center;
  position: relative;
}
.top_facility h2 span {
  display: block;
  color: #666;
  font-size: 16px;
  margin-top: 5px;
}
.top_facility h2 .icon {
  position: absolute;
  top: 0;
  left: 10px;
}
.top_facility .f_box {
  background: #fff;
  width: 49%;
  margin: 10px 0.5%;
}
.top_facility .icon_circle {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  text-align: center;
  top: 50%;
  right: -30%;
  transform: translate(-30%, -50%);
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
}
.top_facility .icon_circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top_facility .ph {
  width: 50%;
  line-height: 0;
  position: relative;
}
.top_facility .title {
  width: 50%;
  padding: 10px;
  padding-left: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.top_facility .title h3 {
  font-weight: 400;
  margin-top: 20px;
  position: relative;
}
.top_facility .title h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -10px;
  width: 30px;
  height: 2px;
}
.top_facility .title h3 span {
  display: block;
  color: #555;
  font-size: 14px;
  margin-bottom: 2px;
}
.top_facility .tsuzuki h3::after {
  background-color: #75c671;
}
.top_facility .wakabagaoka h3::after {
  background-color: #a52d33;
}
.top_facility .houmonkango h3::after {
  background-color: #e27533;
}
.top_facility .wakaba h3::after {
  background-color: #31962c;
}
.top_facility .title p {
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-top: 40px;
}
.btn_arrow {
  margin-top: auto;
}
@media screen and (max-width: 980px) {
  .top_facility {
    margin-top: 150px;
  }
  .top_facility h2 {
    font-size: 30px;
    padding: 70px 40px 26px;
  }
  .top_facility .icon_circle {
    top: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
  }
  .top_facility .ph {
    width: 100%;
    line-height: 0;
  }
  .top_facility .title {
    width: 100%;
    padding-left: 0;
  }
  .top_facility .title p {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 580px) {
  .top_facility {
    margin-left: 10px;
    margin-right: 10px;
  }
  .top_facility .f_box {
    background: #fff;
    width: 99%;
  }
  .top_facility h2 {
    font-size: 26px;
  }
  .top_facility .icon_circle {
    top: inherit;
    bottom: -5%;
    right: 50%;
    transform: translate(50%, -5%);
    -webkit-transform: translate(50%, -5%);
    -ms-transform: translate(50%, -5%);
  }
}
/* ==========================================
  top_bnr
========================================== */
.top_bnr {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  margin-top: 140px;
}
.bnr_left {
  width: 40%;
  padding: 10px;
}
.bnr_center {
  width: 20%;
  background: url("../img/top_bnr_ph_01.png") no-repeat center center;
  background-size: cover;
}
.bnr_rigth {
  width: 40%;
  padding: 10px;
}
.top_bnr .bnr_title {
  width: 30%;
}
.top_bnr .bnr_info {
  width: 70%;
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.top_bnr .circle {
  max-width: 200px;
  border-radius: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.4vw;
  color: #fff;
}
.top_bnr h3 {
	color: #fff;
}
.bnr_left .circle {
  background: #50b8e8;
}
.bnr_rigth .circle {
  background: #75c671;
}
.top_bnr .circle::before {
  display: block;
  content: '';
  padding-top: 100%;
}
.top_bnr .btn {
  margin-top: auto;
}
.top_bnr .btn a {
  display: block;
  border-radius: 60px;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
.bnr_left .btn a {
  background: #50b8e8;
}
.bnr_rigth .btn a {
  background: #75c671;
}
.bnr_left .tel {
  font-size: 38px;
  font-weight: 600;
  padding: 15px 0;
}
.bnr_left .tel span {
  font-size: 20px;
}
.top_bnr .icon {
  padding: 20px 0;
}
@media screen and (max-width:980px) {
  .bnr_left {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 20px;
  }
  .bnr_center {
    width: 100%;
    height: 260px;
    background-position: top center;
  }
  .bnr_rigth {
    width: 100%;
    padding: 20px;
  }
  .top_bnr .circle {
    font-size: 24px;
  }
  .item1 {
    order: 2;
  }
  .item2 {
    order: 1;
  }
  .item3 {
    order: 3;
  }
}
@media screen and (max-width:480px) {
.bnr_left .tel {
  font-size: 26px;
}
  .top_bnr .bnr_title, .top_bnr .bnr_info {
    width: 100%;
  }
  .top_bnr .circle {
    font-size: 24px;
    width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==========================================
  top_recruitment
========================================== */
.top_recruitment {
  height: 640px;
  background-image: url("../img/bg_top_recruitment.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 200px;
  position: relative;
}
.top_recruitment h2 {
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  font-size: 36px;
  padding: 60px 80px 26px;
  margin-top: -60px;
  text-align: center;
  position: relative;
}
.top_recruitment h2 span {
  display: block;
  color: #666;
  font-size: 16px;
  margin-top: 5px;
}
.top_recruitment h2 span.f18 {
  display: inline-block;
  color: #000;
  font-size: 18px;
  margin-top: 0;
  margin-right: 5px;
}
.top_recruitment h2 .icon {
  position: absolute;
  top: 0;
  left: 10px;
}
.staff_box {
  position: absolute;
  top: 100px;
  right: 60px;
  width: 40%;
}
.staff_box .recruitment_box, .staff_box .blog_box {
  box-shadow: 4px 4px 8px rgba(153, 153, 153, 0.8);
  background: #fff;
  border-radius: 6px;
  font-size: 20px;
}
.recruitment_box a {
  display: block;
  text-align: center;
  position: relative;
  padding: 40px 20px;
}
.recruitment_box a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
.recruitment_box a::before {
  content: '';
  display: inline-block;
  width: 125px;
	height: 58px;
  background-image: url(../img/icon_recruitment.png);
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -24px;
}
.blog_box {
  margin-top: 40px;
  padding: 40px 20px;
	text-align: center;
}
.blog_box h3 {
	margin-bottom: 30px;
}
.blog_box h3 img {
  vertical-align: middle;
  margin-right: 20px;
}
.blog_box ul {
  margin: 0 20px;
  font-size: 16px;
  text-align: left;
}
.blog_box li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 6px;
  margin-bottom: 15px;
	display: flex;
  align-items: flex-start;
}
.blog_box .blog_ph{
	width: 74px;
}
.blog_box .blog_txt{
	flex: 1; 
	padding-left: 15px;
}
.blog_box span.date {
  display: block;
}
.blog_box .btn_more {
  text-align: right;
  margin-top: 30px;
}
.blog_box .btn_more a {
  font-size: 15px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 60px;
  padding: 5px 25px;
}
@media screen and (max-width: 1400px) {
  .staff_box {
    right: 20px;
    width: 60%;
  }
}
@media screen and (max-width: 980px) {
.top_recruitment {
  height: auto;
	background-size: contain;
  background-position: top center;
    margin-left: 10px;
    margin-right: 10px;
}
.top_recruitment h2 {
  font-size: 30px;
    padding: 70px 40px 26px;
}
.top_recruitment h2 span.f18 {
  display: block;
  font-size: 16px;
}
  .staff_box {
	  position: inherit;
	  width: 100%;
	  margin-top: 100px;
	  
  }
}
@media screen and (max-width: 480px) {
.blog_box h3 img {
	width: 100px;
}
.recruitment_box a::before {
  width: 100px;
	height: 46px;
}
}
/* ==========================================
  top_access
========================================== */
.top_access {
  margin-top: 160px;
  padding-bottom: 60px;
  background: #f6f5f1;
}
.home .top_access {
  margin-top: 300px;
}
.top_access h2 {
  font-size: 36px;
  padding: 60px 80px 26px;
  text-align: center;
}
.top_access h2 span {
  display: block;
  color: #666;
  font-size: 16px;
  margin-top: 5px;
}
.map_box {
  width: 60%;
  padding: 10px;
}
.map_box iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
.list_box {
  width: 40%;
  padding: 10px;
}
.list_box li {
  padding: 10px;
  margin-bottom: 15px;
}
.list_box h3 {
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
  padding: 8px 10px;
  padding-left: 20px;
  position: relative;
}
.list_box h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  border-radius: 6px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.list_box h3.tsuzuki::before {
  background-color: #75c671;
}
.list_box h3.houmonkango::before {
  background-color: #e27533;
}
.list_box h3.wakabagaoka::before {
  background-color: #a52d33;
}
.list_box h3.wakaba::before {
  background-color: #31962c;
}
.list_box p {
  padding: 10px;
}
@media screen and (max-width: 980px) {
.home .top_access {
  margin-top: 100px;
}
.map_box, .list_box {
  width: 100%;
  padding: 10px 0;
}
}
@media screen and (max-width: 480px) {}