@charset "UTF-8";
.baby-step section.kv .c-section__fg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: -1;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.kv .c-section__fg {
    padding-top: 80px;
    padding-bottom: 160px;
    background-image: url("/baby/step/assets/img/pages/investigation/kv_bg.png");
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.kv .c-section__fg {
    padding-top: 12.8vw;
    padding-bottom: 112vw;
    background-image: url("/baby/step/assets/img/pages/investigation/kv_bg_sp.png");
  }
}
.baby-step section.kv .c-heading {
  padding-bottom: 0;
}
.baby-step section.kv .c-heading__ja {
  padding-bottom: 0;
}
.baby-step section.kv .c-heading__ja::before, .baby-step section.kv .c-heading__ja::after {
  display: none;
}

.baby-step section.family {
  background-color: #ffe0a7;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.family {
    padding-top: 68px;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.family {
    padding-top: 8vw;
    padding-bottom: 25.6vw;
  }
}
.baby-step section.family .family__head {
  text-align: center;
}
.baby-step section.family .family__head--02 {
  text-align: center;
}
.baby-step section.family .family__head__ja {
  font-weight: bold;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.family .family__head__ja {
    font-size: 36px;
    line-height: 1.625;
    gap: 20px;
    letter-spacing: 0.08em;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.family .family__head__ja {
    font-size: 6.1333333333vw;
    line-height: 1.6;
    align-items: flex-end;
  }
}
.baby-step section.family .family__head__ja__text--red {
  color: #EF3908;
}
.baby-step section.family .family__head__ja__img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.family .family__head__ja__img {
    width: 60px;
    height: 68px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.family .family__head__ja__img {
    width: 8.5333333333vw;
    height: 9.6vw;
  }
}
.baby-step section.family .family__head__ja--02 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.08em;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.baby-step section.family .family__head__ja--02::before, .baby-step section.family .family__head__ja--02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.family .family__head__ja--02::before, .baby-step section.family .family__head__ja--02::after {
    width: 16px;
    height: 4px;
    bottom: -20px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.family .family__head__ja--02::before, .baby-step section.family .family__head__ja--02::after {
    width: 4.2666666667vw;
    height: 1.0666666667vw;
    bottom: -5.3333333333vw;
    transform: translateX(-50%);
  }
}
.baby-step section.family .family__head__ja--02::before {
  background-color: #EF3908;
  border-radius: 99px 0 0 99px;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.family .family__head__ja--02::before {
    left: calc(50% - 8px);
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.family .family__head__ja--02::before {
    left: calc(50% - 2.1333333333vw);
  }
}
.baby-step section.family .family__head__ja--02::after {
  background-color: #2CA7E0;
  border-radius: 0 99px 99px 0;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.family .family__head__ja--02::after {
    left: calc(50% + 8px);
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.family .family__head__ja--02::after {
    left: calc(50% + 2.1333333333vw);
  }
}
.baby-step section.family .family__head__sub {
  text-align: left;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.family .family__head__sub {
    font-size: 22px;
    margin-top: 34px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.family .family__head__sub {
    font-size: 3.7333333333vw;
    margin-top: 8.5333333333vw;
  }
}

.baby-step section.food {
  background-color: #B2DFF9;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food {
    padding-top: 8vw;
    padding-bottom: 25.6vw;
  }
}
.baby-step section.food .food__sub {
  line-height: 1.8;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__sub {
    padding: 34px 0 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__sub {
    padding: 6.4vw 0vw 0vw;
    font-size: 3.7333333333vw;
  }
}
.baby-step section.food .food__box {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box {
    padding: 0 56px 56px;
    margin-top: 62px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box {
    padding: 0vw 0vw 8.5333333333vw;
    margin-top: 17.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box--02 {
    margin-top: 53px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box--02 {
    margin-top: 11.2vw;
  }
}
.baby-step section.food .food__box__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  display: inline-block;
  background-color: #EF3908;
  border-radius: 99px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__title {
    font-size: 20px;
    line-height: 1.4;
    padding: 4px 22px 6px;
    top: -19px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__title {
    font-size: 4.2666666667vw;
    line-height: 1.25;
    padding: 1.6vw 6.4vw;
    top: -4.8vw;
  }
}
.baby-step section.food .food__box__title--blue {
  background-color: #2CA7E0;
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__title--blue {
    width: 89%;
  }
}
.baby-step section.food .food__box__flex {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__flex {
    gap: 32px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__flex {
    gap: 4.2666666667vw;
    flex-direction: column;
    padding: 0 4.2666666667vw;
  }
}
.baby-step section.food .food__box__left {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__left {
    max-width: 422px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__left {
    max-width: 100%;
  }
}
.baby-step section.food .food__box__left img {
  display: block;
  width: 100%;
  height: auto;
}
.baby-step section.food .food__box__right {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__right {
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__right {
    gap: 4.2666666667vw;
    flex-direction: column;
  }
}
.baby-step section.food .food__box__right__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #F5886B;
  display: inline-block;
  color: #FFFFFF;
}
.baby-step section.food .food__box__right__title--blue {
  background-color: #62BBE4;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__right__title--blue {
    border: 2px solid #62BBE4 !important;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__right__title--blue {
    border: 0.5333333333vw solid #62BBE4 !important;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__right__title {
    font-size: 20px;
    line-height: 1.5;
    padding: 8px 16px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 2px solid #F5886B;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__right__title {
    font-size: 4vw;
    line-height: 2;
    padding: 0 4.2666666667vw;
    border-top-right-radius: 2.6666666667vw;
    border-top-left-radius: 2.6666666667vw;
    border: 0.5333333333vw solid #F5886B;
  }
}
.baby-step section.food .food__box__right__icons {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__right__icons--blue {
    border: 2px solid #62BBE4 !important;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__right__icons--blue {
    border: 0.5333333333vw solid #62BBE4 !important;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__right__icons {
    border: 2px solid #F5886B;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 12px 16px;
    gap: 13px 14px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__right__icons {
    border: 0.5333333333vw solid #F5886B;
    border-radius: 2.6666666667vw;
    border-top-left-radius: 0;
    padding: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
}
.baby-step section.food .food__box__right__icons .food__box__icon {
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__right__icons .food__box__icon {
    width: 44px;
    height: 45px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__right__icons .food__box__icon {
    width: 8vw;
    height: 8vw;
  }
}
.baby-step section.food .food__box__right__icons .food__box__icon--hide {
  position: relative;
}
.baby-step section.food .food__box__right__icons .food__box__icon--hide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__right__icons .food__box__icon--hide01::before {
    width: 46px;
    height: 38px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__right__icons .food__box__icon--hide01::before {
    width: 8vw;
    height: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__right__icons .food__box__icon--hide02::before {
    width: 46px;
    height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__right__icons .food__box__icon--hide02::before {
    width: 8vw;
    height: 4.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__right__icons .food__box__icon--hide03::before {
    width: 46px;
    height: 19px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__right__icons .food__box__icon--hide03::before {
    width: 8vw;
    height: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__box__right__icons .food__box__icon--hide04::before {
    width: 46px;
    height: 17px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__box__right__icons .food__box__icon--hide04::before {
    width: 8vw;
    height: 3.2vw;
  }
}
.baby-step section.food .food__text {
  line-height: 1.8;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.food .food__text {
    font-size: 22px;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.food .food__text {
    font-size: 3.7333333333vw;
    padding: 6.4vw 0vw 0vw;
  }
}
.baby-step section.food .food__text {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.baby-step section.result {
  background-color: #C6F0CF;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result {
    padding-top: 8vw;
    padding-bottom: 25.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__body {
    padding-top: 48px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__body {
    padding-top: 8.5333333333vw;
  }
}
.baby-step section.result .result__flex {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__flex {
    gap: 80px;
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__flex {
    flex-direction: column;
    gap: 14.6666666667vw;
  }
}
.baby-step section.result .result__flex--02 {
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__flex--02 {
    margin-top: 80px;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__flex--02 {
    margin-top: 16vw;
    margin-bottom: 0;
  }
}
.baby-step section.result .result__img {
  display: block;
  box-sizing: border-box;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__img {
    width: 46%;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__img {
    width: 100%;
  }
}
.baby-step section.result .result__img img {
  width: 100%;
}
.baby-step section.result .result__img--02 {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__img--02 {
    margin-top: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__img--02 {
    margin-top: 14.9333333333vw;
    width: 203.2vw;
    padding-right: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__img--04 {
    padding-left: 90px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__img--04 {
    width: 100%;
  }
}
.baby-step section.result .result__text {
  line-height: 1.8;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__text {
    margin-top: 64px;
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__text {
    font-size: 4vw;
    margin-top: 12.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__text--02 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__text--02 {
    margin-top: 12.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__text--03 {
    margin-top: 72px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__text--03 {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__text__note {
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__text__note {
    margin-top: 6.4vw;
  }
}
.baby-step section.result .result__text__note .title,
.baby-step section.result .result__text__note .content,
.baby-step section.result .result__text__note .note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__text__note .title,
  .baby-step section.result .result__text__note .content,
  .baby-step section.result .result__text__note .note {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__text__note .title,
  .baby-step section.result .result__text__note .content,
  .baby-step section.result .result__text__note .note {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.result .result__text__note .title + *,
  .baby-step section.result .result__text__note .content + *,
  .baby-step section.result .result__text__note .note + * {
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__text__note .title + *,
  .baby-step section.result .result__text__note .content + *,
  .baby-step section.result .result__text__note .note + * {
    margin-top: 2.1333333333vw;
  }
}
.baby-step section.result .result__text__note .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.baby-step section.result .result__text__note .note > li {
  padding-left: 1.1em;
  position: relative;
}
.baby-step section.result .result__text__note .note > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.baby-step section.result .result__text__note .note li:nth-child(1) {
  padding-left: 2em;
}
.baby-step section.result .result__text__note .note li:nth-child(1):before {
  content: "※1";
}
.baby-step section.result .result__text__note .note li:nth-child(2) {
  padding-left: 2em;
}
.baby-step section.result .result__text__note .note li:nth-child(2):before {
  content: "※2";
}
.baby-step section.result .result__text__note .note li:nth-child(3) {
  padding-left: 2em;
}
.baby-step section.result .result__text__note .note li:nth-child(3):before {
  content: "※3";
}
@media screen and (max-width: 750px) {
  .baby-step section.result .result__scroll {
    overflow-x: auto;
    padding-bottom: 8.5333333333vw;
    margin-right: -6.4vw;
  }
  .baby-step section.result .result__scroll::-webkit-scrollbar {
    height: 0.8vw;
  }
  .baby-step section.result .result__scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.4392156863);
    border-radius: 4px;
  }
  .baby-step section.result .result__scroll::-webkit-scrollbar-thumb {
    background: #EF3908;
    border-radius: 4px;
  }
}

.baby-step section.footerButton {
  background-color: #FFE0A7;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.footerButton {
    padding-top: 80px;
    padding-bottom: 103px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.footerButton {
    padding-top: 5.3333333333vw;
    padding-bottom: 16vw;
  }
}
.baby-step section.footerButton .footerButton__button {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.footerButton .footerButton__button {
    margin-top: 56px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.footerButton .footerButton__button {
    margin-top: 4.2666666667vw;
  }
}
.baby-step section.footerButton .footerButton__button__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.footerButton .footerButton__button__wrap {
    gap: 16px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.footerButton .footerButton__button__wrap {
    gap: 2.1333333333vw;
  }
}
.baby-step section.footerButton .footerButton__button--02 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 1.4666666667;
  transition: all 0.3s;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.footerButton .footerButton__button--02 {
    font-size: 15px;
    width: 440px;
    height: 88px;
    gap: 16px;
    border-radius: 10px;
    padding: 0 16px;
    border: 2px solid #EF3908;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.footerButton .footerButton__button--02 {
    font-size: 4.2666666667vw;
    width: 100%;
    height: 20.2666666667vw;
    gap: 4.2666666667vw;
    border-radius: 2.6666666667vw;
    padding: 0 4.2666666667vw;
    border: 0.5333333333vw solid #EF3908;
  }
}
.baby-step section.footerButton .footerButton__button--02:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.footerButton .footerButton__button__icon--01 {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.footerButton .footerButton__button__icon--01 {
    width: 13.3333333333vw;
    height: 11.4666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .baby-step section.footerButton .footerButton__button__icon--02 {
    width: 115px;
    height: 65px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.footerButton .footerButton__button__icon--02 {
    width: 22.4vw;
    height: 13.3333333333vw;
  }
}
.baby-step section.footerButton .footerButton__button__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.footerButton .footerButton__button__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.footerButton .footerButton__button__text {
    font-size: 4.2666666667vw;
  }
}
.baby-step section.footerButton .footerButton__button__text--pink {
  color: #F760A6;
  letter-spacing: -0.06em;
  line-height: 1.2;
}
@media print, screen and (min-width: 751px) {
  .baby-step section.footerButton .footerButton__button__text--sm {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step section.footerButton .footerButton__button__text--sm {
    font-size: 3.2vw;
  }
}

.baby-step .step-investigation .c-section__head {
  font-weight: bold;
  display: block;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .baby-step .step-investigation .c-section__head {
    font-size: 32px;
    line-height: 1.625;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .baby-step .step-investigation .c-section__head {
    font-size: 6.6666666667vw;
    line-height: 1.6;
    margin-bottom: 5.3333333333vw;
  }
}
.baby-step .step-investigation .c-section__head--red {
  color: #EF3908;
  font-weight: 900;
}
.baby-step .step-investigation .c-section__head--blue {
  color: #2CA7E0;
  font-weight: 900;
}
.baby-step .step-investigation .c-section__head::before, .baby-step .step-investigation .c-section__head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 751px) {
  .baby-step .step-investigation .c-section__head::before, .baby-step .step-investigation .c-section__head::after {
    width: 16px;
    height: 4px;
    bottom: -20px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  .baby-step .step-investigation .c-section__head::before, .baby-step .step-investigation .c-section__head::after {
    width: 4.2666666667vw;
    height: 1.0666666667vw;
    bottom: -5.3333333333vw;
    transform: translateX(-50%);
  }
}
.baby-step .step-investigation .c-section__head::before {
  background-color: #EF3908;
  border-radius: 99px 0 0 99px;
}
@media print, screen and (min-width: 751px) {
  .baby-step .step-investigation .c-section__head::before {
    left: calc(50% - 8px);
  }
}
@media screen and (max-width: 750px) {
  .baby-step .step-investigation .c-section__head::before {
    left: calc(50% - 2.1333333333vw);
  }
}
.baby-step .step-investigation .c-section__head::after {
  background-color: #2CA7E0;
  border-radius: 0 99px 99px 0;
}
@media print, screen and (min-width: 751px) {
  .baby-step .step-investigation .c-section__head::after {
    left: calc(50% + 8px);
  }
}
@media screen and (max-width: 750px) {
  .baby-step .step-investigation .c-section__head::after {
    left: calc(50% + 2.1333333333vw);
  }
}