/* 追加 */

.topsec_pc_img{
  display: block;
}

.topsec_sp_img{
  display: none;
}

.topsec_fv_sp{
  display: none;
}

.topsec_fv_pc{
  display: block;
}

@media(max-width: 1000px){
  .topsec_pc_img{
    display: none;
  }

  .topsec_sp_img{
    display: block;
  }

  .topsec_fv_sp{
    display: block;
  }

  .topsec_fv_pc{
    display: none;
  }

  .topsec_fv_sp_img_wrapper{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .topsec_fv_sp_img_wrapper img{
    width: 100%;
  }

  .topsec_fv_sp_point_items{
    position: relative;
  }

  .topsec_fv_sp_point_items_inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: calc(-40/var(--view-size)*100vw);
    left: 0;
    right: 0;
    z-index: 5;
  }

  .topsec_fv_sp_point_item{
    width: calc(100/var(--view-size)*100vw);
    position: relative;
  }

  .topsec_fv_sp_point_item img{
    width: 100%;
  }

  .topsec_fv_sp_point_item_txt{
    display: none;
  }

  .topsec_fv_sp_cta_wrapper{
    position: relative;
  }

  .topsec_fv_sp_bg_wrapper{
    width: 100vw;
    height: calc(148/var(--view-size)*100vw);
    margin: 0 calc(50% - 50vw);
  }

  .topsec_fv_sp_bg_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* FV CTAボタン（SP）のサイズ調整はここ（width を変更） */
  .topsec_fv_sp_cta_button{
    position: absolute;
    bottom: calc(30/var(--view-size)*100vw);
    width: min(92vw, 720px);
    left: 50%;
    transform: translateX(-50%);
  }

  .topsec_fv_sp_cta_button .topsec_fv_cta_link{
    display: block;
    width: 100%;
  }

  .topsec_fv_sp_cta_button .topsec_fv_cta_img{
    width: 100%;
  }
}

.topsec_fv_cta_link{
  display: block;
  text-decoration: none;
}

.topsec_fv_cta_img{
  display: block;
  width: 100%;
  height: auto;
}

@media (hover: hover) and (pointer: fine){
  .topsec_fv_cta_link{
    transition: transform 0.2s ease;
    transform-origin: center center;
    will-change: transform;
  }

  .topsec_fv_cta_link:hover,
  .topsec_fv_cta_link:focus-visible{
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1001px) {
  .topsec_fv_section{
    overflow: hidden;
    position: relative;
    --topsec_header_offset: 0px;
    --topsec_point_bottom: 190px;
    --topsec_cta_bottom: 35px;
  }

  body.home header,
  body.front-page header{
    position: static;
    background: #fff;
  }

  body.home .header_wrapper,
  body.front-page .header_wrapper{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .topsec_fv_stage{
    position: relative;
  }

  .topsec_fv_bg{
    width: 100%;
  }

  .topsec_fv_bg img{
    width: 100%;
    height: auto;
    display: block;
  }

  .topsec_fv_overlay{
    position: absolute;
    top: var(--topsec_header_offset);
    left: 0;
    width: 100%;
    height: calc(100% - var(--topsec_header_offset));
    z-index: 2;
  }

  .topsec_fv_canvas{
    position: relative;
    width: 100%;
    height: 100%;
  }

  .topsec_fv_overlay .topsec_container{
    height: 100%;
  }

  .topsec_container{
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .topsec_fv_wrapper{
    box-sizing: border-box;
    position: relative;
    height: 100%;
    width: 100%;
  }

  .topsec_fv_point_items{
    position: absolute;
    left: 0;
    right: 0;
    bottom: var(--topsec_point_bottom);
    z-index: 9;
  }

  .topsec_fv_point_items_inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .topsec_fv_point_item{
    width: 31%;
    position: relative;
  }

  .topsec_fv_point_item img{
    width: 100%;
    display: block;
  }

  .topsec_fv_point_item_txt{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 9px;
    line-height: 1.4;
  }

  .topsec_fv_cta_button{
    position: absolute;
    bottom: var(--topsec_cta_bottom);
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: min(550px, 92vw);
  }

  .topsec_fv_cta_button a{
    display: block;
    text-decoration: none;
  }

  /* FV CTAボタン（PC）のサイズ調整はここ（width を変更） */
  .topsec_fv_cta_button a img{
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
}


/****** top_sec_feature ******/
.top_sec_feature_wrapper {
    box-sizing: border-box;
    padding: 25px 0 0 0;
    text-align: center;
    background: #fff4f4;
}
.top_sec_feature_wrapper .sec_feature_inner {
    margin-left: auto;
    margin-right: auto;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_ttl {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    text-align: center;
}

.top_sec_feature_wrapper .sec_feature_inner .sec_feature_ttl img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_pic {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    text-align: center;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_pic img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_txt01 {
    text-align: center;
    color: #fd8bbf;
    text-decoration: underline;
    font-size: 24px;
    line-height: 44px;
    padding-bottom: 30px;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_txt02 {
    text-align: center;
    color: #303030;
    font-size: 28px;
    line-height: 48px;
    font-weight: bold;
    padding-bottom: 20px;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_txt02 span {
    font-size: 38px;
    line-height: 58px;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_arrow {
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_arrow img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_txt03 {
    text-align: center;
    color: #FC6BAE;
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    padding-bottom: 20px;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_box {
    box-sizing: border-box;
    background: #ffffff;
    padding: 20px;
    border-radius: 100px;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_box .sec_feature_box_txt01 {
    text-align: center;
    color: #fd8bbf;
    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
    padding-bottom: 20px;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_box .sec_feature_box_txt01 span {
    font-size: 44px;
    line-height: 64px;
}
.top_sec_feature_wrapper .sec_feature_inner .sec_feature_box .sec_feature_box_txt02 {
    text-align: center;
    color: #606060;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.top_sec_feature_wrapper .sec_feature_bottom {
    width: 100%;
    box-sizing: border-box;
}
.top_sec_feature_wrapper .sec_feature_bottom img {
    width: 100%;
    height: auto;
}

@media (max-width: 600px){
  .top_sec_feature_wrapper{
    padding: 20px 0 0 0;
    overflow-x: hidden; /* SP時のごくわずかな横スクロールを抑止 */
  }
  .top_sec_feature_wrapper .sec_feature_inner{
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_ttl{
    padding-bottom: 16px;
    width: 100%;          /* ビューポート幅(100vw)ではなく親の内側100%に収める */
    margin: 0;            /* マイナスmarginでのフルブリードをやめる */
    box-sizing: border-box;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_ttl img{
    width: 100%;
    height: auto;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_pic{
    padding-bottom: 24px;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_pic img{
    width: 100%;
    height: auto;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_txt01{
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 18px;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_txt02{
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 16px;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_txt02 span{
    font-size: 26px;
    line-height: 36px;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_arrow{
    padding-bottom: 12px;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_txt03{
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 18px;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_box{
    padding: 16px;
    border-radius: 24px;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_box .sec_feature_box_txt01{
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 16px;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_box .sec_feature_box_txt01 span{
    font-size: 22px;
    line-height: 32px;
  }

  .top_sec_feature_wrapper .sec_feature_inner .sec_feature_box .sec_feature_box_txt02{
    font-size: 16px;
    line-height: 26px;
  }
}

/****** topsec_tutoring ******/
.topsec_tutoring_section{
  padding: 0 0 50px 0;
  box-sizing: border-box;
  background: #fff;
}

.topsec_tutoring_title_area{
box-sizing: border-box;
  margin-bottom: 35px;
}

.topsec_tutoring_ttl_img{
  text-align: center;
}
.topsec_tutoring_ttl_img img{
  margin: 0 auto;
}

.topsec_tutoring_content{
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.topsec_tutoring_bottom{
  margin-bottom: 30px;
}

.topsec_tutoring_cont_ttl{
  display: flex;
  align-items: center;
  gap: 12px;
  height: 60px;
  padding: 0;
  background: #fff;
  color: #303030;
  border-radius: 10px;
  border: 3px solid #FC6BAE;
  overflow: hidden;
  cursor: pointer;
}

.topsec_tutoring_icon_pos{
  width: 60px;
  height: 100%;
  box-sizing: border-box;
  flex: 0 0 auto;
  background: #FC6BAE;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topsec_tutoring_icon_pos img{
  width: 40px;
  height: auto;
  display: block;
}

.topsec_tutoring_ttl_pos{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  flex: 1 1 auto;
}

.topsec_tutoring_more_pos{
  flex: 0 0 auto;
  align-self: stretch;
}

.topsec_tutoring_toggle{
  appearance: none;
  border: 0;
  background: #FFB8D9;
  color: #fff;
  height: 100%;
  padding: 0 12px;
  min-width: 104px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  border-radius: 0 7px 7px 0;
  text-align: center;
}

.topsec_tutoring_content.is-open .topsec_tutoring_cont_ttl{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.topsec_tutoring_content.is-open .topsec_tutoring_toggle{
  border-bottom-right-radius: 0;
}

.topsec_tutoring_cont_inner{
  padding: 22px;
  background: #fff;
  border: 3px solid #FC6BAE;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.topsec_tutoring_cont_inner{
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 22px;
  align-items: start;
}

.topsec_tutoring_list_ttl{
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  padding-bottom: 10px;
  border-bottom: 1px solid #FC6BAE;
}

.topsec_tutoring_list{
  margin: 0 0 18px 0;
  padding-left: 0;
  list-style: none;
  color: #303030;
}

.topsec_tutoring_list li{
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: 500;
}

.topsec_tutoring_list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  border: 3px solid #FC6BAE;
  border-radius: 999px;
  box-sizing: border-box;
}

.topsec_tutoring_bottom_vacant{
  margin-bottom: 22px;
}

.topsec_tutoring_pic_area img{
  width: 100%;
  height: auto;
  display: block;
}
.sec_tutoring_bottom {
    width: 100%;
    box-sizing: border-box;
}
.sec_tutoring_bottom img {
    width: 100%;
    height: auto;
}

@media (max-width: 1000px){
  .topsec_tutoring_section{
    padding: 0 10px 50px 10px;
  }

  .topsec_tutoring_title_area{
    padding-left: 20px;
    padding-right: 20px;
  }

  .topsec_tutoring_cont_inner{
    grid-template-columns: 1fr;
  }

  .topsec_tutoring_pic_area{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px){
  .topsec_tutoring_title_area{
    flex-direction: column;
    gap: 14px;
    text-align: center;
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .topsec_tutoring_ttl_img{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topsec_tutoring_ttl_img img{
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .topsec_tutoring_ttl_pos{
    font-size: 16px;
  }

  .topsec_tutoring_cont_inner{
    padding: 16px;
  }

  .topsec_tutoring_list_ttl{
    font-size: 16px;
  }

  .topsec_tutoring_list{
    font-size: 14px;
  }
}

/****** top_sec_cta ******/
.top_sec_cta_section{
  padding: 32px 0 38px;
  background-color: #FC6BAE;
  background-image: url(/wp-content/uploads/img/sec_cta_bg.png);
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}

.top_sec_cta_wrapper{
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.top_sec_cta_section .top_sec_cta_button{
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.top_sec_cta_section .top_sec_cta_button::before{
  content: none;
}

.top_sec_cta_section .top_sec_cta_button a{
  position: relative;
  display: block;
  width: min(720px, 100%);
  aspect-ratio: 1024 / 262;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent url(/wp-content/uploads/img/cta_button.png) no-repeat center / contain;
  border: 0;
  box-shadow: none;
  padding: 0;
  color: transparent;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.top_sec_cta_section .top_sec_cta_button a:hover{
  top: 0;
}

.top_sec_cta_section .top_sec_cta_button a::before{
  content: none;
}

@media (hover: hover) and (pointer: fine){
  .top_sec_cta_section .top_sec_cta_button a{
    transition: transform 0.2s ease;
    transform-origin: center;
    will-change: transform;
  }

  .top_sec_cta_section .top_sec_cta_button a:hover,
  .top_sec_cta_section .top_sec_cta_button a:focus-visible{
    transform: scale(1.05);
  }
}

@media (max-width: 600px){
  .top_sec_cta_section{
    padding: 26px 0 30px;
  }

  .top_sec_cta_section .top_sec_cta_button{
    padding-top: 0;
  }

  .top_sec_cta_section .top_sec_cta_button::before{
    content: none;
  }

  .top_sec_cta_section .top_sec_cta_button a{
    width: min(560px, 100%);
  }

  .top_sec_cta_section .top_sec_cta_button a::before{
    content: none;
  }
}

/****** topsec_topup ******/
.topsec_topup{
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 72px;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.topsec_topup img{
  width: 100%;
  height: auto;
  display: block;
}

.topsec_topup.is-visible{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine){
  .topsec_topup:hover,
  .topsec_topup:focus-visible{
    transform: translateY(0) scale(1.05);
  }
}

@media (max-width: 600px){
  .topsec_topup{
    right: 14px;
    bottom: 14px;
    width: 60px;
  }
}

.topsec_midashi {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 645px;
    font-size: 28px;
    color: #ffffff;
    background: #FC6BAE;
    text-align: center;
    border-radius: 100px;
    padding: 15px 10px;
}
.topsec_midashi span {
    font-size: 38px;
}

@media (max-width: 600px){
  .topsec_midashi{
    max-width: 92vw;
    font-size: 18px;
    line-height: 1.0;
    border-radius: 60px;
    padding: 15px 10px;
  }
  .topsec_midashi span {
    font-size: 32px;
}
}

.top_select_section{
    width: 100%;
    box-sizing: border-box;
    background: #FEF2F2;
    padding: 30px;
}

.top_select_wrapper{
  box-sizing: border-box;
}

.top_select_items{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}

.top_select_item{
  flex: 0 1 280px;
}

.top_select_circle{
  width: 280px;
  height: 280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px 18px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.top_select_item_ttl{
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

.top_select_item_txt{
  margin: 0 0 14px 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}

.top_select_item_img{
  margin-top: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 110px;
}

.top_select_item_img img{
  width: auto;
  max-width: 220px;
  max-height: 110px;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 600px){
  .top_select_section{
    padding: 20px;
  }

  .top_select_items{
    margin-top: 30px;
    flex-direction: column;
    gap: 18px;
  }

  .top_select_circle{
    width: 280px;
    height: 280px;
    max-width: 92vw;
    padding: 20px 16px;
    justify-content: center;
  }

  .top_select_item_ttl{
    font-size: 20px;
    margin-bottom: 10px;
  }

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

  .top_select_item_img{
    height: auto;
    margin-top: 0;
  }

  .top_select_item_img img{
    max-width: 190px;
    max-height: 95px;
    height: auto;
  }
}

/****** top_sec_schedule ******/

/* base wrapper / inner */
.top_sec_schedule_wrapper {
    box-sizing: border-box;
    padding: 0;
    text-align: center;
}

.top_sec_schedule_wrapper .sec_schedule_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
}

/* top / bottom images */
.sec_schedule_top {
    width: 100%;
    box-sizing: border-box;
}

.sec_schedule_top img {
    width: 100%;
    height: auto;
}

.sec_schedule_bottom {
    width: 100%;
    box-sizing: border-box;
}

.sec_schedule_bottom img {
    width: 100%;
    height: auto;
}

/* section title */
.top_sec_schedule_wrapper .sec_schedule_inner .sec_schedule_ttl {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    text-align: center;
}

.top_sec_schedule_wrapper .sec_schedule_inner .sec_schedule_ttl img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* cards layout */
.sec_schedule_cards{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: stretch;
}

/* each card unit (label + card) */
.sec_schedule_item{
    box-sizing: border-box;
    width: 345px;
    max-width: 92vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* card label (outside) */
.sec_schedule_label{
    margin: 0 auto 20px;
    position: relative;
    z-index: 3;
}

.sec_schedule_label img{
    width: auto;
    max-width: 92%;
    height: auto;
    display: block;
}

/* card base */
.sec_schedule_card{
    box-sizing: border-box;
    position: relative;
    width: 345px;
    max-width: 92vw;
    background: #fff;
    border-radius: 16px;
    padding: 110px 18px 22px;
    border: 1px solid transparent;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

/* card free badge (image) */
.sec_schedule_badge{
    position: absolute;
    left: -30px;
    top: -40px;
    z-index: 3;
}

.sec_schedule_badge img{
    width: auto;
    height: auto;
    max-width: 88px;
    display: block;
}

/* card content spacing */
.sec_schedule_card_ttl{
    margin: 0 auto 14px;
}

/* card header text (inside colored band) */
.sec_schedule_card_head{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 92px;
    box-sizing: border-box;
    padding: 14px 18px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.sec_schedule_card_head_title{
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.sec_schedule_card_head_line{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.9);
    margin: 8px auto;
}

.sec_schedule_card_head_sub{
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
}

.sec_schedule_card_pic{
    margin: 0 auto 14px;
}

.sec_schedule_recommend{
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.sec_schedule_recommend::before,
.sec_schedule_recommend::after{
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.sec_schedule_recommend::before{ transform: rotate(50deg); }
.sec_schedule_recommend::after{ transform: rotate(-50deg); }

.sec_schedule_card_online .sec_schedule_recommend{ color: #FB6BAE; }
.sec_schedule_card_venue .sec_schedule_recommend{ color: #2086FD; }
.sec_schedule_card_consult .sec_schedule_recommend{ color: #39B171; }

.sec_schedule_list{
    margin: 0 auto 14px;
    padding: 0 !important;
    list-style: none !important;
    display: table;
    text-align: left;
    max-width: 260px;
}

.sec_schedule_list li{
    margin: 0;
    padding: 0 !important;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.35;
    color: #303030;
}

.sec_schedule_list li + li{ margin-top: 6px; }

.sec_schedule_list li::before{
    content: "";
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    margin-top: 0.45em;
    background: currentColor;
}

.sec_schedule_card_btn{
    margin: 0 auto;
    max-width: 240px;
}

/* card images (no upscaling) */
.sec_schedule_card_ttl img,
.sec_schedule_card_pic img,
.sec_schedule_card_btn img{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* theme colors */
.sec_schedule_card_online{
    border-color: #FB6BAE;
    background: linear-gradient(to bottom, #FB6BAE 0, #FB6BAE 92px, #ffffff 92px, #ffffff 100%);
}

.sec_schedule_card_venue{
    border-color: #2c86ff;
    background: linear-gradient(to bottom, #2086FD 0, #2086FD 92px, #ffffff 92px, #ffffff 100%);
}

.sec_schedule_card_consult{
    border-color: #23b46e;
    background: linear-gradient(to bottom, #39B171 0, #39B171 92px, #ffffff 92px, #ffffff 100%);
}

/* responsive */
@media (max-width: 1000px){
    .sec_schedule_cards{
        justify-content: center;
    }
}

@media (max-width: 600px){
    .top_sec_schedule_wrapper .sec_schedule_inner .sec_schedule_ttl{
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .top_sec_schedule_wrapper .sec_schedule_inner .sec_schedule_ttl img{
        width: calc(100% - 40px);
        max-width: 520px;
        height: auto;
    }
    .sec_schedule_cards{
        gap: 18px;
    }
    .sec_schedule_item{
        width: 320px;
        max-width: 92vw;
    }
    .sec_schedule_card{
        width: 320px;
        max-width: 92vw;
    }
}

/**** 追記 ****/
.top_schedule_item.top_schedule_type_online .top_schedule_venue{
  background: #FB6BAE;
}

.top_schedule_item.top_schedule_type_venue .top_schedule_venue{
  background: #2086FD;
}

.top_schedule_item.top_schedule_type_consultation .top_schedule_venue{
  background: #39B171;
}

/* ========================================
   テキストオーバーレイ（共通）
   ======================================== */
.topsec_fv_point_stat{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
}

.topsec_fv_point_stat_label{
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.topsec_fv_point_stat_value{
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #ff4b9e;
}

.topsec_fv_point_stat_unit{
  font-size: 0.7em;
}

.topsec_fv_point_stat_sub{
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #ff4b9e;
}

.topsec_fv_point_stat_note{
  margin: 4px 0 0;
  font-size: 10px;
  line-height: 1.3;
  color: #555555;
}

/* ========================================
   PC専用：テキスト位置調整
   ======================================== */
@media screen and (min-width: 1001px){
  .topsec_fv_point_items_inner .topsec_fv_point_item{
    position: relative;
  }

  .topsec_fv_point_items_inner .topsec_fv_point_item .topsec_fv_point_stat{
    top: 40px;      /* ★ 上下位置：ここだけ調整 */
    bottom: 50px;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 0 16px;
  }

  .topsec_fv_point_stat_label{
    font-size: 16px;
  }

  .topsec_fv_point_stat_value{
    font-size: 32px;
  }

  .topsec_fv_point_stat_note{
    font-size: 11px;
  }
}

/* ========================================
   SP専用：テキスト位置調整
   ======================================== */
@media (max-width: 1000px){
  .topsec_fv_sp_point_items_inner .topsec_fv_sp_point_item{
    position: relative;
  }

  .topsec_fv_sp_point_items_inner .topsec_fv_sp_point_item .topsec_fv_point_stat{
    padding: 12px 8px;
  }

  .topsec_fv_point_stat_label{
    font-size: 12px;
  }

  .topsec_fv_point_stat_value{
    font-size: 20px;
  }

  .topsec_fv_point_stat_note{
    font-size: 9px;
  }
}

/* ========================================
   お悩みレイアウト（worry_pic01〜05）
   ※ sec_feature_pic 内で使用
   ======================================== */

/* ===== PC：2カラム + item03だけ中央 ===== */
.topsec_worry_grid{
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 416px 392px; /* 左列(01/04) / 右列(02/05) */
  justify-content: space-between;     /* 左右に広げる（中央1fr不要） */
  row-gap: 10px;
  column-gap: 0;
  align-items: start;
}

/* =========================
   item01（左：イラスト157 / 右：吹き出し259）高さ166
   ========================= */
.topsec_worry_grid .topsec_worry_item01{
  grid-column: 1;
  grid-row: 1;
  width: 416px;
  height: 166px;
}

.topsec_worry_grid .topsec_worry_item01 .topsec_worry_item01_inner{
  width: 416px;
  height: 166px;
  display: flex;
  align-items: center;
  gap: 0;
}

/* 左：イラスト（157px） */
.topsec_worry_grid .topsec_worry_item01 .item01_pic{
  flex: 0 0 157px;
  width: 157px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topsec_worry_grid .topsec_worry_item01 .item01_pic img{
  width: 157px;
  height: auto;
  display: block;
}

/* 右：吹き出し（259px） */
.topsec_worry_grid .topsec_worry_item01 .item01_txt{
  flex: 0 0 259px;
  width: 259px;
  height: 166px;
  display: grid;
  place-items: center;
}
.topsec_worry_grid .topsec_worry_item01 .item01_balloon{
  grid-area: 1 / 1;
  width: 259px;
  height: auto;
  display: block;
}
.topsec_worry_grid .topsec_worry_item01 .worry_txt01{
  grid-area: 1 / 1;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  color: #565656;
}

/* =========================
   item02（左：吹き出し233 / 右：イラスト157）高さ166
   ========================= */
.topsec_worry_grid .topsec_worry_item02{
  grid-column: 2;
  grid-row: 1;
  width: 392px; /* 見た目の右列幅に合わせて固定（中は390でもOK） */
  height: 166px;
}

.topsec_worry_grid .topsec_worry_item02 .topsec_worry_item02_inner{
  width: 390px; /* 233 + 157 */
  height: 166px;
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto; /* 右列の中で右寄せ（ズレ防止） */
}

/* 左：吹き出し（233px） */
.topsec_worry_grid .topsec_worry_item02 .item02_txt{
  flex: 0 0 233px;
  width: 233px;
  height: 166px;
  display: grid;
  place-items: center;
}
.topsec_worry_grid .topsec_worry_item02 .item02_balloon{
  grid-area: 1 / 1;
  width: 233px;
  height: auto;
  display: block;
}
.topsec_worry_grid .topsec_worry_item02 .worry_txt02{
  grid-area: 1 / 1;
  margin: 0;
  padding: 0 18px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  color: #565656;
}

/* 右：イラスト（157px） */
.topsec_worry_grid .topsec_worry_item02 .item02_pic{
  flex: 0 0 157px;
  width: 157px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topsec_worry_grid .topsec_worry_item02 .item02_pic img{
  width: 157px;
  height: auto;
  display: block;
}

/* =========================
   item03（左：イラスト174 / 右：吹き出し256）高さ183
   ※ 2カラムをまたいで中央
   ========================= */
.topsec_worry_grid .topsec_worry_item03{
  grid-column: 1 / 3;
  grid-row: 2;

  width: 430px; /* 174 + 256 */
  height: 183px;
  justify-self: center;
}

.topsec_worry_grid .topsec_worry_item03 .topsec_worry_item03_inner{
  width: 430px;
  height: 183px;
  display: flex;
  align-items: center;
  gap: 0;
}

/* 左：イラスト 174px */
.topsec_worry_grid .topsec_worry_item03 .item03_pic{
  flex: 0 0 174px;
  width: 174px;
  height: 183px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topsec_worry_grid .topsec_worry_item03 .item03_pic img{
  width: 174px;
  height: auto;
  display: block;
}

/* 右：吹き出し 256px */
.topsec_worry_grid .topsec_worry_item03 .item03_txt{
  flex: 0 0 256px;
  width: 256px;
  height: 183px;
  display: grid;
  place-items: center;
}
.topsec_worry_grid .topsec_worry_item03 .item03_balloon{
  grid-area: 1 / 1;
  width: 256px;
  height: 183px;
  object-fit: contain;
  display: block;
}
.topsec_worry_grid .topsec_worry_item03 .worry_txt03{
  grid-area: 1 / 1;
  margin: 0;
  padding: 0 18px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  color: #565656;
}

/* =========================
   item04（左：イラスト160 / 右：吹き出し256）高さ166
   ========================= */
.topsec_worry_grid .topsec_worry_item04{
  grid-column: 1;
  grid-row: 3;
  width: 416px; /* 160 + 256 */
  height: 166px;
}

.topsec_worry_grid .topsec_worry_item04 .topsec_worry_item04_inner{
  width: 416px;
  height: 166px;
  display: flex;
  align-items: center;
  gap: 0;
}

/* 左：イラスト 160px */
.topsec_worry_grid .topsec_worry_item04 .item04_pic{
  flex: 0 0 160px;
  width: 160px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topsec_worry_grid .topsec_worry_item04 .item04_pic img{
  width: 160px;
  height: auto;
  display: block;
}

/* 右：吹き出し 256px */
.topsec_worry_grid .topsec_worry_item04 .item04_txt{
  flex: 0 0 256px;
  width: 256px;
  height: 166px;
  display: grid;
  place-items: center;
}
.topsec_worry_grid .topsec_worry_item04 .item04_balloon{
  grid-area: 1 / 1;
  width: 256px;
  height: 166px;
  object-fit: contain;
  display: block;
}
.topsec_worry_grid .topsec_worry_item04 .worry_txt04{
  grid-area: 1 / 1;
  margin: 0;
  padding: 0 18px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  color: #565656;
}

/* =========================
   item05（左：吹き出し243 / 右：イラスト149）高さ166
   ※ 右列に置く（余白出ない）
   ========================= */
.topsec_worry_grid .topsec_worry_item05{
  grid-column: 2;
  grid-row: 3;
  width: 392px; /* 見た目の右列幅に合わせて固定（中は390でもOK） */
  height: 166px;
}

.topsec_worry_grid .topsec_worry_item05 .topsec_worry_item05_inner{
  width: 392px; /* 233 + 157 */
  height: 166px;
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto; /* 右列の中で右寄せ（ズレ防止） */
}

/* 左：吹き出し 243px */
.topsec_worry_grid .topsec_worry_item05 .item05_txt{
  flex: 0 0 243px;
  width: 243px;
  height: 166px;
  display: grid;
  place-items: center;
}

/* 吹き出し画像：他と同じ “自然サイズ寄り” に戻す */
.topsec_worry_grid .topsec_worry_item05 .item05_balloon{
  grid-area: 1 / 1;
  width: 243px;     /* ★100%じゃなく実寸固定 */
  height: auto;     /* ★100%をやめる */
  display: block;
}

/* テキスト：重ねて中央 */
.topsec_worry_grid .topsec_worry_item05 .worry_txt05{
  grid-area: 1 / 1;
  margin: 0;
  padding: 0 18px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  color: #565656;
}

/* 右：イラスト（157px） */
.topsec_worry_grid .topsec_worry_item05 .item05_pic{
  flex: 0 0 149px;
  width: 149px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topsec_worry_grid .topsec_worry_item05 .item05_pic img{
  width: 149px;
  height: auto;
  display: block;
}

/* ===== 念のため：画像は block ===== */
.topsec_worry_grid img{
  display: block;
}
.pc_only{ display: block !important; }
.sp_only{ display: none !important; }

/* ========================================
   SP用：お悩みレイアウト（SP専用HTML用）
   ・縦積み（item01→05）
   ・中身は「左右2カラム」（イラスト＋吹き出し）
   ・吹き出し内テキストはズレない中央固定（grid + flex）
   ======================================== */

@media screen and (max-width: 768px){
.pc_only{ display: none !important; }
.sp_only{ display: block !important; }

  /* ----------------------------
     SP版を表示
     ※SP用HTML側の外枠クラスに合わせてください
     ---------------------------- */
  .topsec_worry_grid_sp{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;

    width: 94%;
    max-width: 520px;            /* タブレットでも破綻しにくい上限 */
    margin: 0 auto;
    box-sizing: border-box;
  }

  /* 各item（縦積み） */
  .topsec_worry_grid_sp .topsec_worry_item01_sp,
  .topsec_worry_grid_sp .topsec_worry_item02_sp,
  .topsec_worry_grid_sp .topsec_worry_item03_sp,
  .topsec_worry_grid_sp .topsec_worry_item04_sp,
  .topsec_worry_grid_sp .topsec_worry_item05_sp{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  /* 各inner（左右2カラム維持） */
  .topsec_worry_grid_sp .topsec_worry_item01_inner_sp,
  .topsec_worry_grid_sp .topsec_worry_item02_inner_sp,
  .topsec_worry_grid_sp .topsec_worry_item03_inner_sp,
  .topsec_worry_grid_sp .topsec_worry_item04_inner_sp,
  .topsec_worry_grid_sp .topsec_worry_item05_inner_sp{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;  /* ★左詰め（余白出さない） */
    gap: 0;
    box-sizing: border-box;
  }

  /* ----------------------------
     画像の共通（はみ出し防止）
     ---------------------------- */
  .topsec_worry_grid_sp img{
    display: block;
    max-width: 100%;
    height: auto;
  }

  /* ----------------------------
     吹き出し：重ねる箱（grid）
     ---------------------------- */
  .topsec_worry_grid_sp .item01_txt_sp,
  .topsec_worry_grid_sp .item02_txt_sp,
  .topsec_worry_grid_sp .item03_txt_sp,
  .topsec_worry_grid_sp .item04_txt_sp,
  .topsec_worry_grid_sp .item05_txt_sp{
    display: grid;
    place-items: center;
    min-width: 0;
    box-sizing: border-box;
  }

  .topsec_worry_grid_sp .item01_balloon_sp,
  .topsec_worry_grid_sp .item02_balloon_sp,
  .topsec_worry_grid_sp .item03_balloon_sp,
  .topsec_worry_grid_sp .item04_balloon_sp,
  .topsec_worry_grid_sp .item05_balloon_sp{
    grid-area: 1 / 1;
    width: 100%;
    height: auto;
    display: block;
  }

  /* ★テキスト：ズレない中央固定（ここが本体） */
  .topsec_worry_grid_sp .worry_txt01_sp,
  .topsec_worry_grid_sp .worry_txt02_sp,
  .topsec_worry_grid_sp .worry_txt03_sp,
  .topsec_worry_grid_sp .worry_txt04_sp,
  .topsec_worry_grid_sp .worry_txt05_sp{
    grid-area: 1 / 1;
    margin: 0;
    padding: 0 10px;

    display: flex;               /* ★重要：縦中央が崩れない */
    align-items: center;
    justify-content: center;
    text-align: center;

    box-sizing: border-box;
    font-weight: bold;
    color: #565656;

    font-size: clamp(16px, 3.1vw, 14px);
    line-height: 1.6;
    min-width: 0;
  }

  /* ----------------------------
     左右比率（PC実寸比）
     ※「余白が出る」原因は justify-content/width固定の残りが多い
     → flex-basis を %で固定し、左詰めにして解消
     ---------------------------- */

  /* item01：157 / 259 */
  .topsec_worry_grid_sp .item01_pic_sp{ flex: 0 0 37.74%; min-width: 0; }
  .topsec_worry_grid_sp .item01_txt_sp{ flex: 0 0 62.26%; min-width: 0; }

  /* item02：233 / 157（逆） */
  .topsec_worry_grid_sp .item02_txt_sp{ flex: 0 0 59.74%; min-width: 0; }
  .topsec_worry_grid_sp .item02_pic_sp{ flex: 0 0 40.26%; min-width: 0; }

  /* item03：174 / 256 */
  .topsec_worry_grid_sp .item03_pic_sp{ flex: 0 0 40.47%; min-width: 0; }
  .topsec_worry_grid_sp .item03_txt_sp{ flex: 0 0 59.53%; min-width: 0; }

  /* item04：160 / 256 */
  .topsec_worry_grid_sp .item04_pic_sp{ flex: 0 0 38.46%; min-width: 0; }
  .topsec_worry_grid_sp .item04_txt_sp{ flex: 0 0 61.54%; min-width: 0; }

  /* item05：243 / 149（逆） */
  .topsec_worry_grid_sp .item05_txt_sp{ flex: 0 0 61.99%; min-width: 0; }
  .topsec_worry_grid_sp .item05_pic_sp{ flex: 0 0 38.01%; min-width: 0; }

  /* 各イラスト側も「幅100%」で揃える（ズレ防止） */
  .topsec_worry_grid_sp .item01_pic_sp img,
  .topsec_worry_grid_sp .item02_pic_sp img,
  .topsec_worry_grid_sp .item03_pic_sp img,
  .topsec_worry_grid_sp .item04_pic_sp img,
  .topsec_worry_grid_sp .item05_pic_sp img{
    width: 100%;
    height: auto;
  }
}