@charset "utf-8";
.sec_mainimg {
  position: relative;
}
.sec_mainimg .mainimg {
  display: block;
  margin: auto;
  height: calc(100vh - 140px);
  width: 100%;
  min-height: 800px;
  background-image: url(../img/top/mainimg.jpg);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_mainimg .text_con {
  height: calc(100% - 100px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_mainimg .text_con > * {
  position: absolute;
}
.sec_mainimg .left {
  top: 0;
  left: 20px;
  flex-direction: row-reverse;
}
.sec_mainimg .left img {
  width: 70%;
  height: auto;
  max-width: 230px;
}
/*
.sec_mainimg .left img {
width: 45px;
height: -moz-min-content;
height: min-content;
}
.sec_mainimg .left img:not(:last-of-type) {
margin-left: 15px;
}
.sec_mainimg .left .text_st04 {
font-size: 36px;
}
*/
.sec_mainimg .right {
  bottom: -350px;
  width: 100%;
  max-width: 950px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  font-size: .8em;
  background-color: #fff;
  /*background-color: rgb(248 242 240 / 90%);*/
}
.sec_mainimg .right *{
  max-width: 950px;
  margin: auto;
}
.sec_mainimg .right .top_topics {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 120px;
  height: 120px;
  font-size: 20px;
  background-color: #fff;
  border: 1px solid var(--brown);
  border-radius: 50%;
}
.sec_mainimg .right .top_topics p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 120px;
  height: 120px;
  line-height: 1.2;
  color: var(--brown);
  font-weight: 500;
}
.sec_mainimg .right .text_notice {
  font-size: inherit;
}
.contents {
  margin-top: 0;
  padding-top: 350px;
}
.contents h2 {
  margin-bottom: 30px;
}
.contents .title01 .dec_text {
  background-color: var(--primary_bg01);
}
.contents .flex .left {
  margin-bottom: 30px;
}
.sec_open .flex > * {
  flex: 0 0 50%;
}
.sec_open.con .text_box {
  padding: 50px;
  border-radius: 10px 0 0 10px;
}
.sec_open.con .img_box {
  min-height: 250px;
  background-image: url(../img/facility/out_02.jpg);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 10px 10px 0;
}
.sec_feature {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/top/feature_bg.jpg);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_feature::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--brown);
  opacity: 0.6;
}
.scrolldown{
  position: relative;
  width: 100%;
}
.scrolldown span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:10px;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.05em;
}
.scrolldown::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
  animation:
    circlemove 2s ease-in-out infinite,
    cirlemovehide 2s ease-out infinite;
}
@keyframes circlemove{
  0%{left:80%;}
  100%{left:20%;}
}
@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}
.scrolldown::after{
  content:"";
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background:#fff;
}
.sec_feature .feature_con {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  gap: 10px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.sec_feature .feature_con .item {
  flex: 1 1 calc( 20% - 10px );
  min-width: 160px;
  max-height: 250px;
  border-radius: 10px;
  background-color: rgb(255 255 255 / 30%);
  aspect-ratio: 1 / 1;
}
.sec_feature .feature_con .item > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_feature .feature_con .item .ic {
  height: 65%;
  max-width: 100p;
  min-width: 100px;
}
.feature_con .item .ic img {
  max-height: 150px;
}
.sec_feature .feature_con .item .text {
  height: 35%;
  padding: 5px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}
.sec_information .obstetrics .img_con .information01 {
  margin-top: -100px;
}
.sec_information .information_bg > .flex_all.obstetrics {
  align-items: flex-start;
}
.sec_information .information_bg > .flex_all.gynecology {
  align-items: center;
}
.sec_information .information_bg > .flex_all .text_box { 
  flex: 0 0 60%;
}
.sec_information .information_bg > .flex_all .img_con {
  flex: 0 0 40%;
}
.sec_information .im_information {
  outline: 5px solid #fff;
}
.sec_information .obstetrics .text_box {
  padding: 50px 150px 50px 50px;
}
.sec_information .gynecology .text_box {
  padding: 50px 50px 50px 150px;
}
.sec_information .gynecology .img_con {
  position: relative;
}
.sec_information .gynecology .img_con .information02 {
  padding-left: 80px;
  padding-bottom: 80px;
}
.sec_information .gynecology .img_con .information03 {
  position: absolute;
  width: 50%;
  bottom: 0px;
  left: 0;
}
.sec_topics .topics_con.flex {
  justify-content: flex-start;
}

.sec_topics .topics_con .link_box {
  position: relative;
  background-color: #fff;
}
.sec_topics .topics_con .link_box .topics_text {
  padding: 10px 20px;
  background-color: #fff;
}
.sec_topics .topics_con .link_box figure {
  margin-bottom: 0;
  line-height: 0;
  height: 160px;
  overflow: hidden;
}
.sec_topics .topics_con .link_box img {
  width: 100%;
  position: relative;
  top: -25%;
  transition: all 0.35s;
}
.sec_topics .topics_con .link_box a:hover {
  color: var(--primary);
}
.sec_topics .topics_con .link_box a:hover > figure img {
  transform: scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
}
.sec_news {
  border-bottom: 1px solid var(--brown);
}
.sec_news .news_list > a:hover {
  background-color: rgb(255 255 255 / 60%);
}
.innsuta_text {
  position: relative;
  color: var(--brown);
}
.innsuta_text::before,
.innsuta_text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.5em;
  width: 3.5em;
  height: 3.5em;
  z-index: 1;
}
.innsuta_text::before {
  left: 5%;
  border-right: 1px solid;
  transform: rotate(-45deg);
}
.innsuta_text::after {
  right: 5%;
  border-left: 1px solid;
  transform: rotate(45deg);
}
.sec_news .ul_instagram > li {
  flex: 0 0 calc( ( 100% / 3 ) - 2px );
}
.sec_blog figure {
  position: relative;
}
.sec_blog figure .blog_up {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--primary_sub);
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
}
@media (min-width:1025px) {
  header.header {
    border-bottom: none;
  }
}
@media (max-width: 1300px) {
  .sec_information .obstetrics .text_box {
    padding: 50px 120px 50px 50px;
  }
  .sec_information .gynecology .text_box {
    padding: 50px 50px 50px 120px;
  }
}
@media (max-width: 1024px) {
  .sec_mainimg .left {
    top: 50px;
  }
  .sec_information .obstetrics .text_box {
    padding: 50px 80px 50px 50px;
  }
  .sec_information .gynecology .text_box {
    padding: 50px 50px 50px 80px;
  }
  .sec_topics .topics_con .link_box figure {
    height: 100px;
  }
}
@media (min-width: 769px) {
  .sec_mainimg .left {
    top: 30px;
  }
  .sec_information .title01 {
    width: 55%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: -80px;
  }
  .sec_information .information_bg {
    position: relative;
    z-index: 2;
    margin-top: 50px;
  }
  .sec_information .information_bg::after {
    content: "";
    position: absolute;
    width: 90%;
    max-width: 1000px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    background-color: #fff;
    border-radius: 10px;
  }
  .sec_topics .topics_con .link_box {
    width: calc( (100%/3) - 20px );
  }
  .sec_topics .topics_con .link_box:not(:last-of-type){
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  .div_mainimgwrap #js_slider-mainimg li{
  min-height: 650px;
  }
  .div_mainimgwrap #js_slider-mainimg li img{
  width: 100%;
  min-height: 650px;
  object-fit: cover;
  }
  .sec_mainimg .right {
    right: 0;
    width: 100%;
    padding: 20px;
    background-color: #fff;
  }
  .sec_mainimg .right .table_schedule th,
  .sec_mainimg .right .table_schedule td {
    padding: 7.5px 5px;
  }
  .sec_mainimg .right .top_topics {
    top: -180px;
    right: 0;
  }
}
@media (max-width: 1280px) and (min-width: 769px){
  .sec_mainimg .right {
    bottom: -350px;
  }
  .contents {
    padding-top:350px;
  }
}
@media (max-width: 768px) {
  .sec_mainimg .right {
    bottom: -420px;
  }
  .contents {
    padding-top:450px;
  }
  .contents .flex .link_box {
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
  }
  .sec_open.con .text_box {
    padding: 30px;
    border-radius: 10px 10px 0 0;
  }
  .sec_open.con .img_box {
    border-radius: 0 0 10px 10px;
    min-height: 200px;
  }
  .sec_feature .fadein_up {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
  }
  .sec_information .title01 {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .sec_information .information_bg {
    background-color: #fff;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
  }
  .sec_information .information_bg > .flex_all .text_box {
    flex: 0 0 100%;
    padding: 50px;
  }
  .sec_information .information_bg > .flex_all .img_con {
    flex: 0 0 70%;
  }
  .sec_information .obstetrics .img_con .information01 {
    margin-left: -15px;
    margin-top: -50px;
  }
  .sec_information .gynecology .img_con .information02 {
    margin-top: 30px;
    margin-right: -15px;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .sec_topics .topics_con .link_box figure {
    height: 170px;
  }
  .sec_feature .feature_con {
    width: 900px;
    padding: 50px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .div_mainimgwrap #js_slider-mainimg li,
  .div_mainimgwrap #js_slider-mainimg li img{
  min-height: 450px;
  }
  .sec_mainimg .left {
    top: 10;
  }
  .sec_mainimg .left img {
    max-width: 100px;
  }
  .sec_mainimg .right {
    padding: 20px 30px 30px;
  }
  .sec_mainimg .right {
    bottom: -600px;
  }
  .contents {
    padding-top: 600px;
  }
  .sec_information .information_bg > .flex_all .text_box {
    padding: 15px;
  }
  .sec_information .information_bg > .flex_all .text_box h3.f20 {
    font-size: 18px;
  }
  .sec_blog figure .blog_up {
    top: 10px;
    left: 10px;
  }
}