@charset "UTF-8";
/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
  position: relative;
  padding-left: 6rem;
}

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#main::before {
  content: "";
  width: 100%;
  height: 24rem;
  background: linear-gradient(to bottom, #000, transparent);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.8;
}

#main {
  height: 60rem;
}

@media screen and (max-width: 768px) {
  .top-kv {
    padding-left: 0;
  }
  #main {
    height: 48rem;
  }
}
.scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  z-index: 3;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.scroll span {
  width: 0.1rem;
  height: 3rem;
  background: #fff;
  margin-right: 0.3rem;
  margin-top: 0.5rem;
  animation: scroll infinite 1s;
}

@keyframes scroll {
  0% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}
/* -------------------------------------------

policy

------------------------------------------- */
.top-policy {
  padding: 9rem 8rem 20rem 8rem;
  background: url(../img/top-bg-1.jpg) no-repeat center/cover;
}
.top-policy h2 {
  width: 56rem;
  margin-left: -4.5rem;
  mix-blend-mode: screen;
  position: relative;
  z-index: 3;
}
.top-policy .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -5.5rem;
}
.top-policy .wrap > * {
  width: 47%;
}
.top-policy .wrap > div {
  padding-right: 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: -5rem;
}
.top-policy .wrap h3 {
  text-align: right;
}
.top-policy .wrap p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .top-policy {
    padding: 5rem 3rem 10rem 3rem;
  }
  .top-policy h2 {
    width: 110%;
    margin-left: -5%;
  }
  .top-policy .wrap {
    flex-direction: column;
    margin-top: -3rem;
  }
  .top-policy .wrap > * {
    width: 100%;
  }
  .top-policy .wrap > div {
    margin-top: 3rem;
    padding-right: 0;
    margin-bottom: 0;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
  position: relative;
  padding: 12rem 0 8rem 0;
  background: url(../img/top-bg-2.jpg) no-repeat center top/cover;
}
.top-menu h2 {
  margin-bottom: 14rem;
}
.top-menu ul {
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.top-menu ul li {
  display: flex;
  position: relative;
}
.top-menu ul li > * {
  width: 50%;
}
.top-menu ul li:nth-child(odd) {
  align-items: flex-end;
}
.top-menu ul li:nth-child(odd) > div {
  padding: 0 12rem 3rem 6rem;
}
.top-menu ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.top-menu ul li:nth-child(even) > div {
  padding: 2rem 6rem 0 12rem;
}
.top-menu ul .script {
  font-family: "Kaushan Script", cursive;
  color: #615d5c;
  line-height: 1;
  font-size: 4.4rem;
  margin-bottom: 1rem;
  display: block;
}
.top-menu .deco-1 {
  position: absolute;
  right: 8rem;
  top: -3rem;
  width: 28rem;
}
.top-menu .deco-2 {
  position: absolute;
  left: 8rem;
  bottom: -10rem;
  width: 20rem;
}

@media screen and (max-width: 768px) {
  .top-menu {
    padding: 8rem 3rem;
  }
  .top-menu h2 {
    margin-bottom: 4rem;
  }
  .top-menu ul {
    margin-bottom: 4rem;
    gap: 6rem;
  }
  .top-menu ul li {
    flex-direction: column;
  }
  .top-menu ul li > * {
    width: 100%;
  }
  .top-menu ul li:nth-child(odd) > div {
    padding: 0;
    margin-top: 3rem;
  }
  .top-menu ul li:nth-child(even) {
    flex-direction: column;
  }
  .top-menu ul li:nth-child(even) > div {
    padding: 0;
    margin-top: 3rem;
  }
  .top-menu ul .script {
    font-family: "Kaushan Script", cursive;
    color: #615d5c;
    line-height: 1;
    font-size: 4.4rem;
    margin-bottom: 1rem;
    display: block;
  }
  .top-menu .deco-1 {
    position: relative;
    right: auto;
    top: auto;
    width: 20rem;
    margin-left: auto;
    display: block;
    pointer-events: none;
    margin-bottom: -4rem;
  }
  .top-menu .deco-2 {
    position: relative;
    left: auto;
    bottom: auto;
    width: 20rem;
    margin-left: auto;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  padding: 10rem 0;
  background: url(../img/top-bg-3.jpg) no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 8rem 0;
  }
}
#loopslider,
#loopslider ul,
#loopslider ul li {
  height: 200px;
}

#loopslider img {
  height: 180px;
}

#loopslider ul li {
  width: 260px;
}
#loopslider ul li:nth-child(even) {
  margin-top: 20px;
}

#loopslider img {
  -o-object-fit: cover;
     object-fit: cover;
}

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

#loopslider ul {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#loopslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

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

/* -------------------------------------------

access

------------------------------------------- */
.top-access {
  padding: 10rem 0;
}
.top-access h2 {
  margin-bottom: 6rem;
}
.top-access .wrap {
  display: flex;
  margin-bottom: 5rem;
  justify-content: space-between;
  align-items: flex-start;
}
.top-access .wrap > * {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 3rem;
  }
  .top-access h2 {
    margin-bottom: 4rem;
  }
  .top-access .wrap {
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .top-access .wrap > * {
    width: 100%;
  }
  .top-access .wrap > figure {
    margin-bottom: 2rem;
  }
}
/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
  padding: 15rem 0;
  background: url(../img/top-bg-4.jpg) no-repeat center/cover;
}
.top-recruit .wrap {
  background: url(../img/top-bg-5.jpg) no-repeat center/cover;
  border: solid 0.2rem #ccc;
  padding: 5rem;
}
.top-recruit h2 {
  display: flex;
  align-items: center;
  line-height: 1;
}
.top-recruit h2 .en {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.15em;
}
.top-recruit h2 .jp {
  font-weight: normal;
  margin-left: 2rem;
  font-size: 1.3rem;
}
.top-recruit p {
  margin: 1.5rem 0 3rem 0;
}
.top-recruit a {
  display: inline-block;
  border-bottom: solid 0.12rem #fff;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
  padding: 0 1rem;
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 3rem;
  }
  .top-recruit .wrap {
    background: url(../img/top-bg-5.jpg) no-repeat center right -10rem/cover;
    border: solid 0.2rem #ccc;
    padding: 3rem;
  }
  .top-recruit h2 {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
  }
  .top-recruit h2 .en {
    margin-bottom: 0.5rem;
    font-size: 3.2rem;
  }
  .top-recruit h2 .jp {
    margin-left: 0;
    font-size: 1.2rem;
  }
  .top-recruit p {
    margin: 1.5rem 0 2rem 0;
  }
  .top-recruit a {
    margin-left: 0;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/top-kv-3.jpg) no-repeat center/cover;
}

.page-ttl > div {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 22rem;
    padding-top: 3.5rem;
    background: rgba(0, 0, 0, 0.5);
  }
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-ttl h2 span {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  margin-top: 1rem;
  font-weight: normal;
}

/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}

.container .wrap.reverse {
  flex-direction: row-reverse;
}

.container .wrap > figure {
  width: 35%;
}

.container .wrap > figure img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap,
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
ul.lcmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}

ul.lcmenu li {
  text-align: center;
  flex: 1;
}

ul.lcmenu li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding-bottom: 0.1rem;
  white-space: nowrap;
}

ul.lcmenu li.current a {
  background: #ba8f39;
  color: #fff;
}

dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var + dd {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2); /* 下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child + dd {
  border-top: solid 1px rgba(0, 0, 0, 0.2); /* 上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd) + dd {
  background: rgba(0, 0, 0, 0.04); /* 背景色 */
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) {
  background: none !important;
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd {
  background: none !important;
}

dl.menu-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  dl.menu-list {
    display: block;
  }
}
dl.menu-list dt {
  padding: 1.5rem;
  width: 70%;
}

dl.menu-list dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

dl.menu-list dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  text-align: right;
  width: 30%;
}

@media screen and (max-width: 768px) {
  dl.menu-list dt {
    width: 100%;
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  dl.menu-list dt:first-child + dd {
    border-top: none;
  }
  dl.menu-list dd {
    width: 100%;
    border-top: none;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gallery-list li {
  width: calc((100% - 4rem) / 5);
}

.gallery-list img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .gallery-list li {
    width: calc((100% - 3rem) / 4);
  }
}/*# sourceMappingURL=style.css.map */

.mascot{
	position: absolute;
	width: 28rem;
  right: 6rem;
  top: -10rem;
}
@media screen and (max-width: 768px) {
  .mascot{
    width: 14rem;
    right: 2rem;
    top: -7rem;
  }
}