:root {
  --f-stack: "Stack Sans Text", sans-serif;
  --f-zen: "Zen Kaku Gothic New", sans-serif;
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.strategy {
  padding-block: 10vw;
}
@media screen and (max-width: 768px) {
  .strategy {
    padding-block: 6rem;
  }
}
.strategy--gray {
  background: #f2f2f2;
}
.strategy--gray .strategy__menu-item-bottom {
  background: #fff;
}
.strategy__top {
  padding-left: 6.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
.strategy__wrap {
  display: flex;
  align-items: center;
  gap: 5.3333333333vw;
  margin-bottom: 4vw;
}
.strategy__recommend {
  display: flex;
  align-items: center;
  padding: max(2.5rem, 2.6666666667vw) max(2rem, 3.3333333333vw);
  background: #e6f7f0;
  margin-bottom: max(4rem, 4vw);
}
@media screen and (max-width: 768px) {
  .strategy__recommend {
    flex-direction: column;
    gap: 3rem;
  }
}
.strategy__recommend-title {
  font-weight: 700;
  margin-right: 2.6666666667vw;
  min-width: max(18rem, 13.3333333333vw);
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(1.6rem, 1.2vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .strategy__recommend-title {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.strategy__recommend-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 2px;
  height: 5.3333333333vw;
  background: linear-gradient(to bottom, #35ab84, #6bb247, #fbdd00);
}
@media screen and (max-width: 768px) {
  .strategy__recommend-title::after {
    height: 2px;
    width: 6rem;
    translate: 0;
    background: linear-gradient(to right, #35ab84, #6bb247, #fbdd00);
    position: static;
  }
}
.strategy__recommend-list {
  display: flex;
  flex-direction: column;
  gap: max(1.5rem, 1vw);
}
@media screen and (max-width: 768px) {
  .strategy__recommend-list {
    width: 100%;
  }
}
.strategy__recommend-item {
  display: flex;
  gap: max(1rem, 1vw);
  line-height: 2;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(1.4rem, 1vw);
}
.strategy__recommend-item::before {
  content: "";
  margin-top: max(0.6rem, 0.4vw);
  display: block;
  height: auto;
  min-width: max(1.6rem, 1.3333333333vw);
  max-width: max(1.6rem, 1.3333333333vw);
  aspect-ratio: 1;
  background: url(/common/imgs/check.png) no-repeat;
  background-size: contain;
}
.strategy__left {
  width: 33.3333333333vw;
}
.strategy__right {
  width: 31.3333333333vw;
}
.strategy__right-title {
  line-height: 1.6153846154;
  letter-spacing: 0.04em;
  font-size: 1.7333333333vw;
  font-weight: bold;
  margin-bottom: 2.6666666667vw;
}
.strategy__right-title::before, .strategy__right-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.strategy__right-title::before {
  margin-block-end: calc((1 - 1.6153846154) * 0.5em);
}
.strategy__right-title::after {
  margin-block-start: calc((1 - 1.6153846154) * 0.5em);
}
.strategy__right-text {
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 1.0666666667vw;
}
.strategy__right-text::before, .strategy__right-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.strategy__right-text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.strategy__right-text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.strategy__intro {
  margin-top: max(3rem, 4vw);
}
.strategy__intro-top {
  display: flex;
  gap: max(2rem, 4vw);
  margin-bottom: max(3rem, 4.3333333333vw);
}
@media screen and (max-width: 1300px) {
  .strategy__intro-top {
    gap: 3rem;
    flex-direction: column;
  }
}
.strategy__intro-title {
  font-weight: 700;
  line-height: 1.3846153846;
  letter-spacing: 0.04em;
  font-size: max(1.8rem, 1.7333333333vw);
  width: max(30rem, 21.3333333333vw);
}
.strategy__intro-title::before, .strategy__intro-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.strategy__intro-title::before {
  margin-block-end: calc((1 - 1.3846153846) * 0.5em);
}
.strategy__intro-title::after {
  margin-block-start: calc((1 - 1.3846153846) * 0.5em);
}
.strategy__intro-title span {
  display: block;
}
@media screen and (max-width: 1300px) {
  .strategy__intro-title span {
    display: inline-block;
  }
}
.strategy__intro-text {
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: max(1.4rem, 1.0666666667vw);
}
.strategy__intro-text::before, .strategy__intro-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.strategy__intro-text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.strategy__intro-text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.strategy__intro-bottom {
  margin: 0 auto;
  width: max(56rem, 60.6666666667vw);
}
@media screen and (max-width: 768px) {
  .strategy__intro-bottom {
    width: 100%;
  }
}
.strategy__intro-bottom img {
  min-width: 55rem;
}

.flow {
  padding-top: 8vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.flow__inner {
  margin: 0 auto;
  width: 66.6666666667vw;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 2.8rem;
  }
}
.flow__top {
  padding-left: 6.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: max(2rem, 2.6666666667vw);
  margin-bottom: 5.3333333333vw;
}
@media screen and (max-width: 768px) {
  .flow__top {
    padding-inline: 5%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.flow__top-left-text {
  padding-left: max(0.5rem, 1.3333333333vw);
  font-weight: bold;
  margin-top: 1vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: max(1.4rem, 0.9333333333vw);
}
.flow__top-left-text::before, .flow__top-left-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.flow__top-left-text::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.flow__top-left-text::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.flow__top-text {
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: max(1.4rem, 1.0666666667vw);
}
.flow__top-text::before, .flow__top-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.flow__top-text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.flow__top-text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.flow__img {
  margin-bottom: 6.6666666667vw;
}
.flow__text {
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: max(1.6rem, 1.3333333333vw);
  color: #1f9970;
}
.flow__text::before, .flow__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.flow__text::before {
  margin-block-end: calc((1 - 1.9) * 0.5em);
}
.flow__text::after {
  margin-block-start: calc((1 - 1.9) * 0.5em);
}

/*# sourceMappingURL=style.css.map */
