@font-face {
  font-family: 'SF Pro Display';
  font-weight: 400;
  src: url(../../fonts/SF-Pro-Display-Regular.woff) format('woff');
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: 600;
  src: url(../../fonts/SF-Pro-Display-Medium.woff) format('woff');
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: 700;
  src: url(../../fonts/SF-Pro-Display-Bold.woff) format('woff');
}

.ly_business * {
  font-family: 'SF Pro Display', 'NotoSansJp', sans-serif;
}

.bl_rc_btns {
  display: flex;
  margin-top: 48px;
  gap: 16px;
  flex-direction: column;
}

.el_rc_btn {
  width: 280px;
  height: 48px;
  background: #6494be;
  color: #fff;
  border: #6494be 1px solid;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease;
}

.el_rc_btn:hover {
  background: #fff;
  color: #6494be;
}

.el_rc_btn:hover .el_rc_btn_icon {
  background: #6494be;
}

.el_rc_btn:hover .el_rc_btn_icon svg path {
  fill: #fff;
}

.el_rc_btn_icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  fill: #fff;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  transition: background 0.3s ease;
}

.el_rc_btn_icon svg path {
  transition: fill 0.3s ease;
}

.el_rc_btn_icon svg {
  width: 16px;
  height: 16px;
  position: relative;
}

.el_rc_btn.hp_white {
  background: white;
  color: #6494be;
  border: #6494be 1px solid;
}

.el_rc_btn.hp_white .el_rc_btn_icon {
  background: #6494be;
  fill: white;
}

.el_rc_btn.hp_white .el_rc_btn_icon svg path {
  fill: white;
}

.el_rc_btn.hp_white:hover {
  background: #6494be;
  color: white;
}

.el_rc_btn.hp_white:hover .el_rc_btn_icon {
  background: white;
}

.el_rc_btn.hp_white:hover .el_rc_btn_icon svg path {
  fill: #6494be;
}

.el_rc_secTtl {
  text-align: center;
}

.el_rc_secTtl span {
  background: linear-gradient(90deg, #df41d2 0%, #f41c93 43%, #ff9644 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* fv */
.bl_rc_fv {
  margin-top: 64px;
}
.bl_rc_fv_logo {
  width: 64px;
  margin-bottom: 40px;
  background-blend-mode: multiply;
}
.bl_rc_fv_content {
  max-width: 355px;
  margin-inline: auto;
  padding-inline: 16px;
}
.el_rc_fv_content_ttl {
  background: #6494be;
  color: white;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  padding: 6px 8px;
}
.el_rc_fv_content_ttl_h1 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 32px;
}
.el_rc_fv_content_txt {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
  margin-top: 24px;
}

.bl_rc_fv_img {
  margin-top: 48px;
}

.bl_rc_plan_content_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 24px;
  width: 100%;
  border-radius: 10px;
  background: #f9f9f9;
}

.bl_rc_plan_content_item_ttl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 10px;
  font-size: 14px;
  width: 100%;
}

.bl_rc_plan_content_hr {
  font-size: 14px;
  font-weight: 400;
  color: #909090;
  width: 100%;
  text-align: center;
  position: relative;
  max-width: 640px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-top: 6px;
}

.bl_rc_plan_content_hr p {
  background: #f9f9f9;
  padding-inline: 6px;
  z-index: 1;
}

.bl_rc_plan_content_hr::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #dedede;
}

.bl_rc_plan_content_item_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding-block: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.bl_rc_plan_content_item_content.hp_borderNone {
  border-bottom: none;
  padding: 0;
}

.bl_rc_plan_content_item_caution {
  font-size: 12px;
  color: #909090;
  width: 100%;
  text-align: right;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .el_rc_fv_content_ttl {
    font-size: 14px;
  }
  .el_rc_fv_content_ttl_h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 968px) {
  .bl_rc_fv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    height: 100svh;
    max-height: 100%;
    max-width: 1760px;
    margin-inline: auto;
  }
  .bl_rc_fv_img {
    margin-top: 0;
    max-width: 50%;
    height: 100%;
    max-height: 100%;
  }

  .bl_rc_fv_logo {
    translate: 0 -60px;
  }

  .bl_rc_fv_img picture {
    height: 100%;
  }
  .bl_rc_fv_img img {
    height: 100%;
    object-fit: cover;
  }

  .bl_rc_fv_content {
    margin-left: 64px;
    max-width: 50%;
  }

  .el_rc_fv_content_ttl {
    font-size: 16px;
  }

  .el_rc_fv_content_ttl_h1 {
    font-size: 40px;
  }
}

/* intro */
.bl_rc_intro {
  margin-top: 64px;
}
.bl_rc_introCard_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 92%;
  margin-inline: auto;
  margin-top: 48px;
}
.bl_rc_introCard {
  background: white;
  border-radius: 32px;
  padding: 40px 24px 0;
  box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.08);
  max-width: 375px;
  margin-inline: auto;
}

.el_rc_tip {
  background: #6494be;
  color: white;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  padding: 4px 8px;
}

.el_rc_introCard_ttl {
  font-size: 22px;
  font-weight: 700;
  margin-top: 24px;
}

.el_rc_introCard_txt {
  font-size: 16px;
  color: #909090;
  margin-top: 24px;
}

.el_rc_introCard_img {
  margin-top: 32px;
}

.el_rc_introCard_img.hp_mt44 {
  margin-top: 44px;
}

@media screen and (min-width: 768px) {
  .bl_rc_intro {
    margin-top: 120px;
  }
  .bl_rc_introCard_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-content: center;
    max-width: max-content;
  }

  .bl_rc_introCard {
    margin: 0;
  }

  .el_rc_introCard_ttl {
    font-size: 24px;
  }
}

/* about */
.bl_about {
  margin-top: 64px;
  max-width: 92%;
  margin-inline: auto;
}
.bl_about_secTtl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.bl_about_txt {
  font-size: 16px;
  text-align: center;
  color: #909090;
}

.bl_about_content {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.bl_about_content_item {
  background: white;
  border-radius: 32px;
  box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.08);
  padding: 40px 24px;
}

.bl_about_content_item h4 {
  margin-top: 16px;
  font-size: 18px;
}

.bl_about_content_item ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.bl_about_content_item ul li {
  border-radius: 999px;
  border: #6494be 3px solid;
  padding: 2px 10px;
  font-size: 13px;
}

.bl_about_content_item img {
  margin-top: 32px;
  text-align: center;
  margin-inline: auto;
  width: 72px;
}

@media screen and (min-width: 768px) {
  .bl_about {
    max-width: 768px;
    margin-inline: auto;
  }
  .bl_about_content {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .bl_about_content_item img.hp_h100 {
    height: 120px;
    object-fit: contain;
    object-position: bottom;
  }
}

/* plan */
.bl_rc_plan {
  margin-top: 64px;
  padding-block: 64px;
  background: white;
  border-radius: 56px;
}

.bl_rc_plan_content_wrap {
  max-width: 92%;
  margin-inline: auto;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.el_rc_plan_icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .bl_rc_plan {
    margin-top: 120px;
    padding-block: 120px;
  }

  .bl_rc_plan_content_wrap {
    max-width: 960px;

    margin-inline: auto;
  }

  .bl_rc_plan_content_item {
    border-radius: 32px;
    padding: 80px 24px;
  }

  .bl_rc_plan_content_item_ttl,
  .bl_rc_plan_content_item_content {
    max-width: 640px;
    margin-inline: auto;
  }

  .bl_rc_plan_content_item_content {
    font-size: 24px;
  }

  .bl_rc_plan_content_item_caution {
    max-width: 640px;
  }
}

/* info */
.ly_rc_info {
  margin-top: 64px;
  max-width: 92%;
  margin-inline: auto;
}

.bl_rc_info_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}

.bl_rc_info_item {
  box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.08);
  background: white;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 700;
  padding: 40px 24px;
  position: relative;
}

.bl_rc_info_item_ttl {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 24px;
}

.bl_rc_info_item_ttl.hp_blue {
  color: #36c;
}
.bl_rc_info_item_ttl.hp_red {
  color: #e55a5a;
}

.bl_rc_info_note {
  font-size: 12px;
  color: #909090;
  width: 100%;
  text-align: right;
  margin-top: 12px;
}

.bl_rc_info_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.bl_rc_info_table th,
.bl_rc_info_table td {
  text-align: center;
  padding: 4px 0;
}

.bl_rc_info_table thead th {
  font-size: 15px;
  font-weight: 700;
}

.bl_rc_info_table tbody th {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.bl_rc_info_table tbody td {
  font-size: 15px;
  font-weight: 700;
}

.bl_rc_info_item_content {
  text-align: center;
}

.bl_rc_info_item.hp_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .ly_rc_info {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }

  .bl_rc_info_item {
    padding: 40px 40px;
    min-width: 400px;
  }

  .bl_rc_info_table th,
  .bl_rc_info_table td {
    padding: 8px;
  }
  .bl_rc_info_table thead th {
    font-size: 24px;
  }
  .bl_rc_info_table tbody th {
    font-size: 24px;
  }
  .bl_rc_info_table tbody td {
    font-size: 24px;
  }
}

@media screen and (min-width: 960px) {
  .bl_rc_info_wrap {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
  }
}

/* cta */
.ly_rc_cta {
  max-width: 92%;
  margin-inline: auto;
  margin-top: 64px;
}

.bl_rc_cta_content {
  border: #6494be 5px solid;
  background: white;
  border-radius: 32px;
  padding: 40px 24px;
}

.bl_rc_cta_content_ttl {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
  text-align: center;
}

.bl_rc_cta_content_tel {
  margin-top: 24px;
  text-align: center;
  color: #6494be;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border-bottom: 3px solid #6494be;
  width: max-content;
  margin-inline: auto;
}

.bl_rc_cta_content_tel span {
  font-size: 14px;
  font-weight: 400;
}

.bl_rc_cta_content_tel a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #6494be;
}

@media screen and (min-width: 768px) {
  .ly_rc_cta {
    max-width: 960px;
    margin-inline: auto;
  }

  .bl_rc_cta_content_tel span {
    font-size: 24px;
  }

  .bl_rc_cta_content_tel a {
    font-size: 40px;
  }
}

/* footer */
.ly_rc_footer {
  margin-top: 64px;
  padding-block: 64px;
  background: #6494be;
  color: white;
}

.ly_rc_form_wrap .ly_rc_footer {
  margin-top: 0;
}

.bl_footer_nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.bl_footer_nav_separator {
  display: none;
}

.bl_footer_logo {
  margin-top: 48px;
  width: 110px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}

.bl_footer_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.bl_footer_exList {
  margin-top: 48px;
  font-size: 10px;
}

.bl_footer_exList ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.bl_footer_copyright {
  margin-top: 24px;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }

  .el_rc_secTtl {
    font-size: 34px;
  }

  /* footer */
  .bl_footer_nav_separator {
    display: block;
    opacity: 0.4;
  }

  .bl_footer_nav ul {
    flex-direction: row;
  }

  .bl_footer_logo,
  .bl_footer_exList,
  .bl_footer_copyright {
    margin-top: 40px;
  }
}

/* ===== Scroll Animations ===== */
.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.js-fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-in-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.js-scale-in {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-scale-in.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Stagger delay for cards */
.js-stagger:nth-child(1) {
  transition-delay: 0s;
}
.js-stagger:nth-child(2) {
  transition-delay: 0.15s;
}
.js-stagger:nth-child(3) {
  transition-delay: 0.3s;
}
.js-stagger:nth-child(4) {
  transition-delay: 0.45s;
}
.js-stagger:nth-child(5) {
  transition-delay: 0.6s;
}

/* ===== Contact Form ===== */
.bl_form {
  max-width: 600px;
  margin: 0 auto;
}

.bl_form_item {
  margin-bottom: 16px;
}

.bl_form_label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}

.bl_form_required {
  display: inline-block;
  background: #e55a5a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}

.bl_form_optional {
  display: inline-block;
  background: #909090;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}

.bl_form_input,
.bl_form_textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  font-family: inherit;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.bl_form_input:focus,
.bl_form_textarea:focus {
  outline: none;
  border-color: #6494be;
  box-shadow: 0 0 0 3px rgba(100, 148, 190, 0.2);
}

.bl_form_input::placeholder,
.bl_form_textarea::placeholder {
  color: #aaa;
}

.bl_form_textarea {
  min-height: 100px;
  resize: vertical;
}

.bl_form_submit {
  margin-top: 32px;
  text-align: center;
}

.bl_form_submitBtn {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #6494be;
  border: 2px solid #6494be;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.bl_form_submitBtn:hover {
  background: #fff;
  color: #6494be;
}

/* CF7 Validation Error */
.wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  color: #e55a5a;
  margin-top: 6px;
}

.wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  background: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

/* CF7 Spinner */
.wpcf7-spinner {
  margin-left: 12px;
}

@media screen and (min-width: 768px) {
  .bl_form {
    max-width: 720px;
  }

  .bl_form_label {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .bl_form_input,
  .bl_form_textarea {
    padding: 10px 16px;
  }

  .bl_form_textarea {
    min-height: 100px;
  }

  .bl_form_submit {
    margin-top: 48px;
  }

  .bl_form_submitBtn {
    font-size: 18px;
    padding: 18px 48px;
  }
}

@media screen and (min-width: 960px) {
  .ly_business_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1760px;
    margin-inline: auto;
  }

  .bl_form {
    max-width: 450px;
    margin-inline: auto;
  }

  .bl_business_form_ttl {
    margin-top: 200px;
    padding-left: 60px;
  }

  .bl_business_form_ttl p {
    margin-top: 24px;
  }
}

/* アクセスマップ */
.bl_access_wrap {
  max-width: 1160px;
  margin-top: 20px;
  margin-inline: auto;
  padding-bottom: 58.5%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
}

.bl_access_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .ly_calendar {
    margin-top: 120px;
    max-width: 960px;
  }

  .simcal-current {
    font-size: 24px;
  }

  .simcal-weekdays th {
    padding: 16px 8px;
    font-size: 14px;
  }

  .simcal-day {
    padding: 12px;
    min-height: 100px;
  }

  .simcal-day-label {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }

  .simcal-event {
    font-size: 12px;
    padding: 6px 10px;
  }
}
