.c-btn-01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  padding: 12px 0;
  background-color: #ffffff;
  border: 1px solid #3FA7D1;
  color: #3FA7D1;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.c-btn-01::after {
  background-image: url("../images/common/icon-arrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 36px;
  height: 36px;
}

.c-btn-02 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  padding: 12px 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.c-btn-02::after {
  background-image: url("../images/common/icon-arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 36px;
  height: 36px;
}

/* =========================================================
first
========================================================= */
.p-first-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10vh;
}
@media screen and (max-width: 767px) {
  .p-first-mv {
    margin-bottom: 40px;
  }
}
.p-first-mv_wrap {
  position: relative;
  width: 97%;
  height: 80vh;
  min-height: 500px;
  background-image: url("../images/common/mv-guide.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-left: 3%;
  padding-left: 10%;
  border-bottom-left-radius: 120px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-first-mv_wrap {
    height: 50vh;
    min-height: 360px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-first-mv_wrap {
    width: 100%;
    margin-left: 0;
    height: 40vh;
    min-height: 280px;
    border-bottom-left-radius: 60px;
  }
}
.p-first-mv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 110, 140, 0.55);
  mix-blend-mode: multiply;
  z-index: 1;
}
.p-first-mv_head {
  background-color: #ffffff;
  border-radius: 0 12px 12px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  padding: 20px 120px 20px 20px;
}
@media screen and (max-width: 991px) {
  .p-first-mv_head {
    padding: 16px 60px 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-first-mv_head {
    padding: 12px 30px 12px 16px;
  }
}
.p-first-mv_ttl {
  color: #333333;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}
.p-first-mv_ttl .en {
  color: #3FA7D1;
  display: block;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 700;
  margin-bottom: 4px;
}
.p-first-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto 10vh;
}
@media screen and (max-width: 991px) {
  .p-first-cont {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-first-cont {
    margin-bottom: 60px;
  }
}
.p-first-sidenav {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
@media screen and (max-width: 991px) {
  .p-first-sidenav {
    display: none;
  }
}
.p-first-sidenav_ttl {
  border-bottom: 3px solid #333333;
  color: #333333;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  padding-bottom: 12px;
  min-height: 60px;
  display: flex;
  align-items: flex-end;
}
.p-first-sidenav_item a {
  color: #333333;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
  margin-bottom: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-first-sidenav_item a::before {
  background-image: url(../images/common/icon-arrow_right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex-shrink: 0;
}
.p-first-sidenav_item a:hover {
  color: #3FA7D1;
  background-color: #f8fcfe;
}
.p-first-sidenav_item a:hover::before {
  transform: translateX(4px);
}
.p-first-sidenav_item.is-current a {
  color: #3FA7D1;
  font-weight: 700;
  background-color: #f8fcfe;
}
.p-first-sidenav_item.is-current a::before {
  background-image: url(../images/common/icon-arrow_right.svg);
  transform: translateX(4px);
}
.p-first-box {
  width: 72%;
}
@media screen and (max-width: 991px) {
  .p-first-box {
    width: 100%;
  }
}
.p-first-box_head {
  border-bottom: 3px solid #333333;
  margin-bottom: 40px;
  padding-bottom: 12px;
  min-height: 60px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-first-box_head {
    margin-bottom: 24px;
    padding-bottom: 8px;
    min-height: auto;
  }
}
.p-first-box_ttl {
  color: #333333;
  display: flex;
  align-items: center;
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 700;
  line-height: 1;
}
.p-first-box_ttl::before {
  background-image: url(../images/common/icon-tooth.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: clamp(32px, 4vw, 44px);
  height: clamp(32px, 4vw, 44px);
  margin-right: 14px;
  flex-shrink: 0;
}
.p-first-box_pagenav {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-first-box_pagenav {
    margin-bottom: 30px;
  }
}
.p-first-box_pagenav--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.p-first-box_pagenav--item {
  width: calc((100% - 24px) / 3);
  height: 56px;
}
@media screen and (max-width: 767px) {
  .p-first-box_pagenav--item {
    width: 100%;
    height: 50px;
  }
}
.p-first-box_pagenav--item a {
  border: 2px solid #8ccde4;
  background-color: #ffffff;
  border-radius: 30px;
  color: #3FA7D1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(13px, 1.2vw, 14px);
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding-inline: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-first-box_pagenav--item a:hover {
  background-color: #3FA7D1;
  border-color: #3FA7D1;
  color: #ffffff;
}
.p-first-box_pagenav--item a:hover .num {
  color: #ffffff;
}
.p-first-box_pagenav--item a:hover .icon-arrow {
  filter: brightness(0) invert(1);
}
.p-first-box_pagenav--item a .num {
  color: #3FA7D1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 700;
  transition: color 0.3s ease;
}
.p-first-box_pagenav--item a .icon-arrow {
  background-image: url(../images/common/icon-arrow_downward.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: filter 0.3s ease;
}
.p-first-flow {
  margin-bottom: 60px;
}
.p-first-flow_head {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-first-flow_head {
    margin-bottom: 20px;
  }
}
.p-first-flow_ttl {
  border-left: 6px solid #3FA7D1;
  color: #333333;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  padding-left: 12px;
}
.p-first-flow_ttl .en {
  color: #C4C4C4;
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  margin-top: 2px;
}
.p-first-flow_box {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(63, 167, 209, 0.15);
  padding: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-first-flow_box {
    padding: 24px 18px;
    margin-bottom: 20px;
    border-radius: 12px;
  }
}
.p-first-flow_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-first-flow_card.even {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .p-first-flow_card {
    flex-direction: column;
  }
}
.p-first-flow_image {
  width: 44%;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .p-first-flow_image {
    width: 100%;
  }
}
.p-first-flow_image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-first-flow figcaption.p-first-flow_detail {
  width: 52%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .p-first-flow figcaption.p-first-flow_detail {
    width: 100%;
  }
}
.p-first-flow_subttl {
  border-bottom: 2px solid #eef3f6;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}
.p-first-flow_subttl::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #3FA7D1;
  border-radius: 2px;
}
.p-first-flow_subttl .tag {
  color: #3FA7D1;
  position: absolute;
  top: -12px;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.p-first-flow_subttl .num {
  color: #E6C003;
  margin-right: 8px;
  font-family: "Montserrat", sans-serif;
}
.p-first-flow_text {
  color: #333333;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.8;
}
.p-first-cancel {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(63, 167, 209, 0.15);
  padding: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-first-cancel {
    padding: 24px 18px;
    border-radius: 12px;
  }
}
.p-first-cancel_head {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-first-cancel_head {
    margin-bottom: 20px;
  }
}
.p-first-cancel_ttl {
  border-left: 6px solid #3FA7D1;
  color: #333333;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  padding-left: 12px;
}
.p-first-cancel_ttl .en {
  color: #C4C4C4;
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  margin-top: 2px;
}
.p-first-cancel_cont {
  background-color: #fff9f9;
  border: 1px solid rgba(220, 100, 100, 0.15);
  border-radius: 12px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .p-first-cancel_cont {
    padding: 16px;
  }
}
.p-first-cancel_lead {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 700;
  color: #d25555;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 24px;
  border-top: 2px dashed rgba(210, 85, 85, 0.3);
  border-bottom: 2px dashed rgba(210, 85, 85, 0.3);
  letter-spacing: 0.05em;
}
.p-first-cancel_text {
  color: #333333;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-first-cancel_detail dt {
  color: #3FA7D1;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.p-first-cancel_detail dt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #3FA7D1;
  border-radius: 50%;
  margin-right: 8px;
}
.p-first-cancel_detail dd {
  color: #333333;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.8;
  margin-bottom: 24px;
  padding-left: 14px;
}
.p-first-cancel_detail dd:last-child {
  margin-bottom: 0;
}
.p-first-reserve {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(63, 167, 209, 0.15);
  padding: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-first-reserve {
    padding: 24px 18px;
    border-radius: 12px;
  }
}
.p-first-reserve_head {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-first-reserve_head {
    margin-bottom: 20px;
  }
}
.p-first-reserve_ttl {
  border-left: 6px solid #3FA7D1;
  color: #333333;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  padding-left: 12px;
}
.p-first-reserve_ttl .en {
  color: #C4C4C4;
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  margin-top: 2px;
}
.p-first-reserve_cont {
  color: #333333;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.8;
}
.p-first-reserve_cont > p {
  margin-bottom: 20px;
}
.p-first-reserve_link {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-first-reserve_link {
    flex-direction: column;
    gap: 16px;
  }
}
.p-first-reserve_tel, .p-first-reserve_web {
  flex: 1;
  background-color: #f4f9fb;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-first-reserve_tel, .p-first-reserve_web {
    padding: 20px;
  }
}
.p-first-reserve_subttl {
  color: #3FA7D1;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 700;
  margin-bottom: 10px;
}
.p-first-reserve_text {
  font-size: clamp(14px, 1.3vw, 16px);
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-first-reserve_note {
  font-size: clamp(13px, 1.2vw, 14px);
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-first-reserve .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3FA7D1;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 24px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(63, 167, 209, 0.2);
}
.p-first-reserve .btn:hover {
  background-color: #338db3;
}
/*# sourceMappingURL=style-guide.css.map */