* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  margin-bottom: 130px;
  background-color: #fff;
  color: #626677;
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.7;
  font-weight: 400;
  font-display: swap;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  body {
    margin-bottom: 20%;
  }
}

img {
  border: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

button {
  border: 0;
  background: transparent;
}

.top {
  background-color: #f8f8ba;
}

.present {
  background-color: #f2dada;
}

.childbirth {
  background-color: #f9eded;
}

.cancer,
.choose {
  background-color: #d6f1f3;
}

.infertility,
.lab,
.faq,
.insurance {
  background-color: #f9f7dc;
}

.bg-dots-pink {
  background-image: radial-gradient(#f9eded 15%, transparent 15%), radial-gradient(#f9eded 15%, transparent 15%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
@media screen and (max-width: 767px) {
  .bg-dots-pink {
    background-size: 15px 15px;
    background-position: 0 0, 7.5px 7.5px;
  }
}

.bg-dots-white {
  background-image: radial-gradient(#fff 15%, transparent 15%), radial-gradient(#fff 15%, transparent 15%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
@media screen and (max-width: 767px) {
  .bg-dots-white {
    background-size: 15px 15px;
    background-position: 0 0, 7.5px 7.5px;
  }
}

.bg-grid-blue {
  background-image: linear-gradient(-90deg, #d6f1f3 5%, transparent 5%), linear-gradient(#d6f1f3 5%, transparent 5%);
  background-size: 15px 15px;
}
@media screen and (max-width: 767px) {
  .bg-grid-blue {
    background-size: 15px 15px;
  }
}

.bg-grid-white {
  background-color: #d6f1f3;
  background-image: linear-gradient(-90deg, #fff 5%, transparent 5%), linear-gradient(#fff 5%, transparent 5%);
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .bg-grid-white {
    background-size: 15px 15px;
  }
}

.top {
  padding-bottom: 20px;
}

.need,
.disease,
.present {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .need,
  .disease,
  .present {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.voice {
  padding-top: 20px;
  padding-bottom: 60px;
}

.cancer,
.childbirth,
.infertility,
.choose,
.lab,
.flow,
.faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 540px) {
  .cancer,
  .childbirth,
  .infertility,
  .choose,
  .lab,
  .flow,
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.insurance {
  padding-top: 70px;
  padding-bottom: 40px;
}

.age {
  padding-bottom: 60px;
}

.container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.top_cv-button {
  max-width: 550px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .top_cv-button {
    margin-bottom: 10px;
  }
}

.cv-button {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 540px) {
  .cv-button {
    margin-top: 10px;
  }
}

.explanation {
  margin-bottom: 10px;
}

.line-explanation-box {
  margin-top: 30px;
  padding: 25px 20px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .line-explanation-box {
    padding: 20px 10px;
  }
}
.line-explanation-box p {
  padding-left: 20px;
  position: relative;
}
.line-explanation-box p::before {
  content: "";
  border-radius: 5px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.line-explanation-box .reference-left {
  display: block;
  margin-top: 10px;
}

.line-explanation-box-blue p::before {
  background-color: #d6f1f3;
}

.line-explanation-box-pink p::before {
  background-color: #f9eded;
}

.line-explanation-box-yellow p::before {
  background-color: #f8f8ba;
}

.reference-right {
  margin-top: 5px;
  margin-left: auto;
  text-align: right;
  font-size: 10px;
  line-height: 1.2;
}
.reference-right span {
  display: inline-block;
  text-align: left;
}

.reference-left {
  margin-top: 5px;
  margin-left: auto;
  font-size: 10px;
  line-height: 1.2;
}
.reference-left span {
  display: inline-block;
  text-align: left;
}

.point-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .point-box {
    margin-top: 120px;
    flex-direction: column;
    position: relative;
  }
}
.point-box .point-box-light {
  width: 90px;
  height: auto;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .point-box .point-box-light {
    margin-right: 10px;
  }
}
@media screen and (max-width: 540px) {
  .point-box .point-box-light {
    width: 70px;
    margin-right: 0;
    position: absolute;
    top: -90px;
    z-index: 1;
  }
}
.point-box .point-box-text {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}
.point-box .point-box-text::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 540px) {
  .point-box .point-box-text::before {
    top: -30px;
  }
}
.point-box .point-box-text::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 540px) {
  .point-box .point-box-text::after {
    bottom: -30px;
  }
}

.point-box-pink .point-box-text::before {
  content: "";
  background: radial-gradient(circle farthest-side, #f1c3c3, #f1c3c3 40%, transparent 40%, transparent);
  background-size: 10px;
}
.point-box-pink .point-box-text::after {
  content: "";
  background: radial-gradient(circle farthest-side, #f1c3c3, #f1c3c3 40%, transparent 40%, transparent);
  background-size: 10px;
}

.point-box-blue .point-box-text::before {
  content: "";
  background: radial-gradient(circle farthest-side, #c4cadc, #c4cadc 40%, transparent 40%, transparent);
  background-size: 10px;
}
.point-box-blue .point-box-text::after {
  content: "";
  background: radial-gradient(circle farthest-side, #c4cadc, #c4cadc 40%, transparent 40%, transparent);
  background-size: 10px;
}

.inline-block {
  display: inline-block;
}

.text-red {
  color: #e46565;
  font-weight: 700;
}

.text-blue {
  color: #6ecacc;
  font-weight: 700;
}

.text-line-blue {
  background: linear-gradient(transparent 50%, #d6f1f3 50%);
  font-weight: 700;
}

.text-line-pink {
  background: linear-gradient(transparent 50%, #f9eded 50%);
  font-weight: 700;
}

.text-line-yellow {
  background: linear-gradient(transparent 50%, #f8f8ba 50%);
  font-weight: 700;
}

.text-line-white {
  background: linear-gradient(transparent 50%, #fff 50%);
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .pc-view {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc-view {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-view {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .sp-view {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-view {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .sp-view {
    display: block;
  }
}

.top_container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url(../img/top_bg.webp);
  background-size: 100%;
  background-position: center -20px;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_container {
    background-size: 150%;
    background-position: 75% top;
  }
}

header {
  width: 100%;
  height: 50px;
  padding-right: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  header {
    height: 40px;
    padding-top: 10px;
    padding-right: 0;
    align-items: flex-start;
  }
}
header p {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  header p {
    font-size: 12px;
  }
}

.top_header-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_header-left img {
  max-width: 120px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top_header-left img {
    max-width: 100px;
  }
}
.top_header-left p {
  margin-left: 10px;
}
.top_header-left p span {
  font-size: 10px;
}

.top_header-right img {
  width: 136px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_header-right img {
    max-width: 120px;
    width: 20%;
    top: 45px;
  }
}

.top_text-box {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_text-box {
    max-width: none;
  }
}

.top_text-item-title {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_text-item-title {
    max-width: 350px;
    width: 55%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 540px) {
  .top_text-item-title {
    margin-top: 20px;
  }
}

.top_text-item-star {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_text-item-star {
    max-width: 470px;
  }
}
@media screen and (max-width: 540px) {
  .top_text-item-star {
    margin-top: 0;
  }
}
.top_text-item-star img {
  width: 32.5%;
  height: auto;
}

.top_flower {
  width: 150px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .top_flower {
    right: 30px;
    bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .top_flower {
    display: none;
  }
}

.present_box {
  width: 95%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 210px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .present_box {
    width: 90%;
    padding-bottom: 22%;
  }
}
@media screen and (max-width: 767px) {
  .present_box {
    width: 85%;
    padding-bottom: 52%;
  }
}
@media screen and (max-width: 540px) {
  .present_box {
    width: 95%;
    padding-bottom: 65%;
  }
}
.present_box::after {
  content: "";
  border: solid 3px #f9eded;
  border-radius: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  z-index: -1;
}

.present_ribbon {
  max-width: 330px;
  height: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .present_ribbon {
    max-width: 280px;
  }
}
@media screen and (max-width: 540px) {
  .present_ribbon {
    width: 70%;
  }
}

.present_title {
  max-width: 640px;
  padding-top: 35px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .present_title {
    flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  .present_title {
    padding-top: 25px;
  }
}
.present_title img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .present_title img {
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .present_title img {
    width: 70%;
  }
}

.present_img {
  margin-top: 10px;
  position: relative;
}
.present_img img {
  max-width: 980px;
  width: 120%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .present_img img {
    width: 110%;
  }
}
@media screen and (max-width: 767px) {
  .present_img img {
    width: 95%;
  }
}
@media screen and (max-width: 540px) {
  .present_img img {
    width: 105%;
  }
}

.about_title,
.need_title {
  max-width: 700px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  bottom: -50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about_title,
  .need_title {
    max-width: 550px;
    bottom: -35px;
  }
}

.about_box,
.need_box {
  width: 95%;
  padding-bottom: 40px;
  background: #ececec;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about_box,
  .need_box {
    width: 100%;
  }
}
.about_box::after,
.need_box::after {
  content: "";
  border: solid 3px #fff;
  border-radius: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  z-index: -1;
}

.need_box {
  margin-right: 0;
  margin-left: auto;
}

.about_dots_1,
.need_dots_1 {
  width: 110px;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .about_dots_1,
  .need_dots_1 {
    width: 90px;
  }
}

.about_dots_1 {
  top: -20px;
  right: -55px;
}
@media screen and (max-width: 767px) {
  .about_dots_1 {
    top: 30px;
    right: 20px;
  }
}

.need_dots_1 {
  top: -20px;
  left: -55px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .need_dots_1 {
    top: 50px;
    right: 20px;
    left: auto;
    transform: scale(1, 1);
  }
}

.about_dots_2,
.need_dots_2 {
  width: 80px;
  height: auto;
  position: absolute;
}

.about_dots_2 {
  left: 20px;
  bottom: -20px;
}

.need_dots_2 {
  right: 20px;
  bottom: -20px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .need_dots_2 {
    right: auto;
    left: 30px;
    transform: scale(1, 1);
  }
}

.about_item,
.need_item {
  width: 95%;
  padding-top: 60px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about_item,
  .need_item {
    width: 100%;
  }
}
.about_item img,
.need_item img {
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .about_item img,
  .need_item img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .about_item img,
  .need_item img {
    max-width: 350px;
    width: 70%;
  }
}
.about_item p,
.need_item p {
  position: relative;
}
.about_item p::before,
.need_item p::before {
  content: "";
  background: radial-gradient(circle farthest-side, #c4cadc, #c4cadc 40%, transparent 40%, transparent);
  background-size: 10px;
  display: inline-block;
  height: 10px;
  width: 100%;
}
.about_item p::after,
.need_item p::after {
  content: "";
  background: radial-gradient(circle farthest-side, #c4cadc, #c4cadc 40%, transparent 40%, transparent);
  background-size: 10px;
  display: inline-block;
  height: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about_item {
    flex-direction: column;
    justify-content: center;
  }
}
.about_item img {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .about_item img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about_item p {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .about_item p {
    width: 85%;
  }
}

.need_item {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .need_item {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.need_item img {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .need_item img {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.need_item p {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .need_item p {
    width: 85%;
  }
}

.about_woman {
  width: 110px;
  height: auto;
  position: absolute;
  right: -55px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .about_woman {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    right: 10px;
  }
}

.need_woman {
  width: 140px;
  height: auto;
  position: absolute;
  left: -55px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .need_woman {
    width: 100px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    transform: scale(-1, 1);
    right: 10px;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .disease .explanation {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.disease_title {
  max-width: 700px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .disease_title {
    max-width: 550px;
  }
}

.disease_bacteria {
  max-width: 85px;
  width: 13%;
  height: auto;
  position: absolute;
  top: 2%;
  left: 4%;
}

.disease_chart {
  position: relative;
}
@media screen and (max-width: 767px) {
  .disease_chart {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.disease_woman {
  max-width: 150px;
  width: 16%;
  height: auto;
  position: absolute;
  top: -40px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .disease_woman {
    width: 23%;
    top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .age .explanation {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.age_title {
  max-width: 700px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .age_title {
    max-width: 550px;
  }
}

.age_woman {
  width: 90px;
  height: auto;
  position: absolute;
  left: -40px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .age_woman {
    max-width: 70px;
    width: 15%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .age_chart {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.cancer .container {
  position: relative;
}
.cancer .line-explanation-box {
  position: relative;
}
.cancer .line-explanation-box img {
  width: 100px;
  position: absolute;
  right: 15px;
  bottom: 5px;
}
@media screen and (max-width: 540px) {
  .cancer .line-explanation-box img {
    width: 80px;
  }
}
@media screen and (max-width: 540px) {
  .cancer .line-explanation-box .reference-left {
    padding-right: 80px;
  }
}

.cancer_title {
  max-width: 580px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cancer_title {
    top: -4%;
  }
}
@media screen and (max-width: 540px) {
  .cancer_title {
    max-width: 380px;
    width: 95%;
    top: -3%;
  }
}

.cancer_box {
  margin-top: 12%;
  padding-top: 50px;
  background: #afe4e8;
  background-image: radial-gradient(#d6f1f3 15%, transparent 15%), radial-gradient(#d6f1f3 15%, transparent 15%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  border: solid 5px #fff;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .cancer_box {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    border-width: 3px;
    border-radius: 150px;
    background-size: 15px 15px;
    background-position: 0 0, 7.5px 7.5px;
  }
}
@media screen and (max-width: 540px) {
  .cancer_box {
    border-radius: 100px;
  }
}
.cancer_box img:nth-of-type(1), .cancer_box img:nth-of-type(3) {
  max-width: 330px;
  width: 38%;
  margin-bottom: 30px;
}
.cancer_box img:nth-of-type(2) {
  max-width: 200px;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .cancer_box img:nth-of-type(4) {
    max-width: 500px;
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  .cancer_box img:nth-of-type(4) {
    width: 100%;
  }
}

.cancer_type-title {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .cancer_type-title {
    margin-top: 10px;
  }
}

.cancer_type-title-text {
  max-width: 630px;
  width: 70%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cancer_type-title-text {
    max-width: 380px;
    width: 60%;
  }
}
@media screen and (max-width: 540px) {
  .cancer_type-title-text {
    width: 70%;
  }
}

.cancer_type-title-img {
  max-width: 120px;
  width: 15%;
  height: auto;
}
@media screen and (max-width: 540px) {
  .cancer_type-title-img {
    width: 20%;
  }
}

.cancer_type-box {
  padding: 10px;
  background: #f9eded;
  border: solid 5px #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cancer_type-box {
    border-width: 3px;
  }
}
.cancer_type-box img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .cancer_type-box img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 540px) {
  .cancer_type-box img {
    width: 100%;
  }
}

.cancer_patient-box {
  margin-top: 100px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .cancer_patient-box {
    margin-top: 70px;
    padding: 40px 10px 60px;
  }
}

.cancer_patient-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 540px) {
  .cancer_patient-title {
    top: -10%;
  }
}
.cancer_patient-title img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.cancer_patient-graph {
  margin-bottom: 10px;
  text-align: right;
}
.cancer_patient-graph img {
  max-width: 750px;
  width: 100%;
  height: auto;
}

.childbirth .line-explanation-box {
  position: relative;
}
@media screen and (max-width: 540px) {
  .childbirth .line-explanation-box {
    padding-top: 180px;
  }
}
.childbirth .line-explanation-box p {
  max-width: 630px;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .childbirth .line-explanation-box p {
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  .childbirth .line-explanation-box p {
    width: 100%;
  }
}
.childbirth .line-explanation-box img {
  max-width: 170px;
  width: 25%;
  position: absolute;
  right: 3%;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .childbirth .line-explanation-box img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .childbirth .line-explanation-box img {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 540px) {
  .childbirth .line-explanation-box img {
    max-width: 150px;
    width: 50%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
  }
}

.childbirth_title {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .childbirth_title {
    max-width: 500px;
    width: 80%;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_title {
    width: 90%;
  }
}

.childbirth_box {
  padding: 50px 30px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .childbirth_box {
    padding: 50px 10px;
  }
}

.childbirth_box-title {
  max-width: 540px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.childbirth_box-title img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.childbirth_c-section-box,
.childbirth_pregnancy-box {
  margin-top: 100px;
}
@media screen and (max-width: 540px) {
  .childbirth_c-section-box,
  .childbirth_pregnancy-box {
    margin-top: 70px;
  }
}
.childbirth_c-section-box .childbirth_box-title img,
.childbirth_pregnancy-box .childbirth_box-title img {
  top: -100px;
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .childbirth_c-section-box .childbirth_box-title img,
  .childbirth_pregnancy-box .childbirth_box-title img {
    top: -80px;
  }
}

.childbirth_cost-box {
  margin-top: 150px;
}
@media screen and (max-width: 540px) {
  .childbirth_cost-box {
    margin-top: 100px;
  }
}
.childbirth_cost-box .childbirth_box-title img {
  top: -150px;
}
@media screen and (max-width: 767px) {
  .childbirth_cost-box .childbirth_box-title img {
    top: -130px;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_cost-box .childbirth_box-title img {
    top: -90px;
  }
}

.childbirth_c-section-box {
  position: relative;
}

.childbirth_c-section-dots-1 {
  width: 125px;
  height: auto;
  position: absolute;
  top: -40px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .childbirth_c-section-dots-1 {
    width: 100px;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_c-section-dots-1 {
    width: 80px;
    right: 10px;
  }
}

.childbirth_box-wrap {
  padding: 20px 20px 20px 100px;
  background: #f9f7dc;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .childbirth_box-wrap {
    padding: 20px 10px;
  }
}

.childbirth_c-section-dots-2 {
  width: 125px;
  height: auto;
  position: absolute;
  top: -30px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .childbirth_c-section-dots-2 {
    width: 100px;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_c-section-dots-2 {
    width: 80px;
    left: 10px;
  }
}

.childbirth_box-wrap-woman {
  max-width: 130px;
  width: 15%;
  height: auto;
  position: absolute;
  left: -20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .childbirth_box-wrap-woman {
    max-width: 150px;
    width: 60%;
    top: 2%;
    left: 10%;
    bottom: auto;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_box-wrap-woman {
    max-width: 120px;
    width: 30%;
    top: 4%;
    left: 20px;
  }
}

.childbirth_box-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .childbirth_box-text {
    flex-direction: column;
  }
}
.childbirth_box-text img:nth-of-type(1) {
  max-width: 240px;
  width: 40%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .childbirth_box-text img:nth-of-type(1) {
    max-width: 400px;
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-left: 150px;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_box-text img:nth-of-type(1) {
    max-width: 300px;
    padding-left: 100px;
  }
}
.childbirth_box-text img:nth-of-type(2) {
  max-width: 430px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .childbirth_box-text img:nth-of-type(2) {
    max-width: 500px;
    width: 100%;
  }
}

.point-box-img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .point-box-img-wrap {
    align-items: flex-end;
  }
}
.point-box-img-wrap img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .point-box-img-wrap img {
    width: 80px;
  }
}

.childbirth_cost-box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .childbirth_cost-box {
    padding-top: 30px;
  }
}

.childbirth_cost-dots-1 {
  width: 125px;
  height: auto;
  transform: scale(-1, 1);
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .childbirth_cost-dots-1 {
    width: 110px;
    left: 20px;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_cost-dots-1 {
    width: 80px;
    top: 10px;
    left: 10px;
  }
}

.childbirth_cost-woman {
  width: 90px;
  height: auto;
  position: absolute;
  top: -23px;
  left: 70px;
}
@media screen and (max-width: 1023px) {
  .childbirth_cost-woman {
    width: 80px;
    top: -2%;
  }
}
@media screen and (max-width: 767px) {
  .childbirth_cost-woman {
    display: none;
  }
}

.childbirth_cost-dots-2 {
  width: 125px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .childbirth_cost-dots-2 {
    width: 110px;
    top: 40px;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_cost-dots-2 {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .childbirth_cost-chart {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}

.childbirth_pregnancy-box {
  position: relative;
}

.childbirth_pregnancy-dots-1 {
  width: 125px;
  height: auto;
  position: absolute;
  top: -40px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .childbirth_pregnancy-dots-1 {
    width: 100px;
    top: -10px;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_pregnancy-dots-1 {
    display: none;
  }
}

.childbirth_pregnancy-dots-2 {
  width: 125px;
  height: auto;
  transform: scale(-1, 1);
  position: absolute;
  top: 30px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .childbirth_pregnancy-dots-2 {
    width: 100px;
    top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_pregnancy-dots-2 {
    width: 80px;
    top: 10px;
    left: 10px;
  }
}

.childbirth_pregnancy-box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .childbirth_pregnancy-box-wrap {
    flex-direction: column-reverse;
    position: relative;
  }
}
.childbirth_pregnancy-box-wrap img:nth-of-type(1) {
  max-width: 150px;
  width: 20%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .childbirth_pregnancy-box-wrap img:nth-of-type(1) {
    max-width: 200px;
    width: 40%;
    margin-right: 0;
    padding-top: 140px;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_pregnancy-box-wrap img:nth-of-type(1) {
    padding-top: 30%;
  }
}
.childbirth_pregnancy-box-wrap img:nth-of-type(2) {
  max-width: 600px;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .childbirth_pregnancy-box-wrap img:nth-of-type(3) {
    max-width: 420px;
    width: 95%;
    position: absolute;
    top: 0;
  }
}

.childbirth_pregnancy-subtitle {
  max-width: 700px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .childbirth_pregnancy-subtitle {
    max-width: 500px;
    width: 80%;
    margin-top: 30px;
    margin-left: 5%;
  }
}
@media screen and (max-width: 540px) {
  .childbirth_pregnancy-subtitle {
    width: 90%;
    margin-left: 0;
  }
}

.childbirth_pregnancy-subbox {
  padding: 30px 40px;
  background: #f9eded;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .childbirth_pregnancy-subbox {
    padding: 30px;
  }
}
.childbirth_pregnancy-subbox::after {
  content: "";
  border: solid 3px #fff;
  border-radius: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
}
.childbirth_pregnancy-subbox p {
  width: 83%;
}
@media screen and (max-width: 767px) {
  .childbirth_pregnancy-subbox p {
    width: 100%;
  }
}
.childbirth_pregnancy-subbox img {
  width: 140px;
  height: auto;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .childbirth_pregnancy-subbox img {
    width: 120px;
    top: -200px;
    left: 80%;
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 540px) {
  .childbirth_pregnancy-subbox img {
    max-width: 80px;
    top: -125px;
    right: 0;
    left: auto;
    transform: translateX(0);
  }
}

.infertility .line-explanation-box {
  position: relative;
}
@media screen and (max-width: 540px) {
  .infertility .line-explanation-box {
    padding-top: 180px;
  }
}
.infertility .line-explanation-box p {
  max-width: 630px;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .infertility .line-explanation-box p {
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  .infertility .line-explanation-box p {
    width: 100%;
  }
}
.infertility .line-explanation-box img {
  max-width: 170px;
  width: 25%;
  position: absolute;
  right: 3%;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .infertility .line-explanation-box img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .infertility .line-explanation-box img {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 540px) {
  .infertility .line-explanation-box img {
    max-width: 150px;
    width: 50%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .infertility .reference-right {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}

.infertility_title {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .infertility_title {
    max-width: 550px;
  }
}

.infertility_caution-box {
  margin-top: 100px;
  padding: 30px 20px 0;
  background: #e6f6f6;
  border: solid 5px #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .infertility_caution-box {
    margin-top: 120px;
    padding-top: 60px;
    border-width: 3px;
  }
}
@media screen and (max-width: 540px) {
  .infertility_caution-box {
    padding-top: 15%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.infertility_caution-title {
  max-width: 630px;
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .infertility_caution-title {
    max-width: 500px;
    width: 80%;
    top: -110px;
  }
}
@media screen and (max-width: 540px) {
  .infertility_caution-title {
    max-width: 450px;
    width: 100%;
    top: -35%;
  }
}

.infertility_caution-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.infertility_caution-box-wrap img {
  width: 110px;
  margin-right: 20px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .infertility_caution-box-wrap img {
    width: 90px;
  }
}
@media screen and (max-width: 540px) {
  .infertility_caution-box-wrap img {
    width: 70px;
    margin-right: 10px;
  }
}
.infertility_caution-box-wrap p {
  position: relative;
}
@media screen and (max-width: 767px) {
  .infertility_caution-box-wrap p {
    margin-bottom: 40px;
  }
}
.infertility_caution-box-wrap p::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(-45deg, #99d8e1, #99d8e1 2px, transparent 2px, transparent 6px);
}
.infertility_caution-box-wrap p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(-45deg, #99d8e1, #99d8e1 2px, transparent 2px, transparent 6px);
}

.infertility_cost-title {
  max-width: 520px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .infertility_cost-title {
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .infertility_cost-chart {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}

.choose_title {
  max-width: 650px;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.choose_top-box {
  max-width: 820px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 220px 50px 50px;
  background: rgb(243, 227, 218);
  background: linear-gradient(180deg, rgb(243, 227, 218) 0%, rgb(241, 195, 195) 100%);
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .choose_top-box {
    padding-top: 200px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 540px) {
  .choose_top-box {
    margin-top: 60px;
    padding: 40% 40px 30px;
  }
}
.choose_top-box::after {
  content: "";
  width: 95%;
  height: 110%;
  border: dotted 5px #fff;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .choose_top-box::after {
    height: 105%;
    border-width: 3px;
    border-radius: 50px;
  }
}
.choose_top-box img {
  max-width: 700px;
  height: auto;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .choose_top-box img {
    max-width: 500px;
    width: 90%;
  }
}
@media screen and (max-width: 540px) {
  .choose_top-box img {
    top: -12%;
  }
}
.choose_top-box p {
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.choose_top-box p:last-child {
  margin-bottom: 0;
}

.choose_title-box_1,
.choose_title-box_2 {
  margin-top: 70px;
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .choose_title-box_1,
  .choose_title-box_2 {
    margin-top: 50px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .choose_title-box_1,
  .choose_title-box_2 {
    padding: 20px 10px 10px;
  }
}
.choose_title-box_1 p,
.choose_title-box_2 p {
  margin-top: 30px;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .choose_title-box_1 p,
  .choose_title-box_2 p {
    margin-top: 25px;
    margin-left: 15px;
    font-size: 12px;
  }
}
.choose_title-box_1 p::before,
.choose_title-box_2 p::before {
  content: "";
  background: #d6f1f3;
  border-radius: 5px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
@media screen and (max-width: 540px) {
  .choose_title-box_1 p::before,
  .choose_title-box_2 p::before {
    left: -15px;
  }
}

.choose_title-box_1 p {
  width: 97%;
}
@media screen and (max-width: 540px) {
  .choose_title-box_1 p {
    width: 95%;
  }
}

@media screen and (max-width: 540px) {
  .choose_title-box_2 {
    margin-top: 30px;
  }
}
.choose_title-box_2 p {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .choose_title-box_2 p {
    width: 70%;
  }
}

.choose_title-box-ribbon {
  width: 70px;
  height: auto;
  position: absolute;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .choose_title-box-ribbon {
    width: 60px;
  }
}

.choose_title-box-title {
  max-width: 450px;
  width: 100%;
  height: auto;
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .choose_title-box-title {
    max-width: 400px;
    width: 70%;
    margin-left: 70px;
  }
}
@media screen and (max-width: 540px) {
  .choose_title-box-title {
    width: 75%;
    margin-left: 60px;
  }
}

.choose_title-box-img {
  width: 160px;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .choose_title-box-img {
    max-width: 140px;
    width: 20%;
    right: 5px;
  }
}
@media screen and (max-width: 540px) {
  .choose_title-box-img {
    max-width: 120px;
    width: 25%;
  }
}

.choose_content-box_1,
.choose_content-box_2 {
  padding: 20px;
  background: #6ecacc;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .choose_content-box_1,
  .choose_content-box_2 {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .choose_content-box_1 img {
    max-width: 380px;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .choose_content-box_2 {
    padding: 20px 10px;
  }
}

.choose_content-box-age_1,
.choose_content-box-age_2,
.choose_content-box-age_3,
.choose_content-box-age_4 {
  width: 48%;
  min-height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .choose_content-box-age_1,
  .choose_content-box-age_2,
  .choose_content-box-age_3,
  .choose_content-box-age_4 {
    max-width: 380px;
    width: 100%;
    min-height: 316px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .choose_content-box-age_1,
  .choose_content-box-age_2,
  .choose_content-box-age_3,
  .choose_content-box-age_4 {
    max-width: 316px;
    min-height: 263px;
    margin-bottom: 10px;
  }
}
.choose_content-box-age_1 img,
.choose_content-box-age_2 img,
.choose_content-box-age_3 img,
.choose_content-box-age_4 img {
  max-width: 200px;
  width: 70%;
  margin-bottom: 10px;
}
.choose_content-box-age_1 p,
.choose_content-box-age_2 p,
.choose_content-box-age_3 p,
.choose_content-box-age_4 p {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .choose_content-box-age_1 p,
  .choose_content-box-age_2 p,
  .choose_content-box-age_3 p,
  .choose_content-box-age_4 p {
    font-size: 14px;
  }
}
.choose_content-box-age_1 p .text-red,
.choose_content-box-age_2 p .text-red,
.choose_content-box-age_3 p .text-red,
.choose_content-box-age_4 p .text-red {
  border-bottom: solid 1px #e46565;
}
.choose_content-box-age_1 p::before,
.choose_content-box-age_2 p::before,
.choose_content-box-age_3 p::before,
.choose_content-box-age_4 p::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #f1c3c3;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: 0;
}

.choose_content-box-age_1 {
  padding-top: 40px;
  padding-left: 15%;
  background-image: url(../img/choose_01-img_1.webp);
}
@media screen and (max-width: 767px) {
  .choose_content-box-age_1 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .choose_content-box-age_1 .choose_content-box-age-inner {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
  }
}

.choose_content-box-age_2 {
  padding-top: 40px;
  padding-right: 12%;
  padding-left: 25px;
  background-image: url(../img/choose_01-img_2.webp);
}
@media screen and (max-width: 767px) {
  .choose_content-box-age_2 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .choose_content-box-age_2 .choose_content-box-age-inner {
    width: 70%;
    margin-right: auto;
    margin-left: 0;
  }
}

.choose_content-box-age_3 {
  padding-top: 80px;
  padding-left: 15%;
  background-image: url(../img/choose_01-img_3.webp);
}
@media screen and (max-width: 767px) {
  .choose_content-box-age_3 {
    padding-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .choose_content-box-age_3 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .choose_content-box-age_3 .choose_content-box-age-inner {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
  }
}

.choose_content-box-age_4 {
  padding-top: 70px;
  padding-right: 13%;
  padding-left: 20px;
  background-image: url(../img/choose_01-img_4.webp);
}
@media screen and (max-width: 767px) {
  .choose_content-box-age_4 {
    padding-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .choose_content-box-age_4 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .choose_content-box-age_4 .choose_content-box-age-inner {
    width: 70%;
    margin-right: auto;
    margin-left: 0;
  }
}

.choose_content-box-age-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.choose_content-box-card {
  width: 49%;
  padding: 3% 5%;
  background-color: #f9eded;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .choose_content-box-card {
    padding: 3%;
  }
}
@media screen and (max-width: 540px) {
  .choose_content-box-card {
    max-width: 450px;
    width: 100%;
    padding: 5% 8%;
  }
}
.choose_content-box-card:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 540px) {
  .choose_content-box-card:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.choose_content-box-card > img {
  display: block;
  width: 100%;
  height: auto;
}
.choose_content-box-card > img:nth-of-type(1) {
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .choose_content-box-card > img:nth-of-type(1) {
    max-width: 250px;
    width: 65%;
  }
}
.choose_content-box-card > img:nth-of-type(2) {
  margin-bottom: 15px;
}
.choose_content-box-card div {
  display: flex;
  align-items: flex-start;
}
.choose_content-box-card div img {
  width: 22px;
  height: auto;
  margin-top: 2px;
  margin-right: 5px;
}

.choose_content-box-card-ribbon-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.choose_content-box-card-ribbon-top::before {
  content: "";
  position: absolute;
  padding: 4px 0;
  right: 45px;
  top: 15px;
  width: 75px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 540px) {
  .choose_content-box-card-ribbon-top::before {
    padding: 3px 0;
  }
}

.choose_content-box-card-ribbon-bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 84px;
  overflow: hidden;
}
.choose_content-box-card-ribbon-bottom::after {
  content: "";
  position: absolute;
  padding: 4px 0;
  right: -25px;
  top: 57px;
  width: 75px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 540px) {
  .choose_content-box-card-ribbon-bottom::after {
    padding: 3px 0;
  }
}

.lab_title {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .lab_title {
    flex-wrap: wrap;
  }
}
.lab_title img:nth-of-type(1) {
  max-width: 140px;
  width: 15%;
  height: auto;
}
@media screen and (max-width: 540px) {
  .lab_title img:nth-of-type(1) {
    order: 1;
    width: 40%;
    margin-right: 10px;
  }
}
.lab_title img:nth-of-type(2) {
  max-width: 460px;
  width: 70%;
  height: auto;
}
@media screen and (max-width: 540px) {
  .lab_title img:nth-of-type(2) {
    max-width: 400px;
    width: 80%;
    margin-bottom: 10px;
  }
}
.lab_title img:nth-of-type(3) {
  max-width: 140px;
  width: 15%;
  height: auto;
}
@media screen and (max-width: 540px) {
  .lab_title img:nth-of-type(3) {
    order: 1;
    width: 40%;
  }
}

.lab_text-box {
  width: 100%;
  min-height: 170px;
  margin-bottom: 20px;
  background-image: url(../img/lab_text_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1023px) {
  .lab_text-box {
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .lab_text-box {
    min-height: auto;
    max-height: 250px;
    background-image: url(../img/lab_text_sp.webp);
  }
}
@media screen and (max-width: 540px) {
  .lab_text-box {
    margin-bottom: 10px;
  }
}
.lab_text-box p {
  max-width: 650px;
  width: 70%;
  min-height: 85px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5%;
}
@media screen and (max-width: 1023px) {
  .lab_text-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lab_text-box p {
    max-width: 420px;
    width: 80%;
    padding-top: 12%;
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 540px) {
  .lab_text-box p {
    max-width: 390px;
    width: 85%;
    line-height: 150%;
  }
}

.lab_features_box {
  padding: 40px 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  border: solid 3px #f2dada;
}
@media screen and (max-width: 767px) {
  .lab_features_box {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 540px) {
  .lab_features_box {
    padding: 30px 10px 10px;
  }
}

.lab_features_box-title {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.lab_features_box-title::before, .lab_features_box-title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  max-width: 200px;
  width: 30%;
  height: 10px;
  border-top: solid 3px #c4cadc;
  border-bottom: solid 2px #c4cadc;
}
@media screen and (max-width: 1023px) {
  .lab_features_box-title::before, .lab_features_box-title::after {
    width: 20%;
  }
}
@media screen and (max-width: 540px) {
  .lab_features_box-title::before, .lab_features_box-title::after {
    width: 15%;
  }
}
.lab_features_box-title::before {
  left: 0;
}
.lab_features_box-title::after {
  right: 0;
}
.lab_features_box-title img {
  max-width: 400px;
  width: 60%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .lab_features_box-title img {
    max-width: 350px;
  }
}
@media screen and (max-width: 540px) {
  .lab_features_box-title img {
    width: 65%;
  }
}

.lab_features_box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .lab_features_box-content {
    justify-content: center;
  }
}
.lab_features_box-content img {
  width: 32%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lab_features_box-content img {
    width: 33%;
  }
}
@media screen and (max-width: 540px) {
  .lab_features_box-content img {
    max-width: 250px;
    width: 49%;
    margin-bottom: 10px;
  }
}

.flow_title {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.flow_box {
  width: 100%;
  position: relative;
}
.flow_box:last-child .flow_item::after {
  content: none;
}

.flow_number {
  width: 120px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .flow_number {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .flow_number {
    max-width: 80px;
    width: 20%;
  }
}
@media screen and (max-width: 540px) {
  .flow_number {
    width: 50%;
    top: 60px;
  }
}

.flow_item {
  max-width: 820px;
  width: 93%;
  min-height: 150px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 35px;
  padding-top: 30px;
  padding-left: 70px;
  background: #fff;
  border-radius: 20px;
  border: solid 3px #99d8e1;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .flow_item {
    max-width: 850px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .flow_item {
    min-height: 120px;
    padding-top: 20px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 540px) {
  .flow_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
    padding-left: 50px;
  }
}
.flow_item::after {
  content: "";
  width: 5px;
  height: 30px;
  border-left: dotted 5px #6ecacc;
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 10;
}

.flow_box-text {
  max-width: 450px;
}
@media screen and (max-width: 1023px) {
  .flow_box-text {
    width: 65%;
  }
}
@media screen and (max-width: 540px) {
  .flow_box-text {
    width: 100%;
  }
}
.flow_box-text img {
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flow_box-text img {
    max-width: 250px;
  }
}
@media screen and (max-width: 540px) {
  .flow_box-text img {
    width: 80%;
  }
}
.flow_box-text p {
  margin-left: 5px;
}

.flow_img {
  max-width: 270px;
  width: 40%;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .flow_img {
    max-width: 220px;
    width: 35%;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .flow_img {
    right: 0;
  }
}
@media screen and (max-width: 540px) {
  .flow_img {
    position: static;
    max-width: 250px;
    width: 90%;
    padding-right: 30px;
  }
}

.voice_box {
  padding: 60px 50px 50px;
  background: #6ecacc;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .voice_box {
    padding: 40px 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .voice_box {
    border-radius: 70px;
  }
}
@media screen and (max-width: 540px) {
  .voice_box {
    padding: 5% 20px 50px;
  }
}

.voice_title {
  max-width: 550px;
  width: 80%;
  height: auto;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .voice_title {
    width: 90%;
  }
}
@media screen and (max-width: 540px) {
  .voice_title {
    width: 100%;
  }
}

.voice_dots_1 {
  width: 160px;
  height: auto;
  position: absolute;
  top: -20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .voice_dots_1 {
    width: 120px;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 540px) {
  .voice_dots_1 {
    width: 100px;
    top: 20px;
  }
}

.voice_dots_2 {
  transform: scale(-1, -1);
  width: 160px;
  height: auto;
  position: absolute;
  left: 20px;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .voice_dots_2 {
    width: 120px;
    bottom: -20px;
  }
}
@media screen and (max-width: 540px) {
  .voice_dots_2 {
    width: 100px;
  }
}

.voice_box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .voice_box-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.voice_item {
  max-width: 380px;
  width: 49%;
  margin-top: 100px;
  padding: 20px;
  background: #afe4e8;
  border-radius: 50px 50px 30px 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .voice_item {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .voice_item {
    width: 100%;
    margin-top: 70px;
  }
}
.voice_item:nth-of-type(2) .voice_item-balloon, .voice_item:nth-of-type(4) .voice_item-balloon {
  transform: scale(-1, 1);
}

.voice_item-wrap {
  margin-bottom: 10px;
  padding-top: 60%;
  border-radius: 40px 40px 0 0;
  border-top: dotted 4px #fff;
  border-right: dotted 4px #fff;
  border-left: dotted 4px #fff;
  text-align: center;
}

.voice_item-img {
  max-width: 300px;
  width: 80%;
  height: auto;
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
}

.voice_item-comment-title {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.voice_item-balloon {
  max-width: 230px;
  width: 80%;
  height: auto;
}

.voice_item-comment {
  padding: 20px 20px 10px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  .voice_item-comment {
    padding: 15px 15px 10px;
  }
}

.voice_item-comment-text {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px;
}

.voice_item-comment-profile {
  text-align: right;
  font-size: 14px;
}

.faq_title {
  max-width: 550px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.faq_box {
  margin-top: 40px;
  margin-left: 20px;
}
@media screen and (max-width: 540px) {
  .faq_box {
    margin-top: 20px;
  }
}

.faq_box-q {
  padding: 20px 0 20px 70px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_box-q {
    padding: 20px 0 20px 50px;
  }
}
@media screen and (max-width: 540px) {
  .faq_box-q {
    padding: 15px 10px 0 35px;
    display: flex;
    align-items: flex-end;
  }
}

.faq_box-q-mark {
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .faq_box-q-mark {
    width: 70px;
  }
}
@media screen and (max-width: 540px) {
  .faq_box-q-mark {
    width: 50px;
    top: 20px;
  }
}

.faq_box-q-title {
  width: 80%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  .faq_box-q-title {
    width: 85%;
    margin-bottom: 10px;
  }
}
.faq_box-q-title img {
  display: block;
  max-height: 30px;
  width: auto;
}
@media screen and (max-width: 540px) {
  .faq_box-q-title img {
    max-height: 23px;
  }
}

.faq_box-q-img {
  max-width: 100px;
  height: auto;
  position: absolute;
  right: 5%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .faq_box-q-img {
    width: 15%;
    right: 5px;
  }
}

.faq_box-a {
  padding: 20px 30px 20px 70px;
  background: #ececec;
  border-radius: 0 0 20px 20px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .faq_box-a {
    padding: 15px 30px;
  }
}
.faq_box-a::before {
  content: "";
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  height: 70%;
  vertical-align: middle;
  width: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}
@media screen and (max-width: 540px) {
  .faq_box-a::before {
    height: 85%;
    left: 15px;
  }
}

.insurance_box {
  padding: 70px 10px 20px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .insurance_box {
    padding-top: 15%;
  }
}

.insurance_title {
  max-width: 500px;
  width: 95%;
  height: auto;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 540px) {
  .insurance_title {
    top: -5%;
  }
}

.insurance_box-title {
  max-width: 750px;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  background-color: #f8f8ba;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insurance_box-text {
  max-width: 250px;
  height: auto;
}
@media screen and (max-width: 540px) {
  .insurance_box-text {
    width: 75%;
  }
}

.insurance_flower_1 {
  width: 120px;
  height: auto;
  position: absolute;
  right: 70px;
}
@media screen and (max-width: 1023px) {
  .insurance_flower_1 {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .insurance_flower_1 {
    max-width: 100px;
    width: 20%;
  }
}
@media screen and (max-width: 540px) {
  .insurance_flower_1 {
    right: 10px;
  }
}

.insurance_box-content {
  max-width: 700px;
  width: 100%;
  margin: 30px auto 50px;
  padding-right: 10px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 540px) {
  .insurance_box-content {
    margin-top: 20px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.insurance_box-content p {
  max-width: 300px;
  width: 47%;
  position: relative;
}
@media screen and (max-width: 540px) {
  .insurance_box-content p {
    width: 90%;
  }
}
.insurance_box-content p:nth-of-type(1) {
  margin-right: 10px;
}
@media screen and (max-width: 540px) {
  .insurance_box-content p:nth-of-type(1) {
    margin-right: auto;
  }
}
.insurance_box-content p::before {
  content: "";
  background-color: #ececec;
  border-radius: 5px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.insurance_flower_2 {
  width: 140px;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .insurance_flower_2 {
    width: 120px;
  }
}
@media screen and (max-width: 540px) {
  .insurance_flower_2 {
    width: 100px;
    right: 10px;
  }
}

.footer-bg01 {
  background-color: #f2f2f2;
}
.footer-bg01 a {
  color: #626677;
}
@media screen and (max-width: 540px) {
  .footer-bg01 {
    padding-bottom: 10%;
  }
}

.footer-flex01 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 600px;
  padding: 40px 20px;
  font-size: 12px;
}

.footer-flex01 img {
  width: 130px;
  padding: 15px 0;
}

.copylight01 {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}

.page-top {
  width: 60px;
  height: 60px;
  padding-top: 12px;
  background: #626677;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .page-top {
    bottom: 105px;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    padding-top: 7px;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 110px;
    font-size: 15px;
  }
}
@media screen and (max-width: 540px) {
  .page-top {
    bottom: 20%;
  }
}

.footer-cv {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0;
  background-color: #f8f8ba;
  z-index: 50;
}

.footer-cv_ribbon {
  max-width: 420px;
  width: 95%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .footer-cv_ribbon {
    top: -33px;
  }
}
@media screen and (max-width: 540px) {
  .footer-cv_ribbon {
    top: -37%;
  }
}

.footer-cv-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-cv-button {
    margin-top: 5px;
    justify-content: center;
  }
}
.footer-cv-button div:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer-cv-button div:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  .footer-cv-button div:first-child {
    margin-right: 5px;
  }
}
.footer-cv-button a img {
  max-width: 370px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer-cv-button a img {
    max-width: 250px;
  }
}

.active {
  transform: translate(0);
}/*# sourceMappingURL=style.css.map */