@charset "UTF-8";
html, body {
  overflow-x: hidden;
}  
  
.site-wrap{
  overflow-x: clip; /* hiddenより「スクロール領域を作らない」ので強い */
}

.sp{
  display: none;
}

.pt_sp{
  display: none !important;
}
/* clipが効かない古い環境対策 */
@supports not (overflow: clip){
  .site-wrap{ overflow-x: hidden; }
}  

/* スマホ時 */
@media (max-width: 768px) {  
  
.pt_pc{
  display: none !important;
}
  
.pt_sp{
  display: grid !important;
}  
  .sp{
    display: block;
  }  
  
  body{
    padding-top: 60px;
  }  
  
    .menu-btn {
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px 17px;
        height: 60px;
        width: 60px;
        background: var(--color-main);
    }
  

.menu-btn span {
    background: #ffffff;
}
  
.header-inner {
    height: 60px;
}
  
.nav a,
.head_btn {
  position:relative;
    align-items: center;
    justify-content: center;
    color: var(--color-main) !important;
    font-weight: bold;
    width: 100%;
    background: #ffffff;
    top: 0;
    right: 0;
}
  
  .nav a:after{
    content:"";
    display:inline-block;
    width:8px;
    height:8px;
    border-top:1px solid var(--color-main);
    border-right:1px solid var(--color-main);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top:20px;
    right: 30px;
  }
  
  .top_features03_slide {
    margin-top: 18px;
  }
  .top_features03_slide .tf03-card{
    padding: 20px 18px 16px;
  }
  
  .loop-slider .swiper-slide {
    width: 180px;            /* SP: 1枚の見た目幅 */
    height: 120px;
  } 
  
.main_visual_01{
  height: 600px;
  background-image: url("../images/main_sp02.webp");
}

.main_visual_02{
  height: 600px;
  background-image: url("../images/main_sp01.webp");
}
  .main_visual_content01{
    padding: 20px;
    padding-top: 40px;
  } 
  
  .main_visual_content02{
    padding: 20px;
    margin: auto;
  } 
  
.main_visual_block {
    gap: 15px;
}

.main_visual_box small {
    font-size: 15px;
}
  
.main_visual_box {
    font-size: 23px;
    height: 87px;
    line-height: 1.2em;
}
  
.main_visual_box span:after {
    top: 32px;
    right: -14px;
}
  
.main_visual_text {
    font-size: 10px;
}
  
  .main_visual_wrap .c-markerUnderline{
    font-size: 12px;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 40px;
  }  
  
  .main_visual_sub {
    font-size: 12px;
  }
 
.main_visual_price {
    width: 200px;
    height: 42px;
    font-size: 23px;
}  
  
.main_visual_price small {
    font-size: 12px;
}  
  

  
.main_visual_title small {
    font-size: 15px;
    line-height: 25px;
}
  
.main_visual_title {
    font-size: 36px;
}
  
.main_visual_wrap {
    height: 600px;
}
  
.top_topics {
    padding-top: 54px;
    padding-bottom: 0;
}
  
.section_title {
    font-size: 31px;
  line-height: 1em;
}

.section_title small {
    font-size: 16px;
    line-height: 1.5em;
}
  
.top_topics_list {
    margin-top: 15px;
}

.top_topics_item {
    padding: 12px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    border-bottom: 1px solid #D9D9D9;
    padding-left: 0;
    letter-spacing: 0.06em;
}
  
  .top_topics_item *{
    font-size: 14px;
  }  
  
.top_topics_img {
    text-align: center;
}  
  
.cvr {
    background-image: url(../images/top_about_bg.webp);
    padding: 50px 0;
}  
  
.cvr_title .box {
    font-size: 12px;
    display: inline-block;
    padding: 3px 20px;
    background: #ffffff;
    border-radius: 100px;
    border: 2px solid var(--color-main);
    line-height: 1em;
    margin-bottom: 15px;
}
  
.cvr_title small {
    font-size: 25px;
}
  
.cvr_title {
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.06em;
    color: var(--color-main);
    line-height: 1em;
    margin-bottom: 30px;
}
  
.cvr_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
  
.cvr_text span {
    font-size: 30px;
}
  
.cvr_text {
    font-size: 21px;
}
  
.cvr_text small {
    font-size: 14px;
}
  
.cvr_list li {
    height: 100px;
}
  
.cvr_text small.pt03 {
    font-size: 12px;
}
  
.cvr_text span.pt02 {
    font-size: 26px;
}
  
.cvr_text small.pt02 {
    font-size: 17px;
}
  
.cvr_text span.pt03 {
    font-size: 20px;
}
  
    .cvr {
        background-image: url(../images/cvr_bg.png);
    }  
  
.cvr_lead_h3 {
    font-size: 28px;
}
  
  .cvr_text01{
    font-size: 14px;
  }
  
  .cvr_text02{
    font-size: 20px;
  }
  
  .cvr_body_title {
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}
  
.cvr_btn_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    align-items: flex-end;
}
  
.balloon__text {
    font-size: 8px;
}
  
.cvr_btn_icon li {
    height: 45px;
    width: 45px;
    font-size: 8px;
}
  
.cvr_btn_icon li *{
    font-size: 8px;
}  

.cvr_btn_icon {
    top: -25px;
}

.balloon-wrap {
    margin-bottom: 20px;
}
  
  .cvr_btn_text01{
    font-size: 13px;
  }
  
  .cvr_btn_text02{
    font-size: 18px;
  }
  
  .cvr_btn_text02 img{
    width: 20px;
  }
  
  .cvr_btn_text03{
    font-size: 8px;
  } 
  
.cvr_btn {
    padding: 20px 10px 10px;
}
  
.u-setcion-wrap {
    padding: 50px 0;
}
  
.top_problem_title {
    color: #7C7C7C;
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}
  
.top_problem_text {
    font-size: 14px;
}  
  
    .top_problem_img01,
  .top_problem_img02{
        width: 200px;
        left: 0;
    bottom:inherit;
        position: inherit;
        display: block;
        margin: auto;
        margin-top: 20px;
    }
  
  .top_problem_cont_title span {
    display: flex;
    height: 55px;
    max-width: 100%;
    border-radius: 0;
    font-size: 20px;
    width: 100%;
}
  
.top_problem_cont_list {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 25px 10px;
  font-size: 11px;
}
  
  .top_problem_cont{
    margin-bottom: 40px;
  }  
  
  .top_problem_cont_list li{
    display: grid;
    grid-template-columns: 20px 1fr;
    gap:5px;
    align-items: center;
  }  
  
.top_problem_cont_list img{
  width: 20px;
  }
  
.top_problem_text .font-26px {
    font-size: 16px;
} 
  
  .top_problem{
    padding-bottom: 0;
  } 
  
.top_features {
    background-size: 318px auto;
    background-position: -3vw 10px;
}
  
.top_features_body {
    margin-top: 80px;
}
  
.top_features_box_icon .wrap {
    width: 140px;
    padding: 3px 5px;
}
  
.top_features_box_icon .text02 {
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    padding-right: 22px;
}
  
.top_features_box {
    padding: 30px 15px;
    position: relative;
    margin-bottom: 60px;
}
  
.top_features_box_title {
    font-size: 18px;
    color: var(--color-main);
    text-align: center;
    margin-bottom: 20px;
}
  
  .top_features_box_text01,
  .top_features_box_text01 *{
    font-size: 14px;
  }
  
  .top_features_box_text01_span{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
  }  

  .top_features_box_text02,
  .top_features_box_text02 *{
    font-size: 16px;
}
  
.top_features_box_block {
    padding: 10px;
    border-radius: 10px;
    background: rgba(175 86 152 / 10%);
    display: grid;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
}
  
.top_features_box_lead {
    padding: 15px;
    border-radius: 10px;
    border: 4px solid #ED4715;
    background: #ffffff;
    font-size: 12px;
}
  
.top_features_box_lead span {
    font-size: 15px;
}
  
.top_features_box_icon {
    top: -17px;
}
  
  .top_features03_text02{
    font-size: 18px;
    margin-top: 30px;
  }
  
  .top_features_box_img_wrap{
    display: flex;
    gap:10px;
  }  
  
  .top_features04_img01,
  .top_features04_img02,
  .top_features04_img03{
    position: inherit;
  }
  
  .top_features04_img01{
    width: 60px;
    height: auto;
  }
  
  .top_features04_img03,
  .top_features04_img02{
    width: 110px;
  }
  
.top_features04_text02 span.wrap {
    font-size: 17px;
}
  
.top_features04_text02 span.text {
    font-size: 27px;
}
 
.top_features04_text01{
    font-size: 14px;
}  
  
.top_features04_text01 .xl-text {
    font-size: 18px;
}  
  
  .top_features_box_img_wrap02{
    text-align: right;
    margin-top: 10px;
  } 
  
.top_features_box_text03 {
    font-size: 13px;
}
  
  .top_features_box_text03 .font-24px{
    font-size: 19px;
  }
  
.top_features04_box_block {
    padding: 0;
  margin-bottom: 30px;
}
  
.top_features_box_img_title span {
    display: inline-block;
    background: var(--color-main);
    padding: 8px 30px;
    font-size: 18px;
    position: relative;
    top: 0;
    color: #ffffff;
    border-radius: 10px;
  margin-bottom: 30px;
}  
  
  
.top_features_box_img_text01 {
    font-size: 14px;
    color: var(--color-main);
    margin-bottom: 20px;
}
  
.top_features_box_img_text02 {
    font-size: 25px;
    color: var(--color-main);
    margin-bottom: 20px;
}
  
.top_features_box_img_text03 {
    font-size: 14px;
  margin-bottom: 20px;
}
  
.top_plan {
    background: url(../images/top_plan_bg_sp.png);
      }
  
.top_plan_title {
    font-size: 16px;
}
  
  .top_plan_text01{
    font-size: 14px;
  }
  
.top_plan_img01 {
    position: inherit;
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 100px;
}
  
  .souzoku_table th {
    padding: 15px;
    color: #ffffff;
    background: var(--color-main);
    border-bottom: 1px solid #ffffff;
    width: 146px;
    font-size: 9px;
    text-align: center;
}
  
  .souzoku_table td {
    padding: 15px;
    font-weight: normal;
    background: #ffffff;
    border-bottom: 1px solid var(--color-main);
    width: calc(100% - 300px);
    line-height: 2em;
    font-size: 10px;
}
  
  
.top_plan_text02 {
    margin: 50px 0 40px;
    font-size: 14px;
}
  
.top_plan_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
  
.top_plan_list_title .text01 {
    font-size: 18px;
}
  
.top_plan_list_title .text02 {
    font-size: 23px;
}
  
.top_plan_list_title {
    height: 90px;
}
  
.top_plan_list_body {
    padding: 20px;
}
  
  .top_plan_list_body_text01{
    font-size: 16px;
  }
  
  .top_plan_list_body_text02{
    font-size: 14px;
  }  
  

  .features_pack_cont{
    margin-top: 30px;
    gap:30px;
  }
  
  .features_pack_box-img {
    height: 130px;
  }
  
.features_pack_box_block {
    grid-template-columns: 1fr;
    padding:30px 15px;
    gap: 15px;
}
  
  .features_pack_box_icon{
    text-align: center;
    font-size: 13px;
  } 
  
  .features_pack_box_subtitle{
    text-align: center;
    font-size: 20px;
  }  
  
  .features_pack_box_title .xl-size {
    font-size: 38px;
}
  
  .features_pack_box_title .s-size {
    font-size: 11px;
}
  
  .features_pack_box_title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
  
  .features_pack_cont .font-16px{
    font-size: 14px;
  }

  
  .features_pack_cont .font-14px{
    font-size: 10px;
  }
  
  .text-left_sp{
    text-align: left !important;
  }
  
  .features_pack_cont .mini{
    font-size: 10px;
  }
  
.top_features_02 {
    background: url(../images/plan02_bg_sp.png);
}
  
  .top_features_02_icon{
    font-size: 14px;
  }
  
  .top_features_02_box {
    padding: 15px;
  }
  
  .top_features_02_title {
    font-size: 28px;
}
  
.top_features_02_title span {
    font-size: 12px;
}
  
  .top_features_02_text{
    font-size: 16px;
  }  
  
.top_area_head_wrap {
    position: initial;
    text-align: center;
  margin-bottom: 20px;
}
  
.top_area_head_sub {
    font-size: 15px;
}
  
.top_area_head_title {
    font-size: 27px;
}

.top_area_head_title small {
    font-size: 9px;
}
  
.top_area_head_cont {
    width: 100%;
    aspect-ratio:16 / 10;
    height: auto;
}
  
.top_area_title {
    font-size: 15px;
    margin: 30px 0 50px;
}  
  
.tf03-title.pt02 {
    font-size: 18px;
}
  
  .tf03-text{
    font-size: 14px;
  }
  
.top_area_h4 {
    font-size: 18px;
    margin-bottom: 40px;
}

  .top_area_ud_text{
    font-size: 14px;
  }
  
.section_title.pt03 {
    font-size: 22px;
}
  
.top_faq_item {
    padding: 20px;
}
  
.top_faq_item dt {
    padding-left: 50px;
    color: var(--color-main);
    margin-bottom: 20px;
    position: relative;
    min-height: 30px;
    display: flex;
    align-items: center;
  font-size: 14px;
}

.top_faq_item dd {
    padding-left: 50px;
    position: relative;
  font-size: 14px;
}
  
.top_faq_item dt:after{
    height: 34px;
    width: 34px;
    top: 0;
    font-size: 19px;
}  
  
  
.top_faq_item dd:after{
    height: 34px;
    width: 34px;
    top: 10px;
    font-size: 19px;
}  
  
.section_title.pt04 {
    font-size: 18px;
    margin-bottom: 60px;
}
  
.top_information_cols {
    display: grid;
    gap: 30px;
}
  
  .top_information_table{
    font-size: 14px;
  }
  
.top_information_table td span {
    font-size: 18px;
}
  
.copy {
    padding: 20px 0 100px;
    font-size: 10px;
}  
  
.frt_bnr {
    position: fixed;
    top: initial;
    right: 0;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    bottom: 0;
  width: 100%;
}
  
.frt_bnr a {
    padding: 20px;
    background: #CE7FB9;
    font-size: 16px;
    color: #ffffff;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    border: 1px solid #BA6BC4;
    border-radius: 0;
    width: 100%;
    display: block;
    text-align: center;
}
  
.other_title_wrap {
    height: 150px;
}
  
.other_title {
    font-size: 16px;
}
  
.other_title span {
    font-size: 12px;
}
  
.about_sec01_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    color: var(--color-main);
}
  
  .other_text{
    font-size: 14px;
  } 
  
.about_sec02_title{
    font-size: 22px;
  margin-bottom: 30px;
}
  
.about_sec02_title span {
    font-size: 14px;
}
  
.about_sec02_wrap {
    padding: 20px;
}
  
.about_sec02_table,
  .about_sec02_table tbody,
  .about_sec02_table tr,
.about_sec02_table th,
  .about_sec02_table td{
    display: block;
  }
  
.about_sec02_table th {
    font-size: 16px;
    padding: 10px 0;
  padding-bottom: 0;
    width: 100%;
    border-bottom: none;
  text-align: center;
}
  
.about_sec02_table td {
    font-size: 14px;
    vertical-align: top;
    padding: 10px 0;
  padding-top: 0;
    width: 100%;
}
  
.about_sec03_list li {
    display: block;
}
  
  .about_sec03_list{
    font-size: 14px;
  }  
  
.about_sec03_list:after {
    content: " ";
    position: absolute;
    height: calc(100% - 55px);
    left: 7px;
    top: 20px;
    width: 1px;
    background: var(--color-main);
    display: block;
}
  
.price_sec01_list {
    grid-template-columns: repeat(4, 330px);
}
  
.price_sec01_box {
    padding: 15px;
}
  
.price_sec01_box_text01 {
    font-size: 20px;
}
  
.price_sec01_box_text02 span {
    font-size: 10px;
}
  
.price_sec01_box_text03 span {
    font-size: 14px;
}
  
.price_sec01_box_text03 {
    padding: 10px;
    font-size: 12px;
}
  
.cvr_flex {
    display: block;
}
  
.contact_wrap {
    padding: 35px 0;
}

.stepper {
    width: 240px;
}
  
.form_wrap {
    padding: 30px 10px;
}
  
.f-row {
    margin-bottom: 26px;
}

.f-title {
    font-size: 14px;
}
  
.dt-label,.f-input, .f-select, .f-textarea,.dt-unit{
    font-size: 12px;
}

  .f-input{
     padding: 8px;
  }
 
.dt-m,.dt-d,.dt-h {
    width: 35px;
  padding: 8px;
}
  
  .dt-y{
    width: 65px;
    padding: 8px;
  }
  
.dt-row {
    gap: 0px;
}  
  
.f-req {
    font-size: 10px;
}
  
.f-note {
    font-size: 10px;
}
  
  
}  

/* SP */
@media (max-width: 767px){
  :root{
    --step-circle: 34px;  /* 19pxの数字が収まる目安。必要なら微調整 */
    --step-num: 19px;
    --step-text: 9px;
    --step-gap: 8px;
  }
}

/* SP微調整 */
@media (max-width: 767px){
  .form__inner{ padding: 26px 16px; }
  .dt-row{ grid-template-columns: 1fr; }
  .dt-label{ margin-bottom: 6px; }
}  
