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


/*------------------------
ヒーロー（FV）
-------------------------*/

/* 共通 */
.hero {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.hero__inner {
  width: 95.8333vw;
  max-width: 1840px;
  text-align: center;
  margin: 0px auto 20px;
  position: relative;
}

.hero__cta {
  height: 110px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-black);
}

.hero__lead {
  margin: 0px;
  font-size: 1.08696vw;
  font-weight: 800;
  line-height: 1;
  background: rgb(255, 210, 0);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.hero__title {
  margin: 0px;
  font-size: 0px;
  text-indent: 100%;
  overflow: hidden;
  z-index: 2;
}

.hero__description {
  margin: 0px;
  font-size: 0px;
  text-indent: 100%;
  overflow: hidden;
  z-index: 2;
}

.hero__image {
  width: 100%;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  display: flex;
  position: relative;
}

img.fv_subimg_01 {
  width: 11.3021vw;
  max-width: 217px;
  position: absolute;
  left: 9.53125vw;
  bottom: -2.60417vw;
  z-index: 101;
}

img.fv_subimg_02 {
  width: 10vw;
  max-width: 192px;
  position: absolute;
  left: 1.66667vw;
  top: 21.5104vw;
  z-index: 100;
}

/* PC（751px〜） */
@media screen and (min-width: 751px) {
  .hero__lead {
    width: 36.4583vw;
    max-width: 700px;
    height: 2.39583vw;
    max-height: 36px;
    position: absolute;
    top: 2.8125vw;
    left: 31.9022%;
  }

  .hero__title {
    width: 50.9896vw;
    max-width: 979px;
    height: 10.3125vw;
    max-height: 198px;
    background: url("../../img/index/hero__title_pc.png") 0px 0px / contain no-repeat;
    position: absolute;
    top: 6.45833vw;
    left: 31.8478%;
  }

  .hero__description {
    width: 58.6458vw;
    max-width: 1126px;
    height: 1.875vw;
    max-height: 36px;
    background: url("../../img/index/hero__description_pc.png") 0px 0px / contain no-repeat;
    position: absolute;
    top: 22.4479vw;
    left: 32.0109%;
  }
}

/* PC（1840px〜） */
@media screen and (min-width: 1840px) {
  .hero__lead {
    font-size: 2rem;
    top: 54px;
  }

  .hero__title {
    top: 124px;
  }

  .hero__description {
    top: 431px;
  }

  img.fv_subimg_02 {
    top: 413px;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .hero__lead {
    width: 69.7333vw;
    max-width: 523px;
    height: 10.4vw;
    max-height: 78px;
    margin: 0px auto;
    font-size: 3.46667vw;
    line-height: 1.2;
    position: absolute;
    top: 28.9333vw;
    left: 0px;
    right: 0px;
    border-radius: 39px;
  }

  .hero__title {
    width: 89.6vw;
    max-width: 672px;
    height: 19.8667vw;
    max-height: 149px;
    margin: 0px auto;
    background: url("../../img/index/hero__title_sp.png") 0px 0px / contain no-repeat;
    position: absolute;
    top: 43.64vw;
    left: 0px;
    right: 0px;
  }

  .hero__description {
    width: 82.6667vw;
    max-width: 820px;
    height: 11.8667vw;
    max-height: 89px;
    margin: 0px auto;
    background: url("../../img/index/hero__description_sp.png") 0px 0px / contain no-repeat;
    position: absolute;
    bottom: 26.5333vw;
    left: 0px;
    right: 0px;
  }

  img.fv_subimg_01,
  img.fv_subimg_02 {
    display: none;
  }

  .hero {
    padding: 0px;
  }

  .hero__inner {
    width: 92vw;
    margin: 2.66667vw auto;
  }

  .hero__cta {
    height: auto;
    padding: 1.33333vw 0px;
  }
}



/*------------------------
課題提起（pain）
-------------------------*/

/* 共通 */
.pain {
  padding-bottom: 0px;
  background: url("../../img/index/pain_bg.png") center bottom / 100% no-repeat rgb(255, 210, 0);
  position: relative;
}

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

.pain__inner.l-container {
  max-width: 1200px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.pain__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  margin: 0px auto 15px;
  padding: 0px;
  list-style: none;
  position: relative;
}

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

.pain__item {
  position: relative;
}

.pain__item div {
  width: 372px;
  height: 201px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../img/index/pain_txtbg01.png") 0px 0px / contain no-repeat;
  position: relative;
}

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

.pain__item:nth-of-type(1) div {
  background: url("../../img/index/pain_txtbg01.png") 0px 0px no-repeat;
}

.pain__item:nth-of-type(1)::before {
  content: "";
  background: url("../../img/index/pain_txtbg_sub01.png") 0px 0px no-repeat;
}

.pain__item:nth-of-type(2) div {
  background: url("../../img/index/pain_txtbg02.png") 0px 0px no-repeat;
}

.pain__item:nth-of-type(2)::before {
  content: "";
  background: url("../../img/index/pain_txtbg_sub02.png") 0px 0px no-repeat;
}

.pain__item:nth-of-type(3) div {
  background: url("../../img/index/pain_txtbg03.png") 0px 0px no-repeat;
}

.pain__item:nth-of-type(4) div {
  background: url("../../img/index/pain_txtbg04.png") 0px 0px no-repeat;
}

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

.pain__item:nth-of-type(5) div {
  background: url("../../img/index/pain_txtbg05.png") 0px 0px no-repeat;
}

.pain__item:nth-of-type(6) div {
  background: url("../../img/index/pain_txtbg06.png") 0px 0px no-repeat;
}

/* PC（751px〜） */
@media screen and (min-width: 751px) {
  .pain__list::before {
    content: "";
    width: 154px;
    height: 219px;
    right: 26px;
    top: -127px;
  }

  .pain__item:nth-of-type(1) {
    padding: 32px 15px 0px;
  }

  .pain__item:nth-of-type(1) div {
    width: 372px;
    height: 201px;
    padding: 65px 0px 55px;
  }

  .pain__item:nth-of-type(1)::before {
    content: "";
    width: 34px;
    left: 32px;
    top: 4px;
  }

  .pain__item:nth-of-type(2) {
    padding: 0px 27px 0px 20px;
  }

  .pain__item:nth-of-type(2) div {
    width: 353px;
    height: 201px;
  }

  .pain__item:nth-of-type(2)::before {
    content: "";
    width: 37px;
    right: 2px;
    top: 4px;
  }

  .pain__item:nth-of-type(3) {
    padding: 31px 35px 0px 13px;
  }

  .pain__item:nth-of-type(3) div {
    width: 353px;
    height: 201px;
    padding: 66px 66px 53px 74px;
  }

  .pain__item:nth-of-type(4) {
    margin-left: -7px;
    padding: 17px 0px 0px 36px;
  }

  .pain__item:nth-of-type(4) div {
    width: 372px;
    height: 201px;
    padding: 66px 64px 53px 73px;
  }

  .pain__item:nth-of-type(4)::before {
    content: "";
    width: 37px;
    right: -9px;
    top: -22px;
  }

  .pain__item:nth-of-type(5) {
    margin-top: -8px;
    padding: 0px 0px 0px 19px;
  }

  .pain__item:nth-of-type(5) div {
    width: 372px;
    height: 201px;
    padding: 66px 66px 53px 74px;
  }

  .pain__item:nth-of-type(6) {
    padding: 20px 22px 0px;
  }

  .pain__item:nth-of-type(6) div {
    width: 354px;
    height: 186px;
    padding: 70px 0px 65px;
  }
}


/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .pain__list::before {
    content: "";
    width: 12.8333vw;
    max-width: 154px;
    height: 18.25vw;
    max-height: 219px;
    right: 2.16667vw;
    top: -10.5833vw;
    background-size: 100%;
  }

  .pain__item div {
    width: 17.0312vw;
    max-width: 372px;
    height: 10.4688vw;
    max-height: 201px;
    font-size: 1.41667vw;
  }

  .pain__item:nth-of-type(1) {
    padding: 1.66667vw 0.78125vw 0px;
  }

  .pain__item:nth-of-type(1) div {
    width: 31vw;
    max-width: 372px;
    height: 16.75vw;
    max-height: 201px;
    padding: unset;
    background-size: 100%;
  }

  .pain__item:nth-of-type(2) {
    padding: 0px 1.40625vw 0px 1.04167vw;
  }

  .pain__item:nth-of-type(2) div,
  .pain__item:nth-of-type(3) div {
    width: 29.4167vw;
    max-width: 353px;
    height: 16.75vw;
    max-height: 201px;
    background-size: 100%;
  }

  .pain__item:nth-of-type(3) {
    padding: 1.61458vw 1.82292vw 0px 0.677083vw;
  }

  .pain__item:nth-of-type(3) div {
    padding: 5.5vw 5.5vw 4.41667vw 6.16667vw;
  }

  .pain__item:nth-of-type(4) {
    margin-left: -0.364583vw;
    padding: 0.885417vw 0px 0px 1.875vw;
  }

  .pain__item:nth-of-type(4) div,
  .pain__item:nth-of-type(5) div {
    width: 31vw;
    max-width: 372px;
    height: 16.75vw;
    max-height: 201px;
    background-size: 100%;
  }

  .pain__item:nth-of-type(4) div {
    padding: 5.5vw 5.5vw 4.41667vw 6.16667vw;
    white-space: nowrap;
  }

  .pain__item:nth-of-type(5) {
    margin-top: -0.416667vw;
    padding: 0px 0px 0px 0.989583vw;
  }

  .pain__item:nth-of-type(5) div {
    padding: 5.5vw 5.5vw 4.41667vw 6.16667vw;
  }

  .pain__item:nth-of-type(6) {
    padding: 1.04167vw 1.14583vw 0px;
  }

  .pain__item:nth-of-type(6) div {
    width: 29.5vw;
    max-width: 354px;
    height: 15.5vw;
    max-height: 186px;
    padding: 5.83333vw 0px 6.41667vw;
    background-size: 100%;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .pain {
    background: url("../../img/index/pain_bg_sp.png") center bottom / 100% no-repeat rgb(255, 210, 0);
  }

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

  .pain__list::before {
    content: "";
    width: 23.0667vw;
    max-width: 173px;
    height: 32.9333vw;
    max-height: 247px;
    left: 69.4667vw;
    top: 7.2vw;
  }

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

  .pain__item:nth-of-type(1) div {
    width: 75.3333vw;
    max-width: 565px;
    height: 41.0667vw;
    max-height: 308px;
    padding-top: 13.3333vw;
    background-size: 100%;
  }

  .pain__item:nth-of-type(1)::before {
    content: "";
    width: 6.8vw;
    height: 7.6vw;
    left: 11.8667vw;
    bottom: -8.4vw;
    background: url("../../img/index/pain_txtbg_sub02.png") 0px 0px / contain no-repeat;
  }

  .pain__item:nth-of-type(2) {
    margin-top: -10.2667vw;
    margin-left: 26.2667vw;
    z-index: 2;
  }

  .pain__item:nth-of-type(2) div {
    width: 66.1333vw;
    max-width: 496px;
    height: 39.3333vw;
    max-height: 295px;
    padding-top: 13.3333vw;
    background-size: 100%;
  }

  .pain__item:nth-of-type(2)::before {
    content: "";
    width: 6.8vw;
    height: 7.6vw;
    right: 17.2vw;
    bottom: -5.73333vw;
    background: url("../../img/index/pain_txtbg_sub03.png") 0px 0px / contain no-repeat;
  }

  .pain__item:nth-of-type(3) {
    margin-top: -10.6667vw;
    margin-left: 2vw;
  }

  .pain__item:nth-of-type(3) div {
    width: 60.8vw;
    max-width: 456px;
    height: 38.6667vw;
    max-height: 290px;
    padding-top: 10.6667vw;
    background: url("../../img/index/pain_txtbg03_sp.png") 0px 0px / 100% no-repeat;
  }

  .pain__item:nth-of-type(4) {
    margin-top: -10.1333vw;
    margin-left: 15.2vw;
  }

  .pain__item:nth-of-type(4) div {
    width: 77.8667vw;
    max-width: 584px;
    height: 39.2vw;
    max-height: 294px;
    padding-top: 12vw;
    background: url("../../img/index/pain_txtbg04_sp.png") 0px 0px / 100% no-repeat;
  }

  .pain__item:nth-of-type(4)::before {
    content: "";
    width: 5.86667vw;
    height: 7.46667vw;
    left: -9.4vw;
    top: 23.0667vw;
    background: url("../../img/index/pain_txtbg_sub04.png") 0px 0px / contain no-repeat;
  }

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

  .pain__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/index/pain_txtbg05_sp.png") 0px 0px / 100% no-repeat;
  }

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

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

  .pain__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/index/pain_txtbg06_sp.png") 0px 0px / 100% no-repeat;
  }
}

.pain__message {
  margin: 40px 0px 0px;
  padding: 0px 0px 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.pain__message::after {
  content: "";
  width: 157px;
  height: 205px;
  background: url("../../img/index/pain_message.png") 0px 0px no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 126px;
  bottom: 0px;
}

.pain__message::before {
  content: "";
  width: 18.0469vw;
  max-width: 231px;
  height: 16.0938vw;
  max-height: 206px;
  background: url("../../img/index/pain_message_sub.png") 0px 0px / cover no-repeat;
  display: block;
  position: absolute;
  right: 3.48958vw;
  top: 80px;
}

/* アイコン（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;
}

.pain__message p {
  margin: 0px auto 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.pain__message p+p {
  width: 41.3333vw;
  max-width: 496px;
  height: 8.91667vw;
  max-height: 107px;
  margin: 0px auto;
  font-size: 0px;
  text-indent: 100%;
  overflow: hidden;
  background: url("../../img/index/pain_message_txt.png") 0px 0px / contain no-repeat;
}

/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .pain__message {
    margin-top: 0px;
    font-size: 1.5625vw;
  }

  .pain__message::after {
    content: "";
    width: 13.0833vw;
    max-width: 157px;
    height: 17.0833vw;
    max-height: 205px;
    background-size: 100%;
    left: 10.5vw;
  }

  .pain__message::before {
    content: "";
    width: 19.25vw;
    height: 17.1667vw;
    right: 5.58333vw;
    top: 6.66667vw;
  }

  .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;
  }

  .pain__message::after {
    content: "";
    width: 20.9333vw;
    max-width: 157px;
    height: 27.3333vw;
    max-height: 205px;
    background: url("../../img/index/pain_message.png") 0px 0px / contain no-repeat;
    left: 17.8667vw;
    bottom: 0px;
  }

  .pain__message p+p {
    width: 80.6667vw;
    max-width: 605px;
    height: 19.3333vw;
    max-height: 145px;
    margin: 0px auto;
    background: url("../../img/index/pain_message_txt.png") 0px 0px / 100% no-repeat;
  }

  .pain__message::before {
    content: "";
    width: 33.2vw;
    max-width: 249px;
    height: 24.1333vw;
    max-height: 181px;
    background: url("../../img/index/pain_message_sub_sp.png") 0px 0px / cover no-repeat;
    left: calc(50% - 2.66667vw);
    bottom: 2vw;
    top: unset;
  }

  .pain__list {
    margin: 0px auto;
    display: block;
  }

  .pain__item {
    font-size: 4vw;
  }

  .pain__message {
    margin: 6.93333vw 0px 0px;
    padding-bottom: 29.7333vw;
    font-size: 4.26667vw;
    font-weight: 800;
  }
}

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

/* 共通 */
.reason {
  padding-top: 120px;
  background: rgb(255, 247, 231);
  position: relative;
}

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

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

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

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

.reason__item {
  width: 100%;
}

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

.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+IDxzdHlsZT4gLmNscy0xIHsgZmlsbDogI2ZmZjsgfSAuY2xzLTIgeyBmaWxsOiAjZmZiYTAwOyB9IDwvc3R5bGU+IDwvZGVmcz4gIDxnPiA8ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIj4gPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNODkuMywwbDI5LjcsNDgtMjkuNyw0OEgyOS44TDAsNDgsMjkuOCwwaDU5LjVaIi8+IDxnPiA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMzMuOSA4OS4zIDguMyA0OCAzMy45IDYuNyA4NS4xIDYuNyAxMTAuNyA0OCA4NS4xIDg5LjMgMzMuOSA4OS4zIi8+IDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTg0LjUsNy43bDI1LDQwLjMtMjUsNDAuM2gtNTBMOS41LDQ4LDM0LjUsNy43aDUwTTg1LjYsNS43aC01Mi4ybC0uNi45TDcuOCw0Ni45bC0uNywxLjEuNywxLjEsMjUsNDAuMy42LjloNTIuMmwuNi0uOSwyNS00MC4zLjctMS4xLS43LTEuMUw4Ni4yLDYuNmwtLjYtLjloMFoiLz4gPC9nPiA8L2c+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;
}

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

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

.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);
}

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

.reason-highlight {
  width: 100%;
  max-width: 1200px;
  height: 0px;
  padding-top: 14.1667%;
  margin: 0px auto 80px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  background: url("../../img/index/reason-highlight.png") center top / 100% no-repeat;
}

.reason-highlight p {
  font-size: 0px;
  text-indent: 100%;
  overflow: hidden;
}

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

  .reason__item:nth-of-type(4) .subsection-title {
    letter-spacing: 0;
  }

  .reason__list {
    gap: 5.41667vw 2.66667vw;
  }

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

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

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

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

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

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

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

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

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

  .reason-card {
    border-width: 0.8vw;
  }

  .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;
  }

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

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

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

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

  .reason-highlight {
    margin: 0px auto 8vw;
    height: 26.6667vw;
    background: url("../../img/index/reason-highlight_sp.png") center top / 100% no-repeat;
  }

  .reason-highlight::before,
  .reason-highlight::after {
    height: 14px;
  }

  .reason-highlight__text {
    font-size: 13.3333vw;
    line-height: 1.3;
  }
}


/*------------------------
ラインナップ
-------------------------*/
/* 共通 */
.lineup {
  padding-top: 140px;
  background: rgb(255, 255, 255);
  position: relative;
}

.lineup::after {
  content: "";
  width: 51.25vw;
  max-width: 615px;
  height: 51.75vw;
  max-height: 621px;
  display: block;
  background: url("../../img/index/lineup_bg01.png") center top / 100% no-repeat;
  position: absolute;
  top: 4.42708%;
  right: calc(59.9479%);
  z-index: 1;
}

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

}

.lineup__inner {
  z-index: 2;
  position: relative;
}

.lineup__sub {
  margin: 0px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}

.lineup__title {
  margin-bottom: 50px;
  color: rgb(202, 1, 8);
}

.lineup__title-highlight {
  color: rgb(0, 0, 0);
}

.lineup__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 32px;
  position: relative;
}

.lineup__cards::after {
  content: "";
  width: 25.4167vw;
  max-width: 305px;
  height: 29vw;
  max-height: 348px;
  display: block;
  background: url("../../img/index/lineup_bg02.png") center top / 100% no-repeat;
  position: absolute;
  bottom: 1.875%;
  right: -0.9375vw;
  z-index: 1;
}

.lineup-card {
  padding: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.lineup-card__image {
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0px auto 20px;
  vertical-align: bottom;
  display: flex;
  border: 6px solid rgb(0, 0, 0);
}

.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;
}

.lineup-card__text {
  margin: 0px 0px 32px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  letter-spacing: 0.05em;
}

/* PC（751px〜1400px） */
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .lineup__sub {
    font-size: 2.66667vw;
  }

  .lineup__cards {
    gap: 5vw 2.66667vw;
  }

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

/* PC（1920px〜） */
@media screen and (min-width: 1920px) {
  .lineup::after {
    right: calc(50% + 191px);
  }

  .lineup__cards::after {
    content: "";
    bottom: 36px;
    right: -18px;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .lineup::after {
    content: "";
    width: 49.4667vw;
    max-width: 371px;
    height: 49.8667vw;
    max-height: 374px;
    top: 6.4vw;
    right: unset;
    left: 2.13333vw;
  }

  .lineup {
    padding-top: 20vw;
    padding-bottom: 29.3333vw;
  }

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

  }

  .lineup__cards {
    grid-template-columns: 1fr;
    gap: 13.3333vw;
  }

  .lineup__sub {
    margin: 0px 0px 2.13333vw;
    font-size: 5.06667vw;
  }

  .lineup__title {
    margin-bottom: 7.46667vw;
    font-size: 7.2vw;
    line-height: 1.1;
    text-align: center;
  }

  .lineup-card__image {
    max-width: unset;
    border-width: 0.8vw;
    margin-bottom: 4.26667vw;
  }

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

  .lineup-card__text {
    margin: 0px auto 5.33333vw;
    font-size: 3.73333vw;
    line-height: 1.7;
  }

  .lineup__cards::after {
    content: none;
  }
}

/*------------------------
ラインナップスライダー
-------------------------*/

/* 共通 */
.lineup-slider {
  padding: 60px 0px;
  overflow: hidden;
}

.lineup-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.lineup-slider__inner {
  width: 100%;
}

.lineup-slider__slide {
  width: 100%;
  max-width: 388px;
  height: 205px;
}

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

  .lineup-slider__slide {
    max-width: none;
    height: unset;
  }

  .lineup-slider__slide img {
    display: block;
    width: 100%;
  }
}

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

/* 共通 */
.about {
  padding-top: 80px;
  padding-bottom: 85px;
  position: relative;
  background: url("../../img/index/about_bg.jpg") 0px 0px / cover no-repeat;
}

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

.about__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);
}

.about__title {
  margin-bottom: 40px;
  color: var(--color-black);
}

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

.about__area {
  padding: 23px 125px;
  margin-bottom: 52px;
  background: var(--color-white);
}

.about__area-body {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: auto 1fr;
  gap: 2vw;
}

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

.about__area-map {
  width: 21.4vw;
  max-width: 214px;
  /*max-width: 305px;*/
  height: 240px;
  justify-self: end;
}

.about__area-text {
  margin: 0px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.about__area-text .small {
  font-size: 1.4rem;
}

.about__flow {
  padding: 0px;
  border-radius: 0px;
  background: transparent;
}

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

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

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

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

.about__flow-item::after,
.about__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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about__area {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}

/* PC（1000px〜） */
@media screen and (min-width: 1000px) {
  .about__flow-item:nth-of-type(1) img {
    /* margin-left: calc(12px + 2.34375vw); */
    margin: auto;
    right: -12px;
  }

  .about__flow-item:nth-of-type(2) img {
    /* margin-left: calc(12px + 3.17708vw); */
    margin: auto;
    right: -12px;
  }

  .about__flow-item:nth-of-type(3) img {
    /* margin-left: calc(12px + 3.22917vw); */
    margin: auto;
    right: -12px;
  }

  .about__flow-item:nth-of-type(4) img {
    /* margin-left: calc(12px + 3.02083vw); */
    margin: auto;
    right: -12px;
  }

  .about__flow-item:nth-of-type(5) img {
    /* margin-left: calc(12px + 3.125vw); */
    margin: auto;
    right: -12px;
  }

  .about__flow-item:nth-of-type(6) img {
    /* margin-left: calc(12px + 3.125vw); */
    margin: auto;
    right: -12px;
  }
}

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

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

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

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

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

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

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

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .about {
    padding-top: 13.3333vw;
    padding-bottom: 22.6667vw;
    background: url("../../img/index/about_bg_sp.jpg") center 0px / cover no-repeat;
  }

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

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

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

  .about__area {
    margin-bottom: 9.6vw;
    padding: 6.66667vw 4vw;
  }

  .about__area-body {
    grid-template-columns: 1fr;
  }

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

  .about__area-box {
    padding: 0px;
  }

  .about__area-map {
    justify-self: center;
    width: 61.7333vw;
    max-width: 463px;
    height: auto;
  }

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

  .about__flow {
    padding: 0px;
  }

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

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

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

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

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

  .about__flow-item img {
    width: 12vw;
    margin: 0px auto;
    left: 0.666667vw;
    position: relative;
  }

  .about__flow-item::after {
    right: -15px;
  }

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

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

  .about__flow-label {
    font-size: 3.73333vw;
    margin: 0px auto;
  }
}

@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;
  }
}


/*------------------------
お客様に最適（customer-fit）
-------------------------*/

/* 共通 */
.customer-fit {
  padding-top: 150px;
  background: var(--color-white);
  position: relative;
}

.customer-fit::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-fit__inner {
  position: relative;
}

.customer-fit__inner::before {
  content: "";
  width: 19.4167vw;
  max-width: 233px;
  height: 16.1667vw;
  max-height: 194px;
  display: block;
  background: url("../../img/index/customer_bg01.png") center top / 100% no-repeat;
  position: absolute;
  top: 1.19792%;
  left: -6.875%;
}

.customer-fit__inner::after {
  content: "";
  width: 13vw;
  max-width: 156px;
  height: 15.1667vw;
  max-height: 182px;
  display: block;
  background: url("../../img/index/customer_bg02.png") center top / 100% no-repeat;
  position: absolute;
  bottom: -2.70833%;
  right: -7.55208%;
}

h2.customer-fit__title {
  margin-bottom: 60px;
}

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

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

.customer-fit__image {
  margin: 0px auto 25px;
  display: flex;
}

.customer-fit__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;
}

.customer-fit__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) {
  .customer-fit__item .subsection-title {
    font-size: 2.16667vw;
  }

  .customer-fit__list {
    gap: 1.83333vw 2.5vw;
  }
}

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .customer-fit__inner::before {
    content: "";
    width: 20.1333vw;
    max-width: 151px;
    height: 16.8vw;
    max-height: 126px;
    top: -10.6667vw;
    left: 4.8vw;
  }

  .customer-fit__inner::after {
    content: none;
  }

  .customer-fit {
    padding-top: 20.8vw;
    padding-bottom: 13.3333vw;
  }

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

  }

  h2.customer-fit__title {
    margin-bottom: 5.33333vw;
  }

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

  .customer-fit__item {
    padding: 0px 0px 6.66667vw;
    border-width: 0.8vw;
  }

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

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

  .customer-fit__item .subsection-title {
    margin-bottom: 4vw;
    font-size: 5.06667vw;
  }

  .customer-fit__item-text {
    font-size: 3.73333vw;
    line-height: 1.7;
  }
}


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

/* 共通 */
.support {
  padding-top: 120px;
  padding-bottom: 80px;
  background: rgb(255, 210, 0);
  position: relative;
}

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

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

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

.support__visual {
  margin: 0px auto 55px;
  position: relative;
}

.support__visual img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0px auto;
  border: 6px solid rgb(0, 0, 0);
}

.support__visual::before {
  content: "";
  width: 17.0833vw;
  max-width: 205px;
  height: 30.8333vw;
  max-height: 370px;
  display: block;
  background: url("../../img/index/support_sub_img.png") center top / 100% no-repeat;
  position: absolute;
  top: -2.44792vw;
  right: -0.9375vw;
}

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

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

.support__item {
  list-style: none;
}

.support-card {
  height: 100%;
  min-height: 270px;
  padding: 40px 0px 0px 90px;
  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) {
  .support-card {
    padding: 40px 0px 40px 6.91667vw;
  }
}

.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;
}

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

.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;
}

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

.support-card__des {
  width: 59.3333vw;
  max-width: 712px;
  position: relative;
  z-index: 2;
}

.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;
}

.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) {
  .support-card .subsection-title {
    font-size: 2.33333vw;
  }

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

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

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

/* SP（750px以下） */
@media screen and (max-width: 750px) {
  .support__visual {
    margin: 0px auto 8vw;
  }

  .support__visual img {
    border-width: 0.8vw;
  }

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

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

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

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

  .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;
  }

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

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

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

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

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

  .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）
-------------------------*/

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

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

}

.voices__inner {
  position: relative;
}

.voices__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;
}

.voices__title {
  margin-bottom: 40px;
}

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

.voices__list::after {
  content: "";
  width: 22.3333vw;
  max-width: 268px;
  height: 15.25vw;
  max-height: 183px;
  display: block;
  background: url("../../img/index/voices_bg02.png") center top / 100% no-repeat;
  position: absolute;
  bottom: 0px;
  right: 4.01042vw;
  z-index: 1;
}

.voice-card {
  padding: 20px 30px 30px;
  background: rgb(255, 255, 255);
  border: 6px solid var(--color-black);
}

.voice-card_header {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 20px;
}

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

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

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

/* PC（751px〜） */
@media screen and (min-width: 751px) {
  .voice-card_header {
    min-height: 106px;
  }
}

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

  .voice-card {
    padding: 1.66667vw 2.5vw 2.5vw;
  }

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

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

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

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

  .voices__list::after {
    content: none;
  }

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

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

  }

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

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

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

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

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

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

.lead_right {
  max-width: 1200px;
  margin: 0px auto 87px;
  font-size: 1.4rem;
  line-height: 1.875;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .lead_right {
    font-size: 3.2vw;
    line-height: 1.7;
    text-align: left;
  }
}