/* --------------------------------------------------
	section size
-------------------------------------------------- */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.progress-container {
  width: 300px;
  height: 10px;
  background: #000000;
  border: 1px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .progress-container {
    width: 56%;
    height: 1rem;
  }
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: #fff;
  transition: width 0.3s ease;
}

.mainBody {
  opacity: 0;
}
.mainBody.show {
  opacity: 1;
}

.bg-fixed {
  /*	@include flex(center, center, wrap, stretch);
  	flex-direction: column;*/
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
}
.bg-fixed.show .bg-img {
  opacity: 1;
}

.bg-img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1.4s ease 0s;
  will-change: transform;
  z-index: -1;
}
.bg-img video,
.bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section {
  position: relative;
  z-index: 2;
}

/* sec-fv
---------------------------------------------------------------------------- */
.sec-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  box-sizing: border-box;
}
.sec-fv .fv-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14.8rem;
}

/* sec-concept
---------------------------------------------------------------------------- */
.sec-concept {
  position: relative;
  padding: 14.5rem 0 6rem 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-concept {
    padding: 4rem 0 10rem 0;
  }
}
.sec-concept .lead-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 2.5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sec-concept .lead-txt {
    flex-direction: column;
    gap: 2rem 0;
    margin-bottom: 2rem;
  }
}
.sec-concept .lead-txt .txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.0625;
  font-weight: 400;
}
.sec-concept .lead-txt .txt .en {
  display: block;
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.046em;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .sec-concept .lead-txt .txt .en {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.046em;
    font-weight: 200;
  }
}
.sec-concept .lead-txt .cross {
  width: 7.6rem;
}
@media screen and (max-width: 767px) {
  .sec-concept .lead-txt .cross {
    width: 4.6rem;
  }
}
.sec-concept .text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-concept .text {
    margin: 0 -2rem;
  }
}

/* sec-news
---------------------------------------------------------------------------- */
.sec-news {
  position: relative;
  padding: 6rem 0 9.5rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-news {
    padding: 4rem 0 10rem 0;
  }
}
.sec-news .c-title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-news .c-title {
    margin-bottom: 4rem;
  }
}
.sec-news .post-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  .sec-news .post-wrap {
    flex-direction: column;
    gap: 2rem 0;
  }
}
.sec-news .post-wrap .post {
  width: calc((100% - 8rem) / 3);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .sec-news .post-wrap .post {
    width: 100%;
  }
}
.sec-news .post-wrap .post-links {
  position: relative;
  display: block;
  height: 100%;
  padding: 2rem 2rem 2rem 2rem;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-news .post-wrap .post-links {
    padding: 1.6rem;
  }
}
.sec-news .post-wrap .post-img {
  width: 100%;
  height: 25.7rem;
}
.sec-news .post-wrap .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-news .post-wrap .post-txt {
  padding-top: 1.4rem;
  padding-bottom: 2.4rem;
}
.sec-news .post-wrap .post-txt .date {
  font-size: 1.5rem;
  line-height: 1.7666666667;
  font-weight: 400;
  color: #000000;
}
.sec-news .post-wrap .post-txt .txt {
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 400;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
  -webkit-line-clamp: 3;
  white-space: pre-line;
  word-break: break-word;
}
.sec-news .post-wrap .post-txt .more {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.7666666667;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .sec-news .post-wrap .post-txt .more {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}

/* sec-sauna
---------------------------------------------------------------------------- */
.sec-sauna {
  position: relative;
  padding: 6rem 0 17rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-sauna {
    padding: 4rem 0 10rem 0;
  }
}
.sec-sauna .l-inner {
  padding: 0 3rem 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec-sauna .l-inner {
    padding: 0 2rem;
  }
}
.sec-sauna .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
.sec-sauna .info-wrap {
  position: relative;
  margin-top: 48rem;
}
@media screen and (max-width: 767px) {
  .sec-sauna .info-wrap {
    margin-top: 6rem;
  }
}
.sec-sauna .info-wrap:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 94%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-sauna .info-wrap:before {
    height: 100%;
  }
}
.sec-sauna .info-wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-sauna .info-wrap dl {
    padding-left: 1rem;
  }
  .sec-sauna .info-wrap dl + dl {
    margin-top: 1.4rem;
  }
}
.sec-sauna .info-wrap dl dt {
  width: 9rem;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-sauna .info-wrap dl dt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 500;
  }
}
.sec-sauna .info-wrap dl dd {
  width: calc(100% - 9rem);
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 400;
  padding-left: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-sauna .info-wrap dl dd {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 400;
    padding-left: 1rem;
  }
}
.sec-sauna .routine-wrap {
  margin-top: 4rem;
  max-width: 26rem;
}
@media screen and (max-width: 767px) {
  .sec-sauna .routine-wrap {
    margin-top: 6rem;
    max-width: inherit;
  }
}
.sec-sauna .routine-wrap .routine__ttl {
  max-width: 19.2rem;
  margin: 0 auto 1rem auto;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 400;
  text-align: center;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-sauna .routine-wrap .routine__ttl {
    max-width: 22rem;
  }
}
.sec-sauna .routine-wrap .routine__list li {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 400;
}
.sec-sauna .routine-wrap .routine__list li:not(:last-of-type):after {
  position: relative;
  display: block;
  margin: 0.5rem auto;
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #fff;
}

/* sec-gym
---------------------------------------------------------------------------- */
.sec-gym {
  position: relative;
  padding: 6rem 0 30rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-gym {
    padding: 4rem 0 10rem 0;
  }
}
.sec-gym .l-inner {
  padding: 0 3rem 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec-gym .l-inner {
    padding: 0 2rem;
  }
}
.sec-gym .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
.sec-gym .info-wrap {
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-gym .info-wrap {
    margin-top: 6rem;
  }
}
.sec-gym .info-wrap:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 94%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-gym .info-wrap:before {
    height: 100%;
  }
}
.sec-gym .info-wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-gym .info-wrap dl {
    padding-left: 1rem;
  }
  .sec-gym .info-wrap dl + dl {
    margin-top: 1.4rem;
  }
}
.sec-gym .info-wrap dl dt {
  width: 9rem;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-gym .info-wrap dl dt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 500;
  }
}
.sec-gym .info-wrap dl dd {
  width: calc(100% - 9rem);
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 400;
  padding-left: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-gym .info-wrap dl dd {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 400;
    padding-left: 1rem;
  }
}

/* sec-private
---------------------------------------------------------------------------- */
.sec-private {
  position: relative;
  padding: 6rem 0 30rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-private {
    padding: 4rem 0 10rem 0;
  }
}
.sec-private .l-inner {
  padding: 0 3rem 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec-private .l-inner {
    padding: 0 2rem;
  }
}
.sec-private .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
.sec-private .txt .small {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 500;
}
.sec-private .info-wrap {
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-private .info-wrap {
    margin-top: 6rem;
  }
}
.sec-private .info-wrap:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 94%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-private .info-wrap:before {
    height: 100%;
  }
}
.sec-private .info-wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-private .info-wrap dl {
    padding-left: 1rem;
  }
  .sec-private .info-wrap dl + dl {
    margin-top: 1.4rem;
  }
}
.sec-private .info-wrap dl dt {
  width: 9rem;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-private .info-wrap dl dt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 500;
  }
}
.sec-private .info-wrap dl dd {
  width: calc(100% - 9rem);
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 400;
  padding-left: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-private .info-wrap dl dd {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-weight: 400;
    padding-left: 1rem;
  }
}

/* sec-gallery
---------------------------------------------------------------------------- */
.sec-gallery {
  position: relative;
  padding: 6rem 0 9rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-gallery {
    padding: 4rem 0 10rem 0;
  }
}
.sec-gallery .l-inner {
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .sec-gallery .l-inner {
    max-width: inherit;
  }
}
.sec-gallery .img-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .sec-gallery .img-list {
    gap: 1rem 1rem;
  }
}
.sec-gallery .img-list li {
  width: calc((100% - 4rem) / 3);
  aspect-ratio: 195/196;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-gallery .img-list li {
    border-radius: 0.3rem;
  }
}
.sec-gallery .img-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* sec-price
---------------------------------------------------------------------------- */
.sec-price {
  position: relative;
  padding: 6rem 0 14rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-price {
    padding: 4rem 0 10rem 0;
  }
}
.sec-price .l-inner {
  max-width: 110rem;
}
@media screen and (max-width: 767px) {
  .sec-price .l-inner {
    max-width: inherit;
  }
}
.sec-price .price-wrap .price-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 2rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner {
    flex-direction: column;
    gap: 3rem 0;
    padding: 0 1rem;
  }
}
.sec-price .price-wrap .price-inner .ttl {
  position: relative;
  width: 9rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .ttl {
    width: 100%;
    text-align: center;
  }
}
.sec-price .price-wrap .price-inner .price-box {
  position: relative;
}
.sec-price .price-wrap .price-inner .price-box .box-ttl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box .box-ttl {
    text-align: left;
    padding: 0 1rem 0.5rem 1rem;
  }
}
.sec-price .price-wrap .price-inner .price-box .box-txt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  width: calc(100% - 4.5rem);
  padding: 0.8rem 0 0.8rem 0;
  margin: 0 2rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box .box-txt {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 1rem;
    margin: 0;
  }
}
.sec-price .price-wrap .price-inner .price-box .box-txt dt {
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 400;
}
.sec-price .price-wrap .price-inner .price-box .box-txt dd {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 400;
}
.sec-price .price-wrap .price-inner .price-box .box-txt.aL {
  align-items: flex-end;
}
.sec-price .price-wrap .price-inner .price-box .box-txt.aL dt {
  text-align: right;
  width: 21.5rem !important;
}
.sec-price .price-wrap .price-inner .price-box .box-txt.aL dd {
  width: calc(100% - 21.5rem) !important;
}
.sec-price .price-wrap .price-inner .price-box.-sauna {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box.-sauna {
    width: 100%;
  }
}
.sec-price .price-wrap .price-inner .price-box.-sauna .box-txt dt {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box.-sauna .box-txt dt {
    width: 21.5rem;
  }
}
.sec-price .price-wrap .price-inner .price-box.-sauna .box-txt dd {
  width: calc(100% - 24rem);
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box.-sauna .box-txt dd {
    width: calc(100% - 21.5rem);
  }
}
.sec-price .price-wrap .price-inner .price-box.-gym {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box.-gym {
    width: 100%;
  }
}
.sec-price .price-wrap .price-inner .price-box.-gym dt {
  width: 17.8rem;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box.-gym dt {
    width: 21.5rem;
  }
}
.sec-price .price-wrap .price-inner .price-box.-gym dd {
  width: calc(100% - 17.8rem);
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box.-gym dd {
    width: calc(100% - 21.5rem);
  }
}
.sec-price .price-wrap .price-inner .price-box.-private {
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box.-private {
    width: 100%;
  }
}
.sec-price .price-wrap .price-inner .price-box.-private dt {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box.-private dt {
    width: 21.5rem;
  }
}
.sec-price .price-wrap .price-inner .price-box.-private dd {
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner .price-box.-private dd {
    width: calc(100% - 21.5rem);
  }
}
.sec-price .price-wrap .price-inner .price-box .dashed_border {
  border-bottom: 1px dashed #fff;
}
.sec-price .price-wrap .price-inner:nth-of-type(1) .ttl {
  top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner:nth-of-type(1) .ttl {
    top: 0;
  }
}
.sec-price .price-wrap .price-inner:nth-of-type(2) .ttl {
  top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner:nth-of-type(2) .ttl {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-price .price-wrap .price-inner.-number {
    margin-top: 6rem;
  }
}
.sec-price .price-wrap .price-inner.-number .price-box {
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.sec-price .maxHeigh {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: column;
  min-height: 8rem;
}
@media screen and (max-width: 767px) {
  .sec-price .maxHeigh {
    height: auto !important;
    min-height: inherit;
  }
}
.sec-price .note {
  position: absolute;
  right: 0;
  bottom: -4rem;
  text-align: right;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 400;
}

/* sec-system
---------------------------------------------------------------------------- */
.sec-system {
  position: relative;
  padding: 6rem 0 23rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-system {
    padding: 4rem 0 10rem 0;
  }
}
.sec-system .c-title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .sec-system .c-title {
    margin-bottom: 6rem;
  }
}
.sec-system .system-wrap {
  position: relative;
  max-width: 58.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-system .system-wrap {
    width: calc(100% - 4rem);
    max-width: inherit;
  }
}
.sec-system .system-wrap:before {
  position: absolute;
  left: 0;
  top: 3.5rem;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 3.5rem);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-system .system-wrap:before {
    top: 3.5rem;
    height: calc(100% - 3.5rem);
  }
}
.sec-system .system-wrap .system-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1rem;
  padding-left: 1.5rem;
  box-sizing: border-box;
}
.sec-system .system-wrap .system-box .step_num {
  text-align: center;
  font-size: 4rem;
  line-height: 1.45;
  letter-spacing: 0.075em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec-system .system-wrap .system-box .step_num {
    width: 5rem;
    font-size: 3.8rem;
    line-height: 1.3684210526;
    letter-spacing: 0.075em;
    font-weight: 300;
  }
}
.sec-system .system-wrap .system-box .step_num .small {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec-system .system-wrap .system-box .step_num .small {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.075em;
    font-weight: 300;
  }
}
.sec-system .system-wrap .system-box .box__inner {
  padding-top: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-system .system-wrap .system-box .box__inner {
    width: calc(100% - 5rem);
  }
}
.sec-system .system-wrap .system-box .box__inner .ttl {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-system .system-wrap .system-box .box__inner .ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}
.sec-system .system-wrap .system-box .box__inner .txt {
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-system .system-wrap .system-box .box__inner .txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: 400;
  }
}
.sec-system .system-wrap .system-box + .system-box {
  margin-top: 3rem;
}
.sec-system .system-wrap .system-box:before {
  position: absolute;
  left: -0.5rem;
  top: 3.2rem;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #fff;
}

/* sec-access
---------------------------------------------------------------------------- */
.sec-access {
  position: relative;
  padding: 6rem 0 6rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-access {
    padding: 4rem 0 10rem 0;
  }
}
.sec-access .c-title {
  margin-bottom: 6rem;
}
.sec-access .l-inner {
  max-width: 86rem;
}
@media screen and (max-width: 767px) {
  .sec-access .l-inner {
    max-width: inherit;
  }
}
.sec-access .info-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box {
    flex-direction: column;
    gap: 3rem 0;
  }
}
.sec-access .info-box__ttl {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.sec-access .info-box .gmap {
  width: 37rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box .gmap {
    width: 100%;
    padding-left: 0;
  }
}
.sec-access .info-box .gmap__inner {
  width: 100%;
  height: 20.5rem;
}
.sec-access .info-box .gmap__inner iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.sec-access .info-box .gmap .sns-list {
  margin-top: 1.8rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box .gmap .sns-list {
    gap: 0 1rem;
  }
}
.sec-access .info-box .gmap .sns-list li {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box .gmap .sns-list li {
    width: 2.8rem;
  }
}
.sec-access .info-box .box-txt {
  width: calc(100% - 37rem);
  padding-left: 2.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box .box-txt {
    width: 100%;
    padding-left: 0;
  }
}
.sec-access .info-box .box-txt .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box .box-txt .flex {
    flex-direction: column;
    gap: 0 0;
  }
}
.sec-access .info-box .box-txt .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box .box-txt .txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: 400;
  }
}
.sec-access .info-box .box-txt .txt02 {
  font-size: 1.7rem;
  line-height: 1.5294117647;
  letter-spacing: 0.025em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box .box-txt .txt02 {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
}
.sec-access .info-box02 {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box02 {
    margin-top: 4rem;
  }
}
.sec-access .info-box02__ttl {
  font-size: 1.7rem;
  line-height: 1.5294117647;
  letter-spacing: 0.055em;
  font-weight: 400;
  padding: 0 1rem 1rem 1rem;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box02__ttl {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.055em;
    font-weight: 400;
  }
}
.sec-access .info-box02 .info-txt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box02 .info-txt {
    flex-wrap: wrap;
    padding: 0 1rem 1rem 1rem;
  }
}
.sec-access .info-box02 .info-txt .ttl {
  width: 5rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 1rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box02 .info-txt .ttl {
    width: 100%;
    padding: 1rem 0 0 0;
  }
}
.sec-access .info-box02 .info-txt .txt {
  width: 18rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  padding: 1rem 0 1rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box02 .info-txt .txt {
    width: 100%;
    padding: 1rem 0 0 0;
  }
}
.sec-access .info-box02 .info-txt .txt02 {
  width: calc(100% - 23rem);
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  padding: 1rem 0 1rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-access .info-box02 .info-txt .txt02 {
    width: 100%;
    padding: 1rem 0 1rem 0;
  }
}