@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #000; }

p {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65em;
  margin-bottom: 1em; }

body {
  width: 100%;
  overflow-x: hidden; }
  body img {
    width: 100%;
    height: auto;
    display: block; }

main {
  position: relative;
  z-index: 1;
  overflow-x: hidden; }

section {
  display: inline-block;
  position: relative;
  z-index: 1; }

#header {
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 60px; }

.inner-wrap {
  padding: 0 1em;
  width: calc(100% - 2em); }

body {
  min-height: 100vh; }

.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(../images/cp_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

header {
  position: relative; }
  header .title {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative; }
    header .title .logo {
      width: 100%;
      max-width: 1000px;
      margin: auto;
      position: relative;
      padding: 5% 0; }
    header .title:before {
      content: "";
      width: 100%;
      height: 0;
      padding: 50% 0;
      background-image: url(../images/cp_title_back.png);
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      background-size: contain;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  header .about {
    position: relative;
    background-color: #fff;
    padding: 2em;
    max-width: 600px;
    margin: auto;
    border-radius: 1em;
    border: 0.3em solid #000079; }
    header .about p {
      margin-bottom: 0;
      color: #000079; }

footer {
  background-color: #000079;
  padding: 2rem 0;
  position: relative; }
  footer .footer-bt {
    margin-bottom: 2rem; }
    footer .footer-bt a {
      background-color: #fff;
      padding: 1rem;
      width: calc(100% - 2rem);
      height: auto;
      display: block;
      text-align: center;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
      cursor: pointer; }
      footer .footer-bt a:hover {
        opacity: 0.75; }
  footer .footer-sns {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem; }
    footer .footer-sns .fs-hl {
      margin-bottom: 0;
      font-size: 0.75rem;
      padding: 0.5em 1.5em 0.5em 0.5em;
      border-radius: 2em;
      display: block;
      margin: auto;
      width: fit-content; }
    footer .footer-sns .fs-icons {
      display: flex;
      justify-content: center;
      width: 100%;
      margin: auto;
      margin-bottom: 1em; }
      footer .footer-sns .fs-icons a {
        display: block;
        margin: 0.5em;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        footer .footer-sns .fs-icons a .fa-icon {
          display: block;
          font-size: 2.7rem;
          width: 2.5rem;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          footer .footer-sns .fs-icons a .fa-icon path {
            fill: #fff;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
        footer .footer-sns .fs-icons a .fa-icon-yt {
          width: 3rem; }
        footer .footer-sns .fs-icons a:hover {
          transform: rotate(3deg) scale(1.1); }
          footer .footer-sns .fs-icons a:hover .fa-icon path {
            fill: #fff100; }
  footer .footer-link {
    color: #fff;
    text-align: center; }
    footer .footer-link a {
      display: inline-block;
      color: #fff;
      text-decoration: underline; }
  footer .credit {
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 2rem; }

/*# sourceMappingURL=style.css.map */
