@charset "UTF-8";
/*使用カラーの定義、呼び出しは variables.$〇〇〇*/
/* グラデーション */
/*ガラス風*/
/*ホバー時のグラデーション枠線*/
.footer {
  position: relative;
  padding-top: 30rem;
  padding-bottom: 18.3rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 16rem;
  }
}
.footer__wrapper {
  max-width: 112.4rem;
  margin: 0 auto;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .footer__wrapper {
    max-width: 100%;
    margin: 0 4rem;
  }
}
.footer__logo {
  width: 20rem;
  height: 8.9rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 16.3rem;
    height: 7.2rem;
    margin: 0 auto;
    margin-bottom: 1.8rem;
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__left {
    padding-bottom: 1.5rem;
  }
}
.footer__left--text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.039rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .footer__left--text {
    font-size: 1.2rem;
    text-align: center;
    line-height: 156%;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
  }
}
.footer__right {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer__right {
    flex-direction: column;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 16.3rem;
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    margin-right: 0;
  }
}
.footer__nav--link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.042rem;
  margin-bottom: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .footer__nav--link {
    margin-bottom: 1.9rem;
  }
}
.footer__nav--link-small {
  display: inline-block;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .footer__nav--link-small {
    margin-bottom: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav--spContainer {
    display: flex;
    border-top: 1px solid rgba(0, 160, 233, 0.3);
    padding-top: 4.9rem;
    margin-bottom: 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav--spItem {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav--spItem:first-of-type {
    margin-right: 6rem;
  }
}
.footer .copyright {
  display: block;
  font-size: 1rem;
  margin-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
    margin-top: 4.6rem;
  }
}

.instagram__slide {
  margin-top: 7.2rem;
}
.instagram__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram__item {
  width: 20rem;
  height: 20rem;
  margin-right: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .instagram__item {
    width: 13rem;
    height: 13rem;
    margin-right: 1.2rem;
  }
}
.instagram__item img {
  width: 20rem;
  height: 20rem;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .instagram__item img {
    width: 13rem;
    height: 13rem;
  }
}

/*ホバー*/
.footer__nav--spItem li {
  position: relative;
}

.footer__nav--spItem li::after {
  content: "";
  position: absolute;
  top: 1.4rem; /* 縦中央 */
  left: -2rem; /* 左端から4pxの位置 */
  transform: translateY(-50%) scale(0.5); /* 縦中央に補正しつつ縮小 */
  width: 0.5rem;
  height: 0.5rem;
  background-color: #009DE5;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .footer__nav--spItem li::after {
    top: 1.2rem;
    left: -1.2rem;
  }
}

.footer__nav--spItem li:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.header {
  position: relative;
  /*お問い合せボタン*/
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.8rem 35.5rem 0 4.8rem;
}
@media only screen and (max-width: 767px) {
  .header__wrapper {
    padding: 2.4rem 10.8rem 0 2.4rem;
  }
}
.header__logo {
  width: 12.6rem;
  height: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 8.1rem;
    height: 3.6rem;
  }
}
.header .main-nav__list {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.header .main-nav__item {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.header .main-nav__item::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #009DE5;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header .main-nav__item:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.header .main-nav__button {
  background: linear-gradient(to right, #00A0E9, #7CD0AA);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 1.4rem 2.3rem;
  border-radius: 4rem;
}
.header .main-nav__button img {
  width: 1.7rem;
  height: 1.4rem;
  margin-right: 0.8rem;
}
.header .contactBtn {
  position: fixed;
  z-index: 999;
  top: 5.3rem;
  right: 15.6rem;
  background: linear-gradient(to right, #00A0E9, #7CD0AA);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.3rem;
  border-radius: 4rem;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .header .contactBtn {
    top: 2.4rem;
    height: 4rem;
    right: 10.5rem;
  }
}
.header .contactBtn img {
  width: 1.7rem;
  height: 1.4rem;
  margin-right: 0.8rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header .contactBtn img {
    margin-right: 0;
  }
}

/*ハンバーガーメニュー */
.hamburger-menu {
  /*商品はこちら*/
  /*ソーシャルアイコン*/
}
.hamburger-menu .menu-btn {
  position: fixed; /* 固定配置 */
  top: 5.2rem;
  right: 4.8rem;
  width: 10rem;
  height: 4.8rem;
  z-index: 100; /* labelより上 */
  border-radius: 100vh;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /*2本線 真ん中非表示*/
  /*真ん中非表示*/
}
@media only screen and (max-width: 767px) {
  .hamburger-menu .menu-btn {
    width: 7.2rem;
    height: 4rem;
    top: 2.3rem;
    right: 2.5rem;
  }
}
.hamburger-menu .menu-btn span, .hamburger-menu .menu-btn span:before, .hamburger-menu .menu-btn span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 1px;
  border-radius: 3px;
  background-color: #009DE5;
  transition: 0.3s ease;
}
.hamburger-menu .menu-btn span {
  background-color: transparent;
}
.hamburger-menu .menu-btn span:before {
  content: "";
  transform: translate(-50%, 2px);
}
.hamburger-menu .menu-btn span:after {
  content: "";
  transform: translate(-50%, -2px);
}
.hamburger-menu .menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #009DE5, #7CD0AA) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span:before {
  transform: translate(-50%, 0) rotate(35deg);
  top: 50%;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span:after {
  transform: translate(-50%, 0) rotate(-35deg);
  top: 50%;
}
.hamburger-menu #menu-btn-check {
  position: fixed;
  top: 5.2rem;
  right: 4.8rem;
  width: 10rem;
  height: 4.8rem;
  opacity: 0;
  z-index: 101; /* labelより上 */
  cursor: pointer;
}
.hamburger-menu .menu-content {
  position: fixed;
  top: 0;
  right: 1.6rem;
  z-index: 80;
  width: 33.9rem;
  max-height: calc(100vh - 3.2rem);
  background-color: #ffffff;
  border-radius: 2.4rem;
  margin-top: 1.6rem;
  margin-right: 1.6rem;
  padding: 3.6rem 3.2rem;
  transition: all 0.5s;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  /*SP版お問い合せ*/
}
@media only screen and (max-width: 767px) {
  .hamburger-menu .menu-content {
    width: 35.9rem;
    top: -1.9rem;
    right: auto;
    max-height: calc(100vh - 1.6rem);
    border-radius: 1.2rem;
    margin: 0.8rem 0.8rem 0 0.8rem;
    padding: 1.6rem 3.2rem 6.4rem 3.2rem;
  }
}
.hamburger-menu .menu-content__contactBtn {
  text-align: right;
  margin-right: 5rem;
}
.hamburger-menu .menu-content__list {
  padding: 7.2rem 2.4rem 3.3rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  .hamburger-menu .menu-content__list {
    padding: 8.8rem 0rem 2.1rem 1.6rem;
  }
}
.hamburger-menu .menu-content__list:first-of-type {
  border-bottom: 1px solid rgba(0, 160, 233, 0.3);
}
.hamburger-menu .menu-content__item {
  position: relative;
}
.hamburger-menu .menu-content .menu-content__item::after {
  content: "";
  position: absolute;
  top: 1.4rem; /* 縦中央 */
  left: -2rem; /* 左端から4pxの位置 */
  transform: translateY(-50%) scale(0.5); /* 縦中央に補正しつつ縮小 */
  width: 0.5rem;
  height: 0.5rem;
  background-color: #009DE5;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .hamburger-menu .menu-content .menu-content__item::after {
    top: 1.2rem;
    left: -1.6rem;
  }
}
.hamburger-menu .menu-content .menu-content__item:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.hamburger-menu .menu-content__link {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  box-sizing: border-box;
  text-decoration: none;
  padding: 1.8rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hamburger-menu .menu-content__link {
    padding: 2.7rem 0;
  }
}
.hamburger-menu .menu-content__link:first-of-type {
  padding-top: 0;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-content {
  opacity: 1;
  pointer-events: initial;
}
.hamburger-menu .online-shop__heading {
  margin: 3.2rem 0 1.6rem 0.4rem;
}
@media only screen and (max-width: 767px) {
  .hamburger-menu .online-shop__heading {
    margin: 4rem 0 0.5rem 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger-menu .online-btn {
    width: 29.5rem;
    margin-bottom: 0.8rem;
    margin-left: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger-menu .online-btn:last-of-type {
    margin-bottom: 0.1rem !important;
    margin-left: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger-menu .online-shop__annotation {
    margin-top: 0.6rem;
    margin-left: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger-menu .social-icon {
    margin-top: 4.7rem;
  }
}

/*ハンバーガーがクリックされた際の動き*/
#menu-btn-check:checked ~ .menu-content {
  opacity: 1; /*メニューを画面内へ*/
  transform: translateY(2rem);
}

/*メニュー外をクリックでハンバーガーメニューを開閉*/
.menu-overlay {
  position: fixed;
  inset: 0; /* top, right, bottom, left: 0 */
  z-index: 79; /* menu-content(80) より下 */
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

#menu-btn-check:checked ~ .menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

body {
  position: relative;
  background-color: #F4FEFD;
}

.section {
  position: relative;
  margin-bottom: 22.6rem;
}
@media only screen and (max-width: 767px) {
  .section {
    margin-bottom: 16.1rem;
  }
}
.section__title {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .section__title {
    font-size: 4.4rem;
    margin-bottom: 0.1rem;
  }
}
.section__subtitle {
  font-size: 1.4rem;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .section__subtitle {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
}
.section__text {
  line-height: 1.88;
  margin-top: 4.8rem;
  margin-bottom: 1.7rem;
}

.section:last-of-type {
  margin-bottom: 0;
}

.topics .section__title {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .topics .section__title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics .section__subtitle {
    margin-left: 0.3rem;
  }
}

.media .section__title {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .media .section__title {
    margin-bottom: 0;
  }
}
.media .section__subtitle {
  margin-bottom: 3.1rem;
}

.contact .section__title {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contact .section__title {
    margin-bottom: 0;
  }
}
.contact .section__subtitle {
  margin-bottom: 3.1rem;
}

/*シャボン玉で背景色が必要なため擬似要素で設定*/
.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F4FEFD;
  z-index: -3;
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
  width: 18rem;
  height: 5.2rem;
  background: linear-gradient(to right, #00A0E9, #7CD0AA);
  transition: background-color 0.3s ease;
  /*SP版ボタンを中央寄せ*/
}
@media only screen and (max-width: 767px) {
  .button {
    width: 17rem;
    height: 4.5rem;
    margin-top: 4.8rem;
  }
}
.button::before {
  background: linear-gradient(90deg, #00A0E9 0%, #7CD0AA 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: 100vh;
  padding: 1px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.button__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 2.2rem;
}
.button__body {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  margin-right: 2.2rem;
  transition: color 0.3s ease;
}
.button__append {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.button__append::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  margin: auto;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .button__append::before {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.button:hover {
  background: #ffffff;
  /*フォームのボタン用*/
}
.button:hover::before {
  opacity: 1;
}
.button:hover .button__body {
  color: #009DE5;
}
.button:hover .button__append {
  background-image: url("../assets/img/arrow_light-blue.svg");
}
.button:hover .button__append::before {
  opacity: 0;
}
.button:hover.form__button {
  color: #009DE5;
}
.button__container--sp {
  display: flex;
  justify-content: center;
  width: 100%;
}

/*SP版ボタン上高さ*/
@media only screen and (max-width: 767px) {
  .business .button {
    margin-top: 4.2rem;
  }
}

/* ヘッダーメールアイコン */
.contactBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem; /* アイコンとテキストの間 */
  padding: 0.6rem 1.2rem;
  border-radius: 1.2rem;
  background: transparent;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4rem;
  cursor: pointer;
  transition: color 0.4s ease;
  /* hover / focus / active 全部で色変更（スマホ対応） */
}
.contactBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  background: linear-gradient(90deg, #00A0E9, #7CD0AA);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 0;
}
.contactBtn svg, .contactBtn span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease, stroke 0.4s ease;
}
.contactBtn svg path {
  stroke: currentColor;
  transition: stroke 0.4s ease;
}
.contactBtn:hover, .contactBtn:focus, .contactBtn:active {
  background: #ffffff;
  color: #009DE5;
}
.contactBtn:hover svg path, .contactBtn:focus svg path, .contactBtn:active svg path {
  stroke: #009DE5;
  transition: stroke 0.4s ease;
}
.contactBtn:hover::before, .contactBtn:focus::before, .contactBtn:active::before {
  opacity: 1;
}

/*SP版ホバー*/
.contactBtn:hover,
.contactBtn:active,
.contactBtn:focus {
  background: #ffffff;
  color: #009DE5;
}

/*トピックス詳細*/
.prev-next__button {
  width: 13rem;
  height: 5.2rem;
}
@media only screen and (max-width: 767px) {
  .prev-next__button {
    width: 12rem;
    height: 4.4rem;
    margin-top: 0;
  }
}
.prev-next__button .button__body {
  margin-right: 0;
}

.prev-next__button:hover svg path {
  fill: #009DE5;
}

.prev-arrow {
  margin-right: 2.1rem;
}

.next-arrow {
  margin-left: 2.1rem;
}

.prefooter {
  position: relative;
  margin: 0 4rem 0 4rem;
}
@media only screen and (max-width: 767px) {
  .prefooter {
    margin: 0 0.8rem 0 0.8rem;
  }
}
.prefooter__container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prefooter__container {
    margin: 0;
  }
}
.prefooter__container img {
  display: block;
  width: 100%; /* ← 必須 */
  height: 100%;
  aspect-ratio: 1340/400;
  border-radius: 1.2rem;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
@media only screen and (max-width: 767px) {
  .prefooter__container img {
    aspect-ratio: 359/360;
  }
}
.prefooter__imageContainer {
  width: 136rem;
  height: 40rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .prefooter__imageContainer {
    width: auto;
    height: 36rem;
  }
}
.prefooter__imageContainer:hover img {
  transform: scale(1.05);
}
.prefooter__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .prefooter__inner {
    top: 50%;
    width: 100%;
    padding: 0 3.2rem;
  }
}
.prefooter__inner h2 {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .prefooter__inner h2 {
    font-size: 4rem;
  }
}
.prefooter__inner span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .prefooter__inner span {
    font-size: 1.4rem;
  }
}
.prefooter__inner p {
  font-size: 1.5rem;
  line-height: 160%;
  margin-top: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .prefooter__inner p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    text-align: left;
  }
}

/*topicsとtopics詳細ページ*/
.prefooter-fix {
  margin: 0;
}
.prefooter-fix .prefooter__imageContainer {
  width: 100%;
  border-radius: 0;
}
.prefooter-fix img {
  border-radius: 0;
}

/*下層ページ共通スタイル*/
.lowPage {
  /*下層ページ見出し*/
  /*下層ページセクションごとの見出し*/
  /*下層ページセクションごとの見出し あしらいの線*/
}
.lowPage__header {
  margin-top: 19.3rem;
  margin-bottom: 19.6rem;
}
@media only screen and (max-width: 767px) {
  .lowPage__header {
    margin-top: 11.5rem;
    margin-bottom: 9.9rem;
  }
}
.lowPage__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .lowPage__title {
    margin-bottom: 2.6rem;
  }
}
.lowPage__title--En {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 7.2rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 100%;
  margin-bottom: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .lowPage__title--En {
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
.lowPage__title--Jp {
  line-height: 100%;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .lowPage__title--Jp {
    font-size: 1.4rem;
    margin-left: 0.4rem;
  }
}
.lowPage__fv--img {
  width: 98.8888888889vw;
  height: 42rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lowPage__fv--img {
    width: 95.7333333333vw;
    height: 22rem;
  }
}
.lowPage__section {
  position: relative;
  max-width: 124.4rem;
  margin: 0 auto;
  margin-bottom: 15.5rem;
  /*contact前のセクションのみマージン変更*/
}
@media only screen and (max-width: 767px) {
  .lowPage__section {
    max-width: 100%;
    margin: 0 2.4rem;
    margin-bottom: 11.3rem;
  }
}
.lowPage__section--last {
  margin-bottom: 29rem;
}
@media only screen and (max-width: 767px) {
  .lowPage__section--last {
    margin-bottom: 15.1rem;
  }
}
.lowPage__sectionTtl {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
  padding-top: 3.9rem;
}
@media only screen and (max-width: 767px) {
  .lowPage__sectionTtl {
    margin-bottom: 4.3rem;
    padding-top: 2.6rem;
  }
}
.lowPage__sectionTtl--Jp {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.35rem;
  line-height: 100%;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .lowPage__sectionTtl--Jp {
    font-size: 2.4rem;
    letter-spacing: 0.22rem;
    margin-bottom: 0.7rem;
  }
}
.lowPage__sectionTtl--En {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.07rem;
}
@media only screen and (max-width: 767px) {
  .lowPage__sectionTtl--En {
    font-size: 1.2rem;
  }
}
.lowPage__section {
  position: relative;
  border-top: 1px solid rgba(0, 160, 233, 0.3);
}
.lowPage__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 1px;
  background-color: #009DE5;
}
@media only screen and (max-width: 767px) {
  .lowPage__section::before {
    width: 6.4rem;
  }
}
.lowPage__sectionTxt:not(:last-of-type) {
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .lowPage__sectionTxt:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.lowPage .lowPageTxt-wrapper {
  margin-top: 11rem;
}
@media only screen and (max-width: 767px) {
  .lowPage .lowPageTxt-wrapper {
    margin-top: 0;
  }
}

/*事業ページ 個別のレイアウト*/
#business .lowPage-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #business .lowPage-wrapper {
    flex-direction: column;
  }
}

#labo {
  margin-bottom: 23rem;
}
@media only screen and (max-width: 767px) {
  #labo {
    margin-bottom: 11.3rem;
  }
}

/*コインランドリー事業見出し line-height*/
#laundry .lowPage__sectionTtl--Jp {
  line-height: 4.4rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  #laundry .lowPage__sectionTtl--Jp {
    line-height: 100%;
  }
}

/*aboutページ*/
#history .lowPage-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #history .lowPage-wrapper {
    flex-direction: column;
  }
}

/*history*/
#company .lowPage-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #company .lowPage-wrapper {
    flex-direction: column;
  }
}

.deco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -2;
  translate: -50% 0;
  width: 100vw;
  pointer-events: none;
}
.deco img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/*PC版*/
.deco01 {
  position: absolute;
  top: min(-328px, -22.8vw);
  left: max(78px, 5.4vw);
  width: min(976px, 67.8vw);
}

.deco02 {
  position: absolute;
  top: min(53px, 3.7vw);
  left: max(-256px, -17.8vw);
  width: min(752px, 52.2vw);
}

.deco03 {
  position: absolute;
  top: min(53px, 3.7vw);
  right: max(-200px, -13vw);
  width: min(796px, 55.3vw);
}

.deco04 {
  position: absolute;
  top: min(-518px, -36vw);
  right: max(-196px, -13.6vw);
  width: min(1141px, 79.2vw);
}
@media only screen and (max-width: 767px) {
  .deco04 {
    top: -73.9vw;
    left: -1.9vw;
    width: 224.5vw;
  }
}

.deco05 {
  position: absolute;
  top: min(-60px, -4.2vw);
  left: max(-464px, -32.2vw);
  width: min(1094px, 76vw);
}
@media only screen and (max-width: 767px) {
  .deco05 {
    top: 103.2vw;
    left: auto;
    right: -10.4vw;
    width: 193.3vw;
  }
}

.deco06 {
  position: absolute;
  top: min(-167px, -11.6vw);
  right: max(-367px, -25.5vw);
  width: min(1183px, 82.2vw);
}
@media only screen and (max-width: 767px) {
  .deco06 {
    top: auto;
    bottom: -23.2vw;
    left: -124.5vw;
    width: 206.1vw;
  }
}

.deco07 {
  position: absolute;
  top: min(200px, 13.9vw);
  left: max(-340px, -23.6vw);
  width: min(752px, 52.2vw);
}

.deco08 {
  position: absolute;
  top: min(-581px, -40.4vw);
  left: max(167px, 11.6vw);
  width: min(1068px, 74.2vw);
}
@media only screen and (max-width: 767px) {
  .deco08 {
    top: auto;
    bottom: 74.4vw;
    left: 0;
    width: 191.2vw;
  }
}

.deco09 {
  position: absolute;
  top: min(-63px, -4.4vw);
  left: max(-387px, -26.9vw);
  width: min(1008px, 70vw);
}

.deco10 {
  position: absolute;
  top: min(-250px, -17.4vw);
  right: max(-440px, -30.6vw);
  width: min(1332px, 92.5vw);
}
@media only screen and (max-width: 767px) {
  .deco10 {
    top: -55.7vw;
    left: -74.7vw;
    width: 290.1vw;
  }
}

.deco11 {
  position: absolute;
  top: min(-154px, -10.7vw);
  left: max(-398px, -27.6vw);
  width: min(970px, 67.4vw);
}

.deco12 {
  position: absolute;
  top: min(419px, 29.1vw);
  left: max(95px, 6.6vw);
  width: min(1353px, 94vw);
}

.deco13 {
  position: absolute;
  top: min(-396px, -27.5vw);
  left: max(-32px, -2.2vw);
  width: min(798px, 55.4vw);
}

.deco14 {
  position: absolute;
  top: min(-270px, -18.75vw);
  right: max(-273px, -19vw);
  width: min(1141px, 79.2vw);
}

.deco15 {
  position: absolute;
  top: min(-561px, -39vw);
  right: max(-372px, -25.8vw);
  width: min(1332px, 92.5vw);
}

.deco16 {
  position: absolute;
  top: min(-113px, -7.8vw);
  left: max(-411px, -28.5vw);
  width: min(970px, 67.4vw);
}

.deco17 {
  position: absolute;
  top: min(1144px, 79.4vw);
  right: max(-490px, -34vw);
  width: min(1183px, 82.2vw);
}

.deco18 {
  position: absolute;
  top: min(1164px, 80.8vw);
  left: max(-340px, -23.6vw);
  width: min(752px, 52.2vw);
}

.deco19 {
  position: absolute;
  top: min(1682px, 116.8vw);
  left: max(167px, 11.6vw);
  width: min(1068px, 74.2vw);
}

.deco20 {
  position: absolute;
  top: min(2140px, 148.6vw);
  left: max(-387px, -26.9vw);
  width: min(1008px, 70vw);
}

.deco21 {
  position: absolute;
  top: min(-161px, -11.2vw);
  left: max(-331px, -23vw);
  width: min(1147px, 79.7vw);
}

.deco22 {
  position: absolute;
  top: min(-60px, -4.2vw);
  left: max(243px, 16.9vw);
  left: max(88px, 6.1vw);
  width: min(1353px, 94vw);
}

.deco23 {
  position: absolute;
  top: min(230px, 16vw);
  left: max(-322px, -22.4vw);
  width: min(1094px, 76vw);
}

.deco24 {
  position: absolute;
  top: min(27px, 1.9vw);
  left: max(-48px, -3.3vw);
  width: min(798px, 55.4vw);
}

.deco25 {
  position: absolute;
  top: min(197px, 13.7vw);
  right: max(-179px, -12.4vw);
  width: min(1141px, 79.2vw);
}

.deco26 {
  position: absolute;
  top: min(733px, 50.9vw);
  left: max(-499px, -34.7vw);
  width: min(1094px, 76vw);
}

.deco27 {
  position: absolute;
  top: min(-646px, -44.9vw);
  right: max(-520px, -36.1vw);
  width: min(1289px, 89.5vw);
}

.deco28 {
  position: absolute;
  top: min(-274px, 19vw);
  left: max(-340px, -23.6vw);
  width: min(752px, 52.2vw);
}

.deco29 {
  position: absolute;
  top: min(-861px, -59.8vw);
  left: max(16px, 1.1vw);
  width: min(1068px, 74.2vw);
}
@media only screen and (max-width: 767px) {
  .deco29 {
    top: auto;
    bottom: 74.4vw;
    left: 0;
    width: 191.2vw;
  }
}

.deco30 {
  position: absolute;
  top: min(-435px, -30.2vw);
  left: max(-387px, -26.9vw);
  width: min(1008px, 70vw);
}

/*topics 詳細*/
.deco31 {
  position: absolute;
  top: min(1925px, 133.7vw);
  right: max(-490px, -34vw);
  width: min(1183px, 82.2vw);
}

.deco32 {
  position: absolute;
  top: min(1813px, 125.9vw);
  left: max(-340px, -23.6vw);
  width: min(752px, 52.2vw);
}

.deco33 {
  position: absolute;
  top: min(2756px, 191.4vw);
  left: max(167px, 11.6vw);
  width: min(1068px, 74.2vw);
}

.deco34 {
  position: absolute;
  top: min(3008px, 208.9vw);
  left: max(-387px, -26.9vw);
  width: min(1008px, 70vw);
}

.deco-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: max(1440px, 100vw);
}

/*SP版*/
.deco01_sp {
  position: absolute;
  top: -125.6vw;
  left: -72.5vw;
  width: 308.5vw;
}

.deco02_sp {
  position: absolute;
  top: -26.7vw;
  left: 0;
  width: 178.9vw;
}

.deco03_sp {
  position: absolute;
  top: -28.5vw;
  left: -16vw;
  width: 214.9vw;
}

.deco04_sp {
  position: absolute;
  top: min(-153px, -40.8vw);
  left: max(-261px, -69.6vw);
  width: min(642px, 171.2vw);
}

.deco05_sp {
  position: absolute;
  bottom: 122.9vw;
  left: -98.1vw;
  width: 320vw;
}

.deco-footer_sp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
}

/*下層ページ SP版*/
.lowpage-deco01_sp {
  position: absolute;
  top: min(-262px, -69.9vw);
  left: max(-81px, -21.6vw);
  width: min(827px, 220.5vw);
}

.lowpage-deco02_sp {
  position: absolute;
  top: min(649px, 173.1vw);
  right: max(-77px, -20.5vw);
  width: min(806px, 214.9vw);
}

.lowpage-deco03_sp {
  position: absolute;
  top: min(1113px, 296.8vw);
  left: max(-21px, -5.6vw);
  width: min(737px, 196.5vw);
}

.lowpage-deco04_sp {
  position: absolute;
  top: min(1778px, 474.1vw);
  right: 0;
  width: min(773px, 206.1vw);
}

.lowpage-deco05_sp {
  position: absolute;
  top: min(-410px, -109.3vw);
  left: max(-69px, -18.4vw);
  width: min(764px, 203.7vw);
}

.lowpage-deco06_sp {
  position: absolute;
  top: min(532px, 141.9vw);
  right: max(-28px, -7.5vw);
  width: min(806px, 214.9vw);
}

.lowpage-deco07_sp {
  position: absolute;
  top: min(3px, 0.8vw);
  left: max(-170px, -45.3vw);
  width: min(1088px, 290.1vw);
}

/*about*/
.lowpage-deco08_sp {
  position: absolute;
  top: min(2442px, 651.2vw);
  left: max(-69px, -18.4vw);
  width: min(764px, 203.7vw);
}

.lowpage-deco09_sp {
  position: absolute;
  top: min(-49px, 13.1vw);
  right: max(-28px, -7.5vw);
  width: min(806px, 214.9vw);
}

.lowpage-deco10_sp {
  position: absolute;
  top: min(-290px, -77.3vw);
  left: max(-170px, -45.3vw);
  width: min(1088px, 203.7vw);
}

/*company*/
.lowpage-deco11_sp {
  position: absolute;
  top: min(432px, 115.2vw);
  left: max(-143px, -38.1vw);
  width: min(764px, 290.1vw);
}

/*prefooter*/
.lowpage-prefooter-deco01_sp {
  position: absolute;
  top: min(-433px, -115.5vw);
  right: max(22px, 5.9vw);
  width: min(545px, 145.3vw);
}

.lowpage-prefooter-deco02_sp {
  position: absolute;
  top: min(-156px, -41.6vw);
  left: max(-35px, -9.3vw);
  width: min(772px, 205.9vw);
}

.deco-footer, .deco-footer_sp {
  mix-blend-mode: multiply;
  isolation: isolate;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.bubble {
  position: absolute;
  z-index: 0;
  background: url("../assets/img/deco/bubble/bubble.webp");
  background-size: cover;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  will-change: transform, opacity;
}

.bubble__wrapper {
  position: relative;
}

.bubble__wrapper-sp {
  min-height: 300px;
  position: relative;
}

/*topics、topics詳細でページのながさが変わった場合にはみ出し部分をカット*/
.bubble__visibleWrapper {
  position: relative;
  overflow: hidden;
  padding-top: 19.6rem;
}
@media only screen and (max-width: 767px) {
  .bubble__visibleWrapper {
    padding-top: 11.8rem;
  }
}

.bubble-clip {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; /* .topics__main 全体を覆う */
  overflow: hidden;
  pointer-events: none;
}

/*PC版*/
.bubble01 {
  top: min(202px, 14vw);
  left: max(117px, 8.1vw);
  width: min(87px, 6vw);
  height: min(87px, 6vw);
}
@media only screen and (max-width: 767px) {
  .bubble01 {
    z-index: -1;
    top: max(157px, 10.9vw);
    left: max(-17px, 1.2vw);
    width: 23.2vw;
    height: 23.2vw;
  }
}

.bubble02 {
  top: min(155px, 10.8vw);
  left: max(381px, 26.5vw);
  width: min(47px, 3.3vw);
  height: min(47px, 3.3vw);
}
@media only screen and (max-width: 767px) {
  .bubble02 {
    top: max(118px, 31.5vw);
    left: max(-168px, 44.8vw);
    width: 12.5vw;
    height: 12.5vw;
  }
}

.bubble03 {
  top: min(64px, 4.4vw);
  left: max(441px, 30.6vw);
  width: min(151px, 10.5vw);
  height: min(151px, 10.5vw);
}
@media only screen and (max-width: 767px) {
  .bubble03 {
    top: max(27px, 7.2vw);
    right: max(-4px, 1.1vw);
    left: auto;
    width: 40.3vw;
    height: 40.3vw;
  }
}

.bubble04 {
  z-index: 1;
  top: min(248px, 17.2vw);
  right: max(217px, 15.1vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}
@media only screen and (max-width: 767px) {
  .bubble04 {
    display: none;
  }
}

.bubble05 {
  z-index: 1;
  top: min(309px, 21.5vw);
  right: max(96px, 6.7vw);
  width: min(239px, 16.6vw);
  height: min(239px, 16.6vw);
}
@media only screen and (max-width: 767px) {
  .bubble05 {
    display: none;
  }
}

.bubble06 {
  top: min(488px, 33.9vw);
  left: max(-29px, -2vw);
  width: min(201px, 14vw);
  height: min(201px, 14vw);
}
@media only screen and (max-width: 767px) {
  .bubble06 {
    z-index: 0;
    top: 276.7vw;
    left: -9.3vw;
    width: 37.6vw;
    height: 37.6vw;
  }
}

.bubble07 {
  z-index: -1;
  top: min(600px, 41.7vw);
  left: max(172px, -2vw);
  width: min(121px, 11.9vw);
  height: min(121px, 11.9vw);
}
@media only screen and (max-width: 767px) {
  .bubble07 {
    z-index: -1;
    top: 262.7vw;
    left: 28.3vw;
    width: 22.9vw;
    height: 22.9vw;
  }
}

.bubble08 {
  top: min(172px, 11.9vw);
  right: max(126px, 8.8vw);
  width: min(65px, 4.5vw);
  height: min(65px, 4.5vw);
}
@media only screen and (max-width: 767px) {
  .bubble08 {
    z-index: 0;
    top: 30.2vw;
    right: 9.4vw;
    left: auto;
    width: 17.3vw;
    height: 17.3vw;
  }
}

.bubble09 {
  top: min(170px, 11.8vw);
  right: max(189px, 13.1vw);
  width: min(35px, 2.4vw);
  height: min(35px, 2.4vw);
}
@media only screen and (max-width: 767px) {
  .bubble09 {
    z-index: 0;
    top: 22.2vw;
    right: 26.2vw;
    left: auto;
    width: 9.3vw;
    height: 9.3vw;
  }
}

.bubble10 {
  bottom: min(-290px, -20.1vw);
  right: max(137px, 9.5vw);
  width: min(75px, 5.2vw);
  height: min(75px, 5.2vw);
}
@media only screen and (max-width: 767px) {
  .bubble10 {
    z-index: -1;
    top: 265.9vw;
    right: 25.1vw;
    left: auto;
    width: 32vw;
    height: 32vw;
  }
}

.bubble11 {
  bottom: min(-770px, -53.5vw);
  right: max(253px, 17.6vw);
  width: min(165px, 11.5vw);
  height: min(165px, 11.5vw);
}
@media only screen and (max-width: 767px) {
  .bubble11 {
    z-index: -1;
    top: 308.9vw;
    right: auto;
    left: 9.1vw;
    width: 41.1vw;
    height: 41.1vw;
  }
}

.bubble12 {
  bottom: min(-1123px, -78vw);
  right: max(174px, 12.1vw);
  width: min(129px, 9vw);
  height: min(129px, 9vw);
}
@media only screen and (max-width: 767px) {
  .bubble12 {
    z-index: -1;
    top: 287.9vw;
    right: 30.1vw;
    left: auto;
    width: 32vw;
    height: 32vw;
  }
}

.bubble13 {
  top: min(300px, 20.8vw);
  left: max(28px, 1.9vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}
@media only screen and (max-width: 767px) {
  .bubble13 {
    z-index: -1;
    top: 70.9vw;
    right: 6.7vw;
    left: auto;
    width: 16.8vw;
    height: 16.8vw;
  }
}

.bubble14 {
  top: min(638px, 44.3vw);
  left: max(48px, 3.3vw);
  width: min(201px, 14vw);
  height: min(201px, 14vw);
}
@media only screen and (max-width: 767px) {
  .bubble14 {
    z-index: -1;
    top: 158.9vw;
    right: -7.2vw;
    left: auto;
    width: 28vw;
    height: 28vw;
  }
}

.bubble15 {
  z-index: -1;
  top: min(280px, 19.4vw);
  left: max(718px, 49.9vw);
  width: min(158px, 11vw);
  height: min(158px, 11vw);
}
@media only screen and (max-width: 767px) {
  .bubble15 {
    z-index: -1;
    top: 94.1vw;
    right: 25.9vw;
    left: auto;
    width: 32.8vw;
    height: 32.8vw;
  }
}

.bubble16 {
  top: min(400px, 27.8vw);
  left: max(906px, 62.9vw);
  width: min(92px, 6.4vw);
  height: min(92px, 6.4vw);
}
@media only screen and (max-width: 767px) {
  .bubble16 {
    z-index: -1;
    top: 133.1vw;
    right: 4vw;
    left: auto;
    width: 19.2vw;
    height: 19.2vw;
  }
}

.bubble17 {
  top: min(700px, 48.6vw);
  right: max(54px, 3.8vw);
  width: min(201px, 14vw);
  height: min(201px, 14vw);
}
@media only screen and (max-width: 767px) {
  .bubble17 {
    display: none;
  }
}

.bubble18 {
  top: min(1376px, 95.6vw);
  right: max(196px, 13.8vw);
  width: min(73px, 5.1vw);
  height: min(73px, 5.1vw);
}
@media only screen and (max-width: 767px) {
  .bubble18 {
    display: none;
  }
}

.bubble19 {
  top: min(1130px, 78.5vw);
  left: max(109px, 7.6vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}
@media only screen and (max-width: 767px) {
  .bubble19 {
    z-index: -1;
    top: 262.7vw;
    right: auto;
    left: -0.1vw;
    width: 32.3vw;
    height: 32.3vw;
  }
}

.bubble20 {
  top: min(1816px, 126.1vw);
  left: max(158px, 11vw);
  width: min(59px, 4.1vw);
  height: min(59px, 4.1vw);
}
@media only screen and (max-width: 767px) {
  .bubble20 {
    z-index: -1;
    top: 452.7vw;
    right: auto;
    left: 14.9vw;
    width: 15.7vw;
    height: 15.7vw;
  }
}

.bubble21 {
  top: min(766px, 53.2vw);
  left: max(270px, 18.8vw);
  width: min(37px, 2.6vw);
  height: min(37px, 2.6vw);
}
@media only screen and (max-width: 767px) {
  .bubble21 {
    display: none;
  }
}

.bubble22 {
  top: min(1750px, 121.5vw);
  right: max(183px, 12.7vw);
  width: min(165px, 11.5vw);
  height: min(165px, 11.5vw);
}
@media only screen and (max-width: 767px) {
  .bubble22 {
    z-index: -1;
    top: 132.7vw;
    right: auto;
    left: 38.1vw;
    width: 9.9vw;
    height: 9.9vw;
  }
}

.bubble23 {
  top: min(2560px, 177.8vw);
  right: max(296px, 20.6vw);
  width: min(75px, 5.2vw);
  height: min(75px, 5.2vw);
}
@media only screen and (max-width: 767px) {
  .bubble23 {
    display: none;
  }
}

/*下層ページ*/
.bubble31 {
  top: min(880px, 61.1vw);
  left: max(28px, 1.9vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}

.bubble32 {
  top: min(930px, 64.6vw);
  left: max(48px, 3.3vw);
  width: min(201px, 14vw);
  height: min(201px, 14vw);
}

.bubble33 {
  top: min(1800px, 125vw);
  right: max(-23px, -1.6vw);
  width: min(75px, 5.2vw);
  height: min(75px, 5.2vw);
}

.bubble34 {
  top: min(2428px, 168.6vw);
  right: max(93px, 6.5vw);
  width: min(165px, 11.5vw);
  height: min(165px, 11.5vw);
}

.bubble35 {
  top: min(2270px, 157.6vw);
  right: max(14px, 1vw);
  width: min(129px, 9vw);
  height: min(129px, 9vw);
}

.bubble36 {
  top: min(1667px, 115.8vw);
  left: max(72px, 5vw);
  width: min(84px, 5.8vw);
  height: min(84px, 5.8vw);
}

.bubble37 {
  top: min(1710px, 118.8vw);
  left: max(110px, 7.6vw);
  width: min(24px, 1.7vw);
  height: min(24px, 1.7vw);
}

.bubble38 {
  top: min(1827px, 126.9vw);
  left: max(170px, 11.8vw);
  width: min(66px, 4.6vw);
  height: min(66px, 4.6vw);
}

.bubble39 {
  top: min(2650px, 184vw);
  left: max(28px, 1.9vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}

.bubble40 {
  top: min(2972px, 206.4vw);
  left: max(48px, 3.3vw);
  width: min(201px, 14vw);
  height: min(201px, 14vw);
}

.bubble41 {
  top: min(3780px, 262.5vw);
  left: max(718px, 49.9vw);
  width: min(158px, 11vw);
  height: min(158px, 11vw);
}

.bubble42 {
  top: min(3900px, 270.8vw);
  left: max(906px, 62.9vw);
  width: min(92px, 6.4vw);
  height: min(92px, 6.4vw);
}

.bubble43 {
  top: min(4600px, 319.4vw);
  right: max(54px, 3.8vw);
  width: min(201px, 14vw);
  height: min(201px, 14vw);
}

.bubble44 {
  top: min(4390px, 304.9vw);
  right: max(196px, 13.6vw);
  width: min(73px, 5.1vw);
  height: min(73px, 5.1vw);
}

.bubble45 {
  top: min(5600px, 388.9vw);
  left: max(109px, 7.6vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}

.bubble46 {
  top: min(5270px, 366vw);
  left: max(158px, 11vw);
  width: min(59px, 4.1vw);
  height: min(59px, 4.1vw);
}

.bubble47 {
  top: min(4710px, 327.1vw);
  left: max(270px, 18.8vw);
  width: min(37px, 2.6vw);
  height: min(37px, 2.6vw);
}

.bubble48 {
  z-index: 1;
  top: min(5640px, 391.7vw);
  left: 46%;
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}

.bubble49 {
  z-index: 1;
  top: min(6237px, 433.1vw);
  left: 46%;
  width: min(201px, 14vw);
  height: min(201px, 14vw);
}

/*top追加 business右上*/
.bubble50 {
  top: min(52px, 3.6vw);
  right: min(52px, 3.6vw);
  width: min(101px, 7vw);
  height: min(101px, 7vw);
}
@media only screen and (max-width: 767px) {
  .bubble50 {
    z-index: -1;
    top: 141.9vw;
    right: 1.3vw;
    left: auto;
    width: 26.9vw;
    height: 26.9vw;
  }
}

.bubble51 {
  top: min(117px, 8.1vw);
  right: min(40px, 2.7vw);
  width: min(35px, 2.4vw);
  height: min(35px, 2.4vw);
}
@media only screen and (max-width: 767px) {
  .bubble51 {
    z-index: -1;
    top: 93.9vw;
    right: -1.9vw;
    left: auto;
    width: 9.3vw;
    height: 9.3vw;
  }
}

.bubble52 {
  top: min(367px, 25.5vw);
  left: min(612px, 42.5vw);
  width: min(23px, 1.6vw);
  height: min(23px, 1.6vw);
}
@media only screen and (max-width: 767px) {
  .bubble52 {
    z-index: -1;
    top: 146.9vw;
    left: 27.5vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

/*pre-footer*/
.bubble-pre01 {
  top: min(140px, 9.7vw);
  left: max(718px, 49.9vw);
  width: min(158px, 11vw);
  height: min(158px, 11vw);
}

.bubble-pre02 {
  top: min(260px, 18.1vw);
  left: max(906px, 62.9vw);
  width: min(92px, 6.4vw);
  height: min(92px, 6.4vw);
}

.bubble-pre03 {
  top: min(249px, 17.3vw);
  right: max(54px, 3.8vw);
  width: min(201px, 14vw);
  height: min(201px, 14vw);
}

.bubble-pre04 {
  top: min(440px, 30.6vw);
  right: max(196px, 13.6vw);
  width: min(73px, 5.1vw);
  height: min(73px, 5.1vw);
}

.bubble-pre05 {
  top: min(800px, 55.6vw);
  left: max(109px, 7.6vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}

.bubble-pre06 {
  top: min(926px, 64.3vw);
  left: max(158px, 11vw);
  width: min(59px, 4.1vw);
  height: min(59px, 4.1vw);
}

.bubble-pre07 {
  top: min(910px, 63.2vw);
  left: max(270px, 18.8vw);
  width: min(37px, 2.6vw);
  height: min(37px, 2.6vw);
}

/*prefooter02*/
.bubble-pre08 {
  top: min(500px, 34.7vw);
  right: max(54px, 3.8vw);
  width: min(201px, 14vw);
  height: min(201px, 14vw);
}

.bubble-pre09 {
  top: min(730px, 50.7vw);
  right: max(196px, 13.6vw);
  width: min(73px, 5.1vw);
  height: min(73px, 5.1vw);
}

.bubble-pre10 {
  top: min(1051px, 73vw);
  left: max(109px, 7.6vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}

.bubble-pre11 {
  top: min(1177px, 81.7vw);
  left: max(158px, 11vw);
  width: min(59px, 4.1vw);
  height: min(59px, 4.1vw);
}

.bubble-pre12 {
  top: min(1161px, 83.6vw);
  left: max(270px, 18.8vw);
  width: min(37px, 2.6vw);
  height: min(37px, 2.6vw);
}

/*footer*/
.bubble24 {
  bottom: min(682px, 47.4vw);
  left: max(572px, 39.7vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}
@media only screen and (max-width: 767px) {
  .bubble24 {
    z-index: 1;
    bottom: 315.7vw;
    right: -2.4vw;
    left: auto;
    width: 32.3vw;
    height: 32.3vw;
  }
}

.bubble25 {
  bottom: min(652px, 45.3vw);
  left: max(518px, 36vw);
  width: min(54px, 3.8vw);
  height: min(54px, 3.8vw);
}
@media only screen and (max-width: 767px) {
  .bubble25 {
    z-index: 1;
    bottom: 306.7vw;
    right: 29.9vw;
    left: auto;
    width: 14.4vw;
    height: 14.4vw;
  }
}

.bubble26 {
  bottom: min(638px, 44.3vw);
  left: max(615px, 42.7vw);
  width: min(22px, 1.5vw);
  height: min(22px, 1.5vw);
}
@media only screen and (max-width: 767px) {
  .bubble26 {
    z-index: 1;
    bottom: 302.7vw;
    right: 12.5vw;
    left: auto;
    width: 5.9vw;
    height: 5.9vw;
  }
}

.bubble24_contact {
  bottom: min(682px, 47.4vw);
  left: max(572px, 39.7vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}
@media only screen and (max-width: 767px) {
  .bubble24_contact {
    z-index: 1;
    bottom: 300.7vw;
    right: -2.4vw;
    left: auto;
    width: 32.3vw;
    height: 32.3vw;
  }
}

.bubble25_contact {
  bottom: min(652px, 45.3vw);
  left: max(518px, 36vw);
  width: min(54px, 3.8vw);
  height: min(54px, 3.8vw);
}
@media only screen and (max-width: 767px) {
  .bubble25_contact {
    z-index: 1;
    bottom: 292.7vw;
    right: 29.9vw;
    left: auto;
    width: 14.4vw;
    height: 14.4vw;
  }
}

.bubble26_contact {
  bottom: min(638px, 44.3vw);
  left: max(615px, 42.7vw);
  width: min(22px, 1.5vw);
  height: min(22px, 1.5vw);
}
@media only screen and (max-width: 767px) {
  .bubble26_contact {
    z-index: 1;
    bottom: 286.7vw;
    right: 12.5vw;
    left: auto;
    width: 5.9vw;
    height: 5.9vw;
  }
}

.bubble27 {
  z-index: 0;
  bottom: min(147px, 10.2vw);
  left: max(238px, 16.5vw);
  width: min(307px, 21.3vw);
  height: min(307px, 21.3vw);
}
@media only screen and (max-width: 767px) {
  .bubble27 {
    z-index: -1;
    bottom: 136.7vw;
    right: auto;
    left: -13.9vw;
    width: 53.1vw;
    height: 53.1vw;
  }
}

.bubble28 {
  z-index: 0;
  bottom: min(94px, 6.5vw);
  left: max(85px, 5.9vw);
  width: min(75px, 5.2vw);
  height: min(75px, 5.2vw);
}
@media only screen and (max-width: 767px) {
  .bubble28 {
    z-index: -1;
    bottom: 182.7vw;
    right: auto;
    left: 61.1vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}

.bubble29 {
  z-index: 0;
  bottom: min(94px, 6.5vw);
  left: max(452px, 31.4vw);
  width: min(125px, 8.7vw);
  height: min(125px, 8.7vw);
}
@media only screen and (max-width: 767px) {
  .bubble29 {
    z-index: -1;
    bottom: 127.7vw;
    right: auto;
    left: 22.9vw;
    width: 21.6vw;
    height: 21.6vw;
  }
}

.bubble30 {
  position: absolute;
  z-index: 0;
  background: url("../assets/img/deco/bubble/bubble-footer.webp");
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  bottom: 0;
  right: 0;
  width: min(481px, 33.4vw);
  height: min(350px, 23.3vw);
}
@media only screen and (max-width: 767px) {
  .bubble30 {
    background: url("../assets/img/deco/bubble/bubble-footer_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 112.3vw;
  }
}

/*Sp版 下層のレイアウト*/
@media only screen and (max-width: 767px) {
  .bubble01_sp {
    z-index: -1;
    top: 317vw;
    left: -9.3vw;
    width: 37.6vw;
    height: 37.6vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble02_sp {
    z-index: -1;
    top: 392vw;
    right: 1.3vw;
    width: 26.9vw;
    height: 26.9vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble03_sp {
    z-index: -1;
    top: 722vw;
    left: -5.6vw;
    width: 22.4vw;
    height: 22.4vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble04_sp {
    z-index: -1;
    top: 759vw;
    left: 4.5vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble05_sp {
    z-index: -1;
    top: 763vw;
    left: 20.5vw;
    width: 17.6vw;
    height: 17.6vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble06_sp {
    z-index: -1;
    top: 1161vw;
    left: -6.1vw;
    width: 18.9vw;
    height: 18.9vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble07_sp {
    z-index: -1;
    top: 1158vw;
    left: 3.2vw;
    width: 11.2vw;
    height: 11.2vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble07_sp {
    z-index: -1;
    top: 1158vw;
    left: 3.2vw;
    width: 11.2vw;
    height: 11.2vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble08_sp {
    z-index: -1;
    top: 1265vw;
    left: 51.8vw;
    width: 32.8vw;
    height: 32.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble09_sp {
    z-index: -1;
    top: 1450vw;
    right: -6.7vw;
    width: 19.2vw;
    height: 19.2vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble10_sp {
    z-index: -1;
    top: 1328vw;
    left: 38.1vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble11_sp {
    z-index: -1;
    top: -4vw;
    right: 6.4vw;
    width: 17.3vw;
    height: 17.3vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble12_sp {
    z-index: -1;
    top: 8vw;
    right: 23.2vw;
    width: 9.3vw;
    height: 9.3vw;
  }
}

/*prefooter*/
@media only screen and (max-width: 767px) {
  .bubble-pre01_sp {
    z-index: 1;
    bottom: -79vw;
    left: 38.1vw;
    width: 8vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre02_sp {
    z-index: 1;
    bottom: -79vw;
    left: 5.9vw;
    width: 26.1vw;
    height: 26.1vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre03_sp {
    z-index: 1;
    bottom: -95vw;
    left: 16.3vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}

/*prefooter company*/
@media only screen and (max-width: 767px) {
  .bubble-pre04_sp {
    z-index: 1;
    bottom: -9vw;
    left: 38.1vw;
    width: 8vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre05_sp {
    z-index: 1;
    bottom: -21vw;
    left: 5.9vw;
    width: 26.1vw;
    height: 26.1vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre06_sp {
    z-index: 1;
    bottom: -36vw;
    left: 16.3vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}

/*prefooter topics*/
@media only screen and (max-width: 767px) {
  .bubble-pre07_sp {
    z-index: 1;
    bottom: 40vw;
    left: 38.1vw;
    width: 8vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre08_sp {
    z-index: 1;
    bottom: 23vw;
    left: 5.9vw;
    width: 26.1vw;
    height: 26.1vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre09_sp {
    z-index: 1;
    bottom: 10vw;
    left: 16.3vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}

/*Sp版prefooter businessページ*/
@media only screen and (max-width: 767px) {
  .bubble-pre01_businessSp {
    z-index: 1;
    bottom: -25vw;
    left: 38.1vw;
    width: 8vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre02_businessSp {
    z-index: 1;
    bottom: -40vw;
    left: 5.9vw;
    width: 26.1vw;
    height: 26.1vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre03_businessSp {
    z-index: 1;
    bottom: -57vw;
    left: 16.3vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}

/*Sp版prefooter businessページ*/
@media only screen and (max-width: 767px) {
  .bubble-pre01_fixSp {
    z-index: 1;
    bottom: 119.2vw;
    left: 38.1vw;
    width: 8vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre02_fixSp {
    z-index: 1;
    bottom: 92vw;
    left: 5.9vw;
    width: 26.1vw;
    height: 26.1vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre03_fixSp {
    z-index: 1;
    bottom: 84vw;
    left: 16.3vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre04_fixSp {
    z-index: 1;
    bottom: 119.2vw;
    left: 38.1vw;
    width: 8vw;
    height: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre05_fixSp {
    z-index: 1;
    bottom: 92vw;
    left: 5.9vw;
    width: 26.1vw;
    height: 26.1vw;
  }
}

@media only screen and (max-width: 767px) {
  .bubble-pre06_fixSp {
    z-index: 1;
    bottom: 84vw;
    left: 16.3vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}

.bubble-fix01 {
  top: min(-100px, 6.9vw);
  right: max(54px, 3.8vw);
  width: min(201px, 14vw);
  height: min(201px, 14vw);
}

.bubble-fix02 {
  top: min(45px, 3.1vw);
  right: max(196px, 13.6vw);
  width: min(73px, 5.1vw);
  height: min(73px, 5.1vw);
}

.bubble-fix03 {
  top: min(344px, 23.9vw);
  left: max(109px, 7.6vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}

.bubble-fix04 {
  top: min(432px, 30vw);
  left: max(158px, 11vw);
  width: min(59px, 4.1vw);
  height: min(59px, 4.1vw);
}

.bubble-fix05 {
  top: min(407px, 28.3vw);
  left: max(270px, 18.8vw);
  width: min(37px, 2.6vw);
  height: min(37px, 2.6vw);
}

.bubble-fix06 {
  bottom: min(1075px, 74.7vw);
  left: max(109px, 7.6vw);
  width: min(121px, 8.4vw);
  height: min(121px, 8.4vw);
}

.bubble-fix07 {
  bottom: min(1045px, 72.6vw);
  left: max(158px, 11vw);
  width: min(54px, 3.8vw);
  height: min(54px, 3.8vw);
}

.bubble-fix08 {
  bottom: min(1084px, 75.2vw);
  left: max(270px, 18.8vw);
  width: min(22px, 1.5vw);
  height: min(22px, 1.5vw);
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  top: -8.6rem;
  right: 4.7rem;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .scroll {
    top: 0.6rem;
    right: 1.6rem;
  }
}
.scroll span {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #009DE5;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #009DE5;
  bottom: -12.6rem;
  content: "";
  height: 12rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .scroll::before {
    bottom: -6.8rem;
    height: 6rem;
  }
}

/* 線の背景色 */
.scroll::after {
  background-color: rgba(0, 160, 233, 0.3);
  bottom: -12.6rem;
  content: "";
  height: 12rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .scroll::after {
    bottom: -6.8rem;
    height: 6rem;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*スライド*/
/* スライドアニメーションの設定 */
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes horizontal-animation-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/* スライダーを表示する親コンテナ */
.slider-container {
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .slider-container {
    overflow: visible;
  }
}

/* スライダー本体 */
@media only screen and (max-width: 767px) {
  .swiper {
    overflow: visible !important;
  }
}

.slider-wrapper {
  display: flex;
  animation: horizontal-animation 30s linear infinite;
}

.slider-wrapper02 {
  display: flex;
  animation: horizontal-animation-reverse 30s linear infinite;
  animation-delay: -3s;
}

/* ホバー時の一時停止用 ※任意 */
@media (hover: hover) {
  .pause:hover .slider-wrapper {
    animation-play-state: paused;
  }
}
/*Swiper*/
.swiper__container {
  position: relative;
  margin-top: 5.4rem;
  /* 矢印を右下に横並び配置 */
  /* ボタン個々にrelativeをつけて画像を重ねる土台に */
  /* 通常画像（下） */
  /* ホバー・クリック時の画像（上） */
  /* 各画像パス */
  /* ホバー・アクティブ時に切り替え */
}
@media only screen and (max-width: 767px) {
  .swiper__container {
    margin-top: 0;
  }
}
.swiper__container .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}
.swiper__container .swiper-navigation-bottom {
  position: absolute;
  bottom: -7rem;
  right: -1rem;
  display: inline-flex;
  gap: 3rem;
  z-index: 10;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .swiper__container .swiper-navigation-bottom {
    bottom: -6rem;
    gap: 2.8rem;
  }
}
.swiper__container .swiper-button-prev,
.swiper__container .swiper-button-next {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0; /* つぶれ防止 */
}
.swiper__container .swiper-button-prev::before,
.swiper__container .swiper-button-next::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.swiper__container .swiper-button-prev::after,
.swiper__container .swiper-button-next::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.swiper__container .swiper-button-prev::before {
  background-image: url(../assets/img/arrow-swiper_left.svg);
}
.swiper__container .swiper-button-prev::after {
  background-image: url(../assets/img/arrow-swiper_active-left.svg);
}
.swiper__container .swiper-button-next::before {
  background-image: url(../assets/img/arrow-swiper_right.svg);
}
.swiper__container .swiper-button-next::after {
  background-image: url(../assets/img/arrow-swiper_active-right.svg);
}
.swiper__container .swiper-button-prev:hover::after,
.swiper__container .swiper-button-prev:active::after,
.swiper__container .swiper-button-next:hover::after,
.swiper__container .swiper-button-next:active::after {
  opacity: 1;
}
.swiper__container .swiper-button-prev:hover::before,
.swiper__container .swiper-button-prev:active::before,
.swiper__container .swiper-button-next:hover::before,
.swiper__container .swiper-button-next:active::before {
  opacity: 0;
}

/*SP版 TOP business*/
#swiper_top {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #swiper_top {
    margin-bottom: 0;
  }
}
#swiper_top .swiper {
  position: relative;
  overflow: visible;
}
#swiper_top .swiper__container {
  margin-bottom: 4rem;
}
#swiper_top .swiper-slide {
  width: auto;
  overflow: visible;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#swiper_top .swiper-slide.swiper-slide-active {
  z-index: 2;
}

/*SP版 下層 business*/
@media only screen and (max-width: 767px) {
  #swiper_business {
    margin-top: 3.1rem;
    margin-bottom: 6.5rem;
  }
}
#swiper_business img {
  border-radius: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #swiper_business img {
    width: 26rem;
    border-radius: 1.2rem;
  }
}

/*SP版 下層 about*/
#swiper_about {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #swiper_about .swiper {
    position: relative;
    overflow: visible;
  }
}
#swiper_about .swiper__container {
  margin-bottom: 4rem;
}
#swiper_about .swiper-slide {
  width: auto;
  overflow: visible;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media only screen and (max-width: 767px) {
  #swiper_about .swiper-slide {
    transform: scale(1);
  }
}
#swiper_about .swiper-navigation-bottom {
  position: absolute;
  bottom: -4.2rem;
  right: -1rem;
  display: inline-flex;
  gap: 3rem;
  z-index: 10;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #swiper_about .swiper-navigation-bottom {
    bottom: -6rem;
    gap: 2.8rem;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.694447vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #333;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  animation: fadeIn 1s ease-in-out 0s forwards;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

html, body {
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #333;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; /* 強調をなくす */
}

p {
  line-height: 3.4rem;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  p {
    line-height: 2.8rem;
    font-size: 1.5rem;
  }
}

.js-accordion-container {
  transition: max-height 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  max-height: 0;
  overflow: hidden;
}

.sp-accordion-container {
  transition: max-height 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (max-width: 767px) {
  .sp-accordion-container {
    max-height: 0;
    overflow: hidden;
  }
}

picture {
  display: block;
}
picture.lazy, picture.cover {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
picture.lazy img, picture.cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
picture.lazy.zoomOut img, picture.cover.zoomOut img {
  transform: translate(-50%, -50%) scale(1.08);
  transition: transform 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease-in;
}
picture.lazy.loaded:not(.zoomOut) img, picture.cover.loaded:not(.zoomOut) img {
  opacity: 1;
}
picture.lazy.inView.loaded.zoomOut img, picture.cover.inView.loaded.zoomOut img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

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

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

.ff-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.border-gray {
  border: 1px solid rgba(51, 51, 51, 0.1);
}

svg {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  will-change: transform;
}

.wrapper {
  max-width: 112.4rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    margin: 0 2.5rem;
  }
}

.topics-wrapper {
  max-width: 88.6rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics-wrapper {
    max-width: 100%;
    margin: 0 2.4rem;
  }
}

.topics-wrapper__lowPage {
  max-width: 88.6rem;
  margin: 0 auto;
  padding-bottom: 30rem;
}
@media only screen and (max-width: 767px) {
  .topics-wrapper__lowPage {
    max-width: 100%;
    margin: 0 2.4rem;
    padding-bottom: 16.8rem;
  }
}

.topicsDetail-wrapper {
  max-width: 77rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topicsDetail-wrapper {
    max-width: 100%;
    margin: 0 2.4rem;
    margin-bottom: 15.4rem;
  }
}

.form-wrapper {
  max-width: 65rem;
  margin: 0 auto;
}

.lowPage-wrapper__variable {
  max-width: 100%;
  margin-left: 9.2rem;
}
@media only screen and (max-width: 767px) {
  .lowPage-wrapper__variable {
    max-width: 89%;
    margin: 0 auto;
  }
}

.lowPage-wrapper {
  max-width: 124.4rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lowPage-wrapper {
    max-width: 100%;
  }
}

.lowPageTxt-wrapper {
  max-width: 82.9rem;
  margin: 0 6rem 0 auto;
}
@media only screen and (max-width: 767px) {
  .lowPageTxt-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
}

.deco-wrapper {
  width: 100vw;
  position: relative;
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  letter-spacing: -0.4em;
}
ul li {
  letter-spacing: normal;
}

/*オンラインショップと取扱店舗*/
.online-shop .online-btn {
  position: relative;
  background-color: #ffffff;
  border-radius: 1.6rem;
  width: 27.5rem;
  padding: 0.4rem;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .online-shop .online-btn {
    width: 29.5rem;
  }
}
.online-shop .online-btn__link {
  display: flex;
  align-items: center;
}
.online-shop .online-btn__link--img {
  width: 7.2rem;
  border-radius: 1.4rem 0 0 1.4rem;
  margin-right: 1.2rem;
}
.online-shop .online-btn__link--text {
  font-size: 1.3rem;
}
.online-shop .online-btn__link--text sup {
  font-size: 0.7rem;
}
.online-shop .online-btn .arrow-color {
  position: absolute;
  bottom: 1rem;
  right: 1.1rem;
  width: 1.1rem;
}
.online-shop .online-btn:hover {
  opacity: 0.7;
}
.online-shop .online-btn:not(:last-of-type) {
  margin-bottom: 0.8rem;
}
.online-shop .online-btn:last-of-type {
  margin-bottom: 1rem;
}
.online-shop__annotation {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .header .online-shop .online-btn {
    width: 27.5rem;
  }
}

.social-icon {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .social-icon {
    justify-content: center;
  }
}
.social-icon .facebook {
  color: #333;
  width: 2rem;
  height: 2rem;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.social-icon .facebook:hover {
  opacity: 0.6;
}
.social-icon .instagram {
  color: #333;
  width: 1.8rem;
  height: 1.8rem;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.social-icon .instagram:hover {
  opacity: 0.6;
}
.social-icon .x {
  color: #333;
  width: 1.6rem;
  height: 1.7rem;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.social-icon .x:hover {
  opacity: 0.6;
}

.footer .social-icon {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .footer .social-icon {
    margin-top: 3.1rem;
  }
}
.footer .social-icon .facebook {
  color: #333;
  width: 2.6rem;
  height: 2.6rem;
  transition: opacity 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .footer .social-icon .facebook {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.footer .social-icon .instagram {
  color: #333;
  width: 2.4rem;
  height: 2.4rem;
  transition: opacity 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .footer .social-icon .instagram {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.footer .social-icon .x {
  color: #333;
  width: 2.3rem;
  height: 2.3rem;
  transition: opacity 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .footer .social-icon .x {
    width: 2rem;
    height: 2rem;
  }
}

/* ローディング全体 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  overflow: hidden;
}

/* 背景 */
#loading .loading-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  transition: opacity 1s ease;
  z-index: 1;
}

/* ロゴ */
#loading-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  filter: blur(10px);
  opacity: 0; /* 初期は非表示 */
  transition: opacity 0.5s ease, filter 2s ease;
  width: 18rem;
}
@media only screen and (max-width: 767px) {
  #loading-logo {
    width: 13.6rem;
  }
}

.fv {
  position: relative;
  margin-top: 16rem;
  margin-bottom: 17.9rem;
}
@media only screen and (max-width: 767px) {
  .fv {
    margin-top: 8.3rem;
    margin-bottom: 9.8rem;
  }
}
.fv__copy {
  width: 62rem;
  margin-bottom: 5rem;
  margin-left: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .fv__copy {
    width: 22.7rem;
    margin-bottom: 2.7rem;
    margin-left: 1.8rem;
  }
}
.fv__mv {
  display: block;
  width: 98.8888888889vw;
  height: 40.2777777778vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .fv__mv {
    width: 95.7333333333vw;
    height: 80vw;
  }
}

.about-hush .flex {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .about-hush .flex {
    flex-direction: column;
  }
}
.about-hush .flex__container {
  margin-right: 19rem;
}
@media only screen and (max-width: 767px) {
  .about-hush .flex__container {
    margin-right: 0;
  }
}
.about-hush h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 6.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .about-hush h2 {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-bottom: 5.3rem;
  }
}
.about-hush p {
  line-height: 4rem;
  letter-spacing: 0.08rem;
  max-width: 61.8rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .about-hush p {
    line-height: 2.8rem;
    max-width: 100%;
    margin-top: 0;
  }
}
.about-hush p:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .about-hush p:not(:last-of-type) {
    margin-bottom: 2.6rem;
  }
}

.business__text {
  line-height: 1.8;
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .business__text {
    margin-top: 3.4rem;
    margin-bottom: 2.5rem;
  }
}
.business .flex {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .business .flex {
    flex-direction: column;
  }
}
.business__container {
  width: 27rem;
  margin-right: 8.2rem;
}
@media only screen and (max-width: 767px) {
  .business__container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .business__container {
    margin-right: 0;
  }
}
.business__container small {
  font-size: 1rem;
}
.business__container02 {
  width: 76.9rem;
  margin-top: 0.7rem;
}
.business__container02 .card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  border-radius: 1.6rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: 1.6rem;
  padding: 0.8rem;
}
.business__container02 .card__image {
  width: 100%;
  border-radius: 0.8rem 0 0 0.8rem;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.business__container02 .card__image--container {
  width: 29rem;
  overflow: hidden;
  border-radius: 0.8rem 0 0 0.8rem;
}
@media only screen and (max-width: 767px) {
  .business__container02 .card__image--container {
    width: auto;
  }
}
.business__container02 .card__body {
  margin-left: 3.2rem;
}
.business__container02 .card__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 2.1rem;
}
.business__container02 .card__copy {
  max-width: 39.1rem;
  font-size: 1.6rem;
  line-height: 1.88;
  line-height: 3rem;
}
.business__container02 .card__button--link {
  position: absolute;
  bottom: 1.8rem;
  right: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 2.8rem;
  border-radius: 4rem; /* ← 角丸はここで統一 */
  border: 1px solid transparent; /* 枠幅は固定 */
  background: linear-gradient(90deg, #00A0E9 0%, #7CD0AA 100%) padding-box, linear-gradient(90deg, #00A0E9 0%, #7CD0AA 100%) border-box;
  background-clip: padding-box, border-box;
  box-sizing: border-box; /* 枠線込みサイズ */
  transition: background-color 0.3s ease, background-position 0.3s ease, border-color 0.3s ease;
}
.business__container02 .card__button--link svg path {
  width: 1.1rem;
  fill: #ffffff;
  transition: fill 0.3s ease;
}
.business__container02 .card:hover .card__image {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .business__container02 .card:hover .card__image {
    transform: scale(1);
  }
}
.business__container02 .card:hover .card__button--link {
  transition: 0.3s ease;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #00A0E9 0%, #7CD0AA 100%) border-box;
}
.business__container02 .card:hover .card__button--link svg path {
  fill: #009DE5;
}
.business__container03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .business__container03 {
    overflow: visible;
  }
}
.business__container03 .card02 {
  width: 37.7rem;
  height: 43.2rem;
  padding: 0.5rem 0.7rem 0 0.7rem;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  border-radius: 1.6rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media only screen and (max-width: 767px) {
  .business__container03 .card02 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 35.2rem;
    padding: 0.8rem 0.8rem 0 0.8rem;
  }
}
.business__container03 .card02__image {
  width: 100%;
  border-radius: 0.8rem 0.8rem 0 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .business__container03 .card02__image {
    aspect-ratio: 248/125;
  }
}
.business__container03 .card02__image--container {
  width: 36.1rem;
  overflow: hidden;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media only screen and (max-width: 767px) {
  .business__container03 .card02__image--container {
    width: auto;
  }
}
.business__container03 .card02__body {
  padding: 2.1rem 1.4rem 0.8rem 1.4rem;
}
@media only screen and (max-width: 767px) {
  .business__container03 .card02__body {
    padding: 1.2rem 0.6rem 0.8rem 0.6rem;
  }
}
.business__container03 .card02__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .business__container03 .card02__title {
    letter-spacing: 0.2rem;
    line-height: 2.8rem;
    margin-bottom: 0.3rem;
  }
}
.business__container03 .card02__copy {
  font-size: 1.5rem;
  line-height: 2.6rem;
  min-height: 13.3rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .business__container03 .card02__copy {
    font-size: 1.4rem;
    line-height: 2.4rem;
    min-height: auto;
    margin-bottom: 0;
  }
}
.business__container03 .card02__button {
  margin: 0 0 0 auto;
}
.business__container03 .card02__button--link {
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 2.8rem;
  border-radius: 4rem; /* ← 角丸はここで統一 */
  border: 1px solid transparent; /* 枠幅は固定 */
  background: linear-gradient(90deg, #00A0E9 0%, #7CD0AA 100%) padding-box, linear-gradient(90deg, #00A0E9 0%, #7CD0AA 100%) border-box;
  background-clip: padding-box, border-box;
  box-sizing: border-box; /* 枠線込みサイズ */
  transition: background-color 0.3s ease, background-position 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .business__container03 .card02__button--link {
    bottom: 1.1rem;
    right: 1.2rem;
  }
}
.business__container03 .card02__button--link svg path {
  width: 1.1rem;
  fill: #ffffff;
  transition: fill 0.3s ease;
}
.business__container03 .card02:hover .card02__image {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .business__container03 .card02:hover .card02__image {
    transform: scale(1);
  }
}
.business__container03 .card02:hover .card__button--link {
  transition: 0.3s ease;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #00A0E9 0%, #7CD0AA 100%) border-box;
}
.business__container03 .card02:hover .card__button--link svg path {
  fill: #009DE5;
}
.business .purchase {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  border-radius: 1.6rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 2.2rem;
  margin-top: 5.6rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .business .purchase {
    padding: 2.1rem 1.7rem 2.7rem 1.7rem;
    margin-top: 4.2rem;
    margin-bottom: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .business .purchase__container {
    margin: 4.8rem 5.3rem 0 5.3rem;
  }
}
.business .purchase__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  color: #009DE5;
  padding-bottom: 2rem;
}
.business .purchase__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 160, 233, 0.1);
}
.business .purchase__link--title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.2rem;
  color: #333;
}
.business .purchase__link--title sup {
  font-size: 1rem;
}
.business .purchase__link .arrow-color {
  width: 1.1rem;
  transition: transform 0.3s ease;
}
.business .purchase__link:not(last-of-type) {
  padding: 1.8rem 0;
}
@media only screen and (max-width: 767px) {
  .business .purchase__link:not(last-of-type) {
    padding: 1.8rem 0.7rem;
  }
}
.business .purchase__link:last-of-type {
  padding-top: 1.8rem;
  padding-bottom: 0;
}
.business .purchase__link:hover .arrow-color {
  transform: translate(0.3rem, -0.3rem);
}
.business small {
  font-size: 1rem;
  letter-spacing: 0.15rem;
}

.topics {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topics {
    text-align: left;
  }
}
.topics__list {
  margin: 6.5rem auto 5.6rem auto;
}
@media only screen and (max-width: 767px) {
  .topics__list {
    margin: 4.2rem auto 0 auto;
  }
}
.topics__item {
  text-align: left;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 160, 233, 0.3);
  padding: 3.3rem 0;
  /*ホバーアニメーション*/
  transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transform-origin: center top;
  transform: scale(1);
  will-change: transform, opacity;
  /*ホバーした時に上下のborderを非表示*/
}
@media only screen and (max-width: 767px) {
  .topics__item {
    padding: 2.4rem 0;
  }
}
@media only screen and (min-width: 767px) {
  .topics__item:hover {
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1.6rem;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: 0 0 0 0.5px #ffffff;
  }
  .topics__item:hover .topics__itemInfo {
    transform: translateX(30px);
  }
}
@media only screen and (max-width: 767px) {
  .topics__item:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 767px) {
  .topics__item.hovered {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (min-width: 767px) {
  .topics__item.hovered-prev {
    border-bottom: 1px solid transparent;
  }
}
.topics__item:first-of-type {
  border-top: 1px solid rgba(0, 160, 233, 0.3);
}
.topics__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topics__itemInfo {
  width: 90.1%;
  transition: transform 0.3s ease;
  min-width: 0;
}
.topics__itemInfo h2 {
  letter-spacing: 0.24rem;
}
@media only screen and (max-width: 767px) {
  .topics__itemInfo h2 {
    font-size: 1.4rem;
  }
}
.topics__itemInner {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .topics__itemInner {
    margin-bottom: 0.6rem;
  }
}
.topics__itemCat {
  font-size: 1.2rem;
  background-color: #ffffff;
  border-radius: 100vh;
  padding: 0.4rem 1.1rem;
  margin-right: 1rem;
}
.topics__itemDate {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.01rem;
}
.topics__arrow {
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  background: linear-gradient(to right, #00A0E9, #7CD0AA);
  margin-top: 2rem;
  margin-right: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .topics__arrow {
    margin-right: 0;
  }
}
.topics__arrow img {
  width: 0.9rem;
}
.topics__button .button {
  margin: 0 auto;
}

.media {
  text-align: center;
}
.media__slide {
  margin-top: 6.1rem;
}
@media only screen and (max-width: 767px) {
  .media__slide {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .media__slide:first-of-type {
    margin-top: 4rem;
  }
}
.media__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.media__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  border-radius: 1.6rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 21rem;
  height: 10rem;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .media__item {
    width: 15.1rem;
    height: 7.2rem;
  }
}
.media__item img {
  width: 50%;
}

.contact {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact {
    max-width: 32.7rem;
    margin: 0 auto;
    margin-bottom: 16rem;
  }
}
.contact__text {
  line-height: 3rem;
  letter-spacing: 0.12rem;
  margin-top: 5.3rem;
  margin-bottom: 6.9rem;
}
@media only screen and (max-width: 767px) {
  .contact__text {
    text-align: left;
    line-height: 2.6rem;
    margin-top: 3.3rem;
    margin-bottom: 1.3rem;
  }
}
.contact .form {
  /*dl*/
  /*dt*/
  /*チェックボックスラベルの下線*/
  /*必須のアスタリスク*/
  /*チェックボックスのスタイル*/
  /*placeholder*/
  /*dd*/
  /*入力エリアなど*/
}
.contact .form__annotation {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  color: #EC0000;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .contact .form__annotation {
    font-size: 1.2rem;
    margin-bottom: 5rem;
  }
}
.contact .form__dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .contact .form__dl {
    flex-direction: column;
  }
}
.contact .form__dl-textarea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .contact .form__dl-textarea {
    flex-direction: column;
    padding-bottom: 3.4rem;
  }
}
.contact .form__dl-privacy {
  max-width: 88.6rem;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid rgba(0, 160, 233, 0.3);
  padding: 8rem 0 4rem 0;
}
@media only screen and (max-width: 767px) {
  .contact .form__dl-privacy {
    padding: 5.8rem 0 3.7rem 0;
  }
}
.contact .form__dl-checkbox {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .contact .form__dl-checkbox {
    margin-bottom: 3.6rem;
  }
}
.contact .form__dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.01rem;
  width: 14rem;
  flex-basis: 14rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .contact .form__dt {
    font-size: 1.5rem;
    width: 100%;
    flex-basis: auto;
    margin-bottom: 0.9rem;
  }
}
.contact .form__dt-privacy {
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .contact .form__dt-privacy {
    margin-bottom: 1rem;
  }
}
.contact .form__dt-textarea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  width: 14rem;
  flex-basis: 14rem;
  white-space: nowrap;
  margin-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .contact .form__dt-textarea {
    width: 100%;
    flex-basis: auto;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
.contact .form .checkbox__link {
  -webkit-text-decoration: underline 1px #333;
          text-decoration: underline 1px #333;
  text-underline-offset: 1px;
}
.contact .form .checkbox__text {
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.1rem;
}
.contact .form .required:after {
  content: "※";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #EC0000;
  margin-left: 0.5rem;
}
.contact .form input[type=checkbox] {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid rgba(0, 160, 233, 0.2);
  border-radius: 0.4rem;
  background-color: #ffffff;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .contact .form input[type=checkbox] {
    vertical-align: -3px;
  }
}
.contact .form input[type=checkbox]:checked {
  background-color: #009DE5;
}
.contact .form input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  content: "";
}
.contact .form input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact .form input::placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact .form textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact .form textarea::placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact .form__dd {
  font-size: 1.4rem;
  width: 50rem;
  flex-basis: 50rem;
}
@media only screen and (max-width: 767px) {
  .contact .form__dd {
    width: 100%;
    flex-basis: auto;
  }
}
.contact .form__dd-privacy {
  text-align: left;
  overflow: auto;
  width: 100%;
  height: 25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 160, 233, 0.3);
  border-radius: 0.4rem;
  padding: 4.8rem 4rem;
}
@media only screen and (max-width: 767px) {
  .contact .form__dd-privacy {
    height: 30rem;
    padding: 3.2rem 2.4rem;
    border-radius: 0.8rem;
  }
}
.contact .form__select {
  width: 100%;
  border: 1px solid rgba(0, 160, 233, 0.2);
  border-radius: 0.4rem;
  background-color: #ffffff;
  padding: 1.8rem 1.6rem;
  /*下向き矢印*/
  background-image: url("../assets/img/chevron.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 2.6rem center; /* 画像の位置 */
}
@media only screen and (max-width: 767px) {
  .contact .form__select {
    padding: 1.7rem 1.6rem;
    border-radius: 0.8rem;
  }
}
.contact .form__text {
  width: 100%;
  border: 1px solid rgba(0, 160, 233, 0.2);
  border-radius: 0.4rem;
  background-color: #ffffff;
  padding: 1.8rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  .contact .form__text {
    padding: 1.7rem 1.6rem;
    border-radius: 0.8rem;
  }
}
.contact .form__textarea {
  resize: vertical;
  min-height: 20rem;
  max-height: 100rem;
  width: 100%;
  border: 1px solid rgba(0, 160, 233, 0.2);
  border-radius: 0.4rem;
  background-color: #ffffff;
  padding: 2.3rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  .contact .form__textarea {
    min-height: 18rem;
    border-radius: 0.8rem;
  }
}
.contact .form__privacy {
  font-size: 1.4rem;
}
.contact .form__privacy--heading {
  margin-bottom: 3.2rem;
}
.contact .form__privacy--title {
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.contact .form__button {
  width: 20.7rem;
  height: 5.8rem;
  font-size: 1.4rem;
  color: #ffffff;
  margin: 0 auto;
}

/*プロダクト事業*/
.product {
  /*ショップリンク、取扱店舗*/
}
.product .tokkyo {
  display: flex;
  margin-top: 6.7rem;
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .product .tokkyo {
    flex-direction: column;
    margin-top: 4.6rem;
    margin-bottom: 6.4rem;
  }
}
.product .tokkyo__container:first-of-type {
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .product .tokkyo__container:first-of-type {
    margin-right: 0;
  }
}
.product .tokkyo__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.066rem;
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .product .tokkyo__title {
    font-size: 1.8rem;
    line-height: 155.6%;
    margin-bottom: 1.7rem;
  }
}
.product .tokkyo__text {
  width: 58.7rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .product .tokkyo__text {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .product .tokkyo__container02 {
    display: flex;
    align-items: center;
  }
}
.product .tokkyo img {
  width: 100%;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .product .tokkyo img {
    width: 14rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.product .tokkyo__number {
  display: block;
  font-size: 1.2rem;
  line-height: 135%;
  letter-spacing: 0.06rem;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .product .tokkyo__number {
    line-height: 123%;
    margin-bottom: 0.8rem;
  }
}
.product .tokkyo__shouhyou {
  display: block;
  font-size: 1.2rem;
  line-height: 135%;
  letter-spacing: 0.06rem;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .product .tokkyo__shouhyou {
    line-height: 138%;
    margin-bottom: 1rem;
  }
}
.product .tokkyo__name {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 142%;
  letter-spacing: 0.014rem;
}
@media only screen and (max-width: 767px) {
  .product .tokkyo .button {
    margin-top: 2.8rem;
  }
}
.product .line-up {
  /*SP版 スポッとるのみ*/
}
.product .line-up__card {
  display: flex;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .product .line-up__card {
    flex-direction: column;
    margin-bottom: 3.9rem;
  }
}
.product .line-up .card {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  border-radius: 1.6rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 40.6rem;
  height: 47.5rem;
  padding: 0.8rem 0.8rem 2rem 0.8rem;
}
@media only screen and (max-width: 767px) {
  .product .line-up .card {
    width: 100%;
    height: 41.5rem;
  }
}
.product .line-up .card__image {
  width: 100%;
  border-radius: 0.8rem 0.8rem 0 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .product .line-up .card__image {
    height: 17.2rem;
  }
}
.product .line-up .card__image--container {
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem 0.8rem 0 0;
}
.product .line-up .card__body {
  padding: 2.1rem 1.6rem 2rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  .product .line-up .card__body {
    padding: 1.8rem 0.8rem 0 0.8rem;
  }
}
.product .line-up .card__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .product .line-up .card__title {
    margin-bottom: 1rem;
  }
}
.product .line-up .card__copy {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .product .line-up .card__copy {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.product .line-up .card__button {
  width: 13rem;
}
.product .line-up .card__button--link {
  background: linear-gradient(to right, #00A0E9, #7CD0AA);
  position: relative;
  display: block;
  padding: 0.8rem 2.4rem;
  border-radius: 100vh;
  width: 100%;
}
.product .line-up .card__button--link span {
  font-size: 1.3rem;
  letter-spacing: 0.16rem;
  color: #ffffff;
}
.product .line-up .card__button--link svg {
  position: absolute;
  top: 37%;
  right: 1.1rem;
  transform: translateX(-50%);
  width: 1.1rem;
  fill: #ffffff;
}
.product .line-up .card__button--link {
  position: absolute;
  bottom: 1.7rem;
  left: 2.4rem;
  display: flex;
  align-items: center;
  width: 13rem;
  height: 3.8rem;
  border-radius: 4rem; /* ← 角丸はここで統一 */
  border: 1px solid transparent; /* 枠幅は固定 */
  background: linear-gradient(90deg, #00A0E9 0%, #7CD0AA 100%) padding-box, linear-gradient(90deg, #00A0E9 0%, #7CD0AA 100%) border-box;
  background-clip: padding-box, border-box;
  box-sizing: border-box; /* 枠線込みサイズ */
  transition: background-color 0.3s ease, background-position 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .product .line-up .card__button--link {
    width: 14rem;
    bottom: 1.6rem;
    left: 1.6rem;
  }
}
.product .line-up .card__button--link svg {
  transition: transform 0.3s ease;
}
.product .line-up .card__button--link svg path {
  width: 1.1rem;
  fill: #ffffff;
  transition: fill 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .product .line-up .spo-tru {
    height: 39rem;
  }
}
.product .line-up .card:hover .card__image {
  transform: scale(1.1);
}
.product .line-up .card:hover .card__button--link {
  transition: 0.3s ease;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #00A0E9 0%, #7CD0AA 100%) border-box;
}
.product .line-up .card:hover .card__button--link span {
  color: #009DE5;
}
.product .line-up .card:hover .card__button--link svg {
  transform: translate(calc(-50% + 0.3rem), -0.3rem);
}
.product .line-up .card:hover .card__button--link svg path {
  fill: #009DE5;
}
.product .card:first-of-type {
  margin-right: 1.7rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .product .card:first-of-type {
    margin-right: 0;
  }
}
.product .shop {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  border-radius: 1.6rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .product .shop {
    flex-direction: column;
    margin-bottom: 0.1rem;
    padding: 2.9rem 2.4rem 3.1rem 2.4rem;
  }
}
.product .shop__container {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .product .shop__container {
    width: 26.8rem;
    margin: 0 auto;
    text-align: left;
  }
}
.product .shop__item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product .shop__item {
    justify-content: space-between;
  }
}
.product .shop__item span {
  font-size: 1.5rem;
  line-height: 100%;
  margin-right: 0.8rem;
}
.product .shop__item span sup {
  font-size: 1rem;
}
.product .shop__item img {
  width: 1.1rem;
  transition: transform 0.3s ease;
}
.product .shop__item:hover img {
  transform: translate(0.3rem, -0.3rem);
}
.product .shop__item:first-of-type {
  padding-right: 4.8rem;
  border-right: 1px solid rgba(0, 160, 233, 0.3);
}
@media only screen and (max-width: 767px) {
  .product .shop__item:first-of-type {
    padding: 0 0 1.7rem 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 160, 233, 0.3);
  }
}
.product .shop__item:nth-of-type(2) {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  border-right: 1px solid rgba(0, 160, 233, 0.3);
}
@media only screen and (max-width: 767px) {
  .product .shop__item:nth-of-type(2) {
    padding: 1.6rem 0 1.7rem 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 160, 233, 0.3);
  }
}
.product .shop__item:last-of-type {
  padding-left: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .product .shop__item:last-of-type {
    padding: 1.7rem 0 0 0;
  }
}
.product .shop__annotation {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .product .shop__annotation {
    font-size: 1.1rem;
  }
}

/*ハッシュの歴史*/
#history {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #history {
    margin-bottom: 3.3rem !important;
  }
}

.history {
  margin-top: 1rem;
  margin-bottom: 6.9rem;
}
@media only screen and (max-width: 767px) {
  .history {
    margin-top: 0.3rem;
    margin-bottom: 3.8rem;
  }
}
.history__heading {
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .history__heading {
    margin-bottom: 1.4rem;
  }
}
.history__heading h3 {
  font-size: 2.2rem;
  letter-spacing: 0.23rem;
}
@media only screen and (max-width: 767px) {
  .history__heading h3 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.history__number {
  background: linear-gradient(to right, #00A0E9, #7CD0AA);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .history__number {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.7rem;
  }
}
.history__number span {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .history__number span {
    font-size: 1.4rem;
  }
}
.history__container {
  position: relative;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .history__container {
    margin-bottom: 3.2rem;
  }
}
.history__img {
  width: 100%;
  border-radius: 0.8rem;
  margin-bottom: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .history__img {
    margin-bottom: 1.5rem;
  }
}
.history__img02 {
  width: 55rem;
  height: 35rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .history__img02 {
    width: 22.4rem;
    height: 15rem;
  }
}
.history__img03 {
  position: absolute;
  z-index: -1;
  bottom: -7.2rem;
  right: 0;
  width: 35rem;
  height: 28rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .history__img03 {
    width: 13.8rem;
    height: 12rem;
    bottom: -1.6rem;
  }
}

/*ハッシュが目指す未来*/
.future {
  position: relative;
  /*画像切り替え*/
}
.future__container {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 160, 233, 0.3);
  max-width: 100rem;
  margin: 0 auto;
  padding: 19.8rem 0;
}
@media only screen and (max-width: 767px) {
  .future__container {
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 1.4rem;
    padding: 9.7rem 0;
  }
}
.future__body {
  margin-right: 21rem;
}
@media only screen and (max-width: 767px) {
  .future__body {
    margin-right: 0;
    margin-bottom: 4.8rem;
  }
}
.future__body h2 {
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .future__body h2 {
    font-size: 2.4rem;
    letter-spacing: 0.22rem;
    line-height: 100%;
    margin-bottom: 0.3rem;
  }
}
.future__body span {
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
}
@media only screen and (max-width: 767px) {
  .future__body span {
    font-size: 1.2rem;
  }
}
.future__body p {
  width: 35.5rem;
}
@media only screen and (max-width: 767px) {
  .future__body p {
    width: 100%;
  }
}
.future__heading {
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .future__heading {
    text-align: center;
    margin-bottom: 3.2rem;
  }
}
.future__img {
  border-radius: 0.8rem;
}
.future .slide_area {
  position: relative;
  width: 38rem;
  height: 52.2rem;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .future .slide_area {
    width: 20.8rem;
    height: 31.7rem;
  }
}
.future .slide_area .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 1s ease;
  will-change: opacity, transform;
  backface-visibility: hidden;
}
.future .slide_area .slide01 {
  transform: rotate(-4.37deg);
  z-index: 3;
}
.future .slide_area .slide02 {
  transform: rotate(-0.5deg);
  z-index: 2;
}
.future .slide_area .slide03 {
  transform: rotate(3.65deg);
  z-index: 1;
}

/*ハッシュの挑戦*/
#story {
  margin-bottom: 34rem;
}
@media only screen and (max-width: 767px) {
  #story {
    margin-bottom: 10.3rem !important;
  }
}
#story .lowPage__sectionTtl {
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  #story .lowPage__sectionTtl {
    margin-bottom: 3.2rem !important;
  }
}

.story__text {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .story__text {
    margin-bottom: 3.1rem;
  }
}
.story .card {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  border-radius: 1.6rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 32rem;
  height: 45rem;
  margin-bottom: 2.4rem;
  padding: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .story .card {
    width: auto;
    height: 37.4rem;
    padding: 0.6rem;
  }
}
.story .card__image {
  width: 30.4rem;
  border-radius: 0.8rem 0.8rem 0 0 !important;
}
@media only screen and (max-width: 767px) {
  .story .card__image {
    width: 100%;
    height: 15rem;
  }
}
.story .card__body {
  padding: 2.4rem 1.6rem 2.5rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  .story .card__body {
    padding: 1.4rem 1rem 1.6rem 1rem;
  }
}
.story .card__title {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.16rem;
  line-height: 100%;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .story .card__title {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .story .card__title--s {
    font-size: 1.7rem;
  }
}
.story .card__copy {
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.16rem;
}
@media only screen and (max-width: 767px) {
  .story .card__copy {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.story .card__button {
  background: linear-gradient(to right, #00A0E9, #7CD0AA);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
}
.story .card__button--link span {
  font-size: 1.4rem;
  color: #ffffff;
}

/*代表メッセージ*/
.message {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .message {
    flex-direction: column;
  }
}
.message img {
  border-radius: 0.8rem;
  width: 28rem;
  height: 42rem;
  margin-top: 1.2rem;
  margin-right: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .message img {
    width: auto;
    height: 18.7rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}
.message__body {
  max-width: 47.4rem;
}
.message__text {
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .message__text {
    margin-bottom: 2rem;
  }
}
.message__text p {
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .message__text p {
    margin-bottom: 1.5rem;
  }
}
.message__company {
  display: block;
  font-weight: 500;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .message__company {
    line-height: 100%;
    text-align: right;
    margin-bottom: 1.2rem;
  }
}
.message__name {
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .message__name {
    line-height: 100%;
    letter-spacing: -0.07rem;
    text-align: right;
  }
}

/*企業情報*/
@media only screen and (max-width: 767px) {
  #outline .outline {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #outline .lowPage__sectionTtl {
    margin-left: -0.3rem;
    margin-bottom: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #outline .lowPage__sectionTtl--En {
    margin-left: 0.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .outline {
    margin-bottom: 11.5rem;
  }
}
.outline .outlineItem {
  display: flex;
  border-bottom: 1px solid rgba(0, 160, 233, 0.3);
  padding: 3.4rem 0;
}
@media only screen and (max-width: 767px) {
  .outline .outlineItem {
    flex-direction: column;
    padding: 2.4rem 0 2.4rem 0;
  }
}
.outline .outlineItem__dt {
  width: 21.8rem;
}
@media only screen and (max-width: 767px) {
  .outline .outlineItem__dt {
    letter-spacing: -0.02rem;
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.outline .outlineItem__dd {
  width: 63.4rem;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .outline .outlineItem__dd {
    line-height: 2.3rem;
    width: 100%;
  }
}
.outline .outlineItem__dd p:not(:last-of-type) {
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .outline .outlineItem__dd p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.outline .outlineItem:first-of-type {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .outline .trafic {
    padding-bottom: 1rem;
  }
}
.outline .trafic p {
  line-height: 150%;
  letter-spacing: 0.016rem;
}
@media only screen and (max-width: 767px) {
  .outline .trafic p {
    letter-spacing: 0.03rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .outline .trafic dd {
    margin-bottom: 1rem;
    letter-spacing: 0.03rem;
    line-height: 2.6rem;
  }
}

.google-map {
  width: 100%;
  height: 46.6rem;
  margin-bottom: 7.8rem;
}
@media only screen and (max-width: 767px) {
  .google-map {
    height: 18.4rem;
    margin-bottom: 2.8rem;
  }
}

/*アクセス*/
@media only screen and (max-width: 767px) {
  #access {
    margin-bottom: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #access .lowPage__sectionTtl {
    margin-bottom: 4.8rem;
  }
}

#topics .lowPage__header {
  margin-top: 19.3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #topics .lowPage__header {
    margin-top: 11.5rem;
  }
}
#topics .bubble__visibleWrapper {
  padding-top: 13.4rem;
}
@media only screen and (max-width: 767px) {
  #topics .bubble__visibleWrapper {
    padding-top: 5.9rem;
  }
}

.topics__decoHiddeen {
  position: relative;
  overflow: hidden;
}

/*ページネーション*/
.pagination {
  /*ページネーション・・・部分*/
  /*選択中のページに合わせてスタイル変更*/
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 5rem;
  }
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transform-origin: center top;
}
@media only screen and (max-width: 767px) {
  .pagination__item {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 0.3rem;
  }
}
.pagination__item .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #333;
}
.pagination__item:hover {
  /* グラデーションの枠線 */
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #009DE5, #7CD0AA);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.pagination .exclusion {
  width: 1rem;
}
.pagination .exclusion:hover {
  border: none !important;
  background-image: none !important;
}
.pagination .current {
  background: linear-gradient(to right, #00A0E9, #7CD0AA);
}
.pagination .current span {
  color: #ffffff;
}
.pagination .current:hover {
  border: none;
}

#topics-detail {
  overflow: hidden;
}
#topics-detail .lowPage__header {
  margin-top: 19.3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #topics-detail .lowPage__header {
    margin-top: 11.5rem;
  }
}
#topics-detail .bubble__visibleWrapper {
  padding-top: 14rem;
}
@media only screen and (max-width: 767px) {
  #topics-detail .bubble__visibleWrapper {
    padding-top: 9rem;
  }
}

.topicsDetail__decoWrapper {
  position: relative;
}

.topicsDetail {
  border-bottom: 1px solid rgba(0, 160, 233, 0.3);
  margin-bottom: 8rem;
  /*テキスト*/
  /*前の記事、一覧へ、後ろの記事*/
  /*一覧へ戻る*/
}
.topicsDetail__itemInner {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__itemInner {
    margin-bottom: 1.5rem;
  }
}
.topicsDetail__itemCat {
  font-size: 1.2rem;
  background-color: #ffffff;
  border-radius: 100vh;
  padding: 0.4rem 1.4rem;
  margin-right: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__itemCat {
    font-size: 1.1rem;
  }
}
.topicsDetail__itemDate {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__itemDate {
    font-size: 1.2rem;
  }
}
.topicsDetail__container {
  margin: 8rem 0 12rem 0;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__container {
    margin: 4.8rem 0 8rem 0;
  }
}
.topicsDetail__image {
  border-radius: 1.2rem;
  display: block;
  margin: 0 auto;
}
.topicsDetail .block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail .block-image {
    margin-bottom: 3.9rem;
  }
}
.topicsDetail .block-image img {
  display: block;
  border-radius: 1.2rem;
}
.topicsDetail .block-imageContents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail .block-imageContents {
    margin-bottom: 3.9rem;
  }
}
.topicsDetail .block-imageContents img {
  display: block;
  border-radius: 1.2rem;
}
.topicsDetail .flex-image {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail .flex-image {
    gap: 1.1rem;
  }
}
.topicsDetail .size-full {
  width: 100%;
  aspect-ratio: 385/239;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (max-width: 767px) {
  .topicsDetail .size-full {
    aspect-ratio: 298/185;
  }
}
.topicsDetail .size-m {
  width: 65rem;
  aspect-ratio: 50/31;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (max-width: 767px) {
  .topicsDetail .size-m {
    aspect-ratio: 298/185;
  }
}
.topicsDetail .size-s {
  width: 31rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (max-width: 767px) {
  .topicsDetail .size-s {
    width: 15.8rem;
  }
}
.topicsDetail figcaption {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  color: rgba(15, 42, 33, 0.5);
  margin-top: 1rem;
  width: 100%;
  max-width: 65rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .topicsDetail figcaption {
    font-size: 1rem;
  }
}
.topicsDetail .size-full + figcaption {
  max-width: 100%;
}
.topicsDetail .size-m + figcaption {
  max-width: 65rem;
}
.topicsDetail .size-s + figcaption {
  max-width: 31rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail .size-s + figcaption {
    max-width: 15.8rem;
  }
}
.topicsDetail h1 {
  font-size: 3.2rem;
  font-size: 500;
  border-bottom: 1px solid rgba(0, 160, 233, 0.3);
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail h1 {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    line-height: 3.4rem;
  }
}
.topicsDetail h2 {
  font-size: 2.8rem;
  font-size: 500;
  line-height: 150%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail h2 {
    font-size: 2.2rem;
    line-height: 154%;
    letter-spacing: 0.022rem;
    margin-bottom: 1.5rem;
  }
}
.topicsDetail h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail h3 {
    font-size: 2rem;
    letter-spacing: 0.17rem;
    margin-bottom: 1.3rem;
  }
}
.topicsDetail h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail h4 {
    font-size: 1.8rem;
    line-height: 155%;
    margin-bottom: 1.3rem;
  }
}
.topicsDetail__headingText {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__headingText {
    line-height: 3rem;
    letter-spacing: 0.018rem;
    margin-bottom: 3.6rem;
  }
}
.topicsDetail__text {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__text {
    line-height: 2.8rem;
    letter-spacing: 0.018rem;
    margin-bottom: 3.6rem;
  }
}
.topicsDetail .bold {
  font-weight: 500;
}
.topicsDetail__link {
  -webkit-text-decoration: underline 1px #333;
          text-decoration: underline 1px #333;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__link p {
    font-size: 1.4rem;
    line-height: 100%;
    letter-spacing: 0.14rem;
  }
}
.topicsDetail__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 30rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__navigation {
    gap: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.topicsDetail__prev-next {
  background: linear-gradient(to right, #00A0E9, #7CD0AA);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
}
.topicsDetail__prev-next .prev-next__button {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
  color: #ffffff;
  padding: 2.1rem 2rem 2.1rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__prev-next .prev-next__button {
    font-size: 1.4rem;
    padding: 1.3rem 1.6rem 1.3rem 2rem;
  }
}
.topicsDetail__cube {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s ease;
}
.topicsDetail__cube img {
  width: 1.7rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__cube img {
    width: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.topicsDetail__cube span {
  font-size: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topicsDetail__cube span {
    font-size: 1.2rem;
  }
}
.topicsDetail__cube:hover {
  opacity: 0.6;
  transition: opacity 0.3 ease;
}

.contact {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact__header {
    margin-bottom: 10.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .lowPage__contact {
    margin-bottom: 0 !important;
  }
}
.lowPage__contact .contact__text {
  margin-bottom: 8.5rem;
}

.confirm {
  margin-top: 28.5rem;
}
@media only screen and (max-width: 767px) {
  .confirm {
    margin-top: 19.7rem;
  }
}
.confirm__wrapper {
  max-width: 82.8rem;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .confirm__wrapper {
    max-width: 100%;
    margin: 0 2.4rem;
  }
}
.confirm__text {
  text-align: center;
  line-height: 3rem;
  margin-bottom: 14.5rem;
}
@media only screen and (max-width: 767px) {
  .confirm__text {
    text-align: left;
    line-height: 2.6rem;
    margin-bottom: 5.3rem;
  }
}
.confirm .confirmItem {
  display: flex;
  border-bottom: 1px solid rgba(0, 160, 233, 0.3);
  padding: 3.4rem 0;
}
@media only screen and (max-width: 767px) {
  .confirm .confirmItem {
    flex-direction: column;
    padding: 2.4rem 0 2.4rem 0;
  }
}
.confirm .confirmItem__dt {
  width: 21.8rem;
}
@media only screen and (max-width: 767px) {
  .confirm .confirmItem__dt {
    font-weight: 500;
    letter-spacing: -0.02rem;
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.confirm .confirmItem__dd {
  width: 63.4rem;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .confirm .confirmItem__dd {
    line-height: 2.3rem;
    width: 100%;
  }
}
.confirm .confirmItem__dd p:not(:last-of-type) {
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .confirm .confirmItem__dd p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

/*ボタン設定*/
.confirmButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .confirmButton {
    gap: 1.2rem;
  }
}
.confirmButton .button {
  width: 13rem;
  height: 5.2rem;
  margin: 0;
  color: #ffffff;
}
.confirmButton .return {
  color: #333;
  background: rgba(51, 51, 51, 0.1);
  transition: background-color 0.3s ease;
  transition: opacity 0.3s ease;
}
.confirmButton .return:hover {
  opacity: 0.7;
  /*フォームのボタン用*/
}
.confirmButton .return:hover::before {
  opacity: 0;
}
.confirmButton .return:hover.form__button {
  color: #333;
}

.thanks {
  margin-top: 26rem;
}
@media only screen and (max-width: 767px) {
  .thanks {
    margin-top: 20rem;
  }
}
.thanks__wrapper {
  max-width: 82.8rem;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .thanks__wrapper {
    max-width: 100%;
    margin: 0 2.4rem;
  }
}
.thanks h2 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  .thanks h2 {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 5.3rem;
  }
}
.thanks__text {
  line-height: 3rem;
}
@media only screen and (max-width: 767px) {
  .thanks__text {
    text-align: left;
    line-height: 2.6rem;
    letter-spacing: 0.2rem;
  }
}

.error__text {
  display: flex;
  justify-content: flex-start;
  font-size: 1rem;
  color: #EC0000;
  margin-top: 0.6rem;
}
.error__border {
  border: 1px solid #EC0000 !important;
}