/* @font-face {
  font-family: "PA1GothicStdNMedium";
  src: url("../font/PA1GothicStdN-Medium.otf") format("opentype"),
    url("../font/PA1GothicStdN-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/PA1GothicStdN-Medium.woff2") format("woff2"),
    url("../font/PA1GothicStdN-Medium.woff") format("woff"),
    url("../font/PA1GothicStdN-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "PA1GothicStdNRegular";
  src: url("../font/PA1GothicStdN-Regular.otf") format("opentype"),
    url("../font/PA1GothicStdN-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/PA1GothicStdN-Regular.woff2") format("woff2"),
    url("../font/PA1GothicStdN-Regular.woff") format("woff"),
    url("../font/PA1GothicStdN-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PA1GothicStdNBold";
  src: url("../font/PA1GothicStdN-Bold.otf") format("opentype"),
    url("../font/PA1GothicStdN-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/PA1GothicStdN-Bold.woff2") format("woff2"),
    url("../font/PA1GothicStdN-Bold.woff") format("woff"),
    url("../font/PA1GothicStdN-Bold.ttf") format("truetype");
} */

@font-face {
  font-family: "A-OTF-ShinGoPro-Medium";
  src: url("../font/A-OTF-ShinGoPro-Medium.otf");
}

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

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 75);
  }
}

body {
  font-family: "Hiragino Sans", "PA1GothicStdNRegular",
    "Hiragino Kaku Gothic Pro", "YuGothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", Arial,
    sans-serif !important;
  background-color: #f9f9f9;
  min-height: 100vh;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #333333;
}

.font-myriad {
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.poR {
  position: relative;
}

.poA {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.bg-white {
  background-color: #fff;
}

.yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff782 0%)
    repeat scroll 0 0;
}

.bg_blue_light {
  background-color: #2eb6e3;
}

.txt_blue_light {
  color: #2eb6e3;
}

.txt_pink {
  color: #ff85a5;
}

.txt_yellow {
  color: #fff782;
}

.txt_white {
  color: #fff;
}

.txt_bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.pd20 {
  padding: 20px;
}

video.vcl02 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.cta-link {
  position: absolute;
  top: 75.5%;
  left: 9.3%;
  z-index: 1;
  width: 82%;
}

.animate {
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  margin-left: auto;
  margin-right: auto;
  animation-name: animate1;
  z-index: 1;
}

.pulse {
  animation-name: pulse;
}

@keyframes pulse {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}


.note {
  font-size: 1.8rem;
  line-height: calc(28 / 20);
  font-weight: 400;
  color: #333333;
}

/* cta */
.cta .title {
  color: #fff;
  font-size: 6rem;
  font-weight: 500;
  top: 4.2%;
  line-height: 1.4;
}

.cta ul {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  top: 22.8%;
  padding: 0 4rem 0 12rem;
  list-style: none;
}

.cta ul > li {
  font-size: 4.4rem;
  color: #fff;
  line-height: 1.5;
  font-style: 500px;
}

.cta .tit-sub {
  text-align: center;
  font-size: 6rem;
  line-height: calc(90 / 70);
  top: 34%;
  color: #fff;
  font-weight: 500;
}

.cta .tit-sub .font-myriad {
  font-size: 12rem;
  line-height: 1;
}

.cta .tit-sub .txt_larg {
  font-size: 8rem;
}

.cta .text {
  font-size: 3.4rem;
  text-align: center;
  top: 79.5%;
  font-weight: 500;
  line-height: 1.7;
}

.cta .text .font-myriad {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.btnLink {
  top: 87.35%;
  padding: 0 4rem;
}

.btnLink > a {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.features .title {
  color: #fff;
  font-size: 5.2rem;
  line-height: 1.2;
  font-weight: 500;
  top: 1.8%;
}

.features .title .txtLarg {
  font-size: 13rem;
}

.features .title .txtLarg > span {
  font-size: 19rem;
  line-height: 1;
}

.features .text {
  font-size: 4.6rem;
  line-height: calc(75 / 46);
  font-weight: 500;
}

.features .text01 {
  top: 0%;
  left: 77%;
}

.features .text02 {
  top: 23%;
  left: 78.5%;
  display: inline-block;
  width: auto;
  > span {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.08em;
  }
}

.features .text03 {
  top: 47.3%;
  left: 18.8%;
  display: inline-block;
  width: auto;
  > span {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.08em;
  }
}

.features .text04 {
  font-size: 5rem;
  line-height: 1.5;
  top: 86.8%;
  left: 55%;
  font-weight: 500;
}

.features .text04 > span {
  font-size: 6.5rem;
}


sub {
  font-size: 1rem;
  vertical-align: text-top;
}


.cta02 .title {
  font-size: 6rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  font-style: italic;
  top: 3.5%;
}

.cta02 .title .txtLarg {
  font-size: 7.5rem;
}

.cta02 .btnLink {
  top: 82%;
}

.cta02 .text {
  top: 73%;
  font-weight: 500;
  font-size: 4.5rem;
  color: #fff;
  line-height: 1.5;
}

.maps {
  padding: 1rem 4rem 10rem;
  background-color: #eff4f3;
}

.maps .accordion .at-item {
  border: 0.3rem solid #2eb6e3;
  border-radius: 1rem;
  overflow: hidden;
}

.maps .accordion .at-title {
  background-color: #2eb6e3;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10.3rem;
  position: relative;
  cursor: pointer;
}

.maps .accordion .at-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #eff4f3;
  z-index: 1;
  transition: transform 0.3s ease;
}

.maps .accordion .at-title.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.maps .accordion .at-item + .at-item {
  margin-top: 3rem;
}

.maps .accordion .at-title > h2 {
  font-size: 4rem;
  color: #fff;
  line-height: 1.5;
}

.maps .accordion .at-tab {
  padding: 3rem;
  display: none;
}

.maps .accordion .at-tab__inner {
  padding-bottom: 4rem;
}

.maps .accordion .at-tab__inner > h3 {
  font-size: 3.2rem;
  text-align: center;
  line-height: calc(60 / 32);
  font-weight: bold;
  margin: 7rem 0 1rem;
}

.maps .accordion .at-tab__inner > h3:nth-child(1) {
  margin: 2rem 0 1rem;
}

.maps .accordion .at-tab__inner table th,
.maps .accordion .at-tab__inner table td {
  font-size: 2.6rem;
  line-height: calc(40 / 26);
  display: block;
  text-align: left;
  font-weight: 500;
}

.maps .accordion .at-tab__inner table th {
  color: #2eb6e3;
  padding: 2rem 0 0;
}

.maps .accordion .at-tab__inner table td {
  padding: 0 0 2rem;
  border-bottom: 1px solid #2eb6e3;
}

.maps .accordion .at-tab__inner table tr:last-child td {
  border-bottom: none;
}

.maps .accordion .at-tab__inner table tr:last-child td > a {
  color: #333;
}

.maps .accordion .at-tab__inner .map_frame {
  height: 34.5rem;
}

.maps .accordion .at-tab__inner .map_frame iframe {
  width: 100%;
  height: 100%;
}

.maps .accordion .at-tab__inner .mapLink {
  margin-top: 4rem;
  padding: 0 1rem;
}

.maps .accordion .at-tab__inner .mapLink > a:hover {
  opacity: 0.8;
}

.faq {
  background-color: #eff4f3;
  padding-bottom: 8rem;
}

.faq .title > span {
  font-size: 3rem;
  top: 56%;
  font-weight: 500;
}

.faq .at-tab {
  display: none;
}

.faq .faqList {
  margin-top: 1rem;
  padding: 0 4rem;
}

.faq .at-title {
  border-bottom: dashed 0.3rem #2eb6e3;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #2eb6e3;
  padding: 2rem 0;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.faq .at-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #2eb6e3;
  z-index: 1;
  transition: transform 0.3s ease;
}

.faq .at-title.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.faq .at-title .num {
  font-size: 5rem;
}

.faq .at-title h2 {
  font-size: 4rem;
}

.faq .at-tab {
  font-size: 3.2rem;
  line-height: calc(65 / 32);
  text-align: justify;
  padding: 3rem 0;
}

.faq .at-tab ul {
  list-style: none;
  margin-top: 1rem;
}

.faq .at-tab ul li {
  font-size: 2.6rem;
  line-height: calc(55 / 28);
}


#floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  display: none;
}

.floating-inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem 6rem;
}

.floating-inner > a {
  display: block;
  width: 90%;
  margin: 0 auto;
}


/* ============================
   ▼ Step 上部エリア（丸＋横線）
============================ */
.step-circles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 520px;
    margin: 0 auto 4rem;
    position: relative;
}

.step-circles::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12%;
    width: 76%;
    height: 6px;
    background: #c8c8c8;
    z-index: 0;
}

.step-circles .circle {
    width: 85px;
    height: 85px;
    font-size: 3rem;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle--active {
    background-color: #8dd1f1;
    color: #fff;
}

.circle--inactive {
    background-color: #d8eeff;
    color: #8dbdeb;
}

/* ============================
   ▼ 見出し（質問文）
============================ */
.fix-title {
    color: #ff4a7a;
    font-size: 3.2rem;
    font-weight: 700;
    margin: 2rem 0 2.5rem;
    text-align: center;
}

/* ============================
   ▼ 画像サイズ調整
============================ */
.fix-img {
    width: 92%;
    max-width: 680px;
    margin: 0 auto 3rem;
}

.fix-btn,
.fix-btn:visited,
.fix-btn:hover,
.fix-btn:active {
    text-decoration: none !important;
}

.fix-btn.selected {
    text-decoration: none !important;
}

.fix-img img {
    width: 100%;
    border-radius: 12px;
}

/* ============================
   ▼ ボタン
============================ */
.fix-buttons {
    width: 92%;
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.fix-btn {
    display: block;
    width: 100%;
    padding: 2rem 0;
    background-color: #eaeaea;
    border-radius: 40px;
    font-size: 2.6rem;
    color: #000;
    text-align: center;
    font-weight: 700;
}

/* 選択時 */
.fix-btn.selected {
    background-color: #7EC7F2 !important;
    color: #fff !important;
}

/* 余白・全体レイアウト調整 */
.step-section {
    padding: 3rem 0 6rem;
    background: #fff;
}
.maps {
  padding: 1rem 4rem 10rem;
  background-color: #eff4f3;
}

.maps-header {
  text-align: center;
  padding: 4rem 0 2rem;
}

.maps-header h2 {
  font-size: 4.2rem;
  font-weight: bold;
  color: #2eb6e3;
  letter-spacing: 0.05em;
}

/* region block */
.region-block {
  margin-bottom: 5rem;
}

.region-title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2.5rem;
  position: relative;
  padding-bottom: 1.2rem;
}

.region-title::after {
  content: "";
  display: block;
  width: 6rem;
  height: 3px;
  background: #2eb6e3;
  margin: 1rem auto 0;
  border-radius: 2px;
}

/* clinic buttons grid */
.clinic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem 2rem;
}

.clinic-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 1rem;
  background-color: #2eb6e3;
  border-radius: 50px;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(46, 182, 227, 0.30);
  cursor: pointer;
  border: none;
  letter-spacing: 0.03em;
}

.clinic-btn:hover {
  background-color: #1aa3cf;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(46, 182, 227, 0.40);
}

.clinic-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(46, 182, 227, 0.25);
}

/* single button (odd one out) */
.clinic-btn--single {
  grid-column: 1 / -1;
  max-width: calc(50% - 1rem);
  margin: 0; /* left-align */
}

@media screen and (max-width: 480px) {
  .maps {
    padding: 1rem 3rem 8rem;
  }
  .clinic-btn {
    font-size: 2.4rem;
  }
}