@charset 'UTF-8';

/* fv */
#wrapper > main #fv .image img {
  -o-object-position: 75% 50%;
  object-position: 75% 50%;
}

/*  approach  */
#approach {
  padding: 4.4rem 0;
}
@media screen and (min-width: 1440px) {
  #approach {
    margin: 0 -100px;
  }
}
#approach h3 {
  padding: 0.5em 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgb(53, 53, 53);
}
#approach .desc {
  padding: 0.9rem 0;
  font-size: 1.7rem;
  line-height: 2.8;
}
#approach p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: calc(0.34 / 17 * 1em);
  text-align: center;
}
#approach .area {
  padding: 0.8rem 0;
}
#approach .area h4 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}
#approach .area h4::before,
#approach .area h4::after {
  content: "/";
  display: inline-block;
  width: 1em;
}
#approach .area h4::before {
  scale: -1 1;
  transform-origin: left center;
}
#approach .area h4 span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #approach .area h4 span {
    vertical-align: baseline;
  }
}
#approach .area .desc {
  padding: 0.675em 0;
  line-height: 2.35;
}
#approach .area .desc p {
  letter-spacing: normal;
  text-align: start;
}
@media screen and (min-width: 768px) {
  #approach .area .desc p {
    text-align: center;
  }
}

/* method */
#method {
  padding-top: 5.4rem;
}
@media screen and (min-width: 768px) {
  #method .container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #method .container > section {
    flex-basis: calc(634 / 1400 * 100%);
  }
}
@media screen and (min-width: 1440px) {
  #method {
    margin: 0 -100px;
  }
}
#method .container > section + section {
  margin-top: 9.8rem;
}
@media screen and (min-width: 768px) {
  #method .container > section + section {
    margin-top: 0;
  }
}
#method h3 {
  margin: 0 auto 0.5em auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 41.5rem;
  min-height: 11rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  border: solid 1px rgb(20, 182, 221);
  background-image: linear-gradient(to right, rgb(255, 255, 255, 0.5) 0%, rgb(240, 248, 249, 0.5) 33%, rgb(200, 230, 233, 0.5) 97%, rgb(199, 230, 233, 0.5));
}
@media screen and (min-width: 768px) {
  #method .ivf h3 {
    margin: 0 0 0.5em auto;
  }
}
#method h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: no-repeat 50% 50% / contain;
}
#method .ivf h3::before {
  bottom: calc(100% - 2rem);
  left: 2.1rem;
  width: 8.8rem;
  height: 7rem;
  background-image: url(../images/ico_ivf.svg);
}
#method .icsi h3::before {
  bottom: calc(100% - 1.3rem);
  left: 1.7rem;
  width: 5.7rem;
  height: 8.6rem;
  background-image: url(../images/ico_icsi_b.svg);
}
#method h3 span {
  padding-bottom: 0.75em;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: calc(2 / 14 * 1em);
  text-indent: calc(2 / 14 * 1em);
}
#method .desc {
  padding: 1.335em 0;
  font-size: 1.5rem;
  line-height: 2.67;
}
#method .desc p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2.67;
  letter-spacing: calc(0.6 / 15 * 1em);
}
#method section section h4 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: calc(0.48 / 24 * 1em);
  border-bottom: 1px solid;
}

/* risk */
#risk {
  padding: 6.2rem 0;
}
@media screen and (min-width: 1440px) {
  #risk {
    margin: 0 -100px;
  }
}
#risk .container {
  margin: 0 auto;
}
#risk .container .photo {
  padding-bottom: 6.2rem;
}
@media screen and (min-width: 768px) {
  #risk .container {
    display: flex;
  }
  #risk .container .photo {
    flex-basis: 44rem;
    padding-bottom: 0;
  }
  #risk .container .text {
    padding-left: calc(134 / 1400 * 100%);
    flex-basis: 96rem;
    box-sizing: border-box;
  }
}
#risk .photo .image {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #risk .photo .image img {
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#risk .text h3 {
  padding: 1.15em 0;
  margin: 0;
  border-top: 1px solid rgb(192, 192, 192);
  border-bottom: 1px solid rgb(192, 192, 192);
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
#risk .text .desc {
  padding: 0.5em 0;
  font-size: 1.5rem;
  line-height: 2;
}
#risk .text h3 + .desc {
  margin: 1.75em 0;
}
#risk .text .desc p {
  margin: 0;
  font-weight: 100;
  letter-spacing: calc(0.01 / 15 * 1em);
}
#risk .text section h4 {
  padding: 0.4em 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#risk .text dl {
  margin: 0;
}
#risk .text dl > div {
  padding: 0.8rem 0;
}
#risk .text dt {
  padding: 0.1em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#risk .text dt::before {
  content: "\25CF";
}
#risk .text dd {
  margin: 0;
}

/* flow */
#flow {
  padding: 6.6rem calc(50vw - 50%) 10.6rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-image: linear-gradient(
    to right,
    rgb(255, 255, 255, 0.5) -26%,
    rgb(240, 248, 249, 0.5) 7%,
    rgb(200, 230, 233, 0.5) 71%,
    rgb(199, 230, 233, 0.5) 74%
  );
}
#flow h3 {
  padding: 0.2em 0.35em;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  border-bottom: 1px solid rgb(20, 182, 201);
}
@media screen and (min-width: 768px) {
  #flow h3 {
    font-size: 4.8rem;
  }
}
#flow ol {
  padding: 3.4rem 0;
  margin: 0;
  list-style: none;
  counter-reset: fnum;
}
#flow ol > li {
  padding: 0 3.8rem 2.4rem 3.8rem;
  margin-top: 8.2rem;
  display: flow-root;
  border-radius: 10px;
  position: relative;
  background-color: rgb(255, 255, 255);
  counter-increment: fnum;
}
#flow ol > li:not(:last-of-type)::after {
  content: "";
  margin: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 1.3rem solid rgb(20, 182, 201);
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  position: absolute;
  top: calc(100% + 3.4rem);
  left: 0;
  right: 0;
}
#flow .ttl {
  margin-top: calc(42 / 30 * -1em);
  margin-left: calc(12 / 30 * -1em);
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: rgb(1, 61, 136);
}
@media screen and (max-width: 767px) {
  #flow .ttl.kern {
    letter-spacing: 0;
  }
}
#flow .ttl::before {
  content: counter(fnum, decimal-leading-zero);
  display: inline-block;
  margin-right: 0.25em;
  font-family: Lato, Arial, sans-serif;
  font-size: 6.6rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.1em;
  color: rgb(1, 61, 136);
}
@media screen and (max-width: 767px) {
  #flow .ttl::before {
    margin-left: -0.75em;
    font-size: 6rem;
    letter-spacing: 0;
  }
}
#flow .desc {
  padding: 0.44em 0;
  font-size: 1.6rem;
  line-height: 1.88;
}
#flow .desc p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: calc(0.48 / 16 * 1em);
  text-align: justify;
}
#flow .desc p + p {
  margin-top: 1em;
}
#flow .desc strong {
  padding-bottom: 0.2em;
  margin: 0 auto 1.4rem auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: calc(0.9 / 30 * 1em);
  text-indent: calc(0.9 / 30 * 1em);
  text-align: center;
  border-bottom: 1px solid rgb(192, 192, 192);
}
@media screen and (min-width: 768px) {
  #flow .desc strong {
    font-size: 3rem;
  }
}
#flow dl {
  margin: 0;
}
#flow dl > div {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #flow dl > div {
    display: flex;
  }
  #flow dt {
    padding-right: 2.8rem;
    flex-basis: 14rem;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  #flow dd.desc {
    padding-left: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 98.4rem;
    box-sizing: border-box;
  }
}
#flow dt {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: rgb(1, 61, 136);
  border-bottom: 1px solid rgb(1, 61, 136);
}
@media screen and (min-width: 768px) {
  #flow dt {
    border-bottom: none;
    border-right: 1px solid rgb(1, 61, 136);
    text-align: right;
  }
}
#flow dd {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #flow dd {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #flow .desc .dl {
    display: flex;
  }
}
#flow .desc .dt {
  display: block;
}
@media screen and (min-width: 768px) {
  #flow .desc .dt {
    padding-right: 1em;
    flex-shrink: 0;
  }
}
#flow .desc .dd span {
  visibility: hidden;
}
#flow .relink {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #flow .relink {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
    margin-right: 0;
    display: flex;
    align-items: center;
    width: auto;
    max-width: calc(962 / 1124 * 100%);
  }
}
#flow .relink p {
  padding-right: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  line-height: 1.75;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  #flow .relink p .arrow {
    padding-right: 0;
    padding-bottom: 2.6rem;
    display: inline-block;
    vertical-align: middle;
    rotate: 90deg;
  }
}
#flow .relink ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#flow .relink li + li {
  margin-top: 1rem;
}
#flow .relink a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  min-height: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: calc(0.85 / 17 * 1em);
  text-indent: calc(0.85 / 17 * 1em);
  color: rgb(255, 255, 255);
  background-color: rgb(20, 182, 201);
  transition: 0.3s background-color ease-out;
}
#flow .relink a:hover {
  background-color: rgb(20, 182, 201, 0.7);
}

/* minimemo */
#minimemo {
  padding: 3rem 0 12.6rem 0;
}
#minimemo section {
  padding-bottom: 3.6rem;
  margin-top: 7rem;
  position: relative;
  background-image: linear-gradient(-27.85238deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4.1rem, rgb(255, 255, 255) 4.1rem, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 768px) {
  #minimemo section {
    background-image: linear-gradient(-27.85238deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 8.2rem, rgb(255, 255, 255) 8.2rem, rgb(255, 255, 255) 100%);
  }
}
#minimemo section::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -10;
  background-image: linear-gradient(-27.85238deg, rgb(255, 255, 255, 0), rgb(255, 255, 255, 0) 4.1rem, rgb(1, 61, 136) 4.1rem, rgb(1, 61, 136) 100%);
  -webkit-filter: drop-shadow(1px 1px 10px rgba(163, 184, 194, 0.2));
  filter: drop-shadow(1px 1px 10px rgba(163, 184, 194, 0.2));
}
@media screen and (min-width: 768px) {
  #minimemo section::after {
    background-image: linear-gradient(-27.85238deg, rgb(255, 255, 255, 0), rgb(255, 255, 255, 0) 8.2rem, rgb(1, 61, 136) 8.2rem, rgb(1, 61, 136) 100%);
  }
}
#minimemo section h3 {
  padding: 1.1rem 1.1rem 0 1.1rem;
  margin: 0;
  position: relative;
}
#minimemo section h3::before,
#minimemo section h3::after {
  content: "";
  margin: auto;
  display: inline-block;
  width: 3rem;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(20, 182, 201);
}
#minimemo section h3::before {
  translate: -11rem 0;
  rotate: 62deg;
  transform-origin: center left;
}
#minimemo section h3::after {
  translate: 11rem 0;
  rotate: -62deg;
  transform-origin: center right;
}
#minimemo section h3 .ttl {
  padding: 4.2rem 2.4rem;
  display: block;
  font-family: "Playwrite IE", "Trebuchet MS", cursive;
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: rgb(20, 182, 201);
  background-image: linear-gradient(to top, rgba(245, 250, 251, 0.3), rgba(245, 250, 251, 0.3) 0%, rgb(199, 230, 233, 0.6) 55%, rgb(199, 230, 233, 0.6));
}
#minimemo section h3 .ttl em {
  font-size: 3.3rem;
  font-style: normal;
}
#minimemo section h3 .ttl .num {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
}
#minimemo section .desc {
  padding: 1.44em 4rem;
  font-size: 1.6rem;
  line-height: 1.88;
}
#minimemo section .desc p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: calc(0.24 / 16 * 1em);
}
#minimemo section .button {
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
#minimemo section .button li {
  margin: 0 auto;
  max-width: 44.5rem;
  border: solid 1px rgb(96, 96, 96);
}
#minimemo section .button li:not(:first-of-type) {
  margin-top: 1.5rem;
}
#minimemo section .button li a {
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6.2rem;
  border: solid 6px rgb(254, 254, 254);
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background-image: linear-gradient(to right, rgb(204, 204, 255, 0.4), rgb(72, 173, 241, 0.4));
}
#minimemo section .button li a::before,
#minimemo section .button li a::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
}
#minimemo section .button li a::after {
  height: 1.6rem;
  border-radius: 50%;
  background: rgb(255, 255, 255, 0.6) url(../images/ico_arrow2_bk.svg) no-repeat 50% 50%;
}

/* relink */
#relink {
  padding: 6.3rem 0;
  background-color: rgb(245, 248, 250);
}
@media screen and (min-width: 768px) {
  #relink {
    margin: 0 calc(50% - 50vw);
  }
}
#relink ul {
  padding: 0 0 2rem 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #relink ul {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 50.8rem;
  }
}
@media screen and (min-width: 1024px) {
  #relink ul {
    max-width: 101.6rem;
  }
}
@media screen and (min-width: 1600px) {
  #relink ul {
    max-width: 152.4rem;
  }
}
#relink li {
  padding: 1.8rem 0;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #relink li {
    padding: 0 3.6rem;
  }
}
#relink a {
  padding: 0 1.5rem 0 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 7.2rem;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.75;
  background-color: rgb(167, 222, 229);
  transition: 0.3s background-color ease-out;
}
@media screen and (min-width: 768px) {
  #relink a {
    letter-spacing: 0.1em;
    min-width: 43.6rem;
  }
}
#relink a:hover {
  background-color: rgb(167, 222, 229, 0.75);
}
#relink a::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgb(120, 183, 204) url(../images/ico_arrow2.svg) no-repeat 50% 50%;
}
