html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #666;
  background: #fff;
}

p {
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #00a0e9;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #00a0e9;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

body {
  position: relative;
  background-image: linear-gradient(-45deg, rgba(55, 190, 240, 0.03) 25%, transparent 25%, transparent 50%, rgba(55, 190, 240, 0.03) 50%, rgba(55, 190, 240, 0.03) 75%, transparent 75%, transparent);
  background-size: 30px 30px;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(100% + 100px);
  height: 100%;
  background-image: url(../img/kirakira_blue.png);
  background-repeat: repeat;
  background-size: 2000px auto;
  z-index: -1;
  opacity: 0.3;
}

.kv-cover {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .kv-cover {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
.kv-cover .kv-flex-container {
  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;
  gap: 100px;
}
@media (max-width: 992px) {
  .kv-cover .kv-flex-container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .kv-cover .kv-flex-container {
    gap: 0;
  }
}
.kv-cover .kv-logos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .kv-cover .kv-logos {
    display: none;
  }
}
.kv-cover .kv-logos .logos-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.kv-cover .kv-logos .logos-top img {
  width: calc(50% - 7.5px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv-cover .kv-logos .logos-bottom {
  width: 100%;
}
.kv-cover .kv-logos .logos-bottom img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.kv-cover .main-visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.kv-cover .main-visual img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .kv-cover .main-visual img {
    max-height: none;
    width: 100vw;
  }
}

#informationCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin: 50px auto;
  padding: 0 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 992px) {
  #informationCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto;
    padding: 0 20px;
    gap: 30px;
  }
}
#informationCol #aboutCol {
  width: 70%;
  border: 4px double #58c6ff;
  background: #fff;
  padding: 40px;
}
@media (max-width: 992px) {
  #informationCol #aboutCol {
    width: 100%;
    padding: 20px;
  }
}
#informationCol #aboutCol dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #58c6ff;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  #informationCol #aboutCol dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
#informationCol #aboutCol dl dt {
  width: 20%;
  padding: 0;
  color: #58c6ff;
}
@media (max-width: 992px) {
  #informationCol #aboutCol dl dt {
    width: 100%;
    border-bottom: 1px dotted #58c6ff;
    padding: 10px 0px;
  }
}
#informationCol #aboutCol dl dd {
  width: 80%;
  padding: 0;
  margin: 0;
  word-break: break-all;
}
@media (max-width: 1024px) {
  #informationCol #aboutCol dl dd {
    width: 100%;
    padding: 10px 0px;
  }
}
#informationCol #aboutCol dl dd .map-link {
  font-size: 14px;
  margin-top: 4px;
}
#informationCol #aboutCol dl dd iframe {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 15px;
  border: 1px solid #eee;
}
#informationCol #snsCol {
  width: 30%;
  border: 4px double #58c6ff;
  background: #fff;
  padding: 40px;
  word-break: break-all;
}
@media (max-width: 992px) {
  #informationCol #snsCol {
    width: 100%;
    padding: 20px;
  }
}
#informationCol #snsCol .ico {
  text-align: center;
}
#informationCol #snsCol .ico img {
  border-radius: 50%;
  border: 1px solid #58c6ff;
  max-width: 180px;
}
@media (max-width: 767px) {
  #informationCol #snsCol .ico img {
    width: 80%;
  }
}
#informationCol #snsCol .id {
  margin-top: 12px;
  font-size: 20px;
}
#informationCol #snsCol .btn {
  color: #fff;
  background-color: #00a0e9;
  display: block;
  width: 100%;
  padding: 10px 20px;
}
#informationCol .title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  margin-bottom: 40px;
  word-break: break-all;
}
@media (max-width: 767px) {
  #informationCol .title-group {
    margin-bottom: 20px;
  }
}
#informationCol .title-group h2 {
  font-family: "sicgothicduex-nexus", sans-serif;
  font-weight: 700;
  color: #37bef0;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#53bef0), to(#009fe8));
  background: linear-gradient(180deg, #53bef0 0%, #009fe8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#informationCol .title-group span {
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
  color: #95dbf5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 3px;
}
#informationCol .title-group::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3px;
  margin-top: -27px;
  background-image: -webkit-gradient(linear, left top, right top, from(#37bef0), color-stop(25%, #37bef0), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(50%, #fff462), color-stop(75%, #fff462), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(to right, #37bef0 0%, #37bef0 25%, transparent 25%, transparent 50%, #fff462 50%, #fff462 75%, transparent 75%, transparent 100%);
  background-size: 24px 4px;
  background-repeat: repeat-x;
}

footer {
  background-color: #37bef0;
  padding: 30px 10px;
}
@media (max-width: 991px) {
  footer {
    font-size: 14px;
  }
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  color: #fff462;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .link-pageup:hover {
  color: #fff892;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

header {
  padding: 10px 20px;
  background: #ffffff;
  border-bottom: 1px solid #37bef0;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 575px) {
  header {
    padding: 8px 4px;
  }
}
header .logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 0 20px;
}
header .logo-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}
header .logo-bottom-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}
header .img-logo {
  height: auto;
  max-height: 60px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 358px) {
  header .img-logo {
    max-height: 35px;
  }
}