@charset "UTF-8";

/* nav現在地 */
header .list_flabo {
  border-bottom: 3px solid #ED7A00;
}

header .list_flabo a {
  color: #ED7A00;
}

.basic_btn {
  z-index: 2;
}

/*==================================
サイドナビ
=====================================*/
#main>.inner {
  position: relative;
  background-color: #fff;
}

.side_nav {
  width: 14rem;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.side_nav_content {
  padding: 2rem 1.4rem;
  top: 470px;
  right: 0;
  background-color: #ffffff;
  box-shadow: #46291b21 -1px 2px 6px;
  border-right: none;
  border-radius: 20px 0 0 20px;
  position: sticky;
}

.side_nav_head {
  font-size: 19px;
  margin-bottom: 30px;
  font-weight: 500;
}

.side_list li {
  margin-bottom: 20px;
  padding-left: 18px;
  position: relative;
}

.side_list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f3852d;
  top: 50%;
  right: 0;
  left: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}

.side_list a {
  color: #4f4f4f;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}


.intro {
  max-width: 100%;
  margin: 0 auto;
}

.c-progress-bar {
  width: 1px;
  height: 100%;
  background-image: url(/assets/image/home/progress-bg.png);
  background-size: 1px 7px;
  background-position: top center;
  background-repeat: repeat-y;
  position: absolute;
  z-index: 9991;
  top: 20.4rem;
  right: 2.5rem;
}

.progress_bar {
  width: 1px;
  position: absolute;
  height: calc(100% - 41px);
  border-left: #ED7A00 1.5px dashed;
  right: 1.7rem;
  z-index: 5;
  top: 41px;
}

.progress_pointer {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #f76c1c;
  border-radius: 50%;
  position: absolute;
  z-index: 500;
}

.side_list .active {
  color: #f76c1c;
  /* アクティブなナビ項目の色 */
}


/*==================================
intro
=====================================*/

.sec_intro {
  padding: 60px 0 100px;
}

.intro_br {
  display: none;
}

.sec_intro .sec_tit {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 1.2px;
}

.sec_intro .sec_tit .line {
  background: linear-gradient(transparent 70%, #ffd6b5 70%);
}

.sec_intro .img_box {
  text-align: center;
  padding: 0 3%;
}


.mock {
  width: 600px;
  max-width: 100%;
}

.mock img {
  width: 100%;
  margin: 0 auto;
}

.intro_txt {
  max-width: 1000px;
  margin: 30px auto 60px;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.sec_intro .pc_none {
  display: none;
}

.sec_intro .sp_none {
  display: block;
}


.sec_intro .sp_none {
  display: block;
}


/*==================================
sec_point
=====================================*/

.sec_point {
  background-color: var(--c_base2);
  position: relative;
  padding-bottom: 120px;
}

.sec_point .progress_pointer {
  top: -3rem;
  right: 1.17rem;
}


.sec_point .inner {
  width: 1080px;
  max-width: 88%;
  margin: 0 auto;
  transform: translateY(-3rem);
  background-color: var(--c_base3);
  padding: 40px 4%;
  position: relative;
  border-radius: 20px;
}

.sec_point .inner::before,
.sec_point .inner::after {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  background-color: var(--c_base2);
  border-radius: 50%;
  z-index: 1;
}

.sec_point .inner::before {
  left: 25px;
}

.sec_point .inner::after {
  right: 25px;
}


.sec_point .sec_tit {
  padding: 40px 3%;
  border-radius: 10px 10px 0 0;
  font-size: 34px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.point_list li {
  padding: 40px 4% 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 50px;
  background-color: #fff;
  background-image: radial-gradient(#d9d9d9 8%, transparent 8%);
  background-size: 18px 18px;
  background-position: 50% 50%;
  border-radius: 50px;
  margin-bottom: 40px;
}

.point_list li .icon {
  width: 160px;
  max-width: 100%;
  margin-bottom: 10px;
}


.point_list li :nth-child(even) {
  flex-direction: row-reverse;
}

.point_list li:last-of-type {
  border-bottom: none;
  margin-bottom: inherit;
}

.point_list_tit {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: 0.9px;
}

.point_tit_br {
  display: none;
}

.point_list .text {
  width: 90%;
  margin-left: 1%;
}

.point_list .text p {
  line-height: 1.4;
  letter-spacing: 0.09em;
  font-size: clamp(13px, 0.9vw, 15px);
  font-weight: 500;
}

.point_list .text .bold {
  font-weight: 500;
  color: #f3852d;
}

.point_list .num {
  padding-left: 0.8rem;
  font-size: 16px;
  margin-right: 0.8rem;
  letter-spacing: .04em;
  line-height: 1.6;
  font-weight: 600;
  color: #f76c1c;
  border-left: 2px solid #ffad6c;
}

.point_list .img {
  width: 320px;
  max-width: 100%;
  aspect-ratio: 11 / 7;
}

.point_list .img img {
  width: 100%;
}

.sec_point .tax_bg {
  width: 100%;
  height: 500px;
  display: block;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 0;
  background-color: var(--c_base2);
}

.sec_point .tax_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../../../common/img/back_nami_gry.png);
  background-repeat: repeat-x;
  background-size: 60px;
}

/*==================================
sec_process
=====================================*/

.sec_process {
  position: relative;
  background-color: #fff;
}

.sec_process .progress_pointer {
  top: 3rem;
  right: 1.17rem;
}

.sec_process .tax_bg {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
  background-color: #fff;
}

.sec_process .tax_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../../../common/img/back_nami.png);
  background-repeat: repeat-x;
  background-size: 60px;
}


.sec_process .inner {
  width: 1080px;
  max-width: 88%;
  margin: 0 auto;
  padding: 80px 0;
}

.sec_process .sec_tit {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f3852d;
}


.process {
  display: flex;
  align-items: flex-start;
}

.flow_desc {
  padding: 20px 0 80px;
  position: relative;
}


.flow_desc::before {
  content: "";
  position: absolute;
  left: -56px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #ED7A00;
  z-index: 0;
}

.last .flow_desc:last-child::before {
  content: none;
}


.flow_desc p {
  line-height: 1.5;
  font-size: 17px;
}

.flow_desc a {
  color: var(--c_key1);
}

.flow_tit {
  font-weight: 500;
  color: #f76c1c;
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.flow_icon {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background-image: linear-gradient(130deg, #fdb454 0%, #f76c1c 100%);
  z-index: 1;
}

.flow_icon img {
  width: 50%;
}

/*==================================
sec_userdata
=====================================*/

.sec_userdata .tax_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../../../common/img/back_nami_gry.png);
  background-repeat: repeat-x;
  background-size: 60px;
}

.sec_userdata {
  padding: 100px 6%;
  position: relative;
  background-color: var(--c_base2);
}

.sec_userdata .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 6% 30px;

}

.sec_userdata .inner>div {
  width: 100% !important;
}

.sec_userdata .progress_pointer {
  top: 3rem;
  right: 1.17rem;
}

.sec_userdata .sec_tit {
  padding: 0 6%;
  text-align: center;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 12px;
}

.data_time {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 6%;

}

.sec_userdata .data_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
}

.canvasjs-chart-credit {
  display: none;
}

.scldata_area {
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding-bottom: 30px;
}

.scldata_area .sec_tit {
  margin-bottom: 40px;
}

.scldata_area h3 {
  background-color: var(--c_key2);
  padding: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
}

.scldata_area ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 5%;
}

.scldata_area ul li::after {
  content: "、";
}

.scldata_area ul li:last-of-type::after {
  content: "";
}

.scldata_area ul li {
  margin-bottom: 16px;
  font-size: 15px;
}



.sec_userdata .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 20px;
}


.more__content {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: 1s;
  padding-bottom: 10px;
}

.more__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  /* 初期は非表示 */
  width: 100%;
  height: 50%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.more__content.show-gradient::after {
  display: block;
  /* 高さが閾値を超えたら表示 */
}

.more__btn {
  display: block;
  margin: 0 auto;
  padding: 8px 40px;
  background-color: unset;
  color: #ff6a07;
  border-radius: 30px;
  border: 1px solid #ff6a07;
  cursor: pointer;
}



/*==================================
sec_service
=====================================*/
.sec_service {
  position: relative;
  background-color: #fff;
}

.sec_service .progress_pointer {
  top: 3rem;
  right: 1.17rem;
}

.sec_service .tax_bg {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
  background-color: #fff;
}

.sec_service .tax_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../../../common/img/back_nami.png);
  background-repeat: repeat-x;
  background-size: 60px;
}



.sec_service .inner {
  width: 1080px;
  max-width: 88%;
  margin: 0 auto;
  padding: 80px 0;
}

.service_tit_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.service_tit_flex .sec_tit {
  font-size: 34px;
  font-weight: 500;
  margin-right: 4%;
  padding-left: 16px;
  border-left: 4px solid #f76c1c;
}

.service_tit_flex p {
  flex: 1;
  line-height: 1.3;
}

.service_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service_list .service_list_item {
  width: 47%;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: #a2a2a247 1px 1px 4px;
  border: 1px solid #cdcdcd;
}

.service_item_bottom {
  padding: 20px 6% 30px;
}

.service_item_top>img {
  max-width: 100%;
  border-radius: 30px 30px 0 0;

}

.service_list h3 {
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: 1.1px;
}

.detail_list li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 500;
  text-indent: -15px;
  padding-left: 15px;
}

.detail_btn {
  display: block;
  color: #fff;
  background-color: var(--c_key1);
  font-weight: 500;
  padding: 16px 2%;
  margin: 0 auto;
  text-align: center;
  width: 320px;
  max-width: 100%;
  text-decoration: none;
  border-radius: 30px;
  line-height: 1.3;
  transition: all 0.3s ease-out;
  font-size: 17px;
  margin-top: 30px;
  position: relative;
}

.detail_btn::after {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  content: url(/common/img/right_arr02.svg);
}

.detail_btn:hover {
  transform: scale(1.05);
  opacity: 0.7;
}



@media screen and (max-width: 1536px) {

  /*==================================
サイドナビ
=====================================*/
  .side_nav {
    width: 13rem;
  }

  .side_nav_head {
    font-size: 16px;
  }

  .side_list a {
    font-size: 15px;
  }

  /*==================================
  sec_intro
=====================================*/

  .sec_intro .inner {
    width: 830px;
    margin: 0 auto;
    max-width: 100%;
  }

  .mock {
    width: 550px;
  }

  .sec_intro .sec_tit {
    font-size: 32px;
  }

  .intro_br {
    display: block;
  }

  /*==================================
sec_point
=====================================*/

  .sec_point .sec_tit {
    font-size: 28px;
  }

  .point_list li .icon {
    width: 120px;
  }

  .point_list .img {
    width: 200px;
  }

  .point_list_tit {
    font-size: 20px;
  }

  .point_list .text {
    margin-left: 2%;
  }

  .point_list_tit {
    margin-bottom: 14px;
  }

  /*==================================
sec_process
=====================================*/

  .sec_process .inner {
    width: 830px;
  }

  .sec_process .sec_tit {
    font-size: 28px;
  }

  .flow_tit {
    font-size: 24px;
  }

  /*==================================
sec_userdata
=====================================*/
  .sec_userdata .data_area {
    width: 830px;
  }


}


@media screen and (max-width: 1279px) {

  /*==================================
サイドナビ
=====================================*/
  .side_nav,
  .progress_bar,
  .progress_pointer {
    display: none;
  }

  /*==================================
  sec_intro
=====================================*/
  .intro_txt {
    font-size: clamp(14px, 1.3815vw, 16px);
    line-height: 1.8;
    line-height: 2;
  }

  /*==================================
sec_point
=====================================*/
  .point_list li {
    border-radius: 30px;
  }

  /*==================================
sec_service
=====================================*/
  .sec_service .inner {
    padding: 80px 0 60px;
  }

  .service_tit_flex .sec_tit {
    font-size: 28px;
  }

  .service_list h3 {
    font-size: 23px;
  }

  .detail_list li {
    font-size: 13px;
  }

  .detail_btn {
    padding: 14px 2%;
    font-size: 15px;
  }

  .sec_service .price_btn {
    margin: 0 auto;
  }

}

@media screen and (max-width: 1024px) {

  /*==================================
sec_point
=====================================*/
  .osirase_img {
    width: 80px;
  }

  .osirase_txt {
    font-size: clamp(13px, 1.6vw, 18px);
  }

  .osirase video {
    width: 250px;
  }
}



@media screen and (max-width: 768px) {

  /*==================================
  sec_intro
=====================================*/
  .sec_intro {
    padding: 46px 4% 120px;
  }

  .sec_intro .pc_none {
    display: block;
  }

  .intro_txt {
    font-size: clamp(12px, 1.3815vw, 14px);
    line-height: 2.2;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
  }

  .sec_intro .img_box {
    padding: 0;
  }

  .mock {
    width: 420px;
  }

  .sec_intro .sec_tit {
    font-size: clamp(25px, 4.3vw, 30px);
    display: inline-block;
    text-align: left;
  }

  /*==================================
sec_point
=====================================*/
  .sec_point {
    padding-bottom: 100px;
  }

  .sec_point .tax_bg {
    top: -50px;
    height: 50px;
  }

  .sec_point .inner {
    transform: translateY(0);
    padding-bottom: 20px;
  }

  .sec_point .sec_tit {
    font-size: clamp(16px, 4vw, 23px);
    line-height: 1.2;
    padding: 0 0 30px;
  }

  .point_list li .icon {
    display: block;
    margin: 0 auto 12px;
  }

  .point_tit_br {
    display: block;
  }

  .point_list {
    padding: 0;
  }

  .point_list li {
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    padding: 30px 6%;
    margin-bottom: 24px;
    border-radius: 16px;
  }

  .point_list .img {
    margin-bottom: 14px;
  }

  .point_list_tit {
    font-size: 19px;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .point_list .text {
    margin-left: 0;
    width: 100%;
  }

  .illust01 {
    width: 240px;
    max-width: 30%;
    min-width: 90px;
    height: auto;
    top: -1.5%;
    right: -4%;
  }

  .osirase {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 20px 4%;
  }

  .osirase .pc_none {
    display: block;
  }

  .osirase video {
    width: 100%;
    max-width: 530px;
    margin: 0 auto 10px;
    border-radius: 10px;
  }

  .osirase_txt {
    font-size: clamp(12px, 2.4vw, 17px);
  }


  /*==================================
sec_process
=====================================*/
  .sec_process .inner {
    padding: 60px 0;
  }

  .sec_process .sec_tit {
    font-size: 22px;
  }

  .flow_icon {
    margin-right: 12px;
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .flow_tit {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .flow_desc {
    padding: 12px 0 36px;
  }

  .flow_desc p {
    font-size: 15px;
  }

  .flow_desc::before {
    left: -38px;
  }

  /*==================================
sec_userdata
=====================================*/
  .sec_userdata {
    padding: 60px 6% 120px;
  }

  .sec_userdata .sec_tit {
    font-size: 24px;
  }

  .sec_userdata .data_area>div {
    width: 100% !important;
  }

  .btn_area {
    flex-wrap: wrap;
  }

  .data_time {
    margin-bottom: 40px;
  }


  .scldata_area ul li {
    font-size: 14px;
  }

  /*==================================
sec_service
=====================================*/

  .sec_service .inner {
    max-width: 100vw;
    padding: 50px 0 110px;
  }

  .service_tit_flex .sec_tit {
    font-size: 23px;
  }

  .service_tit_flex p {
    font-size: 14px;
    line-height: 1.5;
  }


  .service_tit_flex {
    display: block;
    padding: 0 6%;
    margin-bottom: 20px;
  }

  .service_tit_flex .sec_tit {
    margin-bottom: 16px;
    white-space: break-spaces;
  }

  .service_scroll {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100vw;

  }

  .service_list {
    display: block;
    width: 100vw;
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 20px;
  }

  .service_list::-webkit-scrollbar {
    display: none;
  }


  .service_list .service_list_item {
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 350px;
    height: 460px;
    margin: 12px;
    position: relative;
  }

  .service_list h3 {
    font-size: 20px;
  }

  .detail_list li {
    white-space: break-spaces;
  }

  .service_item_top>img {
    border-radius: unset;
  }

  .sec_service .price_btn {
    margin-top: 20px;
  }



}

@media screen and (max-width: 480px) {

  /* 調整 */
  .tit_area {
    height: 300px;
  }

  /*==================================
sec_intro
=====================================*/
  .intro_txt {
    font-size: 12px;
  }

  .price_btn a,
  .contact_btn a {
    padding: 16px 2%;
    font-size: 16px;
  }

  .sec_intro {
    padding: 36px 6% 100px;
  }

  .mock {
    width: 290px;
  }

  .sec_intro .sec_tit,
  .sec_intro .sec_tit * {
    font-size: clamp(17px, 5vw, 23px);
    text-align: left;
    line-height: 1.6;
    font-weight: 500;
  }

  .sec_intro .sec_tit {
    display: block;
  }


  /*==================================
sec_point
=====================================*/

  .sec_point .sec_tit {
    width: 90%;
    margin: 0 auto;
    border-radius: 14px 14px 0 0;
    line-height: 1.1;
    letter-spacing: 0.04em;
  }

  .point_list .num {
    font-size: 18px;
    padding-left: 0.3rem;
    margin-right: 0.4rem;
  }

  .point_list_tit {
    font-size: 17px;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .point_list .text p {
    letter-spacing: 0.07em;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
  }

  /*==================================
sec_process
=====================================*/
  .sec_process .inner {
    padding: 50px 0 100px;
  }

  .sec_process .sec_tit {
    font-size: 20px;
  }


  .sec_process .sec_tit {
    margin-bottom: 18px;
  }

  .flow_desc {
    padding: 6px 0 28px;
  }

  .flow_icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .flow_desc::before {
    left: -31px;
  }

  .flow_tit {
    font-size: 18px;
  }

  .flow_desc p {
    font-size: 14px;
  }

  /*==================================
sec_userdata
=====================================*/
  .sec_userdata .data_area>div {
    width: 90% !important;
    margin-bottom: 30px !important;
  }

  .sec_userdata .sec_tit {
    font-size: 22px;
  }

  .sec_userdata {
    padding: 40px 0;

  }

  .scldata_area h3 {
    font-size: 17px;
  }

  .scldata_area ul li {
    font-size: 13px;
  }


  /*==================================
sec_service
=====================================*/

  .sec_service .inner {
    padding-bottom: 50px;
  }

  .service_tit_flex p {
    font-size: 13px;
  }

  .service_list {
    padding: 0 20px;
  }

  .service_list .service_list_item {
    width: 250px;
    height: 400px;
    margin: 20px 4% 20px 0;
  }

  .detail_list li {
    font-size: 12px;
    text-indent: -12px;
    padding-left: 12px;
  }


}