@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a {
  color: #333;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/* header*/
.header {
  background-color: #E9EAEC;
  font-family: "Noto Sans", sans-serif;
  height: 40px;
  width: 100%;
  position: fixed;
  box-sizing: border-box;
  z-index: 10;
}
.header-content-wrapper {
  padding: 0 24px;
}
.header-icon {
  margin: 8px 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-align: left;
}
.header-icon a {
  text-decoration: none;
  
}
/* navigation */
.open-button, .close-button {
  display: none;
}
@media(max-width:1200px) {
  .open-button {
    display: block;
    position: absolute;
    right: 24px;
    top: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 2px;
    width: 16px;
    background: #777;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -6px;
  }
  .open-button span:after {
    bottom: -12px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 20px;
    padding: 20px;
  }
  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(223, 224, 228);
    width: 100%;
    height: 100%;
    padding-top: 67px;
    text-align: center;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.5);
  }
  .header nav ul li {
    display: block;
    padding: 16px 24px;
  }
  .header nav ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
  }
  .header nav ul li a span {
    font-size: 20px;
    text-decoration: none;
    color: #333;
  }
}
@media(min-width:1200px) {
  .header {
    height: 64px;
  }
  .header-content-wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }
  .header-icon a {
    line-height: 1.8rem;
    height: 72px;
    position: absolute;
    top: 8px;
  }
  .header nav {
    display: block;
    text-align: center;
  }
  .header nav ul {
    padding: 16px 0;
    display: flex;
    justify-content: flex-end;
  }
  .header nav li a {
    display: block;
    padding-left: 40px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
  }
  .header nav ul li a span {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
  }
}
/* footer*/
.footer {
  font-family: "Noto Sans", sans-serif;
  min-height: 228px;
  background-color: #DFE0E4;
  font-weight: 500;
}
.footer__container {
  text-align: left;
  padding: 40px 24px 0;
}
.footer__site-map {
  margin-bottom: 40px;
}
.footer__site-map ul {
  padding-bottom: 24px;
}
.footer__contact {
  display: inline-block;
}
.footer__contact a {
  text-decoration: none;
}
.footer__contact-text h2 {
  font-size: 3.2rem;
  color: #333;
  display: inline-block;
  padding-left: 8px;
  font-weight: 400;
}
.footer__contact-text img {
  vertical-align: baseline;
}
.footer__site-map p {
  font-size: 1.2rem;
}
.footer__site-map li {
  list-style: none;
  text-align: left;
  margin-bottom: 16px;
}
.footer__site-map li a {
  text-decoration: none;
  color: #333;
}
.footer__site-map li a:visited {
  color: #333;
}
.footer small {
  color: #333;
  font-size: 1.2rem;
}
@media (min-width:1200px) {
  .footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
  }
  .footer__site-map ul {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 24px;
  }
  .footer__site-map ul li {
    font-size: 18px;
    margin: 0;
    padding-right: 16px;
  }
  .footer small {
    font-size: 1.2rem;
    clear: both;
    display: block;
    text-align: center;
  }
}
/* return to top */
#scroll-top {
  border: solid 1px #333;
  border-radius: 500px;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 8px;
}
#scroll-top a {
  text-decoration: none;
}
#scroll-top p {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media (min-width:1200px) {
  #scroll-top {
    right: 5%;
    bottom: 5%;
  }
}

/*マウスカーソル変更*/
/*デフォルトのマウスカーソルを非表示にする*/
html,
body,
a {
  cursor: none;
}
/*独自のマウスカーソル*/
.cursor {
  display: none;
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  transform: translate(0, 0);
  pointer-events: none;
}
/*aタグにホバーした時に見た目変化*/
.cursor.cursor--hover {
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: rgba(110, 110, 187, 0.5);
}
/*動き確認用ボタン*/
.btn {
  display: inline-block;
  min-width: 300px;
  margin: 20px;
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
@media (min-width:1200px) {
  .cursor {
    display: block;
  }
}