@charset "UTF-8";

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

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

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

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

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

.gnav_menu li a {
  color: #fff;
  display: block;
  font-weight: 500;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
}

.gnav_menu li:last-of-type i {
  font-size: 2.5rem;
}

.gnav_menu li:nth-last-child(2) i {
  font-size: 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 {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

.gnav-sp-menu li:last-of-type {
  font-size: 3rem;
}

.gnav-sp-menu li:nth-last-child(2) i {
  font-size: 3rem;
}

/* toggle */

.toggle-btn {
  background: var(--yel);
  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: #000;
  padding: 3rem 0 0;
}

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

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  width: 100%;
}


.footer_nav li:nth-last-child(3) a {
  font-size: 2rem;
}

.footer_nav li:nth-last-child(2) a {
  width: 2rem;
}

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

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

.footer_copyright {
  background: var(--yel);
  color: #fff;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  padding: 1rem 0;
  text-align: center;
  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 {
  height: 4.3rem;
  margin-left: auto;
  margin-right: auto;
  width: 18rem;
}

.more a {
  align-items: center;
  background: url(../img/more.jpg) no-repeat center center/cover;
  color: #fff;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

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

.top-heading {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
}

.top-heading span {
  color: var(--brw);
  display: block;
  font-size: 1.5rem;
  margin-top: 0.7rem;
}

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

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

#loopslider ul {
  display: inline-block;
  height: 227px;
  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: 227px;
  overflow: hidden;
  width: 321px;
}

#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.3);
  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(--yel);
  border: 2px solid var(--yel);
  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 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 {
  color: #fff;
  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 {
  background: #000;
  border: 1px solid var(--yel);
}

.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 {
  background: var(--yel);
  border: 1px solid #000;
}

.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: #fff;
  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(--yel);
}

.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(--yel);
  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(--prime-color);
  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(--prime-color);
  border-left: 2px solid var(--prime-color);
  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: 48vw;
  position: relative;
}

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

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

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

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

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

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

.top-concept {
  background-image: url(../img/concept_deco.png), url(../img/texture2.jpg);
  background-position: right top, center top;
  background-repeat: no-repeat, repeat;
  background-size: min(28.5%, 41rem) auto, 100% auto;
  padding: 16rem 0 1.5rem;
}

.top-concept_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: calc(50% - 50vw);
}

.top-concept_img {
  width: 62.5%;
}

.top-concept_body {
  color: #fff;
  width: 37%;
}

.top-concept_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top-concept_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  font-weight: 700;
  letter-spacing: 0.21em;
  line-height: 2.17;
  writing-mode: vertical-rl;
}

.top-concept_txt {
  letter-spacing: 0.16em;
  line-height: 2.1;
  writing-mode: vertical-rl;
}

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

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

.top-menu {
  background-image: url(../img/menu_deco.png), url(../img/texture1.jpg);
  background-position: right 14% bottom 9rem, center top;
  background-repeat: no-repeat, repeat;
  background-size: min(18%, 26rem) auto, 100% auto;
  padding: 13.5rem 0 20rem;
}

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

.top-menu_item {
  position: relative;
}

.top-menu_item:nth-of-type(2) {
  margin: 11rem 0;
}

.top-menu_wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.top-menu_item:nth-of-type(2) .top-menu_wrap {
  flex-direction: row-reverse;
}

.top-menu_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
  width: 19%;
}

.top-menu_cap {
  align-items: center;
  aspect-ratio: 80/223;
  background: url(../img/menu_ttl.jpg) no-repeat center center/contain;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  height: -moz-max-content;
  height: max-content;
  letter-spacing: 0.21em;
  margin-left: 2rem;
  padding-top: 4rem;
  width: 8rem;
  writing-mode: vertical-rl;
}

.top-menu_img {
  width: 74.5%;
}

.top-menu_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.21em;
  line-height: 2.04;
  margin-bottom: 2.5rem;
  writing-mode: vertical-rl;
}

.top-menu_txt {
  letter-spacing: 0.2em;
  line-height: 2.19;
  margin: 0 0 0 auto;
  width: 50%;
}

.top-menu_item:nth-of-type(2) .top-menu_txt {
  margin: 0 auto 0 0;
}

.top-menu_txt mark {
  border: 1px solid #000;
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
}

.top-menu_deco {
  bottom: 0;
  left: 5%;
  position: absolute;
  width: 36%;
}

.top-menu_item:nth-of-type(2) .top-menu_deco {
  left: auto;
  right: 0;
  width: 40%;
}

.top-menu_item:nth-of-type(3) .top-menu_deco {
  left: 0;
  width: 40%;
}

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

/*=============== top-yoyaku ===========*/

.top-yoyaku {
  background: url(../img/yoyaku_bg.jpg) no-repeat center center/cover;
  padding: 14rem 0 17rem;
}

.top-yoyaku .top-heading {
  margin-bottom: 6rem;
}

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

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

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

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

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

.top-recruit {
  background-color: #000;
  padding: 10rem 0 8rem;
  position: relative;
}

.top-recruit_inner {
  color: #fff;
  margin: 0 0 0 auto;
  width: 45%;
}

.top-recruit .top-heading {
  text-align: left;
}

.top-recruit .top-heading span {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 0;
}

.top-recruit_txt {
  letter-spacing: 0.1em;
  line-height: 2.44;
  margin-top: 3rem;
}

.top-recruit .more {
  margin-left:0 ;
  margin-top: 5rem;
}

.top-recruit_deco {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.top-recruit_deco img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

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

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

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

.top-access_img {
  width: 44.5%;
}

.top-access_body {
  width: 50%;
}

.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);
  padding: 2.5rem 0;
}

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

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

.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-top: 12rem;
}

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

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

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

.top-insta {
  background: url(../img/insta_bg.jpg) no-repeat center center/cover;
  padding: 13rem 0 17rem;
}

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

.top-insta_wrap {
  margin: 9rem auto 0;
  max-width: 93rem;
  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 */
}

@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: 11rem;
  }

  .footer {
    padding: 4rem 0 6rem;
  }

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

  .footer_nav li:nth-last-child(3) a {
    font-size: 3rem;
  }

  .footer_nav li:nth-last-child(2) a {
    width: 2.8rem;
  }

  .footer_nav li:last-of-type a {
    font-size: 3rem;
  }

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

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

  .top-heading {
    font-size: 2.4rem;
  }

  .top-heading span {
    font-size: 1.3rem;
  }

  .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 {
    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 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-kv::before {
    height: 8rem;
  }

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

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

  .top-concept {
    background-size: min(40%, 20rem) auto, 100% auto;
    padding: 8rem 0 6rem;
  }

  .top-concept_wrap {
    flex-direction: column;
    gap: 4rem;
    margin-left: 0;
  }

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

  .top-concept_body {
    width: 100%;
  }

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

  .top-concept_ttl {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    writing-mode: horizontal-tb;
  }

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

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

  .top-menu {
    background-position: right 5% bottom 2rem, center top;
    background-size: min(25%, 12rem) auto, 100% auto;
    padding: 6rem 0;
  }

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

  .top-menu_item:nth-of-type(2) {
    margin: 6rem 0;
  }

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

  .top-menu_item:nth-of-type(2) .top-menu_wrap {
    flex-direction: column;
  }

  .top-menu_inner {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }

  .top-menu_cap {
    aspect-ratio: 223/80;
    background-image: url(../img/menu_ttl-sp.jpg);
    font-size: 2.2rem;
    margin-left: 0;
    padding-left: 1rem;
    padding-top: 0;
    width: 14rem;
    writing-mode: horizontal-tb;
  }

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

  .top-menu_ttl {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    margin-bottom: 0;
    writing-mode: horizontal-tb;
  }

  .top-menu_item:nth-of-type(2) .top-menu_txt {
    margin: 0;
  }

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

  .top-menu_deco {
    margin-top: 2rem;
    position: static;
    width: 100%;
  }

  .top-menu_item:nth-of-type(2) .top-menu_deco {
    width: 100%;
  }

  .top-menu_item:nth-of-type(3) .top-menu_deco {
    width: 100%;
  }

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

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

  .top-yoyaku .top-heading {
    margin-bottom: 3rem;
  }

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

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

  .top-recruit_inner {
    margin: 0;
    width: 100%;
  }

  .top-recruit .top-heading {
    text-align: center;
  }

  .top-recruit .top-heading span {
    display: block;
    margin: 0.5rem 0 0 0;
  }

  .top-recruit_txt {
    line-height: 1.8;
  }

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

  .top-recruit_deco {
    height: auto;
    width: min(75%, 48rem);
  }

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

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

  .top-access_img {
    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-top: 3rem;
  }

  .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: 131px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 131px;
  }

  #loopslider ul li {
    height: 131px;
    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;
  }
}