@charset 'UTF-8';

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

/* lead */
#lead {
  padding: 3.1rem 0;
}
#lead h3 {
  padding: 0.5em 0 0.5em 0.2em;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
#lead .desc {
  padding: 0.9em 0 0.9em 0.1em;
  font-size: 1.7rem;
  line-height: 2.8;
}
#lead .desc p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
#lead ul {
  padding: 4.5rem 0;
  margin: 0 auto;
  list-style: none;
  max-width: 30rem;
}
#lead li {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  #lead ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
  }
  #lead li {
    margin-top: 0;
    flex-basis: calc(370 / 1200 * 100%);
  }
}
#lead li a {
  padding: 0.375em 0 0.375em 0.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 370 / 110;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
  transition: 0.3s background-color ease-out, 0.3s color ease-out;
}
@media screen and (min-width: 768px) {
  #lead li a {
    font-size: min(23 / 1280 * 100vw, 2.3rem);
  }
}
#lead li:nth-of-type(1) a {
  background-color: rgb(199, 225, 226);
}
#lead li:nth-of-type(2) a {
  background-color: rgb(213, 212, 228);
}
#lead li:nth-of-type(3) a {
  background-color: rgb(236, 211, 220);
}
#lead li:nth-of-type(1) a:hover {
  background-color: rgb(199, 225, 226, 0.7);
}
#lead li:nth-of-type(2) a:hover {
  background-color: rgb(213, 212, 228, 0.7);
}
#lead li:nth-of-type(3) a:hover {
  background-color: rgb(236, 211, 220, 0.7);
}
#lead li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: no-repeat center center/contain;
  pointer-events: none;
}
#lead li:nth-of-type(1) a::before {
  width: calc(56 / 23 * 1em);
  aspect-ratio: 56 / 85;
  bottom: calc(100% - 15 / 23 * 1em);
  left: calc(21 / 23 * 1em);
  background-image: url(../images/ico_icsi.svg);
}
#lead li:nth-of-type(2) a::before {
  width: calc(60 / 23 * 1em);
  aspect-ratio: 60 / 60;
  bottom: calc(100% - 24 / 23 * 1em);
  right: calc(31 / 23 * 1em);
  background-image: url(../images/ico_oc.svg);
}
#lead li:nth-of-type(3) a::before {
  width: calc(40 / 23 * 1em);
  aspect-ratio: 40 / 62;
  bottom: calc(100% - 21 / 23 * 1em);
  right: calc(34 / 23 * 1em);
  background-image: url(../images/ico_precon.svg);
}
#lead li a span {
  padding-left: 0.1em;
  display: block;
  font-size: calc(18 / 23 * 1em);
  letter-spacing: 0.1em;
}

/* prog */
#prog section {
  padding: 6.6rem calc(75 / 1200 * 100%);
  border: 1px solid rgb(53, 53, 53, 0.8);
}
@media screen and (min-width: 768px) {
  #prog section {
    display: flex;
    border: 2.5rem solid rgb(192, 192, 192, 0.3);
    outline: 1px solid rgb(53, 53, 53, 0.8);
  }
  #prog section .text {
    padding-right: calc(65 / 1200 * 100%);
    flex-basis: 74.5rem;
  }
  #prog section .photo {
    flex-basis: 39rem;
  }
}
@media screen and (min-width: 1440px) {
  #prog section {
    margin: 0 -100px;
  }
}
#prog section:not(:last-of-type) {
  margin-bottom: 7rem;
}
#prog section .desc {
  padding: 1.8em 0 0.8em 0;
  font-size: 1.6rem;
  line-height: 2.6;
}
#prog section .desc p {
  margin: 0;
  letter-spacing: calc(0.96 / 16 * 1em);
}
#prog h4 {
  padding: 2.7rem 0;
  margin: -6.6rem 0 0 0;
  font-weight: normal;
  border-bottom: 1px solid rgb(53, 53, 53, 0.8);
}
@media screen and (min-width: 768px) {
  #prog h4 {
    display: flex;
    align-items: center;
  }
}
#prog h4 .time {
  margin-bottom: 1.4rem;
  display: block;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
  white-space: nowrap;
  color: rgb(53, 53, 53);
}
@media screen and (min-width: 768px) {
  #prog h4 .time {
    padding-top: 2.5rem;
    margin-top: -5.2rem;
    margin-bottom: 0;
    margin-right: calc(39 / 20 * 1em);
    aspect-ratio: 138 / 153;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: min(20 / 1280 * 100vw, 2rem);
  }
}
#prog #ivf .time {
  background-color: rgb(199, 225, 226, 0.8);
}
#prog #oc .time {
  background-color: rgb(195, 193, 217, 0.7);
}
#prog #precon .time {
  background-color: rgb(227, 192, 205, 0.7);
}
#prog h4 .time .num {
  font-size: calc(50 / 20 * 1em);
  line-height: 1;
  letter-spacing: calc(2.53 / 50 * 1em);
}
#prog h4 .ttl {
  padding: 0.125em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: calc(6.4 / 32 * 1em);
}
@media screen and (min-width: 768px) {
  #prog h4 .ttl {
    font-size: min(32 / 1280 * 100vw, 3.2rem);
  }
  #prog h4 .ttl.kern {
    letter-spacing: 0;
    white-space: nowrap;
  }
}
#prog h4 .ttl span {
  display: block;
  font-size: calc(26 / 32 * 1em);
  letter-spacing: calc(5.2 / 26 * 1em);
}
#prog h4 .ttl em {
  padding: calc(11 / 18 * 1em) 1em;
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  border: solid 1px rgb(94, 37, 37, 0.8);
  box-sizing: border-box;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: calc(2.39 / 18 * 1em);
}
@media screen and (min-width: 768px) {
  #prog h4 .ttl em {
    font-size: min(18 / 1280 * 100vw, 1.8rem);
  }
}
@media screen and (min-width: 768px) {
  #prog .image {
    border: solid 1px rgb(53, 53, 53);
  }
}

/* reserve */
#reserve {
  padding-top: 7rem;
}
#reserve .button {
  margin: 0 auto;
  max-width: 59rem;
  border: solid 1px rgb(53, 53, 53);
  box-sizing: border-box;
}
#reserve .button a {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 10.4rem;
  border: 0.7rem solid rgb(255, 255, 255);
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background-image: linear-gradient(135deg, rgb(204, 204, 255, 0.4) 25%, rgb(72, 173, 241, 0.4) 100%);
}
@media screen and (min-width: 768px) {
  #reserve .button a {
    padding: 0 4rem;
    font-size: 2.6rem;
  }
}
#reserve .button a::before,
#reserve .button a::after {
  content: "";
  display: inline-block;
  width: 2.6rem;
}
#reserve .button a::after {
  height: 2.6rem;
  border-radius: 50%;
  background: rgb(255, 255, 255, 0.6) url(../images/ico_arrow2_bk.svg) no-repeat 50% 50% / auto 0.9rem;
}

/*  outline  */
#outline {
  padding-top: 10.4rem;
  padding-bottom: 10.4rem;
}
#outline header {
  padding-top: 14rem;
}
#outline header .image img {
  width: 100%;
  height: 100%;
  max-height: calc((100vw - 60px) * 2 / 3);
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #outline header {
    display: flex;
  }
  #outline header .text {
    padding-left: calc(70 / 1200 * 100%);
    flex-basis: 60rem;
  }
  #outline header .photo {
    flex-basis: 53rem;
    order: -1;
  }
  #outline header .image {
    height: 100%;
    -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 8%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 100%);
    mask-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 8%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 100%);
  }
  #outline header .image img {
    max-height: none;
    -o-object-position: left;
    object-position: left;
  }
}
#outline h3 {
  padding: 4.2rem 0 1.2rem 0;
  margin: 0;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
#outline h3 .main {
  padding: 4.3rem 0;
  display: block;
  font-size: 3.6rem;
  line-height: 1.33;
  letter-spacing: calc(7.2 / 36 * 1em);
  border-bottom: solid 1px rgb(192, 191, 190);
}
#outline h3 .sub {
  padding: 3rem 0;
  display: block;
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: calc(2.8 / 14 * 1em);
}
#outline h3::after {
  content: "";
  position: absolute;
  top: -14rem;
  bottom: 0;
  left: -100%;
  right: 0;
  margin: 0 calc(50% - 50vw);
  z-index: -10;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) -346%, rgba(188, 225, 222, 0.8) -253%);
}
#outline .desc {
  padding: 5.3rem 0;
}
#outline .desc p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 2.85;
  letter-spacing: calc(2.9 / 17 * 1em);
  text-align: start;
}
#outline .folicacid {
  padding-top: 10.4rem;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  #outline .container {
    display: flex;
  }
  #outline .content {
    flex-basis: 92rem;
  }
  #outline .folicacid {
    padding-top: 0;
    margin: 0;
    flex-basis: 28rem;
    width: auto;
    box-sizing: border-box;
  }
}
#outline .folicacid .image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 30rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #outline .folicacid .image {
    padding: 0 1.6rem;
    margin-right: calc(1200 / 280 * 50% - 50vw);
    width: auto;
    max-width: none;
  }
}
#outline .detail table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#outline .detail tr {
  border-top: solid 1px rgb(192, 191, 190);
}
#outline .detail tr:last-of-type {
  border-bottom: solid 1px rgb(192, 191, 190);
}
#outline .detail th,
#outline .detail td {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: calc(1.92 / 16 * 1em);
}
#outline .detail th {
  padding: 3rem 8.8rem;
  font-weight: normal;
  text-align: left;
  border-right: solid 1px rgb(192, 191, 190);
  white-space: nowrap;
  box-sizing: border-box;
}
#outline .detail td {
  padding: 3rem 0 3rem 7.8rem;
}
@media screen and (max-width: 767px) {
  #outline .detail table {
    display: block;
    width: auto;
  }
  #outline .detail tbody {
    display: block;
  }
  #outline .detail tr {
    display: block;
    border-top: none;
  }
  #outline .detail tr:last-of-type {
    border-bottom: none;
  }
  #outline .detail th,
  #outline .detail td {
    display: block;
    padding: 3rem 0;
  }
  #outline .detail th {
    padding-bottom: 0;
    border-right: none;
    border-bottom: solid 1px rgb(192, 191, 190);
  }
  #outline .detail td {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  #outline .detail .inn_container {
    display: flex;
    align-items: center;
  }
}
#outline .detail .notes {
  padding: 5.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  #outline .detail .notes {
    padding: 5.4rem 7.8rem 0 7.8rem;
  }
}
#outline .detail .notes p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.13;
  letter-spacing: calc(2.4 / 16 * 1em);
  font-feature-settings: normal;
}
#outline .detail .btn_voice {
  padding-top: 5.4rem;
}
@media screen and (min-width: 1280px) {
  #outline .detail .btn_voice {
    flex-grow: 1;
  }
}
#outline .detail .btn_voice a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 51.7rem;
  min-height: 5.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: calc(3.2 / 16 * 1em);
  text-align: center;
  color: rgb(35, 24, 21);
  border-radius: 2.2rem;
  border: solid 1px rgb(148, 218, 205);
  box-sizing: border-box;
  transition: color 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (min-width: 1280px) {
  #outline .detail .btn_voice a {
    max-width: 27.7rem;
  }
}
#outline .detail .btn_voice a:hover {
  color: rgb(0, 151, 156);
  border-color: rgb(0, 151, 156);
}
#outline .detail .btn_voice a::after {
  content: "\25BC";
  margin-left: 0.25em;
  color: rgb(148, 218, 205);
  font-weight: 500;
  transition: color 0.3s ease-out;
}
#outline .detail .btn_voice a:hover::after {
  color: rgb(0, 151, 156);
}
#outline .button a {
  padding: 1.6rem;
  margin: 0 auto;
  display: block;
  max-width: 51.6rem;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: calc(1.96 / 17 * 1em);
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 38px;
  background-color: rgb(145, 207, 196);
  box-sizing: border-box;
  transition: 0.3s background-color ease-out;
}
@media screen and (min-width: 768px) {
  #outline .button a {
    padding: 2.9rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  #outline .button {
    margin-right: calc(100% - 120rem);
  }
}
#outline .button a:hover {
  background-color: rgb(0, 151, 156);
}
