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

.group {
  padding-block: 10vw;
}
.group__list {
  display: flex;
  flex-direction: column;
  gap: max(3rem, 2.6666666667vw);
}
.group__item {
  display: flex;
  gap: 6.6666666667vw;
  padding: 3.3333333333vw 6.6666666667vw 3.6666666667vw;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .group__item {
    padding: 2rem;
    gap: 2rem;
    flex-direction: column;
  }
}
.group__item-left {
  width: 23.3333333333vw;
}
@media screen and (max-width: 768px) {
  .group__item-left {
    width: 100%;
  }
}
.group__item-right {
  width: 33.3333333333vw;
}
@media screen and (max-width: 768px) {
  .group__item-right {
    width: 100%;
  }
}
.group__item-title {
  line-height: 1;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(2rem, 1.7333333333vw);
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .group__item-title {
    display: flex;
    gap: 1.2rem;
  }
}
.group__item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.4666666667vw;
  height: 100%;
  width: 2px;
  display: block;
  background: linear-gradient(to bottom, #35ab84, #6bb247, #fbdd00);
}
@media screen and (max-width: 768px) {
  .group__item-title::before {
    height: 1.8rem;
    position: static;
  }
}
.group__item-text {
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: max(1.4rem, 1.0666666667vw);
  margin-top: max(2rem, 2vw);
  margin-bottom: max(2rem, 2vw);
}
.group__item-text::before, .group__item-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.group__item-text::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.group__item-text::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
.group__item-text span {
  display: block;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(1.2rem, 0.9333333333vw);
  padding-left: 1em;
  text-indent: -1em;
  color: #737373;
  margin-top: max(1.5rem, 1vw);
}
.group__item-button {
  padding-block: max(1.2rem, 1vw);
  width: fit-content;
  border-radius: 999px;
  padding-inline: max(2rem, 2.6666666667vw) max(4rem, 3.6666666667vw);
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(1.4rem, 1.0666666667vw);
  position: relative;
  transition: background 0.3s, color 0.3s;
}
@media (hover) {
  .group__item-button:hover {
    color: #fff;
    background: #000;
  }
  .group__item-button:hover::after {
    background: #fff;
  }
}
.group__item-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: max(1.5rem, 1.3333333333vw);
  width: max(1.6rem, 1.3333333333vw);
  height: auto;
  aspect-ratio: 20/7;
  translate: 0 -50%;
  transition: background 0.3s;
  -webkit-mask-image: url(/common/imgs/arrow.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/common/imgs/arrow.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
}

.one-site {
  background: #f2f2f2;
  padding-block: 10vw 6.6666666667vw;
}
@media screen and (max-width: 768px) {
  .one-site {
    padding-block: 6rem;
  }
}
.one-site__title {
  padding-left: 6.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 2.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
.one-site__title-jp {
  padding-left: 1.6666666667vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0em;
  font-size: 2.6666666667vw;
}
.one-site__title-jp::before, .one-site__title-jp::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.one-site__title-jp::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.one-site__title-jp::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.one-site__flow {
  padding-top: max(3rem, 4vw);
}
.one-site__flow-title {
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: max(1.8rem, 1.7333333333vw);
  width: fit-content;
  font-weight: bold;
  margin-bottom: 4vw;
}
.one-site__flow-title::before, .one-site__flow-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.one-site__flow-title::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.one-site__flow-title::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.one-site__flow-img {
  padding-inline: 3.3333333333vw;
  margin-bottom: 6.6666666667vw;
}
.one-site__flow-text {
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: max(1.6rem, 1.3333333333vw);
  font-weight: bold;
  text-align: center;
  color: #1f9970;
}
.one-site__flow-text::before, .one-site__flow-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.one-site__flow-text::before {
  margin-block-end: calc((1 - 1.9) * 0.5em);
}
.one-site__flow-text::after {
  margin-block-start: calc((1 - 1.9) * 0.5em);
}

.subsidy {
  padding-top: 10vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (max-width: 768px) {
  .subsidy {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}
.subsidy__flow {
  margin-top: max(3rem, 4vw);
  padding-top: max(3rem, 4vw);
  border-top: solid 1px #666666;
  margin-bottom: 6.6666666667vw;
}
.subsidy__flow-title {
  font-weight: bold;
  width: fit-content;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: max(1.8rem, 1.7333333333vw);
  margin-bottom: max(3rem, 4vw);
}
.subsidy__flow-title::before, .subsidy__flow-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.subsidy__flow-title::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.subsidy__flow-title::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.subsidy__flow-img {
  padding-inline: 3.3333333333vw;
}
.subsidy__flow-text {
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: max(1.6rem, 1.3333333333vw);
  text-align: center;
  font-weight: 700;
  color: #1f9970;
}
.subsidy__flow-text::before, .subsidy__flow-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.subsidy__flow-text::before {
  margin-block-end: calc((1 - 1.9) * 0.5em);
}
.subsidy__flow-text::after {
  margin-block-start: calc((1 - 1.9) * 0.5em);
}

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