@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 100%;
  list-style-type: none;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: var(--text-color-head, #222827);
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

img {
  max-width: 100%;
  max-height: 100%;
}

input[type=submit], input[type=button],
button[type=submit],
button[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration,
button[type=submit]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus,
button[type=submit]::focus,
button[type=button]::focus {
  outline-offset: -2px;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

[id] {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
section.second-page-title {
  padding-top: 142px;
}
@media screen and (max-width: 767px) {
  section.second-page-title {
    padding-top: 14.933vw;
  }
}
section.second-page-title .section-group__inner {
  height: 100%;
  padding: 84px 0 0;
}
@media screen and (max-width: 767px) {
  section.second-page-title .section-group__inner {
    padding: 8.533vw 0 0;
    width: max(88.6%, 335px);
    margin: auto;
  }
}
section.second-page-title .section-group__title .jp {
  color: var(--4-f-4-f-4-f, #4F4F4F);
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.9px;
}
@media screen and (max-width: 767px) {
  section.second-page-title .section-group__title .jp {
    font-size: 7.467vw;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.373vw;
    margin-bottom: 8.533vw;
  }
}
section.second-page-title .section-group__title.f-43 .jp {
  color: var(--4-f-4-f-4-f, #4F4F4F);
  font-size: 43px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.15px;
}
@media screen and (max-width: 767px) {
  section.second-page-title .section-group__title.f-43 .jp {
    font-size: 7.467vw;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.373vw;
  }
}

.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #fff;
  transition: 0.5s;
}
.header.close {
  background-color: #FBFAF8;
}
.header.close .header__inner {
  background-color: #FBFAF8;
}
.header .header__inner {
  padding: 23px 50px 23px 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .header .header__inner {
    padding: 1.597vw 1.389vw 1.597vw 1.389vw;
  }
}
@media screen and (max-width: 901px) {
  .header .header__inner {
    padding: 0 0 0 38px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__inner {
    padding: 0;
  }
}
.header .header__inner .header__logo {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .header .header__inner .header__logo {
    margin-right: 0;
  }
}
.header .header__inner .header__logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header .header__inner .header__logo a {
    padding-left: 5.333vw;
  }
}
.header .header__inner .header__logo a img {
  width: 276px;
  min-width: 195px;
}
@media screen and (max-width: 767px) {
  .header .header__inner .header__logo a img {
    width: 48.8vw;
  }
}
.header .header__inner .header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 989px;
}
@media screen and (max-width: 1440px) {
  .header .header__inner .header__menu {
    width: 68.681vw;
    min-width: 868px;
  }
}
@media screen and (max-width: 1120px) {
  .header .header__inner .header__menu {
    width: 648px;
    min-width: auto;
  }
}
@media screen and (max-width: 901px) {
  .header .header__inner .header__menu {
    width: auto;
  }
}
@media screen and (max-width: 901px) {
  .header .header__inner .header__menu .header__nav {
    display: none;
  }
}
.header .header__inner .header__menu .header__nav .nav__list {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  width: 37.083vw;
  min-width: 474px;
  max-width: 534px;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item {
  position: relative;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item a, .header .header__inner .header__menu .header__nav .nav__list .nav__item .nav__item-sub {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #444444;
  transition: 0.5s;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item a:hover, .header .header__inner .header__menu .header__nav .nav__list .nav__item .nav__item-sub:hover {
  color: #73B41F;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item .nav__item-sub {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item .nav__submenu {
  position: absolute;
  left: -64px;
  width: 260px;
  border-radius: 12px;
  display: none;
  background: #fff;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item .nav__submenu li a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #444444;
  padding: 19px 23px 19px 19px;
  display: flex;
  align-items: center;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item .nav__submenu li a::before {
  width: 13.78px;
  height: 6.89px;
  content: "";
  background: url(../images/arrow__header.svg) center/100% no-repeat;
  transform: rotate(-90deg);
  margin-right: 14.57px;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item .nav__submenu li:nth-child(1) a {
  padding: 30px 23px 21px 19px;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item .nav__submenu li:nth-child(3) a {
  padding: 19px 23px 30px 19px;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item .nav__submenu li + li {
  border-top: 1px solid #D9D9D9;
}
.header .header__inner .header__menu .header__nav .nav__list .nav__item .nav__submenu.open {
  display: block;
}
.header .header__inner .header__menu .header__tel-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
  min-width: 202px;
}
@media screen and (max-width: 1440px) {
  .header .header__inner .header__menu .header__tel-open {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .header .header__inner .header__menu .header__tel-open {
    display: none;
  }
}
@media screen and (max-width: 901px) {
  .header .header__inner .header__menu .header__tel-open {
    display: none;
  }
}
.header .header__inner .header__menu .header__tel-open .header__tel {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.16px;
  letter-spacing: 0.04em;
  color: #00A63C;
}
.header .header__inner .header__menu .header__tel-open .header__tel span {
  font-size: 16px;
  line-height: 19px;
}
.header .header__inner .header__menu .header__tel-open .header__open {
  display: flex;
  margin-top: 2.5px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #444444;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 901px) {
  .hamburger {
    width: 100px;
    height: 100px;
    background: #95CB50;
    display: flex;
    justify-content: center;
    border-radius: 0px 0px 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 17.067vw;
    height: 17.067vw;
    border-radius: 0px 0px 0px 3.2vw;
  }
}
.hamburger .hamburger__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hamburger .hamburger__container .hamburger__bars {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .hamburger .hamburger__container .hamburger__bars {
    width: 7.467vw;
    height: 6.133vw;
  }
}
.hamburger .hamburger__container .hamburger__bars .hamburger__bar {
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  transition: all 0.4s;
  border-radius: 1.333vw;
}
@media screen and (max-width: 767px) {
  .hamburger .hamburger__container .hamburger__bars .hamburger__bar {
    height: 0.533vw;
    border-radius: 1.333vw;
  }
}
.hamburger .hamburger__container .hamburger__bars .hamburger__bar:nth-child(1).close {
  transform: translateY(18px) rotate(45deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .hamburger .hamburger__container .hamburger__bars .hamburger__bar:nth-child(1).close {
    transform: translateY(2.667vw) rotate(45deg);
  }
}
.hamburger .hamburger__container .hamburger__bars .hamburger__bar:nth-child(2).close {
  opacity: 0;
  transition: opacity 0.3s;
}
.hamburger .hamburger__container .hamburger__bars .hamburger__bar:nth-child(3).close {
  transform: translateY(-18px) rotate(-45deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .hamburger .hamburger__container .hamburger__bars .hamburger__bar:nth-child(3).close {
    transform: translateY(-2.934vw) rotate(-45deg);
  }
}
.hamburger .hamburger__container .hamburger__title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .hamburger .hamburger__container .hamburger__title {
    font-size: 2.667vw;
    line-height: 3.2vw;
    letter-spacing: 0.02em;
    margin-top: 1.333vw;
  }
}

.sp-menu {
  display: none;
}
@media screen and (max-width: 901px) {
  .sp-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100;
    background: #FBFAF8;
    display: none;
    overflow-y: scroll;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu {
    padding-top: 16vw;
  }
}
.sp-menu .sp-menu__container {
  padding: 60px 49.999px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container {
    padding: 16vw 13.333vw;
    text-align: left;
  }
}
.sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main li a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main li a {
    font-size: 4.8vw;
    line-height: 6.933vw;
  }
}
.sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main li + li {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main li + li {
    margin-top: 9.333vw;
  }
}
.sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub {
    margin-top: 9.333vw;
  }
}
.sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub .sub__title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub .sub__title {
    font-size: 4.8vw;
    line-height: 6.933vw;
    justify-content: start;
  }
}
.sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub .sub__title::after {
  content: "";
  margin-left: 6px;
  background: url(../images/arrow__header.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub .sub__title::after {
    margin-left: 1.6vw;
    width: 4.267vw;
    height: 2.133vw;
  }
}
.sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub .sub__title.open::after {
  transform: rotate(180deg);
}
.sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub ul.sub__links {
  margin-top: 50px;
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub ul.sub__links {
    margin-top: 4.8vw;
  }
}
.sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub ul.sub__links li a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub ul.sub__links li a {
    font-size: 3.733vw;
    line-height: 5.333vw;
    justify-content: start;
  }
}
.sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub ul.sub__links li a::before {
  content: "";
  background: url(../images/arrow__header.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 10px;
  width: 20px;
  transform: rotate(-90deg);
  margin-right: 11.261px;
  margin-left: 1.395vw;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub ul.sub__links li a::before {
    height: 1.469vw;
    width: 2.939vw;
    margin-right: 3.003vw;
    margin-left: 5.23px;
  }
}
.sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub ul.sub__links li + li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__nav.nav ul.nav__main .nav__sub ul.sub__links li + li {
    margin-top: 16px;
  }
}
.sp-menu .sp-menu__container .sp-menu__tel {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__tel {
    margin-top: 12.267vw;
  }
}
.sp-menu .sp-menu__container .sp-menu__tel a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-size: 30.671px;
  line-height: 44.411px;
  letter-spacing: 0.04em;
  color: #00A63C;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__tel a {
    font-size: 8.179vw;
    line-height: 11.843vw;
  }
}
.sp-menu .sp-menu__container .sp-menu__tel a span {
  font-weight: 700;
  font-size: 20.441px;
  line-height: 29.599px;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__tel a span {
    font-size: 5.451vw;
    line-height: 7.893vw;
  }
}
.sp-menu .sp-menu__container .sp-menu__tel .open {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #444444;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sp-menu .sp-menu__container .sp-menu__tel .open {
    margin-top: 0.533vw;
    text-align: left;
    font-size: 3.2vw;
    line-height: 3.733vw;
  }
}

.header__contact {
  background: #95CB50;
  border-radius: 100px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 12px;
  margin-left: 40px;
  border: 1px solid #95CB50;
  transition: 0.5s;
  min-width: 174px;
}
@media screen and (max-width: 1440px) {
  .header__contact {
    margin-left: 10px;
  }
}
@media screen and (max-width: 901px) {
  .header__contact.header-contact {
    display: none;
  }
}
@media screen and (max-width: 901px) {
  .header__contact.header-contact {
    margin: 0 auto;
    margin-top: 30px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .header__contact.header-contact {
    margin-top: 8vw;
    margin-left: 0;
    border-radius: 26.667vw;
    font-size: 4.267vw;
    line-height: 9.067vw;
    padding: 2.667vw 5.333vw 2.667vw 3.2vw;
    min-width: auto;
    width: 100%;
  }
}
.header__contact.header-contact::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../images/header__mail.svg) center/100% no-repeat;
  margin-right: 10px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .header__contact.header-contact::before {
    width: 9.067vw;
    height: 9.067vw;
    margin-right: 0;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 901px) {
  .header__contact.header-contact span {
    flex: 1;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .header__contact.header-contact span:hover {
    background-color: #fff;
    color: #95CB50;
  }
  .header__contact.header-contact span:hover::before {
    background: url(../images/header__mail--green.svg) center/100% no-repeat;
  }
}

.cowork-header {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #F3EFEB;
  transition: 0.3s;
}
@media screen and (max-width: 1095px) {
  .cowork-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

body.is-noScroll {
  overflow: hidden;
}

body.is-menuOpen .cowork-header {
  background: #1D5F30;
}

body.is-menuOpen .cowork-header {
  background: transparent;
}

body.is-menuOpen .cowork-header__logo img {
  filter: brightness(0) invert(1);
}

.cowork-header__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .cowork-header__inner {
    max-width: calc(100% - 300px);
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .cowork-header__inner {
    max-width: calc(100% - 10.667vw);
    padding: 2vw 0;
  }
}

.cowork-header__logo {
  flex-shrink: 0;
}

.cowork-header__logo a {
  display: block;
}

.cowork-header__logo img {
  height: 69px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .cowork-header__logo img {
    height: 11vw;
  }
}

@media screen and (max-width: 1095px) {
  .cowork-header__nav {
    display: none;
  }
}

.cowork-header__nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .cowork-header__nav-list {
    gap: 24px;
  }
}

.cowork-header__nav-item a {
  font-size: 14px;
  font-weight: 400;
  color: #222827;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.05em;
}

.cowork-header__nav-item a:hover {
  color: #1D5F30;
  opacity: 1;
}

.cowork-header__hamburger {
  display: none;
}
@media screen and (max-width: 1095px) {
  .cowork-header__hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    appearance: none;
  }
}

.cowork-header__hamburger-icon {
  display: block;
  width: 74px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cowork-header__hamburger-icon {
    width: 18.933vw;
  }
}

.cowork-header__hamburger-icon--close {
  display: none !important;
}

.cowork-header__hamburger.is-open .cowork-header__hamburger-icon--open {
  display: none !important;
}

.cowork-header__hamburger.is-open .cowork-header__hamburger-icon--close {
  display: block !important;
}

.cowork-header__hamburger-bars {
  width: 44px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cowork-header__hamburger-bars {
    width: 6.4vw;
    height: 4vw;
  }
}

.cowork-header__hamburger-bars span {
  display: block;
  width: 100%;
  height: 4px;
  background: #222827;
  border-radius: 2px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cowork-header__hamburger-bars span {
    height: 0.533vw;
    border-radius: 0.267vw;
  }
}

body.is-noScroll .hero__badge {
  display: none !important;
}

.cowork-header__hamburger-bars.open span:nth-child(1) {
  transform: translateY(1.733vw) rotate(45deg);
}

.cowork-header__hamburger-bars.open span:nth-child(2) {
  opacity: 0;
}

.cowork-header__hamburger-bars.open span:nth-child(3) {
  transform: translateY(-1.733vw) rotate(-45deg);
}

.cowork-header__hamburger-text {
  font-size: 12px;
  font-weight: 500;
  color: #222827;
}
@media screen and (max-width: 767px) {
  .cowork-header__hamburger-text {
    font-size: 2.133vw;
  }
}

.cowork-sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1D5F30;
  z-index: 998;
  padding-top: 120px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .cowork-sp-menu {
    padding-top: calc(env(safe-area-inset-top, 0px) + 21.333vw);
  }
}

.cowork-sp-menu.open {
  display: block;
}

.cowork-sp-menu__inner {
  padding: 40px 24px 56px;
}
@media screen and (max-width: 767px) {
  .cowork-sp-menu__inner {
    padding: 10.667vw 5.333vw;
  }
}

.cowork-sp-menu__list {
  list-style: none;
}

.cowork-sp-menu__list li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

.cowork-sp-menu__list li a {
  display: block;
  position: relative;
  padding: 28px 48px 28px 8px;
  color: var(--white, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cowork-sp-menu__list li a {
    padding: 6.4vw 10.667vw 6.4vw 2.133vw;
    font-size: 5.333vw;
  }
}

.cowork-sp-menu__privacy {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cowork-sp-menu__privacy p a {
  color: #fff;
}

.cowork-sp-menu__list li a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: url(../images/icon19.svg) center/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .cowork-sp-menu__list li a::after {
    right: 2.667vw;
    width: 2.133vw;
    height: 2.133vw;
  }
}

.section-headline {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .section-headline {
    margin-bottom: 8.5vw;
  }
}
.section-headline__eng {
  color: var(--main-color-50, rgba(29, 95, 48, 0.5));
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 6.4px;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-headline__eng {
    font-size: 3.733vw;
    letter-spacing: 5.6px;
  }
}
.section-headline__jp {
  color: var(--text-color-head, #222827);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .section-headline__jp {
    font-size: 7.467vw;
    letter-spacing: 0.747vw;
    margin-top: 3.133vw;
  }
}
.section-headline__wave {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .section-headline__wave {
    width: 14.133vw;
    margin-top: 4.667vw;
  }
}

.hero {
  padding: 0 150px 0;
  position: relative;
}
@media screen and (max-width: 1070px) {
  .hero {
    padding: 0.333vw 5.333vw 0;
  }
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 289px;
  background-color: #F3EFEB;
  z-index: -1;
}
@media screen and (max-width: 877px) {
  .hero::before {
    height: 76.666vw;
  }
}

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 118px - 270px);
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 878px) {
  .hero::after {
    height: calc(100% - 270px);
  }
}
@media screen and (max-width: 877px) {
  .hero::after {
    height: calc(100% - 21.333vw - 55.333vw);
  }
}

.hero__inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  height: 540px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(34, 40, 39, 0.4);
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 877px) {
  .hero__inner {
    height: auto;
    min-height: 132.564vw;
    border-radius: 25.641vw 5.128vw 5.128vw 5.128vw;
    overflow: visible;
  }
}
.hero .hero__content {
  max-width: 667px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  gap: 14px;
}
@media screen and (max-width: 877px) {
  .hero .hero__content {
    display: block;
    margin-top: 0;
    max-width: 100%;
  }
}
.hero__badge {
  position: relative;
}
@media screen and (max-width: 877px) {
  .hero__badge {
    position: absolute;
    top: -2.6vw;
    left: -0.667vw;
    z-index: 9999;
  }
}
.hero__badge-circle {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 877px) {
  .hero__badge-circle {
    width: 26.4vw;
    height: 26.4vw;
  }
}
.hero__badge-arrow {
  position: absolute;
  top: 69px;
  left: 140px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #fff;
  transform: rotate(30deg);
}
@media screen and (max-width: 877px) {
  .hero__badge-arrow {
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 5.2vw solid #fff;
    top: 20.4vw;
    left: 19.6vw;
    transform: rotate(65deg);
  }
}
.hero__badge-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1D5F30;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 877px) {
  .hero__badge-text {
    font-size: 4.693vw;
    font-weight: 700;
  }
}
.hero__badge-small {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 877px) {
  .hero__badge-small {
    font-size: 3.519vw;
    font-weight: 700;
  }
}
.hero .hero__badge-num {
  font-size: 32px;
}
@media screen and (max-width: 877px) {
  .hero .hero__badge-num {
    font-size: 7.508vw;
  }
}
.hero__text-group {
  top: 46px;
  right: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 877px) {
  .hero__text-group {
    position: absolute;
    top: 23.4vw;
    right: 9.333vw;
    gap: 0.333vw;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .hero__text-group {
    top: 10.4vw;
  }
}
.hero__subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: right;
  margin-bottom: 12px;
}
@media screen and (max-width: 877px) {
  .hero__subtitle {
    font-size: 5.128vw;
    margin-bottom: 1.026vw;
    line-height: 1.61;
  }
}
.hero__date {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 877px) {
  .hero__date {
    gap: 1.333vw;
  }
}
.hero__date-num {
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 877px) {
  .hero__date-num {
    font-size: 10.667vw;
    line-height: 98%;
    letter-spacing: 0.092px;
  }
}
.hero__date-day {
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.092px;
}
@media screen and (max-width: 877px) {
  .hero__date-day {
    font-size: 4.103vw;
  }
}
.hero__open {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.hero__open-text {
  margin-top: 76px;
  display: flex;
  gap: 9px;
  align-items: center;
}
@media screen and (max-width: 877px) {
  .hero__open-text {
    gap: 4vw;
    display: block;
    margin-top: 13.333vw;
  }
}
.hero__open-new {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
  font-size: 120px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.11em;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}
@media screen and (max-width: 877px) {
  .hero__open-new {
    font-size: 24vw;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
  }
}
.hero__open-label {
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.036em;
  color: #fff;
}
@media screen and (max-width: 877px) {
  .hero__open-label {
    font-size: 21.867vw;
  }
}
.hero__open-place {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #fff;
  margin-top: 16px;
}
@media screen and (max-width: 877px) {
  .hero__open-place {
    font-size: 6.933vw;
    margin-top: 4.103vw;
  }
}
.hero__icons {
  display: flex;
  align-items: center;
  gap: 33px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 877px) {
  .hero__icons {
    gap: 4vw;
    left: 49%;
  }
}
.hero__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #fff;
}
@media screen and (max-width: 877px) {
  .hero__icon-item {
    gap: 1.538vw;
    width: 12.308vw;
  }
}
.hero__icon-item i {
  font-size: 28px;
}
@media screen and (max-width: 877px) {
  .hero__icon-item i {
    font-size: 6.154vw;
  }
}
.hero__icon-item span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 877px) {
  .hero__icon-item span {
    font-size: 2.564vw;
  }
}
.hero__icon-x {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 877px) {
  .hero__icon-x {
    font-size: 4.615vw;
  }
}

@media screen and (max-width: 877px) {
  .hero__icon-img {
    width: 3vw;
  }
}

.use-case {
  padding: 46px 150px 7px;
}
@media screen and (max-width: 1200px) {
  .use-case {
    padding: 46px 40px 107px;
  }
}
@media screen and (max-width: 767px) {
  .use-case {
    padding: 0vw 5.333vw 4.333vw;
  }
}
.use-case__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .use-case__inner {
    flex-direction: column;
    gap: 0;
    position: relative;
    background-image: url("../images/usecase-dots.svg");
    background-repeat: no-repeat;
    background-position: center top 21vw;
    background-size: 61% auto;
  }
}
.use-case__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 26%;
  min-width: 200px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .use-case__header {
    min-width: 41.8vw;
    align-self: flex-start;
    margin-bottom: -5vw;
  }
}
.use-case__header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.use-case__eng, .use-case__title {
  position: relative;
  z-index: 1;
}
.use-case__eng {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .use-case__eng {
    font-size: 4.8vw;
  }
}
.use-case__title {
  font-size: clamp(12px, 1.4vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .use-case__title {
    font-size: 3.2vw;
  }
}
.use-case__list {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  flex: 1;
  margin-left: -3%;
  padding-top: 5%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .use-case__list {
    width: 100%;
    /* 重要: 子要素（__item）を右や左に振れるようにする */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
    margin-left: 0;
  }
}
.use-case__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .use-case__item {
    position: relative;
    margin-top: -10vw;
    display: block;
  }
}
.use-case__item {
  /* 奇数番目（1つめ、3つめ）を右に寄せる */
}
@media screen and (max-width: 767px) {
  .use-case__item:nth-child(1) {
    align-self: flex-end;
    margin-right: -1vw;
    margin-top: -21vw;
  }
  .use-case__item:nth-child(1) .use-case__item-text {
    left: auto;
    right: 55vw;
    margin-top: 8vw;
  }
}
.use-case__item {
  /* 偶数番目（2つめ）を左に寄せる */
}
@media screen and (max-width: 767px) {
  .use-case__item:nth-child(2) {
    align-self: flex-start;
    margin-left: 1vw;
    margin-top: -83px;
  }
  .use-case__item:nth-child(2) .use-case__item-text {
    left: 55vw;
    text-align: center;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .use-case__item:nth-child(3) {
    align-self: flex-end;
    margin-right: 2vw;
    margin-top: -32vw;
  }
  .use-case__item:nth-child(3) .use-case__item-text {
    left: auto;
    right: 55vw;
    margin-top: 12vw;
  }
}
.use-case__item-icon {
  width: 100%;
  max-width: 264px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .use-case__item-icon {
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
.use-case__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .use-case__item-icon {
    width: 39vw;
  }
}
.use-case__item-text {
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #222827;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .use-case__item-text {
    top: 50%;
    margin-top: 2.133vw;
    transform: translateY(-50%);
    width: 40vw;
    font-size: 3.2vw;
    line-height: 1.4;
    z-index: 3;
  }
}

.use-case__wave {
  margin-bottom: -5px;
  width: 100%;
  margin-left: 0;
}

.use-case__wave img {
  width: 100%;
  height: auto;
  display: block;
}

.facility-intro {
  position: relative;
  padding: 80px 150px 0;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .facility-intro {
    padding: 12vw 5.333vw 10vw;
  }
}

.facility-intro__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  .facility-intro__inner {
    flex-direction: column;
    gap: 2.4vw;
  }
}

.facility-intro__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .facility-intro__content {
    gap: 5.333vw;
  }
}

.facility-intro__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .facility-intro__title {
    font-size: 7.467vw;
  }
}

.facility-intro__title-highlight {
  color: #6A9F7F;
}

.facility-intro__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #222827;
}
@media screen and (max-width: 767px) {
  .facility-intro__description {
    font-size: 3.2vw;
  }
}

.facility-intro__description p {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .facility-intro__description p {
    line-height: 240%;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 2.467vw;
    letter-spacing: 0;
  }
}

.facility-intro__description p:last-child {
  margin-bottom: 0;
}

.highlight {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 240%;
}
@media screen and (max-width: 767px) {
  .highlight {
    font-size: 3.2vw;
  }
}

.facility-intro__decoration {
  position: relative;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .facility-intro__decoration {
    width: 84%;
    order: -1;
    margin: auto;
    font-size: 3.2vw;
    font-style: normal;
    line-height: 240%;
  }
}

.facility-intro__catchphrase {
  position: absolute;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  color: rgba(29, 95, 48, 0.1);
  writing-mode: vertical-rl;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .facility-intro__catchphrase {
    font-size: 18.667vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.gallery {
  position: relative;
  padding: 85px 0 120px;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding: 13.333vw 0 16vw;
  }
}
.gallery__wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-99%);
}
.gallery__wave-top img {
  width: 100%;
  display: block;
}
.gallery__inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gallery__inner {
    padding: 0 5.333vw;
  }
}
.gallery .section-headline__eng {
  color: var(--main-color-50, rgba(29, 95, 48, 0.5));
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 6.4px;
}
.gallery .section-headline__jp {
  color: var(--text-color-head, #222827);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4px;
}
.gallery__slider {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .gallery__slider {
    margin-top: 8vw;
  }
}
.gallery__slide-item {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery__slide-item {
    border-radius: 3.2vw;
  }
}
.gallery__slide-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gallery__slide-image {
    height: 53.333vw;
  }
}
.gallery__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__slide-label {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 12px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .gallery__slide-label {
    font-size: 3.2vw;
    padding: 2.667vw;
  }
}
.gallery__controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .gallery__controls {
    gap: 4.267vw;
    margin-top: 5.333vw;
  }
}
.gallery__control-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1D5F30;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .gallery__control-btn {
    width: 10.667vw;
    height: 10.667vw;
  }
}
.gallery__control-btn:hover {
  background: #fff;
}
.gallery__control-btn:hover img {
  filter: none;
  opacity: 0;
  position: absolute;
}
.gallery__control-btn:hover::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/icon15.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery__control-btn--prev:hover::after {
  background-image: url("../images/icon17.svg");
}
.gallery__control-btn--pause:hover::after {
  background-image: url("../images/icon16.svg");
}
.gallery__control-btn--next:hover::after {
  background-image: url("../images/icon15.svg");
}
.gallery__control-btn--next:hover::after .gallery__control-btn {
  background: #1D5F30;
  border: 1px solid #1D5F30;
  transition: 0.3s;
}
.gallery .gallery__icon {
  width: 20px;
  height: auto;
  fill: #fff;
  transition: 0.3s;
}
.gallery:hover .gallery__icon {
  fill: #1D5F30;
}

.section-headline__wave-w {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.gallery__icon-deco {
  position: absolute;
  right: 153px;
  top: 69px;
}

.price {
  position: relative;
  padding: 90px 0 0px;
  background-color: #F3EFEB;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 22.333vw 0 0;
  }
}

.price__inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .price__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .price__inner {
    padding: 0 5.333vw 26.667vw;
  }
}

.price .section-headline__eng {
  color: var(--main-color-50, rgba(29, 95, 48, 0.5));
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 6.4px;
}
@media screen and (max-width: 767px) {
  .price .section-headline__eng {
    font-size: 3.733vw;
  }
}

.price .section-headline__jp {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .price .section-headline__jp {
    font-size: 7.467vw;
  }
}

.price__tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .price__tabs {
    gap: 2.667vw;
    margin-top: 5.333vw;
    flex-direction: column;
  }
}

.price__tab {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 36px;
  border-radius: 9999px;
  background: #1D5F30;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price__tab {
    padding: 3.267vw 4.267vw;
    font-size: 5.333vw;
  }
}

.price__tab-sub {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price__tab-sub {
    font-size: 3.2vw;
  }
}

.price__tab:hover {
  opacity: 0.85;
}

.price__content {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .price__content {
    margin-top: 8vw;
  }
}

.price__block {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .price__block {
    margin-top: 6.4vw;
  }
}

.price__block--office {
  margin-top: 61px;
}
@media screen and (max-width: 767px) {
  .price__block--office {
    margin-top: 10.667vw;
  }
}

.price__block-space {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .price__block-space {
    margin-top: 8.867vw;
  }
}

.price__block-title {
  position: relative;
  padding-left: 50px;
  color: #1D5F30;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 120%;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .price__block-title {
    padding-left: 6.533vw;
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}

.price__block-title-sub {
  color: var(--text-color-head, #222827);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 767px) {
  .price__block-title-sub {
    font-size: 6.2vw;
  }
}

.price__block-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1D5F30;
}
@media screen and (max-width: 767px) {
  .price__block-title::before {
    width: 5.4vw;
    height: 5.4vw;
    top: 0.5vw;
  }
}

.price-card {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 32px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .price-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 4.267vw 4.267vw;
    gap: 2.133vw;
    border-radius: 2.667vw;
    clip-path: none;
  }
}

.price-card--wide {
  margin: 0 auto;
  justify-content: start;
  padding: 22px 186px 32px;
}
@media screen and (max-width: 767px) {
  .price-card--wide {
    max-width: none;
    padding: 2.267vw 5.267vw;
    gap: 2.133vw;
  }
}

.price-note-group {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .price-note-group {
    margin-top: 5.867vw;
  }
}

.price-note {
  color: var(--text-color-head, #222827);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .price-note {
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
  }
}

.price-card--wide.price-card--wide-compact {
  padding: 37px 115px;
  gap: 87px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .price-card--wide.price-card--wide-compact {
    padding: 3.467vw 6.267vw 3.7vw;
    gap: 1.867vw;
    margin-top: 2.133vw;
  }
}
.price-card--wide.price-card--wide-compact_02 {
  gap: 37px;
}
@media screen and (max-width: 767px) {
  .price-card--wide.price-card--wide-compact_02 {
    gap: 1.867vw;
  }
}

.price-card--wide.price-card--wide-compact02 {
  padding: 27px 115px;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .price-card--wide.price-card--wide-compact02 {
    padding: 2.267vw 6.067vw;
    gap: 1.667vw;
  }
}

.price-card--wide.price-card--wide-compact03 {
  padding: 38px 115px;
  gap: 165px;
}
@media screen and (max-width: 767px) {
  .price-card--wide.price-card--wide-compact03 {
    padding: 4.267vw 4.267vw;
  }
}

.price-card--wide.price-card--wide-compact04 {
  padding: 24px 186px;
  gap: 144px;
}
@media screen and (max-width: 767px) {
  .price-card--wide.price-card--wide-compact04 {
    padding: 4.267vw 4.267vw;
  }
}

.price-card--wide-compact05 {
  gap: 144px;
}
@media screen and (max-width: 767px) {
  .price-card--wide-compact05 {
    gap: 1.867vw;
  }
}

.price-card--wide.price-card--wide-compact06 {
  gap: 89px;
  padding: 32px 200px;
}
@media screen and (max-width: 767px) {
  .price-card--wide.price-card--wide-compact06 {
    padding: 4.267vw 4.267vw;
    gap: 1.867vw;
  }
}

.price-card + .price-card {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .price-card + .price-card {
    margin-top: 2.367vw;
  }
}

.price-card--dual {
  padding: 0;
  overflow: hidden;
}

.price-card--wide.price-card--dual {
  padding: 0;
}

.price-card--wide.price-room-table {
  padding: 0;
  display: flow;
}

.price-dual {
  width: 100%;
}

.price-dual__ribbon {
  background: rgba(29, 95, 48, 0.65);
  color: #fff;
  text-align: center;
  padding: 12px 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .price-dual__ribbon {
    padding: 3.667vw 1.6vw;
    font-size: 4.267vw;
  }
}

.price-dual__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .price-dual__body {
    display: flow-root;
  }
}

.price-dual__col {
  padding: 25px 24px 21px;
  display: block;
}
@media screen and (max-width: 767px) {
  .price-dual__col {
    padding: 4.267vw 5.267vw 3vw;
  }
}

.price-dual__col + .price-dual__col {
  position: relative;
}

.price-dual__col + .price-dual__col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: #6A9F7F;
}
@media screen and (max-width: 767px) {
  .price-dual__col + .price-dual__col::before {
    left: 16px;
    right: 16px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }
}

.price-dual__title {
  color: var(--text-color-head, #222827);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 120%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .price-dual__title {
    font-size: 4.267vw;
    margin-bottom: 2.133vw;
  }
}

.price-dual__desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 5px;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .price-dual__desc {
    font-size: 4.267vw;
    margin-bottom: 2.667vw;
  }
}

.price-dual__price {
  justify-content: flex-end;
  text-align: right;
}

.price-room-table {
  padding: 0;
  overflow: hidden;
}

.price-room-table__label {
  background: rgba(29, 95, 48, 0.65);
  color: #fff;
  text-align: center;
  padding: 12px 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .price-room-table__label {
    padding: 2.667vw 1.6vw;
    font-size: 3.2vw;
  }
}

.price-room-table__head {
  background: rgba(29, 95, 48, 0.65);
  color: #fff;
  text-align: center;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .price-room-table__head {
    padding: 2.133vw 1.6vw;
    font-size: 3.2vw;
  }
}

.price-room-table__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .price-room-table__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.price-room-table__cell {
  padding: 27px 27px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price-room-table__cell {
    padding: 2.667vw 2.133vw;
  }
}

.price-room-table__cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: #6A9F7F;
}

.price-room-table__cell:first-child::before {
  display: none;
}

.price-room-table__cell:last-child {
  border-right: none;
}

.price-room-table__name {
  color: var(--text-color-head, #222827);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .price-room-table__name {
    font-size: 2.4vw;
    margin-bottom: 1.333vw;
  }
}

.price-room-table__price {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .price-room-table__price {
    font-size: 2.933vw;
  }
}

.price-room-table__yen {
  color: var(--main-color-50, rgba(29, 95, 48, 0.5));
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-right: 2px;
}

.price-room-table__unit {
  color: var(--main-color-50, rgba(29, 95, 48, 0.5));
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .price-room-table__unit {
    font-size: 2.133vw;
  }
}

.price-service-guide {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .price-service-guide {
    margin-top: 10.667vw;
  }
}

.price-service-guide__headline {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .price-service-guide__headline {
    margin-bottom: 5.333vw;
  }
}

.price-service-guide__eng {
  color: var(--main-color-50, rgba(29, 95, 48, 0.5));
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 6.4px;
}
@media screen and (max-width: 767px) {
  .price-service-guide__eng {
    font-size: 3.733vw;
  }
}

.price-service-guide__jp {
  color: var(--text-color-head, #222827);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4px;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .price-service-guide__jp {
    margin-top: 3.133vw;
    font-size: 7.467vw;
    letter-spacing: 2.8px;
  }
}

.price-service-guide__wave {
  display: block;
  width: 64px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .price-service-guide__wave {
    width: 14.133vw;
    margin-top: 2.667vw;
  }
}

.price-service-guide__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .price-service-guide__list {
    gap: 2.667vw;
  }
}

.price-service-guide__item-inner {
  display: flex;
  align-items: center;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .price-service-guide__item-inner {
    gap: 3.2vw;
  }
}

.price-service-guide__item {
  background: #fff;
  border-radius: 20px;
  padding: 27px 53px;
  display: flex;
  align-items: center;
  gap: 191px;
}
@media screen and (max-width: 767px) {
  .price-service-guide__item {
    border-radius: 2.667vw;
    padding: 6.733vw 6.267vw 5vw;
    gap: 2.1vw;
    flex-direction: column;
  }
}

.price-service-guide__item--event {
  gap: 105px;
}
@media screen and (max-width: 767px) {
  .price-service-guide__item--event {
    gap: 0vw;
  }
}

.price-service-guide__item--registration {
  gap: 273px;
}
@media screen and (max-width: 767px) {
  .price-service-guide__item--registration {
    gap: 1.067vw;
  }
}

.price-service-guide__item--wifi {
  gap: 177px;
}
@media screen and (max-width: 767px) {
  .price-service-guide__item--wifi {
    gap: 2.1vw;
  }
}

.price-service-guide__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .price-service-guide__icon {
    width: 10.667vw;
    height: 10.667vw;
  }
}

@media screen and (max-width: 767px) {
  .price-service-guide__icon02 {
    margin-bottom: 4.067vw;
  }
}

.price-service-guide__title {
  color: var(--text-color-head, #222827);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .price-service-guide__title {
    font-size: 5.333vw;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2px;
  }
}

.price-service-guide__desc {
  color: var(--text-color-head, #222827);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .price-service-guide__desc {
    font-size: 3.2vw;
    line-height: 160%;
  }
}

.price-card__left {
  max-width: 260px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-card__left {
    min-width: auto;
    text-align: left;
  }
}

.price-card__radius {
  color: var(--main-color-100, #1D5F30);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.6px;
  border-radius: 50px;
  border: 1px solid var(--main-color-100, #1D5F30);
  padding: 11px 22px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .price-card__radius {
    font-size: 3.2vw;
    padding: 0.833vw 2.2vw;
  }
}

.price-card__name {
  color: var(--text-color-head, #222827);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .price-card__name {
    font-size: 4.267vw;
    letter-spacing: 1.6px;
  }
}

.price-card__code {
  color: var(--text-color-head, #222827);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .price-card__code {
    font-size: 3.733vw;
  }
}

.price-card__right {
  flex-direction: column;
  align-items: center;
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .price-card__right {
    text-align: left;
    width: 100%;
    text-align: end;
    margin-left: 0;
  }
}

.price-card__right--office {
  margin-left: 0;
}

.price-card__note {
  color: var(--text-color-head, #222827);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .price-card__note {
    font-size: 4.267vw;
    margin-bottom: 1.333vw;
    opacity: 0.8;
  }
}

.price-card__desc {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .price-card__desc {
    font-size: 5.333vw;
    margin-bottom: 1.333vw;
  }
}

.price-card__subnote {
  color: var(--text-color-head, #222827);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.price-card__subnote {
  color: var(--text-color-head, #222827);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .price-card__subnote {
    font-size: 2.667vw;
    margin-top: 1.333vw;
  }
}

.price-card__price {
  display: flow;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.price-card__yen {
  color: var(--main-color-50, rgba(29, 95, 48, 0.5));
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .price-card__yen {
    font-size: 4.267vw;
  }
}

.price-card__yen--muted {
  color: var(--main-color-50, rgba(29, 95, 48, 0.5));
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.price-card__amount {
  color: var(--text-color-head, #222827);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .price-card__amount {
    font-size: 6.4vw;
  }
}

.price-card__amount--small {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .price-card__amount--small {
    font-size: 6.4vw;
  }
}

.price-card__tax {
  color: rgba(29, 95, 48, 0.5);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  top: 3px;
  left: 2px;
}
@media screen and (max-width: 767px) {
  .price-card__tax {
    font-size: 3.2vw;
  }
}

.price-card__unit {
  color: rgba(29, 95, 48, 0.5);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  top: 3px;
  left: 2px;
}
@media screen and (max-width: 767px) {
  .price-card__unit {
    font-size: 3.2vw;
  }
}

.price-card__name--first {
  margin-right: 10px;
  position: relative;
  right: 47px;
}
@media screen and (max-width: 767px) {
  .price-card__name--first {
    position: static;
  }
}

.price-card__name--second {
  position: relative;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .price-card__name--second {
    position: static;
    right: 0;
  }
}

.price-plan-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .price-plan-grid {
    margin-top: 2.667vw;
    grid-template-columns: 1fr;
    gap: 2.667vw;
  }
}

.price-card--wide.price-card--triple {
  padding: 0;
  overflow: hidden;
}

.price-triple {
  width: 100%;
}

.price-triple__ribbon {
  background: rgba(29, 95, 48, 0.65);
  color: #fff;
  text-align: center;
  padding: 12px 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .price-triple__ribbon {
    padding: 2.667vw 1.6vw;
    font-size: 4.267vw;
  }
}

.price-triple__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .price-triple__body {
    grid-template-columns: 1fr;
  }
}

.price-triple__col {
  padding: 23px 24px 19px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price-triple__col {
    padding: 6.267vw 6.267vw 2.3vw;
  }
}

.price-triple__col + .price-triple__col {
  position: relative;
}

.price-triple__col + .price-triple__col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: #6A9F7F;
}
@media screen and (max-width: 767px) {
  .price-triple__col + .price-triple__col::before {
    left: 16px;
    right: 16px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }
}

.price-triple__name {
  color: var(--text-color-head, #222827);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 120%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .price-triple__name {
    font-size: 4.267vw;
    margin-bottom: 3.133vw;
  }
}

.price-triple__desc {
  color: var(--text-color-head, #222827);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 6px;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .price-triple__desc {
    font-size: 4.267vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 1.667vw;
  }
}

.price-triple__price {
  justify-content: flex-end;
  text-align: right;
}

.price-plan-desc {
  margin-top: 44px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.price-plan {
  background: #fff;
  border-radius: 10px;
  padding: 20px 24px;
}
@media screen and (max-width: 767px) {
  .price-plan {
    padding: 3.733vw 4.267vw;
    border-radius: 2.667vw;
  }
}

.price-plan__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .price-plan__name {
    font-size: 3.2vw;
    margin-bottom: 1.333vw;
  }
}

.price-plan__star {
  color: var(--main-color-100, #1D5F30);
  margin-right: 4px;
}

.price-plan__desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .price-plan__desc {
    font-size: 2.933vw;
    margin-bottom: 1.6vw;
  }
}

.price-plan__price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}

.price-plan__yen {
  color: var(--main-color-50, rgba(29, 95, 48, 0.5));
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.price-plan__amount {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.price-plan__unit {
  color: var(--main-color-50, rgba(29, 95, 48, 0.5));
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.price-room-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .price-room-grid {
    margin-top: 2.667vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.667vw;
  }
}

.price-room {
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .price-room {
    padding: 3.2vw 3.2vw;
    border-radius: 2.667vw;
  }
}

.price-room__name {
  color: #222827;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .price-room__name {
    font-size: 2.933vw;
    margin-bottom: 1.333vw;
  }
}

.price-room__price {
  color: #222827;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .price-room__price {
    font-size: 3.733vw;
  }
}

.price-room__yen {
  color: rgba(29, 95, 48, 0.5);
  font-size: 12px;
  font-weight: 800;
  margin-right: 2px;
}

.price-room__unit {
  color: rgba(29, 95, 48, 0.5);
  font-size: 10px;
  font-weight: 700;
  margin-left: 4px;
}

.price__services {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .price__services {
    margin-bottom: 4vw;
    margin-top: 5.333vw;
    flex-direction: column;
    gap: 0;
    border-radius: 2.564vw 2.564vw 5.128vw 5.128vw;
    overflow: hidden;
    border: 3px solid #F3EFEB;
  }
}

.price__service-items-row {
  display: contents;
}
@media screen and (max-width: 767px) {
  .price__service-items-row {
    display: flex;
    width: 100%;
  }
}

.price__service-item {
  flex: 1;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 51px 17px 48px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .price__service-item {
    min-width: auto;
    flex: 1;
    padding: 5.077vw 1.538vw;
    gap: 1.538vw;
    border-radius: 0;
    border-left: 3px solid #F3EFEB;
  }
  .price__service-item:first-child {
    border-left: none;
  }
  .price__service-item:nth-child(3) {
    padding: 3.077vw 1.538vw;
  }
}

.price__service-item--header {
  background: #1D5F30;
  border-color: #1D5F30;
}
@media screen and (max-width: 767px) {
  .price__service-item--header {
    width: 100%;
    padding: 0.077vw 4.103vw 3vw;
    border-bottom: 1px solid rgba(29, 95, 48, 0.2);
    flex-direction: row;
    gap: 1.538vw;
    align-items: flex-end;
    border-bottom: 3px solid #F3EFEB;
  }
}

.price__service-free {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .price__service-free {
    gap: 0;
    align-items: flex-end;
  }
}

.price__service-label {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .price__service-label {
    font-size: 4.267vw;
    letter-spacing: 1.6px;
  }
}

.price__service-free01 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .price__service-free01 {
    font-size: 4.103vw;
    margin-top: 0;
    line-height: 1;
  }
}

.price__service-free02 {
  color: var(--white, #FFF);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 767px) {
  .price__service-free02 {
    font-size: 8.533vw;
    letter-spacing: 3.2px;
    position: relative;
    top: 5px;
  }
}

.price__service-icon {
  object-fit: contain;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .price__service-icon {
    width: 7.641vw;
    height: 5.641vw;
    margin-bottom: 0;
  }
}

.price__service-text {
  color: var(--text-color-head, #222827);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__service-text {
    font-size: 3.2vw;
  }
}

.price__note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .price__note {
    margin-top: 5.333vw;
    font-size: 2.667vw;
  }
}

.access {
  overflow: hidden;
  position: relative;
  padding: 90px 150px 155px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 21.333vw 4.333vw 30vw;
  }
}
.access__wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-99%);
}
.access__wave-top img {
  width: 100%;
  display: block;
}
.access__inner {
  max-width: 1140px;
  margin: 0 auto;
}
.access__content {
  position: relative;
  display: flex;
  gap: 60px;
  margin-top: 51px;
}
@media screen and (max-width: 1130px) {
  .access__content {
    flex-direction: column;
    gap: 8vw;
    margin-top: 8vw;
  }
}
.access__content .access__map-icon-deco {
  position: absolute;
  top: -105px;
  right: 1px;
}
@media screen and (max-width: 767px) {
  .access__content .access__map-icon-deco {
    right: 4.872vw;
    top: auto;
    bottom: 53vw;
    width: 25.641vw;
  }
}
.access__info {
  flex: 1;
}
.access__name {
  color: var(--text-color-head, #222827);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .access__name {
    font-size: 5.333vw;
    letter-spacing: 0.03em;
    margin-bottom: 7.267vw;
  }
}
.access__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .access__list {
    gap: 0;
  }
}
.access__list-item {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid rgba(29, 95, 48, 0.5);
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  .access__list-item {
    border-bottom: none;
    border-top: 1px solid rgba(29, 95, 48, 0.5);
    flex-direction: row;
    padding: 3.2vw 6.333vw 2.2vw;
    gap: 7.133vw;
  }
}
.access__list-item:first-child {
  border-top: 1px solid rgba(29, 95, 48, 0.5);
}
@media screen and (max-width: 767px) {
  .access__list-item:last-child {
    border-bottom: 1px solid rgba(29, 95, 48, 0.5);
  }
}
.access__list-item:nth-child(2) {
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .access__list-item:nth-child(2) {
    padding: 3.2vw 4.333vw 2.2vw;
    gap: 6.133vw;
  }
}
.access__list-item:nth-child(3) {
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  .access__list-item:nth-child(3) {
    padding: 3.2vw 4.333vw 4.2vw;
    gap: 3.133vw;
  }
}
.access__list-item:nth-child(4) {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .access__list-item:nth-child(4) {
    padding: 5.2vw 6.333vw;
    gap: 7.133vw;
    align-items: center;
  }
}
.access__list-item dt {
  color: var(--main-color-100, #1D5F30);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2.8px;
  min-width: 119px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .access__list-item dt {
    font-size: 3.2vw;
    line-height: 160%;
    letter-spacing: 2.4px;
    min-width: auto;
    text-align: center;
    justify-content: flex-start;
    padding-left: 0;
  }
}
.access__list-item dd {
  color: var(--text-color-head, #222827);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 767px) {
  .access__list-item dd {
    font-size: 3.2vw;
    letter-spacing: 0.36px;
  }
}
.access__list-item dd a {
  color: #1D5F30;
  text-decoration: underline;
}
.access__list-item dd a i {
  margin-left: 4px;
}
.access__map {
  width: 500px;
  height: 400px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .access__map {
    width: 100%;
    height: 250px;
    border-radius: 3.2vw;
  }
}
.access__map iframe {
  border-radius: 20px;
}
@media screen and (max-width: 1130px) {
  .access__map iframe {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .access__map iframe {
    height: 250px;
    border-radius: 20px;
  }
}
.access__illustration {
  position: absolute;
  bottom: 0;
  right: 150px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .access__illustration {
    right: 5.333vw;
    width: 26.667vw;
  }
}
.access__illustration img {
  width: 100%;
}

.access__list-item-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 767px) {
  .access__list-item-title {
    font-size: 3.2vw;
    letter-spacing: 0.36px;
  }
}

.contact__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}

.contact__wave-image {
  width: 100%;
  height: auto;
  display: block;
}

.contact-section {
  position: relative;
  padding: 120px 150px 120px;
  background: var(--main-color-light, #F2FAF5);
}
@media screen and (max-width: 767px) {
  .contact-section {
    padding: 20.333vw 5.333vw 20vw;
  }
}
.contact-section__wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-99%);
}
.contact-section__wave-top img {
  width: 100%;
  display: block;
}
.contact-section__inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.contact-section__content {
  text-align: center;
  margin-top: 36px;
  display: flex;
  justify-content: center;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact-section__content {
    margin-top: 8vw;
    flex-direction: column;
    margin-right: 0;
    align-items: center;
  }
}
.contact-section__text {
  color: var(--text-color-head, #222827);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .contact-section__text {
    font-size: 3.2vw;
    margin-top: 2.667vw;
  }
}
.contact-section__email {
  align-items: center;
  gap: 16px;
  margin-top: 5px;
  padding: 20px 40px;
  font-size: 24px;
}
@media screen and (max-width: 1220px) {
  .contact-section__email {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-section__email {
    display: flex;
    gap: 2.267vw;
    margin-top: 1.333vw;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 5.333vw 0 10.933vw;
    font-size: 4.267vw;
  }
}
.contact-section__email i {
  font-size: 32px;
  color: #1D5F30;
}
@media screen and (max-width: 767px) {
  .contact-section__email i {
    font-size: 6.4vw;
  }
}
.contact-section__email a {
  font-size: 24px;
  color: var(--text-color-head, #222827);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .contact-section__email a {
    font-size: 4.267vw;
  }
}
.contact-section__illustration {
  position: absolute;
  bottom: -120px;
  right: 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .contact-section__illustration {
    bottom: -16vw;
    width: 26.667vw;
  }
}
.contact-section__illustration img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mail-icon {
    width: 6.4vw;
  }
}

.section-headline__wave-contact {
  margin-top: 15px;
}

.fixed-buttons {
  position: fixed;
  right: 41px;
  bottom: 38px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fixed-buttons {
    right: 3vw;
    bottom: 4vw;
    gap: 2.667vw;
  }
}
.fixed-buttons__top, .fixed-buttons__access {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid;
}
@media screen and (max-width: 767px) {
  .fixed-buttons__top, .fixed-buttons__access {
    width: 20.933vw;
    height: 20.933vw;
    gap: 1.067vw;
  }
}
.fixed-buttons__top i, .fixed-buttons__access i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fixed-buttons__top i, .fixed-buttons__access i {
    font-size: 4.267vw;
  }
}
.fixed-buttons__top span, .fixed-buttons__access span {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .fixed-buttons__top span, .fixed-buttons__access span {
    font-size: 3.2vw;
  }
}
.fixed-buttons__top {
  background: #fff;
  color: #1D5F30;
  border: 2px solid #1D5F30;
}
.fixed-buttons__top:hover {
  opacity: 1;
}
.fixed-buttons__access {
  background: #1D5F30;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.6px;
}
.fixed-buttons__access:hover {
  opacity: 1;
}
.fixed-buttons__access span, .fixed-buttons__access i {
  color: #fff;
}

.footer {
  background: var(--main-color-100, #1D5F30);
}

.footer__main {
  text-align: center;
  padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .footer__main {
    padding: 19.667vw 5.333vw 21vw;
  }
}

.main__logo {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .main__logo {
    margin-bottom: 7.333vw;
  }
}
@media screen and (max-width: 767px) {
  .main__logo img {
    width: 61vw;
  }
}

.main__logo-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .main__logo-text {
    display: block;
    color: var(--white, #FFF);
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 140%;
    margin-top: 2.667vw;
  }
}

.main__info {
  color: #fff;
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.main__info-inner {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .main__info-inner {
    margin-bottom: 6.4vw;
  }
}

.main__info-item-title {
  margin-bottom: 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .main__info-item-title {
    font-size: 3.733vw;
    margin-bottom: 17vw;
  }
}
.main__info-item-title a {
  color: var(--white, #FFF);
  text-decoration: underline;
}

.main__info-list {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 64px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .main__info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.267vw 0vw;
    margin-bottom: 17vw;
    text-align: left;
    padding: 0 0 0 5.6vw;
  }
}

.main__info-item {
  color: var(--white, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .main__info-item {
    font-size: 3.733vw;
  }
}
.main__info-item a {
  color: var(--white, #FFF);
}

.main__copylight {
  color: var(--white, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
}
@media screen and (max-width: 767px) {
  .main__copylight {
    font-size: 2.667vw;
  }
}

.page-header {
  background-color: #F3EFEB;
  padding: 100px 150px 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding: 18.333vw 5.333vw 10.666vw;
  }
}

.page-header__inner {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.page-header__title-en {
  color: var(--main-color-100, #1D5F30);
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 25.6px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-header__title-en {
    font-size: 10.667vw;
    letter-spacing: 8px;
  }
}

.page-header__title-jp {
  color: var(--main-color-100, #1D5F30);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 767px) {
  .page-header__title-jp {
    font-size: 4.267vw;
  }
}

.privacy-content__inner {
  max-width: 1140px;
  width: 90%;
  margin: 63px auto 128px;
}
@media screen and (max-width: 767px) {
  .privacy-content__inner {
    width: 90%;
    margin: 10.667vw auto 21.333vw;
  }
}

.privacy-content__intro {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .privacy-content__intro {
    font-size: 3.467vw;
    margin-bottom: 8.533vw;
  }
}

.privacy-content__section {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .privacy-content__section {
    margin-bottom: 10.667vw;
  }
}

.privacy-content__section h3 {
  color: var(--text-color-head, #222827);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .privacy-content__section h3 {
    font-size: 4.8vw;
    margin-bottom: 4.267vw;
  }
}

.privacy-content__section p {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  padding-left: 6px;
  margin-bottom: 24px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 767px) {
  .privacy-content__section p {
    font-size: 3.467vw;
    margin-bottom: 4.267vw;
  }
}
.privacy-content__section p.no-indent {
  padding-left: 0;
  text-indent: 0;
}

.number {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .number {
    font-size: 3.467vw;
    margin-bottom: 4.267vw;
  }
}
.number__number02 {
  margin-bottom: 2px;
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .number__number02 {
    font-size: 3.467vw;
  }
}

.privacy-content__section ul {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  padding-left: 28px;
  gap: 18px;
  display: grid;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .privacy-content__section ul {
    font-size: 3.467vw;
    padding-left: 4.267vw;
    gap: 2.667vw;
    margin-bottom: 5.333vw;
  }
}
.privacy-content__section ul.no-indent {
  padding-left: 0;
  text-indent: 0;
}
.privacy-content__section ul.list-1 {
  gap: 9px;
  display: grid;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .privacy-content__section ul.list-1 {
    gap: 2.133vw;
    margin-bottom: 4.267vw;
  }
}

.privacy-content__section li {
  gap: 5px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .privacy-content__section li {
    gap: 1.333vw;
  }
}
@media screen and (max-width: 767px) {
  .privacy-content__section li span {
    line-height: 140%;
  }
}
.privacy-content__section li.indent {
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  .privacy-content__section li.indent {
    padding-left: 4.267vw;
  }
}
.privacy-content__section li.indent span {
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .privacy-content__section li.indent span {
    line-height: 140%;
  }
}

.br-line {
  line-height: 220%;
}

.privacy-content__section ol {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .privacy-content__section ol {
    font-size: 3.467vw;
  }
}

.enactment {
  color: var(--text-color-head, #222827);
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .enactment {
    font-size: 3.467vw;
  }
}

.privacy-content__section a {
  color: #1D5F30;
}

.terms-content {
  padding: 0;
}

.terms-content__inner {
  max-width: 1140px;
  width: 90%;
  margin: 63px auto 128px;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  .terms-content__inner {
    width: 90%;
    margin: 10.667vw auto 21.333vw;
    gap: 10.667vw;
  }
}

.terms-content__main-title {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #222827;
}
@media screen and (max-width: 767px) {
  .terms-content__main-title {
    font-size: 5.333vw;
  }
}

.terms-content__main-title--sub {
  margin-top: 50px;
}

.terms-content__section {
  display: flex;
  flex-direction: column;
}

.terms-content__title {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #222827;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .terms-content__title {
    font-size: 4.8vw;
    margin-bottom: 4.267vw;
  }
}

.terms-content__text {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  color: #222827;
}
@media screen and (max-width: 767px) {
  .terms-content__text {
    font-size: 3.467vw;
  }
}

.terms-content__list {
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .terms-content__list {
    padding-left: 4.267vw;
  }
}

.terms-content__text--numbered {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.terms-content__num {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}

.terms-content__list--wide .terms-content__text--numbered {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
@media screen and (max-width: 767px) {
  .terms-content__list--wide .terms-content__text--numbered {
    padding-left: 2em;
    text-indent: -2em;
  }
}

.terms-content__list--wide .terms-content__num {
  width: 2.5em;
}
@media screen and (max-width: 767px) {
  .terms-content__list--wide .terms-content__num {
    width: 2em;
  }
}

.terms-content__list {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .terms-content__list {
    padding-left: 4.267vw;
  }
}

.terms-content__list p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  color: #222827;
}
@media screen and (max-width: 767px) {
  .terms-content__list p {
    font-size: 3.467vw;
  }
}

.terms-content__table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .terms-content__table {
    margin: 2.667vw 0;
  }
}

.terms-content__table th,
.terms-content__table td {
  border: 1px solid #222827;
  padding: 8px 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .terms-content__table th,
  .terms-content__table td {
    padding: 2.133vw 2.667vw;
    font-size: 3.467vw;
  }
}

.terms-content__table th {
  background: rgba(29, 95, 48, 0.1);
}

.terms-content__table td {
  background: #fff;
}

.terms-content__table th,
.terms-content__table td {
  width: 50%;
}

.terms-content__table th:first-child,
.terms-content__table td:first-child {
  border-right: none;
}

.terms-content__number {
  padding: 15px 0 15px 24px;
  gap: 7px;
  display: grid;
}
@media screen and (max-width: 767px) {
  .terms-content__number {
    padding-left: 4.267vw;
  }
}

.terms-content__number-indent {
  padding: 15px 0 15px 0;
}

.terms-content__number-item {
  margin-bottom: 20px;
}

.terms-content__number p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 220%;
  color: #222827;
}
@media screen and (max-width: 767px) {
  .terms-content__number p {
    font-size: 3.467vw;
  }
}

.terms-content__intro {
  color: var(--text-color-head, #222827);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}/*# sourceMappingURL=application.css.map */