@charset "utf-8";

#content .img_box img {
  width: 100%;
}
#content .sub_visual {
  width: 100%;
  height: 48.5vw;
  position: relative;
  background-image: url(/images/momo/scar-cover/img_visual_bg.jpg);

  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  
}
#content .sub_visual .inner {
  padding: 0 19.06%
}
#content .sub_visual .text_box {
  text-align: left;
}
#content .sub_visual .text_box h3 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}
#content .sub_visual .text_box .add_text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}
#content [class*="section"] .inner {
  padding: 160px 14.7%;
}
#content .container .title_box {
  text-align: center
}
#content .container .title_box h4 {
  font-size: 64px;
  line-height: 1.5;
  font-weight: 700;
  color: #1c1c1c;
  margin-top: 10px;
}
#content .container .title_box .sub_title {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 40px;
}
#content .container .title_box .sub_text {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  color: #474A4D;
  letter-spacing: -1px;
  margin-top: 36px;
}
#content .container .content_box {
  margin-top: 80px;
}
#content .vertical_box {
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
}
#content .vertical_box .text_box {
  text-align: center;
  font-size: 20px;
  padding: 32px 16px;
  background: #fff;
  text-wrap: balance;
  word-break: keep-all;
  line-height: 1.4;
}
#content .section01 .content_box {
  width: 72.22%;
  ;
  margin: 80px auto 0;
}
#content .section01 .text_box {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin-top: 40px;
}
#content .section02 .content_box {
  width: 72.22%;
  ;
  margin: 80px auto 0;
}
#content .section02 .text_box {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 40px;
  text-align: center;
}
#content .section03 .content_box {
  width: 72.22%;
  margin: 80px auto 0;
}
#content .section03 .img_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
#content .section03 .text_box {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
#content .section03 .text_box .main_text {
  text-align: center;
}
#content .section03 .check_list li {
  margin-bottom: 15px;
}
#content .section03 .check_list li:last-of-type {
  margin-bottom: 0;
}
#content .section03 .check_list .icon_check {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(/images/momo/scar-cover/ico_check.svg) no-repeat center center;
  background-size: cover;
  margin-right: 8px;
  vertical-align: middle;
}
#content .section04 .content_box {
  width: 72.22%;
  margin: 80px auto 0;
}
#content .section04 .img_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
#content .section04 .text_box {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 40px;
}
#content .section05 .card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
#content .section05 .card {
  background: #FAF9F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  justify-content: flex-start;
  padding: 80px 24px 80px;
}
#content .section05 .card .label {
  font-size: 24px;
  color: #fff;
  background: #F88;
  padding: 4px 20px;
  border-radius: 30px;
  display: inline-block;
}
#content .section05 .check_list li {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
#content .section05 .check_list li:last-of-type {
  margin-bottom: 0;
}
#content .section05 .check_list .icon_check {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(/images/momo/scar-cover/ico_check.svg) no-repeat center center;
  background-size: cover;
  margin-right: 8px;
  vertical-align: middle;
}
#content .section06 {
  background: #F8F8F8;
}
#content .section06 .case_item {
  text-align: center;
}
#content .section06 .case_item {
  width: 71.64%;
  margin: 0 auto 120px;
  text-align: center
}
#content .section06 .case_item.item02 {
  width: 83.33%;
  margin: 0 auto 120px;
  text-align: center
}
#content .section06 .case_list .num {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 8px 16px;
  background: #C6382C;
  border-radius: 30px;
  display: inline-block;
}
#content .section06 .case_list h5 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 24px 0 40px;
}
#content .section06 .case_item .sub_text {
  font-size: 22px;
}
#content .section06 .case_item .vertical_box {
  border-radius: 16px 16px 0 0;
  margin-top: 40px;
}
#content .section06 .case_item .horizontal_box {
  border-radius: 16px;
}
#content .section06 .item01 img {
  aspect-ratio: 950/590;
}
#content .section06 .case_item .main_text {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
#content .section06 .horizontal_box {
  overflow: hidden;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 40px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
#content .section06 .horizontal_box img {
  aspect-ratio: 568 / 428;
  object-fit: cover;
  height: 100%;
}
#content .section06 .horizontal_box>div {
  width: 50%;
  flex: auto;
}
#content .section06 .horizontal_box .text_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 64px;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
}
#content .section06 .horizontal_box .text_box li {
  margin-bottom: 24px;
}
#content .section06 .horizontal_box .text_box li:last-of-type {
  margin-bottom: 0;
}
#content .section07 {
  background: linear-gradient(180deg, rgba(16, 28, 51, 0.00) 44.18%, rgba(16, 28, 51, 0.60) 110.65%), #B20003;
  color: #fff;
}
#content .section07 .inner {
  padding: 160px 14.7% 100px;
}
#content .section07 .title_box h4 {
  color: #fff;
}
#content .section07 .img_box {
  width: 78.22%;
  margin: 0 auto;
}
#content .section07 .venn-container {
  display: flex;
  justify-content: center;
  width: 70.47%;
  margin: 100px auto;
}
#content .section07 .circle {
  width: 33.3%;
  border-radius: 50%;
  position: relative;
}
#content .section07 .circle .text_box {
  width: 110%;
  height: 110%;
  object-fit: cover;
  text-align: center;
  border-radius: 50%;
  letter-spacing: -0.02em;
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 119, 121, 0.80);
}
#content .section07 .circle::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#content .section07 .circle .text_box strong {
  font-size: 26px;
}
#content .section07 .circle .text_box p {
  font-size: 20px;
  line-height: 1.5;
}
#content .section07 .main_text {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
#content .sectionontal_box .text_box li:last-of-type {
  margin-bottom: 0;
}
#content .section08 {
  background: #C6382C;
  color: #fff;
}
#content .section08 .title_box h4 {
  color: #fff;
}
#content .section08 .steps_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 0 auto 80px;
  gap: 80px;
}
#content .section08 .step {
  text-align: center;
  position: relative;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
#content .line {
  position: absolute;
  top: 104px;
  left: 50%;
  right: 0;
  height: 2px;
  background-color: #ccc;
  z-index: 1;
  transform: translate(-50%, 0);
  width: 84%;
}
#content .section08 .steps_container .title_text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
#content .section08 .steps_container .circle {
  width: 32px;
  height: 32px;
  border: 8px solid #D2E0F4;
  border-radius: 100%;
  background: #fff;
  z-index: 2;
}
#content .section08 .steps_container h5 {
  font-size: 28px;
  margin-bottom: 16px;
}
#content .section08 .steps_container .desc_text {
  font-size: 24px;
  line-height: 1.5;
  text-wrap: balance;
  word-break: keep-all;
}
#content .section08 .caution_text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
#content .section09 .step_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: stretch;
  align-items: stretch;
  gap: 96px;
  width: 90.64%;
  margin: 0 auto;
}
#content .section09 .step_item {
  display: flex;
  flex-direction: column;
}
#content .section09 .step_item .text_box {
  padding: 32px 24px;
  background: #F8F8F8;
  text-align: center;
  flex-grow: 1;
}
#content .section09 .step_item .label {
  font-size: 14px;
  background: #C6382C;
  padding: 2px 8px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 12px;
}
#content .section09 .step_item .decs_text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
#content .section10 .compare_box {
  text-align: center;
}
#content .section10 .compare_box h5 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 8px 48px;
  border-radius: 30px;
  background-color: #C6382C;
  display: inline-block;
}
#content .section10 .compare_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 24px;
  margin: 80px 0 120px;
}
#content .section10 .compare_list .img_box {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
#content .section10 .compare_list figure {
  flex: 1;
  position: relative;
  padding-bottom: 31px;
}
#content .section10 .compare_list figure figcaption {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  height: 32px;
  line-height: 2;
  width: 100%;
  background-color: #8A8D9F;
  position: absolute;
  bottom: 1px;
  left: 0;
}
#content .section10 .compare_list figure.after figcaption {
  background-color: #676A7D;
}
#content .section10 .compare_list .desc_text li {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: inline-block;
  padding: 0 16px;
  border-right: 1px solid #B9BAC1;
  margin: 16px 0 12px;
}
#content .section10 .compare_list .desc_text li:last-of-type {
  border-right: none;
}
#content .section10 .compare_list .date {
  font-size: 14px;
  line-height: 1.2;
  color: #B9BAC1;
  font-weight: 600;
}

@media screen and (max-width:1800px) {
#content .section06 .case_list {
    width: 100%;
  }
}

@media screen and (max-width:1540px) {
#content .container .title_box .sub_title {
    font-size: 24px;
  }
#content .container .title_box h4 {
    font-size: 54px;
    margin-top: 8px;
  }
#content .section09 .step_list {
    gap: 24px;
    width: 100%;
  }
#content .section06 .case_item,
#content .section06 .case_item.item02 {
    width: 100%;
  }
#content .section07 .venn-container {
    width: 100%;
  }
#content .section07 .point_item {
    width: 100%;
  }
#content .section07 .point_list {
    width: 100%;
  }
#content .section07 .horizontal_box .text_box {
    padding: 24px;
  }
#content .section08 .steps_container {
    gap: 80px;
  }
}

@media screen and (max-width:1440px) {
#content .section05 .card_list {
    gap: 12px;
  }
#content .section08 .inner {
    padding: 160px 8%;
  }
#content .section08 .steps_container {
    gap: 40px;
  }
}

@media screen and (max-width:1058px) {
#content .container .title_box .sub_text {
    font-size: 20px
  }
}

@media screen and (max-width: 1024px) {
#content .sub_visual {
    padding: 0 5%;
    height: calc(144vw - 94px);
    background-image: url(/images/momo/scar-cover/img_visual_bg_tb.jpg);
    background-position: center bottom;
  }
#content .sub_visual .inner {
    padding: 0;
  }
#content .sub_visual .text_box h3 {
    font-size: 44px;
  }
#content .sub_visual .text_box .add_text {
    font-size: 22px;
  }
#content [class*="section"] .inner {
    padding: 120px 5%;
  }
#content .container .title_box h4 {
    font-size: 44px;
    margin-top: 8px;
  }
#content .container .title_box .sub_title {
    font-size: 20px;
  }
#content .container .content_box {
    margin-top: 48px;
  }
#content .section01 .content_box,
#content .section03 .content_box {
    width: 100%;
  }
#content .section02 .content_box {
    width: 100%;
  }
#content .section04 .content_box {
    width: 100%;
  }
#content .section05 .card_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
#content .section05 .card {
    gap: 24px;
    justify-content: flex-start;
    padding: 31px 24px;
  }
#content .section06 .case_list {
    grid-template-columns: repeat(1, 1fr);
  }
#content .section06 .case_list h5 {
    font-size: 24px;
  }
#content .section06 .case_list .num {
    padding: 2px 8px;
  }
#content .section07 .img_box {
    width: 100%;
  }
#content .section08 .steps_container {
    flex-direction: column;
    width: max-content;
    margin: 0 auto 40px;
    gap: 50px;
    justify-content: center;
  }
#content .section08 .step {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }
#content .section08 .steps_container .line {
    width: 1px;
    height: 84%;
    left: 152px;
    top: 50%;
    transform: translate(0, -50%);
    right: auto;
  }
#content .section08 .steps_container .title_text {
    font-size: 34px;
    width: 100px;
  }
#content .section08 .steps_container .circle {
    width: 24px;
    height: 24px;
  }
#content .section08 .steps_container .text_box {
    text-align: left;
  }
#content .section08 .steps_container h5 {
    font-size: 20px;
  }
#content .section08 .steps_container .desc_text {
    font-size: 18px;
    line-height: 1.5;
  }
#content .section09 .step_list {
    gap: 12px;
  }
#content .section10 .compare_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin: 56px 0 96px;
  }
#content .section10 .compare_box h5 {
    font-size: 32px;
    padding: 8px 32px;
  }
#content .section10 .note_box {
    padding: 24px 40px;
    align-items: flex-start;
    margin-top: 96px
  }
}

@media screen and (max-width:767px) {
#content .wrap {
    min-width: 375px;
  }
#content .sub_visual {
    padding: 0 8%;
    height: calc(180vw - 64px);
    background-image: url(/images/momo/scar-cover/img_visual_bg_mo.jpg);
  }
#content .sub_visual .text_box h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }
#content .sub_visual .text_box .add_text {
    font-size: 18px;
  }
#content [class*="section"] .inner {
    padding: 60px 24px;
  }
#content .container .title_box .sub_title {
    font-size: 18px;
    text-wrap: balance;
    word-break: keep-all;
    margin-top: 24px;
  }
#content .container .title_box h4 {
    font-size: 34px;
    margin-top: 8px;
  }
#content .container .content_box {
    margin-top: 40px;
  }
#content .container .title_box .sub_text {
    font-size: 16px
  }
#content .section01 .content_box {
    width: 100%;
  }
#content .section01 .text_box,
#content .section02 .text_box,
#content .section03 .text_box,
#content .section04 .text_box {
    font-size: 16px;
    text-wrap: balance;
    word-break: keep-all;
  }
#content .vertical_box .text_box {
    font-size: 16px;
    padding: 24px;
    text-wrap: balance;
    word-break: keep-all;
  }
#content .section02 ul {
    gap: 32px 8px;
  }
#content .section02 ul .text_box {
    font-size: 16px;
    text-wrap: balance;
    word-break: keep-all;
  }
#content .section03 .img_box,
#content .section04 .img_box {
    gap: 8px;
  }
#content .section05 .card {
    gap: 20px;
    padding: 18px;
  }
#content .section05 .card .label {
    font-size: 16px;
  }
#content .section05 .check_list li {
    font-size: 16px;
  }
#content .section05 .check_list .icon_check {
    width: 16px;
    height: 16px;
  }
#content .section06 .case_item .sub_text {
    font-size: 16px;
  }
#content .section06 .case_item .main_text {
    font-size: 16px;
  }
#content .section06 .case_item .horizontal_box {
    flex-direction: column;
    border-radius: 0;
  }
#content .section06 .horizontal_box img {
    aspect-ratio: 361 / 273;
    object-fit: cover;
    height: 100%;
  }
#content .section06 .horizontal_box>div {
    width: 100%;
  }
#content .section06 .horizontal_box .text_box {
    text-align: center;
    justify-content: center;
    padding: 24px;
  }
#content .section06 .case_item .vertical_box {
    border-radius: 0;
  }
#content .section07 .circle .text_box strong {
    font-size: 20px;
  }
#content .section07 .circle .text_box p {
    font-size: 14px;
  }
#content .section07 .bottom .main_text {
    font-size: 18px;
    text-wrap: balance;
    word-break: keep-all;
  }
#content .section07 .venn-container {
    position: relative;
    margin: 40px auto;
  }
#content .section07 .circle {
    width: 190px;
    height: 190px;
  }
#content .section08 .step {
    gap: 18px;
  }
#content .section08 .steps_container .title_text {
    font-size: 20px;
    width: 62px;
  }
#content .section08 .steps_container .circle {
    width: 16px;
    height: 16px;
    border-width: 4px;
  }
#content .section08 .steps_container .line {
    left: 88px;
    height: 88%;
  }
#content .section08 .steps_container h5 {
    font-size: 18px;
  }
#content .section08 .caution_text {
    font-size: 12px;
  }
#content .section09 .step_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
#content .section09 .step_item {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
#content .section09 .step_item>div {
    flex: 1;
  }
#content .section09 .step_item .label {
    width: max-content;
  }
#content .section09 .step_item .text_box {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
  }
#content .section10 .compare_box h5 {
    font-size: 26px;
  }
#content .section10 .compare_list {
    gap: 32px;
    margin: 40px 0 80px;
  }
#content .section10 .note_text {
    font-size: 14px;
  }
#content .section10 .note_box {
    padding: 24px 16px;
    margin-top: 48px;
  }
#content .section10 .compare_list .desc_text li {
    font-size: 18px;
    padding: 0 8px;
  }
#content .section10 .compare_list .desc_text .date {
    font-size: 12px;
  }
}