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: 40px 10px 10px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  line-height: 1 !important;
}
@media screen and (max-width: 960px) {
  .social_buttons {
    padding: 20px 10px 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .social_buttons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1vw;
    padding: 10px 0 !important;
  }
  .social_buttons li {
    margin: 0 !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;
  background-color: #c5e2c8;
}
@media screen and (max-width: 768px) {
  main .kv_block {
    background-color: #fff;
  }
}
main .kv_block .teikyo {
  max-width: 996px;
  margin: 0 auto;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}
@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(16vw, 160px);
  padding: 10px 20px;
  font-size: min(3.2vw, 32px);
  font-weight: 500;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  background-color: #2AAD4A;
  clip-path: polygon(0 0, calc(100% + 20px) 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block .subtitle {
    margin-top: min(3vw, 30px);
    font-size: 5vw;
    padding: 10px 0;
    display: block;
    text-align: center;
    clip-path: none;
  }
}
main .kv_block .title_block .subtitle::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background: #2AAD4A;
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block .subtitle::after {
    display: none;
  }
}
main .kv_block .title_block h1.maintitle {
  margin-top: min(2.5vw, 25px);
  line-height: 1.2;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: min(6.5vw, 65px);
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block h1.maintitle {
    margin-top: max(3.5vw, 15px);
    text-align: center;
    font-size: 9vw;
    padding-bottom: 15px;
  }
}
main .kv_block .title_block h1.maintitle strong {
  color: #07983E;
}
main .kv_block .title_block h1.maintitle span {
  font-size: 0.8em;
}
main .kv_block .kv_photo {
  text-align: center;
  width: 100%;
  height: min(59vw, 590px);
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_photo {
    height: 73vw;
  }
}
main .kv_block .kv_photo img {
  max-width: 1920px;
  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, 40px);
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block {
    padding-left: 10vw;
    bottom: 10vw;
  }
}
main .kv_block .kv_profile_block .kv_profile_block_inner {
  max-width: 996px;
  margin: 0 auto;
  text-align: right;
}
@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;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_item {
    padding: 1.5vw 3vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
main .kv_block .kv_profile_block .kv_profile_item p.kv_prof1 {
  font-size: clamp(10px, 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(13px, 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-size: cover;
  background-color: #f8fcf5;
  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;
  color: #333;
  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%;
  padding-bottom: clamp(40px, 8vw, 80px);
  background-color: #daefe2;
}
@media screen and (max-width: 1520px) {
  main .cntbg {
    background-size: cover;
  }
}
main section {
  padding: clamp(40px, 8vw, 80px) clamp(20px, 4vw, 40px) 0;
}
main .box {
  max-width: 998px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
main .wrapper {
  padding: clamp(40px, 7vw, 70px) clamp(20px, 5vw, 50px);
}
main h2.heading {
  text-align: center;
  font-size: clamp(22px, 4.5vw, 45px);
  line-height: 1.4;
  padding: 0 15px;
  margin-bottom: clamp(30px, 5vw, 50px);
  background-image: url(./heading1.png), url(./heading2.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
main h2.heading span {
  display: inline-block;
}
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 .n1 {
  font-weight: 700;
  color: #0096A0;
}
main .ntxt .n2 {
  font-weight: 700;
  color: #07983E;
}
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 + .ntxt {
  margin-top: 1.5em;
}
main .photo_block {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  main .photo_block {
    margin: 0;
  }
}
main .logo_block {
  padding-top: clamp(30px, 5vw, 50px);
  text-align: center;
  font-size: clamp(15px, 4vw, 24px);
  font-weight: 700;
}
main .logo_block .logo_fb {
  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: 50px;
}
@media screen and (max-width: 960px) {
  main .logo_block .logo_fb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .logo_block .logo_fb {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  main .logo_block .logo_img {
    width: 55%;
    max-width: 362px;
    margin: 0 auto;
  }
}
main .logo_block .name {
  text-align: left;
}
@media screen and (max-width: 960px) {
  main .logo_block .name {
    text-align: center;
    padding-top: 10px;
  }
}
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, 6vw, 50px);
  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-color: #07983E;
  background-image: linear-gradient(45deg, #0096A0, #07983E);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  main .link_block {
    margin-top: 40px;
    padding: 35px 25px;
  }
}
main .link_block .link_block_fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  main .link_block .link_block_fb {
    display: block;
  }
}
main .link_block .link_block_fb h3 {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  main .link_block .link_block_fb h3 {
    margin-bottom: 20px;
  }
}
main .link_block .link_block_fb li {
  padding-left: 1em;
  position: relative;
}
main .link_block .link_block_fb li + li {
  margin-top: 0.6em;
}
main .link_block .link_block_fb li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
  border-left: 0.4em 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;
  }
}