@charset "UTF-8";
/*
$serif: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
$roman: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
@import url("global.css");
.intro {
  margin-bottom: 100px;
}
.intro .catch {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
}
.intro .lead {
  text-align: center;
  background: #F08803;
  color: #fff;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: bold;
}
.intro .lead br {
  display: none;
}
.intro p:not([class]) {
  width: 80%;
  margin: 0 auto 50px;
  text-align: justify;
}
.intro figure {
  text-align: center;
}

.merit {
  background: #eee;
  padding: 70px 0;
}
.merit .title {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
.merit .title span {
  display: block;
}
.merit .title .en {
  margin-bottom: 5px;
  font-size: 48px;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}
.merit .title .ja {
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.merit .list {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.merit .list li {
  width: calc(100% / 3);
  padding: 0 15px;
  box-sizing: border-box;
}
.merit .list li .inner {
  height: 100%;
  border: 1px solid #252122;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.merit .list li .inner .catch {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.merit .list li .inner .catch span {
  color: #F08803;
  font-size: 32px;
}
.merit .list li .inner .img {
  margin-bottom: 20px;
}
.merit .list li .inner p:not([class]) {
  text-align: justify;
}

.goal {
  padding-top: 80px;
}
.goal .text {
  width: 80%;
  margin: 0 auto 40px;
}
.goal .text p {
  margin-bottom: 20px;
}
.goal .table_wrap {
  margin-bottom: 30px;
}
.goal .table_wrap .pcnone {
  display: none;
}
.goal table {
  width: 100%;
  border-collapse: collapse;
}
.goal table thead {
  border-top: 1px solid #F08803;
  border-left: 1px solid #F08803;
}
.goal table thead th {
  border-right: 1px solid #F08803;
  background: #F08803;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.goal table tbody {
  border-top: 1px solid #a9aaaa;
  border-left: 1px solid #a9aaaa;
}
.goal table tbody th {
  text-align: center;
}
.goal table tbody td {
  text-align: right;
}
.goal table th {
  padding: 10px;
  border-bottom: 1px solid #a9aaaa;
  border-right: 1px solid #a9aaaa;
  background: rgba(204, 204, 204, 0.3);
}
.goal table td {
  padding: 10px;
  border-bottom: 1px solid #a9aaaa;
  border-right: 1px solid #a9aaaa;
}
.goal dl {
  margin-bottom: 20px;
}
.goal dl:last-of-type {
  margin-bottom: 0;
}
.goal dl dt {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  font-size: 17px;
  font-weight: bold;
}
.goal dl dt::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #a9aaaa;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.goal dl dd {
  text-align: justify;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .intro p:not([class]) {
    width: 100%;
  }

  .goal .text {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .intro {
    margin-bottom: 70px;
  }
  .intro .catch {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .intro p:not([class]) {
    margin: 0 auto 30px;
  }

  .merit {
    padding: 50px 0;
  }
  .merit .list {
    display: block;
    margin: 0 auto;
  }
  .merit .list li {
    width: 85%;
    padding: 0;
    margin-bottom: 30px;
  }
  .merit .list li:last-of-type {
    margin-bottom: 0;
  }
  .merit .list li:nth-of-type(even) {
    margin-left: auto;
  }

  .goal {
    padding-top: 60px;
  }
  .goal .text {
    margin: 0 auto 30px;
  }
  .goal table thead th {
    font-size: 17px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .intro {
    margin-bottom: 40px;
  }
  .intro .catch {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .intro .lead {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .intro .lead br {
    display: inline;
  }
  .intro p:not([class]) {
    margin: 0 auto 20px;
  }

  .merit {
    padding: 40px 0;
  }
  .merit .title .en {
    margin-bottom: 0;
    font-size: 40px;
  }
  .merit .title .ja {
    font-size: 16px;
  }
  .merit .list li {
    width: 90%;
  }
  .merit .list li .inner {
    padding: 20px;
  }
  .merit .list li .inner .catch {
    font-size: 22px;
  }
  .merit .list li .inner .catch span {
    font-size: 28px;
  }

  .goal {
    padding-top: 40px;
  }
  .goal .table_wrap {
    overflow-x: scroll;
  }
  .goal .table_wrap .pcnone {
    display: block;
    margin-top: 5px;
    font-size: 85%;
  }
  .goal table tbody th {
    white-space: nowrap;
  }
}

/*# sourceMappingURL=zeh.css.map */
