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: 12px 10px 10px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  line-height: 1 !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;
  height: 752px;
}
@media screen and (max-width: 960px) {
  main .kv_block {
    height: 75vw;
  }
}
@media screen and (max-width: 768px) {
  main .kv_block {
    height: 150vw;
  }
}
main .kv_block .teikyo {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
}
main .kv_block .teikyo p {
  font-size: 16px;
  max-width: 998px;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  main .kv_block .teikyo p {
    font-size: max(1.6vw, 14px);
  }
}
main .kv_block .title_block {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  padding: 0 clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block {
    top: 0;
    padding: 0;
    bottom: auto;
  }
}
main .kv_block .title_block .title_box {
  max-width: 998px;
  margin: 0 auto;
  text-align: center;
}
main .kv_block .title_block .subtitle {
  position: relative;
  display: inline-block;
  margin-top: min(16vw, 160px);
  padding: 10px 20px;
  font-size: min(3.3vw, 33px);
  font-weight: 700;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #2AAD4A;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block .subtitle {
    margin-top: min(13vw, 60px);
    font-size: min(4.8vw, 35px);
    padding: 2vw 5vw;
    letter-spacing: 0.04em;
  }
}
main .kv_block .title_block .subtitle span {
  display: block;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
main .kv_block .title_block .subtitle br {
  display: none;
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block .subtitle br {
    display: inline;
  }
}
main .kv_block .title_block h1.maintitle {
  margin-top: min(1.5vw, 15px);
  font-size: min(7.5vw, 75px);
  font-weight: 900;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block h1.maintitle {
    color: #000;
    font-size: 8vw;
    margin-top: 2vw;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }
}
main .kv_block .title_block h1.maintitle strong {
  color: #DEFFEB;
  font-size: 1.1em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  main .kv_block .title_block h1.maintitle strong {
    color: #2aad4a;
  }
}
main .kv_block .title_block h1.maintitle span {
  font-size: 1.1em;
  font-weight: 900;
}
main .kv_block .kv_photo {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 754px;
}
@media screen and (max-width: 960px) {
  main .kv_block .kv_photo {
    height: 75vw;
  }
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_photo {
    height: 150vw;
  }
}
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;
  top: 300px;
}
@media screen and (max-width: 960px) {
  main .kv_block .kv_profile_block {
    top: 28vw;
  }
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block {
    bottom: 0;
    top: auto;
  }
}
main .kv_block .kv_profile_block .kv_profile_block_inner {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  main .kv_block .kv_profile_block .kv_profile_block_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_block_inner {
    padding: 4vw;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
main .kv_block .kv_profile_block .kv_profile_item {
  display: inline-block;
  text-align: left;
  padding: 10px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_item {
    padding: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    background-color: transparent;
  }
}
main .kv_block .kv_profile_block .kv_profile_item p.kv_prof1 {
  font-size: clamp(10px, 1.2vw, 12px);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_item p.kv_prof1 {
    font-size: min(3.3vw, 16px);
  }
}
main .kv_block .kv_profile_block .kv_profile_item p.kv_prof2 {
  margin-top: 2px;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_item p.kv_prof2 {
    font-size: min(4vw, 22px);
  }
}
main .kv_block .kv_profile_block .kv_profile_item p.kv_prof2 small {
  font-size: 0.8em;
}
main .lead {
  background-color: rgba(255, 255, 255, 0.85);
  padding: clamp(20px, 4vw, 40px);
}
main .lead .lead_inner {
  max-width: 895px;
  margin: 0 auto;
}
main .lead .lead_inner p {
  font-size: 20px;
  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(./bgimg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: clamp(40px, 8vw, 80px);
  background-color: #eaf3e0;
}
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(20px, 5vw, 50px) clamp(20px, 5vw, 50px);
}
main h2.heading {
  text-align: center;
  font-size: clamp(20px, 4.5vw, 45px);
  line-height: 1.4;
  padding: min(5vw, 50px) min(10vw, 120px);
  margin-bottom: clamp(30px, 5vw, 50px);
  background-image: url(./heading1.png), url(./heading2.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: min(13vw, 150px), min(13vw, 150px);
}
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: #000;
}
main .ntxt .n2 {
  font-weight: 700;
  color: #0068B7;
}
main .ntxt .n3 {
  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: url(./linkbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  main .link_block .link_block_fb h3 {
    margin-bottom: 20px;
  }
}
main .link_block .link_block_fb ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .link_block .link_block_fb li {
  padding-left: 1em;
  position: relative;
}
main .link_block .link_block_fb li + li {
  margin-top: 1em;
}
main .link_block .link_block_fb 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.4em solid #fff;
  content: "";
}
main .link_block li a {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
@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;
  }
}