@charset "utf-8";

/*==================================================

layout

==================================================*/
* {
  margin: 0;
  padding: 0;
}
html,body {
  width: 100%;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
}
html {
  font-size: 62.5%
}
body {
  background: #fafafa;
  font-size: 1.6rem;
}
ul li {
  list-style: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
#wrapper {
  width: 100%;
  position: relative;
}
.inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
article {
  margin-top: 110px;
  padding: 60px 0;
}
section {
  width: 100%;
  clear: both;
}
.title {
  margin-bottom: 10px;
  font-family: "Grape Nuts", cursive;
  font-size: 7.0rem;
  font-style: normal;
  line-height: 1.0;
  text-align: center;
  text-shadow:
    0.5px 0.5px 0 #111,
    -0.5px 0.5px 0 #111,
    -0.5px -0.5px 0 #111,
    0.5px -0.5px 0 #111;
  
}
h2 {
  margin-bottom: 50px;
  font-size: 2.2rem;
  text-align: center;
}
/*--------------------------------------------
 header
--------------------------------------------*/
header {
  width: 100%;
  height: 110px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.2);
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 999;
}
header #header_inner {
  width: 1420px;
  margin: 0 auto;
  display: inline-block;
  box-sizing: border-box;
}
header h1 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: left;
}
header .main-logo {
  width: 225px;
  height: 56px;
  float: left;
  display: block;
}
header .main-logo img {
  width: 56px;
  height: auto;
  float: left;
  margin-right: 10px;
}
header .main-logo span {
  color: #111;
  font-family: "Grape Nuts", cursive, sans-serif;
  font-size: 7.0rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.6rem;
  text-shadow: 0.5px 0.5px 0 #111, -0.5px 0.5px 0 #111, -0.5px -0.5px 0 #111, 0.5px -0.5px 0 #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  display: inline-block;
  transform-origin: left center;
}
header .main-logo:hover {
  opacity: 0.9;
}
header #menu-btn-check {
  display: none;
}
header nav {
  width: calc(100% - 225px);
  float: right;
  margin: 30px 0 0 0;
}
header nav ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  justify-content: right;
}
header nav ul li {
  margin-right: 40px;
}
header nav ul li:nth-child(n + 6) {
  display: none;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  color: #111;
  font-size: 1.8rem;
  font-weight: 500;
}
header nav ul li a:hover {
  color: #2fb2cf;
}
header.fixed {
  height: 70px;
  box-shadow: none;
}
header.fixed h1 {
  display: none;
}
header.fixed .main-logo {
  width: 182px;
}
header.fixed .main-logo img {
  width: 45px;
  height: 45px;
  margin-right: 0;
}
header.fixed .main-logo span {
  font-size: 5.0rem;
  line-height: 4.5rem;
}
header.fixed nav {
  width: calc(100% - 182px);
  margin: 15px 0 0 0;
}
header.fixed nav ul li a {
  font-size: 1.6rem;
}
/*--------------------------------------------
 regist
--------------------------------------------*/
.regist {
  width: 500px;
}
.regist p {
  text-align: center;
}
.regist p:first-of-type {
  margin-bottom: 5px;
  font-size: 3.6rem;
  font-weight: 800;
}
.regist p + p {
  margin-bottom: 20px;
  color: #999;
  font-size: 1.4rem;
}
.regist ul {
  width: 360px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.regist ul li {
  width: 170px;
  height: 48px;
}
.regist ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.regist ul li a:hover {
  opacity: 0.9;
}
/*--------------------------------------------
 pr
--------------------------------------------*/
.pr {
  height: 580px;
  background: url("../img/bg_pr.webp") no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.pr .inner {
  padding: 60px 0;
  display: flow-root;
}
.pr img.screen {
  width: 500px;
  height: auto;
  float: left;
  display: block;
}
.pr .regist {
  height: 500px;
  float: right;
  padding-top: 140px;
  background: url("../img/logo_pr.webp") no-repeat;
  box-sizing: border-box;
}
/*--------------------------------------------
 footer
--------------------------------------------*/
footer {
  width: 100%;
  height: 250px;
  padding: 30px 0 10px;
  border-top: 1px solid #eee;
  background: #f8f8f8;
  box-sizing: border-box;
}
footer #footer_inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
footer #footer_inner div {
  width: 100%;
}
footer #footer_top .main-logo {
  width: 225px;
  height: 56px;
  float: left;
  display: block;
}
footer #footer_top .main-logo img {
  width: 56px;
  height: auto;
  float: left;
  margin-right: 10px;
}
footer #footer_top .main-logo span {
  color: #111;
  font-family: "Grape Nuts", cursive, sans-serif;
  font-size: 7.0rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.6rem;
  text-shadow: 0.5px 0.5px 0 #111, -0.5px 0.5px 0 #111, -0.5px -0.5px 0 #111, 0.5px -0.5px 0 #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  display: inline-block;
  transform-origin: left center;
}
footer #footer_top .main-logo:hover {
  opacity: 0.9;
}
footer #footer_top {
  height: 80px;
  margin-bottom: 15px;
}
footer #footer_top ul {
  width: calc(100% - 225px);
  padding-top: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: right;
}
footer #footer_top ul li {
  margin-right: 20px;
}
footer #footer_top ul li:last-child {
  margin-right: 0;
}
footer #footer_top ul li a {
  color: #111;
  font-size: 1.5rem;
  font-weight: 500;
}
footer #footer_top ul li a:hover {
  color: #2fb2cf;
}
footer #footer_bottom p:first-of-type {
  width: 460px;
  float: left;
  margin-bottom: 60px;
  font-size: 1.4rem;
}
footer #footer_bottom p:first-of-type span {
  margin-left: 0.5em;
}
footer #footer_bottom p.copy_r {
  width: 100%;
  clear: both;
  font-weight: 500;
  text-align: center;
}
/*--------------------------------------------
 recaptcha
--------------------------------------------*/
#recaptcha {
  width: 256px !important;
  height: 60px;
  float: right;
  box-shadow: #eee 0 0 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.0rem;
  position: relative;
}
#recaptcha .rc-anchor-logo {
  width: 70px;
  height: 60px;
  float: left;
  padding: 8px 13px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  box-sizing: border-box;
}
#recaptcha .rc-anchor-logo + div {
  width: 186px;
  height: 60px;
  float: left;
  padding: 6px 5px 6px 8px;
  background: #1a73e8;
  box-sizing: border-box;
}
#recaptcha .rc-anchor-logo + div p {
  width: 100%;
  margin: 5px 0;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.15rem;
  line-height: 1.6rem;
  text-align: left;
}
#recaptcha .rc-anchor-logo + div p span {
  margin-right: 1px;
  font-weight: 500;
}
#recaptcha a {
  font-size: 1.2rem;
  color: #fff;
}
#recaptcha a:hover {
  text-decoration: underline;
}

/*==================================================

 responsive

==================================================*/
@media screen and (max-width: 1520px) {
  header #header_inner {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1100px) {
  header .hamburger-menu:before {
    width: 100%;
    height: 100%;
    display: none;
    content: '';
    background: #2fb2cf;;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
  }
  header .menu-open .hamburger-menu:before {
    display: block;
  }
  header .menu-btn {
    width: 60px;
    height: 60px;
    display: flex;
    position: fixed;
    top: 25px;
    right: 20px;
    align-items: center;
    justify-content: center;
    z-index: 90;
    cursor: pointer;
  }
  header.fixed .menu-btn {
    top: 10px;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: #2fb2cf;;
    display: block;
    content: '';
    position: absolute;
  }
  header .menu-btn span:before {
    bottom: 8px;
  }
  header .menu-btn span:after {
    top: 8px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header #menu-btn-check:checked ~ .menu-btn span:before {
    background: #fff;
    bottom: 0;
    transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span:after {
    background: #fff;
    top: 0;
    transform: rotate(-45deg);
  }
  header .menu-open header nav,
  header #menu-btn-check:checked ~ nav {
    right: 0;
    left: auto;
  }
  header nav {
    width: 50%;
    min-width: 280px;
    height: 100%;
    float: none;
    margin: 0;
    background: #2fb2cf;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    transition: all 0.5s;
  }
  header.fixed nav {
    width: 50%;
    height: 100%;
    margin: 0;
  }
  header nav ul {
    width: 100%;
    padding: 70px 10px 0;
    display: inline-block;
  }
  header nav ul li {
    margin: 0 20px 10px 0;
  }
  header nav ul li:last-child {
    margin-right: 20px;
  }
  header nav ul li a {
    width: 100%;
    padding: 10px 15px 10px 0;
    display: block;
    box-sizing: border-box;
    color:#fff;
    font-size: 1.6rem;
    line-height: 2.0rem;
    text-decoration: none;
    position: relative;
  }
  header nav ul li a:before {
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 16px;
    right: 11px;
  }
  header nav ul li:hover {
    background: #fff;
  }
  header nav ul li:hover a:before {
    border-top: solid 2px #2fb2cf;
    border-right: solid 2px #2fb2cf;
  }
  .inner {
    width: 100%;
    padding: 0 50px;
  }
  .pr {
    height: auto;
  }
  .pr .inner {
    padding: 40px 50px 30px !important;
  }
  .pr img.screen {
    width: calc(100% - 400px);
  }
  .pr .regist {
    width: 400px;
    height: auto;
    padding-top: 100px;
    background: none;
  }
  footer #footer_inner {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 870px) {
  header nav ul li:nth-child(n + 6) {
    display: block;
  }
  .pr img.screen {
    width: 300px;
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  .pr .regist {
    float: none;
    margin: 0 auto 20px;
    padding: 0;
  }
  footer #footer_top {
    margin-bottom: 5px;
  }
  footer #footer_top .main-logo {
    float: none;
    margin: 0 auto;
  }
  footer #footer_top ul {
    display: none;
  }
  footer #footer_bottom p:first-of-type {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #recaptcha {
    float: none;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
  }
}
@media screen and (max-width: 600px) {
  header #header_inner {
    width: 94%;
    margin: 0 3%;
    padding: 0;
  }
  header .main-logo {
    width: 225px;
    overflow: hidden;
  }
  header .main-logo span {
    font-size: 7.0rem;
    line-height: 5.6rem;
    max-width: 159px;
  }
  @supports (width: fit-content) {
    header .main-logo span {
      width: fit-content;
      max-width: 159px;
      transform: scale(0.65);
    }
  }
  header.fixed .main-logo {
    width: 130px;
    margin-top: 7px;
  }
  header.fixed .main-logo img {
    width: 35px;
    height: 35px;
  }
  header.fixed .main-logo span {
    font-size: 3.8rem;
    line-height: 3.4rem;
    max-width: 95px;
  }
  @supports (width: fit-content) {
    header.fixed .main-logo span {
      width: fit-content;
      max-width: 95px;
      transform: scale(0.5);
    }
  }
  header .menu-btn {
    right: 0;
  }
  header.fixed .menu-btn {
    top: 5px;
  }
  .title {
    font-size: 5.5rem;
  }
  .pr .inner {
    width: 94%;
    margin: 0 3%;
    padding: 40px 0 30px !important;
  }
  footer {
    height: 200px;
  }
  footer #footer_bottom p:first-of-type {
    font-size: 1.3rem;
  }
  footer #footer_bottom p:first-of-type span {
    margin-left: 0;
  }
  footer #footer_bottom p:first-of-type span:before {
    content: "\A";
    white-space: pre;
  }
  #recaptcha .rc-anchor-logo + div p span:before {
    content: none;
  }
}
@media screen and (max-width: 500px) {
  .regist p:first-of-type {
    font-size: 3.0rem;
  }
  .regist p + p {
    font-size: 1.3rem;
  }
  .regist ul {
    width: 170px;
    flex-direction: column;
  }
  .regist ul li:first-child {
    margin-bottom: 15px;
  }
  .pr .regist {
    width: 100%;
  }
  footer #footer_inner {
    width: 94%;
    margin: 0 3%;
    padding: 0;
  }
  footer #footer_top {
    height: 40px;
    margin-bottom: 15px;
  }
  footer #footer_top .main-logo {
    width: 165px;
    height: 40px;
    overflow: hidden;
  }
  footer #footer_top .main-logo img {
    width: 40px;
    height: 40px;
  }
  footer #footer_top .main-logo span {
    font-size: 4.8rem;
    line-height: 4.0rem;
    max-width: 115px;
  }
  @supports (width: fit-content) {
    footer #footer_top .main-logo span {
      width: fit-content;
      max-width: 115px;
      transform: scale(0.6);
    }
  }
  #recaptcha .rc-anchor-logo + div p {
    margin: 0;
  }
}
