.section-step {
  padding: 50px 15px;
  background: #f4f4f4;
}
@media print, screen and (min-width: 769px) {
  .section-step {
    padding: 150px 15px;
  }
}
.section-step__item-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #488df4;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-title {
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
}
.section-step__item-lead {
  margin: 3em 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 1.76;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-lead {
    margin-top: 4em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.5;
    letter-spacing: 0.3em;
  }
}
.section-step__column {
  margin: 3em auto 0;
  max-width: 1100px;
}
@media print, screen and (min-width: 769px) {
  .section-step__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.section-step__column > li {
  margin-top: 20px;
  position: relative;
  display: table;
  width: 100%;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .section-step__column > li {
    width: 18%;
    display: block;
    padding: 0;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
  }
}
.section-step__column > li::after {
  position: absolute;
  left: 50%;
  bottom: -17px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #adadad transparent transparent transparent;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  .section-step__column > li::after {
    left: auto;
    bottom: auto;
    top: 50%;
    right: 0;
    border-width: 18px 0 18px 24px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    border-color: transparent transparent transparent #adadad;
  }
}
.section-step__column > li > div {
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .section-step__column > li > div {
    display: block;
  }
}
.section-step__column > li > div:nth-child(1) {
  width: 85px;
}
@media print, screen and (min-width: 769px) {
  .section-step__column > li > div:nth-child(1) {
    width: 100%;
  }
}
.section-step__column > li:last-child::after {
  display: none;
}
.section-step__item-number {
  padding: 1.5em 0;
  background: #71a8fb;
  color: #fff;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-number {
    border-radius: 10px 10px 0 0;
  }
}
li:nth-child(even) .section-step__item-number {
  background: #5884db;
}
.section-step__item-number span {
  display: block;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-number span {
    letter-spacing: 0.06em;
  }
}
.section-step__item-number span:nth-child(1) {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-number span:nth-child(1) {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.section-step__item-number span:nth-child(2) {
  margin-top: 0.2em;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-number span:nth-child(2) {
    font-size: 40px;
    font-size: 4rem;
  }
}
.section-step__txt-area {
  padding: 20px;
  text-align: justify;
  background: #fff;
  border-radius: 0 10px 10px 0;
  height: 120px;
}
@media print, screen and (min-width: 769px) {
  .section-step__txt-area {
    padding: 20px 10px;
    height: auto;
    border-radius: 0 0 10px 10px;
  }
}
.section-step__item-txt01 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  color: #488df4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 769px) {
  .section-step__item-txt01 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0;
  }
}
li:nth-child(even) .section-step__item-txt01 {
  color: #5884db;
}
.section-step__item-txt02 {
  margin-top: 0.5em;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.76;
  text-align: justify;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-txt02 {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    padding: 0 10px;
  }
}

.mv-analysis-reports {
  position: relative;
  background: #47a7ff;
  height: 255px;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .mv-analysis-reports {
    height: 460px;
  }
}
.mv-analysis-reports__item-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mv-analysis-reports__item-title__txt01 {
  display: block;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  line-height: 1.36;
}
@media print, screen and (min-width: 769px) {
  .mv-analysis-reports__item-title__txt01 {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
  }
}
.mv-analysis-reports__item-title__txt02 {
  display: block;
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media print, screen and (min-width: 769px) {
  .mv-analysis-reports__item-title__txt02 {
    margin-top: 1.5em;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
.mv-analysis-reports__item-illust {
  position: absolute;
  left: 50%;
  bottom: -90px;
  width: 95%;
  max-width: 343px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 769px) {
  .mv-analysis-reports__item-illust {
    max-width: 1300px;
    bottom: -80px;
  }
}
.mv-analysis-reports__item-illust img {
  width: 100%;
  height: auto;
}

.section-container {
  margin: 0 auto;
  width: min(90%, 1100px);
}

.section01 {
  padding-top: 145px;
  padding-bottom: 70px;
}
@media print, screen and (min-width: 769px) {
  .section01 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.section01__inner {
  margin: clamp(5rem, 7vw, 12rem) auto;
  width: min(90%, 880px);
}
.section01__item-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 769px) {
  .section01__item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.section01__item-title-emphasis {
  display: inline-block;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff4960;
  padding: 0 0.1em;
}
@media print, screen and (min-width: 769px) {
  .section01__item-title-emphasis {
    font-size: 150%;
  }
}
.section01 .cmn__block-type01 {
  margin-top: 2.5em;
}
@media print, screen and (min-width: 769px) {
  .section01 .cmn__block-type01 {
    margin-top: 4em;
  }
}
.section01__column {
  margin-top: 2em;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .section01__column {
    margin-top: 4em;
    -ms-grid-columns: 60% 50px 40%;
    grid-template-columns: 60% 40%;
    grid-gap: 50px;
        grid-template-areas: "txt fig";
  }
}
.section01__item-txt01 {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.14;
}
@media print, screen and (min-width: 769px) {
  .section01__item-txt01 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.77;
    letter-spacing: 0.06em;
    grid-area: txt;
  }
}
.section01__item-fig {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .section01__item-fig {
    grid-area: fig;
  }
}
.section01__item-fig img {
  width: min(70%, 320px);
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .section01__item-fig img {
    width: min(100%, 400px);
  }
}
.section01__btn-wrap {
  margin-top: clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.section01-subsection01 {
  margin-top: min(10rem, 10vw);
  margin-left: auto;
  margin-right: auto;
  width: min(90%, 1100px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0;
  background: #d7edff;
  padding: min(10vw, 6rem) min(6vw, 6rem) min(6vw, 6rem);
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01 {
    -ms-grid-columns: auto 50px min(380px, 50%);
    grid-template-columns: auto min(380px, 50%);
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
        grid-template-areas: "title fig" "txt fig";
    grid-gap: 0 50px;
  }
  .section01-subsection01 > .section01__item-txt01 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .section01-subsection01 > .section01__item-fig {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
.section01-subsection01__item-fig {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__item-fig {
    grid-area: fig;
  }
}
.section01-subsection01__item-fig img {
  width: min(60%, 320px);
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__item-fig img {
    width: min(100%, 400px);
  }
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__item-text {
    grid-area: txt;
  }
}
.section01-subsection01__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #007de3;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__ttl {
    grid-area: title;
    font-size: clamp(2.4rem, 2.2vw, 2.7rem);
    letter-spacing: 0.06em;
    text-align: left;
    align-selft: end;
  }
}
.section01-subsection01__desc {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__desc {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.06em;
    text-align: left;
  }
}
.section01-subsection01__desc02 {
  margin-top: 1em;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__desc02 {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    text-align: left;
  }
}
.section01-subsection01__price-wrap {
  margin-top: 1.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__price-wrap {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
  }
}
.section01-subsection01__item-price {
  background: #fff;
  padding: 1em 0.2em;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
  width: 48%;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__item-price {
    padding: 1.5em 1em;
    width: clamp(200px, 50%, 220px);
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section01-subsection01__ttl02 {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__ttl02 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.section01-subsection01__price01 {
  margin-top: 0.35em;
  padding-left: 0.5em;
  display: block;
  font-size: min(2rem, 4.2vw);
  color: #007de3;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__price01 {
    padding-left: 0;
  }
}
.section01-subsection01__price01 span {
  padding-right: 0.1em;
  display: inline-block;
  font-size: 130%;
}
.section01-subsection01__price02 {
  display: block;
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection01__price02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.section01-subsection02 {
  margin-top: min(3.5rem, 5vw);
  margin-left: auto;
  margin-right: auto;
  width: min(90%, 1100px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0;
  background: #f8f6ea;
  padding: min(10vw, 6rem) min(6vw, 6rem) min(6vw, 6rem);
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection02 {
    -ms-grid-columns: min(300px, 27%) 50px auto;
    grid-template-columns: min(300px, 27%) auto;
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
        grid-template-areas: "fig title" "fig txt";
    grid-gap: 0 50px;
  }
  .section01-subsection02 > .section01__item-txt01 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .section01-subsection02 > .section01__item-fig {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .section01-subsection02 > .section01-subsection01__item-fig {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .section01-subsection02 > .section01-subsection01__item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .section01-subsection02 > .section01-subsection01__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.section01-subsection02__item-fig {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection02__item-fig {
    grid-area: fig;
  }
}
.section01-subsection02__item-fig img {
  width: min(60%, 320px);
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection02__item-fig img {
    width: min(100%, 400px);
  }
}
@media print, screen and (min-width: 769px) {
  .section01-subsection02__item-text {
    grid-area: txt;
  }
}
.section01-subsection02__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #9c5317;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection02__ttl {
    grid-area: title;
    font-size: min(2.5rem, 2.4vw);
    letter-spacing: 0.06em;
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  .section01__item-txt01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section01__item-fig {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .section01-subsection01__item-fig {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .section01-subsection01 > .section01-subsection01__item-fig {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .section01-subsection01__item-text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section01-subsection01 > .section01-subsection01__item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .section01-subsection01__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section01-subsection02__item-fig {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .section01-subsection01 > .section01-subsection02__item-fig {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .section01-subsection02 > .section01-subsection02__item-fig {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .section01-subsection02__item-text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section01-subsection01 > .section01-subsection02__item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .section01-subsection02 > .section01-subsection02__item-text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .section01-subsection02__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section01-subsection02 > .section01-subsection02__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.section01-subsection02__desc {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection02__desc {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.06em;
    text-align: left;
  }
}
.section01-subsection02__btn-wrap {
  margin-top: clamp(2rem, 5vw, 3rem);
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection02__btn-wrap {
    text-align: left;
  }
}
.section01-subsection02__btn-wrap .cmn__btn-type01 {
  max-width: 320px;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection02__btn-wrap .cmn__btn-type01 {
    max-width: 400px;
  }
}
.section01-subsection02__btn-wrap .cmn__btn-type01 span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 769px) {
  .section01-subsection02__btn-wrap .cmn__btn-type01 span {
    font-size: 20px;
    font-size: 2rem;
  }
}