@import url("../common.css");

/*------------------------
課題提起（support-concern）
-------------------------*/

/* 共通 */
.support-concern {
  padding-bottom: 0px;
  position: relative;
}

.support-concern__inner.l-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.support-concern__list {
  display: block;
  margin: 0 0 50px;
  padding: 0px;
  list-style: none;
  position: relative;
}

.support-concern__list::before {
  content: "";
  background: url("../../img/support/concern_title_img.png") 0px 0px / 100% no-repeat;
  display: block;
  position: absolute;
}

.support-concern__list::after {
  content: "";
  background: url("../../img/support/bg_kurukuru.png") 0px 0px / 100% no-repeat;
  display: block;
  position: absolute;
}

.support-concern__item {
  position: relative;
}

.support-concern__item div {
  width: 343px;
  height: 224px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: url("../../img/support/concern_message1.png") 0px 0px / contain no-repeat;
  background-size: cover;
  position: relative;
}

.support-concern__item:nth-of-type(1)::before,
.support-concern__item:nth-of-type(2)::before,
.support-concern__item:nth-of-type(3)::before {
  content: "";
  height: 41px;
  display: block;
  position: absolute;
}

.support-concern__item:nth-of-type(1) div {
  background: url("../../img/support/concern_txtbg01.png") 0px 0px no-repeat;
  background-size: 100%;
}

.support-concern__item:nth-of-type(1)::before {
  content: "";
  background: url("../../img/support/concern_txtbg_sub02.png") 0px 0px no-repeat;
  background-size: 100%;
}

.support-concern__item:nth-of-type(2) div {
  background: url("../../img/support/concern_txtbg02.png") 0px 0px no-repeat;
  background-size: 100%;
}

.support-concern__item:nth-of-type(3) div {
  background: url("../../img/support/concern_txtbg03.png") 0px 0px no-repeat;
  background-size: 100%;
}

.support-concern__item:nth-of-type(3)::before {
  content: "";
  background: url("../../img/support/concern_txtbg_sub03.png") 0px 0px no-repeat;
  background-size: 100%;
}

.support-concern__item:nth-of-type(4) div {
  background: url("../../img/support/concern_txtbg04.png") 0px 0px no-repeat;
  background-size: 100%;
}

.support-concern__item:nth-of-type(4)::before {
  content: "";
  background: url("../../img/support/concern_txtbg_sub03.png") 0px 0px no-repeat;
}

/* PC（751px〜） */
@media screen and (min-width: 751px) {
  .support-concern__list {
    max-height: 440px;
    height: 36.666666666666664vw;
  }

  .support-concern__list li {
    position: absolute;
  }

  .support-concern__list::before {
    content: "";
    width: 154px;
    height: 219px;
    right: 168px;
    top: -5px;
  }

  .support-concern__list::after {
    content: "";
    width: 121px;
    height: 105px;
    left: 85px;
    bottom: 35px;
  }

  .support-concern__item:nth-of-type(1) {
    padding: 0;
    left: 65px;
    top: 32px;
  }

  .support-concern__item:nth-of-type(1) div {
    width: 356px;
    height: 221px;
    padding-top: 72px;
  }

  .support-concern__item:nth-of-type(1)::before {
    content: "";
    width: 37px;
    right: -16px;
    top: -8px;
  }

  .support-concern__item:nth-of-type(2) {
    padding: 0;
    left: 460px;
    top: 0;
  }

  .support-concern__item:nth-of-type(2) div {
    width: 352px;
    height: 201px;
    padding-top: 55px;
  }

  .support-concern__item:nth-of-type(3) {
    padding: 0;
    left: 262px;
    top: 241px;
  }

  .support-concern__item:nth-of-type(3) div {
    width: 372px;
    height: 208px;
    padding-top: 53px;
  }

  .support-concern__item:nth-of-type(3)::before {
    content: "";
    width: 37px;
    right: -43px;
    top: -7px;
  }

  .support-concern__item:nth-of-type(4) {
    padding: 0;
    left: 693px;
    top: 179px;
  }

  .support-concern__item:nth-of-type(4) div {
    width: 440px;
    height: 255px;
    padding-top: 64px;
  }
}

/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .support-concern__list {
    height: 36.666666666666664vw;
  }

  .support-concern__item div {
    font-size: 1.5vw;
  }

  .support-concern__list::before {
    content: "";
    width: 12.8333333333vw;
    height: 18.25vw;
    right: 14vw;
    top: -0.4166666667vw;
  }

  .support-concern__list::after {
    content: "";
    width: 10.0833333333vw;
    height: 8.75vw;
    left: 7.0833333333vw;
    bottom: 2.9166666667vw;
  }

  .support-concern__item:nth-of-type(1) {
    padding: 0;
    left: 5.4166666667vw;
    top: 2.6666666667vw;
  }

  .support-concern__item:nth-of-type(1) div {
    width: 29.6666666667vw;
    height: 18.4166666667vw;
    padding-top: 6vw;
  }

  .support-concern__item:nth-of-type(1)::before {
    content: "";
    width: 3.0833333333vw;
    right: -1.3333333333vw;
    top: -0.6666666667vw;
  }

  .support-concern__item:nth-of-type(2) {
    padding: 0;
    left: 38.3333333333vw;
    top: 0;
  }

  .support-concern__item:nth-of-type(2) div {
    width: 29.3333333333vw;
    height: 16.75vw;
    padding-top: 4.5833333333vw;
  }

  .support-concern__item:nth-of-type(3) {
    padding: 0;
    left: 21.8333333333vw;
    top: 20.0833333333vw;
  }

  .support-concern__item:nth-of-type(3) div {
    width: 31vw;
    height: 17.3333333333vw;
    padding-top: 4.4166666667vw;
  }

  .support-concern__item:nth-of-type(3)::before {
    content: "";
    width: 3.0833333333vw;
    right: -3.5833333333vw;
    top: -0.5833333333vw;
  }

  .support-concern__item:nth-of-type(4) {
    padding: 0;
    left: 57.75vw;
    top: 14.9166666667vw;
  }

  .support-concern__item:nth-of-type(4) div {
    width: 36.6666666667vw;
    height: 21.25vw;
    padding-top: 5.3333333333vw;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .support-concern {
    width: 92vw;
    margin: 0 auto;
    padding: 8.666666666666668vw 0 10.666666666666668vw;
  }

  .support-concern::after {
    content: "";
    background: url("../../img/index/pain_bg_02_sp.png") center bottom / 100% no-repeat;
  }

  .support-concern__list::before {
    content: "";
    width: 23.0667vw;
    max-width: 173px;
    height: 32.9333vw;
    max-height: 247px;
    left: 64vw;
    top: 42.66666666666667vw;
    z-index: 3;
  }

  .support-concern__item div {
    font-size: 4vw;
    line-height: 1.5;
    align-items: flex-start;
  }

  .support-concern__item:nth-of-type(1) {
    margin-top: 0;
    margin-left: 19.066666666666666vw;
    order: 1;
  }

  .support-concern__item:nth-of-type(1) div {
    width: 73.2vw;
    max-width: 549px;
    height: 44.93333333333333vw;
    max-height: 337px;
    padding-top: 13.866666666666665vw;
    background-size: 100%;
  }

  .support-concern__item:nth-of-type(1)::before {
    content: "";
    width: 6.8vw;
    height: 7.6vw;
    left: -9.066666666666666vw;
    top: 3.5999999999999996vw;
    background: url("../../img/support/concern_txtbg_sub04.png") 0px 0px / contain no-repeat;
  }

  .support-concern__item:nth-of-type(2) {
    margin-top: -11.733333333333333vw;
    margin-left: 0;
    z-index: 2;
    order: 2;
  }

  .support-concern__item:nth-of-type(2) div {
    width: 72.13333333333334vw;
    max-width: 541px;
    height: 41.06666666666667vw;
    max-height: 308px;
    padding-top: 11.200000000000001vw;
    background-size: 100%;
  }

  .support-concern__item:nth-of-type(2)::before {
    content: "";
    width: 6.8vw;
    height: 7.6vw;
    left: 6.666666666666667vw;
    top: -9.733333333333333vw;
    background: url("../../img/support/concern_txtbg_sub03.png") 0px 0px / contain no-repeat;
  }

  .support-concern__item:nth-of-type(3) {
    margin-top: -6.533333333333332vw;
    margin-left: 1.2vw;
    order: 4;
  }

  .support-concern__item:nth-of-type(3) div {
    width: 80.80000000000001vw;
    max-width: 606px;
    height: 44.4vw;
    max-height: 333px;
    padding-top: 12.666666666666668vw;
    background: url("../../img/support/concern_txtbg03.png") 0px 0px / 100% no-repeat;
  }

  .support-concern__item:nth-of-type(3)::before {
    content: "";
    width: 6.8vw;
    height: 7.6vw;
    right: 4.933333333333334vw;
    top: -1.866666666666667vw;
    background: url("../../img/support/concern_txtbg_sub05.png") 0px 0px / contain no-repeat;
  }


  .support-concern__item:nth-of-type(4) {
    margin-top: -5.466666666666667vw;
    margin-left: 0;
    order: 3;
    z-index: 4;
  }

  .support-concern__item:nth-of-type(4) div {
    width: 92.13333333333334vw;
    max-width: 691px;
    height: 53.86666666666666vw;
    max-height: 404px;
    padding-top: 13.333333333333334vw;
    background: url("../../img/support/concern_txtbg04.png") 0px 0px / 100% no-repeat;
  }

  .support-concern__item:nth-of-type(5) {
    margin-top: -8.13333vw;
    margin-left: 2vw;
    z-index: 1;
  }

  .support-concern__item:nth-of-type(5) div {
    width: 68.9333vw;
    max-width: 517px;
    height: 39.4667vw;
    max-height: 296px;
    padding-top: 14.6667vw;
    background: url("../../img/support/concern_txtbg05_sp.png") 0px 0px / 100% no-repeat;
  }

  .support-concern__item:nth-of-type(5)::before {
    content: "";
    width: 5.86667vw;
    height: 7.46667vw;
    position: absolute;
    right: 8.26667vw;
    bottom: 2.66667vw;
    background: url("../../img/support/concern_txtbg_sub01.png") 0px 0px / contain no-repeat;
    display: block;
  }

  .support-concern__item:nth-of-type(6) {
    margin-top: -5.6vw;
    margin-left: 14.6667vw;
  }

  .support-concern__item:nth-of-type(6) div {
    width: 71.3333vw;
    max-width: 535px;
    height: 33.7333vw;
    max-height: 253px;
    padding-top: 11.0667vw;
    background: url("../../img/support/concern_txtbg06_sp.png") 0px 0px / 100% no-repeat;
  }
}

.support-overview__message {
  margin: 80px auto 0;
  padding: 60px 0 70px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  background: url(../../img/support/overview_bg02.png) center 0 / 100% no-repeat rgb(255, 210, 0);
  background-size: cover;
}

.support-overview__message-inner {
  position: relative;
}

.support-overview__message-inner::before {
  content: "";
  width: 124px;
  height: 151px;
  background: url("../../img/support/concern_message.png") 0px 0px no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 166px;
  top: -48px;
}

/* アイコン（ic__arrow_xl） */
.ic__arrow_xl {
  width: 350px;
  height: 66px;
  margin: auto auto 45px;
  padding: 0px;
  background: url("../../img/index/ic_arrow_message.svg") 0px 0px / contain no-repeat;
  display: block;
  position: relative;
  top: 0px;
  right: 0px;
  left: 0px;
}

.support-overview__message p {
  margin: 0 0 46px 313px;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: left;
}

.support-overview__message p+p {
  margin: 0 auto;
  font-size: 2.4rem;
  text-align: center;
}

/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .support-overview__message {
    1.6666666666666667: 0px;
    padding: 5vw 0 5.833333333333333vw;
    font-size: 1.6666666666666667vw;
  }

  .support-overview__message-inner::before {
    content: "";
    width: 10.333333333333334vw;
    max-width: 124px;
    height: 12.583333333333332vw;
    max-height: 151px;
    left: 13.833333333333334vw;
    top: -4vw;
  }

  .support-overview__message p {
    margin: 0 0 3.833333333333333vw 26.083333333333332vw;
    font-size: 2.666666666666667vw;
  }

  .support-overview__message p+p {
    font-size: 2vw;
  }

  .ic__arrow_xl {
    width: 29.1667vw;
    max-width: 350px;
    height: 5.5vw;
    max-height: 66px;
    margin: auto auto 3.75vw;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .ic__arrow_xl {
    width: 46.6667vw;
    max-width: 350px;
    height: 8.8vw;
    max-height: 66px;
    margin: 0px auto 3.46667vw;
  }

  .support-overview__message-inner::before {
    content: "";
    width: 16.53333333333333vw;
    height: 20.133333333333333vw;
    background: url(../../img/support/concern_message.png) 0px 0px no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 1.3333333333333335vw;
  }

  .support-overview__message p {
    margin: 0 0 8.666666666666668vw 19.066666666666666vw;
    font-size: 5.6000000000000005vw;
    line-height: 1.381;
    text-align: left;
  }

  .support-overview__message p+p {
    font-size: 4.533333333333333vw;
    text-align: left;
  }

  .support-concern__list {
    margin: 0px auto 5.333333333333334vw;
    display: flex;
    flex-direction: column;
  }

  .support-concern__item {
    font-size: 4vw;
  }

  .support-overview__message {
    margin: 0 auto;
    padding: 10.666666666666668vw 0 10.666666666666668vw;
    font-weight: 800;
  }
}

/*------------------------
選ぶ理由（reason）
-------------------------*/

/* 共通 */
.support-reason {
  padding-top: 120px;
  background: #ffd200;
  position: relative;
}

.support-reason__inner {
  z-index: 2;
  position: relative;
}

.support-reason .section-title {
  margin-bottom: 90px;
}

.support-reason__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 65px 32px;
  margin: 0;
  padding: 0px;
  list-style: none;
}

.support-reason__item {
  width: 100%;
}

.support-reason-card {
  position: relative;
  height: 100%;
  padding: 0px;
  background: rgb(255, 255, 255);
  border: 6px solid rgb(0, 0, 0);
}

.support-reason-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 119px;
  width: 9.91667vw;
  height: 96px;
  max-height: 8vw;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjExOSIgaGVpZ2h0PSI5NiIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTE5IDk2Ij4gPGRlZnM+IDxzdHlsZT4gLmNscy0xIHsgZmlsbDogI2ZmZjsgfSAuY2xzLTIgeyBmaWxsOiAjY2EwMTA4OyB9IDwvc3R5bGU+IDwvZGVmcz4gIDxnPiA8ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIj4gPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNODkuMywwbDI5LjcsNDgtMjkuNyw0OEgyOS44TDAsNDgsMjkuOCwwaDU5LjVaIi8+IDxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzMy45IDg5LjMgOC4zIDQ4IDMzLjkgNi43IDg1LjEgNi43IDExMC43IDQ4IDg1LjEgODkuMyAzMy45IDg5LjMiLz4gPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODQuNSw3LjdsMjUsNDAuMy0yNSw0MC4zaC01MEw5LjUsNDgsMzQuNSw3LjdoNTBNODUuNiw1LjdoLTUyLjJsLS42LjlMNy44LDQ2LjlsLS43LDEuMS43LDEuMSwyNSw0MC4zLjYuOWg1Mi4ybC42LS45LDI1LTQwLjMuNy0xLjEtLjctMS4xTDg2LjIsNi42bC0uNi0uOWgwWiIvPiA8L2c+IDwvZz48L3N2Zz4=");
  background-size: 100%;
  color: rgb(255, 255, 255);
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  left: -20px;
  top: -44px;
}

.support-reason-card__number span {
  font-size: 4.2rem;
}

.support-reason-card__image {
  width: 100%;
  margin: 0px auto 22px;
}

.support-reason-card .subsection-title {
  margin: 0px 0px 15px;
  padding: 0px 24px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.35;
  color: rgb(0, 0, 0);
}

.support-reason-card__text {
  margin: 0px;
  padding: 0px 24px 30px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .support-reason-card .subsection-title {
    font-size: 2.33333vw;
  }

  .support-reason__list {
    gap: 5.41667vw 2.66667vw;
  }

  .support-reason-card__number {
    font-size: 1.75vw;
  }

  .support-reason-card__number span {
    font-size: 3.5vw;
  }

  .support-reason-card__number {
    background-size: 100%;
    left: -1.66667vw;
    top: -3.66667vw;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .support-reason::after {
    content: "";
    background: url("../../img/index/reason_bg_sp.png") center top / 100% no-repeat;
  }

  .support-reason {
    padding-top: 16vw;
    padding-bottom: 13.3333vw;
  }

  .support-reason .section-title {
    margin-bottom: 10.6667vw;
  }

  .support-reason__list {
    margin-bottom: 13.3333vw;
    display: block;
  }

  .support-reason__item {
    width: 100%;
    margin-bottom: 11.4667vw;
  }

  .support-reason__item:last-child {
    margin-bottom: 0px;
  }

  .support-reason-card {
    border-width: 0.8vw;
    background: var(--color-bg);
  }

  .support-reason-card__number {
    width: 19.0667vw;
    max-width: 143px;
    height: 15.4667vw;
    max-height: 116px;
    font-size: 3.46667vw;
    background-size: cover;
    left: -2.93333vw;
    top: -7.2vw;
  }

  .support-reason-card__number span {
    font-size: 6.66667vw;
  }

  .support-reason-card__image {
    margin-bottom: 5.33333vw;
  }

  .support-reason-card .subsection-title {
    margin: 0px auto 4vw;
    padding: 0px 3.2vw;
    font-size: 5.06667vw;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }

  .support-reason-card__text {
    padding: 0px 3.2vw 3.73333vw;
    font-size: 3.73333vw;
    line-height: 1.7;
  }
}

.lineup-card .subsection-title {
  margin: 0px 0px 18px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.05em;
}

/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1400px) {

  .lineup-card .subsection-title {
    font-size: 2.33333vw;
  }
}

/* PC（1920px〜） */
@media screen and (min-width: 1920px) {}

/* SP（750px以下） */
@media screen and (max-width: 750px) {

  .lineup-card .subsection-title {
    margin: 0px auto 2.66667vw;
    font-size: 5.06667vw;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {}

/*------------------------
鈴喜とは（about）
-------------------------*/

/* 共通 */
.startup-guide {
  padding-top: 80px;
  padding-bottom: 85px;
  position: relative;
  background: url("../../img/support/guide_bg_pc.jpg") center bottom / cover no-repeat #000;
}

.startup-guide::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.startup-guide__inner.l-container {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 80px);
  background: rgb(245, 242, 226);
  padding: 65px 94px 80px;
  border: solid 6px var(--color-black);
}

.startup-guide__title {
  margin-bottom: 48px;
  color: var(--color-black);
}

.startup-guide__message-text {
  max-width: 750px;
  margin: 0px auto 70px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: var(--color-black);
}

.startup-guide__area .subsection-title {
  margin: 0px 0px 12px;
  font-weight: 800;
  font-size: 2.8rem;
  text-align: left;
}

.startup-guide__flow {
  margin: 0 auto 100px;
  padding: 0px;
  border-radius: 0px;
  background: transparent;
}

.startup-guide__flow .subsection-title_size_lg {
  margin: 0px 0px 30px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
}

.startup-guide__flow-list {
  display: grid;
  grid-template-columns: 14.5% repeat(5, 15.9%);
  gap: 10px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.startup-guide__flow-item {
  display: flex;
  flex-direction: column;
  height: 189px;
  color: rgb(255, 255, 255);
  position: relative;
}

.startup-guide__flow-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 0px;
  background: rgb(77, 143, 0);
  position: relative;
  z-index: 1;
}

.startup-guide__flow-item::after,
.startup-guide__flow-item::before {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 94px 0px 94px 24px;
  border-style: solid none solid solid;
  border-color: transparent currentcolor transparent rgb(77, 143, 0);
  display: block;
  position: absolute;
  top: 0px;
}

.startup-guide__flow-item::after {
  border-left-color: rgb(77, 143, 0);
  right: -23px;
}

.startup-guide__flow-item::before {
  border-left-color: rgb(245, 242, 226);
  left: 0px;
  z-index: 2;
}

.startup-guide__flow-item:nth-of-type(1)::before {
  content: none;
}

.startup-guide__flow-item:nth-of-type(1) {
  z-index: 100;
}

.startup-guide__flow-item:nth-of-type(2) {
  z-index: 99;
}

.startup-guide__flow-item:nth-of-type(2) .startup-guide__flow-item-inner {
  background: rgb(93, 153, 22);
}

.startup-guide__flow-item:nth-of-type(2)::after {
  border-left-color: rgb(93, 153, 22);
}

.startup-guide__flow-item:nth-of-type(3) {
  z-index: 98;
}

.startup-guide__flow-item:nth-of-type(3) .startup-guide__flow-item-inner {
  background: rgb(111, 163, 45);
}

.startup-guide__flow-item:nth-of-type(3)::after {
  border-left-color: rgb(111, 163, 45);
}

.startup-guide__flow-item:nth-of-type(4) {
  z-index: 97;
}

.startup-guide__flow-item:nth-of-type(4) .startup-guide__flow-item-inner {
  background: rgb(127, 173, 67);
}

.startup-guide__flow-item:nth-of-type(4)::after {
  border-left-color: rgb(127, 173, 67);
}

.startup-guide__flow-item:nth-of-type(5) {
  z-index: 96;
}

.startup-guide__flow-item:nth-of-type(5) .startup-guide__flow-item-inner {
  background: rgb(144, 183, 90);
}

.startup-guide__flow-item:nth-of-type(5)::after {
  border-left-color: rgb(144, 183, 90);
}

.startup-guide__flow-item:nth-of-type(6) {
  z-index: 95;
}

.startup-guide__flow-item:nth-of-type(6) .startup-guide__flow-item-inner {
  background: rgb(161, 192, 113);
}

.startup-guide__flow-item:nth-of-type(6)::after {
  border-left-color: rgb(161, 192, 113);
}

.startup-guide__flow-item img {
  width: 7.6vw;
  max-width: 76px;
  height: auto;
  margin: 0px;
  display: block;
}

/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .startup-guide__inner.l-container {
    padding-left: 7.83333vw;
    padding-right: 7.83333vw;
  }

  .startup-guide__flow .subsection-title_size_lg {
    font-size: 2.66667vw;
  }

  .startup-guide__area .subsection-title {
    font-size: 2.33333vw;
  }
}

/* PC（1000px〜） */
@media screen and (min-width: 1000px) {
  .startup-guide__flow-item:nth-of-type(1) img {
    margin: auto;
    right: -12px;
    position: relative;
  }

  .startup-guide__flow-item:nth-of-type(2) img {
    margin: auto;
    right: -12px;
    position: relative;
  }

  .startup-guide__flow-item:nth-of-type(3) img {
    margin: auto;
    right: -12px;
    position: relative;
  }

  .startup-guide__flow-item:nth-of-type(4) img {
    margin: auto;
    right: -12px;
    position: relative;
  }

  .startup-guide__flow-item:nth-of-type(5) img {
    margin: auto;
    right: -12px;
    position: relative;
  }

  .startup-guide__flow-item:nth-of-type(6) img {
    margin: auto;
    right: -12px;
    position: relative;
  }
}

/* PC（751px〜1000px） */
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .startup-guide__flow-list {
    grid-template-columns: repeat(3, 31.3%);
  }

  .startup-guide__flow-step span {
    font-size: 4.13333vw;
  }

  .startup-guide__flow-item img {
    margin: 0px auto;
    left: 12px;
    position: relative;
  }
}

.startup-guide__flow-step {
  margin-bottom: 0px;
  margin-left: 15.0943%;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.startup-guide__flow-step span {
  font-size: 2.4rem;
}

.startup-guide__flow-label {
  margin-left: 7.54717%;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.startup-guide__service {
  margin: 0 auto 55px;
}

.startup-guide__service-title {
  margin: 0 0 40px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
}

.startup-guide__message-title {
  margin: 0 0 28px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
}

.startup-guide-table {
  margin: 0;
  border-top: 1px solid #171717;
}

.startup-guide-table__row {
  display: grid;
  grid-template-columns: 246px 1fr;
  gap: 24px;
  margin: 0;
  padding: 24px 16px;
  border-bottom: 1px solid #171717;
}

.startup-guide-table__label {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.875;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.startup-guide-table__content {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.startup-guide-table__content p {
  margin: 0 0 10px;
}

.startup-guide-table__content p:last-child {
  margin-bottom: 0;
}

.startup-guide-table__list,
.startup-guide-table__checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.startup-guide-table__list li,
.startup-guide-table__checklist li {
  padding-left: .5em;
  text-indent: -.5em;
}

.startup-guide-table__list li::before {
  content: "・";
}

.startup-guide-table__checklist li::before {
  content: "▢ ";
}

/* PC（1001px〜1280px） */
@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .startup-guide__flow-label {
    font-size: 1.66667vw;
    white-space: nowrap;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .startup-guide {
    padding-top: 13.3333vw;
    padding-bottom: 22.6667vw;
    background: url("../../img/support/guide_bg_sp.jpg") center bottom / contain no-repeat #000;
  }

  .startup-guide__inner.l-container {
    width: 92vw;
    padding: 10.6667vw 3.2vw;
    border-width: 0.8vw;
  }

  .startup-guide__title {
    margin-bottom: 6.66667vw;
    text-align: center;
    font-size: 7.2vw;
    line-height: 1.25;
  }

  .startup-guide__message-text {
    margin: 0px auto 10.6667vw;
    font-size: 3.73333vw;
    line-height: 1.7;
  }

  .startup-guide__area .subsection-title {
    margin: 0px 0px 3.2vw;
    font-size: 5.06667vw;
    text-align: center;
  }

  .startup-guide__flow {
    padding: 0px;
  }

  .startup-guide__flow .subsection-title_size_lg {
    margin: 0px 0px 5.33333vw;
    font-size: 5.06667vw;
  }

  .startup-guide__flow-list {
    grid-template-columns: repeat(3, 31.3%);
    gap: 1.6vw;
  }

  .startup-guide__flow-item {
    height: 31.0667vw;
    min-height: unset;
  }

  .startup-guide__flow-item-inner {
    padding: 2.4vw 0px 2.4vw 2.66667vw;
  }

  .startup-guide__flow-item::after,
  .startup-guide__flow-item::before {
    content: "";
    border-top-width: 15.4667vw;
    border-bottom-width: 15.4667vw;
    border-left-width: 15px;
  }

  .startup-guide__flow-item img {
    width: 12.1875vw;
    margin: 0px auto;
    position: relative;
  }

  .startup-guide__flow-item::after {
    right: -15px;
  }

  .startup-guide__flow-step {
    margin-left: 1.33333vw;
    font-size: 3.06667vw;
  }

  .startup-guide__flow-step span {
    font-size: 4.13333vw;
  }

  .startup-guide__flow-label {
    font-size: 3.73333vw;
    margin: 0px auto;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .startup-guide__service {
    margin: 9.33333vw 0 10.6667vw;
  }

  .startup-guide__service-title {
    margin-bottom: 6vw;
    font-size: 5.066666666666666vw;
    line-height: 1.25;
  }

  .startup-guide__message-title {
    margin-bottom: 4.8vw;
    font-size: 5.06667vw;
    line-height: 1.25;
  }

  .startup-guide-table__row {
    grid-template-columns: 1fr;
    gap: 4vw;
    padding: 5.333333333333334vw 0;
  }

  .startup-guide-table__label {
    font-size: 3.73333vw;
    line-height: 1;
  }

  .startup-guide-table__content {
    font-size: 3.73333vw;
    line-height: 1.7;
  }
}

@media screen and (min-width: 751px) {
  .flow-button {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 45px auto 0px;
    padding: 17px 16px;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .flow-button {
    display: block;
    width: fit-content;
    max-width: unset;
    margin-top: 8vw;
  }
}

/*------------------------
お客様に最適（support-target）
-------------------------*/

/*------------------------
開業サポート概要（support-overview）
-------------------------*/
.support-overview {
  padding: 0 0 110px 0;
  background: #960000;
  position: relative;
}

.support-overview::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../img/index/pain_bg_02.png) center 0 / 100% no-repeat;
  background-size: inherit;
  position: absolute;
  top: 45px;
  left: 0px;
  right: 0px;
  z-index: 10;
}

.support-overview__inner {
  max-width: 1200px;
  margin-top: 110px;
}

.support-overview__title {
  margin-bottom: 60px;
  color: var(--color-white);
}

.support-overview .highlight {
  color: rgb(202, 1, 8);
}

.support-overview__title .section-title__highlight {
  color: #ffd200;
}

.support-overview__brand {
  margin: 0 0 -6px;
  color: #fff;
  font-size: 2.666666666666667vw;
  font-weight: 900;
  text-align: center;
}

.support-overview__panel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 38px 44px;
  background: rgba(255, 255, 255, .18);
  position: relative;
}

.support-overview__panel:after {
  content: "";
  width: 215px;
  height: 116px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../../img/support/overview_bnr_img02.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -63px;
  right: 20px;
  display: block;
}

.support-overview__text {
  max-width: 750px;
  margin: 0 auto 24px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
}

.support-overview__targets-wrap {
  max-width: 750px;
  margin: 0 auto 24px;
  padding: 30px;
  background: #f5f2e2;
  position: relative;
}

.support-overview__targets-wrap:after {
  content: "";
  width: 102px;
  height: 120px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../../img/support/overview_bnr_img.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 75%;
  display: block;
}

.support-overview__targets {
  width: fit-content;
  max-width: 750px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-overview__targets li {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

.support-overview__targets li::before {
  content: "● ";
}

.support-overview__note {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
}

/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .support-overview__inner {
    margin-top: 9.166666666666666vw;
  }

  .support-overview__brand {
    margin: 0 0 -6px;
    font-size: 2.666666666666667vw;
  }

  .support-overview__title {
    margin-bottom: 5vw;
  }

  .support-overview__panel {
    padding: 3.166666666666667vw 3.6666666666666665vw;
  }

  .support-overview__panel:after {
    content: "";
    width: 17.916666666666668vw;
    height: 9.666666666666666vw;
    top: -5.25vw;
    right: 1.6666666666666667vw;
  }

  .support-overview__text {}

  .support-overview__targets-wrap {
    margin-bottom: 2vw;
    padding: 2.5vw;
  }

  .support-overview__targets-wrap:after {
    content: "";
    width: 8.5vw;
    height: 10vw;
    margin: 0;
    padding: 0;
    text-align: center;
    background: url(../../img/support/overview_bnr_img.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 75%;
    display: block;
  }

  .support-overview__targets {}

  .support-overview__targets li {}

  .support-overview__targets li::before {
    content: "● ";
  }

  .support-overview__note {}
}

/* 共通 */
.support-target {
  padding-top: 120px;
  background: var(--color-white);
  position: relative;
}

.support-target__inner {
  position: relative;
}

h2.support-target__title {
  margin-bottom: 60px;
}

.support-target__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 30px;
  margin: 0px auto 50px;
  padding: 0px;
  list-style: none;
}

.support-target__item {
  padding: 0px 0px 35px;
  background: rgb(245, 242, 226);
  border: 6px solid var(--color-black);
  display: flex;
  flex-direction: column;
}

p.support-target__note {
  max-width: 750px;
  margin: 0 auto 70px;
  font-size: 1.6rem;
  line-height: 1.85;
  display: block;
}

.support-target__image {
  margin: 0px auto 25px;
  display: flex;
}

.support-target__item .subsection-title {
  padding: 0px 25px;
  margin: 0px 0px 15px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-target__item-text {
  padding: 0px 25px;
  margin: 0px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.025em;
}

/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .support-target__item .subsection-title {
    font-size: 2.16667vw;
  }

  .support-target__list {
    gap: 1.83333vw 2.5vw;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .support-overview {
    padding: 0 0 14.666666666666666vw;
  }

  .support-overview::after {
    content: "";
    background: url(../../img/support/concern_bg_sp.png) center 0 / 100% no-repeat;
    background-size: contain;
    top: 2.933333333333333vw;
  }

  .support-overview__inner {
    margin-top: 13.333333333333334vw;
  }

  .support-overview__title {
    margin-bottom: 10vw;
  }

  .support-overview__brand {
    margin-bottom: 0.8vw;
    font-size: 5.066666666666666vw;
    line-height: 1;
  }

  .support-overview__panel {
    padding: 0;
    background: transparent;
  }

  .support-overview__panel:after {
    content: none;
  }

  .support-overview__text {
    margin-bottom: 3.2vw;
    font-size: 3.733333333333334vw;
    line-height: 1.8;
  }

  .support-overview__targets-wrap {
    margin: 0 auto 4vw;
    padding: 4.666666666666667vw 4vw 5.333333333333334vw;
    background: rgba(255, 255, 255, .18);
  }

  .support-overview__targets-wrap:after {
    content: "";
    width: 17.333333333333336vw;
    max-width: 130px;
    height: 20.4vw;
    max-height: 153px;
    height: 20.4vw;
    position: absolute;
    bottom: 0;
    left: 70vw;
    display: block;
  }

  .support-overview__targets {
    width: 62.66666666666667vw;
    color: #fff;
  }

  .support-overview__targets li {
    margin-bottom: 1.0666666666666667vw;
    font-size: 3.733333333333334vw;
    font-weight: 600;
  }

  .support-overview__note {
    font-size: 3.733333333333334vw;
    line-height: 1.8;
  }

  .support-target {
    padding-top: 13.333333333333334vw;
    padding-bottom: 13.3333vw;
  }

  .support-target::before {
    content: "";
    height: 16px;
    background: url("../../img/common/bg_checks.png") 0px 0px / 960px repeat-x;

  }

  h2.support-target__title {
    margin-bottom: 8vw;
  }

  .support-target__list {
    margin: 0px auto 13.3333vw;
    grid-template-columns: 1fr;
    gap: 5.33333vw;
  }

  p.support-target__note {
    margin: 0px auto 13.3333vw;
  }

  .support-target__item {
    padding: 0px 0px 6.66667vw;
    border-width: 0.8vw;
    background: var(--color-white);
  }

  .support-target__item .subsection-title {
    padding: 0px 4vw;
    margin: 0px 0px 4vw;
    font-size: 6.93333vw;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
  }

  .support-target__item-text {
    padding: 0px 4vw;
    margin: 0px;
    font-size: 4.26667vw;
    line-height: 1.875;
  }

  .support-target__item .subsection-title {
    margin-bottom: 4vw;
    font-size: 5.06667vw;
  }

  .support-target__item-text {
    font-size: 3.73333vw;
    line-height: 1.7;
  }
}

/*------------------------
商売繁盛サポート
-------------------------*/

/* 共通 */
.startup-support {
  padding-top: 120px;
  padding-bottom: 80px;
  background: var(--color-bg);
  position: relative;
}

.startup-support::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 31px;
  background: url("../../img/common/bg_checks.png") 0px 0px / 1920px repeat-x;

}

.startup-support__inner {
  position: relative;
  z-index: 2;
}

.startup-support__title {
  color: rgb(0, 0, 0);
}

.startup-support__lead {
  max-width: 750px;
  margin: 0px auto 87px;
  font-size: 1.6rem;
  line-height: 1.875;
}

p.startup-support__list-note {
  max-width: 750px;
  margin: 0 auto 70px;
  font-size: 1.6rem;
  line-height: 1.85;
  display: block;
}

.startup-support__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin: 0px auto 60px;
  padding: 0px;
  list-style: none;
}

.startup-support__item {
  list-style: none;
}

.startup-support-card {
  height: 100%;
  min-height: 270px;
  padding: 40px 0px 0px 80px;
  background: var(--color-white);
  border: 6px solid var(--color-black);
  position: relative;
}

/* PC（751px〜1000px） */
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .startup-support-card {
    padding: 40px 0px 40px 6.91667vw;
  }
}

.startup-support-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 119px;
  width: 9.91667vw;
  height: 96px;
  max-height: 8vw;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjExOSIgaGVpZ2h0PSI5NiIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTE5IDk2Ij4gPGRlZnM+IDxzdHlsZT4gLmNscy0xIHsgZmlsbDogI2ZmZjsgfSAuY2xzLTIgeyBmaWxsOiAjY2EwMTA4OyB9IDwvc3R5bGU+IDwvZGVmcz4gIDxnPiA8ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIj4gPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNODkuMywwbDI5LjcsNDgtMjkuNyw0OEgyOS44TDAsNDgsMjkuOCwwaDU5LjVaIi8+IDxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzMy45IDg5LjMgOC4zIDQ4IDMzLjkgNi43IDg1LjEgNi43IDExMC43IDQ4IDg1LjEgODkuMyAzMy45IDg5LjMiLz4gPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODQuNSw3LjdsMjUsNDAuMy0yNSw0MC4zaC01MEw5LjUsNDgsMzQuNSw3LjdoNTBNODUuNiw1LjdoLTUyLjJsLS42LjlMNy44LDQ2LjlsLS43LDEuMS43LDEuMSwyNSw0MC4zLjYuOWg1Mi4ybC42LS45LDI1LTQwLjMuNy0xLjEtLjctMS4xTDg2LjIsNi42bC0uNi0uOWgwWiIvPiA8L2c+IDwvZz48L3N2Zz4=");
  background-size: 100%;
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  left: -41px;
  top: -20px;
}

.startup-support-card__number span {
  display: block;
  font-size: 4.2rem;
}

.startup-support-card__image {
  width: 35.5vw;
  max-width: 426px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  vertical-align: bottom;
  overflow: hidden;
}

.startup-support-card__image img {
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
}

.startup-support-card__desc {
  width: 59.3333vw;
  max-width: 712px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.startup-support-card .subsection-title {
  margin: 0px 0px 15px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
}

.startup-support-card__text {
  margin: 0px;
  padding-left: 0.5em;
  font-size: 1.6rem;
  text-indent: -0.5em;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .startup-support-card .subsection-title {
    font-size: 2.33333vw;
  }

  .startup-support-card__number {
    font-size: 1.75vw;
    left: -1.66667vw;
    top: -3.41667vw;
  }

  .startup-support-card__number span {
    font-size: 3.5vw;
  }
}

/* PC（751px〜1200px） */
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .startup-support-card__image img {
    width: auto;
    max-width: unset;
    height: 100%;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {

  .startup-support__list {
    margin: 0px auto 13.3333vw;
    grid-template-columns: 1fr;
    gap: 10vw;
  }

  p.startup-support__list-note {
    margin: 0px auto 13.3333vw;
  }

  .startup-support {
    padding-top: 16vw;
    padding-bottom: 13.3333vw;
  }

  .startup-support::before {
    content: "";
    height: 16px;
    background: url(../../img/common/bg_checks.png) 0px 0px / 960px repeat-x;
  }

  .startup-support__lead {
    font-size: 3.73333vw;
    line-height: 1.7;
  }

  .startup-support-card {
    padding: 0px 0px 3.73333vw;
    min-height: unset;
    border-width: 0.8vw;
  }

  .startup-support-card__number {
    width: 19.0667vw;
    max-width: 143px;
    height: 15.4667vw;
    max-height: 116px;
    font-size: 3.46667vw;
    background-size: cover;
    left: -2.93333vw;
    top: -7.2vw;
    z-index: 2;
  }

  .startup-support-card__number span {
    font-size: 6.66667vw;
  }

  .startup-support-card__image {
    width: 100%;
    max-width: unset;
    height: auto;
    margin: 0px 0px 6.66667vw;
    position: relative;
    right: unset;
  }

  .startup-support-card__image img {
    width: auto;
    max-width: 100%;
    height: auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .startup-support-card__desc {
    width: 100%;
    max-width: unset;
  }

  .startup-support-card .subsection-title {
    margin: 0px auto 4vw;
    padding: 0px 3.2vw;
    font-size: 5.06667vw;
    line-height: 1.316;
    text-align: left;
  }

  .startup-support-card__text {
    padding: 0px 3.2vw 0px calc(1em + 3.2vw);
    font-size: 3.73333vw;
    line-height: 1.7;
    text-indent: -0.5em;
  }
}

/*------------------------
お客様の声（voices）
-------------------------*/

/* 共通 */
.customer-voice {
  padding-top: 140px;
  background: var(--color-bg);
  position: relative;
}

.customer-voice::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 31px;
  background: url("../../img/common/bg_checks.png") 0px 0px / 1920px repeat-x;

}

.customer-voice__inner {
  position: relative;
}

.customer-voice__inner::before {
  content: "";
  width: 27.75vw;
  max-width: 333px;
  height: 12.9167vw;
  max-height: 155px;
  display: block;
  background: url("../../img/index/voices_bg.png") center top / 100% no-repeat;
  position: absolute;
  top: 0px;
  right: -6.25vw;
  z-index: 1;
}

.customer-voice__title {
  margin-bottom: 40px;
}

.customer-voice__list {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 40px;
  position: relative;
}

.customer-voice-card {
  display: grid;
  align-items: flex-start;
  background: rgb(255, 255, 255);
  border: 6px solid var(--color-black);
}

.customer-voice-card__header {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: flex-start;
  gap: 25px;
}

.customer-voice-card__category {
  width: fit-content;
  padding: 5px 14px;
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 20px;
  background: #5bb175;
  display: flex;
}

.customer-voice-card__category--secondary {
  background: #4e96c4;
}

.customer-voice-card__category--tertiary {
  background: #f1a46b;
}

.customer-voice-card .subsection-title {
  margin: 0px 0px 5px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}

.customer-voice-card__shop {
  margin: 0px;
  font-size: 1.6rem;
  font-weight: 700;
}

.customer-voice-card__text {
  margin: 0px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .customer-voice-card {
    padding: 40px 34px 30px;
    grid-template-columns: 458px 585px;
    gap: 50px;
  }
}

/* PC（751px〜1200px） */
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .customer-voice__list {
    gap: 2.5vw 3.33333vw;
  }

  .customer-voice-card {
    padding: 1.66667vw 2.5vw 2.5vw;
    grid-template-columns: 38.166666666666664vw 48.75vw;
    gap: 4.166666666666666vw;
  }

  .customer-voice-card__header {
    min-height: 8.83333vw;
    margin-bottom: 1.5vw;
    grid-template-columns: 7.5vw 1fr;
    gap: 1.66667vw;
  }

  .customer-voice-card .subsection-title {
    font-size: 2.33333vw;
  }

  .customer-voice-card__shop {
    font-size: 1.33333vw;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .customer-voice__inner::before {
    content: "";
    width: 30.6667vw;
    max-width: 230px;
    height: 14.2667vw;
    max-height: 107px;
    top: -12vw;
    right: -2.13333vw;
  }

  .customer-voice {
    padding-top: 20vw;
    padding-bottom: 13.3333vw;
  }

  .customer-voice::before {
    content: "";
    height: 16px;
    background: url("../../img/common/bg_checks.png") 0px 0px / 960px repeat-x;

  }

  .customer-voice__list {
    margin: 0px auto 50px;
    grid-template-columns: 1fr;
    gap: 5.33333vw;
  }

  .customer-voice-card {
    padding: 5.33333vw 3.2vw;
    border-width: 0.8vw;
  }

  .customer-voice-card__header {
    margin-bottom: 4vw;
    grid-template-columns: 55px 1fr;
    gap: 3.2vw;
  }

  .customer-voice-card .subsection-title {
    font-size: 5.06667vw;
  }

  .customer-voice-card__shop {
    font-size: 3.73333vw;
  }

  .customer-voice-card__text {
    font-size: 3.73333vw;
    line-height: 1.7;
  }
}

/*------------------------
商品情報ページ（merchandise）
-------------------------*/

:root {
  --merch-yellow: #ffe400;
  --merch-yellow-deep: #ffd200;
  --merch-red: #eb0000;
  --merch-red-dark: #ca0108;
}

/* MV（開業サポート・ファーストビュー） */
.mv {
  position: relative;
  width: 95.83333333333334vw;
  max-width: 1840px;
  max-height: 700px;
  height: 38.04347826086957vw;
  margin: 26px auto 20px;
  padding: 0;
  overflow: hidden;
  border: solid 6px #000;
  background: url(../../img/support/fv_bg_deco.png) center bottom repeat-x #ffd200;
  background-size: 100%;
}

/* Images */
.mv__images {
  width: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

img.mv__image.mv__image--noren,
img.mv__image.mv__image--soba {
  position: absolute;
}

@media screen and (min-width: 751px) {
  .mv__image {
    position: absolute;
    object-fit: contain;
    max-width: none;
    mask-mode: alpha;
    mask-composite: intersect;
    mask-clip: no-clip;
    mask-repeat: no-repeat;
    mask-size: 1840px 700px;
  }
}

@media screen and (min-width: 1841px) {
  img.mv__image.mv__image--noren {
    width: 716px;
    height: 274px;
    right: -17px;
    top: -5px;
  }

  img.mv__image.mv__image--soba {
    width: 752px;
    height: 453px;
    right: 189px;
    bottom: -7px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1840px) {
  img.mv__image.mv__image--noren {
    width: 38.91304vw;
    height: 14.8913vw;
    right: -0.92391vw;
    top: -0.27174vw;
  }

  img.mv__image.mv__image--soba {
    width: 40.86957vw;
    height: 24.61957vw;
    right: 10.27174vw;
    bottom: -0.38043vw;
  }
}

/* Content */
.mv__content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.mv__inner {
  width: 100%;
  position: relative;
  z-index: 10;
}

.mv__category {
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2.7px;
  color: white;
  -webkit-text-stroke: 4px var(--color-black);
  text-shadow: 0 2px #000, 0 5px #000, 0 6px #000;
  paint-order: stroke fill;
  white-space: nowrap;
}

.mv__lead {
  width: fit-content;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #fff;
}

@media screen and (min-width: 1841px) {
  .mv__content {
    max-width: 1400px;
  }

  .mv__inner {
    margin: 36px auto;
    padding: 11px 0 0;
    background: url(../../img/support/fv_ttl_bg.png) 38px 0 no-repeat;
  }

  .mv__category {
    margin: 0 0 44px;
    font-size: 3rem;
  }

  .mv__lead {
    padding: 5px 30px;
    margin: 0 0 38px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1840px) {
  .mv__content {
    max-width: 1400px;
    width: 92vw;
  }

  .mv__inner {
    margin: 1.95652vw auto;
    padding: 0.59783vw 0 0;
    background: url(../../img/support/fv_ttl_bg.png) 2.06522vw 0 no-repeat;
    background-size: 24.40217391304348vw;
  }

  .mv__category {
    margin: 0 0 2.3913vw;
    font-size: 1.63043vw;
  }

  .mv__lead {
    padding: 0.27174vw 1.63043vw;
    margin: 0 0 2.06522vw;
    font-size: 1.08696vw;
  }
}

/* Heading */
.mv__heading {
  margin: 0 0 58px;
  font-weight: 800;
  color: white;
  -webkit-text-stroke: 4px var(--color-black);
  text-shadow: 0 2px #000, 0 6px #000, 0 10px #000;
  paint-order: stroke fill;
  white-space: nowrap;
}

.mv__heading-line {
  display: block;
  line-height: 1.25;
}

.mv__heading-highlight--yellow {
  color: #ffe400;
}

.mv__heading-highlight--red {
  color: #eb0000;
}

/* Note */
.mv__note {
  margin: 0;
  font-weight: 800;
  font-size: 2.8rem;
  letter-spacing: 1.4px;
  color: #ca0108;
  white-space: nowrap;
  transform: scaleX(0.95);
  transform-origin: left center;
  -webkit-text-stroke: 4px #ffd200;
  paint-order: stroke fill;
}

/* Description */
.mv__description {
  margin: 0 0 55px;
  font-size: 2.4rem;
  font-weight: 800;
}

.mv__description p {
  margin: 0;
}

@media screen and (min-width: 1841px) {
  .mv__heading {
    margin: 0 0 58px;
  }

  .mv__heading-line {
    font-size: 7rem;
  }

  .mv__heading-highlight {
    font-size: 8.6rem;
  }

  .mv__heading-highlight--red {
    font-size: 8rem;
  }

  .mv__note {
    font-size: 2.8rem;
  }

  .mv__description {
    margin: 0 0 55px;
    font-size: 2.4rem;
  }

  .mv__description-text {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1840px) {
  .mv__heading {
    margin: 0 0 3.152173913043478vw;
  }

  .mv__heading-line {
    font-size: 3.80435vw;
  }

  .mv__heading-highlight {
    font-size: 4.67391vw;
  }

  .mv__heading-highlight--red {
    font-size: 4.34783vw;
  }

  .mv__note {
    font-size: 1.52174vw;
  }

  .mv__description {
    margin: 0 0 2.98913vw;
    font-size: 1.30435vw;
  }

  .mv__description-text {
    font-size: 1.30435vw;
  }
}

/* MV — SP */
@media (max-width: 750px) {
  .mv__content {
    width: 84vw;
  }

  .mv__inner {
    margin: 0 auto;
    padding: 5.333333333333334vw 0 0;
    background: url(../../img/support/fv_ttl_bg.png) 0 3.3333333333333335vw no-repeat;
    background-size: 50.93333333333333vw;
  }

  .mv {
    width: 92vw;
    min-height: 96vw;
    margin: 4.133333333333333vw auto 0;
    border-width: 0.8vw;
  }

  .mv__images {
    display: block;
  }

  .mv__images .mv__image {
    mask-size: 690px 720px;
  }

  .mv__images .mv__image--soba {
    left: 36.266666666666666vw;
    bottom: -1.2vw;
    width: 66.8vw;
    height: auto;
    max-height: 312px;
  }

  .mv__images .mv__image--noren {
    right: -2.1333333333333333vw;
    top: -0.6666666666666667vw;
    width: 44.666666666666664vw;
    max-width: 335px;
    height: auto;
  }

  .mv__category {
    margin-top: 0;
    margin-bottom: 5.866666666666666vw;
    font-size: 4.266666666666667vw;
    text-shadow: 0 2px #000, 0 4px #000, 0 6px #000;
  }

  .mv__lead {
    margin-top: 0;
    margin-bottom: 1.3333333333333335vw;
    font-size: 3.733333333333334vw;
    padding: 1.3333333333333335vw 4vw;
  }

  .mv__heading {
    margin-bottom: 4vw;
    text-shadow: 0 2px #000, 0 4px #000, 0 6px #000;
  }

  .mv__heading-line {
    font-size: 5.333333333333334vw;
    line-height: 1.417;
  }

  .mv__heading-highlight {
    font-size: 8vw;
  }

  .mv__description {
    margin-bottom: 5.333333333333334vw;
  }

  .mv__description p {
    margin: 0;
    font-size: 3.733333333333334vw;
    line-height: 1.429;
  }

  .mv__note {
    font-size: 4.266666666666667vw;
    white-space: normal;
    line-height: 1.406;
  }
}

/* sec01：見出し → モザイク → リード → 特長カード */
.merch-sec01.section {
  padding: 85px 0 150px;
  position: relative;
}

.merch-sec01.section::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../../img/merchandise/sec01_bg.png") center top / 100% no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.merch-sec01.section::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 31px;
  background: url("../../img/common/bg_checks.png") 0px 0px / 1920px repeat-x;
}

.merch-feature-card .subsection-title {
  margin: 0 30px 15px;
  font-weight: 800;
}

.merch-catalog__head .section-title {
  margin-bottom: 60px;
}

.merch-pb .section-title {
  margin: 0px 0px 42px;
  letter-spacing: 0.05em;
}

.merch-pb-card .subsection-title {
  margin: 0 0 12px;
  text-align: left;
}

.merch-pb .subsection-title_size_lg {
  margin: 0 0 24px;
  font-weight: 800;
}

/* 特選食材（Figma PC 48-4542 ヘッダー／ナビ構成に準拠） */
.merch-special.section {
  padding: 110px 0 0;
}

@media screen and (min-width: 1100px) {}

.merch-special__body>article .subsection-title {
  margin: 0;
  padding: 24px 20px 20px;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-align: center;
}

/* 特選・そば粉（Figma PC 43-767 / SP 43-1717）— common の .subsection-title と独立 */

.support-concern-grid__icon {
  width: 25px;
  height: 21px;
  margin: 0 auto 15px;
  text-align: center;
  display: block;
}

/* お役立ちコラム（Figma PC 43-1395 / SP 43-2189） */
.startup-column {
  padding: 120px 0 120px;
  background: var(--color-bg);
  position: relative;
}

.startup-column::before {
  content: "";
  position: absolute;
  top: 3.2857142857142856vw;
  left: calc(50% + 22.428571428571427vw);
  width: 32.92857142857143vw;
  max-width: 461px;
  height: 16.142857142857142vw;
  max-height: 226px;
  background: url("../../img/support/column_img01.png") 0px 0px / 100% no-repeat;
  background-size: 100%;
  z-index: 1;
}

.startup-column .section-title {
  margin-bottom: 48px;
  letter-spacing: 0.05em;
}

.startup-column__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.startup-column-card__inner {
  display: grid;
  grid-template-columns: minmax(220px, 290px) 2px minmax(0, 1fr);
  gap: 0 36px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 34px;
  background: var(--color-white);
  border: solid 6px var(--color-black);
  position: relative;
}

.startup-column-card:nth-of-type(3) .startup-column-card__inner::before {
  content: "";
  position: absolute;
  bottom: 52px;
  left: 15px;
  width: 319px;
  max-width: 319px;
  height: 47px;
  max-height: 47px;
  background: url(../../img/support/column_img02.png) 0px 0px / 100% no-repeat;
  background-size: 100%;
  z-index: 1;
}

.startup-column-card:nth-of-type(5) .startup-column-card__inner::before {
  content: "";
  position: absolute;
  bottom: 108px;
  left: 70px;
  width: 83px;
  max-width: 83px;
  height: 86px;
  max-height: 86px;
  background: url(../../img/support/column_img03.png) 0px 0px / 100% no-repeat;
  background-size: 100%;
  z-index: 1;
}

.startup-column-card:nth-of-type(6) .startup-column-card__inner::before {
  content: "";
  position: absolute;
  bottom: 106px;
  left: 207px;
  width: 90px;
  max-width: 90px;
  height: 88px;
  max-height: 88px;
  background: url(../../img/support/column_img04.png) 0px 0px / 100% no-repeat;
  background-size: 100%;
  z-index: 1;
}

.startup-column-card__head {
  min-width: 0;
}

.startup-column-card .subsection-title {
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
}

.startup-column-card .subsection-title__highlight {
  color: var(--merch-red-dark);
}

.startup-column-card__rule {
  width: 2px;
  min-height: calc(100% + 10px);
  margin: -5px auto;
  background: var(--color-black);
}

.startup-column-card__body {
  min-width: 0;
}

.startup-column-card__body p {
  margin: 0 0 25px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: var(--color-black);
}

.startup-column-card__body p:last-child {
  margin-bottom: 0;
}

.startup-column-card__list {
  margin: 0 0 25px 1.25em;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  list-style: disc;
}

.startup-column-card__list li {
  margin-bottom: 0.25em;
}

.startup-column-card__list li::marker {
  font-weight: normal;
  font-size: 1rem;
}

.startup-column-card__list_ordered {
  list-style-type: decimal;
}

/* PC（751px〜1200px） */
@media screen and (min-width: 751px) and (max-width: 1200px) {

  .merch-special__body>article .subsection-title {
    font-size: 4.58333vw;
  }

}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .merch-sec01.section {
    padding: 10.666666666666668vw 0 20vw;
  }

  .merch-feature-card .subsection-title {
    margin: 0 3.2vw 6vw;
    font-size: 5.066666666666666vw;
  }

  .merch-catalog__head .section-title {
    margin-bottom: 5.333333333333334vw;
  }

  .merch-pb .section-title {
    margin-bottom: 8vw;
  }

  .merch-pb-card .subsection-title {
    margin: 0 0 6vw;
    text-align: left;
  }

  .merch-pb .subsection-title_size_lg {
    margin-bottom: 6.666666666666667vw;
    font-size: 5.6000000000000005vw;
  }

  .merch-special.section {
    padding: 12vw 0 0;
  }

  .merch-special__body>article .subsection-title {
    font-size: 5.5rem;
    line-height: 1.15;
    padding: 5vw 4vw 4vw;
  }

  .support-concern-grid__icon {
    width: 5.333333333333334vw;
    max-width: 40px;
    max-height: 34px;
    height: 4.533333333333333vw;
    margin: 0 auto 2.666666666666667vw;
  }

  .startup-column {
    padding: 16vw 0 16vw;
  }

  .startup-column::before {
    content: "";
    position: absolute;
    top: 1.3333333333333335vw;
    left: unset;
    right: 0;
    max-width: 279px;
    height: 18.4vw;
    max-height: 138px;
  }

  .startup-column .section-title {
    margin-bottom: 10.666666666666668vw;
  }

  .startup-column__list {
    gap: 4vw;
  }

  .startup-column-card__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 6vw 3.2vw 6.666666666666667vw;
    border-width: .8vw;
  }

  .startup-column-card:nth-of-type(3) .startup-column-card__inner::before {
    content: "";
    top: 6.666666666666667vw;
    bottom: unset;
    right: 6.266666666666667%;
    left: unset;
    width: 32.53333333333333vw;
    max-width: 244px;
    height: 4.8vw;
    max-height: 36px;
  }

  .startup-column-card:nth-of-type(5) .startup-column-card__inner::before {
    content: "";
    top: 9.466666666666667vw;
    bottom: unset;
    left: 50%;
    width: 10vw;
    max-width: 75px;
    height: 10.4vw;
    max-height: 78px;
  }

  .startup-column-card:nth-of-type(6) .startup-column-card__inner::before {
    content: "";
    top: 6.800000000000001vw;
    right: 10.4vw;
    bottom: unset;
    left: unset;
    width: 13.333333333333334vw;
    max-width: 100px;
    height: 12.8vw;
    max-height: 96px;
  }

  .startup-column-card:nth-of-type(6) .startup-column-card__inner::before {
    content: "";
    top: 8.666666666666668vw;
    left: unset;
    right: 10.666666666666668%;
    width: 10.8vw;
    max-width: 81px;
    height: 10.533333333333333vw;
    max-height: 79px;
  }

  .startup-column-card:nth-of-type(8) .startup-column-card__inner::before {
    content: "";
    top: 11.200000000000001vw;
    right: 4vw;
    bottom: unset;
    left: unset;
    width: 23.733333333333334vw;
    max-width: 178px;
    height: 11.066666666666666vw;
    max-height: 83px;
  }

  .startup-column-card__rule {
    width: 100%;
    height: 1px;
    min-height: 0;
    margin: 0 0 4vw 0;
  }

  .startup-column-card__head {
    padding-bottom: 5.333333333333334vw;
  }

  .startup-column-card .subsection-title {
    font-size: 5.066666666666666vw;
    line-height: 1.35;
  }

  .startup-column-card__body p,
  .startup-column-card__list {
    font-size: 3.733333333333334vw;
    line-height: 1.79;
  }
}

/* =============================================================================
   特選食材 LP 埋め込み（merchandise index 289–1179 付近）
  LP 内クラスは merch-lp-*（html/body/.app-container は除外）
   =============================================================================

/* ========================================
   Base Settings
   ======================================== */

/* ========================================
   Common Components
   ======================================== */

/* チェックアイコン（ic_chk.png）— 文脈クラスと組み合わせてサイズ・余白を上書き */
i.ic_chk {
  font-style: normal;
  flex-shrink: 0;
  background: transparent url("../../img/common/ic_chk.png") no-repeat center / contain;
}


/* ========================================
   Card grid (LP 汎用カード列)
   ======================================== */

.support-concern-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.support-concern-grid__item {
  padding: 30px 20px 25px;
  position: relative;
  border: solid 6px var(--color-black);
  background-color: var(--color-white);
}

.support-concern-grid__icon {
  width: 25px;
  height: 21px;
  margin: 0 auto 15px;
  text-align: center;
  display: block;
}

.support-concern-grid__title {
  font-size: 2.4rem;
  line-height: 1;
  color: var(--color-black);
  margin: 0 auto 20px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
}

.support-concern-grid__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
  color: var(--color-black);
}

@media screen and (max-width: 750px) {

  .support-concern-grid__icon {
    width: 5.333333333333334vw;
    max-width: 40px;
    max-height: 34px;
    height: 4.533333333333333vw;
    margin: 0 auto 2.666666666666667vw;
  }
}


/* ========================================
   Responsive Design (max-width: 750px)
   ======================================== */

@media screen and (max-width: 750px) {

  /* Card grid */
  .support-concern-grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .support-concern-grid__item {
    padding: 3.2vw 3.2vw 5.333333333333334vw;
    border-width: 0.8vw;
  }

  .support-concern-grid__title {
    font-size: 4.533333333333333vw;
    line-height: 1;
    margin-bottom: 4vw;
  }

  .support-concern-grid__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

}


/* ========================================
   Responsive Design (min-width: 751px)
   ======================================== */

/* LP embed — yuba「美味しさの理由」内の card-grid 上書き */
.support-concern-grid__title {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #000000;
  margin: 0 auto 10px;
  font-weight: 800;
  letter-spacing: 0.0938px;
  text-align: center;
}

.support-concern-grid__text {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
  margin: 0 auto;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .support-concern-grid {
    gap: 2.5vw;
  }

  .support-concern-grid__title {
    font-size: 2vw;
    margin-bottom: 0.8333333333333334vw;
  }
}

@media screen and (max-width: 750px) {
  .support-concern-grid__title {
    font-size: 4.533333333333333vw;
    line-height: 1;
    margin-bottom: 4vw;
  }
}

.support-concern__head {
  padding-left: 312px;
  position: relative;
}

.support-concern__head::before {
  content: "";
  width: 117px;
  height: 152px;
  background: url("../../img/support/concern_message02.png") 0px 0px no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 126px;
  bottom: 0px;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .support-concern__head {
    padding-left: 26vw;
  }

  .support-concern__head::before {
    content: "";
    width: 9.75vw;
    height: 12.666666666666668vw;
    left: 10.5vw;
    bottom: 0px;
  }

}

p.support-concern__note {
  margin: 0 0 30px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.56;
}

p.support-concern__note .support-concern__highlight {
  color: rgb(202, 1, 8);
  font-weight: 800;
}

@media screen and (max-width: 750px) {
  .support-concern__head {
    padding-left: 18.933333333333334vw;
  }

  .support-concern__head::before {
    content: "";
    width: 15.6vw;
    height: 20.266666666666666vw;
    left: 0;
    bottom: 0;
  }

  p.support-concern__note {
    margin-bottom: 6vw;
    font-size: 5.6000000000000005vw;
    line-height: 1.381;
  }
}


.startup-support-card__point {
  margin: 15px 0 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

span.startup-support-card__point-icon {
  margin-top: -8px;
  padding-top: 8px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  color: #ca0108;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

i.ic_point {
  width: 26px;
  height: 40px;
  margin-top: -9px;
  background: url("../../img/support/ic_point.png") 0px 0px no-repeat;
  background-size: 100%;
  display: block;
}

.startup-support-card__point p {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .startup-support-card__point {
    margin: 4.666666666666667vw 0;
    padding: 0px 3.2vw;
    display: block;
  }

  span.startup-support-card__point-icon {
    margin: 0 0 1.7333333333333332vw;
    padding-top: 0;
    font-size: 3.733333333333334vw;
  }

  i.ic_point {
    width: 6.4vw;
    max-width: 48px;
    height: 9.6vw;
    max-height: 72px;
    margin-top: -0.4vw;
  }

  .startup-support-card__point p {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.316;
  }
}