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 10px 5px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  line-height: 1 !important;
}
.social_buttons li {
  padding: 0 2px !important;
  margin: 0 auto !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 .teikyo {
  max-width: 996px;
  margin: 0 auto;
  font-size: 16px;
  padding: 0 5px;
  text-align: right;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  main .teikyo {
    font-size: max(1.6vw, 12px);
    padding: 0 10px;
  }
}
main .title_block {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .title_block {
    position: relative;
  }
}
main .title_block .title_box {
  max-width: 1000px;
  margin: 0 auto;
}
main .title_block .subtitle {
  position: relative;
  display: inline-block;
  margin-top: min(2vw, 20px);
  padding: 10px min(5vw, 40px);
  font-size: min(3.3vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 100px;
  background-color: #0068B7;
}
@media screen and (max-width: 768px) {
  main .title_block .subtitle {
    font-size: 3.6vw;
    padding: 10px 5vw;
    letter-spacing: 0;
    margin-top: 3vw;
  }
}
main .title_block .subtitle span {
  display: inline-block;
}
main .title_block h1.maintitle {
  margin-top: min(2.4vw, 24px);
  font-size: min(6vw, 60px);
  font-weight: 900;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .title_block h1.maintitle {
    margin-top: 3vw;
    font-size: 6.2vw;
    line-height: 1.3;
  }
}
main .title_block h1.maintitle strong {
  color: #0068B7;
  font-size: 1.1em;
  font-weight: 900;
  padding: 0 0.05em;
}
main .title_block h1.maintitle span {
  font-size: 1.1em;
  font-weight: 900;
  padding: 0 0.05em;
}
main .kv_block {
  position: relative;
}
main .kv_block .kv_photo {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  height: 495px;
  background-color: #e3ebeb;
}
@media screen and (max-width: 960px) {
  main .kv_block .kv_photo {
    height: 49.5vw;
  }
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_photo {
    height: 100vw;
    margin-top: 10px;
  }
}
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;
}
@media screen and (max-width: 960px) {
  main .kv_block .kv_photo img {
    -o-object-position: -44vw top;
       object-position: -44vw top;
  }
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_photo img {
    -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: min(20vw, 200px);
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block {
    top: auto;
    bottom: 0;
  }
}
main .kv_block .kv_profile_block .kv_profile_block_inner {
  max-width: min(87vw, 865px);
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(48vw, 470px);
}
@media screen and (max-width: 960px) {
  main .kv_block .kv_profile_block .kv_profile_block_inner {
    max-width: 88vw;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_block_inner {
    text-align: left;
    max-width: 100%;
    padding: 2vw;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
main .kv_block .kv_profile_block .kv_profile_item {
  display: inline-block;
  text-align: left;
  color: #000;
}
@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.ta_r {
  text-align: right;
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_item.ta_r {
    text-align: left;
  }
}
main .kv_block .kv_profile_block .kv_profile_item p.kv_prof1 {
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  main .kv_block .kv_profile_block .kv_profile_item p.kv_prof1 {
    font-size: max(2.5vw, 11px);
  }
}
main .kv_block .kv_profile_block .kv_profile_item p.kv_prof2 {
  padding-top: 5px;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 700;
}
@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 {
  color: #fff;
  background-color: #0068B7;
  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(./cntbg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main .cntbg {
    padding-bottom: 10vw;
  }
}
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);
  background-image: url(./heading.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: min(11vw, 114px);
  padding: 30px min(11vw, 114px) 0;
  border-top: solid 1px #4694d2;
  border-left: solid 1px #4694d2;
}
@media screen and (max-width: 768px) {
  main h2.heading {
    font-size: 5vw;
    padding: 5vw 6vw 0;
    background-size: 14vw;
  }
}
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 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: #000;
}
main .ntxt .n2 {
  font-weight: 700;
  color: #0096A0;
}
main .ntxt .n3 {
  font-weight: 700;
  color: #07983E;
}
main .ntxt + .ntxt {
  margin-top: 1.5em;
}
main .photo_block {
  position: relative;
  margin: 60px 0 20px;
}
@media screen and (max-width: 768px) {
  main .photo_block {
    margin: max(6vw, 30px) 0 20px;
  }
}
main .photo_block .pb_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 46%;
  color: #fff;
}
main .photo_block .pb_profile.bg1 {
  background-color: rgba(0, 104, 183, 0.9);
}
main .photo_block .pb_profile.bg2 {
  background-color: rgba(7, 152, 62, 0.9);
}
main .photo_block .pb_profile .pb_profile_inner {
  padding: 0 20px;
}
main .photo_block .pb_profile .pt1 {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  main .photo_block .pb_profile .pt1 {
    font-size: min(3vw, 16px);
  }
}
main .photo_block .pb_profile .pt2 {
  margin-top: 10px;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  main .photo_block .pb_profile .pt2 {
    margin-top: 1.5vw;
    font-size: min(4.5vw, 25px);
  }
}
main .photo_block .pb_profile .pt2 span {
  font-size: 0.8em;
}
main .logo_block {
  margin-top: clamp(40px, 8vw, 80px);
  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-color: #0068B7;
  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;
  text-align: center;
}
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 ul {
  display: inline-block;
}
main .link_block .wrap li {
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
  text-align: left;
}
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;
  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;
  }
}