@charset "UTF-8";

/*=============== header ===========*/

.header {
  background: #fff;
  height: 8rem;
  position: relative;
  width: 100%;
}

.header_container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: right;
  padding: 0 5% 0 5rem;
}

.header_logo {
  height: auto;
  left: 5rem;
  position: absolute;
  top: 2rem;
  width: 17.5rem;
  z-index: 5;
}

/*=============== gnav ===========*/

.gnav {
  position: relative;
}

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

.gnav_menu li:not(:nth-of-type(n+7)) {
  border-right: 1px solid #000;
}

.gnav_menu li a {
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.27em;
  line-height: 1;
  padding: 0 2rem;
  text-align: center;
}

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

/*=============== navbtn ===========*/

.navbtn {
  display: none;
}

.navbtn_line {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 1.4rem;
  position: absolute;
  top: 50%;
  transition: 0.1s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before,
.navbtn_line::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  transition: all 0.3s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before {
  top: -1.2rem;
}

.navbtn_line::after {
  top: 1.2rem;
}

.navbtn.open .navbtn_line {
  visibility: hidden;
}

.navbtn.open .navbtn_line::before {
  transform: translateY(1.2rem) rotate(45deg);
}

.navbtn.open .navbtn_line::after {
  transform: translateY(-1.2rem) rotate(-45deg);
}

/*  ----------------------------------------------------------
footer
----------------------------------------------------------  */

.footer {
  background: #fff;
  padding: 4rem 0 2rem;
}

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

.footer_nav li:not(:nth-of-type(n+7)) {
  border-right: 1px solid #000;
}

.footer_nav li a {
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.27em;
  line-height: 1;
  padding: 0 2.5rem;
  width: 100%;
}

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

.footer_logo {
  height: auto;
  margin: 5rem auto;
  width: 20rem;
}

.footer_copyright {
  color: #000;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: center;
}

/*  ----------------------------------------------------------
main / container 
----------------------------------------------------------  */

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  height: 6rem;
  margin-inline: auto;
  width: 25.5rem;
}

.more a {
  background: var(--main);
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.2em;
  line-height: 6rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.more a::after {
  border: 1px solid #fff;
  content: "";
  display: block;
  height: 5rem;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 24.5rem;
}

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

.top-heading {
  margin-inline: auto;
}

.top-news .top-heading {
  width: clamp(15rem, 4.69vw + 13.24rem, 20rem);
}

.top-concept .top-heading {
  width: clamp(17.1rem, 5.35vw + 15.09rem, 22.8rem);
}

.top-menu .top-heading {
  width: clamp(13.8rem, 4.32vw + 12.18rem, 18.4rem);
}

.top-gallery .top-heading {
  width: clamp(17.8rem, 5.54vw + 15.72rem, 23.7rem);
}

.top-access .top-heading {
  width: clamp(14.3rem, 4.41vw + 12.65rem, 19rem);
}

.top-recruit .top-heading {
  width: clamp(15.4rem, 3.38vw + 14.13rem, 19rem);
}

.top-insta .top-heading {
  width: clamp(24.4rem, 7.61vw + 21.55rem, 32.5rem);
}

/*  ----------------------------------------------------------
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 rgba(0, 0, 0, 0.4);
  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(--main);
  border: 2px solid var(--main);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: inherit;
  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.4);
  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(--main);
  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;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST > * img {
  -o-object-fit: cover;
  aspect-ratio: 29/28;
  object-fit: cover;
  width: 100%;
}

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

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

.fixed-btn {
  position: relative;
}

.fixed-btn a {
  display: block;
  height: 100%;
  padding: 1.5rem 0.5rem;
  width: 100%;
}

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

.fixed-btn__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}

.fixed-btn__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.fixed-btn--1 {
  background: var(--main);
  border: 3px solid #fff;
  color: #fff;
}

.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: flex;
  font-size: 2.3rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  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: url(../img/fixed-insta_bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}

.fixed-btn--2::before {
  background: #fff;
  content: "";
  display: block;
  height: calc(100% - 6px);
  left: 3px;
  position: absolute;
  top: 3px;
  width: calc(100% - 6px);
  z-index: -1;
}

.fixed-btn--2 span {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  position: relative;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

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

.top-fv {
  background: #000;
  position: relative;
}

.top-kv {
  height: calc(48vw - 8rem);
  overflow: hidden;
  position: relative;
  width: 100%;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.top-kv .swiper-slide-active img,
.top-kv .swiper-slide-duplicate-active img,
.top-kv .swiper-slide-prev img {
  animation: zoomOut 8s linear normal both;
}

.top-kv .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-kv .swiper-pagination {
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: initial;
}

.top-kv .swiper-pagination-bullet {
  background-color: #F9F9F9;
  height: 10px;
  margin: 0 10px !important;
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 10px;
}

.top-kv .swiper-pagination-bullet-active {
  background-color: var(--red);
}

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

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

.top-news_body {
  color: #000;
  margin: 5rem auto 8rem;
  max-width: 101rem;
}

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

.top-concept {
  background: url(../img/concept_bg.jpg) no-repeat center center/cover;
  padding: 13rem 0 14rem;
}

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

.top-concept_img {
  padding-right: 1.5rem;
  width: 60%;
}

.top-concept_body {
  margin-top: 1rem;
  position: relative;
  width: 35%;
  z-index: 0;
}

.top-concept_body::after {
  aspect-ratio: 502/555;
  background: url(../img/concept_deco.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0%;
  transform: translate(-40%, -30%);
  width: 50%;
  z-index: -1;
}

.top-concept .top-heading {
  margin-left: 0;
}

.top-concept_ttl {
  font-size: clamp(2.2rem, 0.56vw + 1.99rem, 2.8rem);
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.59;
  margin: 5.5rem 0 2rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.top-concept_txt {
  font-size: clamp(1.6rem, 0.19vw + 1.53rem, 1.8rem);
  letter-spacing: 0.12em;
  line-height: 2.11;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 6px 12px rgba(0, 0, 0, 0.5);
}

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

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

.top-menu {
  background-image: url(../img/menu_deco1.png), url(../img/menu_deco5.png), url(../img/menu_deco6.png), url(../img/menu_deco2.png), url(../img/texture1.jpg);
  background-position: top 6vw left, top right, top 42% left, top 40% right, center top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 36% auto, 48% auto, 44% auto, 48% auto, 100% auto;
  clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
  margin-top: -10vw;
  overflow-x: clip;
  padding: 12.5vw 0 8rem;
  position: relative;
}

.top-menu_wrap-1 {
  height: 48rem;
  margin-left: calc(50% - 50vw);
  margin-top: 6.5rem;
  padding-top: 5rem;
  position: relative;
  z-index: 0;
}

.top-menu_wrap-1 .top-menu_body {
  margin: 0 0 0 auto;
}

.top-menu_img-1 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 60rem);
}

.top-menu_img-1 img:nth-child(1) {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-menu_img-1 img:nth-child(2) {
  bottom: -10%;
  display: block;
  height: auto;
  position: absolute;
  right: -17%;
  width: 50%;
}

.top-menu_wrap-2 {
  margin-right: calc(50% - 50vw);
  padding: 12rem 0;
  position: relative;
  z-index: 0;
}

.top-menu_img-2 {
  position: absolute;
  right: -2rem;
  top: -12%;
  width: min(76rem, 100% - 50rem);
}

.top-menu_wrap-3 {
  margin: 0 calc(50% - 50vw) 8rem;
  padding: 7rem calc(50vw - 50%) 7rem 0;
  position: relative;
  z-index: 0;
}

.top-menu_wrap-3 .top-menu_body {
  margin: 0 0 0 auto;
}

.top-menu_img-3 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.top-menu_img-3 img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-menu_body {
  -o-border-image: url(../img/menu_waku.png) 32/1.6rem/1.5rem round;
  background-color: var(--sub);
  border: 1.6rem solid transparent;
  border-image: url(../img/menu_waku.png) 32/1.6rem/1.5rem round;
  padding: 4rem 3rem;
  position: relative;
  width: 53.8rem;
  z-index: 0;
}

.top-menu_ttl {
  font-size: clamp(2rem, 0.56vw + 1.79rem, 2.6rem);
  font-weight: 900;
  line-height: 1.69;
  margin-bottom: 2rem;
}

.top-menu_txt {
  letter-spacing: 0;
  line-height: 2;
}

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

.top-gallery {
  background: url(../img/gallery_bg.jpg) no-repeat center/cover;
  padding: 11rem 0 9rem;
  position: relative;
}

.top-gallery::after {
  aspect-ratio: 618/773;
  background: url(../img/menu_deco4.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 3%;
  top: 0;
  transform: translateY(-88%);
  width: 31rem;
  z-index: 10;
}

.top-gallery .loopslider {
  height: 26.9rem;
  overflow: hidden;
}

.top-gallery .loopslider .swiper-wrapper {
  transition-timing-function: linear;
}

.top-gallery .loopslider .swiper-slide {
  height: 100%;
  padding: 0 0.5rem;
  width: 38.7rem;
}

.top-gallery .loopslider .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-gallery .loopslider-1 {
  margin: 4rem 0 2rem;
}

.top-gallery .loopslider-2 {
  margin-bottom: 11rem;
}

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

.top-access {
  background-image: url(../img/access_deco.png), url(../img/texture1.jpg);
  background-position: top center, center top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 100% auto;
  padding: 9.5rem 0 0;
}

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

.top-access_img {
  width: 48%;
}

.top-access_body {
  width: 44%;
}

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

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid #af7222;
  color: #000;
  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_map {
  margin-top: 11rem;
}

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

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

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

.top-recruit_waku {
  -o-border-image: url(../img/recruit_line.png) 30/1.5rem/0 round;
  border: 1.5rem solid transparent;
  border-image: url(../img/recruit_line.png) 30/1.5rem/0 round;
  height: calc(100% - 8rem);
  margin: 0 auto;
  padding: 3rem 0 5.5rem;
  width: calc(100% - 8rem);
}

.top-recruit_txt {
  font-size: clamp(1.8rem, 0.38vw + 1.66rem, 2.2rem);
  margin: 1.5rem 0 4rem;
  text-align: center;
}

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

.top-insta {
  background-image: url(../img/insta_deco1.png), url(../img/insta_deco2.png), url(../img/texture2.jpg);
  background-position: top 5rem left, right bottom, center center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 27% auto, 43% auto, 100% auto;
  padding: 7rem 0 16rem;
}

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

/*=============== p-menu ===========*/

.p-menu {
  margin-inline: auto;
  width: min(100%, 90rem);
}

.p-menu + .p-menu {
  margin-top: 4rem;
}

@media only screen and (max-width: 1200px) {
  .top-menu_body {
    padding: 3rem 2.5rem;
  }
}

@media only screen and (max-width: 992px) {
  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    height: 6rem;
    left: 0;
    position: absolute;
    top: 0;
  }

  .header_container {
    padding: 0 5%;
  }

  .header_logo {
    left: 0;
    top: 0;
    width: 10rem;
  }

  .gnav {
    background: url(../img/texture1.jpg) repeat center center/100% auto;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0 4%;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 80;
  }

  .gnav.open {
    opacity: 1;
    visibility: visible;
  }

  .gnav_menu {
    flex-direction: column;
    gap: 2.5rem;
    height: 100%;
    width: 100%;
  }

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

  .gnav_menu li {
    width: 100%;
  }

  .gnav_menu li a {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 0;
    width: 100%;
  }

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

  .navbtn {
    background: var(--main);
    cursor: pointer;
    display: block;
    height: 6rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 6rem;
    z-index: 100;
  }

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

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

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

  .footer_nav li a {
    padding: 0;
  }

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

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

  .top-container {
    margin: 0 5%;
    padding: 0;
  }

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

  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }

  .fixed-btn {
    display: flex;
    justify-content: center;
    width: 50%;
  }

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

  .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 {
    background-image: url(../img/fixed-insta_bg-sp.jpg);
  }

  .fixed-btn--2 span {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .top-kv {
    height: 38rem;
  }

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

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

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

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

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

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

  .top-concept .top-heading {
    margin-left: auto;
  }

  .top-concept_ttl {
    margin: 3rem 0 2rem;
    text-align: center;
  }

  .top-concept_txt {
    letter-spacing: 0.05em;
    line-height: 1.8;
  }

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

  .top-menu {
    background-position: top 6vw left, top right, bottom 0 left, top 65% right, center top;
    background-size: 36% auto, 48% auto, 44% auto, 48% auto, 100% auto;
    padding: 6rem 0;
  }

  .top-menu_wrap-1 {
    height: auto;
    margin-left: 0;
    padding-top: 0;
  }

  .top-menu_wrap-1 .top-menu_body {
    margin: 0 auto;
  }

  .top-menu_img-1 {
    height: auto;
    margin-top: 3rem;
    position: relative;
    width: 100%;
  }

  .top-menu_img-1 img:nth-child(2) {
    bottom: -20%;
    right: -5%;
  }

  .top-menu_wrap-2 {
    margin: 20vw 0 5rem;
    padding: 0;
  }

  .top-menu_img-2 {
    margin-top: -1rem;
    position: relative;
    right: 0;
    width: 100%;
  }

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

  .top-menu_wrap-3 .top-menu_body {
    margin: 0 auto 3rem;
  }

  .top-menu_img-3 {
    position: static;
  }

  .top-menu_body {
    -o-border-image: url(../img/menu_waku.png) 32/1.2rem/1.1rem round;
    border: 1.2rem solid transparent;
    border-image: url(../img/menu_waku.png) 32/1.2rem/1.1rem round;
    margin-inline: auto;
    padding: 1rem 0rem;
    width: calc(100% - 2.4rem);
  }

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

  .top-menu_txt {
    line-height: 1.8;
    margin-bottom: 0;
  }

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

  .top-gallery::after {
    transform: translateY(-25%);
    width: 12rem;
  }

  .top-gallery .loopslider {
    height: 13.8rem;
  }

  .top-gallery .loopslider .swiper-slide {
    padding: 0 0.5rem;
    width: 18rem;
  }

  .top-gallery .loopslider-1 {
    margin: 3rem 0 1rem;
  }

  .top-gallery .loopslider-2 {
    margin-bottom: 4rem;
  }

  .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_map {
    margin-top: 5rem;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-recruit_waku {
    width: 90%;
  }

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

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

@media only screen and (max-width: 575px) {
  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM:last-of-type {
    margin-bottom: 5rem;
  }
}