.home_page .mv_slider {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: -1;
}
.home_page .mv_slider .inner {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1800px;
}
.home_page .mv_slider .item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .mv_slider:not(.slick-slider) {
  display: flex;
}
.home_page .s1 {
  background-image: url(../images/idx_mv.jpg);
}
.home_page .slick-initialized .s2 {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .slick-initialized .s3 {
  background-image: url(../images/idx_mv03.jpg);
}
.home_page .slick-initialized .s4 {
  background-image: url(../images/idx_mv04.jpg);
}
.home_page .key {
  --height: 56vw;
  --min-height: 600px;
  --max-height: 941px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.625em, 0.7vw);
  position: relative;
  z-index: 1;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1800px;
}
.home_page .key .key_text {
  position: relative;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .catch {
  padding-left: calc(2% + 1em);
  padding-right: calc(2% + 1em);
}
.home_page .key h2,
.home_page .key p {
  display: table;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0em;
  font-family: var(--f-jp);
  background-color: rgba(57, 33, 18, 0.5);
}
.home_page .key h2 span,
.home_page .key p span {
  display: inline-block;
}
.home_page .key h2 {
  padding: 0.05em 0.1em;
  margin-bottom: 0.3em;
  font-size: 6.5em;
}
.home_page .key p {
  padding: 0.05em 0.5em;
  font-size: 3em;
}
.home_page .key .text_catch {
  z-index: 2;
  padding-bottom: 6.5%;
}
.home_page .topic_path {
  display: none;
}
.home_page #mainContent {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.home_page #mainContent::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  height: 30%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #faf8f5;
}
.home_page .wrap_h3 {
  position: relative;
}
.home_page .wrap_h3.t_center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.home_page .wrap_h3.t_center .idx_en {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home_page .wrap_h3.t_center .h_en {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.home_page .wrap_h3.white * {
  filter: brightness(0) invert(1);
  color: #fff;
}
.home_page .h_en {
  margin-bottom: 5px;
  position: relative;
  color: var(--clr1);
  font-size: 1.4375em;
  padding-left: 1.05em;
  line-height: 1.8;
  font-family: var(--f-en);
  letter-spacing: 0.02em;
}
.home_page .h_en::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0.6087em;
  height: 0.6087em;
  left: 0;
  top: 0.5652em;
  background-size: 100% auto;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2370afcb'/%3E%3Cstop offset='1' stop-color='%238abf97'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle id='Ellipse_10' data-name='Ellipse 10' cx='7' cy='7' r='7' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}
.home_page h3 {
  position: relative;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: 2.1875em;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.home_page h3 span {
  display: inline-block;
}

@media only screen and (max-width: 1560px) and (min-width: 769px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - 2px);
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .home_page .key {
    font-size: min(0.7vw, 1vh);
  }
}
.gr_bnr .bnr {
  width: 23em;
  height: 6.25em;
  max-width: 100%;
  border-radius: var(--border-radius);
  background-size: cover;
  background-position: center;
  background-color: #70afcb;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.gr_bnr .bnr p {
  transition: all 0.3s;
  height: 100%;
  border-radius: var(--border-radius);
}
.gr_bnr .bnr a {
  display: flex;
  align-items: center;
  padding-left: 1.8125em;
  padding-right: 1.8125em;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_18' data-name='Group 18' transform='translate(-913 -1795)'%3E%3Crect id='Rectangle_7' data-name='Rectangle 7' width='28' height='28' rx='5' transform='translate(913 1795)' fill='%23fff' opacity='0.3'/%3E%3Cpath id='Path_204' data-name='Path 204' d='M928.182,1803.2l5,5-5,5' transform='translate(-3.182 0.802)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 1.75em auto;
  background-position: bottom 14% right 0.6em;
  background-repeat: no-repeat;
}
.gr_bnr .bnr a > span {
  display: block;
  line-height: 1.5625;
  font-weight: 500;
  font-family: var(--f-jp);
  letter-spacing: 0.03em;
}
.gr_bnr .bnr a > span span {
  display: inline-block;
}
.gr_bnr .bnr.b1 {
  background-image: url(../images/trouble_bg01.jpg);
}
.gr_bnr .bnr.b2 {
  background-image: url(../images/trouble_bg02.jpg);
}
.gr_bnr .bnr.b3 {
  background-image: url(../images/trouble_bg03.png);
}
.gr_bnr .bnr.b3 a {
  color: #7e7977;
}
.gr_bnr .bnr.b4 {
  background-image: url(../images/trouble_bg04.jpg);
}

.inner {
  max-width: 1140px;
}

.idx_en {
  font-size: min(174px, 14vw);
  margin-bottom: 0;
  color: #bfb3a5;
  opacity: 0.15;
  line-height: 1.25;
  white-space: nowrap;
}
.idx_en.no_scroll {
  position: absolute;
}

section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx_notice {
  padding: 76px 10px 80px;
  position: relative;
  z-index: 1;
}
.idx_notice::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: rgba(57, 33, 18, 0.3);
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 4px);
}
.idx_notice .wrap {
  position: relative;
  z-index: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 46px 20px 44px;
  border-radius: 30px;
}
.idx_notice .wrap::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 5px;
  border-radius: 25px;
  border: 1px solid #fff;
  z-index: -1;
}
.idx_notice .wrap p {
  color: #fff;
  font-weight: 500;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  font-family: var(--f-jp);
  line-height: 1.9444444444;
}
.idx_notice .wrap p span {
  display: inline-block;
}

.max1920 {
  position: relative;
  max-width: 1920px;
  margin: 0px auto;
}

.idx_trouble {
  position: relative;
  padding: 127px 0px 164px;
  z-index: 2;
}
.idx_trouble::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.idx_trouble .max1920 {
  position: relative;
  z-index: 2;
}
.idx_trouble .idx_en {
  left: -27px;
  top: -7px;
  white-space: nowrap;
}
.idx_trouble .top.flex {
  margin-bottom: 14px;
  align-items: flex-start;
}
.idx_trouble .wrap_h3 {
  margin-bottom: 0;
}
.idx_trouble .sub {
  display: block;
  max-width: 640px;
  width: 59%;
  text-align: right;
  border-bottom: 1px solid rgba(59, 59, 59, 0.2);
  padding-bottom: 11px;
  font-size: 1.25em;
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.idx_trouble .sub span {
  display: inline-block;
}
.idx_trouble .trouble_content {
  position: relative;
  font-size: min(1em, 1.6vw);
  width: 57.5em;
  height: 21.625em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0px auto;
  padding-right: 0.55em;
  background-size: 55.75em auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../images/trouble_content_bg.svg");
}
.idx_trouble .trouble_content .item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  width: 13.75em;
  height: 3.9375em;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  font-weight: 500;
  font-family: var(--f-jp);
  letter-spacing: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-325 -1523)'%3E%3Crect  data-name='Rectangle 2' width='23' height='23' rx='5' transform='translate(325 1523)' fill='%23edebe9' opacity='0.6'/%3E%3Cpath id='Path_199' data-name='Path 199' d='M331.323,1533.876l3.249,3.249,8.089-8.089' transform='translate(-0.492 1.42)' fill='none' stroke='%233b3b3b' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 1.4375em auto;
  background-position: top 0.625em left 0.625em;
  background-repeat: no-repeat;
}
.idx_trouble .trouble_content .main {
  max-width: 11.4375em;
}
@media only screen and (min-width: 769px) {
  .idx_trouble .trouble_content .i1,
  .idx_trouble .trouble_content .i4 {
    top: 2.6875em;
  }
  .idx_trouble .trouble_content .i1,
  .idx_trouble .trouble_content .i3 {
    left: 7.25em;
  }
  .idx_trouble .trouble_content .i4,
  .idx_trouble .trouble_content .i6 {
    right: 7.1875em;
  }
  .idx_trouble .trouble_content .i2,
  .idx_trouble .trouble_content .i5 {
    top: 8.5em;
  }
  .idx_trouble .trouble_content .i2 {
    left: 3.125em;
  }
  .idx_trouble .trouble_content .i5 {
    right: 3.125em;
  }
  .idx_trouble .trouble_content .i3,
  .idx_trouble .trouble_content .i6 {
    bottom: 3.375em;
  }
}
.idx_trouble .gr_bnr {
  margin-top: 27px;
  display: flex;
  justify-content: center;
  gap: 1.25em;
}

.marquee {
  position: absolute;
  width: 100vw;
  overflow: hidden;
}

.marquee_inner {
  display: flex;
  width: max-content;
}

.box_img.st1 {
  position: relative;
  display: table;
}
.box_img.st1::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 10px;
  top: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid;
}
.box_img.st1 .txt_ver {
  position: absolute;
  left: 0.96em;
  top: -1.44em;
  font-size: 1.5625em;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.idx_bg {
  position: relative;
  z-index: 1;
}
.idx_bg::before, .idx_bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 100%;
}
.idx_bg::before {
  top: -12.625em;
  height: 17.8125em;
  background-image: url(../images/idx_about_bg02.png);
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.idx_bg::after {
  height: calc(100% + 5.8125em);
  left: 0;
  bottom: 0;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920.602' height='1542.135' viewBox='0 0 1920.602 1542.135'%3E%3Cpath id='Path_208' data-name='Path 208' d='M1920.362,1650.976l-.793-1542.135c-11.857,5.106-267.2,113.652-577.89,128.127-192.419,8.965-362.755-42.3-531.76-85.77-74-8.5-157.511-13.369-263.726-8.722C193.919,157.887,0,284.955,0,284.955L-.24,1650.976Z' transform='translate(0.24 -108.841)' fill='%23bfb3a5'/%3E%3C/svg%3E%0A");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 120em auto;
  -webkit-mask-size: 120em auto;
  mask-position: top center;
  -webkit-mask-position: top center;
  background-image: url(../images/idx_about_bg.jpg);
  background-size: 120em auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.idx_about {
  padding: 0 0px;
  background-color: #fff;
  color: #fff;
}
.idx_about .idx_about_r1 {
  padding-top: 151px;
}
.idx_about .idx_about_r1::after {
  top: -5.8125em;
  min-height: 1542px;
}
.idx_about .idx_about_r1 .gr_bnr {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .idx_about .idx_about_r1 .gr_bnr .bnr {
    font-size: min(1em, 1.3vw);
    width: calc(50% - 0.5em);
  }
}
.idx_about .idx_about_r2 {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.idx_about .idx_about_r2::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #bfb3a5;
  height: 34.625em;
  width: 100%;
  bottom: -9.375em;
  left: 0;
  z-index: -2;
}
.idx_about .row {
  position: relative;
  display: grid;
  grid-template-columns: 45% 50%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.idx_about .row .txt p {
  letter-spacing: 0.05em;
}
.idx_about .row .box_img {
  z-index: 1;
  grid-row: 1/span 4;
  grid-column-start: 1;
  color: #fff;
  max-width: 500px;
}
.idx_about .row .box_img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='748' height='361' viewBox='0 0 748 361'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.079' y1='-0.017' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23d8c6b0'/%3E%3Cstop offset='1' stop-color='%23d8ccbd'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect  data-name='Rectangle 9' width='748' height='361' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  width: 748px;
  height: 361px;
  background-size: cover;
  z-index: -1;
  right: 62px;
  bottom: -43px;
}
.idx_about .row .box_img picture {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
}
.idx_about .row .gr_bnr {
  margin-top: 44px;
}
.idx_about .wrap_h3 {
  margin-bottom: 42px;
}
.idx_about .wrap_h3,
.idx_about .txt,
.idx_about .gr_bnr {
  max-width: 650px;
}
.idx_about .txt p {
  line-height: 2.19;
}
.idx_about .marquee {
  bottom: -100px;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: 1;
}
.idx_about .marquee .idx_en {
  color: #fff;
}
.idx_about .TabContainer {
  position: relative;
  z-index: 1;
  margin-top: 153px;
  padding: min(2.8125em, 3vw);
}
.idx_about .TabContainer::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  backdrop-filter: blur(30px) brightness(115%);
  -webkit-backdrop-filter: blur(30px) brightness(115%);
  background-color: rgba(255, 255, 255, 0.3);
}
.idx_about .TabContainer::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: max(-1.25em, -1.7vw);
  border: 1px solid #fff;
  z-index: -1;
}
.idx_about .box_tab {
  padding: 3.4375em 1.25em 1.125em;
  max-width: 1180px;
  margin: 0 auto;
}
.idx_about .box_tab > .flex {
  align-items: flex-start;
}
.idx_about .box_tab .gr_bnr {
  max-width: 100%;
}
.idx_about .box_tab .gr_bnr .bnr {
  margin: 38px auto 0;
  width: 28.75em;
}
.idx_about .box_tab .box_img.st1 {
  max-width: 52%;
}
.idx_about .box_tab .box_img.st1 picture {
  border-radius: 0;
}
.idx_about .box_tab .box_text {
  width: 46%;
}
.idx_about .box_tab h4 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-family: var(--f-jp);
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: 0.03em;
  line-height: 1.65;
  text-align: center;
  color: var(--clr1);
}
.idx_about .box_tab .box_img {
  position: relative;
}
.idx_about .box_tab .box_img picture {
  overflow: hidden;
  border-radius: var(--border-radius);
}
.idx_about .box_tab .point {
  position: absolute;
  z-index: 1;
  top: 0.6471em;
  left: 0.6471em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.3529em;
  height: 2.3529em;
  background-color: #70afcb;
  border-radius: 50%;
  font-size: 1.0625em;
  font-family: var(--f-jp);
  letter-spacing: 0.05em;
}
.idx_about .box_tab .point::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #70afcb;
  z-index: -1;
  inset: -0.2353em;
  opacity: 0.4;
  border-radius: 50%;
}
.idx_about .box_tab .txt {
  color: var(--clr1);
}
.idx_about .box_tab .txt p {
  font-weight: 400;
  line-height: 1.6875;
}
.idx_about .col {
  width: 32%;
  max-width: 22.0625em;
}

.idx_endometrial {
  padding: 285px 0px 85px;
  z-index: 2;
  overflow: hidden;
  isolation: isolate;
}
.idx_endometrial::before {
  top: -6.25em;
  background-image: url(../images/idx_endometrial_bg02.png);
}
.idx_endometrial::after {
  height: calc(100% - 0.4375em);
  background-image: none;
  background-color: #faf8f5;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920.602' height='1692.504' viewBox='0 0 1920.602 1692.504'%3E%3Cg id='Group_230' data-name='Group 230' transform='translate(0 -108.656)'%3E%3Cpath id='Path_209' data-name='Path 209' d='M-.24,1801.159.553,108.841c11.857,5.107,267.2,113.665,577.89,128.142,192.419,8.966,362.755-42.309,531.76-85.78,74-8.5,157.511-13.371,263.726-8.723,352.274,15.413,546.193,142.5,546.193,142.5l.24,1516.183Z' transform='translate(0.24 0.001)' fill='%23faf8f5'/%3E%3Cpath id='Path_211' data-name='Path 211' d='M4.638,1170.976h1912.6L1920,284.955V1170.98H0V108.655l.431.186Z' transform='translate(0.362 0.001)' fill='%23faf8f5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.idx_endometrial .txt_ver {
  color: #bfb3a5;
}
.idx_endometrial .marquee {
  top: 160px;
}
.idx_endometrial .row_grid {
  max-width: 1505px;
  margin-left: auto;
  width: 96%;
  margin-right: 0;
  display: grid;
  --w_img: 56.8%;
  --w_text: 40%;
  position: relative;
  z-index: 2;
  grid-template-columns: var(--w_text) var(--w_img);
  gap: 0;
  justify-content: space-between;
  align-items: flex-start;
}
.idx_endometrial .row_grid .box_img {
  margin-right: -5px;
  grid-row: 1/span 4;
  grid-column-start: 2;
  max-width: 860px;
  position: relative;
  z-index: 1;
}
.idx_endometrial .row_grid .box_img.st1::before {
  border: 1px solid #bfb3a5;
}
.idx_endometrial .row_grid .wrap_h3 {
  margin-top: 18px;
}
.idx_endometrial .row_grid .txtl,
.idx_endometrial .row_grid .wrap_h3 {
  grid-column-start: 1;
}
.idx_endometrial .txt p {
  line-height: 1.9375;
  font-weight: 500;
  max-width: 520px;
}
.idx_endometrial .txt .sub {
  margin-top: 45px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  font-family: var(--f-jp);
  font-size: 1.5625em;
  line-height: 1.6;
}
.idx_endometrial .txt .sub .line {
  position: relative;
  z-index: 1;
}
.idx_endometrial .txt .sub .line::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #bfb3a5;
  opacity: 0.15;
  height: 0.44em;
  width: 7.08em;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.idx_endometrial .gr_bnr {
  margin-top: 56px;
}
.idx_endometrial .row2 {
  margin-top: 81px;
  position: relative;
  z-index: 1;
  font-size: min(1em, 1.6vw);
}
.idx_endometrial .row2::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  backdrop-filter: blur(12px) brightness(200%);
  -webkit-backdrop-filter: blur(12px) brightness(200%);
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  min-height: 430px;
  top: calc(50% - 247px);
  right: -100px;
  z-index: -1;
  width: calc(100% + 26vw);
  transform: translateZ(0);
}
.idx_endometrial .row2 p {
  max-width: calc(25% - 0.5em);
  width: 16.25em;
  height: 11.25em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.idx_endometrial .row2 p::before, .idx_endometrial .row2 p::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #3b3b3b;
  inset: 0;
  opacity: 0.5;
  z-index: -1;
}
.idx_endometrial .row2 p::after {
  background: none;
  opacity: 0.22;
  border: 0.75em solid #fff;
}
.idx_endometrial .row2 p.st1 {
  background-image: url(../images/idx_endometrial_img01.jpg);
}
.idx_endometrial .row2 p.st2 {
  background-image: url(../images/idx_endometrial_img02.jpg);
}
.idx_endometrial .row2 p.st3 {
  background-image: url(../images/idx_endometrial_img03.jpg);
}
.idx_endometrial .row2 p.st4 {
  background-image: url(../images/idx_endometrial_img04.jpg);
}
.idx_endometrial .row2 p a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.125em;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-family: var(--f-jp);
}
.idx_endometrial .row2 p a:hover {
  opacity: 1;
}
.idx_endometrial .row2 p a::after {
  content: "";
  margin-top: 0.7778em;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_18' data-name='Group 18' transform='translate(-913 -1795)'%3E%3Crect  data-name='Rectangle 7' width='28' height='28' rx='5' transform='translate(913 1795)' fill='%23fff' opacity='0.3'/%3E%3Cpath id='Path_204' data-name='Path 204' d='M928.182,1803.2l5,5-5,5' transform='translate(-3.182 0.802)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  width: 1.5556em;
  height: 1.5556em;
}

.txt p {
  font-weight: 500;
  line-height: 1.9375;
}

@media screen and (min-width: 769px) {
  .gr_bnr .bnr a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
  .gr_bnr .bnr.b3 a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .idx_endometrial .row2 p:hover::before {
    opacity: 0;
  }
  .idx_endometrial .row2 p:hover::after {
    opacity: 0;
  }
  .idx_greeting .row2 .box:hover img {
    transform: scale(1.05);
  }
  .idx_about_r2 {
    padding: 0px 20px;
  }
}
.idx_flow {
  position: relative;
  z-index: 2;
  padding: 118px 0px 100px;
  counter-reset: count;
  background-color: #fff;
}
.idx_flow::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  height: 434px;
  width: 100%;
  z-index: -1;
  background-color: #faf8f5;
}
.idx_flow .idx_en {
  left: -235px;
  top: -102px;
}
.idx_flow .h_en {
  margin-top: 9px;
}
.idx_flow .bot {
  margin: 62px -5px 0;
  font-size: min(1em, 1.2vw);
}
.idx_flow .t1 img {
  max-width: 2.6276em;
}
.idx_flow .t2 img {
  max-width: 2.5729em;
}
.idx_flow .t3 img {
  max-width: 3.2063em;
}
.idx_flow .t4 img {
  max-width: 3.6108em;
}
.idx_flow .t5 img {
  max-width: 2.8438em;
}
.idx_flow .t6 img {
  max-width: 2.3438em;
}
.idx_flow .col {
  margin-top: 20px;
  padding-bottom: 0.2%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 13.125em;
  height: 11.875em;
  border-radius: var(--border-radius);
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}
.idx_flow .col::before {
  position: absolute;
  top: -0.75em;
  left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8abf97;
  width: 2.4em;
  height: 2.4em;
  padding-bottom: 1.5%;
  border-radius: 50%;
  content: counter(count);
  counter-increment: count;
  font-family: var(--f-jp);
  font-size: 1.25em;
  letter-spacing: 0.03em;
  line-height: 2em;
  text-align: center;
  color: #fff;
}
.idx_flow .col picture {
  margin-bottom: 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.625em;
  height: 5.625em;
  border-radius: 50%;
  background-color: #faf8f5;
}
.idx_flow .col .tt {
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #8abf97;
  font-weight: 700;
  font-size: 1.0625em;
  line-height: 1.2941176471;
  letter-spacing: 0;
}
.idx_flow .inner_big {
  padding-bottom: 44px;
  position: relative;
  z-index: 1;
}
.idx_flow .inner_big::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: calc(100% - 543px);
  height: 625px;
  width: 100%;
  z-index: -1;
  opacity: 0.12;
  background-color: #d8c6b0;
}

.idx_safe {
  position: relative;
  padding: 67px 0px 61px;
  background-color: #fff;
}
.idx_safe .marquee.st1 {
  top: -26px;
}
.idx_safe .marquee.st2 {
  bottom: -14px;
  width: 300vw;
  left: -150vw;
}
.idx_safe .marquee.st2 .marquee_inner {
  justify-content: flex-start;
}
.idx_safe .inner_big {
  width: 86%;
}
.idx_safe .content {
  position: relative;
  padding: 87px 0px;
  background-color: rgba(216, 198, 176, 0.12);
}
.idx_safe .content > picture {
  position: absolute;
  font-size: min(1em, 1vw);
}
.idx_safe .wrap_h3 {
  margin-bottom: 44px;
}
.idx_safe .box_txt {
  max-width: 512px;
  width: 50%;
  min-width: 400px;
  margin-left: auto;
  margin-right: 4%;
}
.idx_safe .gr_bnr {
  margin-top: 46px;
}
.idx_safe .bg01 {
  left: 12.125em;
  top: -3.5625em;
  max-width: 20.1875em;
  z-index: 1;
}
.idx_safe .bg02 {
  left: -19.375em;
  top: 3.375em;
  max-width: 45.5625em;
}
.idx_safe .bg03 {
  right: -19.375em;
  top: 9.5625em;
  max-width: 22.1875em;
}

.idx_greeting {
  margin-top: 160px;
  padding: 116px 0px 175px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.idx_greeting .idx_en {
  color: #fff;
}
.idx_greeting::after {
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920.602' height='1592.135' viewBox='0 0 1920.602 1592.135'%3E%3Cpath id='Path_213' data-name='Path 213' d='M1920.362,1700.976l-.793-1592.135c-11.857,5.106-267.2,113.652-577.89,128.127-192.419,8.965-362.755-42.3-531.76-85.77-74-8.5-157.511-13.369-263.726-8.722C193.919,157.887,0,284.955,0,284.955L-.24,1700.976Z' transform='translate(0.24 -108.841)' fill='%23bfb3a5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-image: url(../images/idx_greeting_bg.jpg);
}
.idx_greeting .bg {
  position: absolute;
  height: 384px;
  width: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.idx_greeting .bg::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  background-color: rgba(255, 255, 255, 0.4);
  inset: 0;
}
.idx_greeting .top {
  margin-bottom: 56px;
}
.idx_greeting .top .txt {
  width: 517px;
  margin-top: 5px;
}
.idx_greeting .inner_big {
  position: relative;
  z-index: 2;
}
.idx_greeting h4 {
  font-size: 1.25em;
  align-items: center;
  font-family: var(--f-jp);
  letter-spacing: 0.025em;
}
.idx_greeting h4 .en {
  margin-top: 0.4%;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.idx_greeting .row1 {
  font-size: min(1em, 1.6vw);
}
.idx_greeting .row1 .box {
  width: calc(33.33% - 1em);
  max-width: 25em;
}
.idx_greeting .row1 h4 {
  margin-top: 1.65em;
  font-weight: 500;
  border-bottom: 1px solid;
  padding-bottom: 1.3em;
}
.idx_greeting .row2 {
  margin-top: 100px;
  font-size: min(1em, 1.6vw);
}
.idx_greeting .row2 .box {
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
  background-color: #fff;
  max-width: 39.375em;
  width: calc(50% - 1em);
}
.idx_greeting .row2 .box picture {
  overflow: hidden;
}
.idx_greeting .row2 .box picture img {
  transition: all 0.3s;
}
.idx_greeting .row2 h4 {
  position: relative;
  z-index: 1;
  margin-top: -1.95em;
  width: 90%;
  max-width: 25.15em;
  padding: 1.75em 1.5em 1.7em;
  justify-content: flex-start;
  color: var(--clr1);
  background-color: #fff;
  border-radius: 0px 10px 10px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_101' data-name='Group 101' transform='translate(-913 -1795)'%3E%3Crect id='Rectangle_7' data-name='Rectangle 7' width='28' height='28' rx='5' transform='translate(913 1795)' fill='%23bfb3a5' opacity='0.3'/%3E%3Cpath id='Path_204' data-name='Path 204' d='M928.182,1803.2l5,5-5,5' transform='translate(-3.182 0.802)' fill='none' stroke='%237e7977' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 1.4em auto;
  background-position: center right 8.5%;
  background-repeat: no-repeat;
}
.idx_greeting .row2 h4 .jp {
  display: inline-block;
  padding-right: 1.25em;
  margin-right: 0.45em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.894' height='18.447' viewBox='0 0 9.894 18.447'%3E%3Cpath id='Path_79161' data-name='Path 79161' d='M9,0,5.625,6.75,0,18' transform='translate(0.447 0.224)' fill='none' stroke='rgba(0,0,0,0.2)' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: 10px auto;
  background-position: top 0.3em right;
  background-repeat: no-repeat;
}
.idx_greeting .row2 h4 .en {
  margin-top: 0.3%;
}
.idx_greeting .gr_bnr {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: 70px;
}
.idx_greeting .gr_bnr .bnr {
  max-width: 49%;
}

.idx_feature {
  background-color: #fff;
}
.idx_feature .top {
  padding: 178px 0px 155px;
  position: relative;
  z-index: 1;
}
.idx_feature .top .wrap_h3.t_center .idx_en {
  top: -119px;
}
.idx_feature .top .idx_en {
  opacity: 0.3;
}
.idx_feature .top::before {
  width: 100%;
  top: 0;
  left: 0;
  height: calc(100% + 234.11px);
  background-image: url(../images/idx_feature_bg.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  opacity: 0.2;
}
.idx_feature .row {
  padding-bottom: 55px;
  position: relative;
  z-index: 2;
  gap: 1em;
  padding-right: 0.6875em;
}
.idx_feature .row::before, .idx_feature .row::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #d8c6b0;
  opacity: 0.12;
  z-index: -1;
  width: 100%;
}
.idx_feature .row::before {
  bottom: -10px;
  right: calc(100% - 398px);
  height: 542px;
}
.idx_feature .row::after {
  height: 431px;
  bottom: 355px;
  left: calc(100% - 287px);
}
.idx_feature .row .box {
  margin-top: 70px;
  width: calc(50% - 1.5em);
  max-width: 38.125em;
}
@media only screen and (min-width: 769px) {
  .idx_feature .row .box:nth-child(-n+2) {
    margin-top: 0;
  }
}
.idx_feature .row .box_img.st1:before {
  border-color: #fff;
  left: 0.6875em;
  top: 0.6875em;
}
.idx_feature .row .point {
  position: absolute;
  bottom: 1.9222em;
  left: 2.5556em;
  font-family: var(--f-en2);
  font-weight: 400;
  font-size: 1.125em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
}
.idx_feature .row .point span {
  display: block;
  font-weight: normal;
  font-size: 5em;
  line-height: 1;
  letter-spacing: 0;
  margin-top: -0.22em;
  margin-left: -0.05em;
}
.idx_feature .row picture {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
}
.idx_feature h4 {
  margin-bottom: 0.8em;
  margin-top: 2em;
  font-family: var(--f-jp);
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: 0.03em;
  line-height: 2em;
  text-align: center;
  border-bottom: 1px solid rgba(59, 59, 59, 0.15);
  padding-bottom: 0.95em;
}
.idx_feature .gr_bnr .bnr {
  margin: 0 auto 0;
}

.idx_info {
  position: relative;
  z-index: 3;
  padding: 105px 0px 0;
}
.idx_info .wrap_h3 {
  padding-top: 68px;
  margin-bottom: 42px;
  max-width: 500px;
}
.idx_info .row {
  margin-left: -5px;
  max-width: 1570px;
  width: 90%;
}
.idx_info .row .box_img {
  width: 57%;
  max-width: 890px;
}
.idx_info .row .box_img.st1::before {
  border: 1px solid #bfb3a5;
}
.idx_info .row .box_text {
  margin: 0 0 100px;
  width: 39%;
}
.idx_info .row .box_text .content {
  margin-left: auto;
  margin-right: 0;
  max-width: 540px;
}
.idx_info ul {
  padding-left: 10px;
  margin-bottom: 25px;
}
.idx_info li {
  margin-bottom: 0;
  padding-left: 3em;
  padding-top: 1.0625em;
  padding-bottom: 1.0625em;
  line-height: 1.5;
  position: relative;
  font-weight: 500;
}
.idx_info li span {
  display: inline-block;
}
.idx_info li::before {
  width: 1.75em;
  height: 1.75em;
  content: "";
  display: block;
  position: absolute;
  top: 0.9375em;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.1249em auto;
}
.idx_info li.st1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.998' height='18.006' viewBox='0 0 17.998 18.006'%3E%3Cpath id='Path_79094' data-name='Path 79094' d='M17.492,5.456h-4.6V.508A.507.507,0,0,0,12.382,0H5.615a.508.508,0,0,0-.508.508V5.456H.508A.507.507,0,0,0,0,5.963V18.006H18V5.963a.507.507,0,0,0-.506-.508M6.032,16.22H2.1V14.536H6.032Zm0-2.432H2.1V12.1H6.032Zm0-2.431H2.1V9.674H6.032Zm0-2.431H2.1V7.242H6.032Zm4.93,7.3H7.035V14.536h3.928Zm0-2.432H7.035V12.1h3.928Zm0-2.431H7.035V9.674h3.928Zm0-2.431H7.035V7.242h3.928Zm.121-5.592H9.618V4.8H8.379V3.334H6.915V2.1H8.379V.631H9.618V2.1h1.466ZM15.893,16.22H11.965V14.536h3.928Zm0-2.432H11.965V12.1h3.928Zm0-2.431H11.965V9.674h3.928Zm0-2.431H11.965V7.242h3.928Z' fill='%2370afcb'/%3E%3C/svg%3E%0A");
}
.idx_info li.st2::before {
  background-size: 0.838em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.408' height='19.606' viewBox='0 0 13.408 19.606'%3E%3Cpath id='Path_79091' data-name='Path 79091' d='M11.653,277.035a6.711,6.711,0,0,0-6.7,6.705c0,4.044,5.419,11.251,6.7,12.9,1.284-1.651,6.7-8.859,6.7-12.9a6.712,6.712,0,0,0-6.7-6.705m0,9.874a3.171,3.171,0,1,1,3.175-3.168,3.17,3.17,0,0,1-3.175,3.168' transform='translate(-4.95 -277.035)' fill='%2370afcb'/%3E%3C/svg%3E%0A");
}
.idx_info li.st3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.541' height='18.234' viewBox='0 0 18.541 18.234'%3E%3Cpath id='Path_79093' data-name='Path 79093' d='M2.972,77.822a3.873,3.873,0,0,0-.592,2.443A22.66,22.66,0,0,0,16.95,94.444a3.879,3.879,0,0,0,2.427-.659,3.747,3.747,0,0,0,1.382-1.42,5.4,5.4,0,0,0,.057-2.112c-.157-.451-1-.892-2-1.224a5.012,5.012,0,0,0-2.138-.294A3.813,3.813,0,0,0,15.469,90.2c-.1.411-.334.78-.81.615-1.687-.588-3.141-1.951-4.845-3.61s-3.106-3.075-3.74-4.744c-.179-.471.184-.713.593-.826a3.811,3.811,0,0,0,1.427-1.249,5.025,5.025,0,0,0-.352-2.13c-.358-.986-.823-1.82-1.277-1.965a5.4,5.4,0,0,0-2.11.115,3.757,3.757,0,0,0-1.382,1.42' transform='translate(-2.356 -76.225)' fill='%2370afcb'/%3E%3C/svg%3E%0A");
  background-size: 1.1587em;
}
.idx_info .gr_bnr {
  margin-top: 48px;
}

.idx_news {
  position: relative;
  padding: 56px 0px 115px;
  z-index: 2;
}
.idx_news::before {
  top: -33.4375em;
  left: 0;
  background-image: url(../images/idx_news_bg02.png);
  opacity: 0.15;
}
.idx_news::after {
  height: calc(100% + 26.625em);
  background: #f5f3f1;
}
.idx_news .content {
  position: relative;
  padding: 81px 20px 99px;
  background-color: #fff;
}
.idx_news .content::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 10px;
  top: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #bfb3a5;
}
@media only screen and (min-width: 769px) {
  .idx_news .content .btn-group {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
  }
}
.idx_news .content .wrap {
  position: relative;
}
.idx_news .content .box_left {
  margin-top: 13px;
}
.idx_news .content .box_right {
  margin-bottom: 11px;
  width: 65%;
  max-width: 703px;
}
.idx_news .content li {
  margin-bottom: 0;
  width: auto;
}
.idx_news .content li a {
  display: flex;
  text-decoration: none;
  padding: 25px 0px 22px;
  --w: 8.3rem;
  transition: all 0.3s;
  letter-spacing: 0.025em;
  max-width: 100%;
  color: var(--clr1);
  border-bottom: 1px solid #707070;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.061' height='10.707' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Path_79098' data-name='Path 79098' d='M928.182,1803.2l5,5-2.083,2.083-2.917,2.917' transform='translate(-927.828 -1802.844)' fill='none' stroke='%237e7977' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: 6.061px auto;
  background-repeat: no-repeat;
  background-position: right 0% top 55%;
  padding-right: 0.8em;
}
.idx_news .content li a span {
  display: inline-block;
}
.idx_news .content li a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx_news .content li a:hover {
    color: var(--main-color);
  }
  .idx_news .content li a:hover .date {
    color: var(--main-color);
  }
}
.idx_news .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  font-weight: 400;
  font-family: var(--f-en);
  color: #7e7977;
  font-size: 21px;
  line-height: 1.5;
}
.idx_news .content li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  width: 703px;
  font-weight: 500;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.idx_map {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.idx_map iframe {
  filter: grayscale(1);
  min-height: 100%;
}

@media screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 1600px;
    --height: 50vw;
  }
  .home_page .key .inner {
    max-width: 90%;
  }
  .idx_greeting {
    max-width: 1920px;
    margin: 0px auto;
  }
  .idx_greeting:after,
  .idx_bg:before {
    width: 100vw;
    left: calc(50% - 50vw);
  }
  .idx_about_r2:before {
    font-size: 0.9vw;
  }
  .idx_endometrial {
    padding-top: 12vw;
  }
  .idx_bg::before {
    background-size: 100% auto;
    font-size: 0.83vw;
  }
  .idx_bg:after {
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    font-size: 0.83vw;
  }
  .idx_feature .top:before {
    background-size: auto 100%;
    background-position: center;
  }
}
@media only screen and (min-width: 769px) {
  .idx_greeting .idx_en {
    z-index: 2;
    left: -31px;
    top: 30px;
  }
  .idx_info .idx_en {
    top: -38px;
    left: 42px;
  }
  .idx_news .idx_en {
    left: -82px;
    bottom: -92px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 1025px) {
  .idx_safe .content {
    padding-right: 5%;
  }
  .idx_safe .bg01 {
    left: 14em;
  }
  .idx_safe .bg02 {
    left: -16em;
  }
  .idx_safe .bg03 {
    right: -15em;
  }
  .idx_info .wrap_h3 {
    position: initial;
  }
  .idx_info .idx_en {
    font-size: 9vw;
    right: -0.05em;
    left: auto;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx_about .idx_about_r1 {
    padding-right: 5%;
  }
  .idx_flow .wrap_h3 {
    position: inherit;
  }
  .idx_flow .idx_en {
    left: auto;
    right: calc(100% - 2em + 3vw);
  }
  .idx_news {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .idx_news .idx_en {
    font-size: min(174px, 12vw);
    left: -0.3em;
    bottom: -0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx_endometrial .row2:before {
    right: -50px;
  }
  .idx_flow .idx_en {
    left: auto;
    right: calc(100% - 2.05em + 0vw);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .idx_about .row {
    grid-template-columns: 45% 52%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx_endometrial .row2 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx_endometrial .row2::before {
    right: -20px;
    min-height: 100px;
    height: calc(100% + 100px);
    top: -50px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .h_en:before {
    width: 12px;
    height: 12px;
  }
  .idx_flow .bot {
    font-size: 1em;
    max-width: 813px;
    font-size: min(1em, 1.6vw);
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .idx_flow .bot .col {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .idx_flow .bot .col:nth-child(5) {
    margin-left: 3em;
  }
  .idx_flow .bot .col:nth-child(6) {
    margin-right: 3em;
  }
  .idx_endometrial {
    padding-bottom: 50px;
  }
  .idx_endometrial .row2 {
    margin-top: 40px;
  }
  .idx_endometrial .row2::before {
    top: -70px;
  }
  .idx_feature h4 span {
    display: block;
  }
  .idx_news .content .box_right {
    margin-bottom: 0;
  }
  .idx_greeting .wrap_h3 {
    margin-bottom: 20px;
  }
  .idx_greeting .top {
    justify-content: center;
  }
  .idx_greeting .top .txt {
    width: 100%;
  }
  .idx_info .wrap_h3,
  .idx_endometrial .wrap_h3,
  .idx_greeting .wrap_h3 {
    position: relative;
    text-align: center;
  }
  .idx_info .wrap_h3 h3,
  .idx_endometrial .wrap_h3 h3,
  .idx_greeting .wrap_h3 h3 {
    text-align: center;
  }
  .idx_info .wrap_h3 .h_en,
  .idx_endometrial .wrap_h3 .h_en,
  .idx_greeting .wrap_h3 .h_en {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .idx_info .idx_en,
  .idx_greeting .idx_en {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    text-align: center;
  }
  .idx_flow .inner_big {
    position: initial;
  }
  .idx_flow .inner_big:before {
    top: 0;
  }
  .idx_flow .idx_en {
    top: 0.4em;
  }
  .idx_endometrial .row_grid .wrap_h3 {
    margin-bottom: 60px !important;
  }
  .idx_greeting {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .idx_about .idx_about_r1 {
    padding-right: 1%;
  }
}
.max1024 {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .max1024 {
    display: block !important;
  }
  .min1024 {
    display: none !important;
  }
  .idx_safe .inner_big {
    width: 98%;
  }
  .idx_safe .content > picture {
    font-size: 1em;
  }
  .idx_safe .content .box_txt {
    width: 58%;
    margin-left: 0;
    min-width: 200px;
  }
  .idx_safe .content .bg02 {
    margin-bottom: 20px;
    position: relative;
    left: auto;
    top: 0;
  }
  .idx_safe .content .bg01 {
    left: auto;
    right: 0;
  }
  .idx_safe .content .bg03 {
    display: table;
    max-width: 40%;
    bottom: 50px;
    top: auto;
    right: -30px;
  }
  .idx_endometrial .row_grid {
    display: block;
    margin: 0px auto;
    width: calc(100% - 80px);
  }
  .idx_endometrial .row_grid .wrap_h3 {
    margin-bottom: 30px;
  }
  .idx_endometrial .row_grid .box_img {
    margin-left: auto;
    margin-right: auto;
  }
  .idx_endometrial .row_grid .txt p {
    margin-left: auto;
    margin-right: auto;
  }
  .idx_endometrial .row_grid .txt p.sub {
    text-align: center;
    display: table;
  }
  .idx_endometrial .row_grid .txt p:not(.sub) {
    max-width: 100%;
  }
  .idx_endometrial .row_grid .gr_bnr .bnr {
    margin: 0px auto;
  }
  .idx_info .wrap_h3 {
    margin-bottom: 20px;
  }
  .idx_info ul {
    margin-bottom: 15px;
  }
  .idx_info .row {
    width: 100%;
    max-width: 100%;
  }
  .idx_info .row .box_img {
    margin-top: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 299px;
  }
  .idx_info .row .gr_bnr .bnr.b1 {
    margin: 0px auto;
  }
  .idx_info .row .box_text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx_info .row .box_text .content {
    margin-right: auto;
  }
}

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