@charset "UTF-8";
@media (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

:target {
  scroll-margin-top: 100px;
}
@media (max-width: 1300px) {
  :target {
    scroll-margin-top: 80px;
  }
}
@media (max-width: 768px) {
  :target {
    scroll-margin-top: 60px;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  a.fax[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.inner {
  width: 100%;
  max-width: 1300px;
  padding: 0 25px;
  margin: auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 600px;
    padding: 0 16px;
  }
}

.body.is_open {
  overflow: hidden;
}

/* Header
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  min-height: 120px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.35);
}
@media (max-width: 1300px) {
  .header {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  .header {
    min-height: 60px;
  }
}

.header.header_fixed {
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 1300px) {
  .header.header_fixed {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  .header.header_fixed {
    min-height: 60px;
  }
}

.header_fixed {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_inner {
  min-height: inherit;
}

.header_fixed .header_lead {
  display: none;
}
@media (max-width: 1300px) {
  .header_fixed .header_lead {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_fixed .header_lead {
    display: none;
  }
}

.customize-support .header {
  top: 32px;
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  min-height: inherit;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .header_wrapper {
    padding-left: 16px;
  }
}

.header_logo {
  width: 100%;
  max-width: 245px;
}
@media (max-width: 1300px) {
  .header_logo {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .header_logo {
    max-width: 121px;
  }
}

.header_logo_unit {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.header_logo_unit a {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  background-color: #fff;
  padding: 6px 20px;
}
@media (max-width: 768px) {
  .header_logo_unit a {
    font-size: 16px;
    gap: 10px;
    padding: 4px 10px;
  }
}

.header_logo_kashima {
  max-width: 145px;
}
@media (max-width: 768px) {
  .header_logo_kashima {
    max-width: 101.5px;
  }
}

.header_logo_omigawa {
  max-width: 164px;
}
@media (max-width: 768px) {
  .header_logo_omigawa {
    max-width: 114.8px;
  }
}

.header_logo_sosa {
  max-width: 145px;
}
@media (max-width: 768px) {
  .header_logo_sosa {
    max-width: 101.5px;
  }
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  min-height: inherit;
  width: 100%;
  max-width: 866px;
}
@media (max-width: 1300px) {
  .header_nav {
    display: none;
  }
}

.header_lists {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: clamp(20px, 2.3333333333vw, 35px);
  width: 100%;
  max-width: 486px;
  min-height: inherit;
}

.header_list {
  min-height: inherit;
}

.header_fixed .header_list {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_list_link {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  min-height: inherit;
}

@media (min-width: 768px) {
  .header_list_link:hover {
    color: #21DDB4;
  }
}

.header_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  min-height: inherit;
}

.header_button {
  width: 100%;
  max-width: 170px;
  min-height: inherit;
  text-align: center;
}

.header_button a {
  display: inline-block;
  position: relative;
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  width: 100%;
  min-height: inherit;
  color: #fff;
  padding: 71px 10px 10px;
}

.header_fixed .header_button a {
  padding: 60px 10px 10px;
}

.header_button.header_button_join a {
  background-color: #01B8CD;
}

@media (min-width: 768px) {
  .header_button.header_button_join a:hover {
    background-color: #21DDB4;
  }
}

.header_button.header_button_join a::before {
  position: absolute;
  content: "";
  width: 49px;
  height: 33px;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/icon_join_white.png) no-repeat center center/contain;
}

.header_fixed .header_button.header_button_join a::before {
  top: 20px;
}

.header_button.header_button_booking a {
  background-color: #FD763B;
}

@media (min-width: 768px) {
  .header_button.header_button_booking a:hover {
    background-color: #21DDB4;
  }
}

.header_button.header_button_booking a::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 33px;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/icon_booking_white.png) no-repeat center center/contain;
}

.header_fixed .header_button.header_button_booking a::before {
  top: 20px;
}

.header_list_modal_wrap {
  position: relative;
}

@media (min-width: 768px) {
  .header_list_modal_wrap:hover > .header_list_modal {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}

.header_list_modal {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 200px;
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 4px 16px;
}

.header_fixed .header_list_modal {
  top: 80px;
}

.header_list_modal_item:not(:last-of-type) {
  border-bottom: 1px solid #000;
}

.header_list_modal_item a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  padding: 14px 0;
}

@media (min-width: 768px) {
  .header_list_modal_item a:hover {
    color: #01B8CD;
  }
}

.header_hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 1300px) {
  .header_hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_hamburger {
    width: 60px;
    height: 60px;
  }
}

.header_hamburger.is_open {
  background-color: transparent;
}

.header_hamburger_bar {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_hamburger_bar:nth-of-type(1) {
  top: -12px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(1) {
    top: -10px;
  }
}

.header_hamburger_bar:nth-of-type(2) {
  top: -2px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(2) {
    top: -2px;
  }
}

.header_hamburger_bar:nth-of-type(3) {
  top: 8px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(3) {
    top: 6px;
  }
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(1) {
  top: -2px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(2) {
  opacity: 0;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(3) {
  top: -5px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header_hamburger_title {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header_hamburger_title {
    bottom: 2px;
  }
}

.header_drawer {
  padding: 70px 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(66, 66, 66, 0.95);
  overflow-y: scroll;
  scrollbar-width: none;
}

.header_drawer.is_open {
  display: block;
}

.header_drawer::-webkit-scrollbar {
  display: none;
}

.header_drawer_nav {
  padding: 0 16px 100px;
  height: 100%;
  overflow-y: scroll;
}

.header_drawer_list {
  border-bottom: 1px solid #21DDB4;
}

.header_drawer_list_link {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.header_drawer_list_menu a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 8px 10px;
  color: #fff;
}
@media (max-width: 768px) {
  .header_drawer_list_menu a {
    font-size: 14px;
  }
}

/* top - top_mw
------------------------------ */
.top_mw_inner {
  position: relative;
  overflow: hidden;
}

.top_mw_main {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.top_mw_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6vw;
  margin-top: 12.933vw;
}
@media (max-width: 768px) {
  .top_mw_wrapper {
    position: relative;
    margin-top: 19.733vw;
  }
}

.top_mw_content {
  width: 100%;
  max-width: 60.8vw;
}
@media (max-width: 768px) {
  .top_mw_content {
    max-width: 69.333vw;
  }
}

.top_mw_title {
  font-size: 5.133vw;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  padding-left: 7.667vw;
}
@media (max-width: 768px) {
  .top_mw_title {
    font-size: 8vw;
    padding-left: 3.733vw;
  }
}

.top_mw_title_time {
  font-size: 9.867vw;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.01em;
  line-height: 100%;
  color: #21DDB4;
}
@media (max-width: 768px) {
  .top_mw_title_time {
    font-size: 14.4vw;
  }
}

.top_mw_title_mint {
  color: #21DDB4;
}

.top_mw_btn {
  margin-top: 3.8vw;
  padding-left: 8.333vw;
}
@media (max-width: 768px) {
  .top_mw_btn {
    margin-top: 12.8vw;
    padding-left: 3.733vw;
  }
}

.top_mw_btn a {
  display: inline-block;
  position: relative;
  font-size: 1.333vw;
  font-weight: 700;
  width: 100%;
  max-width: 26.667vw;
  border-radius: 3.333vw;
  padding: 2vw 2.867vw;
  color: #fff;
  background-color: #01B8CD;
}
@media (max-width: 768px) {
  .top_mw_btn a {
    font-size: 3.733vw;
    max-width: 53.333vw;
    border-radius: 13.333vw;
    padding: 3.467vw 3.733vw;
  }
}

@media (min-width: 768px) {
  .top_mw_btn a:hover {
    background-color: #21DDB4;
  }
}

.top_mw_btn_link span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 4vw;
}

.top_mw_btn_link span::after {
  position: absolute;
  content: "";
  width: 3.133vw;
  height: 3.133vw;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff url(../images/common/icon_arrow_right_black.png) no-repeat center center/1.7333vw 0.4vw;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top_mw_btn_link span::after {
    width: 5.867vw;
    height: 5.867vw;
    background: #fff url(../images/common/icon_arrow_right_black.png) no-repeat center center/3.2vw 0.8vw;
  }
}

.top_mw_news {
  margin-top: 5.2vw;
}
@media (max-width: 768px) {
  .top_mw_news {
    position: absolute;
    bottom: 8vw;
    left: 0;
    margin-top: 0;
  }
}

.top_mw_news a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.333vw;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 60.8vw;
  padding: 2vw 8.333vw;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 0.87vw) 100%, 0% 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .top_mw_news a {
    gap: 2.933vw;
    max-width: 94.667vw;
    padding: 4vw 4vw;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 3.733vw) 100%, 0% 100%);
  }
}

@media (min-width: 768px) {
  .top_mw_news a:hover {
    background-color: rgba(1, 184, 205, 0.7);
  }
}

.top_mw_news_cat {
  font-size: 0.933vw;
  font-weight: 700;
  width: 100%;
  max-width: 7.333vw;
  text-align: center;
  background-color: #fff;
  padding: 0.6vw 0.667vw;
}
@media (max-width: 768px) {
  .top_mw_news_cat {
    font-size: 3.2vw;
    max-width: 14.4vw;
    padding: 1.333vw 2.667vw;
  }
}

.top_mw_news_date {
  font-size: 0.933vw;
  font-weight: 700;
  color: #21DDB4;
}
@media (max-width: 768px) {
  .top_mw_news_date {
    font-size: 3.2vw;
  }
}

.top_mw_news_title {
  font-size: 1.067vw;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .top_mw_news_title {
    font-size: 3.467vw;
  }
}

.top_mw_message {
  width: 100%;
  max-width: 27.067vw;
  margin-top: 12.8vw;
}
@media (max-width: 768px) {
  .top_mw_message {
    position: absolute;
    max-width: 35.2vw;
    right: 4.533vw;
    top: 30.667vw;
    margin-top: 0;
  }
}

.top_mw_en_title_marquee {
  position: absolute;
  left: -1.467vw;
  right: -1.467vw;
  bottom: 2.4vw;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top_mw_en_title_marquee {
    bottom: 26.667vw;
  }
}

.top_mw_en_title_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: top_mw_en_title_marquee 18s linear infinite;
          animation: top_mw_en_title_marquee 18s linear infinite;
  will-change: transform;
  gap: 4.8vw;
}
@media (max-width: 768px) {
  .top_mw_en_title_track {
    gap: 3.2vw;
  }
}

.top_mw_en_title_seq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .top_mw_en_title_seq {
    gap: 3.2vw;
  }
}

.top_mw_en_title {
  font-size: 13.333vw;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0em;
  line-height: 100%;
  color: rgba(33, 221, 180, 0.3);
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top_mw_en_title {
    font-size: 17.067vw;
  }
}

@-webkit-keyframes top_mw_en_title_marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes top_mw_en_title_marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .top_mw_en_title_track {
    -webkit-animation: none;
            animation: none;
  }
}
.top_mw_slick {
  line-height: 100%;
}

/* top - top_shops
------------------------------ */
.top_shops {
  margin-top: -2px;
}

/* top - top_about
------------------------------ */
.top_about {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_about {
    margin-top: 56px;
  }
}

.top_about_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .top_about_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.top_about_en_title {
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0em;
  line-height: 100%;
  color: #21DDB4;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top_about_en_title {
    font-size: clamp(40px, 12.8vw, 48px);
  }
}

.top_about_lead {
  position: relative;
  font-size: clamp(38px, 4.6666666667vw, 70px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .top_about_lead {
    font-size: 24px;
  }
}

.top_about_lead_small {
  font-size: clamp(30px, 3.3333333333vw, 50px);
}
@media (max-width: 768px) {
  .top_about_lead_small {
    font-size: clamp(16px, 5.8666666667vw, 22px);
  }
}

.top_about_lead_large {
  font-size: clamp(70px, 6vw, 90px);
  letter-spacing: -0.05em;
  color: #21DDB4;
}
@media (max-width: 768px) {
  .top_about_lead_large {
    font-size: 40px;
  }
}

.top_about_lead::after {
  position: absolute;
  content: "";
  width: 244px;
  height: 244px;
  right: 77px;
  bottom: -195px;
  background: url(../images/common/logo_mark_mint.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .top_about_lead::after {
    width: 122px;
    height: 122px;
    right: 8px;
    bottom: -40px;
  }
}

.top_about_title {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.07em;
  background-color: #21DDB4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 37px;
  margin-top: clamp(60px, 9.6666666667vw, 145px);
}
@media (max-width: 768px) {
  .top_about_title {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    margin: 24px auto 0;
    padding: 4px 24px;
  }
}

.top_about_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(60px, 5.3333333333vw, 80px) clamp(20px, 2.4666666667vw, 37px);
  counter-reset: cnt;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_about_items {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
}

.top_about_item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  color: #fff;
  padding: 140px 25px 125px;
}
@media (max-width: 768px) {
  .top_about_item {
    padding: 32px 16px;
  }
}

.top_about_item::before {
  position: absolute;
  counter-increment: cnt;
  content: counter(cnt, decimal);
  top: -60px;
  left: 40px;
  font-size: clamp(90px, 8vw, 120px);
  line-height: 100%;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #21DDB4;
}
@media (max-width: 768px) {
  .top_about_item::before {
    top: -25px;
    left: 16px;
    font-size: 50px;
  }
}

.top_about_item::after {
  position: absolute;
  content: "";
  width: 152px;
  height: 57px;
  right: 0;
  top: 0;
  background-color: #21DDB4;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 21px 100%);
}
@media (max-width: 768px) {
  .top_about_item::after {
    width: 90px;
    height: 20px;
  }
}

.top_about_item_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

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

.top_about_item_title {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .top_about_item_title {
    font-size: clamp(17px, 5.3333333333vw, 20px);
  }
}

.top_about_item_text {
  font-size: clamp(18px, 1.4666666667vw, 22px);
  line-height: 1.8181818182;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .top_about_item_text {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    margin-top: 8px;
    padding-top: 8px;
  }
}

/* top - top_identity
------------------------------ */
.top_identity {
  position: relative;
  margin-top: 120px;
  padding: 120px 0 120px;
  color: #fff;
  background: url(../images/top/top_identity_bg.jpg) no-repeat center center/cover;
  z-index: 0;
}
@media (max-width: 768px) {
  .top_identity {
    margin-top: 56px;
    padding: 56px 0;
  }
}

.top_identity_title {
  position: relative;
}

.top_identity_title_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  right: 49px;
  top: 28px;
  z-index: -1;
}
@media (max-width: 768px) {
  .top_identity_title_en {
    position: relative;
    font-size: clamp(40px, 12.8vw, 48px);
    right: auto;
    top: auto;
    text-align: center;
  }
}

.top_identity_title_ja {
  position: relative;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 10px 34px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_identity_title_ja {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    padding: 4px 24px;
    margin-top: 16px;
  }
}

.top_identity_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_identity_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 8px;
  }
}

.top_identity_content {
  width: 100%;
  max-width: 704px;
}

.top_identity_lead {
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 140%;
}
@media (max-width: 768px) {
  .top_identity_lead {
    font-size: clamp(18px, 6.4vw, 24px);
    text-align: center;
  }
}

.top_identity_lead_middle {
  font-size: clamp(30px, 3.3333333333vw, 50px);
}
@media (max-width: 768px) {
  .top_identity_lead_middle {
    font-size: clamp(20px, 6.9333333333vw, 26px);
  }
}

.top_identity_lead_large {
  font-size: clamp(40px, 4vw, 60px);
}
@media (max-width: 768px) {
  .top_identity_lead_large {
    font-size: 28px;
  }
}

.top_identity_lead_x_large {
  font-size: clamp(50px, 4.6666666667vw, 70px);
}
@media (max-width: 768px) {
  .top_identity_lead_x_large {
    font-size: 34px;
  }
}

.top_identity_text {
  letter-spacing: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .top_identity_text {
    margin-top: 8px;
  }
}

.top_identity_text p + p {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .top_identity_text p + p {
    margin-top: 4px;
  }
}

.top_identity_img {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 768px) {
  .top_identity_img {
    max-width: 100%;
  }
}

/* top - top_location
------------------------------ */
.top_location {
  position: relative;
  padding: 120px 0 120px;
  background-color: rgba(7, 192, 152, 0.7);
  z-index: 0;
}
@media (max-width: 768px) {
  .top_location {
    padding: 56px 0;
  }
}

.top_location_title_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  left: calc(50% - clamp(105px, 14.3333333333vw, 215px));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  z-index: -1;
}
@media (max-width: 768px) {
  .top_location_title_en {
    position: relative;
    font-size: clamp(40px, 12.8vw, 48px);
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}

.top_location_body {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .top_location_body {
    margin-top: 16px;
  }
}

.top_location_title_ja {
  position: relative;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.07em;
  background-color: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 10px 34px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_location_title_ja {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    padding: 4px 24px;
  }
}

.top_location_items {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_location_items {
    margin-top: 32px;
  }
}

.top_location_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .top_location_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.top_location_item + .top_location_item {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .top_location_item + .top_location_item {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
}

.top_location_item_left {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 768px) {
  .top_location_item_left {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .top_location_item_left_unit {
    position: relative;
  }
}

.top_location_item_title_wrapper {
  position: relative;
  padding: 27px 20px;
  z-index: 0;
}
@media (max-width: 768px) {
  .top_location_item_title_wrapper {
    padding: 16px 16px;
  }
}

.top_location_item_title_wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  background-color: #fff;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 21px) 100%, 0% 100%);
}

.top_location_item_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
@media (max-width: 768px) {
  .top_location_item_title {
    font-size: clamp(16px, 5.3333333333vw, 20px);
    gap: 16px;
  }
}

.top_location_item_title img {
  max-width: 145px;
}

.top_location_item_omigawa .top_location_item_title img {
  max-width: 164px;
}

.top_location_item_img {
  margin-top: -41px;
}

.top_location_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 450/312;
}

.top_location_item_en_sp {
  display: none;
}
@media (max-width: 768px) {
  .top_location_item_en_sp {
    display: block;
    position: absolute;
    font-size: clamp(40px, 12.8vw, 48px);
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0;
    line-height: 100%;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    right: 0;
    bottom: -12px;
  }
}

.top_location_item_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .top_location_item_lists {
    gap: 8px;
    margin-top: 24px;
  }
}

.top_location_item_list {
  font-size: 14px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  padding: 8.5px 20px;
}
@media (max-width: 768px) {
  .top_location_item_list {
    font-size: 13px;
    padding: 4px 8px;
  }
}

.top_location_item_main_btn {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top_location_item_main_btn {
    text-align: center;
    margin-top: 16px;
  }
}

.top_location_item_right {
  width: 100%;
  max-width: 740px;
  border-top: 1px solid #fff;
  padding-top: 55px;
}
@media (max-width: 768px) {
  .top_location_item_right {
    padding-top: 0;
    border-top: none;
  }
}

.top_location_item_head {
  position: relative;
}

@media (max-width: 768px) {
  .top_location_item_address {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.top_location_item_address dl {
  display: grid;
  grid-template-columns: auto 1fr;
}

.top_location_item_head_btn {
  margin-top: 31px;
}
@media (max-width: 768px) {
  .top_location_item_head_btn {
    margin-top: 16px;
    text-align: center;
  }
}

.top_location_item_en_pc {
  position: absolute;
  font-size: clamp(60px, 6.6666666667vw, 100px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  right: 0;
  top: 12px;
  z-index: -1;
}
@media (max-width: 768px) {
  .top_location_item_en_pc {
    display: none;
  }
}

.top_location_item_slick {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top_location_item_slick {
    margin-top: 24px;
  }
}

.top_location_item_slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 1.4vw, 21px);
}
@media (max-width: 768px) {
  .top_location_item_slick .slick-track {
    gap: 12px;
  }
}

.top_location_item_slick_list img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 294/206;
}

.top_location_item_text {
  line-height: 2.1875;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .top_location_item_text {
    margin-top: 16px;
  }
}

.top_location_item_food_btn {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top_location_item_food_btn {
    text-align: center;
    margin-top: 16px;
  }
}

/* top - top_food
------------------------------ */
.top_worries_head {
  position: relative;
  background: linear-gradient(0deg, #FCB7A4 0% calc(50% - 109px), transparent calc(50% - 109px) 100%), linear-gradient(105deg, #F96F49 0% 59.4667%, #FCB7A4 59.4667% 100%);
  padding: 85px 0 52px;
}
@media (max-width: 768px) {
  .top_worries_head {
    padding: 56px 0 32px;
  }
}

.top_worries_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .top_worries_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}

.top_worries_title_ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(30px, 3.3333333333vw, 50px);
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  max-width: 696px;
}
@media (max-width: 768px) {
  .top_worries_title_ja {
    font-size: clamp(20px, 6.9333333333vw, 26px);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.top_worries_title_ja_food {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.top_worries_title_ja_large {
  font-size: clamp(50px, 5.3333333333vw, 80px);
  color: #000;
}
@media (max-width: 768px) {
  .top_worries_title_ja_large {
    font-size: clamp(32px, 10.6666666667vw, 40px);
  }
}

.top_worries_title_ja_medium {
  font-size: clamp(40px, 4.6666666667vw, 70px);
}
@media (max-width: 768px) {
  .top_worries_title_ja_medium {
    font-size: clamp(26px, 9.0666666667vw, 34px);
  }
}

.top_worries_title_ja_question {
  font-size: clamp(100px, 11.3333333333vw, 170px);
  line-height: 0;
  color: #000;
}
@media (max-width: 768px) {
  .top_worries_title_ja_question {
    font-size: clamp(48px, 16vw, 60px);
  }
}

.top_worries_title_en {
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  max-width: 540px;
}
@media (max-width: 768px) {
  .top_worries_title_en {
    font-size: clamp(40px, 12.8vw, 48px);
    text-align: center;
  }
}

.top_worries_slick {
  margin-top: 51px;
}
@media (max-width: 768px) {
  .top_worries_slick {
    margin-top: 24px;
  }
}

.top_worries_slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 2.2666666667vw, 34px);
  line-height: 100%;
}
@media (max-width: 768px) {
  .top_worries_slick .slick-track {
    gap: 12px;
  }
}

.top_worries_slick .slick-slide {
  height: auto !important;
}

.top_worries_slick .slick-slide > div {
  height: 100%;
}

.top_worries_for {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .top_worries_for {
    font-size: clamp(18px, 6.4vw, 24px);
    margin-top: 16px;
  }
}

.top_worries_food {
  position: relative;
  padding: 209px 0 165px;
}
@media (max-width: 768px) {
  .top_worries_food {
    padding: 56px 0;
  }
}

.top_worries_food::before {
  position: absolute;
  content: "";
  width: 114px;
  height: 102px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/top/top_worries_arrow_bottom.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_worries_food::before {
    width: 60px;
    height: 54px;
    top: -18px;
  }
}

.top_worries_logo {
  width: 100%;
  max-width: 165px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top_worries_logo {
    max-width: 99px;
  }
}

.top_worries_message {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .top_worries_message {
    font-size: clamp(18px, 5.8666666667vw, 22px);
    margin-top: 8px;
  }
}

.top_worries_message span {
  font-size: 59px;
}
@media (max-width: 768px) {
  .top_worries_message span {
    font-size: clamp(26px, 8.5333333333vw, 32px);
  }
}

.top_worries_message_title {
  font-size: clamp(30px, 3.3333333333vw, 50px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .top_worries_message_title {
    font-size: clamp(24px, 7.4666666667vw, 28px);
  }
}

.top_worries_message_title_mint {
  font-size: 34px;
  color: #21DDB4;
}
@media (max-width: 768px) {
  .top_worries_message_title_mint {
    font-size: clamp(16px, 5.3333333333vw, 20px);
  }
}

.top_worries_message_title_time {
  font-size: 66px;
}
@media (max-width: 768px) {
  .top_worries_message_title_time {
    font-size: clamp(40px, 12.8vw, 48px);
  }
}

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

.top_worries_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* top - 共通
------------------------------ */
.equipment_title_wrapper {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: clamp(150px, 15.6vw, 234px) 1fr;
}
@media (max-width: 768px) {
  .equipment_title_wrapper {
    grid-template-columns: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding-top: 13px;
  }
}

.equipment_title_num {
  font-size: clamp(120px, 13.3333333333vw, 200px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  color: #21DDB4;
}
@media (max-width: 768px) {
  .equipment_title_num {
    font-size: 56px;
  }
}

.equipment_title {
  position: relative;
}

.equipment_title_ja {
  display: grid;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .equipment_title_ja {
    font-size: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.equipment_title_ja_food {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.equipment_title_ja_small {
  font-size: clamp(32px, 2.6666666667vw, 40px);
}
@media (max-width: 768px) {
  .equipment_title_ja_small {
    font-size: clamp(16px, 5.3333333333vw, 20px);
  }
}

.equipment_title_ja_large {
  font-size: clamp(50px, 5.3333333333vw, 80px);
  color: #21DDB4;
}
@media (max-width: 768px) {
  .equipment_title_ja_large {
    font-size: 32px;
  }
}

.equipment_title_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(33, 221, 180, 0.15);
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .equipment_title_en {
    font-size: clamp(40px, 16vw, 60px);
    top: -13px;
  }
}

.equipment_slick {
  margin: 0 calc(50% - 50vw);
}

.equipment_slick_lists .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 2.2666666667vw, 34px);
  line-height: 100%;
}
@media (max-width: 768px) {
  .equipment_slick_lists .slick-track {
    gap: 12px;
  }
}

.equipment_slick_lists .slick-slide {
  height: auto !important;
}

.equipment_slick_lists .slick-slide > div {
  height: 100%;
}

.equipment_slick_list_text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9444444444;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .equipment_slick_list_text {
    font-size: 15px;
    margin-top: 4px;
  }
}

.equipment_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 14px;
  color: #5D5D5D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.equipment_desc::before {
  content: "※";
}

.equipment_content {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  border: 3px solid #21DDB4;
  padding: 35px 20px;
}
@media (max-width: 768px) {
  .equipment_content {
    font-size: clamp(16px, 4.8vw, 18px);
    text-align: left;
    padding: 8px;
  }
}

/* top - top_machines
------------------------------ */
.top_machines {
  overflow: hidden;
  margin-top: 131px;
}
@media (max-width: 768px) {
  .top_machines {
    margin-top: 56px;
  }
}

.top_machines_title .equipment_title_ja {
  max-width: 680px;
}

.top_machines_slick {
  margin-top: 91px;
}
@media (max-width: 768px) {
  .top_machines_slick {
    margin-top: 24px;
  }
}

.top_machines_desc {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .top_machines_desc {
    margin-top: 16px;
  }
}

.top_machines_content {
  margin-top: 38px;
}
@media (max-width: 768px) {
  .top_machines_content {
    margin-top: 16px;
  }
}

/* top - top_guide
------------------------------ */
.top_guide {
  overflow: hidden;
  margin-top: 122px;
}
@media (max-width: 768px) {
  .top_guide {
    margin-top: 56px;
  }
}

.top_guide_title .equipment_title_ja {
  max-width: 917px;
}

.top_guide_slick {
  margin-top: 91px;
}
@media (max-width: 768px) {
  .top_guide_slick {
    margin-top: 24px;
  }
}

.top_guide_desc {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .top_guide_desc {
    margin-top: 16px;
  }
}

.top_guide_content {
  margin-top: 38px;
}
@media (max-width: 768px) {
  .top_guide_content {
    margin-top: 16px;
  }
}

/* top - top_exercise
------------------------------ */
.top_exercise {
  overflow: hidden;
  margin-top: 122px;
}
@media (max-width: 768px) {
  .top_exercise {
    margin-top: 56px;
  }
}

.top_exercise_title .equipment_title_ja {
  max-width: 990px;
}

.top_exercise_slick {
  margin-top: 91px;
}
@media (max-width: 768px) {
  .top_exercise_slick {
    margin-top: 24px;
  }
}

.top_exercise_desc {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .top_exercise_desc {
    margin-top: 16px;
  }
}

.top_exercise_content {
  margin-top: 38px;
}
@media (max-width: 768px) {
  .top_exercise_content {
    margin-top: 16px;
  }
}

/* top - top_facility
------------------------------ */
.top_facility {
  overflow: hidden;
  margin-top: 122px;
}
@media (max-width: 768px) {
  .top_facility {
    margin-top: 56px;
  }
}

.top_facility_title .equipment_title_ja {
  max-width: 400px;
}

.top_facility_slick {
  margin-top: 91px;
}
@media (max-width: 768px) {
  .top_facility_slick {
    margin-top: 24px;
  }
}

/* top - top_voices
------------------------------ */
.top_voices {
  position: relative;
  margin-top: 120px;
  padding: 120px 0 120px;
  background-color: rgba(7, 192, 152, 0.7);
  z-index: 0;
}
@media (max-width: 768px) {
  .top_voices {
    margin-top: 56px;
    padding: 56px 0;
  }
}

.top_voices_title {
  position: relative;
}

.top_voices_title_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 127px;
  z-index: -1;
}
@media (max-width: 768px) {
  .top_voices_title_en {
    position: relative;
    font-size: clamp(40px, 12.8vw, 48px);
    top: auto;
    -webkit-transform: none;
            transform: none;
    left: auto;
    text-align: center;
  }
}

.top_voices_title_ja {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  padding: 10px 29px;
}
@media (max-width: 768px) {
  .top_voices_title_ja {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    padding: 4px 24px;
    margin-top: 16px;
  }
}

.top_voices_cards_wrapper {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .top_voices_cards_wrapper {
    margin-top: 24px;
  }
}

.top_voices_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 2.4666666667vw, 37px);
}
@media (max-width: 768px) {
  .top_voices_cards {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}

.top_voices_cards.slick-initialized.slick-slider {
  display: block;
}

.top_voices_cards .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 2.4666666667vw, 37px);
  line-height: 100%;
}
@media (max-width: 768px) {
  .top_voices_cards .slick-track {
    gap: 15px;
  }
}

.top_voices_cards .slick-slide {
  height: auto !important;
}

.top_voices_cards .slick-slide > div {
  height: 100%;
}

.top_voices_card {
  height: 100%;
  display: block;
  background: linear-gradient(180deg, transparent 0% 62px, #fff 62px 100%);
  padding: 0 30px 28px;
}
@media (max-width: 768px) {
  .top_voices_card {
    background: linear-gradient(180deg, transparent 0% 40px, #fff 40px 100%);
    padding: 0 16px 16px;
  }
}

.top_voices_card_illust {
  width: 100%;
  max-width: 123px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top_voices_card_illust {
    max-width: 80px;
  }
}

.top_voices_card_illust img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 123/123;
}

.top_voices_card_title {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .top_voices_card_title {
    font-size: clamp(16px, 4.8vw, 18px);
    margin-top: 16px;
  }
}

.top_voices_card_text {
  line-height: 1.875;
  border-top: 1px solid #21DDB4;
  margin-top: 20px;
  padding-top: 23px;
}
@media (max-width: 768px) {
  .top_voices_card_text {
    margin-top: 16px;
    padding-top: 16px;
  }
}

.top_voices_cards_arrow_wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .top_voices_cards_arrow_wrapper {
    gap: 16px;
  }
}

.top_voices_cards_arrow {
  position: relative;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top_voices_cards_arrow {
    width: 30px;
    height: 30px;
  }
}

.top_voices_cards_arrow_prev {
  background: rgba(93, 93, 93, 0.8) url(../images/common/icon_arrow_left_white.png) no-repeat center center/59px 13px;
}
@media (max-width: 768px) {
  .top_voices_cards_arrow_prev {
    background: rgba(93, 93, 93, 0.8) url(../images/common/icon_arrow_left_white.png) no-repeat center center/18px 4px;
  }
}

@media (min-width: 768px) {
  .top_voices_cards_arrow_prev:hover {
    background: #5D5D5D url(../images/common/icon_arrow_left_white.png) no-repeat center center/59px 13px;
  }
}

.top_voices_cards_arrow_next {
  background: rgba(93, 93, 93, 0.8) url(../images/common/icon_arrow_right_white.png) no-repeat center center/59px 13px;
}
@media (max-width: 768px) {
  .top_voices_cards_arrow_next {
    background: rgba(93, 93, 93, 0.8) url(../images/common/icon_arrow_right_white.png) no-repeat center center/18px 4px;
  }
}

@media (min-width: 768px) {
  .top_voices_cards_arrow_next:hover {
    background: #5D5D5D url(../images/common/icon_arrow_right_white.png) no-repeat center center/59px 13px;
  }
}

.top_voices_btn {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_voices_btn {
    margin-top: 24px;
  }
}

/* top - top_faq
------------------------------ */
.top_faq {
  margin-top: 86px;
}
@media (max-width: 768px) {
  .top_faq {
    margin-top: 56px;
  }
}

.top_faq_title {
  position: relative;
}

.top_faq_title_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 127px;
  z-index: -1;
}
@media (max-width: 768px) {
  .top_faq_title_en {
    position: relative;
    font-size: clamp(40px, 12.8vw, 48px);
    top: auto;
    -webkit-transform: none;
            transform: none;
    left: auto;
    text-align: center;
  }
}

.top_faq_title_ja {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.07em;
  background-color: #21DDB4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  padding: 10px 29px;
}
@media (max-width: 768px) {
  .top_faq_title_ja {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    padding: 4px 24px;
    margin-top: 16px;
  }
}

.top_faq_lists {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_faq_lists {
    margin-top: 32px;
  }
}

.top_faq_btn {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_faq_btn {
    margin-top: 24px;
  }
}

/* top - front_cta02
------------------------------ */
.front_cta02 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .front_cta02 {
    margin-top: 56px;
  }
}

/* cta
------------------------------ */
.cta {
  position: relative;
  background: url(../images/common/cta_bg.jpg) no-repeat center center/cover;
  padding: 62px 0 78px;
  z-index: 0;
}
@media (max-width: 768px) {
  .cta {
    padding: 40px 0;
  }
}

.cta_inner.inner {
  position: relative;
  max-width: 1358px;
}
@media (max-width: 768px) {
  .cta_inner.inner {
    max-width: 600px;
  }
}

.cta_inner::after {
  position: absolute;
  content: "";
  width: 262px;
  height: 262px;
  top: -17px;
  right: 25px;
  background: url(../images/common/logo_mark_cyan.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .cta_inner::after {
    width: 140px;
    height: 140px;
  }
}

.cta_title {
  font-size: clamp(32px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .cta_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

.cta_main {
  position: relative;
  width: 100%;
  max-width: 975px;
  margin: 33px auto 0;
  padding: 34px 20px 0;
}
@media (max-width: 768px) {
  .cta_main {
    margin: 24px auto 0;
    padding: 32px 16px 0;
  }
}

.cta_main::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 45px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .cta_main::before {
    bottom: 22px;
    clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
  }
}

.cta_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .cta_lists {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
  }
}

.cta_list {
  width: 100%;
  max-width: 195px;
}
@media (max-width: 768px) {
  .cta_list {
    -webkit-box-flex: 195;
        -ms-flex: 195;
            flex: 195;
  }
}

.cta_list.cta_list_omigawa {
  max-width: 229px;
}
@media (max-width: 768px) {
  .cta_list.cta_list_omigawa {
    -webkit-box-flex: 229;
        -ms-flex: 229;
            flex: 229;
  }
}

.cta_text {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin-top: 23px;
}
@media (max-width: 768px) {
  .cta_text {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    margin-top: 16px;
  }
}

.cta_btn {
  text-align: center;
  margin-top: 31px;
}
@media (max-width: 768px) {
  .cta_btn {
    margin-top: 24px;
  }
}

.cta_btn a {
  display: inline-block;
  font-size: clamp(22px, 1.7333333333vw, 26px);
  font-weight: 700;
  width: 100%;
  max-width: 765px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #01B8CD;
  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .cta_btn a {
    font-size: 16px;
    max-width: 320px;
    padding: 10px 15px;
  }
}

@media (min-width: 768px) {
  .cta_btn a:hover {
    background-color: #21DDB4;
  }
}

.cta_btn a span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 50px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_btn a span {
    padding: 0 30px 0 0;
  }
}

.cta_btn a span::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 47px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #fff url(../images/common/icon_arrow_right_cyan.png) no-repeat center center/25px 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cta_btn a span::after {
    width: 25px;
    height: 25px;
    background: #fff url(../images/common/icon_arrow_right_cyan.png) no-repeat center center/15px 5px;
  }
}

/* flow
------------------------------ */
.flow {
  background: url(../images/common/flow_bg_pc.jpg) no-repeat center center/cover;
  padding: 130px 0 122px;
}
@media (max-width: 768px) {
  .flow {
    padding: 56px 0;
  }
}

.flow_title {
  position: relative;
}

.flow_title_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  color: #21DDB4;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 125px;
}
@media (max-width: 768px) {
  .flow_title_en {
    position: relative;
    font-size: clamp(40px, 12.8vw, 48px);
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    text-align: center;
  }
}

.flow_title_ja {
  position: relative;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.07em;
  background-color: #21DDB4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  padding: 10px 29px;
  z-index: 1;
}
@media (max-width: 768px) {
  .flow_title_ja {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    padding: 4px 24px;
    margin-top: 16px;
  }
}

.flow_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  counter-reset: cnt;
  margin-top: 87px;
}
@media (max-width: 768px) {
  .flow_items {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 32px;
  }
}

.flow_item {
  position: relative;
  padding: 0 20px 32px;
  background: linear-gradient(180deg, transparent 0% 31px, #fff 31px 100%);
}
@media (max-width: 768px) {
  .flow_item {
    padding: 0 16px 16px;
    background: linear-gradient(180deg, transparent 0% 36px, #fff 36px 100%);
  }
}

.flow_item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: clamp(40px, 3.8vw, 57px);
  height: clamp(50px, 4.9333333333vw, 74px);
  right: -47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/flow_item_arrow_right.png) no-repeat center center/contain;
  z-index: 1;
}
@media (max-width: 768px) {
  .flow_item:not(:last-of-type)::after {
    width: 32px;
    height: 24px;
    top: auto;
    right: auto;
    bottom: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/common/flow_item_arrow_bottom.png) no-repeat center center/contain;
  }
}

.flow_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 2.1333333333vw, 32px);
}
@media (max-width: 768px) {
  .flow_item_head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}

.flow_item_num {
  width: 100%;
  max-width: 73px;
}
@media (max-width: 768px) {
  .flow_item_num {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.flow_item_num::before {
  position: relative;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  font-size: clamp(50px, 4.6666666667vw, 70px);
  line-height: 100%;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  color: #21DDB4;
}

.flow_item_illust {
  width: 100%;
  max-width: 121px;
}
@media (max-width: 768px) {
  .flow_item_illust {
    max-width: 72px;
  }
}

.flow_item_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .flow_item_title {
    font-size: clamp(16px, 5.3333333333vw, 20px);
    margin-top: 8px;
  }
}

.flow_item_content {
  margin-top: 15px;
  padding-top: 16px;
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .flow_item_content {
    margin-top: 8px;
    padding-top: 8px;
  }
}

.flow_item_text {
  font-weight: 500;
  letter-spacing: 0;
}

.flow_item_text_small {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .flow_item_text_small {
    font-size: 13px;
  }
}

/* shops
------------------------------ */
.shops {
  background: linear-gradient(105deg, #2E2E2E 0 calc(50% - 30px), #333333 calc(50% - 30px) calc(50% + 390px), transparent calc(50% + 390px) 100%);
  padding: 80px 0 80px;
  overflow-x: hidden;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .shops {
    padding: 56px 0;
  }
}

.shops_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 125px;
}
@media (max-width: 768px) {
  .shops_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.shops_title_wrapper {
  width: 100%;
  min-width: 255px;
}
@media (max-width: 768px) {
  .shops_title_wrapper {
    min-width: auto;
  }
}

.shops_title {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.07em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 33px;
  background-color: #21DDB4;
}
@media (max-width: 768px) {
  .shops_title {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    padding: 4px 24px;
  }
}

.shops_logo {
  width: 100%;
  max-width: 255px;
  margin-top: 37px;
}
@media (max-width: 768px) {
  .shops_logo {
    max-width: 160px;
    margin-top: 16px;
  }
}

.shops_cards_wrapper {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .shops_cards_wrapper {
    width: 100%;
    margin-right: 0;
  }
}

.shops_cards.slick-dotted.slick-slider {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 29px;
}

.shops_cards .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 2.2666666667vw, 34px);
}
@media (max-width: 768px) {
  .shops_cards .slick-track {
    gap: 12px;
  }
}

.shops_cards .slick-slide {
  height: auto !important;
}

.shops_cards .slick-slide > div {
  height: 100%;
}

.shops_card {
  height: 100%;
  padding-bottom: 11px;
}

.shops_card a {
  display: block;
  background-color: #fff;
  height: 100%;
  padding-bottom: 20px;
  -webkit-box-shadow: 5px 5px 7px rgba(51, 51, 51, 0.4);
          box-shadow: 5px 5px 7px rgba(51, 51, 51, 0.4);
}
@media (max-width: 768px) {
  .shops_card a {
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .shops_card a:hover {
    background-color: #DCF6F1;
  }
}

.shops_card_img {
  overflow: hidden;
}

.shops_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 315/220;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .shops_card a:hover .shops_card_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.shops_card_content {
  margin-top: 16px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .shops_card_content {
    padding: 0 16px;
  }
}

.shops_card_title {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .shops_card_title {
    font-size: 16px;
  }
}

.shops_card_address {
  font-size: 14px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .shops_card_address {
    font-size: 13px;
  }
}

.shops_card_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .shops_card_lists {
    gap: 4px;
    margin-top: 8px;
  }
}

.shops_card_list {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  color: #01B8CD;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #01B8CD;
}
@media (max-width: 768px) {
  .shops_card_list {
    font-size: 13px;
    padding: 3px 6px;
  }
}

.shops_cards .slick-dots {
  width: 60%;
  bottom: 0;
}
@media (max-width: 768px) {
  .shops_cards .slick-dots {
    width: 100%;
  }
}

.shops_cards .slick-dots li {
  width: 16.6666666667%;
  height: 1px;
  background-color: #BFBFBF;
  margin: 0;
}

.shops_cards .slick-dots li.slick-active {
  background-color: #21DDB4;
  height: 3px;
  border-radius: 5px;
}

.shops_cards .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.shops_cards .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* common
------------------------------ */
.btn {
  display: inline-block;
  position: relative;
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  width: 100%;
  max-width: 300px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #646464;
}
@media (max-width: 768px) {
  .btn {
    font-size: 16px;
    max-width: 260px;
    padding: 14px 20px;
  }
}

.btn.btn_small {
  font-size: 15px;
  max-width: 222px;
}
@media (max-width: 768px) {
  .btn.btn_small {
    max-width: 200px;
  }
}

.btn.btn_large {
  max-width: 400px;
}
@media (max-width: 768px) {
  .btn.btn_large {
    max-width: 300px;
  }
}

.btn.btn_x_large {
  max-width: 541px;
}
@media (max-width: 768px) {
  .btn.btn_x_large {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .btn:hover {
    background-color: #01B8CD;
  }
}

.btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 217px;
  padding-right: 50px;
  text-align: left;
  z-index: 1;
}
@media (max-width: 768px) {
  .btn span {
    padding-right: 50px;
  }
}

.btn.btn_small span {
  max-width: 160px;
}

.btn.btn_large span {
  max-width: 311px;
}

.btn.btn_x_large span {
  max-width: 460px;
}

.btn span::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #fff url(../images/common/icon_arrow_right_cyan.png) no-repeat center center/19px 4px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .btn span::after {
    width: 30px;
    height: 30px;
    background: #fff url(../images/common/icon_arrow_right_cyan.png) no-repeat center center/18px 4px;
  }
}

.btn.btn_small span::after {
  width: 26px;
  height: 26px;
  background: #fff url(../images/common/icon_arrow_right_cyan.png) no-repeat center center/14px 3px;
}

.faq_list + .faq_list {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .faq_list + .faq_list {
    margin-top: 16px;
  }
}

.faq_list_q {
  position: relative;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  background-color: #A8E9DB;
  cursor: pointer;
  padding: 22px 33px 22px 143px;
}
@media (max-width: 768px) {
  .faq_list_q {
    font-size: clamp(15px, 4.8vw, 18px);
    padding: 8px 16px 8px 72px;
  }
}

.faq_list_q::before {
  position: absolute;
  content: "Q";
  font-size: clamp(30px, 3.3333333333vw, 50px);
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
  line-height: 100%;
  width: 122px;
  top: 0;
  bottom: 0;
  left: 0;
  color: #21DDB4;
  background-color: #000;
  padding: 10px;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 21px) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .faq_list_q::before {
    font-size: clamp(20px, 6.9333333333vw, 26px);
    width: 64px;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
  }
}

.faq_list_q span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .faq_list_q span {
    padding-right: 30px;
  }
}

.faq_list_q span::before,
.faq_list_q span::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 4px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 768px) {
  .faq_list_q span::before,
  .faq_list_q span::after {
    width: 24px;
    height: 2px;
  }
}

.faq_list_q span::after {
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}

.faq_list_q.is_open span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_list_a {
  display: none;
  margin-top: 30px;
  padding: 0px 85px 22px 143px;
}
@media (max-width: 768px) {
  .faq_list_a {
    margin-top: 16px;
    padding: 0px 16px 8px 70px;
  }
}

/* common - 下層
------------------------------ */
.sub_mv {
  position: relative;
  min-height: 500px;
}
@media (max-width: 768px) {
  .sub_mv {
    min-height: 265px;
  }
}

.sub_mv_inner.inner {
  min-height: inherit;
}
@media (max-width: 768px) {
  .sub_mv_inner.inner {
    padding: 0;
  }
}

.sub_mv_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: inherit;
  padding: 140px 0 20px;
}
@media (max-width: 768px) {
  .sub_mv_title {
    padding: 76px 0 16px;
  }
}

.sub_mv_title_ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  position: relative;
  font-size: clamp(24px, 2vw, 30px);
  letter-spacing: 0.07em;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 17px 24px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sub_mv_title_ja {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    gap: 16px;
    padding: 8px 16px;
  }
}

.sub_mv_title_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  right: 0;
  bottom: 20px;
}
@media (max-width: 768px) {
  .sub_mv_title_en {
    font-size: clamp(40px, 16vw, 60px);
  }
}

.sub_mv_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: inherit;
  z-index: -1;
}

.sub_mv_img img {
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.breadcrumb {
  font-size: 12px;
  color: #fff;
  background-color: #2E2E2E;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 16px 0;
  }
}

.breadcrumb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.breadcrumb a {
  font-weight: 700;
}

.breadcrumb_arrow {
  color: #21DDB4;
}

.section_title {
  position: relative;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 28px 61px;
  background-color: #A8E9DB;
}
@media (max-width: 768px) {
  .section_title {
    font-size: clamp(18px, 1.4666666667vw, 22px);
    padding: 16px 15px 16px 24px;
  }
}

.section_title::before {
  position: absolute;
  content: "";
  width: 49px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #21DDB4;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .section_title::before {
    width: 24px;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  }
}

.section_subtitle {
  position: relative;
  font-size: clamp(24px, 1.8666666667vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
  padding: 13px 20px 14px clamp(20px, 2.4666666667vw, 37px);
  border-bottom: 1px solid #21DDB4;
  border-left: 17px solid #21DDB4;
}
@media (max-width: 768px) {
  .section_subtitle {
    font-size: clamp(18px, 5.8666666667vw, 22px);
    padding: 8px 10px 8px 10px;
    border-left: 10px solid #21DDB4;
  }
}

.section_caption {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px 20px;
  background-color: #E7E7E7;
}
@media (max-width: 768px) {
  .section_caption {
    font-size: clamp(16px, 5.3333333333vw, 20px);
    padding: 8px 16px;
  }
}

.section_sub_caption {
  position: relative;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 33px;
}
@media (max-width: 768px) {
  .section_sub_caption {
    font-size: clamp(16px, 5.3333333333vw, 20px);
  }
}

.section_sub_caption::before {
  position: absolute;
  content: "";
  width: 25px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background-color: #21DDB4;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}

.section_lead {
  position: relative;
  font-size: clamp(24px, 1.8666666667vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
  padding: 13px 20px 14px clamp(20px, 2.4666666667vw, 37px);
  border-left: 17px solid #21DDB4;
}
@media (max-width: 768px) {
  .section_lead {
    font-size: clamp(18px, 5.8666666667vw, 22px);
    padding: 8px 10px 8px 10px;
    border-left: 10px solid #21DDB4;
  }
}

/* location - location_slide
------------------------------ */
.location_slide {
  background-color: #424242;
  padding: 120px 0 120px;
}
@media (max-width: 768px) {
  .location_slide {
    padding: 56px 0;
  }
}

/* location - location_info
------------------------------ */
.location_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .location_info_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}

.location_info_images {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .location_info_images {
    max-width: 100%;
  }
}

.location_info_image + .location_info_image {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .location_info_image + .location_info_image {
    margin-top: 16px;
  }
}

.location_info_image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/282;
}

.location_info_content {
  width: 100%;
  max-width: 790px;
}

.location_info_unit {
  border-bottom: 1px solid #21DDB4;
  padding-bottom: 11px;
}
@media (max-width: 768px) {
  .location_info_unit {
    padding-bottom: 8px;
  }
}

.location_info_subtitle {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .location_info_subtitle {
    font-size: clamp(16px, 1.3333333333vw, 20px);
  }
}

.location_info_date {
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .location_info_date {
    margin-top: 4px;
  }
}

.location_info_text {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .location_info_text {
    margin-top: 16px;
  }
}

.location_info_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 2.4666666667vw, 37px);
  margin-top: clamp(50px, 7.7333333333vw, 116px);
  padding-top: clamp(50px, 5.3333333333vw, 80px);
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .location_info_cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
    padding-top: 24px;
  }
}

.location_info_card a {
  display: block;
  background-color: #DCF6F1;
  height: 100%;
}

@media (min-width: 768px) {
  .location_info_card a:hover {
    background-color: #A8E9DB;
  }
}

.location_info_card_img {
  overflow: hidden;
}

.location_info_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 285/199;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .location_info_card a:hover .location_info_card_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.location_info_card_content {
  margin-top: 14px;
  padding: 0 18px 14px;
}
@media (max-width: 768px) {
  .location_info_card_content {
    margin-top: 8px;
    padding: 0 16px 8px;
  }
}

.location_info_card_date {
  font-size: 14px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .location_info_card_date {
    font-size: 13px;
  }
}

.location_info_card_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .location_info_card_title {
    font-size: 16px;
  }
}

.location_info_btn {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .location_info_btn {
    margin-top: 32px;
  }
}

.location_info_sns_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .location_info_sns_lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 24px;
  }
}

.location_info_sns_list {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .location_info_sns_list {
    max-width: 260px;
  }
}

.location_info_sns_list a {
  position: relative;
  display: inline-block;
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  color: #fff;
  background: linear-gradient(100deg, #01B8CD 0 227px, #646464 227px 100%);
  width: 100%;
  padding: 21px 31px;
}
@media (max-width: 768px) {
  .location_info_sns_list a {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 16px 24px;
    background: linear-gradient(100deg, #01B8CD 0 240px, #646464 240px 100%);
  }
}

.location_info_sns_list a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(100deg, #0F9D7F 0 227px, #646464 227px 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .location_info_sns_list a:hover::after {
    opacity: 1;
  }
}

.location_info_sns_list a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 30px;
  z-index: 1;
}

.location_info_sns_list a span::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 4px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

/* location - location_about
------------------------------ */
.location_about_nav_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 1.1333333333vw, 17px);
}
@media (max-width: 768px) {
  .location_about_nav_lists {
    gap: 8px;
  }
}

.location_about_nav_list {
  width: 100%;
  max-width: 141px;
}
@media (max-width: 768px) {
  .location_about_nav_list {
    max-width: 100px;
  }
}

.location_about_nav_list a {
  display: block;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #01B8CD;
  padding: 24px 10px 40px;
  height: 100%;
}
@media (max-width: 768px) {
  .location_about_nav_list a {
    padding: 8px 10px 24px;
  }
}

@media (min-width: 768px) {
  .location_about_nav_list a:hover {
    background-color: #0F9D7F;
  }
}

.location_about_nav_list a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 22px;
  background: url(../images/common/icon_triangle_arrow_bottom_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .location_about_nav_list a::after {
    width: 14px;
    height: 7px;
    bottom: 8px;
  }
}

.location_about_gym {
  position: relative;
}

.location_about_gym_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.6666666667vw, 40px) clamp(20px, 2.4666666667vw, 37px);
  margin-top: 60px;
}
@media (max-width: 768px) {
  .location_about_gym_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
  }
}

.location_about_gym_item_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3888888889;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .location_about_gym_item_title {
    font-size: 16px;
    margin-top: 9px;
  }
}

.location_about_gym_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(33, 221, 180, 0.15);
  right: 0;
  bottom: 10px;
  z-index: -1;
}
@media (max-width: 768px) {
  .location_about_gym_en {
    font-size: clamp(40px, 16vw, 60px);
  }
}

.location_about_sauna_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .location_about_sauna_wrapper {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
}

.location_about_sauna_images {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .location_about_sauna_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 100%;
  }
}

.location_about_sauna_image + .location_about_sauna_image {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .location_about_sauna_image + .location_about_sauna_image {
    margin-top: 0;
  }
}

.location_about_sauna_image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/211;
}

.location_about_sauna_content {
  position: relative;
  width: 100%;
  max-width: 833px;
}

.location_about_sauna_text {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.25;
}
@media (max-width: 768px) {
  .location_about_sauna_text {
    font-size: clamp(16px, 4.8vw, 18px);
    line-height: 180%;
  }
}

.location_about_sauna_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(33, 221, 180, 0.15);
  right: 0;
  bottom: 10px;
}
@media (max-width: 768px) {
  .location_about_sauna_en {
    font-size: clamp(40px, 16vw, 60px);
  }
}

.location_about_salon_selfcare {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .location_about_salon_selfcare {
    margin-top: 32px;
  }
}

.location_about_salon_selfcare_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 37px;
}
@media (max-width: 768px) {
  .location_about_salon_selfcare_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}

.location_about_salon_selfcare_img {
  width: 100%;
  max-width: 323px;
}
@media (max-width: 768px) {
  .location_about_salon_selfcare_img {
    margin-inline: auto;
  }
}

.location_about_salon_selfcare_content {
  position: relative;
  width: 100%;
  max-width: 890px;
}

.location_about_salon_selfcare_text {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.25;
}
@media (max-width: 768px) {
  .location_about_salon_selfcare_text {
    font-size: clamp(16px, 4.8vw, 18px);
    line-height: 180%;
  }
}

.location_about_salon_selfcare_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(33, 221, 180, 0.15);
  right: 0;
  bottom: 10px;
}
@media (max-width: 768px) {
  .location_about_salon_selfcare_en {
    font-size: clamp(40px, 16vw, 60px);
  }
}

.location_about_salon_lineup {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .location_about_salon_lineup {
    margin-top: 56px;
  }
}

.location_about_salon_lineup_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4.6666666667vw, 70px) clamp(20px, 3.3333333333vw, 50px);
  margin-top: 60px;
}
@media (max-width: 768px) {
  .location_about_salon_lineup_cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}

.location_about_salon_lineup_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.location_about_salon_lineup_card_img {
  overflow: hidden;
}

.location_about_salon_lineup_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 383/268;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.location_about_salon_lineup_card_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  min-height: 70px;
  border-bottom: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .location_about_salon_lineup_card_title {
    font-size: clamp(16px, 5.3333333333vw, 20px);
    min-height: auto;
    padding: 8px 0;
  }
}

.location_about_salon_lineup_card_text {
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .location_about_salon_lineup_card_text {
    margin-top: 8px;
  }
}

.location_about_studio_lesmills {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .location_about_studio_lesmills {
    margin-top: 32px;
  }
}

.location_about_studio_lesmills_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .location_about_studio_lesmills_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}

.location_about_studio_lesmills_images {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .location_about_studio_lesmills_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 100%;
  }
}

.location_about_studio_lesmills_image + .location_about_studio_lesmills_image {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .location_about_studio_lesmills_image + .location_about_studio_lesmills_image {
    margin-top: 0;
  }
}

.location_about_studio_lesmills_image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/211;
}

.location_about_studio_lesmills_content {
  position: relative;
  width: 100%;
  max-width: 890px;
}

.location_about_studio_lesmills_logo {
  width: 100%;
  max-width: 516px;
}
@media (max-width: 768px) {
  .location_about_studio_lesmills_logo {
    max-width: 240px;
  }
}

.location_about_studio_lesmills_text {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.25;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .location_about_studio_lesmills_text {
    font-size: clamp(16px, 4.8vw, 18px);
    line-height: 180%;
    margin-top: 16px;
  }
}

.location_about_studio_lesmills_en {
  position: absolute;
  font-size: clamp(100px, 10vw, 150px);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(33, 221, 180, 0.15);
  right: 0;
  bottom: 10px;
}
@media (max-width: 768px) {
  .location_about_studio_lesmills_en {
    font-size: clamp(40px, 16vw, 60px);
  }
}

.location_about_studio_lesson {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson {
    margin-top: 56px;
  }
}

.location_about_studio_lesson_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4.6666666667vw, 70px) clamp(20px, 3.6666666667vw, 55px);
  margin-top: 60px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}

.location_about_studio_lesson_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.location_about_studio_lesson_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/269;
}

.location_about_studio_lesson_card_head {
  display: grid;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_card_head {
    margin-top: 16px;
  }
}

.location_about_studio_lesson_card_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_card_unit {
    gap: 16px;
  }
}

.location_about_studio_lesson_card_logo {
  width: 100%;
}

.location_about_studio_lesson_card_bodycombat .location_about_studio_lesson_card_logo {
  max-width: 193px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_card_bodycombat .location_about_studio_lesson_card_logo {
    max-width: 135.1px;
  }
}

.location_about_studio_lesson_card_bodyattack .location_about_studio_lesson_card_logo {
  max-width: 179px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_card_bodyattack .location_about_studio_lesson_card_logo {
    max-width: 125.3px;
  }
}

.location_about_studio_lesson_card_bodybalance .location_about_studio_lesson_card_logo {
  max-width: 204px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_card_bodybalance .location_about_studio_lesson_card_logo {
    max-width: 142.8px;
  }
}

.location_about_studio_lesson_card_dance .location_about_studio_lesson_card_logo {
  max-width: 192px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_card_dance .location_about_studio_lesson_card_logo {
    max-width: 134.4px;
  }
}

.location_about_studio_lesson_card_bodystep .location_about_studio_lesson_card_logo {
  max-width: 141px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_card_bodystep .location_about_studio_lesson_card_logo {
    max-width: 98.7px;
  }
}

.location_about_studio_lesson_card_btn {
  width: 100%;
  max-width: 96px;
}

.location_about_studio_lesson_card_btn a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
  width: 100%;
  color: #01B8CD;
  text-transform: uppercase;
  padding: 5.5px 45px 5.5px 0;
}

@media (min-width: 768px) {
  .location_about_studio_lesson_card_btn a:hover {
    color: #0F9D7F;
  }
}

.location_about_studio_lesson_card_btn a::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #01B8CD url(../images/common/icon_arrow_right_white.png) no-repeat center center/19px 5px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .location_about_studio_lesson_card_btn a:hover::after {
    background: #0F9D7F url(../images/common/icon_arrow_right_white.png) no-repeat center center/19px 5px;
  }
}

.location_about_studio_lesson_card_title {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 15px 0;
  border-bottom: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_card_title {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 8px 0;
  }
}

.location_about_studio_lesson_card_title span {
  font-size: 12px;
}

.location_about_studio_lesson_card_text {
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_card_text {
    margin-top: 8px;
  }
}

.location_about_studio_lesson_btn {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .location_about_studio_lesson_btn {
    margin-top: 32px;
  }
}

.location_about_studio_real {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .location_about_studio_real {
    margin-top: 56px;
  }
}

.location_about_studio_real_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .location_about_studio_real_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}

.location_about_studio_real_img {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .location_about_studio_real_img {
    max-width: 100%;
  }
}

.location_about_studio_real_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/210;
}

.location_about_studio_real_content {
  width: 100%;
  max-width: 890px;
}

.location_about_studio_real_text {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.25;
}
@media (max-width: 768px) {
  .location_about_studio_real_text {
    font-size: clamp(16px, 4.8vw, 18px);
    line-height: 180%;
  }
}

.location_about_studio_real_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3.3333333333vw, 50px);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .location_about_studio_real_items {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}

.location_about_studio_real_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.location_about_studio_real_item_head {
  background-color: #DCF6F1;
  padding: 20px 20px 20px;
}
@media (max-width: 768px) {
  .location_about_studio_real_item_head {
    padding: 8px 16px;
  }
}

.location_about_studio_real_item_title {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .location_about_studio_real_item_title {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

.location_about_studio_real_item_price {
  font-weight: 700;
  letter-spacing: 0;
}

.location_about_studio_real_item_price span {
  font-size: clamp(24px, 2vw, 30px);
}
@media (max-width: 768px) {
  .location_about_studio_real_item_price span {
    font-size: clamp(16px, 1.3333333333vw, 20px);
  }
}

.location_about_studio_real_item_text {
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .location_about_studio_real_item_text {
    margin-top: 8px;
  }
}

.location_about_studio_real_btn {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .location_about_studio_real_btn {
    margin-top: 32px;
  }
}

.location_about_shops {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .location_about_shops {
    margin-top: 56px;
  }
}

.location_about_shops_figure {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .location_about_shops_figure {
    margin-top: 24px;
  }
}

.location_about_shops_figure dl {
  display: grid;
  grid-template-columns: clamp(180px, 20.2vw, 303px) 1fr;
}
@media (max-width: 768px) {
  .location_about_shops_figure dl {
    grid-template-columns: 1fr;
  }
}

.location_about_shops_figure dt {
  font-weight: 700;
  letter-spacing: 0;
  padding: 19px clamp(15px, 2vw, 30px);
  background-color: #DCF6F1;
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .location_about_shops_figure dt {
    padding: 8px 16px;
  }
}

.location_about_shops_figure dt:last-of-type {
  border-bottom: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .location_about_shops_figure dt:last-of-type {
    border-bottom: none;
  }
}

.location_about_shops_figure dd {
  letter-spacing: 0;
  padding: 19px clamp(15px, 2vw, 30px);
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .location_about_shops_figure dd {
    padding: 8px 16px;
  }
}

.location_about_shops_figure dd:last-of-type {
  border-bottom: 1px solid #21DDB4;
}

.location_about_shops_figure_menus {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 17px clamp(5px, 2vw, 30px);
  width: 100%;
  max-width: 826px;
}
@media (max-width: 768px) {
  .location_about_shops_figure_menus {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

.location_about_access {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .location_about_access {
    margin-top: 56px;
  }
}

.location_about_access_text {
  font-weight: 700;
  line-height: 1.875;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .location_about_access_text {
    line-height: 180%;
    margin-top: 16px;
  }
}

.location_about_access_text span {
  font-size: 14px;
  font-weight: 500;
}

.location_about_access_map {
  margin-top: 38px;
}
@media (max-width: 768px) {
  .location_about_access_map {
    margin-top: 16px;
  }
}

.location_about_access_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1250/500;
}
@media (max-width: 768px) {
  .location_about_access_map iframe {
    aspect-ratio: 375/300;
  }
}

/* kashima - kashima_sub_mv
------------------------------ */
.kashima_sub_mv .sub_mv_title_ja img {
  width: 100%;
  max-width: 145px;
}
@media (max-width: 768px) {
  .kashima_sub_mv .sub_mv_title_ja img {
    max-width: 87px;
  }
}

/* kashima - kashima_info
------------------------------ */
.kashima_info {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .kashima_info {
    margin-top: 56px;
  }
}

/* kashima - kashima_cta
------------------------------ */
.cta.kashima_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.kashima_cta01 {
    margin-top: 56px;
  }
}

/* kashima - kashima_about
------------------------------ */
.kashima_about {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .kashima_about {
    margin-top: 56px;
  }
}

.kashima_about_map {
  width: 100%;
  max-width: 600px;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .kashima_about_map {
    margin: 32px auto 0;
  }
}

.kashima_about_nav {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .kashima_about_nav {
    margin-top: 32px;
  }
}

.kashima_about_gym {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .kashima_about_gym {
    margin-top: 56px;
  }
}

.kashima_about_sauna {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .kashima_about_sauna {
    margin-top: 56px;
  }
}

.kashima_about_sauna_wrapper {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .kashima_about_sauna_wrapper {
    margin-top: 32px;
  }
}

.kashima_about_salon {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .kashima_about_salon {
    margin-top: 56px;
  }
}

.kashima_about_studio {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .kashima_about_studio {
    margin-top: 56px;
  }
}

/* kashima - kashima_price
------------------------------ */
.kashima_price {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .kashima_price {
    margin-top: 56px;
  }
}

.kashima_price_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2.4666666667vw, 37px);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .kashima_price_items {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
}

.kashima_price_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  background-color: #DCF6F1;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .kashima_price_item {
    padding-bottom: 16px;
  }
}

.kashima_price_item_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(18px, 1.4666666667vw, 22px);
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  background-color: #000;
  padding: 19px 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .kashima_price_item_title {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 8px 16px;
  }
}

.kashima_price_item_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 8px;
  margin-top: 24px;
  padding: 0 clamp(15px, 2vw, 30px);
}
@media (max-width: 768px) {
  .kashima_price_item_lists {
    margin-top: 16px;
    padding: 0 16px;
  }
}

.kashima_price_item_list {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  max-width: 70px;
  border: 1px solid #000;
  text-align: center;
  padding: 8.5px 4px;
}
@media (max-width: 768px) {
  .kashima_price_item_list {
    font-size: 13px;
    padding: 6px 4px;
  }
}

.kashima_price_item_price {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  text-align: center;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .kashima_price_item_price {
    font-size: clamp(16px, 5.3333333333vw, 20px);
    margin-top: 8px;
  }
}

.kashima_price_item_price span {
  font-size: clamp(30px, 3.3333333333vw, 50px);
}
@media (max-width: 768px) {
  .kashima_price_item_price span {
    font-size: clamp(20px, 6.9333333333vw, 26px);
  }
}

.kashima_price_item_time {
  margin-top: 26px;
  padding: 0 clamp(15px, 2vw, 30px);
}
@media (max-width: 768px) {
  .kashima_price_item_time {
    margin-top: 8px;
    padding: 0 16px;
  }
}

.kashima_price_item_time_title {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  background-color: #A8E9DB;
  padding: 10px 10px;
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .kashima_price_item_time_title {
    font-size: 13px;
    padding: 8px 8px;
  }
}

.kashima_price_item_time_figure dl {
  display: grid;
  grid-template-columns: clamp(65px, 7.5333333333vw, 113px) 1fr;
}
@media (max-width: 768px) {
  .kashima_price_item_time_figure dl {
    grid-template-columns: 90px 1fr;
  }
}

.kashima_price_item_time_figure dt {
  font-size: 14px;
  background-color: #fff;
  padding: 5px clamp(5px, 1vw, 15px);
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .kashima_price_item_time_figure dt {
    font-size: 13px;
    padding: 8px;
  }
}

.kashima_price_item_time_figure dt:last-of-type {
  border-bottom: 1px solid #21DDB4;
}

.kashima_price_item_time_figure dd {
  font-size: 14px;
  padding: 5px 15px;
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .kashima_price_item_time_figure dd {
    font-size: 13px;
    padding: 8px;
  }
}

.kashima_price_item_time_figure dd:last-of-type {
  border-bottom: 1px solid #21DDB4;
}

.kashima_price_item_time_figure_text {
  font-size: 12px;
  margin-top: 10px;
}

.kashima_price_items_texts {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .kashima_price_items_texts {
    margin-top: 16px;
  }
}

.kashima_price_items_text {
  position: relative;
  font-size: 14px;
  line-height: 1.7857142857;
  padding-left: 14px;
}

.kashima_price_items_text::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.kashima_price_register {
  width: 100%;
  max-width: 604px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .kashima_price_register {
    margin: 24px auto 0;
  }
}

.kashima_price_register dl {
  display: grid;
  grid-template-columns: 300fr 304fr;
}

.kashima_price_register dt {
  font-size: clamp(18px, 1.4666666667vw, 22px);
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 18.5px 15px;
}
@media (max-width: 768px) {
  .kashima_price_register dt {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 8px 16px;
  }
}

.kashima_price_register dd {
  font-weight: 700;
  background-color: #DCF6F1;
  padding: 18.5px 15px;
}
@media (max-width: 768px) {
  .kashima_price_register dd {
    padding: 8px 16px;
  }
}

.kashima_price_register dd span {
  font-size: clamp(18px, 1.4666666667vw, 22px);
}
@media (max-width: 768px) {
  .kashima_price_register dd span {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

.kashima_price_furthermore {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.07em;
  border: 2px solid #000;
  width: 100%;
  max-width: 219px;
  text-align: center;
  padding: 10px 10px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .kashima_price_furthermore {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    padding: 8px;
    margin: 24px auto 0;
  }
}

.kashima_price_options {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .kashima_price_options {
    margin-top: 24px;
  }
}

.kashima_price_options_table table {
  width: 100%;
}

.kashima_price_options_table th {
  font-size: clamp(18px, 1.4666666667vw, 22px);
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 18px 10px;
  text-align: center;
  width: 410px;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .kashima_price_options_table th {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    padding: 8px 8px;
  }
}

.kashima_price_options_table th:nth-of-type(2) {
  width: 429px;
}

.kashima_price_options_table th:not(:last-of-type) {
  border-right: 1px solid #21DDB4;
}

.kashima_price_options_table td {
  background-color: #DCF6F1;
  text-align: center;
  padding: 18px 10px;
  border-top: 1px solid #21DDB4;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .kashima_price_options_table td {
    padding: 8px 8px;
    text-align: left;
  }
}

.kashima_price_options_table td:not(:last-of-type) {
  border-right: 1px solid #21DDB4;
}

.kashima_price_options_table td span {
  font-size: clamp(18px, 1.4666666667vw, 22px);
}
@media (max-width: 768px) {
  .kashima_price_options_table td span {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}

.kashima_price_options_text {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .kashima_price_options_text {
    font-size: 13px;
    margin-top: 8px;
  }
}

/* kashima - kashima_cta02
------------------------------ */
.cta.kashima_cta02 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.kashima_cta02 {
    margin-top: 50px;
  }
}

/* omigawa - omigawa_sub_mv
------------------------------ */
.omigawa_sub_mv .sub_mv_title_ja img {
  width: 100%;
  max-width: 164px;
}
@media (max-width: 768px) {
  .omigawa_sub_mv .sub_mv_title_ja img {
    max-width: 98.4px;
  }
}

/* omigawa - omigawa_info
------------------------------ */
.omigawa_info {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .omigawa_info {
    margin-top: 30px;
  }
}

/* omigawa - omigawa_cta01
------------------------------ */
.cta.omigawa_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.omigawa_cta01 {
    margin-top: 56px;
  }
}

/* omigawa - omigawa_about
------------------------------ */
.omigawa_about {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .omigawa_about {
    margin-top: 30px;
  }
}

.omigawa_about_map {
  width: 100%;
  max-width: 770px;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .omigawa_about_map {
    margin: 32px auto 0;
  }
}

.omigawa_about_nav {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .omigawa_about_nav {
    margin-top: 32px;
  }
}

.omigawa_about_gym {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .omigawa_about_gym {
    margin-top: 56px;
  }
}

.omigawa_about_salon {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .omigawa_about_salon {
    margin-top: 56px;
  }
}

.omigawa_about_studio {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .omigawa_about_studio {
    margin-top: 56px;
  }
}

/* omigawa - omigawa_price
------------------------------ */
.omigawa_price {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .omigawa_price {
    margin-top: 56px;
  }
}

.omigawa_price_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .omigawa_price_items {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
}

.omigawa_price_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  background-color: #DCF6F1;
  padding-bottom: 31px;
}
@media (max-width: 768px) {
  .omigawa_price_item {
    padding-bottom: 16px;
  }
}

.omigawa_price_item_lead_wrapper {
  margin-top: 24px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .omigawa_price_item_lead_wrapper {
    margin-top: 16px;
    padding: 0 16px;
  }
}

.omigawa_price_item_lead {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  background-color: #A8E9DB;
  padding: 6px 10px;
}
@media (max-width: 768px) {
  .omigawa_price_item_lead {
    font-size: 13px;
    padding: 4px 8px;
  }
}

.omigawa_price_item_title {
  font-size: clamp(18px, 1.4666666667vw, 22px);
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 19px 30px;
}
@media (max-width: 768px) {
  .omigawa_price_item_title {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 8px 16px;
  }
}

.omigawa_price_item_price {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  text-align: center;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .omigawa_price_item_price {
    font-size: clamp(16px, 5.3333333333vw, 20px);
    margin-top: 8px;
  }
}

.omigawa_price_item_price span {
  font-size: clamp(30px, 3.3333333333vw, 50px);
}
@media (max-width: 768px) {
  .omigawa_price_item_price span {
    font-size: clamp(20px, 6.9333333333vw, 26px);
  }
}

.omigawa_price_item_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 8px;
  margin-top: 24px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .omigawa_price_item_lists {
    margin-top: 8px;
    padding: 0 16px;
  }
}

.omigawa_price_item_list {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 1px solid #000;
  text-align: center;
  padding: 8.5px 6px;
}
@media (max-width: 768px) {
  .omigawa_price_item_list {
    font-size: 13px;
    padding: 4px 6px;
  }
}

.omigawa_price_items_texts {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .omigawa_price_items_texts {
    margin-top: 16px;
  }
}

.omigawa_price_items_text {
  position: relative;
  font-size: 14px;
  line-height: 1.7857142857;
  padding-left: 14px;
}
@media (max-width: 768px) {
  .omigawa_price_items_text {
    font-size: 13px;
    padding-left: 13px;
  }
}

.omigawa_price_items_text::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.omigawa_price_register_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .omigawa_price_register_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 16px auto 0;
  }
}

.omigawa_price_register {
  width: 100%;
  max-width: 604px;
}

.omigawa_price_register dl {
  display: grid;
  grid-template-columns: 300fr 304fr;
}
@media (max-width: 768px) {
  .omigawa_price_register dl {
    grid-template-columns: 1fr;
  }
}

.omigawa_price_register dt {
  font-size: clamp(18px, 1.4666666667vw, 22px);
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 18.5px 15px;
}
@media (max-width: 768px) {
  .omigawa_price_register dt {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 8px 16px;
  }
}

.omigawa_price_register dd {
  font-weight: 700;
  background-color: #DCF6F1;
  padding: 18.5px 15px;
}
@media (max-width: 768px) {
  .omigawa_price_register dd {
    padding: 8px 16px;
  }
}

.omigawa_price_register dd span {
  font-size: clamp(18px, 1.4666666667vw, 22px);
}
@media (max-width: 768px) {
  .omigawa_price_register dd span {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

.omigawa_price_furthermore {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.07em;
  border: 2px solid #000;
  width: 100%;
  max-width: 219px;
  text-align: center;
  padding: 10px 10px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .omigawa_price_furthermore {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    padding: 8px;
    margin: 24px auto 0;
  }
}

.omigawa_price_options {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .omigawa_price_options {
    margin-top: 24px;
  }
}

.omigawa_price_options_table table {
  width: 100%;
}

.omigawa_price_options_table th {
  font-size: clamp(18px, 1.4666666667vw, 22px);
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 18px 10px;
  text-align: center;
  width: 410px;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .omigawa_price_options_table th {
    font-size: clamp(15px, 4.2666666667vw, 16px);
    padding: 8px 8px;
  }
}

.omigawa_price_options_table th:nth-of-type(2) {
  width: 429px;
}
@media (max-width: 768px) {
  .omigawa_price_options_table th:nth-of-type(2) {
    width: 410px;
  }
}

.omigawa_price_options_table th:not(:last-of-type) {
  border-right: 1px solid #21DDB4;
}

.omigawa_price_options_table td {
  background-color: #DCF6F1;
  text-align: center;
  padding: 18px 10px;
  border-top: 1px solid #21DDB4;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .omigawa_price_options_table td {
    padding: 8px 8px;
    text-align: left;
  }
}

.omigawa_price_options_table td:not(:last-of-type) {
  border-right: 1px solid #21DDB4;
}

.omigawa_price_options_table td span {
  font-size: clamp(18px, 1.4666666667vw, 22px);
}
@media (max-width: 768px) {
  .omigawa_price_options_table td span {
    font-size: clamp(15px, 4.2666666667vw, 16px);
  }
}

.omigawa_price_options_text {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .omigawa_price_options_text {
    font-size: 13px;
    margin-top: 8px;
  }
}

/* omigawa - omigawa_cta02
------------------------------ */
.cta.omigawa_cta02 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.omigawa_cta02 {
    margin-top: 56px;
  }
}

/* sosa - sosa_sub_mv
------------------------------ */
.sosa_sub_mv .sub_mv_title_ja img {
  width: 100%;
  max-width: 145px;
}
@media (max-width: 768px) {
  .sosa_sub_mv .sub_mv_title_ja img {
    max-width: 87px;
  }
}

/* sosa - sosa_info
------------------------------ */
.sosa_info {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .sosa_info {
    margin-top: 30px;
  }
}

/* sosa - sosa_cta01
------------------------------ */
.cta.sosa_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.sosa_cta01 {
    margin-top: 56px;
  }
}

/* sosa - sosa_about
------------------------------ */
.sosa_about {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .sosa_about {
    margin-top: 30px;
  }
}

.sosa_about_map {
  width: 100%;
  max-width: 770px;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .sosa_about_map {
    margin: 32px auto 0;
  }
}

.sosa_about_nav {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .sosa_about_nav {
    margin-top: 32px;
  }
}

.sosa_about_gym {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .sosa_about_gym {
    margin-top: 56px;
  }
}

/* sosa - sosa_price
------------------------------ */
.sosa_price {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .sosa_price {
    margin-top: 56px;
  }
}

.sosa_price_table {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .sosa_price_table {
    margin-top: 32px;
  }
}

.sosa_price_table table {
  width: 100%;
}

.sosa_price_table th {
  font-weight: 700;
  text-align: center;
  padding: 18px 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .sosa_price_table th {
    padding: 8px 8px;
  }
}

.sosa_price_table thead tr:first-of-type th {
  font-size: clamp(18px, 1.4666666667vw, 22px);
  width: 410px;
  max-width: 100%;
  color: #fff;
  background-color: #000;
}
@media (max-width: 768px) {
  .sosa_price_table thead tr:first-of-type th {
    font-size: 15px;
  }
}

.sosa_price_table thead tr:nth-of-type(2) th {
  width: 136px;
  max-width: 100%;
  background-color: #A8E9DB;
}

.sosa_price_table th:nth-of-type(2) {
  width: 429px;
}

.sosa_price_table th:not(:last-of-type) {
  border-right: 1px solid #21DDB4;
}

.sosa_price_table tbody th {
  font-size: clamp(18px, 1.4666666667vw, 22px);
  font-weight: 700;
  background-color: #DCF6F1;
  text-align: center;
  padding: 18px 10px;
  border-top: 1px solid #21DDB4;
  border-right: 1px solid #21DDB4;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .sosa_price_table tbody th {
    font-size: 15px;
    padding: 8px 8px;
  }
}

.sosa_price_table td {
  font-weight: 700;
  background-color: #DCF6F1;
  text-align: center;
  padding: 18px 10px;
  border-top: 1px solid #21DDB4;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .sosa_price_table td {
    font-size: 13px;
    padding: 8px 8px;
  }
}

.sosa_price_table td:not(:last-of-type) {
  border-right: 1px solid #21DDB4;
}

.sosa_price_table_price {
  font-size: clamp(20px, 1.6vw, 24px);
}
@media (max-width: 768px) {
  .sosa_price_table_price {
    font-size: 15px;
  }
}

.sosa_price_table_price span {
  font-size: clamp(30px, 3.3333333333vw, 50px);
}
@media (max-width: 768px) {
  .sosa_price_table_price span {
    font-size: 15px;
  }
}

.sosa_price_table_availability span {
  font-size: clamp(18px, 1.4666666667vw, 22px);
}
@media (max-width: 768px) {
  .sosa_price_table_availability span {
    font-size: 15px;
  }
}

.sosa_price_items_texts {
  counter-reset: cnt;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .sosa_price_items_texts {
    margin-top: 16px;
  }
}

.sosa_price_items_text {
  position: relative;
  font-size: 14px;
  line-height: 1.7857142857;
  padding-left: 28px;
}
@media (max-width: 768px) {
  .sosa_price_items_text {
    font-size: 13px;
    padding-left: 26px;
  }
}

.sosa_price_items_text::before {
  position: absolute;
  content: "※" counter(cnt, decimal);
  counter-increment: cnt;
  top: 0;
  left: 0;
}

.sosa_price_register_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .sosa_price_register_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 16px auto 0;
  }
}

.sosa_price_register {
  width: 100%;
  max-width: 604px;
}

.sosa_price_register dl {
  display: grid;
  grid-template-columns: 300fr 304fr;
}
@media (max-width: 768px) {
  .sosa_price_register dl {
    grid-template-columns: 1fr;
  }
}

.sosa_price_register dt {
  font-size: clamp(18px, 1.4666666667vw, 22px);
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 18.5px 15px;
}
@media (max-width: 768px) {
  .sosa_price_register dt {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 8px 16px;
  }
}

.sosa_price_register dd {
  font-weight: 700;
  background-color: #DCF6F1;
  padding: 18.5px 15px;
}
@media (max-width: 768px) {
  .sosa_price_register dd {
    padding: 8px 16px;
  }
}

.sosa_price_register dd span {
  font-size: clamp(18px, 1.4666666667vw, 22px);
}
@media (max-width: 768px) {
  .sosa_price_register dd span {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

.sosa_price_furthermore {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.07em;
  border: 2px solid #000;
  width: 100%;
  max-width: 219px;
  text-align: center;
  padding: 10px 10px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .sosa_price_furthermore {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    padding: 8px;
    margin: 24px auto 0;
  }
}

.sosa_price_options {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sosa_price_options {
    margin-top: 24px;
  }
}

.sosa_price_options_table table {
  width: 100%;
}

.sosa_price_options_table th {
  font-size: clamp(18px, 1.4666666667vw, 22px);
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 18px 10px;
  text-align: center;
  width: 410px;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .sosa_price_options_table th {
    font-size: 15px;
    padding: 8px 8px;
  }
}

.sosa_price_options_table th:nth-of-type(2) {
  width: 429px;
}

.sosa_price_options_table th:not(:last-of-type) {
  border-right: 1px solid #21DDB4;
}

.sosa_price_options_table td {
  background-color: #DCF6F1;
  text-align: center;
  padding: 18px 10px;
  border-top: 1px solid #21DDB4;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .sosa_price_options_table td {
    padding: 8px 8px;
    text-align: left;
  }
}

.sosa_price_options_table td:not(:last-of-type) {
  border-right: 1px solid #21DDB4;
}

.sosa_price_options_table td span {
  font-size: clamp(18px, 1.4666666667vw, 22px);
}
@media (max-width: 768px) {
  .sosa_price_options_table td span {
    font-size: 15px;
  }
}

.sosa_price_options_text {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .sosa_price_options_text {
    font-size: 13px;
    margin-top: 8px;
  }
}

/* sosa - sosa_cta02
------------------------------ */
.cta.sosa_cta02 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.sosa_cta02 {
    margin-top: 56px;
  }
}

/* voices - voices_nav
------------------------------ */
.voices_nav_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.voices_nav_list {
  width: 100%;
  max-width: 120px;
}

.voices_nav_list a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  width: 100%;
  color: #fff;
  background-color: #21DDB4;
  padding: 7px 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .voices_nav_list a:hover {
    background-color: #01B8CD;
  }
}

.voices_nav_list.is_active a {
  background-color: #01B8CD;
}

/* voices - voices_archive_main
------------------------------ */
.voices_archive_main {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .voices_archive_main {
    margin-top: 56px;
  }
}

.voices_archive_lead {
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

.voices_archive_lead p + p {
  margin-top: 10px;
}

.voices_archive_nav {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .voices_archive_nav {
    margin-top: 24px;
  }
}

.voices_archive_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6666666667vw, 40px);
  margin-top: 80px;
}
@media (max-width: 768px) {
  .voices_archive_cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
}

.voices_archive_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #DCF6F1;
  padding: clamp(20px, 1.6666666667vw, 25px) clamp(15px, 1.6666666667vw, 25px) clamp(20px, 2.2vw, 33px);
}
@media (max-width: 768px) {
  .voices_archive_card {
    padding: 24px 16px;
  }
}

.voices_archive_card_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15px, 1.5333333333vw, 23px);
}
@media (max-width: 768px) {
  .voices_archive_card_unit {
    gap: 16px;
  }
}

.voices_archive_card_img {
  width: 100%;
  max-width: 100px;
}

.voices_archive_card_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 100/100;
  -o-object-fit: cover;
     object-fit: cover;
}

.voices_archive_card_title {
  width: 100%;
  max-width: 217px;
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #21DDB4;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .voices_archive_card_title {
    font-size: 16px;
    padding-bottom: 8px;
  }
}

.voices_archive_card_content {
  line-height: 1.875;
  letter-spacing: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .voices_archive_card_content {
    margin-top: 16px;
  }
}

.voices_archive_card_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .voices_archive_card_lists {
    gap: 8px;
    margin-top: 16px;
  }
}

.voices_archive_card_list {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  background-color: #21DDB4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
}
@media (max-width: 768px) {
  .voices_archive_card_list {
    font-size: 13px;
    padding: 6px 8px;
  }
}

.voices_archive_main_page_navigation {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .voices_archive_main_page_navigation {
    margin-top: 24px;
  }
}

/* voices - voices_cta01
------------------------------ */
.cta.voices_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.voices_cta01 {
    margin-top: 56px;
  }
}

/* voices - voices_single_main
------------------------------ */
.voices_single_main {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .voices_single_main {
    margin-top: 56px;
  }
}

.voices_single_main_article {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .voices_single_main_article {
    margin-top: 24px;
  }
}

.voices_article {
  background-color: #DCF6F1;
  padding: 25px 25px 33px;
}
@media (max-width: 768px) {
  .voices_article {
    padding: 24px 16px;
  }
}

.voices_archive_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .voices_archive_unit {
    gap: 16px;
  }
}

.voices_article_img {
  width: 100%;
  max-width: 100px;
}

.voices_article_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 100/100;
  -o-object-fit: cover;
     object-fit: cover;
}

.voices_article_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .voices_article_title {
    font-size: 16px;
  }
}

.voices_article_content {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .voices_article_content {
    margin-top: 16px;
  }
}

.voices_article_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .voices_article_lists {
    gap: 8px;
    margin-top: 16px;
  }
}

.voices_article_list {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  background-color: #21DDB4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
}
@media (max-width: 768px) {
  .voices_article_list {
    font-size: 13px;
    padding: 6px 8px;
  }
}

.voices_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .voices_article_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 24px;
  }
}

.voices_article_button {
  width: 100%;
  max-width: 222px;
}

.voices_article_button.voices_article_button_previous {
  text-align: right;
}

.voices_article_button.voices_article_button_all {
  text-align: center;
}

.voices_article_button a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  padding: 14px 20px;
  color: #fff;
  background-color: #646464;
  border-radius: 50px;
}

@media (min-width: 768px) {
  .voices_article_button a:hover {
    background-color: #21DDB4;
  }
}

.voices_article_button a span {
  position: relative;
  display: inline-block;
  width: 100%;
}

.voices_article_button.voices_article_button_previous a span {
  padding-left: 35px;
}

.voices_article_button.voices_article_button_next a span {
  padding-right: 35px;
}

.voices_article_button.voices_article_button_previous a span::before,
.voices_article_button.voices_article_button_next a span::before {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.voices_article_button.voices_article_button_previous a span::before {
  left: 0;
  background: url(../images/common/icon_arrow_left_white.png) no-repeat center center/contain;
}

.voices_article_button.voices_article_button_next a span::before {
  right: 0;
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

/* form
------------------------------ */
.form_main {
  background-color: #21DDB4;
  padding: 32px 64px 64px;
}
@media (max-width: 768px) {
  .form_main {
    padding: 16px 24px 32px;
  }
}

.form_row {
  display: grid;
  grid-template-columns: 290px 1fr;
}
@media (max-width: 768px) {
  .form_row {
    grid-template-columns: 1fr;
  }
}

.form_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding: 32px 20px 32px 0;
}
@media (max-width: 768px) {
  .form_title_wrapper {
    border-bottom: none;
    padding: 16px 0;
  }
}

.form_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .form_title {
    font-size: 16px;
  }
}

.form_title.form_title_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_title_must {
  font-size: 14px;
  color: #fff;
  background-color: #21DDB4;
  padding: 2px 10px;
}

.form_title_small {
  font-size: 14px;
}

.form_input {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .form_input {
    padding: 0 0 16px;
  }
}

.form_input input {
  width: 100%;
  padding: 23px 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_input input {
    padding: 8px 16px;
  }
}

.form_input textarea {
  width: 100%;
  height: 256px;
  padding: 10px 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_input textarea {
    height: 160px;
  }
}

@media (max-width: 768px) {
  .form_check .wpcf7-form-control.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form_radio {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 30px;
}
@media (max-width: 768px) {
  .form_radio .wpcf7-form-control {
    gap: 15px;
  }
}

.form_radio .wpcf7-list-item {
  margin: 0;
}

.form_radio .wpcf7-list-item.has-free-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_radio label {
  display: block;
}

.form_radio input[type=radio] {
  display: none;
}

.form_radio input + span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 7px 0 7px 35px;
}

.form_radio input + span::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #21DDB4;
  background-color: #fff;
  border-radius: 50%;
}

.form_radio input + span::after {
  content: "";
  padding: 2px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 7.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #21DDB4;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_radio input:checked + span::after {
  opacity: 1;
}

.form_check input {
  display: none;
}

.form_check input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 15px;
  line-height: 1;
}

.form_check input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #21DDB4;
  display: block;
  width: 15px;
  height: 15px;
}

.form_check input + span::after {
  content: "";
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 15px;
  height: 8px;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form_check input:checked ~ span::after {
  opacity: 1;
}

.form_confirmation {
  margin-top: 30px;
  text-align: center;
}

.form_policy {
  overflow-y: scroll;
  max-height: 245px;
  padding: 33px 40px;
  margin-top: 32px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_policy {
    padding: 16px;
    margin-top: 24px;
  }
}

.form_policy_title {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .form_policy_title {
    font-size: 16px;
  }
}

.form_policy_text {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .form_policy_text {
    margin-top: 8px;
  }
}

.form_btn_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .form_btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px;
  }
}

.form_btn {
  position: relative;
  width: 100%;
  max-width: 260px;
}

.form_btn::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 22px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.form_btn .btn {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  max-width: 260px;
  color: #fff;
  background-color: #21DDB4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 18.5px 24px;
}

@media (min-width: 768px) {
  .form_btn .btn:hover {
    background-color: #000;
  }
}

.form_btn .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

/* contact_thanks_main
------------------------------ */
.contact_thanks_main {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact_thanks_main {
    margin-top: 56px;
  }
}

.contact_thanks_main_text {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .contact_thanks_main_text {
    margin-top: 24px;
  }
}

.contact_thanks_main_btn {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .contact_thanks_main_btn {
    margin-top: 24px;
  }
}

.cta.contact-thanks_cta01 {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .cta.contact-thanks_cta01 {
    margin-top: 56px;
  }
}

/* news - news_archive_main
------------------------------ */
.news_archive_main {
  margin-top: 101px;
}
@media (max-width: 768px) {
  .news_archive_main {
    margin-top: 56px;
  }
}

.news_archive_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_archive_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.news_archive_main_group {
  width: 100%;
  max-width: 900px;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}

.news_archive_main_item + .news_archive_main_item {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .news_archive_main_item + .news_archive_main_item {
    margin-top: 24px;
  }
}

.news_archive_main_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 40px 40px 40px 40px;
  background-color: #DCF6F1;
}
@media (max-width: 768px) {
  .news_archive_main_item_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}

@media (min-width: 768px) {
  .news_archive_main_item_link:hover {
    background-color: #A8E9DB;
  }
}

.news_archive_main_item_img {
  width: 100%;
  max-width: 210px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news_archive_main_item_img {
    max-width: 100%;
  }
}

.news_archive_main_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 210/147;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .news_archive_main_item:hover .news_archive_main_item_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.news_archive_main_item_content {
  width: 100%;
  max-width: 590px;
}
@media (max-width: 768px) {
  .news_archive_main_item_content {
    max-width: 100%;
  }
}

.news_archive_main_item_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 20px;
}
@media (max-width: 768px) {
  .news_archive_main_item_unit {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.news_archive_main_item_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .news_archive_main_item_categories {
    gap: 4px;
  }
}

.news_archive_main_item_category {
  font-size: 14px;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 32px;
  color: #fff;
  background-color: #51D3B7;
}
@media (max-width: 768px) {
  .news_archive_main_item_category {
    font-size: 13px;
    padding: 2px 24px;
  }
}

.news_archive_main_item_date {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .news_archive_main_item_date {
    font-size: 13px;
  }
}

.news_archive_main_item_title {
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .news_archive_main_item_title {
    font-size: 16px;
    margin-top: 8px;
  }
}

.news_archive_main_item_text {
  line-height: 1.875;
  letter-spacing: 0;
  border-top: 1px solid #21DDB4;
  margin-top: 8px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .news_archive_main_item_text {
    padding-top: 8px;
  }
}

.news_archive_main_item_btn {
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  max-width: 222px;
  margin-top: 30px;
  margin-left: auto;
  padding: 15px 30px;
  color: #fff;
  background-color: #646464;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .news_archive_main_item_btn {
    font-size: 14px;
    margin: 16px auto 0;
  }
}

@media (min-width: 768px) {
  .news_archive_main_item:hover .news_archive_main_item_btn {
    color: #01B8CD;
    background-color: #fff;
  }
}

.news_archive_main_item_btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 30px;
}

.news_archive_main_item_btn span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff url(../images/common/icon_arrow_right_cyan.png) no-repeat center center/15px 3px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .news_archive_main_item:hover .news_archive_main_item_btn span::after {
    background: #01B8CD url(../images/common/icon_arrow_right_white.png) no-repeat center center/15px 3px;
  }
}

.news_archive_main_side {
  width: 100%;
  max-width: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .news_archive_main_side {
    max-width: 100%;
  }
}

.news_archive_main_page_navigation {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .news_archive_main_page_navigation {
    margin-top: 24px;
  }
}

/* news - news_sidebar
------------------------------ */
.news_sidebar {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .news_sidebar {
    max-width: 100%;
  }
}

.news_sidebar_title {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  background-color: #51D3B7;
  padding: 13px 25px;
}
@media (max-width: 768px) {
  .news_sidebar_title {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 8px 16px;
  }
}

.news_sidebar_list {
  border-bottom: 1px solid #21DDB4;
}

.news_sidebar_list a {
  display: inline-block;
  line-height: 130%;
  width: 100%;
  padding: 20px 20px;
}
@media (max-width: 768px) {
  .news_sidebar_list a {
    padding: 8px 16px;
  }
}

@media (min-width: 768px) {
  .news_sidebar_list a:hover {
    color: #21DDB4;
  }
}

.news_sidebar_list a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 3px 30px 3px 0;
}
@media (max-width: 768px) {
  .news_sidebar_list a span {
    padding: 4px 30px 4px 0;
  }
}

.news_sidebar_list a span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #01B8CD url(../images/common/icon_arrow_right_white.png) no-repeat center center/15px 3px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .news_sidebar_list a:hover span::after {
    background: #21DDB4 url(../images/common/icon_arrow_right_white.png) no-repeat center center/15px 3px;
  }
}

/* news - page_navigation
------------------------------ */
.page_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .page_navigation {
    gap: 8px;
  }
}

.page-numbers {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #C5C5C5;
  border: 1px solid #C5C5C5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .page-numbers:hover {
    background-color: #646464;
    border-color: #646464;
  }
}

.prev.page-numbers,
.next.page-numbers {
  position: relative;
}

.prev.page-numbers::before,
.next.page-numbers::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-numbers.dots {
  pointer-events: none;
}

.page-numbers.current {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.cta.news_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.news_cta01 {
    margin-top: 56px;
  }
}

/* news - news_single_main
------------------------------ */
.news_single_main {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .news_single_main {
    margin-top: 56px;
  }
}

.news_single_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_single_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.news_single_main_article {
  width: 100%;
  max-width: 900px;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}
@media (max-width: 768px) {
  .news_single_main_article {
    max-width: 100%;
  }
}

.news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_article_unit {
    gap: 8px;
  }
}

.news_article_date {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .news_article_date {
    font-size: 13px;
  }
}

.news_article_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .news_article_categories {
    gap: 4px;
  }
}

.news_article_category {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 14px;
  color: #fff;
  background-color: #51D3B7;
}
@media (max-width: 768px) {
  .news_article_category {
    font-size: 13px;
    padding: 2px 8px;
  }
}

.news_article_title {
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .news_article_title {
    font-size: clamp(16px, 5.3333333333vw, 20px);
    margin-top: 8px;
  }
}

.news_article_content {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .news_article_content {
    margin-top: 8px;
    padding-top: 8px;
  }
}

.news_article_content h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #21DDB4;
  padding-bottom: 8px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .news_article_content h2 {
    font-size: clamp(20px, 1.6vw, 24px);
    margin-top: 24px;
  }
}

.news_article_content h3 {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .news_article_content h3 {
    font-size: clamp(18px, 1.3333333333vw, 20px);
    margin-top: 24px;
  }
}

.news_article_content h4 {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .news_article_content h4 {
    font-size: clamp(18px, 1.3333333333vw, 20px);
    margin-top: 24px;
  }
}

.news_single_main_side {
  width: 100%;
  max-width: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .news_single_main_side {
    max-width: 100%;
  }
}

.news_article_content p {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .news_article_content p {
    margin-top: 16px;
  }
}

.news_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .news_article_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 24px;
  }
}

.news_article_button {
  width: 100%;
  max-width: 222px;
}

.news_article_button.news_article_button_previous {
  text-align: right;
}

.news_article_button.news_article_button_all {
  text-align: center;
}

.news_article_button a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  padding: 14px 20px;
  color: #fff;
  background-color: #646464;
  border-radius: 50px;
}

@media (min-width: 768px) {
  .news_article_button a:hover {
    background-color: #21DDB4;
  }
}

.news_article_button a span {
  position: relative;
  display: inline-block;
  width: 100%;
}

.news_article_button.news_article_button_previous a span {
  padding-left: 35px;
}

.news_article_button.news_article_button_next a span {
  padding-right: 35px;
}

.news_article_button.news_article_button_previous a span::before,
.news_article_button.news_article_button_next a span::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}

.news_article_button.news_article_button_previous a span::before {
  left: 0;
  background: #fff url(../images/common/icon_arrow_left_cyan.png) no-repeat center center/15px 3px;
}

@media (min-width: 768px) {
  .news_article_button.news_article_button_previous a:hover span::before {
    background: #fff url(../images/common/icon_arrow_left_cyan.png) no-repeat center center/15px 3px;
  }
}

.news_article_button.news_article_button_next a span::before {
  right: 0;
  background: #fff url(../images/common/icon_arrow_right_cyan.png) no-repeat center center/15px 3px;
}

@media (min-width: 768px) {
  .news_article_button.news_article_button_next a:hover span::before {
    background: #fff url(../images/common/icon_arrow_right_cyan.png) no-repeat center center/15px 3px;
  }
}

/* entry - entry_problems
------------------------------ */
.entry_problems {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .entry_problems {
    margin-top: 56px;
  }
}

.entry_problems_title {
  position: relative;
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 3px solid #21DDB4;
  padding: 17px 70px;
}
@media (max-width: 768px) {
  .entry_problems_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
    padding: 8px 24px;
  }
}

.entry_problems_title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #21DDB4;
}

.entry_problems_title::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
}

.entry_problems_title span {
  color: #21DDB4;
}

.entry_problems_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2vw, 30px) clamp(40px, 4.6666666667vw, 70px);
  margin-top: 90px;
}
@media (max-width: 768px) {
  .entry_problems_lists {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}

.entry_problems_list {
  position: relative;
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  background-color: #DCF6F1;
  text-align: center;
  padding: 18px 32px;
}
@media (max-width: 768px) {
  .entry_problems_list {
    font-size: 16px;
    padding: 8px 24px;
  }
}

.entry_problems_list::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/illust_swirl_mint.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .entry_problems_list::before {
    width: 24px;
    height: 24px;
    left: -12px;
  }
}

.entry_problems_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .entry_problems_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 24px;
  }
}

.entry_problems_illust {
  width: 100%;
  max-width: 169px;
}
@media (max-width: 768px) {
  .entry_problems_illust {
    max-width: 130px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.entry_problems_text {
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .entry_problems_text {
    font-size: clamp(20px, 6.4vw, 24px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}

.entry_problems_text span {
  color: #21DDB4;
}

/* entry - entry_solutions
------------------------------ */
.entry_solutions {
  position: relative;
  margin-top: 66px;
  padding-bottom: 106px;
}
@media (max-width: 768px) {
  .entry_solutions {
    margin-top: 56px;
    padding-bottom: 56px;
  }
}

.entry_solutions::before {
  position: absolute;
  content: "";
  background: url(../images/entry/entry_solutions_bg.jpg) no-repeat center center/cover;
  top: 55px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .entry_solutions::before {
    top: 24px;
  }
}

.entry_solutions_title {
  position: relative;
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  background-color: #424242;
  padding: 17px 60px;
}
@media (max-width: 768px) {
  .entry_solutions_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
    padding: 8px 24px;
  }
}

.entry_solutions_text_wrapper {
  position: relative;
  margin-top: 54px;
  padding-top: 136px;
}
@media (max-width: 768px) {
  .entry_solutions_text_wrapper {
    margin-top: 16px;
    padding-top: 64px;
  }
}

.entry_solutions_text_wrapper::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 85px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/entry/entry_solutions_arrow_bottom.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .entry_solutions_text_wrapper::before {
    width: 50px;
    height: 45px;
  }
}

.entry_solutions_text_head {
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #fff;
  padding: 2px 9px;
}
@media (max-width: 768px) {
  .entry_solutions_text_head {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

.entry_solutions_text_head span {
  color: #F96F49;
}

.entry_solutions_text_food {
  font-size: clamp(22px, 1.7333333333vw, 26px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px auto 0;
  background-color: #fff;
  padding: 2px 9px;
}
@media (max-width: 768px) {
  .entry_solutions_text_food {
    font-size: clamp(15px, 4.5333333333vw, 17px);
    margin: 8px auto 0;
  }
}

/* entry - entry_reasons
------------------------------ */
.entry_reasons {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .entry_reasons {
    margin-top: 56px;
  }
}

.entry_reasons_items {
  margin-top: 70px;
  counter-reset: cnt;
}
@media (max-width: 768px) {
  .entry_reasons_items {
    margin-top: 56px;
  }
}

.entry_reasons_item + .entry_reasons_item {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .entry_reasons_item + .entry_reasons_item {
    margin-top: 56px;
  }
}

.entry_reasons_item_title {
  position: relative;
  font-size: clamp(30px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #DCF6F1;
  padding: 12px 200px;
}
@media (max-width: 768px) {
  .entry_reasons_item_title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
    padding: 8px 40px;
  }
}

.entry_reasons_item_title::before {
  position: absolute;
  counter-increment: cnt;
  content: counter(cnt, decimal);
  top: -45px;
  left: 115px;
  font-size: clamp(80px, 6.6666666667vw, 100px);
  line-height: 100%;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #21DDB4;
}
@media (max-width: 768px) {
  .entry_reasons_item_title::before {
    top: -30px;
    left: 8px;
    font-size: 60px;
  }
}

.entry_reasons_item_lead {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-top: 44px;
}
@media (max-width: 768px) {
  .entry_reasons_item_lead {
    font-size: clamp(16px, 4.8vw, 18px);
    margin-top: 24px;
  }
}

.entry_reasons_item_lead span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .entry_reasons_item_lead span {
    font-size: 12px;
  }
}

.entry_reasons_item_recommended {
  position: relative;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  border: 3px solid #21DDB4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 38px auto 0;
  padding: clamp(10px, 0.9333333333vw, 14px) clamp(60px, 5.3333333333vw, 80px);
}
@media (max-width: 768px) {
  .entry_reasons_item_recommended {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 8px 40px;
    margin: 24px auto 0;
  }
}

.entry_reasons_item_recommended::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #21DDB4;
}

.entry_reasons_item_recommended::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
}

.entry_reasons_item_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 3.3333333333vw, 50px);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .entry_reasons_item_cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
}

.entry_reasons_item_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 383/269;
}

.entry_reasons_item_card_text {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .entry_reasons_item_card_text {
    font-size: clamp(15px, 4.5333333333vw, 17px);
    margin-top: 8px;
  }
}

.entry_reasons_item_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .entry_reasons_item_btn_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
  }
}

.entry_reasons_item_btn {
  width: 100%;
  max-width: 222px;
}

/* entry - entry_flow
------------------------------ */
.entry_flow {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .entry_flow {
    margin-top: 56px;
  }
}

/* faq - faq_tab
------------------------------ */
.faq_tab {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .faq_tab {
    margin-top: 56px;
  }
}

.faq_tab_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px;
}
@media (max-width: 768px) {
  .faq_tab_lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.faq_tab_list {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 162px;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #01B8CD;
  padding: 24px 10px 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq_tab_list {
    max-width: 100%;
    padding: 8px 16px 16px;
  }
}

.faq_tab_list::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 22px;
  background: url(../images/common/icon_triangle_arrow_bottom_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .faq_tab_list::after {
    width: 16px;
    height: 4px;
    bottom: 7px;
  }
}

.faq_tab_list.is_active {
  background-color: #21DDB4;
}

.faq_content {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .faq_content {
    margin-top: 56px;
  }
}

.faq_is_tab_filtered .faq_content:not(.is_active) {
  display: none;
}

.faq_content.is_active {
  display: block;
  -webkit-animation: fade 0.3s;
          animation: fade 0.3s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faq_content_lists {
  margin-top: 21px;
}
@media (max-width: 768px) {
  .faq_content_lists {
    margin-top: 16px;
  }
}

.faq_content_list {
  background-color: #DCF6F1;
  padding: 33px 40px 33px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq_content_list {
    padding: 16px 16px;
  }
}

.faq_content_list + .faq_content_list {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .faq_content_list + .faq_content_list {
    margin-top: 16px;
  }
}

.faq_content_list_q {
  position: relative;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 30px 0 34px;
}
@media (max-width: 768px) {
  .faq_content_list_q {
    font-size: clamp(15px, 4.8vw, 18px);
    padding: 0 16px 0 24px;
  }
}

.faq_content_list_q::before {
  position: absolute;
  content: "Q.";
  top: -2px;
  left: 0;
  color: #21DDB4;
}

.faq_content_list_q::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 28px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_arrow_right_mint.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq_content_list_q::after {
    width: 10px;
    height: 17px;
  }
}

.faq_content_list.is_open .faq_content_list_q::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq_content_list_a {
  display: none;
  font-weight: 500;
  line-height: 1.875;
  margin-top: 5px;
  padding-top: 24px;
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .faq_content_list_a {
    margin-top: 8px;
    padding-top: 8px;
  }
}

.faq_content_list.is_open .faq_content_list_a {
  display: block;
}

.faq_content_list_a_text a {
  color: #21DDB4;
}

/* faq - faq_cta01
------------------------------ */
.cta.faq_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.faq_cta01 {
    margin-top: 56px;
  }
}

/* corporate - corporate_head
------------------------------ */
.corporate_head {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .corporate_head {
    margin-top: 56px;
  }
}

.corporate_head_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.corporate_head_img {
  width: 100%;
  max-width: 450px;
}

.corporate_head_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 450/315;
}

.corporate_head_content {
  width: 100%;
  max-width: 750px;
}

.corporate_head_text {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.0833333333;
}

/* corporate - corporate_benefits
------------------------------ */
.corporate_benefits {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .corporate_benefits {
    margin-top: 56px;
  }
}

.corporate_benefits_items {
  margin-top: 70px;
}

.corporate_benefits_item + .corporate_benefits_item {
  margin-top: 80px;
}

.corporate_benefits_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
}

.corporate_benefits_item_content {
  width: 100%;
  max-width: 890px;
}

.corporate_benefits_item_lead {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
}

.corporate_benefits_item_text {
  line-height: 2.1875;
  margin-top: 9px;
}

.corporate_benefits_item_text p + p {
  margin-top: 10px;
}

.corporate_benefits_item_img {
  width: 100%;
  max-width: 298px;
}

.corporate_benefits_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 298/209;
}

/* corporate - corporate_price
------------------------------ */
.corporate_price {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .corporate_price {
    margin-top: 56px;
  }
}

/* corporate - corporate_perks
------------------------------ */
.corporate_perks {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .corporate_perks {
    margin-top: 56px;
  }
}

.corporate_perks_items {
  margin-top: 70px;
}

.corporate_perks_item + .corporate_perks_item {
  margin-top: 80px;
}

.corporate_perks_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
}

.corporate_perks_item_img {
  width: 100%;
  max-width: 298px;
}

.corporate_perks_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 298/209;
}

.corporate_perks_item_content {
  width: 100%;
  max-width: 890px;
}

.corporate_perks_item_lead {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
}

.corporate_perks_item_text {
  line-height: 2.1875;
  margin-top: 9px;
}

.corporate_perks_item_text p + p {
  margin-top: 10px;
}

/* corporate - corporate_flow
------------------------------ */
.corporate_flow {
  margin-top: 131px;
}
@media (max-width: 768px) {
  .corporate_flow {
    margin-top: 56px;
  }
}

.corporate_flow_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px clamp(70px, 5.6666666667vw, 85px);
  margin-top: 70px;
  counter-reset: cnt;
}

.corporate_flow_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  position: relative;
  background: linear-gradient(180deg, transparent 0% 31px, #DCF6F1 31px 100%);
  padding: 0 clamp(15px, 2.6666666667vw, 40px) 33px;
}

.corporate_flow_item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 74px;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/corporate/corporate_flow_item_arrow_right.png) no-repeat center center/contain;
}

.corporate_flow_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}

.corporate_flow_item_num {
  position: relative;
  width: 100%;
  max-width: 74px;
}

.corporate_flow_item_num::before {
  position: relative;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  font-size: 70px;
  line-height: 100%;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #21DDB4;
}

.corporate_flow_item_illust {
  width: 100%;
  max-width: 121px;
}

.corporate_flow_item_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-top: 15px;
}

.corporate_flow_item_text {
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 15px;
  padding-top: 16px;
  border-top: 1px solid #21DDB4;
}

/* corporate - corporate_cta01
------------------------------ */
.cta.corporate_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.corporate_cta01 {
    margin-top: 56px;
  }
}

/* company - company_profile
------------------------------ */
.company_profile {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .company_profile {
    margin-top: 56px;
  }
}

.company_profile_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .company_profile_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}

.company_profile_figure {
  width: 100%;
  max-width: 742px;
}

.company_profile_figure dl {
  display: grid;
  grid-template-columns: clamp(120px, 13.2vw, 198px) 1fr;
}
@media (max-width: 768px) {
  .company_profile_figure dl {
    grid-template-columns: 1fr;
  }
}

.company_profile_figure dt {
  font-weight: 700;
  letter-spacing: 0;
  padding: clamp(16px, 1.2666666667vw, 19px) clamp(16px, 2vw, 30px);
  border-top: 1px solid #21DDB4;
  background-color: #DCF6F1;
}
@media (max-width: 768px) {
  .company_profile_figure dt {
    padding: 8px 16px;
  }
}

.company_profile_figure dt:last-of-type {
  border-bottom: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .company_profile_figure dt:last-of-type {
    border-bottom: none;
  }
}

.company_profile_figure dd {
  letter-spacing: 0;
  padding: clamp(16px, 1.2666666667vw, 19px) clamp(16px, 2vw, 30px);
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .company_profile_figure dd {
    padding: 8px 16px;
  }
}

.company_profile_figure dd:last-of-type {
  border-bottom: 1px solid #21DDB4;
}

.company_profile_img {
  width: 100%;
  max-width: 447px;
}
@media (max-width: 768px) {
  .company_profile_img {
    max-width: 100%;
  }
}

.company_profile_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 447/314;
}

/* company - company_recruit
------------------------------ */
.company_recruit {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .company_recruit {
    margin-top: 56px;
  }
}

.company_recruit_bnr {
  width: 100%;
  max-width: 750px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .company_recruit_bnr {
    margin-top: 32px;
  }
}

.company_recruit_bnr a {
  position: relative;
  display: block;
  overflow: hidden;
}

.company_recruit_bnr a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(1, 184, 205, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 768px) {
  .company_recruit_bnr a:hover::before {
    width: 100%;
    height: 100%;
  }
}

.company_recruit_bnr a img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .company_recruit_bnr a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/* company - company_cta01
------------------------------ */
.cta.company_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.company_cta01 {
    margin-top: 56px;
  }
}

/* site - site_legal
------------------------------ */
.site_legal {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .site_legal {
    margin-top: 56px;
  }
}

.site_legal_lists {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .site_legal_lists {
    margin-top: 32px;
  }
}

.site_legal_list + .site_legal_list {
  margin-top: 54px;
}
@media (max-width: 768px) {
  .site_legal_list + .site_legal_list {
    margin-top: 24px;
  }
}

.site_legal_list_unit .site_legal_list_figure {
  margin-top: 19px;
}
@media (max-width: 768px) {
  .site_legal_list_unit .site_legal_list_figure {
    margin-top: 8px;
  }
}

.site_legal_list_figure dl {
  display: grid;
  grid-template-columns: clamp(220px, 20.2vw, 303px) 1fr;
}
@media (max-width: 768px) {
  .site_legal_list_figure dl {
    grid-template-columns: 1fr;
  }
}

.site_legal_list_figure dt {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.875;
  padding: 19px 30px;
  border-top: 1px solid #21DDB4;
  background-color: #DCF6F1;
}
@media (max-width: 768px) {
  .site_legal_list_figure dt {
    padding: 8px 16px;
  }
}

.site_legal_list_figure dt:last-of-type {
  border-bottom: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .site_legal_list_figure dt:last-of-type {
    border-bottom: none;
  }
}

.site_legal_list_figure dd {
  letter-spacing: 0;
  line-height: 1.875;
  padding: 19px 30px;
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .site_legal_list_figure dd {
    padding: 8px 16px;
  }
}

.site_legal_list_figure dd:last-of-type {
  border-bottom: 1px solid #21DDB4;
}

.site_legal_list_figure_unit {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 8px;
}
@media (max-width: 768px) {
  .site_legal_list_figure_unit {
    grid-template-columns: 70px 1fr;
    gap: 8px;
  }
}

.site_legal_list_figure_unit_title {
  font-weight: 700;
  letter-spacing: 0;
}

.site_legal_list_figure_unit_text {
  letter-spacing: 0;
}

.site_legal_list_figure_list {
  position: relative;
  padding-left: 16px;
}

.site_legal_list_figure_list::before {
  position: absolute;
  content: "◯";
  left: 0;
  top: 0;
}

/* site - site_terms
------------------------------ */
.site_terms {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .site_terms {
    margin-top: 56px;
  }
}

.site_terms_lists {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .site_terms_lists {
    margin-top: 32px;
  }
}

.site_terms_list + .site_terms_list {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .site_terms_list + .site_terms_list {
    margin-top: 16px;
  }
}

.site_terms_list_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .site_terms_list_title {
    font-size: 13px;
  }
}

.site_terms_list_content {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .site_terms_list_content {
    font-size: 13px;
  }
}

/* site - site_privacy
------------------------------ */
.site_privacy {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .site_privacy {
    margin-top: 56px;
  }
}

.site_privacy_lists {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .site_privacy_lists {
    margin-top: 32px;
  }
}

.site_privacy_list + .site_privacy_list {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .site_privacy_list + .site_privacy_list {
    margin-top: 16px;
  }
}

.site_privacy_list_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .site_privacy_list_title {
    font-size: 13px;
  }
}

.site_privacy_list_content {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .site_privacy_list_content {
    font-size: 13px;
  }
}

.site_privacy_list_content_list {
  position: relative;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .site_privacy_list_content_list {
    padding-left: 14px;
  }
}

.site_privacy_list_content_list::before {
  position: absolute;
  content: "◯";
  left: 0;
  top: 0;
}

/* site - site_cta01
------------------------------ */
.cta.site_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.site_cta01 {
    margin-top: 56px;
  }
}

/* contact - contact_shops
------------------------------ */
.contact_shops {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .contact_shops {
    margin-top: 56px;
  }
}

.contact_shops_items {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .contact_shops_items {
    margin-top: 32px;
  }
}

.contact_shops_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .contact_shops_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.contact_shops_item + .contact_shops_item {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .contact_shops_item + .contact_shops_item {
    margin-top: 32px;
  }
}

.contact_shops_item_img {
  width: 100%;
  max-width: 595px;
}
@media (max-width: 768px) {
  .contact_shops_item_img {
    max-width: 100%;
  }
}

.contact_shops_item_content {
  width: 100%;
  max-width: 595px;
}
@media (max-width: 768px) {
  .contact_shops_item_content {
    max-width: 100%;
  }
}

.contact_shops_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .contact_shops_item_title {
    gap: 16px;
    font-size: clamp(16px, 5.3333333333vw, 20px);
  }
}

.contact_shops_item_kashima .contact_shops_item_title img {
  max-width: 145px;
}
@media (max-width: 768px) {
  .contact_shops_item_kashima .contact_shops_item_title img {
    max-width: 116px;
  }
}

.contact_shops_item_omigawa .contact_shops_item_title img {
  max-width: 164px;
}
@media (max-width: 768px) {
  .contact_shops_item_omigawa .contact_shops_item_title img {
    max-width: 131.2px;
  }
}

.contact_shops_item_sosa .contact_shops_item_title img {
  max-width: 145px;
}
@media (max-width: 768px) {
  .contact_shops_item_sosa .contact_shops_item_title img {
    max-width: 116px;
  }
}

.contact_shops_item_info {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #21DDB4;
}
@media (max-width: 768px) {
  .contact_shops_item_info {
    margin-top: 16px;
    padding-top: 16px;
  }
}

.contact_shops_item_time {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .contact_shops_item_time {
    margin-top: 4px;
  }
}

.contact_shops_item_tel {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .contact_shops_item_tel {
    margin-top: 4px;
  }
}

.contact_shops_item_btn {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .contact_shops_item_btn {
    text-align: center;
    margin-top: 16px;
  }
}

/* contact - contact_cta01
------------------------------ */
.cta.contact_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.contact_cta01 {
    margin-top: 56px;
  }
}

/* contact - contact_mail
------------------------------ */
.contact_mail {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .contact_mail {
    margin-top: 56px;
  }
}

/* contact - contact_cta02
------------------------------ */
.cta.contact_cta02 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.contact_cta02 {
    margin-top: 56px;
  }
}

/* 404
------------------------------ */
.not_found_main {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .not_found_main {
    margin-top: 64px;
  }
}

.not_found_main_btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .not_found_main_btn {
    margin-top: 30px;
  }
}

/* 404 - other-page_cta01
------------------------------ */
.cta.other-page_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.other-page_cta01 {
    margin-top: 56px;
  }
}

/* footer
------------------------------ */
.footer {
  color: #fff;
  background-color: #000;
  padding: 100px 0 100px;
}
@media (max-width: 768px) {
  .footer {
    padding: 56px 0 150px;
  }
}

.footer_banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3.1333333333vw, 47px);
}
@media (max-width: 768px) {
  .footer_banners {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 240px;
    margin-inline: auto;
  }
}

.footer_banner a {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.footer_banner a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(1, 184, 205, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 768px) {
  .footer_banner a:hover::before {
    width: 100%;
    height: 100%;
  }
}

.footer_banner a img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .footer_banner a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(15px, 1.3333333333vw, 20px);
  margin-top: 71px;
}
@media (max-width: 768px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}

.footer_logo {
  width: 100%;
  max-width: 245px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .footer_logo {
    max-width: 170px;
    margin-inline: auto;
  }
}

.footer_nav {
  width: 100%;
  max-width: 844px;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.footer_lists {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: clamp(10px, 2.2666666667vw, 34px);
}
@media (max-width: 768px) {
  .footer_lists {
    display: none;
  }
}

.footer_list a {
  display: inline-block;
  position: relative;
  font-size: clamp(14px, 1.0666666667vw, 16px);
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer_list a:hover {
    color: #01B8CD;
  }
}

.footer_list a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #01B8CD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

@media (min-width: 768px) {
  .footer_list a:hover::after {
    width: 100%;
  }
}

.footer_sub_lists {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: clamp(10px, 1.8666666667vw, 28px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .footer_sub_lists {
    display: none;
  }
}

.footer_sub_list a {
  display: inline-block;
  position: relative;
  font-size: clamp(13px, 0.9333333333vw, 14px);
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer_sub_list a:hover {
    color: #01B8CD;
  }
}

.footer_sub_list a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #01B8CD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

@media (min-width: 768px) {
  .footer_sub_list a:hover::after {
    width: 100%;
  }
}

.footer_copyright {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .footer_copyright {
    margin-top: 10px;
    margin: auto;
  }
}

.footer_copyright small {
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer_copyright small {
    font-size: 12px;
  }
}

/* page_top
------------------------------ */
.page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #01B8CD;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
@media (max-width: 768px) {
  .page_top {
    right: 16px;
    bottom: 75px;
  }
}

@media (min-width: 768px) {
  .page_top:hover {
    color: #01B8CD;
    background-color: #fff;
  }
}

.page_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .page_top:hover::before {
    border-color: #01B8CD;
  }
}

/* foot_menu
------------------------------ */
.foot_menu {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: 0px -3px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0px -3px 5px rgba(255, 255, 255, 0.5);
}

.foot_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foot_menu_join {
  width: 50%;
}

.foot_menu_join a {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 120%;
  width: 100%;
  color: #fff;
  background-color: #01B8CD;
  padding: 38px 5px 6px;
  text-align: center;
}

.foot_menu_join a span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 12px;
  background: url(../images/common/icon_join_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.foot_menu_booking {
  width: 50%;
}

.foot_menu_booking a {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 120%;
  width: 100%;
  color: #fff;
  background-color: #FD763B;
  padding: 38px 5px 6px;
  text-align: center;
}

.foot_menu_booking a span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
  background: url(../images/common/icon_booking_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}