@charset "UTF-8";
h1,h2,h3,h4,h5{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}

.zen,.zen *{
  font-family: "Zen Maru Gothic", sans-serif;  
  font-weight: 600;
}

.noto{
  font-family: "Noto Sans JP", sans-serif !important; 
}

  .w1000{
    max-width: 1000px;
    margin: auto;
    width: 90%;
  }
  
  .w860{
    max-width: 860px;
    margin: auto;
    width: 90%;
  }  
  
  .w800{
    max-width: 800px;
    margin: auto;
    width: 90%;
  } 

.w700{
    max-width: 700px;
    margin: auto;
    width: 90%;
  } 

.w650{
    max-width: 650px;
    margin: auto;
    width: 90%;
  } 

/*===============
header
===============*/
.header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  box-shadow:0 5px 10px rgba(0 0 0 / 5%);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 180px;
  margin: 0 auto;
  height: 63px;
  position: relative;
}

@media screen and (max-width:1200px){
  .header-inner {
    padding-left: 20px;
  }
}

.head_btn{
  position: absolute;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#ffffff !important;
  font-weight: bold;
  width: 180px;
  background: var(--color-main);
  top:0;
  right: 0;
}


/* ナビ */
.nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
  font-size: 16px;
}

/* ハンバーガー */
.menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  height: 2px;
  width: 100%;
  background: #333;
  transition: 0.3s;
}

/* スマホ時 */
@media (max-width: 768px) {
  .menu-btn { display: flex; }

  .nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-top: 1px solid #eee;
  }

  .nav.open {
    max-height: 300px; /* メニューが開く高さ */
  }

  .nav ul {
    flex-direction: column;
    gap: 0;
  }

  .nav li {
    border-bottom: 1px solid #eee;
  }

  .nav a {
    display: block;
    padding: 14px 20px;
  }

  /* 開閉アニメーション */
  .menu-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
} 

.main_visual_01{
  height: 700px;
  background-image: url("../images/main_bg02.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.main_visual_02{
  height: 700px;
  background-image: url("../images/main_bg01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

@media screen and (min-width:1200px){
 .main_visual_01{
    background-size:1500px auto;
   background-color:#F9F4F9;
  }
  
  .main_visual_02{
    background-size:1500px 100%;
   background-color:#F0DCF0;
  }
}


  body{
    padding-top: 63px;
  }
  
  .main_visual_content01{
    margin: auto;
    max-width: 550px;
    padding-top: 55px;
    text-align: center;
  }
  
  .main_visual_content02{
    margin: auto;
    max-width: 850px;
    padding-left: 300px;
    padding-top: 140px;
    text-align: center;
  }
  
@media screen and (max-width:1500px){
  .main_visual_02{
   display: flex;
    justify-content: flex-end;
    background-position:center;
  }
  
  .main_visual_content02{
    max-width: 550px;
    padding-left: 0;
    margin: initial;
    padding-right: 30px;
  }
}

  .main_visual_title{
    color:var(--color-main);
    font-size: 67px;
    letter-spacing: 0.08em;
    line-height: 1.2em;;
    font-weight: 600;
  }
  
  .main_visual_title small{
    color:#333333;
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 37px;
    display: inline-block;
  } 
  
  .main_visual_block{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:30px;
  }
  
  .main_visual_box{
    border-radius: 10px;
    background: var(--color-main);
    color:#ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    height: 57px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 18px;
    letter-spacing: 0.06em;
  }
  
  .main_visual_box small{
    font-size: 16px;
  }
  
  .main_visual_box span{
    display: inline-block;
    position: relative;
  }
  
  .main_visual_box span:after{
    content:"※";
    position: absolute;
    top:0;
    right: -10px;
    font-size: 8px;
  }  
  
  .main_visual_text{
    margin-top: 8px;
    text-align: left;
    margin-bottom: 20px;
  }
  
  .main_visual_sub{
    font-size: 21px;
    line-height: 2em;
  }

.main_visual_content02 .c-markerUnderline{
  margin-bottom: 40px;
  display: inline-block;
  padding-bottom: 0;
}
  
  .main_visual_price{
    color:#ffffff;
    display: flex;
    width: 300px;
    height: 60px;
    border-radius: 7px;
    background: #ED4715;
    font-size: 45px;
    margin: auto;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.08em;
    margin-top: 20px;
  }
  
  .main_visual_price span{
    
  }
  
  .main_visual_price small{
    font-size: 24px;
  }  

/* wrapperは重ねる */
.main_visual_wrap{
  position: relative;
}

/* 2枚を重ねる */
.main_visual_wrap > .main_visual_01,
.main_visual_wrap > .main_visual_02{
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease; /* フェード速度 */
}

/* 表示中 */
.main_visual_wrap > .is-active{
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* 非表示側 */
.main_visual_wrap > .is-inactive{
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.main_visual_wrap > .is-active.is-first{
  transition-delay: .3s;  /* 出だしの“間” */
}

.main_visual_wrap{
  height: 700px;
}

  .top_topics{
    padding-top: 54px;
    padding-bottom: 10px;
  }
  
  .section_title{
    text-align: center;
    font-size: 63px;
    line-height: 0.6em;
    color:var(--color-main);
    letter-spacing: 0.06em;
  }
  
  .section_title small{
    font-size: 22px;
    line-height: 1em;
  }
  
  .top_topics_list{
    margin-top: 38px;
  }
  
  .top_topics_item{
    padding: 24px 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap:100px;
    border-bottom: 1px solid #D9D9D9;
    padding-left: 10px;
    letter-spacing: 0.06em;
  }
  
  .top_topics_img{
    margin-top: 10px;
    text-align: right;
  }

.cvr{
  background-image:url("../images/top_about_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0 113px;
}

  .cvr_title{
    text-align: center;
    font-size: 59px;
    letter-spacing: 0.06em;
    color:var(--color-main);
    line-height: 1em;
    margin-bottom: 54px;
  }
  
  .cvr_title .box{
    font-size: 20px;
    display: inline-block;
    padding: 3px 20px;
    background: #ffffff;
    border-radius: 100px;
    border:2px solid var(--color-main);
    line-height: 1em;
    margin-bottom: 25px;
  }
  
  .cvr_title small{
    font-size: 43px;
  }

.cvr_icon {
    position: absolute;
    top: -7px;
    left: 5px;
    background: url(../images/top_about_icon_bg.webp) center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 22px;
    width: 37px;
    height: 42px;
    text-align: center;
    padding-top: 8px;
    color: #ffffff;
    line-height: 1em;
    padding-right: 5px;
}

  .cvr_list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:25px;
    
  }
  
  .cvr_text{
    font-size: 34px;
    color:#ffffff;
    line-height: 1.2em;
    letter-spacing: 0.06em;
  }
  
  .cvr_text small{
    font-size:26px;
  }

  .cvr_text small.pt02{
    font-size:29px;
  }

  .cvr_text small.pt03{
    font-size:20px;
  }

  .cvr_text span{
    font-size: 51px;
  }

  .cvr_text span.pt02{
    font-size: 42px;
  }

  .cvr_text span.pt03{
    font-size: 33px;
  }
  
  .cvr_list li{
    height: 140px;
    background:#AF5698;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
  }

  .cvr_btn_icon{
    display: flex;
    gap:5px;
    position: absolute;
    left: 10px;
    top:-35px;
  }
  
  .cvr_btn_icon li{
    border:2px solid #ffffff;
    color:#ffffff;
    background: #DD4B4B;
    border-radius:100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    line-height: 1.2em;
  }
  
  .cvr_btn_text02 img{
    position: relative;
    top:5px;
  }
  
  .cvr_btn{
    padding: 30px 10px 10px;
    border-radius: 10px;
    border-width: 3px;
    display: block;
    position: relative;
    color:var(--color-main);
    text-align: center;
  }  

.cvr_btn_text02{
  margin-bottom: 4px;
}
  
  .cvr_btn_text03 span{
    display: inline-block;
    padding: 2px 10px;
    border-radius: 100px;
    background: #F8E9F8;
  }
  
  .cvr_lead {
    display: grid;
    gap:10px;
  }
  
  .cvr_lead_h3{
    text-align: center;
    margin-top:50px;
    font-size: 39px;
  }
  
  .cvr_body_title{
    margin-top: 50px;
    font-size: 46px;
    text-align: center;
    margin-bottom: 30px;
    color:var(--color-main);
  }
  
/* 背景（不要なら .balloon-wrap は外してOK） */
.balloon-wrap{
  text-align: right;
  margin-bottom: 30px;
}

/* 吹き出し本体 */
.balloon{
  position:relative;
  background:#fff;
  border-radius:999px;
  padding:16px 24px;
  max-width: 720px;
  margin:0 auto;
  display: inline-block;
}

/* しっぽ */
.balloon::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8.5px;
  width:17px;
  height:17px;
  background:#fff;
  transform:translateX(-50%) rotate(45deg);
  border-radius:4px;
}

/* テキスト */
.balloon__text{
  margin:0;
  text-align:center;
  font-weight:700;
  color:#222;
  line-height:1.55;
  font-size:14px;
}

/* 赤文字 */
.balloon__em{
  color:#E85230;
}

  .cvr_btn_wrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:56px;
    align-items: flex-end;
  }

.cvr_btn:hover{
  opacity: 1;
}

  .color-main{
    color:var(--color-main);
  }
  
  .p-rlt{
    position: relative;
  }
  
  .top_problem{
    background: #F9F4F9;
  }
  
  .top_problem_img01{
    position: absolute;
    bottom:10px;
    left: -50px;
  }
  
  .top_problem_img02{
    position: absolute;
    bottom:-80px;
    right: -50px;
  }
  
  @media screen and (max-width:1000px){
    .top_problem_img01{
    width:10%;
      left: 0;
  }
    
  .top_problem_img02{
    width:10%;
  }
  }
  
    .top_problem_title{
      color:#7C7C7C;
      font-size: 43px;
      text-align: center;
      margin-bottom: 54px;
    }
  
  .top_problem_title span{
    color:var(--color-main);
  }
  
  .u-setcion-wrap{
    padding: 84px 0;
  }
  
  .top_problem_text{
    line-height: 2.33em;;
  }
  
  .top_problem_text{
    position: relative;
  }
  
  .top_problem_cont_title span{
    display: inline-flex;
    height: 70px;
    max-width: 565px;
    justify-content: center;
    align-items: center;
    background: var(--color-main);
    border-radius: 0 0 20px 20px;
    font-size: 29px;
    width: 90%;
    color:#ffffff;
  }
  
/* reset（他CSSの影響を受けにくくする） */
.top_problem_cont_list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  padding: 54px;
}

/* PC：左列 1-4 / 右列 5-8 に固定 */
@media (min-width: 768px){
  .top_problem_cont_list{
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:repeat(4, auto);
    gap:16px;
  }
  
  .top_problem_cont_list > li{
    align-items: center;
    display: flex;
    gap:8px;
  }

  /* 左列（1-4） */
  .top_problem_cont_list > li:nth-child(1){grid-column:1;grid-row:1;}
  .top_problem_cont_list > li:nth-child(2){grid-column:1;grid-row:2;}
  .top_problem_cont_list > li:nth-child(3){grid-column:1;grid-row:3;}
  .top_problem_cont_list > li:nth-child(4){grid-column:1;grid-row:4;}

  /* 右列（5-8） */
  .top_problem_cont_list > li:nth-child(5){grid-column:2;grid-row:1;}
  .top_problem_cont_list > li:nth-child(6){grid-column:2;grid-row:2;}
  .top_problem_cont_list > li:nth-child(7){grid-column:2;grid-row:3;}
  .top_problem_cont_list > li:nth-child(8){grid-column:2;grid-row:4;}
}
  
  .top_problem_cont{
    margin-top: 30px;
  }

  .top_features{
    background-color: #F5EAF2;
    background-image: url("../images/top_features_bg.webp");
    background-size: 448px auto;
    background-position: 65vw 220px;
    background-repeat: no-repeat;
  }

  .top_features_body{
    margin-top: 160px;
  }
  
  .top_features_box{
    padding: 50px;
    position: relative;
    margin-bottom: 100px;
  }
  
  .top_features_box_icon{
    position: absolute;
    top:-30px;
    text-align: center;
    width: 100%;
    left: 0;
  }
  
  .top_features_box_icon .wrap{
    width: 180px;
    padding:3px 20px;
    background-image:url("../images/top_features_title_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
  }

.top_features_box_icon .text01{
  font-size: 13px;
}

.top_features_box_icon .text02{
  font-size: 31px;
  color:#ffffff;
  display: inline-block;
  padding-right: 10px;
}

  .top_features_box_title{
    font-size: 36px;
    color:var(--color-main);
    text-align: center;
    margin-bottom: 30px;
  }
  
  .text-box{
    padding: 4px 10px;
    display: inline-block;
    background:#AF5698;
    border-radius:5px;
    font-size: 21px;
    color:#ffffff;
    margin: 0 5px;
    margin-top: 10px;
  }
  
  .text-box02{
    padding: 4px 10px;
    display: inline-block;
    background:rgba(175 86 152 / 10%);
    border-radius:5px;
    font-size: 33px;
    color:var(--color-main);
    margin: 0 5px;
  }  
  
  .top_features_box_text02{
    margin-top: 20px;
  }
  
  .top_features_box_block{
    padding: 20px;
    border-radius: 10px;
    background:rgba(175 86 152 / 10%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  
  .top_features_box_lead{
    padding: 20px;
    border-radius: 10px;
    border:4px solid #ED4715;
    background: #ffffff;
  }
  
  .top_features_box_lead span{
    color:#ED4715;
  }

  .top_features02_text span{
    display: inline-block;
    text-align: left;
    font-size: 10px;
    font-weight: normal;
  }

  .top_features03_title{
    margin-top: 30px;
  }  
  
/* ===== Features03 Slider only ===== */
.top_features03_slide {
  margin-top: 24px;
}

.top_features03_slide .tf03-swiper {
  overflow: visible; /* 両端の“はみ出し”表示 */
}

.top_features03_slide .swiper-slide {
  height: auto;
}

.top_features03_slide .tf03-card {
  height: 100%;
  background: #fff;
  border: 2px solid #b24aa1; /* 紫枠（必要なら色調整） */
  border-radius: 10px;
  padding: 22px 20px 18px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 2px 2px 0 var(--color-main);
}

.top_features03_slide .tf03-avatar {
 text-align: center;
}
  
.top_features03_slide .tf03-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0 10px;
  text-align: left;
}

.top_features03_slide .tf03-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 14px;
  text-align: left;
}

.top_features03_slide .tf03-meta {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  opacity: 0.85;
}


  .top_features_box.mb0{
    margin-bottom: 0;
  }

  .top_features04_img01{
    position: absolute;
    top:200px;
    left: 50px;
  }
  
  .top_features04_img02{
    position: absolute;
    top:200px;
    right: 30px;
  }
  
  
  .top_features04_img03{
    position: absolute;
    top:500px;
    left: 30px;
  }
    
  .top_features04_text01{
    line-height: 2.3em;
  }
  
  .top_features04_text01 .xl-text{
    font-size: 24px;
    color:#ED4715;
  }
  
  .top_features04_text02 span.wrap{
    display: inline-block;
    padding: 3px 10px;
    background:rgba(237 71 21 / 10%);
    font-size: 28px;
    color:#ED4715;
    border-radius: 10px;
    line-height: 1.2em;
  }
  
  .top_features04_text02 span.text{
    font-size: 44px;
  }
  
  .top_features_box_text03{
    margin-top: 30px;
    line-height: 2.3em;
  }


  .top_features04_box_block{
    margin-top: 60px;
    background: rgba(175 86 152 / 4%);
    border-radius: 20px;
    padding: 40px;
    padding-top: 0;
  }
  
  .top_features_box_img_title span{
    display: inline-block;
    background: var(--color-main);
    padding: 8px 30px;
    font-size: 28px;
    position: relative;
    top:-30px;
    color:#ffffff;
    border-radius: 10px;
  }

  .top_features_box_img_text01{
    font-size: 26px;
    color:var(--color-main);
    margin-bottom: 20px;
  }
  
  .top_features_box_img_text02{
    font-size: 36px;
    color:var(--color-main);
    margin-bottom: 20px;
  } 
  
  .top_features_box_img_text02 small{
    font-size: 21px;
  }
  
  .top_features_box_img_text03{
    font-size: 18px;
    color:var(--color-main);
    line-height:2em;
    margin-bottom: 10px;
  }
  
  .top_features_box_btnwrap .btn-press{
    width:100%;
    max-width: 472px;
    font-size:18px;
    color:var(--color-main);
    border-radius: 10px;
    margin-bottom: 10px;
    border-width: 3px;
  }

  .top_features_box_img_text04{
    font-weight: normal;
  }

  .top_plan{
    background:url("../images/top_plan_bg.webp");
    background-size: 100% auto;
  }

  .top_plan_title{
    font-size: 48px;
    text-align: center;
    color:var(--color-main);
    margin-bottom: 20px;
  }
  
  .top_plan_text01{
    line-height: 2.3em;
    position: relative;
  }
  
  .top_plan_img01{
    position: absolute;
    left: 0;
    top:10px;
  }
  
  .souzoku_table{
    width: 100%;
    border-top:1px solid var(--color-main);
    margin-top: 30px;
  }
  
  .souzoku_table th{
    padding:15px 30px;
    color:#ffffff;
    background:var(--color-main);
    border-bottom: 1px solid #ffffff;
    text-align: left;
    width: 300px;
  }
  
  .souzoku_table td{
    padding:15px 30px;
    font-weight: normal;
    background:#ffffff;
    border-bottom: 1px solid var(--color-main);
    width: calc(100% - 300px);
    line-height: 2em;
  }  
  
  .top_plan_text02{
    margin: 50px 0 70px;
  }

  .top_plan_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:60px;
  }
  
  .top_plan_list_title{
    height:130px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color:#ffffff;
    background: var(--color-main);
    padding: 10px;
    border-radius: 6px 6px 0 0;
  }
  
  .top_plan_list_title .text01{
    font-size: 29px;
  }
  
  .top_plan_list_title .text02{
    font-size: 40px;
  } 
  
  .top_plan_list_body{
    background: #ffffff;
    text-align: center;
    border-radius:0 0 6px 6px;
    padding: 40px 22px;
  }
  
  .top_plan_list_body_text02{
    margin-top: 20px;
    padding: 20px 10px;
    background: rgba(175 86 152 / 4%);
    border-radius: 8px;
    color:var(--color-main);
  }
  
  .box-shadow.pt02{
      border: 3px solid #ED4715;
      box-shadow: 2px 2px 0 #ED4715;
  }
  
  .box-shadow.pt02 .top_plan_list_body_text02{
    background: rgba(237 71 21 / 4%);
    color:#ED4715;
  }
  
  .box-shadow.pt02 .top_plan_list_title{
    background: #ED4715;
  }  

  .mt10{
    margin-top: 10px;
  }
  
  .normal{
    font-weight: normal !important;
  }
  
    .features_pack .section_title{
    line-height: 1.25em;
  }
  
  .features_pack_cont{
    display: grid;
    gap:50px;
  }
  
  .features_pack_box{
    padding: 0;
  }
  
  .features_pack_box_block{
    display: grid;
    grid-template-columns: 45% 55%;
    padding: 35px 25px 45px 45px;
    gap:15px;
  }
  
  .features_pack_box-img{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    height: 200px;
    width: 100%;
  }
  
  .features_pack_box-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }  
  
  .features_pack_box_icon span{
    color:#ffffff;
    background: var(--color-main);
    display: inline-block;
    padding: 3px 20px;
    border-radius: 100px;
    margin-bottom: 10px;
  }
  
  .features_pack_box_title{
    color:var(--color-main);
    font-size: 26px;
    margin-bottom: 10px;
  }
  
  .features_pack_box_title .xl-size{
    font-size: 46px;
  }  

  .features_pack_box_title .s-size{
    font-size: 19px;
  }  
  
  .features_pack_box_cols01{
    padding-right: 15px;
  }
  
  .features_pack_box_cols_bg{
    padding:30px 10px;
    background: rgba(175 86 152 / 4%);
    border-radius: 8px;
  }
  
  .features_pack_box_cols_title{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-main);
    color:var(--color-main);
    text-align: center;
  }

  .features_pack_box_title.pt02{
    line-height: 1.2em;
    margin-top: 20px;
  }
  
  .features_pack_box_title02 .pt01{
    display: inline-block;
    padding: 2px 10px;
    background: rgba(51 51 51 / 10%);
    border-radius: 8px;
  }
  
  .features_pack_box_title02 .pt02{
    color:var(--color-main);
  }  

  .top_features_02{
    background: url("../images/top_plan_bg02.png");
    background-size: 100% auto;
  }

  .section_title.pt02{
    line-height: 1.2em;
    color:#ED4715;
    margin-bottom: 60px;
  }
  
  .top_features_02_cont{
    display: grid;
    gap:50px;
  }
  
  .top_features_02_box{
      border: 3px solid #ED4715;
      box-shadow: 2px 2px 0 #ED4715;
      padding: 16px 39px 27px;
  }
  
  .top_features_02_title{
    margin: 10px 0;
    color:#ED4715;
  }
  
  .top_features_02_title span{
    font-size: 20px;
  }
  
  .top_features_02_icon span{
    padding: 3px 10px;
    border-radius: 8px;
    background: rgba(51 51 51 / 10%);
  }

.top_area_head_cont{
  background: url("../images/top_area_bg.webp") center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 595px;
}

  .top_area_head{
    position: relative;
  }  
  
  .top_area_head_wrap{
    position: absolute;
    top:57px;
    left: 90px;
  }
  
  .top_area_head_sub{
    font-size: 35px;
    margin-bottom: 10px;
  }
  
  .top_area_head_title{
    line-height: 0.8em;
    color:var(--color-main);
    font-size: 60px;
  }
  
  .top_area_head_title small{
    font-size: 20px;
    line-height: 1em;
  }  

  .top_area_ud{
    margin-top: 40px;;
  }
  
  .top_area{
    background: #F9F4F9;
  }
  
  .tf03-title.pt02{
    margin-bottom: 20px;
    text-align: center;
    color:var(--color-main);
    font-size: 25px;
  }
  
  .top_area_title{
    text-align: center;
    color:var(--color-main);
    font-size: 45px;
    margin: 100px 0 70px;
  }
  
  .top_area_h4{
    text-align: center;
    color:var(--color-main);
    font-size: 34px;
    margin: 10px 0;
  }

  .section_title.pt03{
    font-size: 42px;
  }
  
  .top_faq_list{
    display: grid;
    margin-top: 40px;
    gap:27px;
  }
  
  .top_faq_item{
    padding: 31px 40px;
    border-radius: 20px;
    background: #F9F4F9;
  }
  
  .top_faq_item dt{
    padding-left:84px;
    color:var(--color-main);
    margin-bottom: 20px;
    position: relative;
    min-height: 54px;
    display: flex;
    align-items: center;
  }
  
  .top_faq_item dd{
    padding-left:84px;
    position: relative;
    min-height: 0;
    display: flex;
    align-items: center;
  } 
  
  .top_faq_item dd{
    padding-left:84px;
    position: relative;
  }    
  
  .top_faq_item dt:after{
    content:"Q";
    color:#ffffff;;
    background:var(--color-main);
    position: absolute;
    height: 54px;
    width: 54px;
    border-radius: 100px;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }
  
  .top_faq_item dd:after{
    border:3px solid var(--color-main);
    content:"A";
    color:var(--color-main);
    background:#ffffff;
    position: absolute;
    height: 54px;
    width: 54px;
    border-radius: 100px;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }

.loop-slider {
  width: 100%;
  overflow: hidden;
}

.loop-slider .swiper {
  overflow: hidden;
}

.loop-slider .swiper-wrapper {
  will-change: transform;
}

.loop-slider .swiper-slide {
  width: 280px;              /* PC: 1枚の見た目幅（ここを変える） */
  height: 170px;             /* 高さ固定にしたい場合 */
  flex-shrink: 0;
}

.loop-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.loop-slider{
  margin-top: 95px;
}

.top_information{
  background: url("../images/top_last_bg.webp") center;
  background-size: cover;
  background-repeat: no-repeat;  
}

  .section_title.pt04{
    font-size: 36px;
    margin-bottom: 60px;
  }
  
  .top_information_cols{
    display: flex;
    justify-content: space-between;
    gap:30px;
  }
  
  .top_information_table{
    width: 100%;
  }
  
  .top_information_table th{
    padding-bottom: 20px;
    width: 120px;
    text-align: left;
    vertical-align:top;
  }
  
  .top_information_table td{
    padding-bottom: 20px;
    width: calc(100% - 120px);
  }
  
  .top_information_table td span{
    font-size: 36px;
    color:var(--color-main);
  }
    
  .top_information_btnwrap{
    margin: auto;
    margin-top: 30px;
    width: 90%;
    max-width: 580px;
  }
  
  .top_information_btnwrap a{
    margin-bottom: 10px;
    display: block;
    border-radius: 8px;
    color:var(--color-main);
    font-size: 18px;
    text-align: center;
    padding: 10px;
  }
  
  .top_information_btnwrap a:hover{
    opacity: 1;
  }

.copy{
  text-align: center;
  padding: 40px 0;
  font-size: 12px;
  color:var(--color-main);
}

  .frt_bnr{
    position: fixed;
    top:30%;
    right: 0;
    display: grid;
    gap:20px;
  }  
  
.frt_bnr.pt_pc{
  opacity: 1 !important;
  position: absolute !important;
}

  .frt_bnr a{
    padding:20px 10px;
    border-radius: 10px 0 0 10px;
    background:#CE7FB9;
    font-size: 16px;
    text-align: center;
    color:#ffffff;
  -webkit-writing-mode: vertical-rl; /* Safari, Chrome */
  writing-mode: vertical-rl; 
    border:1px solid #BA6BC4;/* 基本設定 */    
  }    
  
.frt_bnr{
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .8s ease, transform .8s ease;
  will-change: opacity, transform;
  z-index: 5;
}
.frt_bnr.is-show{
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce){
  .frt_bnr{ transition:none; transform:none; opacity:1; }
}

/* ddは開閉だけ制御（見た目は触らない） */
.top_faq_item > dd{
  overflow: hidden;
  height: 0;                 /* 初期は閉じる */
  transition: height .35s ease;
}

/* dtの中に挿入する「＋/−」 */
.top_faq_item > dt{
  position: relative;        /* アイコンの絶対配置の土台 */
  padding-right: 32px;       /* 右にアイコン分の余白 */
  cursor: pointer;
}

/* 追加するspan本体 */
.top_faq_item > dt .faq-toggle{
  position: absolute;
  right: 6px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}

/* 横線（−） */
.top_faq_item > dt .faq-toggle::before{
  content:"";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 2px;
  background: var(--color-main);
  transform: translateY(-50%);
}

/* 縦線（＋の縦棒） */
.top_faq_item > dt .faq-toggle::after{
  content:"";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 16px;
  background: var(--color-main);
  transform: translateX(-50%);
  transition: opacity .2s ease;
}

/* 開いたら縦棒を消して「−」に */
.top_faq_item.is-open > dt .faq-toggle::after{
  opacity: 0;
}

/* other */
  .other_title_wrap{
    height: 387px;
    background: url("../images/other_bg.webp") center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  } 
  
  .other_title{
    font-size: 32px;
    text-align: center;
  }
  
  .other_title span{
    font-size: 23px;
  }

  .about_sec01_title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
    color:var(--color-main);
  }
  
  .about_sec02_title{
    text-align: center;
    font-size: 32px;
    margin-bottom: 90px;
  }
  
  .about_sec02_title span{
    font-size: 24px;
    color:var(--color-main);
  }
  
  .about_sec02{
    background:#F9F4F9;
  }
  
  .about_sec02_wrap{
    padding: 100px;
    background: #ffffff;
    border-radius: 10px;
  }
  
  .about_sec02_table{
    width: 100%;
    line-height: 2em;
  }
  
  .about_sec02_table th{
    font-size: 18px;
    color:var(--color-main);
    vertical-align: top;
    padding: 30px 0;
    width: 140px;
    border-bottom: 1px solid rgba(175 86 152 / 40%);
  }
  
  .about_sec02_table td{
    font-size: 18px;
    vertical-align: top;
    padding: 30px 0;
    width: calc(100% - 140px);
    border-bottom: 1px solid rgba(175 86 152 / 40%);
  }

.about_sec03,
.other-bg{
  background: url("../images/other_bg02.webp") center;
}


  .about_sec03_list{
    position: relative;
    font-size: 18px;
  }
  
  .about_sec03_list:after{
    content:" ";
    position: absolute;
    height: 80%;
    left: 7.5px;
    top:10%;
    width: 1px;
    background: var(--color-main);
    display: block;
  }
  .about_sec03_list li{
    padding-left: 30px;
    display: flex;
    gap:60px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .about_sec03_list li:after{
    content:" ";
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background:var(--color-main);
    left: 0;
    top:7px;
    position: absolute;
  }
  
  .about_sec03_list .pt01{
    color:var(--color-main);
  }

  .price_sec01_list{
    display: grid;
    gap:30px;
    grid-template-columns: repeat(4,480px);
    width: 100%;
    overflow-x: scroll;
  }
  
  .price_sec01_box{
    padding: 35px;
    border-radius: 10px;
  }
  
  .price_sec01_box_text01{
    text-align: center;
    font-size: 24px;
    color:var(--color-main);
    margin-bottom: 10px;
  }
  
  .price_sec01_box_text02 span{
    font-size: 14px;
    color:#ffffff;
    padding: 3px 10px;
    border-radius: 100px;
    background: var(--color-main);
  }
  
  .price_sec01_box_text03{
    padding: 20px;
    margin: auto;
    margin-top: 30px;
    background: rgba(175 86 152 / 4%);
    font-size: 16px;
    border-radius: 10px;
  }
  
  .price_sec01_box_text03 span{
    font-size: 20px;
    display: block;
    text-align: center;
    color:var(--color-main);
    line-height: 2.5em;
  }
  
  .price_sec01_box_text04 a{
    margin: auto;
    margin-top: 15px;
    color:var(--color-main);
    border-radius: 8px;
    text-align: center;
    font-size:18px;
    width: 100%;
    border-width: 3px;
    padding: 8px;
  }


.features_pack_cont{
  margin-top: 30px;
}

:root{
  --anchor-offset: 90px; /* ヘッダー高さ + 余白 */
}

[id]{
  scroll-margin-top: var(--anchor-offset);
}

  .cvr_contact{
    background: #F9F4F9;
  }  
  
  .cvr_body_title.mt0{
    margin-top: 0 !important;
  }
  
  .cvr_contact .cvr_btn_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px;
    align-items: flex-end;
    max-width: 600px;
    margin: auto;
  }
  
  .cvr_flex{
    display: flex;
    justify-content: center;
    gap:15px;
    align-items: center;
  }

:root{
  --step-active: #B0529A; /* 画像の紫っぽい色（必要なら変更） */
  --step-inactive: #7B7B7B;
  --step-line: #7B7B7B;
  --step-bg: #fff;

  /* PC */
  --step-circle: 45px;      /* 円の直径（見た目合わせ用。必要なら調整） */
  --step-num: 26px;
  --step-text: 12px;
  --step-gap: 10px;
}

.stepper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  list-style: none;
  padding: 0;
  width: 360px;
  margin: auto;
}

.stepper__item{
  position: relative;
  flex: 1;
  text-align: center;
}

/* つなぎ線（1→2、2→3） */
.stepper__item:not(:last-child)::after{
  content:"";
  position: absolute;
  top: calc(var(--step-circle) / 2);
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--step-line);
  transform: translateY(-50%);
  z-index: 0;
}

/* 円 */
.stepper__circle{
  position: relative;
  z-index: 1;
  width: var(--step-circle);
  height: var(--step-circle);
  border-radius: 999px;
  background: var(--step-inactive);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: var(--step-num);
  font-weight: 700;
  margin: 0 auto;
}

/* ラベル */
.stepper__label{
  display: block;
  margin-top: var(--step-gap);
  font-size: var(--step-text);
  font-weight: 700;
  color: var(--step-inactive);
  line-height: 1.2;
}

/* active */
.stepper__item.is-active .stepper__circle{
  background: var(--step-active);
}
.stepper__item.is-active .stepper__label{
  color: var(--step-active);
}

/* done（完了済みを別色にしたい場合。activeと同色でもOK） */
.stepper__item.is-done .stepper__circle{
  background: var(--step-active);
}
.stepper__item.is-done .stepper__label{
  color: var(--step-active);
}

  .contact_wrap{
    padding: 60px 0;
  }
  
  .form_wrap{
    border-radius: 5px;
    background:#F9F4F9;
    margin-top: 35px;
    padding: 50px;
  }
  
:root{
  --color-main: #B0529A; /* 既にある想定。なければ任意 */
  --form-bg: #f7eef5;    /* うす紫背景 */
  --field-bg: #fff;
  --border: #e7dde6;
  --text: #222;
  --muted: #666;
}

.form{
  background: var(--form-bg);
  padding: 40px 16px;
}
.form__inner{
  max-width: 880px;
  margin: 0 auto;
  background: rgba(255,255,255,.35);
  border-radius: 10px;
  padding: 32px 24px;
}

.f-row{ margin-bottom: 46px; }

.f-head{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.f-title{
  font-size: 18px;  /* 指定 */
  font-weight: 700;
  color: var(--text);
}

.f-req{
  font-size: 14px; /* 指定 */
  font-weight: 700;
  color: #ff4d4d;
  border: 1px solid #ff4d4d;
  padding: 2px 8px;
  border-radius: 4px;
  line-height: 1;
  background: #ffffff;
}

.f-control{ }

.f-input,
.f-select,
.f-textarea{
  width: 100%;
  font-size: 16px;      /* 指定 */
  color: var(--text);
  background: var(--field-bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 14px 14px;
  outline: none;
  box-sizing: border-box;
}

.f-input::placeholder,
.f-textarea::placeholder{
  color: #b9b0b9;
}

.f-textarea{
  padding: 14px;
  resize: vertical;
  min-height: 180px;
}

/* select：右の矢印を自前で描く（見た目を揃える） */
.f-select{
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 52%,
    calc(100% - 12px) 52%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

/* ここが「ホバー時に画像っぽい」部分：select自体の見た目は変えられる */
.f-select:hover,
.f-select:focus{
  border-color: var(--color-main);
  box-shadow: 0 0 0 3px rgba(176,82,154,.15);
}

/* 日時：簡易グリッド */
.dt-grid{ display:grid; gap: 14px; }
.dt-row{
  display:grid;
  grid-template-columns: 90px 1fr;
  align-items:center;
  gap: 12px;
}
.dt-label{
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}
.dt-fields{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
}
.dt-unit{
  font-size: 16px;
  color: var(--text);
}
.dt-y{ width: 120px; }
.dt-m,.dt-d,.dt-h{ width: 80px; }

.f-note{
  margin-top: 14px;
  font-size: 13px; /* 指定 */
  color: var(--muted);
  line-height: 1.7;
}
.f-note p{ margin: 0 0 10px; }

.f-actions{
  display:flex;
  justify-content:center;
  margin-top: 26px;
}
.f-btn{
    width: min(420px, 100%);
    height: 56px;
    border-radius: 8px;
    border: 3px solid var(--color-main);
    background: transparent;
    color: var(--color-main);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    background: #ffffff;
}

/* =========================
   price_sec01 swiper
   既存CSSを壊さないように price_sec01_slide 配下だけ指定
========================= */
.price_sec01_slide{
  width: 100%;
  overflow: hidden;
}

.price_sec01_slide .swiper-wrapper{
  align-items: stretch;
}

.price_sec01_slide .swiper-slide{
  width: 480px;
  height: auto;
  flex-shrink: 0;
}

.price_sec01_slide .price_sec01_box{
  height: 100%;
  box-sizing: border-box;
}

/* 既存の横スクロール用 list を使わない場合の保険 */
.price_sec01_slide .swiper-slide > *{
  width: 100%;
}

@media (max-width: 768px){
  .price_sec01_slide .swiper-slide{
    width: 330px;
  }
}

/* スライダーカット */
.main_visual_wrap > .main_visual_01, .main_visual_wrap > .main_visual_02 {
    opacity: 1 !important;
  visibility: visible;
}

.google-review-note{
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  opacity: 0.7;
}

.tf03-meta a{
  color: inherit;
  text-decoration: underline;
}

.top_features03_slide .tf03-text{
  white-space: pre-line;
}
.google-review-note{
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  opacity: 0.7;
}

.tf03-meta a{
  color: inherit;
  text-decoration: underline;
}

.top-achievement{
  padding: 80px 0;
  background: #fff;
}

.top-achievement__inner{
  width: min(100%, 1200px);
  margin: 0 auto;
  margin-bottom: 40px;
}

.top-achievement__head{
  display: grid;
  grid-template-columns: 1fr 390px 1fr;
  align-items: end;
  gap: 20px;
  margin-bottom: 50px;
}

.top-achievement__head-illust{
  text-align: center;
}

.top-achievement__head-illust img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.top-achievement__head-main{
  position: relative;
  text-align: center;
}

.top-achievement__laurel img{
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.top-achievement__title-wrap{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-achievement__title-wrap > p:first-child{
  margin-bottom: 10px;
}

.top-achievement__title-wrap > p:first-child img{
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.top-achievement__lead{
  color: var(--color-main);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.top-achievement__title{
  margin-bottom: 12px;
  color: var(--color-main);
  font-weight: 700;
  line-height: 1;
}

.top-achievement__title-num{
  font-size: 78px;
  line-height: 1;
}

.top-achievement__title-unit{
  font-size: 56px;
  line-height: 1;
}

.top-achievement__sub{
  color: var(--color-main);
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
}

.top-achievement__note{
  font-size: 17px;
  font-weight: 500;
  vertical-align: baseline;
  margin-left: 6px;
}

.top-achievement__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 750px;
  margin: 0 auto;
}

.top-achievement__item{
  display: flex;
}

.top-achievement__badge{
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url("../images/top_features_text_bg.webp") center/contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
}

.top-achievement__badge-text{
  color: #fff;
  line-height: 1.35;
  font-weight: 700;
}

.top-achievement__badge-sm,
.top-achievement__badge-md,
.top-achievement__badge-lg,
.top-achievement__badge-last{
  display: block;
}

.top-achievement__badge-sm{
  font-size: 19px;
  margin-bottom: 6px;
}

.top-achievement__badge-md{
  font-size: 19px;
  line-height: 1.45;
  margin-bottom: 4px;
}

.top-achievement__badge-md02{
  font-size: 24px;
  display: block;
}

.top-achievement__badge-lg{
  font-size: 34px;
  line-height: 1.05;
  margin-bottom: 2px;
}

.top-achievement__badge-unit{
  font-size: 19px;
  margin-left: 4px;
}

.top-achievement__badge-last{
  font-size: 34px;
  line-height: 1.1;
}

.top-achievement__badge-last small{
  font-size: 12px;
  font-weight: 500;
}

/* ====== sp ====== */
@media (max-width: 829px){
  .top-achievement{
    padding: 50px 0;
  }

  .top-achievement__inner{
    width: 92%;
  }

  .top-achievement__head{
    display: block;
    position: relative;
    margin-bottom: 30px;
  }

  .top-achievement__head-illust--left{
    width: 100px;
    position: absolute;
    top:0;
    left: 0;
  }
  
  .top-achievement__head-illust--right{
    position: absolute;
    width: 100px;
    bottom:0;
    right: 0;
  }

  .top-achievement__head-main{
    order: 1;
    max-width: 360px;
    margin: 0 auto;
  }

  .top-achievement__laurel img{
    max-width: 360px;
  }

  .top-achievement__title-wrap > p:first-child{
    margin-bottom: 6px;
  }

  .top-achievement__title-wrap > p:first-child img{
    width: 78px;
  }

  .top-achievement__lead{
    font-size: 22px;
    margin-bottom: 4px;
  }

  .top-achievement__title{
    margin-bottom: 6px;
  }

  .top-achievement__title-num{
    font-size: 72px;
  }

  .top-achievement__title-unit{
    font-size: 40px;
  }

  .top-achievement__sub{
    font-size: 34px;
  }

  .top-achievement__note{
    font-size: 14px;
    margin-left: 4px;
  }

  .top-achievement__list{
    gap: 10px;
    max-width: 320px;
  }

  .top-achievement__badge{
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
  }
  
  .top-achievement__badge-text {
    line-height: 1;
}

  .top-achievement__badge-sm{
    font-size: 8px;
    margin-bottom: 4px;
  }

  .top-achievement__badge-md{
    font-size: 8px;
    margin-bottom: 2px;
  }

  
    .top-achievement__badge-md02{
    font-size: 10px;
    margin-bottom: 2px;
  }
  

  .top-achievement__badge-lg{
    font-size: 14px;
  }

  .top-achievement__badge-unit{
    font-size: 8px;
    margin-left: 3px;
  }

  .top-achievement__badge-last{
    font-size: 14px;
  }

  .top-achievement__badge-last small{
    font-size: 4px;
  }
}

/* ====== sp ====== */
@media (max-width: 365px){

  .top-achievement__head-illust--left{
    width: 60px;
  }
  
  .top-achievement__head-illust--right{
    width: 60px;
  }
}