@charset "UTF-8";
#section-404 {
  position: relative;
  text-align: center;
  padding: 145px 20px 140px;
}

#section-404 h2 {
  color: #48AE29;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
}

#section-404 .note {
  font-size: 24px;
  padding: 50px 0 45px;
  line-height: 1.7;
}

#section-404 .btn-link2 {
  margin: 65px auto 0;
}

@media screen and (max-width: 767px) {
  #section-404 {
    padding: 65px 20px 100px;
  }
  #section-404 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #section-404 .note {
    font-size: 20px;
    padding: 40px 0 35px;
  }
  #section-404 .btn-link2 {
    margin: 45px auto 0;
  }
}

/*///////////news + blog////////////*/
#section-news {
  padding: 50px 0 120px;
  margin-top: -140px;
}

#section-news .news-list {
  display: flex;
  flex-wrap: wrap;
}

#section-news .news-list .item {
  max-width: 352px;
  margin: 0 30px 50px 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 20px;
}

#section-news .news-list .item .photo {
  position: relative;
  overflow: hidden;
  height: 187px;
}

#section-news .news-list .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#section-news .news-list .item .photo a {
  transition: all 0.3s ease;
}

#section-news .news-list .item .photo a:hover {
  opacity: 0.7;
}

#section-news .news-list .item dl {
  display: flex;
  align-items: center;
  line-height: 34px;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;
}

#section-news .news-list .item dl dt {
  font-size: 18px;
  letter-spacing: 0;
  margin-right: 20px;
}

#section-news .news-list .item dl dd {
  margin: 0 0 0 auto;
}

#section-news .news-list .item dl dd a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  min-width: 84px;
  border-radius: 18px;
  border: 1px solid #48AE29;
  color: #48AE29;
  text-align: center;
  box-sizing: border-box;
  padding: 0 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#section-news .news-list .item dl dd a:hover {
  background: #48AE29;
  color: #FFF;
}

#section-news .news-list .item .desc {
  margin: 0 20px;
}

#section-news .news-list .item .desc a {
  text-decoration: none;
  line-height: 24px;
  transition: all 0.3s ease;
}

#section-news .news-list .item .desc a:hover {
  opacity: 0.7;
}

#section-blog {
  padding: 0 0 140px;
  margin-top: -140px;
}

#section-blog .blog-list {
  padding: 0 40px 70px 0;
}

#section-detail {
  position: relative;
  padding: 140px 40px 140px 0;
  word-break: break-word;
}

#section-detail .detail-box {
  max-width: 1120px;
}

#section-detail .detail-box .date {
  display: flex;
  align-items: center;
  line-height: 34px;
  min-width: 260px;
}

#section-detail .detail-box .date dt {
  font-size: 13px;
  color: #999;
  width: 90px;
}

#section-detail .detail-box .date dd a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  min-width: 123px;
  border-radius: 18px;
  border: 1px solid #DE594B;
  color: #DE594B;
  text-align: center;
  box-sizing: border-box;
  padding: 0 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: bold;
}

#section-detail .detail-box .date dd a:hover {
  background: #DE594B;
  color: #FFF;
}

#section-detail .detail-box .date dd a.color {
  border: 1px solid #48AE29;
  color: #48AE29;
}

#section-detail .detail-box .date dd a.color:hover {
  background: #48AE29;
  color: #FFF;
}

#section-detail .detail-box .title {
  font-size: 32px;
  font-weight: bold;
  padding: 25px 0 55px;
}

#section-detail .detail-box .detail-top {
  padding: 25px 35px;
  font-weight: bold;
  background: #F4F8F2;
  margin-bottom: 90px;
}

#section-detail .detail-box .detail-top h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

#section-detail .detail-box .detail-top dl + dl {
  margin-top: 20px;
}

#section-detail .detail-box .detail-top dl span {
  color: #E49E14;
}

#section-detail .detail-box .detail-top dl dd {
  margin-left: 30px;
}

#section-detail .detail-box .content p {
  line-height: 26px;
  margin-bottom: 90px;
}

#section-detail .detail-box .content h2 {
  background: #E49E14;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  font-size: 24px;
  padding: 10px 20px;
  margin-bottom: 30px;
}

#section-detail .detail-box .content h3 {
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}

#section-detail .detail-box .content ol {
  font-weight: bold;
  margin-bottom: 25px;
}

#section-detail .detail-box .content ol li {
  position: relative;
  padding-left: 16px;
}

#section-detail .detail-box .content ol li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background: currentColor;
}

#section-detail .detail-box .content ul {
  font-weight: bold;
  margin-bottom: 40px;
}

#section-detail .detail-box .content ul li {
  position: relative;
  padding-left: 18px;
}

#section-detail .detail-box .content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1.";
}

#section-detail .detail-box .content ul li:nth-child(2)::before {
  content: "2.";
}

#section-detail .detail-box .content ul li:nth-child(3)::before {
  content: "3.";
}

#section-detail .detail-box .content ul li:nth-child(4)::before {
  content: "4.";
}

#section-detail .detail-box .content ul li:nth-child(5)::before {
  content: "5.";
}

#section-detail .detail-box .content ul li:nth-child(5)::before {
  content: "5.";
}

#section-detail .detail-box .content ul li:nth-child(6)::before {
  content: "6.";
}

#section-detail .detail-box .content ul li:nth-child(7)::before {
  content: "7.";
}

#section-detail .detail-box .content ul li:nth-child(8)::before {
  content: "8.";
}

#section-detail .detail-box .content ul li:nth-child(9)::before {
  content: "9.";
}

#section-detail .detail-box .content ul li:nth-child(10)::before {
  content: "10.";
}

#section-detail .detail-box .content ul li:nth-child(11)::before {
  content: "11.";
}

#section-detail .detail-box .content ul li:nth-child(12)::before {
  content: "12.";
}

#section-detail .detail-box .content ul li:nth-child(13)::before {
  content: "13.";
}

#section-detail .detail-box .content ul li:nth-child(14)::before {
  content: "14.";
}

#section-detail .detail-box .content ul li:nth-child(15)::before {
  content: "15.";
}

#section-detail .detail-box .content ul li:nth-child(16)::before {
  content: "16.";
}

#section-detail .detail-box .content ul li:nth-child(17)::before {
  content: "17.";
}

#section-detail .detail-box .content ul li:nth-child(18)::before {
  content: "18.";
}

#section-detail .detail-box .content ul li:nth-child(19)::before {
  content: "19.";
}

#section-detail .detail-box .content ul li:nth-child(20)::before {
  content: "20.";
}

#section-detail .detail-box .content table {
  margin-bottom: 90px;
}

#section-detail .detail-box .content table th, #section-detail .detail-box .content table td {
  border: 1px solid #E6E6E6;
  padding: 10px;
  text-align: left;
}

#section-detail .detail-box .content table th {
  background: #F4F8F2;
  font-weight: bold;
}

#section-detail .detail-box .content table th:nth-child(1) {
  width: 20%;
}

#section-detail .detail-box .content pre {
  background: #F4F8F2;
  position: relative;
  padding: 35px 65px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  display: flex;
}

#section-detail .detail-box .content pre::before {
  content: "“";
  color: #E49E14;
  font-size: 46px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
  top: -23px;
}

#section-detail .detail-box .content pre::after {
  content: "”";
  color: #E49E14;
  font-size: 46px;
  display: flex;
  position: relative;
  margin-left: 0;
  bottom: -40px;
  align-items: flex-end;
}

.list-pagination {
  margin-top: 20px;
}

.list-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-pagination ul li {
  margin: 0 7px;
}

.list-pagination ul li a, .list-pagination ul li .page-numbers {
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid;
  font-size: 20px;
  box-sizing: border-box;
  color: #E49E14;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.list-pagination ul li a.current, .list-pagination ul li a:hover, .list-pagination ul li .page-numbers.current, .list-pagination ul li .page-numbers:hover {
  background: #E49E14;
  color: #FFF;
}

.list-pagination ul li .next {
  font-size: 0;
  background: url(../img/common/arrow.png) no-repeat center #E49E14;
  background-size: 12px;
}

.list-pagination ul li .next:hover {
  background: url(../img/common/arrow.png) no-repeat center #E49E14;
  background-size: 12px;
  opacity: 0.8;
}

.list-pagination ul li .prev {
  font-size: 0;
  background: url(../img/common/arrow1.png) no-repeat center #E49E14;
  background-size: 12px;
}

.list-pagination ul li .prev:hover {
  background: url(../img/common/arrow1.png) no-repeat center #E49E14;
  background-size: 12px;
  opacity: 0.8;
}

/* @media screen and (max-width: 1449px) and (min-width: 768px) {
  #section-news .news-list .item {
    width: calc(33% - 30px);
  }
} */

@media screen and (max-width: 1099px) and (min-width: 768px) {
  #section-news .news-list {
    padding-left: 30px;
  }
  #section-news .news-list .item {
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  #section-blog .blog-list {
    padding: 0 40px 70px 40px;
  }
  #section-detail {
    position: relative;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  #section-news {
    padding: 30px 0 100px;
    margin-top: 0;
  }
  #section-news .news-list {
    width: 100%;
    margin-right: 0;
  }
  #section-news .news-list .item {
    max-width: 100%;
    margin: 0 25px 30px;
    width: 100%;
  }
  #section-news .news-list .item .photo {
    height: 50vw;
  }
  #section-blog {
    padding: 0 0 100px;
    margin-top: -45px;
  }
  #section-blog .blog-list {
    padding-bottom: 70px;
    box-sizing: border-box;
    padding: 50px 25px 70px;
  }
  #section-detail {
    position: relative;
    padding: 50px 25px 100px;
  }
  #section-detail .detail-box .title {
    font-size: 21px;
    padding: 25px 0 50px;
    line-height: 34px;
  }
  #section-detail .detail-box .detail-top {
    padding: 25px 20px;
    margin-bottom: 60px;
  }
  #section-detail .detail-box .content p {
    margin-bottom: 60px;
  }
  #section-detail .detail-box .content h2 {
    font-size: 22px;
  }
  #section-detail .detail-box .content h3 {
    font-size: 20px;
    padding: 0 0 10px;
    margin-bottom: 30px;
  }
  #section-detail .detail-box .content table {
    margin-bottom: 60px;
  }
  #section-detail .detail-box .content table th, #section-detail .detail-box .content table td {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 5px;
  }
  #section-detail .detail-box .content table th:nth-child(1) {
    width: 22%;
  }
  #section-detail .detail-box .content pre {
    padding: 30px 10px;
  }
  .list-pagination {
    margin-top: 20px;
  }
  .list-pagination ul li {
    margin: 0 6px;
  }
  .list-pagination ul li a, .list-pagination ul li .page-numbers {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 18px;
  }
}

/*///////////sdgs////////////*/
#section-sdgs {
  padding: 0 0 120px;
  margin-top: -40px;
}

#section-sdgs .sec-01 {
  position: relative;
  padding: 0 40px 130px 0;
}

#section-sdgs .sec-01 h2 {
  font-size: 32px;
  font-weight: 400;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 15px;
  margin-bottom: 30px;
}

#section-sdgs .sec-01 .block {
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#section-sdgs .sec-01 .block::before {
  background: url(../img/common/deco1.png) no-repeat center;
  width: 411px;
  height: 411px;
  content: "";
  position: absolute;
  top: -160px;
  right: 10px;
  z-index: -1;
}

#section-sdgs .sec-01 .block .desc {
  max-width: 640px;
  margin-right: 50px;
  line-height: 30px;
}

#section-sdgs .sec-01 .block .photo {
  max-width: 303px;
  margin-top: 25px;
}

#section-sdgs .sec-02 {
  padding-right: 40px;
  position: relative;
  padding-bottom: 42px;
}

#section-sdgs .sec-02 .block {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  position: relative;
}

#footer {
margin-top: 0;
}

#section-sdgs .sec-02 .block::before {
  background: url(../img/common/deco2.png) no-repeat center;
  width: 411px;
  height: 411px;
  content: "";
  position: absolute;
  top: 70px;
  left: 170px;
  z-index: -1;
}

#section-sdgs .sec-02 .block .text {
  max-width: 640px;
  margin-right: 50px;
}

#section-sdgs .sec-02 .block .text h2 {
  font-size: 24px;
  color: #48AE29;
  padding: 5px 0 30px;
}

#section-sdgs .sec-02 .block .text .desc {
  line-height: 30px;
}

#section-sdgs .sec-02 .block .text .desc+.desc {
margin-top: 20px;
}

#section-sdgs .sec-02 .block .photo {
  max-width: 430px;
  margin-top: 5px;
}

#section-sdgs .sec-02 ul {
  margin-top: 60px;
  font-size: 14px;
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  #section-sdgs {
    padding: 0 40px 120px;
  }
}

@media screen and (max-width: 767px) {
  #section-sdgs {
    padding: 0 25px 100px;
    margin-top: 20px;
  }
  #section-sdgs .sec-01 {
    position: relative;
    padding: 0 0 70px 0;
  }
  #section-sdgs .sec-01 h2 {
    font-size: 28px;
    padding: 0 0 15px;
    margin-bottom: 30px;
    line-height: 38px;
  }
  #section-sdgs .sec-01 .block {
    display: block;
  }
  #section-sdgs .sec-01 .block::before {
    top: 0;
    right: 10px;
    z-index: -1;
  }
  #section-sdgs .sec-01 .block .desc {
    margin-right: 0;
  }
  #section-sdgs .sec-02 {
    padding-right: 0;
  }
  #section-sdgs .sec-02 .block {
    display: block;
  }
  #section-sdgs .sec-02 .block::before {
    top: 70px;
    left: 0px;
    z-index: -1;
  }
  #section-sdgs .sec-02 .block .text {
    margin-right: 0;
  }
  #section-sdgs .sec-02 .block .text h2 {
    padding: 0 0 15px;
  }
  #section-sdgs .sec-02 .block .photo {
    max-width: 100%;
    margin-top: 25px;
  }
  #section-sdgs .sec-02 ul {
    margin-top: 50px;
  }
}

/*///////////promote////////////*/
#section-promote {
  padding: 0 0 140px;
  margin-top: -40px;
}

#section-promote .sec-01 {
  position: relative;
  padding: 0 40px 70px 0;
  display: flex;
}

#section-promote .sec-01 .text {
  max-width: 650px;
  margin-right: 50px;
}

#section-promote .sec-01 .text h2 {
  font-size: 24px;
  color: #48AE29;
  margin-bottom: 30px;
}

#section-promote .sec-01 .photo {
  max-width: 430px;
}

#section-promote .sec-02 {
  padding-right: 40px;
  position: relative;
  margin-bottom: 80px;
}

#section-promote .sec-02 .bg {
  background: #F4F8F2;
  box-sizing: border-box;
  padding: 30px 35px;
  display: flex;
  box-sizing: border-box;
  max-width: 1130px;
}

#section-promote .sec-02 .text {
  max-width: 465px;
  margin-right: 40px;
  letter-spacing: 0;
}

#section-promote .sec-02 .text h2 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}

#section-promote .sec-02 .text .desc {
  line-height: 26px;
  margin-top: 25px;
}

#section-promote .sec-02 .text .desc span {
  color: #E49E14;
  font-weight: bold;
}

#section-promote .sec-02 .box {
  max-width: 555px;
}

#section-promote .sec-02 .box .item {
  display: flex;
  align-items: center;
}

#section-promote .sec-02 .box .item ul {
  width: 225px;
}

#section-promote .sec-02 .box .item ul li {
  line-height: 55px;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid #E49E14;
  text-align: center;
}

#section-promote .sec-02 .box .item ul li + li {
  margin-top: 9px;
}

#section-promote .sec-02 .box .item .arrow {
  width: 33px;
  margin: 5px;
}

#section-promote .sec-02 .box .item .list dl {
  text-align: center;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background: #48AE29;
  color: #FFF;
  width: 285px;
}

#section-promote .sec-02 .box .item .list dl:nth-child(1) {
  background: #E49E14;
  width: 205px;
  margin: 0 auto;
}

#section-promote .sec-02 .box .item .list dl:nth-child(2) {
  background: #E7D035;
  margin: 20px auto 0;
  width: 245px;
}

#section-promote .sec-02 .box .item .list dl + dl {
  margin-top: 20px;
}

#section-promote .sec-02 .box .item .list dl dt {
  font-size: 14px;
  font-weight: 500;
}

#section-promote .sec-02 .box .item .list dl dd {
  font-size: 18px;
  font-weight: bold;
}

#section-promote .sec-03 {
  padding-right: 40px;
  position: relative;
  display: flex;
}

#section-promote .sec-03 ul {
  max-width: 650px;
  margin-right: 50px;
  line-height: 30px;
}

#section-promote .sec-03 ul li + li {
  margin-top: 35px;
}

#section-promote .sec-03 .photo {
  max-width: 430px;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  #section-promote .sec-01 .photo {
    width: 70%;
  }
  #section-promote .sec-02 .text {
    max-width: 465px;
    margin-right: 20px;
    letter-spacing: 0;
  }
  #section-promote .sec-03 .photo {
    width: 70%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  #section-promote .sec-01 {
    flex-wrap: wrap;
  }
  #section-promote .sec-01 .text {
    max-width: 100%;
    margin-right: 0;
  }
  #section-promote .sec-01 .photo {
    margin-top: 35px;
  }
  #section-promote .sec-02 .bg {
    flex-wrap: wrap;
  }
  #section-promote .sec-02 .text {
    max-width: 100%;
    margin-right: 0;
    letter-spacing: 0;
    margin-bottom: 35px;
  }
  #section-promote .sec-03 {
    flex-wrap: wrap;
  }
  #section-promote .sec-03 ul {
    max-width: 100%;
    margin-right: 0;
    line-height: 30px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  #section-promote {
    padding: 0 0 140px 40px;
  }
}


@media screen and (max-width: 767px) {
  #section-promote {
    padding: 0 25px 100px;
    margin-top: 20px;
  }
  #section-promote .sec-01 {
    padding: 0 0 60px 0;
    display: block;
  }
  #section-promote .sec-01 .text {
    margin-right: 0;
  }
  #section-promote .sec-01 .photo {
    max-width: 100%;
    margin-top: 30px;
  }
  #section-promote .sec-02 {
    padding-right: 0;
    margin-bottom: 60px;
  }
  #section-promote .sec-02 .bg {
    padding: 30px 20px;
    display: block;
  }
  #section-promote .sec-02 .text {
    max-width: 100%;
    margin-right: 0;
  }
  #section-promote .sec-02 .box {
    max-width: 100%;
    margin-top: 30px;
  }
  #section-promote .sec-02 .box .item {
    display: block;
  }
  #section-promote .sec-02 .box .item ul {
    width: 225px;
    margin: 0 auto;
  }
  #section-promote .sec-02 .box .item .arrow {
    width: 33px;
    margin: 10px auto;
    transform: rotate(90deg);
  }
  #section-promote .sec-02 .box .item .list {
    width: 285px;
    margin: 0 auto;
  }
  #section-promote .sec-03 {
    padding-right: 0;
    position: relative;
    display: block;
  }
  #section-promote .sec-03 ul {
    max-width: 100%;
    margin-right: 0;
  }
  #section-promote .sec-03 ul li + li {
    margin-top: 20px;
  }
  #section-promote .sec-03 .photo {
    max-width: 100%;
    margin-top: 30px;
  }
}

/*///////////contact////////////*/
#section-contact {
  position: relative;
  padding: 140px 40px 140px 0;
}

#section-contact .contact-list {
  max-width: 1120px;
}

#section-contact .desc {
  margin-bottom: 35px;
}

#section-contact .contact-main {
  background: #F4F8F2;
  padding: 65px 70px;
  word-break: break-all;
}

#section-contact .contact-main input,
#section-contact .contact-main select,
#section-contact .contact-main textarea {
  display: block;
  padding: 16px 20px;
  line-height: 1.25;
  background: #FFF;
  border-radius: 3px;
  width: 100%;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  font-weight: bold;
  word-break: break-all;
}

#section-contact .contact-main textarea {
  height: 305px;
  resize: none;
}

#section-contact .contact-main .item .title {
  margin-bottom: 10px;
}

#section-contact .contact-main .item + .item {
  margin: 30px 0 -15px;
}

#section-contact .contact-main .title {
  font-weight: bold;
}

#section-contact .contact-main .i-list {
  display: flex;
  flex-wrap: wrap;
}

#section-contact .contact-main .i-list .i-custom {
  margin-right: 30px;
  margin-bottom: 10px;
}

#section-contact .contact-main .i-list .i-custom input {
  opacity: 0;
  position: absolute;
}

#section-contact .contact-main .i-list .i-custom span {
  padding-left: 35px;
  position: relative;
}

#section-contact .contact-main .i-list .i-custom span:before,
#section-contact .contact-main .i-list .i-custom span:after {
  content: "";
  margin: auto;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
}

#section-contact .contact-main .i-list .i-custom input[type="radio"] ~ span:before,
#section-contact .contact-main .i-list .i-custom input[type="radio"] ~ span:after {
  border-radius: 100%;
}

#section-contact .contact-main .i-list .i-custom span:before {
  background: none;
  width: 22px;
  height: 22px;
  border: 1px solid #E49E14;
  left: 0;
}

#section-contact .contact-main .i-list .i-custom span:after {
  opacity: 0;
  background: #E49E14;
  width: 14px;
  height: 14px;
  left: 5px;
  transform: scale(0);
}

#section-contact .contact-main .i-list .i-custom:hover span:after {
  opacity: .5;
  transform: scale(1);
}

#section-contact .contact-main .i-list .i-custom input:checked ~ span:after {
  opacity: 1;
  transform: scale(1);
}

#section-contact .contact-main .error {
  color: #DE594B;
}

#section-contact .contact-main input::placeholder, #section-contact .contact-main textarea::placeholder {
  color: #B7B7B7;
}
#section-contact .contact-main input, #section-contact .contact-main textarea {
  color: #333;
}

#section-contact .contact-main .row {
  display: flex;
  margin-top: 30px;
}

#section-contact .contact-main .row1 {
  margin-top: 20px;
}

#section-contact .contact-main .row .row-value {
  display: flex;
  align-items: center;
}

#section-contact .contact-main .row .row-value + .row-value {
  margin-top: 20px;
}

#section-contact .contact-main .row .row-value .title-add {
  width: 175px;
}

#section-contact .contact-main .row .row-value input {
  width: calc(100% - 175px);
}

#section-contact .contact-main .row .row-value .input-s {
  width: 245px;
}

#section-contact .contact-main .row .row-value .input-s input {
  width: 100%;
}

#section-contact .contact-main .row .title {
  width: 225px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}

#section-contact .contact-main .row .title span {
  font-size: 13px;
  font-weight: bold;
  color: #DE594B;
  border: 1px solid;
  width: 58px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  text-align: center;
  background: #FFF;
  margin-left: 10px;
}

#section-contact .contact-main .row .title.long {
  position: relative;
}

#section-contact .contact-main .row .title.long span {
  margin: 0;
  position: absolute;
  top: 60px;
  left: 0;
}

#section-contact .contact-main .row .box-input {
  width: calc(100% - 225px);
}

#section-contact .contact-main .scroll-policy {
  height: 250px;
  overflow-y: scroll;
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 25px 40px 2px 20px;
  line-height: 30px;
}

#section-contact .contact-main .scroll-policy .h2, #section-contact .contact-main .scroll-policy .h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

#section-contact .contact-main .scroll-policy p {
  margin-bottom: 30px;
}

#section-contact .contact-main .check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#section-contact .contact-main .check .i-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#section-contact .contact-main .check .i-custom span {
cursor: pointer;
}

#section-contact .contact-main .check .i-custom span.wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
}

#section-contact .contact-main .check .i-custom span.wpcf7-list-item-label:before,
#section-contact .contact-main .check .i-custom span.wpcf7-list-item-label:after {
  content: "";
  margin: auto;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
}

#section-contact .contact-main .check .i-custom span.wpcf7-list-item-label:before {
  background: none;
  width: 24px;
  height: 24px;
  border: 1px solid #E49E14;
  left: 0;
}

#section-contact .contact-main .check .i-custom span.wpcf7-list-item-label:after {
  opacity: 0;
  background: #E49E14;
  width: 16px;
  height: 16px;
  left: 5px;
  transform: scale(0);
}

#section-contact .contact-main .check .i-custom:hover span.wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(1);
}

#section-contact .contact-main .check .i-custom input:checked ~ span:after {
  opacity: 1!important;
  transform: scale(1)!important;
}

.wpcf7-list-item {
	margin: 0!important;
}

#section-contact .contact-main .check input {
  border: 1px solid #d8d8d8;
  padding: 2px 8px 14px;
  box-sizing: border-box;
  width: auto !important;
  margin-right: 5px;
  opacity: 0;
}

#section-contact .contact-main .form-button {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px 0 35px;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}

.wpcf7-spinner {
	position: absolute !important;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
}

#section-contact .contact-main button, #section-contact .contact-main input[type="button"], #section-contact .contact-main input[type="submit"] {
  padding: 10px 55px;
  border-radius: 25px;
  margin: 0 10px;
  color: #FFF;
  font-weight: bold;
  background: #E49E14;
  transition: all 0.3s ease;
  border: 1px solid #E49E14;
  cursor: pointer;
}

#section-contact .contact-main button:hover, #section-contact .contact-main input[type="button"]:hover , #section-contact .contact-main input[type="submit"]:hover {
  color: #E49E14;
  background: #FFF;
}

#section-contact .contact-main select {
  max-width: 240px;
  position: relative;
  background: url(../img/common/arrow_select.png) no-repeat center right 20px #FFF;
  background-size: 10px auto;
  padding: 16px 20px 16px 20px;
}

#section-contact .contact-main select.year {
  width: 155px !important;
}

#section-contact .contact-main .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.i-dropdown .wpcf7-not-valid-tip {
    position: absolute;
    width: max-content;
}

#section-contact .contact-main .form-group .form-box .form-group {
align-items: flex-end;
}

#section-contact .contact-main .form-group .form-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

#section-contact .contact-main .form-group .form-box.text-01 {
  margin: 0 10px;
}

#section-contact .contact-main .form-group select, #section-contact .contact-main .form-group input {
  width: 85px;
}

#section-contact .contact-main .ttl-g {
  color: #48AE29;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

#section-contact .contact-main .info-contact {
  background: #FFF;
  padding: 35px;
  margin: 0 0 100px;
}

#section-contact .contact-main .tab-link {
  display: flex;
  margin: 10px 0 20px;
}

#section-contact .contact-main .tab-link li {
  padding-left: 35px;
  position: relative;
  margin-right: 30px;
}

#section-contact .contact-main .tab-link li::before, #section-contact .contact-main .tab-link li::after {
  content: "";
  margin: auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all .3s
 ease;
}

#section-contact .contact-main .tab-link li::before {
  background: none;
  width: 22px;
  height: 22px;
  border: 1px solid #E49E14;
  left: 0;
  border-radius: 50%;
}

#section-contact .contact-main .tab-link li::after {
  opacity: 0;
  background: #E49E14;
  width: 14px;
  height: 14px;
  left: 5px;
  transform: scale(0);
}

#section-contact .contact-main .tab-link li.active::after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  #section-contact .contact-main {
    padding: 65px 40px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  #section-contact {
    padding: 140px 40px 140px 40px;
  }
}



@media screen and (max-width: 767px) {
  #section-contact {
    padding: 60px 25px 100px;
  }
  #section-contact .desc {
    margin-bottom: 35px;
  }
  #section-contact .contact-main {
    background: #F4F8F2;
    padding: 30px 20px;
    word-break: break-all;
  }
  #section-contact .contact-main input,
  #section-contact .contact-main select,
  #section-contact .contact-main textarea {
    padding: 14px 15px;
  }
  #section-contact .contact-main textarea {
    height: 205px;
  }
  #section-contact .contact-main .i-list .i-custom span {
    padding-left: 30px;
    position: relative;
  }
  #section-contact .contact-main .i-list .i-custom span:before {
    width: 20px;
    height: 20px;
  }
  #section-contact .contact-main .i-list .i-custom span:after {
    width: 12px;
    height: 12px;
  }
  #section-contact .contact-main .row {
    display: block;
    margin-top: 30px;
  }
  #section-contact .contact-main .row .row-value {
    display: block;
    margin-left: 20px;
  }
  #section-contact .contact-main .row .row-value + .row-value {
    margin-top: 20px;
  }
  #section-contact .contact-main .row .row-value .title-add {
    width: 100%;
    margin-bottom: 10px;
  }
  #section-contact .contact-main .row .row-value input {
    width: 100%;
  }
  #section-contact .contact-main .row .row-value .input-s {
    width: 100%;
  }
  #section-contact .contact-main .row .row-value .input-s input {
    width: 100%;
  }
  #section-contact .contact-main .row .title {
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    padding-top: 10px;
    margin-bottom: 15px;
  }
  #section-contact .contact-main .row .title.long {
    position: relative;
  }
  #section-contact .contact-main .row .title.long span {
    margin-left: 10px;
    position: relative;
    top: 0;
    left: 0;
  }
  #section-contact .contact-main .row .box-input {
    width: 100%;
  }
  #section-contact .contact-main .scroll-policy {
    height: 300px;
    overflow-y: scroll;
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 25px 20px 2px 20px;
    line-height: 30px;
  }
  #section-contact .contact-main .scroll-policy .h2, #section-contact .contact-main .scroll-policy .h3 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  #section-contact .contact-main .scroll-policy p {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: justify;
  }
  #section-contact .contact-main .check .i-custom span.wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
  }
  #section-contact .contact-main .check .i-custom span.wpcf7-list-item-label:before {
    width: 22px;
    height: 22px;
  }
  #section-contact .contact-main .check .i-custom span.wpcf7-list-item-label:after {
    width: 14px;
    height: 14px;
  }
  #section-contact .contact-main .form-button {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 0 25px;
  }
  #section-contact .contact-main select {
    max-width: 240px;
    position: relative;
    background: url(../img/common/arrow_select.png) no-repeat center right 20px #FFF;
    background-size: 10px auto;
    padding: 16px 20px 16px 20px;
  }
  #section-contact .contact-main select.year {
    width: 200px !important;
  }
  #section-contact .contact-main .form-group {
    display: block;
  }
  #section-contact .contact-main .form-group .form-box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  #section-contact .contact-main .form-group .form-box.text-01 {
    margin: 0 10px;
  }
  #section-contact .contact-main .form-group select, #section-contact .contact-main .form-group input {
    width: 200px;
  }
  #section-contact .contact-main .form-end {
    display: flex;
    align-items: flex-end;
    margin-left: -10px;
  }
  #section-contact .contact-main .form-end .form-box {
    margin: 0;
  }
  #section-contact .contact-main .form-end .form-box input {
    width: 174px;
  }
  #section-contact .contact-main .ttl-g {
    font-size: 20px;
  }
  #section-contact .contact-main .info-contact {
    background: #FFF;
    padding: 25px 20px;
    margin: 0 0 60px;
  }
  #section-contact .contact-main .info-contact .desc {
    margin: 0;
  }
  #section-contact .contact-main .tab-link {
    display: flex;
    margin: 10px 0 20px;
    flex-wrap: wrap;
  }
  #section-contact .contact-main .tab-link li {
    padding-left: 30px;
  }
  #section-contact .contact-main .tab-link li::before {
    width: 20px;
    height: 20px;
  }
  #section-contact .contact-main .tab-link li::after {
    width: 12px;
    height: 12px;
  }
}

/*///////////health////////////*/
#section-health {
  position: relative;
  padding: 0 40px 140px 0;
  margin-top: -20px;
}

#section-health .cl-b {
  color: #E49E14;
  font-weight: bold;
}

#section-health .sec-01 {
  margin-bottom: 135px;
}

#section-health .sec-01 h2 {
  font-size: 32px;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 10px;
  margin-bottom: 30px;
  color: #48AE29;
}

#section-health .sec-01 .box {
  display: flex;
}

#section-health .sec-01 .photo {
max-width: 818px;
margin: 0 auto;
}

#section-health .sec-01 .box .text {
  max-width: 755px;
}

#section-health .sec-01 .box .text ul {
  margin-bottom: 30px;
}

#section-health .sec-01 .box .text ul li + li {
  margin-top: 15px;
}

#section-health .sec-01 .box .text dl {
  margin-top: 15px;
}

#section-health .sec-01 .box .text dl dd {
  letter-spacing: 0;
}

#section-health .sec-01 .box .text .desc {
  margin-top: 30px;
}

#section-health .sec-01 .box .photo {
  max-width: 372px;
  padding-top: 16px;
  margin-left: -5px;
}

#section-health .sec-01 .box .photo .img1 {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

#section-health .sec-01 .box .photo .img2 {
  margin: 45px auto -50px;
  max-width: 250px;
}

#section-health .sec-01 .box .photo .img3 {
  max-width: 123px;
  margin: 0 20px 0 auto;
}

#section-health .sec-02 {
  margin-bottom: 85px;
}

#section-health .sec-02 h2 {
  font-size: 32px;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 10px;
  margin-bottom: 45px;
}

#section-health .sec-02 .scroll-sp {
  max-width: 1120px;
  position: relative;
}

#section-health .sec-02 .scroll-sp h3 {
  text-align: center;
  border: 1px solid;
  text-align: center;
  padding: 13px;
  margin-bottom: 55px;
  font-size: 18px;
}

#section-health .sec-02 .scroll-sp .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#section-health .sec-02 .scroll-sp .flex::before {
  background: url(../img/common/line.png) no-repeat;
  background-size: 100% auto;
  width: 421px;
  height: 254px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -211px;
  content: "";
  z-index: -1;
}

#section-health .sec-02 .scroll-sp .flex .left, #section-health .sec-02 .scroll-sp .flex .center, #section-health .sec-02 .scroll-sp .flex .right {
  width: 340px;
}

#section-health .sec-02 .scroll-sp .flex ul li {
  padding: 12px;
  text-align: center;
  border: 1px solid #6484BF;
  font-size: 18px;
  font-weight: 500;
}

#section-health .sec-02 .scroll-sp .flex ul li.op {
  opacity: 0;
}

#section-health .sec-02 .scroll-sp .flex ul li + li {
  margin-top: 45px;
}

#section-health .sec-02 .scroll-sp .flex ul li:first-child {
  background: #E6E6E6;
  border: none;
}

#section-health .sec-02 .scroll-sp .flex .left ul li:last-child {
  border: 1px solid #B8A83F;
}

#section-health .sec-02 .scroll-sp .flex .center ul li:nth-child(2) {
  background: #E49E14;
  border: none;
  color: #FFF;
}

#section-health .sec-02 .scroll-sp .flex .center ul li:last-child {
  border: 1px solid #CF8268;
}

#section-health .sec-02 .scroll-sp .flex .right ul li:nth-child(2) {
  border: 1px solid #DD92AA;
}

#section-health .sec-02 .scroll-sp .flex .right ul li:last-child {
  border: 1px solid #6BC24C;
}

#section-health .sec-03 {
  margin-bottom: 135px;
}

#section-health .sec-03 .item {
  display: flex;
  flex-wrap: wrap;
}

#section-health .sec-03 .item + .item {
  margin-top: 45px;
}

#section-health .sec-03 .item dl {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  max-width: 545px;
  padding: 30px 0 20px;
  margin-bottom: -1px;
  width: calc(50% - 15px);
}

#section-health .sec-03 .item dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}

#section-health .sec-03 .item dl:nth-child(2n + 1) {
  margin-left: 30px;
}

#section-health .sec-03 .item dl dd {
  letter-spacing: 0;
  line-height: 26px;
}

#section-health .sec-03 .item dl dd.dd-haft {
  display: flex;
  flex-wrap: wrap;
}

#section-health .sec-03 .item dl dd.dd-haft span {
  width: 250px;
}

#section-health .sec-03 .item h2 {
  color: #48AE29;
  font-size: 24px;
  margin-bottom: 20px;
  width: 100%;
}

#section-health .sec-04 {
  margin-bottom: 130px;
}

#section-health .sec-04 h2 {
  font-size: 32px;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 10px;
  margin-bottom: 50px;
}

#section-health .sec-04 .arr {
      margin: 10px 0;
    max-width: 1120px;
    text-align: center;
}

#section-health .sec-04 .arr img {
width: 46px;
}

#section-health .sec-04 .item {
  background: #F4F8F2;
  padding: 25px;
  text-align: center;
  max-width: 1120px;
  box-sizing: border-box;
}

#section-health .sec-04 .item h3 {
  color: #48AE29;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#section-health .sec-04 .item .text {
  padding: 10px 0 15px;
}

#section-health .sec-04 .item .text.bold {
  font-weight: bold;
}

#section-health .sec-04 .item ul li {
  background: #FFF;
  border: 1px solid #48AE29;
  padding: 22px;
  box-sizing: border-box;
}

#section-health .sec-04 .item ul li + li {
  margin-top: 12px;
}

#section-health .sec-04 .item .list {
  display: flex;
  justify-content: space-between;
}

#section-health .sec-04 .item .list ul {
  width: 49%;
}

#section-health .sec-04 .item .list ul li {
  border: 1px solid #E49E14;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
}

#section-health .sec-04 .item .list-text {
  display: flex;
  justify-content: center;
  padding-left: 100px;
  padding-top: 15px;
  line-height: 26px;
}

#section-health .sec-04 .item .list-text p {
  width: 375px;
  box-sizing: border-box;
  text-align: left;
}

#section-health .sec-04 .item .list-text p + p {
  padding-left: 70px;
  width: 475px;
}

#section-health .sec-05 {
  margin-bottom: 145px;
}

#section-health .sec-05 h2 {
  font-size: 32px;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 10px;
  margin-bottom: 45px;
}

#section-health .sec-05 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  max-width: 1120px;
}

#section-health .sec-05 ul li {
  width: 32%;
}

#section-health .sec-05 .list {
  display: flex;
  flex-wrap: wrap;
}

#section-health .sec-05 .list dl {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  max-width: 545px;
  padding: 30px 0 20px;
  margin-bottom: -1px;
  width: calc(50% - 15px);
}

#section-health .sec-05 .list dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}

#section-health .sec-05 .list dl:nth-child(2n + 2) {
  margin-left: 30px;
}

#section-health .sec-05 .list dl dd {
  letter-spacing: 0;
  line-height: 26px;
}

#section-health .sec-05 .list dl dd.dd-haft {
  display: flex;
  flex-wrap: wrap;
}

#section-health .sec-05 .list dl dd.dd-haft span {
  width: 250px;
}

#section-health .sec-05 .list h2 {
  color: #48AE29;
  font-size: 24px;
  margin-bottom: 30px;
  width: 100%;
}

#section-health .sec-06 h2 {
  font-size: 32px;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 10px;
  margin-bottom: 30px;
}

#section-health .sec-06 .list {
  display: flex;
      flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 70px 0;
    text-align: center;
}

#section-health .sec-06 .list .item .photo {
  max-width: 545px;
  margin: 0 auto;
}

#section-health .sec-06 .list .item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1449px) and (min-width: 768px) {
  #section-health .sec-01 .box .photo {
    max-width: 330px;
    margin-left: 30px;
  }
  #section-health .sec-02 .box {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  #section-health .sec-02 .scroll-sp {
    width: 1120px;
  }
}

@media screen and (max-width: 1329px) and (min-width: 768px) {
  #section-health .sec-04 .item .list-text {
    padding-left: 0;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  #section-health .sec-06 .list .item h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  #section-health {
    position: relative;
    padding: 0 40px 140px 40px;
  }
  #section-health .sec-06 .list .item h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #section-health {
    padding: 0 25px 100px;
    margin-top: 20px;
  }
  #section-health .sec-01 {
    margin-bottom: 70px;
  }
  #section-health .sec-01 h2 {
    font-size: 28px;
    line-height: 38px;
    padding: 0 0 15px;
  }
  #section-health .sec-01 .box {
    display: block;
  }
  #section-health .sec-01 .box .text dl {
    margin-top: 15px;
    padding-left: 22px;
    text-indent: -22px;
  }
  #section-health .sec-01 .box .text dl dd {
    padding-left: 0px;
    text-indent: -16px;
  }
  #section-health .sec-01 .box .photo {
    padding-top: 40px;
    margin: 0 auto;
  }
  #section-health .sec-02 h2 {
    font-size: 28px;
    padding: 0 0 15px;
    margin-bottom: 35px;
  }
  #section-health .sec-02 .box {
    position: relative;
    overflow-x: scroll;
  }
  #section-health .sec-02 .scroll-sp {
    width: 100%;
    position: relative;
    max-width: 345px;
    overflow: hidden;
    margin: 0 auto;
  }
  #section-health .sec-02 .scroll-sp h3 {
    margin-bottom: 55px;
  }
  #section-health .sec-02 .scroll-sp .flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 345px;
    margin: auto;
  }
  #section-health .sec-02 .scroll-sp .flex::before {
    background: url(../img/common/line.png) no-repeat;
    background-size: 100% auto;
    width: 408px;
    height: 254px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -204px;
    content: "";
    z-index: -1;
  }
  #section-health .sec-02 .scroll-sp .flex .left, #section-health .sec-02 .scroll-sp .flex .center, #section-health .sec-02 .scroll-sp .flex .right {
    width: 100%;
  }
  #section-health .sec-02 .scroll-sp .flex .center {
    order: 1;
  }
  #section-health .sec-02 .scroll-sp .flex .left {
    order: 2;
    margin-top: 55px;
    background: #F4F8F2;
    padding: 30px 20px;
    position: relative;
  }
  #section-health .sec-02 .scroll-sp .flex .left::before {
    background: url(../img/common/arr_sp.png) center no-repeat;
    background-size: 50% auto;
    width: 253px;
    height: 64px;
    position: absolute;
    top: -60px;
    left: 50%;
    content: "";
    margin-left: -127px;
  }
  #section-health .sec-02 .scroll-sp .flex .right {
    order: 3;
    margin-top: 55px;
    background: #F4F8F2;
    padding: 30px 20px;
    position: relative;
  }
  #section-health .sec-02 .scroll-sp .flex .right::before {
    background: url(../img/common/arr_sp.png) center no-repeat;
    background-size: 50% auto;
    width: 253px;
    height: 64px;
    position: absolute;
    top: -60px;
    left: 50%;
    content: "";
    margin-left: -127px;
  }
  #section-health .sec-02 .scroll-sp .flex ul li {
    padding: 12px;
    text-align: center;
    border: 1px solid #6484BF;
    font-size: 18px;
    font-weight: 500;
  }
  #section-health .sec-02 .scroll-sp .flex ul li.op {
    opacity: 0;
  }
  #section-health .sec-02 .scroll-sp .flex ul li + li {
    margin-top: 45px;
  }
  #section-health .sec-02 .scroll-sp .flex ul li:first-child {
    background: #E6E6E6;
    border: none;
  }
  #section-health .sec-02 .scroll-sp .flex .left ul li:last-child {
    border: 1px solid #B8A83F;
  }
  #section-health .sec-02 .scroll-sp .flex .center ul li:nth-child(2) {
    background: #E49E14;
    border: none;
    color: #FFF;
  }
  #section-health .sec-02 .scroll-sp .flex .center ul li:last-child {
    border: 1px solid #CF8268;
  }
  #section-health .sec-02 .scroll-sp .flex .right ul li:nth-child(2) {
    border: 1px solid #DD92AA;
  }
  #section-health .sec-02 .scroll-sp .flex .right ul li:last-child {
    border: 1px solid #6BC24C;
  }
  #section-health .sec-03 {
    margin-bottom: 85px;
  }
  #section-health .sec-03 .item dl {
    width: 100%;
    padding: 30px 0 20px;
    margin-bottom: -1px;
  }
  #section-health .sec-03 .item dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #section-health .sec-03 .item dl:nth-child(2n + 1) {
    margin-left: 0;
  }
  #section-health .sec-03 .item dl dd.dd-haft {
    display: block;
  }
  #section-health .sec-03 .item dl dd.dd-haft span {
    width: 100%;
    display: block;
  }
  #section-health .sec-04 {
    margin-bottom: 85px;
  }
  #section-health .sec-04 h2 {
    font-size: 28px;
    padding: 0 0 15px;
    margin-bottom: 30px;
  }
  #section-health .sec-04 .item {
    background: #F4F8F2;
    padding: 25px 20px;
    text-align: center;
    max-width: 1120px;
    box-sizing: border-box;
  }
  #section-health .sec-04 .item ul li + li {
    margin-top: 10px;
  }
  #section-health .sec-04 .item .list {
    display: block;
  }
  #section-health .sec-04 .item .list ul {
    width: 100%;
  }
  #section-health .sec-04 .item .list ul + ul {
    margin-top: 10px;
  }
  #section-health .sec-04 .item .list ul li {
    border: 1px solid #E49E14;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
  }
  #section-health .sec-04 .item .list-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0 0;
  }
  #section-health .sec-04 .item .list-text p {
    width: 100%;
  }
  #section-health .sec-04 .item .list-text p + p {
    padding-left: 0;
    width: 100%;
  }
  #section-health .sec-05 {
    margin-bottom: 75px;
  }
  #section-health .sec-05 h2 {
    font-size: 28px;
    padding: 0 0 15px;
    margin-bottom: 35px;
  }
  #section-health .sec-05 ul {
    display: block;
    margin-bottom: 50px;
  }
  #section-health .sec-05 ul li {
    width: 100%;
  }
  #section-health .sec-05 ul li + li {
    margin-top: 20px;
  }
  #section-health .sec-05 .list {
    display: block;
  }
  #section-health .sec-05 .list dl {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    padding: 30px 0 20px;
    margin-bottom: -1px;
  }
  #section-health .sec-05 .list dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #section-health .sec-05 .list dl:nth-child(2n + 2) {
    margin-left: 0;
  }
  #section-health .sec-05 .list dl dd {
    letter-spacing: 0;
    line-height: 26px;
  }
  #section-health .sec-05 .list dl dd.dd-haft {
    display: block;
  }
  #section-health .sec-05 .list dl dd.dd-haft span {
    width: 100%;
    display: block;
  }
  #section-health .sec-06 h2 {
    font-size: 28px;
    padding: 0 0 15px;
    margin-bottom: 35px;
  }
  #section-health .sec-06 .list {
    display: block;
  }
  #section-health .sec-06 .list .item .photo {
    max-width: 100%;
  }
  #section-health .sec-06 .list .item + .item {
    margin-left: 0;
    margin-top: 35px;
  }
}

.promotion-system {
  width: 1121px;
  line-height: 1.5;
  font-size: 18px;
  margin: 0 auto;
}
.promotion-system .step1 {
  border: 1px solid;
  text-align: center;
  font-weight: bold;
  padding: 16px 0;
  color: #E49E14;
}
.promotion-system .step2 {
  display: flex;
  justify-content: space-between;
  margin: 29px 0 47px;
}
.promotion-system .step2 span {
  padding: 16px 0;
  width: 341px;
  box-sizing: border-box;
  background: #E6E6E6;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: calc(50% - 40px);
}
.promotion-system .step2 span small {
  font-size: inherit;
  display: inline-block;
}
.promotion-system .step2 span::before {
  content: "";
  position: absolute;
  background: url("../img/common/line2.svg") no-repeat center/100% auto;
  width: 8px;
  height: 33px;
  top: calc(100% + 11px);
  right: -25px;
  transform: rotate(-45deg);
}
.promotion-system .step2 span:nth-child(2) {
  color: #fff;
  background: #E49E14;
  padding: 14px 0;
  border: 2px solid #E49E14;
}
.promotion-system .step2 span:nth-child(2)::before {
  right: auto;
  left: -25px;
  transform: rotate(45deg);
}
.promotion-system .step3 {
  width: 341px;
  background: #E49E14;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  margin: 0 auto 56px;
  position: relative;
}
.promotion-system .step3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -115px;
  background: url("../img/common/line1.svg") no-repeat top center/100% auto;
  width: 8px;
  height: 106px;
}
.promotion-system .step3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  height: 59px;
  width: 1px;
  bottom: -71px;
}
.promotion-system .group {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  padding: 26px 0 0;
}
.promotion-system .group::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - 120px) / 5 / 2);
  right: calc((100% - 120px) / 5 / 2 - 1px);
  height: 1px;
  background: #000;
}
.promotion-system .group li {
  width: calc((100% - 120px) / 5);
  box-sizing: border-box;
  border: 2px solid #6484BF;
  text-align: center;
  padding: 14px 0;
  position: relative;
}
.promotion-system .group li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -27px;
  width: 1px;
  background: #000;
  height: 15px;
}
.promotion-system .group li:nth-child(2) {
  border-color: #B8A83F;
}
.promotion-system .group li:nth-child(3) {
  border-color: #CF8268;
}
.promotion-system .group li:nth-child(4) {
  border-color: #DD92AA;
}
.promotion-system .group li:nth-child(5) {
  border-color: #6BC24C;
}
@media screen and (min-width: 768px) and (max-width: 1449px) {
  .promotion-system {
    width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .promotion-system {
    width: 650px;
    font-size: 15px;
  }
  .promotion-system .step3 {
    width: 250px;
  }
  .promotion-system .group {
    gap: 15px;
  }
  .promotion-system .group::before {
    left: calc((100% - 60px) / 5 / 2);
    right: calc((100% - 60px) / 5 / 2 - 1px);
  }
  .promotion-system .group li {
    width: calc((100% - 60px) / 5);
  }
}

.wpcf7-response-output {
	text-align: center;
}

.page-template-tpl-contact-confirm #section-contact .contact-main .row .title {
    padding: 0;
}

.page-template-tpl-contact-confirm #section-contact .contact-main .item {
    display: flex;
    margin: 30px 0 0;
}

.page-template-tpl-contact-confirm #section-contact .contact-main .item .title {
    width: 225px;
    display: flex;
    flex-wrap: wrap;
}

.page-template-tpl-contact-confirm #section-contact .contact-main .row .row-value + .row-value {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.page-template-tpl-contact-confirm #section-contact .contact-main .item {
	display: block;
}
.page-template-tpl-contact-confirm #section-contact .contact-main .row .title, .page-template-tpl-contact-confirm #section-contact .contact-main .item .title {
	margin-bottom: 0;
}

.page-template-tpl-contact-confirm #section-contact .contact-main .row {
	margin-top: 20px;
}

.page-template-tpl-contact-confirm #section-contact .contact-main .form-button {
padding: 0 0 0 5px;
}
}
