@charset "UTF-8";
.c-txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 14px;
  }
}

.intro {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-top: 60px;
  }
}

.intro_txt {
  margin-top: 20px;
}

.base_subttl {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base_subttl {
    font-size: 16px;
  }
}
.base_subttl + .c-txt {
  margin-top: 20px;
}
.base_subttl.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .base_subttl.mt70 {
    margin-top: 50px;
  }
}

.base {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .base {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.tab_list {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .tab_list {
    margin-top: 60px;
  }
}
.tab_list.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .tab_list.mt120 {
    margin-top: 80px;
  }
}

.tab_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #005834;
  border: 1px solid #005834;
  width: 50%;
  padding: 20px;
  transition: 0.5s;
}
@media screen and (min-width: 1272px) {
  .tab_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .tab_btn {
    padding: 12px;
  }
}
.tab_btn.active {
  background-color: #005834;
}
.tab_btn.active .tab_btnEn,
.tab_btn.active .tab_btnJp {
  color: #fff;
}

.tab_btnEn {
  color: #005834;
  font-family: "trajan-pro-3", serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tab_btnEn {
    letter-spacing: 0;
  }
}

.tab_btnJp {
  color: #005834;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 8px;
}

.base_ttlWrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .base_ttlWrap {
    margin-top: 30px;
  }
}
.base_ttlWrap + .c-txt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base_ttlWrap + .c-txt {
    margin-top: 30px;
  }
}
.base_ttlWrap + .base_subttl {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base_ttlWrap + .base_subttl {
    margin-top: 30px;
  }
}

.base_flex {
  display: flex;
  gap: 70px;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .base_flex {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}

.base_flexTtl {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .base_flexTtl {
    font-size: 16px;
  }
}
.base_flexTtl .red {
  color: #E14942;
}

.base_flexTtlcap {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.base_flexTxt {
  text-align: left;
  font-weight: 400;
  margin-top: 30px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .base_flexTxt {
    margin-top: 20px;
  }
}
.base_flexTxt.mt0 {
  margin-top: 0;
}
.base_flexTxt.small {
  font-size: 12px;
}
.base_flexTxt .red {
  color: #E14942;
}
.base_flexTxt + .base_flexTxt {
  margin-top: 10px;
}

.base_imgWrap {
  width: 40%;
  flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .base_imgWrap {
    width: 100%;
  }
}

.base_caption {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.base_caption + img {
  margin-top: 15px;
}

img .base_caption {
  margin-top: 15px;
}

.base_frame {
  background-color: #EEEBE7;
  padding: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .base_frame {
    padding: 20px 14px;
    margin-top: 40px;
  }
}

.base_frameTxt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base_frameTxt {
    font-size: 14px;
  }
}

.base_frameImgWrap {
  max-width: 700px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .base_frameImgWrap {
    margin-top: 20px;
  }
}

.base_frameTtl {
  color: #005834;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base_frameTtl {
    font-size: 16px;
    margin-top: 20px;
  }
}

.base_txtImg {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .base_txtImg {
    margin-top: 16px;
  }
}

.system_imgWrap {
  margin: 30px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .system_imgWrap {
    margin-top: 20px;
  }
}

.system_list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .system_list {
    gap: 20px;
  }
}

.system_item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .system_item {
    width: 100%;
  }
}

.system_itemTtl {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .system_itemTtl {
    font-size: 14px;
  }
}

.system_itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.system_caption {
  font-size: 12px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .system_caption {
    margin-top: 20px;
  }
}

.zeh_imgWrap {
  margin: 30px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .zeh_imgWrap {
    margin-top: 20px;
  }
}/*# sourceMappingURL=zeh.css.map */