@charset "Shift_JIS";

/*=============================
// variable
===============================*/
html {
  scroll-padding-top: 142px;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*=============================
// common
===============================*/
#breadCrumbArea {
  margin-top: 142px;
}
@media screen and (max-width: 767px) {
  #breadCrumbArea {
    margin: 0;
    padding-bottom: 7px;
  }
}

#footer {
  margin-top: 0;
}

.main_content {
  width: 100%;
  min-width: 1100px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  overflow-x: hidden;
  color: #363636;
}
.main_content * {
  box-sizing: border-box;
  text-align: left;
}
.main_content figure, .main_content picture {
  display: block;
  margin: 0;
}
.main_content img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main_content a {
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
@media (hover: hover) {
  .main_content a:hover {
    opacity: 0.6;
  }
}
.main_content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/*=============================
// mv(既存から流用)
===============================*/
.mv {
  background: rgba(255, 131, 182, 0.14);
}
.mv_inner {
  margin: 0 auto;
  max-width: 1400px;
  height: 589px;
  display: flex;
  flex-flow: row wrap;
}
.mv_content {
  width: 62.65%;
  padding-top: 81px;
  position: relative;
}
.mv_content::before, .mv_content::after {
  content: "";
  position: absolute;
}
.mv_content::before {
  width: 253.2px;
  height: 527.81px;
  top: 30px;
  left: 30px;
  background: url("../img/spring/mv_item01.png") center center no-repeat;
  background-size: contain;
}
.mv_content::after {
  width: 200.62px;
  height: 509.47px;
  top: 49px;
  right: 16px;
  background: url("../img/spring/mv_item02.png") center center no-repeat;
  background-size: contain;
}
.mv_content .fukidashi {
  margin: 0 auto 20px;
  width: 383px;
  padding: 10px 0;
  background: #fff;
  border-radius: 999px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
}
.mv_content .fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.mv_content .heading {
  margin-bottom: 38px;
}
.mv_content .heading p {
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
.mv_content .heading p .is-color {
  color: #FE6F86;
}
.mv_content .heading p .is-fz-sm {
  font-size: 46px;
}
.mv_content .heading picture {
  margin: 0 auto;
  width: 498px;
}
.mv_content .description {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 1;
  position: relative;
}
.mv_image {
  width: 37.35%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.mv_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=============================
// section
===============================*/
.spr_section {
  background-color: #fff;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.spr_section_content {
  padding: 100px 80px;
}

/*=============================
// heading
===============================*/
.spr_heading_border {
  border-top: 3px solid #FF83B6;
  border-bottom: 3px solid #FF83B6;
  text-align: center;
  padding: 16px;
  line-height: 1.2;
}

.spr_heading_border_content {
  font-size: 56px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FE6F86;
}

.spr_heading_point {
  text-align: center;
}

.spr_heading_point_inner {
  position: relative;
  color: #F97F97;
  display: inline-block;
  font-size: 54px;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  padding-left: .5em;
}

.spr_heading_point_inner::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  background-image: url('../img/spring/icon_heading.png');
  left: -.1em;
  top: -.5em;
  width: 50.5px;
  height: 47.5px;
}

.spr_heading_balloon {
  position: relative;
  font-weight: 700;
  max-width: 1142px;
  color: #363636;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  border: 2px solid #F983B6;
  border-radius: 999px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  filter: drop-shadow(0px 7px 0px #F983B6);
}

.spr_heading_balloon::before {
  position: absolute;
  background-color: #fff;
  content: "";
  height: 30px;
  width: 34px;
  bottom: -20px;
  left: calc(50% - 13px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.spr_heading_balloon_sm {
  font-size: 30px;
}

.spr_heading_balloon_lg {
  font-size: 48px;
}

.spr_heading_balloon_lg.is-pink {
  color: #FF83B6;
}

/*=============================
// read
===============================*/
.spr_read {
  margin-top: 60px;
  text-align: center;
  font-weight: 600;
  line-height: 1.75;
}

.spr_read_lg {
  font-size: 36px;
  font-weight: 600;
}

.spr_read_sm {
  font-size: 30px;
  font-weight: 500;
}

.spr_read_col {
  display: flex;
  justify-content: center;
}

.spr_read_col_item {
  margin-top: 40px;
  max-width: 348px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 9px;
  margin-right: 9px;
}

/*=============================
// recommend
===============================*/
.spr_recommend {
  margin-top: 80px;
}

/*=============================
// combination
===============================*/
.spr_combination {
  font-weight: 600;
  font-size: 26px;
  margin-top: 40px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

/*=============================
// panel
===============================*/
.spr_panel {
  margin-top: 32px;
  border-radius: 20px;
  overflow: hidden;
}

.spr_panel > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  background-color: #fff;
  font-weight: 600;
}

.spr_panel.is-pink01 > dt {
  color: #FF76AB;
}

.spr_panel.is-pink02 > dt {
  color: #F77290;
}

.spr_panel.is-pink03 > dt {
  color: #FF8080;
}

.spr_panel > dd {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.spr_panel.is-pink01,
.spr_panel.is-pink02 {
  border: 2px solid rgba(255, 136, 177, 0.5);
}

.spr_panel.is-pink03 {
  border: 2px solid rgba(255, 128, 128, 0.5);

}

.spr_panel.is-pink01 > dd {
  background-color: rgba(255, 146, 234, 0.11);
}

.spr_panel.is-pink02 > dd {
  background-color: rgba(255, 0, 78, 0.08);
}

.spr_panel.is-pink03 > dd {
  background-color: #FFEBEB;
}

.spr_panel_dt_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 37px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: .1em;
  line-height: 1;
}

.spr_panel_dt_circle.is-pink01 {
  background-color: #FF88B1;
}

.spr_panel_dt_circle.is-pink02 {
  background-color: #F77290;
}

.spr_panel_dt_circle.is-pink03 {
  background-color: #FF7474;
}

.spr_panel_dt_gl {
  display: inline-block;
  font-size: 30px;
  padding-right: .25em;
}

.spr_panel_dt_sm {
  font-size: 26px;
}

.spr_panel_item {
  flex-basis: 206px;
  margin-left: 27px;
  margin-right: 27px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.spr_panel_item > dt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}

.spr_panel_item > dd {
  position: relative;
}

.spr_panel_item > dd > img {
  border-radius: 10px;
}

.spr_panel_item_circle {
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 26px;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: -.1em;
  line-height: 1.35;
}

.spr_panel_item_circle.is-pink01 {
  border: 2px solid rgba(255, 118, 171, .5);
  color: #FF88B1;
}

.spr_panel_item_circle.is-pink02 {
  border: 2px solid rgba(246, 114, 144, .5);
  color: #FF809D;
}

.spr_panel_item_circle.is-pink03 {
  border: 2px solid rgba(255, 128, 128, .5);
  color: #FF8080;
}

.spr_panel_item_num {
  font-size: 32px;
}

.spr_panel_item_unit {
  font-size: 14px;
}

/*=============================
// spr_cta_panel
===============================*/
.spr_cta_panel {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.spr_cta_panel_title {
  text-align: center;
}

.spr_cta_panel_title_inner {
  font-weight: 700;
  font-size: 28px;
}

.spr_cta_panel_bnr {
  margin-top: 16px;
}

.spr_cta_panel + .cta_list {
  margin-top: 45px;
}

/*=============================
// service(既存から流用)
===============================*/
.service {
  padding: 100px 50px;
  background: rgba(255, 196, 0, 0.08);
}
.service.is-bg-white {
  background: #fff;
}
.service_inner {
  margin: 0 auto;
  max-width: 1240px;
}
.service .heading02 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.service .heading02:before, .service .heading02:after {
  content: "";
  width: 3px;
  height: 46px;
  background: #FF83B6;
  border-radius: 999px;
  transform: rotate(-35deg);
}
.service .heading02::after {
  transform: rotate(35deg);
}
.service_list {
  display: flex;
  flex-flow: row wrap;
  gap: 0 20px;
  margin-top: 30px;
}
.service_list-item {
  width: calc(33.3333% - 13.3333333333px);
  border-radius: 20px;
  overflow: hidden;
}
.service_list-item:nth-child(1) {
  background: rgba(255, 178, 187, 0.4);
}
.service_list-item:nth-child(1) h3 {
  background: rgba(255, 103, 126, 0.6);
}
.service_list-item:nth-child(2) {
  background: rgba(255, 191, 208, 0.4);
}
.service_list-item:nth-child(2) h3 {
  background: rgba(255, 128, 162, 0.5);
}
.service_list-item:nth-child(3) {
  background: rgba(255, 169, 158, 0.4);
}
.service_list-item:nth-child(3) h3 {
  background: rgba(255, 84, 62, 0.5);
}
.service_list-item h3 {
  padding: 12px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.service_list-item > ul {
  padding: 30px;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.service_list-item > ul li {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.service_list-item > ul li .content {
  padding: 12px 20px 20px;
}
.service_list-item > ul li .content h4 {
  min-height: 66px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.service_list-item > ul li .content .wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  gap: 10px;
}
.service_list-item > ul li .content .wrapper .label {
  width: fit-content;
  padding: 8px 4px 6px;
  border-radius: 4px;
  background: #FF8990;
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.service_list-item > ul li .content .wrapper .label span {
  font-size: 18px;
}
.service_list-item > ul li .content .wrapper .price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.service_list-item > ul li .content .wrapper .price .is-mark {
  font-size: 26px;
}
.service_list-item > ul li .content .wrapper .price .is-tax {
  margin-left: 4px;
  font-size: 17px;
}
.service_list-item > ul li .content .button {
  width: 100%;
  height: 58px;
  background: #E65621;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service_list-item > ul li .content .button svg {
  position: absolute;
  top: 50%;
  right: 6.66%;
  transform: translate(0, -50%);
}

/*=============================
// cta(既存から流用)
===============================*/
.cta {
  padding: 60px 50px;
  background: url("../img/spring/cta_bg.png") no-repeat center center;
  background-size: cover;
}

.cta.cta_large {
  background: url("../img/spring/cta_bg_lg.png") no-repeat center center;
  background-size: cover;
}

.cta_banner {
  display: block;
  margin: 0 auto;
  width: 702px;
}

.cta_inner {
  max-width: 1240px;
  margin: 0 auto;
}
.cta_list {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}
.cta_list li {
  width: calc(50% - 20px);
}
.cta_list li:nth-child(1) a {
  overflow: hidden;
  display: block;
  background: #fff;
  border-radius: 30px;
}
.cta_list li:nth-child(1) a .content {
  padding: 25px 10px 19px;
}
.cta_list li:nth-child(1) a .content h2 {
  margin-bottom: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #FD7F97;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cta_list li:nth-child(1) a .content h2 span {
  text-align: center;
}
.cta_list li:nth-child(1) a .content h2 br {
  display: none;
}
.cta_list li:nth-child(1) a .content h2 svg {
  width: 34px;
  height: 34px;
}
.cta_list li:nth-child(1) a .content p {
  margin: 0 auto;
  width: fit-content;
  padding: 4px 20px;
  border-radius: 999px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  color: #fff;
  background: #FE6F86;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.cta_list li:nth-child(2) a {
  height: 100%;
  background: #FD7F97;
  border-radius: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cta_list li:nth-child(2) a h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cta_list li:nth-child(2) a h2 svg {
  width: 34px;
  height: 34px;
}
.cta_list li:nth-child(2) p {
  color: #fff;
  font-size: 26px;
  line-height: 1.38;
  text-align: center;
}
.cta .spr_cta_panel h2 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cta .spr_cta_panel h2:before, .cta .spr_cta_panel h2:after {
  content: "";
  width: 5px;
  height: 36px;
  background: #F983B6;
  border-radius: 999px;
  transform: rotate(-25deg);
}
.cta .spr_cta_panel h2::after {
  transform: translateX(-8px) rotate(25deg);
}


@media screen and (max-width: 1290px) {
  .service_list-item > ul li .content h4 {
    font-size: 20px;
    min-height: 60px;
  }
  .service_list-item > ul li .content .wrapper {
    gap: 6px;
  }
  .service_list-item > ul li .content .wrapper .label {
    padding: 8px 4px 6px;
    font-size: 12px;
  }
  .service_list-item > ul li .content .wrapper .label span {
    font-size: 14px;
  }
  .service_list-item > ul li .content .wrapper .price {
    font-size: 28px;
  }
  .service_list-item > ul li .content .wrapper .price .is-mark {
    font-size: 14px;
  }
  .service_list-item > ul li .content .wrapper .price .is-tax {
    margin-left: 4px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1230px) {
  .cta_list li:nth-child(1) a .content h2 br {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  /*=============================
  // panel
  ===============================*/
  .spr_panel_item > dd::before {
    position: absolute;
    width: 27.68px;
    height: 27.68px;
    background-image: url('../img/spring/icon_plus.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 13px);
  }

  .spr_panel.is-pink03 .spr_panel_item > dd::before {
    background-image: url('../img/spring/icon_plus_pink03.png');
  }

  .spr_panel.is-pink01 .spr_panel_item:not(:nth-child(4)) > dd::before,
  .spr_panel.is-pink02 .spr_panel_item:not(:nth-child(4)) > dd::before,
  .spr_panel.is-pink03 .spr_panel_item:nth-child(1) > dd::before,
  .spr_panel.is-pink03 .spr_panel_item:nth-child(2) > dd::before,
  .spr_panel.is-pink03 .spr_panel_item:nth-child(3) > dd::before,
  .spr_panel.is-pink03 .spr_panel_item:nth-child(5) > dd::before {
    content: '';
    right: -20%;
  }

  .spr_panel.is-pink03 .spr_panel_item:nth-child(5) > dd::after {
    content: '';
    left: -20%;
    position: absolute;
    width: 27.68px;
    height: 27.68px;
    background-image: url('../img/spring/icon_plus_pink03.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 13px);
  }
}

@media screen and (max-width: 767px) {
  /*=============================
  // common
  ===============================*/
  .main_content {
    min-width: 100%;
  }

  /*=============================
  // mv
  ===============================*/
  .mv_inner {
    height: auto;
    display: block;
  }
  .mv_content {
    width: 100%;
    padding-top: 18.6666666667vw;
    margin-bottom: 12.2666666667vw;
  }
  .mv_content::before {
    width: 20.8vw;
    height: 138.8666666667vw;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    background: url("../img/spring/mv_item01_sp.png") top center no-repeat;
    background-size: contain;
  }
  .mv_content::after {
    width: 29.3333333333vw;
    height: 129vw;
    top: 5%;
    right: 0;
    background: url("../img/spring/mv_item02_sp.png") center center no-repeat;
    background-size: contain;
    background-position: right 2% center;
  }
  .mv_content .fukidashi {
    margin: 0 auto 1.6vw;
    width: 55.4666666667vw;
    padding: 0.5333333333vw 0;
    font-size: 4.2666666667vw;
    letter-spacing: -0.02em;
  }
  .mv_content .fukidashi::before {
    border-right: 1.0666666667vw solid transparent;
    border-left: 1.0666666667vw solid transparent;
    border-top: 2.1333333333vw solid #fff;
  }
  .mv_content .heading {
    margin-bottom: 7.4666666667vw;
  }
  .mv_content .heading p {
    font-size: 7.4666666667vw;
  }
  .mv_content .heading p .is-fz-sm {
    font-size: 6.9333333333vw;
  }
  .mv_content .heading picture {
    width: 86.9333333333vw;
  }
  .mv_content .description {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
  .mv_image {
    width: 100%;
    height: auto;
  }

  /*=============================
  // heading
  ===============================*/
  .spr_heading_border {
    padding: 14px;
  }

  .spr_heading_border_content {
    font-size: 34px;
  }
  .spr_heading_point_inner {
    font-size: 32px;
  }

  .spr_heading_point_inner::before {
    background-image: url('../img/spring/icon_heading_sp.png');
    width: 29.5px;
    height: 28px;
  }

  .spr_heading_balloon {
    line-height: 1.25;
    filter: drop-shadow(0px 5px 0px #F983B6);
  }

  .spr_heading_balloon_sm {
    font-size: 20px;
  }

  .spr_heading_balloon_lg {
    font-size: 26px;
  }

  /*=============================
  // read
  ===============================*/
  .spr_read {
    margin-top: 40px;
  }

  .spr_read_lg {
    font-size: 26px;
  }

  .spr_read_sm {
    font-size: 22px;
  }

  .spr_read_col {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }

  .spr_read_col_item {
    flex-basis: calc(100% / 3 - 5px);
    margin-top: 16px;
    margin-left: 2.5px;
    margin-right: 2.5px;
  }

  /*=============================
  // recommend
  ===============================*/
  .spr_recommend {
    margin-top: 50px;
  }

  /*=============================
  // combination
  ===============================*/
  .spr_combination {
    margin-top: 35px;
    font-size: 18px;
    font-feature-settings: "palt";
  }

  /*=============================
  // panel
  ===============================*/
  .spr_panel {
    margin-top: 20px;
  }

  .spr_panel > dt {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 15px 8px 76px;
    height: auto;
    min-height: 66px;
    line-height: 1.25;
  }

  .spr_panel > dd {
    padding: 13.5px 17px 26.5px 12px;
    margin-right: -13.25px;
  }

  .spr_panel_dt_circle {
    position: absolute;
    left: 15px;
    top: 8px;
  }

  .spr_panel_dt_gl {
    display: block;
    font-size: 20px;
  }

  .spr_panel_dt_sm {
    display: block;
    font-size: 14px;
    font-feature-settings: "palt";
  }

  .spr_panel_item {
    flex-basis: calc(50% - 26.5px);
    margin-right: 26.5px;
    margin-left: 0;
    margin-top: 13px;
  }

  .spr_panel_item > dt {
    font-size: 14px;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-left: -.5em;
    margin-right: -.5em;
    line-height: 1.15;
  }

  .spr_panel_item_circle {
    width: 38px;
    height: 38px;
    border-radius: 19px;
  }

  .spr_panel_item_num {
    font-size: 24px;
  }

  .spr_panel_item_unit {
    font-size: 9px;
  }

  .spr_panel_item > dd::before {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/spring/icon_plus_sp.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 10px);
  }

  .spr_panel.is-pink03 .spr_panel_item > dd::before {
    background-image: url('../img/spring/icon_plus_pink03_sp.png');
  }

  .spr_panel_item:nth-child(2n) > dd::before {
    content: '';
    left: -23px;
  }

  /*=============================
  // service(既存から流用)
  ===============================*/
  .service {
    padding: 13.8666666667vw 3.2vw;
  }
  .service .heading02 {
    margin-bottom: 5.8666666667vw;
    font-size: 6.9333333333vw;
    font-weight: 700;
    gap: 6.4vw;
  }
  .service .heading02 span {
    text-align: center;
    line-height: 1.26;
  }
  .service .heading02:before, .service .heading02:after {
    width: 0.8vw;
    height: 16vw;
    transform: rotate(-25deg);
    position: relative;
    bottom: -1.6vw;
  }
  .service .heading02::after {
    transform: rotate(25deg);
  }
  .service_list {
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  .service_list-item {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
  .service_list-item h3 {
    padding: 4.2666666667vw;
    font-size: 5.8666666667vw;
  }
  .service_list-item > ul {
    padding: 5.3333333333vw 3.2vw;
    gap: 5.3333333333vw;
  }
  .service_list-item > ul li {
    border-radius: 2.1333333333vw;
  }
  .service_list-item > ul li .content {
    padding: 5.3333333333vw;
  }
  .service_list-item > ul li .content h4 {
    min-height: auto;
    margin-bottom: 3.2vw;
    font-size: 5.3333333333vw;
  }
  .service_list-item > ul li .content .wrapper {
    margin-bottom: 4.8vw;
    justify-content: space-between;
    align-items: center;
    gap: 2.6666666667vw;
  }
  .service_list-item > ul li .content .wrapper .label {
    width: fit-content;
    padding: 1.6vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .service_list-item > ul li .content .wrapper .label span {
    font-size: 4.8vw;
  }
  .service_list-item > ul li .content .wrapper .price {
    font-size: 9.6vw;
  }
  .service_list-item > ul li .content .wrapper .price .is-mark {
    font-size: 6.4vw;
  }
  .service_list-item > ul li .content .wrapper .price .is-tax {
    margin-left: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
  .service_list-item > ul li .content .button {
    height: 13.8666666667vw;
    font-size: 4.8vw;
  }
  .service_list-item > ul li .content .button svg {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    right: 4.5333333333vw;
  }

  /*=============================
  // cta(既存から流用)
  ===============================*/
  .cta {
    padding: 8vw 3.2vw;
    background: url("../img/spring/cta_bg_sp.png") no-repeat center center;
    background-size: cover;
  }

  .cta.cta.cta_large {
    background: url("../img/spring/cta_bg_lg_sp.png") no-repeat center center;
  }

  .cta + .cta_inner {
    margin-top: 20px;
  }

  .spr_cta_panel + .cta_list {
    margin-top: 20px;
  }

  .cta_banner {
    width: 76.5333333333vw;
  }

  .cta_list {
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  .cta_list li {
    width: 100%;
  }
  .cta_list li:nth-child(1) a {
    border-radius: 5.3333333333vw;
  }
  .cta_list li:nth-child(1) a .content {
    padding: 4.8vw;
  }
  .cta_list li:nth-child(1) a .content h2 {
    margin-bottom: 1.0666666667vw;
    font-size: 5.8666666667vw;
    gap: 1.6vw;
    position: relative;
  }
  .cta_list li:nth-child(1) a .content h2 span {
    text-align: center;
    line-height: 1.31;
  }
  .cta_list li:nth-child(1) a .content h2 svg {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    position: absolute;
    top: 50%;
    right: 13.3333333333vw;
    transform: translate(100%, -50%);
  }
  .cta_list li:nth-child(1) a .content p {
    padding: 0.5333333333vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .cta_list li:nth-child(2) a {
    padding: 12.5333333333vw 0;
    border-radius: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .cta_list li:nth-child(2) a h2 {
    font-size: 5.3333333333vw;
    font-weight: 700;
    gap: 3.2vw;
  }
  .cta_list li:nth-child(2) a h2 svg {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .cta_list li:nth-child(2) p {
    font-size: 4.2666666667vw;
    line-height: 1.87;
  }
  .cta .spr_cta_panel h2 {
    margin-bottom: 3.2vw;
    font-size: 5.8666666667vw;
    line-height: 1.45;
    gap: 5.3333333333vw;
    text-align: center;
  }
  .cta .spr_cta_panel h2:before, .cta .spr_cta_panel h2:after {
    width: 1.0666666667vw;
    height: 17.0666666667vw;
    transform: rotate(-30deg);
  }
  .cta .spr_cta_panel h2::after {
    transform: translateX(-1.0666666667vw) rotate(30deg);
  }
}

