@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secHowToInfo__inner {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .secHowToInfo__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.secHowToInfo__anchors {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .secHowToInfo__anchors {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.listHowToInfoAnchors {
  background-color: #fff;
  border-radius: 10rem;
  box-shadow: 0.3rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.listHowToInfoAnchors__anchor {
  width: 43rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .listHowToInfoAnchors__anchor {
    width: 17rem;
  }
}
.listHowToInfoAnchors__anchor:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 0.1rem;
  height: calc(100% - 3rem);
  background-color: #C5C5C5;
}

.listHowToInfoAnchors__link {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.2; /* 35.2px */
  letter-spacing: 0.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .listHowToInfoAnchors__link {
    font-size: 1.2rem;
    line-height: 1.3; /* 15.6px */
    letter-spacing: 0.06rem;
  }
}
.listHowToInfoAnchors__link:hover {
  background-color: #FAF5FF;
}

.secHowToInfo__upper {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .secHowToInfo__upper {
    margin-top: 5rem;
  }
}

.secHowToInfo__title {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.014rem;
}
@media screen and (max-width: 750px) {
  .secHowToInfo__title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.secHowToInfo__lead {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .secHowToInfo__lead {
    text-align: left;
  }
}

.secHowToInfo__center {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .secHowToInfo__center {
    margin-top: 3rem;
  }
}

.secHowToInfo__column + .secHowToInfo__column {
  margin-top: 8rem;
}
.columnHowToInfo {
  gap: 6rem;
  align-items: center;
}
.columnHowToInfo:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .columnHowToInfo:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .columnHowToInfo {
    gap: 3rem;
    flex-direction: column;
  }
}

.columnHowToInfo__img {
  width: 43rem;
  box-shadow: 0.3rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.14);
  border-radius: 3rem;
}
@media screen and (max-width: 750px) {
  .columnHowToInfo__img {
    width: 100%;
  }
}

.columnHowToInfo__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.columnHowToInfo__title--en {
  color: #6528B1;
  font-family: "Aboreto", system-ui;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 16px */
  letter-spacing: 0.08rem;
}

.columnHowToInfo__title--jp {
  color: #333;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 36px */
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 750px) {
  .columnHowToInfo__title--jp {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.columnHowToInfo__text {
  margin-top: 3rem;
  color: #333;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2; /* 30.8px */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 750px) {
  .columnHowToInfo__text {
    margin-top: 2rem;
    line-height: 2; /* 30.8px */
    letter-spacing: 0.05rem;
  }
}

.secHowToInfo__lower {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .secHowToInfo__lower {
    margin-top: 4rem;
  }
}

.boxHowToInfo {
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0.3rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.07);
}

.boxHowToInfo__inner {
  padding: 5rem 4rem;
}
@media screen and (max-width: 750px) {
  .boxHowToInfo__inner {
    padding: 4rem 2rem;
  }
}

.boxHowToInfo__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .boxHowToInfo__title {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.boxHowToInfo__title--small {
  color: #6528B1;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 32px */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 750px) {
  .boxHowToInfo__title--small {
    font-size: 1.4rem;
    line-height: 2; /* 28px */
    letter-spacing: 0.07rem;
  }
}

.boxHowToInfo__title--large {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 750px) {
  .boxHowToInfo__title--large {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.boxHowToInfo__cards {
  margin: 6rem auto 0;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .boxHowToInfo__cards {
    margin-top: 5rem;
  }
}

.cardsHowToInfo {
  gap: 6rem;
}
@media screen and (max-width: 750px) {
  .cardsHowToInfo {
    flex-direction: column;
  }
}

.cardsHowToInfo__item {
  width: 36rem;
  counter-increment: section;
}
.cardsHowToInfo__item:first-of-type {
  counter-reset: section;
}
@media screen and (max-width: 750px) {
  .cardsHowToInfo__item {
    width: 100%;
  }
}

.cardHowToInfo {
  position: relative;
}

.cardHowToInfo__img {
  border-radius: 3rem;
  overflow: hidden;
}

.cardHowToInfo__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem 0;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 5.5rem;
  background-color: #6528B1;
  position: absolute;
  left: -3rem;
  top: -2rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .cardHowToInfo__icon {
    left: -1.4rem;
    top: -2rem;
  }
}
.cardHowToInfo__icon::after {
  content: counter(section, decimal-leading-zero);
  color: #FFF;
  text-align: center;
  font-family: "Aboreto", system-ui;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 20px */
  letter-spacing: 0.1rem;
}

.cardHowToInfo__icon--text {
  color: #FFF;
  text-align: center;
  font-family: "Aboreto", system-ui;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 11px */
  letter-spacing: 0.055rem;
}

.cardHowToInfo__content {
  margin-top: 2rem;
}

.cardHowToInfo__title {
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 27px */
  letter-spacing: 0.09rem;
}

.cardHowToInfo__text {
  margin-top: 1rem;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9; /* 26.6px */
  letter-spacing: 0.07rem;
}

.secHowToCase {
  background-image: url(../images/how_to/case_bg_01.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: top;
}

.secHowToCase__inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.secHowToCase__title {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 750px) {
  .secHowToCase__title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.secHowToCase__lead {
  color: #333;
  text-align: center;
  /* A案_p_pc */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4; /* 38.4px */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 750px) {
  .secHowToCase__lead {
    margin-top: 3rem;
    /* A案_p_sp */
    font-size: 1.4rem;
    line-height: 2; /* 28px */
    letter-spacing: 0.056rem;
  }
}

.secHowToCase__cards {
  width: 86rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 750px) {
  .secHowToCase__cards {
    width: 100%;
    margin-top: 3rem;
  }
}

.cardsHowToCaseProduct {
  flex-wrap: wrap;
  gap: 6rem;
}
@media screen and (max-width: 750px) {
  .cardsHowToCaseProduct {
    gap: 2rem;
  }
}

.cardsHowToCaseProduct__item {
  width: 40rem;
}
@media screen and (max-width: 750px) {
  .cardsHowToCaseProduct__item {
    width: 15rem;
  }
}
.cardsHowToCaseProduct__item:nth-child(1) .cardHowToCaseProduct__img {
  width: 40rem;
}
@media screen and (max-width: 750px) {
  .cardsHowToCaseProduct__item:nth-child(1) .cardHowToCaseProduct__img {
    width: 100%;
  }
}
.cardsHowToCaseProduct__item:nth-child(2) .cardHowToCaseProduct__title {
  color: #E2698E;
}
@media screen and (max-width: 750px) {
  .cardsHowToCaseProduct__item:nth-child(2) .cardHowToCaseProduct__img {
    width: 13.3rem;
  }
}
.cardsHowToCaseProduct__item:nth-child(3) .cardHowToCaseProduct__title {
  color: #20AAAC;
}
@media screen and (max-width: 750px) {
  .cardsHowToCaseProduct__item:nth-child(3) .cardHowToCaseProduct__img {
    width: 13.7rem;
  }
}
.cardsHowToCaseProduct__item:nth-child(4) .cardHowToCaseProduct__title {
  color: #F6AC19;
}
@media screen and (max-width: 750px) {
  .cardsHowToCaseProduct__item:nth-child(4) .cardHowToCaseProduct__img {
    width: 13.2rem;
  }
}

.cardHowToCaseProduct__title {
  color: #004EA2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 30px */
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cardHowToCaseProduct__title {
    font-size: 1.8rem;
    line-height: 1.3; /* 23.4px */
    letter-spacing: 0.09rem;
    text-align: left;
  }
}

.cardHowToCaseProduct__img {
  margin: 2rem auto 0;
  width: 35rem;
}
@media screen and (max-width: 750px) {
  .cardHowToCaseProduct__img {
    margin-top: 1rem;
    width: 100%;
  }
}

.cardHowToCaseProduct__list {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .cardHowToCaseProduct__list {
    margin-top: 1rem;
  }
}

.listHowToCase__item {
  color: #333;
  /* A案_p行間狭い_pc */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 32px */
  letter-spacing: 0.08rem;
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (max-width: 750px) {
  .listHowToCase__item {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7; /* 20.4px */
    letter-spacing: 0.048rem;
    padding-left: 1.8rem;
  }
}
.listHowToCase__item::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #333;
  position: absolute;
  left: 0.8rem;
  top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .listHowToCase__item::before {
    width: 0.3rem;
    height: 0.3rem;
    left: 0.6rem;
    top: 1rem;
  }
}

.secHowToCase__center {
  margin-top: 6rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .secHowToCase__center {
    margin-top: 4rem;
  }
}

.secHowToCase__centerInner {
  max-width: 144rem;
  margin: 0 auto;
}

.secHowToCase__blk {
  width: 118.5rem;
}
.secHowToCase__blk + .secHowToCase__blk {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .secHowToCase__blk + .secHowToCase__blk {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .secHowToCase__blk {
    width: 100%;
  }
}

.blkHowToCase {
  position: relative;
}
.blkHowToCase:nth-child(odd)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 36rem;
  border-top-right-radius: 36rem;
  border-bottom-right-radius: 36rem;
  width: calc(105.5rem - (50% - 50vw));
  top: 5rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .blkHowToCase:nth-child(odd)::before {
    width: 35rem;
    height: 16.4rem;
    top: 4rem;
    right: auto;
    left: 0;
  }
}
.blkHowToCase:nth-child(even) {
  margin-left: auto;
}
.blkHowToCase:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 36rem;
  border-top-left-radius: 36rem;
  border-bottom-left-radius: 36rem;
  width: calc(105.5rem - (50% - 50vw));
  top: 5rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .blkHowToCase:nth-child(even)::before {
    width: 35rem;
    height: 16.4rem;
    top: 4rem;
    left: auto;
    right: 0;
  }
}

.secHowToCase__blkInner {
  max-width: 72rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secHowToCase__blkInner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.blkHowToCase__head {
  gap: 6rem;
}
@media screen and (max-width: 750px) {
  .blkHowToCase__head {
    gap: 1.5rem;
  }
}
.blkHowToCase__head--pcJustifyCenter {
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .blkHowToCase__head--pcJustifyCenter {
    justify-content: flex-start;
  }
}

.blkHowToCase__icon {
  width: 22rem;
}
@media screen and (max-width: 750px) {
  .blkHowToCase__icon {
    width: 14rem;
    margin: -1.5rem -2rem -2.5rem;
    flex-shrink: 0;
  }
}

.blkHowToCase__headContent {
  padding-top: 9rem;
}
@media screen and (max-width: 750px) {
  .blkHowToCase__headContent {
    padding-top: 5.5rem;
  }
}

.blkHowToCase__title {
  color: var(--A_black, #333);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4; /* 48px */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .blkHowToCase__title {
    font-size: 1.8rem;
    line-height: normal;
    letter-spacing: 0.09px;
  }
}

.blkHowToCase__lead {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8; /* 25.2px */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 750px) {
  .blkHowToCase__lead {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.5; /* 18px */
    letter-spacing: 0.048rem;
  }
}

.blkHowToCase__content {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .blkHowToCase__content {
    margin-top: 3rem;
  }
}

.cardsHowToCaseDetail {
  gap: 0 4rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .cardsHowToCaseDetail {
    gap: 0 1rem;
  }
}

.cardsHowToCaseDetail__item {
  width: 34rem;
}
@media screen and (max-width: 750px) {
  .cardsHowToCaseDetail__item {
    width: 15rem;
  }
}

.cardHowToCaseDetail__content {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .cardHowToCaseDetail__content {
    margin-top: 0.8rem;
  }
}

.cardHowToCaseDetail__title {
  color: #6528B1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 27px */
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 750px) {
  .cardHowToCaseDetail__title {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
}

.cardHowToCaseDetail__text {
  margin-top: 1rem;
  color: #333;
  /* A案_p小さめ_pc */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2; /* 30.8px */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 750px) {
  .cardHowToCaseDetail__text {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.9; /* 22.8px */
    letter-spacing: 0.048rem;
  }
}

.secHowToCase__lower {
  margin-top: 6rem;
}

.secHowToCase__box {
  max-width: 93rem;
  margin: 0 auto;
}

.boxHowToCasePoint {
  background-image: url(../images/how_to/box_case_bg_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2rem;
  /* ドロップシャドウ */
  box-shadow: 0.3rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 750px) {
  .boxHowToCasePoint {
    background-image: url(../images/how_to/sp-box_case_bg_01.png);
  }
}

.boxHowToCasePoint__inner {
  padding: 4rem 10rem;
}
@media screen and (max-width: 750px) {
  .boxHowToCasePoint__inner {
    padding: 4rem 3rem;
  }
}

.boxHowToCasePoint__title {
  color: #6528B1;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12rem;
  position: relative;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .boxHowToCasePoint__title {
    font-size: 2.2rem;
    letter-spacing: 0.11rem;
  }
}
.boxHowToCasePoint__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.1rem;
  background-color: #6528B1;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}

.boxHowToCasePoint__content {
  margin-top: 3rem;
}

.boxHowToCasePoint__column + .boxHowToCasePoint__column {
  margin-top: 4rem;
}

.columnHowToCasePoint {
  gap: 0 4rem;
}

.columnHowToCasePoint__item:nth-child(1) {
  flex-grow: 1;
}
.columnHowToCasePoint__item:nth-child(2) {
  flex-shrink: 0;
}

@media screen and (max-width: 750px) {
  .columnHowToCasePoint__head {
    justify-content: space-between;
    align-items: flex-start;
  }
}

.columnHowToCasePoint__title {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .columnHowToCasePoint__title {
    margin-top: 1rem;
  }
}

.columnHowToCasePoint__title--small {
  color: #6528B1;
  font-family: Aboreto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 14px */
  letter-spacing: 0.07rem;
}

.columnHowToCasePoint__title--large {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 36px */
  letter-spacing: 0.324rem;
}

.columnHowToCasePoint__text {
  margin-top: 1rem;
  color: #333;
  /* A案_p小さめ_pc */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2; /* 30.8px */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 750px) {
  .columnHowToCasePoint__text {
    font-size: 1.2rem;
    line-height: 2; /* 24px */
    letter-spacing: 0.06rem;
  }
}

.columnHowToCasePoint__img {
  width: 16rem;
}
@media screen and (max-width: 750px) {
  .columnHowToCasePoint__img {
    width: 7rem;
    margin-right: 1rem;
    flex-shrink: 0;
  }
}
/*# sourceMappingURL=how_to.css.map */
