@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: #888888;
  color: #FFFFFF;
}

::-moz-selection {
  background: #888888;
  color: #FFFFFF;
}

html {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.8em;
  color: #000000;
}
html body {
  background: url(/assets/images/body_bg.png) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}
html p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8em;
  text-align: justify;
}
html .min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .br-pc {
  display: inherit;
}
html .br-sp {
  display: none;
}
html img {
  vertical-align: top;
  line-height: 0;
}

.wrapper-s {
  max-width: 640px;
  background: #FFFFFF;
  padding: 50px;
  margin: 0 auto;
  text-align: center;
}

.wrapper-m {
  max-width: 1200px;
  background: #FFFFFF;
  padding: 50px;
  margin: 0 auto;
  text-align: center;
}

.shadow {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
}

table {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  font-weight: 500;
  text-decoration: none;
  color: #2B87FF;
  transition: 0.5s;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
}

.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  pointer-events: none;
}

.hide {
  display: none;
}

main {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

button, input, optgroup, select, textarea {
  padding: 10px;
  outline: none;
  border: 2px solid #BCBCBC;
  width: 100%;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.form-submit {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.form-submit .btn-submit {
  border: none;
  margin: 0;
  background: #2B87FF;
  color: #FFFFFF;
  font-weight: bold;
  max-width: 260px;
}
.form-submit .btn-submit:active {
  transition: 0.5s;
  opacity: 0.7;
}
.form-submit .btn-reset {
  border: none;
  margin: 0;
  background: #BCBCBC;
  font-weight: bold;
  max-width: 260px;
}
.form-submit .btn-reset:active {
  transition: 0.5s;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 20px;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  main {
    max-width: auto;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
  }
  main p, main li {
    font-size: 14px;
  }
}
header {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 120px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto 60px auto;
  z-index: 1;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background: #FFFFFF;
}
header .header-inner h1 {
  display: inline-block;
}
header .header-inner h1 img {
  width: auto;
  height: 40px;
}
header .header-inner h2 {
  display: inline-block;
  color: #606D80;
  font-weight: 900;
  font-size: 27px;
  letter-spacing: 0.05em;
}
header .header-inner .btn-reset {
  border: none;
  margin: 0;
  background: #BCBCBC;
  font-weight: bold;
  width: 260px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
header .header-inner .btn-reset i {
  margin-left: 10px;
}
header .header-inner .btn-reset:active {
  transition: 0.5s;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    z-index: 1;
  }
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
  }
  header .header-inner h1 {
    display: inline-block;
  }
  header .header-inner h1 img {
    width: auto;
    height: 30px;
  }
  header .header-inner h2 {
    display: inline-block;
    color: #606D80;
    font-weight: 900;
    font-size: 21px;
    letter-spacing: 0.05em;
  }
  header .header-inner .btn-reset {
    border: none;
    margin: 0;
    background: #BCBCBC;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
  }
  header .header-inner .btn-reset span {
    display: none;
  }
  header .header-inner .btn-reset i {
    margin-left: 0;
  }
  header .header-inner .btn-reset:active {
    transition: 0.5s;
    opacity: 0.7;
  }
}
#pagetop {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 1;
}
#pagetop a {
  display: block;
  background: #2B87FF;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
}

footer {
  position: fixed;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 20px 30px;
  text-align: center;
  z-index: 1;
}
footer .footer-inner {
  position: relative;
}
footer .footer-inner .footer-copy {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
footer .footer-inner .footer-link {
  position: absolute;
  content: "";
  right: 0;
  text-align: right;
  z-index: 2;
}
footer .footer-inner a {
  font-size: 15px;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  #pagetop a {
    display: block;
    background: #2B87FF;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
  }
  footer {
    position: fixed;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 10px 10px;
    text-align: center;
    z-index: 1;
  }
  footer .footer-inner {
    position: relative;
  }
  footer .footer-inner .footer-copy {
    position: relative;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
  }
  footer .footer-inner .footer-link {
    position: relative;
    content: "";
    margin: 0 auto;
    text-align: center;
    z-index: 2;
  }
  footer .footer-inner a {
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: underline;
  }
}
#login {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#login .wrapper-s {
  margin: 0 auto;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
#login .wrapper-s .login-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#login .wrapper-s .login-head h1 {
  display: inline-block;
}
#login .wrapper-s .login-head h1 img {
  width: auto;
  height: 40px;
}
#login .wrapper-s .login-head h2 {
  display: inline-block;
  color: #606D80;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 767px) {
  #login {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  #login .wrapper-s {
    padding: 20px;
    margin: 0 auto;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
  }
  #login .wrapper-s .login-head {
    display: block;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  #login .wrapper-s .login-head h1 {
    display: block;
    position: relative;
    top: 0;
    margin-bottom: 15px;
  }
  #login .wrapper-s .login-head h1 img {
    width: auto;
    height: 30px;
  }
  #login .wrapper-s .login-head h2 {
    display: block;
    color: #606D80;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0.025em;
  }
}
main.page {
  padding: 180px 0;
}

#main-content .wrapper-m .main-head {
  padding: 20px 30px;
  background: #ECEEF1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#main-content .wrapper-m .main-head a {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
}
#main-content .wrapper-m .main-head h3 {
  color: #606D80;
  font-size: 30px;
  letter-spacing: 0.05em;
  padding: 0 50px;
}
#main-content .wrapper-m .main-container {
  display: flex;
  flex: wrap;
  justify-content: space-between;
  word-break: break-all;
}
#main-content .wrapper-m .main-container .main-col {
  display: inline-block;
  max-width: 525px;
  width: 100%;
}
#main-content .wrapper-m h4 {
  max-width: 300px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 21px;
  letter-spacing: 0.05em;
  border: 1px solid #BCBCBC;
  background: #FFFFFF;
  color: #606D80;
  text-align: center;
  margin: 0 auto 30px auto;
}
#main-content .wrapper-m .count {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#main-content .wrapper-m .count span {
  font-size: 18px;
}
#main-content .wrapper-m table {
  font-size: 15px;
  letter-spacing: 0.05em;
  border-collapse: collapse;
  width: 100%;
}
#main-content .wrapper-m table tr {
  width: 100%;
  background: #ECEEF1;
}
#main-content .wrapper-m table tr th {
  padding: 10px;
  text-align: left;
  font-weight: 900;
  font-size: 21px;
  width: 18%;
}
#main-content .wrapper-m table tr th span {
  font-size: 15px;
}
#main-content .wrapper-m table tr td {
  width: 82%;
  padding: 10px;
  text-align: left;
}
#main-content .wrapper-m table tr:nth-child(odd) {
  background: #D8DCE2;
}
#main-content .wrapper-m #terms {
  text-align: left;
}
#main-content .wrapper-m #terms h4 {
  color: #000000;
  text-align: left;
  border: none;
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 15px;
}
#main-content .wrapper-m #terms h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
#main-content .wrapper-m #terms p {
  margin-bottom: 20px;
}
#main-content .wrapper-m #terms .time {
  text-align: right !important;
}
#main-content .wrapper-m #terms ol {
  padding: 10px 0 10px 27px;
  list-style: decimal;
}
#main-content .wrapper-m #terms ol.bracket {
  padding-left: 27px;
  list-style: lower-alpha;
}
#main-content .wrapper-m #error img {
  width: 33.3%;
}
#main-content .wrapper-m #error p {
  font-weight: 900;
  font-size: 150%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.page-default footer {
    position: relative !important;
  }
  body main.page {
    padding: 70px 20px;
  }
  #main-content .wrapper-m {
    padding: 20px;
  }
  #main-content .wrapper-m .main-head {
    padding: 10px 10px;
    background: #ECEEF1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  #main-content .wrapper-m .main-head a {
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
  }
  #main-content .wrapper-m .main-head h3 {
    color: #606D80;
    font-size: 18px;
    letter-spacing: 0em;
    padding: 0 10px;
  }
  #main-content .wrapper-m .main-container {
    display: block;
    flex: wrap;
    justify-content: space-between;
    word-break: break-all;
  }
  #main-content .wrapper-m .main-container .main-col {
    display: inline-block;
    max-width: 525px;
    width: 100%;
  }
  #main-content .wrapper-m h4 {
    max-width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 18px;
    letter-spacing: 0;
    border: 1px solid #BCBCBC;
    background: #FFFFFF;
    color: #606D80;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  #main-content .wrapper-m .count {
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  #main-content .wrapper-m .count span {
    font-size: 18px;
  }
  #main-content .wrapper-m table {
    font-size: 15px;
    letter-spacing: 0.05em;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
  }
  #main-content .wrapper-m table tr {
    width: 100%;
    background: #ECEEF1;
  }
  #main-content .wrapper-m table tr th {
    padding: 10px;
    text-align: left;
    font-weight: 900;
    font-size: 15px;
    line-height: 1.25;
    width: 22.5%;
  }
  #main-content .wrapper-m table tr th span {
    font-size: 12px;
  }
  #main-content .wrapper-m table tr td {
    word-break: break-all;
    padding: 10px;
    text-align: left;
    font-size: 13px;
    line-height: 1.25;
  }
  #main-content .wrapper-m table tr:nth-child(odd) {
    background: #D8DCE2;
  }
  #main-content .wrapper-m #terms {
    text-align: left;
  }
  #main-content .wrapper-m #terms h4 {
    color: #000000;
    text-align: left;
    border: none;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1;
    height: auto;
  }
  #main-content .wrapper-m #terms h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #main-content .wrapper-m #terms p {
    margin-bottom: 20px;
  }
  #main-content .wrapper-m #terms .time {
    text-align: right !important;
    font-size: 14px;
  }
  #main-content .wrapper-m #terms ol {
    padding: 5px 0 20px 20px;
    list-style: decimal;
  }
  #main-content .wrapper-m #terms ol.bracket {
    padding-left: 20px;
    list-style: lower-alpha;
  }
  #main-content .wrapper-m #error img {
    width: 50%;
  }
  #main-content .wrapper-m #error p {
    font-weight: 900;
    font-size: 95%;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */