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

kv

------------------------------------------- */
.top-kv {
  position: relative;
}
.top-kv::before, .top-kv::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  z-index: 3;
}
.top-kv::before {
  background: url(../img/bg-grd-1.png) repeat-x center top;
  background-size: auto 12rem;
  top: -0.1rem;
}
.top-kv::after {
  background: url(../img/bg-grd-2.png) repeat-x center bottom;
  background-size: auto 7rem;
  bottom: -0.1rem;
}

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#main,
.CMS-NOT-EDITABLE-AREA {
  height: 60rem;
}

@media screen and (max-width: 768px) {
  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 48rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 10rem 0 0 0;
  position: relative;
}
.top-news .deco {
  position: absolute;
  left: -3rem;
  top: -50rem;
  width: 50rem;
  z-index: 9;
  pointer-events: none;
  opacity: 0.8;
}
.top-news .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.top-news h2 {
  margin-bottom: 0;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
    display: flex;
    flex-direction: column;
  }
  .top-news .deco {
    left: -10rem;
    top: -30rem;
    width: 40rem;
  }
  .top-news .wrap {
    display: contents;
  }
  .top-news .wrap .more-wrap {
    order: 4;
    display: flex;
    justify-content: center;
  }
  .top-news h2 {
    margin-bottom: 3.5rem;
  }
}
/* cms */
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

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

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

concept

------------------------------------------- */
.top-concept {
  position: relative;
  background: url(../img/deco-1.png) no-repeat right top;
  background-size: 28rem auto;
}
.top-concept .txt {
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 10rem;
  position: absolute;
  left: -1rem;
  top: 14rem;
  z-index: 10;
  pointer-events: none;
}
.top-concept .deco-1 {
  position: absolute;
  right: 0;
  top: -32rem;
  pointer-events: none;
  overflow: hidden;
  width: 50rem;
  pointer-events: none;
}
.top-concept .deco-1 img {
  position: relative;
  right: -8rem;
}
.top-concept .img-1 {
  position: absolute;
  left: 0;
  top: -3rem;
  width: 50%;
  pointer-events: none;
}
.top-concept .wrap {
  width: 68rem;
  margin-left: auto;
  margin-right: 15rem;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 14rem;
  position: relative;
  z-index: 20;
}
.top-concept .wrap > div:nth-of-type(1) {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-concept .wrap > div:nth-of-type(1) span {
  margin-left: 2rem;
  background: linear-gradient(to bottom, #C43400, transparent);
  padding: 1rem 0.6rem;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
.top-concept .wrap > div:nth-of-type(1) div {
  padding-top: 4rem;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.top-concept .wrap > div:nth-of-type(2) {
  padding-top: 10rem;
  padding-right: 8rem;
}
.top-concept .wrap > div:nth-of-type(2) p {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  margin-bottom: 5rem;
}
.top-concept .ttl-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.top-concept .ttl-wrap h2 {
  margin: 0;
}
.top-concept .ttl-wrap::after {
  content: "";
  width: 15rem;
  height: 0.12rem;
  background: linear-gradient(to right, #fff, transparent);
  margin-left: 1.2rem;
  margin-top: 1.3rem;
}
.top-concept .img-2 {
  pointer-events: none;
  margin-top: -38rem;
}

@media screen and (max-width: 768px) {
  .top-concept {
    background-size: 18rem auto;
  }
  .top-concept .txt {
    font-size: 6.4rem;
    left: -0.5rem;
    top: 7rem;
  }
  .top-concept .deco-1 img {
    position: relative;
    right: -15rem;
  }
  .top-concept .img-1 {
    position: relative;
    top: -6rem;
    width: 85%;
    margin-bottom: -10rem;
  }
  .top-concept .wrap {
    width: auto;
    margin: 0;
    flex-direction: column;
    padding-top: 0;
    padding-left: 8rem;
    padding-right: 3rem;
  }
  .top-concept .wrap > div:nth-of-type(1) span {
    margin-left: 0;
    background: linear-gradient(to right, #C43400, transparent);
    padding: 0.6rem 1rem;
  }
  .top-concept .wrap > div:nth-of-type(1) div {
    padding-top: 1rem;
    font-size: 2.2rem;
  }
  .top-concept .wrap > div:nth-of-type(2) {
    padding-top: 4rem;
    padding-right: 0;
  }
  .top-concept .wrap > div:nth-of-type(2) p {
    font-family: "Noto Serif JP", serif;
    line-height: 1.8;
    margin-bottom: 3.5rem;
  }
  .top-concept .ttl-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .top-concept .ttl-wrap h2 {
    margin: 0;
  }
  .top-concept .ttl-wrap::after {
    width: 6rem;
  }
  .top-concept .img-2 {
    margin-top: -7rem;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
  background: url(../img/top-bg-1.png) no-repeat right top;
  background-size: 40rem auto;
  padding-bottom: 8rem;
  position: relative;
}
.top-menu .deco {
  position: absolute;
  display: block;
  left: 0;
  top: -28rem;
  width: 33rem;
  pointer-events: none;
  z-index: -1;
}
.top-menu .txt {
  display: block;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 8rem;
  margin-bottom: 5rem;
  margin-top: -7rem;
}
.top-menu .wrap {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.top-menu .wrap h2 {
  margin: 0;
  white-space: nowrap;
}
.top-menu .wrap p {
  font-family: "Noto Serif JP", serif;
  padding-left: 5rem;
  padding-right: 10rem;
  line-height: 1.8;
}
.top-menu ul {
  display: flex;
  justify-content: space-between;
  padding-right: 12rem;
}
.top-menu ul figure {
  margin-bottom: 2.5rem;
}
.top-menu ul dt {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
}
.top-menu ul dd {
  margin: 2rem 0 4rem 0;
  line-height: 1.8;
}
.top-menu ul li:nth-child(1) {
  width: 70%;
  padding-right: 2rem;
}
.top-menu ul li:nth-child(1) > div {
  padding: 0 12rem;
}
.top-menu ul li:nth-child(2) {
  width: 30%;
  margin-top: 18rem;
}

@media screen and (max-width: 768px) {
  .top-menu {
    background-size: 28rem auto;
    padding: 6rem 3rem;
  }
  .top-menu .deco {
    top: -10rem;
    left: -3rem;
    width: 18rem;
  }
  .top-menu .txt {
    font-size: 4.8rem;
    margin-bottom: 3rem;
    margin-top: -7rem;
  }
  .top-menu .wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
  .top-menu .wrap h2 {
    margin-bottom: 1rem;
  }
  .top-menu .wrap p {
    padding: 0;
  }
  .top-menu ul {
    flex-direction: column;
    padding-right: 0;
  }
  .top-menu ul figure {
    margin-bottom: 2.5rem;
  }
  .top-menu ul dd {
    margin: 2rem 0 2.5rem 0;
  }
  .top-menu ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 3rem;
    padding-right: 0;
  }
  .top-menu ul li:nth-child(1) > div {
    padding: 0;
  }
  .top-menu ul li:nth-child(2) {
    width: 100%;
    margin-top: 0;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  padding: 8rem 0;
  background: url(../img/texture-1.jpg) center top;
  background-size: 100% auto;
}
.top-gallery .more-wrap {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 8rem 0;
  }
  .top-gallery h2 {
    margin-left: 3rem;
  }
  .top-gallery .more-wrap {
    padding-right: 3rem;
  }
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
  height: 180px;
}

#loopslider ul li {
  width: 220px;
}

#loopslider figure {
  padding: 0 0.7rem;
}

@media screen and (max-width: 768px) {
  #loopslider,
  #loopslider ul,
  #loopslider ul li,
  #loopslider img {
    height: 160px;
  }
  #loopslider ul li {
    width: 200px;
  }
}
#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 .wrap {
  display: flex;
}
.top-access .wrap > figure {
  width: 40%;
}
.top-access .wrap > div {
  width: 60%;
  padding-left: 6rem;
  padding-right: 12rem;
}
.top-access .wrap h2 {
  margin-bottom: 2.5rem;
}

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

recruit

------------------------------------------- */
.top-recruit {
  padding: 8rem 0;
  background: url(../img/top-bg-2.jpg) no-repeat center/cover;
}
.top-recruit .wrap {
  border: solid 0.12rem #fff;
  display: flex;
  padding: 4rem 6rem;
}
.top-recruit .wrap h2 {
  width: 15rem;
}
.top-recruit .wrap > div {
  width: calc(100% - 15rem);
}
.top-recruit .wrap .more-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 3rem;
  }
  .top-recruit .wrap {
    flex-direction: column;
    padding: 3rem;
  }
  .top-recruit .wrap h2 {
    width: 100%;
  }
  .top-recruit .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  padding: 8rem 0;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}
.top-insta .ttl-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
  }
  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}
/* cms */
.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST > * {
  width: calc((100% - 4rem) / 3);
}

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

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

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-2.jpg) no-repeat center/cover;
}

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

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

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

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: 1rem;
  margin-bottom: 4rem;
  font-family: "Noto Serif JP", serif;
}

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

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

ul.lcmenu li.current a {
  background: #C43400;
  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);
  }
}
/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }
}
.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  padding: 2rem;
  width: 70%;
  background: #333;
  color: #fff;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  width: 70%;
  height: 16rem;
  padding: 2rem;
  background: #333;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-INPUT,
  .CMS-FORM-EMAIL,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 70%;
}

.CMS-FORM-RADIO > div:not(:last-of-type) {
  margin-right: 2.5rem;
  margin-bottom: 1.2rem;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
}

.CMS-FORM-RADIO > div label {
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    display: block;
    width: 100%;
    white-space: unset;
  }
  .CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .CMS-FORM-RADIO > div label {
    width: calc(100% - 24px);
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0.7rem;
  }
}
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  background: rgb(245, 245, 245);
  border: solid 1px #ddd;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  content: "";
  background: #C43400;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
  input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type=submit] {
  background: #C43400;
  color: #fff;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
}
/* ---- calendar ---- */
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: #ddd solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem;
  width: 70%;
}

@media screen and (max-width: 768px) {
  input[type=date] {
    width: 100%;
  }
}
/* ---- select ---- */
.select-wrap {
  position: relative;
  width: 70%;
}

.select-wrap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 0.15rem #333;
  border-bottom: solid 0.15rem #333;
  transform: rotate(45deg);
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 0.6rem);
  z-index: 10;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  padding: 1.6rem 4rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}
/* ---- required ---- */
.required {
  background: #C43400;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.7rem 0.35rem 0.7rem;
  vertical-align: 0.1rem;
}

/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input:focus,
  .CMS-FORM-GROUP textarea:focus {
    font-size: 16px;
  }
}
/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
  background: #222;
  font-size: 1.2rem;
  height: 20rem;
  overflow: auto;
  padding: 1.7rem 2rem;
}

.privacy-note {
  font-size: 1.2rem;
  margin: 5rem 0 2rem 0;
}

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

thanx

------------------------------------------- */
.thanx {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}
.back {
  display: block;
  text-align: center;
}

.back a {
  color: #C43400;
}/*# sourceMappingURL=style.css.map */