@charset "UTF-8";

/*****************************
  top
*****************************/
.topsec{
  padding: 10rem 0;
}

/*****************************
topsec-fv
*****************************/
.topsec-fv {
  padding: 2rem 0;
}
.topsec-fv .topslideinner{
  margin-left: auto;
  position: relative;
  width: 85%;
}
.topsec-fv .topslider{
  background: #fff;
  border-radius: 30px 0 0 30px;
  height: calc(90vh - 141px);
  overflow: hidden;
}
.topsec-fv .slick-track,
.topsec-fv .slick-list{
  height: 100%;
}
.topsec-fv .catch{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  left: -5%;
  bottom: 5rem;
}
.topsec-fv .catch .ttl span,
.topsec-fv .catch .ttl2 span,
.topsec-fv .catch .txt{
  background: rgba(0, 152, 203, .8);
  color: #fff;
  display: inline-block;
  font-size: 3vw;
  font-weight: bold;
  padding-left: 1rem;
}
.topsec-fv .catch .ttl span:last-of-type,
.topsec-fv .catch .ttl2 span:last-of-type{
  padding-left: 0;
}
.topsec-fv .catch .ttl2{
  margin-top: -1.5rem;
}
.topsec-fv .catch .txt{
  font-size: 1.8vw;
}
@media only screen and (max-width: 1180px) {
  .topsec-fv {
    padding: 1rem 0;
  }
  .topsec-fv .topslideinner {
    width: 90%;
  }
  .topsec-fv .catch .ttl span,
  .topsec-fv .catch .ttl2 span{
    font-size: 4vw;
  }
  .topsec-fv .catch .txt {
    font-size: 2.6vw;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-fv .topslider{
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  /* .topsec-fv .topslider{
    height: 300px;
  } */
  .topsec-fv .topslideinner {
    width: 95%;
  }
  .topsec-fv .catch {
    gap: 1rem;
    left: -1rem;
    bottom: 5rem;
  }
  .topsec-fv .catch .ttl2{
    margin-top: -.5rem;
  }
  .topsec-fv .catch .ttl span{
    font-size: 2.6rem;
    padding: 0 1rem;
  }
  .topsec-fv .catch .ttl2 span{
    font-size: 2.4rem;
    padding: 0 1rem;
  }
  .topsec-fv .catch .ttl span:last-of-type,
  .topsec-fv .catch .ttl2 span:last-of-type {
    padding-left: 1rem;
    padding-right: 0;
  }
  .topsec-fv .catch .txt {
    font-size: min(4.3vw, 2rem);
    padding: 0 0 0 .5rem;
  }
}

/*****************************
topsec-news
*****************************/
.topsec-news{
  padding: 5rem 0;
}
.topsec-news .morebtn1{
  margin: 2rem auto 0;
  max-width: 800px;
  text-align: right;
}

/*****************************
topsec-medical
*****************************/
.topsec-medical{
  padding-bottom: 0;
}
.topsec-medical::before{
  content: "";
  aspect-ratio: 4 / 1;
  background: url(../images/ob/mountain.svg) no-repeat top / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.topsec-medical .bg{
  background: #5e83ba;
  margin-top: 5rem;
  padding-bottom: 15rem;
}
.topsec-medical .bg::before{
  content: "";
  aspect-ratio: 75 / 32;
  background: url(../images/ob/bird.svg) no-repeat top / cover;
  position: absolute;
  top: 12%;
  left: 0;
  width: 90%;
}
.topsec-medical .ttlbox1{
  text-align: center;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
.topsec-medical .ttlbox1 .ttl{
  letter-spacing: 6px;
}
.topsec-medical .links{
  gap: 2rem;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 5rem;
}
.topsec-medical .links li{
  text-align: center;
  width: calc(100% / 3 - 2rem);
}
.topsec-medical .links li a{
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topsec-medical .links li a img{
  margin-bottom: 1rem;
  width: 50%;
}
.topsec-medical .links li a p{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

.topsec-medical::after{
  content: "";
  aspect-ratio: 300 / 29;
  /* background: url(../images/ob/weed.svg) no-repeat top / cover; */
  background: #F2F2F2;
  mask-image: url(../images/ob/weed.svg);
  mask-position: top;
  mask-repeat: no-repeat;
  mask-size: cover;
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
}


@media only screen and (min-width: 1920px) {
  .topsec-medical .bg{
    padding-bottom: 15rem;
  }
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .topsec-medical .bg {
    padding-bottom: 13rem;
  }
  .topsec-medical::after{
    bottom: -1rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-medical .links {
    max-width: 600px;
  }
  .topsec-medical .links li a p{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-medical::after{
    bottom: -.5rem;
    height: 70px;
  }
  .topsec-medical .bg{
    margin-top: 0;
  }
  .topsec-medical .bg::before {
    top: 9%;
    width: 100%;
  }
  .topsec-medical .links li{
    width: 100%;
  }
  .topsec-medical .links li a{
    aspect-ratio: auto;
    border-radius: 6px;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
  }
  .topsec-medical .links li a img{
    width: 80px;
  }
  .topsec-medical .links li a p{
    width: calc(100% - 20px);
  }
}

/******************************
  topsec-info
******************************/
.topsec-info{
  position: relative;
  padding: revert-layer;
}
.topsec-info .ptb{
  padding: 8rem 0 10rem;
}
.topsec-info .ob{
  opacity: .4;
  position: absolute;
}
.topsec-info .ob1{
  aspect-ratio: 731/888;
  background: url(../images/ob/pattern1.svg) no-repeat center / contain;
  top: -5rem;
  right: -7rem;
  width: 25%;
}
.topsec-info .ob2{
  aspect-ratio: 781/798;
  background: url(../images/ob/pattern2.svg) no-repeat center / contain;
  bottom: 10rem;
  left: -10rem;
  width: 20%;
}
.topsec-info .inner1{
  z-index: 1;
}

.topsec-info .ttl{
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 3rem;
  text-align: center;
}
.topsec-info .ttl i{
  color: #8DC21F;
}

.topsec-info .fbox-map iframe{
  aspect-ratio: 2 / 1;
  margin: 1rem 0;
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 1180px) {
  .topsec-info::before{
    top: -9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .finfo{
    width: 350px;
  }
}
@media only screen and (max-width: 1023px) {
  .topsec-info::before {
    top: -7rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-info::before {
    top: -6rem;
  }
  .topsec-info .ptb {
    padding: 6rem 0 8rem;
  }
  .topsec-info .ob{
    opacity: .3;
  }
  .topsec-info .ob1{
    top: -5rem;
    right: -9rem;
    width: 45%;
  }
  .topsec-info .ob2{
    bottom: 6rem;
    left: -11rem;
    width: 40%;
  }
  .topsec-info .flexbox2{
    gap: 4rem;
  }
  .topsec-info .fbox{
    margin: 0 auto;
    width: 80%;
  }
  .topsec-info .ttl {
    margin-bottom: 2rem;
  }

}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-info .ptb{
    padding: 3rem 0 6rem;
  }
  .topsec-info .ob1 {
    top: -2rem;
    width: 85%;
  }
  .topsec-info .ob2 {
    bottom: -5rem;
    width: 70%;
  }
  .topsec-info .flexbox2{
    gap: 0;
  }
  .topsec-info .fbox{
    width: 100%;
  }

  .topsec-info .fbox-map iframe{
    aspect-ratio: 3 / 2;
  }

}