@charset "UTF-8";
/*------------------------------------------------------------------------------
共通設定
------------------------------------------------------------------------------*/
html,
body {
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "Zen Maru Gothic", "Yu Gothic", Meiryo, sans-serif;
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.5;
  background-color: #fff;
  /* scroll-behavior: smooth; */
  color: #252525;
}
body .sp-item {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .sp-item {
    display: block !important;
  }
}
body .pc-item {
  display: block !important;
}
@media screen and (max-width: 768px) {
  body .pc-item {
    display: none !important;
  }
}
a {
  text-decoration: underline;
}
.btn:hover {
  opacity: 0.7;
}
.btn-poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}
img {
  width: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
/*------------------------------------------------------------------------------
ファーストビューエリア
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
CTAエリア
------------------------------------------------------------------------------*/
.cta-area {
  position: relative;
  margin-top: calc(-40 * 100vw / 1200);
}
@media screen and (max-width: 768px) {
  .cta-area {
    margin-top: -30px;
  }
}
.cta-btn-line {
  position: absolute;
  top: 49%;
  left: 15%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .cta-btn-line {
    top: 30%;
    left: 5%;
    width: 90%;
  }
}
.cta-btn-schedule {
  position: absolute;
  top: 49%;
  right: 15%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .cta-btn-schedule {
    top: 51%;
    left: 5%;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .cta-btn-tel {
    position: absolute;
    top: 73%;
    left: 5%;
    width: 90%;
  }
}
/*------------------------------------------------------------------------------
選ばれる理由エリア
------------------------------------------------------------------------------*/
.reason-area {
  margin: min(calc(80 * 100vw / 1200), 80px) 0 min(calc(120 * 100vw / 1200), 120px);
}
@media screen and (max-width: 768px) {
  .reason-area {
    margin: 40px 0;
  }
}
.reason-ttl {
  margin-bottom: min(calc(80 * 100vw / 1200), 80px);
}
@media screen and (max-width: 768px) {
  .reason-ttl {
    margin-bottom: 40px;
  }
}
.reason-item1,
.reason-item2,
.reason-item3,
.reason-item4,
.reason-item5 {
  position: relative;
}
.reason-item1 {
  margin-bottom: min(calc(100 * 100vw / 1200), 100px);
}
.reason-item2 {
  margin-bottom: min(calc(90 * 100vw / 1200), 90px);
}
.reason-item3 {
  margin-bottom: min(calc(90 * 100vw / 1200), 90px);
}
.reason-item4 {
  margin-bottom: min(calc(110 * 100vw / 1200), 110px);
}
@media screen and (max-width: 768px) {
  .reason-item1,
  .reason-item2,
  .reason-item3,
  .reason-item4,
  .reason-item5 {
    border-radius: 20px;
    background-color: #eaf4f9;
    margin: 0 10px 40px 10px;
    padding: 40px 10px 30px 10px;
    box-shadow: 4px 4px 0 #004ca0;
  }
}
.reason-text1,
.reason-text2,
.reason-text3,
.reason-text4,
.reason-text5 {
  position: absolute;
  width: 35%;
}
.reason-text1 {
  top: 45%;
  left: 7%;
}
.reason-text2 {
  top: 47%;
  left: 59%;
}
.reason-text3 {
  top: 45%;
  left: 7%;
}
.reason-text4 {
  top: 55%;
  left: 59%;
}
.reason-text5 {
  top: 50%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .reason-text1,
  .reason-text2,
  .reason-text3,
  .reason-text4,
  .reason-text5 {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
}
.reason-text {
  font-size: min(calc(18 * 100vw / 1200), 18px);
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: min(calc(10 * 100vw / 1200), 10px);
}
@media screen and (max-width: 768px) {
  .reason-text {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.reason-text span {
  color: #2d92c5;
}
/*------------------------------------------------------------------------------
ポイントエリア
------------------------------------------------------------------------------*/
.point-area {
  margin-top: calc(-40 * 100vw / 1200);
}
@media screen and (max-width: 768px) {
  .point-area {
    margin-top: -20px;
  }
}
/*------------------------------------------------------------------------------
他社との違いエリア
------------------------------------------------------------------------------*/
.diff-area {
  background-image: url(../images/bg_diff.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding: min(calc(280 * 100vw / 1200), 280px) min(calc(120 * 100vw / 1200), 120px) min(calc(80 * 100vw / 1200), 80px);
}
@media screen and (max-width: 768px) {
  .diff-area {
    background: top center / 100% auto no-repeat url("../images/bg_diff_sp.png");
    padding: 200px 10px 40px 10px;
  }
  .diff-item {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .diff-img {
    width: clamp(100vw, 120vw, 140vw);
    max-width: none;
    height: auto;
    display: block;
  }
}
/*------------------------------------------------------------------------------
プランエリア
------------------------------------------------------------------------------*/
.plan-area {
  background: top center / cover no-repeat url("../images/bg_plan.png");
  width: 100%;
  height: auto;
  padding: calc(220 * 100vw / 1200) calc(80 * 100vw / 1200) calc(80 * 100vw / 1200);
}
@media screen and (max-width: 768px) {
  .plan-area {
    background: top center / 100% auto no-repeat url("../images/bg_plan_sp.png");
    padding: 180px 20px 40px;
  }
}
.plan-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(80 * 100vw / 1200), 80px);
}
@media screen and (max-width: 768px) {
  .plan-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.plan-item {
  position: relative;
}
.plan-btn1 {
  position: absolute;
  top: 89%;
  left: 10%;
  width: 80%;
}
/*------------------------------------------------------------------------------
タイムラインエリア
------------------------------------------------------------------------------*/
.timeline-area {
  margin: min(calc(80 * 100vw / 1200), 80px) 0 min(calc(120 * 100vw / 1200), 120px);
}
@media screen and (max-width: 768px) {
  .timeline-area {
    margin: 40px 0 80px;
  }
}
.timeline-ttl {
  margin-bottom: min(calc(60 * 100vw / 1200), 60px);
}
@media screen and (max-width: 768px) {
  .timeline-ttl {
    margin-bottom: 40px;
  }
}
.timeline-img {
  margin-bottom: min(calc(60 * 100vw / 1200), 60px);
}
@media screen and (max-width: 768px) {
  .timeline-img {
    margin-bottom: 40px;
  }
}
.timeline-memo {
  position: relative;
}
.timeline-memo-wrap {
  position: absolute;
  top: 13%;
  left: 14%;
  width: 72%;
}
@media screen and (max-width: 768px) {
  .timeline-memo-wrap {
    top: 10%;
    left: 7%;
    width: 86%;
  }
}
.timeline-memo-text {
  text-align: justify;
  margin-bottom: min(calc(14 * 100vw / 1200), 14px);
  font-size: min(calc(20 * 100vw / 1200), 20px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .timeline-memo-text {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
/*------------------------------------------------------------------------------
お客様の声エリア
------------------------------------------------------------------------------*/
.voice-area {
  padding: min(calc(80 * 100vw / 1200), 80px) 0;
  background-color: #eaf4f9;
}
@media screen and (max-width: 768px) {
  .voice-area {
    padding: 60px 0;
  }
}
.voice-ttl {
  margin-bottom: min(calc(60 * 100vw / 1200), 60px);
}
@media screen and (max-width: 768px) {
  .voice-ttl {
    margin-bottom: 40px;
  }
}
.voice-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(80 * 100vw / 1200), 80px);
  padding: 0 min(calc(40 * 100vw / 1200), 40px);
}
@media screen and (max-width: 768px) {
  .voice-wrap {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
}
.voice-item {
  position: relative;
}
.voice-text1,
.voice-text2,
.voice-text3,
.voice-text4 {
  position: absolute;
  width: 84%;
}
.voice-text1 {
  top: 14%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .voice-text1 {
    top: 12.5%;
  }
}
.voice-text2 {
  top: 71%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .voice-text2 {
    top: 69%;
  }
}
.voice-text3 {
  top: 15%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .voice-text3 {
    top: 14%;
  }
}
.voice-text4 {
  top: 72%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .voice-text4 {
    top: 69%;
  }
}
.voice-text {
  font-size: min(calc(20 * 100vw / 1200), 18px);
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: min(calc(10 * 100vw / 1200), 10px);
}
@media screen and (max-width: 768px) {
  .voice-text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.voice-text span {
  font-weight: 600;
  color: #e65296;
}
/*--------------------------------------------------------
よくある質問エリア
--------------------------------------------------------*/
.faq-area {
  margin: min(calc(100 * 100vw / 1200), 100px) auto;
}
@media screen and (max-width: 768px) {
  .faq-area {
    margin-top: 60px;
  }
}
.faq-items {
  padding: min(calc(40 * 100vw / 1200), 40px) min(calc(80 * 100vw / 1200), 80px) 0;
}
@media screen and (max-width: 768px) {
  .faq-items {
    padding: 20px 20px 0;
  }
}
.acd-check {
  display: none;
}
.acd-label {
  display: flex;
  align-items: flex-start;
  padding: min(calc(10 * 100vw / 1200), 10px) min(calc(20 * 100vw / 1200), 20px);
  font-size: min(calc(20 * 100vw / 1200), 20px);
  font-weight: bold;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .acd-label {
    padding: 10px 40px 10px 20px;
    font-size: 1.8rem;
  }
}
.acd-label:before {
  content: "Q";
  color: #004ca0;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  flex-shrink: 0;
}
.acd-label:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: calc(20 * 100vw / 1200);
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .acd-label:after {
    right: 10px;
  }
}
.acd-content {
  display: flex;
  align-items: flex-start;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  font-size: min(calc(20 * 100vw / 1200), 20px);
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 calc(60 * 100vw / 1200) 0 calc(20 * 100vw / 1200);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .acd-content {
    font-size: 1.8rem;
    padding: 0 10px 0 20px;
  }
}
.acd-content:before {
  content: "A";
  color: #e65296;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  flex-shrink: 0;
}
.acd-check:checked + .acd-label:after {
  content: "\f068";
}
.qa-box {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.qa-box:first-of-type {
  border-top: 1px solid #ddd;
}
/*------------------------------------------------------------------------------
スタッフ紹介エリア
------------------------------------------------------------------------------*/
.staff-area {
  background: top center / cover no-repeat url("../images/bg_staff.png");
  width: 100%;
  height: auto;
  padding: min(calc(80 * 100vw / 1200), 80px) 0;
}
@media screen and (max-width: 768px) {
  .staff-area {
    background: #fff;
  }
}
.staff-ttl {
  margin-bottom: min(calc(60 * 100vw / 1200), 60px);
}
@media screen and (max-width: 768px) {
  .voice-ttl {
    margin-bottom: 40px;
  }
}
.staff-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 min(calc(40 * 100vw / 1200), 40px);
}
@media screen and (max-width: 768px) {
  .staff-wrap {
    gap: 40px;
    padding: 0 20px;
  }
}
.staff-wrap > .staff-item:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .staff-wrap > .staff-item:nth-of-type(2) {
    flex-direction: column;
  }
}
.staff-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .staff-item {
    flex-direction: column;
  }
}
.staff-text {
  background-color: rgba(255, 255, 255, 0.75);
  flex-basis: 50%;
  padding: min(calc(40 * 100vw / 1200), 40px) min(calc(20 * 100vw / 1200), 20px) 0;
}
.staff-img {
  flex-basis: 50%;
}
.staff-img img {
  width: 100%;
  height: auto;
  display: block;
}
.staff-name {
  font-size: min(calc(28 * 100vw / 1200), 28px);
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin-bottom: min(calc(20 * 100vw / 1200), 20px);
}
@media screen and (max-width: 768px) {
  .staff-name {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.staff-subttl {
  font-size: min(calc(20 * 100vw / 1200), 20px);
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin-bottom: min(calc(10 * 100vw / 1200), 10px);
  --line-thick: 2px;
  --gap: 0.5em;
  display: flex;
  align-items: center;
  gap: var(--gap);
}
@media screen and (max-width: 768px) {
  .staff-subttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.staff-subttl::before,
.staff-subttl::after {
  content: "";
  flex: 1 1 auto;
  border-top: var(--line-thick) solid var(--line-color);
}
.staff-subttl > span {
  line-height: 1.4;
}
.staff-memo {
  font-size: min(calc(18 * 100vw / 1200), 18px);
  font-weight: 500;
  text-align: justify;
  margin-bottom: min(calc(20 * 100vw / 1200), 20px);
}
@media screen and (max-width: 768px) {
  .staff-memo {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.text-blue {
  color: #004ca0;
  --line-color: #004ca0;
}
.text-pink {
  color: #e65296;
  --line-color: #e65296;
}
.staff-cta {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: min(calc(20 * 100vw / 1200), 20px);
  width: 40%;
  margin: min(calc(60 * 100vw / 1200), 60px) min(calc(40 * 100vw / 1200), 40px) 0 auto;
  padding: min(calc(40 * 100vw / 1200), 40px) min(calc(20 * 100vw / 1200), 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(20 * 100vw / 1200), 20px);
}
.staff-cta-btn {
  width: 80%;
  margin: 0 auto;
}
/*------------------------------------------------------------------------------
CTA2エリア
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .cta2-area {
    background: top center / 100% auto no-repeat url("../images/bg_cta2_sp.png");
    padding: 40px 10px 200px;
  }
  .cta2-wrap {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
/*------------------------------------------------------------------------------
フッターエリア
------------------------------------------------------------------------------*/
.footer-area {
  margin: 20px auto;
  text-align: center;
  padding: 30px;
  font-size: min(calc(16 * 100vw / 1200), 16px);
}
@media screen and (max-width: 768px) {
  .footer-area {
    font-size: 1.4rem;
  }
}
.footer-area a {
  color: #252525;
  text-decoration: none;
}
.footer-area a:hover {
  text-decoration: underline;
}
.footer-area .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-area .menu {
    flex-direction: column;
  }
}
.footer-area .menu li {
  margin: 0;
  padding: 0 min(calc(20 * 100vw / 1200), 20px);
}
@media screen and (max-width: 768px) {
  .footer-area .menu li {
    margin-bottom: 10px;
    border-left: none;
  }
}
.footer-area .menu li + li {
  /* 先頭以外にだけ線を付ける */
  border-left: 1px solid #252525;
}
@media screen and (max-width: 768px) {
  .footer-area .menu li + li {
    border-left: none;
  }
}
.footer-area .copyright {
  margin: 0;
  padding: min(calc(20 * 100vw / 1200), 20px) 0 0 0;
}
@media screen and (max-width: 768px) {
  .footer-area .copyright {
    padding: 0;
  }
}
/*--------------------------------------------------------
追従ボタン
--------------------------------------------------------*/
.fixed-buttons {
  position: fixed;
  top: 65%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: none;
  flex-direction: column;
  transition: opacity 0.3s ease-in-out;
  gap: 20px;
}
.fixed-buttons a {
  display: block;
  line-height: 0;
}
.fixed-buttons img {
  display: block;
  width: min(calc(60 * 100vw / 1200), 60px);
  height: auto;
  border-radius: 0;
  margin: 0;
}
.fixed-buttons.visible {
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fixed-buttons {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    transform: none;
    flex-direction: row;
    width: 100%;
    gap: 0;
    background: #fff;
  }
  .fixed-buttons a {
    flex: 1 1 33.333%;
  }
  .fixed-buttons img {
    width: 100%;
    height: auto;
    display: block;
  }
  .fixed-buttons.visible {
    display: flex;
    opacity: 1;
  }
}
/*--------------------------------------------------------
予約用モーダル
--------------------------------------------------------*/
/* ===== モーダル（既定：PC/タブレット基準） ===== */
#reserve-modal {
  width: min(1000px, 92vw);
  height: min(800px, 90vh);
  padding: 0;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: width 0.2s ease; /* 任意 */
}
#reserve-modal::backdrop {
  background: rgba(0, 0, 0, 0.55);
}

/* 単体表示（A or B）のときだけ細くする（PC/タブレット） */
#reserve-modal.is-single {
  width: min(580px, 92vw);
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 22px;
  line-height: 1;
  background: transparent;
  border: none;
  cursor: pointer;
}

.modal-body {
  height: 100%;
  overflow: auto;
  padding: 20px clamp(16px, 3vw, 28px);
}

.modal-title {
  margin: 0 0 12px;
  font-size: 20px;
}

/* CLS抑制：最低高さを確保（PC/タブレット） */
.calendar-slot {
  min-height: 640px;
}

/* C：PC横並び／SP縦並び（PCは2カラム） */
.calendar-grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 900px) {
  .calendar-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* 見出しなど */
.calendar-heading {
  margin: 0 0 10px;
  font-size: 16px;
}
.modal-fallback {
  margin: 10px 0 0;
  font-size: 12px;
  color: #666;
}

/* ===== スマホ専用（～768px） ===== */
@media (max-width: 768px) {
  /* モーダルは画面幅いっぱいに近づける */
  #reserve-modal {
    width: 96vw;
    height: 90vh;
    border-radius: 12px;
  }
  /* 単体表示でもスマホは同じく画面幅優先 */
  #reserve-modal.is-single {
    width: 96vw;
  }

  /* 余白とタイポをややコンパクトに */
  .modal-body {
    padding: 16px;
  }
  .modal-title {
    font-size: 18px;
  }
  .calendar-heading {
    font-size: 15px;
  }

  /* カレンダーの最低高さも少し下げる（必要に応じて調整） */
  .calendar-slot {
    min-height: 520px;
  }
}
