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

.human {
  padding-block: 10vw 6.6666666667vw;
}
@media screen and (max-width: 768px) {
  .human {
    padding-block: 6rem;
  }
}
.human__inner {
  margin: 0 auto;
  width: 73.3333333333vw;
}
@media screen and (max-width: 768px) {
  .human__inner {
    width: 90%;
  }
}
.human__top {
  display: flex;
  gap: max(3rem, 5.3333333333vw);
  padding-bottom: max(3rem, 4vw);
  border-bottom: solid 1px #737373;
}
@media screen and (max-width: 768px) {
  .human__top {
    flex-direction: column;
  }
}
.human__top-img {
  width: 33.3333333333vw;
}
@media screen and (max-width: 768px) {
  .human__top-img {
    margin: 0 auto;
    width: 100%;
  }
}
.human__top-content {
  width: 30.6666666667vw;
}
@media screen and (max-width: 768px) {
  .human__top-content {
    width: 100%;
  }
}
.human__top-title {
  line-height: 1.6153846154;
  letter-spacing: 0.04em;
  font-size: max(1.8rem, 1.7333333333vw);
  font-weight: bold;
  margin-bottom: max(2rem, 2.6666666667vw);
}
.human__top-title::before, .human__top-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.human__top-title::before {
  margin-block-end: calc((1 - 1.6153846154) * 0.5em);
}
.human__top-title::after {
  margin-block-start: calc((1 - 1.6153846154) * 0.5em);
}
.human__top-text {
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: max(1.4rem, 1.0666666667vw);
  margin-bottom: max(3rem, 2vw);
}
.human__top-text::before, .human__top-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.human__top-text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.human__top-text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.human__top-anno {
  display: flex;
  flex-direction: column;
  gap: max(1rem, 0.6666666667vw);
}
.human__top-anno-text {
  color: #737373;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(1.2rem, 0.9333333333vw);
}
.human__flow {
  padding-top: max(3rem, 4vw);
  padding-bottom: max(3rem, 6.6666666667vw);
  border-bottom: solid 1px #737373;
}
.human__flow-title {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: max(1.8rem, 1.7333333333vw);
  margin-bottom: max(2rem, 4vw);
  width: fit-content;
}
.human__flow-title::before, .human__flow-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.human__flow-title::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.human__flow-title::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.human__flow-img {
  padding: 0 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .human__flow-img {
    padding: 0;
  }
}
.human__service {
  padding-block: max(3rem, 4vw);
  border-bottom: solid 1px #737373;
}
.human__service-top {
  display: flex;
  gap: max(2rem, 4vw);
  margin-bottom: max(3rem, 4vw);
}
@media screen and (max-width: 768px) {
  .human__service-top {
    flex-direction: column;
  }
}
.human__service-top-title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: max(1.8rem, 1.7333333333vw);
  min-width: max(16rem, 17.3333333333vw);
}
.human__service-top-title::before, .human__service-top-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.human__service-top-title::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.human__service-top-title::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
@media screen and (max-width: 768px) {
  .human__service-top-title {
    width: fit-content;
  }
}
.human__service-top-text {
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: max(1.4rem, 1.0666666667vw);
}
.human__service-top-text::before, .human__service-top-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.human__service-top-text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.human__service-top-text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.human__service-img {
  padding-inline: 3.3333333333vw;
}
.human__special {
  background: #f3f3f3;
  margin-top: max(3rem, 6.6666666667vw);
  padding: max(3rem, 3.3333333333vw) max(2rem, 6.6666666667vw);
  display: flex;
  gap: 5.3333333333vw;
}
@media screen and (max-width: 768px) {
  .human__special {
    padding: 3rem;
    margin-top: 3rem;
    flex-direction: column;
  }
}
.human__special-left {
  width: 23.3333333333vw;
  height: auto;
  aspect-ratio: 350/220;
  background: #000;
}
@media screen and (max-width: 768px) {
  .human__special-left {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
}
.human__special-right {
  width: 33.3333333333vw;
}
@media screen and (max-width: 768px) {
  .human__special-right {
    width: 100%;
  }
}
.human__special-title {
  line-height: 1;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(1.8rem, 1.7333333333vw);
  font-weight: bold;
  margin-bottom: max(2rem, 1.6666666667vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .human__special-title {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.human__special-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.4666666667vw;
  height: 100%;
  display: block;
  width: 2px;
  background: linear-gradient(to bottom, #35ab84, #6bb247, #fbdd00);
}
@media screen and (max-width: 768px) {
  .human__special-title::before {
    position: static;
    height: 1.8rem;
  }
}
.human__special-text {
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-size: max(1.4rem, 1.0666666667vw);
  margin-bottom: max(3rem, 2.6666666667vw);
}
.human__special-text::before, .human__special-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.human__special-text::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.human__special-text::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
.human__special-btn-content {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: max(0.6rem, 0.4vw);
}
@media screen and (max-width: 768px) {
  .human__special-btn-content {
    margin-inline: auto;
  }
}
.human__special-btn-text {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(1.2rem, 0.9333333333vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(0.6rem, 0.4vw);
}
.human__special-btn-text::before, .human__special-btn-text::after {
  content: "";
  height: 2px;
  width: max(1.2rem, 0.9333333333vw);
  background: #000;
}
@media screen and (max-width: 768px) {
  .human__special-btn-text::before, .human__special-btn-text::after {
    height: 1px;
  }
}
.human__special-btn-text::before {
  rotate: 45deg;
}
.human__special-btn-text::after {
  rotate: -45deg;
}
.human__special-btn-btn {
  height: max(4rem, 3.2vw);
  width: max(30rem, 22.8vw);
  line-height: 1;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(1.4rem, 1.0666666667vw);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(1rem, 0.8vw);
  border-radius: 9999px;
  border: solid 1px #000;
  transition: color 0.3s, background 0.3s;
}
@media (hover) {
  .human__special-btn-btn:hover {
    background: #000;
    color: #fff;
  }
  .human__special-btn-btn:hover::after {
    background: #fff;
  }
}
.human__special-btn-btn::after {
  content: "";
  height: auto;
  width: max(1rem, 0.8vw);
  aspect-ratio: 1;
  -webkit-mask-image: url(/common/imgs/blank.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/common/imgs/blank.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: background 0.3s;
  background-color: #000;
}

.share {
  background: #f4facf;
  padding-block: max(3rem, 4vw);
}
.share__top {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: max(1.5rem, 1.3333333333vw);
  font-weight: bold;
  margin-bottom: max(3rem, 4vw);
}
.share__top::before, .share__top::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.share__top::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.share__top::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.share__top span {
  padding: 0 0.6666666667vw;
  margin-inline: 0.3333333333vw;
  display: inline-block;
  border: solid 1px #000;
}
.share__wrapper {
  background: #fff;
  padding: max(4rem, 2.6666666667vw) 6.6666666667vw max(3rem, 4vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .share__wrapper {
    padding-inline: 2rem;
  }
}
.share__deco {
  position: absolute;
  height: auto;
  width: max(9rem, 13.3333333333vw);
  aspect-ratio: 1;
  background: #000;
  border-radius: 9999px;
  color: #fff;
  top: min(-1.5rem, -2vw);
  right: min(-1.5rem, -2vw);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--f-stack);
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  font-size: max(1.2rem, 1.2vw);
}
.share__deco::before, .share__deco::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.share__deco::before {
  margin-block-end: calc((1 - 1.4444444444) * 0.5em);
}
.share__deco::after {
  margin-block-start: calc((1 - 1.4444444444) * 0.5em);
}
.share__title {
  display: flex;
  flex-direction: column;
  gap: max(2rem, 2vw);
  margin-bottom: max(2rem, 2vw);
}
.share__title-img {
  display: block;
  width: max(18rem, 22.2666666667vw);
  margin: 0 auto;
}
.share__title-text {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(1.8rem, 1.7333333333vw);
  text-align: center;
}
.share__title-text span {
  line-height: 1;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: max(2rem, 2.1333333333vw);
}
.share__text {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: max(1.2rem, 1.0666666667vw);
  margin-bottom: max(2rem, 2vw);
}
.share__text::before, .share__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.share__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.share__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.share__link {
  width: fit-content;
  margin: 0 auto max(3rem, 2.6666666667vw);
  padding-block: max(1rem, 1vw);
  display: block;
  padding-inline: max(2rem, 2.6666666667vw) max(3rem, 4vw);
  border: solid 1px #000;
  border-radius: 9999px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: max(1.4rem, 1.0666666667vw);
  font-weight: 700;
  position: relative;
  transition: background 0.3s, color 0.3s;
}
.share__link::before, .share__link::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.share__link::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.share__link::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
@media (hover) {
  .share__link:hover {
    color: #fff;
    background: #000;
  }
  .share__link:hover::after {
    background: #fff;
  }
}
.share__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: max(1.5rem, 2vw);
  translate: 0 -50%;
  aspect-ratio: 10/17;
  height: auto;
  width: max(1rem, 0.6666666667vw);
  -webkit-mask-image: url(/common/imgs/download.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/common/imgs/download.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: background 0.3s;
  background-color: #000;
}
.share__list {
  padding-top: max(3rem, 2.6666666667vw);
  border-top: solid 1px #000;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(2rem, 2vw) max(3rem, 2.6666666667vw);
}
@media screen and (max-width: 1140px) {
  .share__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1140px) and (max-width: 500px) {
  .share__list {
    grid-template-columns: 1fr;
  }
}
.share__item {
  position: relative;
}
.share__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #35ab84, #6bb247, #fbdd00);
}
.share__item-top {
  height: max(1.8rem, 1.2vw);
  padding-left: max(1rem, 0.6666666667vw);
  font-family: var(--f-stack);
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: max(1.2rem, 0.8vw);
  font-weight: bold;
}
.share__item-top::before, .share__item-top::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.share__item-top::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.share__item-top::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.share__item-bottom {
  height: calc(100% - max(1.8rem, 1.2vw));
  padding-inline: max(1.5rem, 1.6666666667vw);
  padding-top: max(2rem, 1.6666666667vw);
  padding-bottom: max(1.5rem, 3vw);
  background: #f2f2f2;
}
.share__item-img {
  display: block;
  margin: 0 auto;
}
.share__item-img--1 {
  width: max(4rem, 3.3333333333vw);
}
.share__item-img--2 {
  width: max(4.5rem, 4.3333333333vw);
}
.share__item-img--3 {
  width: max(5.5rem, 5.5333333333vw);
}
.share__item-img--4 {
  width: max(4rem, 4.2666666667vw);
}
.share__item-img--5 {
  width: max(4rem, 3.2vw);
}
.share__item-img--6 {
  width: max(3.5rem, 3.3333333333vw);
}
.share__item-img-area {
  margin-bottom: max(2rem, 1.6666666667vw);
  height: max(3rem, 3.6666666667vw);
}
.share__item-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: max(1.4rem, 1.0666666667vw);
  margin-bottom: max(1.2rem, 1.3333333333vw);
}
.share__item-title::before, .share__item-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.share__item-title::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.share__item-title::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.share__item-text {
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  font-size: max(1.2rem, 0.9333333333vw);
}
.share__item-text::before, .share__item-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.share__item-text::before {
  margin-block-end: calc((1 - 1.7142857143) * 0.5em);
}
.share__item-text::after {
  margin-block-start: calc((1 - 1.7142857143) * 0.5em);
}

.last {
  padding-top: max(6rem, 6.6666666667vw);
  padding-bottom: max(10rem, 13.3333333333vw);
}
.last__text {
  text-align: center;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: max(1.6rem, 1.3333333333vw);
  color: #1f9970;
}
.last__text::before, .last__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.last__text::before {
  margin-block-end: calc((1 - 1.9) * 0.5em);
}
.last__text::after {
  margin-block-start: calc((1 - 1.9) * 0.5em);
}

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