html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Segoe UI", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  width: auto !important;
}

.social_buttons {
  padding: 10px 0 5px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  line-height: 1 !important;
}

main *,
main *:after,
main *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main ol,
main ul {
  list-style-type: none;
}
main table {
  border-collapse: collapse;
  border-spacing: 0;
}
main a {
  border: 0;
  outline: none;
  text-decoration: none;
}
main a:hover {
  text-decoration: underline;
}
main sup {
  font-size: 0.6em;
  vertical-align: super;
  position: relative;
}
main img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
main .kv_block {
  position: relative;
  color: #fff;
  background-color: #02973e;
}
main .kv_block .teikyo {
  max-width: 996px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  padding: min(2vw, 25px) 5px 0;
}
@media screen and (max-width: 768px) {
  main .kv_block .teikyo {
    font-size: max(13px, 3vw);
    padding: 10px 0 0;
  }
}
main .kv_block .title_block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block {
    position: relative;
  }
}
main .kv_block .title_block .title_box {
  max-width: 1000px;
  margin: 0 auto;
}
main .kv_block .title_block .subtitle {
  position: relative;
  display: inline-block;
  margin-top: min(3vw, 30px);
  padding: 10px;
  font-size: min(3vw, 32px);
  font-weight: 500;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block .subtitle {
    font-size: 4vw;
    padding: 10px 0;
    display: block;
    letter-spacing: 0;
    text-align: center;
  }
}
main .kv_block .title_block h1.maintitle {
  margin-top: min(1.2vw, 13px);
  font-size: min(6vw, 60px);
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  text-shadow: 0 0 15px #08983f;
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block h1.maintitle {
    margin-top: max(3.5vw, 15px);
    text-align: center;
    text-shadow: none;
    font-size: 8vw;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
main .kv_block .title_block h1.maintitle span {
  font-size: min(6.5vw, 70px);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block h1.maintitle span {
    text-align: center;
    text-shadow: none;
    font-size: 9vw;
    line-height: 1.2;
  }
}
main .kv_block .kv_photo {
  text-align: center;
  width: 100%;
  height: min(58vw, 596px);
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_photo {
    height: 66vw;
  }
}
main .kv_block .kv_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
main .kv_block .kv_profile_block {
  z-index: 1;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: min(4vw, 50px);
}
main .kv_block .kv_profile_block .kv_profile_block_inner {
  max-width: 996px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_block_inner {
    text-align: left;
  }
}
main .kv_block .kv_profile_block .kv_profile_item {
  display: inline-block;
  text-align: left;
  padding: 10px 15px;
  margin-left: min(4vw, 60px);
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_item {
    padding: 1vw 1.5vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
main .kv_block .kv_profile_block .kv_profile_item p.kv_prof1 {
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_item p.kv_prof1 {
    font-size: max(2.5vw, 11px);
    padding-top: 0;
  }
}
main .kv_block .kv_profile_block .kv_profile_item p.kv_prof2 {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_item p.kv_prof2 {
    font-size: max(3vw, 14px);
  }
}
main .kv_block .kv_profile_block .kv_profile_item p.kv_prof2 small {
  font-size: 0.8em;
}
main .lead {
  background-image: url(leadbg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #cdead8;
  background-size: cover;
  padding: clamp(20px, 4vw, 40px);
}
main .lead .lead_inner {
  max-width: 895px;
  margin: 0 auto;
}
main .lead .lead_inner p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main .lead .lead_inner p {
    font-size: max(3vw, 16px);
    line-height: 1.8;
  }
}
main .cntbg {
  background-image: url(./cntbg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1480px) {
  main .cntbg {
    background-size: auto;
  }
}
main section {
  padding: clamp(40px, 8vw, 80px) clamp(20px, 4vw, 40px) 0;
}
main .wrapper {
  max-width: 895px;
  margin: 0 auto;
}
main h2.heading {
  text-align: center;
  font-size: clamp(22px, 4.5vw, 45px);
  line-height: 1.4;
  margin-bottom: clamp(30px, 5vw, 50px);
  padding-bottom: clamp(40px, 7vw, 70px);
  background-image: url(./heading.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
main .ntxt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main .ntxt {
    font-size: max(2.5vw, 15px);
    line-height: 1.8;
  }
}
main .ntxt a {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 4px;
  color: #00e;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  main .ntxt a:hover {
    color: #f00;
    text-decoration: underline;
  }
}
main .ntxt .n1 {
  font-weight: 700;
  color: #0096A0;
}
main .ntxt .n2 {
  font-weight: 700;
  color: #07983E;
}
main .ntxt + .ntxt {
  margin-top: 1.5em;
}
main .photo_block {
  margin: 60px 0 20px;
}
@media screen and (max-width: 768px) {
  main .photo_block {
    margin: max(6vw, 30px) 0 20px;
  }
}
main .logo_block {
  margin-top: clamp(60px, 12vw, 120px);
  text-align: center;
  font-size: clamp(15px, 4vw, 24px);
  font-weight: 700;
}
main .logo_block .logo_img {
  width: 55%;
  max-width: 362px;
  margin: 0 auto;
}
main .logo_block .name {
  padding-top: clamp(20px, 4vw, 40px);
}
main .logo_block .url a {
  color: #000;
}
main .logo_block .url a:hover {
  color: #001AFA;
  text-decoration: none;
}
main .contact_block {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 40px;
}
main .contact_block dl {
  margin-top: clamp(20px, 8vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  border: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  main .contact_block dl {
    display: block;
    text-align: center;
  }
  main .contact_block dl dd {
    margin-top: 6px;
  }
}
main .link_block {
  margin-top: 60px;
  color: #fff;
  background-image: url(linkbg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #07983E;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  main .link_block {
    padding: 35px 25px 20px;
  }
}
main .link_block .wrap {
  max-width: 720px;
  margin: 0 auto;
}
main .link_block .wrap h3 {
  margin: 0 0 clamp(20px, 3vw, 30px);
  padding: 0;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  text-align: center;
}
main .link_block .wrap li {
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
}
main .link_block .wrap li::before {
  position: absolute;
  top: 14px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
  border-left: 0.5em solid #fff;
  content: "";
}
main .link_block li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .link_block li a {
    font-size: 16px;
  }
}

.btn_pagetop {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 680px) {
  .btn_pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.btn_pagetop a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
  border: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 680px) {
  .btn_pagetop a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn_pagetop a img:hover {
    opacity: 1;
  }
}