/*---------------------------------
mv
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */

#mv .innr {
  position: relative;
}

#mv .catch {
  text-align: center;
}

#mv .catch h1 {
  display: inline-block;
  font-size: 6.666vw;
  position: relative;
  padding: 5vw 7vw;
  font-weight: 500;
  color: var(--main-color);
  margin: 21.333vw 0 0 0;
}

#mv .catch h1::before,
#mv .catch h1::after {
  position: absolute;
  width: 5.333vw;
  height: 6.933vw;
  content: '';
}

#mv .catch h1::before {
  border-left: solid 1px var(--main-color);
  border-top: solid 1px var(--main-color);
  top: 0;
  left: 0;
}

#mv .catch h1::after {
  border-right: solid 1px var(--main-color);
  border-bottom: solid 1px var(--main-color);
  bottom: 0;
  right: 0;
}

#mv .catch .en {
  color: var(--sub-color);
  font-size: 3.333vw;
  letter-spacing: .1em;
  margin: 5.333vw 0;
}

#mv .catch .txt {
  color: var(--main-color);
  font-size: 4.102vw;
  letter-spacing: .1em;
  margin: 0 0 8vw 0;
  padding: 0 11.6vw 0 13.6vw;
  text-align: left;
}

#mv .catch .s-img {
  position: absolute;
  left: 0;
  top: 45.333vw;
  height: 24vw;
  width: 37.333vw;
  border-radius: 0 12px 12px 0;
  background-image: url(../images/mv-s_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#mv .slick-pic {
  width: 90.666vw;
  pointer-events: none;
  margin: 0 0 0 auto;
}

#mv .slick-pic div {
  height: 56vw;
  border-radius: 12px 0 0 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#mv .slick-pic .pic01 {
  background-image: url(../images/mv_img_01.webp);
}

#mv .slick-pic .pic02 {
  background-image: url(../images/mv_img_02.webp);
}

#mv .slick-pic .pic03 {
  background-image: url(../images/mv_img_03.webp);
}

#mv .slick-pic .pic04 {
  background-image: url(../images/mv_img_04.webp);
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  #mv .innr {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  #mv .catch {
    width: 43%;
    text-align: right;
  }

  #mv .catch h1 {
    font-size: 2.875rem;
    padding: 20px 30px;
    margin: 30px -30px 0 0;
  }

  #mv .catch h1::before,
  #mv .catch h1::after {
    width: 30px;
    height: 40px;
    content: '';
  }

  #mv .catch .en {
    font-size: 1rem;
    letter-spacing: .33em;
    margin: 20px 0 20px 0;
  }

  #mv .catch .txt {
    font-size: 1.125rem;
    width: 460px;
    margin: 0 0 60px auto;
    padding: 0;
  }

  #mv .catch .s-img {
    position: inherit;
    top: inherit;
    left: inherit;
    height: 190px;
    width: 62%;
    border-radius: 0 20px 20px 0;
  }

  #mv .slick_wrap {
    width: 50%;
  }

  #mv .slick-pic {
    width: 100%;
    margin: 0;
  }

  #mv .slick-pic div {
    height: 420px;
    border-radius: 20px 0 0 20px;
  }
}




/*---------------------------------
information
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */

#information .innr {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  padding: 7.6vw 6.153vw;
}

#information .btn.s-btn a {
  margin: 7.6vw auto 2.564vw;
}

/*
#information .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}*/

#information .iframe-wrapper iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

#information .article {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 6.153vw;
  margin-top: 6.153vw;
}

#information .article:first-child {
  margin-top: 0;
}

#information .article .date {
  color: #999;
  font-size: 3.333vw;
}

#information .article .title {
  color: var(--main-color);
  font-weight: 700;
  font-size: 4.102vw;
}

#information .article .txt {
  font-size: 3.846vw;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {

  #information .innr {
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
    padding: 60px;
    margin-top: -40px;
  }

  #information .innr>div:first-child {
    width: 30%;
  }

  #information .innr>div:nth-child(2) {
    width: 70%;
  }

  #information .btn.s-btn a {
    margin: 0;
  }


  #information .article {
    padding-bottom: 20px;
    margin-top: 20px;
  }

  #information .article .date {
    font-size: .8125rem;
  }

  #information .article .title {
    font-size: 1.125rem;
  }

  #information .article .txt {
    font-size: 1rem;
  }

}



/*---------------------------------
medical
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */

#medical .sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8vw;
}

#medical ul li {
  margin-bottom: 1.6vw;
}

#medical .sub li {
  width: 49.1%;
}

#medical .main a,
#medical .sub a {
  display: block;
  border: 1vw solid rgba(29, 143, 218, 0.2);
  border-radius: 3.2vw;
  background-color: #fff;
  position: relative;
  font-weight: 600;
}

#medical .main a::after,
#medical .sub a::after {
  content: "";
  background: url(../images/icon-arrw.svg) 0 0 no-repeat;
  background-size: contain;
  filter: invert(44%) sepia(94%) saturate(513%) hue-rotate(163deg) brightness(92%) contrast(95%);
  width: 5.333vw;
  height: 4.358vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 5%;
}

#medical .sub a::after {
  width: 4.102vw;
  height: 3.599vw;
  right: 8%;
}

#medical .main a {
  height: 26.666vw;
  display: flex;
  align-items: center;
  font-size: 5.641vw;
  padding-left: 37vw;
  position: relative;
}

#medical .main a::before {
  content: "";
  width: 32vw;
  height: 23.466vw;
  position: absolute;
  top: 0.533vw;
  left: 0.533vw;
  border-radius: 1.6vw 0 0 1.6vw;
}

#medical .main .n01 a::before {
  background: url(../images/top-medical_img_01.webp) 0 0 no-repeat;
  background-size: contain;
}

#medical .main .n02 a::before {
  background: url(../images/top-medical_img_02.webp) 0 0 no-repeat;
  background-size: contain;
}

#medical .sub a {
  height: 18.133vw;
  font-size: 4.102vw;
  display: flex;
  align-items: center;
  padding-left: 5.333vw;
  line-height: 1.4;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {

  #medical .main,
  #medical .sub {
    display: flex;
    justify-content: space-between;
  }

  #medical .main {
    margin-bottom: 20px;
  }

  #medical .sub {
    margin-bottom: 40px;
  }

  #medical .main li {
    width: 49%;
  }

  #medical .sub li {
    width: 23.5%;
  }

  #medical ul li {
    margin-bottom: 0;
  }

  #medical .main a,
  #medical .sub a {
    border: 6px solid rgba(29, 143, 218, 0.2);
    border-radius: 20px;
  }

  #medical .main a::after,
  #medical .sub a::after {
    width: 20px;
    height: 17px;
  }

  #medical .sub a::after {
    width: 16px;
    height: 13.5px;
  }

  #medical .main a {
    height: 200px;
    font-size: 1.5rem;
    padding-left: 280px;
  }

  #medical .main a:hover,
  #medical .sub a:hover {
    background-color: #E6F5FF;
    transition: 0.3s;
  }

  #medical .main a::before {
    width: 240px;
    height: 184px;
    top: 2px;
    left: 2px;
    border-radius: 12px 0 0 12px;
  }

  #medical .main .n01 a::before {
    background: url(../images/top-medical_img_01.webp) 0 0 no-repeat;
    background-size: contain;
  }

  #medical .main .n02 a::before {
    background: url(../images/top-medical_img_02.webp) 0 0 no-repeat;
    background-size: contain;
  }

  #medical .sub a {
    height: 100px;
    font-size: 1.125rem;
    padding-left: 24px;
  }
}