@charset "UTF-8";
html, body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
  background: #000;
  line-height: 1.6;
  text-size-adjust: 100%;
  letter-spacing: 0.1em; }

p, a {
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  color: #fff;
  cursor: pointer; }

img {
  width: 100%;
  vertical-align: bottom; }

.btn {
  border: none;
  padding: 0;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 768px) {
    .btn {
      width: 70%; } }
  .btn a {
    color: #fff;
    display: block;
    padding: 20px 30px; }
  .btn:hover {
    background: rgba(255, 255, 255, 0.7); }

.header {
  position: fixed;
  z-index: 1;
  opacity: .8;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row-reverse; }
  @media screen and (max-width: 1000px) {
    .header {
      flex-direction: row;
      padding-right: 10px; }
      .header a {
        margin-right: 10px; } }
  .header i {
    margin-left: 15px; }
    @media screen and (max-width: 1000px) {
      .header i {
        margin-left: 0; } }

.nav_list {
  display: flex;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif; }

.nav_item {
  margin-left: 15px; }

@media screen and (max-width: 1000px) {
  .nav {
    visibility: hidden;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    transition: .5s all;
    background-color: #000; }
    .nav--active {
      transition: .5s;
      opacity: .9;
      visibility: visible; }
    .nav_list {
      height: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .nav_item {
      margin-left: 8px;
      padding: 10px 0; } }

.nav-trigger {
  display: none; }
  @media screen and (max-width: 1000px) {
    .nav-trigger {
      display: inline-block;
      width: 30px;
      height: 32px;
      position: relative;
      z-index: 3; }
      .nav-trigger span {
        display: inline-block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        position: absolute;
        transition: .3s; }
        .nav-trigger span:nth-last-of-type(1) {
          top: 2px; }
        .nav-trigger span:nth-last-of-type(2) {
          top: 15px; }
        .nav-trigger span:nth-last-of-type(3) {
          bottom: 2px; }
      .nav-trigger--active span {
        background: #fff; }
        .nav-trigger--active span:nth-last-of-type(1) {
          transform: translateY(13px) rotate(45deg); }
        .nav-trigger--active span:nth-last-of-type(2) {
          opacity: 0; }
        .nav-trigger--active span:nth-last-of-type(3) {
          transform: translateY(-13px) rotate(-45deg); } }

.footer {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  margin-top: 30px; }
  .footer_top {
    font-size: 12px;
    writing-mode: vertical-rl;
    position: fixed;
    top: 25%;
    left: 2%; }
    .footer_top p {
      height: 50vh;
      text-align: center;
      opacity: 0.7; }

.content {
  text-align: center;
  background: #000; }
  .content__title {
    margin-bottom: 30px;
    padding-top: 150px;
    font-size: 18px; }
    .content__title br {
      display: none; }
    @media screen and (max-width: 768px) {
      .content__title {
        padding-top: 100px; } }

.hero {
  background-image: url("../img/IMG_1624.PNG");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .hero {
      background-attachment: scroll;
      background-image: url("../img/IMG_2751.JPG"); } }
  .hero_title {
    text-align: center; }
  .hero_text {
    margin-top: 5px;
    opacity: .8;
    font-size: 12px; }
  .hero_img {
    width: 50%;
    opacity: .7; }

.scrolldown4 {
  position: absolute;
  bottom: 5%;
  animation: arrowmove 2s ease-in-out infinite; }

@keyframes arrowmove {
  0% {
    bottom: 1%; }
  50% {
    bottom: 3%; }
  100% {
    bottom: 1%; } }

.scrolldown4 span {
  position: absolute;
  left: -20px;
  bottom: 100px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.scrolldown4:before {
  content: "";
  position: absolute;
  bottom: 100px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #eee;
  transform: skewX(-31deg); }

.scrolldown4:after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 1px;
  height: 50px;
  background: #eee; }

.container {
  width: 100%;
  min-height: 60vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .container__text {
    font-size: 16px;
    color: #fff;
    line-height: 1.8em;
    padding: 20px 20px 40px 20px; }
  .container__title {
    font-size: 24px;
    padding: 30px 0;
    margin-top: 70px; }

#about.container {
  margin-bottom: 30px; }

.access {
  margin-top: 30px;
  width: 90%;
  max-height: 400px;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex; }
  @media screen and (max-width: 1000px) {
    .access {
      margin-top: 0;
      flex-direction: column; } }
  .access_table {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 50%;
    box-sizing: border-box;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .access_table {
        width: 95%; } }
    .access_table th {
      width: 30%;
      text-align: left;
      padding-right: 5px; }
    .access_table th, .access_table td {
      padding: 10px;
      text-align: left;
      vertical-align: middle; }
  .access_map {
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 1000px) {
      .access_map {
        margin-top: 20px;
        height: 20vh;
        width: 100%; } }

.recruit {
  padding-top: 60px; }
  .recruit_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 50px; }
  .recruit_text {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 30px;
    text-align: justify; }
    .recruit_text p {
      padding: 10px 0; }
  .recruit_apply {
    margin: 0 auto;
    width: 100%;
    height: 120px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #222;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 10px; }
    @media screen and (max-width: 414px) {
      .recruit_apply {
        height: 80px;
        padding: 10px;
        align-items: center;
        justify-content: center; } }
  .recruit_notes {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 414px) {
      .recruit_notes {
        width: 40%; } }
    .recruit_notes br {
      display: none; }
      @media screen and (max-width: 414px) {
        .recruit_notes br {
          display: inline; } }
  .recruit_btn {
    width: 48%;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #3e3e36; }
    .recruit_btn a {
      width: 100%; }
    .recruit_btn.tel {
      background: #ee7800; }
    .recruit_btn.line {
      background: #06c755; }
  .recruit_link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 3;
    overflow: hidden; }
    .recruit_link a::before {
      content: '';
      display: block;
      position: absolute;
      width: 120%;
      height: 120%;
      top: 0;
      left: -100%;
      background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
      /* 【変更部分】inifiniteによりずっと続ける */
      -webkit-animation: shine 1.5s infinite;
      animation: shine 1.5s infinite; }

@-webkit-keyframes shine {
  100% {
    left: 100%; } }

@keyframes shine {
  100% {
    left: 100%; } }

.point {
  padding: 60px 0;
  border-top: solid 1px #e6d8b3; }
  .point_title {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px; }
  .point_card {
    position: relative;
    padding: 10px 0; }
  .point_number {
    position: absolute;
    font-size: 110px;
    color: #e6d8b3;
    opacity: .3;
    font-weight: bold;
    display: inline;
    line-height: 80px; }
  .point_head {
    font-size: 16px;
    color: #e6d8b3;
    padding-left: 60px;
    height: 110px;
    display: grid;
    place-items: center; }

.intro {
  padding-bottom: 40px;
  font-size: 16px; }

.detail {
  padding: 60px 0;
  border-top: solid 1px #e6d8b3; }
  .detail_title {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px; }
  .detail_head {
    font-size: 16px;
    color: #e6d8b3;
    padding-left: 10px;
    border-left: solid 3px #e6d8b3;
    margin: 10px 0; }
  .detail_body {
    padding: 0 0 10px 10px; }
    .detail_body .red {
      color: #ff0000; }
    .detail_body ul {
      list-style: outside;
      padding-left: 15px; }

.block {
  overflow: auto;
  height: 100vh; }
  .block.active {
    scroll-snap-type: y mandatory; }
  .block_area {
    height: 100vh;
    min-height: 500px;
    scroll-snap-align: start;
    height: 100vh;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    .block_area#system {
      background-image: url("../img/IMG_1629.JPG"); }
    .block_area#menu {
      background-image: url("../img/IMG_1627.JPG"); }
      @media screen and (max-width: 414px) {
        .block_area#menu {
          background-image: url("../img/IMG_1638.JPG"); } }
    .block_area#access {
      background-image: url("../img/IMG_1624.PNG"); }
      @media screen and (max-width: 414px) {
        .block_area#access {
          background-image: url("../img/IMG_2750.JPG"); } }
    .block_area#recruit {
      background-image: url("../img/IMG_1626.JPG"); }
      @media screen and (max-width: 414px) {
        .block_area#recruit {
          background-image: url("../img/IMG_2785.JPG"); } }
  .block_title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif; }
  .block_btn {
    cursor: pointer;
    height: 60px;
    width: 200px;
    border: solid 1px #fff;
    text-align: center;
    line-height: 60px;
    margin-top: 30px;
    position: relative; }
    .block_btn:before {
      background-color: rgba(255, 255, 255, 0.1);
      content: "";
      height: calc(100% + 3px);
      position: absolute;
      right: -10px;
      top: 7px;
      width: 100%;
      z-index: 0; }
    .block_btn a {
      display: block; }
  .block_img {
    z-index: 3;
    width: 60%;
    height: 90vh;
    position: fixed;
    top: 3%;
    display: none;
    padding-bottom: 60px; }
    .block_img img {
      object-fit: contain;
      height: 100%; }

#menu .block_btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

.modal {
  background-color: #000;
  opacity: 0;
  width: 100%;
  min-height: 100vh;
  top: 0;
  position: relative;
  z-index: 2;
  display: none; }
  .modal.active {
    position: fixed;
    opacity: 0.8;
    display: block; }
  .modal_close {
    position: absolute;
    top: 2%;
    right: 4%; }

.menu {
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .menu__list {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center; }
    .menu__list a {
      padding: 20px 10px;
      display: block;
      width: 33%;
      box-sizing: border-box;
      font-size: 20px;
      color: #333; }
    @media screen and (max-width: 768px) {
      .menu__list {
        flex-direction: column;
        width: 100%; }
        .menu__list a {
          padding: 10px 0;
          width: 100%; } }
  .menu__detail {
    width: 980px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .menu__detail {
        width: 90%; } }
  .menu__title {
    font-size: 32px;
    padding-bottom: 30px;
    letter-spacing: .3em; }
    .menu__title--s {
      font-size: 25px;
      padding-bottom: 30px;
      letter-spacing: .3em; }
    @media screen and (max-width: 768px) {
      .menu__title {
        font-size: 24px; }
        .menu__title--s {
          font-size: 20px; } }
  .menu__img {
    margin: 0 auto;
    width: 50%;
    margin-top: 60px;
    margin-bottom: 20px;}
    @media screen and (max-width: 768px) {
      .menu__img {
        width: 80%; } }

.not-found__title {
  height: 100px;
  margin-bottom: 40px;
  padding-top: 150px;
  font-size: 30px; }

.not-found__body {
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 150%; }

.img-menu{
  filter: invert(100%);
}