@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0416666667vw;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #222222;
}
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body .pc_only {
  display: block;
}
@media screen and (max-width: 750px) {
  body .pc_only {
    display: none;
  }
}
body .sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  body .sp_only {
    display: block;
  }
}
body .mincho {
  font-family: "Noto Sans JP", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
body img {
  display: block;
  width: 100%;
}
body input, body button, body select {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  outline: none;
}
body a {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #222222;
  transition-duration: 0.3s;
}
body a:hover {
  opacity: 0.7;
}
body a:hover img {
  opacity: 1;
}
body label:has(input) {
  cursor: pointer;
}
body li {
  list-style-type: none;
}

#ssc .ssc_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 6.0416666667vw;
  padding: 0 1.5625vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-duration: 0.5s;
}
#ssc .ssc_header.active {
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  #ssc .ssc_header {
    justify-content: center;
    height: auto;
    padding: 2.6666666667vw 0;
  }
}
#ssc .ssc_header h1.logo_wrap {
  width: 29.4791666667vw;
}
@media screen and (max-width: 750px) {
  #ssc .ssc_header h1.logo_wrap {
    width: 77.3333333333vw;
  }
}
#ssc .ssc_header .fixed_contact_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  #ssc .ssc_header .fixed_contact_wrap {
    position: fixed;
    bottom: 5.3333333333vw;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
  }
}
#ssc .ssc_header .fixed_contact_wrap .tel_wrap {
  width: 11.875vw;
}
@media screen and (max-width: 750px) {
  #ssc .ssc_header .fixed_contact_wrap .tel_wrap {
    display: none;
  }
}
#ssc .ssc_header .fixed_contact_wrap .h_contact_btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  #ssc .ssc_header .fixed_contact_wrap .h_contact_btn_wrap {
    justify-content: center;
    gap: 2.4vw;
  }
}
#ssc .ssc_header .fixed_contact_wrap .h_contact_btn_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.4166666667vw;
  height: 2.9166666667vw;
  border-radius: 0.3125vw;
  font-size: 0.9375vw;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  #ssc .ssc_header .fixed_contact_wrap .h_contact_btn_wrap a {
    width: 46.6666666667vw;
    height: 11.7333333333vw;
    border-radius: 1.6vw;
    font-size: 3.7333333333vw;
  }
}
#ssc .ssc_header .fixed_contact_wrap .h_contact_btn_wrap a.contact {
  background: #425894;
}
#ssc .ssc_header .fixed_contact_wrap .h_contact_btn_wrap a.requestForInformation {
  background: #EE7E50;
}
#ssc .mv_wrap {
  position: relative;
}
#ssc .mv_wrap ul.icon_list {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 1.0416666667vw;
  position: absolute;
  right: 1.40625vw;
  bottom: 1.5625vw;
}
#ssc .mv_wrap ul.icon_list li {
  width: 7.3958333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .mv_wrap ul.icon_list {
    justify-content: center;
    gap: 2.9333333333vw;
    right: auto;
    left: 50%;
    bottom: -13.0666666667vw;
    z-index: 10;
    transform: translateX(-50%);
  }
  #ssc .mv_wrap ul.icon_list li {
    width: 20.8vw;
  }
}
#ssc .sec_ttl .img_wrap {
  width: 10.4166666667vw;
  margin: 0 auto;
}
#ssc .sec_ttl span {
  display: block;
  font-size: 2.0833333333vw;
  line-height: 2.9166666667vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #ssc .sec_ttl .img_wrap {
    width: 48vw;
    margin: 0 auto;
  }
  #ssc .sec_ttl span {
    font-size: 7.4666666667vw;
    line-height: 10.9333333333vw;
  }
}
#ssc .sec_about {
  width: 100%;
  height: 50vw;
  background: url("/images/shopserve-creative/about_lead_bg.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 7.2916666667vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about {
    height: 246.1333333333vw;
    background: url("/images/shopserve-creative/about_lead_bg_sp.jpg") top center no-repeat;
    background-size: cover;
    padding-top: 24.8vw;
  }
}
#ssc .sec_about .sec_ttl {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about .sec_ttl {
    margin-bottom: 8vw;
  }
}
#ssc .sec_about .lead {
  font-size: 1.0416666667vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about .lead {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    text-align: justify;
    margin-bottom: 10.6666666667vw;
    padding: 0 4vw;
  }
}
#ssc .sec_about .thumb_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8854166667vw;
}
#ssc .sec_about .thumb_wrap li {
  width: 20.3645833333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about .thumb_wrap {
    gap: 1.8666666667vw;
  }
  #ssc .sec_about .thumb_wrap li {
    width: 45.0666666667vw;
  }
}
#ssc .sec_about .recus {
  position: absolute;
  bottom: 1.0416666667vw;
  left: 1.5625vw;
}
#ssc .sec_about .recus .post {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.2083333333vw;
}
#ssc .sec_about .recus .name {
  font-size: 1.0416666667vw;
  line-height: 1.5104166667vw;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about .recus {
    bottom: 5.3333333333vw;
    left: 4vw;
  }
  #ssc .sec_about .recus .post {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    margin-bottom: 1.0666666667vw;
  }
  #ssc .sec_about .recus .name {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
#ssc .sec_about .shopserve {
  position: absolute;
  bottom: 1.0416666667vw;
  right: 1.5625vw;
  width: fit-content;
}
#ssc .sec_about .shopserve .post {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.2083333333vw;
  text-align: right;
}
#ssc .sec_about .shopserve .name {
  font-size: 1.0416666667vw;
  line-height: 1.5104166667vw;
  font-weight: 500;
  color: #ffffff;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about .shopserve {
    bottom: 5.3333333333vw;
    right: 4vw;
  }
  #ssc .sec_about .shopserve .post {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    margin-bottom: 1.0666666667vw;
  }
  #ssc .sec_about .shopserve .name {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
#ssc .sec_about_feature {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
#ssc .sec_about_feature::after {
  content: "";
  display: block;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: url("/images/shopserve-creative/platinum_partner_logo.png") top center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5.7291666667vw;
  right: 5.7291666667vw;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_feature {
    display: block;
  }
  #ssc .sec_about_feature::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 195.4666666667vw;
    right: 5.3333333333vw;
  }
}
#ssc .sec_about_feature .blk {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 4.6875vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_feature .blk {
    width: 100%;
    padding: 8vw 4vw;
  }
}
#ssc .sec_about_feature .blk .inner .blk_bottom {
  padding: 1.5625vw 4.6875vw 3.125vw;
}
#ssc .sec_about_feature .blk .inner .blk_bottom .appeal_img {
  margin-bottom: 1.5625vw;
}
#ssc .sec_about_feature .blk .inner .blk_bottom .appeal_img img {
  width: auto;
  height: 6.9270833333vw;
  margin: 0 auto;
}
#ssc .sec_about_feature .blk .inner .blk_bottom .appeal_txt {
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #555555;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_feature .blk .inner .blk_bottom {
    padding: 5.3333333333vw 4.2666666667vw 8vw;
  }
  #ssc .sec_about_feature .blk .inner .blk_bottom .appeal_img {
    margin-bottom: 5.3333333333vw;
  }
  #ssc .sec_about_feature .blk .inner .blk_bottom .appeal_img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #ssc .sec_about_feature .blk .inner .blk_bottom .appeal_txt {
    font-size: 3.7333333333vw;
  }
}
#ssc .sec_about_feature .blk.shopserve {
  background: url("/images/shopserve-creative/about_feature_bg_esg.jpg") top center no-repeat;
  background-size: cover;
}
#ssc .sec_about_feature .blk.shopserve .inner {
  background: rgba(255, 255, 255, 0.9);
}
#ssc .sec_about_feature .blk.shopserve .inner .blk_head {
  position: relative;
  padding: 3.125vw 0 1.71875vw;
}
#ssc .sec_about_feature .blk.shopserve .inner .blk_head::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 3.125vw solid #B0CFEE;
  border-bottom: 3.125vw solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#ssc .sec_about_feature .blk.shopserve .inner .blk_head .logo_wrap {
  width: 14.5833333333vw;
  margin: 0 auto 0.5208333333vw;
}
#ssc .sec_about_feature .blk.shopserve .inner .blk_head .txt {
  color: #425894;
  font-size: 1.875vw;
  line-height: 2.7083333333vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_feature .blk.shopserve {
    background: url("/images/shopserve-creative/about_feature_bg_esg_sp.jpg") top center no-repeat;
    background-size: cover;
  }
  #ssc .sec_about_feature .blk.shopserve .inner .blk_head {
    padding: 5.3333333333vw 0;
  }
  #ssc .sec_about_feature .blk.shopserve .inner .blk_head::before {
    border-left: 8vw solid #B0CFEE;
    border-bottom: 8vw solid transparent;
  }
  #ssc .sec_about_feature .blk.shopserve .inner .blk_head .logo_wrap {
    width: 64vw;
    margin: 0 auto 2.6666666667vw;
  }
  #ssc .sec_about_feature .blk.shopserve .inner .blk_head .txt {
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
}
#ssc .sec_about_feature .blk.recus {
  background: url("/images/shopserve-creative/about_feature_bg_rg.jpg") top center no-repeat;
  background-size: cover;
}
#ssc .sec_about_feature .blk.recus .inner {
  background: rgba(255, 255, 255, 0.9);
}
#ssc .sec_about_feature .blk.recus .inner .blk_head {
  position: relative;
  padding: 3.125vw 0 1.71875vw;
}
#ssc .sec_about_feature .blk.recus .inner .blk_head::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 3.125vw solid #F3BD41;
  border-bottom: 3.125vw solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#ssc .sec_about_feature .blk.recus .inner .blk_head .logo_wrap {
  width: 14.5833333333vw;
  margin: 0 auto 0.5208333333vw;
}
#ssc .sec_about_feature .blk.recus .inner .blk_head .txt {
  color: #D7735A;
  font-size: 1.875vw;
  line-height: 2.7083333333vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_feature .blk.recus {
    background: url("/images/shopserve-creative/about_feature_bg_rg_sp.jpg") top center no-repeat;
    background-size: cover;
  }
  #ssc .sec_about_feature .blk.recus .inner .blk_head {
    padding: 5.3333333333vw 0;
  }
  #ssc .sec_about_feature .blk.recus .inner .blk_head::before {
    border-left: 8vw solid #F3BD41;
    border-bottom: 8vw solid transparent;
  }
  #ssc .sec_about_feature .blk.recus .inner .blk_head .logo_wrap {
    width: 64vw;
    margin: 0 auto 2.6666666667vw;
  }
  #ssc .sec_about_feature .blk.recus .inner .blk_head .txt {
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
}
#ssc .sec_about_dl {
  width: 100%;
  height: 61.71875vw;
  background: url("/images/shopserve-creative/about_download_bg.png") top center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_dl {
    height: 174.9333333333vw;
    background: url("/images/shopserve-creative/about_download_bg_sp.png") top center no-repeat;
    background-size: cover;
  }
}
#ssc .sec_about_dl .dl_ttl {
  position: absolute;
  top: 3.6458333333vw;
  left: 50%;
  transform: translateX(-50%);
}
#ssc .sec_about_dl .dl_ttl img:nth-child(1) {
  width: 30.5208333333vw;
  margin: 0 auto;
}
#ssc .sec_about_dl .dl_ttl img:nth-child(2) {
  width: 37.9166666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_dl .dl_ttl {
    top: 10.6666666667vw;
  }
  #ssc .sec_about_dl .dl_ttl img:nth-child(1) {
    width: 77.8666666667vw;
  }
  #ssc .sec_about_dl .dl_ttl img:nth-child(2) {
    width: 86.9333333333vw;
  }
}
#ssc .sec_about_dl .treat_img {
  width: 16.6666666667vw;
  position: absolute;
  left: 18.75vw;
  top: -1.5625vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_dl .treat_img {
    width: 32vw;
    left: 4vw;
    top: -12.8vw;
  }
}
#ssc .sec_about_dl .gotoDl_wrap {
  position: absolute;
  bottom: 3.8020833333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_dl .gotoDl_wrap {
    bottom: 10.6666666667vw;
  }
}
#ssc .sec_about_dl .gotoDl_wrap .txt {
  width: 33.5416666667vw;
  padding: 0.4166666667vw 2.0833333333vw;
  background: #ffffff;
  border-radius: 1.6666666667vw;
  font-size: 1.6666666667vw;
  line-height: 2.3958333333vw;
  font-weight: 700;
  color: #4786C4;
  text-align: center;
  margin: 0 auto 1.09375vw;
  position: relative;
}
#ssc .sec_about_dl .gotoDl_wrap .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.6770833333vw solid #ffffff;
  border-left: 0.3645833333vw solid transparent;
  border-right: 0.3645833333vw solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_dl .gotoDl_wrap .txt {
    width: 92vw;
    padding: 4vw 3.4666666667vw;
    border-radius: 7.4666666667vw;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    margin: 0 auto 5.0666666667vw;
  }
  #ssc .sec_about_dl .gotoDl_wrap .txt::after {
    border-top: 2.6666666667vw solid #ffffff;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
  }
}
#ssc .sec_about_dl .gotoDl_wrap .btn_wrap {
  width: 31.25vw;
  height: 5.2083333333vw;
  margin: 0 auto 1.5625vw;
}
#ssc .sec_about_dl .gotoDl_wrap .btn_wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125vw;
  background: #EE7E50;
  color: #ffffff;
  font-size: 1.6666666667vw;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
#ssc .sec_about_dl .gotoDl_wrap .btn_wrap a::after {
  content: "";
  display: block;
  width: 0.6770833333vw;
  height: 0.6770833333vw;
  border-right: 0.1041666667vw solid #ffffff;
  border-bottom: 0.1041666667vw solid #ffffff;
  position: absolute;
  top: 46%;
  right: 1.25vw;
  transform: translateY(-50%) rotateZ(45deg);
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_dl .gotoDl_wrap .btn_wrap {
    width: 92vw;
    height: 24vw;
    margin: 0 auto 5.3333333333vw;
  }
  #ssc .sec_about_dl .gotoDl_wrap .btn_wrap a {
    border-radius: 1.6vw;
    font-size: 6.4vw;
    line-height: 8.2666666667vw;
    text-align: center;
  }
  #ssc .sec_about_dl .gotoDl_wrap .btn_wrap a::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    border-right: 0.5333333333vw solid #ffffff;
    border-bottom: 0.5333333333vw solid #ffffff;
    top: 46%;
    right: 5.3333333333vw;
  }
}
#ssc .sec_about_dl .gotoDl_wrap .contact_a {
  text-align: center;
}
#ssc .sec_about_dl .gotoDl_wrap .contact_a a {
  color: #ffffff;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_dl .gotoDl_wrap .contact_a a {
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
  }
}
#ssc .sec_about_support {
  padding: 10.4166666667vw 0 7.7083333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_support {
    padding: 16vw 0;
  }
}
#ssc .sec_about_support ul {
  width: 79.1666666667vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8.3333333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_support ul {
    width: 100%;
    gap: 16vw;
  }
}
#ssc .sec_about_support ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.3333333333vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_support ul li {
    flex-direction: column;
    gap: 8vw;
    padding: 5.3333333333vw 4vw 0;
  }
}
#ssc .sec_about_support ul li:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_support ul li:nth-child(2n+1) {
    flex-direction: column;
  }
}
#ssc .sec_about_support ul li:nth-child(1) .txt_wrap {
  width: 27.5520833333vw;
}
#ssc .sec_about_support ul li:nth-child(1)::before {
  content: "";
  display: block;
  width: 12.5vw;
  height: 20.8333333333vw;
  background: #4786C4;
  position: absolute;
  right: -10.4166666667vw;
  top: -4.1666666667vw;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_support ul li:nth-child(1) .txt_wrap {
    width: 100%;
  }
  #ssc .sec_about_support ul li:nth-child(1)::before {
    width: 44.2666666667vw;
    height: 26.6666666667vw;
    right: 0;
    top: 0;
  }
}
#ssc .sec_about_support ul li:nth-child(2) .txt_wrap {
  width: 23.4375vw;
}
#ssc .sec_about_support ul li:nth-child(2)::before {
  content: "";
  display: block;
  width: 12.5vw;
  height: 20.8333333333vw;
  background: #4786C4;
  position: absolute;
  left: -10.4166666667vw;
  top: -4.1666666667vw;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_support ul li:nth-child(2) .txt_wrap {
    width: 100%;
  }
  #ssc .sec_about_support ul li:nth-child(2)::before {
    width: 44.2666666667vw;
    height: 26.6666666667vw;
    left: 0;
    top: 0;
  }
}
#ssc .sec_about_support ul li:nth-child(3) .txt_wrap {
  width: 25.8854166667vw;
}
#ssc .sec_about_support ul li:nth-child(3)::before {
  content: "";
  display: block;
  width: 12.5vw;
  height: 20.8333333333vw;
  background: #4786C4;
  position: absolute;
  right: -10.4166666667vw;
  top: -4.1666666667vw;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_support ul li:nth-child(3) .txt_wrap {
    width: 100%;
  }
  #ssc .sec_about_support ul li:nth-child(3)::before {
    width: 44.2666666667vw;
    height: 26.6666666667vw;
    right: 0;
    top: 0;
  }
}
#ssc .sec_about_support ul li .img_wrap {
  width: 41.6666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_support ul li .img_wrap {
    width: 100%;
  }
}
#ssc .sec_about_support ul li .txt_wrap .ttl {
  font-size: 1.6666666667vw;
  line-height: 1.5;
  font-weight: 700;
  color: #425894;
  margin-bottom: 1.5625vw;
}
#ssc .sec_about_support ul li .txt_wrap .txt {
  font-size: 0.8333333333vw;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #ssc .sec_about_support ul li .txt_wrap .ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  #ssc .sec_about_support ul li .txt_wrap .txt {
    font-size: 3.7333333333vw;
  }
}
#ssc .sec_service {
  padding: 4.1666666667vw 0 1.5625vw;
  background: #F2F8FF;
}
@media screen and (max-width: 750px) {
  #ssc .sec_service {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
#ssc .sec_service .sec_ttl {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_service .sec_ttl {
    margin-bottom: 8vw;
  }
}
#ssc .sec_service .swiper-container {
  width: 72.5vw;
  margin: 0 auto;
  padding-bottom: 2.6041666667vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ssc .sec_service .swiper-container {
    width: 100%;
    padding-bottom: 20vw;
  }
}
#ssc .sec_service .swiper-container .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8333333333vw;
}
#ssc .sec_service .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 50%;
  background: #CCCCCC;
  margin: 0;
  padding: 0;
}
#ssc .sec_service .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4786C4;
}
@media screen and (max-width: 750px) {
  #ssc .sec_service .swiper-container .swiper-pagination {
    bottom: 4.1333333333vw;
    gap: 4.2666666667vw;
  }
  #ssc .sec_service .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
#ssc .sec_service .swiper-container .swiper-button-prev {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  position: absolute;
  top: 10.9375vw;
  left: 0;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
  background: url("/images/shopserve-creative/slider_prev.png") top center no-repeat;
  background-size: contain;
}
#ssc .sec_service .swiper-container .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 750px) {
  #ssc .sec_service .swiper-container .swiper-button-prev {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
#ssc .sec_service .swiper-container .swiper-button-next {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  position: absolute;
  top: 10.9375vw;
  right: 0;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
  background: url("/images/shopserve-creative/slider_next.png") top center no-repeat;
  background-size: contain;
}
#ssc .sec_service .swiper-container .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 750px) {
  #ssc .sec_service .swiper-container .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }
}
#ssc .sec_service .swiper-container .service_swiper {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #ssc .sec_service .swiper-container .service_swiper {
    width: 100%;
  }
}
#ssc .sec_service .swiper-container .service_swiper .service_list .swiper-slide .img_wrap {
  width: 100%;
  margin-bottom: 1.0416666667vw;
}
#ssc .sec_service .swiper-container .service_swiper .service_list .swiper-slide .txt_wrap .ttl {
  font-size: 1.0416666667vw;
  line-height: 1.5104166667vw;
  font-weight: 700;
  text-align: center;
  color: #4786C4;
  margin-bottom: 1.0416666667vw;
}
#ssc .sec_service .swiper-container .service_swiper .service_list .swiper-slide .txt_wrap .txt {
  font-size: 0.8333333333vw;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #ssc .sec_service .swiper-container .service_swiper .service_list .swiper-slide .img_wrap {
    margin-bottom: 2.9333333333vw;
  }
  #ssc .sec_service .swiper-container .service_swiper .service_list .swiper-slide .txt_wrap .ttl {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
  #ssc .sec_service .swiper-container .service_swiper .service_list .swiper-slide .txt_wrap .txt {
    font-size: 3.4666666667vw;
  }
}
#ssc .sec_feature {
  padding: 8.3333333333vw 0 10.4166666667vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_feature {
    padding: 16vw 4vw;
  }
}
#ssc .sec_feature .sec_ttl {
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_feature .sec_ttl {
    margin-bottom: 2.6666666667vw;
  }
}
#ssc .sec_feature .annotation {
  margin: 0 auto 2.0833333333vw;
  font-size: 0.5729166667vw;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #ssc .sec_feature .annotation {
    margin: 0 auto 8vw;
    font-size: 2.9333333333vw;
  }
}
#ssc .sec_feature .blk_wrap {
  display: flex;
  flex-direction: column;
  gap: 6.7708333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_feature .blk_wrap {
    gap: 10.6666666667vw;
  }
}
#ssc .sec_feature .blk_wrap .blk h3.blk_ttl {
  font-size: 1.6666666667vw;
  font-weight: 700;
  text-align: center;
  color: #425894;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_feature .blk_wrap .blk h3.blk_ttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
#ssc .sec_feature .blk_wrap .blk .functions {
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.0833333333vw 1.1458333333vw;
  padding: 1.0416666667vw 1.0416666667vw 2.0833333333vw;
  border-radius: 0.4166666667vw;
  background: #ffffff;
  box-shadow: 0 0.3125vw 1.25vw rgba(51, 51, 51, 0.1);
  position: relative;
}
@media screen and (max-width: 750px) {
  #ssc .sec_feature .blk_wrap .blk .functions {
    width: 100%;
    justify-content: flex-start;
    gap: 5.3333333333vw 0;
    padding: 0 4.2666666667vw 10.6666666667vw;
    border-radius: 2.1333333333vw;
    box-shadow: 0 1.6vw 6.4vw rgba(51, 51, 51, 0.1);
  }
}
#ssc .sec_feature .blk_wrap .blk .functions li {
  width: calc((100% - 5.7291666667vw) / 6);
}
#ssc .sec_feature .blk_wrap .blk .functions li .txt_wrap .ttl {
  font-size: 0.7291666667vw;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.3125vw;
  white-space: nowrap;
}
#ssc .sec_feature .blk_wrap .blk .functions li .txt_wrap .txt {
  font-size: 0.5729166667vw;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #ssc .sec_feature .blk_wrap .blk .functions li {
    width: 50%;
    border-bottom: 1px solid #B0CFEE;
    padding-bottom: 5.3333333333vw;
  }
  #ssc .sec_feature .blk_wrap .blk .functions li .txt_wrap .ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 1.6vw;
  }
  #ssc .sec_feature .blk_wrap .blk .functions li .txt_wrap .txt {
    font-size: 2.9333333333vw;
  }
  #ssc .sec_feature .blk_wrap .blk .functions li:nth-last-child(-n+2) {
    border-bottom: none;
    padding-bottom: 0;
  }
  #ssc .sec_feature .blk_wrap .blk .functions li:nth-child(2n) {
    padding-left: 2.2666666667vw;
  }
  #ssc .sec_feature .blk_wrap .blk .functions li:nth-child(2n+1) {
    padding-right: 2.2666666667vw;
  }
}
#ssc .sec_feature .blk_wrap .blk.front_end .functions::after {
  content: "";
  display: block;
  width: 25vw;
  height: 14.3229166667vw;
  background: url("/images/shopserve-creative/feature_front-img.png") top center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2.0833333333vw;
  left: -4.5833333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_feature .blk_wrap .blk.front_end .functions::after {
    display: none;
  }
}
#ssc .sec_feature .blk_wrap .blk.back_end .functions::after {
  content: "";
  display: block;
  width: 25vw;
  height: 14.3229166667vw;
  background: url("/images/shopserve-creative/feature_back-img.png") top center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2.0833333333vw;
  left: -4.5833333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_feature .blk_wrap .blk.back_end .functions::after {
    display: none;
  }
}
#ssc .sec_achievements {
  padding: 4.1666666667vw 0 3.125vw;
  background: #F4F4F4;
}
@media screen and (max-width: 750px) {
  #ssc .sec_achievements {
    padding: 10.6666666667vw 4vw 16vw;
  }
}
#ssc .sec_achievements .sec_ttl {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_achievements .sec_ttl {
    margin-bottom: 8vw;
  }
}
#ssc .sec_achievements .swiper-container {
  width: 72.5vw;
  margin: 0 auto;
  padding-bottom: 2.6041666667vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ssc .sec_achievements .swiper-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
#ssc .sec_achievements .swiper-container .swiper-button-prev {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  position: absolute;
  top: 11.4583333333vw;
  left: 0;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
  background: url("/images/shopserve-creative/slider_prev.png") top center no-repeat;
  background-size: contain;
}
#ssc .sec_achievements .swiper-container .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 750px) {
  #ssc .sec_achievements .swiper-container .swiper-button-prev {
    display: none;
  }
}
#ssc .sec_achievements .swiper-container .swiper-button-next {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  position: absolute;
  top: 11.4583333333vw;
  right: 0;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
  background: url("/images/shopserve-creative/slider_next.png") top center no-repeat;
  background-size: contain;
}
#ssc .sec_achievements .swiper-container .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 750px) {
  #ssc .sec_achievements .swiper-container .swiper-button-next {
    display: none;
  }
}
#ssc .sec_achievements .swiper-container .achivements_swiper {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #ssc .sec_achievements .swiper-container .achivements_swiper {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #ssc .sec_achievements .swiper-container .achivements_swiper .achivements_list {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
#ssc .sec_achievements .swiper-container .achivements_swiper .achivements_list .swiper-slide .img_wrap {
  margin-bottom: 1.0416666667vw;
}
#ssc .sec_achievements .swiper-container .achivements_swiper .achivements_list .swiper-slide .txt_wrap .ttl {
  font-size: 1.0416666667vw;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 0.8854166667vw;
}
#ssc .sec_achievements .swiper-container .achivements_swiper .achivements_list .swiper-slide .txt_wrap .content {
  width: fit-content;
  padding: 0.2604166667vw 0.8333333333vw 0.3645833333vw;
  margin: 0 0 0.8854166667vw;
  background: #425894;
  color: #ffffff;
  font-size: 0.6770833333vw;
  line-height: 0.8854166667vw;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#ssc .sec_achievements .swiper-container .achivements_swiper .achivements_list .swiper-slide .txt_wrap .txt {
  font-size: 0.7291666667vw;
  line-height: 2;
  font-weight: 500;
  color: #555555;
}
@media screen and (max-width: 750px) {
  #ssc .sec_achievements .swiper-container .achivements_swiper .achivements_list .swiper-slide .img_wrap {
    margin-bottom: 5.3333333333vw;
  }
  #ssc .sec_achievements .swiper-container .achivements_swiper .achivements_list .swiper-slide .txt_wrap .ttl {
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    margin-bottom: 5.0666666667vw;
  }
  #ssc .sec_achievements .swiper-container .achivements_swiper .achivements_list .swiper-slide .txt_wrap .content {
    width: fit-content;
    padding: 2.1333333333vw 4.2666666667vw;
    margin: 0 0 4.8vw;
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
  #ssc .sec_achievements .swiper-container .achivements_swiper .achivements_list .swiper-slide .txt_wrap .txt {
    font-size: 3.7333333333vw;
    line-height: 2;
    font-weight: 500;
  }
}
#ssc .contact_blk {
  padding: 0 0 7.03125vw;
  background: #F3F3F3;
}
@media screen and (max-width: 750px) {
  #ssc .contact_blk {
    padding: 0 4vw 16vw;
  }
}
#ssc .contact_blk .gotoDl_wrap .txt {
  width: 33.5416666667vw;
  padding: 0.4166666667vw 2.0833333333vw;
  background: #ffffff;
  border-radius: 1.6666666667vw;
  font-size: 1.6666666667vw;
  line-height: 2.3958333333vw;
  font-weight: 700;
  color: #4786C4;
  text-align: center;
  margin: 0 auto 1.09375vw;
  position: relative;
}
#ssc .contact_blk .gotoDl_wrap .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.6770833333vw solid #ffffff;
  border-left: 0.3645833333vw solid transparent;
  border-right: 0.3645833333vw solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
}
@media screen and (max-width: 750px) {
  #ssc .contact_blk .gotoDl_wrap .txt {
    width: 92vw;
    padding: 4vw 3.4666666667vw;
    border-radius: 7.4666666667vw;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    margin: 0 auto 5.0666666667vw;
  }
  #ssc .contact_blk .gotoDl_wrap .txt::after {
    border-top: 2.6666666667vw solid #ffffff;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
  }
}
#ssc .contact_blk .gotoDl_wrap .btn_wrap {
  width: 31.25vw;
  height: 5.2083333333vw;
  margin: 0 auto 1.5625vw;
}
#ssc .contact_blk .gotoDl_wrap .btn_wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125vw;
  background: #EE7E50;
  color: #ffffff;
  font-size: 1.6666666667vw;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
#ssc .contact_blk .gotoDl_wrap .btn_wrap a::after {
  content: "";
  display: block;
  width: 0.6770833333vw;
  height: 0.6770833333vw;
  border-right: 0.1041666667vw solid #ffffff;
  border-bottom: 0.1041666667vw solid #ffffff;
  position: absolute;
  top: 46%;
  right: 1.25vw;
  transform: translateY(-50%) rotateZ(45deg);
}
@media screen and (max-width: 750px) {
  #ssc .contact_blk .gotoDl_wrap .btn_wrap {
    width: 92vw;
    height: 24vw;
    margin: 0 auto 5.3333333333vw;
  }
  #ssc .contact_blk .gotoDl_wrap .btn_wrap a {
    border-radius: 1.6vw;
    font-size: 6.4vw;
    line-height: 8.2666666667vw;
    text-align: center;
  }
  #ssc .contact_blk .gotoDl_wrap .btn_wrap a::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    border-right: 0.5333333333vw solid #ffffff;
    border-bottom: 0.5333333333vw solid #ffffff;
    top: 46%;
    right: 5.3333333333vw;
  }
}
#ssc .contact_blk .gotoDl_wrap .contact_a {
  text-align: center;
}
#ssc .contact_blk .gotoDl_wrap .contact_a a {
  color: #555;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #ssc .contact_blk .gotoDl_wrap .contact_a a {
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
  }
}
#ssc .special_plan {
  width: 100%;
  height: 56.875vw;
  background: url("/images/shopserve-creative/plan_bg.png") top center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan {
    height: 266.9333333333vw;
    background: url("/images/shopserve-creative/plan_bg_sp.png") top center no-repeat;
    background-size: cover;
  }
}
#ssc .special_plan h2.plan_ttl {
  font-family: "Oswald", sans-serif;
  font-size: 9.21875vw;
  line-height: 12.7083333333vw;
  letter-spacing: 0;
  font-weight: 700;
  color: #B0CFEE;
  opacity: 0.4;
  position: absolute;
  top: -2.8645833333vw;
  left: 0;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan h2.plan_ttl {
    font-size: 14.9333333333vw;
    line-height: 20.5333333333vw;
    top: -4.2666666667vw;
  }
}
#ssc .special_plan .img_wrap {
  width: 40.625vw;
  height: 59.8958333333vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan .img_wrap {
    width: 100vw;
    height: auto;
    bottom: auto;
    top: 66.6666666667vw;
  }
}
#ssc .special_plan .txt_wrap {
  width: 34.8958333333vw;
  position: absolute;
  top: 12.8645833333vw;
  left: 18.75vw;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan .txt_wrap {
    width: 92vw;
    top: 22.1333333333vw;
    left: 4vw;
  }
}
#ssc .special_plan .txt_wrap .h_txt {
  font-size: 1.40625vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #ffffff;
}
#ssc .special_plan .txt_wrap .h_txt span {
  font-size: 1.7708333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan .txt_wrap .h_txt {
    font-size: 4.5333333333vw;
    line-height: 8.2666666667vw;
    margin-bottom: 4.8vw;
  }
  #ssc .special_plan .txt_wrap .h_txt span {
    font-size: 5.6vw;
  }
}
#ssc .special_plan .txt_wrap .h_txt2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.0416666667vw;
  margin-bottom: 1.6145833333vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan .txt_wrap .h_txt2 {
    display: block;
    margin-bottom: 89.0666666667vw;
  }
}
#ssc .special_plan .txt_wrap .h_txt2 span {
  font-size: 3.75vw;
  line-height: 3.6979166667vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
}
#ssc .special_plan .txt_wrap .h_txt2 span:first-child {
  font-size: 2.0833333333vw;
  line-height: 3.5416666667vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan .txt_wrap .h_txt2 span {
    display: block;
    font-size: 12vw;
    line-height: 1;
  }
  #ssc .special_plan .txt_wrap .h_txt2 span:first-child {
    font-size: 6.6666666667vw;
    line-height: 9.6vw;
  }
}
#ssc .special_plan .txt_wrap .txt_bg_white {
  width: fit-content;
  font-size: 3.3333333333vw;
  line-height: 3.6979166667vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  background: #ffffff;
  white-space: nowrap;
}
#ssc .special_plan .txt_wrap .txt_bg_white span {
  font-size: 2.96875vw;
}
#ssc .special_plan .txt_wrap .txt_bg_white.blue {
  padding: 0.2083333333vw 2.1354166667vw 0.4166666667vw 1.25vw;
  color: #425894;
  margin-bottom: 0.8333333333vw;
}
#ssc .special_plan .txt_wrap .txt_bg_white.orange {
  padding: 0.2083333333vw 0.7291666667vw 0.4166666667vw 1.25vw;
  color: #EE7E50;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan .txt_wrap .txt_bg_white {
    width: fit-content;
    font-size: 10.6666666667vw;
    line-height: 15.4666666667vw;
  }
  #ssc .special_plan .txt_wrap .txt_bg_white span {
    font-size: 9.3333333333vw;
  }
  #ssc .special_plan .txt_wrap .txt_bg_white.blue {
    padding: 0.8vw 9.6vw 1.6vw 4.2666666667vw;
    color: #425894;
    margin-bottom: 2.9333333333vw;
  }
  #ssc .special_plan .txt_wrap .txt_bg_white.orange {
    padding: 0.5333333333vw 4.8vw 1.8666666667vw 4.2666666667vw;
    color: #EE7E50;
    margin-bottom: 8vw;
  }
}
#ssc .special_plan .txt_wrap > ul {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
#ssc .special_plan .txt_wrap > ul li {
  padding-left: 1.4583333333vw;
  font-size: 1.4583333333vw;
  line-height: 2.5vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
#ssc .special_plan .txt_wrap > ul li::before {
  content: "";
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  border-radius: 50%;
  background: #4786C4;
  position: absolute;
  top: 0.8333333333vw;
  left: 0;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan .txt_wrap > ul {
    width: 92vw;
    gap: 2.9333333333vw;
  }
  #ssc .special_plan .txt_wrap > ul li {
    padding-left: 6.4vw;
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
  }
  #ssc .special_plan .txt_wrap > ul li::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 2.1333333333vw;
  }
}
#ssc .special_plan_2 {
  padding: 4.1666666667vw 0;
  background: rgba(0, 52, 91, 0.9);
  position: relative;
}
#ssc .special_plan_2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12.5vw solid transparent;
  border-right: 25vw solid #4786C4;
  opacity: 0.25;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 {
    padding: 18.6666666667vw 0 16vw;
  }
  #ssc .special_plan_2::after {
    border-top: 26.6666666667vw solid transparent;
    border-right: 53.3333333333vw solid #4786C4;
  }
}
#ssc .special_plan_2 h2.plan2_ttl {
  width: 29.1666666667vw;
  height: 4.6875vw;
  background: url("/images/shopserve-creative/special_ttl_bg.png") top center no-repeat;
  background-size: contain;
  font-size: 2.5vw;
  line-height: 3.3854166667vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 0.4166666667vw;
}
#ssc .special_plan_2 h2.plan2_ttl span:first-child {
  font-size: 3.125vw;
}
#ssc .special_plan_2 h2.plan2_ttl span:nth-child(2) {
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 h2.plan2_ttl {
    width: 92vw;
    height: 15.0533333333vw;
    background: url("/images/shopserve-creative/special_ttl_bg.png") top center no-repeat;
    background-size: 100% 100%;
    font-size: 7.7333333333vw;
    line-height: 10.4vw;
    padding-top: 2.1333333333vw;
  }
  #ssc .special_plan_2 h2.plan2_ttl span:first-child {
    font-size: 9.6vw;
  }
  #ssc .special_plan_2 h2.plan2_ttl span:nth-child(2) {
    font-size: 6.4vw;
  }
}
#ssc .special_plan_2 .txt_wrap {
  width: 100%;
  max-width: 41.6666666667vw;
  margin: 0 auto 1.875vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap {
    width: 100%;
    max-width: 92vw;
    margin: 0 auto 10.6666666667vw;
  }
}
#ssc .special_plan_2 .txt_wrap .h_txt {
  font-size: 1.5625vw;
  line-height: 1.5625vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .h_txt {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2.1333333333vw;
  }
}
#ssc .special_plan_2 .txt_wrap .h_txt2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.1979166667vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .h_txt2 {
    display: block;
    margin-bottom: 5.6vw;
  }
}
#ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left {
  width: fit-content;
  height: 5vw;
  border-right: 0.15625vw solid #ffffff;
  padding-right: 2.8645833333vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.1979166667vw;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left {
    width: 100%;
    height: 21.3333333333vw;
    border-right: none;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
    flex-shrink: 0;
    margin-bottom: 10.1333333333vw;
    position: relative;
  }
  #ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left::after {
    content: "";
    display: block;
    width: 32vw;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: -4.8vw;
    transform: translateX(-50%);
  }
}
#ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left .lp {
  font-size: 2.0833333333vw;
  line-height: 3.125vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left .lp {
    font-size: 7.4666666667vw;
    line-height: 10.6666666667vw;
  }
}
#ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left .orange_txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.2083333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left .orange_txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8vw;
  }
}
#ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left .orange_txt .jisshitsu {
  font-size: 1.875vw;
  line-height: 1.875vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #EE7E50;
  writing-mode: vertical-rl;
  padding-top: 0.2604166667vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left .orange_txt .jisshitsu {
    font-size: 6.6666666667vw;
    line-height: 6.6666666667vw;
    padding-top: 1.0666666667vw;
  }
}
#ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left .orange_txt .muryou {
  position: relative;
  font-size: 4.1666666667vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #EE7E50;
}
#ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left .orange_txt .muryou span {
  font-size: 0.5729166667vw;
  line-height: 0.8333333333vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left .orange_txt .muryou {
    font-size: 14.6666666667vw;
    padding-right: 5.3333333333vw;
  }
  #ssc .special_plan_2 .txt_wrap .h_txt2 .txt_left .orange_txt .muryou span {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    transform: translateX(0);
  }
}
#ssc .special_plan_2 .txt_wrap .h_txt2 .txt_right {
  width: fit-content;
  height: 5vw;
  padding: 0 0.8333333333vw 0 1.5625vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .h_txt2 .txt_right {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
  }
}
#ssc .special_plan_2 .txt_wrap .h_txt2 .txt_right .kanou {
  position: relative;
  font-size: 2.0833333333vw;
  line-height: 3.125vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .h_txt2 .txt_right .kanou {
    width: fit-content;
    font-size: 7.4666666667vw;
    line-height: 10.6666666667vw;
    padding: 0 5.3333333333vw 0 0;
    margin: 0 auto;
  }
}
#ssc .special_plan_2 .txt_wrap .h_txt2 .txt_right .kanou span {
  font-size: 0.5729166667vw;
  line-height: 0.8333333333vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .h_txt2 .txt_right .kanou span {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    transform: translateX(0);
  }
}
#ssc .special_plan_2 .txt_wrap .notes {
  display: flex;
  flex-direction: column;
  gap: 0.2083333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .notes {
    width: fit-content;
    margin: 0 auto;
    gap: 1.0666666667vw;
  }
}
#ssc .special_plan_2 .txt_wrap .notes > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .notes > div {
    flex-direction: column;
    gap: 1.0666666667vw;
  }
}
#ssc .special_plan_2 .txt_wrap .notes > div span {
  font-size: 0.5729166667vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .txt_wrap .notes > div span {
    font-size: 2.9333333333vw;
  }
}
#ssc .special_plan_2 > ul.plan_detail {
  width: 100%;
  max-width: 50vw;
  margin: 0 auto 3.125vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 > ul.plan_detail {
    max-width: 92vw;
    margin: 0 auto 10.6666666667vw;
    flex-wrap: wrap;
    gap: 4vw;
  }
}
#ssc .special_plan_2 > ul.plan_detail > li {
  width: 11.40625vw;
  padding: 1.0416666667vw 0.5208333333vw 0.625vw;
  background: #ffffff;
  border-radius: 0.3125vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 > ul.plan_detail > li {
    width: calc((100% - 4vw) / 2);
    padding: 5.3333333333vw 2.6666666667vw 0;
    border-radius: 1.6vw;
  }
}
#ssc .special_plan_2 > ul.plan_detail > li > div.img_wrap {
  width: 5.2083333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 > ul.plan_detail > li > div.img_wrap {
    width: 26.6666666667vw;
  }
}
#ssc .special_plan_2 > ul.plan_detail > li > div.ttl_wrap {
  width: 100%;
  height: 4.9479166667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 > ul.plan_detail > li > div.ttl_wrap {
    height: 22.4vw;
  }
}
#ssc .special_plan_2 > ul.plan_detail > li > div.ttl_wrap > div.ttl {
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #00345B;
  text-align: center;
}
#ssc .special_plan_2 > ul.plan_detail > li > div.ttl_wrap > div.ttl > span {
  display: block;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 > ul.plan_detail > li > div.ttl_wrap > div.ttl {
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
  }
  #ssc .special_plan_2 > ul.plan_detail > li > div.ttl_wrap > div.ttl > span {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
#ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap {
  width: 100%;
  height: 4.6875vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.0520833333vw solid #425894;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap {
    height: 24.8vw;
  }
}
#ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap > div > span.option {
  display: block;
  font-size: 0.6770833333vw;
  line-height: 0.8854166667vw;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap > div > span.note {
  display: block;
  font-size: 0.625vw;
  line-height: 0.8854166667vw;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
}
#ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap > div > div.price {
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.04em;
  font-weight: 700;
}
#ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap > div > div.price.muryo {
  color: #EE7E50;
  text-align: center;
}
#ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap > div > div.price > span {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap > div > span.option {
    font-size: 3.4666666667vw;
    line-height: 4.5333333333vw;
  }
  #ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap > div > span.note {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }
  #ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap > div > div.price {
    font-size: 6.4vw;
    line-height: 9.3333333333vw;
  }
  #ssc .special_plan_2 > ul.plan_detail > li > div.price_wrap > div > div.price > span {
    font-size: 4.2666666667vw;
  }
}
#ssc .special_plan_2 .btn_wrap {
  width: 31.25vw;
  height: 5.2083333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .btn_wrap {
    width: 83.4666666667vw;
    height: 16vw;
    position: relative;
    z-index: 2;
  }
}
#ssc .special_plan_2 .btn_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #EE7E50;
  border-radius: 0.3125vw;
  font-size: 1.6666666667vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
#ssc .special_plan_2 .btn_wrap a::after {
  content: "";
  display: block;
  width: 0.5729166667vw;
  height: 0.5729166667vw;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 1.1458333333vw;
  transform: translateY(-50%) rotateZ(-45deg);
}
@media screen and (max-width: 750px) {
  #ssc .special_plan_2 .btn_wrap a {
    border-radius: 1.6vw;
    font-size: 5.3333333333vw;
  }
  #ssc .special_plan_2 .btn_wrap a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 2.9333333333vw;
  }
}
#ssc .sec_step {
  padding: 8.3333333333vw 0 0;
}
@media screen and (max-width: 750px) {
  #ssc .sec_step {
    padding: 16vw 4vw 0;
  }
}
#ssc .sec_step .sec_ttl {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_step .sec_ttl {
    margin-bottom: 8vw;
  }
}
#ssc .sec_step .steps {
  width: 50vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ssc .sec_step .steps {
    width: 100%;
    gap: 5.3333333333vw;
  }
}
#ssc .sec_step .steps::before {
  content: "";
  display: block;
  width: 0.8333333333vw;
  height: 98%;
  background: #E8F4FF;
  position: absolute;
  top: 1%;
  left: 2.0833333333vw;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  #ssc .sec_step .steps::before {
    width: 4.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#ssc .sec_step .steps li {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #425894;
  border-radius: 0.2083333333vw;
  padding: 1.0416666667vw;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_step .steps li {
    border-radius: 1.0666666667vw;
    padding: 4.2666666667vw;
    flex-direction: column;
    gap: 4vw;
  }
}
#ssc .sec_step .steps li .head {
  width: 14.5833333333vw;
  flex-shrink: 0;
  border-right: 1px solid #425894;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8333333333vw;
}
#ssc .sec_step .steps li .head .num {
  width: 3.125vw;
}
#ssc .sec_step .steps li .head .ttl {
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  font-weight: 700;
  color: #4786C4;
}
@media screen and (max-width: 750px) {
  #ssc .sec_step .steps li .head {
    width: 100%;
    border-bottom: 1px solid #425894;
    border-right: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.6666666667vw;
    padding-bottom: 2.1333333333vw;
  }
  #ssc .sec_step .steps li .head .num {
    width: 12.8vw;
  }
  #ssc .sec_step .steps li .head .ttl {
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
  }
}
#ssc .sec_step .steps li .content {
  flex-grow: 1;
  padding: 1.0416666667vw 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#ssc .sec_step .steps li .content .txt {
  font-size: 0.8333333333vw;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #ssc .sec_step .steps li .content {
    padding: 0;
    display: block;
  }
  #ssc .sec_step .steps li .content .txt {
    font-size: 3.7333333333vw;
    line-height: 2;
    font-weight: 500;
  }
}
#ssc .sec_faq {
  padding: 6.25vw 0 10.4166666667vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_faq {
    padding: 16vw 4vw;
  }
}
#ssc .sec_faq .sec_ttl {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_faq .sec_ttl {
    margin-bottom: 8vw;
  }
}
#ssc .sec_faq .faq_wrap {
  width: 50vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
@media screen and (max-width: 750px) {
  #ssc .sec_faq .faq_wrap {
    width: 100%;
    gap: 8vw;
  }
}
#ssc .sec_faq .faq_wrap dl dt {
  padding: 0.625vw 2.6041666667vw 0.625vw 1.0416666667vw;
  background: #E8F4FF;
  border-radius: 0.2083333333vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ssc .sec_faq .faq_wrap dl dt {
    padding: 3.2vw 11.4666666667vw 3.2vw 4.2666666667vw;
    border-radius: 1.0666666667vw;
  }
}
#ssc .sec_faq .faq_wrap dl dt .q_ttl {
  font-size: 0.8333333333vw;
  line-height: 1.6666666667vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5208333333vw;
}
#ssc .sec_faq .faq_wrap dl dt .q_ttl::before {
  content: "";
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  background: url("/images/shopserve-creative/faq_icon_q.png") top center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #ssc .sec_faq .faq_wrap dl dt .q_ttl {
    align-items: flex-start;
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    gap: 3.7333333333vw;
  }
  #ssc .sec_faq .faq_wrap dl dt .q_ttl::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
#ssc .sec_faq .faq_wrap dl dt::before {
  content: "";
  display: block;
  width: 0.7291666667vw;
  height: 0.1041666667vw;
  background: #4786C4;
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #ssc .sec_faq .faq_wrap dl dt::before {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
    right: 4.2666666667vw;
  }
}
#ssc .sec_faq .faq_wrap dl dt::after {
  content: "";
  display: block;
  width: 0.7291666667vw;
  height: 0.1041666667vw;
  background: #4786C4;
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  transform: translateY(-50%) rotateZ(90deg);
  transition-duration: 0.3s;
}
@media screen and (max-width: 750px) {
  #ssc .sec_faq .faq_wrap dl dt::after {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
    right: 4.2666666667vw;
  }
}
#ssc .sec_faq .faq_wrap dl dt.open::after {
  opacity: 0;
  transform: translateY(-50%) rotateZ(0deg);
}
#ssc .sec_faq .faq_wrap dl dd {
  display: none;
}
#ssc .sec_faq .faq_wrap dl dd .a_wrap {
  padding: 1.0416666667vw 1.0416666667vw 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5208333333vw;
}
#ssc .sec_faq .faq_wrap dl dd .a_wrap::before {
  content: "";
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  background: url("/images/shopserve-creative/faq_icon_a.png") top center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
#ssc .sec_faq .faq_wrap dl dd .a_wrap .txt {
  font-size: 0.7291666667vw;
  line-height: 2;
  font-weight: 500;
  color: #555555;
}
@media screen and (max-width: 750px) {
  #ssc .sec_faq .faq_wrap dl dd .a_wrap {
    padding: 5.3333333333vw 0 0 4.2666666667vw;
    gap: 2.6666666667vw;
  }
  #ssc .sec_faq .faq_wrap dl dd .a_wrap::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  #ssc .sec_faq .faq_wrap dl dd .a_wrap .txt {
    font-size: 3.7333333333vw;
  }
}

#shopserve-creative {
  overflow: hidden;
}
#shopserve-creative .sec_material_distribution {
  width: 100%;
  background: url("/images/shopserve-creative/bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution {
    height: auto;
    background: url("/images/shopserve-creative/bg.png") top center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 16vw;
    padding: 10.6666666667vw 4vw;
  }
}
#shopserve-creative .sec_material_distribution #ssc_form_target {
  position: absolute;
  top: -6.0416666667vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #ssc_form_target {
    top: -11.2vw;
  }
}
#shopserve-creative .sec_material_distribution .img_wrap {
  width: 36.4583333333vw;
  position: absolute;
  top: -4.1145833333vw;
  left: 18.75vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution .img_wrap {
    width: 100%;
    position: static;
    margin-bottom: 16vw;
  }
}
#shopserve-creative .sec_material_distribution .txt_wrap {
  width: 31.6666666667vw;
  position: absolute;
  bottom: 6.25vw;
  left: 21.1458333333vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution .txt_wrap {
    width: 100%;
    position: static;
    margin-bottom: 8vw;
  }
}
#shopserve-creative .sec_material_distribution .txt_wrap .ttl {
  margin: 0 auto 1.5625vw;
}
#shopserve-creative .sec_material_distribution .txt_wrap .ttl img {
  width: 14.13125vw;
  margin: 0 auto 0.2083333333vw;
}
#shopserve-creative .sec_material_distribution .txt_wrap .ttl span {
  display: block;
  font-size: 1.6666666667vw;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution .txt_wrap .ttl {
    margin: 0 auto 5.3333333333vw;
  }
  #shopserve-creative .sec_material_distribution .txt_wrap .ttl img {
    width: 72.352vw;
    margin: 0 auto 1.6vw;
  }
  #shopserve-creative .sec_material_distribution .txt_wrap .ttl span {
    display: block;
    font-size: 7.4666666667vw;
    line-height: 10.6666666667vw;
  }
}
#shopserve-creative .sec_material_distribution .txt_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
#shopserve-creative .sec_material_distribution .txt_wrap ul li {
  width: 100%;
  height: 3.0729166667vw;
  border-radius: 2.0833333333vw;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  line-height: 1;
  font-weight: 700;
  color: #425894;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution .txt_wrap ul {
    gap: 4.2666666667vw;
  }
  #shopserve-creative .sec_material_distribution .txt_wrap ul li {
    width: 100%;
    height: 14.9333333333vw;
    border-radius: 7.4666666667vw;
    font-size: 4.2666666667vw;
  }
}
#shopserve-creative .sec_material_distribution #contact-form {
  width: 19.7916666667vw;
  position: relative;
  bottom: -4.375vw;
  left: 61.4583333333vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form {
    width: 100%;
    position: static;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .form_head {
  margin-bottom: 1.0416666667vw;
}
#shopserve-creative .sec_material_distribution #contact-form .form_head .ttl {
  font-size: 1.4583333333vw;
  line-height: 2.0833333333vw;
  font-weight: 700;
  color: #F3BD41;
  margin-bottom: 0.5208333333vw;
}
#shopserve-creative .sec_material_distribution #contact-form .form_head span {
  display: block;
  font-size: 0.625vw;
  line-height: 0.8854166667vw;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .form_head {
    margin-bottom: 5.3333333333vw;
  }
  #shopserve-creative .sec_material_distribution #contact-form .form_head .ttl {
    font-size: 6.4vw;
    line-height: 9.3333333333vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
  #shopserve-creative .sec_material_distribution #contact-form .form_head span {
    display: block;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    text-align: center;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form {
  background: #ffffff;
  border-radius: 0.4166666667vw;
  box-shadow: -0.2083333333vw 0 0.8333333333vw rgba(51, 51, 51, 0.1);
  padding: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .c-Form {
    border-radius: 2.1333333333vw;
    box-shadow: -1.0666666667vw 0 4.2666666667vw rgba(51, 51, 51, 0.1);
    padding: 5.3333333333vw 4vw;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form {
    gap: 5.3333333333vw;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5208333333vw;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  font-weight: 500;
  margin-bottom: 0.5208333333vw;
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__label .c-Form__required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875vw;
  height: 0.9375vw;
  background: #D95151;
  border-radius: 0.1041666667vw;
  font-size: 0.5208333333vw;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__label {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__label .c-Form__required {
    width: 9.6vw;
    height: 4.8vw;
    border-radius: 0.5333333333vw;
    font-size: 2.6666666667vw;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row input[type=text] {
  display: block;
  width: 100%;
  height: 2.6041666667vw;
  padding: 0.5208333333vw;
  border: 1px solid #E0E0E0;
  background: #F6F6F6;
  border-radius: 0.2083333333vw;
  font-size: 0.7291666667vw;
  line-height: 1.5625vw;
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row input[type=text]::placeholder {
  color: #B9B9B9;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row input[type=text] {
    height: 13.3333333333vw;
    padding: 2.6666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__select {
  display: block;
  width: 100%;
  height: 2.6041666667vw;
  padding: 0.5208333333vw;
  border: 1px solid #E0E0E0;
  background: #F6F6F6 url("/images/shopserve-creative/select_arr.png") center right 0.5208333333vw no-repeat;
  background-size: 0.4166666667vw auto;
  border-radius: 0.2083333333vw;
  font-size: 0.7291666667vw;
  line-height: 1.5625vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__select {
    height: 13.3333333333vw;
    padding: 2.6666666667vw;
    background: #F6F6F6 url("/images/shopserve-creative/select_arr.png") center right 2.6666666667vw no-repeat;
    background-size: 2.1333333333vw auto;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__check_row label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3125vw;
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__check_row label .wpcf7-list-item-label {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__check_row label {
    gap: 1.6vw;
  }
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__check_row label .wpcf7-list-item-label {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    font-weight: 500;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__bottom {
  padding-top: 1.0416666667vw;
  font-size: 0.5208333333vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__bottom a {
  color: #4786C4;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__row .c-Form__bottom {
    padding-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.0416666667vw;
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__flex_wrap .c-Form__row {
  width: calc((100% - 1.0416666667vw) / 2);
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__flex_wrap {
    gap: 3.4666666667vw;
  }
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__flex_wrap .c-Form__row {
    width: calc((100% - 3.4666666667vw) / 2);
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__submit_block input[type=submit] {
  width: 100%;
  height: 4.1666666667vw;
  border-radius: 2.0833333333vw;
  background: #EE7E50 url("/images/shopserve-creative/form_submit_arr.png") center right 0.9739583333vw no-repeat;
  background-size: 0.46875vw auto;
  color: #ffffff;
  font-size: 1.25vw;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-Form__submit_block input[type=submit] {
    height: 21.3333333333vw;
    border-radius: 10.6666666667vw;
    background: #EE7E50 url("/images/shopserve-creative/form_submit_arr.png") center right 4.9866666667vw no-repeat;
    background-size: 2.4vw auto;
    font-size: 6.1333333333vw;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-form_notes {
  color: #D7735A;
  font-size: 0.7291666667vw;
  line-height: 1.25vw;
  font-weight: 500;
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-form_notes + div {
  display: none;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_material_distribution #contact-form .c-Form form .c-form_notes {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
#shopserve-creative .sec_material_distribution #contact-form .c-Form form .style__StyledRecaptchaMemo-sc-1d08cc15-0 {
  display: none;
}
#shopserve-creative .sec_content_bottom {
  padding: 0 0 6.25vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_content_bottom {
    padding: 0 4vw 16vw;
  }
}
#shopserve-creative .sec_content_bottom ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_content_bottom ul {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
}
#shopserve-creative .sec_content_bottom ul li {
  width: 30.2083333333vw;
  height: 10.4166666667vw;
  padding-top: 2.6041666667vw;
  border: 1px solid #425894;
  border-radius: 0.4166666667vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_content_bottom ul li {
    width: 100%;
    height: auto;
    padding-top: 12.8vw;
    padding-bottom: 8vw;
    border-radius: 2.1333333333vw;
  }
}
#shopserve-creative .sec_content_bottom ul li .icon {
  width: 3.125vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_content_bottom ul li .icon {
    width: 16vw;
  }
}
#shopserve-creative .sec_content_bottom ul li .mail_ttl {
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_content_bottom ul li .mail_ttl {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#shopserve-creative .sec_content_bottom ul li .mail_btn {
  width: 18.75vw;
  height: 3.125vw;
}
#shopserve-creative .sec_content_bottom ul li .mail_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #425894;
  border-radius: 0.3125vw;
  color: #ffffff;
  font-size: 1.1458333333vw;
  line-height: 1;
  font-weight: 700;
}
#shopserve-creative .sec_content_bottom ul li .mail_btn a::after {
  content: "";
  display: block;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 0.6770833333vw;
  transform: translateY(-50%) rotateZ(45deg);
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_content_bottom ul li .mail_btn {
    width: 83.4666666667vw;
    height: 16vw;
  }
  #shopserve-creative .sec_content_bottom ul li .mail_btn a {
    border-radius: 1.6vw;
    font-size: 5.3333333333vw;
  }
  #shopserve-creative .sec_content_bottom ul li .mail_btn a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 3.4666666667vw;
  }
}
#shopserve-creative .sec_content_bottom ul li .tel_ttl {
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4166666667vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_content_bottom ul li .tel_ttl {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
#shopserve-creative .sec_content_bottom ul li .tel_num {
  width: 15.5208333333vw;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_content_bottom ul li .tel_num {
    width: 79.4666666667vw;
  }
}
#shopserve-creative .sec_content_bottom ul li .tel_note {
  font-size: 0.7291666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  color: #888888;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .sec_content_bottom ul li .tel_note {
    font-size: 3.7333333333vw;
  }
}
#shopserve-creative .c-footer {
  background: #222222;
  padding: 0.3645833333vw 0 0.4166666667vw;
}
#shopserve-creative .c-footer .c-footer__copy {
  text-align: center;
  color: #ffffff;
  font-size: 0.5208333333vw;
  line-height: 0.78125vw;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #shopserve-creative .c-footer {
    padding: 1.8666666667vw 0 2.1333333333vw;
  }
  #shopserve-creative .c-footer .c-footer__copy {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}