@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

.is-tb {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .is-tb {
    display: block;
  }
}

.is-sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .is-sp {
    display: block;
  }
}

details[open] .adaptation__accordion {
  border-radius: 20px 20px 0px 0px;
}
details[open] .adaptation__accordion__plus::after {
  opacity: 0;
}

.adaptation__accordion__details {
  margin-top: 10px;
  display: none;
}
.adaptation__accordion__details:first-of-type {
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .adaptation__accordion__details {
    display: block;
  }
}

.adaptation__accordion {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background-color: #fafafa;
  border-radius: 20px;
  color: #48b6af;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.533;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .adaptation__accordion {
    letter-spacing: 0.01em;
    height: 45px;
  }
}
.adaptation__accordion .adaptation__accordion__plus {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #48b6af;
  right: 20px;
}
.adaptation__accordion .adaptation__accordion__plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 1.5px;
  background-color: #fff;
}
.adaptation__accordion .adaptation__accordion__plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.adaptation__accordion::after {
  rotate: 90deg;
}

.adaptation__accordion__text-box {
  border-top: solid 1px #dbdbdb;
  background-color: #fafafa;
  border-radius: 0px 0px 20px 20px;
  color: #717171;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .adaptation__accordion__text-box {
    letter-spacing: 0.05em;
  }
}

.adaptation__accordion__text {
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  .adaptation__accordion__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
  .adaptation__accordion__link .arrow-circle {
    margin-left: 12px;
    background: #48b6af;
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
  }
  .adaptation__accordion__link .arrow-circle:before {
    border: 1.5px solid #fff;
    border-left: none;
    border-bottom: none;
    width: 4px;
    height: 4px;
    left: 44%;
  }
}
details[open] .voice__accordion {
  border-radius: 20px 20px 0px 0px;
}
details[open] .voice__accordion__plus::after {
  opacity: 0;
}

.voice__accordion__details {
  margin-top: 10px;
  display: none;
}
.voice__accordion__details:first-of-type {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .voice__accordion__details {
    display: block;
  }
}

.voice__accordion {
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  color: #48b6af;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.533;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: relative;
  text-decoration: none !important;
}
.voice__accordion .voice__accordion__plus {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #48b6af;
  right: 30px;
}
.voice__accordion .voice__accordion__plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 1.5px;
  background-color: #fff;
}
.voice__accordion .voice__accordion__plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.voice__accordion::after {
  rotate: 90deg;
}

.voice__accordion__text-box {
  border-top: solid 1px #dbdbdb;
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
  margin-left: 20px;
  margin-right: 20px;
  color: #717171;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
}

.voice__accordion_text-wrap {
  padding: 30px;
}

.voice__accordion__headline {
  color: #48b6af;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.533;
}

.voice__accordion__text {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.733;
}

.scroll-animation.--left {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 48px;
  bottom: 60px;
  /*全体の高さ*/
  height: 50px;
  z-index: 100;
}
@media only screen and (max-width: 1024px) {
  .scroll-animation.--left {
    left: 24px;
  }
}
.scroll-animation.--left span {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .scroll-animation.--left {
    left: 16px;
  }
}

.scroll-animation.--left2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 48px;
  bottom: -30px;
  /*全体の高さ*/
  height: 50px;
  z-index: 100;
}
@media only screen and (max-width: 1024px) {
  .scroll-animation.--left2 {
    left: 24px;
  }
}
.scroll-animation.--left2 span {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .scroll-animation.--left2 {
    left: 16px;
  }
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.scroll-animation.--right--center {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /*全体の高さ*/
  height: 50px;
  z-index: 100;
}
.scroll-animation.--right--center span {
  color: #fff;
}

.scroll-animation.--right {
  position: absolute;
  right: 83px;
  bottom: 51.2%;
  height: 50px;
  z-index: 100;
}

/*Scrollテキストの描写*/
.scroll-animation span {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 1024px) {
  .scroll-animation span {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}

/* 線の描写 */
.scroll-animation::before {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 5px;
  left: -4px;
  /*線の形状*/
  width: 1px;
  height: 60px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
}
@media only screen and (max-width: 1024px) {
  .scroll-animation::before {
    height: 95px;
  }
}

/* 線の描写 */
.scroll-animation::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: -32px;
  left: -6px;
  /*線の形状*/
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .scroll-animation::after {
    height: 25px;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 66px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 66px;
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* 線の描写 */
  .scroll-animation::after {
    /*線の動き1.4秒かけて動く。永遠にループ*/
    -webkit-animation: pathmovesp 1.4s ease-in-out infinite;
            animation: pathmovesp 1.4s ease-in-out infinite;
  }
}
@-webkit-keyframes pathmovesp {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 80px;
    opacity: 0;
  }
}
@keyframes pathmovesp {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 80px;
    opacity: 0;
  }
}
.header-store {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 236px;
  padding: 30px 50px 60px 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: none;
  transition: none;
}
@media (1025px <= width <= 1600px) {
  .header-store {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 1024px) {
  .header-store {
    zoom: 1;
    width: 100%;
    height: 75px;
    line-height: 75px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 31.5px 30px 20px 40px;
  }
}

.header-store__fixed-hours {
  display: none;
}

.header-store__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
  width: 387px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 28px;
}
@media only screen and (max-width: 1024px) {
  .header-store__logo {
    padding-top: 10px;
    padding-left: 5px;
    gap: 20px;
  }
}
.header-store__logo p {
  color: #fff;
  width: 160px;
  line-height: 1.533;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .header-store__logo p {
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0.08em;
  }
}

.header-store__logo a {
  max-width: 196px;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1024px) {
  .header-store__logo a {
    max-width: 120px;
  }
}
@media (any-hover: hover) {
  .header-store__logo a:hover {
    opacity: 0.7;
  }
}

.header-store__logo--sp {
  display: none;
}
.header-store__logo--sp .--relative {
  display: block;
}
.header-store__logo--sp .--fixed {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-store__logo--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-store__logo--sp p {
  display: none;
  color: #fff;
  font-size: 12px;
  line-height: 1.533;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .header-store__logo--sp p {
    display: block;
  }
}

.header-store__logo--sp a {
  max-width: 131px;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .header-store__logo--sp a .header-store__logo a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 1024px) {
  .header-store__nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 25px 20px 20px 20px;
    z-index: 1000;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    height: 100svh;
    background: #000;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .header-store__nav {
    background: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .header-store__nav.is-open {
    right: 0;
  }
}

.header-store__nav__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1024px) {
  .header-store__nav__content {
    gap: unset;
    display: block;
  }
}

.header-store__menu {
  margin-left: auto;
}

.header-store__menu--top__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header-store__menu--top {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .header-store__menu--top {
    display: none;
  }
}
.header-store__menu--top .header-store__link {
  font-weight: 400;
  letter-spacing: 0.14em;
}
.header-store__menu--top:nth-of-type(2) .header-store__link {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  padding: 12px 30px;
  width: 181px;
  height: 50px;
  border: 1px #fff solid;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.18em;
}
@media (any-hover: hover) {
  .header-store__menu--top:nth-of-type(2) .header-store__link:hover {
    background-color: #1ac761;
    border: 1px #1ac761 solid;
  }
}

.header-store__menu--bottom {
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  gap: 37px;
}
@media only screen and (max-width: 1024px) {
  .header-store__menu--bottom {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .header-store__menu--bottom .header-store__list:last-of-type .header-store__link {
    border-bottom: none;
  }
}
.header-store__menu--bottom .header-store__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .header-store__menu--bottom .header-store__link {
    color: #48b6af;
    font-weight: 600;
    font-size: 16px;
    padding: 32px 6px 32px 0;
    line-height: 1;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0.14em;
  }
}
.header-store__menu--bottom .header-store__link .arrow-circle {
  display: inline-block;
  border-radius: calc(infinity * 1px);
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 15px;
  margin-top: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  .header-store__menu--bottom .header-store__link .arrow-circle {
    border: 1px solid #48b6af;
    width: 18px;
    height: 18px;
    margin-left: 20px;
  }
}
.header-store__menu--bottom .header-store__link .arrow-circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  .header-store__menu--bottom .header-store__link .arrow-circle:before {
    border: 1px solid #48b6af;
    border-left: none;
    border-bottom: none;
  }
}

.header-store__list {
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .header-store__list {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .header-store__menu--bottom .header-store__link:hover .arrow-circle {
    background-color: #fff;
  }
  .header-store__menu--bottom .header-store__link:hover .arrow-circle:before {
    content: "";
    border-color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.header-store__hours {
  display: none;
  margin-top: 32px;
  padding: 15px;
  border-top: #dbdbdb solid 1px;
  border-bottom: #dbdbdb solid 1px;
  height: 54px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
@media only screen and (max-width: 1024px) {
  .header-store__hours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-store__hour__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 312px;
  height: 54px;
}

.header-store__hour {
  font-size: 13px;
  color: #4a4a4a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.header-store__hour span {
  width: 54px;
  height: 23px;
  border-radius: 13px;
  background: #48b6af;
  padding-bottom: 2px;
  color: #fff;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-store__hour:nth-of-type(2) span {
  background: #b9b9b9;
}

.header-store__drawer__btn {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 70px;
  width: 100%;
  border-radius: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1024px) {
  .header-store__drawer__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-store__drawer__btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-store__drawer__btn.--tel {
  background-color: #f7f7f7;
}
.header-store__drawer__btn.--tel span {
  width: 19px;
  height: 19px;
}
.header-store__drawer__btn.--line {
  margin-top: 8px;
  background-color: #1ac761;
  color: #fff;
}
.header-store__drawer__btn.--line span {
  width: 20px;
  height: 20px;
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.header-store__nav__toggle {
  display: none;
  position: absolute;
  z-index: 2000;
  min-width: 30px;
  cursor: pointer;
  background: #48b6af;
  top: 25px;
  right: 25px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .header-store__nav__toggle {
    display: block;
  }
}

.header-store__nav__menu-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  width: 15px;
  height: 1.5px;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header-store__nav__menu-line1 {
  top: 22px;
}

.header-store__nav__menu-line2 {
  top: 27px;
}

.header-store__nav__menu-line3 {
  top: 32px;
}

#js-nav-menu.is-open .header-store__nav__menu-line1 {
  position: absolute;
  top: 27px;
  left: 18px;
  width: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 1.5px;
}

#js-nav-menu.is-open .header-store__nav__menu-line2 {
  opacity: 0;
}

#js-nav-menu.is-open .header-store__nav__menu-line3 {
  position: absolute;
  top: 27px;
  left: 18px;
  width: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: 1.5px;
}

.header-store.is-fixed.is-open {
  top: 0;
  width: 100%;
  height: auto;
}

.header-store.is-fixed .header-store__nav__toggle.is-open {
  top: 25px;
  right: 28px;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__nav__toggle.is-open {
    right: 45px;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .header-store.is-fixed .header-store__nav__toggle.is-open {
    right: 28px;
  }
}

.header-store.is-fixed {
  position: fixed;
  top: 20px;
  background: #fff;
  width: 94%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 30px 40px 30px 0;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    top: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
    left: 50%;
    height: 85px;
  }
}
.header-store.is-fixed:before {
  display: none;
  content: "";
  -webkit-box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  width: 94%;
  height: 85px;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  border-radius: 15px;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed:before {
    display: block;
  }
}
.header-store.is-fixed .header-store__nav__toggle {
  display: none;
  position: absolute;
  z-index: 2000;
  min-width: 30px;
  cursor: pointer;
  background: #48b6af;
  top: 25px;
  right: 28px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__nav__toggle {
    right: 45px;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .header-store.is-fixed .header-store__nav__toggle {
    right: 28px;
  }
}
.header-store.is-fixed .header-store__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  width: 437px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 0px;
  padding-left: 49.5px;
  border-right: 1px solid #dbdbdb;
}
.header-store.is-fixed .header-store__logo .is-pc {
  display: none;
}
.header-store.is-fixed .header-store__logo .is-tb {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__logo {
    padding-top: 10px;
    padding-left: 5px;
    gap: 20px;
    width: 100%;
    border-right: none;
  }
}
.header-store.is-fixed .header-store__logo p {
  color: #4a4a4a;
  width: 160px;
  font-size: 15px;
  line-height: 1.533;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__logo p {
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0.08em;
  }
}
.header-store.is-fixed .header-store__logo a {
  max-width: 196px;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__logo a {
    max-width: 120px;
  }
}
@media (any-hover: hover) {
  .header-store.is-fixed .header-store__logo a .header-store__logo a:hover {
    opacity: 0.7;
  }
}
.header-store.is-fixed .header-store__logo--sp {
  display: none;
}
.header-store.is-fixed .header-store__logo--sp .--relative {
  display: none;
}
.header-store.is-fixed .header-store__logo--sp .--fixed {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__logo--sp {
    height: 84px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    padding-top: 25px;
  }
}
.header-store.is-fixed .header-store__logo--sp p {
  display: none;
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1.533;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__logo--sp p {
    display: block;
  }
}
.header-store.is-fixed .header-store__logo--sp a {
  max-width: 131px;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .header-store.is-fixed .header-store__logo--sp a .header-store__logo a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 25px 20px 20px 20px;
    z-index: 1000;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    height: 100svh;
    background: #000;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .header-store.is-fixed .header-store__nav {
    background: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__nav.is-open {
    right: 0;
  }
}
.header-store.is-fixed .header-store__nav__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__nav__content {
    gap: unset;
    display: block;
  }
}
.header-store.is-fixed .header-store__menu {
  margin-left: auto;
}
.header-store.is-fixed .header-store__menu--top__wrap {
  display: none;
}
.header-store.is-fixed .header-store__fixed-hours {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__fixed-hours {
    display: none;
  }
}
.header-store.is-fixed .header-store__fixed-hour {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
  white-space: nowrap;
}
.header-store.is-fixed .header-store__fixed-hour span {
  margin-right: 9px;
  width: 54px;
  height: 23px;
  border-radius: 13px;
  background: #48b6af;
  padding-bottom: 2px;
  color: #fff;
  font-size: 11px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-store.is-fixed .header-store__fixed-hour:nth-of-type(2) span {
  background: #b9b9b9;
}
.header-store.is-fixed .header-store__menu--bottom {
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: right;
  gap: 37px;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__menu--bottom {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__menu--bottom .header-store__list:last-of-type .header-store__link {
    border-bottom: none;
  }
}
.header-store.is-fixed .header-store__menu--bottom .header-store__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #48b6af;
  padding-left: 40px;
}
@media (any-hover: hover) {
  .header-store.is-fixed .header-store__menu--bottom .header-store__link:hover .arrow-circle {
    background-color: #48b6af !important;
  }
  .header-store.is-fixed .header-store__menu--bottom .header-store__link:hover .arrow-circle::before {
    border: 1px solid #fff !important;
    border-left: none !important;
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__menu--bottom .header-store__link {
    color: #48b6af;
    font-weight: 600;
    font-size: 16px;
    padding: 32px 6px 32px 0;
    line-height: 1;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0.14em;
  }
}
.header-store.is-fixed .header-store__menu--bottom .header-store__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: -50% -50%;
  width: 1px;
  height: 100px;
  background-color: #ebebeb;
}
@media screen and (max-width: 1773px) {
  .header-store.is-fixed .header-store__menu--bottom .header-store__link:before {
    height: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__menu--bottom .header-store__link:before {
    display: none;
  }
}
.header-store.is-fixed .header-store__menu--bottom .header-store__link .arrow-circle {
  display: inline-block;
  border-radius: calc(infinity * 1px);
  border: 1px solid #48b6af;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 15px;
  margin-top: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__menu--bottom .header-store__link .arrow-circle {
    border: 1px solid #48b6af;
    width: 18px;
    height: 18px;
    margin-left: 20px;
  }
}
.header-store.is-fixed .header-store__menu--bottom .header-store__link .arrow-circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 4px;
  height: 4px;
  border: 1px solid #48b6af;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__menu--bottom .header-store__link .arrow-circle:before {
    border: 1px solid #48b6af;
    border-left: none;
    border-bottom: none;
  }
}
.header-store.is-fixed .header-store__list {
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__list {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .header-store.is-fixed .header-store__menu--bottom .header-store__link:hover .arrow-circle {
    background-color: #fff;
  }
  .header-store.is-fixed .header-store__menu--bottom .header-store__link:hover .arrow-circle:before {
    content: "";
    border-color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.header-store.is-fixed .header-store__hours {
  display: none;
  margin-top: 32px;
  padding: 15px;
  border-top: #dbdbdb solid 1px;
  border-bottom: #dbdbdb solid 1px;
  height: 54px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__hours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-store.is-fixed .header-store__hour__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 312px;
  height: 54px;
}
.header-store.is-fixed .header-store__hour {
  font-size: 13px;
  color: #4a4a4a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.header-store.is-fixed .header-store__hour span {
  width: 54px;
  height: 23px;
  border-radius: 13px;
  background: #48b6af;
  padding-bottom: 2px;
  color: #fff;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-store.is-fixed .header-store__hour:nth-of-type(2) span {
  background: #b9b9b9;
}
.header-store.is-fixed .header-store__drawer__btn {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 70px;
  width: 100%;
  border-radius: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1024px) {
  .header-store.is-fixed .header-store__drawer__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-store.is-fixed .header-store__drawer__btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-store.is-fixed .header-store__drawer__btn.--tel {
  background-color: #f7f7f7;
}
.header-store.is-fixed .header-store__drawer__btn.--tel span {
  width: 19px;
  height: 19px;
}
.header-store.is-fixed .header-store__drawer__btn.--line {
  margin-top: 8px;
  background-color: #1ac761;
  color: #fff;
}
.header-store.is-fixed .header-store__drawer__btn.--line span {
  width: 20px;
  height: 20px;
}

.fv-store {
  height: 940px;
  padding-left: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .fv-store {
    height: 932px;
    padding-left: 20px;
  }
}

.fv-store__img {
  display: block;
  height: 940px;
  overflow: hidden;
  border-radius: 0 0 0 50px;
}
@media only screen and (max-width: 1024px) {
  .fv-store__img {
    height: 731px;
  }
}
.fv-store__img img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 940px;
}
@media only screen and (max-width: 1024px) {
  .fv-store__img img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.fv-store__contents {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}
@media (1025px <= width <= 1600px) {
  .fv-store__contents {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 1024px) {
  .fv-store__contents {
    zoom: 1;
    bottom: 196px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.inverse-corner {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 1024px) {
  .inverse-corner {
    width: 30px;
    height: 30px;
  }
}
.inverse-corner::before {
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 20px 20px 0 0 #fff;
          box-shadow: 20px 20px 0 0 #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fv-store__item {
  background-color: #fff;
}
.fv-store__item:nth-of-type(1) {
  height: 328px;
  max-width: 760px;
  width: 46%;
  border-radius: 0 50px 0 0;
  padding: 72px 0 77px 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .fv-store__item:nth-of-type(1) {
    height: auto;
    max-width: 371px;
    width: 100%;
    border-radius: 0 30px 0 0;
    padding: 50px 30px 0 30px;
    font-family: "Zen Maru Gothic", serif;
  }
}
.fv-store__item:nth-of-type(1) .inverse-corner01 {
  right: -49px;
  top: 79px;
}
@media only screen and (max-width: 1024px) {
  .fv-store__item:nth-of-type(1) .inverse-corner01 {
    right: -29px;
    top: 115px;
  }
}
.fv-store__item:nth-of-type(1) .inverse-corner02 {
  top: -50px;
  left: 40px;
}
@media only screen and (max-width: 1024px) {
  .fv-store__item:nth-of-type(1) .inverse-corner02 {
    left: 19px;
    top: -29.9px;
  }
}
.fv-store__item:nth-of-type(2) {
  padding-top: 47px;
  margin-left: -1px;
  height: 200px;
  width: 66%;
  padding-right: 520px;
}
@media only screen and (max-width: 1024px) {
  .fv-store__item:nth-of-type(2) {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -1px;
    margin-left: 0px;
    height: auto;
    width: 100%;
  }
}

.fv-store__item__inner {
  max-width: 658px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .fv-store__item__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.fv-store__subtitle {
  color: #4a4a4a;
  font-size: 22px;
  padding-left: 24px;
  position: relative;
  line-height: 1.533;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .fv-store__subtitle {
    font-size: 15px;
    padding-left: 13px;
    line-height: 1.533;
    letter-spacing: 0.07em;
  }
}
.fv-store__subtitle::before {
  content: "";
  display: block;
  background-color: #48b6af;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 57%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .fv-store__subtitle::before {
    width: 6px;
    height: 6px;
  }
}

.fv-store__catchcopy {
  margin-top: 20px;
  color: #48b6af;
  font-size: 37px;
  letter-spacing: 0.15em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .fv-store__catchcopy {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 1.533;
  }
}

.fv-store__text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.733;
}
@media only screen and (max-width: 1024px) {
  .fv-store__text {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.533;
    width: 100%;
  }
}

.fixd__menu {
  position: absolute;
  top: 694px;
  right: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 355px;
  width: 100%;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .fixd__menu {
    top: 771px;
    max-width: 100%;
    right: auto;
    left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .fixd__menu {
    top: 771px;
    padding-left: 10px;
    padding-right: 10px;
    right: auto;
  }
}
.fixd__menu.is-fixed {
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  grid-template-columns: repeat(1, 1fr);
  position: fixed;
  top: auto;
  bottom: 40px;
  right: 40px;
  max-width: 170px;
}
@media only screen and (max-width: 1024px) {
  .fixd__menu.is-fixed {
    grid-template-columns: repeat(2, 1fr);
    bottom: 20px;
    right: auto;
    max-width: 100%;
  }
}
@-webkit-keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fixd__menu.is-fixed .fixd__link {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 1024px) {
  .fixd__menu.is-fixed .fixd__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 15px;
    width: 100%;
    height: 60px;
    padding: 20px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    gap: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .fixd__menu.is-fixed .fixd__link span {
    margin-inline: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .fixd__menu.is-fixed .fixd__link .tel-icon {
    width: 15.55px;
    height: 15.55px;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .fixd__menu.is-fixed .fixd__link .line-icon {
    width: 17.47px;
    height: 17.47px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media only screen and (max-width: 1024px) {
  .tel-icon {
    width: 23.56px;
    height: 23.56px;
  }
}

@media only screen and (max-width: 1024px) {
  .line-icon {
    width: 24.35px;
    height: 23.43px;
  }
}

.fixd__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  width: 170px;
  height: 170px;
  padding: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .fixd__link {
    gap: 7px;
    width: 100%;
    height: 110px;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.fixd__link span {
  display: block;
  margin-inline: auto;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1024px) {
  .fixd__link span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fixd__link.--tel {
  background-color: #f7f7f7;
  color: #4a4a4a;
  letter-spacing: 0.05em;
}
.fixd__link.--line {
  background-color: #1ac761;
  color: #fff;
}
@media (any-hover: hover) {
  .fixd__link.--line:hover {
    background-color: #fff;
    color: #1ac761;
  }
  .fixd__link.--line:hover path {
    fill: #1ac761;
  }
}

.features {
  padding-top: 95px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #f7f7f7), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
}
@media only screen and (max-width: 1024px) {
  .features {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(53%, #ffffff), color-stop(53%, #f7f7f7), to(#f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 53%, #f7f7f7 53%, #f7f7f7 100%);
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 53%, #f7f7f7 53%, #f7f7f7 100%);
    padding-top: 36px;
  }
}

.features__contents {
  margin-left: 40px;
  margin-right: 40px;
  border-radius: 50px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (1025px <= width <= 1600px) {
  .features__contents {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 1024px) {
  .features__contents {
    zoom: 1;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}

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

.features__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #48b6af;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .features__item {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding: 90px 50px;
  }
}

.features__text-box {
  max-width: 510px;
  width: 100%;
}

.features__subtitle {
  position: absolute;
  top: 80px;
  right: 80px;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .features__subtitle {
    top: 30px;
    right: 36px;
    font-size: 13px;
  }
}
.features__subtitle::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .features__subtitle::before {
    width: 8px;
    height: 8px;
    left: -16px;
  }
}

.features__title {
  font-size: 30px;
  letter-spacing: 0.15em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .features__title {
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }
}

.features__text {
  margin-top: 56px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 1024px) {
  .features__text {
    margin-top: 40px;
    font-size: 14px;
    letter-spacing: 0.065em;
    line-height: 1.95;
  }
}

.features__emphasis-text {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0.16em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .features__emphasis-text {
    margin-top: 21px;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.adaptation {
  padding-top: 120px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  .adaptation {
    padding-top: 80px;
  }
}

.title-store {
  text-align: center;
  margin-inline: auto;
  color: #48b6af;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-family: "Zen Maru Gothic", serif;
}
@media only screen and (max-width: 1024px) {
  .title-store {
    font-size: 21px;
  }
}
.title-store span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 156px;
  height: 52px;
  margin-inline: auto;
  border-radius: 27px;
  background-color: #fff;
  color: #48b6af;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1024px) {
  .title-store span {
    margin-bottom: 10px;
    height: 35px;
    width: 98px;
    font-size: 12px;
  }
}

.adaptation__main-text {
  margin-top: 27px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .adaptation__main-text {
    font-size: 14px;
    line-height: 1.833;
  }
}

.adaptation__container {
  margin-top: 60px;
  padding: 120px 30px;
  margin-left: 40px;
  margin-right: 40px;
  border-radius: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .adaptation__container {
    padding: 20px;
    margin-top: 36px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 30px;
  }
}

.adaptation__contents__wrap {
  max-width: 1260px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .adaptation__contents__wrap {
    display: none;
  }
}

.adaptation__contents {
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 40px;
}

.adaptation__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adaptation__item .arrow-circle {
  margin-left: 12px;
  background: #48b6af;
  width: 23px;
  height: 23px;
  position: relative;
  top: 2px;
}
.adaptation__item .arrow-circle:before {
  border: 1.5px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 8px;
  height: 8px;
  left: 44%;
}

.adaptation__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .adaptation__link:hover {
    opacity: 0.7;
  }
}

.adaptation__title {
  color: #48b6af;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.533;
}

.adaptation__text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.85;
}

.treatment-store {
  background-color: #f7f7f7;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .treatment-store {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

.treatment-store__container {
  max-width: 1406px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 166px 1fr;
  gap: 189px;
}
@media (1025px <= width <= 1600px) {
  .treatment-store__container {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 1024px) {
  .treatment-store__container {
    zoom: 1;
    padding-top: 64px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .treatment-store__img {
    border-radius: 20px;
    overflow: hidden;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .treatment-store__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  .treatment-store__text-box {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.treatment-store__contents--row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .treatment-store__contents--row {
    grid-template-columns: 1fr;
  }
}

.treatment-store__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .treatment-store__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.treatment-store__title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #48b6af;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.533;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
@media only screen and (max-width: 1024px) {
  .treatment-store__title {
    padding-bottom: 20px;
    font-size: 17px;
  }
}
.treatment-store__title span {
  margin-left: 4px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .treatment-store__title span {
    font-size: 12px;
  }
}

.treatment-store__text {
  padding-top: 22px;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.833;
}
@media only screen and (max-width: 1024px) {
  .treatment-store__text {
    padding-top: 22px;
    color: #171717;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.833;
  }
}

.staff {
  background-color: #f7f7f7;
}
.staff .title-store.--gray span {
  width: 104px;
  background-color: #f7f7f7;
}

.title-store.--gray span {
  background-color: #f7f7f7;
}

.staff__director__container {
  background-color: #fff;
  margin-left: 40px;
  margin-right: 40px;
  border-radius: 40px;
  padding: 70px 20px 97px 20px;
}
@media only screen and (max-width: 1024px) {
  .staff__director__container {
    padding: 50px 20px 60px 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 30px;
  }
}
.staff__director__container .title-store {
  padding-bottom: 31px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  left: 50%;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 96vw;
}
@media only screen and (max-width: 1024px) {
  .staff__director__container .title-store {
    padding-bottom: 21px;
  }
}

.staff__director__contents {
  margin-top: 50px;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .staff__director__contents {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.staff__director__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .staff__director__img {
    border-radius: 20px;
    overflow: hidden;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .staff__director__img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .staff__director__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.staff__director__status {
  width: 96px;
  height: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #48b6af;
  border-radius: 27px;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .staff__director__status {
    width: 65px;
    height: 36px;
    border-radius: 27px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.533;
  }
}

.staff__director__title {
  margin-top: 20px;
  color: #48b6af;
  font-family: "Zen Maru Gothic", serif;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 1024px) {
  .staff__director__title {
    margin-top: 15px;
    padding-bottom: 14px;
  }
}
.staff__director__title span {
  display: block;
}
.staff__director__title span:nth-of-type(1) {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .staff__director__title span:nth-of-type(1) {
    font-size: 14px;
  }
}
.staff__director__title span:nth-of-type(2) {
  margin-top: 6px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .staff__director__title span:nth-of-type(2) {
    font-size: 18px;
  }
}

.staff__director__text {
  color: #4a4a4a;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .staff__director__text {
    padding-top: 25px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.833;
  }
}

.staff__slider {
  margin-top: 50px;
  max-width: 1100px;
  margin-inline: auto;
}
.staff__slider .splide__arrow {
  background: #f7f7f7;
  height: 40px;
  width: 40px;
}
.staff__slider .splide__arrow--prev {
  left: 0.4em;
}
.staff__slider .splide__arrow--next {
  right: 0.4em;
}
.staff__slider .splide__arrow svg {
  fill: #b9b9b9;
  height: 14px;
  width: 14px;
}

.staff__line {
  display: block;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  left: 50%;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 96vw;
  padding-top: 52px;
}
@media only screen and (max-width: 1024px) {
  .staff__line {
    padding-top: 32px;
  }
}

.staff__container {
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 51px;
}
@media only screen and (max-width: 1024px) {
  .staff__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .staff__container {
    display: none;
  }
}

.staff__slider {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .staff__slider {
    display: block;
  }
}

.modal__open {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .modal__open:hover {
    opacity: 0.7;
  }
}
.modal__open:nth-of-type(5):hover {
  opacity: 1;
}

.plus-circle {
  pointer-events: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #48b6af;
  border-radius: 50%;
  z-index: 100;
}
@media only screen and (max-width: 1024px) {
  .plus-circle {
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
  }
}
.plus-circle::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 2px;
  height: 10px;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .plus-circle::before {
    width: 1.5px;
    height: 8px;
  }
}
.plus-circle::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  height: 2px;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .plus-circle::after {
    width: 8px;
    height: 1.5px;
  }
}

.modal__name {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: #fff;
  padding: 22px 30px 22px 0px;
  border-radius: 0 30px 0 0;
  color: #48b6af;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .modal__name {
    border-radius: 0 15px 0 0;
    height: 39px;
    padding: 16px 20px 0px 0px;
    font-size: 14px;
  }
}
.modal__name .inverse-corner.--modal {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1024px) {
  .modal__name .inverse-corner.--modal {
    width: 20px;
    height: 20px;
  }
}
.modal__name .inverse-corner01 {
  left: 0px;
  top: -30px;
}
@media only screen and (max-width: 1024px) {
  .modal__name .inverse-corner01 {
    top: -20px;
  }
}
.modal__name .inverse-corner02 {
  bottom: 0px;
  right: -30px;
}
@media only screen and (max-width: 1024px) {
  .modal__name .inverse-corner02 {
    right: -20px;
  }
}

/* モーダルを開くボタン */
.modal__open {
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダルを閉じるボタンの指定 */
.modal__close {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #48b6af;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .modal__close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/* モーダルのコンテンツ部分の指定 */
.modal__content {
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .modal__content {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 30px;
    max-width: 350px;
  }
}

.modal__text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 90px;
}
@media only screen and (max-width: 1024px) {
  .modal__text-box {
    padding: 81px 45px;
  }
}
.modal__text-box:not(:has(.modal__text)) .modal__title {
  text-align: center;
  padding-bottom: 0;
  border: none;
}
.modal__title {
  color: #48b6af;
  font-size: 25px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.533;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 1024px) {
  .modal__title {
    font-size: 18px;
    padding-bottom: 20px;
  }
}

.modal__text {
  font-size: 16px;
  padding-top: 30px;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .modal__text {
    font-size: 14px;
    padding-top: 20px;
  }
}

.price {
  padding-top: 32px;
  background: #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  .price {
    padding-top: 20px;
  }
}

.price__container__wrap {
  background: #48b6af;
  border-radius: 50px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 100px 20px;
}
@media only screen and (max-width: 1024px) {
  .price__container__wrap {
    border-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px 20px 20px;
  }
}

.title-store.--wh {
  color: #fff;
}
.title-store.--wh span {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.title-store.--price span {
  width: 110px;
}
@media only screen and (max-width: 1024px) {
  .title-store.--price span {
    width: 66px;
  }
}

.price__container {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
}
.price__container.--top {
  margin-top: 53px;
  background-color: #fff;
  padding: 122px 60px 60px 60px;
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .price__container.--top {
    margin-top: 41px;
    padding: 76px 25px 30px 25px;
    border-radius: 15px;
  }
}
.price__container.--top .price__table__contents {
  font-family: "Zen Maru Gothic", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .price__container.--top .price__table__contents {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 23px;
  }
}
.price__container.--top .price__table__contents:nth-of-type(1) {
  margin-top: 0px;
}
.price__container.--top .price__table__header {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .price__container.--top .price__table__header {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5px;
  }
}
.price__container.--top .price__table__header span {
  color: #fff;
  background-color: #48b6af;
  border-radius: 25px;
  height: 35px;
  width: 92px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .price__container.--top .price__table__header span {
    height: 26px;
    width: 66px;
    font-size: 11px;
    margin-left: 0px;
    padding-bottom: 3px;
  }
}
.price__container.--top .price__table__data {
  color: #48b6af;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.533;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .price__container.--top .price__table__data {
    font-size: 14px;
  }
}
.price__container.--top .price__table__data::before {
  content: "";
  display: block;
  background-color: #dbdbdb;
  max-width: 269.5px;
  width: 14vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 130px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .price__container.--top .price__table__data::before {
    display: none;
  }
}
.price__container.--top .price__table__data span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1024px) {
  .price__container.--top .price__table__data span {
    font-size: 11px;
  }
}
.price__container.--bottom {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom {
    margin-top: 21px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.price__container.--bottom .price__contents {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  padding: 92px 50px 24px 50px;
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom .price__contents {
    border-radius: 15px;
    padding: 57px 25px 12px 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom .price__contents:nth-of-type(2) .price__table:nth-of-type(4) .price__table__contents {
    border-bottom: none;
  }
}
.price__container.--bottom .price__contents .price__title {
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #48b6af;
  color: #fff;
  height: 74px;
  width: auto;
  padding: 15px 30px 20px 20px;
  border-radius: 0 0 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom .price__contents .price__title {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 10px 25px 10px 10px;
    height: 47px;
    border-radius: 0 0 15px 0;
    font-size: 15px;
  }
}
.price__container.--bottom .price__contents .price__title .inverse-corner {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom .price__contents .price__title .inverse-corner {
    width: 20px !important;
    height: 20px !important;
  }
}
.price__container.--bottom .price__contents .price__title .inverse-corner::before {
  -webkit-box-shadow: 20px 20px 0 0 #48b6af;
          box-shadow: 20px 20px 0 0 #48b6af;
}
.price__container.--bottom .price__contents .price__title .inverse-corner01 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -29px;
  top: 0px;
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom .price__contents .price__title .inverse-corner01 {
    right: -19px;
  }
}
.price__container.--bottom .price__contents .price__title .inverse-corner02 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 73px;
  left: 0px;
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom .price__contents .price__title .inverse-corner02 {
    top: 47px;
  }
}
.price__container.--bottom .price__table__contents {
  font-family: "Zen Maru Gothic", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 19.5px;
  padding-bottom: 19.5px;
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom .price__table__contents {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.price__container.--bottom .price__table:nth-of-type(6) .price__table__contents {
  border-bottom: none;
}
.price__container.--bottom .price__table__header {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom .price__table__header {
    font-size: 14px;
  }
}
.price__container.--bottom .price__table__data {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom .price__table__data {
    font-size: 14px;
  }
}
.price__container.--bottom .price__table__data span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1024px) {
  .price__container.--bottom .price__table__data span {
    font-size: 11px;
  }
}

.price__title {
  position: absolute;
  font-family: "Zen Maru Gothic", serif;
  left: 0;
  top: -1px;
  background-color: #48b6af;
  color: #fff;
  width: 184px;
  height: 74px;
  padding-right: 14px;
  padding-bottom: 13px;
  border-radius: 0 0 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .price__title {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 116px;
    height: 47px;
    padding-right: 16px;
    padding-bottom: 11px;
    border-radius: 0 0 15px 0;
    font-size: 15px;
  }
}
.price__title .inverse-corner {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1024px) {
  .price__title .inverse-corner {
    width: 20px !important;
    height: 20px !important;
  }
}
.price__title .inverse-corner::before {
  -webkit-box-shadow: 20px 20px 0 0 #48b6af;
          box-shadow: 20px 20px 0 0 #48b6af;
}
.price__title .inverse-corner01 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -29px;
  top: 0px;
}
@media only screen and (max-width: 1024px) {
  .price__title .inverse-corner01 {
    right: -19px;
  }
}
.price__title .inverse-corner02 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 73px;
  left: 0px;
}
@media only screen and (max-width: 1024px) {
  .price__title .inverse-corner02 {
    top: 47px;
  }
}

.price__premium__contents {
  border-radius: 20px;
  background-color: #f7f7f7;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .price__premium__contents {
    border-radius: 10px;
    margin-top: 23px;
    margin-bottom: 23px;
  }
}

.price__premium__contents--top {
  font-family: "Zen Maru Gothic", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 18px 30px;
  border-bottom: solid 1px #dbdbdb;
}
@media only screen and (max-width: 1024px) {
  .price__premium__contents--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 15px;
  }
}

.price__premium__header {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.533;
  color: #48b6af;
}
@media only screen and (max-width: 1024px) {
  .price__premium__header {
    font-size: 14px;
  }
}

.price__premium__data {
  color: #48b6af;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.533;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .price__premium__data {
    font-size: 14px;
  }
}
.price__premium__data span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1024px) {
  .price__premium__data span {
    font-size: 11px;
  }
}

.price__premium__contents--bottom {
  padding: 20px 30px 30px 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .price__premium__contents--bottom {
    letter-spacing: 0.05em;
    padding: 15px;
    font-size: 12px;
  }
}

.voice {
  background-color: #f7f7f7;
  padding-top: 110px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .voice {
    padding-top: 80px;
    padding-bottom: 117px;
  }
}

.title-store.--voice span {
  width: 106px;
}
@media only screen and (max-width: 1024px) {
  .title-store.--voice span {
    width: 62px;
  }
}

.voice__main-title {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .voice__main-title {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.933;
  }
}

.voice__slider {
  margin-top: 53px;
}
@media only screen and (max-width: 1024px) {
  .voice__slider {
    display: none;
  }
}
.voice__slider .voice__contents {
  max-width: 1100px;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 80px;
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice__slider .voice__name {
  margin-top: 20px;
  text-align: center;
  color: #48b6af;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.633;
}
.voice__slider .voice__title {
  color: #48b6af;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.533;
}
.voice__slider .voice__text {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.733;
}
.voice__slider .splide__pagination {
  bottom: -49px;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
  gap: 10px;
}
.voice__slider .splide__pagination__page.is-active {
  background: #48b6af;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.voice__slider .splide__pagination__page {
  height: 10px;
  width: 10px;
}

.clinic {
  background-color: #f7f7f7;
}
.clinic span {
  width: 116px;
}

@media only screen and (max-width: 1024px) {
  .title-store.--clinic span {
    width: 64px;
  }
}

.clinic__container {
  border-radius: 50px;
  background-color: #fff;
  margin-left: 40px;
  margin-right: 40px;
  padding: 100px 20px 100px 20px;
}
@media only screen and (max-width: 1024px) {
  .clinic__container {
    padding: 62px 20px 20px 20px;
    border-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.clinic__table {
  margin-top: 60px;
  max-width: 1100px;
  border-radius: 30px;
  background-color: #f7f7f7;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .clinic__table {
    margin-top: 40px;
    border-radius: 20px;
  }
}

.clinic__table__contents {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 29px 50px 29px 50px;
  border-top: solid 1px #dbdbdb;
}
@media only screen and (max-width: 1024px) {
  .clinic__table__contents {
    grid-template-columns: 1fr;
    gap: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    text-align: center;
  }
}
.clinic__table__contents:nth-of-type(1) {
  border-top: none;
  padding: 40px 50px 30px 50px;
}
@media only screen and (max-width: 1024px) {
  .clinic__table__contents:nth-of-type(1) {
    padding: 30px 20px 20px 20px;
  }
}

.clinic__table__header {
  color: #48b6af;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .clinic__table__header {
    font-size: 14px;
  }
}

.clinic__table__data {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.073em;
  line-height: 1.533;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .clinic__table__data {
    font-size: 14px;
    letter-spacing: 0.073em;
    line-height: 1.65;
  }
}

.googlemap {
  display: block;
  width: 100%;
  height: 418px;
  padding: 20px 50px 50px 50px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .googlemap {
    padding: 10px 20px 20px 20px;
    height: 390px;
  }
}
.googlemap iframe {
  border-radius: 10px;
}

.clinic-slide {
  padding-top: 39px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  .clinic-slide {
    padding-top: 20px;
  }
}

:root {
  --w: 569px;
  --gap: -20px;
  --n: 5;
  --dur: 40s;
  /* ちらつき軽減のため短縮 */
  --set: calc(var(--w) * var(--n) - var(--gap) * (var(--n) - 1));
}

@media only screen and (max-width: 1024px) {
  :root {
    --gap: -10px;
    --w: 340px;
  }
}
.clinic-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.clinic-slide__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(var(--set) * 2 - var(--gap));
  -webkit-animation: slideLoop var(--dur) linear infinite;
          animation: slideLoop var(--dur) linear infinite;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.clinic-slide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: var(--set);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clinic-slide__list--clone {
  z-index: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: var(--set);
  margin-left: calc(var(--gap) * -1);
  /* -36px */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clinic-slide__list:not(.clinic-slide__list--clone) {
  z-index: 1;
}

.clinic-slide__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--w);
      -ms-flex: 0 0 var(--w);
          flex: 0 0 var(--w);
  position: relative;
  margin-right: calc(var(--gap) * -1);
  z-index: var(--z);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .clinic-slide__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 280px;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    border-radius: 20px;
  }
}

.clinic-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@-webkit-keyframes slideLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-1 * var(--set)));
            transform: translateX(calc(-1 * var(--set)));
  }
}

@keyframes slideLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-1 * var(--set)));
            transform: translateX(calc(-1 * var(--set)));
  }
}
@media (max-width: 768px) {
  .clinic-slide__item {
    border-radius: 20px;
  }
}
/* デバッグ用：クローンの最初のスライドを可視化（必要に応じて削除百裂削除） */
.clinic-slide__list--clone .clinic-slide__item:first-child {
  background: rgba(255, 0, 0, 0.2);
}

.clinic-slide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: var(--set);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.clinic-slide__list--clone {
  z-index: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: var(--set);
  margin-left: calc(var(--gap) * -1);
  /* -36px */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clinic-slide__list:not(.clinic-slide__list--clone) {
  z-index: 1;
}

.clinic-slide__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--w);
      -ms-flex: 0 0 var(--w);
          flex: 0 0 var(--w);
  position: relative;
  margin-right: calc(var(--gap) * -1);
  z-index: var(--z);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .clinic-slide__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 280px;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    border-radius: 20px;
  }
}

.clinic-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@keyframes slideLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-1 * var(--set)));
            transform: translateX(calc(-1 * var(--set)));
  }
}
@media (max-width: 768px) {
  .clinic-slide__item {
    border-radius: 20px;
  }
}
/* デバッグ用：クローンの最初のスライドを可視化（必要に応じて削除） */
.clinic-slide__list--clone .clinic-slide__item:first-child {
  background: rgba(255, 0, 0, 0.2);
}

.group {
  background: rgba(0, 0, 0, 0.3);
  padding-top: 103px;
  padding-bottom: 130px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .group {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.group::after {
  content: "";
  border-radius: 0 0 50px 50px;
  background-color: #f7f7f7;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media only screen and (max-width: 1024px) {
  .group::after {
    border-radius: 0 0 30px 30px;
  }
}

.title-store.--group span {
  width: 110px;
}
@media only screen and (max-width: 1024px) {
  .title-store.--group span {
    width: 66px;
  }
}

.group__container {
  max-width: 1130px;
  margin-inline: auto;
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .group__container {
    margin-top: 50px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .group__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
  }
}

.group__contents {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .group__contents {
    display: grid;
    grid-template-columns: 170px 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.group__contents .arrow-circle {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #48b6af;
  width: 34px;
  height: 34px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .group__contents .arrow-circle {
    top: 10px;
    right: 10px;
    width: 17px;
    height: 17px;
  }
}
.group__contents .arrow-circle:before {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 63%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 1024px) {
  .group__contents .arrow-circle:before {
    top: 66%;
    border: 1.5px solid #fff;
    border-left: none;
    border-bottom: none;
    width: 5px;
    height: 5px;
  }
}

.group__contents {
  position: relative;
}
.group__contents .group__contents__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}
.group__contents .group__img {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .group__contents .group__img {
    height: 100%;
  }
}
.group__contents .group__img img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 768px) {
  .group__contents .group__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.group__contents .group__contents__link:hover ~ .group__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.group__item {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 250px;
}
@media only screen and (max-width: 1024px) {
  .group__item {
    height: 220px;
    height: auto;
    padding: 32px 24px;
  }
}

.group__title {
  color: #48b6af;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .group__title {
    font-size: 14px;
  }
}

.group__text {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.7px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
  text-decoration: none;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .group__text {
    letter-spacing: -0.02em;
    display: grid;
    grid-template-columns: 23px 1fr;
    gap: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 19px;
    gap: 0px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 12px;
  }
}
.group__text span {
  display: block;
  padding-top: 6px;
  width: 15px;
}
@media (any-hover: hover) {
  .group__text:hover {
    opacity: 0.7;
  }
}

.group__btn__link {
  display: block;
  margin-top: auto;
  width: 100%;
  border-radius: 25px;
  background-color: #48b6af;
  color: #fff;
  text-align: center;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.533;
  border: 1px solid #48b6af;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .group__btn__link {
    margin-top: 15px;
    padding: 15px;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .group__btn__link:hover {
    background-color: #fff;
    color: #48b6af;
  }
}

.cta {
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 168px;
  padding-bottom: 146px;
}
@media only screen and (max-width: 1024px) {
  .cta {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}

.title-store.--cta {
  color: #fff;
  letter-spacing: 0.15em;
}
.title-store.--cta span {
  width: 200px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .title-store.--cta span {
    width: 142px;
    margin-bottom: 12px;
  }
}

.cta__text {
  font-family: "Zen Maru Gothic", serif;
  margin-top: 30px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.9;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .cta__text {
    margin-top: 25px;
    font-size: 14px;
  }
}

.cta__link {
  margin-top: 37px;
  width: 356px;
  height: 94px;
  margin-inline: auto;
  border-radius: 49px;
  background-color: #48b6af;
  color: #fff;
  padding: 33px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.533;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  .cta__link {
    height: 73px;
    width: 220px;
    font-size: 15px;
    padding: 26px;
    margin-top: 40px;
  }
}
.cta__link span {
  display: block;
  margin-top: 12px;
  margin-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .cta__link span {
    margin-right: 8px;
  }
}
@media (any-hover: hover) {
  .cta__link:hover {
    background-color: #fff;
    color: #48b6af;
  }
  .cta__link:hover path {
    fill: #48b6af;
  }
}

.footer-store {
  padding-top: 132px;
  padding-bottom: 69px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 358px;
}
@media only screen and (max-width: 1024px) {
  .footer-store {
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 266.72px;
  }
}
.footer-store::after {
  content: "";
  border-radius: 50px 50px 0 0;
  background-color: #48b6af;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media only screen and (max-width: 1024px) {
  .footer-store::after {
    border-radius: 30px 30px 0 0;
  }
}

.footer-store__logo {
  width: 100%;
  max-width: 239px;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .footer-store__logo {
    max-width: 155.65px;
  }
}
.footer-store__logo img {
  width: 100%;
  height: auto;
}

.footer-store-copy {
  margin-top: 70px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .footer-store-copy {
    margin-top: 30px;
    font-size: 12px;
  }
}

.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.header.header-lower {
  opacity: 1;
  visibility: visible;
}

.fv__button-area.--lower {
  display: none;
}
@media only screen and (max-width: 768px) {
  .fv__button-area.--lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.fv__lower {
  position: relative;
}

.fv__lower__image {
  display: block;
  height: 611px;
}
@media only screen and (max-width: 768px) {
  .fv__lower__image {
    height: 412px;
  }
}
.fv__lower__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 611px;
}
@media only screen and (max-width: 768px) {
  .fv__lower__image img {
    height: 412px;
  }
}

.fv__lower__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fv__lower__text-box {
    top: 55.8%;
  }
}

.fv__lower__sub-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.533;
  padding: 8px 20px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .fv__lower__sub-text {
    font-size: 12px;
    height: 28px;
    padding-bottom: 3px;
  }
}

.fv__lower__title {
  margin-top: 15px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .fv__lower__title {
    white-space: nowrap;
    margin-top: 15px;
    font-size: 26px;
  }
}

.fv__breadcrumb {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 34px 20px 6px 20px;
  max-width: 1400px;
  width: 97%;
  height: 60px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (max-width: 768px) {
  .fv__breadcrumb {
    border-radius: 10px 10px 0 0;
    padding: 17.5px 20px 2px 20px;
    width: 90%;
    height: 32px;
  }
}
.fv__breadcrumb .inverse-corner {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 768px) {
  .fv__breadcrumb .inverse-corner {
    width: 16px;
    height: 16px;
  }
}
.fv__breadcrumb .inverse-corner::before {
  -webkit-box-shadow: 20px 20px 0 0 #fff;
          box-shadow: 20px 20px 0 0 #fff;
}
.fv__breadcrumb .inverse-corner01 {
  bottom: 0px;
  left: -19px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
  .fv__breadcrumb .inverse-corner01 {
    left: -15px;
  }
}
.fv__breadcrumb .inverse-corner02 {
  bottom: 0px;
  right: -19px;
}
@media only screen and (max-width: 768px) {
  .fv__breadcrumb .inverse-corner02 {
    right: -15px;
  }
}

.fv__breadcrumb__menu {
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 35px;
  padding-right: 32px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .fv__breadcrumb__menu {
    gap: 23px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}

.fv__breadcrumb__list:nth-of-type(2) .fv__breadcrumb__link {
  color: #4a4a4a;
  font-weight: 400;
  position: relative;
}
.fv__breadcrumb__list:nth-of-type(2) .fv__breadcrumb__link:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  position: absolute;
  top: 50%;
  left: -27px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .fv__breadcrumb__list:nth-of-type(2) .fv__breadcrumb__link:before {
    width: 6.5px;
    height: 6.5px;
    left: -18px;
  }
}

.fv__breadcrumb__link {
  color: #48b6af;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.533;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .fv__breadcrumb__link {
    font-size: 12px;
  }
}
.fv__breadcrumb__link .arrow-circle {
  background-color: #48b6af;
  border: #48b6af 1px solid;
}
.fv__breadcrumb__link .arrow-circle:before {
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
}
@media (any-hover: hover) {
  .fv__breadcrumb__link:hover .arrow-circle {
    background-color: #fff;
  }
  .fv__breadcrumb__link:hover .arrow-circle:before {
    border: 1px solid #48b6af;
    border-left: none;
    border-bottom: none;
  }
}

.lower {
  padding: 100px 20px 120px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .lower {
    padding: 50px 20px 60px 20px;
  }
}

.lower__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 100%;
}

.store__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 25px;
}
@media only screen and (max-width: 1024px) {
  .store__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .store__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 39px;
  }
}

.store__contents {
  position: relative;
}

.store__contents > a {
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

.store__contents a img {
  border-radius: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .store__contents a:hover img {
    scale: 1.05;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.store__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 163px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .store__item {
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.store__title {
  color: #48b6af;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.533;
  display: block;
}
@media only screen and (max-width: 768px) {
  .store__title {
    margin-top: -6px;
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  .store__title:hover {
    opacity: 0.7;
  }
}

.store__text {
  margin-top: 12px;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
  display: grid;
  grid-template-columns: 12.4px 1fr;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .store__text {
    letter-spacing: -0.02em -0.24px;
    display: grid;
    grid-template-columns: 10px 1fr;
    gap: 7px;
    margin-top: 2px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}
@media (any-hover: hover) {
  .store__text:hover {
    opacity: 0.7;
  }
}
.store__text span {
  display: block;
  padding-top: 2px;
  width: 12.43px;
}
@media only screen and (max-width: 768px) {
  .store__text span {
    width: 10px;
  }
}

.store__btn-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .store__btn-box {
    margin-top: 20px;
  }
}

.store__btn__link {
  border-radius: 5px;
  background-color: #48b6af;
  border: #48b6af 1px solid;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media (any-hover: hover) {
  .store__btn__link:hover {
    color: #48b6af;
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .store__btn__link {
    padding: 13px;
    font-size: 13px;
  }
}
.store__btn__link.--gray {
  background-color: #ebebeb;
  border: #ebebeb 1px solid;
  color: #4a4a4a;
}
@media (any-hover: hover) {
  .store__btn__link.--gray:hover {
    color: #fff;
    border: #4a4a4a 1px solid;
    background-color: #4a4a4a;
  }
}

.store__nav {
  background-color: #f7f7f7;
  padding: 120px 20px;
}
@media only screen and (max-width: 768px) {
  .store__nav {
    padding: 60px 20px;
  }
}

.store__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .store__menu {
    gap: 10px;
    width: 100%;
  }
}

.store__list {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .store__list {
    width: 100%;
  }
}

.store__link {
  position: relative;
  background-color: #fff;
  display: grid;
  grid-template-columns: 51px 1fr;
  gap: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 147px;
  padding: 48px 40px;
  border-radius: 7px;
}
@media (any-hover: hover) {
  .store__link:hover .arrow-circle {
    background-color: #fff;
  }
  .store__link:hover .arrow-circle:before {
    border: 1px solid #48b6af;
    border-left: none;
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .store__link {
    grid-template-columns: 42px 1fr;
    gap: 15px;
    width: 100%;
    height: 100px;
    padding: 31px 25px;
  }
}
.store__link .arrow-circle {
  position: absolute;
  top: 15px;
  right: 15px;
  border: #48b6af 1px solid;
  background-color: #48b6af;
}
@media only screen and (max-width: 768px) {
  .store__link .arrow-circle {
    width: 19px;
    height: 19px;
  }
}
.store__link .arrow-circle:before {
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .store__link .arrow-circle:before {
    left: 45%;
    width: 5px;
    height: 5px;
  }
}

.store__link__title {
  color: #48b6af;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .store__link__title {
    font-size: 15px;
  }
}

.store__link__subtitle {
  margin-top: 7px;
  font-family: "Roboto", sans-serif;
  color: #b9b9b9;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .store__link__subtitle {
    margin-top: 5px;
    font-size: 11px;
  }
}

/* ===== パンくずリスト ===== */
.footer-breadcrumb {
  padding: 30px 0;
  background-color: var(--main-color);
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .footer-breadcrumb {
    padding: 17px 0;
  }
}

.footer-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-breadcrumb__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 768px) {
  .footer-breadcrumb__item {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
.footer-breadcrumb__item:not(:last-child) {
  margin-right: 15px;
}
.footer-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .footer-breadcrumb__item:not(:last-child)::after {
    width: 6px;
    height: 6px;
    margin-left: 10px;
  }
}

.footer-breadcrumb__link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-breadcrumb__current {
  color: #fff;
}

.privacy__main-text {
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.089em;
  line-height: 1.833;
}
@media only screen and (max-width: 768px) {
  .privacy__main-text {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.077em;
  }
}

.privacy__title-box {
  margin-top: 70px;
  padding-left: 30px;
  padding-bottom: 19px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .privacy__title-box {
    margin-top: 60px;
    padding-left: 20px;
    padding-bottom: 10px;
  }
}
.privacy__title-box::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #48b6af;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .privacy__title-box::before {
    width: 7px;
    height: 7px;
  }
}
.privacy__title-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(68, 182, 175)), color-stop(5%, rgb(68, 182, 175)), to(rgb(235, 235, 235)));
  background: -webkit-linear-gradient(left, rgb(68, 182, 175) 0%, rgb(68, 182, 175) 5%, rgb(235, 235, 235) 100%);
  background: linear-gradient(90deg, rgb(68, 182, 175) 0%, rgb(68, 182, 175) 5%, rgb(235, 235, 235) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.privacy__title {
  color: #48b6af;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 768px) {
  .privacy__title {
    font-size: 17px;
  }
}

.privacy__sub-title {
  font-family: "Roboto", sans-serif;
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.533;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .privacy__sub-title {
    font-size: 12px;
    margin-top: 5px;
  }
}

.privacy__text {
  padding: 30px 30px 0px 30px;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.076em;
  line-height: 1.733;
}
@media only screen and (max-width: 768px) {
  .privacy__text {
    padding: 20px 20px 0px 20px;
    font-size: 14px;
    line-height: 1.833;
  }
}

.privacy__menu {
  padding: 30px 30px 0px 90px;
  color: #171717;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.633;
}
@media only screen and (max-width: 768px) {
  .privacy__menu {
    padding: 22px 30px 0px 61px;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.06em;
    line-height: 1.833;
  }
}

.privacy__list {
  position: relative;
}
.privacy__list::before {
  content: "01";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #48b6af;
  color: #48b6af;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -60px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  padding-left: 2px;
}
.privacy__list:nth-of-type(2) {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .privacy__list:nth-of-type(2) {
    margin-top: 13px;
  }
}
.privacy__list:nth-of-type(2)::before {
  content: "02";
}

.privacy__nest__menu {
  padding-left: 5px;
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .privacy__nest__menu {
    padding-left: 2px;
    gap: 2px;
    margin-top: 10px;
  }
}

.privacy__nest__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media only screen and (max-width: 768px) {
  .privacy__nest__list {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    line-height: 1.64;
  }
}
.privacy__nest__list span {
  font-family: "Roboto", sans-serif;
  padding-top: 3px;
  color: #48b6af;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 768px) {
  .privacy__nest__list span {
    font-size: 12px;
  }
}

.fv__lower__image.--contact {
  display: block;
  height: 691px;
}
@media only screen and (max-width: 768px) {
  .fv__lower__image.--contact {
    height: 545px;
  }
}
.fv__lower__image.--contact img {
  height: auto;
  min-height: 691px;
}
@media only screen and (max-width: 768px) {
  .fv__lower__image.--contact img {
    min-height: 545px;
  }
}

.fv__lower__text-box.--contact {
  top: 44%;
}
@media only screen and (max-width: 768px) {
  .fv__lower__text-box.--contact {
    top: 41%;
  }
}
@media only screen and (max-width: 768px) {
  .fv__lower__text-box.--contact .fv__lower__sub-text {
    padding-bottom: 9px;
  }
}

.fv__lower__btn-box {
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 71px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .fv__lower__btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fv__lower__btn__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 71px;
  max-width: 450px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
  color: #fff;
  border: solid 1px #fff;
  padding: 24px 30px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .fv__lower__btn__link {
    border-radius: 5px;
    height: 52px;
    padding: 20px;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .fv__lower__btn__link:hover {
    background-color: #fff;
    color: #48b6af;
    cursor: pointer;
  }
  .fv__lower__btn__link:hover:before {
    border-right: 1px solid #48b6af;
    border-bottom: 1px solid #48b6af;
  }
}
.fv__lower__btn__link:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .fv__lower__btn__link:before {
    top: 44%;
    width: 8px;
    height: 8px;
  }
}

.contact__title-box {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  margin-top: -7px;
}
@media only screen and (max-width: 768px) {
  .contact__title-box {
    text-align: center;
    padding-bottom: 23px;
    position: relative;
    margin-top: -12px;
  }
}
.contact__title-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 235, 235)), color-stop(50%, rgb(68, 182, 175)), to(rgb(235, 235, 235)));
  background: -webkit-linear-gradient(left, rgb(235, 235, 235) 0%, rgb(68, 182, 175) 50%, rgb(235, 235, 235) 100%);
  background: linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(68, 182, 175) 50%, rgb(235, 235, 235) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact__sub-title {
  color: #b9b9b9;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 768px) {
  .contact__sub-title {
    font-size: 12px;
  }
}

.contact__title {
  margin-top: 10px;
  color: #48b6af;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 768px) {
  .contact__title {
    margin-top: 10px;
    font-size: 18px;
  }
}

.contact__main-text {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 768px) {
  .contact__main-text {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 54px;
    font-size: 14px;
  }
}

.contact__contents {
  border-radius: 10px;
  padding: 37px 37px 37px 60px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .contact__contents {
    gap: 12.5px;
  }
}
@media only screen and (max-width: 768px) {
  .contact__contents {
    padding: 30px;
  }
}
.contact__contents:first-of-type {
  margin-top: 0px;
}

.contact__contents__title {
  color: #48b6af;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.533;
  width: 220px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .contact__contents__title {
    font-size: 15px;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .contact__contents__title:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.contact__text-box {
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .contact__text-box {
    max-width: 100%;
  }
}

.contact__text {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
  padding-bottom: 17px;
  border-bottom: 1px solid #dbdbdb;
  margin-left: 13px;
  text-indent: -12px;
  text-align: justify;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .contact__text:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  .contact__text {
    letter-spacing: 0;
    font-size: 12px;
    padding-bottom: 12px;
  }
}
.contact__text span {
  margin-bottom: -5px;
  width: 12.5px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .contact__text span {
    width: 10px;
  }
}

.contact__hours {
  padding-top: 12px;
}

.contact__hour__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.contact__hour {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 768px) {
  .contact__hour {
    font-size: 12px;
  }
}
.contact__hour span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: #48b6af;
  padding: 3px 7px;
  height: 24px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .contact__hour span {
    font-size: 11px;
    padding: 0px 5px 4px 5px;
    height: 20px;
  }
}
.contact__hour:nth-of-type(2) span {
  background-color: #b9b9b9;
}

.contact__text-bottom {
  margin-top: 6px;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
@media only screen and (max-width: 768px) {
  .contact__text-bottom {
    font-size: 11px;
  }
}

.contact__btn-box {
  max-width: 200px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .contact__btn-box {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

.contact__btn__link {
  width: 200px;
  height: 46px;
  background-color: #fff;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .contact__btn__link {
    font-size: 13px;
    width: 100%;
    height: 40px;
  }
}
.contact__btn__link:nth-of-type(2) {
  color: #fff;
  background-color: #48b6af;
  padding-bottom: 4px;
}
@media only screen and (max-width: 1024px) {
  .contact__btn__link:nth-of-type(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (any-hover: hover) {
  .contact__btn__link:nth-of-type(2):hover {
    background-color: #fff;
    color: #48b6af;
  }
}

.contact-form__container {
  display: grid;
  grid-template-columns: 1fr 54.5%;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .contact-form__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.contact-form {
  padding: 0 20px 10px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .contact-form {
    padding: 0 20px 0 20px;
  }
}

.contact-form__contents:first-of-type {
  padding-top: 94px;
}
@media only screen and (max-width: 768px) {
  .contact-form__contents:first-of-type {
    padding-top: 40px;
  }
}
.contact-form__contents:nth-of-type(2) {
  position: relative;
}
.contact-form__contents:nth-of-type(2)::before {
  content: "";
  display: block;
  background-color: #f7f7f7;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 0px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .contact-form__contents:nth-of-type(2)::before {
    width: 140%;
    right: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.contact__title-box.--left {
  text-align: left;
}
.contact__title-box.--left::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(68, 182, 175)), color-stop(5%, rgb(68, 182, 175)), to(rgb(235, 235, 235)));
  background: -webkit-linear-gradient(left, rgb(68, 182, 175) 0%, rgb(68, 182, 175) 5%, rgb(235, 235, 235) 100%);
  background: linear-gradient(90deg, rgb(68, 182, 175) 0%, rgb(68, 182, 175) 5%, rgb(235, 235, 235) 100%);
}

.contact-form__text {
  margin-top: 67px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.833;
}
@media only screen and (max-width: 768px) {
  .contact-form__text {
    margin-top: 40px;
    font-size: 14px;
  }
}

#mail_form {
  width: 100% !important;
  margin: 0 !important;
  background: #f7f7f7 !important;
  border: none !important;
  border-radius: 20px 0px 0px 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.8 !important;
  padding: 80px 0 120px 70px;
}
@media only screen and (max-width: 768px) {
  #mail_form {
    padding: 50px 0px 60px 0px;
  }
}

#mail_form dl {
  width: 100% !important;
  border-bottom: none !important;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 30px !important;
}
#mail_form dl:first-of-type {
  margin-top: 0px !important;
}

#mail_form dl dt {
  width: auto !important;
  float: left !important;
  padding: 0px 0px 8px 17px !important;
  text-align: left !important;
  color: #48b6af;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.533;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #mail_form dl dt {
    font-size: 12px;
  }
}
#mail_form dl dt.--gray {
  color: #909090;
}
#mail_form dl dt.--gray::before {
  background-color: #dbdbdb;
}
#mail_form dl dt::before {
  content: "";
  display: block;
  background-color: #48b6af;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 40%;
  left: 0px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#mail_form dl dt::before.--gray {
  background-color: #909090;
}

input::-webkit-input-placeholder {
  color: #b9b9b9;
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}

input::-moz-placeholder {
  color: #b9b9b9;
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}

input:-ms-input-placeholder {
  color: #b9b9b9;
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}

input::-ms-input-placeholder {
  color: #b9b9b9;
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}

input::placeholder {
  color: #b9b9b9;
  font-size: 16px;
  opacity: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  input::-webkit-input-placeholder {
    font-size: 14px;
  }
  input::-moz-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder {
    font-size: 14px;
  }
  input::-ms-input-placeholder {
    font-size: 14px;
  }
  input::placeholder {
    font-size: 14px;
  }
}

#mail_form dl dd {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}

#mail_form input[type=text],
#mail_form input[type=email],
#mail_form input[type=tel] {
  width: 100% !important;
  padding: 10px 19px !important;
  border: none !important;
  height: 55px !important;
  border-radius: 5px !important;
  background: #fff !important;
  -webkit-appearance: none !important;
  font-size: 16px !important;
  display: block;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  #mail_form input[type=text],
  #mail_form input[type=email],
  #mail_form input[type=tel] {
    width: 100% !important;
    height: 50px !important;
    font-size: 14px !important;
  }
}

#mail_form textarea {
  display: block !important;
  width: 100% !important;
  height: 230px !important;
  padding: 10px 19px !important;
  border: none !important;
  border-radius: 5px !important;
  background: #fff !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media only screen and (max-width: 768px) {
  #mail_form textarea {
    font-size: 14px !important;
    height: 159px !important;
    width: 100% !important;
  }
}

#mail_form ul {
  max-width: 281px !important;
  margin-inline: auto !important;
  margin-top: 30px !important;
}
@media only screen and (max-width: 768px) {
  #mail_form ul {
    max-width: 206px !important;
  }
}

#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 0 !important;
  border-radius: none !important;
  background: transparent !important;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.533;
}
@media only screen and (max-width: 768px) {
  #mail_form ul li label {
    font-size: 12px;
  }
}

#mail_form ul li input[type=checkbox] {
  margin: 0 13px 0 0 !important;
  width: 24px;
  height: 24px;
  border: 2px solid #48b6af; /* 赤枠 */
  appearance: none; /* ブラウザ標準スタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #efefef !important; /* 赤枠 */
  position: relative;
}
@media only screen and (max-width: 768px) {
  #mail_form ul li input[type=checkbox] {
    margin: 0 7px 0 0 !important;
    width: 16px;
    height: 16px;
  }
}
#mail_form ul li input[type=checkbox]::before {
  content: "";
  display: none;
  background-color: #48b6af;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #mail_form ul li input[type=checkbox]::before {
    width: 10px;
    height: 10px;
  }
}

#mail_form ul li input[type=checkbox]:checked::before {
  display: block;
}

#mail_form p#form_submit {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 20px 0 0 0 !important;
  text-align: center !important;
}

#mail_form input[type=button] {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0px !important;
  border: 1px solid #48b6af !important;
  border-radius: 30px !important;
  background: #48b6af !important;
  font-size: 16px;
  color: #ffffff;
  width: 232px;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 58px !important;
  border-radius: 42px !important;
  width: 230px !important;
}
@media only screen and (max-width: 768px) {
  #mail_form input[type=button] {
    font-size: 14px !important;
    width: 240px;
    height: 56px;
  }
}
@media (any-hover: hover) {
  #mail_form input[type=button]:hover {
    background: #fff !important;
    color: #48b6af;
  }
}

.thanks__btn__link {
  background-color: #48b6af;
  color: #fff;
  border: #48b6af 1px solid;
  width: 200px;
  height: 46px;
  display: block;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .thanks__btn__link {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .thanks__btn__link:hover {
    background-color: #fff;
    color: #48b6af;
  }
}

.contact__main-text.--thanks {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact__main-text.--thanks {
    text-align: left;
  }
}

div#agreement {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.header-recruit__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.header-recruit__logo p {
  font-weight: 700;
  font-size: 12px;
  padding-left: 14px;
  position: relative;
}
.header-recruit__logo p::before {
  content: "";
  display: block;
  background-color: #b9b9b9;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-recruit__item {
  background-color: #fff;
}

.header-recruit__menu {
  margin-top: 29px;
}

.header-recruit__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #171717;
  position: relative;
  padding-left: 20px;
  gap: 15px;
  letter-spacing: 0.08em;
  height: 65px;
}

.header-recruit__item-link .plus-circle {
  position: relative;
  top: auto;
  right: auto;
  width: 18px;
  height: 18px;
  border: solid #48b6af 1px;
  background-color: #fff;
}
.header-recruit__item-link .plus-circle::before {
  content: "";
  display: block;
  background-color: #48b6af;
  width: 1px;
  height: 8px;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-recruit__item-link .plus-circle::after {
  content: "";
  display: block;
  background-color: #48b6af;
  width: 8px;
  height: 1px;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-recruit__submenu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  background-color: #f7f7f7;
  border-radius: 10px;
  width: 90%;
  margin-inline: auto;
  pointer-events: none;
  /* 非表示時にクリックできないように */
}

/* 開いたときの状態 */
.header-recruit__item.open .header-recruit__submenu {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

/* アイコン切り替え（オプション） */
.header-recruit__item.open .plus-circle::before {
  opacity: 0;
}

/* メニューリスト項目 */
.header-recruit__submenu li {
  display: block;
}

.header-recruit__submenu li:first-of-type a {
  margin-top: 30px;
}

.header-recruit__submenu li:last-of-type a {
  margin-bottom: 30px;
}

.header-recruit__submenu li a {
  font-size: 13px;
  text-decoration: none;
  margin-top: 15px;
  padding-left: 49px;
  padding-right: 30px;
  display: block;
  line-height: 1.6;
  position: relative;
}
.header-recruit__submenu li a::before {
  content: "";
  display: block;
  background-color: #b9b9b9;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-recruit__button-area {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 20px;
}

.header-recruit__button-area .header-recruit__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #171717;
  position: relative;
  gap: 15px;
  letter-spacing: 0.08em;
  height: 65px;
}
.header-recruit__button-area .header-recruit__button .arrow-circle {
  width: 18px;
  height: 18px;
  margin-left: 0;
  background-color: #48b6af;
}
.header-recruit__button-area .header-recruit__button .arrow-circle:before {
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
}

.header-recruit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 236px;
  padding: 30px 50px 60px 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 1024px) {
  .header-recruit {
    display: block;
    zoom: 1;
    width: 100%;
    height: 75px;
    line-height: 75px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 31.5px 30px 20px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-recruit__nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px 20px 70px 20px;
    height: auto;
    max-height: 100vh;
    z-index: 1000;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    background: #000;
    border-radius: 0 0 30px 30px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .header-recruit__nav {
    background: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .header-recruit__nav.is-open {
    right: 0;
  }
}

.header-recruit__drawer__btn {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 70px;
  width: 100%;
  border-radius: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1024px) {
  .header-recruit__drawer__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-recruit__drawer__btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-recruit__drawer__btn.--tel {
  background-color: #f7f7f7;
}
.header-recruit__drawer__btn.--tel span {
  width: 19px;
  height: 19px;
}
.header-recruit__drawer__btn.--line {
  margin-top: 8px;
  background-color: #1ac761;
  color: #fff;
}
.header-recruit__drawer__btn.--line span {
  width: 20px;
  height: 20px;
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.header-recruit__nav__toggle {
  display: none;
  position: fixed;
  z-index: 2000;
  min-width: 30px;
  cursor: pointer;
  background: #48b6af;
  top: 15px;
  right: 15px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .header-recruit__nav__toggle {
    display: block;
  }
}

.header-recruit__nav__menu-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  width: 18px;
  height: 1.5px;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header-recruit__nav__menu-line1 {
  top: 24px;
}

.header-recruit__nav__menu-line2 {
  top: 30px;
}

.header-recruit__nav__menu-line3 {
  top: 36px;
}

#js-nav-menu.is-open .header-recruit__nav__menu-line1 {
  position: absolute;
  top: 30px;
  left: 22px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 1.5px;
}

#js-nav-menu.is-open .header-recruit__nav__menu-line2 {
  opacity: 0;
}

#js-nav-menu.is-open .header-recruit__nav__menu-line3 {
  position: absolute;
  top: 30px;
  left: 22px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: 1.5px;
}

.overlay {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  position: fixed;
  top: 0px;
  right: -100%;
  height: 100%;
  width: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.overlay.is-open {
  pointer-events: visible;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .header.--recruit {
    display: none;
  }
}

.recruit__entry {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 195px;
  height: 195px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .recruit__entry:hover::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .recruit__entry {
    width: 114px;
    height: 114px;
  }
}
.recruit__entry img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__entry img:first-of-type {
  width: 84px;
  position: absolute;
  top: 110px;
  left: auto;
  right: 15px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .recruit__entry img:first-of-type {
    width: 55px;
    top: 59px;
    right: 12px;
  }
}
.recruit__entry::before {
  content: "";
  display: block;
  background-color: #48b6af;
  width: 195px;
  height: 195px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contents-wrapper.--recruit {
  background: transparent;
}

.recruit__fixd-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.recruit__fixd-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-corner {
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .recruit-corner {
    width: 60px;
    height: 60px;
  }
}
.recruit-corner::before {
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 200px 200px 0 0 #48b6af;
          box-shadow: 200px 200px 0 0 #48b6af;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .recruit-corner::before {
    -webkit-box-shadow: 60px 60px 0 0 #48b6af;
            box-shadow: 60px 60px 0 0 #48b6af;
  }
}

/* ─────────────────────────────────────────────────
  recruit.scss
──────────────────────────────────────────────── */
.recruit__fv {
  position: relative;
  width: 100%;
  height: 1109px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .recruit__fv {
    height: 980px;
  }
}
.recruit__fv::before {
  content: "Be-Fine RECRUIT SITE";
  position: absolute;
  top: 53.5%;
  left: 56px;
  font-family: "Roboto", sans-serif;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-size: 17px;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #222;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .recruit__fv::before {
    font-size: 12px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    top: 31.5%;
    left: 20px;
  }
}
.recruit__fv::after {
  content: "●";
  position: absolute;
  top: 54.8%;
  left: 62px;
  font-family: "Roboto", sans-serif;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #222;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .recruit__fv::after {
    top: 32.5%;
    left: 26px;
    font-size: 6.3px;
  }
}
.recruit__fv .recruit-corner01 {
  right: 0px;
  bottom: -1px;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  z-index: 10;
}
.recruit__fv .recruit-corner01::before {
  -webkit-box-shadow: 200px 200px 0 0 #48b6af;
          box-shadow: 200px 200px 0 0 #48b6af;
}
@media only screen and (max-width: 1024px) {
  .recruit__fv .recruit-corner01::before {
    -webkit-box-shadow: 60px 60px 0 0 #48b6af;
            box-shadow: 60px 60px 0 0 #48b6af;
  }
}

.recruit__fv__logo {
  position: absolute;
  top: 58px;
  left: 69px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__logo {
    position: absolute;
    top: 25px;
    left: 20px;
    gap: 22px;
  }
}
.recruit__fv__logo img {
  width: 257px;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__logo img {
    width: 158px;
  }
}

.recruit__fv__site-text {
  font-size: 18px;
  color: #222;
  padding-left: 21px;
  height: auto;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__site-text {
    padding-left: 13px;
    font-size: 12px;
  }
}
.recruit__fv__site-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #b9b9b9;
  border-radius: 30px;
}

.recruit__fv__row {
  display: block;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__row {
    display: block;
  }
}

.recruit__fv__image {
  position: relative;
  width: 100%;
  height: 1109px;
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__image {
    height: 980px;
  }
}
.recruit__fv__image picture,
.recruit__fv__image img {
  display: block;
  height: 1109px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__image picture,
  .recruit__fv__image img {
    height: 980px;
  }
}

.recruit__fv__copy {
  position: absolute;
  right: 8.5vw;
  bottom: 304px;
  z-index: 3;
  width: 662px;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__copy {
    position: absolute;
    right: 30px;
    bottom: 200px;
    z-index: 3;
    width: 335px;
  }
}
.recruit__fv__copy h1 img {
  max-width: 662px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__copy h1 img {
    max-width: 335px;
    margin-bottom: 30px;
  }
}
.recruit__fv__copy .fv__text {
  margin-top: 64px;
  font-size: 18px;
  color: #171717;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2.233;
  padding-left: 14px;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__copy .fv__text {
    margin-top: 0px;
    line-height: 2.1;
    font-size: 12px;
    padding-left: 0;
  }
}

.recruit__scrolldown {
  position: absolute;
  bottom: 145px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #555;
  z-index: 10;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .recruit__scrolldown {
    bottom: 102px;
    font-size: 11px;
  }
}
.recruit__scrolldown::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 50%;
  background: #44b6af;
  z-index: 1;
  -webkit-animation: circlemove 1.4s ease-in-out infinite;
          animation: circlemove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .recruit__scrolldown::before {
    width: 8px;
    height: 8px;
  }
}
@-webkit-keyframes circlemove {
  0% {
    bottom: -20px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    bottom: -36px;
    opacity: 0;
  }
}
@keyframes circlemove {
  0% {
    bottom: -20px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    bottom: -36px;
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  @-webkit-keyframes circlemove {
    0% {
      bottom: -12px;
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      bottom: -28px;
      opacity: 0;
    }
  }
  @keyframes circlemove {
    0% {
      bottom: -12px;
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      bottom: -28px;
      opacity: 0;
    }
  }
}
.recruit__scrolldown::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 20px;
  height: 35px;
  margin-top: 8px;
  border-radius: 11px;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .recruit__scrolldown::after {
    bottom: -28px;
    width: 15px;
    height: 27px;
  }
}

.recruit__fv__menu {
  position: absolute;
  top: 60px;
  right: 95px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .recruit__fv__menu {
    display: none;
  }
}

.recruit__fv__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.recruit__fv__item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__item {
    border-bottom: none;
  }
}
.recruit__fv__item:hover .recruit__fv__submenu {
  visibility: visible;
  opacity: 1;
}

.recruit__fv__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 7px 0;
}
@media (any-hover: hover) {
  .recruit__fv__item-link:hover .plus-circle::before {
    opacity: 0;
  }
}
.recruit__fv__item-link .plus-circle {
  top: 12px;
  right: -24px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: #48b6af 1px solid;
  border-radius: 50%;
  z-index: 100;
}
.recruit__fv__item-link .plus-circle::before {
  background-color: #48b6af;
  width: 1px;
  height: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit__fv__item-link .plus-circle::after {
  background-color: #48b6af;
  width: 8px;
  height: 1px;
}
.recruit__fv__item-link .recruit__fv__item-subtitle {
  font-size: 14px;
  color: #b9b9b9;
}
.recruit__fv__item-link::after {
  content: url("../../asset/image/common/plus-icon.svg");
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.recruit__fv__item-link:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.recruit__fv__submenu {
  position: absolute;
  top: 100%;
  right: -30px;
  min-width: 276px;
  background: #f7f7f7;
  padding: 35px 35px 35px 5px;
  border-radius: 20px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 110;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.533;
}
.recruit__fv__submenu li + li {
  margin-top: 8px;
}
.recruit__fv__submenu a {
  color: #171717;
  font-size: 15px;
  text-decoration: none;
  padding-left: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 10px;
}
.recruit__fv__submenu a::before {
  content: "";
  display: block;
  background-color: #b9b9b9;
  width: 8px;
  height: 1px;
  margin-top: 12px;
}
@media (any-hover: hover) {
  .recruit__fv__submenu a:hover {
    opacity: 0.7;
  }
}

.recruit__fv__button-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 17px;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 0px 7px;
  margin-top: 10px;
  text-align: end;
}

.recruit__fv__button-area .arrow-circle {
  position: absolute;
  top: 7px;
  right: -31px;
  width: 18px;
  height: 18px;
  background-color: #48b6af;
  border: #48b6af 1px solid;
  border-radius: 50%;
  z-index: 100;
  margin-left: 0px;
}

.recruit__fv__button-area .arrow-circle:before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.recruit__fv__button {
  position: relative;
}

@media (any-hover: hover) {
  .recruit__fv__button:hover {
    position: relative;
  }
  .recruit__fv__button:hover .arrow-circle {
    background-color: #fff;
  }
  .recruit__fv__button:hover .arrow-circle:before {
    border-right: 1px solid #48b6af;
    border-top: 1px solid #48b6af;
  }
}
.recruit__fv__button-en {
  font-size: 14px;
  font-family: var(--en);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 768px) {
  .recruit__fv__button-en {
    display: none;
  }
}

.messeage {
  background-color: #48b6af;
  color: white;
  padding: 294px 100px 302px 16.1458333333vw;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .messeage {
    padding: 91px 20px 113px 20px;
  }
}
.messeage::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  width: 736px;
  height: 1173px;
  position: absolute;
  top: -200px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .messeage::before {
    width: 100%;
    height: 354px;
    top: 700px;
  }
}
@media screen and (max-width: 500px) {
  .messeage::before {
    top: 202.3255813953vw;
  }
}
.messeage .recruit-corner01 {
  left: 0px;
  top: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .messeage .recruit-corner01 {
    left: 0px;
    top: -1px;
  }
}
.messeage .recruit-corner01::before {
  -webkit-box-shadow: 200px 200px 0 0 #fff;
          box-shadow: 200px 200px 0 0 #fff;
}
@media only screen and (max-width: 1024px) {
  .messeage .recruit-corner01::before {
    -webkit-box-shadow: 60px 60px 0 0 #fff;
            box-shadow: 60px 60px 0 0 #fff;
  }
}
.messeage .recruit-corner02 {
  bottom: -1px;
  right: 0px;
  -webkit-transform: rotate(180px);
          transform: rotate(180px);
}
@media only screen and (max-width: 1024px) {
  .messeage .recruit-corner02 {
    right: 0px;
    bottom: -1px;
  }
}
.messeage .recruit-corner02::before {
  -webkit-box-shadow: 200px 200px 0 0 #fff;
          box-shadow: 200px 200px 0 0 #fff;
}
@media only screen and (max-width: 1024px) {
  .messeage .recruit-corner02::before {
    -webkit-box-shadow: 60px 60px 0 0 #fff;
            box-shadow: 60px 60px 0 0 #fff;
  }
}

.recruit__en-text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: calc(18.5% - 150px);
  left: 10.9375vw;
  top: 227px;
  font-size: 19px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1024px) {
  .recruit__en-text {
    left: 15px;
    top: 79px;
    font-size: 12px;
  }
}
.recruit__en-text span {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.533;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .recruit__en-text span {
    font-size: 12px;
  }
}
.recruit__en-text span:nth-of-type(1) {
  text-transform: uppercase;
}
.recruit__en-text span:nth-of-type(2)::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 111px;
  left: 38px;
}
@media only screen and (max-width: 1024px) {
  .recruit__en-text span:nth-of-type(2)::before {
    width: 6px;
    height: 6px;
    left: 24px;
    top: 69px;
  }
}

.recruit__bg-text {
  position: absolute;
  z-index: -1;
}

.recruit__bg-text.--message {
  width: 810px;
  left: -29px;
  bottom: 153px;
}
@media only screen and (max-width: 1024px) {
  .recruit__bg-text.--message {
    left: -8px;
    bottom: 530px;
    width: 341px;
  }
}

.recruit__bg-text.--message.--pc {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .recruit__bg-text.--message.--pc {
    display: none;
  }
}

.recruit__bg-text.--message.--sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .recruit__bg-text.--message.--sp {
    display: block;
    bottom: -90px;
  }
}

.messeage__contents {
  max-width: 1390px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 630px 1fr;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (1025px <= width <= 1280px) {
  .messeage__contents {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .messeage__contents {
    grid-template-columns: 1fr;
    gap: 116px;
  }
}

.messeage__item {
  padding-top: 20px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .messeage__item {
    padding-left: 51px;
    position: relative;
  }
}

.messeage__sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.533;
  color: #fff;
  padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
  .messeage__sub-title {
    padding-left: 35px;
    font-size: 12px;
  }
}

.messeage__sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .messeage__sub-title::before {
    width: 40px;
  }
}

.messeage__title {
  margin-top: 47px;
}
@media only screen and (max-width: 1024px) {
  .messeage__title {
    margin-top: 25px;
  }
}

.messeage__title span {
  background-color: white;
  color: #2bb1aa;
  font-weight: bold;
  display: inline-block;
  padding: 12px 15px 14px 15px;
  margin-top: 17px;
  line-height: 1;
  font-size: clamp(22px, 2.1354166667vw, 40px);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .messeage__title span.--pc {
    display: none;
  }
}
.messeage__title span.--tb {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .messeage__title span.--tb {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .messeage__title span {
    white-space: wrap;
    padding: 4px 8px 6px 8px;
    margin-top: 11px;
    line-height: 1;
    font-size: 22px;
  }
}
.messeage__title span:first-of-type {
  margin-top: 0;
}

.messeage__text {
  margin-top: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1024px) {
  .messeage__text {
    letter-spacing: 0.01em;
    margin-top: 35px;
    font-size: 14px;
  }
}

.messeage__img {
  -webkit-transform: scale(1);
          transform: scale(1);
  padding-top: 4px;
}
@media only screen and (max-width: 1024px) {
  .messeage__img {
    padding-top: 0px;
    position: relative;
    right: -14px;
  }
}
@media only screen and (max-width: 768px) {
  .messeage__img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.messeage__img img,
.messeage__img source {
  width: 100%;
  height: auto;
  display: block;
}

.recruit__title {
  position: relative;
}

.recruit__title span:first-child {
  color: #323232;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .recruit__title span:first-child {
    font-size: 28px;
  }
}

.recruit__title span:last-child {
  display: block;
  color: #171717;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.533;
  padding-left: 26px;
  position: relative;
  margin-top: 7px;
}
@media only screen and (max-width: 1024px) {
  .recruit__title span:last-child {
    font-size: 15px;
  }
}
.recruit__title span:last-child::before {
  content: "";
  display: block;
  background-color: #2bb1aa;
  width: 14px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-features {
  padding: 236px 0px 236px 210px;
  background-color: #fff;
  position: relative;
  border-radius: 0 0 0 200px;
}
@media only screen and (max-width: 1024px) {
  .recruit-features {
    padding: 98px 0px 100px 20px;
    background-color: #fff;
    position: relative;
    border-radius: 0 0 0 60px;
  }
}
.recruit-features .recruit-corner01 {
  left: 0;
  top: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recruit-features .recruit-corner01::before {
  -webkit-box-shadow: 200px 200px 0 0 #48b6af;
          box-shadow: 200px 200px 0 0 #48b6af;
}
@media only screen and (max-width: 1024px) {
  .recruit-features .recruit-corner01::before {
    -webkit-box-shadow: 60px 60px 0 0 #48b6af;
            box-shadow: 60px 60px 0 0 #48b6af;
  }
}
.recruit-features .recruit-corner02 {
  bottom: 0px;
  left: 0px;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.recruit-features .recruit-corner02::before {
  -webkit-box-shadow: 200px 200px 0 0 rgba(23, 23, 23, 0.55);
          box-shadow: 200px 200px 0 0 rgba(23, 23, 23, 0.55);
}
@media only screen and (max-width: 1024px) {
  .recruit-features .recruit-corner02::before {
    -webkit-box-shadow: 60px 60px 0 0 rgba(23, 23, 23, 0.55);
            box-shadow: 60px 60px 0 0 rgba(23, 23, 23, 0.55);
  }
}

.recruit__bg-text.--features.--white {
  width: 857px;
  top: 224px;
  right: -29px;
}
@media only screen and (max-width: 1024px) {
  .recruit__bg-text.--features.--white {
    width: 362px;
    top: 153px;
    right: -19px;
  }
}

.splide {
  position: relative;
  z-index: 1;
}

#custom-splide {
  margin-top: 81px;
  width: 100% !important;
  margin-left: auto !important;
  max-width: 1510px;
}
@media only screen and (max-width: 1024px) {
  #custom-splide {
    margin-top: 116px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.slide-content {
  position: relative;
}

.slide__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
@media (1025px <= width <= 1280px) {
  .slide__img img {
    height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1024px) {
  .slide__img img {
    height: 714px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.text-overlay {
  padding: 60px 62px 60px 62px;
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 2;
  letter-spacing: 0.01em;
  display: grid;
  grid-template-columns: minmax(0, 390px) auto;
  gap: 5.3125vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (1025px <= width <= 1600px) {
  .text-overlay {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-overlay {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 72px 40px 80px 41px;
    bottom: 0;
    left: 0;
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1921px) {
  .text-overlay {
    gap: 102px;
  }
}

.text-overlay h2 {
  color: #fff;
  font-size: clamp(20px, 2.0134228188vw, 30px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.833;
}
@media (769px <= width <= 1024px) {
  .text-overlay h2 {
    -webkit-align-self: end;
        -ms-flex-item-align: end;
            align-self: end;
  }
}
@media only screen and (max-width: 1024px) {
  .text-overlay h2 {
    font-size: 20px;
  }
}

.text-overlay p {
  color: #fff;
  font-size: clamp(12px, 1.0738255034vw, 16px);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 2.1;
}
@media only screen and (max-width: 1024px) {
  .text-overlay p {
    margin-top: 42px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2.1;
  }
}
@media (769px <= width <= 1024px) {
  .text-overlay p {
    -webkit-align-self: start;
        -ms-flex-item-align: start;
            align-self: start;
  }
}

.custom-pagination {
  position: absolute;
  top: -29px;
  right: 242px;
  font-family: "Roboto", sans-serif;
  color: #2bb1aa;
  font-size: 149px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (1025px <= width <= 1280px) {
  .custom-pagination {
    zoom: 0.5;
    right: 470px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-pagination {
    font-weight: 600;
    font-size: 85px;
    top: 76px;
    right: 42px;
  }
}

.custom-pagination div:first-child {
  position: relative;
  top: -90px;
  left: 23px;
}
@media only screen and (max-width: 1024px) {
  .custom-pagination div:first-child {
    top: -54px;
    left: 10px;
  }
}

.custom-pagination div:last-child {
  font-size: 45px;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .custom-pagination div:last-child {
    font-size: 25px;
  }
}
.custom-pagination div:last-child::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
}
@media only screen and (max-width: 1024px) {
  .custom-pagination div:last-child::before {
    height: 22px;
    left: -10px;
  }
}

.custom-dots {
  position: absolute;
  bottom: -130px;
  left: -200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .custom-dots {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: auto;
    left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.custom-dots button {
  background: white;
  border: 1px solid #4cc0b3;
  padding: 20px;
  height: 80px;
  width: 80px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #171717;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .custom-dots button {
    font-size: 14px;
    height: 60px;
    width: 60px;
  }
}
@media (any-hover: hover) {
  .custom-dots button:hover {
    background: #4cc0b3;
    color: white;
    border-color: #4cc0b3;
  }
}

.custom-dots button.active {
  background: #4cc0b3;
  color: #fff;
  border-color: #4cc0b3;
}

.candidate {
  background-color: rgba(23, 23, 23, 0.55);
  color: #fff;
  padding: 270px 20px 184px 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .candidate {
    padding: 110px 20px 127px 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .candidate .recruit__en-text {
    top: 60px;
  }
}
.candidate .recruit__en-text span:nth-of-type(2)::before {
  top: 101px;
}
@media only screen and (max-width: 1024px) {
  .candidate .recruit__en-text span:nth-of-type(2)::before {
    top: 61px;
  }
}
.candidate .recruit-corner01 {
  right: 0px;
  top: -2px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.candidate .recruit-corner01::before {
  -webkit-box-shadow: 200px 200px 0 0 #fff;
          box-shadow: 200px 200px 0 0 #fff;
}
@media only screen and (max-width: 1024px) {
  .candidate .recruit-corner01::before {
    -webkit-box-shadow: 60px 60px 0 0 #fff;
            box-shadow: 60px 60px 0 0 #fff;
  }
}
.candidate .recruit-corner02 {
  bottom: -2px;
  left: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.candidate .recruit-corner02::before {
  -webkit-box-shadow: 200px 200px 0 0 #fff;
          box-shadow: 200px 200px 0 0 #fff;
}
@media only screen and (max-width: 1024px) {
  .candidate .recruit-corner02::before {
    -webkit-box-shadow: 60px 60px 0 0 #fff;
            box-shadow: 60px 60px 0 0 #fff;
  }
}

.recruit__bg-text.--white {
  width: 972px;
  right: -31px;
  top: 319px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .recruit__bg-text.--white {
    width: 92%;
    right: -5px;
    top: 186px;
  }
}

.recruit__title.--candidate {
  max-width: 57.2916666667vw;
  margin-inline: auto;
  margin-top: -16px;
}
@media only screen and (max-width: 1024px) {
  .recruit__title.--candidate {
    max-width: 1100px;
  }
}
.recruit__title.--candidate span {
  color: #fff;
}

.candidate__container {
  margin-top: 133.5px;
  margin-inline: auto;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.3854166667vw;
  z-index: 1;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .candidate__container {
    margin-top: 60px;
    grid-template-columns: repeat(1, 1fr);
    gap: 55px;
  }
}

.candidate__img {
  max-width: 194px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .candidate__img {
    max-width: 120px;
  }
}

/* タイトル */
.candidate__title {
  margin-top: 40px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.533;
}
@media only screen and (max-width: 1024px) {
  .candidate__title {
    margin-top: 20px;
    font-size: 18px;
  }
}

/* テキスト本文 */
.candidate__text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1024px) {
  .candidate__text {
    margin-top: 15px;
    font-size: 14px;
  }
}

.interview {
  background-color: #fff;
  padding: 228px 20px 159px 20px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(71%, #fff), color-stop(71%, #f7f7f7), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 71%, #f7f7f7 71%, #f7f7f7 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 71%, #f7f7f7 71%, #f7f7f7 100%);
  border-radius: 0 200px 0 0;
}
@media only screen and (max-width: 1024px) {
  .interview {
    padding: 110px 0px 100px 76px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(59%, #fff), color-stop(59%, #f7f7f7), to(#f7f7f7));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 59%, #f7f7f7 59%, #f7f7f7 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 59%, #f7f7f7 59%, #f7f7f7 100%);
    border-radius: 0 60px 0 0;
  }
}
.interview .recruit-corner01 {
  right: 0px;
  top: 0px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.interview .recruit-corner01::before {
  -webkit-box-shadow: 200px 200px 0 0 rgba(23, 23, 23, 0.55);
          box-shadow: 200px 200px 0 0 rgba(23, 23, 23, 0.55);
}
@media only screen and (max-width: 1024px) {
  .interview .recruit-corner01::before {
    -webkit-box-shadow: 60px 60px 0 0 rgba(23, 23, 23, 0.55);
            box-shadow: 60px 60px 0 0 rgba(23, 23, 23, 0.55);
  }
}
.interview .recruit__bg-text.--gray {
  width: 972px;
  left: 12px;
  bottom: 4px;
}
@media only screen and (max-width: 1024px) {
  .interview .recruit__bg-text.--gray {
    width: 390px;
    left: -6px;
    bottom: 9px;
  }
}
@media only screen and (max-width: 1024px) {
  .interview .splide__track {
    padding-top: 70px !important;
  }
}
.interview .splide__pagination {
  bottom: -30px;
  left: -244px;
  position: absolute;
  right: 0;
  z-index: 1;
  gap: 6px;
}
@media only screen and (max-width: 1024px) {
  .interview .splide__pagination {
    bottom: -26px;
    left: 0;
    gap: 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
  }
}
.interview .splide__pagination__page {
  background: #dbdbdb;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 5px;
}
.interview .splide__pagination__page.is-active {
  background: #48b6af;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 1024px) {
  .recruit__en-text.--lightgray {
    top: 50px;
  }
}
.recruit__en-text.--lightgray span {
  color: #dbdbdb;
}
.recruit__en-text.--lightgray span:nth-of-type(2)::before {
  background-color: #dbdbdb;
  top: 83px;
}
@media only screen and (max-width: 1024px) {
  .recruit__en-text.--lightgray span:nth-of-type(2)::before {
    top: 48px;
  }
}

.recruit__title.--interview {
  max-width: 1134px;
  margin-inline: auto;
}
.recruit__title.--interview span {
  display: block;
  width: 498px;
  margin-left: auto;
}

.recruit__staff__slider .splide__list {
  z-index: 1;
}
.recruit__staff__slider .splide__list .splide__slide {
  position: relative;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: none;
}
@media only screen and (max-width: 1024px) {
  .recruit__staff__slider .splide__list .splide__slide {
    display: block;
    width: 90%;
  }
}
.recruit__staff__slider .splide__list .splide__slide img {
  width: 100%;
  display: block;
}

.recruit__staff__name {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .recruit__staff__slider .splide__list {
    grid-template-columns: 1fr;
  }
  .recruit__staff__name {
    font-size: 11px;
  }
}
.interview__container {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  max-width: 1100px;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .interview__container {
    display: none;
  }
}

.interview__contents {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.interview__contents:nth-of-type(2) {
  position: relative;
  bottom: -30px;
}
.interview__contents:nth-of-type(3) {
  position: relative;
  bottom: -60px;
}
.interview__contents:nth-of-type(4) {
  position: relative;
  bottom: -30px;
}
.interview__contents:nth-of-type(5) {
  position: relative;
  bottom: -60px;
}
.interview__contents:nth-of-type(6) {
  position: relative;
  bottom: -90px;
}

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

.recruit__staff__number {
  position: absolute;
  top: -20px;
  right: 18px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #2bb1aa;
  line-height: 1;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 1024px) {
  .recruit__staff__number {
    top: -30px;
    right: 8px;
    font-size: 18px;
  }
}

.recruit__staff__number span:last-child {
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  margin-top: 4px;
}
@media only screen and (max-width: 1024px) {
  .recruit__staff__number span:last-child {
    font-size: 31px;
  }
}

.recruit__staff__text {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1024px) {
  .recruit__staff__text {
    bottom: 40px;
  }
}
.recruit__staff__text span {
  color: #171717;
  padding: 5px 10px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 1024px) {
  .recruit__staff__text span {
    font-size: 16px;
  }
}

.recruit__staff__name {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .recruit__staff__name {
    bottom: 15px;
    right: 15px;
    font-size: 14px;
  }
}

.job {
  position: relative;
  background-color: #f7f7f7;
  padding: 169px 20px 160px 20px;
}
@media only screen and (max-width: 1024px) {
  .job {
    padding: 76px 20px 95px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .job .recruit__en-text.--gray {
    top: 30px;
  }
}
.job .recruit__en-text.--gray span {
  color: #b9b9b9;
}
.job .recruit__en-text.--gray span:nth-of-type(2)::before {
  background-color: #b9b9b9;
  top: 100px;
}
@media only screen and (max-width: 1024px) {
  .job .recruit__en-text.--gray span:nth-of-type(2)::before {
    top: 70px;
  }
}
.job .recruit__bg-text.--gray {
  width: 694.5px;
  top: 258px;
  right: -15px;
}
@media only screen and (max-width: 1024px) {
  .job .recruit__bg-text.--gray {
    top: 116px;
    right: -12px;
    width: 294px;
  }
}
.job .recruit-corner01 {
  left: 0px;
  bottom: -1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 1024px) {
  .job .recruit-corner01 {
    left: 0px;
    bottom: -1px;
  }
}
.job .recruit-corner01::before {
  -webkit-box-shadow: 200px 200px 0 0 #fff;
          box-shadow: 200px 200px 0 0 #fff;
}
@media only screen and (max-width: 1024px) {
  .job .recruit-corner01::before {
    -webkit-box-shadow: 60px 60px 0 0 #fff;
            box-shadow: 60px 60px 0 0 #fff;
  }
}
.job .recruit-corner02 {
  bottom: -1px;
  right: 0px;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
@media only screen and (max-width: 1024px) {
  .job .recruit-corner02 {
    right: 0px;
    bottom: -1px;
  }
}
.job .recruit-corner02::before {
  -webkit-box-shadow: 200px 200px 0 0 #fff;
          box-shadow: 200px 200px 0 0 #fff;
}
@media only screen and (max-width: 1024px) {
  .job .recruit-corner02::before {
    -webkit-box-shadow: 60px 60px 0 0 #fff;
            box-shadow: 60px 60px 0 0 #fff;
  }
}
.job .recruit__en-text {
  top: 111px;
}

.recruit__title.--job {
  max-width: 57.2916666667vw;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .recruit__title.--job {
    max-width: 1100px;
  }
}
.recruit__title.--job span {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .recruit__title.--job span {
    margin-left: auto;
    width: 120px;
    margin-right: 20px;
  }
}

.job__container {
  margin-top: 77px;
  max-width: 1100px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 80px 70px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .job__container {
    margin-top: 68px;
    border-radius: 30px;
    padding: 35px;
  }
}

.job__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  border-bottom: 1px solid #eee;
  padding-top: 27px;
  padding-bottom: 27px;
}
@media only screen and (max-width: 1024px) {
  .job__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.job__row:first-of-type {
  padding-top: 0px;
}
.job__row:last-of-type {
  padding-bottom: 0px;
  border-bottom: none;
}

.job__row dt {
  color: #48b6af;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.833;
}
@media only screen and (max-width: 1024px) {
  .job__row dt {
    line-height: 1;
    font-size: 14px;
  }
}

.job__row dd {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.56;
}
@media only screen and (max-width: 1024px) {
  .job__row dd {
    line-height: 1.76;
    font-size: 14px;
  }
}

#mail_form.--recruit {
  width: 100% !important;
  margin: 0 !important;
  background: #fff !important;
  border: none !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 1.8 !important;
  padding: 0px !important;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit {
    margin-top: 50px !important;
  }
}

.contact-form__recruit {
  background: #fff !important;
  padding: 153px 20px 143px 20px !important;
}
@media only screen and (max-width: 1024px) {
  .contact-form__recruit {
    padding: 70px 20px 90px 20px !important;
  }
}

.contact-form__recruit__layout {
  display: grid !important;
  grid-template-columns: 360px 1fr !important;
  gap: 50px !important;
  max-width: 1100px !important;
  margin-inline: auto !important;
}
@media only screen and (max-width: 1024px) {
  .contact-form__recruit__layout {
    grid-template-columns: 1fr !important;
    gap: 30px;
    width: 100%;
  }
}

.contact-form__recruit__title {
  font-size: 75px !important;
  font-weight: 700 !important;
  color: #48b6af;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .contact-form__recruit__title {
    display: none;
  }
}
.contact-form__recruit__title.--tb {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .contact-form__recruit__title.--tb {
    font-size: 55px !important;
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-form__recruit__side {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.contact-form__recruit__side .privacy {
  margin-top: 70px !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 1024px) {
  .contact-form__recruit__side .privacy {
    margin-top: 0px !important;
    font-size: 12px !important;
    text-align: center !important;
  }
}

#form_submit_button {
  margin-top: 30px !important;
  display: block !important;
  width: 100% !important;
  max-width: 281px !important;
  text-align: center !important;
  background-color: #48b6af !important;
  color: #fff;
  border: solid #48b6af 1px !important;
  border-radius: 42px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  height: 71px !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  margin-top: 0px !important;
  margin-inline: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media only screen and (max-width: 1024px) {
  #form_submit_button {
    margin-top: 20px !important;
    height: 56px !important;
    max-width: 240px !important;
    font-size: 14px;
    margin-inline: auto !important;
  }
}
@media (any-hover: hover) {
  #form_submit_button:hover {
    background-color: #fff !important;
    color: #48b6af !important;
  }
}

#mail_form.--recruit input[type=button] {
  margin-left: 0px !important;
  height: 71px !important;
  border-radius: 42px !important;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit input[type=button] {
    margin-inline: auto !important;
  }
}

#mail_form.--recruit dl {
  width: 100% !important;
  margin: 0 auto !important;
  border-bottom: none !important;
  display: grid !important;
  grid-template-columns: 130px 1fr !important;
  background-color: #f7f7f7 !important;
  padding: 16px 14px 16px 30px;
  margin-top: 10px !important;
  border-radius: 5px !important;
  gap: 0px !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-gap: 42px !important;
     -moz-column-gap: 42px !important;
          column-gap: 42px !important;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit dl {
    grid-template-columns: 1fr !important;
    padding: 14px 20px 20px 17px !important;
    margin-top: 5px !important;
    gap: 0px !important;
    height: 92px !important;
  }
}
#mail_form.--recruit dl:first-of-type {
  -webkit-box-align: start !important;
  -webkit-align-items: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  padding: 30px !important;
  margin-top: 0px !important;
  -webkit-column-gap: 28px !important;
     -moz-column-gap: 28px !important;
          column-gap: 28px !important;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit dl:first-of-type {
    height: 119px !important;
    padding: 14px 20px 22px 16px !important;
  }
}
#mail_form.--recruit dl:nth-of-type(4) {
  height: 84px !important;
  padding: 13px 14px 22px 30px !important;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit dl:nth-of-type(4) {
    height: 113px !important;
    padding: 14px 20px 22px 16px !important;
  }
}
#mail_form.--recruit dl:nth-of-type(5) {
  height: 84px !important;
  padding: 13px 14px 22px 30px !important;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit dl:nth-of-type(5) {
    height: 113px !important;
    padding: 14px 20px 22px 16px !important;
  }
}

#mail_form.--recruit dl dt {
  width: auto !important;
  float: left !important;
  padding: 0px 0px 0px 16px !important;
  text-align: left !important;
  color: #4a4a4a !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.833 !important;
  position: relative !important;
  margin-top: 2px !important;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit dl dt {
    font-size: 12px !important;
  }
}

#mail_form.--recruit dl dt::before {
  content: "";
  display: block;
  background-color: #48b6af;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 10px;
  left: 0px;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}

#mail_form.--recruit dl dt.--gray::before {
  background-color: #dbdbdb;
}

#mail_form.--recruit dl dd {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  gap: 7px 50px !important;
  height: 54px !important;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit dl dd {
    height: auto !important;
    gap: 7px 20px !important;
  }
}

#mail_form.--recruit dl dd label {
  white-space: nowrap !important;
  color: 171717 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.533 !important;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit dl dd label {
    font-size: 14px !important;
  }
}

#mail_form.--recruit input[type=text],
#mail_form.--recruit input[type=email],
#mail_form.--recruit input[type=tel] {
  width: 100% !important;
  padding: 10px 10px !important;
  border: none !important;
  height: 56px !important;
  border-radius: 5px !important;
  background: transparent !important;
  -webkit-appearance: none !important;
  font-size: 16px !important;
  display: block !important;
  margin-bottom: 0px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit input[type=text],
  #mail_form.--recruit input[type=email],
  #mail_form.--recruit input[type=tel] {
    padding: 0px 1px 10px 1px !important;
  }
}
@media (any-hover: hover) {
  #mail_form.--recruit input[type=text]:hover,
  #mail_form.--recruit input[type=email]:hover,
  #mail_form.--recruit input[type=tel]:hover {
    background: #fff !important;
  }
}

.select-wrapper {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .select-wrapper {
    width: 100%;
  }
}
.select-wrapper::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #171717;
  border-bottom: 1.5px solid #171717;
  position: absolute;
  top: 40%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 1024px) {
  .select-wrapper::before {
    top: 52%;
    width: 7px;
    height: 7px;
  }
}

#mail_form.--recruit select {
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.533 !important;
  padding: 15px 43px 12px 11px !important;
  display: block !important;
  border: none !important;
  border-bottom: #171717 solid 1px !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  background: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #mail_form.--recruit select {
    width: 100% !important;
    font-size: 14px !important;
  }
}
@media (any-hover: hover) {
  #mail_form.--recruit select:hover {
    background: #fff !important;
  }
}

/* 通常の option の色 */
select option {
  color: #333 !important;
}

/* プレースホルダー（選択不可）の色を薄くする */
select option.placeholder {
  color: #b9b9b9 !important;
}

#mail_form.--recruit input[type=checkbox] {
  margin: 0 13px 0 0 !important;
  width: 24px;
  height: 24px;
  border: 2px solid #48b6af;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f7f7f7;
  border: 1px solid #efefef !important;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #mail_form.--recruit input[type=checkbox] {
    margin: 0 7px 0 0 !important;
    width: 16px;
    height: 16px;
  }
}
#mail_form.--recruit input[type=checkbox]::before {
  content: "";
  display: none;
  background-color: #48b6af;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #mail_form.--recruit input[type=checkbox]::before {
    width: 10px;
    height: 10px;
  }
}

#mail_form.--recruit input[type=checkbox]:checked::before {
  display: block;
}

#mail_form.--recruit input[type=radio] {
  margin: 0 13px 0 0 !important;
  width: 18px;
  height: 18px;
  border: 2px solid #48b6af;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #fff !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #mail_form.--recruit input[type=radio] {
    margin: 0 7px 0 0 !important;
    width: 16px;
    height: 16px;
  }
}
#mail_form.--recruit input[type=radio]::before {
  content: "";
  display: none;
  background-color: #48b6af;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #mail_form.--recruit input[type=radio]::before {
    width: 10px;
    height: 10px;
  }
}

#mail_form.--recruit input[type=radio]:checked::before {
  display: block;
}

.footer .recruit-corner01 {
  left: 0px;
  top: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .footer .recruit-corner01 {
    left: 0px;
    top: -1px;
  }
}
.footer .recruit-corner01::before {
  -webkit-box-shadow: 200px 200px 0 0 #fff;
          box-shadow: 200px 200px 0 0 #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .recruit-corner01::before {
    -webkit-box-shadow: 60px 60px 0 0 #fff;
            box-shadow: 60px 60px 0 0 #fff;
  }
}
.footer .recruit-corner02 {
  top: -1px;
  right: 0px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media only screen and (max-width: 1024px) {
  .footer .recruit-corner02 {
    right: 0px;
    top: -1px;
  }
}
.footer .recruit-corner02::before {
  -webkit-box-shadow: 200px 200px 0 0 #fff;
          box-shadow: 200px 200px 0 0 #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .recruit-corner02::before {
    -webkit-box-shadow: 60px 60px 0 0 #fff;
            box-shadow: 60px 60px 0 0 #fff;
  }
}

.select__placeholder {
  color: #b9b9b9 !important;
}

.select__text {
  color: #333 !important;
}

#mail_form.--recruit dl {
  position: relative;
}

form#mail_form.--recruit dl dd span.error_blank,
form#mail_form.--recruit dl dd span.error_format,
form#mail_form.--recruit dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 0 !important;
  position: absolute !important;
  bottom: 2px !important;
  left: 25px !important;
  font-size: 14px !important;
}
@media only screen and (max-width: 1024px) {
  form#mail_form.--recruit dl dd span.error_blank,
  form#mail_form.--recruit dl dd span.error_format,
  form#mail_form.--recruit dl dd span.error_match {
    bottom: 0px !important;
    left: 16px !important;
    font-size: 12px !important;
  }
}

.modal-recruit {
  position: fixed;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(23, 23, 23, 0.5)), color-stop(26%, rgba(23, 23, 23, 0.5)), color-stop(26%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, rgba(23, 23, 23, 0.5) 0%, rgba(23, 23, 23, 0.5) 26%, #fff 26%, #fff 100%);
  background: linear-gradient(90deg, rgba(23, 23, 23, 0.5) 0%, rgba(23, 23, 23, 0.5) 26%, #fff 26%, #fff 100%);
  display: none;
  z-index: 1000;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 23, 23, 0.5)), color-stop(36%, rgba(23, 23, 23, 0.5)), color-stop(36%, #fff), to(#fff));
    background: -webkit-linear-gradient(top, rgba(23, 23, 23, 0.5) 0%, rgba(23, 23, 23, 0.5) 36%, #fff 36%, #fff 100%);
    background: linear-gradient(180deg, rgba(23, 23, 23, 0.5) 0%, rgba(23, 23, 23, 0.5) 36%, #fff 36%, #fff 100%);
  }
}

.modal-recruit.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit.is-active {
    display: revert;
    overflow: hidden;
  }
}

.modal-recruit__content {
  width: min(100% - 50px, 1500px);
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__content {
    width: calc(100% - 50px);
    margin-inline: auto;
  }
}

.modal-recruit__close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .modal-recruit__close:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

@media only screen and (max-width: 1024px) {
  .modal-recruit__close--pc {
    display: none;
  }
}

.modal-recruit__close--sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__close--sp {
    background: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    top: unset;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

.modal-recruit__card {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 6.25vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (1025px <= width <= 1600px) {
  .modal-recruit__card {
    zoom: 0.8;
    grid-template-columns: 340px 0.8fr;
    gap: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__card {
    display: revert;
  }
}

.modal-recruit__left {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__left {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: 35px;
    margin-top: 60px;
  }
}

.modal-recruit__image-wrap {
  text-align: center;
  position: relative;
}
.modal-recruit__image-wrap img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__image-wrap img {
    border-radius: 15px 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-recruit__image-wrap img {
    border-radius: 5px 0 0 5px;
  }
}

.modal-recruit__number {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: -50px;
  translate: 0 -50%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__number {
    top: 60px;
    translate: unset;
    left: -20px;
    font-size: 22px;
  }
}

.modal-recruit__number span {
  font-size: 59px;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__number span {
    font-size: 47px;
  }
}

.modal-recruit__name {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__name {
    font-size: 16px;
    left: unset;
    right: 85px;
    bottom: 18px;
  }
}

.modal-recruit__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.modal-recruit__nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #33bbb4;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.modal-recruit__right {
  overflow-y: auto;
  height: 700px;
  scrollbar-width: thin;
  scrollbar-color: #48b6af #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__right {
    margin-top: 40px;
    height: 430px;
    padding-bottom: 100px;
  }
}

.modal-recruit__qa {
  padding-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__qa {
    padding-right: 28px;
  }
}

.modal-recruit__qa-block {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__qa-block {
    margin-bottom: 30px;
  }
}

.modal-recruit__qa-block dt {
  background-color: #48b6af;
  color: #fff;
  font-weight: bold;
  padding: 1px 10px;
  margin-bottom: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__qa-block dt {
    font-size: 16px;
    padding-block: 4px;
  }
}

.modal-recruit__qa-block dt span {
  font-family: "Roboto", sans-serif;
  margin-right: 0.25em;
}

.modal-recruit__qa-block dd {
  line-height: 1.6666666667;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 1024px) {
  .modal-recruit__qa-block dd {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}

.js-modal__open {
  position: relative;
  cursor: pointer;
}

.js-modal__open:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js-modal__open:hover:before,
.js-modal__open:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js-modal__open:after {
  content: "View";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: calc(infinity * 1px);
  background: #48b6af;
  width: 136px;
  height: 136px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: grid;
  place-items: center;
  opacity: 0;
  font-family: "Roboto", sans-serif;
}

.recruit__staff__number,
.recruit__staff__text,
.recruit__staff__name {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js-modal__open:hover .recruit__staff__number,
.js-modal__open:hover .recruit__staff__text,
.js-modal__open:hover .recruit__staff__name {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}