@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  list-style-type: none;
}

em, strong {
  font-style: normal;
  font-weight: normal;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

p {
  font-weight: 500;
}

img {
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: #fff;
  margin: 0 auto;
}
body::before {
  content: "";
  position: fixed;
  background-image: url(../images/backgroud/main.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
body .logo-ticker {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  white-space: nowrap;
  animation: logo-scroll 18s linear infinite;
  z-index: -1;
}
body .logo-ticker span {
  font-size: 13rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  flex-shrink: 0;
}
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
body .wrapper-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
body .wrapper-flex .logo {
  flex: 1;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  flex-shrink: 1;
  min-width: 0;
}
body .wrapper-flex .logo img {
  max-width: 100%;
  height: auto;
  display: block;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
body .wrapper-flex .nav-pc {
  flex: 1;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body .wrapper-flex .nav-pc nav {
  position: sticky;
  top: 50%;
  transform: translateY(-50%) !important;
  transform: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: transparent;
  padding: 0;
}
body .wrapper-flex .nav-pc nav .cta-area {
  padding: 0 10px;
}
body .wrapper-flex .nav-pc nav .cta-area .cta {
  box-shadow: -3px -2px 10px 0px white, 4px 4px 11px 0px rgba(0, 0, 0, 0.3), -3px -2px 10px 0px white;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  animation: bounce 0.6s ease infinite alternate;
}
body .wrapper-flex .nav-pc nav .cta-area .cta a {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 15px 62px;
  background: linear-gradient(to right, #FFC64B 0%, #FED640 50%, #F2E438 100%);
  border-radius: 50px;
  white-space: nowrap;
}
body .wrapper-flex .nav-pc nav .cta-area .cta a::after {
  content: "›";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 2rem;
  padding-bottom: 35px;
}
body .wrapper-flex .nav-pc nav ul {
  padding-bottom: 20px;
  width: 100%;
  /* パディング分も含めて全体を使う */
}
body .wrapper-flex .nav-pc nav ul li {
  opacity: 1;
  transform: none;
  padding: 5px 0;
}
body .wrapper-flex .nav-pc nav ul li a {
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
body .wrapper-flex .nav-pc nav ul li a::after {
  display: none;
}
body .wrapper-flex .nav-pc .cta-top {
  text-align: center;
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%);
}
body .wrapper-flex .wrapper-box {
  min-width: 0;
  min-width: 0;
  flex-shrink: 0;
  max-width:430px;
  width: 100%;
  height: auto;
}
body .wrapper-flex .wrapper-box .wrapper-img {
  max-width: 430px;
  flex: 1;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-top: 50px;
}

header {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
  min-height: 50px;
  border-bottom: 1px solid rgba(86, 170, 215, 0.12);
}
header > div:first-child img {
  display: block;
  height: 36px;
  width: auto;
}

/* ハンバーガーボタン */
.btn {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
}
.btn span {
  display: block;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 2px;
  background-color: #56AAD7;
  transition: 0.3s;
}
.btn span:nth-child(1) {
  top: 10px;
}
.btn span:nth-child(2) {
  top: 19px;
}
.btn span:nth-child(3) {
  top: 28px;
}
.btn {
  /* openクラスがついた時のボタンのスタイル（バツ印） */
}
.btn.open span:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}
.btn.open span:nth-child(2) {
  opacity: 0;
}
.btn.open span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}

/* ナビゲーション */
nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(100vw);
  width: 100%;
  max-width: 430px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  transition: transform 0.3s;
  padding-top: 80px;
}
nav ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
nav ul li {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  padding: 3px 0;
}
nav ul li a {
  font-weight: 600;
  font-size: 2rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  display: block;
  padding: 1.5rem 2rem;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
nav ul li a:hover {
  background-color: #56AAD7;
}
nav ul li a:hover span {
  color: #fff;
}
nav ul li a::after {
  content: ">";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
nav.open {
  transform: translateX(-50%);
}
nav.open li:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
nav.open li:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
nav.open li:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}
nav.open li:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
nav.open li:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}
nav.open li:nth-child(6) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
nav.open li:nth-child(7) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.45s;
}
nav.open li:nth-child(8) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
nav.open li:nth-child(9) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.55s;
}
nav.open li:nth-child(10) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
nav.open li:nth-child(11) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.65s;
}

.store {
  background: linear-gradient(to right, #EFF1F4, #E1E6EA);
  padding: 40px 20px;
  text-align: center;
}
.store .store__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #56AAD7;
  text-align: justify;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #56AAD7;
  font-size: 1.6rem;
  position: relative;
  width: 250px;
  margin: 0 auto;
}
.store .store__label::before, .store .store__label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 1px;
  background: #56AAD7;
  transform: translateY(-50%);
}
.store .store__label::before {
  left: 0;
}
.store .store__label::after {
  right: 0;
}
.store .store__label {
  display: block;
  margin-bottom: 8px;
}
.store h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 0 10px;
  border-bottom: 1px solid #56AAD7;
  width: 250px;
  margin: 0 auto;
}
.store .store__info {
  background: #fff;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  margin-top: 30px;
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.store .store__name {
  font-weight: 600;
  font-size: 2.4rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  margin-bottom: 4px;
  color: #2d6dbf;
}
.store .store__address {
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: 500;
  line-height: 1.7;
}
.store .store__tel {
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: 500;
}
.store .store__tel a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.store .store__tel a:hover {
  text-decoration: underline;
}
.store .store__hours {
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: 500;
}
.store .store__map {
  background: #fff;
  padding: 0 20px 20px;
  border-radius: 0 0 10px 10px;
}
.store .store__map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 12px;
  border: 0;
  box-shadow: -3px -2px 10px 0px white, 4px 4px 11px 0px rgba(0, 0, 0, 0.3), -3px -2px 10px 0px white;
}

.campaign {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}
.campaign img {
  text-align: center;
  display: inline;
}

.buttom {
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
}
.buttom .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  gap: 18px;
}
.buttom .cta .line,
.buttom .cta .hotto {
  width: 100%;
}
.buttom .cta .line a,
.buttom .cta .hotto a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  padding: 18px 20px;
  border-radius: 999px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: -3px -2px 10px 0px white, 4px 4px 11px 0px rgba(0, 0, 0, 0.3), -3px -2px 10px 0px white;
}
.buttom .cta .line a::before,
.buttom .cta .hotto a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: 0.6s;
}
.buttom .cta .line a::after,
.buttom .cta .hotto a::after {
  content: "›";
  padding: 4px 1px 8px 3px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
}
.buttom .cta .line a:hover,
.buttom .cta .hotto a:hover {
  transform: translateY(-3px);
}
.buttom .cta .line a:hover::before,
.buttom .cta .hotto a:hover::before {
  left: 140%;
}
.buttom .cta .line a {
  background: linear-gradient(135deg, #06C755 0%, #00B14F 100%);
  box-shadow: 0 10px 20px rgba(6, 199, 85, 0.25);
}
.buttom .cta .hotto a {
  background: linear-gradient(135deg, #EF975B 0%, #E7792F 100%);
  box-shadow: 0 10px 20px rgba(239, 151, 91, 0.25);
}
.buttom p {
  margin-top: 16px;
}
.buttom p em {
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 400;
  color: #777;
  font-style: normal;
  line-height: 1.7;
}

.voice {
  background-color: #fff;
  padding: 30px 20px 50px;
  overflow: hidden;
}
.voice h2 {
  padding: 0 20px;
  margin-bottom: 24px;
}
.voice h2 img {
  width: 100%;
  height: auto;
}
.voice .voice-slider .card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin: 4px 0 8px;
}
.voice .voice-slider .card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.voice .voice-slider .card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.voice .voice-slider .card__avatar svg {
  width: 40px;
  height: 40px;
  fill: #9e9e9e;
}
.voice .voice-slider .card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.voice .voice-slider .card__user {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.02em;
}
.voice .voice-slider .card__stars {
  display: flex;
  gap: 2px;
}
.voice .voice-slider .card__stars .star {
  font-size: 20px;
  color: #ffc107;
}
.voice .voice-slider .card__divider {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 16px;
}
.voice .voice-slider .card__body {
  font-size: 14px;
  line-height: 1.85;
  color: #444;
  letter-spacing: 0.01em;
}
.voice .voice-slider .slick-dots {
  bottom: -28px;
}
.voice .voice-slider .slick-dots li button::before {
  color: #56AAD7;
  opacity: 0.3;
  font-size: 8px;
}
.voice .voice-slider .slick-dots li.slick-active button::before {
  color: #56AAD7;
  opacity: 1;
}

.ba {
  background: linear-gradient(to right, #EFF1F4, #E1E6EA);
  padding: 30px 20px 40px;
  text-align: center;
  overflow: hidden;
}
.ba h2 img {
  max-width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
}
.ba .slider-ba {
  margin-top: 20px;
}
.ba .slider-ba div img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.ba .slider-ba .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 16px;
}
.ba .slider-ba .slick-dots li button::before {
  color: #56AAD7;
  opacity: 0.3;
  font-size: 8px;
}
.ba .slider-ba .slick-dots li.slick-active button::before {
  color: #56AAD7;
  opacity: 1;
}
.ba > p {
  margin-top: 16px;
}
.ba > p em {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  color: #888;
}

.worries,
.quetion,
.machine {
  text-align: center;
  line-height: 0;
}
.worries img,
.quetion img,
.machine img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.flow {
  background: linear-gradient(to right, #EFF1F4, #E1E6EA);
  padding: 40px 20px;
  overflow: hidden;
}
.flow h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 0 10px;
  border-bottom: 1px solid #56AAD7;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.flow .flow-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-reset: flow-step;
}
.flow .flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  align-items: center;
  gap: 18px;
  position: relative;
  padding: 24px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  counter-increment: flow-step;
}
.flow .flow-item::before {
  content: counter(flow-step, decimal-leading-zero);
  position: absolute;
  top: -10px;
  left: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #56AAD7;
}
.flow .flow-img-placeholder {
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.flow .flow-img-placeholder img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.flow .flow-body {
  flex: 1;
}
.flow .flow-title {
  font-weight: 600;
  font-size: 2rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #56AAD7;
}
.flow .flow-desc {
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  color: #555;
}
.flow .flow-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -4px 0;
}
.flow .flow-arrow svg {
  width: 22px;
  height: 22px;
  display: block;
}
.flow .flow-arrow svg path {
  stroke: rgba(86, 170, 215, 0.7);
}

.features {
  padding: 30px 20px;
  background-color: #d2def8;
}
.features h2 {
  margin-bottom: 20px;
}
.features h2 img {
  width: 100%;
  height: auto;
}
.features .card-features {
  background-color: #fff;
  margin-bottom: 20px;
}
.features .card-features__body {
  padding: 40px 20px 48px;
}
.features .card-features__heading {
  position: relative;
  margin-bottom: 24px;
}
.features .card-features__num {
  position: absolute;
  top: -42px;
  left: -13px;
  font-size: 80px;
  font-weight: 700;
  color: #1a6fc4;
  opacity: 0.12;
  line-height: 1;
  letter-spacing: -2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}
.features .card-features__title {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
  color: #1a6fc4;
  line-height: 1.5;
  padding-bottom: 10px;
}
.features .card-features__text {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

section.flow {
  padding: 40px 20px;
  margin: 0 auto;
}
section.flow h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 0 10px;
  border-bottom: 1px solid #56AAD7;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 40px;
}
section.flow .flow-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
section.flow .flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  gap: 20px;
  padding: 40px 5px;
}
section.flow .flow-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #c9dcf5;
}
section.flow .flow-body {
  flex: 1;
  padding-top: 4px;
}
section.flow .flow-title {
  font-size: 2rem;
  font-weight: 600;
  color: #2d6dbf;
  margin-bottom: 6px;
  line-height: 1.4;
}
section.flow .flow-desc {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  line-height: 1.75;
}
section.flow .flow-arrow {
  display: flex;
  justify-content: center;
  padding: 4px 0;
}
section.flow .flow-arrow svg {
  display: block;
}

.faq-info {
  background: linear-gradient(to right, #EFF1F4, #E1E6EA);
  padding: 40px 20px;
  text-align: center;
}
.faq-info .campaign__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #56AAD7;
  text-align: justify;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #56AAD7;
  font-size: 1.6rem;
  position: relative;
  width: 250px;
  margin: 0 auto;
}
.faq-info .campaign__label::before, .faq-info .campaign__label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 1px;
  background: #56AAD7;
  transform: translateY(-50%);
}
.faq-info .campaign__label::before {
  left: 0;
}
.faq-info .campaign__label::after {
  right: 0;
}
.faq-info .campaign__label {
  display: block;
  margin-bottom: 8px;
}
.faq-info h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 0 10px;
  border-bottom: 1px solid #56AAD7;
  width: 250px;
  margin: 0 auto;
}

.faq {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.details {
  background: #fff;
  border-radius: 12px;
  box-shadow: -3px -2px 10px 0px white, 4px 4px 11px 0px rgba(0, 0, 0, 0.3), -3px -2px 10px 0px white;
  overflow: hidden;
  text-align: left;
}

.details-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  gap: 12px;
}
.details-summary::-webkit-details-marker {
  display: none;
}
.details-summary::marker {
  display: none;
}
.details-summary span {
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left;
}
.details-summary::after {
  content: "+";
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: #333;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.details-summary::before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #56AAD7;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.details[open] > .details-summary::after {
  content: "−";
}

.details-content {
  padding: 20px;
  border-top: 1px solid rgba(86, 170, 215, 0.1);
}
.details-content > div:first-child {
  margin-bottom: 16px;
}
.details-content > div:first-child img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.details-content iframe {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 250px;
  border-radius: 8px;
  margin-top: 16px;
  border: 0;
}
.details-content p {
  display: flex;
  gap: 35px;
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #333;
  text-align: justify;
  line-height: 1.5;
}
.details-content p::before {
  content: "A";
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #EF975B;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.store-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
  margin: 0;
}
.store-dl dt {
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.4rem;
  color: rgba(86, 170, 215, 0.5);
  white-space: nowrap;
  padding-top: 2px;
}
.store-dl dd {
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.4rem;
  margin: 0;
}
.store-dl dd a {
  color: #56AAD7;
  text-decoration: none;
}
.store-dl dd a:hover {
  text-decoration: underline;
}
.store-dl dd strong {
  font-weight: 700;
}

.faq-content {
  background: #fff !important;
}

footer {
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
}

.contact {
  padding: 40px 20px;
  background-color: #56AAD7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  gap: 10px;
}
.contact .en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #56AAD7;
  text-align: justify;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #fff;
}
.contact h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}
.contact .cta {
  border-radius: 50px;
}
.contact .cta a {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 15px 62px;
  background: linear-gradient(to right, #FFC64B 0%, #FED640 50%, #F2E438 100%);
  border-radius: 50px;
  white-space: nowrap;
}
.contact .cta a::after {
  content: "›";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 2rem;
  padding-bottom: 35px;
}
.contact .cta a {
  animation: bounce 0.6s ease infinite alternate;
}
.contact p {
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 0;
  line-height: 1.7;
}

.form {
  background-color: #fff;
  padding: 40px 0;
}
.form .campaign__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #56AAD7;
  text-align: justify;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #56AAD7;
  font-size: 1.6rem;
  position: relative;
  width: 250px;
  margin: 0 auto;
}
.form .campaign__label::before, .form .campaign__label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 1px;
  background: #56AAD7;
  transform: translateY(-50%);
}
.form .campaign__label::before {
  left: 0;
}
.form .campaign__label::after {
  right: 0;
}
.form .campaign__label {
  width: 300px;
}
.form .campaign__label::before, .form .campaign__label::after {
  width: 110px;
}
.form h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 0 10px;
  border-bottom: 1px solid #56AAD7;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 300px;
}
.form iframe {
  display: block;
  background-color: #fff;
}

.fixed-cta {
  position: fixed;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 93%;
  max-width: 430px;
  height: auto;
}

.thanks::before {
  background-image: none;
}

.thanks-page {
  background-image: none;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 40px 20px;
}

.content-contact {
  max-width: 600px;
  width: 100%;
}
.content-contact__heading {
  text-align: center;
  padding-bottom: 40px;
}
.content-contact__heading .content-contact__en {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  font-style: italic;
  color: rgba(86, 170, 215, 0.15);
  line-height: 1;
  margin-bottom: -8px;
}
.content-contact__heading h2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  position: relative;
}
.content-contact__body {
  background-color: #f5f5f5;
  padding: 40px 30px;
  border-radius: 4px;
}
.content-contact__body h3 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #56AAD7;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFF267;
  font-size: 2rem;
  margin-bottom: 24px;
  text-align: center;
}
.content-contact__body p {
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 16px;
}
.content-contact__body p:last-of-type {
  margin-bottom: 0;
}
.content-contact__staff {
  text-align: center !important;
  color: #888;
  font-size: 1.3rem !important;
}
.content-contact__btn {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #56AAD7;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  text-align: center;
  padding: 16px;
  margin-top: 32px;
  border: 2px solid #56AAD7;
  border-radius: 4px;
  color: #56AAD7;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.content-contact__btn:hover {
  background-color: #56AAD7;
  color: #fff;
}

@media (max-width: 768px) {
  body .wrapper-flex .nav-pc,
  body .wrapper-flex .logo {
    display: none;
  }
  body .wrapper-flex .wrapper-box {
    background-image: none;
    width: 100%;
    max-width: 430px;
  }
  body .wrapper-flex .wrapper-box .wrapper-img {
    border-radius: 0;
  }
  body .wrapper-flex .wrapper-box .wrapper-img header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 430px;
    width: 100%;
    z-index: 100;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  background: #fff;
  color: #222;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  font-family: inherit;
  background: none;
  border: none;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 70px;
  background: #fff;
  border-bottom: 1px solid #E5EBE8;
}
.header__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}
.header__logo img {
  height: 36px;
  width: auto;
}
.header__nav {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__nav a {
  display: block;
  padding: 8px 14px;
  font-size: 1.35rem;
  font-weight: 500;
  color: #444;
  border-radius: 6px;
  white-space: nowrap;
}
.header__nav a:hover {
  color: #3BB77E;
  background: #EAF7F0;
}
.header__nav .nav-btn {
  background: #3BB77E;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 700;
}
.header__nav .nav-btn:hover {
  background: #2a9566;
}
.header__nav .nav-keep {
  color: #6B7875;
  font-size: 1.3rem;
}
.header__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 210px;
  background: #fff;
  border: 1px solid #E5EBE8;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  z-index: 10;
}
.header__dropdown li a {
  display: block;
  padding: 11px 18px;
  font-size: 1.3rem;
  border-bottom: 1px solid #E5EBE8;
}
.header__dropdown li a:hover {
  background: #EAF7F0;
  color: #3BB77E;
}
.header__dropdown li:last-child a {
  border-bottom: none;
}

.has-dropdown {
  position: relative;
}
.has-dropdown:hover .header__dropdown {
  display: block;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #E5EBE8;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
  }
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.sp-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 70px);
  background: #fff;
  overflow-y: auto;
  z-index: 99;
  border-top: 1px solid #E5EBE8;
}
.sp-menu.open {
  display: block;
}
.sp-menu li {
  border-bottom: 1px solid #E5EBE8;
}
.sp-menu li a {
  display: block;
  padding: 16px 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
.sp-menu li a:hover {
  background: #EAF7F0;
  color: #3BB77E;
}

.sp-sub li a {
  padding-left: 40px;
  font-size: 1.3rem;
  color: #6B7875;
}

.page-hero {
  background: #F7F9F8;
  border-bottom: 1px solid #E5EBE8;
  padding: 40px 20px;
  padding-top: 40px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .page-hero {
    padding-top: 28px;
    padding-bottom: 24px;
  }
}
.page-hero__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.page-hero__en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #56AAD7;
  text-align: justify;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #56AAD7;
  margin-bottom: 8px;
  text-align: left;
}
.page-hero__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1A2421;
  letter-spacing: -0.01em;
  text-align: left;
}

.breadcrumb {
  margin-bottom: 14px;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
}
.breadcrumb li {
  font-size: 1.2rem;
  color: #6B7875;
}
.breadcrumb li a {
  color: #3BB77E;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #6B7875;
}

.layout {
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 20px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .layout {
    padding-top: 28px;
    padding-bottom: 100px;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.card {
  background: #fff;
  border: 1px solid #E5EBE8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.card__thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
}
.card:hover .card__thumb img {
  transform: scale(1.04);
}
.card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #3BB77E;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 40px;
  letter-spacing: 0.04em;
}
.card__tag--b {
  background: #3B8BDB;
}
.card__tag--c {
  background: #E06B3B;
}
.card__body {
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.card__date {
  font-size: 1.2rem;
  color: #6B7875;
}
.card__title {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.55;
  color: #1A2421;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card:hover .card__title {
  color: #56AAD7;
}
.card__footer {
  padding: 0 18px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #56AAD7;
  padding: 6px 14px;
  border: 1.5px solid #56AAD7;
  border-radius: 40px;
  transition: background 0.15s, color 0.15s;
}
.read-more-btn:hover, .read-more-btn.open {
  background: #56AAD7;
  color: #fff;
}
.read-more-btn .arrow {
  font-size: 1rem;
  display: inline-block;
  transition: transform 0.2s;
}
.read-more-btn.open .arrow {
  transform: rotate(180deg);
}

.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.accordion-body.open {
  grid-template-rows: 1fr;
}
.accordion-body__inner {
  overflow: hidden;
}
.accordion-body__content {
  padding: 14px 18px 18px;
  font-size: 1.3rem;
  color: #6B7875;
  line-height: 1.8;
  border-top: 1px solid #E5EBE8;
  background: #F7F9F8;
}

.sp-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #E5EBE8;
  padding: 10px 16px 12px;
  gap: 8px;
  z-index: 98;
}
@media (max-width: 767px) {
  .sp-bar {
    display: flex;
  }
}
.sp-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 11px;
  font-size: 1.2rem;
  font-weight: 700;
  border: 1px solid #E5EBE8;
  border-radius: 8px;
  color: #1A2421;
}
.sp-bar a.primary {
  background: #3BB77E;
  border-color: #3BB77E;
  color: #fff;
}/*# sourceMappingURL=style.css.map */
/* ============================================================
 * WordPress テーマ追加スタイル
 * ============================================================ */
.page-hero { background: #fff; padding: 40px 20px; text-align: center; color: #fff; }
.page-hero__en { font-size: 1.2rem; letter-spacing: 0.2em; opacity: 0.7; margin-bottom: 8px; }
.page-hero__title { font-size: 2.4rem; font-weight: 700; margin: 0; }
.breadcrumb ol { display: flex; list-style: none; padding: 0; margin: 0 0 16px; gap: 8px; justify-content: center; font-size: 1.2rem; flex-wrap: wrap; }
.breadcrumb li + li::before { content: "›"; margin-right: 8px; }
.breadcrumb a { color: rgba(255,255,255,0.8); }
.layout { max-width: 800px; margin: 0 auto; padding: 40px 20px; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.card-grid .card { background: rgba(255,255,255,0.9); border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
.card-grid .card__thumb img { width: 100%; height: 180px; object-fit: cover; display: block; }
.card-grid .card__body { padding: 16px 16px 8px; }
.card__date { font-size: 1.2rem; color: #888; display: block; margin-bottom: 6px; }
.card__title { font-size: 1.5rem; font-weight: 600; line-height: 1.5; margin: 0; }
.card__footer { padding: 8px 16px; }
.read-more-btn { background: none; border: 1px solid #5b9bd5; color: #5b9bd5; padding: 6px 16px; border-radius: 4px; cursor: pointer; font-size: 1.3rem; width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.accordion-body.open { max-height: 600px; }
.accordion-body__inner { padding: 12px 16px 16px; }
.accordion-body__content { font-size: 1.4rem; line-height: 1.8; color: #333; }
.column-single { background: rgba(255,255,255,0.92); border-radius: 12px; padding: 32px; box-shadow: 0 2px 20px rgba(0,0,0,0.1); }
.column-single__title { font-size: 2.2rem; line-height: 1.5; margin-bottom: 8px; }
.column-single__date { color: #888; font-size: 1.3rem; margin-bottom: 20px; }
.column-single__thumb { margin-bottom: 24px; }
.column-single__thumb img { width: 100%; border-radius: 8px; }
.column-single__body { font-size: 1.5rem; line-height: 1.9; }
.column-single__back { margin-top: 32px; padding-top: 20px; border-top: 1px solid #eee; }
.column-single__back a { color: #5b9bd5; }
.pagination { margin-top: 40px; text-align: center; }
.footer-logo{
	    text-align: center;
    display: inline-grid;
}
