@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.head {
  width: 100%;
  position: absolute;
  z-index: 9999;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .head {
    height: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .head {
    height: 15rem;
  }
}

.head_inner {
  margin-inline: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .head_inner {
    padding: 0 5rem;
    max-width: 1920px;
  }
}
@media screen and (max-width: 768px) {
  .head_inner {
    padding: 0 4rem;
  }
}

.head_logo {
  height: auto;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  .head_logo {
    width: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .head_logo {
    width: 30.7rem;
  }
}

@media screen and (min-width: 769px) {
  .ham {
    margin-left: auto;
    width: 4.4rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../img/common/hamburger-open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
    cursor: pointer;
  }
  .ham.is-active {
    margin-left: 95rem;
    width: 3.7rem;
    height: 3.7rem;
    background-image: url(../img/common/hamburger-close.svg);
  }
}
@media screen and (max-width: 768px) {
  .ham {
    margin-left: auto;
    width: 6rem;
    height: 6.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../img/common/hamburger-open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
  }
  .ham.is-active {
    width: 5rem;
    height: 5rem;
    background-image: url(../img/common/hamburger-close.svg);
  }
}

.menu {
  background-color: #009be4;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .menu {
    width: 100%;
    display: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 16rem;
  }
  .menu.is-open {
    padding-top: 16rem;
    top: 0;
    opacity: 1;
    display: block;
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    width: 100%;
    display: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
    left: 0;
    z-index: 9998;
    padding-top: 25.4rem;
  }
  .menu.is-open {
    padding-top: 25.4rem;
    top: 0;
    opacity: 1;
    display: block;
    position: fixed;
  }
}

@media screen and (min-width: 769px) {
  .menu_inner {
    width: 100rem;
    margin: 0 auto;
    padding: 0 0 7.8rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .menu_inner {
    padding: 0 4rem 15rem;
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 769px) {
  .menu_link {
    margin-bottom: 6rem;
    padding-bottom: 5rem;
    border-bottom: 3px solid #58aee6;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .menu_link {
    text-align: center;
    margin-bottom: 5.6rem;
    padding-bottom: 5.6rem;
    border-bottom: 2px solid #58aee6;
    line-height: 1;
  }
}
.menu_link:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .menu_link a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .menu_link a {
    font-size: 2.8rem;
  }
}

.to_top {
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .to_top {
    inset: auto 12.5rem 11rem auto;
  }
}
@media screen and (max-width: 768px) {
  .to_top {
    inset: auto 2rem 8rem auto;
  }
}
.to_top a img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .to_top a img {
    width: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .to_top a img {
    width: 8rem;
  }
}
.to_top.is-active {
  opacity: 1;
  visibility: visible;
}

.foot {
  text-align: center;
}
.foot_text {
  background-color: #fff;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 769px) {
  .foot_text {
    padding: 4rem 0 5rem;
    font-size: 2.8rem;
    line-height: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .foot_text {
    padding: 8rem 0 6.8rem;
    font-size: 2.8rem;
    line-height: 4.6rem;
  }
}
.foot .copy {
  background-color: #31333b;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .foot .copy {
    padding: 2.5rem 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .foot .copy {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
    scroll-padding-top: 15rem;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
}
body.bg-active {
  overflow: hidden;
}

main {
  position: relative;
  display: block;
}

p, table, figure, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

svg, img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.btn01 {
  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;
}
@media screen and (min-width: 769px) {
  .btn01.wid01 {
    width: 24rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn01.wid01 {
    width: 50rem;
    height: 9rem;
    font-size: 3.6rem;
  }
}
.btn01.col01 {
  background-color: #292929;
  color: #fff;
}
.btn01.icon {
  position: relative;
}
.btn01.icon::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .btn01.icon::after {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn01.icon::after {
    right: 3rem;
  }
}
.btn01.icon.arrow::after {
  background-image: url(../img/common/arrow01.svg);
}
@media screen and (min-width: 769px) {
  .btn01.icon.arrow::after {
    width: 1rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .btn01.icon.arrow::after {
    width: 1.5rem;
    height: 3rem;
  }
}
.btn01.icon.site::after {
  background-image: url(../img/common/site.svg);
}
@media screen and (min-width: 769px) {
  .btn01.icon.site::after {
    width: 2rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .btn01.icon.site::after {
    width: 4rem;
    height: 3rem;
  }
}

/**/
.floating_banner {
  position: fixed;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .floating_banner {
    inset: auto 0 20rem auto;
  }
}
@media screen and (max-width: 768px) {
  .floating_banner {
    inset: auto 0 75rem auto;
  }
}
.floating_banner a img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .floating_banner a img {
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .floating_banner a img {
    width: 10rem;
  }
}
