/* --------------------------------------------------------------------------------------
    対面指導
--------------------------------------------------------------------------------------- */
.underline {
  text-decoration: underline;
  text-decoration-color: yellow;
}

.point {
  padding-top: 68px;
}

.point h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.7;
}
.point h2 strong {
  font-feature-settings: "palt";
  font-size: 4rem;
  font-weight: 700;
}
.point h2 strong span {
  background-color: #fe0;
  padding: 0 10px;
}
.point h2 > b,
.point h2 strong span b {
  color: #297acc;
}
.point .inner {
  counter-reset: number 0;
  margin-top: 40px;
}
.point .inner section {
  background-color: #fff;
  border: 0.05em #ddd solid;
  border-radius: 10px;
  margin-top: 36px;
  min-height: 326px;
  overflow: hidden;
  padding: 42px 32px 32px;
  position: relative;
}
@media (min-width: 767px) {
  .point .inner section:first-child {
    padding-right: 480px;
  }
}
.point .inner section:nth-child(n + 2) {
  padding-right: 480px;
}

.sp_icon,
.point .inner section .icon {
  background-color: #297acc;
  border-radius: 10px 0 0 0;
  color: #fff;
  font-weight: 600;
  left: 0;
  line-height: 1.1;
  text-align: center;
  top: 0;
}
.sp_icon {
  border-radius: 0 0 10px 0;
  font-size: 2rem;
  padding: 16px 18px;
  position: absolute;
}
.sp_icon::after {
  content: "0" counter(number);
  counter-increment: number 1;
  display: block;
  font-size: 3rem;
}
.point .inner section .icon {
  font-size: 2.4rem;
  padding: 6px 18px;
}
.point .inner section .icon::after {
  content: "" counter(number);
  counter-increment: number 1;
  font-size: 2.6rem;
}

.point .inner section .ribbon {
  background-color: #15bbf2;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 14px 24px 50px;
  position: absolute;
  right: 32px;
  top: 0;
}
.point .inner section .ribbon::after {
  background-color: #fff;
  bottom: 0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  width: 100%;
}

.point .inner section h3 {
  color: #297acc;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 30px;
}
.point .inner section h4 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-top: 24px;
  text-align: center;
}

.point .inner section .details {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.point .inner section .details .column {
  background-color: #f3f9fc;
  border-radius: 10px;
  min-width: 440px;
  padding: 20px;
  text-align: center;
}
.point .inner section .details .column h5 {
  border-bottom: 1px solid #cdcdcd;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
}
.point .inner section .details .column h5 span {
  color: #0062b2;
}
.point .inner section .details .column h6 {
  font-weight: 700;
  margin-top: 10px;
}
.point .inner section .details .column dl {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.point .inner section .details .column dt {
  background: url(../img/icon_balloon.svg) no-repeat;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: 700;
  height: 91px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.3;
  padding-left: 27px;
  width: 115px;
}
.point .inner section .details .column dt span {
  color: #f24444;
}
.point .inner section .details .column dd {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-left: 10px;
}
.point .inner section .details .column dd span {
  color: #0062b2;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.point .inner section .details .column dd span b {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
}
.point .inner section .details .column p {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 10px;
}
.point .inner section .image {
  position: absolute;
  right: 34px;
  top: 32px;
}
.point .inner section .acc-txt {
  margin-top: 28px;
  position: relative;
}
.point .inner section .acc-content {
  max-height: 110px;
  overflow: hidden;
  position: relative;
  transition: all 0.1s ease-in-out;
}
.point .inner section .acc-txt input[type="checkbox"]:checked + label + .acc-content {
  max-height: 1000px;
  padding-bottom: 72px;
  transition: all 0.2s ease-in-out;
}
.point .inner section .acc-content::after {
  background-image: linear-gradient(180deg, rgba(255,255,255,0.8) 40%, rgba(255,255,255,1) 90%);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.point .inner section .acc-txt input[type="checkbox"]:checked + label + .acc-content::after {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.point .inner section .acc-txt input[type="checkbox"] {
  display: none;
}
.point .inner section .acc-txt label {
  background-color: #fff;
  border: 1px solid #297acc;
  border-radius: 100vw;
  bottom: 0;
  color: #297acc;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  left: calc(50% - 110px);
  min-width: 220px;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.point .inner section .acc-txt label::before {
  content: "もっと見る";
}
.point .inner section .acc-txt input[type="checkbox"]:checked + label::before {
  content: "閉じる";
}
.point .inner section .acc-txt label::after {
  background: url(/web_course/kenseko-1k/img/icon_plus.svg) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  width: 12px;
}
.point .inner section .acc-txt input[type="checkbox"]:checked + label::after {
  background-image: url(/web_course/kenseko-1k/img/icon_minus.svg);
  height: 2px;
  top: calc(50% - 1px);
}

/* --- Responsive for .point --- */
@media (max-width: 767px) {
  .point {
    padding: 12vw 0vw 8.533vw;
  }
  .point h2 { font-size: 4.6vw; }
  .point h2 strong { font-size: 5.8vw; }
  .point h2 strong span {
    font-weight: 700;
    padding: 0 1.333vw;
  }
  .point .inner { margin-top: 6.4vw; }
  .point .inner section {
    display: flex;
    flex-direction: column;
    padding: 42px 12px 32px;
    padding-top: 112px;
  }
  .point .inner section .icon { font-size: 3.733vw; font-weight: 700; padding: 2.133vw 2.667vw; }
  .point .inner section .icon::after { font-size: 6.4vw; }
  .point .inner section .ribbon { font-size: 3.733vw; padding: 2.133vw 2.667vw 6.333vw; right: 0; }
  .point .inner section .ribbon::after { height: 3.467vw; }
  .point .inner section h3 { font-size: 5.333vw; padding-top: 0; }
  .point .inner section h4 { font-size: 3.733vw; letter-spacing: 0; margin-top: 3.467vw; }
  .point .inner section .details { display: block; margin-top: 5.067vw; }
  .point .inner section .details .column {
    border-radius: 1.333vw;
    margin-top: 4.267vw;
    min-width: inherit;
    padding: 5.067vw 4.267vw 6.4vw;
    width: 100%;
  }
  .point .inner section .details .column:first-child { margin-top: 0; }
  .point .inner section .details .column h5 { font-size: 4.267vw; letter-spacing: 2px; padding-bottom: 2.933vw; }
  .point .inner section .details .column h6 { font-size: 3.733vw; margin-top: 3.2vw; }
  .point .inner section .details .column dl { margin-top: 3.2vw; }
  .point .inner section .details .column dt {
    background-size: 100% auto;
    font-size: 2.433vw;
    font-weight: 700;
    height: 21.733vw;
    line-height: 1.4;
    padding-left: 6.333vw;
    width: 26.267vw;
  }
  .point .inner section .details .column dd { font-size: 7.467vw; margin-left: 2.133vw; }
  .point .inner section .details .column dd span { font-size: 8vw; font-weight: 700; }
  .point .inner section .details .column dd span b { font-size: 17.067vw; font-weight: 700; }
  .point .inner section .details .column p { font-size: 2.667vw; font-weight: 500; margin-top: 1.333vw; }
  .point .inner section:nth-child(n + 2) {
    display: flex;
    flex-direction: column;
    padding-right: 5.333vw;
  }
  .point .inner section:nth-child(n + 2) h3 { order: 1; }
  .point .inner section:nth-child(n + 2) h4 { order: 2; }
  .point .inner section .image {
    margin-top: 5.067vw;
    order: 3;
    position: relative;
    right: auto;
    top: auto;
  }
  .point .inner section .acc-txt { order: 4; }
  .point .inner section .acc-content { max-height: 26.667vw; }
  .point .inner section .acc-txt label {
    box-sizing: border-box;
    font-size: 3.733vw;
    left: calc(50% - 26.4665vw);
    min-width: 52.933vw;
    padding: 3.2vw;
  }
}

/* --- Fade up Animation --- */
.anime_wrap {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out, transform 1s ease-out;
}
.fadeup {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
  transform: translateY(0);
}

/* --- Card Component --- */
.card_wrapper { margin-top: 100px; }
.cards {
  display: grid;
  gap: 1rem 4.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.card {
  --image-width: 10rem;
  padding: 3rem;
  margin-inline: auto;
  padding-top: 0;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 47rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}
.card img {
  width: var(--image-width);
  margin-top: calc(var(--image-width) / 2 * -1);
  background-color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #ddd;
  object-fit: cover;
}
.img_position { object-position: 100% 10%; }
.text-wrap h2 {
  text-align: center;
  margin: 10px 0;
  font-size: clamp(1.7rem, 3.3vw, 2rem);
  color: #297acc;
}
.sc_name { text-align: center; margin-top: 5px; }
.schedule { font-size: 1.8rem; }
.add_message {
  font-weight: bold;
  font-size: clamp(1.2rem, 4.3vw, 1.75em);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section_menu_list3s.add_section_menu_list { margin: 0; }
.add_section_menu_list { margin: 30px auto 0; }
@media (max-width: 767px) {
  .card { padding: 0 2rem 4rem; }
  .add_card_sp_style { margin-bottom: 0; }
  .add_message { margin-bottom: 10px; }
}

/* --- Issue Block --- */
.issue { text-align: center; }
.issue_title {
  font-size: clamp(1.6rem, 4.4vw, 2.4rem);
  text-align: center;
  padding-top: 30px;
}
.issue_image_wrap { margin-top: 30px; }
.solution_text_wrap {
  text-align: center;
  background: linear-gradient(90deg, #1262b2 0%, #54a0ee 100%);
  padding: 60px;
  color: #fff;
}
.solution_sub_text {
  text-align: center;
  font-size: clamp(1.6rem, 4.4vw, 2.4rem);
}
.solution_main_text {
  width: 100%;
  font-size: clamp(2rem, 3.3vw, 4rem);
  color: #fff;
}
.jisseki_image_wrap { text-align: center; }

@media (max-width: 767px) {
  .add_issue { padding-bottom: 30px; }
  .solution_text_wrap { padding: 20px; }
}
.summary_contents {
  padding: 30px 60px;
  margin-bottom: 40px;
  border: 1px dotted #333333;
  text-align: left;
  font-size: 1.1em;
  line-height: 4rem;
}
.p-fir-bottom { margin-bottom: 100px; }
.p-bottom { margin-bottom: 160px; }
.mv_text {
  font-size: clamp(0.75rem, 3.4vw, 1.2rem);
  margin-top: 10px;
  text-align: end;
}
@media (max-width: 767px) {
  .summary_contents { padding: 30px 10px; line-height: 3rem; }
  .p-fir-bottom { margin-bottom: 0px; }
  .p-bottom { margin-bottom: 100px; }
  .mv_text { text-align: left; margin-left: 10px; }
  .cms_readtext { padding: 0 15px; }
}

/* ===== LP Header ===== */
header { position: static; }
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
  padding: 16px 20px;
  background: #fff;
}
.header_nav { display: flex; gap: 10px; }
.nav_btn {
  text-align: center;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  min-width: 232px;
}
.nav_btn a {
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  color: #fff;
  padding: 15px 75px;
}
.material a {
  background: rgba(255, 151, 0, 1);
  line-height: 42px;
  border: none;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}
.material a:hover {
  background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
  transition: all 0.3s ease;
}
.discussion a {
  background: rgb(0, 172, 238);
  line-height: 42px;
  border: none;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}
.discussion a:hover {
  background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header { min-height: 60px; padding: 5px; }
  .header_nav { gap: 5px; }
  .nav_btn { min-width: 0px; width: 90px; }
  .nav_btn a { padding: 10px 17px; }
  .logo-wrap img { width: 90%; }
  .material a, .discussion a {
    background: linear-gradient(0deg,
      rgba(255, 151, 0, 1) 0%,
      rgba(251, 75, 2, 1) 100%);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.9),
      0px 0px 0px 0px rgba(255, 255, 255, 0.9),
      7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .discussion a {
    background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
  }
}

/* ===== MV CT CSS ===== */
.mv_cta { margin-top: 60px; }
.mv_cta_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.mv_cta_nav .nav_btn a {
  font-size: 2.8rem;
  color: #fff;
  padding: 18px 145px;
}
@media screen and (max-width: 698px) {
  .mv_cta { margin-top: 40px; padding: 0 15px; }
  .mv_btn_sp { width: 100%; }
  .mv_cta_nav { width: 100%; overflow-x: auto; }
  .mv_cta_nav .nav_btn a { font-size: 1.4rem; padding: 18px 16px; min-width: 220px; }
  .mv_cta_nav .discussion { margin-top: 60px; }
}
@media screen and (max-width: 355px) {
  .mv_cta_nav .nav_btn a { font-size: 1.8rem; padding: 25px 50px; }
}

/* ===== LP Footer ===== */
footer { padding: 40px 0 40px; background-color: #e8e8e8; }
.copyright { padding: 0; }
@media screen and (max-width: 767px) {
  .copyright { text-align: center; }
}

/* ===== Floating Button ===== */
.pc_cv_floating {
  position: fixed;
  bottom: 0;
  right: -90px;
  background-color: rgba(128,128,128,0.8);
  padding: 50px 10px 10px 10px;
  border-radius: 30px 0 0 0;
  z-index: 1000;
  transition: right 0.3s, opacity 0.5s;
  opacity: 0;
}
.pc_cv_floating.show {
  right: 0;
  opacity: 1;
}
.pc_cv_floating .floating_nav_pc {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.floating_nav_pc a {
  box-shadow: 0 0 0 0 rgba(255,255,255,0.9), 0 0 0 0 rgba(255,255,255,0.9),
    3px 3px 20px 0 rgba(0,0,0,0.2), 4px 4px 5px 0 rgba(0,0,0,0.3);
  border-radius: 50px;
}
.floating_nav_pc a:hover { border-radius: 50px; }
.pc_cv_floating .floating_nav_btn { margin: 10px 0; }
.pc_cv_floating .floating_nav_btn a {
  display: block;
  padding: 25px 100px;
  font-size: 24px;
  color: white;
  text-decoration: none;
  text-align: center;
}

.sp_cv_floating {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgb(161 159 159 / 70%);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s;
}
.sp_cv_floating.show {
  opacity: 1;
  bottom: 30px;
}
.sp_cv_floating .floating_nav_sp {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.sp_cv_floating .floating_nav_btn {
  flex: 1;
  text-align: center;
  margin: 0 2px;
  padding: 10px 0;
}
.sp_cv_floating .floating_nav_btn a {
  display: block;
  padding: 8px 20px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.sp_cv_floating .floating_nav_btn a:hover {
  background-color: #0056b3;
}
.sp { display: none; }
@media (max-width: 768px) {
  .pc { display: none; }
  .sp { display: block; }
  .pc_cv_floating { display: none; }
  .sp_cv_floating { display: block; }
}
@media (min-width: 768px) {
  a:link { text-decoration: none; }
}
.cms_contents:last-child { padding-bottom: 0; }

/* --------------------------------------------------------------------------------------
    選ばれる理由
--------------------------------------------------------------------------------------- */
.arrow-divider {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0;
}
.arrow-line {
  display: block;
  width: 80%;
  height: 2px;
  background: #1976d2;
  position: relative;
}
.arrow-icon {
  display: block;
  font-size: 32px;
  color: #1976d2;
  background: #fff;
  padding: 0 8px;
  position: relative;
  top: -16px;
}
.jisseki_contents {
  margin-bottom: 30px;
}
.reason-sub-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  min-height: 2.8em;
  transition: all 0.3s;
}
.reason-sub-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2.2em;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 90%);
  z-index: 2;
  transition: opacity 0.3s;
}
.reason-sub-text.expanded {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.reason-sub-text.expanded::after {
  opacity: 0;
  pointer-events: none;
}
.reason-see-more {
  display: inline-block;
  color: #1976d2;
  background: transparent;
  border: 1px solid #90caf9;
  border-radius: 24px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.05em;
  padding: 8px 24px;
  box-shadow: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.1s;
  outline: none;
  position: relative;
  z-index: 3;
}
.reason-section {
  background: #f7fafc;
  padding: 60px 0 50px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -30px;
  box-sizing: border-box;
}
.arrow-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.reason-title-area {
  text-align: center;
  margin-bottom: 48px;
}
.reason-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
  color: #222;
}
.reason-summary {
  font-size: 1.1rem;
  color: #555;
}
.reason-main-feature {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}
.reason-main-content {
  flex: 1;
  min-width: 0;
}
.reason-main-image {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason-main-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .jisseki_contents { margin-bottom: 20px; }
  .reason-main-feature { flex-direction: column; gap: 24px; }
  .reason-main-image { margin-top: 12px; justify-content: flex-start; }
  .reason-section {  padding: 40px 0 0px; }
}
.reason-title-area,
.reason-main {
  max-width: 980px;
  margin: 0 auto;
}
.reason-main-feature {
  display: flex;
  max-width: 960px;
  width: 100%;
  align-items: center;
  gap: 36px;
}
.reason-main-img img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}
.reason-main-content { flex: 1; }
.reason-feature-title {
  font-size: clamp(2.4rem, 3.3vw, 3rem);
  font-weight: 600;
  margin-bottom: 14px;
  color: #1a237e;
  text-align: center;
}
.reason-feature-text {
  font-size: clamp(1.4rem, 3.3vw, 1.6rem);
  color: #1e1e1e;
  line-height: 1.7;
}
.reason-sub-features {
  display: flex;
  gap: 30px;
  max-width: 960px;
  justify-content: center;
  flex-wrap: wrap;
}
.reason-sub-feature {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  width: 300px;
  padding: 24px 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason-sub-img { text-align: center; }
.reason-sub-img img {
  width: 300px;
  height: 160px;
  border-radius: 8px;
  margin-bottom: 14px;
  object-fit: cover;
}
.reason-sub-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 9px;
  color: #1a237e;
  text-align: center;
}
.reason-sub-text {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 1.4rem;
}
.reason-feature-block { margin-bottom: 18px; }
.reason-feature-subtitle {
  font-size: clamp(1.8rem, 3.3vw, 2.4rem);
  font-weight: bold;
  color: #1976d2;
  margin-bottom: 7px;
  text-align: center;
}
.reason-feature-merits { margin-top: 12px; }
.reason-feature-merit-list {
  margin: 0;
  padding-left: 1.1em;
}
.reason-feature-merit-list li {
  font-size: 0.97rem;
  color: #444;
  margin-bottom: 5px;
  list-style: disc;
}
.reason-feature-merit-item { margin-bottom: 14px; }
.reason-feature-merit-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1976d2;
  margin-bottom: 4px;
  text-align: center;
}
.reason-feature-merit-text {
  font-size: 1.4rem;
  color: #444;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .reason-main-feature { flex-direction: column; gap: 0; }
  .reason-main-img img { width: 120px; height: 120px; }
  .reason-sub-features { flex-direction: column; gap: 18px; align-items: center; width: 100%; }
  .reason-sub-feature { width: 100%; max-width: none; box-sizing: border-box; }
}
@media screen and (min-width: 768px) {
  .section_contents {
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

}
.reason-main-feature { position: relative; display: flex; align-items: stretch; }
.reason-main-img-bg {
  position: absolute;
  top: 70px;
  left: 24px;
  width: 95%;
  height: 70%;
  z-index: 1;
  overflow: hidden;
}
.reason-main-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  pointer-events: none;
}
.reason-main-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason-main-img-bg {
    position: absolute;
    top: 70px;
    left: 25px;
    width: 91%;
    height: 70%;
    z-index: 1;
    overflow: hidden;
  }
  .reason-main-content { padding: 0; }
}
.reason-sub-features {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.reason-sub-feature {
  position: relative;
  min-width: 220px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  background: #fff;
  display: flex;
  align-items: stretch;
}
.reason-sub-img-bg {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 54%;
  z-index: 1;
  pointer-events: none;
}
.reason-sub-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}
.reason-sub-content {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.2);
  padding: 1.5rem 1rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 1rem;
}
.reason-sub-title {
  margin-top: 0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.reason-sub-text {
  margin-bottom: 1.4rem;
  line-height: 1.8;
}
.reason-sub-content ul {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

/* --------------------------------------------------------------------------------------
    nayami吹き出し
--------------------------------------------------------------------------------------- */
.nayami-wrapper {
  display: flex;
  justify-content: center;
}
.nayami-balloon {
  background: #f8f9fa;
  border: 2px dashed #b0b0b0;
  border-radius: 28px 28px 28px 6px/28px 28px 28px 6px;
  padding: 18px 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  font-size: clamp(2.0rem, 3.3vw, 3.2rem);
  color: #444;
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'Kosugi Maru', 'Yu Gothic', sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.nayami-balloon::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 100%;
  border-width: 12px 16px 0;
  border-style: solid;
  border-color: #f8f9fa transparent transparent transparent;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.06));
}
.nayami-text {
  text-shadow:
    1px 1px 0 #fff,
    2px 2px 4px #ccc;
  animation: nayami-wave 1.5s infinite ease-in-out;
  display: inline-block;
}

@keyframes nayami-wave {
  0%, 100% { transform: rotate(-2deg); }
  50% { transform: rotate(2deg); }
}

/* --------------------------------------------------------------------------------------
    新CVボタン
--------------------------------------------------------------------------------------- */
.cv-button-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 32px auto 0px;
  flex-wrap: wrap;
  max-width: 960px;
  width: 100%;
}
@media (max-width: 600px) {
  .cv-button-container {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    max-width: 100%;
  }
}
.cv-button {
  display: inline-block;
  width: 100%;
  max-width: 460px;
  min-width: 140px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  font-weight: bold;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.12s, box-shadow 0.12s, background 0.12s;
  letter-spacing: 0.05em;
  border: none;
  outline: none;
  box-sizing: border-box;
  margin: 0 auto;
}
.cv-button-left {
  background: linear-gradient(90deg, #ff9800 0%, #ffb74d 100%);
  color: #fff !important;
}
.cv-button-left:hover,
.cv-button-left:focus {
  background: linear-gradient(90deg, #fb8c00 0%, #ffa726 100%);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 24px rgba(255,152,0,0.15);
  color: #fff;
  text-decoration: none;
}
.cv-button-right {
  background: linear-gradient(90deg, #29b6f6 0%, #4fc3f7 100%);
  color: #fff !important;
}
.cv-button-right:hover,
.cv-button-right:focus {
  background: linear-gradient(90deg, #039be5 0%, #29b6f6 100%);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 24px rgba(41,182,246,0.15);
  color: #fff;
  text-decoration: none;
}
.solution_wrap:first-of-type { margin-top: 0; }
.add_container { margin-top: 90px; }
@media screen and (max-width: 768px) {
  .add_container { margin-top: 20px; }
  .solution_main_text { font-weight: 700; }
  .solution_main_text:last-child { font-size: 1.8rem; }
}


.cv-button-reserve {
  background: linear-gradient(90deg, #456b8a 0%, #7b9bb8 100%);
  color: #fff !important;
}
.cv-button-reserve:hover,
.cv-button-reserve:focus {
  background: linear-gradient(90deg, #36516e 0%, #5c7a97 100%);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 24px rgba(69,107,138,0.14);
  color: #fff;
  text-decoration: none;
}
.cv-note {
  text-align: center;
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 20px;
}

.container {
  max-width: 800px;
  margin: 40px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(18,98,178,.08);
  padding: 32px 24px 40px 24px;
  border: 2px solid #e0e8f5;
}
.detail_title_bg {
  background: linear-gradient(90deg, #1262b2 0%, #54a0ee 100%);
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  padding: 16px 20px;
  letter-spacing: .05em;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(18,98,178,.08);
}
h3 {
  color: #1262b2;
  font-size: 1.4em;
  border-bottom: 3px solid #54a0ee;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: .03em;
}
p {
  font-size: 1.1em;
  margin: 10px 0;
  line-height: 1.7;
  color: #333;
}
.flow_box {
  background: #eaf4fb;
  border-left: 6px solid #54a0ee;
  border-radius: 10px;
  padding: 24px 20px;
  margin: 20px 0 40px 0;
  box-shadow: 0 0 8px rgba(18,98,178,.05);
}
.flow_box b { color: #1262b2; font-size: 1.12em; }
.price_box {
  background: #f6fbff;
  border: 2px solid #54a0ee;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 24px;
  font-size: 1.2em;
  color: #1262b2;
  font-weight: 700;
  text-align: center;
}
.img_center { text-align: center; margin-top: 32px; }
.img_center img {
  max-width: 95%;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(18,98,178,.1);
}
@media (max-width: 767px) {
  .sp { display: block; }
  .container { padding: 12px 4px; }
  .detail_title_bg { font-size: 1.3em; padding: 10px 12px; }
  h3 { font-size: 1.12em; }
  .flow_box { padding: 12px 8px; }
  .price_box { padding: 16px 6px; }
  .img_center img { max-width: 100%; }
}