@charset "utf-8";
.sub-contents.zeb-zeh {
  padding-top: 0;
}
.zeb-zeh .contents-head .contents-tlt {
  background: url(../img/zeb-zeh/head_img.webp) no-repeat center / cover;
}
footer {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .sub-contents.zeb-zeh {
    padding-top: 77px;
  }
}
/* ==================================================== */
/*  .read-area
/* ==================================================== */
.read-area {
  margin-bottom: 115px;
  padding-top: 84px;
}
.read-area h2 {
  margin-bottom: 53px;
  font-size: var(--fs26);
  font-weight: 700;
  text-align: center;
  color: #2d5b60;
}
.read-area .read-txt {
  max-width: 986px;
  margin: 0 auto 75px;
  font-size: var(--fs16);
  line-height: 1.85;
}
.read-area .flex {
  justify-content: center;

  gap: 63px;
}
.read-area .flex .cmn-n-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 288px;
  padding: 12px 18px 12px 27px;
  border: solid 1px #4a8c80;
  border-radius: 6px;
  background: linear-gradient(to right, #4a8c80 50%, #fff 50%);
  background-position: right center;
  background-size: 200% 101%;
  font-size: var(--fs15);
  color: #2d5b60;
  transition: background-position 0.4s ease, color 0.35s ease;

  gap: 22px;
}
.read-area .flex .cmn-n-btn p {
  font-size: var(--fs24);
  font-weight: 700;
  letter-spacing: 4px;
  color: #2d5b60;
  transition: all 0.6s ease;
}
.read-area .flex .cmn-n-btn span {
  font-size: var(--fs14);
  line-height: 1;
  letter-spacing: -0.2px;
  color: #989797;
  transition: all 0.6s ease;
}
.read-area .flex .cmn-n-btn:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin: auto;
  background-image: url(../img/common/arrow_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: all 0.6s ease;
  transform: rotate(90deg);
}
.read-area .flex .cmn-n-btn:before {
  position: absolute;
  top: 0;
  right: 50px;
  width: 1px;
  height: 100%;
  background-color: #4a8c80;
  content: "";
  transition: all 0.5s ease;
}
/* hover */
.read-area .flex .cmn-n-btn:hover {
  background-position: left center;
  color: #fff;
  transition: background-position 0.4s ease, color 0.35s ease;
  opacity: 1;
}
.read-area .flex .cmn-n-btn:hover:after {
  background-image: url(../img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.read-area .flex .cmn-n-btn:hover:before {
  background-color: #fff;
}
.read-area .flex .cmn-n-btn:hover p {
  color: #fff;
}
.read-area .flex .cmn-n-btn:hover span {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .read-area {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .read-area {
    padding-top: 50px;
  }
  .read-area h2 {
    margin-bottom: 30px;
    font-size: var(--fs20);
  }
  .read-area .read-txt {
    margin-bottom: 40px;
    font-size: var(--fs14);
    line-height: 1.8;
  }
  .read-area .flex {
    display: block;
  }
  .read-area .flex .cmn-n-btn {
    max-width: 270px;
    margin-bottom: 15px;
    padding: 12px 14px 12px 20px;
    font-size: var(--fs14);

    gap: 13px;
  }
  .read-area .flex .cmn-n-btn p {
    font-size: var(--fs22);
  }
  .read-area .flex .cmn-n-btn span {
    font-size: var(--fs13);
    line-height: 1.2;
  }
}
/* ==================================================== */
/*  共通
/* ==================================================== */
.contents-area .tlt {
  margin-bottom: 77px;
  text-align: center;
}
.contents-area .tlt figure {
  width: 90px;
  margin: auto;
}
.contents-area .tlt h2 {
  margin-top: -12px;
  font-size: var(--fs44);
  font-weight: 700;
  line-height: 1.2;
  color: #2d5b60;
}
.contents-area .tlt p {
  font-size: var(--fs15);
  font-weight: 700;
  letter-spacing: normal;
  color: #989797;
}
.contents-area .division {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto 105px;

  gap: min(6.58858vw, 90px);
}
.contents-area .division .box {
  flex: 1;
}
.contents-area .division .box h3 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  font-size: var(--fs22);
  font-weight: 700;
  color: #2d5b60;
}
.contents-area .division .box p {
  font-size: var(--fs16);
  line-height: 1.65;
}
.contents-area .division .box span {
  display: block;
  margin-top: 9px;
  font-size: var(--fs14);
  line-height: 1.9;
}
.contents-area .band {
  display: flex;
  align-items: center;
  margin-bottom: 53px;
  padding: 8px 23px;
  background-color: #4a8c80;
  font-size: var(--fs20);
  font-weight: 700;
  color: #fff;

  gap: 40px;
}
.contents-area .band span {
  font-size: var(--fs14);
  font-weight: 400;
  color: #fff;
}
.contents-area .data-flex {
  display: flex;
  max-width: 1140px;
  margin: 0 auto 108px;

  gap: min(6.58858vw, 90px);
}
.data-flex-01 {
  justify-content: space-between;
}
.contents-area .data-flex .data-box {
  flex: 1;
  width: 50%;
}
.contents-area .data-flex .data-box h5 {
  margin-bottom: 12px;
  font-size: var(--fs18);
  font-weight: 700;
}
.contents-area .data-flex .data-box h6 {
  margin-bottom: 18px;
  padding: 10px 24px;
  background-color: #f7f7f7;
  font-size: var(--fs16);
  font-weight: 700;
  color: #2d5b60;
}
.contents-area .data-flex .data-box table {
  width: 100%;
  border-bottom: solid 1px #e3e3e3;
  font-size: var(--fs16);
  text-align: center;
}
.contents-area .data-flex .data-box table tr {
  border-top: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
}
.contents-area .data-flex .data-box table th {
  border-right: solid 1px #ddd;
  background-color: #f7f7f7;
  text-align: center;
}
.contents-area .data-flex .data-box table .year {
  width: 132px;
  padding: 10px 0;
}
.contents-area .data-flex .data-box table td {
  border-right: solid 1px #ddd;
}
.contents-area .data-flex .data-box ul {
  margin-bottom: 48px;
}
.contents-area .data-flex .data-box ul li {
  display: flex;
  margin-bottom: 14px;
  padding-bottom: 14px;
  padding-left: 25px;
  border-bottom: solid 1px #e3e3e3;
  font-size: var(--fs16);

  gap: min(2.928258vw, 40px);
}
.contents-area .data-flex .data-box ul li p {
  width: 375px;
  letter-spacing: normal;
}
.contents-area .data-flex .data-box ul li p.label {
  font-weight: bold;
}
.contents-area .data-flex .data-box ul li p.label span {
  font-size: var(--fs14);
  font-weight: normal;
}
.contents-area .case-table-wrap {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 145px;
}
.contents-area .case-table-wrap .case-table {
  width: 100%;
  min-width: 800px;
  border-spacing: 0;
  border-collapse: separate;
  font-size: var(--fs16);
}
.contents-area .case-table-wrap .case-table th,
.contents-area .case-table-wrap .case-table td {
  padding: 11px 0 11px 14px;
  text-align: left;
  vertical-align: middle;
}
.contents-area .case-table-wrap .case-table td {
  padding: 11px 7px;
  border-bottom: solid 1px #e3e3e3;
}
.contents-area .case-table-wrap .case-table td a {
  text-decoration: underline;
}
.contents-area .case-table-wrap .case-table th {
  border-right: 10px solid #fff;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-weight: 700;
}
.case-table-wrap .case-table th:first-child {
  width: 7.6%;
  min-width: 109px;
  max-width: 90px;
  padding: 11px 0;
  text-align: center;
}
.case-table-wrap .case-table th:nth-child(2) {
  width: 30%;
}
.case-table-wrap .case-table th:nth-child(3) {
  width: 9%;
}
.case-table-wrap .case-table th:nth-child(4) {
  width: 9%;
}
.case-table-wrap .case-table th:nth-child(5) {
  width: 19.8%;
}
.case-table-wrap .case-table th:nth-child(6) {
  width: 16%;
}
.contents-area .case-table-wrap .case-table tbody tr:first-child td {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .contents-area .tlt {
    margin-bottom: 30px;
  }
  .contents-area .division {
    display: block;
    margin-bottom: 70px;
  }
  .contents-area .division .box {
    margin-bottom: 40px;
  }
  .contents-area .band {
    margin-bottom: 30px;
  }
  .contents-area .data-flex {
    display: block;
    margin-bottom: 80px;
  }
  .contents-area .data-flex .data-box {
    width: 100%;
  }
  .contents-area .data-flex .data-box table {
    margin-bottom: 40px;
  }
  .contents-area .case-table-wrap {
    margin-bottom: 90px;
  }
  .contents-area .case-table-wrap .case-table th {
    padding: 11px 0 11px 8px;
  }
  .case-table-wrap .case-table th:nth-child(2) {
    width: 21%;
  }
}
@media screen and (max-width: 767px) {
  .contents-area .tlt {
    margin-bottom: 40px;
  }
  .contents-area .tlt figure {
    width: 100%;
    max-width: 70px;
  }
  .contents-area .tlt h2 {
    margin-top: -6px;
    font-size: var(--fs35);
  }
  .contents-area .tlt p {
    font-size: var(--fs14);
  }
  .contents-area .division .box {
    margin-bottom: 50px;
  }
  .contents-area .division .box h3 {
    margin-bottom: 20px;
    font-size: var(--fs18);
  }
  .contents-area .division .box p {
    font-size: var(--fs14);
    line-height: 1.8;
  }
  .contents-area .division .box span {
    margin-top: 14px;
    line-height: 1.8;
  }
  .contents-area .band {
    display: block;
    padding: 7px 18px;
    font-size: var(--fs17);
  }
  .contents-area .band span {
    display: block;
    padding-top: 3px;
    font-size: var(--fs12);
  }
  .contents-area .data-flex {
    margin-bottom: 50px;
  }
  .contents-area .data-flex .data-box h5 {
    margin-bottom: 17px;
    font-size: var(--fs16);
  }
  .contents-area .data-flex .data-box table {
    font-size: var(--fs14);
  }
  .contents-area .data-flex .data-box table th {
    padding: 5px;
  }
  .contents-area .data-flex .data-box table .year {
    width: auto;
    min-width: 77px;
  }
  .contents-area .data-flex .data-box h6 {
    margin-bottom: 15px;
    padding: 10px 17px;
    font-size: var(--fs15);
  }
  .contents-area .data-flex .data-box ul {
    margin-bottom: 30px;
  }
  .contents-area .data-flex .data-box ul li {
    margin-bottom: 12px;
    padding-left: 17px;
    font-size: var(--fs14);

    gap: 5vw;
  }
  .contents-area .data-flex .data-box ul li p {
    width: 70%;
  }
  .contents-area .case-table-wrap .case-table {
    font-size: var(--fs14);
  }
  .contents-area .case-table-wrap .case-table td:first-child {
    text-align: center;
  }
  .contents-area .case-table-wrap .case-table th {
    padding: 6px 8px 6px 13px;
  }
  .case-table-wrap .case-table th:first-child {
    padding: 6px 0;
  }
  .case-table-wrap .case-table th:nth-child(2) {
    min-width: 250px;
  }
  .contents-area .case-table-wrap .case-table th:nth-child(3),
  .contents-area .case-table-wrap .case-table th:nth-child(4),
  .contents-area .case-table-wrap .case-table th:last-child {
    min-width: 125px;
  }
  .contents-area .case-table-wrap .case-table th:nth-child(5) {
    min-width: 250px;
  }
}
/* ==================================================== */
/*  #anchor_zeh
/* ==================================================== */
#anchor_zeh {
  padding-top: 85px;
}
#anchor_zeh .data-flex table {
  border-bottom: solid 1px #e3e3e3;
  font-size: var(--fs16);
  text-align: center;
}
#anchor_zeh .data-flex table tr {
  border-top: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
}
#anchor_zeh .data-flex table th {
  width: 50%;
  padding: 10px 15px;
  border-right: solid 1px #ddd;
  background-color: #f7f7f7;
  text-align: center;
}
#anchor_zeh .data-flex table .year {
  padding: 10px 27px;
}
#anchor_zeh .data-flex table td {
  border-right: solid 1px #ddd;
}
#anchor_zeh.contents-area .data-flex {
  margin-bottom: 125px;

  gap: min(11.346999vw, 155px);
}
.contents-area .data-flex-02,
.contents-area .data-flex-03 {
  gap: initial;
}
.contents-area .data-flex-02 .data-box,
.contents-area .data-flex-03 .data-box {
  flex: inherit;
  width: 40.4%;
}
@media screen and (max-width: 1024px) {
  #anchor_zeh.contents-area .data-flex {
    display: flex;
    margin-bottom: 50px;

    gap: 4vw;
  }
  .contents-area .data-flex-02 .data-box,
  .contents-area .data-flex-03 .data-box {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #anchor_zeh {
    padding-top: 60px;
  }
  #anchor_zeh.contents-area .data-flex {
    display: block;
    margin-bottom: 80px;
  }
  .contents-area .data-flex-02 .data-box,
  .contents-area .data-flex-03 .data-box {
    width: 100%;
  }
  #anchor_zeh .data-flex table {
    font-size: var(--fs14);
  }
}
/* ==================================================== */
/*  .contact-area
/* ==================================================== */
.contact-area {
  width: 100%;
  padding: 75px 0;
  background-color: #f7f7f7;
}
.contact-area .inner {
  max-width: 1012px;
}
.contact-area .bg {
  padding: 40px 0 80px;
  background-color: #fff;
}
.contact-area h2 {
  margin-bottom: 21px;
  font-size: var(--fs22);
  font-weight: 700;
  text-align: center;
  color: #2d5b60;
}
.contact-area p {
  margin-bottom: 40px;
  font-size: var(--fs16);
  text-align: center;
  color: #2d5b60;
}
.contact-area .flex {
  justify-content: center;

  gap: min(6.58858vw, 90px);
}
.contact-area .flex a {
  position: relative;
  display: block;
  width: 308px;
  height: 89px;
  padding: 0 0 0 66px;
  border-radius: 10px;
  background-color: #2d5b60;
}
.contact-area .flex a:first-child {
  line-height: 89px;
}
.contact-area .flex a:first-child span {
  font-size: var(--fs18);
  font-weight: 700;
  color: #fff;
}
.contact-area .flex a:first-child span:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 25px;
  display: inline-block;
  width: 21.82px;
  height: 20.45px;
  margin: auto;
  background-image: url(../img/common/icon_mail_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.contact-area .flex a:not(:first-child) {
  padding: 13px 0 13px 75px;
  border: solid 1px #2d5b60;
  background-color: #fff;
  pointer-events: none;
}
.contact-area .flex a:not(:first-child) span {
  position: relative;
  font-size: var(--fs13);
  letter-spacing: normal;
  color: #2d5b60;
}
.contact-area .flex a:not(:first-child) p.roboto {
  position: relative;
  margin-bottom: 0;
  font-size: var(--fs28);
  text-align: left;
  color: #2d5b60;
}
.contact-area .flex a:not(:first-child) p.roboto:before {
  position: absolute;
  bottom: 8px;
  left: -40px;
  display: inline-block;
  width: 22.97px;
  height: 23.21px;
  background-image: url(../img/common/icon_tell.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.contact-area .flex a:not(:first-child) .note {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: var(--fs14);
  white-space: nowrap;
  color: #2d5b60;
}
@media screen and (max-width: 1024px) {
  .contact-area {
    padding: 75px 0 85px;
  }
  .contact-area .bg {
    padding: 40px 30px 80px;
  }
  .contact-area h2 {
    font-size: var(--fs25);
  }
  .contact-area .flex {
    gap: 4vw;
  }
  .contact-area .flex a,
  .contact-area .flex a:first-child,
  .contact-area .flex a:not(:first-child) {
    width: 45%;
    max-width: 308px;
    height: 84px;
    padding: 13px 0;
    line-height: 1.6;
    text-align: center;
  }
  .contact-area .flex a:first-child {
    padding: 0;
    line-height: 84px;
  }
  .contact-area .flex a:not(:first-child) p.roboto {
    text-align: center;
  }
  .contact-area .flex a:not(:first-child) p.roboto:before {
    left: 30px;
  }
  .contact-area .flex a:not(:first-child) .note {
    font-size: var(--fs13);
  }
}
@media screen and (max-width: 767px) {
  .contact-area {
    padding: 50px 0 60px;
  }
  .contact-area .bg {
    padding: 40px 5vw 70px;
  }
  .contact-area h2 {
    margin-bottom: 28px;
    font-size: var(--fs19);
  }
  .contact-area p {
    margin-bottom: 20px;
    font-size: var(--fs14);
  }
  .contact-area .flex {
    display: block;
    text-align: center;
  }
  .contact-area .flex a,
  .contact-area .flex a:first-child,
  .contact-area .flex a:not(:first-child) {
    width: 100%;
    max-width: 260px;
    margin: auto;
    pointer-events: auto;
  }
  .contact-area .flex a:first-child {
    margin-bottom: 15px;
    padding: 0 0 0 20px;
  }
  .contact-area .flex a:first-child span {
    font-size: var(--fs15);
  }
  .contact-area .flex a:first-child span:before {
    left: min(6vw, 23px);
    width: 20px;
    height: 20px;
  }
  .contact-area .flex a:not(:first-child) p.roboto:before {
    left: min(6vw, 23px);
    width: 19px;
    height: 20px;
  }
  .contact-area .flex a:not(:first-child) span {
    font-size: var(--fs12);
  }
  .contact-area .flex a:not(:first-child) p.roboto {
    font-size: var(--fs22);
  }
  .contact-area .flex a:not(:first-child) .note {
    right: 0;
    bottom: -43px;
    left: 0;
    margin: auto;
    font-size: var(--fs12);
    white-space: normal;
  }
}
/* ==================================================== */
/*  .chart-area
/* ==================================================== */
.chart-area {
  padding: 88px 0 122px;
  background-color: #f7f7f7;
}
.chart-area .inner {
  max-width: 966px;
  margin: auto;
}
.chart-area h2 {
  margin-bottom: 44px;
  font-size: var(--fs27);
  font-weight: 700;
  text-align: center;
  color: #2d5b60;
}
.chart-area .search-box {
  margin-bottom: 55px;
  padding: 45px 15px 54px;
  background-color: #fff;
  text-align: center;
}
.chart-area .search-box h3 {
  margin-bottom: 12px;
  font-size: var(--fs22);
  font-weight: 700;
  color: #2d5b60;
}
.chart-area figure {
  max-width: 769px;
  margin: auto;
  margin-bottom: 85px;
}
.chart-area .search-box p {
  margin-bottom: 27px;
  font-size: var(--fs14);
  color: #343434;
}
.chart-area .search-box a {
  position: relative;
  display: block;
  width: 308px;
  margin: auto;
  padding: 20px 0 15px;
  border-radius: 10px;
  background-color: #2d5b60;
  text-align: center;
}
.chart-area .search-box a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -134px;
  display: inline-block;
  width: 25px;
  height: 30px;
  margin: auto;
  background-image: url(../img/common/arrow_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.chart-area .search-box a p {
  margin-bottom: 0;
  font-size: var(--fs20);
  font-weight: 700;
  color: #fff;
}
.chart-area .search-box a span {
  font-size: var(--fs14);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .chart-area {
    padding: 50px 0 90px;
  }
  .chart-area figure {
    width: 90%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .chart-area figure {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
  .chart-area .search-box {
    margin-bottom: 40px;
    padding: 40px 5% 45px;
  }
  .chart-area .search-box h3 {
    margin-bottom: 15px;
    font-size: var(--fs19);
  }
  .chart-area .search-box p {
    margin-bottom: 30px;
  }
  .chart-area .search-box a {
    width: 100%;
    max-width: 260px;
    padding: 15px 0;
  }
  .chart-area .search-box a p {
    font-size: var(--fs19);
  }
  .chart-area .search-box a:after {
    left: min(10vw, 38px);
    width: 23px;
    height: 29px;
    margin: auto 0;
  }
}
