@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 0.6944444444vw;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", serif;
}
@media (max-width: 767px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 2.6666666667vw;
  }
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #353535;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1440px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1440px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

header {
  position: fixed;
  padding-top: 2rem;
  padding-left: 4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  padding-right: 4rem;
}
header img {
  width: 12rem;
  margin-top: 1.7rem;
}
header ul {
  display: flex;
}
header ul li {
  margin-left: 0.9rem;
}
header ul li a {
  font-size: 1.4rem;
  color: white;
  display: inline-block;
  line-height: 1.35em;
}
header ul li a.current {
  background-color: #9A0D7C;
  padding-left: 1.3rem;
  padding-right: 1.2rem;
  border-radius: 99px;
}
@media (max-width: 767px) {
  header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  header img {
    width: 10rem;
    margin-top: 0;
  }
}

.flex {
  width: 100vw;
  height: 100vh;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}
.flex .col {
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .flex .col {
    width: 100%;
    height: 50vh;
    min-height: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.flex .col .inner {
  height: 100%;
  width: 100%;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex .col .inner h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.049em;
  color: white;
  margin-bottom: 0.7rem;
}
.flex .col .inner p {
  font-size: 1.5rem;
  letter-spacing: -0.011em;
  line-height: 1.5em;
  font-weight: 400;
  color: white;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .flex .col .inner p {
    text-align: center;
  }
}
.flex .col .inner .btn-wrapper {
  display: flex;
}
.flex .col .inner .btn-wrapper a {
  display: flex;
  height: 4rem;
  width: 20rem;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.011em;
  color: white;
  border: 1px solid white;
  border-radius: 99px;
  align-items: center;
  padding-left: 3.3rem;
  position: relative;
  transition: all 0.3s;
}
.flex .col .inner .btn-wrapper a::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 2.4rem;
  top: calc(50% - 0.6rem);
  background-image: url(../../img/link-out.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.flex .col .inner .btn-wrapper a:hover {
  opacity: 0.7;
}
.flex .col .inner .btn-wrapper a.a2 {
  padding-left: 3.8rem;
}
.flex .col .inner .btn-wrapper a.en-btn {
  padding-left: 2rem;
  width: 27rem;
}
.flex .col .inner .btn-wrapper a.en-btn2 {
  width: 23rem;
}
.flex .col .inner .btn-wrapper a.cn-btn {
  width: 17rem;
}
.flex .medical {
  background-image: url(../../img/medical-bg.webp);
}
.flex .normal {
  background-image: url(../../img/normal-bg.webp);
}

.en * {
  font-family: "Noto Sans";
}

.cn * {
  font-family: "Noto Sans SC";
}

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