@charset "UTF-8";

/* nav現在地 */

header .list_gourmetcaree a {
  color: #ED7A00;
}

/*==================================
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%;
  margin-bottom: 20px;
}

.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;
}

.intro_txt .small{
  font-size: 12px;
  color: var(--c_base1);
}

.sec_intro .pc_none {
  display: none;
}

.sec_intro .sp_none {
  display: block;
}


.sec_intro .sp_none {
  display: block;
}


.basic_btn {
  z-index: 2;
}

.sec_intro .sub_btn::after {
  content: url(/common/img/bottom_arr.svg);
  z-index: 1;
}


/*==================================
sec_price
=====================================*/



.sec_price {
  background-color: var(--c_base2);
  position: relative;
  padding-bottom: 120px;
}

.sec_price .tax_bg {
  width: 100%;
  height: 500px;
  display: block;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 0;
  background-color: var(--c_base2);
}

.sec_price .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_price .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_price .inner::before,
.sec_price .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_price .inner::before {
  left: 25px;
}

.sec_price .inner::after {
  right: 25px;
}


.sec_price .sec_tit {
  padding: 40px 3% 20px;
  border-radius: 10px 10px 0 0;
  font-size: 34px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.sec_price_txt {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.illust01 {
  width: clamp(0px, 20.2858vw, 250px);
  height: clamp(0px, 13.2468vw, 204px);
  position: absolute;
  top: clamp(-70px, -6.1429vw, 0px);
  right: clamp(-10px, -7.8051vw, -120px);
  z-index: 2;
}

.illust01 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.price_list li {
  margin-bottom: 60px;
}

.price_tbl {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.price_tbl tr {
  border-bottom: 1px dashed #cacbe5;
}

.price_tbl tr:last-of-type {
  border: none;
}

.price_tbl th,
.price_tbl td {
  padding: 24px;
}

.price_tbl th {
  width: 200px;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
  background-color: var(--c_key1);
}

.price_tbl tr:first-child th {
  border-radius: 10px 0 0 0;
}

.price_tbl tr:last-child th {
  border-radius: 0 0 0 10px;
}


.price_tbl td {
  font-size: 16px;
}

.price_tbl td .bold {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 4px;
  color: var(--c_key2);
}

.price_tbl td .small {
  font-size: 13px;
  color: var(--c_base1);
}

.price_txt {
  margin-bottom: 20px;
}

.price_txt:last-child{
  margin-bottom: 0;
}

.price_txt .detail {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
}

.price_tit{
  font-weight: 20px;
  font-weight: bold;
  color: var(--c_key1);
  margin-bottom: 10px;
}

.sec_price h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  line-height: 0;
}

.sec_price h3::before {
  display: inline-block;
  width: 24px;
  content: url(/common/img/right_arr.svg);
  position: absolute;
  left: 0;
  top: 51%;
  transform: translateY(-50%);
}

.method .price_txt{
  margin-bottom: 3px;
}


/*==================================
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: 54%;
}


/*==================================
sec_userdata
=====================================*/

.sec_userdata .tax_bg {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
  background-color: var(--c_base2);
}

.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%;
}

.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: 70px;
  padding: 0 6%;

}



.canvasjs-chart-credit {
  display: none;
}

.btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


/*==================================
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_price
=====================================*/

  .sec_price .sec_tit {
    font-size: 28px;
  }

  /*==================================
sec_process
=====================================*/

  .sec_process .inner {
    width: 830px;
  }

  .sec_process .sec_tit {
    font-size: 28px;
  }

  .flow_tit {
    font-size: 24px;
  }

  /*==================================
sec_userdata
=====================================*/
  .sec_userdata .inner {
    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_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: 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;
  }

  .price_btn,
  .contact_btn {
    width: 90%;
  }

  .price_btn a,
  .contact_btn a {
    font-size: 20px;
  }

  .intro_txt .small{
    font-size: 11px;
  }


  /*==================================
sec_price
=====================================*/
  .sec_price {
    padding-bottom: 100px;
    overflow-x: clip;
  }

  .sec_price .tax_bg {
    top: -50px;
    height: 50px;
  }


  .sec_price .inner {
    transform: translateY(0);
    padding-bottom: 30px;
  }

  .sec_price .sec_tit {
    font-size: clamp(17px, 4vw, 23px);
    line-height: 1.2;
    padding: 0 0 16px;
  }

  .sec_price_txt {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .sec_price h3 {
    font-size: 17px;
    padding-left: 26px;
    margin-bottom: 20px;
  }

  .sec_price h3::before {
    width: 17px;
  }


  .price_list li:last-of-type {
    margin-bottom: 0;
  }

  .price_tbl th,
  .price_tbl td {
    padding: 20px 12px;
    line-height: 1.3;
  }

  .price_tbl th {
    font-size: 14px;
    width: 120px;
  }

  .price_tbl td {
    font-size: 13px;
  }

  .price_txt {
    margin-bottom: 10px;
  }

  .price_tbl td .bold {
    font-size: 17px;
  }

  .price_tbl td .small {
    font-size: 12px;
  }
  /*==================================
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;
  }



  /*==================================
sec_process
=====================================*/
  .sec_process .inner {
    padding: 60px 0 120px;
  }

  .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 .inner>div {
    width: 100% !important;
  }

  .btn_area {
    flex-wrap: wrap;
  }

  .data_time {
    margin-bottom: 40px;
  }

}

@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;
  }


  .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;
  }

  
  .illust01{
    width: 80px;
  }




  /*==================================
sec_price
=====================================*/

  .sec_price .sec_tit {
    width: 90%;
    margin: 0 auto;
    border-radius: 14px 14px 0 0;
    line-height: 1.1;
    letter-spacing: 0.04em;
  }

  .sec_price_txt{
    font-size: 12px;
    margin-bottom: 30px;
  }
  .price_tbl{
    border-radius:4px;
  }

  .price_tbl tr{
    border: none;
  }

  .price_tbl th,
  .price_tbl td {
    display: block;
    text-align-last: left;
    width: 100%;
    padding: 14px 4%;
  }
  .price_tbl tr:first-child th{
    border-radius:4px 4px 0 0;
  }

  .price_tbl tr:last-child th{
    border-radius: 0;
  }

  .price_txt *{
    word-break: break-all;
  }

  .sec_price h3{
    line-height: 1.3;
    padding-left: 0;
    font-size: 15px;
  }

  .sec_price h3::before{
    width: 15px;
    position: unset;
    display: inline-block;
    transform: none;
    margin-right:4px;
    vertical-align: middle;
  }

  .price_txt .detail{
    display: block;
  }

  .price_tbl td .bold{
    font-size: 16px;
  }

  .price_tbl td .small{
    font-size: 11px;
  }


  /*==================================
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: 12px;
    line-height: 1.6;
  }

  /*==================================
sec_userdata
=====================================*/
  .sec_userdata .inner>div {
    width: 90% !important;
    margin-bottom: 30px !important;
  }

  .sec_userdata .sec_tit {
    font-size: 22px;
  }

  .sec_userdata {
    padding: 40px 0;
  }

  /*==================================
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;
  }


}