@charset "UTF-8";
/* CSS Document */
/*=======================================*/
/*
/* 　　　　　　共通レイアウト・パーツ
/*
/*=======================================*/

.bl_topcolumn {
  padding: 6rem 0;
  background: #e3e9e8;
}
.top-page .column-list {
  display: flex;
  flex-wrap: wrap;
  margin: 75px 0 30px;
}
.top-page .column-list .column__item {
  width: 23%;
  margin: 0 2.7% 0 0;
}
.top-page .column-list .column__item:nth-child(4n) {
  margin-right: 0px;
}
.bl_topcolumn .item-body__btn {
  font-size: 1.2rem;
  padding: 0.3em 1em;
  border: 0.1rem solid #007365;
  width: 14rem;
  border-radius: 40rem;
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  color: #007365;
  margin: 15px 0 10px;
}
.bl_topcolumn .item-body__text {
  min-height: 0;
}
.bl_topcolumn .information__link a {
  font-size: 1.6rem;
  color: #007365;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
  font-size: "Barlow Semi Condensed", sans-serif;
}
@media (max-width: 768px) {
  .top-page .column-list .column__item {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .top-page .column-list .column__item:nth-child(2n) {
    margin-right: 0px;
  }
}

.section-heading .section-heading__image {
  top: 11rem;
}

.entry-wrap h3.wp-block-heading {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #007365;
  position: relative;
}
.entry-wrap h3.wp-block-heading::before {
  content: "";
  display: block;
  height: 1.6em;
  width: 0.4rem;
  background-color: #007365;
}

.entry-wrap h4 {
  color: #007365;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 4rem;
}

@media (max-width: 1080px) and (max-width: 768px) {
  .section-heading .section-heading__image {
    margin-top: 3rem;
}
}

.column__item .item-body {
  margin-top: 5px;
}
.column__item .item-body .new {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  padding: 1px 5px;
  font-size: 12px;
  margin-right: 5px;
}
.bl_bannerzone {
  padding: 60px 0;
}
.bl_bannerzone ul {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.bl_bannerzone ul li {
  text-align: center;
}
.bl_bannerzone ul li img {
  display: inline-block;
}

.sp_only {
  display: none!important;
}

.pc_only {
  display: initial!important;
}

@media (max-width: 768px) {
  .pc_only {
    display: none!important;
  }
  .sp_only {
    display: initial!important;
  }
  .bl_bannerzone {
    padding: 30px 0;
  }
}

.company .group img {
  width: auto;
  max-width: 100%;
}
.bl_footbtn {
  margin: 40px 0 20px;
  text-align: center;
}
.bl_footbtn a {
  display: inline-block;
  font-size: 1.35rem;
  color: #007365;
  border: 0.1rem solid #007365;
  padding: 10px 20px;
  border-radius: 4rem;
}