@charset "UTF-8";

/*  ----------------------------------------------------------
header
----------------------------------------------------------  */

.header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 5rem;
  position: absolute;
  top: 3rem;
  width: 100%;
  z-index: 10;
}

.header_logo {
  height: auto;
  width: 12rem;
}

/*  ----------------------------------------------------------
gnav
----------------------------------------------------------  */

.gnav_menu {
  align-items: flex-start;
  display: flex;
}

.gnav_menu li {
  border-right: 1px solid #fff;
}

.gnav_menu li:last-of-type {
  border-right: none;
}

.gnav_menu li a {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 0 2.5rem;
}

/*  ----------------------------------------------------------
hamburger
----------------------------------------------------------  */

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: url(../img/texture1.jpg) repeat center center/100% auto;
  bottom: 0;
  display: block;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -9999;
}

.gnav-sp nav {
  width: 100%;
}

.gnav-sp .wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.gnav-sp-menu li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}

.gnav-sp-menu li a {
  color: #000;
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

/* toggle */

.toggle-btn {
  background: var(--brw);
  cursor: pointer;
  display: block;
  height: 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  width: 6rem;
  z-index: 100000;
}

.toggle-btn span {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 2rem;
  position: absolute;
  transition: all 0.4s;
  width: 2rem;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */

.open .gnav-sp {
  display: block;
  opacity: 1;
  top: 0;
  z-index: 99999;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*  ----------------------------------------------------------
footer
----------------------------------------------------------  */

.footer {
  background: url(../img/footer_deco.jpg) repeat-x center top/auto 8rem;
  background-color: #000;
  padding: 11rem 0 2rem;
}

.footer_nav {
  display: flex;
  justify-content: center;
}

.footer_nav li {
  border-right: 1px solid #fff;
}

.footer_nav li:last-of-type {
  border-right: none;
}

.footer_nav li a {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 0 2.5rem;
}

.footer_logo {
  height: auto;
  margin: 7rem auto 5rem;
  width: 13rem;
}

.footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: center;
}

main {
  overflow: hidden;
}

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.top-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-wrap.ycenter {
  align-items: center;
}

.top-wrap.xcenter {
  justify-content: center;
}

.top-wrap.rev {
  flex-direction: row-reverse;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}

.more a {
  align-items: center;
  display: block;
  display: flex;
  gap: 2.2rem;
  letter-spacing: 0.12em;
  position: relative;
}

.more a::after {
  aspect-ratio: 120/82;
  background: url(../img/arw-wht.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  position: relative;
  width: 6rem;
}

.more-yel a {
  color: var(--yel);
}

.more-yel a::after {
  background-image: url(../img/arw-gld.png);
}

/*  ----------------------------------------------------------
top-heading
----------------------------------------------------------  */

.top-heading {
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}

.top-heading-concept {
  width: 23.6rem;
}

.top-heading-system {
  width: 12rem;
}

.top-heading-gallery {
  width: 13.8rem;
}

.top-heading-news {
  width: 10.4rem;
}

.top-heading-recruit {
  width: 15.1rem;
}

.top-heading-access {
  width: 12.2rem;
}

.top-txt {
  letter-spacing: 0.2em;
  line-height: 2.25;
}

.top-txt span {
  display: inline-block;
}

/*  ----------------------------------------------------------
loop slider 
----------------------------------------------------------  */

#loopslider {
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline-block;
  height: 200px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

#loopslider ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#loopslider ul li {
  display: inline;
  float: left;
  height: 200px;
  overflow: hidden;
  width: 290px;
}

#loopslider ul img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  padding: 0 5px;
  width: 100%;
}

/*  ----------------------------------------------------------
news 
----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 30.5%;
}

.page-news .CMS-NEWS-INDEX {
  margin-bottom: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.CMS-NEWS-ITEM {
  width: 32%;
}

.page-news .CMS-NEWS-ITEM {
  margin-bottom: 5rem;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 320/200;
  margin-bottom: 2.5rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

.page-news .CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-LINK {
  font-weight: 400;
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--brw);
  border: 2px solid var(--brw);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  width: 28rem;
}

.CMS-NEWS-MORE-READ:hover {
  opacity: 0.7;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--yel);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: #000;
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 4rem auto;
  width: 70%;
}

/*  ----------------------------------------------------------
instagram
----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 1.5rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST > * img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n+7) {
  display: none;
}

/*  ----------------------------------------------------------
scroll
----------------------------------------------------------  */

.scroll {
  align-items: center;
  bottom: 2rem;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  left: 10%;
  letter-spacing: 0;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 5;
}

.scroll::after {
  background: #fff;
  content: "";
  display: block;
  height: 8rem;
  margin-top: 0.5rem;
  width: 1px;
}

/*=============== fixed-btn ===========*/

.fixed-btn {
  padding: 1rem 0rem;
  position: relative;
}

.fixed-btn a {
  display: block;
}

.fixed-btn img:last-of-type {
  display: block;
  height: 3.5rem;
  width: 3.5rem;
}

.fixed-btn_icn {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.fixed-btn_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.fixed-btn_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.fixed-btn span:first-of-type {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.5em;
  line-height: 1;
  margin-left: 0.5rem;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn span:first-of-type::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 7rem;
  position: relative;
  width: 1px;
}

.fixed-btn span:last-of-type {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.fixed-btn--1 {
  background: var(--org);
}

.fixed-btn--1 img:first-of-type {
  display: block;
  width: 4.6rem;
}

.fixed-btn--2 {
  background: #e42021;
}

.fixed-btn--2 img:first-of-type {
  display: block;
  width: 6.7rem;
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

.top-kv {
  background: #000;
  position: relative;
}

.top-kv::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 15rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

#main {
  height: 48vw;
  position: relative;
  width: 100%;
}

/*=============== bar ===========*/

.bar {
  background: url(../img/bar.jpg) no-repeat center/cover;
  height: 8rem;
  width: 100%;
}

/*=============== top-concept ===========*/

.top-concept {
  background: url(../img/concept_bg.jpg) no-repeat center center/cover;
  padding: 12rem 0 12rem;
}

.top-concept_box {
  margin: 0 -5rem 0;
  position: relative;
}

.top-concept_box::before {
  background-color: var(--brw);
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
}

.top-concept_inner {
  background-image: url(../img/concept_deco-1.png), url(../img/concept_deco-3.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto, 100% auto;
  padding: 8rem 0 8.5rem;
  position: relative;
}

.top-concept_inner::before {
  background: url(../img/concept_deco-2.png) repeat-y center top/100% auto;
  content: "";
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  top: 10%;
  width: 100%;
}

.top-concept_ttl {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.21em;
  line-height: 1.69;
  margin: 2.5rem 0 2rem;
  text-align: center;
}

.top-concept_txt {
  margin-bottom: 5.5rem;
  text-align: center;
}

/*=============== top-system ===========*/

.top-system {
  background-image: url(../img/system_deco1.png), url(../img/system_deco2.png), url(../img/system_deco3.png), url(../img/texture1.jpg);
  background-position: right top 3rem, left top 52rem, right bottom 4rem, center top;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: min(20%, 29rem) auto, min(17.5%, 26rem) auto, min(20%, 29rem) auto, 100% auto;
  padding: 10rem 0;
}

.top-system_container {
  margin: 0 auto;
  max-width: 94rem;
  padding: 0 3rem;
}

.top-system_img {
  margin: 7rem 0;
}

.top-system_ttl {
  color: var(--yel);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 3rem;
  text-align: center;
}

.top-system_txt {
  color: #000;
  margin-bottom: 7rem;
  text-align: center;
}

/*=============== top-gallery ===========*/

.top-gallery {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 8.5rem 0 11rem;
}

.top-gallery #loopslider {
  margin: 6rem 0 8rem;
}

/*=============== top-news ===========*/

.top-news {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 10rem 0 10rem;
}

.top-news_body {
  color: #000;
  margin: 5rem auto 8rem;
  max-width: 101rem;
}

/*=============== top-recruit ===========*/

.top-recruit {
  background: url(../img/recruit_bg.jpg) no-repeat center center/cover;
  padding: 7rem 0 9rem;
}

.top-recruit_inner {
  width: -moz-max-content;
  width: max-content;
}

.top-recruit_txt {
  margin: 5rem 0;
  text-align: center;
}

/*=============== top-access ===========*/

.top-access {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 14rem 0 0;
}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 11rem 0 0 calc(50% - 50vw);
  position: relative;
}

.top-access_img {
  width: 52%;
}

.top-access_body {
  width: 44%;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #000;
  padding: 2.5rem 0;
}

.top-access_list dt:last-of-type,
.top-access_list dd:last-of-type {
  border-bottom: none;
}

.top-access_list dt:first-of-type,
.top-access_list dd:first-of-type {
  padding-top: 0;
}

.top-access_list dt {
  padding-left: 1em;
  width: 30%;
}

.top-access_list dd {
  width: 70%;
}

.top-access_list dd span {
  display: inline-block;
}

.top-access .more {
  margin: 4rem 0 0;
}

.top-access_map {
  margin-top: 20rem;
}

.top-access_map iframe {
  height: 45rem;
  width: 100%;
}

/*=============== top-insta ===========*/

.top-insta {
  padding: 13rem 0 20rem;
}

.top-insta_wrap {
  margin: 8rem auto 0;
  max-width: 95rem;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 1400px) {
  /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
  /* Wider than xl-size */

  .top-concept_box {
    margin: 0;
  }
}

@media only screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  /* Wider than md-size */

  .header {
    height: 6rem;
    padding: 0 5%;
    top: 1rem;
  }

  .header_logo {
    width: 8rem;
  }

  .footer {
    background-size: auto 4rem;
    padding: 8rem 0 2rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .footer_nav li {
    border-right: none;
  }

  .footer_nav li a {
    inset: 0;
    line-height: unset;
    padding: 0;
    text-align: center;
  }

  .footer_logo {
    margin: 3rem auto;
    width: 10rem;
  }

  .top-container {
    margin: 0 5%;
    padding: 0;
  }

  .top-wrap {
    flex-direction: column;
  }

  .top-wrap.rev {
    flex-direction: column;
  }

  .top-wrap.mdrev {
    flex-direction: column-reverse;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .more a {
    gap: 1rem;
    letter-spacing: 0.05em;
  }

  .more a::after {
    width: 5rem;
  }

  .top-heading-concept {
    width: 14rem;
  }

  .top-heading-system {
    width: 10.8rem;
  }

  .top-heading-gallery {
    width: 12.4rem;
  }

  .top-heading-news {
    width: 9.4rem;
  }

  .top-heading-recruit {
    width: 13.6rem;
  }

  .top-heading-access {
    width: 11rem;
  }

  .top-txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .CMS-NEWS-INDEX {
    margin-bottom: 2rem;
  }

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 5rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .scroll::after {
    height: 5rem;
  }

  .fixed-btn {
    padding: 0.5rem 0;
    width: 50%;
  }

  .fixed-btn a {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn img:last-of-type {
    height: 3rem;
    margin: 0;
    width: 3rem;
  }

  .fixed-btn_icn {
    gap: 0.3rem;
    margin-bottom: 0;
  }

  .fixed-btn_wrapper {
    bottom: 0;
    flex-direction: row;
    gap: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn_inner {
    flex-direction: column;
  }

  .fixed-btn span:first-of-type {
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    margin-left: 0;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .fixed-btn span:first-of-type::after {
    height: 1px;
    margin-left: 0.5rem;
    width: 4rem;
  }

  .fixed-btn span:last-of-type {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    writing-mode: horizontal-tb;
  }

  .top-kv::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    top: auto;
  }

  #main {
    height: 38rem;
  }

  .bar {
    height: 4rem;
  }

  .top-concept {
    padding: 3rem 0;
  }

  .top-concept_inner {
    padding: 4rem 0;
  }

  .top-concept_inner::before {
    height: calc(100% - 10vw);
    top: 5vw;
  }

  .top-concept_ttl {
    font-size: 2rem;
    line-height: 1.5;
  }

  .top-concept_txt {
    margin-bottom: 3rem;
  }

  .top-system {
    background-position: right top 2rem, left top 52rem, right bottom 2rem, center top;
    background-size: min(23%, 12rem) auto, min(17.5%, 12rem) auto, min(23%, 12rem) auto, 100% auto;
    padding: 6rem 0;
  }

  .top-system_container {
    margin: 0 5%;
    padding: 0;
  }

  .top-system_img {
    margin: 4rem 0 3rem;
  }

  .top-system_ttl {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  .top-system_txt {
    margin-bottom: 3rem;
  }

  .top-gallery {
    padding: 5rem 0;
  }

  .top-gallery #loopslider {
    margin: 3rem 0 3rem;
  }

  .top-news {
    padding: 6rem 0;
  }

  .top-news_body {
    margin: 3rem 0 0rem;
  }

  .top-recruit {
    background-color: var(--drk);
    background-image: url(../img/recruit_bg-sp1.jpg), url(../img/recruit_bg-sp2.jpg);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 60% auto, min(45%, 27rem) auto;
    padding: 6rem 0;
  }

  .top-recruit_inner {
    width: 100%;
  }

  .top-recruit_txt {
    margin: 3rem 0;
  }

  .top-access {
    padding: 6rem 0 0;
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    margin: 3rem 0 4rem;
  }

  .top-access_img {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_body {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_list dt {
    border-bottom: none;
    font-weight: 700;
    padding: 1.2rem 0 0;
    position: relative;
    width: 100%;
  }

  .top-access_list dt:before {
    content: "◆";
    margin-right: 0.5em;
  }

  .top-access_list dd {
    padding: 0 0 1.2rem 0;
    width: 100%;
  }

  .top-access .more {
    margin: 3rem auto 0;
  }

  .top-access_map {
    margin-top: 5rem;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-insta {
    padding: 6rem 0;
  }

  .top-insta_wrap {
    margin: 4rem auto 0;
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  #loopslider {
    height: 128px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 128px;
  }

  #loopslider ul li {
    height: 128px;
    width: 190px;
  }
}

@media only screen and (max-width: 575px) {
  /* Wider than sm-size */

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM:last-of-type {
    margin-bottom: 5rem;
  }
}