@charset "UTF-8";

/* --- 共通設定 --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.94vw;
}

h1, h2, h3, h4, p, span, a, li, th, td {
  font-family: "Zen Maru Gothic", sans-serif;
}

.en {
  font-family: "Vujahday Script", cursive;
}

p {
  line-height: 2;
}

body {
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/* --- コンテナ設定 --- */
img {
  width: 100%;
  height: auto;
  border-style: none;
  display: block;
}

/* 消してる要素 */
.sp-header,
.sp {
  display: none;
}

/* アニメーションの動き */
.fade-up {
  opacity: 0;
  transform: translateY(2.08vw);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* 画面に入った時に付与するクラス */
.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* お知らせ内容 1100で可変 */
.single-container {
  width: 100%;
  padding: 4.17vw 0;
}

.single-box {
  width: 69.44vw;
  margin: 0 auto;
}

.single-title {
  font-size: 2.22vw;
  font-weight: 600;
  margin-bottom: 2.08vw;
  line-height: 1.4;
}

.single-img {
  width: 100%;
  max-width: 41.67vw;
  margin-bottom: 2.78vw;
}

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

.single-content {
  font-size: 1.11vw;
  line-height: 1.8;
  color: #333;
}

.single-content img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================
   Header
========================================================== */
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9999;
}

.header-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.11vw 5.56vw 1.11vw 2.29vw;
}

.header-logo img {
  width: 16.88vw;
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 1.94vw;
}

.header-nav a {
  font-size: 1.11vw;
}

.header-tel a {
  display: flex;
  align-items: center;
  gap: 0.69vw;
  border: 0.07vw solid #3c908b;
  padding: 0.69vw 1.11vw;
}

.header-tel img {
  width: 1.67vw;
}

.header-tel span {
  font-size: 2.22vw;
  color: #3c908b;
}

/* ==========================================================
   Footer
========================================================== */
footer {
  width: 100%;
  background-color: #fff;
}

.footer-container {
  position: relative;
  width: 100%;
  padding: 5.14vw 5.56vw 2.5vw;
  text-align: center;
}

.footer-logo img {
  width: 20.42vw;
  margin: 0 auto;
}

.footer-logo-copy {
  font-size: 1.11vw;
  color: #333;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.78vw;
  margin-top: 2.5vw;
}

.footer-nav ul {
  display: flex;
  align-items: center;
  gap: 1.94vw;
}

.footer-nav a {
  font-size: 1.11vw;
}

.footer-tel a {
  display: flex;
  align-items: center;
  gap: 0.69vw;
  border: 0.07vw solid #3c908b;
  padding: 0.69vw 1.11vw;
}

.footer-tel img {
  width: 1.67vw;
}

.footer-tel span {
  font-size: 2.22vw;
  color: #3c908b;
}

.footer-totop {
  position: fixed;
  right: 5.56vw;
  bottom: 8.08vw;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.footer-totop.is-show {
  opacity: 1;
  visibility: visible;
}

.footer-totop img {
  width: 5vw;
}

.copy-right {
  margin-top: 2.78vw;
}

.copy-right p {
  font-size: 1.11vw;
  line-height: 1;
}

/* ==========================================================
   p1-a Hero + p1-b Service（背景まとめ）
========================================================== */
.p1-ab-bg {
  width: 100%;
  background: url(../image/p1-back1.png) center top / cover no-repeat, #fff;
}

.p1-a-container {
  width: 100%;
  padding-top: 9.17vw;
}

.p1-a-box {
  position: relative;
  width: 100%;
}

.p1-a-text {
  position: absolute;
  top: 50%;
  left: 7.43vw;
  transform: translateY(-50%);
  z-index: 5;
}

.p1-a-en {
  font-size: 4.44vw;
  color: #3c908b;
  line-height: 1.3;
  margin-bottom: 2.08vw;
}

.p1-a-title {
  font-size: 1.67vw;
  font-weight: 400;
  line-height: 1.7;
}

.p1-a-img {
  position: relative;
  width: 75.97vw;
  height: 42.36vw;
  margin-left: auto;
  overflow: hidden;
}

.p1-a-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p1-a-img .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.p1-a-img .slide-img.is-active {
  opacity: 1;
}

/* ==========================================================
   p1-b Service
========================================================== */
.p1-b-container {
  position: relative;
  width: 100%;
  padding: 5.76vw 0 6.94vw;
  overflow: hidden;
}

.p1-b-box {
  position: relative;
  width: 91.04vw;
  margin: 0 auto;
}

.p1-b-img-sub {
  width: 29.03vw;
  margin-left: auto;
  margin-bottom: -0.69vw;
}

.p1-b-img-sub img {
  width: 100%;
}

.p1-b-content-box {
  display: flex;
  align-items: flex-start;
  gap: 3.34vw;
}

.p1-b-img-main {
  width: 27.15vw;
  height: 44.72vw;
}

.p1-b-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p1-b-text {
  width: 42.64vw;
}

.p1-b-title-box {
  display: flex;
  align-items: center;
  gap: 1.11vw;
}

.p1-b-en {
  font-size: 4.44vw;
  color: #3c908b;
  line-height: 1;
}

.p1-b-sub {
  font-size: 1.39vw;
  font-weight: 400;
  color: #3c908b;
}

.p1-b-desc {
  width: 100%;
  font-size: 1.11vw;
  margin-top: 1.53vw;
}

.p1-b-more,
.p1-c-more,
.p1-d-more,
.p1-e-more,
.p1-f-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17.71vw;
  padding: 0.69vw;
  background-color: #f22;
  color: #fff;
  font-size: 1.39vw;
  letter-spacing: 0.14vw;
}

.p1-b-more {
  margin-top: 2.08vw;
}

.p1-b-flower-img {
  position: absolute;
  left: 73.13vw;
  top: 43.06vw;
  width: 17.92vw;
  opacity: 0.36;
  pointer-events: none;
}

/* ==========================================================
   p1-c Greeting + p1-d Voice + p1-e Q&A（背景まとめ）
========================================================== */
.p1-cde-bg {
  width: 100%;
  background: url(../image/p1-back3.png) center top / cover no-repeat, #fafeff;
}

/* ==========================================================
   p1-c Greeting
========================================================== */
.p1-c-container {
  position: relative;
  width: 100%;
  padding: 6.94vw 0 2.78vw;
  overflow: hidden;
}

.p1-c-box {
  display: flex;
  justify-content: flex-end;
  gap: 4.86vw;
}

.p1-c-text {
  width: 42.64vw;
}

.p1-c-title-box {
  display: flex;
  align-items: center;
  gap: 1.11vw;
  margin-bottom: 1.53vw;
}

.p1-c-en {
  font-size: 4.44vw;
  color: #3c908b;
  line-height: 1;
}

.p1-c-sub {
  font-size: 1.39vw;
  font-weight: 400;
  color: #3c908b;
}

.p1-c-desc {
  font-size: 1.11vw;
  margin-bottom: 2.08vw;
}

.p1-c-img {
  width: 41.46vw;
}

.p1-c-flower-img {
  position: absolute;
  left: 6.94vw;
  bottom: 0;
  width: 25.42vw;
  opacity: 0.36;
  pointer-events: none;
}

/* ==========================================================
   p1-d Voice
========================================================== */
.p1-d-container {
  width: 100%;
  padding: 2.78vw 0;
}

.p1-d-box {
  width: 89.1vw;
  margin: 0 auto;
  padding: 3.06vw 4.17vw;
  background-color: #fafeff;
  box-shadow: 0 0 0.83vw 0.14vw #e9e9e9;
  text-align: center;
}

.p1-d-en {
  font-size: 4.44vw;
  color: #3c908b;
  line-height: 1;
}

.p1-d-sub {
  font-size: 1.39vw;
  font-weight: 400;
  color: #3c908b;
  margin-bottom: 1.53vw;
}

.p1-d-desc {
  font-size: 1.11vw;
  margin: 0 auto 2.08vw;
  max-width: 47.36vw;
}

/* ==========================================================
   p1-e Q&A
========================================================== */
.p1-e-container {
  position: relative;
  width: 100%;
  padding: 5.47vw 0 6.94vw;
  overflow: hidden;
}

.p1-e-box {
  width: 88.89vw;
  margin: 0 auto;
  text-align: center;
}

.p1-e-en {
  font-size: 4.44vw;
  color: #3c908b;
  line-height: 1;
}

.p1-e-sub {
  font-size: 1.39vw;
  font-weight: 400;
  color: #3c908b;
  margin-bottom: 1.53vw;
}

.p1-e-desc {
  font-size: 1.11vw;
  margin: 0 auto 2.08vw;
  max-width: 47.36vw;
}

.p1-e-flower-img {
  position: absolute;
  left: 33.4vw;
  top: 0;
  width: 10.76vw;
  opacity: 0.36;
  pointer-events: none;
}

/* ==========================================================
   p1-f Access
========================================================== */
.p1-f-container {
  position: relative;
  width: 100%;
  background: url(../image/p1-back2.png) center top / cover no-repeat, #fff;
  padding: 6.94vw 0 5.56vw;
  overflow: hidden;
}

.p1-f-title-box {
  text-align: center;
  margin-bottom: 2.78vw;
}

.p1-f-en {
  font-size: 4.44vw;
  color: #3c908b;
  line-height: 1;
}

.p1-f-sub {
  font-size: 1.39vw;
  font-weight: 400;
  color: #3c908b;
}

.p1-f-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p1-f-table-box {
  width: 53.33vw;
  margin: 0 auto;
}

.p1-f-table {
  width: 100%;
  border-collapse: collapse;
}

.p1-f-table th,
.p1-f-table td {
  text-align: left;
  font-weight: 400;
  font-size: 1.11vw;
  padding: 1.11vw 0;
}

.p1-f-table th {
  width: 8.33vw;
  border-bottom: 0.14vw solid #3C908B;
}

.p1-f-table td {
  padding-left: 1.39vw;
  border-bottom: 0.14vw solid #A6D3D4;
}

.p1-f-img {
  width: 51.39vw;
  margin: 4.17vw auto 0;
}

.p1-f-img img {
  width: 100%;
}

.p1-f-flower-img {
  position: absolute;
  right: 4.31vw;
  bottom: 3.06vw;
  width: 14.17vw;
  opacity: 0.36;
  pointer-events: none;
}

.p1-f-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.08vw;
  margin-top: 3.47vw;
}

.p1-f-tel,
.p1-f-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.69vw;
  width: 19.38vw;
  height: 4.17vw;
  padding: 0.69vw;
}

.p1-f-tel {
  border: 0.07vw solid #3c908b;
}

.p1-f-tel img {
  width: 1.67vw;
}

.p1-f-tel span {
  font-size: 2.22vw;
  color: #3c908b;
}

.p1-f-mail {
  background-color: #3c908b;
}

.p1-f-mail img {
  width: 1.67vw;
}

.p1-f-mail span {
  font-size: 1.39vw;
  color: #fff;
}

.p1-f-more {
  display: flex;
  margin: 3.47vw auto 0;
}

.p1-f-map-img {
  width: 100%;
  line-height: 0;
}

.p1-f-map-img iframe {
  width: 100%;
  height: 47.92vw;
  border: 0;
  display: block;
}

/* ==========================================================
   sub-mv 下層ページ共通メインビュー
========================================================== */
.sub-mv-container {
  width: 100%;
  height: 19.44vw;
  margin-top: 9.17vw;
  background: url(../image/sub-back1.png) center top / cover no-repeat, #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-mv-box {
  text-align: center;
}

.sub-mv-en {
  font-size: 4.44vw;
  color: #3c908b;
  line-height: 1.3;
}

.sub-mv-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #000;
  margin-top: 0.83vw;
}

/* ==========================================================
   p2-a 若石健康法・レイライン・Revolution（背景まとめ）
========================================================== */
.p2-ab-bg {
  width: 100%;
  background: url(../image/p2-back1.png) center top / cover no-repeat, #fff;
}

.p2-a-container {
  width: 100%;
  padding: 6.94vw 0;
}

.p2-a-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p2-a-item {
  display: flex;
  gap: 2.78vw;
  margin-top: 2.78vw;
}

.p2-a-item:first-child {
  margin-top: 0;
}

.p2-a-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  margin-bottom: 1.53vw;
}

.p2-a-text-box {
  width: 44.24vw;
}

.p2-a-text-box + .p2-a-text-box {
  margin-top: 3.82vw;
}

.p2-a-text {
  font-size: 1.11vw;
}

.p2-a-table-box {
  width: 42.92vw;
  display: flex;
  flex-direction: column;
}

.p2-a-table {
  width: 100%;
  border-collapse: collapse;
}

.p2-a-table th,
.p2-a-table td {
  width: 50%;
  font-size: 1.39vw;
  font-weight: 500;
  text-align: center;
  padding: 0.69vw;
}

.p2-a-table th {
  background-color: #6ee266;
  color: #000;
  border-top: 0.07vw solid #fff;
}

.p2-a-table tr:first-child th {
  border-top: none;
}

.p2-a-table td {
  background-color: #fff;
  color: #84331f;
  border: 0.07vw solid #6ee266;
}

.p2-a-note {
  font-size: 1.11vw;
  margin-top: 1.11vw;
  white-space: nowrap;
}

.p2-a-accent {
  color: #84331f;
}

.p2-a-subtitle {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  text-align: center;
}

.p2-a-desc {
  width: 44.24vw;
  font-size: 1.11vw;
  margin: 1.11vw auto 0;
}

.p2-a-promo-box {
  width: 100%;
}

.p2-a-subtitle-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.78vw;
}

.p2-a-flourish {
  width: 5.14vw;
  opacity: 0.36;
  pointer-events: none;
}

.p2-a-promo {
  font-size: 1.11vw;
  text-align: center;
  margin-top: 1.11vw;
}

.p2-divider {
  width: 100%;
  height: 7.43vw;
  background: linear-gradient(90deg, #a6d3d4, #84cbcd);
}

/* ==========================================================
   p2-b〜p2-f ホワイトニング関連（背景まとめ）
========================================================== */
.p2-cf-bg {
  width: 100%;
  background: url(../image/p2-back2.png) center top / cover no-repeat, #fff;
}

/* ==========================================================
   p2-b ホワイトニング intro
========================================================== */
.p2-b-container {
  width: 100%;
}

.p2-b-box {
  width: 88.89vw;
  margin: 0 auto;
  text-align: center;
}

.p2-b-title {
  text-align: center;
  font-size: 2.22vw;
  font-weight: 500;
  color: #fff;
  background-color: #a6d3d4;
  padding: 2.08vw 0;
}

.p2-b-lead {
  font-size: 1.11vw;
  color: #000;
  margin-top: 1.11vw;
}

.p2-b-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.08vw;
  margin-top: 4.72vw;
}

.p2-b-item {
  width: 33.19vw;
  padding: 2.5vw;
  background-color: #fafeff;
  box-shadow: 0 0 0.83vw 0.14vw #e9e9e9;
  text-align: center;
}

.p2-b-item-icon {
  position: relative;
  width: 4.1vw;
  height: 4.1vw;
  margin: 0 auto;
  background: url(../image/part-icon10.png) center / cover no-repeat;
}

.p2-b-item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.67vw;
  height: 1.67vw;
  transform: translate(-50%, -50%);
}

.p2-b-item-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  margin-top: 0.69vw;
}

.p2-b-item-text {
  font-size: 1.11vw;
  margin-top: 0.69vw;
}

/* ==========================================================
   p2-c 一般的なホワイトニングとの比較
========================================================== */
.p2-c-container {
  width: 100%;
  padding: 4.17vw 0;
}

.p2-c-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p2-c-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.11vw;
  margin-bottom: 2.08vw;
}

.p2-c-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  text-align: center;
}

.p2-c-flourish {
  width: 5.14vw;
  opacity: 0.36;
  pointer-events: none;
}

.p2-c-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p2-c-table th,
.p2-c-table td {
  font-size: 1.39vw;
  font-weight: 500;
  text-align: center;
  padding: 0.69vw;
}

.p2-c-table th {
  background-color: #3c908b;
  color: #fff;
  border-top: 0.07vw solid #fff;
}

.p2-c-table .p2-c-table-blank {
  background-color: transparent;
}

.p2-c-table .p2-c-table-border-r {
  border-right: 0.07vw solid #fff;
}

.p2-c-table tr:first-child th {
  border-top: none;
}

.p2-c-table td {
  background-color: #fff;
  color: #3c908b;
  border-left: 0.07vw solid #3c908b;
  border-right: 0.07vw solid #3c908b;
  border-top: 0.07vw solid #fff;
  border-bottom: 0.07vw solid #3c908b;
}

.p2-c-table tr:first-child td {
  border-top: 0.07vw solid #3c908b;
}

/* ==========================================================
   p2-d 美歯口7つの効果
========================================================== */
.p2-d-container {
  width: 100%;
  padding: 4.17vw 0;
}

.p2-d-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p2-d-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.11vw;
}

.p2-d-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  text-align: center;
}

.p2-d-flourish {
  width: 5.14vw;
  opacity: 0.36;
  pointer-events: none;
}

.p2-d-inner {
  display: flex;
  justify-content: center;
  gap: 2.78vw;
  margin-top: 2.78vw;
}

.p2-d-list-box {
  display: flex;
  flex-direction: column;
}

.p2-d-list {
  width: 40.76vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.08vw;
}

.p2-d-list li {
  display: flex;
  align-items: center;
  gap: 1.11vw;
  padding: 1.11vw 0;
  border-bottom: 0.07vw solid #84cbcd;
}

.p2-d-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.06vw;
  height: 3.19vw;
  background-color: #84cbcd;
  color: #fff;
  border-radius: 0.42vw;
  font-size: 1.39vw;
}

.p2-d-text {
  font-size: 1.39vw;
}

.p2-d-img {
  width: 29.03vw;
}

.p2-d-flow-img {
  width: 36.94vw;
  margin-top: 2.78vw;
}

/* ==========================================================
   p2-e サービスの流れ
========================================================== */
.p2-e-container {
  width: 100%;
  padding: 4.17vw 0;
}

.p2-e-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p2-e-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.11vw;
}

.p2-e-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  text-align: center;
}

.p2-e-flourish {
  width: 5.14vw;
  opacity: 0.36;
  pointer-events: none;
}

.p2-e-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.78vw 2.08vw;
  margin-top: 2.78vw;
}

.p2-e-item {
  flex: 1;
}

.p2-e-item-head {
  display: flex;
  align-items: center;
  gap: 0.83vw;
  margin-bottom: 0.83vw;
}

.p2-e-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.06vw;
  height: 3.19vw;
  background-color: #84cbcd;
  color: #fff;
  border-radius: 0.42vw;
  font-size: 1.39vw;
}

.p2-e-item-title {
  font-size: 1.39vw;
  font-weight: 400;
}

.p2-e-img {
  margin-top: 1.88vw;
}

.p2-e-text {
  height: 4.44vw;
  font-size: 1.11vw;
}

.p2-e-accent {
  color: #84331f;
}

/* ==========================================================
   p2-f 料金・一例
========================================================== */
.p2-f-container {
  width: 100%;
  padding: 4.17vw 0;
}

.p2-f-box {
  width: 88.89vw;
  margin: 0 auto;
  text-align: center;
}

.p2-f-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.11vw;
  margin-bottom: 2.08vw;
}

.p2-f-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  text-align: center;
}

.p2-f-flourish {
  width: 5.14vw;
  opacity: 0.36;
  pointer-events: none;
}

.p2-f-table {
  width: 43.06vw;
  margin: 0 auto;
  border-collapse: collapse;
}

.p2-f-table th,
.p2-f-table td {
  width: 50%;
  font-size: 1.39vw;
  font-weight: 500;
  text-align: center;
  padding: 0.69vw;
}

.p2-f-table th {
  background-color: #3c908b;
  color: #fff;
  border-top: 0.07vw solid #fff;
}

.p2-f-table tr:first-child th {
  border-top: none;
}

.p2-f-table td {
  background-color: #fff;
  color: #3c908b;
  border: 0.07vw solid #3c908b;
}

.p2-f-annotation {
  width: 43.06vw;
  margin: 1.11vw auto 0;
  font-size: 1.11vw;
  text-align: left;
}

.p2-f-review-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.67vw;
  margin-top: 2.78vw;
}

.p2-f-review-item {
  width: 34.17vw;
}

.p2-f-review-img {
  width: 100%;
}

.p2-f-review-img img {
  width: 100%;
  height: 10.76vw;
  object-fit: cover;
  border-radius: 0.69vw;
}

.p2-f-review-name {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  margin-top: 0.83vw;
  padding-bottom: 1.04vw;
  border-bottom: 0.07vw solid #3c908b;
}

.p2-f-review-table {
  width: 100%;
  margin-top: 1.53vw;
}

.p2-f-review-table tr {
  display: flex;
  align-items: center;
}

.p2-f-review-table tr:nth-child(2) {
  margin-top: 1.18vw;
}

.p2-f-review-table th,
.p2-f-review-table td {
  font-size: 1.11vw;
  font-weight: 400;
  padding: 0.69vw;
}

.p2-f-review-table th {
  background-color: #84cbcd;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

.p2-f-review-table td {
  text-align: left;
  padding-left: 1.39vw;
  padding-right: 1.39vw;
}

/* ==========================================================
   p2-g サービスに関しての注意事項
========================================================== */
.p2-g-container {
  width: 100%;
  padding: 4.17vw 0;
}

.p2-g-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p2-g-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.11vw;
}

.p2-g-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  text-align: center;
}

.p2-g-flourish {
  width: 5.14vw;
  opacity: 0.36;
  pointer-events: none;
}

.p2-g-lead {
  font-size: 1.11vw;
  text-align: center;
  margin-top: 1.11vw;
}

.p2-g-list {
  margin-top: 1.67vw;
  padding-left: 1.67vw;
}

.p2-g-list li {
  list-style: disc;
  font-size: 1.11vw;
  margin-top: 0.69vw;
}

.p2-g-list li:first-child {
  margin-top: 0;
}

/* ==========================================================
   p2-h ご利用規約
========================================================== */
.p2-h-container {
  width: 100%;
  padding: 2.78vw 0 6.94vw;
}

.p2-h-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p2-h-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.11vw;
}

.p2-h-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  text-align: center;
}

.p2-h-flourish {
  width: 5.14vw;
  opacity: 0.36;
  pointer-events: none;
}

.p2-h-subtitle {
  font-size: 1.11vw;
  font-weight: 400;
  text-align: center;
  margin-top: 2.78vw;
  margin-bottom: 1.11vw;
}

.p2-h-list {
  padding-left: 1.67vw;
}

.p2-h-list li {
  list-style: disc;
  font-size: 1.11vw;
  line-height: 2;
  margin-top: 0.69vw;
}

.p2-h-list li:first-child {
  margin-top: 0;
}

/* ==========================================================
   p3-a〜p3-c ごあいさつ
========================================================== */
.p3-abc-bg {
  width: 100%;
  background: url(../image/sub-back2.png) center top / cover no-repeat, #fff;
}

.p3-a-container {
  width: 100%;
  padding: 6.94vw 0 0;
}

.p3-a-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p3-a-item-inner {
  display: flex;
  gap: 2.78vw;
}

.p3-a-text {
  width: 44.24vw;
}

.p3-a-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  margin-bottom: 1.53vw;
}

.p3-a-desc {
  font-size: 1.11vw;
}

.p3-a-img {
  width: 31.39vw;
}

.p3-b-container {
  width: 100%;
  padding: 6.94vw 0 0;
}

.p3-b-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p3-b-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.11vw;
}

.p3-b-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  text-align: center;
}

.p3-b-flourish {
  width: 5.14vw;
  opacity: 0.36;
  pointer-events: none;
}

.p3-b-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.78vw;
  margin-top: 2.78vw;
}

.p3-b-text {
  flex: 1;
}

.p3-b-name {
  font-size: 1.11vw;
  margin-bottom: 1.11vw;
}

.p3-b-license-text {
  font-size: 1.11vw;
  line-height: 2;
}

.p3-b-license-heading {
  color: #84331f;
}

.p3-b-license-sub {
  color: #3c908b;
}

.p3-b-img {
  width: 36.94vw;
  flex-shrink: 0;
}

.p3-c-container {
  width: 100%;
  padding: 6.94vw 0;
}

.p3-c-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p3-c-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.11vw;
  margin-bottom: 2.78vw;
}

.p3-c-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  text-align: center;
}

.p3-c-flourish {
  width: 5.14vw;
  opacity: 0.36;
  pointer-events: none;
}

.p3-c-img {
  width: 47.01vw;
  margin: 0 auto;
}

/* ==========================================================
   p4-a お客様の声
========================================================== */
.p4-a-container {
  width: 100%;
  padding: 6.94vw 0;
}

.p4-a-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p4-a-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.06vw 0.87vw;
}

.p4-a-img {
  margin-bottom: 1.11vw;
}

.p4-a-text {
  font-size: 1.11vw;
  line-height: 1.4;
}

/* ==========================================================
   p5-a よくある質問
========================================================== */
.p5-a-container {
  width: 100%;
  padding: 6.94vw 0;
}

.p5-a-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p5-a-list {
  display: flex;
  flex-direction: column;
}

.p5-a-item {
  margin-top: 2.78vw;
}

.p5-a-item:first-child {
  margin-top: 0;
}

.p5-a-q {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.11vw;
  background: none;
  border: none;
  border-bottom: 0.07vw solid #ccc;
  padding: 0 0 1.11vw;
  cursor: pointer;
  text-align: left;
}

.p5-a-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.06vw;
  height: 3.19vw;
  border-radius: 0.42vw;
  font-size: 1.39vw;
  color: #fff;
}

.p5-a-badge-q {
  background-color: #84cbcd;
}

.p5-a-badge-a {
  background-color: #84331f;
}

.p5-a-q-text {
  flex: 1;
  font-size: 1.67vw;
  color: #000;
}

.p5-a-arrow {
  flex-shrink: 0;
  width: 2.29vw;
  transition: transform 0.3s;
}

.p5-a-arrow svg {
  display: block;
  width: 100%;
}

.p5-a-item:not(.is-open) .p5-a-arrow {
  transform: rotate(180deg);
}

.p5-a-a {
  display: flex;
  align-items: flex-start;
  gap: 1.11vw;
  margin-top: 1.11vw;
}

.p5-a-item:not(.is-open) .p5-a-a {
  display: none;
}

.p5-a-a-text {
  flex: 1;
  font-size: 1.11vw;
}

.p5-a-note {
  color: #84331f;
}

.p5-a-a-text a {
  display: inline-block;
  text-decoration: underline;
  margin-top: 0.28vw;
}

/* ==========================================================
   p6-a〜p6-d アクセス
========================================================== */
.p6-a-container {
  width: 100%;
  padding: 6.94vw 0 0;
}

.p6-a-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p6-a-inner {
  display: flex;
  align-items: flex-start;
  gap: 2.78vw;
}

.p6-a-table {
  flex: 1;
  border-collapse: collapse;
}

.p6-a-table th,
.p6-a-table td {
  font-size: 1.39vw;
  font-weight: 500;
  text-align: left;
  padding: 0.69vw 1.39vw;
}

.p6-a-table th {
  width: 16.88vw;
  background-color: #3c908b;
  color: #fff;
  border-top: 0.07vw solid #fff;
}

.p6-a-table tr:first-child th {
  border-top: none;
}

.p6-a-table td {
  background-color: #fff;
  color: #3c908b;
  border: 0.07vw solid #3c908b;
}

.p6-a-img {
  width: 36.94vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.11vw;
}

.p6-b-container {
  width: 100%;
  padding: 6.94vw 0 0;
}

.p6-b-box {
  width: 88.89vw;
  margin: 0 auto;
}

.p6-b-img {
  width: 55.56vw;
  margin: 0 auto;
}

.p6-b-img img {
  width: 100%;
}

.p6-c-container {
  width: 100%;
  padding-top: 4.17vw;
}

.p6-c-map iframe {
  display: block;
  width: 100%;
  height: 52.5vw;
}

.p6-d-container {
  width: 100%;
  padding: 4.17vw 0;
}

.p6-d-box {
  width: 88.89vw;
  margin: 0 auto;
  text-align: center;
}

.p6-d-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.11vw;
}

.p6-d-title {
  font-size: 1.67vw;
  font-weight: 400;
  color: #3c908b;
  text-align: center;
}

.p6-d-flourish {
  width: 5.14vw;
  opacity: 0.36;
  pointer-events: none;
}

.p6-d-lead {
  font-size: 1.11vw;
  margin-top: 2.78vw;
}

.p6-d-tel {
  margin-top: 1.67vw;
}

.p6-d-tel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.69vw;
  border: 0.07vw solid #3c908b;
  padding: 0.69vw 1.11vw;
}

.p6-d-tel img {
  width: 1.67vw;
}

.p6-d-tel span {
  font-size: 2.22vw;
  color: #3c908b;
}

@media screen and (max-width: 767px) {
  /* 全体 */
  #header,
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ヘッダー */
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 16vw;
    background-color: transparent;
    z-index: 9999;
    display: block;
  }

  .sp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 4vw;
  }

  .sp-header-logo img {
    height: 8vw;
    width: auto;
  }

  /* ハンバーガーボタン */
  .sp-menu-btn {
    position: relative;
    width: 10.67vw;
    height: 10.67vw;
    background-color: #3c908b;
    border: none;
    z-index: 1000;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 2vw;
    width: 6.67vw;
    height: 1.07vw;
    background-color: #fff;
    transition: 0.3s;
  }

  .sp-menu-btn span:nth-child(1) {
    top: 2.67vw;
  }
  .sp-menu-btn span:nth-child(2) {
    top: 4.8vw;
  }
  .sp-menu-btn span:nth-child(3) {
    top: 6.93vw;
  }

  .sp-menu-btn.is-active span:nth-child(1) {
    top: 4.8vw;
    transform: rotate(45deg);
  }

  .sp-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-active span:nth-child(3) {
    top: 4.8vw;
    transform: rotate(-45deg);
  }

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 0;
    right: -68vw;
    width: 68vw;
    height: 100vh;
    background-color: #fff;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .sp-header-nav.is-active {
    right: 0;
  }

  .sp-nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp-nav-list li {
    margin: 2.67vw 0;
  }
  .sp-nav-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3c908b;
    text-decoration: none;
    font-size: 4.27vw;
  }

  .sp-nav-list li a .first-span {
    font-size: 5.87vw;
  }

  /* お知らせ内容 1100で可変 */
  .single-container {
    width: 100%;
    padding: 10.67vw 0;
  }

  .single-box {
    width: 94%;
    margin: 0 auto;
  }

  .single-title {
    font-size: 5.33vw;
    font-weight: 600;
    margin-bottom: 5.33vw;
    line-height: 1.4;
  }

  .single-img {
    width: 100%;
    max-width: 106.67vw;
    margin-bottom: 8vw;
  }

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

  .single-content {
    font-size: 4.27vw;
    line-height: 1.8;
    color: #333;
  }

  .single-content img {
    max-width: 100%;
    height: auto;
  }

  /* ==========================================================
     Footer
  ========================================================== */
  footer {
    width: 100%;
    background-color: #fff;
  }

  .footer-container {
    position: relative;
    width: 100%;
    padding: 13.33vw 5.33vw 8vw;
    text-align: center;
  }

  .footer-logo img {
    width: 42.67vw;
    margin: 0 auto;
  }

  .footer-logo-copy {
    margin-top: 2vw;
    font-size: 3.2vw;
    color: #333;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6.4vw;
    margin-top: 8vw;
  }

  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4vw 7.47vw;
  }

  .footer-nav a {
    font-size: 4.27vw;
  }

  .footer-tel a {
    width: 74.4vw;
    height: 20.27vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    border: 0.27vw solid #3c908b;
    padding: 2.67vw;
  }

  .footer-tel img {
    width: 6.4vw;
  }

  .footer-tel span {
    font-size: 8.53vw;
    color: #3c908b;
  }

  .footer-totop {
    position: fixed;
    right: 4vw;
    bottom: 8vw;
    display: block;
    transform: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 50;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .footer-totop.is-show {
    opacity: 1;
    visibility: visible;
  }

  .footer-totop img {
    width: 12.8vw;
  }

  .copy-right {
    margin-top: 13.33vw;
  }

  .copy-right p {
    font-size: 3.2vw;
    line-height: 1;
  }

  /* ==========================================================
     p1-a Hero + p1-b Service（背景まとめ）
  ========================================================== */
  .p1-ab-bg {
    width: 100%;
    background: url(../image/p1-back1.png) center top / cover no-repeat, #fff;
  }

  .p1-a-container {
    width: 100%;
    padding: 25.87vw 0 10.67vw;
  }

  .p1-a-box {
    position: relative;
    width: 100%;
  }

  .p1-a-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 5;
  }

  .p1-a-en {
    padding-left: 2.67vw;
    font-size: 8.53vw;
    color: #3c908b;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .p1-a-title {
    width: 91.47vw;
    margin-top: 10.4vw;
    padding-left: 2.67vw;
    font-size: 5.33vw;
    font-weight: 400;
    line-height: 1.7;
  }

  .p1-a-img {
    position: relative;
    width: 90.4vw;
    height: 128.27vw;
    margin-left: 9.6vw;
    overflow: hidden;
  }

  .p1-a-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p1-a-img .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
  }

  .p1-a-img .slide-img.is-active {
    opacity: 1;
  }

  /* ==========================================================
     p1-b Service
  ========================================================== */
  .p1-b-container {
    position: relative;
    width: 100%;
    padding: 0 0 16vw;
    overflow: hidden;
  }

  .p1-b-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .p1-b-img-sub {
    width: 70.4vw;
    margin: 0 0 5.33vw auto;
  }

  .p1-b-img-sub img {
    width: 100%;
  }

  .p1-b-content-box {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .p1-b-img-main {
    order: 2;
    width: 45.33vw;
    height: 74.4vw;
    margin-top: 8vw;
  }

  .p1-b-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p1-b-text {
    width: 92%;
    margin: 0 auto;
  }

  .p1-b-title-box {
    display: block;
    align-items: flex-start;
    gap: 0;
    margin-top: 10.67vw;
    text-align: center;
  }

  .p1-b-en {
    font-size: 8.53vw;
    color: #3c908b;
    line-height: 1;
  }

  .p1-b-sub {
    font-size: 4.27vw;
    font-weight: 400;
    color: #3c908b;
    margin-top: 1.33vw;
    margin-bottom: 4vw;
  }

  .p1-b-desc {
    width: 100%;
    font-size: 3.73vw;
    margin-top: 4vw;
    margin-bottom: 5.33vw;
  }

  .p1-b-more,
  .p1-c-more,
  .p1-d-more,
  .p1-e-more,
  .p1-f-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53.33vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2.67vw;
    background-color: #f22;
    color: #fff;
    font-size: 4.27vw;
    letter-spacing: 0.53vw;
  }

  .p1-b-more {
    margin-top: 8vw;
  }

  .p1-b-flower-img {
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 38vw;
    z-index: 1;
    width: 46.13vw;
    opacity: 0.36;
    pointer-events: none;
  }

  /* ==========================================================
     p1-c Greeting
  ========================================================== */
  .p1-cde-bg {
    width: 100%;
    background: url(../image/p1-back3.png) center top / cover no-repeat, #fafeff;
  }

  .p1-c-container {
    position: relative;
    width: 100%;
    padding: 16vw 0 10.67vw;
    overflow: hidden;
  }

  .p1-c-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8vw;
  }

  .p1-c-text {
    position: relative;
    z-index: 2;
    width: 89.33vw;
    margin: 0 auto;
  }

  .p1-c-title-box {
    display: block;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .p1-c-en {
    font-size: 8.53vw;
    color: #3c908b;
    line-height: 1;
  }

  .p1-c-sub {
    font-size: 4.27vw;
    font-weight: 400;
    color: #3c908b;
    margin-top: 1.33vw;
    margin-bottom: 4vw;
  }

  .p1-c-desc {
    font-size: 3.73vw;
    margin-bottom: 5.33vw;
  }

  .p1-c-img {
    width: 53.87vw;
    margin-left: auto;
  }

  .p1-c-flower-img {
    position: absolute;
    left: -8vw;
    bottom: 34.67vw;
    width: 65.33vw;
    opacity: 0.36;
    pointer-events: none;
    z-index: 1;
  }

  /* ==========================================================
     p1-d Voice
  ========================================================== */
  .p1-d-container {
    width: 100%;
    padding: 10.67vw 0;
  }

  .p1-d-box {
    width: 89.33vw;
    margin: 0 auto;
    padding: 8vw 5.33vw;
    background-color: #fafeff;
    box-shadow: 0 0 2.13vw 0.53vw #e9e9e9;
    text-align: center;
  }

  .p1-d-en {
    font-size: 8.53vw;
    color: #3c908b;
    line-height: 1;
  }

  .p1-d-sub {
    font-size: 4.27vw;
    font-weight: 400;
    color: #3c908b;
    margin-top: 1.33vw;
    margin-bottom: 4vw;
  }

  .p1-d-desc {
    font-size: 3.73vw;
    margin: 0 auto 5.33vw;
    max-width: 100%;
  }

  /* ==========================================================
     p1-e Q&A
  ========================================================== */
  .p1-e-container {
    position: relative;
    width: 100%;
    padding: 16vw 0 16vw;
    overflow: hidden;
  }

  .p1-e-box {
    width: 89.33vw;
    margin: 0 auto;
    text-align: center;
  }

  .p1-e-en {
    font-size: 8.53vw;
    color: #3c908b;
    line-height: 1;
  }

  .p1-e-sub {
    font-size: 4.27vw;
    font-weight: 400;
    color: #3c908b;
    margin-top: 1.33vw;
    margin-bottom: 4vw;
  }

  .p1-e-desc {
    font-size: 3.73vw;
    margin: 0 auto 5.33vw;
    max-width: 100%;
  }

  .p1-e-flower-img {
    position: absolute;
    left: 8vw;
    top: 0;
    width: 26.67vw;
    opacity: 0.36;
    pointer-events: none;
  }

  /* ==========================================================
     p1-f Access
  ========================================================== */
  .p1-f-container {
    position: relative;
    width: 100%;
    background: url(../image/p1-back2.png) center top / cover no-repeat, #fff;
    padding: 16vw 0 13.33vw;
    overflow: hidden;
  }

  .p1-f-title-box {
    text-align: center;
    margin-bottom: 8vw;
  }

  .p1-f-en {
    font-size: 8.53vw;
    color: #3c908b;
    line-height: 1;
  }

  .p1-f-sub {
    font-size: 4.27vw;
    font-weight: 400;
    color: #3c908b;
    margin-top: 1.33vw;
  }

  .p1-f-box {
    position: relative;
    z-index: 2;
    width: 89.33vw;
    margin: 0 auto;
  }

  .p1-f-table-box {
    width: 100%;
  }

  .p1-f-table {
    width: 100%;
    border-collapse: collapse;
  }

  .p1-f-table th,
  .p1-f-table td {
    text-align: left;
    font-weight: 400;
    font-size: 3.73vw;
    padding: 3.2vw 0;
  }

  .p1-f-table th {
    width: 22.4vw;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: 0.53vw solid #3C908B;
  }

  .p1-f-table td {
    padding-left: 5.33vw;
    border-bottom: 0.53vw solid #A6D3D4;
  }

  .p1-f-img {
    width: 70.4vw;
    margin-top: 8vw;
  }

  .p1-f-flower-img {
    position: absolute;
    right: 0;
    bottom: 8vw;
    width: 36.53vw;
    opacity: 0.36;
    pointer-events: none;
    z-index: 1;
  }

  .p1-f-btn-box {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    margin-top: 4vw;
  }

  .p1-f-tel,
  .p1-f-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    width: 49.87vw;
    height: 16vw;
    padding: 2.67vw;
  }

  .p1-f-tel {
    border: 0.27vw solid #3c908b;
  }

  .p1-f-tel img {
    width: 4.8vw;
  }

  .p1-f-tel span {
    font-size: 4.8vw;
    color: #3c908b;
  }

  .p1-f-mail {
    background-color: #3c908b;
  }

  .p1-f-mail img {
    width: 4.8vw;
  }

  .p1-f-mail span {
    font-size: 4.27vw;
    color: #fff;
  }

  .p1-f-more {
    position: relative;
    z-index: 2;
    display: flex;
    margin: 4vw auto 0;
  }

  .p1-f-map-img {
    width: 100%;
    line-height: 0;
  }

  .p1-f-map-img iframe {
    width: 100%;
    height: 86.4vw;
    border: 0;
    display: block;
  }

  /* ==========================================================
     sub-mv 下層ページ共通メインビュー
  ========================================================== */
  .sub-mv-container {
    width: 100%;
    height: 37.33vw;
    margin-top: 20vw;
    background: url(../image/sub-back1.png) center top / cover no-repeat, #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-mv-box {
    text-align: center;
  }

  .sub-mv-en {
    font-size: 8.53vw;
    color: #3c908b;
    line-height: 1.3;
  }

  .sub-mv-title {
    font-size: 4.8vw;
    font-weight: 400;
    color: #000;
    margin-top: 2vw;
  }

  /* ==========================================================
     p2-a 若石健康法・レイライン・Revolution（背景まとめ）
  ========================================================== */
  .p2-ab-bg {
    width: 100%;
    background: url(../image/p2-back1.png) center top / cover no-repeat, #fff;
  }

  .p2-a-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p2-a-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p2-a-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5.33vw;
    margin-top: 16vw;
  }

  .p2-a-item:first-child {
    margin-top: 0;
  }

  .p2-a-title {
    font-size: 6.4vw;
    font-weight: 400;
    color: #3c908b;
    margin-bottom: 4vw;
  }

  .p2-a-text-box {
    width: 100%;
  }

  .p2-a-text-box + .p2-a-text-box {
    margin-top: 14.67vw;
  }

  .p2-a-text {
    width: 100%;
    font-size: 4.27vw;
  }

  .p2-a-table-box {
    width: 100%;
  }

  .p2-a-table {
    width: 100%;
    border-collapse: collapse;
  }

  .p2-a-table th,
  .p2-a-table td {
    width: 50%;
    font-size: 4.27vw;
    font-weight: 500;
    text-align: center;
    padding: 2.67vw;
  }

  .p2-a-table th {
    background-color: #6ee266;
    color: #000;
    border-top: 0.27vw solid #fff;
  }

  .p2-a-table tr:first-child th {
    border-top: none;
  }

  .p2-a-table td {
    background-color: #fff;
    color: #84331f;
    border: 0.27vw solid #6ee266;
  }

  .p2-a-note {
    font-size: 3.73vw;
    white-space: wrap;
    margin-top: 4vw;
  }

  .p2-a-accent {
    color: #84331f;
  }

  .p2-a-subtitle {
    font-size: 5.33vw;
    font-weight: 400;
    color: #3c908b;
    text-align: center;
  }

  .p2-a-desc {
    width: 100%;
    font-size: 4.27vw;
    margin: 4vw auto 0;
  }

  .p2-a-promo-box {
    width: 100%;
  }

  .p2-a-subtitle-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.67vw;
    margin-top: 8vw;
  }

  .p2-a-flourish {
    width: 13.6vw;
    opacity: 0.36;
    pointer-events: none;
  }

  .p2-a-promo {
    font-size: 4.27vw;
    text-align: center;
    margin-top: 4vw;
  }

  .p2-divider {
    width: 100%;
    height: 19.73vw;
    background: linear-gradient(90deg, #a6d3d4, #84cbcd);
  }

  /* ==========================================================
     p2-b〜p2-f ホワイトニング関連（背景まとめ）
  ========================================================== */
  .p2-cf-bg {
    width: 100%;
    background: url(../image/p2-back2.png) center top / cover no-repeat, #fff;
  }

  /* ==========================================================
     p2-b ホワイトニング intro
  ========================================================== */
  .p2-b-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p2-b-box {
    width: 89.33vw;
    margin: 0 auto;
    text-align: center;
  }

  .p2-b-title {
    text-align: center;
    font-size: 6.83vw;
    font-weight: 500;
    color: #fff;
    background-color: #a6d3d4;
    padding: 8vw 0;
  }

  .p2-b-lead {
    font-size: 3.73vw;
    color: #000;
    margin-top: 4vw;
  }

  .p2-b-list {
    display: flex;
    flex-direction: column;
    gap: 5.33vw;
    margin-top: 8vw;
  }

  .p2-b-item {
    width: 100%;
    padding: 6.4vw;
    background-color: #fafeff;
    box-shadow: 0 0 2.13vw 0.53vw #e9e9e9;
    text-align: center;
  }

  .p2-b-item-icon {
    position: relative;
    width: 15.73vw;
    height: 15.73vw;
    margin: 0 auto;
    background: url(../image/part-icon10.png) center / cover no-repeat;
  }

  .p2-b-item-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.4vw;
    height: 6.4vw;
    transform: translate(-50%, -50%);
  }

  .p2-b-item-title {
    font-size: 5.33vw;
    font-weight: 400;
    color: #3c908b;
    margin-top: 2.67vw;
  }

  .p2-b-item-text {
    font-size: 3.73vw;
    margin-top: 2.67vw;
  }

  /* ==========================================================
     p2-c 一般的なホワイトニングとの比較
  ========================================================== */
  .p2-c-container {
    width: 100%;
    padding: 10.67vw 0;
  }

  .p2-c-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p2-c-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.67vw;
    margin-bottom: 5.33vw;
  }

  .p2-c-title {
    font-size: 5.33vw;
    font-weight: 400;
    color: #3c908b;
    text-align: center;
  }

  .p2-c-flourish {
    width: 13.6vw;
    opacity: 0.36;
    pointer-events: none;
  }

  .p2-c-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .p2-c-table th,
  .p2-c-table td {
    font-size: 2.6667vw;
    font-weight: 500;
    text-align: center;
    padding: 2.13vw 1.07vw;
  }

  .p2-c-table th {
    background-color: #3c908b;
    color: #fff;
    border-top: 0.27vw solid #fff;
  }

  .p2-c-table-blank {
    background-color: transparent;
  }

  .p2-c-table-border-r {
    border-right: 0.27vw solid #fff;
  }

  .p2-c-table tr:first-child th {
    border-top: none;
  }

  .p2-c-table td {
    background-color: #fff;
    color: #3c908b;
    border-left: 0.27vw solid #3c908b;
    border-right: 0.27vw solid #3c908b;
    border-top: 0.27vw solid #fff;
    border-bottom: 0.27vw solid #3c908b;
  }

  .p2-c-table tr:first-child td {
    border-top: 0.27vw solid #3c908b;
  }

  /* ==========================================================
     p2-d 美歯口7つの効果
  ========================================================== */
  .p2-d-container {
    width: 100%;
    padding: 10.67vw 0;
  }

  .p2-d-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p2-d-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.67vw;
  }

  .p2-d-title {
    font-size: 5.33vw;
    font-weight: 400;
    color: #3c908b;
    text-align: center;
  }

  .p2-d-flourish {
    width: 13.6vw;
    opacity: 0.36;
    pointer-events: none;
  }

  .p2-d-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8vw;
    margin-top: 8vw;
  }

  .p2-d-list-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .p2-d-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .p2-d-list li {
    display: flex;
    align-items: center;
    gap: 4vw;
    padding: 4vw 0;
    border-bottom: 0.27vw solid #84cbcd;
  }

  .p2-d-num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 10.67vw;
    height: 10.67vw;
    background-color: #84cbcd;
    color: #fff;
    border-radius: 1.6vw;
    font-size: 4.8vw;
  }

  .p2-d-text {
    font-size: 4.27vw;
  }

  .p2-d-img {
    width: 64vw;
  }

  .p2-d-flow-img {
    width: 89.33vw;
    margin: 8vw auto 0;
  }

  /* ==========================================================
     p2-e サービスの流れ
  ========================================================== */
  .p2-e-container {
    width: 100%;
    padding: 10.67vw 0;
  }

  .p2-e-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p2-e-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.67vw;
  }

  .p2-e-title {
    font-size: 5.33vw;
    font-weight: 400;
    color: #3c908b;
    text-align: center;
  }

  .p2-e-flourish {
    width: 13.6vw;
    opacity: 0.36;
    pointer-events: none;
  }

  .p2-e-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-top: 8vw;
  }

  .p2-e-item-head {
    display: flex;
    align-items: center;
    gap: 2.67vw;
    margin-bottom: 2.67vw;
  }

  .p2-e-num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 10.67vw;
    height: 10.67vw;
    background-color: #84cbcd;
    color: #fff;
    border-radius: 1.6vw;
    font-size: 4.8vw;
  }

  .p2-e-item-title {
    font-size: 4.53vw;
    font-weight: 400;
  }

  .p2-e-img {
    width: 100%;
    margin-top: 7.2vw;
    margin-bottom: 2.67vw;
  }

  .p2-e-img img {
    width: 100%;
    height: 53.33vw;
    object-fit: cover;
  }

  .p2-e-text {
    height: 17.07vw;
    font-size: 3.73vw;
  }

  .p2-e-accent {
    color: #84331f;
  }

  /* ==========================================================
     p2-f 料金・一例
  ========================================================== */
  .p2-f-container {
    width: 100%;
    padding: 10.67vw 0;
  }

  .p2-f-box {
    width: 89.33vw;
    margin: 0 auto;
    text-align: center;
  }

  .p2-f-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.67vw;
    margin-bottom: 5.33vw;
  }

  .p2-f-title {
    font-size: 5.33vw;
    font-weight: 400;
    color: #3c908b;
    text-align: center;
  }

  .p2-f-flourish {
    width: 13.6vw;
    opacity: 0.36;
    pointer-events: none;
  }

  .p2-f-table {
    width: 89.33vw;
    margin: 0 auto;
    border-collapse: collapse;
  }

  .p2-f-table th,
  .p2-f-table td {
    width: 50%;
    font-size: 4.27vw;
    font-weight: 500;
    text-align: center;
    padding: 2.67vw;
  }

  .p2-f-table th {
    background-color: #3c908b;
    color: #fff;
    border-top: 0.27vw solid #fff;
  }

  .p2-f-table tr:first-child th {
    border-top: none;
  }

  .p2-f-table td {
    background-color: #fff;
    color: #3c908b;
    border: 0.27vw solid #3c908b;
  }

  .p2-f-annotation {
    width: 89.33vw;
    margin: 4vw auto 0;
    font-size: 3.73vw;
    text-align: left;
  }

  .p2-f-review-list {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    margin-top: 8vw;
  }

  .p2-f-review-item {
    width: 100%;
  }

  .p2-f-review-img {
    width: 100%;
  }

  .p2-f-review-img img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
    border-radius: 1.6vw;
  }

  .p2-f-review-name {
    font-size: 5.33vw;
    font-weight: 400;
    color: #3c908b;
    margin-top: 2.67vw;
    padding-bottom: 4vw;
    border-bottom: 0.27vw solid #3c908b;
  }

  .p2-f-review-table {
    width: 100%;
    margin-top: 5.87vw;
  }

  .p2-f-review-table tr {
    display: flex;
    align-items: center;
  }

  .p2-f-review-table tr:nth-child(2) {
    margin-top: 4.53vw;
  }

  .p2-f-review-table th,
  .p2-f-review-table td {
    font-size: 3.47vw;
    font-weight: 400;
    padding: 2.67vw;
  }

  .p2-f-review-table th {
    background-color: #84cbcd;
    color: #000;
    text-align: center;
    white-space: nowrap;
  }

  .p2-f-review-table td {
    text-align: left;
    padding-left: 3.33vw;
  }

  /* ==========================================================
     p2-g サービスに関しての注意事項
  ========================================================== */
  .p2-g-container {
    width: 100%;
    padding: 10.67vw 0;
  }

  .p2-g-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p2-g-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.67vw;
  }

  .p2-g-title {
    font-size: 5.33vw;
    font-weight: 400;
    color: #3c908b;
    text-align: center;
  }

  .p2-g-flourish {
    width: 13.6vw;
    opacity: 0.36;
    pointer-events: none;
  }

  .p2-g-lead {
    font-size: 3.73vw;
    text-align: center;
    margin-top: 4vw;
  }

  .p2-g-list {
    margin-top: 5.33vw;
    padding-left: 4vw;
  }

  .p2-g-list li {
    list-style: disc;
    font-size: 3.73vw;
    margin-top: 2.67vw;
  }

  .p2-g-list li:first-child {
    margin-top: 0;
  }

  /* ==========================================================
     p2-h ご利用規約
  ========================================================== */
  .p2-h-container {
    width: 100%;
    padding: 5.33vw 0 16vw;
  }

  .p2-h-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p2-h-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.67vw;
  }

  .p2-h-title {
    font-size: 5.33vw;
    font-weight: 400;
    color: #3c908b;
    text-align: center;
  }

  .p2-h-flourish {
    width: 13.6vw;
    opacity: 0.36;
    pointer-events: none;
  }

  .p2-h-subtitle {
    font-size: 3.73vw;
    font-weight: 400;
    text-align: center;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }

  .p2-h-list {
    padding-left: 4vw;
  }

  .p2-h-list li {
    list-style: disc;
    font-size: 3.73vw;
    line-height: 2;
    margin-top: 2.67vw;
  }

  .p2-h-list li:first-child {
    margin-top: 0;
  }

  /* ==========================================================
     p3-a〜p3-c ごあいさつ
  ========================================================== */
  .p3-abc-bg {
    width: 100%;
    background: url(../image/sub-back2.png) center top / cover no-repeat, #fff;
  }

  .p3-a-container {
    width: 100%;
    padding: 16vw 0 0;
  }

  .p3-a-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p3-a-item-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 5.33vw;
  }

  .p3-a-text {
    width: 100%;
  }

  .p3-a-title {
    font-size: 5.6vw;
    font-weight: 400;
    color: #3c908b;
    margin-bottom: 4vw;
  }

  .p3-a-desc {
    font-size: 4.27vw;
  }

  .p3-a-img {
    width: 100%;
  }

  .p3-b-container {
    width: 100%;
    padding: 16vw 0 0;
  }

  .p3-b-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p3-b-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.67vw;
  }

  .p3-b-title {
    font-size: 6.4vw;
    font-weight: 400;
    color: #3c908b;
    text-align: center;
  }

  .p3-b-flourish {
    width: 13.6vw;
    opacity: 0.36;
    pointer-events: none;
  }

  .p3-b-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 5.33vw;
    margin-top: 8vw;
  }

  .p3-b-text {
    width: 100%;
  }

  .p3-b-name {
    font-size: 4.27vw;
    text-align: center;
    margin-bottom: 4vw;
  }

  .p3-b-license-text {
    font-size: 4.27vw;
    line-height: 2;
  }

  .p3-b-license-heading {
    color: #84331f;
  }

  .p3-b-license-sub {
    color: #3c908b;
  }

  .p3-b-img {
    width: 100%;
  }

  .p3-c-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p3-c-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p3-c-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.67vw;
    margin-bottom: 8vw;
  }

  .p3-c-title {
    font-size: 6.4vw;
    font-weight: 400;
    color: #3c908b;
    text-align: center;
  }

  .p3-c-flourish {
    width: 13.6vw;
    opacity: 0.36;
    pointer-events: none;
  }

  .p3-c-img {
    width: 100%;
    margin: 0 auto;
  }

  /* ==========================================================
     p4-a お客様の声
  ========================================================== */
  .p4-a-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p4-a-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p4-a-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 4vw;
  }

  .p4-a-img {
    margin-bottom: 4vw;
  }

  .p4-a-text {
    font-size: 3.73vw;
    line-height: 1.4;
  }

  /* ==========================================================
     p5-a よくある質問
  ========================================================== */
  .p5-a-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p5-a-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p5-a-list {
    display: flex;
    flex-direction: column;
  }

  .p5-a-item {
    margin-top: 8vw;
  }

  .p5-a-item:first-child {
    margin-top: 0;
  }

  .p5-a-q {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 2.67vw;
    background: none;
    border: none;
    border-bottom: 0.27vw solid #ccc;
    padding: 0 0 4vw;
    cursor: pointer;
    text-align: left;
  }

  .p5-a-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 9.6vw;
    height: 10.13vw;
    border-radius: 1.6vw;
    font-size: 4.53vw;
    color: #fff;
  }

  .p5-a-badge-q {
    background-color: #84cbcd;
  }

  .p5-a-badge-a {
    background-color: #84331f;
  }

  .p5-a-q-text {
    flex: 1;
    font-size: 4.53vw;
    color: #000;
  }

  .p5-a-arrow {
    flex-shrink: 0;
    width: 7.47vw;
    transition: transform 0.3s;
  }

  .p5-a-arrow svg {
    display: block;
    width: 100%;
  }

  .p5-a-item:not(.is-open) .p5-a-arrow {
    transform: rotate(180deg);
  }

  .p5-a-a {
    display: flex;
    align-items: flex-start;
    gap: 2.67vw;
    margin-top: 4vw;
  }

  .p5-a-item:not(.is-open) .p5-a-a {
    display: none;
  }

  .p5-a-a-text {
    flex: 1;
    font-size: 3.73vw;
  }

  .p5-a-note {
    color: #84331f;
  }

  .p5-a-a-text a {
    display: inline-block;
    text-decoration: underline;
    margin-top: 1.07vw;
  }

  /* ==========================================================
     p6-a〜p6-d アクセス
  ========================================================== */
  .p6-a-container {
    width: 100%;
    padding: 16vw 0 0;
  }

  .p6-a-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p6-a-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5.33vw;
  }

  .p6-a-table {
    width: 100%;
    border-collapse: collapse;
  }

  .p6-a-table th,
  .p6-a-table td {
    font-size: 3.73vw;
    font-weight: 500;
    text-align: left;
    padding: 2.67vw 4vw;
  }

  .p6-a-table th {
    width: 32vw;
    background-color: #3c908b;
    color: #fff;
    border-top: 0.27vw solid #fff;
  }

  .p6-a-table tr:first-child th {
    border-top: none;
  }

  .p6-a-table td {
    background-color: #fff;
    color: #3c908b;
    border: 0.27vw solid #3c908b;
  }

  .p6-a-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }

  .p6-b-container {
    width: 100%;
    padding: 16vw 0 0;
  }

  .p6-b-box {
    width: 89.33vw;
    margin: 0 auto;
  }

  .p6-b-img {
    width: 100%;
    margin: 0 auto;
  }

  .p6-c-container {
    width: 100%;
    padding-top: 16vw;
  }

  .p6-c-map iframe {
    display: block;
    width: 100%;
    height: 106.67vw;
  }

  .p6-d-container {
    width: 100%;
    padding: 16vw 0;
  }

  .p6-d-box {
    width: 89.33vw;
    margin: 0 auto;
    text-align: center;
  }

  .p6-d-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.67vw;
  }

  .p6-d-title {
    font-size: 6.4vw;
    font-weight: 400;
    color: #3c908b;
    text-align: center;
  }

  .p6-d-flourish {
    width: 13.6vw;
    opacity: 0.36;
    pointer-events: none;
  }

  .p6-d-lead {
    font-size: 3.73vw;
    margin-top: 8vw;
  }

  .p6-d-tel {
    margin-top: 5.33vw;
  }

  .p6-d-tel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2.13vw;
    border: 0.27vw solid #3c908b;
    padding: 2.67vw 4vw;
  }

  .p6-d-tel img {
    width: 6.4vw;
  }

  .p6-d-tel span {
    font-size: 6.4vw;
    color: #3c908b;
  }
}
