#content{margin-top:100px;}
@media screen and (max-width:1024px){#content{margin-top:94px;}}
@media screen and (max-width:767px){#content{margin-top:62px;}}
#content .img_box img {
  width: 100%;
}

#content .top_title .inner {
  padding-top: 94px;
  padding-right: 19.06%;
  padding-bottom: 94px;
  padding-left: 19.06%;
}

#content .top_title .text_box {
  text-align: center;
}

#content .top_title .text_box h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

#content [class*="section"] .inner {
  padding-top: 160px;
  padding-right: 14.7%;
  padding-bottom: 160px;
  padding-left: 14.7%;
}

#content .container .title_box {
  text-align: center;
}

#content .container .title_box h4 {
  font-size: 64px;
  line-height: 1.5;
  color: rgb(22, 23, 24);
  margin-top: 10px;
}

#content .container .title_box .sub_title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: rgb(100, 24, 60);
}

#content .container .title_box .sub_text {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(71, 74, 77);
  letter-spacing: -1px;
  margin-top: 36px;
}

#content .container .content_box {
  margin-top: 80px;
}

#content .section01 .inner {
  padding-top: 0px;
  padding-right: 14.7%;
  padding-bottom: 60px;
  padding-left: 14.7%;
}

#content .section01 .text_box {
  text-align: center;
  letter-spacing: -0.02em;
}

#content .section01 .text_box h4 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

#content .section01 .desc_text {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 16px;
}

#content .section01 .img_box {
  width: 50.29%;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#content .section02 {
  width: 100%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(236, 241, 250);
}

#content .section02 .inner {
  padding-top: 60px;
  padding-right: 14.7%;
  padding-bottom: 60px;
  padding-left: 14.7%;
}

#content .section02 .content_box {
  margin-top: 0px;
}

#content .section02 .point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#content .section02 .point-item {
  padding-top: 8px;
  padding-right: 32px;
  padding-bottom: 8px;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  row-gap: 24px;
  column-gap: 24px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(210, 224, 244);
}

#content .section02 .point-item:last-of-type {
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
}

#content .section02 .text-box {
  line-height: 1.4;
  letter-spacing: -0.02em;
}

#content .section02 .text-box h5 {
  font-size: 30px;
  margin-bottom: 30px;
}

#content .section02 .text-box p {
  font-size: 22px;
  text-wrap-mode: initial;
  text-wrap-style: balance;
  word-break: keep-all;
}

#content .section03 {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(248, 250, 255);
}

#content .section03 .process_wrap {
  width: 72.3%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#content .section03 .process_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 40px;
  column-gap: 40px;
}

#content .section03 .process_step {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(63, 125, 234);
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
}

#content .section03 .process_step .main_text {
  font-size: 23px;
  line-height: 1.3;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

#content .process_step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top-width: 12px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-left-color: rgb(210, 224, 244);
}

#content .section03 .text_box {
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 80px;
  margin-left: 0px;
  text-align: center;
}

#content .section03 .text_box .desc_text {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

#content .section03 .btn {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}

#content .section04 .guide_list {
  text-align: center;
  width: 83.33%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  letter-spacing: -0.02em;
}

#content .section04 .guide_list h5 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

#content .section04 .item01 {
  margin-bottom: 120px;
}

#content .section04 .item01 .text_box {
  font-size: 24px;
  line-height: 1.6;
}

#content .section04 .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

#content .section04 .img_wrap img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0px;
  max-width: 250px;
  object-fit: contain;
  height: auto;
}

#content .section04 .item02 .img_wrap {
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#content .section05 .inner {
  padding-top: 0px;
  padding-right: 14.7%;
  padding-bottom: 120px;
  padding-left: 14.7%;
}

#content .section05 .btn-wrap {
  margin-bottom: 80px;
}

#content .section05 .content_box {
  width: 83.04%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  display: none;
}

#content .section05 .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 24px;
  padding-left: 0px;
}

#content .section05 .img_wrap img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0px;
}

#content .section05 .guide_header {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(13, 29, 61);
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
}

#content .section05 .guide_header h5 {
  font-size: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgb(255, 255, 255);
}

#content .section05 .guide_body {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(248, 250, 255);
  padding-top: 40px;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
}

#content .section05 .item01 .guide_body {
  display: flex;
  justify-content: center;
  align-items: center;
}

#content .section05 .item01 .text_box {
  padding-bottom: 60px;
}

#content .section05 .item01 .text_box li {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 8px;
  column-gap: 8px;
}

#content .section05 .item01 .text_box li:last-of-type {
  margin-bottom: 0px;
}

#content .section05 .item02 .text_box {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
}

#content .section05 .item01 .text_box li .icon_check {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/images/momo/common/ico_check_woman.svg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-size: 100% 100%;
  margin-top: 6px;
}

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

@media screen and (max-width: 1440px) {

#content .container .section05::after {
    content: none;
  }

#content .section05 .content_box {
    width: 100%;
  }
}

@media screen and (max-width: 1058px) {

#content .container .title_box .sub_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {

#content .top_title .inner {
    padding-top: 120px;
    padding-right: 5%;
    padding-bottom: 120px;
    padding-left: 5%;
  }

#content .top_title .cell {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

#content .top_title .text_box h3 {
    font-size: 44px;
  }

#content [class*="section"] .inner {
    padding-top: 120px;
    padding-right: 5%;
    padding-bottom: 120px;
    padding-left: 5%;
  }

#content .container .title_box h4 {
    font-size: 44px;
    margin-top: 8px;
  }

#content .container .content_box {
    margin-top: 48px;
  }

#content .section01 .inner {
    padding-top: 0px;
    padding-right: 5%;
    padding-bottom: 120px;
    padding-left: 5%;
  }

#content .section02 .inner {
    padding-top: 60px;
    padding-right: 5%;
    padding-bottom: 60px;
    padding-left: 5%;
  }

#content .section02 .content_box {
    margin-top: 0px;
  }

#content .section02 .point-item {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

#content .section03 .process_wrap {
    width: 100%;
  }

#content .section04 .guide_list {
    width: 100%;
  }

#content .section05 .img_wrap {
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
  }

#content .section05 .img_wrap img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {

#content .top_title .inner {
    padding-top: 60px;
    padding-right: 8%;
    padding-bottom: 60px;
    padding-left: 8%;
  }

#content .top_title .text_box h3 {
    font-size: 34px;
  }

#content [class*="section"] .inner {
    padding-top: 60px;
    padding-right: 24px;
    padding-bottom: 60px;
    padding-left: 24px;
  }

#content .container .title_box .sub_title {
    font-size: 18px;
  }

#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 .inner {
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

#content .section01 .img_box {
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

#content .section02 .inner {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

#content .section02 .content_box {
    margin-top: 0px;
  }

#content .section02 .point-item {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

#content .section02 .text-box h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }

#content .section02 .text-box p {
    font-size: 12px;
    text-wrap-mode: initial;
    text-wrap-style: balance;
    word-break: keep-all;
  }

#content .section03 .inner {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

#content .section03 .process_list {
    flex-direction: column;
  }

#content .section03 .process_wrap {
    width: 100%;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
  }

#content .section03 .process_step {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }

#content .section03 .process_step .main_text {
    font-size: 20px;
  }

#content .process_step:not(:last-child)::after {
    top: auto;
    bottom: 0px;
    right: 50%;
    transform: translate(-50%, 150%);
    border-top-width: 12px;
    border-top-style: solid;
    border-top-color: rgb(210, 224, 244);
    border-right-width: 12px;
    border-right-style: solid;
    border-right-color: transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-left-color: transparent;
    margin-right: -24px;
  }

#content .section03 .text_box {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

#content .section03 .text_box .desc_text {
    font-size: 16px;
  }

#content .section03 .btn {
    max-width: 100%;
  }

#content .section04 .guide_list h5 {
    font-size: 20px;
  }

#content .section04 .guide_list {
    width: 100%;
  }

#content .section04 .item01 .text_box {
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
  }

#content .section04 .item01 .img_wrap {
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
    margin-top: 24px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

#content .section04 .item01 .img_wrap img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    width: 48%;
    max-width: 100%;
  }

#content .section04 .item01 {
    margin-bottom: 50px;
  }

#content .section04 .item02 .img_wrap {
    row-gap: 8px;
    column-gap: 8px;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

#content .section05 .inner {
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 60px;
    padding-left: 24px;
  }

#content .section05 .btn {
    width: 100%;
  }

#content .section05 .guide_header h5 {
    font-size: 18px;
  }

#content .section05 .item01 .text_box li {
    font-size: 14px;
  }

#content .section05 .item02 .text_box {
    font-size: 14px;
  }

#content .section05 .guide_header {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

#content .section05 .guide_body {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(248, 250, 255);
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
  }

#content .section05 .item01 .text_box {
    padding-bottom: 40px;
  }
}