@charset "UTF-8";
* {
  box-sizing: border-box;
  line-height: 1.5;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  overflow-x: hidden;
  color: #333333;
}

.sans-jp-b {
  font-weight: bold !important;
}

img {
  width: 100%;
  height: 100%;
}

section {
  margin-bottom: 80px;
}

@media (max-width: 700px) {
  section {
    margin-bottom: 40px;
  }
}
a {
  color: #333333;
  text-decoration: none;
  display: block;
}
a:hover {
  opacity: 0.7;
}

main {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  main {
    margin-top: 70px;
  }
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

li {
  list-style-type: none;
  line-height: 1.5;
}

.section__ttl-center {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  color: #046F3E;
  position: relative;
  font-weight: normal;
}
.section__ttl-center::after {
  content: "";
  width: 50px;
  height: 15px;
  border-bottom: 3px solid #046F3E;
  display: block;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .section__ttl-center {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .section__ttl-center::after {
    width: 60px;
    height: 10px;
  }
}
p {
  font-size: 16px;
  margin-bottom: 20px;
}

.link__btn a {
  border-radius: 5px;
  width: 220px;
  padding: 15px;
  background: none;
  color: white;
  background: #046F3E;
  border: 1px solid;
  position: relative;
  text-align: center;
  font-weight: 500;
}
.link__btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  background: url(../image/wh-arrow.png) no-repeat;
  background-size: contain;
  right: 13px;
  bottom: 10px;
}

.no-link__btn a {
  border-radius: 5px;
  width: 220px;
  padding: 15px;
  background: none;
  color: white;
  background: #818181;
  border: 1px solid;
  position: relative;
  text-align: center;
  font-weight: 500;
  pointer-events: none;
}
.no-link__btn a:hover {
  opacity: 1;
}

@media (max-width: 700px) {
  .link__btn a {
    margin: 0 auto;
    padding: 10px;
  }
  .link__btn a::after {
    bottom: 6px;
  }

  .no-link__btn a {
    margin: 0 auto;
    padding: 10px;
  }
}
.link__btn-wh a {
  width: 220px;
  padding: 15px;
  background: none;
  color: white;
  border: 1px solid;
  position: relative;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
}
.link__btn-wh a::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  background: url(../image/wh-arrow.png) no-repeat;
  background-size: contain;
  right: 20px;
  bottom: 12px;
}

@media (max-width: 700px) {
  .link__btn-wh a {
    padding: 10px;
  }
  .link__btn-wh a::after {
    bottom: 8px !important;
  }
}
.contact {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #56816D;
  text-align: center;
  color: white;
  padding: 60px 0;
}
.contact .contact__ttl {
  font-size: 34px;
  margin-bottom: 10px;
}
.contact .contact__txt {
  margin-bottom: 30px;
}
.contact .link__btn a {
  background: #56816D;
  border: 2px solid;
  border-radius: 5px;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.section__block {
  margin-bottom: 70px;
}

@media (max-width: 700px) {
  .section__block {
    margin-bottom: 30px;
  }
}
.section__ttl-left {
  font-size: 32px;
  color: #046F3E;
  font-weight: normal;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .section__ttl-left {
    font-size: 24px;
  }
}
.no-link {
  color: #818181 !important;
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}
.no-link:hover {
  cursor: default !important;
}

.under-line {
  border-bottom: 1px solid #D9D9D9;
}/*# sourceMappingURL=common.css.map */