@charset "UTF-8";

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

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

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

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

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

.gnav_menu li {
  position: relative;
}

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 0 2rem;
  text-align: center;
}

.gnav_menu li a span {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
}

.gnav_menu li:not(:nth-of-type(n+7))::after {
  background: #fff;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

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

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

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: #000;
  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: 1rem;
  text-align: center;
}

.gnav-sp-menu li span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.6em;
  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;
}

/* 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 {
  -o-border-image: var(--gd);
  background: #000;
  border-image: var(--gd);
  border-image-slice: 1;
  border-top: 2rem solid;
  padding: 4.5rem 0 2rem;
}

.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-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 2.2rem;
  text-align: center;
  width: 100%;
}

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

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

.footer_copyright {
  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 {
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 21.6rem;
}

.more a {
  background: linear-gradient(90deg, rgb(106, 57, 6) 0%, rgb(106, 57, 6) 0.56%, rgb(110, 75, 38) 4.92%, rgb(176, 149, 79) 38.2%, rgb(233, 219, 185) 56.18%, rgb(166, 135, 93) 79.03%, rgb(162, 130, 88) 80.34%, rgb(140, 84, 40) 95.51%, rgb(140, 84, 40) 100%);
  display: block;
  letter-spacing: 0.12em;
  line-height: 5rem;
  text-align: center;
}

.more-bk a {
  background: #000;
}

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

.top-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  font-weight: 900;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.18em;
  line-height: 1;
  position: relative;
}

.top-heading span {
  display: block;
  font-size: 1.4rem;
}

.top-heading::after {
  aspect-ratio: 194/17;
  background: url(../img/ttl_deco-g.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  position: relative;
  width: 20rem;
}

.top-heading-brw {
  color: var(--bk);
}

.top-heading-brw::after {
  background-image: url(../img/ttl_deco-b.png);
}

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

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

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

#loopslider ul img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  padding: 0 0px;
  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: 30.5%;
}

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

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

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

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

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 3rem;
  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;
}

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

.fixed-btn {
  background: linear-gradient(45deg, rgb(106, 57, 6) 0%, rgb(106, 57, 6) 0.56%, rgb(110, 75, 38) 4.92%, rgb(176, 149, 79) 38.2%, rgb(211, 183, 115) 56.11%, rgb(162, 130, 88) 80.34%, rgb(140, 84, 40) 95.51%, rgb(140, 84, 40) 100%);
  color: #fff;
  padding: 1.5rem 0.2rem 1.5rem 0.7rem;
  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__inner span:first-of-type {
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.fixed-btn__inner span:last-of-type {
  display: block;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  gap: 0.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

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

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

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(--gd);
  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: 47vw;
  position: relative;
}

.top-kv::before {
  background: linear-gradient(0deg, transparent 0%, rgb(35, 24, 21) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 20rem;
  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: 12rem 0 14.5rem;
  position: relative;
}

.top-news::after {
  aspect-ratio: 1401/505;
  background: url(../img/news_deco-1.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  mix-blend-mode: color-dodge;
  position: absolute;
  top: -4rem;
  width: 50%;
}

.top-news::before {
  aspect-ratio: 1401/505;
  background: url(../img/news_deco-2.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  mix-blend-mode: screen;
  position: absolute;
  top: -4rem;
  width: 50%;
}

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

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

.top-concept {
  background-image: url(../img/concept_deco1.png), url(../img/concept_deco2.png), url(../img/concept_bg.jpg);
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% auto, 100% auto, cover;
  padding: 20rem 0 13rem;
}

.top-concept_heading {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: var(--gd);
  background-clip: text;
  color: transparent;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto 4rem;
  width: -moz-max-content;
  width: max-content;
}

.top-concept_ttl {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.21em;
  line-height: 1.69;
  margin-bottom: 3rem;
  text-align: center;
}

.top-concept_txt {
  letter-spacing: 0.2em;
  line-height: 2.25;
  margin-bottom: 11rem;
  text-align: center;
}

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

.top-menu {
  background-image: url(../img/menu_deco1.png), url(../img/menu_deco2.png), url(../img/texture1.jpg);
  background-position: right 17% top 3rem, left 12% bottom 5rem, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 10% auto, 10% auto, 100% auto;
  padding: 12rem 0 16rem;
  position: relative;
}

.top-menu::after {
  aspect-ratio: 1401/505;
  background: url(../img/menu_deco3-1.png) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  mix-blend-mode: color-dodge;
  position: absolute;
  right: 0;
  width: 50%;
}

.top-menu::before {
  aspect-ratio: 1401/505;
  background: url(../img/menu_deco3-2.png) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  mix-blend-mode: screen;
  position: absolute;
  right: 0;
  width: 50%;
}

.top-menu_box {
  -o-border-image: var(--gd);
  background-image: url(../img/system_deco1.png), url(../img/system_deco2.png), url(../img/system_deco3.png), url(../img/system_deco4.png);
  background-position: left 0.8rem top 0.8rem, right 0.8rem top 0.8rem, left 0.8rem bottom 0.8rem, right 0.8rem bottom 0.8rem;
  background-repeat: no-repeat;
  background-size: 7.5% auto;
  border-bottom: 1px solid;
  border-image: var(--gd);
  border-image-slice: 1;
  border-left: 1px solid;
  border-right: 1px solid;
  display: flex;
  margin: 11.5rem 0 15rem;
  padding: 6rem;
  position: relative;
}

.top-menu_right {
  width: 47%;
}

.top-menu_left {
  -o-border-image: var(--gd2);
  border-image: var(--gd2);
  border-image-slice: 1;
  border-left: 1px solid;
  justify-items: right;
  width: 53%;
}

.top-menu_boxttl {
  color: var(--brw);
  display: flex;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.18em;
  line-height: 1;
  padding: 1em 2em;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
}

.top-menu_boxttl::before,
.top-menu_boxttl::after {
  bottom: 50%;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(50% - 4.5em);
}

.top-menu_boxttl::before {
  background: linear-gradient(90deg, #6a3906 0%, #6e4b26 10%, #b0954f 76%, #e9dbb9 100%);
  left: 0;
}

.top-menu_boxttl::after {
  background: linear-gradient(270deg, #6a3906 0%, #6e4b26 10%, #b0954f 76%, #e9dbb9 100%);
  right: 0;
}

.top-menu_note1 {
  font-size: 2rem;
  letter-spacing: 0.21em;
  line-height: 2;
}

.top-menu_note1 span {
  font-size: 1.3em;
}

.top-menu_note2 {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 2.22;
}

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

.top-menu_note3 {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 2.5;
}

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

.top-menu_list li {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 2.78;
}

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

.top-menu_body {
  width: 43%;
}

.top-menu_img {
  width: 47%;
}

.top-menu_cap {
  color: var(--brw);
  letter-spacing: 0.18em;
  line-height: 1;
  margin-bottom: 2.5rem;
}

.top-menu_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.21em;
  line-height: 1.67;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

.top-recruit_box {
  background-image: url(../img/recruit_waku-1.png), url(../img/recruit_waku-3.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  margin: 0 auto;
  max-width: 100rem;
  padding: 6rem 0 5rem;
  position: relative;
}

.top-recruit_box::before {
  background: url(../img/recruit_waku-2.png) repeat-y center/100% auto;
  content: "";
  display: block;
  height: calc(100% - 11rem);
  left: 0;
  position: absolute;
  top: 5.4rem;
  width: 100%;
}

.top-recruit_txt {
  letter-spacing: 0.2em;
  line-height: 1.88;
  margin: 2rem 0 3.5rem;
  text-align: center;
}

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

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

.top-access_wrap {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
  position: relative;
}

.top-access_img {
  width: 44.5%;
}

.top-access_body {
  width: 50%;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
  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 {
  padding-left: 1em;
  width: 30%;
}

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

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

.top-access .more {
  margin-left: 0;
}

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

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

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

.top-insta {
  background: url(../img/insta_bg.png) repeat center top/100% auto;
  background-color: #000;
  padding: 11.5rem 0 15rem;
}

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

/*=============== page-menu ===========*/

.p-menu {
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
}

.p-menu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.p-menu_list li {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  
.p-menu_list li {
  width: 100%;
}
 }
@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: 9rem;
  }

  .footer {
    border-top: 1.4rem solid;
    padding: 4rem 0 6rem;
  }

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

  .footer_nav li {
    border-right: none;
    width: 100%;
  }

  .footer_nav li a {
    padding: 0;
  }

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

  .footer_logo {
    margin: 5rem auto 4rem;
    width: 8rem;
  }

  .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.5rem;
    gap: 0.7rem;
  }

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

  .top-heading::after {
    width: 17rem;
  }

  .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 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 0;
    padding: 0.5rem;
    top: auto;
    transform: none;
    width: 100%;
  }

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

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

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

  .fixed-btn__inner span:last-of-type {
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
    writing-mode: horizontal-tb;
  }

  .thanxs {
    text-align: left;
  }

  .top-kv {
    height: 32rem;
  }

  .top-kv::before {
    height: 14rem;
  }

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

  .top-news::after {
    top: -2rem;
    width: min(60%, 25rem);
  }

  .top-news::before {
    top: -2rem;
    width: min(60%, 25rem);
  }

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

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

  .top-concept_heading {
    font-size: 3.2rem;
    margin: 0 auto 2rem;
  }

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

  .top-concept_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 auto 4rem;
    max-width: 50rem;
    text-align: left;
  }

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

  .top-menu::after {
    width: min(60%, 25rem);
  }

  .top-menu::before {
    width: min(60%, 25rem);
  }

  .top-menu_box {
    background-position: left 0.3rem top 0.3rem, right 0.3rem top 0.3rem, left 0.3rem bottom 0.3rem, right 0.3rem bottom 0.3rem;
    background-size: 17% auto;
    flex-direction: column;
    gap: 1.5rem;
    margin: 3rem auto 4rem;
    padding: 5rem 0;
  }

  .top-menu_right {
    margin: 0 auto;
    width: 85%;
  }

  .top-menu_left {
    border-left: none;
    justify-items: center;
    width: 100%;
  }

  .top-menu_boxttl {
    background-repeat: repeat;
    background-size: cover;
  }

  .top-menu_note1 {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
  }

  .top-menu_note2 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
    text-align: center;
  }

  .top-menu_note3 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
  }

  .top-menu_list li {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding-left: 1em;
    text-indent: -1em;
  }

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

  .top-menu_body {
    width: 100%;
  }

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

  .top-menu_cap {
    margin-bottom: 1rem;
  }

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

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

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

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

  .top-recruit_box {
    padding: 6rem 2rem 5rem;
  }

  .top-recruit_box::before {
    height: calc(100% - 4rem);
    left: 0;
    top: 2rem;
  }

  .top-recruit_txt {
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin: 2rem auto 3rem;
    max-width: 54rem;
    text-align: left;
  }

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

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

  .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-left: auto;
  }

  .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: 180px;
  }

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