@charset "UTF-8";

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

.header {
  align-items: center;
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  display: flex;
  height: 8rem;
  justify-content: space-between;
  padding: 0 5rem;
  width: 100%;
  z-index: 10;
}

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

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

.gnav_menu {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}

.gnav_menu li a {
  color: #fff;
  display: block;
  font-family: var(--ttl);
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-align: center;
}

.gnav_menu li:last-of-type img {
  width: 2.5rem;
}

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

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: url(../img/texture2.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 {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

.gnav-sp-menu li:last-of-type img {
  width: 3rem;
}

/* toggle */

.toggle-btn {
  background: var(--lbl);
  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/texture1.jpg) repeat center top/100% auto;
  padding: 5.5rem 0 3rem;
}

.footer_wrap {
  align-items: flex-start;
  display: flex;
  gap: 14rem;
  justify-content: center;
}

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

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

.footer_nav li:nth-of-type(n+7) {
  border-right: none;
}

.footer_nav li a {
  color: #fff;
  display: block;
  font-family: var(--ttl);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.1;
  padding: 0 2rem;
  width: 100%;
}

.footer_nav li:last-of-type a img {
  width: 2.2rem;
}

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

.footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  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 {
  display: block;
  height: 5.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 22rem;
}

.more a {
  background: url(../img/more-blu.jpg) no-repeat center top/100% auto;
  color: #fff;
  display: block;
  font-family: var(--ttl);
  font-weight: 900;
  letter-spacing: 0.34em;
  line-height: 5.4rem;
  text-align: center;
}

.more-wd a {
  background-image: url(../img/more-wood.jpg);
  color: var(--bk);
}

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

.top-heading {
  font-family: var(--ttl);
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}

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

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

#loopslider ul {
  display: inline-block;
  height: 100%;
  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: 32%;
}

.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 var(--bk);
  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(--blu);
  border: 2px solid var(--blu);
  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(--blu);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: var(--bk);
}

.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: 280/270;
  object-fit: cover;
  width: 100%;
}

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

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

.fixed-btn {
  background-image: url(../img/fixed-top.png), url(../img/fixed-top.png), url(../img/fixed-mid.png);
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100% auto, 100% auto, 100% auto;
  color: var(--bk);
  padding: 1rem 0.5rem;
  position: relative;
}

.fixed-btn img {
  display: block;
  height: auto;
  margin: 0 auto 0.8rem;
  width: 3.5rem;
}

.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--1 span:first-of-type {
  font-weight: 700;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.fixed-btn--1 span:last-of-type {
  display: block;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  gap: 0.3rem;
  line-height: 1;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn--1 span:last-of-type::before {
  aspect-ratio: 1/1;
  background: url(../img/icn-tel.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  position: relative;
  width: 2.3rem;
}

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

.fixed-btn--2 span:first-of-type::after {
  background: var(--bk);
  content: "";
  display: inline-block;
  height: 7rem;
  position: relative;
  width: 1px;
}

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

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

form

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

.CMS-FORM-GROUP {
  align-items: center;
  display: flex;
  margin-bottom: 2.5rem;
}

.CMS-FORM-GROUP label {
  font-weight: 500;
  width: 30%;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1rem 2rem;
  width: 70%;
}

.CMS-FORM-GROUP input:focus,
.CMS-FORM-GROUP textarea:focus,
.CMS-FORM-GROUP select:focus {
  outline: 2px solid var(--brw);
}

.CMS-FORM-GROUP input {
  border: #a7a7a7 solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1rem 2rem;
  width: 30%;
}

.CMS-FORM-GROUP input::-moz-placeholder {
  color: #ddd;
}

.CMS-FORM-GROUP input::placeholder {
  color: #ddd;
}

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

.CMS-FORM-GROUP select {
  border: #a7a7a7 solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1rem 2rem;
  width: 100%;
}

/* .CMS-FORM-GROUP .CMS-FORM-SELECT, */

.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 16rem;
}

.CMS-FORM-GROUP input[type=submit] {
  background: var(--blu);
  border: none;
  color: #fff;
  display: block;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 8rem auto 0;
  padding: 1.6rem 0;
  transition: all 0.3s;
  width: 24rem;
}

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

.CMS-FORM-RADIO {
  width: 70%;
}

.CMS-FORM-RADIO input[type=radio] {
  border-radius: 50%;
  display: block;
  height: 1.8rem;
  margin-top: 0.9rem;
  width: 1.8rem;
}

.CMS-FORM-RADIO label {
  display: flex;
  font-weight: 400;
  gap: 1rem;
  width: 100%;
}

.CMS-FORM-RADIO label:not(:last-of-type) {
  margin-bottom: 1rem;
}

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

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

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

.form_privacy p a {
  color: var(--blu);
  text-decoration: underline;
}

.form_privacy input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.form_privacy label {
  position: relative;
}

.form_privacy label:before {
  border: 2px solid darkgray;
  content: "";
  display: inline-block;
  height: 1.8rem;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  width: 1.8rem;
}

.form_privacy input:checked + label:after {
  border-bottom: 2px solid var(--blu);
  border-left: 2px solid var(--blu);
  content: "";
  height: 5px;
  left: 4px;
  position: absolute;
  top: 30%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 10px;
}

.his {
  background: rgb(200, 0, 0);
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  margin-left: 1.5rem;
  padding: 0.2rem 0.7rem 0.3rem 0.7rem;
  vertical-align: 0.2rem;
}

.thanxs {
  text-align: center;
}

.thanxs p + p {
  margin-top: 2rem;
}

.thanxs .more {
  color: #fff;
  margin-top: 6rem;
}

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

.top-kv {
  background: #000;
  height: calc(48vw - 8rem);
  position: relative;
}

.top-kv::before {
  aspect-ratio: 2880/167;
  background: url(../img/mv-deco.png) no-repeat center bottom/100% auto;
  bottom: -1px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 5;
}

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

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

.top-news {
  background-image: url(../img/concept_top.png), url(../img/texture2.jpg);
  background-position: center bottom, center top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 100% auto;
  padding: 12rem 0 18.5rem;
}

.top-news_body {
  margin: 5rem auto 6.5rem;
  max-width: 101rem;
}

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

.top-concept {
  background-image: url(../img/concept_deco.png), url(../img/concept_deco.png), url(../img/texture3.jpg);
  background-position: left 6% top, right 2% bottom 4rem, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 17% auto, 17% auto, 100% auto;
  padding: 11rem 0 0rem;
}

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

.top-concept_img {
  margin-top: -8rem;
  width: 60%;
}

.top-concept_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 2rem 0 0 auto;
  width: 38%;
}

.top-concept_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
  margin: 1rem 0 3rem;
}

.top-concept_title {
  color: #fff;
  font-family: var(--ttl);
  font-size: 2.6rem;
  letter-spacing: 0.21em;
  line-height: 1.92;
  margin-left: 2rem;
  writing-mode: vertical-rl;
}

.top-concept_text {
  color: #fff;
  font-family: var(--ttl);
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 2.19;
  margin-bottom: 5rem;
  writing-mode: vertical-rl;
}

.top-concept .more {
  margin-right: 0;
}

/*=============== top-menu ===========*/

.top-menu {
  background-image: url(../img/concept_bottom.png), url(../img/gallery_top.png), url(../img/texture2.jpg);
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100% auto, 100% auto, 100% auto;
  padding: 16rem 0 14rem;
  position: relative;
}

.top-menu::before {
  aspect-ratio: 662/488;
  background: url(../img/menu_deco1.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 10%;
  position: absolute;
  top: 6rem;
  width: 23%;
}

.top-menu::after {
  aspect-ratio: 458/513;
  background: url(../img/menu_deco3.png) no-repeat center center/contain;
  bottom: 4rem;
  content: "";
  display: block;
  left: 15%;
  position: absolute;
  width: 15%;
}

.top-menu .top-container {
  background-image: url(../img/menu_deco2.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 22rem auto;
  position: relative;
  z-index: 0;
}

.top-menu .top-container::after {
  aspect-ratio: 494/231;
  background: url(../img/menu_deco2.png) no-repeat center center/contain;
  bottom: 30%;
  content: "";
  display: block;
  left: -12rem;
  position: absolute;
  width: 25rem;
  z-index: -1;
}

.top-menu .top-heading {
  margin-bottom: 10rem;
}

.top-menu_wrap {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top-menu_wrap:nth-of-type(2) {
  flex-direction: row;
  margin: 8rem 0 9rem;
}

.top-menu_body {
  padding: 0 0 0 4rem;
  width: 45%;
}

.top-menu_wrap:nth-of-type(2) .top-menu {
  padding: 0 4rem 0 0;
}

.top-menu_img {
  position: relative;
  width: 49%;
  z-index: 0;
}

.top-menu_img img {
  -o-object-fit: cover;
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

.top-menu_img::before {
  background: url(../img/menu_base.jpg) no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 2rem;
  position: absolute;
  top: 2rem;
  width: 100%;
  z-index: -1;
}

.top-menu_img::after {
  content: "";
  display: block;
  left: -20%;
  position: absolute;
  top: -20%;
  width: 80%;
  z-index: -1;
}

.top-menu_wrap:nth-of-type(1) .top-menu_img::after {
  aspect-ratio: 875/830;
  background: url(../img/menu_deco4.png) no-repeat center/contain;
  left: 0;
  top: -60%;
  width: 100%;
}

.top-menu_wrap:nth-of-type(2) .top-menu_img::after {
  aspect-ratio: 1002/892;
  background: url(../img/menu_deco5.png) no-repeat center/contain;
  left: -20%;
  top: -40%;
  width: 100%;
}

.top-menu_wrap:nth-of-type(3) .top-menu_img::after {
  aspect-ratio: 897/918;
  background: url(../img/menu_deco6.png) no-repeat center/contain;
  left: -10%;
  top: -50%;
  width: 80%;
}

.top-menu_cap {
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-40%, -25%);
  width: 32%;
}

.top-menu_cap img {
  -o-object-fit: contain;
  object-fit: contain;
}

.top-menu_ttl {
  font-family: var(--ttl);
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.19em;
  line-height: 1.38;
  margin-bottom: 3rem;
}

.top-menu_txt {
  font-family: var(--noto);
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.8;
}

.top-menu .more {
  margin-top: 10rem;
}

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

.top-gallery {
  background-blend-mode: multiply;
  background-image: url(../img/gallery_deco.png), url(../img/texture3.jpg);
  background-position: center bottom, center top;
  background-repeat: no-repeat repeat;
  background-size: cover, 100% auto;
  margin-top: -2px;
  padding: 10rem 0 11rem;
  position: relative;
}

.top-gallery::before {
  aspect-ratio: 766/454;
  background: url(../img/gallery_deco2.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 10rem;
  top: 0;
  transform: translateY(-40%);
  width: 27%;
}

.top-gallery .top-heading {
  color: #fff;
}

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

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

.top-access {
  background-image: url(../img/access_deco2.png), url(../img/texture2.jpg);
  background-position: center bottom, center top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 100% auto;
  padding: 11rem 0 12rem;
}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 7rem auto 12rem;
  position: relative;
}

.top-access_img {
  width: 45%;
}

.top-access_body {
  width: 49%;
}

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

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(61, 28, 4, 0.6);
  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_map iframe {
  height: 43rem;
  width: 100%;
}

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

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

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

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

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

.top-recruit_txt {
  letter-spacing: 0.05em;
  margin: 3rem 0 7rem;
  text-align: center;
}

/*=============== page-recruit ===========*/

.recruit_list {
  margin-top: 1rem;
}

.recruit_list li {
  background: #d5d5d5;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 0.5rem;
  padding: 0.1em 0.5em;
}

.recruit_txt {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}

.recruit_txt span {
  display: inline-block;
}

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

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

  .top-concept_title {
    margin-left: 3rem;
  }

  .top-menu .top-container::after {
    content: none;
  }

  .top-menu_cap {
    transform: translate(-22%, -25%);
  }
}

@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 {
    background-size: 200% auto;
    height: 6rem;
    padding: 0 5%;
  }

  .header_logo {
    width: 13rem;
  }

  .footer {
    background-size: 200% auto;
    padding: 4rem 0 6rem;
  }

  .footer_wrap {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 2.5rem;
  }

  .footer_nav li {
    border-right: none;
  }

  .footer_logo {
    margin: 2rem auto 4rem;
    width: 15rem;
  }

  .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;
  }

  .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%;
  }

  .fixed-btn {
    background-image: url(../img/fixed-sp-line.jpg), url(../img/fixed-sp-body.jpg);
    background-repeat: repeat-x, repeat-x;
    background-size: 100% auto, 100% auto;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    width: 50%;
  }

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

  .fixed-btn img {
    margin: 0;
    width: 2.5rem;
  }

  .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--1 {
    border-right: 2px solid #786354;
  }

  .fixed-btn--1 span:first-of-type {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    writing-mode: horizontal-tb;
  }

  .fixed-btn--1 span:last-of-type {
    font-size: 2rem;
    text-decoration: underline;
    writing-mode: horizontal-tb;
  }

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

  .fixed-btn--2 span:first-of-type::after {
    height: 1px;
    width: 3rem;
  }

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

  .thanxs {
    text-align: left;
  }

  .top-kv {
    height: 38rem;
  }

  .top-news {
    background-size: 100% auto, 100% auto;
    padding: 6rem 0;
  }

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

  .top-concept {
    background-position: left 6% top, right 2% bottom 0rem, center top;
    background-size: min(25%, 15rem) auto, min(25%, 15rem) auto, 100% auto;
    padding: 7rem 0 2rem;
  }

  .top-concept_wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
  }

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

  .top-concept_body {
    align-items: center;
    margin: 0;
    width: 100%;
  }

  .top-concept_inner {
    flex-direction: column;
    justify-content: initial;
    margin: 0 0 3rem;
    width: 100%;
  }

  .top-concept_title {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
    margin-bottom: 2rem;
    margin-left: 0;
    writing-mode: horizontal-tb;
  }

  .top-concept_text {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0;
    writing-mode: horizontal-tb;
  }

  .top-concept .more {
    margin-right: auto;
  }

  .top-menu {
    background-size: 100% auto, 200% auto, 100% auto;
    padding: 8rem 0 10rem;
  }

  .top-menu::before {
    left: 5%;
    top: 2rem;
    width: min(30%, 18rem);
  }

  .top-menu::after {
    bottom: 2rem;
    left: 5%;
    width: min(20%, 15rem);
  }

  .top-menu .top-container {
    background-size: min(30%, 15rem);
  }

  .top-menu .top-heading {
    margin-bottom: 4rem;
  }

  .top-menu_wrap {
    flex-direction: column;
    gap: 3rem;
  }

  .top-menu_wrap:nth-of-type(2) {
    flex-direction: column;
    gap: 3rem;
    margin: 6rem 0;
  }

  .top-menu_body {
    padding: 0;
    width: 100%;
  }

  .top-menu_wrap:nth-of-type(2) .top-menu {
    padding: 0;
  }

  .top-menu_img::before {
    left: 1rem;
    top: 1rem;
  }

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

  .top-menu_cap {
    transform: translate(-15%, -30%);
    width: 35%;
  }

  .top-menu_ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .top-menu_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 0;
  }

  .top-menu .more {
    margin-top: 4rem;
  }

  .top-gallery::before {
    right: 2%;
    width: min(42%, 30rem);
  }

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

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

  .top-access {
    padding: 6rem 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_map iframe {
    height: 25rem;
  }

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

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

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

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

  .recruit_txt {
    font-size: 1.8rem;
  }
}

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

  #loopslider ul {
    height: 129px;
  }

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

  .CMS-FORM-GROUP {
    display: block;
  }

  .CMS-FORM-GROUP label {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }

  .CMS-FORM-GROUP input,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }

  .CMS-FORM-GROUP input {
    max-width: 50rem;
    width: 100%;
  }

  .CMS-FORM-GROUP .CMS-FORM-SELECT {
    width: 100%;
  }

  .CMS-FORM-RADIO {
    width: 100%;
  }

  .CMS-FORM-RADIO label {
    display: flex;
    gap: 0.5rem;
    letter-spacing: 0;
  }

  .CMS-FORM-GROUP input[type=checkbox] {
    height: 3rem;
    width: 3rem;
  }

  .CMS-FORM-GROUP input[type=submit] {
    font-size: 1.8rem;
    margin-top: 3rem;
    width: 100%;
  }

  .thanx {
    text-align: left;
  }
}

@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;
  }
}