@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

h5, h6 {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1em;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  max-width: 100%;
  height: 100%;
  border: none;
}

button {
  background: transparent;
  border: none;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.blue {
  color: #6498c7;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  clear: both;
  display: block;
  content: "";
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.small {
  font-size: 80%;
}

.img_c {
  margin: 0 auto 1.5rem;
}
figure.img_c img {
  margin: 0 auto;
}
figure.img_c figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 86%;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.5rem;
}

@media screen and (min-width: 48em), print {
  .img_c {
    margin: 0 auto 20px;
  }
  .img_l {
    float: left;
    max-width: 40%;
    margin: 0 40px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 40px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
.tit_01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
}

.tit_02 {
  margin: 0 0 1.6rem;
  padding: 2em 1rem 0.4em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: #d7889c;
  background-image: url(../img/tit_02.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2em auto;
  border-bottom: 2px dotted currentColor;
}

.tit_03 {
  margin: 0 0 1.4rem;
  padding: 0.8rem 0.8rem 0.7rem 2.7em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #6498c7;
  background-color: #e9f1f7;
  background-image: url(../img/tit_03.svg);
  background-repeat: no-repeat;
  background-position: 0.8rem center;
  background-size: 1.8em auto;
  border-radius: 0.4rem;
}

.tit_04 {
  margin: 0 0 0.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #d7889c;
}

.tit_sub {
  margin: 0 0 1.2rem;
  padding: 0.7rem 0.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  background: #efe0ca;
  border-radius: 0.4rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
  .tit_02 {
    margin: 0 0 40px;
    padding: 80px 0 12px;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    background-size: 78px auto;
    border-bottom-width: 3px;
  }
  .tit_03 {
    margin: 0 0 36px;
    padding: 20px 20px 19px 86px;
    font-size: 3rem;
    letter-spacing: 0.05em;
    background-position: 18px center;
    background-size: 58px auto;
    border-radius: 6px;
  }
  .tit_04 {
    margin: 0 0 13px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .tit_sub {
    margin: 0 0 36px;
    padding: 24px 30px;
    font-size: 2.8rem;
    border-radius: 6px;
  }
}
.lst_ul > li {
  margin-left: 1em;
}
.lst_ul > li::marker {
  content: "・";
}
.lst_ul > li.none, .lst_ul > li.etc {
  margin-left: 0;
  list-style-type: none;
}

.lst_ol > li {
  margin-left: 1em;
  list-style-type: decimal;
}
.lst_ol > li.none, .lst_ol > li.etc {
  margin-left: 0;
  list-style-type: none;
}

.lst_marker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_marker > li > * {
  text-indent: 0;
}
.lst_marker > li.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_marker > li.none::before {
  display: none;
}

.lst_circle {
  margin-bottom: 1em;
}
.lst_circle > li {
  margin-bottom: 0.8em;
  padding-left: 1.1em;
}
.lst_circle > li::before {
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.1em;
  content: "●";
  color: #d7889c;
}

.lst_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 1.5em;
  font-size: 112.5%;
  letter-spacing: 0.2em;
  margin: 1em;
}
.lst_btns > li {
  min-width: 44%;
  padding: 0.4em 1.5em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #d7889c;
  border-radius: 1.5em;
}
.lst_btns + p {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  .lst_btns {
    gap: 20px 80px;
    margin: 1em 0;
  }
  .lst_btns > li {
    min-width: 240px;
    font-size: 120%;
  }
  .lst_btns + p {
    margin-top: 40px;
  }
}

.tbl_price, .tbl_exam {
  border-collapse: collapse;
  background: #fff;
}
.tbl_price caption, .tbl_exam caption {
  text-align: left;
}
.tbl_price th, .tbl_exam th, .tbl_price td, .tbl_exam td {
  padding: 0.4em 0.6em;
  text-align: left;
  font-weight: normal;
}

.tbl_exam {
  width: 100%;
  font-size: 1.2rem;
  border-bottom: 1px solid #d7889c;
}
.tbl_exam th {
  white-space: nowrap;
  background: #f5e4e4;
  border-top: 1px solid #d7889c;
}
.tbl_exam td {
  border-top: 1px solid #d7889c;
}
@media screen and (min-width: 48em), print {
  .tbl_exam {
    font-size: inherit;
  }
  .tbl_exam th {
    padding: 12px 30px;
  }
  .tbl_exam td {
    padding: 12px 20px;
  }
}

.tbl_price {
  width: 100%;
  border-bottom: 1px solid #d7889c;
}
.tbl_price caption {
  margin-top: 0.6rem;
  caption-side: bottom;
  font-size: 90%;
}
.tbl_price th {
  text-align: center;
  background: #f5e4e4;
  border-top: 1px solid #d7889c;
}
.tbl_price td {
  border-top: 1px solid #d7889c;
}
.tbl_price td:last-of-type {
  white-space: nowrap;
  text-align: right;
}
@media screen and (min-width: 48em), print {
  .tbl_price caption {
    margin-top: 10px;
  }
  .tbl_price th {
    width: 40%;
    padding: 14px;
  }
  .tbl_price td {
    padding: 14px 30px;
  }
}

.box_notes, .box_notice {
  margin: 1em 0;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
}
.box_notes > :last-child, .box_notice > :last-child {
  margin-bottom: 0;
}
.lst_ul.box_notes li:not(:first-child), .lst_ul.box_notice li:not(:first-child), .lst_ol.box_notes li:not(:first-child), .lst_ol.box_notice li:not(:first-child) {
  margin-top: 0.2em;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_notice {
    padding: 24px 40px;
    border-radius: 20px;
  }
}

.box_notice {
  background: #fff3f4;
}

.box_notes {
  background: #e9f1f7;
}

.btn_detail, .manga_book .manga .btn a, .btn_back {
  display: inline-flex;
  align-items: center;
  padding: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-decoration: none;
  line-height: 1.13;
  text-align: center;
  border-radius: 3em;
  transition: 0.3s;
}

.btn_detail, .manga_book .manga .btn a, .btn_back {
  justify-content: space-between;
  column-gap: 0.8em;
  color: #fff;
  background: #d7889c;
}
.btn_detail::before, .manga_book .manga .btn a::before, .btn_back::before {
  width: 1em;
  content: "";
}
.btn_detail::after, .manga_book .manga .btn a::after, .btn_back::after {
  font-family: "fontello";
  content: "\e801";
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .manga_book .manga .btn a:hover, .btn_back:hover {
    background: #fff;
    color: #d7889c;
  }
}

.lnk_to {
  text-decoration: underline;
  transition: 0.3s;
}
.lnk_to:hover {
  text-decoration: none;
}

.lnk_to {
  color: #d7889c;
}

em, .em {
  color: #d7889c;
}

mark {
  color: inherit;
  background: linear-gradient(transparent 45%, #efe0ca 45%);
}

.marker {
  padding-left: 1em;
  text-indent: -1em;
}
.marker > * {
  text-indent: 0;
}
span.marker {
  display: inline-block;
}

.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}

.phone {
  color: #6498c7;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.phone::before {
  display: inline-block;
  width: 1.18em;
  height: 1.13em;
  margin-right: 0.3em;
  vertical-align: text-top;
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.phone a {
  display: inline-block;
}

.mailaddress {
  display: inline-block;
  width: 20em;
  height: 1.3em;
  overflow: hidden;
  text-indent: 20em;
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  content: "";
}

.mailto {
  margin-top: 1.5em;
}
.mailto .mailaddress {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  .mailto .mailaddress {
    font-size: 1.6rem;
  }
}

.timetable {
  width: 100%;
  border-collapse: collapse;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.3;
}
.timetable caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5em;
  font-size: 90%;
}
.timetable caption .closed {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2em;
}
.timetable caption .closed em {
  font-weight: 500;
}
.timetable caption .notes {
  padding-left: 2em;
  text-indent: -2em;
}
.timetable caption .lst_marker {
  margin-top: 0.6em;
}
.timetable caption .lst_marker em {
  font-weight: normal;
}
.timetable thead th {
  padding: 0.6rem 0;
  font-weight: 500;
  font-size: 90%;
  color: #fff;
  background: #d7889c;
}
.timetable thead th:first-child {
  width: 33%;
}
.timetable thead th:last-child {
  width: 14%;
  padding-right: 0.5em;
  letter-spacing: -0.1em;
}
.timetable tbody th {
  padding-right: 1em;
  font-weight: normal;
  font-size: 90%;
  white-space: nowrap;
  text-align: right;
  border-bottom: 1px solid #e7bcbc;
}
.timetable tbody td {
  text-align: center;
  padding: 0.7em 0;
  color: #d7889c;
  border-bottom: 1px solid #e7bcbc;
}
.timetable tbody td:last-child {
  padding-right: 0.5em;
}

@media screen and (min-width: 48em), print {
  .timetable {
    table-layout: fixed;
  }
  .timetable caption {
    margin-top: 0.7em;
  }
  .timetable caption .closed {
    margin-bottom: 1.8em;
  }
  .timetable caption .lst_marker {
    margin-top: 0.8em;
    line-height: 1.44;
  }
  .timetable thead th {
    padding: 1em 0;
    font-weight: normal;
  }
  .timetable thead th:first-child {
    width: 25%;
  }
  .timetable thead th:last-child {
    padding-right: 1em;
  }
  .timetable tbody th {
    padding-right: 8%;
    font-size: 100%;
  }
  .timetable tbody td {
    padding: 0.9em 0;
    font-weight: bold;
  }
  .timetable tbody td:last-child {
    padding-right: 1em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.js-accordion dt {
  cursor: pointer;
}
.js-accordion dt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #d7889c;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-right: 1em;
}

.js-accordion dd {
  display: none;
}

.js-accordion dt.active::before {
  transform: translateY(25%) rotate(-45deg);
}

html {
  font-size: 3.125vw;
  font-family: Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", sans-serif;
}

body {
  color: #6a5240;
  background: #fcf9f5;
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main {
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.63;
  }
}
#global_header {
  background: #fff;
}
#global_header .header_wrap {
  padding: 1rem 0.5rem;
}
#global_header .header_wrap .logo {
  width: calc(100% - 4.8rem);
  height: 4.2rem;
}
#global_header .header_wrap .logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#global_header .header_wrap .logo a img {
  width: 100%;
  max-height: 100%;
}
#global_header .header_wrap .clinic_call {
  display: inline-block;
  margin: 1rem 0.5rem 0;
  padding: 0.3rem 0;
  font-size: 2rem;
  text-align: center;
  background: #e9f1f7;
  border-radius: 0.8rem;
}
#global_header .header_wrap .clinic_call .phone {
  padding: 0 1.5rem;
}
#global_header .header_wrap .instagram {
  position: absolute;
  right: 3rem;
  top: 6.5rem;
  width: 36px;
  height: auto;
}

@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1100px;
    margin: 0 auto;
    height: 112px;
    padding: 18px 2px 14px;
  }
  #global_header .header_wrap .logo {
    width: 446px;
    height: 72px;
    margin: 0 26rem 0 0;
  }
  #global_header .header_wrap .logo a {
    display: block;
  }
  #global_header .header_wrap .clinic_call {
    margin: 0;
    padding: 0;
    font-size: 3.2rem;
    background: none;
  }
  #global_header .header_wrap .instagram {
    position: sticky;
    right: auto;
    top: auto;
    width: 48px;
    margin: 0 0 0 2.5rem;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3rem);
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: relative;
    z-index: 1;
    background: white;
    transition: background 0.5s;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media print {
  .header {
    padding-top: 0 !important;
  }
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#global_nav {
  width: 100%;
}
#global_nav #sp_menu {
  position: absolute;
  top: 1rem;
  right: 0.8rem;
  width: 4rem;
  height: 4.4rem;
  margin: 0;
  padding: 0 0 0.2rem;
  line-height: 0.8;
  text-align: center;
  color: #6a5240;
  background: #fcf9f5;
  border: none;
  border-radius: 0.4rem;
}
#global_nav #sp_menu::before, #global_nav #sp_menu::after, #global_nav #sp_menu span {
  display: inline-block;
  width: 2.8rem;
  height: 3px;
  background: #6a5240;
  content: "";
  transition: all 0.3s;
}
#global_nav #sp_menu span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#global_nav #sp_menu.close::before {
  transform: translateY(0.4rem) rotate(-45deg);
}
#global_nav #sp_menu.close::after {
  transform: translateY(-0.4rem) rotate(45deg);
}
#global_nav #sp_menu.close span {
  display: none;
}
#global_nav .gnav {
  position: absolute;
  top: 4.5rem;
  left: 3vw;
  overflow-y: auto;
  width: 94vw;
  max-height: 75vh;
  padding: 0 0.8rem 1.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.3rem;
}
#global_nav .gnav > li {
  border-bottom: 1px dotted #d7889c;
}
#global_nav .gnav > li a, #global_nav .gnav > li button {
  display: block;
  padding: 0.7rem 1.4rem;
  font-weight: 500;
  text-align: left;
}
#global_nav .gnav > li .sub_btn {
  width: 100%;
  color: inherit;
  background: transparent;
  border: 0 none;
  cursor: pointer;
}
#global_nav .gnav > li .sub_btn::after {
  display: inline-block;
  margin-left: 1rem;
  font-family: "fontello";
  content: "\e800";
  color: #d7889c;
}
#global_nav .gnav > li .sub_btn.close::after {
  transform: rotate(180deg);
}
#global_nav .gnav > li .subnav {
  padding-bottom: 0.5rem;
  font-weight: normal;
  font-size: 1.2rem;
}
#global_nav .gnav > li .subnav li a {
  display: block;
  padding: 0.5rem 1.4rem;
}
#global_nav .gnav > li .subnav li a::before {
  display: inline-block;
  margin-right: 0.4rem;
  font-family: "fontello";
  font-size: 60%;
  color: #d7889c;
  vertical-align: 0.2em;
  content: "\e802";
}

@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    height: 62px;
    padding: 16px 0;
  }
  #global_nav #sp_menu {
    display: none;
  }
  #global_nav .gnav {
    position: relative;
    top: 0;
    left: 0;
    overflow-y: visible;
    display: flex;
    justify-content: space-between;
    width: 1100px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.8rem;
  }
  #global_nav .gnav > li {
    flex-grow: 1;
    border-right: 1px dotted #d7889c;
    border-bottom: none;
  }
  #global_nav .gnav > li:first-child {
    border-left: 1px dotted #d7889c;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li a, #global_nav .gnav > li button {
    padding: 0;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    transition: color 0.3s, background 0.3s;
  }
  #global_nav .gnav > li a:hover, #global_nav .gnav > li button:hover {
    color: #d7889c;
  }
  #global_nav .gnav > li .subnav {
    position: absolute;
    top: 46px;
    left: 0;
    padding: 20px 17px 17px;
    font-size: inherit;
    letter-spacing: 0.05em;
    text-align: left;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
  #global_nav .gnav > li .subnav li:not(:first-child) {
    margin-top: 8px;
  }
  #global_nav .gnav > li .subnav li a {
    display: block;
    padding: 0 1.6em 0 1em;
    line-height: 38px;
    white-space: nowrap;
    border-radius: 6px;
  }
  #global_nav .gnav > li .subnav li a::before {
    display: none;
  }
  #global_nav .gnav > li .subnav li a:hover, #global_nav .gnav > li .subnav li a:focus {
    color: #fff;
    background: #d7889c;
  }
}
.overview {
  padding: 4rem 1rem 0;
  font-size: 1.3rem;
  background: linear-gradient(0deg, #e7bcbc 20rem, #fff 20rem);
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 1.2rem;
}
.overview .clinic_name img {
  max-width: 96%;
  margin: auto;
}
.overview .clinic_call {
  margin-bottom: 1.2rem;
  padding: 1rem 0.6rem 0.6rem;
  text-align: center;
  background: #e9f1f7;
  border-radius: 0.7rem;
}
.overview .clinic_call p {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  font-size: 1.1rem;
}
.overview .clinic_call .phone {
  font-size: 2rem;
  line-height: 1.2;
}
.overview .timetable {
  margin-bottom: 2.5rem;
}
.overview .clinic_outline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.3;
  border-top: 4px double #e7bcbc;
}
.overview .clinic_outline > dt {
  width: 30%;
  padding: 1rem 0.3rem;
  font-weight: 500;
  font-size: 90%;
  color: #d7889c;
  border-bottom: 1px solid #e7bcbc;
}
.overview .clinic_outline > dd {
  width: 70%;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #e7bcbc;
}
.overview .clinic_outline .acs_detail .bytrain {
  font-weight: 500;
}
.overview .clinic_outline .acs_detail .bytrain::before {
  margin-right: 2px;
  font-family: "fontello";
  font-size: 1.5rem;
  content: "\e804";
}
.overview .clinic_outline .acs_detail .bycar {
  margin-top: 1em;
  font-weight: 500;
}
.overview .clinic_outline .acs_detail .bycar::before {
  margin-right: 2px;
  font-family: "fontello";
  font-size: 1.5rem;
  content: "\e807";
}
.overview .clinic_outline .acs_detail span {
  color: #d7889c;
}
.overview .gmap {
  height: 30rem;
  margin-top: 2.5rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 100px 0 0;
    font-size: 1.8rem;
    background: linear-gradient(0deg, #e7bcbc 135px, #fff 135px);
  }
  .overview .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .overview .wrap_col {
    width: 536px;
  }
  .overview .clinic_name {
    margin: 0 0 5px;
    padding: 22px 0 5px;
  }
  .overview .clinic_name img {
    max-width: 478px;
  }
  .overview .clinic_call {
    margin-bottom: 30px;
    padding: 26px 0 22px;
    border-radius: 10px;
  }
  .overview .clinic_call p {
    margin-bottom: 14px;
    padding-left: 0.5em;
    font-size: inherit;
    letter-spacing: 0.05em;
  }
  .overview .clinic_call .phone {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .overview .timetable {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .overview .timetable thead th:first-child {
    width: 33%;
  }
  .overview .timetable tbody th {
    padding-right: 4%;
  }
  .overview .clinic_outline {
    padding-top: 0;
    line-height: 1.44;
    border-top: 1px solid #e7bcbc;
  }
  .overview .clinic_outline > dt {
    width: 150px;
    padding: 20px 0 20px 18px;
    font-size: 100%;
  }
  .overview .clinic_outline > dd {
    flex-grow: 1;
    width: 385px;
    padding: 20px 18px 20px 0;
  }
  .overview .clinic_outline .acs_detail .bytrain::before {
    font-size: 2.4rem;
  }
  .overview .clinic_outline .acs_detail .bycar::before {
    font-size: 2rem;
  }
  .overview .gmap {
    width: 100%;
    height: 412px;
    margin-top: 104px;
  }
}
#global_footer {
  padding: 1rem 0 4rem;
  background: #e7bcbc;
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.6rem 1rem 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 30px 0 5px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #global_footer > * {
    width: 1100px;
  }
  #global_footer ul {
    display: block;
    margin: 0 auto;
  }
  #global_footer ul li {
    display: inline-block;
    -webkit-text-size-adjust: none;
  }
  #global_footer ul li::before {
    font-family: "fontello";
    font-size: 60%;
    content: "\e802";
    vertical-align: 0.2em;
  }
  #global_footer ul li:not(:last-child) {
    margin-right: 1.2em;
  }
  #global_footer ul li a:hover {
    text-decoration: underline;
  }
  #global_footer ul li.sub::before {
    display: none;
  }
  #global_footer ul li.sub button {
    display: none;
  }
  #global_footer ul li.sub ul, #global_footer ul li.sub li {
    display: inline-block;
  }
  #global_footer .copyright {
    margin: 30px auto 0;
    padding: 40px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    border-top: 1px solid #d7889c;
  }
}
.js-floating {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.js-floating.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 47.99em) {
  .js-floating {
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 48em), print {
  .js-floating {
    left: auto;
    right: 0;
    bottom: 0;
  }
}

#tel_up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
}
#tel_up .phone {
  width: calc(100% - 4.1rem);
  font-size: 1.9rem;
  line-height: 3.5rem;
  text-align: center;
  border: 3px solid #6498c7;
  border-radius: 0.8rem 0.8rem 0 0;
  background: #fff;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: #d7889c;
  background: #fff;
  border: 3px solid #d7889c;
  border-radius: 0.8rem 0.8rem 0 0;
  cursor: pointer;
}
#tel_up #pageup::before {
  font-family: "fontello";
  font-size: 1.8rem;
  content: "\e803";
}
#tel_up #pageup span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    bottom: 30px;
    right: 30px;
    left: auto;
    display: block;
    width: 60px;
    padding: 0;
    background: none;
  }
  #tel_up .phone {
    display: none;
  }
  #tel_up #pageup {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    border-width: 1px;
    border-radius: 50%;
    transition: 0.3s;
  }
  #tel_up #pageup:hover {
    color: #fff;
    background: #d7889c;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.keyvsl {
  max-width: 100%;
  padding: 1.5rem 1rem;
  background-image: url(../img/index/keyvsl_bg.webp);
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
}
.keyvsl_slide {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.keyvsl_slide.slick-initialized {
  opacity: 1;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    padding: 30px 0 20px;
    background-size: auto;
  }
  .keyvsl_slide {
    width: 1100px;
    margin: 0 auto;
  }
}
.service_tit, .performance_tit, .topstory_tit, .feature_tit, .consultation_tit, .message_tit {
  margin-bottom: 1.6rem;
  padding-top: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  background: url(../img/index/tit_02.svg) no-repeat center top;
  background-size: auto 1.8rem;
}
@media screen and (min-width: 48em), print {
  .service_tit, .performance_tit, .topstory_tit, .feature_tit, .consultation_tit, .message_tit {
    margin-bottom: 40px;
    padding-top: 48px;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    background-size: auto 34px;
  }
}

.message {
  padding: 3rem 1.5rem;
  background-image: repeating-linear-gradient(0deg, #fff 0px 2px, transparent 2px 17px), repeating-linear-gradient(90deg, #fff 0px 2px, transparent 2px 17px);
}
.message_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.message_tit::before, .message_tit::after {
  position: relative;
  top: -0.8rem;
  width: 3em;
  height: 3em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  content: "";
}
.message_tit::before {
  background-image: url(../img/index/message_tit_yuta.webp);
}
.message_tit::after {
  background-image: url(../img/index/message_tit_saya.webp);
}
.message p {
  margin-bottom: 0.2rem;
  text-align: justify;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-indent: 1em;
}
.message p.em {
  color: inherit;
  font-weight: 500;
  font-size: 1.36rem;
}
.message .tagline {
  margin-bottom: 1.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #d7889c;
}
.message .tagline p {
  font-size: 1.5rem;
  text-indent: 0;
}
.message .tagline p em {
  font-weight: 500;
  border-bottom: 2px dotted currentColor;
}
.message .nipt {
  margin-bottom: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #d7889c;
}
.message .nipt dl dt {
  margin-top: 0.8em;
  padding-left: 1em;
  text-indent: -1.05em;
}
.message .nipt dl dd {
  padding-left: 1em;
}

@media screen and (min-width: 48em), print {
  .message {
    padding: 80px 0 130px;
    background-image: repeating-linear-gradient(0deg, #fff 0px 2px, transparent 2px 22px), repeating-linear-gradient(90deg, #fff 0px 2px, transparent 2px 22px);
  }
  .message_tit {
    justify-content: center;
    column-gap: 13px;
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .message_tit::before, .message_tit::after {
    top: -22px;
    width: 130px;
    height: 130px;
  }
  .message p {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .message p.em {
    font-size: 2.2rem;
    line-height: 1.63;
  }
  .message .tagline {
    margin-bottom: 30px;
  }
  .message .tagline p {
    font-size: 2.6rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .message .tagline p em {
    border-bottom-width: 4px;
  }
  .message .nipt {
    width: 890px;
    margin: 0 auto 50px;
  }
  .message .nipt p, .message .nipt dl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .message .nipt dl dt {
    text-indent: -1.25em;
  }
  .message .nipt dl dd {
    padding-left: 2em;
    font-size: 2.1rem;
    text-indent: -1em;
  }
}
.consultation {
  padding: 5rem 1rem;
  background-color: #fff;
}
@media screen and (min-width: 48em), print {
  .consultation {
    padding: 100px 0 130px;
  }
  .consultation figure {
    max-width: 800px;
    margin: 0 auto;
  }
}
.feature {
  padding: 5rem 1rem;
  background-color: #fff3f4;
  background-image: url(../img/index/feature_bg01.svg), url(../img/index/feature_bg02.svg);
  background-repeat: no-repeat, repeat-x;
  background-position: right 1rem, left bottom;
  background-size: 40% auto, 33% auto;
}
.feature_lst {
  counter-reset: fNum 0;
}
.feature_lst section {
  position: relative;
  counter-increment: fNum 1;
  margin: 4rem 0 0;
  padding: 2.5rem 1.3rem 2rem;
  background: #fff;
  border-radius: 1.5rem;
}
.feature_lst section::before {
  position: absolute;
  top: -2.5rem;
  left: calc(50% - 2.5rem);
  display: block;
  width: 5rem;
  height: 5rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  background: #e7bcbc;
  border-radius: 50%;
  content: counter(fNum, decimal-leading-zero);
}
.feature_lst section .tit {
  margin: 1.8rem 0 1.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  color: #d7889c;
}
.feature_lst section .img {
  margin: 0 auto 1.4rem;
}
.feature_lst section .txt {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 100px 0 130px;
    background-position: calc(50% + 698px) 44px, left bottom;
    background-size: 566px auto, 274px auto;
  }
  .feature_lst {
    display: flex;
    justify-content: space-between;
  }
  .feature_lst section {
    width: 346px;
    border-radius: 30px;
    margin: 50px 0 0;
    padding: 50px 30px 26px;
    border-radius: 30px;
  }
  .feature_lst section::before {
    top: -50px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    font-size: 4.8rem;
    line-height: 100px;
  }
  .feature_lst section .tit {
    margin: 30px 0;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .feature_lst section .img {
    margin: 0 auto 20px;
  }
  .feature_lst section .txt {
    letter-spacing: 0.05em;
  }
}
.telreception {
  padding: 21rem 1.3rem 3rem;
  background-color: #f8f2ea;
  background-image: radial-gradient(rgba(248, 242, 234, 0) 40%, rgba(248, 242, 234, 0.5) 60%, #f8f2ea 70%), url(../img/index/telreception_bg.webp);
  background-repeat: no-repeat;
  background-position: center 2rem, 10% 2rem;
  background-size: 100% 18.5rem, 200% auto;
}
.telreception .tit {
  margin: 0.8rem 0 1.2rem;
  padding-bottom: 0.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #d7889c;
  border-bottom: 2px dotted #d7889c;
}
.telreception .txt {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .telreception {
    height: 570px;
    padding: 120px 0;
    background-position: center top;
    background-size: 0, auto;
  }
  .telreception .wrap {
    padding-left: 500px;
  }
  .telreception .tit {
    margin: 0 0 26px;
    padding-bottom: 12px;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    text-align: left;
    border-bottom-width: 3px;
  }
  .telreception .txt {
    letter-spacing: 0.05em;
  }
}
.topstory {
  padding: 4rem 1.3rem;
  background-color: #e9f1f7;
  background-image: repeating-linear-gradient(90deg, #f1f6fa 0px 8px, transparent 8px 24px);
}
.topstory_btn {
  margin-top: 2rem;
  text-align: center;
}
.topstory_btn a {
  width: 70%;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .topstory {
    background-image: repeating-linear-gradient(90deg, #f1f6fa 0px 10px, transparent 10px 30px);
    padding: 120px 0;
  }
  .topstory_btn a {
    width: 330px;
    font-size: 2rem;
  }
}
.performance {
  padding: 4rem 1.3rem;
  background-image: url(../img/index/performance_bg.webp);
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
}
.performance_tit {
  margin-bottom: 1rem;
}
.performance_tit i {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.performance_data {
  margin-bottom: 1.8rem;
  text-align: center;
}
.performance_data span {
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1.2;
  color: #d7889c;
  background: #fff;
  border-radius: 1.5em;
}
.performance_box > section {
  padding: 2rem 2rem 2.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.performance_box > section .tit {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.7rem;
}
.performance_box > section .num em {
  display: inline-block;
  padding: 0 0.5rem;
  font-family: "Rubik", sans-serif;
  font-size: 3rem;
  vertical-align: text-bottom;
}
.performance_box > section .archive {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  gap: 0.5rem 0;
}
.performance_box > section .archive dt {
  width: 40%;
  padding: 2.2rem 0.8rem 1rem;
  text-align: right;
  background: #fff;
  border-radius: 0.5rem 0 0 0.5rem;
}
.performance_box > section .archive dd {
  width: 60%;
  padding: 1rem 0;
  font-size: 1.8rem;
  text-align: left;
  color: #d7889c;
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
.performance_box > section .inbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.performance_box > section .inbox .num {
  width: 64%;
  padding: 1rem 0;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  background: #fff;
  border-radius: 0.5rem;
}
.performance_box > section .inbox .dpt {
  width: 34%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 0.3rem;
  line-height: 1;
}
.performance_box > section .inbox .dpt dt {
  width: 50%;
  padding: 0 0.8rem 0 0;
  text-align: right;
}
.performance_box > section .inbox .dpt dd {
  width: 50%;
  text-align: left;
}
.performance_box > section .inbox .dpt dd em {
  font-family: "Rubik", sans-serif;
  font-size: 2.2rem;
}
.performance_box_emb {
  background: #f5e4e4;
}
.performance_box_villi {
  background: #e5edf3;
}
.performance_box_villi .num, .performance_box_villi .dpt em {
  color: #6498c7;
}
.performance_box_amniotic {
  background: #efeae7;
}
.performance_box_amniotic .num, .performance_box_amniotic .dpt em {
  color: inherit;
}
.performance_btn {
  margin-top: 2rem;
  text-align: center;
}
.performance_btn a {
  width: 70%;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .performance {
    padding: 90px 0 135px;
    background-size: auto;
  }
  .performance_tit {
    margin-bottom: 20px;
  }
  .performance_tit i {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .performance_data {
    margin-bottom: 40px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .performance_data span {
    padding: 10px 25px;
  }
  .performance_box {
    display: flex;
  }
  .performance_box > section {
    flex: 1;
    padding: 60px 32px 32px;
  }
  .performance_box > section .tit {
    margin-bottom: 38px;
    font-weight: 400;
    font-size: 2.8rem;
  }
  .performance_box > section .num em {
    font-size: 5.2rem;
  }
  .performance_box > section .archive {
    gap: 13px 0;
  }
  .performance_box > section .archive dt {
    width: 36%;
    padding: 34px 5px 10px;
    font-size: 2.2rem;
    border-radius: 10px 0 0 10px;
  }
  .performance_box > section .archive dd {
    width: 64%;
    padding: 10px 0;
    font-size: 2.8rem;
    border-radius: 0 10px 10px 0;
  }
  .performance_box > section .inbox {
    display: block;
  }
  .performance_box > section .inbox .num {
    width: 100%;
    padding: 10px 0;
    font-size: 2.8rem;
    border-radius: 10px;
  }
  .performance_box > section .inbox .dpt {
    gap: 18px 0;
    width: 100%;
    margin: 35px 0 0;
    font-size: 2rem;
  }
  .performance_box > section .inbox .dpt dd em {
    font-size: 4rem;
  }
  .performance_btn {
    margin-top: 60px;
  }
  .performance_btn a {
    width: 330px;
    font-size: 2rem;
  }
}
.service {
  padding: 4rem 1.3rem;
  background-image: repeating-linear-gradient(0deg, #fff 0px 2px, transparent 2px 17px), repeating-linear-gradient(90deg, #fff 0px 2px, transparent 2px 17px);
}
.service_lst .box {
  margin-top: 1.5rem;
  padding: 1.6rem 1.3rem 1.2rem;
  background: #fff;
  border-radius: 1.5rem;
}
.service_lst .box_tit {
  padding-top: 1.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #d7889c;
  line-height: 1.3;
  text-align: center;
  background-image: url(../img/index/service_box_tit.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3em auto;
}
.service_lst .box_tit.sm {
  font-size: 1.7rem;
}
.service_lst .box_img {
  padding: 0.5rem 0 0.8rem;
}
.service_lst .box_img img {
  max-width: 55%;
  margin: 0 auto;
}
.service_lst .box_txt {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .service {
    padding: 90px 0 135px;
    background-image: repeating-linear-gradient(0deg, #fff 0px 2px, transparent 2px 22px), repeating-linear-gradient(90deg, #fff 0px 2px, transparent 2px 22px);
  }
  .service_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
  }
  .service_lst a > section {
    transition: 0.3s;
  }
  .service_lst a:hover > section {
    box-shadow: 0 0 15px rgba(106, 82, 64, 0.3);
    filter: saturate(1.5);
  }
  .service_lst .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: 530px;
    height: 100%;
    margin: 0;
    padding: 23px 30px;
    border-radius: 30px;
  }
  .service_lst .box_tit {
    width: 100%;
    margin-bottom: 16px;
    padding-top: 20px;
    font-size: 2.8rem;
    letter-spacing: 0.03em;
    background-size: 78px auto;
  }
  .service_lst .box_tit.sm {
    font-size: 2.8rem;
  }
  .service_lst .box_img {
    width: 240px;
    padding: 0;
  }
  .service_lst .box_img img {
    max-width: 100%;
  }
  .service_lst .box_txt {
    width: 210px;
    letter-spacing: 0.05em;
  }
}
.topnews .news_title {
  cursor: pointer;
}

.topnews .news_body {
  word-wrap: break-word;
}
.topnews .news_body a {
  text-decoration: underline;
  transition: 0.3s;
}
.topnews .news_body a:hover {
  text-decoration: none;
}
.topnews .news_body:not(:nth-of-type(-n+3)) {
  display: none;
}

.topnews {
  padding: 3rem 0.8rem;
  background-color: #e9f1f7;
  background-image: url(../img/index/topnews_bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50% auto;
}
.topnews_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
  color: #6498c7;
}
.topnews_tit::before, .topnews_tit::after {
  width: 1.5rem;
  height: 1.5em;
  background-image: url(../img/index/topnews_tit.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.topnews_tit::before {
  background-position: left bottom;
}
.topnews_tit::after {
  background-position: right top;
}
.topnews_box {
  height: 20rem;
  overflow-y: auto;
  padding: 0.5rem;
}
.topnews_box dl {
  padding: 0 0.3rem;
}
.topnews_box dl dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #6498c7;
}
.topnews_box dl dt:not(:first-child) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #6a5240;
}
.topnews_box dl dd {
  padding-top: 0.8em;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .topnews {
    padding: 100px 0 120px;
    background-position: calc(50% + 463px) bottom;
    background-size: 320px auto;
  }
  .topnews .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .topnews_tit {
    width: 185px;
    font-size: 5.2rem;
  }
  .topnews_tit::before, .topnews_tit::after {
    width: 25px;
    height: 1.8em;
  }
  .topnews_box {
    width: 860px;
    height: 288px;
    padding: 0;
  }
  .topnews_box dl {
    padding: 0 20px 0 0;
  }
  .topnews_box dl dt {
    padding-top: 1em;
    font-size: 2rem;
  }
  .topnews_box dl dd {
    font-size: 1.6rem;
  }
}
.heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 9rem;
  padding: 2rem 1.3rem;
  background-color: #fcf9f5;
  background-image: repeating-linear-gradient(0deg, #fff 0px 2px, transparent 2px 17px), repeating-linear-gradient(90deg, #fff 0px 2px, transparent 2px 17px);
  border-top: 0.6rem solid #e7bcbc;
}
.heading .subnote {
  margin: 1.2rem 0 -0.8rem;
  font-size: 1.1rem;
}
.heading .subnote span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 240px;
    padding: 20px calc(50% - 550px);
    background-image: repeating-linear-gradient(0deg, #fff 0px 2px, transparent 2px 22px), repeating-linear-gradient(90deg, #fff 0px 2px, transparent 2px 22px);
    border-top-width: 10px;
  }
  .heading .subnote {
    font-size: 1.6rem;
  }
}

.breadcrumbs {
  padding: 1rem 1rem 0;
  background: transparent;
  font-size: 1.1rem;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.6rem;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

.l-column, .anniversary {
  padding: 3rem 1rem 4rem;
}
.l-column > section ~ section, .anniversary > section ~ section {
  margin-top: 3.5rem;
}
.l-column > section > .intro, .anniversary > section > .intro {
  margin-bottom: 3rem;
}
.l-column > section section, .anniversary > section section {
  margin-top: 2.5rem;
}
.l-column > section h2 + section, .anniversary > section h2 + section, .l-column > section h3 + section, .anniversary > section h3 + section {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .l-column, .anniversary {
    padding: 60px 0 80px;
  }
  .l-column > section, .anniversary > section {
    width: 1100px;
    margin: 0 auto;
  }
  .l-column > section ~ section, .anniversary > section ~ section {
    margin-top: 70px;
  }
  .l-column > section > .intro, .anniversary > section > .intro {
    display: flow-root;
    margin-bottom: 60px;
  }
  .l-column > section section, .anniversary > section section {
    margin-top: 50px;
  }
}

.fetaldock .lead, .lead_balloon, .lead_box {
  margin-left: 1em;
  margin-right: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
.fetaldock .lead p, .lead_balloon p, .lead_box p {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .fetaldock .lead, .lead_balloon, .lead_box {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .fetaldock .lead p, .lead_balloon p, .lead_box p {
    letter-spacing: 0.05em;
  }
}

.lead_box {
  padding: 3rem 1rem;
}
.lead_box p {
  font-size: 1.2rem;
  text-align: justify;
}
@media screen and (min-width: 48em), print {
  .lead_box {
    padding: 60px 0;
  }
  .lead_box p {
    font-size: 2.2rem;
  }
}

.lead_balloon {
  margin: 0 0 2rem;
  padding: 1.4rem 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem rgba(215, 136, 156, 0.15);
}
.lead_balloon p {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (min-width: 48em), print {
  .lead_balloon {
    margin: 0 auto 40px;
    padding: 24px 68px;
    border-radius: 20px;
  }
  .lead_balloon p {
    font-size: 2.2rem;
  }
}

.character {
  margin: 2rem 2.6rem 6rem;
  padding: 2rem 1rem 1rem;
  background: #fefef2;
  border: 1px dotted #dcdcdc;
  border-radius: 1.3rem;
  box-shadow: 0 0 0 1.3rem #fff;
}
.character.mgtop {
  margin-top: 5rem;
}
.character_tit {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.character_box figure {
  padding: 1.5rem 1rem;
}
.character_box figure img {
  max-width: 40%;
  margin: 0 auto 1rem;
}
.character_box figure figcaption dl dt {
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #d7889c;
  text-align: center;
  border-bottom: 2px dotted #d7889c;
}
@media screen and (min-width: 48em), print {
  .character {
    margin: 20px auto 120px;
    padding: 60px;
    border-radius: 50px;
    box-shadow: 0 0 0 20px #fff;
  }
  .character.mgtop {
    margin-top: 120px;
  }
  .character_tit {
    margin-bottom: 28px;
    font-size: 3.6rem;
  }
  .character_box {
    display: flex;
    justify-content: center;
  }
  .character_box figure {
    width: 340px;
    padding: 0 20px;
  }
  .character_box figure img {
    max-width: 100%;
    margin: 0 auto 36px;
  }
  .character_box figure figcaption dl dt {
    margin-bottom: 18px;
    padding-bottom: 20px;
    font-size: 2.4rem;
    border-bottom-width: 2px;
  }
  .character_box figure figcaption dl dd.mt1em {
    padding-top: 1.5em;
  }
}

.cmt_box {
  margin: 2rem 1.5rem 1rem;
  padding: 0.5rem 0 2rem 23%;
  background-image: url(../img/a_char_staff02.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 25% auto;
}
.cmt_box p {
  position: relative;
  margin-bottom: 0;
  padding: 1rem 0.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
}
.cmt_box p::after {
  position: absolute;
  bottom: 0.6rem;
  left: -1rem;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 0.6rem 1.4rem 0.6rem 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (min-width: 48em), print {
  .cmt_box {
    margin: 60px auto 40px;
    padding: 10px 0 50px 200px;
    background-position: left bottom;
    background-size: 182px auto;
  }
  .cmt_box p {
    padding: 38px 5px;
    font-size: 2.6rem;
    border-radius: 20px;
  }
  .cmt_box p::after {
    bottom: 18px;
    left: -16px;
    border-width: 12px 28px 12px 0;
  }
}

.nipt01_col .cmt, .nipt02_col .cmt, .nipt03_col .cmt, .nipt04_col .cmt, .nipt05_col .cmt, .villi_lead .cmt_sayaka .cmt, .villi_inspection_col dt.cmt_yutaka .cmt, .amnios_method .cmt_yutaka .cmt, .amnios_how01_col .cmt_sayaka .cmt, .amnios_how02_col .cmt, .amnios_fish01 .merit .cmt, .amnios_fish01 .cmt_yutaka .cmt, .amnios_fish02 .cmt_sayaka .cmt, .amnios_fish02 .explanation .cmt_yutaka p, .earlyfetus .exp_cmt p, .earlyfetus .cmt_yutaka p, .fetaldock_point .cmt_yutaka p, .conversation > div > p, .conversation > li > p {
  position: relative;
  margin-bottom: 0;
  border-radius: 1rem;
}
.nipt01_col .cmt::after, .nipt02_col .cmt::after, .nipt03_col .cmt::after, .nipt04_col .cmt::after, .nipt05_col .cmt::after, .villi_lead .cmt_sayaka .cmt::after, .villi_inspection_col dt.cmt_yutaka .cmt::after, .amnios_method .cmt_yutaka .cmt::after, .amnios_how01_col .cmt_sayaka .cmt::after, .amnios_how02_col .cmt::after, .amnios_fish01 .merit .cmt::after, .amnios_fish01 .cmt_yutaka .cmt::after, .amnios_fish02 .cmt_sayaka .cmt::after, .amnios_fish02 .explanation .cmt_yutaka p::after, .earlyfetus .exp_cmt p::after, .earlyfetus .cmt_yutaka p::after, .fetaldock_point .cmt_yutaka p::after, .conversation > div > p::after, .conversation > li > p::after {
  position: absolute;
  top: 2rem;
}
@media screen and (min-width: 48em), print {
  .nipt01_col .cmt, .nipt02_col .cmt, .nipt03_col .cmt, .nipt04_col .cmt, .nipt05_col .cmt, .villi_lead .cmt_sayaka .cmt, .villi_inspection_col dt.cmt_yutaka .cmt, .amnios_method .cmt_yutaka .cmt, .amnios_how01_col .cmt_sayaka .cmt, .amnios_how02_col .cmt, .amnios_fish01 .merit .cmt, .amnios_fish01 .cmt_yutaka .cmt, .amnios_fish02 .cmt_sayaka .cmt, .amnios_fish02 .explanation .cmt_yutaka p, .earlyfetus .exp_cmt p, .earlyfetus .cmt_yutaka p, .fetaldock_point .cmt_yutaka p, .conversation > div > p, .conversation > li > p {
    border-radius: 20px;
  }
  .nipt01_col .cmt::after, .nipt02_col .cmt::after, .nipt03_col .cmt::after, .nipt04_col .cmt::after, .nipt05_col .cmt::after, .villi_lead .cmt_sayaka .cmt::after, .villi_inspection_col dt.cmt_yutaka .cmt::after, .amnios_method .cmt_yutaka .cmt::after, .amnios_how01_col .cmt_sayaka .cmt::after, .amnios_how02_col .cmt::after, .amnios_fish01 .merit .cmt::after, .amnios_fish01 .cmt_yutaka .cmt::after, .amnios_fish02 .cmt_sayaka .cmt::after, .amnios_fish02 .explanation .cmt_yutaka p::after, .earlyfetus .exp_cmt p::after, .earlyfetus .cmt_yutaka p::after, .fetaldock_point .cmt_yutaka p::after, .conversation > div > p::after, .conversation > li > p::after {
    top: 54px;
  }
}

.nipt01_col .cmt_yutaka .cmt, .nipt04_col .cmt_sayaka .cmt, .villi_lead .cmt_sayaka .cmt, .amnios_method .cmt_yutaka .cmt, .amnios_fish01 .cmt_yutaka .cmt, .amnios_fish02 .cmt_sayaka .cmt {
  padding: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background: #fff;
}
.nipt01_col .cmt_yutaka .cmt::after, .nipt04_col .cmt_sayaka .cmt::after, .villi_lead .cmt_sayaka .cmt::after, .amnios_method .cmt_yutaka .cmt::after, .amnios_fish01 .cmt_yutaka .cmt::after, .amnios_fish02 .cmt_sayaka .cmt::after {
  right: -1.2rem;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 1.4rem;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 48em), print {
  .nipt01_col .cmt_yutaka .cmt, .nipt04_col .cmt_sayaka .cmt, .villi_lead .cmt_sayaka .cmt, .amnios_method .cmt_yutaka .cmt, .amnios_fish01 .cmt_yutaka .cmt, .amnios_fish02 .cmt_sayaka .cmt {
    padding: 24px;
  }
  .nipt01_col .cmt_yutaka .cmt::after, .nipt04_col .cmt_sayaka .cmt::after, .villi_lead .cmt_sayaka .cmt::after, .amnios_method .cmt_yutaka .cmt::after, .amnios_fish01 .cmt_yutaka .cmt::after, .amnios_fish02 .cmt_sayaka .cmt::after {
    right: -26px;
    border-width: 12px 0 12px 27px;
  }
}

.nipt03_col .cmt_yutaka .cmt, .villi_inspection_col dt.cmt_yutaka .cmt {
  padding: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background: #fff;
}
.nipt03_col .cmt_yutaka .cmt::after, .villi_inspection_col dt.cmt_yutaka .cmt::after {
  left: -1.2rem;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 0.6rem 1.4rem 0.6rem 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (min-width: 48em), print {
  .nipt03_col .cmt_yutaka .cmt, .villi_inspection_col dt.cmt_yutaka .cmt {
    padding: 24px;
  }
  .nipt03_col .cmt_yutaka .cmt::after, .villi_inspection_col dt.cmt_yutaka .cmt::after {
    left: -26px;
    border-width: 12px 27px 12px 0;
  }
}

.amnios_how01_col .cmt_sayaka .cmt, .amnios_how02_col .cmt {
  padding: 1em;
  background: #fff;
}
.amnios_how01_col .cmt_sayaka .cmt::after, .amnios_how02_col .cmt::after {
  top: auto;
  bottom: -1.2rem;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.4rem 0.6rem 0 0.6rem;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 48em), print {
  .amnios_how01_col .cmt_sayaka .cmt, .amnios_how02_col .cmt {
    padding: 24px;
  }
  .amnios_how01_col .cmt_sayaka .cmt::after, .amnios_how02_col .cmt::after {
    bottom: -26px;
    border-width: 27px 12px 0 12px;
  }
}

.amnios_fish01 .merit .cmt {
  padding: 1em;
  background: #fff;
}
.amnios_fish01 .merit .cmt::after {
  top: -1.2rem;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 0 0.6rem 1.4rem 0.6rem;
  border-color: transparent transparent #fff transparent;
}
@media screen and (min-width: 48em), print {
  .amnios_fish01 .merit .cmt {
    padding: 24px;
  }
  .amnios_fish01 .merit .cmt::after {
    top: -26px;
    border-width: 0 12px 27px 12px;
  }
}

.conversation .sayaka > p {
  padding: 1em;
  background: #f2dae0;
}
.conversation .sayaka > p::after {
  left: -1.2rem;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 0.6rem 1.4rem 0.6rem 0;
  border-color: transparent #f2dae0 transparent transparent;
}
@media screen and (min-width: 48em), print {
  .conversation .sayaka > p {
    padding: 36px 40px;
  }
  .conversation .sayaka > p::after {
    left: -26px;
    border-width: 12px 27px 12px 0;
  }
}

.amnios_fish02 .explanation .cmt_yutaka p, .earlyfetus .exp_cmt p, .earlyfetus .cmt_yutaka p, .fetaldock_point .cmt_yutaka p, .conversation .yutaka > p {
  padding: 1em;
  background: #dfeaf3;
}
.amnios_fish02 .explanation .cmt_yutaka p::after, .earlyfetus .exp_cmt p::after, .earlyfetus .cmt_yutaka p::after, .fetaldock_point .cmt_yutaka p::after, .conversation .yutaka > p::after {
  right: -1.2rem;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 1.4rem;
  border-color: transparent transparent transparent #dfeaf3;
}
@media screen and (min-width: 48em), print {
  .amnios_fish02 .explanation .cmt_yutaka p, .earlyfetus .exp_cmt p, .earlyfetus .cmt_yutaka p, .fetaldock_point .cmt_yutaka p, .conversation .yutaka > p {
    padding: 36px 40px;
  }
  .amnios_fish02 .explanation .cmt_yutaka p::after, .earlyfetus .exp_cmt p::after, .earlyfetus .cmt_yutaka p::after, .fetaldock_point .cmt_yutaka p::after, .conversation .yutaka > p::after {
    right: -26px;
    border-width: 12px 0 12px 27px;
  }
}

.conversation > div, .conversation > li {
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
.conversation > div:last-child, .conversation > li:last-child {
  margin-bottom: 0;
}
.conversation > div > img, .conversation > li > img {
  flex: none;
  max-width: 25vw;
  height: auto;
}
.conversation > div > p, .conversation > li > p {
  flex-grow: 1;
}
.conversation .yutaka > p {
  order: -1;
}
@media screen and (min-width: 48em), print {
  .conversation > div, .conversation > li {
    column-gap: 36px;
    margin-bottom: 36px;
  }
  .conversation > div > img, .conversation > li > img {
    max-width: 130px;
  }
}

.clinic_performance {
  margin: 3rem 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.clinic_performance > section {
  padding: 1.6rem 1.6rem 2rem;
}
.clinic_performance > section .tit {
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  border-bottom: 2px dotted #d7889c;
}
.clinic_performance > section .num em {
  display: inline-block;
  padding: 0 0.5rem;
  font-family: "Rubik", sans-serif;
  font-size: 3rem;
  vertical-align: text-bottom;
}
.clinic_performance > section .archive {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  gap: 0.5rem 0;
}
.clinic_performance > section .archive dt {
  width: 40%;
  padding: 2.2rem 0.8rem 1rem;
  text-align: right;
  background: #fff;
  border-radius: 0.5rem 0 0 0.5rem;
}
.clinic_performance > section .archive dd {
  width: 60%;
  padding: 1rem 0;
  font-size: 1.8rem;
  text-align: left;
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
.clinic_performance > section .inbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clinic_performance > section .inbox .num {
  width: 64%;
  padding: 1rem 0;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  background: #fff;
  border-radius: 0.5rem;
}
.clinic_performance > section .inbox .dpt {
  width: 34%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 0.3rem;
  line-height: 1;
}
.clinic_performance > section .inbox .dpt dt {
  width: 40%;
  padding: 0 0.5rem 0 0;
  text-align: right;
}
.clinic_performance > section .inbox .dpt dd {
  width: 60%;
  text-align: left;
}
.clinic_performance > section .inbox .dpt dd em {
  font-family: "Rubik", sans-serif;
  font-size: 2.2rem;
}
.clinic_performance_emb {
  background: #f5e4e4;
}
.clinic_performance_emb em, .clinic_performance_emb .num dd {
  color: #d7889c;
}
.clinic_performance_villi {
  background: #e5edf3;
}
.clinic_performance_villi em, .clinic_performance_villi .num dd {
  color: #6498c7;
}
.clinic_performance_amniotic {
  background: #efeae7;
}
.clinic_performance_amniotic em, .clinic_performance_amniotic .num dd {
  color: inherit;
}

@media screen and (min-width: 48em), print {
  .clinic_performance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin: 90px auto 40px;
  }
  .clinic_performance > section {
    padding: 60px 25px 50px;
  }
  .clinic_performance > section .tit {
    margin-bottom: 48px;
    font-size: 2.8rem;
    border-bottom-width: 3px;
  }
  .clinic_performance > section .num em {
    font-size: 5.2rem;
  }
  .clinic_performance > section .archive {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
  }
  .clinic_performance > section .archive dt {
    width: 115px;
    padding: 32px 14px 6px 0;
    font-size: 2.2rem;
    border-radius: 10px 0 0 10px;
  }
  .clinic_performance > section .archive dt:not(:first-of-type) {
    margin-left: 16px;
  }
  .clinic_performance > section .archive dd {
    width: 185px;
    padding: 10px 0 6px;
    font-size: 2.8rem;
    border-radius: 0 10px 10px 0;
  }
  .clinic_performance > section .inbox {
    justify-content: center;
    column-gap: 15px;
  }
  .clinic_performance > section .inbox .num {
    flex: none;
    width: 303px;
    padding: 1rem 0;
    font-size: 2.8rem;
    border-radius: 10px;
  }
  .clinic_performance > section .inbox .dpt {
    width: 100px;
  }
  .clinic_performance > section .inbox .dpt dd em {
    font-size: 2.8rem;
  }
  .clinic_performance_emb {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .clinic_performance_villi {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .clinic_performance_amniotic {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.clinic_caselist {
  margin: 0 1rem 4rem;
  padding: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #fff;
  border-radius: 0.6rem;
}
.clinic_caselist .caselist_col {
  padding: 2rem 1.5rem;
  background: #efe0ca;
  border-radius: 0.4rem;
}
.clinic_caselist .caselist_col ~ .caselist_col {
  margin-top: 1rem;
}
.clinic_caselist .caselist_col .tit {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.clinic_caselist .caselist_col .lst {
  font-weight: 500;
}
.clinic_caselist .caselist_col .lst li {
  margin-top: 0.5rem;
  padding-left: 1em;
  line-height: 1.3;
}
.clinic_caselist .caselist_col .lst li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}

@media screen and (min-width: 48em), print {
  .clinic_caselist {
    display: flex;
    column-gap: 30px;
    margin: 0 auto 100px;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
  }
  .clinic_caselist .caselist_col {
    width: 495px;
    padding: 40px;
    border-radius: 6px;
  }
  .clinic_caselist .caselist_col ~ .caselist_col {
    margin-top: 0;
  }
  .clinic_caselist .caselist_col .tit {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .clinic_caselist .caselist_col .lst {
    font-size: 2.2rem;
  }
  .clinic_caselist .caselist_col .lst li {
    margin-top: 10px;
    line-height: 1.3;
  }
}
.greeting_doctor .tit,
.greeting_staff01 .tit,
.greeting_staff02 .tit {
  margin-bottom: 1.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}
.greeting_doctor .tit span,
.greeting_staff01 .tit span,
.greeting_staff02 .tit span {
  display: block;
  font-size: 1.4rem;
}
.greeting_doctor .photo,
.greeting_staff01 .photo,
.greeting_staff02 .photo {
  width: 70%;
  margin: 0 auto 1.5rem;
}
.greeting_doctor .photo img,
.greeting_staff01 .photo img,
.greeting_staff02 .photo img {
  max-width: 100%;
  border-radius: 1rem;
}
.greeting_doctor .msg,
.greeting_staff01 .msg,
.greeting_staff02 .msg {
  padding: 1.3rem;
  background: #fff;
  border-radius: 1rem;
}
.greeting_doctor .msg p,
.greeting_staff01 .msg p,
.greeting_staff02 .msg p {
  margin: 0;
  text-indent: 1em;
}
.greeting_doctor .prof,
.greeting_staff01 .prof,
.greeting_staff02 .prof {
  margin: 1.5rem 0 0;
  padding: 0 1.3rem;
}
.greeting_doctor .prof dt,
.greeting_staff01 .prof dt,
.greeting_staff02 .prof dt {
  margin-bottom: 0.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #d7889c;
}
.greeting_doctor .prof dt:not(:first-of-type),
.greeting_staff01 .prof dt:not(:first-of-type),
.greeting_staff02 .prof dt:not(:first-of-type) {
  margin-top: 1.5rem;
}
.greeting_doctor .prof dd,
.greeting_staff01 .prof dd,
.greeting_staff02 .prof dd {
  font-size: 1.2rem;
}

.greeting_doctor {
  background: #fcf9f5;
}
.greeting_doctor .wrap {
  padding: 3.5rem 1rem 0;
}
.greeting_doctor .cmt_box {
  margin: 2rem 2rem 0;
}
.greeting_doctor .cmt_box p {
  color: #d7889c;
}

.greeting_staff01 {
  background: #fff3f4;
}
.greeting_staff01 .wrap {
  padding: 4rem 1rem 3rem;
}

.greeting_staff02 {
  background: #e9f1f7;
}
.greeting_staff02 .wrap {
  padding: 4rem 1rem 3rem;
}

.greeting_all {
  padding: 4rem 3rem 2rem;
  background: #fcf9f5;
}
.greeting_all .photo {
  margin: 0 auto 0.5rem;
}
.greeting_all .photo img {
  border: 2px solid #e7bcbc;
  border-radius: 1rem;
}
.greeting_all p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  color: #d7889c;
}

@media screen and (min-width: 48em), print {
  .greeting_doctor .tit,
  .greeting_staff01 .tit,
  .greeting_staff02 .tit {
    margin-bottom: 60px;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .greeting_doctor .tit span,
  .greeting_staff01 .tit span,
  .greeting_staff02 .tit span {
    display: inline-block;
    margin-right: 1em;
    font-size: 2.2rem;
  }
  .greeting_doctor .col,
  .greeting_staff01 .col,
  .greeting_staff02 .col {
    display: grid;
    justify-content: space-between;
    align-items: start;
  }
  .greeting_doctor .photo,
  .greeting_staff01 .photo,
  .greeting_staff02 .photo {
    width: 550px;
    margin: 0;
  }
  .greeting_doctor .photo img,
  .greeting_staff01 .photo img,
  .greeting_staff02 .photo img {
    border-radius: 20px;
  }
  .greeting_doctor .msg,
  .greeting_staff01 .msg,
  .greeting_staff02 .msg {
    padding: 40px;
    border-radius: 20px;
  }
  .greeting_doctor .msg p,
  .greeting_staff01 .msg p,
  .greeting_staff02 .msg p {
    letter-spacing: 0.05em;
    text-align: justify;
  }
  .greeting_doctor .prof,
  .greeting_staff01 .prof,
  .greeting_staff02 .prof {
    margin: 0;
    padding: 0;
  }
  .greeting_doctor .prof dt,
  .greeting_staff01 .prof dt,
  .greeting_staff02 .prof dt {
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .greeting_doctor .prof dt:not(:first-of-type),
  .greeting_staff01 .prof dt:not(:first-of-type),
  .greeting_staff02 .prof dt:not(:first-of-type) {
    margin-top: 40px;
  }
  .greeting_doctor .prof dd,
  .greeting_staff01 .prof dd,
  .greeting_staff02 .prof dd {
    font-size: inherit;
    letter-spacing: 0.05em;
  }
  .greeting_doctor .wrap {
    position: relative;
    padding: 60px 0 122px;
  }
  .greeting_doctor .col {
    grid-template-columns: 520px 550px;
    grid-template-rows: 400px auto;
  }
  .greeting_doctor .col .photo {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .greeting_doctor .col .msg {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .greeting_doctor .col .prof {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .greeting_doctor .cmt_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 520px;
    height: 270px;
    margin: 0;
  }
  .greeting_doctor .cmt_box p {
    width: 320px;
    height: 182px;
    font-size: 2.2rem;
  }
  .greeting_staff01 .wrap {
    padding: 115px 0 120px;
  }
  .greeting_staff01 .col {
    grid-template-columns: 550px 520px;
    grid-template-rows: 400px auto;
  }
  .greeting_staff01 .col .photo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .greeting_staff01 .col .msg {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .greeting_staff01 .col .prof {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .greeting_staff02 .wrap {
    padding: 115px 0 120px;
  }
  .greeting_staff02 .col {
    grid-template-columns: 520px 550px;
    grid-template-rows: 400px auto;
  }
  .greeting_staff02 .col .photo {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .greeting_staff02 .col .msg {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .greeting_staff02 .col .prof {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .greeting_all {
    padding: 100px 0;
  }
  .greeting_all .photo {
    margin: 0 0 10px;
  }
  .greeting_all .photo img {
    border-width: 2px;
    border-radius: 20px;
    margin: 0 auto;
  }
  .greeting_all p {
    margin-bottom: 0;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
.manga_lead {
  padding: 3rem 1rem 4rem;
}
.manga_lead p {
  margin: 0 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 48em), print {
  .manga_lead {
    padding: 60px 0 100px;
  }
  .manga_lead p {
    width: 738px;
    margin: 0 auto;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.manga_book {
  padding: 4rem 1rem;
  background: #fff3f4;
}
.manga_book .manga ~ .manga {
  margin-top: 3rem;
}
.manga_book .manga figure img {
  max-width: 100%;
}
.manga_book .manga .btn {
  margin-top: 1rem;
  text-align: center;
}
.manga_book .manga .btn a {
  min-width: 95%;
}
.manga_book .contactbox {
  margin: 5rem 1rem 0;
  padding: 2rem 1.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #fefef2;
  border: 1px dotted #dcdcdc;
  border-radius: 1.3rem;
  box-shadow: 0 0 0 1.3rem #fff;
}
.manga_book .contactbox p {
  margin: 0 0.6rem 1rem;
  font-weight: 500;
  text-align: justify;
}
.manga_book .contactbox_to {
  margin-top: 2rem;
}
.manga_book .contactbox_to dt {
  text-align: center;
}
.manga_book .contactbox_to dt em {
  font-weight: 500;
  font-size: 1rem;
}
.manga_book .contactbox_to dd {
  margin-top: 0.8rem;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .manga_book {
    padding: 80px 0 140px;
  }
  .manga_book .manga {
    padding: 0;
  }
  .manga_book .manga ~ .manga {
    margin-top: 60px;
  }
  .manga_book .manga .btn {
    margin-top: 40px;
  }
  .manga_book .manga .btn a {
    min-width: 475px;
    font-size: 2rem;
  }
  .manga_book .contactbox {
    margin: 80px 20px 20px;
    padding: 70px 40px 85px;
    border-radius: 50px;
    box-shadow: 0 0 0 20px #fff;
  }
  .manga_book .contactbox p {
    margin: 0 0 36px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
  }
  .manga_book .contactbox_to {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .manga_book .contactbox_to dt {
    width: 50%;
    background: radial-gradient(at 55% 40px, white, rgba(255, 255, 255, 0) 50%);
  }
  .manga_book .contactbox_to dt img {
    max-width: 445px;
    margin: 0 auto 14px;
    filter: drop-shadow(0 0 5px #fff);
  }
  .manga_book .contactbox_to dt em {
    font-size: 2rem;
  }
  .manga_book .contactbox_to dd {
    width: 50%;
    margin: 0;
    padding-right: 10px;
    font-size: 4.2rem;
  }
}
.manga_explanation {
  padding: 4rem 2rem 3rem;
}
.manga_explanation article > section ~ section {
  margin-top: 3rem;
}
.manga_explanation article > section > section {
  margin-top: 2rem;
}
.manga_explanation article .tit_04 span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.5rem;
}
.manga_explanation article .imgs_chromosome {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  justify-content: space-between;
  margin: 1.5rem 0;
}
.manga_explanation article .imgs_chromosome > div {
  width: 50%;
}
.manga_explanation article .imgs_chromosome > div img {
  max-width: 90%;
  margin: 0 auto;
}
.manga_explanation article .imgs_chromosome > figure {
  width: 100%;
}
.manga_explanation article .imgs_chromosome > figure figcaption {
  margin-bottom: 0.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #d7889c;
}
.manga_explanation article .imgs_fetal {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.2rem;
  justify-content: space-between;
  margin: 1.5rem 0;
}
.manga_explanation article .imgs_fetal > div {
  width: 100%;
}
.manga_explanation article .imgs_fetal > figure {
  width: 48%;
}
.manga_explanation article .imgs_fetal > figure figcaption {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.manga_explanation article .imgs_exam {
  margin: 1rem 0;
}

@media screen and (min-width: 48em), print {
  .manga_explanation {
    padding: 64px 0 120px;
  }
  .manga_explanation article > section ~ section {
    margin-top: 60px;
  }
  .manga_explanation article > section > section {
    margin-top: 40px;
  }
  .manga_explanation article p {
    letter-spacing: 0.05em;
  }
  .manga_explanation article .tit_04 span {
    display: inline;
    margin-left: 0;
    font-size: inherit;
  }
  .manga_explanation article .imgs_chromosome {
    row-gap: 70px;
    margin: 70px 0 60px;
  }
  .manga_explanation article .imgs_chromosome > figure figcaption {
    margin-bottom: 18px;
    font-size: 2.4rem;
  }
  .manga_explanation article .imgs_fetal {
    display: flow-root;
    margin: 20px 0;
  }
  .manga_explanation article .imgs_fetal > div {
    float: left;
    width: 778px;
  }
  .manga_explanation article .imgs_fetal > figure {
    display: inline-block;
    width: 322px;
  }
  .manga_explanation article .imgs_fetal > figure figcaption {
    font-size: 2.4rem;
  }
  .manga_explanation article .imgs_fetal > figure + figure {
    margin-top: 20px;
  }
  .manga_explanation article .imgs_exam {
    margin: 50px 0 60px;
  }
  .manga_explanation article .imgs_exam img {
    margin: 0 auto;
  }
}
.manga_message {
  padding: 4rem 1rem;
  background-image: url(../img/manga/message_bg.webp);
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
}
.manga_message figure img {
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .manga_message {
    padding: 80px 0 120px;
    background-size: auto;
  }
}
.price_list {
  padding: 0 1rem;
}
.price_list .item {
  display: flex;
  flex-wrap: wrap;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.price_list .item ~ .item {
  margin-top: 2.8rem;
}
.price_list .item > dt {
  flex: 1 0 60%;
  padding: 0.5rem 0 0.5rem 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  background: #efe0ca;
  border-radius: 0.5rem 0 0 0.5rem;
}
.price_list .item > dt.item_head {
  width: 100%;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
}
.price_list .item > dd {
  padding: 0.6rem 0.8rem 0.6rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: right;
  background: #efe0ca;
  border-radius: 0 0.5rem 0.5rem 0;
}
.price_list .item > dd.item_detail {
  width: 100%;
  padding: 0.8rem 1rem 0;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
  background: none;
  border-radius: 0;
}
.price_list .item > dd.item_detail p {
  margin-bottom: 0;
}
.price_list .item > dd.item_detail .note {
  margin: 0.5rem 0 0;
  font-size: 1.1rem;
}
.price_list .item > dd.item_detail em {
  font-weight: 500;
}
.price_list .item .item_tbl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.price_list .item .item_tbl > dt {
  width: calc(100% - 6em);
  padding: 0.3rem 0 0.3rem 0.8rem;
  color: #d7889c;
  border-bottom: 1px dashed #6a5240;
}
.price_list .item .item_tbl > dd {
  width: 6em;
  padding: 0.3rem 0.8rem 0.3rem 0;
  text-align: right;
  border-bottom: 1px dashed #6a5240;
}
.price_list .item .item_tbl > dd.item_tbl_detail {
  width: 100%;
  padding: 1rem 1.8rem;
  text-align: left;
  border-bottom: none;
}
.price_list .item .item_tbl > dd.item_tbl_detail .tit {
  font-weight: 500;
}

@media screen and (min-width: 48em), print {
  .price_list {
    padding: 0;
  }
  .price_list .item ~ .item {
    margin-top: 58px;
  }
  .price_list .item > dt {
    padding: 20px 30px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    border-radius: 6px 0 0 6px;
  }
  .price_list .item > dt.item_head {
    padding: 20px 24px;
    border-radius: 6px;
  }
  .price_list .item > dd {
    padding: 20px 30px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    border-radius: 0 6px 6px 0;
  }
  .price_list .item > dd.item_detail {
    padding: 30px 60px 0;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .price_list .item > dd.item_detail p, .price_list .item > dd.item_detail .note {
    font-size: inherit;
  }
  .price_list .item > dd.item_detail p + .item_tbl, .price_list .item > dd.item_detail .note + .item_tbl {
    margin-top: 30px;
  }
  .price_list .item .item_tbl {
    margin-top: -10px;
    font-size: inherit;
  }
  .price_list .item .item_tbl > dt {
    width: 70%;
    padding: 12px 30px;
  }
  .price_list .item .item_tbl > dd {
    width: 30%;
    padding: 12px 30px;
  }
  .price_list .item .item_tbl > dd.item_tbl_detail {
    padding: 40px 60px 50px;
    text-align: left;
    border-bottom: none;
  }
  .price_list .item .item_tbl > dd.item_tbl_detail .tit {
    margin-bottom: 20px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
.price_benefits {
  margin: 5rem 2rem 3rem;
  padding: 1.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background: #fefef2;
  border: 1px dotted #dcdcdc;
  border-radius: 1.3rem;
  box-shadow: 0 0 0 1.3rem #fff;
}
.price_benefits dt {
  margin-bottom: 0.8rem;
  padding-right: 1.5em;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
.price_benefits dt::before {
  display: inline-block;
  width: 1.5em;
  height: 1.2em;
  margin-right: 0.2rem;
  vertical-align: text-bottom;
  background-image: url(../img/icon_benefit.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 48em), print {
  .price_benefits {
    margin: 95px 20px 145px;
    padding: 50px 55px 60px;
    border-radius: 50px;
    box-shadow: 0 0 0 20px #fff;
  }
  .price_benefits dt {
    margin-bottom: 28px;
    padding-right: 60px;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
  .price_benefits dt::before {
    width: 58px;
    height: 53px;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .price_benefits dd {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    text-align: justify;
  }
}
.story_heading {
  display: block;
  min-height: 5rem;
  padding: 0;
  background: #fff;
}
.story_heading h1 img {
  margin: 0 auto;
}

.story_intro {
  padding: 4rem 2rem 3.5rem;
}
.story_intro p {
  margin-bottom: 0;
}

.story_col {
  padding: 5rem 1rem 4.5rem;
}
.story_col .tit {
  margin: 0 0 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #d7889c;
}
.story_col .tit::before, .story_col .tit::after {
  content: "～";
}
.story_col .img {
  max-width: 90%;
  margin: 0 auto 1.8rem;
}
.story_col .txt {
  display: grid;
  justify-content: center;
  margin-bottom: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8;
}
.story_col#story01 {
  background: #fff3f4;
}
.story_col#story02 {
  background: #e9f1f7;
}
.story_col#story02 .tit {
  color: #6498c7;
}
.story_col#story04 {
  background: #fff3f4;
}

@media screen and (min-width: 48em), print {
  .story_intro {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .story_col {
    padding: 100px 0 90px;
  }
  .story_col .box {
    display: flow-root;
    width: 1100px;
    margin: 0 auto;
  }
  .story_col .tit {
    margin: 0 0 40px;
    font-size: 3.6rem;
  }
  .story_col .img {
    max-width: 100%;
    margin: 0;
  }
  .story_col .txt {
    display: inline-block;
    padding-top: 5px;
    font-size: 2.2rem;
    line-height: inherit;
  }
  .story_col#story01 .img, .story_col#story03 .img {
    float: right;
  }
  .story_col#story02 .img, .story_col#story04 .img {
    float: left;
    margin-right: 20px;
  }
}
.emb_check_items {
  padding: 2rem 1rem 4rem;
  background: #fff3f4;
}
.emb_check_items .items_head {
  margin: 0 0.8rem;
  padding: 1rem 32% 2rem 0;
  background-image: url(../img/a_char_staff01.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 28% auto;
}
.emb_check_items .items_head p {
  position: relative;
  margin: 0;
  padding: 1rem 0.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
}
.emb_check_items .items_head p::after {
  position: absolute;
  bottom: 1rem;
  right: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 1.4rem;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.emb_check_items .items_menu {
  margin: 0 0.5rem;
}
.emb_check_items .items_menu li {
  margin-top: 1.5rem;
}
.emb_check_items .items_menu li a {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding: 1rem 0.3rem 0.3rem;
  border-radius: 1.5rem;
  background: #fcf9f5;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
}
.emb_check_items .items_menu li a div {
  flex: 0 0 28vw;
  border-radius: 1.5rem;
  overflow: hidden;
}
.emb_check_items .items_menu li a div img {
  max-width: 140%;
  object-fit: cover;
  object-position: -5vw center;
}
.emb_check_items .items_menu li a dl {
  padding: 0 0.5rem 0.5rem;
}
.emb_check_items .items_menu li a dl dt {
  margin-bottom: 0.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
.emb_check_items .items_menu li a dl dd {
  font-size: 1.1rem;
}

@media screen and (min-width: 48em), print {
  .emb_check_items {
    padding: 55px 0 80px;
  }
  .emb_check_items .items_head {
    width: 780px;
    height: 228px;
    margin: 0 auto 25px;
    padding: 27px 340px 0 0;
    background-position: right 130px bottom 0;
    background-size: auto;
  }
  .emb_check_items .items_head p {
    width: 390px;
    padding: 35px 55px;
    font-size: 2rem;
    line-height: 1.8;
    border-radius: 12px;
  }
  .emb_check_items .items_head p::after {
    bottom: 28px;
    right: -34px;
    border-width: 15px 0 15px 34px;
  }
  .emb_check_items .items_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0;
  }
  .emb_check_items .items_menu li {
    width: 340px;
    margin-top: 0;
  }
  .emb_check_items .items_menu li a {
    display: block;
    height: 100%;
    padding: 30px 32px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16), inset 0 0 10px transparent;
    transition: background 0.5s, box-shadow 0.5s;
  }
  .emb_check_items .items_menu li a div {
    flex: none;
    border-radius: 0;
  }
  .emb_check_items .items_menu li a div img {
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: initial;
  }
  .emb_check_items .items_menu li a dl {
    padding: 0;
  }
  .emb_check_items .items_menu li a dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 5em;
    margin-bottom: 0;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #6a5240;
    transition: color 0.5s;
  }
  .emb_check_items .items_menu li a dl dd {
    margin-bottom: 0;
    font-size: inherit;
    letter-spacing: 0.05em;
  }
  .emb_check_items .items_menu li a:hover {
    background: #fff;
    box-shadow: 0 0 10px transparent, inset 0 0 10px rgba(163, 149, 130, 0.5);
  }
  .emb_check_items .items_menu li a:hover dt {
    color: #d7889c;
  }
  .emb_check_items .items_menu li:nth-child(-n+3) dt {
    min-height: 3.5em;
  }
  .emb_check_items .items_menu li:nth-child(n+7) {
    width: 245px;
  }
  .emb_check_items .items_menu li:nth-child(n+7) a {
    padding: 30px 20px;
  }
  .emb_check_items .items_menu li:nth-child(n+7) a img {
    max-width: 185px;
  }
  .emb_check_items .items_menu li:nth-child(n+7) a dt {
    min-height: 1em;
    margin: 18px 0 8px;
  }
}
.earlyfetus {
  padding: 4rem 1rem 2rem;
}
.earlyfetus .exp {
  margin-top: 4rem;
}
.earlyfetus .exp_cmt {
  margin: 0 1rem;
  padding: 1.5rem 0 1.5rem 30vw;
  background-image: url(../img/early_fetus/char_yutaka01.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 28vw auto;
}
.earlyfetus .exp_cmt p::after {
  display: none;
}
.earlyfetus .exp_cmt p::before {
  position: absolute;
  top: 2rem;
  right: auto;
  left: -1.2rem;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 0.6rem 1.4rem 0.6rem 0;
  border-color: transparent #dfeaf3 transparent transparent;
}
.earlyfetus .exp_box {
  background: #fff;
  border: 3px solid #e7bcbc;
  border-radius: 1rem;
}
.earlyfetus .exp_box .lst_ul {
  margin: 2rem 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
.earlyfetus .exp_box_exam {
  padding: 1.5rem;
  border-top: 1px dashed currentColor;
}
.earlyfetus .exp_box_exam ul {
  margin-bottom: 0.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
}
.earlyfetus .exp_box_exam ul li {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 2px solid #d7889c;
  border-radius: 1.5em;
}
.earlyfetus .exp_box_exam ul::after {
  display: block;
  width: 100%;
  font-size: 200%;
  line-height: 1;
  color: #d7889c;
  content: "↓";
}
.earlyfetus .exp_box_exam p {
  margin-bottom: 0;
}
.earlyfetus .cmt_yutaka {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 1.5rem;
}
.earlyfetus .cmt_yutaka::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 30vw;
  height: 10rem;
  content: "";
  background-image: url(../img/early_fetus/char_yutaka02.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 8rem;
}
.earlyfetus .cmt_yutaka p {
  margin-bottom: 1.5rem;
}
.earlyfetus .cmt_yutaka p::before {
  position: absolute;
  bottom: -1rem;
  right: 23vw;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.2rem 0.7rem 0 0.7rem;
  border-color: #dfeaf3 transparent transparent transparent;
}
.earlyfetus .cmt_yutaka p::after {
  display: none;
}
.earlyfetus .cmt_yutaka span {
  display: block;
  margin-left: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 48em), print {
  .earlyfetus {
    padding: 60px 0 64px;
  }
  .earlyfetus .exp {
    margin-top: 105px;
    padding-left: 258px;
    padding-right: 218px;
    background-image: url(../img/early_fetus/char_yutaka01.webp), url(../img/early_fetus/char_sayaka01.webp);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-size: auto;
  }
  .earlyfetus .exp_cmt {
    margin: 0 0 18px;
    padding: 0;
    background: none;
  }
  .earlyfetus .exp_cmt p::before {
    top: 54px;
    right: auto;
    left: -26px;
    border-width: 12px 27px 12px 0;
  }
  .earlyfetus .exp_box {
    border-width: 5px;
    border-radius: 20px;
  }
  .earlyfetus .exp_box .lst_ul {
    margin: 56px 60px;
    font-size: 2.2rem;
  }
  .earlyfetus .exp_box_exam {
    display: flex;
    column-gap: 10px;
    padding: 33px 48px 50px 58px;
  }
  .earlyfetus .exp_box_exam ul {
    position: relative;
    flex: none;
    width: 234px;
    margin-bottom: 0;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .earlyfetus .exp_box_exam ul li {
    display: block;
    width: 174px;
    padding: 10px 20px;
  }
  .earlyfetus .exp_box_exam ul li + li {
    margin-top: 15px;
  }
  .earlyfetus .exp_box_exam ul::after {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0;
    width: 1em;
    font-size: 5rem;
    content: "→";
  }
  .earlyfetus .cmt_yutaka {
    height: 264px;
    margin-top: 100px;
    padding-bottom: 0;
  }
  .earlyfetus .cmt_yutaka::after {
    width: 260px;
    height: 100%;
    background-size: auto;
  }
  .earlyfetus .cmt_yutaka p {
    width: 800px;
    margin-bottom: 30px;
  }
  .earlyfetus .cmt_yutaka p::before {
    display: none;
  }
  .earlyfetus .cmt_yutaka p::after {
    display: block;
  }
  .earlyfetus .cmt_yutaka span {
    width: 780px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    text-align: right;
  }
}
.fetaldock {
  padding: 4rem 1rem;
  background: #fff3f4;
}
.fetaldock_col {
  margin-top: 3rem;
}
.fetaldock .inspection_items, .fetaldock .echo3d4d_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  margin: 1.5rem 0 2rem;
}
.fetaldock .inspection_items figure img, .fetaldock .echo3d4d_items figure img {
  max-width: 70vw;
  margin: 0 auto 0.5rem;
}
.fetaldock .inspection_items figure figcaption, .fetaldock .echo3d4d_items figure figcaption {
  font-size: 1.2rem;
  text-align: center;
}
.fetaldock_point p {
  margin-bottom: 0;
}
.fetaldock_point .img img {
  max-width: 80%;
  margin: 0 auto 1.5rem;
}
.fetaldock_point01 dl, .fetaldock_point02 dl {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
}
.fetaldock_point01 dl dt, .fetaldock_point02 dl dt {
  margin-bottom: 0.8rem;
  padding: 0.6rem 0.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.2;
  color: #fff;
  background: #d7889c;
  border-radius: 0.6rem;
}
.fetaldock_point01 dl dd, .fetaldock_point02 dl dd {
  padding: 0 0.5em;
}
.fetaldock_point .cmt_yutaka {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-right: 18vw;
  background-image: url(../img/a_char_yutaka.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 16vw auto;
}
.fetaldock_merit {
  margin-top: 2rem;
  padding: 1.3rem 0.3rem 1.3rem 22vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background-color: #fff;
  background-image: url(../img/early_fetus/char_baby.webp);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 17vw auto;
  border-radius: 1rem;
}

@media screen and (min-width: 48em), print {
  .fetaldock {
    padding: 84px 0 100px;
  }
  .fetaldock .lead {
    font-size: 2.2rem;
  }
  .fetaldock_col {
    margin-top: 60px;
  }
  .fetaldock .inspection_items, .fetaldock .echo3d4d_items {
    justify-content: flex-start;
    gap: 30px;
    margin: 40px 0;
  }
  .fetaldock .inspection_items figure img, .fetaldock .echo3d4d_items figure img {
    max-width: 100%;
    margin: 0 0 8px;
  }
  .fetaldock .inspection_items figure figcaption, .fetaldock .echo3d4d_items figure figcaption {
    font-size: 1.6rem;
  }
  .fetaldock_point {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .fetaldock_point .img {
    width: 420px;
    margin-top: 92px;
  }
  .fetaldock_point .img img {
    max-width: 100%;
    margin: 0;
  }
  .fetaldock_point01, .fetaldock_point02 {
    width: 320px;
  }
  .fetaldock_point01 dl, .fetaldock_point02 dl {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 20px;
  }
  .fetaldock_point01 dl dt, .fetaldock_point02 dl dt {
    margin-bottom: 12px;
    padding: 11px 16px 11px 32px;
    font-size: 2.2rem;
    border-radius: 6px;
    text-indent: -1em;
  }
  .fetaldock_point01 dl dd, .fetaldock_point02 dl dd {
    padding: 0 10px;
  }
  .fetaldock_point01 {
    order: -1;
  }
  .fetaldock_point .cmt_yutaka {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-right: 95px;
    background-size: auto 144px;
  }
  .fetaldock_point .cmt_yutaka p {
    width: 240px;
    padding: 20px 30px 18px 20px;
    border-radius: 12px;
  }
  .fetaldock_point .cmt_yutaka p::after {
    top: 37px;
    right: -25px;
  }
  .fetaldock_point + .marker {
    margin: 30px 0 0;
    text-align: right;
  }
  .fetaldock_merit {
    display: flex;
    align-items: center;
    column-gap: 24px;
    height: 328px;
    margin-top: 40px;
    padding: 40px 40px 40px 228px;
    background-position: 40px center;
    background-size: 164px auto;
    border-radius: 20px;
  }
  .fetaldock_merit ul {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.feature_earlyfetus {
  padding: 4rem 1rem;
  background: #e9f1f7;
}
.feature_earlyfetus .wrap > section {
  margin-top: 2rem;
}
.feature_earlyfetus .wrap > section p {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .feature_earlyfetus {
    padding: 80px 0 100px;
  }
  .feature_earlyfetus .wrap > section {
    margin-top: 40px;
  }
  .feature_earlyfetus .wrap > section:nth-of-type(1) .tit_04 {
    letter-spacing: 0.03em;
  }
}
.oscar_lead {
  padding: 3rem 1rem 4rem;
}
.oscar_lead p {
  margin: 0 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 48em), print {
  .oscar_lead {
    padding: 60px 0 100px;
  }
  .oscar_lead p {
    width: 738px;
    margin: 0 auto;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.anniversary_image {
  max-width: 80%;
  margin: 0 auto 2.5rem;
}
.anniversary_image img {
  margin: 0 auto 0.5rem;
}
.anniversary_image figcaption {
  font-size: 88%;
  text-align: center;
}
.anniversary .fszL {
  font-size: 112.5%;
}
.anniversary .photobook_exp {
  margin: 2rem 1rem 1rem;
  padding: 1em;
  background: #fefef2;
  border-radius: 0.6rem;
  border: 1px dotted #dcdcdc;
  box-shadow: 0 0 0 1rem #fff;
}
.anniversary .photobook_exp p {
  margin-bottom: 0;
}
.anniversary .photobook_box {
  margin-bottom: 5rem;
}
.anniversary .tbl_exam.anv_premium th {
  width: 2em;
  text-align: center;
}
.anniversary .qabox {
  margin: 0 0.8rem 1.5rem;
  padding: 2rem 1rem 1.5rem;
  background: #fff;
  border: 3px solid #f5e4e4;
  border-radius: 1rem;
}
.anniversary .qabox img {
  max-width: 55%;
  margin: 0 auto 1.5rem;
}
.anniversary .qabox dl dt, .anniversary .qabox dl dd {
  display: flex;
  column-gap: 0.5rem;
}
.anniversary .qabox dl dt::before, .anniversary .qabox dl dd::before {
  font-weight: bold;
}
.anniversary .qabox dl dt {
  margin-bottom: 0.5rem;
}
.anniversary .qabox dl dt::before {
  content: "Q.";
  color: #d7889c;
}
.anniversary .qabox dl dd::before {
  content: "A.";
  color: #6498c7;
}

@media screen and (min-width: 48em), print {
  .anniversary {
    padding: 60px 0 100px;
  }
  .anniversary_image {
    float: right;
    max-width: 230px;
    margin: 10px 0 0 50px;
  }
  .anniversary > section section {
    display: flow-root;
  }
  .anniversary .fszL {
    font-size: 125%;
  }
  .anniversary .photobook_exp {
    margin: 10px;
    padding: 24px 40px;
    border-radius: 12px;
  }
  .anniversary .qabox {
    display: flex;
    column-gap: 24px;
    margin: 0 0 20px;
    padding: 24px 40px;
    border-radius: 20px;
  }
  .anniversary .qabox img {
    max-width: 100%;
    margin: 0;
  }
  .anniversary .qabox dl dt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 47.99em) {
  body#page_anniversary .heading h1 {
    word-break: keep-all;
    text-align: center;
  }
}
.anniversary_premium {
  padding: 3rem 1rem 4rem;
}
.anniversary_premium .manga figure ~ figure {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .anniversary_premium {
    padding: 60px 0 100px;
  }
  .anniversary_premium .manga {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  .anniversary_premium .manga figure ~ figure {
    margin-top: 40px;
  }
}
.amniocentesis_cols .conversation {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.amniocentesis_cols .em {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
}
.amniocentesis_cols .flow > li:not(:last-child)::after {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #d7889c;
  text-align: center;
  content: "↓";
}
.amniocentesis_cols .flow_imgs > li img {
  margin: 0 auto 0.8rem;
}
.amniocentesis_cols .flow_imgs > li em {
  font-weight: normal;
}
.amniocentesis_cols .flow_imgs > li.arrow {
  margin: 1rem 0;
  text-align: center;
  line-height: 1;
}
.amniocentesis_cols .flow_imgs > li.arrow span {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #d7889c;
}
.amniocentesis_cols .merit dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 112.5%;
  color: #d7889c;
}
.amniocentesis_cols .merit dt:not(:first-of-type) {
  margin-top: 1em;
}
.amniocentesis_cols .merit em {
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .amniocentesis_cols .conversation {
    margin: 0;
  }
  .amniocentesis_cols .em {
    font-size: 2.4rem;
  }
  .amniocentesis_cols .flow > li:not(:last-child)::after {
    font-size: 5rem;
  }
  .amniocentesis_cols .flow_imgs {
    display: flex;
    justify-content: space-between;
  }
  .amniocentesis_cols .flow_imgs > li img {
    margin: 0 0 18px;
  }
  .amniocentesis_cols .flow_imgs > li.arrow {
    margin: 0;
  }
  .amniocentesis_cols .flow_imgs > li.arrow span {
    font-size: 5rem;
    transform: rotate(-90deg);
  }
  .amniocentesis_cols .merit dt {
    font-size: 2.4rem;
  }
}
.amnios_about {
  padding: 3.5rem 1rem 4rem;
  background: #fff3f4;
}
.amnios_about .explanation > section {
  padding: 0 0.8rem;
}
.amnios_about .explanation .merit dt {
  font-family: inherit;
  font-weight: bold;
  font-size: inherit;
  color: inherit;
}
.amnios_about .explanation .merit dd {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 48em), print {
  .amnios_about {
    padding: 84px 0 100px;
  }
  .amnios_about_col {
    display: flex;
    justify-content: space-between;
  }
  .amnios_about_col .conversation,
  .amnios_about_col .explanation {
    width: 535px;
  }
  .amnios_about_col .conversation > section,
  .amnios_about_col .explanation > section {
    padding: 0 20px;
  }
}
.amnios_method {
  padding: 3.5rem 1rem 0;
}
.amnios_method .img {
  max-width: 70%;
  margin: 0 auto 1.5rem;
  border-radius: 1rem;
}
.amnios_method .flow {
  margin: 0 1rem;
}
.amnios_method .cmt_yutaka {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2rem 0 0;
}
.amnios_method .cmt_yutaka .cmt {
  width: 72%;
  font-size: 1.6rem;
  color: #d7889c;
  text-align: center;
}
.amnios_method .cmt_yutaka .char {
  width: 25%;
}

@media screen and (min-width: 48em), print {
  .amnios_method {
    padding: 84px 0 0;
    display: flow-root;
  }
  .amnios_method_col .img {
    float: right;
    margin: 0 0 0 30px;
    border-radius: 12px;
  }
  .amnios_method_col .flow {
    width: 365px;
  }
  .amnios_method .cmt_yutaka {
    width: 630px;
    margin-top: 20px;
  }
  .amnios_method .cmt_yutaka .cmt {
    width: 360px;
    font-size: 2.2rem;
  }
  .amnios_method .cmt_yutaka .char {
    width: 220px;
  }
}
.amnios_how01 {
  padding: 3.5rem 1rem 1rem;
  background: #e9f1f7;
}
.amnios_how01_col {
  padding: 0 1rem;
}
.amnios_how01_col .flow_imgs figure {
  width: 80%;
  margin: 0 auto;
}
.amnios_how01_col .flow_imgs figure img {
  max-width: 80%;
}
.amnios_how01_col .flow_imgs figure img.w_ex {
  max-width: 100%;
}
.amnios_how01_col .cmt_sayaka .char {
  max-height: 11rem;
  margin: 0.5rem auto 0;
}
.amnios_how01_col .cmt_sayaka.cmt01 {
  margin: 1.5rem 0 2.5rem;
}
.amnios_how01_col .cmt_sayaka.cmt01 .cmt::after {
  right: 35%;
}
.amnios_how01_col .cmt_sayaka.cmt02 {
  margin: 2.5rem 0 0;
}
.amnios_how01_col .cmt_sayaka.cmt02 .cmt::after {
  left: 35%;
}

@media screen and (min-width: 48em), print {
  .amnios_how01 {
    padding: 84px 0 0;
  }
  .amnios_how01_col {
    padding: 0;
  }
  .amnios_how01_col .flow_imgs {
    margin: 70px 0 0;
  }
  .amnios_how01_col .flow_imgs > li {
    position: relative;
    width: 260px;
  }
  .amnios_how01_col .flow_imgs > li.arrow {
    width: 110px;
    padding-top: 96px;
  }
  .amnios_how01_col .flow_imgs figure {
    width: 260px;
    margin: 0;
  }
  .amnios_how01_col .flow_imgs figure img {
    max-width: 100%;
  }
  .amnios_how01_col .flow_imgs figure img.w_ex {
    margin: 16px 0 34px;
  }
  .amnios_how01_col .cmt_sayaka .char {
    max-height: 152px;
    margin: 20px 0 0;
  }
  .amnios_how01_col .cmt_sayaka.cmt01 {
    margin: 20px 0 0;
  }
  .amnios_how01_col .cmt_sayaka.cmt01 .cmt::after {
    right: 64px;
  }
  .amnios_how01_col .cmt_sayaka.cmt02 {
    position: absolute;
    bottom: 0;
    margin: 0;
  }
  .amnios_how01_col .cmt_sayaka.cmt02 .cmt::after {
    left: 54px;
  }
}
.amnios_gband {
  padding: 3.5rem 1rem 3rem;
  background: #fff3f4;
}
.amnios_gband_col {
  padding: 0 1rem;
}
.amnios_gband_col .img {
  margin: 0 0 2rem;
}
.amnios_gband_col .img figcaption {
  margin-top: 0.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #d7889c;
}

@media screen and (min-width: 48em), print {
  .amnios_gband {
    padding: 84px 0 100px;
  }
  .amnios_gband_col {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .amnios_gband_col .img {
    width: 535px;
    margin-bottom: 0;
  }
  .amnios_gband_col .img figcaption {
    margin-top: 20px;
    font-size: 2.4rem;
  }
  .amnios_gband_col .merit {
    width: 535px;
  }
}
.amnios_how02 {
  padding: 3.5rem 1rem 3rem;
}
.amnios_how02_col {
  padding: 0 1rem;
}
.amnios_how02_col .ex {
  position: relative;
  top: -0.8rem;
}
.amnios_how02_col .flow_imgs figure {
  width: 90%;
  margin: 0 auto;
}
.amnios_how02_col .flow_imgs figure img {
  max-width: 80%;
}
.amnios_how02_col .flow_imgs figure img.w_ex {
  max-width: 70%;
}
.amnios_how02_col .cmt {
  margin: 1.5em 0;
}
.amnios_how02_col .cmt::after {
  left: 45%;
}

@media screen and (min-width: 48em), print {
  .amnios_how02 {
    padding: 84px 0 100px;
  }
  .amnios_how02_col {
    padding: 0;
  }
  .amnios_how02_col .ex {
    margin-bottom: 0;
  }
  .amnios_how02_col .flow_imgs > li {
    position: relative;
    width: 260px;
    padding-top: 155px;
  }
  .amnios_how02_col .flow_imgs > li.arrow {
    width: 110px;
    padding-top: 270px;
  }
  .amnios_how02_col .flow_imgs figure {
    width: 260px;
  }
  .amnios_how02_col .flow_imgs figure img {
    max-width: 100%;
  }
  .amnios_how02_col .flow_imgs figure img.w_ex {
    max-width: 100%;
  }
  .amnios_how02_col .flow_imgs figure img.h_ex {
    margin-bottom: 44px;
  }
  .amnios_how02_col .cmt {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.amnios_fish01 {
  padding: 3.5rem 1rem 3rem;
  background: #e9f1f7;
}
.amnios_fish01 .img {
  max-width: 70%;
  margin: 0 auto 1.5rem;
}
.amnios_fish01 .merit {
  padding: 0 1rem;
}
.amnios_fish01 .merit .cmt {
  margin: 1.5rem 0 1.5rem -1em;
}
.amnios_fish01 .cmt_yutaka {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.amnios_fish01 .cmt_yutaka .cmt {
  width: 72%;
  font-family: inherit;
  font-weight: normal;
}
.amnios_fish01 .cmt_yutaka .char {
  width: 25%;
}

@media screen and (min-width: 48em), print {
  .amnios_fish01 {
    padding: 84px 0 100px;
  }
  .amnios_fish01_col {
    display: flow-root;
  }
  .amnios_fish01_col .img {
    float: right;
    max-width: 535px;
    margin: 0 0 0 30px;
  }
  .amnios_fish01_col .merit {
    width: 504px;
    padding: 0;
  }
  .amnios_fish01_col .merit .cmt {
    margin: 28px 0;
  }
  .amnios_fish01_col .cmt_yutaka {
    width: 535px;
    margin-top: 20px;
  }
  .amnios_fish01_col .cmt_yutaka .cmt {
    width: 345px;
  }
  .amnios_fish01_col .cmt_yutaka .char {
    width: 152px;
  }
}
.amnios_fish02 {
  padding: 3.5rem 1rem 2rem;
  background: #fff3f4;
}
.amnios_fish02 .tit_02 span {
  display: inline-block;
  margin-right: 0.2em;
  padding: 0.1em 0.5em;
  font-size: 75%;
  color: #fff;
  background: #d7889c;
}
.amnios_fish02 .cmt_sayaka {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.amnios_fish02 .cmt_sayaka .cmt {
  width: 70%;
  color: #d7889c;
  font-size: 1.6rem;
}
.amnios_fish02 .cmt_sayaka .char {
  width: 23%;
}
.amnios_fish02 .img {
  max-width: 80%;
  margin: 2rem auto;
  border-radius: 1rem;
}
.amnios_fish02 .explanation .flow_imgs {
  margin: 2.5rem 0;
}
.amnios_fish02 .explanation .flow_imgs > li img {
  max-width: 60%;
  margin: 0 auto;
}
.amnios_fish02 .explanation .cmt_yutaka {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.amnios_fish02 .explanation .cmt_yutaka p::after {
  display: none;
}
.amnios_fish02 .explanation .cmt_yutaka p.cmt01::before {
  position: absolute;
  bottom: -1.2rem;
  left: 28%;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.4rem 0.6rem 0 0.6rem;
  border-color: #dfeaf3 transparent transparent transparent;
}
.amnios_fish02 .explanation .cmt_yutaka p.cmt02::before {
  position: absolute;
  top: -1.2rem;
  right: 30%;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 0 0.6rem 1.4rem 0.6rem;
  border-color: transparent transparent #dfeaf3 transparent;
}
.amnios_fish02 .explanation .cmt_yutaka .char {
  height: 10rem;
  margin: 0.8rem 0;
}

@media screen and (min-width: 48em), print {
  .amnios_fish02 {
    padding: 84px 0 100px;
  }
  .amnios_fish02 .cmt_sayaka .cmt {
    width: 892px;
    padding: 40px;
    font-size: 3.6rem;
    text-align: center;
  }
  .amnios_fish02 .cmt_sayaka .char {
    width: 140px;
  }
  .amnios_fish02_col {
    display: flow-root;
    margin-top: 8px;
  }
  .amnios_fish02_col .img {
    float: right;
    max-width: 535px;
    margin: 0 0 30px 30px;
    border-radius: 12px;
  }
  .amnios_fish02 .explanation .flow_imgs {
    align-items: center;
    margin: 40px 0;
  }
  .amnios_fish02 .explanation .flow_imgs > li {
    width: 300px;
  }
  .amnios_fish02 .explanation .flow_imgs > li.arrow {
    width: 50px;
  }
  .amnios_fish02 .explanation .flow_imgs > li img {
    max-width: 100%;
    margin: 0;
  }
  .amnios_fish02 .explanation .cmt_yutaka {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .amnios_fish02 .explanation .cmt_yutaka p::after {
    display: block;
  }
  .amnios_fish02 .explanation .cmt_yutaka p.cmt01 {
    width: 390px;
  }
  .amnios_fish02 .explanation .cmt_yutaka p.cmt01::before {
    display: none;
  }
  .amnios_fish02 .explanation .cmt_yutaka p.cmt02 {
    width: 415px;
  }
  .amnios_fish02 .explanation .cmt_yutaka p.cmt02::before {
    display: none;
  }
  .amnios_fish02 .explanation .cmt_yutaka p.cmt02::after {
    left: -24px;
    right: auto;
    transform: scale(-1, 1);
  }
  .amnios_fish02 .explanation .cmt_yutaka .char {
    height: 180px;
    margin: 0;
  }
}
.amnios_summary {
  padding: 3.5rem 1rem 2rem;
}

@media screen and (min-width: 48em), print {
  .amnios_summary {
    padding: 84px 0 100px;
  }
}
.microarray {
  padding: 3.5rem 1rem 3rem;
  background: #e9f1f7;
}
.microarray .lst_marker {
  margin: 1em 0;
  line-height: 1.4;
}
.microarray .lst_marker > li:not(:first-child) {
  margin-top: 0.5em;
}

@media screen and (min-width: 48em), print {
  .microarray {
    padding: 84px 0 100px;
  }
}
.villi_cols .conversation {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.villi_cols .explanation > section {
  margin: 0 0.8rem;
}

@media screen and (min-width: 48em), print {
  .villi_cols .conversation {
    margin: 0;
  }
  .villi_cols .explanation > section {
    margin: 0 20px;
  }
}
.villi_lead {
  padding: 3rem 1.5rem 0.1rem;
}
.villi_lead .cmt_sayaka {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.villi_lead .cmt_sayaka .cmt {
  width: 70%;
  color: #d7889c;
}
.villi_lead .cmt_sayaka .char {
  width: 23%;
}

@media screen and (min-width: 48em), print {
  .villi_lead {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 8px;
  }
  .villi_lead .cmt_sayaka .cmt {
    width: 745px;
    padding: 40px;
    font-size: 3.6rem;
    text-align: center;
  }
  .villi_lead .cmt_sayaka .cmt::after {
    top: auto;
    bottom: 50px;
  }
  .villi_lead .cmt_sayaka .char {
    width: 210px;
  }
}
.villi_about {
  padding: 3.5rem 1rem 4rem;
  background: #fff3f4;
}
.villi_about .sampling_dept dt::after {
  content: "：";
}

@media screen and (min-width: 48em), print {
  .villi_about {
    padding: 84px 0 100px;
  }
  .villi_about .sampling_dept dt {
    clear: both;
    float: left;
    display: inline-block;
  }
}
.villi_inspection {
  padding: 3.5rem 1rem 3rem;
  background: #e9f1f7;
}
.villi_inspection_col dt.cmt_yutaka {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2rem 0 0;
}
.villi_inspection_col dt.cmt_yutaka .cmt {
  order: 2;
  width: 72%;
  font-size: 1.4rem;
  color: #d7889c;
}
.villi_inspection_col dt.cmt_yutaka .char {
  order: 1;
  width: 22%;
}
.villi_inspection_col dd {
  display: flex;
  column-gap: 0.5rem;
  margin-top: 0.8rem;
  padding-right: 0.2rem;
}
.villi_inspection_col dd::before {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #6498c7;
  content: "→";
}

@media screen and (min-width: 48em), print {
  .villi_inspection {
    padding: 84px 0 100px;
  }
  .villi_inspection_col dt.cmt_yutaka {
    margin: 40px 0 0;
  }
  .villi_inspection_col dt.cmt_yutaka .cmt {
    width: 886px;
    padding: 34px 40px;
    font-size: 2.4rem;
  }
  .villi_inspection_col dt.cmt_yutaka .char {
    width: 170px;
  }
  .villi_inspection_col dd {
    align-items: center;
    margin-top: -28px;
    padding: 0 0 0 214px;
  }
  .villi_inspection_col dd::before {
    font-size: 5rem;
  }
}
.villi_feature {
  padding: 3.5rem 1rem 3rem;
}
.villi_feature .merit dt {
  font-weight: bold;
}
.villi_feature .merit dt:not(:first-of-type) {
  margin-top: 1em;
}

@media screen and (min-width: 48em), print {
  .villi_feature {
    padding: 60px 0 100px;
  }
  .villi_feature_col {
    display: flex;
    justify-content: space-between;
  }
  .villi_feature_col .conversation,
  .villi_feature_col .explanation {
    width: 535px;
  }
  .villi_feature .merit dd {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.villi_difference {
  padding: 3.5rem 1rem 3rem;
  background: #fff3f4;
}
.villi_difference .tbl_exam caption {
  margin-top: 0.5rem;
  caption-side: bottom;
}
.villi_difference .tbl_exam td {
  border-left: 1px solid #d7889c;
}
.villi_difference .tbl_exam thead th:not(:first-of-type) {
  border-left: 1px solid #d7889c;
}
.villi_difference .tbl_exam tbody th {
  background: transparent;
}

@media screen and (min-width: 48em), print {
  .villi_difference {
    padding: 84px 0 100px;
  }
  .villi_difference_col {
    display: flex;
    justify-content: space-between;
  }
  .villi_difference_col .conversation,
  .villi_difference_col .explanation {
    width: 535px;
  }
  .villi_difference_col .tbl_exam caption {
    margin-top: 12px;
  }
  .villi_difference_col .tbl_exam tbody th, .villi_difference_col .tbl_exam tbody td {
    vertical-align: top;
  }
}
.villi_method {
  padding: 3.5rem 1rem 3rem;
  background: #e9f1f7;
}
.villi_method_col {
  margin-top: 1rem;
  padding: 0.7rem 2.6rem 1.3rem;
  background: #fff;
  border-radius: 0.6rem;
}
.villi_method_col em {
  font-weight: normal;
}
.villi_method_col span {
  color: #6498c7;
}
.villi_method_col .img {
  max-width: 60%;
  margin: 0 auto 0.5rem;
}
.villi_method_col .flow li:not(:last-child)::after {
  display: block;
  margin: -0.1em 0 0.1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #d7889c;
  content: "↓";
}

@media screen and (min-width: 48em), print {
  .villi_method {
    padding: 84px 0 100px;
  }
  .villi_method_col {
    display: flow-root;
    margin-top: 10px;
    padding: 30px 40px;
    border-radius: 12px;
  }
  .villi_method_col .img {
    float: left;
    max-width: 260px;
    margin: 0 33px 0 0;
  }
  .villi_method_col .img + * {
    margin-top: 77px;
  }
  .villi_method_col .flow {
    display: flow-root;
    width: 440px;
  }
  .villi_method_col .flow li:not(:last-child)::after {
    display: block;
    margin: 12px 0;
    font-size: 5rem;
  }
}
.villi_cpm {
  padding: 3.5rem 1rem 2rem;
}
.villi_cpm_col {
  padding: 0 0.8rem;
}
.villi_cpm_col em {
  font-weight: normal;
}
.villi_cpm_col .img {
  max-width: 60%;
  margin: 0 auto 1.3rem;
}

@media screen and (min-width: 48em), print {
  .villi_cpm {
    padding: 84px 0 100px;
  }
  .villi_cpm_col {
    display: flow-root;
  }
  .villi_cpm_col .img {
    float: left;
    max-width: 260px;
    margin: 0 33px 0 0;
  }
  .villi_cpm_col .marker {
    padding-left: 0;
    text-indent: 0;
  }
}
.villi_cpm_pattern {
  padding: 3.5rem 1rem 3rem;
  background: #fff3f4;
}
.villi_cpm_pattern_col figure {
  margin-top: 1.3rem;
  padding: 1.3rem 2.6rem;
  background: #fff;
  border-radius: 0.6rem;
  text-align: center;
}
.villi_cpm_pattern_col figure img {
  max-width: 60%;
  margin: 0 auto;
}
.villi_cpm_pattern_col figure figcaption {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
.villi_cpm_pattern .plus_sampling {
  margin: 2.5rem 0.8rem;
}
.villi_cpm_pattern .plus_sampling .img {
  max-width: 60%;
  margin: 0 auto 0.8rem;
}
.villi_cpm_pattern .plus_sampling .txt dd {
  margin-top: 1.2rem;
}
.villi_cpm_pattern .plus_sampling .txt dd em {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.villi_cpm_pattern .plus_microarray p {
  margin: 0 0.8rem;
}
.villi_cpm_pattern .plus_microarray ol {
  margin: 1.2rem 0.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.villi_cpm_pattern .plus_microarray ol li {
  margin-top: 0.8em;
}

@media screen and (min-width: 48em), print {
  .villi_cpm_pattern {
    padding: 80px 0 100px;
  }
  .villi_cpm_pattern_col {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
  }
  .villi_cpm_pattern_col figure {
    width: 530px;
    margin-top: 0;
    padding: 44px 50px 56px;
    border-radius: 12px;
  }
  .villi_cpm_pattern_col figure img {
    max-width: 260px;
  }
  .villi_cpm_pattern_col figure figcaption {
    margin-top: 20px;
    font-size: 2.2rem;
  }
  .villi_cpm_pattern .plus_sampling {
    display: flex;
    align-items: center;
    column-gap: 30px;
    width: 860px;
    margin: 40px auto 0;
  }
  .villi_cpm_pattern .plus_sampling .img {
    max-width: 260px;
    margin: 0;
  }
  .villi_cpm_pattern .plus_sampling .txt dd {
    margin-top: 24px;
  }
  .villi_cpm_pattern .plus_sampling .txt dd em {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .villi_cpm_pattern .plus_microarray {
    margin: 60px 0 0;
  }
  .villi_cpm_pattern .plus_microarray p {
    margin: 0 0.8rem;
  }
  .villi_cpm_pattern .plus_microarray ol {
    margin: 20px 8px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .villi_cpm_pattern .plus_microarray ol li {
    margin-top: 0.4em;
  }
}
.villi_summary {
  padding: 3.5rem 1rem 2rem;
  background: #e9f1f7;
}
.villi_summary .conversation .yutaka > p {
  background: #fff;
}
.villi_summary .conversation .yutaka > p::after {
  border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 48em), print {
  .villi_summary {
    padding: 84px 0 100px;
  }
}
.nipt01_col .img, .nipt02_col .img, .nipt03_col .img, .nipt04_col .img, .nipt05_col .img {
  max-width: 80%;
  margin: 0 auto 1.2rem;
  border-radius: 1rem;
}
.nipt01_col .next, .nipt02_col .next, .nipt03_col .next, .nipt04_col .next, .nipt05_col .next {
  margin-bottom: 0;
}
.nipt01_col .next::after, .nipt02_col .next::after, .nipt03_col .next::after, .nipt04_col .next::after, .nipt05_col .next::after {
  display: block;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
  color: #d7889c;
  content: "↓";
}
.nipt01_col .char, .nipt02_col .char, .nipt03_col .char, .nipt04_col .char, .nipt05_col .char {
  flex: none;
}

@media screen and (min-width: 48em), print {
  .nipt01 .wrap, .nipt02 .wrap, .nipt03 .wrap, .nipt04 .wrap, .nipt05 .wrap {
    padding: 0;
  }
  .nipt01_col .img, .nipt02_col .img, .nipt03_col .img, .nipt04_col .img, .nipt05_col .img {
    max-width: 100%;
    margin: 0;
    border-radius: 20px;
  }
  .nipt01_col .next::after, .nipt02_col .next::after, .nipt03_col .next::after, .nipt04_col .next::after, .nipt05_col .next::after {
    font-size: 5rem;
  }
  .nipt01_col .cmt, .nipt02_col .cmt, .nipt03_col .cmt, .nipt04_col .cmt, .nipt05_col .cmt {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.nipt01 {
  padding: 3rem 1rem;
}
.nipt01_col .cmt_yutaka {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1.2rem 0 0;
}
.nipt01_col .cmt_yutaka .cmt {
  color: #d7889c;
}
.nipt01_col .cmt_yutaka .char {
  max-width: 28%;
}

@media screen and (min-width: 48em), print {
  .nipt01 {
    padding: 60px 0 110px;
  }
  .nipt01_col {
    display: flex;
    column-gap: 30px;
  }
  .nipt01_col .img {
    flex: none;
  }
  .nipt01_col .txt {
    width: 610px;
  }
  .nipt01_col .txt > p {
    width: 350px;
  }
  .nipt01_col .cmt_yutaka {
    margin: 40px 0 0;
  }
  .nipt01_col .cmt_yutaka .cmt {
    width: 375px;
  }
  .nipt01_col .cmt_yutaka .char {
    max-width: 100%;
  }
}
.nipt02 {
  padding: 4rem 1rem 3rem;
  background: #fff3f4;
}

@media screen and (min-width: 48em), print {
  .nipt02 {
    padding: 84px 0 110px;
  }
  .nipt02_col {
    display: flex;
    justify-content: center;
    column-gap: 33px;
  }
  .nipt02_col .txt {
    width: 365px;
  }
}
.nipt03 {
  padding: 4rem 1rem 3rem;
  background: #e9f1f7;
}
.nipt03_col .cmt_yutaka {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 1.2rem 0 0;
}
.nipt03_col .cmt_yutaka .cmt {
  width: 70%;
  color: #d7889c;
  text-align: center;
}
.nipt03_col .cmt_yutaka .char {
  order: -1;
  max-width: 25%;
}

@media screen and (min-width: 48em), print {
  .nipt03 {
    padding: 80px 0 60px;
  }
  .nipt03_col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .nipt03_col .txt {
    order: -1;
    width: 625px;
  }
  .nipt03_col .txt > p {
    margin-left: 265px;
  }
  .nipt03_col .cmt_yutaka {
    margin: 40px 0 0;
    align-items: flex-start;
  }
  .nipt03_col .cmt_yutaka .cmt {
    width: 378px;
  }
  .nipt03_col .cmt_yutaka .char {
    max-width: 100%;
  }
}
.nipt04 {
  padding: 4rem 1rem 0;
}
.nipt04_col .cmt_sayaka .cmt {
  color: #6498c7;
  text-align: left;
}
.nipt04_col .cmt_sayaka .cmt::before {
  position: absolute;
  left: 74%;
  bottom: -1.2rem;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.2rem 0.7rem 0 0.7rem;
  border-color: #fff transparent transparent transparent;
}
.nipt04_col .cmt_sayaka .cmt::after {
  display: none;
}
.nipt04_col .cmt_sayaka .char {
  position: relative;
  top: -1.2rem;
  max-width: 30%;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 48em), print {
  .nipt04 {
    padding: 100px 0;
  }
  .nipt04_col {
    padding: 0 110px;
  }
  .nipt04_col .cmt_sayaka {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .nipt04_col .cmt_sayaka .cmt {
    width: 820px;
    padding: 24px 40px;
  }
  .nipt04_col .cmt_sayaka .cmt::before {
    display: none;
  }
  .nipt04_col .cmt_sayaka .cmt::after {
    display: block;
  }
  .nipt04_col .cmt_sayaka .char {
    max-width: 100%;
  }
}
.nipt05 {
  padding: 4rem 1rem 3rem;
  background: #fff3f4;
}

@media screen and (min-width: 48em), print {
  .nipt05 {
    padding: 84px 0 110px;
  }
}
body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}
@media screen and (min-width: 48em), print {
  body#page_404 .notfound {
    padding: 80px 0;
  }
}

/*# sourceMappingURL=style.css.map */