@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
:root {
  --ibm: "IBM Plex Sans JP", sans-serif;
  --zen: "Zen Kaku Gothic New", serif;
  --out: "Outfit", serif;
  --cyan: #3bcde6;
  --black: #333333;
  color: var(--black);
  line-height: 1.8;
  font-size: 10px;
  font-family: var(--zen);
}

html {
  scroll-behavior: smooth;
}

.zen {
  font-family: var(--zen);
}

@keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  opacity: 0;
  animation: bodyFadeIn 1s 1s forwards;
  overflow-x: hidden;
}

a {
  color: var(--black);
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.logo {
  width: 185px;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 98;
}

#ham {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background-color: #abeaf4;
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
  border: none;
  z-index: 100;
  transition-duration: 0.5s;
}
#ham .ham-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
#ham .ham-wrapper .line {
  width: 60%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  transition-duration: 0.5s;
}
#ham .ham-wrapper .line:nth-of-type(1) {
  top: 30%;
}
#ham .ham-wrapper .line:nth-of-type(2) {
  top: 50%;
}
#ham .ham-wrapper .line:nth-of-type(3) {
  top: 70%;
}
#ham.active {
  transition-duration: 0.5s;
  background-color: #60d4e8;
}
#ham.active .ham-wrapper .line {
  transition-duration: 0.5s;
}
#ham.active .ham-wrapper .line:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#ham.active .ham-wrapper .line:nth-of-type(2) {
  display: none;
}
#ham.active .ham-wrapper .line:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mv__img01 {
  width: 55%;
  margin: 120px auto 0 0;
  margin-bottom: calc(300px + 5vw);
  position: relative;
  z-index: 2;
}
.mv__img01 .simpleParallax {
  overflow: hidden !important;
}

.mv__img-bg01 {
  width: 50px;
  position: absolute;
  top: 100px;
  left: calc(55% - 25px);
  z-index: 0;
}

.mv__img02 {
  width: 26%;
  position: absolute;
  top: 397px;
  left: 64%;
  z-index: 1;
}
.mv__img02 .simpleParallax {
  overflow: hidden !important;
}

.mv__img02-wrapper {
  position: relative;
}
.mv__img02-wrapper .tag-img {
  position: absolute;
  width: 240px;
  bottom: -100px;
  right: -110px;
  display: block;
}

.mv__img-bg02 {
  position: absolute;
  top: 405px;
  width: 23%;
  left: 66%;
}

.mv-cont {
  position: absolute;
  top: calc(250px + 30vw);
  left: 5%;
  width: 50%;
}

.mv__logo {
  width: 520px;
  margin-bottom: 15px;
}

.mv__open-txt {
  font-size: 3rem;
  font-family: var(--out);
}
.mv__open-txt .cyan-txt {
  display: inline-block;
  margin-left: 10px;
}

.cyan-txt {
  color: var(--cyan);
}

.mv__access .txt {
  font-size: 2.3rem;
  font-weight: 500;
  display: inline-block;
  margin-right: 40px;
}

.mv__access-link {
  display: inline-block;
  width: 200px;
  border-bottom: 1px solid var(--black);
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 1px;
  transition-duration: 0.5s;
  transform: translateY(-4px);
}
.mv__access-link::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: 4px;
  right: -2px;
  transform: rotate(-137deg);
  background-color: var(--black);
  display: block;
  transition-duration: 0.5s;
}
.mv__access-link:hover {
  width: 210px;
  transition-duration: 0.5s;
}

.simpleParallax {
  overflow: visible !important;
}

.mv__main-txt {
  position: absolute;
  top: 156px;
  left: 61%;
}
.mv__main-txt .txt1 {
  font-size: 3.6rem;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
.mv__main-txt .line2 {
  display: flex;
  align-items: center;
}
.mv__main-txt .circle1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 500;
  width: 116px;
  margin-right: 4px;
  background-image: url(../img/circle01.png);
  background-size: contain;
  aspect-ratio: 116/78;
  background-repeat: no-repeat;
  background-position: center;
}
.mv__main-txt .circle2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 500;
  width: 116px;
  margin-right: 4px;
  background-image: url(../img/circle01.png);
  background-size: contain;
  aspect-ratio: 116/78;
  background-repeat: no-repeat;
  background-position: center;
}
.mv__main-txt .circle3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 500;
  width: 163px;
  background-image: url(../img/circle02.png);
  background-size: contain;
  aspect-ratio: 163/78;
  background-repeat: no-repeat;
  background-position: center;
}
.mv__main-txt .txt2 {
  font-size: 3.4rem;
  font-weight: 500;
}

.top-bg {
  padding-bottom: 120px;
  background: rgb(251, 254, 254);
  background: linear-gradient(180deg, rgb(251, 254, 254) 0%, rgb(231, 246, 248) 100%);
}

#news {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}

.news__ttl-bl {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  line-height: 1;
  margin-bottom: 20px;
}

.news__ttl-en {
  font-family: var(--out);
  font-weight: 500;
  font-size: 3.6rem;
}

.news__ttl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
}

.news__list li {
  border-bottom: 1px solid #999999;
  display: flex;
  padding: 23px 0;
  font-family: var(--ibm);
}
.news__list li time {
  width: 110px;
  font-size: 1.6rem;
  font-weight: 500;
}
.news__list li .news__txt {
  width: calc(100% - 110px);
  font-size: 1.6rem;
  font-weight: 500;
}

#comeon {
  padding: 120px 0;
  background-color: #eff8f9;
}

.comeon__inner {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comeon__ttl-bl {
  padding: 0 3%;
}

.comeon__ttl .small {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  position: relative;
  z-index: 1;
}
.comeon__ttl .small::before {
  position: absolute;
  z-index: -1;
  width: 70px;
  height: 70px;
  background-color: var(--cyan);
  opacity: 0.2;
  left: -25px;
  top: -20px;
  border-radius: 5px;
  content: "";
  display: block;
}
.comeon__ttl .big {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  display: block;
}

.comeon__txt {
  width: 630px;
  font-size: 1.8rem;
  font-family: var(--ibm);
}

.comeon__img {
  width: 160px;
}

#about {
  padding: 240px 0 120px;
  position: relative;
}

.about__ttl-bl {
  position: relative;
  z-index: 3;
}

.about__ttl {
  text-align: center;
  color: #01a9ba;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.about__ttl-logo {
  width: 700px;
  margin: 0 auto 50px;
}
.about__ttl-logo img {
  width: 100%;
}

.about__bl {
  width: 95.24%;
  margin: 0 auto;
  padding: 50px 20px 120px;
  background-color: #e6f7f9;
  max-width: 1600px;
  border-radius: 10px;
}

.about__ttl-small {
  font-weight: 500;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.about__txt {
  width: 580px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
}

.about__img01 {
  position: absolute;
  left: 0;
  top: 333px;
  width: calc(50% - 450px);
}

.about__bg01 {
  position: absolute;
  width: calc(50% - 465px);
  top: 326px;
  left: 7%;
}

.about__img02 {
  position: absolute;
  top: 308px;
  right: 0;
  left: auto;
  width: calc(50% - 460px);
  z-index: 2;
}

.about__img03 {
  position: absolute;
  top: calc(318px + 23vw);
  left: auto;
  right: 5%;
  width: calc(50% - 450px);
  z-index: 2;
}

.about__bg02 {
  position: absolute;
  top: 318px;
  left: auto;
  right: 5%;
  width: 15%;
}

#feature {
  padding: 200px 0 320px;
  background-color: #f6fdfe;
  position: relative;
}

.feature__ttl-bl {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.feature__ttl-tag {
  width: 180px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  background-color: var(--cyan);
  border-radius: 5px;
}
.feature__ttl-tag .small {
  font-size: 1.4rem;
  text-align: center;
}
.feature__ttl-tag .big {
  font-size: 2rem;
  text-align: center;
}

.feature__ttl {
  color: #01a9ba;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.3;
}

.feature__ttl-middle {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.3;
}

.feature__txt {
  font-size: 1.8rem;
  font-family: var(--ibm);
}

.feature__bg01 {
  position: absolute;
  width: 8%;
  left: -4.2%;
  top: -26px;
}

.inner {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.feature__cont {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.feature__cont .cont {
  width: 50%;
  padding-right: 7%;
}
.feature__cont .img {
  width: 50%;
  position: relative;
  z-index: 2;
}

.feature__bg02 {
  position: absolute;
  width: 36%;
  right: 12%;
}

.feature__cont-ttl {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

.feature__cont-txt {
  font-size: 1.5rem;
  font-family: var(--ibm);
}

.feature__info {
  margin: 100px auto 70px;
  position: relative;
  z-index: 3;
}

.feature__info-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 10px;
  padding: 50px;
  background-color: #fff;
  z-index: 3;
}
.feature__info-list li {
  width: 22%;
}
.feature__info-list li .icon {
  width: 170px;
  max-width: 100%;
  margin: 0 auto 10px;
}
.feature__info-list li .txt {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.feature__info-list-ttl {
  line-height: 1.6;
  margin-bottom: 10px;
}
.feature__info-list-ttl .small {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
}
.feature__info-list-ttl .big {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  color: #01a9ba;
}

.feature__bg03 {
  position: absolute;
  width: 10%;
  left: -30px;
  z-index: 0;
  top: -30px;
}

.table-about-bl {
  border-radius: 20px;
  background-color: #f6fdfe;
  border: 6px solid #e6f7f9;
  padding: 50px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.table-about-bl .cont {
  width: 60%;
  padding-right: 7%;
}
.table-about-bl .img {
  width: 40%;
}

.table-about__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}

.table-about__txt {
  font-size: 1.5rem;
  font-family: var(--ibm);
}

#shop {
  margin-top: -200px;
  position: relative;
}

.shop__bl {
  display: flex;
  width: calc(50% + 600px);
  align-items: center;
  max-width: 95%;
}
.shop__bl .img {
  width: calc(100% - 700px);
}
.shop__bl .cont {
  width: 700px;
  padding-left: 7%;
  position: relative;
  z-index: 3;
}

.shop__ttl {
  font-size: 1.8rem;
  color: #01a9ba;
}

.shop__ttl-middle {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 100px;
}

.shop__txt {
  font-size: 1.8rem;
}

.shop__bg01 {
  position: absolute;
  width: 8%;
  right: 2%;
  top: -37px;
  z-index: 0;
}

.shop-map {
  margin: 100px auto 100px;
}
.shop-map img {
  width: 100%;
}

.facility__bl {
  background-color: #e6f7f9;
  border-radius: 10px;
  width: 95.24%;
  margin: 0 auto;
  padding: 100px 0 250px;
  max-width: 1600px;
}
.facility__bl .inner {
  max-width: 100%;
}

.facility__ttl {
  line-height: 1.6;
  margin-bottom: 10px;
}
.facility__ttl .small {
  font-size: 2rem;
  text-align: center;
  display: block;
  font-weight: 400;
}
.facility__ttl .big {
  font-size: 2.8rem;
  font-weight: 500;
  display: block;
  text-align: center;
}

.facility__txt {
  font-family: var(--ibm);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 80px;
}

.facility__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
.facility__list li {
  display: flex;
  gap: 40px;
  align-items: center;
}
.facility__list li .icon {
  width: 120px;
}
.facility__list li .cont {
  display: flex;
  flex-direction: column-reverse;
}
.facility__list li .cont .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  color: #01a9ba;
}
.facility__list li .cont .txt {
  font-size: 1.6rem;
  font-family: var(--ibm);
}

.loop-swiper {
  margin-top: -150px;
  overflow: hidden;
}
.loop-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

#price {
  padding: 120px 0 120px;
}

.price__ttl {
  margin-bottom: 10px;
  text-align: center;
  color: #01a9ba;
  font-size: 2.8rem;
  font-weight: 500;
}

.price__txt {
  font-size: 1.8rem;
  font-family: var(--ibm);
  text-align: center;
  margin-bottom: 50px;
}

.price__table {
  width: 100%;
  font-size: 1.8rem;
  font-family: var(--ibm);
  font-weight: 500;
}
.price__table thead th {
  background-color: #c6f1f8;
  padding: 20px 10px;
  border: 3px solid #fff;
}
.price__table thead th:nth-of-type(1) {
  width: 10%;
  background-color: #fff;
}
.price__table thead th:nth-of-type(2) {
  width: 28%;
  border-radius: 10px 0 0 0;
}
.price__table thead th:nth-of-type(3) {
  width: 17%;
}
.price__table thead th:nth-of-type(4) {
  width: 17%;
}
.price__table thead th:nth-of-type(5) {
  width: 28%;
  border-radius: 0 10px 0 0;
}
.price__table tbody td {
  background-color: #ebf5f6;
  padding: 20px 10px;
  border: 3px solid #fff;
  text-align: center;
}
.price__table tbody td .big {
  font-size: 2.4rem;
}
.price__table tbody td .num {
  font-family: var(--out);
  font-size: 3rem;
  font-weight: 500;
}
.price__table tbody td.last-td {
  border-radius: 0 0 10px 0;
}
.price__table tbody .left-table-tab {
  background-color: #e6f7f9;
  padding: 30px 10px;
  text-align: center;
  align-items: center;
  border: 3px solid #fff;
  line-height: 1.2;
}
.price__table tbody .left-table-tab.first-th {
  border-radius: 10px 0 0 0;
}
.price__table tbody .left-table-tab.last-th {
  border-radius: 0 0 0 10px;
}
.price__table tbody .left-table-tab span {
  display: block;
}

.first__ttl-bl {
  height: 463px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.first__ttl-bl .simpleParallax {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden !important;
}
.first__ttl-bl .simpleParallax img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.first__ttl {
  position: relative;
  z-index: 3;
}
.first__ttl .tag {
  background-color: var(--cyan);
  padding: 10px 20px;
  position: relative;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  line-height: 1;
  white-space: nowrap;
}
.first__ttl .tag::before {
  width: 30px;
  height: 30px;
  background-color: var(--cyan);
  border-radius: 3px;
  position: absolute;
  display: block;
  left: -20px;
  bottom: -20px;
  content: "";
}
.first__ttl .tag::after {
  width: 40px;
  height: 40px;
  background-color: var(--cyan);
  border-radius: 3px;
  position: absolute;
  display: block;
  right: -30px;
  top: -30px;
  content: "";
}
.first__ttl .big {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  font-size: 4.8rem;
  display: block;
}

.first__txt {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-family: var(--ibm);
  font-weight: 500;
  font-size: 1.8rem;
}

#merit {
  padding: 120px 0;
}

.merit__bl {
  display: flex;
  margin-bottom: 70px;
}

.merit__ttl-bl {
  width: 45%;
}

.merit__main-txt {
  width: 55%;
  font-size: 1.5rem;
  font-family: var(--ibm);
  padding-top: 45px;
}

.merit__ttl {
  font-size: 1.8rem;
  color: #01a9ba;
  font-weight: 500;
}

.merit__ttl-middle {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.6;
}

.merit__list {
  display: grid;
  gap: 50px 40px;
  grid-template-columns: repeat(2, 1fr);
}
.merit__list li {
  position: relative;
}
.merit__list li .merit-tag {
  line-height: 1.5;
  position: absolute;
  top: -30px;
  left: -17px;
  background-color: var(--cyan);
  width: 120px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.merit__list li .img {
  margin-bottom: 20px;
}
.merit__list li .txt {
  font-size: 1.6rem;
  font-weight: 500;
}

.merit__list-ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #01a9ba;
  margin-bottom: 8px;
  line-height: 1.5;
}
.merit__list-ttl .small {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--black);
  display: block;
}

#guide {
  padding: 120px 0;
  overflow: hidden;
}

.guide__ttl-bl {
  margin-bottom: 50px;
}

.guide__ttl {
  background-color: var(--cyan);
  padding: 10px 20px;
  position: relative;
  font-weight: bold;
  font-size: 3.6rem;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  line-height: 1;
  white-space: nowrap;
}
.guide__ttl::before {
  width: 70px;
  height: 70px;
  background-color: var(--cyan);
  border-radius: 3px;
  position: absolute;
  display: block;
  left: -75px;
  top: -75px;
  content: "";
}
.guide__ttl::after {
  width: 30px;
  height: 30px;
  background-color: var(--cyan);
  border-radius: 3px;
  position: absolute;
  display: block;
  right: -35px;
  top: -35px;
  content: "";
}

.guide__main-txt {
  font-size: 1.8rem;
  text-align: center;
}

.guide__bl {
  border-radius: 10px;
  background-image: url(../img/guide-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin: 0 auto;
  width: 95.24%;
  max-width: 1600px;
}

.guide__inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.guide__bl-ttl {
  position: absolute;
  left: -100px;
  top: 50%;
  white-space: nowrap;
  padding: 20px 10px;
  transform: translateY(-50%);
  background-color: #01a9ba;
  border-radius: 100px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  writing-mode: vertical-rl;
  z-index: 3;
}
.guide__bl-ttl.h215 {
  height: 215px;
}
.guide__bl-ttl .tate {
  writing-mode: horizontal-tb;
  line-height: 1;
  display: inline-block;
  margin-bottom: 3px;
}

.guide__list-item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 100px 25px 25px;
  aspect-ratio: 1/0.8;
}
.guide__list-item .img {
  width: 137px;
  height: 137px;
  margin: 0 auto 20px;
}
.guide__list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.guide__list-step-num {
  background-color: #75dced;
  border-radius: 0 0 20px 20px;
  color: #fff;
  font-family: var(--out);
  font-weight: 600;
  padding: 2px 25px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.guide__list-step-num .en {
  font-size: 1.6rem;
}
.guide__list-step-num .num {
  font-size: 2rem;
}

.guide__list-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #01a9ba;
  margin-bottom: 5px;
}

.guide__list-txt {
  font-size: 1.6rem;
  font-weight: 500;
}

.guide__item01 {
  margin-bottom: 50px;
}

.guide__item02 {
  margin-bottom: 80px;
}

.guide__monitor-bl {
  border-radius: 10px;
  background-color: #e0e4e5;
  padding: 30px 5%;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.guide__monitor-ttl .small {
  font-weight: bold;
  font-size: 1.8rem;
  color: #01a9ba;
  margin-bottom: 5px;
  display: block;
}
.guide__monitor-ttl .big {
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.guide__monitor-txt {
  font-size: 1.5rem;
  font-family: var(--ibm);
}

.first__item-inner {
  border-radius: 10px;
  padding: 100px 0;
  width: 95%;
  margin: 0 auto 100px;
}

.first__item-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 2.8rem;
  position: relative;
  font-weight: 500;
}
.first__item-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 300/4;
  background-image: url(../img/nami01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
}
.first__item-ttl .green {
  font-weight: bold;
  font-size: 3.2rem;
  color: #01a9ba;
}

.meyasu__inner {
  background-color: #e6f7f9;
}

.okng__inner {
  width: 95.24%;
  border-radius: 10px;
  margin: 0 auto;
  padding: 100px 0;
}

.first__item-ttl-bl {
  margin-bottom: 50px;
}
.first__item-ttl-bl .txt {
  font-family: var(--ibm);
  font-size: 1.8rem;
  text-align: center;
}

.meyasu__tab-link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  border-radius: 100px;
  background-color: #c4eff5;
  margin: 0 auto 80px;
}

.meyasu__tab-item {
  font-weight: 500;
  font-family: var(--ibm);
  font-size: 1.8rem;
  border-radius: 100px;
  padding: 10px 20px;
  color: var(--black);
}
.meyasu__tab-item.active {
  background-color: #3bcde5;
  color: #fff;
}

.meyasu__tab-cont {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.meyasu__tab-cont-ttl {
  border-bottom: 2px dotted #01a9ba;
  color: #01a9ba;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 40px;
  padding-bottom: 5px;
}

.meyasu__tab-cont-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.meyasu__tab-cont-list > li {
  width: 184px;
  aspect-ratio: 184/178;
  border-radius: 10px;
  border: 3px solid #3bcde6;
  background-color: #fff;
  padding: 20px 10px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.meyasu__tab-cont-list > li.ab-have {
  margin-bottom: 9em;
}
.meyasu__tab-cont-list > li .ttl {
  text-align: center;
  color: #01a9ba;
  font-weight: bold;
  margin-bottom: 10px;
}
.meyasu__tab-cont-list > li .ttl .big {
  font-size: 2rem;
}
.meyasu__tab-cont-list > li .ttl .small {
  font-size: 1.5rem;
}
.meyasu__tab-cont-list > li .img {
  width: 100px;
  aspect-ratio: 100/80;
  margin: 0 auto;
}
.meyasu__tab-cont-list > li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.meyasu__tab-cont-list > li .tag {
  width: 50px;
  height: 50px;
  background-color: #3bcde6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  align-items: center;
  position: absolute;
  right: -10px;
  bottom: -10px;
  line-height: 1;
  padding-bottom: 5px;
  flex-wrap: wrap;
}
.meyasu__tab-cont-list > li .tag .jouge {
  display: block;
  width: 100%;
  text-align: center;
}
.meyasu__tab-cont-list > li .tag .num {
  font-size: 2.5rem;
  display: block;
}
.meyasu__tab-cont-list > li .tag .small {
  font-size: 1.4rem;
  display: block;
  padding-top: 7px;
}

.meyasu__tab-cont-list-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.meyasu__hosoku-list {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  white-space: nowrap;
}
.meyasu__hosoku-list li {
  font-size: 1.6rem;
}
.meyasu__hosoku-list li .green {
  font-size: 2rem;
  color: #01a9ba;
}

.meyasu__tab-cont-list-float-ttl {
  background-color: #3bcde6;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  padding: 0 12px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  white-space: nowrap;
}

.okng__inner {
  background-color: #ebf5f6;
}
.okng__inner .first__item-ttl::before {
  aspect-ratio: 512/5;
  background-image: url(../img/nami02.svg);
  width: 101%;
}

.okng__table-bl {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.okng__table {
  width: 100%;
}
.okng__table thead th:nth-of-type(1) {
  width: 40%;
}
.okng__table thead th:nth-of-type(2) {
  width: 30%;
  background-color: #98e4f1;
  border-radius: 10px 0 0 0;
  padding: 20px 10px;
  font-size: 1.8rem;
  border: 3px solid #ebf5f6;
}
.okng__table thead th:nth-of-type(3) {
  width: 30%;
  background-color: #98e4f1;
  border-radius: 0 10px 0 0;
  padding: 20px 10px;
  font-size: 1.8rem;
  border: 3px solid #ebf5f6;
}
.okng__table tbody th {
  background-color: #3bcde6;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  padding: 20px 10px 20px 5%;
  text-align: left;
  border: 3px solid #ebf5f6;
}
.okng__table tbody th.first {
  border-radius: 10px 0 0 0;
}
.okng__table tbody th.last {
  border-radius: 0 0 0 10px;
}
.okng__table tbody td {
  border: 3px solid #ebf5f6;
  background-color: #fff;
  font-weight: 500;
  font-family: var(--ibm);
  text-align: center;
  font-size: 2.4rem;
  padding: 20px 10px;
}

.caution__bl {
  background-color: #e0e4e5;
  border-radius: 10px;
  padding: 50px 70px;
  width: 1200px;
  max-width: 90%;
  margin: 50px auto 0;
}

.caution__ttl {
  margin-bottom: 25px;
}
.caution__ttl .icon {
  display: block;
  width: 50px;
  margin: 0 auto 10px;
}
.caution__ttl .txt {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 500;
  color: #01a9ba;
  display: block;
}

.caution__list li {
  font-size: 1.5rem;
  font-family: var(--ibm);
}
.caution__list li::before {
  content: "";
  margin-right: 7px;
  width: 15px;
  height: 15px;
  background-color: var(--black);
  display: inline-block;
  border-radius: 50%;
}

#first {
  background-color: #f5fbfc;
  padding-bottom: 120px;
}

#please {
  background-color: #fff;
  padding: 120px 0;
  position: relative;
}
#please .inner {
  position: relative;
  z-index: 3;
}

.please__bg01 {
  width: 9%;
  left: 2%;
  position: absolute;
  top: 200px;
  z-index: 0;
}

.please__bg02 {
  width: 9%;
  right: 1%;
  position: absolute;
  top: 200px;
  z-index: 0;
}

.please__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
  color: #01a9ba;
  margin-bottom: 10px;
}

.please__main-txt {
  font-weight: 500;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 60px;
  font-family: var(--ibm);
}

.please__bl {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ebf5f6;
  padding: 60px;
  position: relative;
  z-index: 3;
}

.please__list li {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 25px;
  padding-left: 55px;
  font-family: var(--ibm);
}
.please__list li::before {
  content: "1";
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: var(--cyan);
  border-radius: 50%;
  left: 0;
  top: -1px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--out);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.please__list li:nth-of-type(2)::before {
  content: "2";
}
.please__list li:nth-of-type(3)::before {
  content: "3";
}
.please__list li:nth-of-type(4)::before {
  content: "4";
}
.please__list li:nth-of-type(5)::before {
  content: "5";
}
.please__list li:nth-of-type(6)::before {
  content: "6";
}
.please__list li:nth-of-type(7)::before {
  content: "7";
}

.please__txt {
  text-align: center;
  font-family: var(--ibm);
  font-size: 2.4rem;
}

#faq {
  position: relative;
  padding-bottom: 120px;
}

.faq__bg01 {
  position: absolute;
  width: 17%;
  left: 0;
  top: -76px;
  z-index: 0;
}

.faq__bg02 {
  width: 5%;
  position: absolute;
  top: 300px;
  right: 0;
  z-index: 0;
}

.faq__ttl-bl {
  width: 1200px;
  margin: 0 auto 120px;
  display: flex;
  gap: 60px;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.faq__ttl-en {
  font-family: var(--out);
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.faq__ttl-en::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-color: var(--cyan);
  opacity: 0.3;
  left: -50px;
  top: -50px;
  border-radius: 5px;
  z-index: -1;
}

.faq__ttl {
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.faq__main-txt {
  font-family: var(--ibm);
  font-size: 1.8rem;
  padding-bottom: 10px;
}

.faq__ttl-bl-in {
  padding-left: 200px;
}

.faq__tab-link-bl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  border-radius: 100px;
  background-color: #c4eff5;
  margin: 0 auto 80px;
}

.faq__tab-cont {
  position: relative;
  z-index: 3;
}

.faq__tab-item {
  font-weight: 500;
  font-family: var(--ibm);
  font-size: 1.8rem;
  border-radius: 100px;
  padding: 10px 20px;
  color: var(--black);
}
.faq__tab-item.active {
  background-color: #3bcde5;
  color: #fff;
}

.faq__tab-cont-item,
.meyasu__tab-cont {
  display: none;
  opacity: 0;
  animation: fadeOut 0.5s forwards;
}
.faq__tab-cont-item.active,
.meyasu__tab-cont.active {
  display: block;
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.faq__tab-cont-ttl {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 40px;
}

.faq__bl {
  margin-bottom: 40px;
}
.faq__bl dt {
  background-color: #e6f7f9;
  border-radius: 10px;
  position: relative;
  padding: 25px 100px;
  font-family: var(--ibm);
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
}
.faq__bl dt::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #01a9ba;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.faq__bl dt::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #01a9ba;
  top: 50%;
  right: 20px;
  transition-duration: 0.3s;
  transform: translateY(-50%) rotate(-90deg);
}
.faq__bl dt .q {
  width: 50px;
  height: 50px;
  background-color: var(--cyan);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: var(--out);
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  left: 35px;
  top: 17px;
}
.faq__bl dt.active {
  border-radius: 10px 10px 0 0;
}
.faq__bl dt.active::before {
  transform: translateY(-50%) rotate(0);
  transition-duration: 0.3s;
}
.faq__bl dd {
  border: 1px solid #eaeff0;
  padding: 40px 100px;
  position: relative;
  font-size: 1.8rem;
  font-family: var(--ibm);
  border-radius: 0 0 10px 10px;
  display: none;
  border-top: none;
  gap: 20px;
}
.faq__bl dd .a {
  width: 50px;
  height: 50px;
  background-color: #c6f1f8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #01a9ba;
  font-family: var(--out);
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  left: 35px;
  top: 30px;
}
.faq__bl dd .txt {
  width: calc(100% - 70px);
}

.access__ttl-bl {
  height: 600px;
  position: relative;
  overflow: hidden;
  padding-top: 140px;
}
.access__ttl-bl .simpleParallax {
  overflow: hidden !important;
}
.access__ttl-bl .simpleParallax img {
  width: 90%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.access__ttl-bl .access__logo {
  width: 611px;
  margin: 0 auto 20px;
  max-width: 90%;
}

.access__logo-yomi {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 35px;
}

.access__address {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}

.access__cont {
  background-color: #dff0f3;
  width: 800px;
  max-width: 90%;
  margin: -150px auto 0;
  border-radius: 10px;
  padding: 50px;
  position: relative;
}

.access__tag {
  background-color: var(--cyan);
  color: #fff;
  line-height: 1.1;
  width: 133px;
  position: absolute;
  top: -30px;
  left: -15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.access__tag .big {
  font-family: var(--out);
  font-size: 3.6rem;
  display: block;
  text-align: center;
}
.access__tag .small {
  font-size: 2.4rem;
  display: block;
  text-align: center;
}

.access__ttl-middle {
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 5px;
}

.access__txt {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 25px;
}

.access__tel-link {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: var(--out);
  margin: 0 auto 5px;
}
.access__tel-link::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../img/phone-icon.webp);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.access__tel-hosoku {
  text-align: center;
  font-size: 1.4rem;
}

.access__map-bl {
  padding: 100px 0;
}

.access__map {
  width: 1200px;
  max-width: 90%;
  height: 500px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(100%);
}

footer {
  background-color: #00a9ba;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.header__nav {
  background-color: #60d4e8;
  width: 560px;
  height: auto;
  max-width: 90%;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  padding: 50px 40px;
  max-height: calc(100vh - 40px);
  overflow: scroll;
  z-index: 99;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  display: none;
  animation: fadeOut 0.5s forwards;
}
.header__nav.active {
  display: block;
  animation: fadeIn 0.5s forwards;
}

/*スクロールバー非表示（Chrome・Safari）*/
.header__nav::-webkit-scrollbar {
  display: none;
}

.header__nav-list {
  margin-bottom: 80px;
}
.header__nav-list li {
  margin-bottom: 20px;
}
.header__nav-list li a {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}

.header__nav-support-bl {
  background-color: #f0f7f7;
  border-radius: 10px;
  padding: 30px;
}

.haeder__nav-support-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
}

.header__nav-ing-logo {
  width: 200px;
  margin: 30px auto 0;
}

#modal-bg {
  background-color: rgba(192, 208, 210, 0.5607843137);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 98;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  animation: fadeOut 0.5s forwards;
}
#modal-bg.active {
  display: block;
  animation: fadeIn 0.5s forwards;
}

.under-line {
  text-decoration: underline;
  text-decoration-color: #3bcde6;
}

@media screen and (min-width: 1601px) {
  .about__img02 {
    width: 20vw;
  }
  .about__img01 {
    width: 19vw;
  }
  .about__img03 {
    width: 17vw;
  }
  .about__bg01 {
    width: 15vw;
    top: 200px;
    left: 7%;
  }
}
@media screen and (max-width: 1600px) {
  .comeon__ttl-bl {
    padding: 0 0 0 3%;
  }
}
@media screen and (max-width: 1400px) {
  .guide__list-item {
    padding: 100px 20px 25px;
  }
  .guide__inner {
    width: 1000px;
  }
  .guide__bl-ttl {
    left: -85px;
  }
  .meyasu__tab-cont {
    max-width: 90%;
  }
  .mv__img01 {
    width: 50%;
  }
  .mv__img-bg01 {
    left: calc(50% - 25px);
  }
  .mv__main-txt {
    left: 54%;
  }
  .mv__img02 {
    left: 61%;
  }
  .mv__img-bg02 {
    left: 63%;
  }
  .mv__access .txt {
    font-size: 1.9rem;
  }
  .mv__logo {
    width: 460px;
  }
  .mv__img01 {
    margin-bottom: calc(330px + 5vw);
  }
  .comeon__txt {
    width: 450px;
  }
  .feature__bg02 {
    width: 38%;
    right: 10%;
  }
  .mv__access .txt {
    margin-right: 30px;
  }
  .feature__bg01 {
    width: 3%;
    left: 1.5%;
  }
  .meyasu__tab-cont-list li .ttl {
    line-height: 1.4;
  }
  .meyasu__tab-cont-list li {
    width: 134px;
  }
  .meyasu__tab-cont-list li .ttl .big {
    font-size: 1.8rem;
  }
  .meyasu__tab-cont-list li .ttl .small {
    display: block;
    text-align: center;
  }
  .meyasu__tab-cont-list li .img {
    width: 75px;
  }
  .meyasu__tab-cont-list {
    gap: 10px;
  }
  .meyasu__hosoku-list li {
    font-size: 1.3rem;
  }
  .meyasu__tab-cont-list-float-ttl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .mv__main-txt .txt1 {
    font-size: 3.5vw;
  }
  .mv__main-txt .circle2,
  .mv__main-txt .circle1 {
    font-size: 2.3vw;
    width: 9vw;
  }
  .mv__main-txt .circle3 {
    font-size: 2.3vw;
    width: 12.5vw;
  }
  .mv__main-txt .txt2 {
    font-size: 3.2vw;
  }
  .mv__logo {
    max-width: 100%;
  }
  .mv-cont {
    top: calc(200px + 30vw);
  }
  .mv__img02-wrapper .tag-img {
    width: 170px;
    right: -90px;
  }
  .comeon__ttl-bl {
    padding: 0;
    width: 365px;
    margin-bottom: 35px;
  }
  .comeon__txt {
    width: calc(100% - 365px - 190px);
  }
  .about__img02 {
    width: calc(50% - 400px);
  }
  .about__img03 {
    right: 7%;
    width: calc(50% - 424px);
  }
  .about__img01 {
    width: calc(50% - 365px);
  }
  .about__ttl-logo {
    width: 500px;
  }
  .about__img01 {
    width: calc(50% - 280px);
  }
  .about__img02 {
    width: calc(50% - 283px);
  }
  .about__img03 {
    right: 5%;
    width: calc(50% - 294px);
    top: calc(546px + 23vw);
  }
  #comeon {
    margin-bottom: -100px;
  }
  .feature__ttl-bl {
    max-width: 90%;
    gap: 30px;
  }
  .feature__ttl-middle {
    font-size: clamp(2rem, 3.6vw, 3.6rem);
  }
  .feature__ttl-box {
    width: calc(100% - 210px);
  }
  .feature__cont-ttl {
    font-size: clamp(2rem, 3.2vw, 3.2rem);
  }
  .feature__info {
    padding: 40px 30px;
  }
  .feature__info-list li .icon {
    width: 120px;
  }
  .feature__info-list li .txt {
    font-size: 1.4rem;
  }
  .feature__info-list-ttl .big {
    font-size: 2rem;
  }
  .shop__ttl-middle {
    font-size: 3.2vw;
    margin-bottom: 30px;
  }
  .shop__bl .img {
    width: 50%;
  }
  .shop__bl .cont {
    width: 50%;
    padding-left: 5%;
  }
  .facility__list {
    grid-template-columns: repeat(2, 1fr);
    width: 725px;
    margin: 0 auto;
  }
  .price__table {
    font-size: 1.5rem;
  }
  .price__table tbody td {
    padding: 10px 10px;
  }
  .price__table tbody td .num {
    font-size: 2.4rem;
  }
  .price__table tbody td .big {
    font-size: 2rem;
  }
  .first__ttl .big {
    font-size: 3.8rem;
  }
  .first__ttl .tag {
    font-size: 2rem;
  }
  .merit__ttl-middle {
    padding-right: 20px;
    font-size: clamp(2.4rem, 3vw, 3.6rem);
  }
  .merit__list-ttl {
    font-size: 2.6rem;
  }
  .merit__list-ttl .small {
    font-size: 2rem;
  }
  .merit__list li .merit-tag {
    width: 100px;
    font-size: 1.8rem;
    top: -20px;
    left: -10px;
  }
  .guide__ttl {
    font-size: 3rem;
  }
  .guide__bl {
    padding: 60px 0;
  }
  .guide__list-item {
    aspect-ratio: initial;
    height: 285px;
  }
  .guide__inner {
    padding: 0 20px 0 110px;
  }
  .guide__bl-ttl {
    left: 23px;
  }
  .guide__list-ttl {
    font-size: 2rem;
  }
  .guide__item02 {
    margin-bottom: 50px;
  }
  .okng__table tbody td {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
  .okng__table tbody th {
    font-size: 1.8rem;
    padding: 10px 10px 20px 3%;
  }
  .okng__table thead th:nth-of-type(2) {
    padding: 10px 10px;
  }
  .please__ttl {
    font-size: 3.2rem;
  }
  .please__main-txt {
    font-size: 1.8rem;
  }
  .faq__ttl-bl {
    max-width: 90%;
  }
  .faq__ttl-bl-in {
    padding-left: 5%;
    width: 200px;
  }
  .faq__main-txt {
    font-size: 1.6rem;
    width: calc(100% - 200px);
  }
  .faq__ttl-en::before {
    width: 180px;
    height: 180px;
  }
  .faq__ttl-en {
    font-size: 3rem;
  }
  .faq__ttl {
    font-size: 2.4rem;
  }
  .access__ttl-bl .access__logo {
    width: 500px;
  }
  .access__ttl-bl {
    height: 500px;
    padding-top: 90px;
  }
  .feature__bg01 {
    left: -3.5%;
  }
}
@media screen and (max-width: 1000px) {
  .meyasu__tab-cont-list li {
    width: calc(50% - 10px);
  }
  .meyasu__tab-cont-list {
    gap: 20px;
    width: 400px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .comeon__txt {
    width: calc(100% - 365px);
    padding-left: 40px;
  }
  .comeon__img {
    position: absolute;
    width: 94px;
    right: 0;
    bottom: -118px;
  }
  #comeon {
    padding: 120px 0 200px;
  }
  .comeon__inner {
    position: relative;
  }
}
@media screen and (max-width: 834px) {
  .logo {
    width: 120px;
  }
  #ham {
    width: 40px;
    height: 40px;
  }
  .mv__img01 {
    width: 90%;
    margin-bottom: calc(80px + 83vw);
  }
  .mv-cont {
    top: calc(80px + 115vw);
    width: 54.8%;
  }
  .mv__main-txt {
    left: 4%;
    top: calc(80px + 76vw);
    width: 90%;
  }
  .mv__main-txt .txt1 {
    font-size: 5.4vw;
  }
  .circle1 {
    font-size: 4.3vw;
    width: 14vw;
  }
  .mv__main-txt .circle2,
  .mv__main-txt .circle1 {
    font-size: 4.3vw;
    width: 17vw;
  }
  .mv__main-txt .circle3 {
    font-size: 4.3vw;
    width: 24vw;
  }
  .mv__main-txt .txt2 {
    margin-left: 8px;
    font-size: 5.4vw;
    margin-left: 15px;
  }
  .mv__img02 {
    left: auto;
    top: calc(80px + 105vw);
    width: 26.7%;
    right: 28px;
  }
  .mv__access .txt {
    font-size: 3.4vw;
    margin-bottom: 20px;
  }
  #news {
    padding: 60px 0;
  }
  .news__list li {
    flex-direction: column;
  }
  .news__list li .news__txt {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .news__list li time {
    width: 100%;
    font-size: 1.4rem;
  }
  .news__list li {
    padding: 15px 0;
  }
  .news__ttl-en {
    font-size: 2.6rem;
  }
  .top-bg {
    padding-bottom: 0;
  }
  #comeon {
    margin-bottom: 0;
    padding: 60px 0;
  }
  .comeon__inner {
    flex-direction: column;
  }
  .comeon__ttl .small {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .comeon__ttl .big {
    font-size: 2.6rem;
  }
  .comeon__txt {
    width: 100%;
    font-size: 1.5rem;
  }
  .comeon__ttl-bl {
    margin-bottom: 25px;
  }
  .comeon__img {
    margin: 30px auto 0;
  }
  #about {
    padding: 60px 0;
  }
  .about__ttl-logo {
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .about__ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .about__ttl-small {
    font-size: 2rem;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .about__txt {
    text-align: left;
    font-size: 1.5rem;
    max-width: 100%;
  }
  .about__bl {
    padding: 35px 20px 35px;
  }
  #feature {
    padding: 60px 0;
  }
  .feature__ttl-bl {
    gap: 25px;
    flex-direction: column;
    z-index: 3;
  }
  .feature__ttl-tag {
    width: 105px;
    position: absolute;
    left: -3%;
    top: calc(100% + 20px);
  }
  .feature__ttl-tag .small {
    font-size: 1.1rem;
  }
  .feature__ttl-tag .big {
    font-size: 1.4rem;
  }
  .feature__ttl-box {
    width: 100%;
  }
  .feature__ttl {
    font-size: 1.6rem;
  }
  .feature__ttl-middle {
    font-size: clamp(2.1rem, 3.6vw, 3.6rem);
  }
  .feature__txt {
    font-size: 1.5rem;
  }
  .feature__cont {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  .feature__cont .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature__cont .cont {
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }
  .feature__cont-ttl {
    margin-bottom: 10px;
    font-size: clamp(1.9rem, 3.2vw, 3.2rem);
  }
  .feature__info {
    margin: 40px auto 30px;
    padding: 0;
  }
  .feature__info-list {
    flex-wrap: wrap;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
  .feature__info-list li {
    width: 48%;
    margin-bottom: 30px;
  }
  .table-about-bl {
    border-radius: 10px;
    border: 3px solid #e6f7f9;
    padding: 30px 20px;
    flex-direction: column-reverse;
  }
  .table-about__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .table-about-bl .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .shop__bl {
    width: 95%;
    max-width: 95%;
    flex-direction: column;
  }
  .shop__bl .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .shop__bl .cont {
    width: 90%;
    padding-left: 0;
    margin: 0 atuo;
  }
  .shop__ttl-middle {
    font-size: clamp(2.1rem, 3.6vw, 3.6rem);
    margin-bottom: 10px;
  }
  .shop__ttl {
    font-size: 1.6rem;
  }
  .shop__txt {
    font-size: 1.5rem;
  }
  .shop-map {
    margin: 25px auto 40px;
  }
  .facility__bl {
    padding: 30px 20px calc(30px + 19vw);
  }
  .table-about-bl .cont {
    width: 100%;
    padding-right: 0;
  }
  #shop {
    margin-top: 0;
  }
  .facility__ttl .small {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  .facility__ttl .big {
    font-size: 1.9rem;
  }
  .facility__txt {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .facility__list li .icon {
    width: 70px;
  }
  .facility__list {
    width: 530px;
    gap: 20px 20px;
  }
  .facility__list li .icon {
    width: 70px;
  }
  .facility__list li {
    gap: 15px;
  }
  .facility__list li .cont .txt {
    font-size: 1.4rem;
  }
  .facility__list li .cont .ttl {
    font-size: 2rem;
  }
  .loop-swiper {
    margin-top: -18vw;
  }
  .facility__list {
    grid-template-columns: 1fr;
    width: 280px;
  }
  .facility__txt {
    text-align: left;
    margin-bottom: 15px;
  }
  #price {
    padding: 60px 0;
  }
  .price__ttl {
    font-size: 2.2rem;
  }
  .price__txt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .price__table {
    font-size: 1.4rem;
  }
  .price__table thead th {
    padding: 10px 10px;
    border: 1px solid #fff;
  }
  .price__table tbody td {
    padding: 5px 10px;
  }
  .price__table tbody td .num {
    font-size: 1.6rem;
  }
  .price__table tbody .left-table-tab {
    padding: 30px 9px;
    border: 1px solid #fff;
  }
  .price__table tbody td .big {
    font-size: 1.3rem;
  }
  .price__table tbody td .small {
    font-size: 1rem;
  }
  .price__table .yen {
    font-size: 1.2rem;
  }
  .price__table tbody td {
    padding: 10px 0;
    border: 1px solid #fff;
    line-height: 1.3;
  }
  .first__ttl .tag {
    font-size: 1.6rem;
  }
  .first__ttl .big {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    margin-bottom: 15px;
  }
  .first__txt {
    font-size: 1.5rem;
    text-align: left;
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
  }
  .first__ttl-bl {
    height: 380px;
  }
  #merit {
    padding: 50px 0;
  }
  .merit__bl {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .merit__ttl-bl {
    width: 100%;
  }
  .merit__ttl {
    font-size: 1.6rem;
  }
  .merit__ttl-middle {
    padding-right: 0;
    font-size: clamp(2.1rem, 3.6vw, 3.6rem);
  }
  .merit__main-txt {
    width: 100%;
    padding-top: 15px;
  }
  .merit__list {
    gap: 40px 0;
    grid-template-columns: 1fr;
  }
  .merit__list li .merit-tag {
    width: 90px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .merit__list li .img {
    margin-bottom: 15px;
  }
  .merit__list-ttl .small {
    font-size: 1.5rem;
  }
  .merit__list-ttl {
    font-size: 2.2rem;
  }
  .merit__list li .txt {
    font-size: 1.5rem;
  }
  #guide {
    padding: 60px 0;
  }
  .guide__ttl {
    font-size: 2rem;
  }
  .guide__ttl::after {
    width: 20px;
    height: 20px;
    right: -20px;
    top: -20px;
  }
  .guide__ttl::before {
    width: 40px;
    height: 40px;
    left: -40px;
    top: -40px;
  }
  .guide__main-txt {
    font-size: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }
  .guide__bl-ttl {
    left: 50%;
    top: -70px;
    padding: 8px 20px;
    transform: translateX(-50%);
    font-size: 1.8rem;
    writing-mode: horizontal-tb;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .guide__inner {
    padding: 0 20px;
  }
  .guide__item01 {
    margin-bottom: 115px;
  }
  .guide__list-item {
    padding: 65px 20px 25px;
  }
  .guide__list-ttl {
    font-size: 1.8rem;
  }
  .guide__list-txt {
    font-size: 1.5rem;
  }
  .guide__list-step-num {
    white-space: nowrap;
  }
  .guide__list-item .img {
    width: 85px;
    height: 85px;
    margin: 0 auto 15px;
  }
  .guide__list-item {
    height: 220px;
  }
  .guide__bl {
    padding: 100px 0 60px;
  }
  .guide__item02 {
    margin-bottom: 40px;
  }
  .guide__monitor-bl {
    padding: 20px 5%;
  }
  .guide__monitor-ttl .small {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
  .guide__monitor-ttl .big {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .first__item-inner {
    padding: 0px 0 15px;
    margin: 0 auto 40px;
  }
  .first__item-ttl .green {
    font-size: 2rem;
  }
  .first__item-ttl {
    font-size: 1.8rem;
  }
  .first__item-ttl-bl .txt {
    font-size: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }
  .first__item-ttl-bl {
    margin-bottom: 30px;
    padding-top: 35px;
  }
  .meyasu__tab-link,
  .faq__tab-link-bl {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin: 0 auto 30px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .meyasu__tab-item,
  .faq__tab-item {
    font-size: 1.4rem;
    border-radius: 100px;
    padding: 10px 20px;
    background: #bddbdb;
  }
  .meyasu__tab-cont-ttl {
    font-size: 2rem;
    margin-bottom: 25px;
    padding-bottom: 5px;
  }
  .meyasu__tab-cont-list-wrapper {
    margin: 0 auto 30px;
  }
  .okng__table tbody th {
    font-size: 1.4rem;
    padding: 10px;
    border: 1px solid #ebf5f6;
  }
  .okng__table thead th:nth-of-type(1) {
    width: 30%;
  }
  .okng__table thead th:nth-of-type(2),
  .okng__table thead th:nth-of-type(3) {
    padding: 10px 10px;
    font-size: 1.4rem;
    border: 1px solid #ebf5f6;
    width: 35%;
  }
  .okng__table tbody td {
    font-size: 1.3rem;
    padding: 10px 7px;
    line-height: 1.3;
    border: 1px solid #ebf5f6;
  }
  .caution__bl {
    padding: 30px 25px;
    margin: 30px auto 0;
  }
  .caution__ttl .icon {
    width: 40px;
    margin: 0 auto 5px;
  }
  .caution__ttl .txt {
    font-size: 1.8rem;
  }
  .caution__list li {
    font-size: 1.4rem;
  }
  .caution__ttl {
    margin-bottom: 15px;
  }
  .okng__inner {
    padding: 0 0 60px;
  }
  #first {
    padding-bottom: 0;
  }
  #please {
    padding: 60px 0 60px;
  }
  .please__ttl {
    font-size: 2.2rem;
  }
  .please__main-txt {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .please__bl {
    padding: 30px 20px;
  }
  .please__list li {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .please__list li::before {
    width: 25px;
    height: 25px;
    font-size: 1.5rem;
  }
  .please__txt {
    font-size: 1.8rem;
  }
  .faq__ttl-en::before {
    width: 70px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
  }
  .faq__ttl {
    font-size: 2rem;
    text-align: center;
  }
  .faq__ttl-bl {
    margin: 0 auto 30px;
    gap: 15px;
    align-items: center;
    flex-direction: column;
  }
  .faq__main-txt {
    font-size: 1.5rem;
    width: 100%;
  }
  .faq__ttl-en {
    font-size: 2.4rem;
    text-align: center;
  }
  .faq__tab-cont-ttl {
    font-size: 2rem;
    margin: 0 auto 30px;
  }
  .faq__bl dt {
    padding: 19px 60px;
    font-size: 1.5rem;
  }
  .faq__bl dt::after {
    width: 15px;
    right: 15px;
  }
  .faq__bl dt::before {
    width: 15px;
    right: 15px;
  }
  .faq__bl dd {
    padding: 19px 60px;
    font-size: 1.5rem;
  }
  .faq__bl dt .q,
  .faq__bl dd .a {
    width: 35px;
    height: 35px;
    font-size: 2rem;
    left: 16px;
    top: 17px;
  }
  .faq__bl {
    margin-bottom: 25px;
  }
  #faq {
    padding-bottom: 40px;
  }
  .access__logo-yomi {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .access__address {
    font-size: 1.4rem;
  }
  .access__tag {
    width: 85px;
  }
  .access__tag .big {
    font-size: 2.6rem;
  }
  .access__tag .small {
    font-size: 1.7rem;
  }
  .access__ttl-bl {
    height: 390px;
    padding-top: 55px;
  }
  .access__cont {
    margin: -150px auto 0;
    padding: 50px 20px 30px;
  }
  .access__ttl-middle {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .access__txt {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .access__tel-link::before {
    width: 35px;
    height: 35px;
  }
  .access__tel-link {
    gap: 10px;
    font-size: 2.2rem;
    margin: 0 auto 5px;
  }
  .access__map-bl {
    padding: 40px 0 60px;
  }
  .access__map {
    height: 300px;
  }
  .mv__img-bg02 {
    left: auto;
    top: calc(80px + 106vw);
    right: 44px;
    width: 22.2%;
  }
  .mv__img-bg01 {
    width: 25px;
    top: 79px;
    left: calc(55% - 25px);
    top: 105px;
    width: 60px;
    left: auto;
    right: calc(15% - 60px);
  }
  .about__img01 {
    width: 96px;
    top: 30px;
  }
  .about__img02 {
    width: 114px;
    top: 29px;
  }
  .about__img03 {
    width: 127px;
    top: calc(320px + 24vw);
  }
  .first__ttl .tag::after {
    width: 25px;
    height: 25px;
    right: -19px;
    top: -19px;
  }
  .first__ttl .tag::before {
    width: 20px;
    height: 20px;
    left: -17px;
    bottom: -17px;
  }
  .header__nav {
    padding: 50px 30px;
  }
  .header__nav-list li a {
    font-size: 1.5rem;
  }
  .header__nav-list li {
    margin-bottom: 15px;
  }
  .header__nav-list {
    margin-bottom: 40px;
  }
  .header__nav-support-bl {
    padding: 30px 20px;
  }
  .header__nav-ing-logo {
    width: 160px;
  }
  #okng {
    padding-bottom: 60px;
  }
  .meyasu__hosoku-list li {
    font-size: 1.3rem;
  }
  .shop__bg01 {
    top: -7px;
  }
  .feature__bg01 {
    width: 5%;
    left: calc(50% - 115px);
    top: -10px;
    display: none;
  }
  .feature__bg02 {
    display: none;
  }
  .comeon__img {
    bottom: -132px;
  }
  #comeon {
    padding: 60px 0 170px;
  }
  .comeon__txt {
    padding-left: 0;
  }
  .comeon__ttl-bl {
    width: 100%;
  }
}
@media screen and (max-width: 664px) {
  .about__img03 {
    top: calc(350px + 28vw);
  }
}
@media screen and (max-width: 599px) {
  .guide__main-txt {
    text-align: left;
  }
  .first__item-ttl-bl .txt {
    text-align: left;
  }
  .about__img03 {
    top: calc(350px + 39vw);
  }
}
@media screen and (max-width: 449px) {
  .meyasu__tab-cont-list {
    width: 100%;
  }
  .feature__info-list li {
    width: 46%;
  }
  .feature__info-list li .icon {
    width: 75px;
  }
  .feature__info-list-ttl .small {
    font-size: 1.2rem;
  }
  .feature__info-list-ttl .big {
    font-size: 1.8rem;
  }
  .feature__info-list li .txt {
    font-size: 1.3rem;
    text-align: left;
  }
  .feature__info-list-ttl {
    margin-bottom: 5px;
  }
  .feature__info-list li {
    margin-bottom: 15px;
  }
  .about__img03 {
    top: calc(350px + 45vw);
  }
  .guide__list-item {
    height: 240px;
  }
  .please__main-txt {
    text-align: left;
  }
  .faq__tab-link-bl {
    justify-content: flex-start;
    padding: 0 5%;
  }
}
.mv__tag-sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
  .mv__img02-wrapper .tag-img {
    display: none;
  }
  .mv__tag-sp {
    position: absolute;
    max-width: 240px;
    width: 36%;
    right: -7vw;
    top: calc(80px + 26vw);
    display: block;
  }
}
@media screen and (max-width: 577px) {
  .mv__open-txt {
    font-size: 5vw;
  }
}
@media screen and (max-width: 500px) {
  .mv__img01 {
    margin-bottom: calc(80px + 83vw);
  }
  .mv__img-bg01 {
    top: 112px;
    width: 30px;
    right: calc(15% - 30px);
  }
  .mv__img-bg02 {
    top: calc(80px + 107vw);
    right: 37px;
    width: 23.2%;
  }
  .mv__tag-sp {
    width: 30vw;
    top: calc(80px + 20vw);
  }
}
@media screen and (max-width: 450px) {
  .mv__img01 {
    margin-bottom: calc(80px + 75vw);
  }
}
.floating-bnr {
  position: fixed;
  z-index: 999;
  transition-property: display, opacity;
  transition-behavior: allow-discrete;
  transition-duration: 0.3s;
  display: none;
  opacity: 0;
}
@media screen and (min-width: 835px) {
  .floating-bnr {
    bottom: 10vh;
    right: 10px;
    width: 297px;
  }
}
@media screen and (max-width: 834px) {
  .floating-bnr {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
    width: 100%;
    max-width: 365px;
    text-align: center;
  }
}
.floating-bnr.is-show {
  display: block;
  opacity: 1;
  transition-duration: 0.3s;
}
.floating-bnr a,
.floating-bnr button {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .floating-bnr a:hover,
  .floating-bnr button:hover {
    opacity: 0.7;
  }
}
.floating-bnr__close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(20%, -45%);
}
@media screen and (max-width: 834px) {
  .floating-bnr__close {
    width: 25px;
    right: 3px;
    transform: translate(0, -30%);
  }
}

#available {
  padding: 170px 0 145px;
  background-color: #e6f7f9;
}
@media screen and (max-width: 834px) {
  #available {
    padding: 60px 0 50px;
  }
}

.available__ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.2rem, 3vw, 4.2rem);
  color: #01a9ba;
}
.available__main-txt {
  text-align: center;
  font-size: clamp(1.5rem, 2.1vw, 1.8rem);
  margin: 1.11em 0 clamp(2em, 5.323vw, 4.44em);
  font-family: var(--ibm);
}
.available__table {
  width: 100%;
  font-family: var(--ibm);
  font-weight: 500;
  line-height: 1;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
}
@media screen and (max-width: 834px) {
  .available__table {
    border-spacing: 5px;
  }
}
.available__table thead th {
  padding: 2.278em 0.5em;
  font-size: clamp(1.3rem, 2.1vw, 1.8rem);
  background-color: #98e4f1;
}
@media screen and (max-width: 834px) {
  .available__table thead th {
    padding: 1.3em 0.5em 0.9em;
    line-height: 1.4;
  }
}
.available__table thead th:first-child {
  border-top-left-radius: 10px;
}
.available__table tbody td {
  font-size: clamp(1.5rem, 2.87vw, 2.4rem);
  background-color: #fff;
  padding: 1.1667em 5px;
  text-align: center;
}
.available__table tbody td .big {
  font-size: 2.4rem;
}
.available__table tbody td .num {
  font-family: var(--out);
  font-size: 3rem;
  font-weight: 500;
}
.available__table tbody td.last-td {
  border-radius: 0 0 10px 0;
}
.available__table tbody .left-table-tab {
  background-color: #e6f7f9;
  padding: 30px 10px;
  text-align: center;
  align-items: center;
  border: 3px solid #fff;
  line-height: 1.2;
}
.available__table tbody .left-table-tab.first-th {
  border-radius: 10px 0 0 0;
}
.available__table tbody .left-table-tab.last-th {
  border-radius: 0 0 0 10px;
}
.available__table tbody .left-table-tab span {
  display: block;
}/*# sourceMappingURL=style.css.map */