@charset "UTF-8";
/* Box sizing rules */
/* Box sizingの定義 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  background: white;
  color: #333333;
  font-family: "Zen Old Mincho", serif;
}

a {
  color: deepskyblue;
  text-decoration: underline;
  cursor: pointer;
  /* キーボード操作時のみフォーカスインジケーターを表示 */
  /* マウスクリック時には枠を表示しない */
  transition: all 0.3s;
}
a:hover {
  color: #66d9ff;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #6578a1;
  outline-offset: 2px;
}
a:focus:not(:focus-visible) {
  outline: none;
}

/* キーボード操作時のみフォーカスインジケーターを表示 */
a:focus-visible,
*:focus-visible {
  outline: 2px solid #6578a1;
  outline-offset: 2px;
}

/* マウスクリック時には枠を表示しない */
a:focus:not(:focus-visible),
*:focus:not(:focus-visible) {
  outline: none;
}

button:focus-visible {
  outline: 2px solid #6578a1;
  outline-offset: 2px;
}

button:focus:not(:focus-visible) {
  outline: none;
}

@media print {
  * html body {
    zoom: 0.7;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.visually__hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  /* 古いブラウザ向け */
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #6578a1;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  z-index: 10000;
}
.skip-link:focus-visible {
  top: 0;
  outline-offset: 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
body {
  word-break: break-all;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.backtotop {
  width: clamp(3.5rem, calc(0.0301204819rem + 7.2289156627vw), 5rem);
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 1000;
}

.section {
  padding-top: clamp(5.25rem, calc(0.0451807229rem + 10.843373494vw), 7.5rem);
  padding-bottom: clamp(4.375rem, calc(0.0376506024rem + 9.0361445783vw), 6.25rem);
  padding-left: clamp(2.1875rem, calc(0.0188253012rem + 4.5180722892vw), 3.125rem);
  padding-right: clamp(2.1875rem, calc(0.0188253012rem + 4.5180722892vw), 3.125rem);
}

.btn__more {
  text-align: center;
}
.btn__more a {
  text-decoration: none;
  font-size: clamp(0.9625rem, calc(0.0082831325rem + 1.9879518072vw), 1.375rem);
  text-align: center;
  display: inline-block;
  background: url(../images/link_mark_bk.webp) no-repeat 88% center rgba(178, 181, 197, 0.28);
  background-size: 11px;
  color: #333333;
  padding-top: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
  padding-bottom: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
  padding-left: clamp(1.75rem, calc(0.015060241rem + 3.6144578313vw), 2.5rem);
  padding-right: clamp(4.375rem, calc(0.0376506024rem + 9.0361445783vw), 6.25rem);
  border-radius: 100vh;
  transition: 0.3s;
}
.btn__more a:hover {
  background: url(../images/link_mark.webp) no-repeat 91% center #6578a1;
  background-size: 11px;
  color: #fff;
}

.btn__back {
  text-align: center;
}
.btn__back a {
  text-decoration: none;
  font-size: clamp(0.9625rem, calc(0.0082831325rem + 1.9879518072vw), 1.375rem);
  text-align: center;
  display: inline-block;
  background: url(../images/link_mark_bk_r.webp) no-repeat 12% center rgba(178, 181, 197, 0.28);
  background-size: 11px;
  color: #333333;
  padding-top: clamp(0.74375rem, calc(0.0064006024rem + 1.5361445783vw), 1.0625rem);
  padding-bottom: clamp(0.74375rem, calc(0.0064006024rem + 1.5361445783vw), 1.0625rem);
  padding-left: clamp(4.375rem, calc(0.0376506024rem + 9.0361445783vw), 6.25rem);
  padding-right: clamp(4.375rem, calc(0.0376506024rem + 9.0361445783vw), 6.25rem);
  border-radius: 100vh;
  transition: 0.3s;
}
.btn__back a:hover {
  background: url(../images/link_mark_r.webp) no-repeat 9% center #6578a1;
  background-size: 11px;
  color: #fff;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: clamp(2.1875rem, calc(0.0188253012rem + 4.5180722892vw), 3.125rem);
  padding-bottom: clamp(2.1875rem, calc(0.0188253012rem + 4.5180722892vw), 3.125rem);
  padding-left: 7%;
  padding-right: 7%;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 1000;
}
.header .inner {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header h1 {
  width: clamp(11.4625rem, calc(0.0986445783rem + 23.6746987952vw), 16.375rem);
}
.header h1 a {
  display: block;
}
.header h1 a:hover {
  opacity: 0.6;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.nav ul {
  display: flex;
}
.nav ul li {
  margin-left: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
  margin-right: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
}
.nav ul li:last-child {
  margin-right: 0;
}
.nav ul li a {
  text-decoration: none;
  font-size: clamp(0.7875rem, calc(0.0067771084rem + 1.6265060241vw), 1.125rem);
  display: block;
  color: #333333;
  width: 100%;
  height: 100%;
}
.nav ul li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.nav ul li a span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  background: #6578a1;
  border-radius: 100vh;
  opacity: 0;
  transition: 0.5s;
}
.nav ul li a:hover {
  color: #3e527d;
}
.nav ul li a:hover span::after {
  width: 100%;
  opacity: 1;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.home .hero {
  width: 100%;
  height: 100svh;
  background: url(../images/hero_img.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}
.home .hero .box {
  position: absolute;
  top: 50%;
  right: 10%;
  display: inline-block;
}
.home .hero .box h2 {
  color: #fff;
  font-size: clamp(2.45rem, calc(0.0210843373rem + 5.0602409639vw), 3.5rem);
  line-height: 1.4;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  margin-bottom: clamp(2.1875rem, calc(0.0188253012rem + 4.5180722892vw), 3.125rem);
}
.home .hero .box .btn {
  text-align: center;
}
.home .hero .box .btn a {
  text-decoration: none;
  font-size: clamp(0.9625rem, calc(0.0082831325rem + 1.9879518072vw), 1.375rem);
  text-align: center;
  display: inline-block;
  background: url(../images/link_mark.webp) no-repeat 88% center #6578a1;
  background-size: 11px;
  color: #fff;
  padding-top: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
  padding-bottom: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
  padding-left: clamp(1.75rem, calc(0.015060241rem + 3.6144578313vw), 2.5rem);
  padding-right: clamp(2.625rem, calc(0.0225903614rem + 5.421686747vw), 3.75rem);
  border-radius: 100vh;
}
.home .hero .box .btn a:hover {
  background: url(../images/link_mark.webp) no-repeat 91% center #3e527d;
  background-size: 11px;
}
.home .guide .inner {
  max-width: 1400px;
}
.home .guide .box a {
  display: block;
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
}
.home .guide .box a .item {
  position: relative;
  z-index: 10;
}
.home .guide .box a .item .obj {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(0, -50%);
}
.home .guide .box a .item .obj h2 {
  font-size: clamp(1.4rem, calc(0.0120481928rem + 2.8915662651vw), 2rem);
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  color: #333333;
  font-weight: 400;
  padding-top: clamp(0.65625rem, calc(0.0056475904rem + 1.3554216867vw), 0.9375rem);
  padding-bottom: clamp(0.65625rem, calc(0.0056475904rem + 1.3554216867vw), 0.9375rem);
  padding-left: clamp(0.4375rem, calc(0.0037650602rem + 0.9036144578vw), 0.625rem);
  padding-right: clamp(0.4375rem, calc(0.0037650602rem + 0.9036144578vw), 0.625rem);
  margin-bottom: clamp(1.3125rem, calc(0.0112951807rem + 2.7108433735vw), 1.875rem);
}
.home .guide .box a .item .obj p {
  font-size: clamp(2.05625rem, calc(0.0176957831rem + 4.2469879518vw), 2.9375rem);
  color: #fff;
  text-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
  margin-bottom: clamp(3.0625rem, calc(0.0263554217rem + 6.3253012048vw), 4.375rem);
}
.home .guide .box a .item .obj .more {
  text-align: center;
}
.home .guide .box a .item .obj .more span {
  text-decoration: none;
  font-size: clamp(0.9625rem, calc(0.0082831325rem + 1.9879518072vw), 1.375rem);
  text-align: center;
  display: inline-block;
  background: url(../images/link_mark_bk.webp) no-repeat 88% center rgba(178, 181, 197, 0.55);
  background-size: 11px;
  color: #333333;
  padding-top: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
  padding-bottom: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
  padding-left: clamp(1.75rem, calc(0.015060241rem + 3.6144578313vw), 2.5rem);
  padding-right: clamp(4.375rem, calc(0.0376506024rem + 9.0361445783vw), 6.25rem);
  border-radius: 100vh;
  transition: 0.3s;
}
.home .guide .box a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #c6cbd5;
  z-index: 1;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  outline: 0px solid #3e527d;
  transition: 0.3s;
}
.home .guide .box a:hover {
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 0;
}
.home .guide .box a:hover::after {
  outline: 8px solid #6578a1;
}
.home .guide .box a:hover .item .obj .more span {
  background: url(../images/link_mark.webp) no-repeat 91% center #6578a1;
  background-size: 11px;
  color: #fff;
}
.home .search {
  padding-top: clamp(17.5rem, calc(0.1506024096rem + 36.1445783133vw), 25rem);
  background: url(../images/home_search_bg.webp) no-repeat center top;
  background-size: 100% auto;
}
.home .search .inner {
  max-width: 1500px;
}
.home .search .box {
  margin-bottom: clamp(7.875rem, calc(0.0677710843rem + 16.265060241vw), 11.25rem);
}
.home .search .box .title {
  margin-bottom: clamp(3.5rem, calc(0.0301204819rem + 7.2289156627vw), 5rem);
  position: relative;
}
.home .search .box .title::before {
  content: "";
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 100vh;
  z-index: 1;
}
.home .search .box .title::after {
  content: "";
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 100vh;
  z-index: 2;
}
.home .search .box .title h2 {
  font-size: clamp(1.4rem, calc(0.0120481928rem + 2.8915662651vw), 2rem);
  font-weight: 500;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.home .search .box .title h2 span {
  display: inline-block;
  position: relative;
}
.home .search .box .title h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 1px;
  background: url(../images/line.webp) no-repeat left center;
  background-size: auto 1px;
}
.home .search .box .list {
  width: 70%;
  padding-top: clamp(3.71875rem, calc(0.032003012rem + 7.6807228916vw), 5.3125rem);
  padding-bottom: clamp(4.375rem, calc(0.0376506024rem + 9.0361445783vw), 6.25rem);
  padding-left: clamp(2.1875rem, calc(0.0188253012rem + 4.5180722892vw), 3.125rem);
  padding-right: clamp(2.1875rem, calc(0.0188253012rem + 4.5180722892vw), 3.125rem);
  position: relative;
}
.home .search .box .list::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .search .box .list::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(178, 181, 197, 0.23);
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: 10;
}
.home .search .box .list ul {
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: center;
}
.home .search .box .list ul li {
  width: 31%;
}
.home .search .box .list ul li a {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: clamp(1.05rem, calc(0.0090361446rem + 2.1686746988vw), 1.5rem);
  color: #333333;
  position: relative;
}
.home .search .box .list ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  bottom: -13px;
  left: 0;
}
.home .search .box .list ul li a span {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
.home .search .box .list ul li a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/link_mark_type2.webp) no-repeat center center;
  background-size: cover;
  transition: 0.3s;
}
.home .search .box .list ul li a:hover {
  color: #6578a1;
}
.home .search .box .list ul li a:hover::after {
  background: #6578a1;
}
.home .search .box .list ul li a:hover span::after {
  background: url(../images/link_mark_type2_over.webp) no-repeat center center;
  background-size: cover;
  transform: translate(8px, -50%);
}
.home .search #symptoms .title::before {
  top: clamp(3.5rem, calc(0.0301204819rem + 7.2289156627vw), 5rem);
  left: 0;
  width: clamp(8.75rem, calc(0.0753012048rem + 18.0722891566vw), 12.5rem);
  background: rgba(229, 196, 197, 0.5);
}
.home .search #symptoms .title::after {
  top: clamp(-7.4375rem, calc(-0.0640060241rem + -15.3614457831vw), -10.625rem);
  left: clamp(1.75rem, calc(0.015060241rem + 3.6144578313vw), 2.5rem);
  width: clamp(13.5625rem, calc(0.1167168675rem + 28.0120481928vw), 19.375rem);
  background: rgba(229, 196, 197, 0.5);
}
.home .search #symptoms .title h2 {
  padding-left: clamp(8.75rem, calc(0.0753012048rem + 18.0722891566vw), 12.5rem);
}
.home .search #symptoms .title h2 span::after {
  left: 110%;
}
.home .search #symptoms .list {
  margin-left: auto;
}
.home .search #symptoms .list ul li {
  margin: 0 4%;
}
.home .search #disease .title::before {
  top: clamp(3.5rem, calc(0.0301204819rem + 7.2289156627vw), 5rem);
  right: 0;
  width: clamp(8.75rem, calc(0.0753012048rem + 18.0722891566vw), 12.5rem);
  background: rgba(206, 207, 216, 0.5);
}
.home .search #disease .title::after {
  top: clamp(-7.4375rem, calc(-0.0640060241rem + -15.3614457831vw), -10.625rem);
  right: clamp(1.75rem, calc(0.015060241rem + 3.6144578313vw), 2.5rem);
  width: clamp(13.5625rem, calc(0.1167168675rem + 28.0120481928vw), 19.375rem);
  background: rgba(206, 207, 216, 0.5);
}
.home .search #disease .title h2 {
  padding-right: clamp(8.75rem, calc(0.0753012048rem + 18.0722891566vw), 12.5rem);
  text-align: right;
}
.home .search #disease .title h2 span::after {
  right: 110%;
}
.home .search #disease .list {
  margin-right: auto;
}
.home .search #disease .list ul li {
  margin: 0 3%;
}
.home .news {
  padding-bottom: clamp(5.25rem, calc(0.0451807229rem + 10.843373494vw), 7.5rem);
  background: url(../images/home_news_bg.webp) no-repeat center top;
}
.home .news .inner {
  max-width: 1500px;
}
.home .news h2 {
  font-size: clamp(1.4rem, calc(0.0120481928rem + 2.8915662651vw), 2rem);
  font-weight: 500;
  margin-left: clamp(3.9375rem, calc(0.0338855422rem + 8.1325301205vw), 5.625rem);
  margin-bottom: clamp(4.375rem, calc(0.0376506024rem + 9.0361445783vw), 6.25rem);
  position: relative;
}
.home .news h2::after {
  content: "";
  width: clamp(4.1125rem, calc(0.0353915663rem + 8.4939759036vw), 5.875rem);
  aspect-ratio: 94 / 39;
  background: url(../images/news_label.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: clamp(-7.21875rem, calc(-0.062123494rem + -14.9096385542vw), -10.3125rem);
  top: 50%;
  transform: translate(0, -50%);
}
.home .news .list {
  padding-left: clamp(1.3125rem, calc(0.0112951807rem + 2.7108433735vw), 1.875rem);
  padding-right: clamp(1.3125rem, calc(0.0112951807rem + 2.7108433735vw), 1.875rem);
}
.home .news .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .news .list ul::after {
  content: "";
  display: block;
  width: 30%;
}
.home .news .list ul li {
  width: 30%;
  margin-bottom: clamp(2.1875rem, calc(0.0188253012rem + 4.5180722892vw), 3.125rem);
}
.home .news .list ul li .img {
  position: relative;
  margin-bottom: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
}
.home .news .list ul li .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #b2b5c5;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.home .news .list ul li .img .img__item {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 450 / 260;
  position: relative;
  z-index: 10;
}
.home .news .list ul li .img .img__item img {
  object-fit: cover;
  transition: 0.3s;
}
.home .news .list ul li .date {
  padding-left: clamp(1.3125rem, calc(0.0112951807rem + 2.7108433735vw), 1.875rem);
  padding-right: clamp(1.3125rem, calc(0.0112951807rem + 2.7108433735vw), 1.875rem);
  font-size: clamp(0.7875rem, calc(0.0067771084rem + 1.6265060241vw), 1.125rem);
  margin-bottom: clamp(0.21875rem, calc(0.0018825301rem + 0.4518072289vw), 0.3125rem);
}
.home .news .list ul li .title {
  padding-left: clamp(1.3125rem, calc(0.0112951807rem + 2.7108433735vw), 1.875rem);
  padding-right: clamp(1.3125rem, calc(0.0112951807rem + 2.7108433735vw), 1.875rem);
  font-size: clamp(1.1375rem, calc(0.0097891566rem + 2.3493975904vw), 1.625rem);
}
.home .news .list ul li a {
  text-decoration: none;
  color: #333333;
}
.home .news .list ul li a:hover {
  color: #6578a1;
}
.home .news .list ul li a:hover .img .img__item img {
  transform: scale(1.2);
}
.home .supervisior {
  padding-bottom: clamp(8.75rem, calc(0.0753012048rem + 18.0722891566vw), 12.5rem);
}
.home .supervisior .inner {
  max-width: 1300px;
}
.home .supervisior .box {
  position: relative;
}
.home .supervisior h2 {
  width: 58%;
  font-weight: 500;
  margin-left: clamp(8.75rem, calc(0.0753012048rem + 18.0722891566vw), 12.5rem);
  margin-bottom: clamp(2.1875rem, calc(0.0188253012rem + 4.5180722892vw), 3.125rem);
  position: relative;
}
.home .supervisior h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #8ea1cc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.home .supervisior h2::after {
  content: "";
  width: clamp(8.75rem, calc(0.0753012048rem + 18.0722891566vw), 12.5rem);
  aspect-ratio: 200 / 39;
  background: url(../images/supervisor_label.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: clamp(-14rem, calc(-0.1204819277rem + -28.9156626506vw), -20rem);
  top: 50%;
  transform: translate(0, -45%);
}
.home .supervisior h2 span {
  background: #fff;
}
.home .supervisior h2 span.name {
  display: inline-block;
  font-size: clamp(1.4rem, calc(0.0120481928rem + 2.8915662651vw), 2rem);
}
.home .supervisior h2 span.label {
  display: inline-block;
  font-size: clamp(1.225rem, calc(0.0105421687rem + 2.5301204819vw), 1.75rem);
  padding-right: clamp(1.3125rem, calc(0.0112951807rem + 2.7108433735vw), 1.875rem);
}
.home .supervisior h2 span.fname {
  display: inline-block;
  font-size: clamp(1.05rem, calc(0.0090361446rem + 2.1686746988vw), 1.5rem);
  padding-left: clamp(0.65625rem, calc(0.0056475904rem + 1.3554216867vw), 0.9375rem);
  padding-right: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
}
.home .supervisior .img {
  position: absolute;
  top: -20%;
  right: 0;
  width: 24%;
}
.home .supervisior .img .img__item {
  position: relative;
}
.home .supervisior .img .img__item img {
  border-radius: 100vh;
}
.home .supervisior .img .img__item::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -1;
  background: rgba(242, 242, 242, 0.6);
}
.home .supervisior .history {
  width: 100%;
  max-width: 900px;
  margin-bottom: clamp(3.5rem, calc(0.0301204819rem + 7.2289156627vw), 5rem);
  margin-left: auto;
  margin-right: auto;
}
.home .supervisior .history p {
  font-size: clamp(0.9625rem, calc(0.0082831325rem + 1.9879518072vw), 1.375rem);
  line-height: 2.2;
}
.home .supervisior .history table {
  border-collapse: collapse;
}
.home .supervisior .history table th,
.home .supervisior .history table td {
  font-size: clamp(0.9625rem, calc(0.0082831325rem + 1.9879518072vw), 1.375rem);
  text-align: left;
  vertical-align: top;
  line-height: 2.2;
  font-weight: 400;
}
.home .supervisior .history table th {
  width: 6em;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.footer {
  width: 100%;
  padding-top: clamp(3.5rem, calc(0.0301204819rem + 7.2289156627vw), 5rem);
  padding-bottom: clamp(3.5rem, calc(0.0301204819rem + 7.2289156627vw), 5rem);
  padding-left: 7%;
  padding-right: 7%;
  background: linear-gradient(to bottom, #ebebeb, #dcf0fb);
  z-index: 1000;
}
.footer .inner {
  max-width: 100%;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(2.1875rem, calc(0.0188253012rem + 4.5180722892vw), 3.125rem);
}
.footer .logo {
  width: clamp(11.4625rem, calc(0.0986445783rem + 23.6746987952vw), 16.375rem);
}
.footer .logo a {
  display: block;
}
.footer .logo a:hover {
  opacity: 0.6;
}
.footer .fnav ul {
  display: flex;
}
.footer .fnav ul li {
  margin-left: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
  margin-right: clamp(0.875rem, calc(0.0075301205rem + 1.8072289157vw), 1.25rem);
}
.footer .fnav ul li:last-child {
  margin-right: 0;
}
.footer .fnav ul li a {
  text-decoration: none;
  font-size: clamp(0.7875rem, calc(0.0067771084rem + 1.6265060241vw), 1.125rem);
  display: block;
  text-align: center;
  color: #333333;
  width: 100%;
  height: 100%;
}
.footer .fnav ul li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer .fnav ul li a span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  background: #6578a1;
  opacity: 0;
  transition: 0.5s;
}
.footer .fnav ul li a:hover {
  color: #3e527d;
}
.footer .fnav ul li a:hover span::after {
  width: 100%;
  opacity: 1;
}
.footer .fsnav ul {
  display: flex;
  justify-content: flex-end;
}
.footer .fsnav ul li {
  margin-left: clamp(1.3125rem, calc(0.0112951807rem + 2.7108433735vw), 1.875rem);
}
.footer .fsnav ul li a {
  text-decoration: none;
  font-size: clamp(0.7875rem, calc(0.0067771084rem + 1.6265060241vw), 1.125rem);
  display: inline-block;
  text-align: center;
  color: #333333;
}
.footer .fsnav ul li a span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.footer .fsnav ul li a span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  background: url(../images/fsnav_mark.svg) no-repeat center center;
  background-size: cover;
  transform: translate(0, -50%);
  transition: 0.5s;
}
.footer .fsnav ul li a:hover {
  color: #3e527d;
}
.footer .fsnav ul li a:hover span::after {
  transform: translate(0, -50%) rotate(360deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.fade {
  transform: scale(1) translateY(50px);
  opacity: 0;
  transition: 1s;
}

.fade__on {
  transform: scale(1.1) translateY(0);
  opacity: 1;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.menubar {
  display: none;
  position: fixed;
  z-index: 2000;
  right: -1px;
  top: 0;
  margin: 0;
  padding: 0;
}
.menubar .menubar__trigger {
  all: unset;
  margin: 0;
  padding: 0;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  width: 60px;
  height: 60px;
  vertical-align: bottom;
  background: none;
}
.menubar .menubar__trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 25%;
  width: 50%;
  height: 1px;
  background-color: #333333;
}
.menubar .menubar__trigger span:nth-of-type(1) {
  top: 19px;
}
.menubar .menubar__trigger span:nth-of-type(2) {
  top: 29px;
}
.menubar .menubar__trigger span:nth-of-type(3) {
  top: 39px;
}
.menubar .menubar__trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menubar .menubar__trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menubar .menubar__trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@media only screen and (max-width: 769px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .backtotop {
    width: clamp(2.8846153846rem, calc(0rem + 15.3846153846vw), 7.3846153846rem);
    bottom: 5%;
    right: 5%;
  }

  .section {
    padding-top: clamp(2.8846153846rem, calc(0rem + 15.3846153846vw), 7.3846153846rem);
    padding-bottom: clamp(2.4038461538rem, calc(0rem + 12.8205128205vw), 6.1538461538rem);
    padding-left: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
    padding-right: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
  }

  .btn__more a {
    font-size: clamp(0.7692307692rem, calc(0rem + 4.1025641026vw), 1.9692307692rem);
    padding-top: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    padding-bottom: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    padding-left: clamp(2.4038461538rem, calc(0rem + 12.8205128205vw), 6.1538461538rem);
    padding-right: clamp(4.8076923077rem, calc(0rem + 25.641025641vw), 12.3076923077rem);
  }

  .btn__back a {
    font-size: clamp(0.7692307692rem, calc(0rem + 4.1025641026vw), 1.9692307692rem);
    padding-top: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    padding-bottom: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    padding-left: clamp(2.4038461538rem, calc(0rem + 12.8205128205vw), 6.1538461538rem);
    padding-right: clamp(4.8076923077rem, calc(0rem + 25.641025641vw), 12.3076923077rem);
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .header {
    padding-top: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
    padding-bottom: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
    padding-left: 5%;
    padding-right: 5%;
  }
  .header h1 {
    width: 36%;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    background: #fff;
    width: 100%;
    height: 100svh;
  }
  .nav ul {
    flex-wrap: wrap;
    padding-top: 25%;
    width: 90%;
    margin-left: 5%;
  }
  .nav ul li {
    width: 100%;
    margin: 0;
    padding: 6% 5%;
    border-bottom: 1px dotted #6578a1;
  }
  .nav ul li a {
    font-size: clamp(0.8653846154rem, calc(0rem + 4.6153846154vw), 2.2153846154rem);
  }
  .nav ul li a span::after {
    bottom: -10px;
    width: 0;
    height: 2px;
    background: #6578a1;
    border-radius: 100vh;
    opacity: 0;
    transition: 0.5s;
  }
  .nav ul li a:hover {
    color: #3e527d;
  }
  .nav ul li a:hover span::after {
    width: 0;
    opacity: 0;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .home .hero {
    background: url(../images/hero_img_sp.webp) no-repeat center center;
    background-size: cover;
    height: 100svh;
  }
  .home .hero .box {
    width: 90%;
    top: 50%;
    right: 5%;
  }
  .home .hero .box h2 {
    font-size: clamp(1.4903846154rem, calc(0rem + 7.9487179487vw), 3.8153846154rem);
    margin-bottom: clamp(2.4038461538rem, calc(0rem + 12.8205128205vw), 6.1538461538rem);
  }
  .home .hero .box .btn a {
    font-size: clamp(0.7692307692rem, calc(0rem + 4.1025641026vw), 1.9692307692rem);
    padding-top: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
    padding-bottom: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
    padding-left: clamp(1.9230769231rem, calc(0rem + 10.2564102564vw), 4.9230769231rem);
    padding-right: clamp(2.8846153846rem, calc(0rem + 15.3846153846vw), 7.3846153846rem);
  }
  .home .guide .box a {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .home .guide .box a .item .obj {
    top: 50%;
    right: 4%;
    transform: translate(0, -50%);
  }
  .home .guide .box a .item .obj h2 {
    font-size: clamp(0.8653846154rem, calc(0rem + 4.6153846154vw), 2.2153846154rem);
    padding-top: clamp(0.4807692308rem, calc(0rem + 2.5641025641vw), 1.2307692308rem);
    padding-bottom: clamp(0.4807692308rem, calc(0rem + 2.5641025641vw), 1.2307692308rem);
    padding-left: clamp(0.4807692308rem, calc(0rem + 2.5641025641vw), 1.2307692308rem);
    padding-right: clamp(0.4807692308rem, calc(0rem + 2.5641025641vw), 1.2307692308rem);
    margin-bottom: clamp(0.4807692308rem, calc(0rem + 2.5641025641vw), 1.2307692308rem);
  }
  .home .guide .box a .item .obj p {
    font-size: clamp(1.0576923077rem, calc(0rem + 5.641025641vw), 2.7076923077rem);
    margin-bottom: clamp(0.4807692308rem, calc(0rem + 2.5641025641vw), 1.2307692308rem);
  }
  .home .guide .box a .item .obj .more span {
    font-size: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    padding-top: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    padding-bottom: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    padding-left: clamp(1.9230769231rem, calc(0rem + 10.2564102564vw), 4.9230769231rem);
    padding-right: clamp(3.8461538462rem, calc(0rem + 20.5128205128vw), 9.8461538462rem);
  }
  .home .guide .box a::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .home .guide .box a:hover {
    padding-left: 10px;
    padding-top: 10px;
  }
  .home .search {
    padding-top: clamp(5.7692307692rem, calc(0rem + 30.7692307692vw), 14.7692307692rem);
    padding-bottom: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
    background: url(../images/home_search_bg.webp) no-repeat center top;
    background-size: 150% 100%;
  }
  .home .search .box {
    margin-bottom: clamp(2.4038461538rem, calc(0rem + 12.8205128205vw), 6.1538461538rem);
  }
  .home .search .box .title {
    margin-bottom: clamp(1.4423076923rem, calc(0rem + 7.6923076923vw), 3.6923076923rem);
  }
  .home .search .box .title h2 {
    font-size: clamp(1.0576923077rem, calc(0rem + 5.641025641vw), 2.7076923077rem);
  }
  .home .search .box .list {
    width: 100%;
    padding-top: clamp(2.1634615385rem, calc(0rem + 11.5384615385vw), 5.5384615385rem);
    padding-bottom: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
    padding-left: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    padding-right: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
  }
  .home .search .box .list::after {
    top: 10px;
    left: -10px;
  }
  .home .search .box .list ul {
    flex-wrap: wrap;
  }
  .home .search .box .list ul li {
    width: 44%;
  }
  .home .search .box .list ul li a {
    font-size: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
  }
  .home .search .box .list ul li a::after {
    height: 1px;
    bottom: -10px;
  }
  .home .search .box .list ul li a span {
    padding-right: 20px;
  }
  .home .search #symptoms .title::before {
    top: clamp(0.4807692308rem, calc(0rem + 2.5641025641vw), 1.2307692308rem);
    left: 0;
    width: clamp(2.4038461538rem, calc(0rem + 12.8205128205vw), 6.1538461538rem);
  }
  .home .search #symptoms .title::after {
    top: clamp(-2.4038461538rem, calc(0rem + -12.8205128205vw), -6.1538461538rem);
    left: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
    width: clamp(3.8461538462rem, calc(0rem + 20.5128205128vw), 9.8461538462rem);
  }
  .home .search #symptoms .title h2 {
    padding-left: clamp(2.8846153846rem, calc(0rem + 15.3846153846vw), 7.3846153846rem);
  }
  .home .search #symptoms .list {
    margin-left: 0;
  }
  .home .search #symptoms .list ul li {
    margin: 0 3% 8% 3%;
  }
  .home .search #disease .title::before {
    top: clamp(0.4807692308rem, calc(0rem + 2.5641025641vw), 1.2307692308rem);
    width: clamp(2.4038461538rem, calc(0rem + 12.8205128205vw), 6.1538461538rem);
  }
  .home .search #disease .title::after {
    top: clamp(-2.4038461538rem, calc(0rem + -12.8205128205vw), -6.1538461538rem);
    right: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
    width: clamp(3.8461538462rem, calc(0rem + 20.5128205128vw), 9.8461538462rem);
  }
  .home .search #disease .title h2 {
    padding-right: clamp(2.8846153846rem, calc(0rem + 15.3846153846vw), 7.3846153846rem);
  }
  .home .search #disease .list {
    margin-right: 0;
  }
  .home .search #disease .list ul li {
    margin: 0 3% 8% 3%;
  }
  .home .news {
    padding-bottom: clamp(2.8846153846rem, calc(0rem + 15.3846153846vw), 7.3846153846rem);
    background: url(../images/home_news_bg.webp) no-repeat center top;
  }
  .home .news h2 {
    font-size: clamp(1.1538461538rem, calc(0rem + 6.1538461538vw), 2.9538461538rem);
    margin-left: clamp(3.8461538462rem, calc(0rem + 20.5128205128vw), 9.8461538462rem);
    margin-bottom: clamp(1.4423076923rem, calc(0rem + 7.6923076923vw), 3.6923076923rem);
  }
  .home .news h2::after {
    width: clamp(3.0769230769rem, calc(0rem + 16.4102564103vw), 7.8769230769rem);
    left: clamp(-5.0480769231rem, calc(0rem + -26.9230769231vw), -12.9230769231rem);
    top: 50%;
    transform: translate(0, -50%);
  }
  .home .news .list {
    padding-left: 0;
    padding-right: 0;
  }
  .home .news .list ul li {
    width: 100%;
    margin-bottom: clamp(1.4423076923rem, calc(0rem + 7.6923076923vw), 3.6923076923rem);
  }
  .home .news .list ul li .img {
    margin-bottom: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
  }
  .home .news .list ul li .date {
    padding-left: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    padding-right: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    font-size: clamp(0.6730769231rem, calc(0rem + 3.5897435897vw), 1.7230769231rem);
    margin-bottom: clamp(0.2403846154rem, calc(0rem + 1.2820512821vw), 0.6153846154rem);
  }
  .home .news .list ul li .title {
    padding-left: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    padding-right: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    font-size: clamp(0.7692307692rem, calc(0rem + 4.1025641026vw), 1.9692307692rem);
  }
  .home .supervisior {
    padding-bottom: clamp(2.4038461538rem, calc(0rem + 12.8205128205vw), 6.1538461538rem);
  }
  .home .supervisior h2 {
    width: 100%;
    margin-left: 0;
    margin-bottom: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
  }
  .home .supervisior h2::after {
    width: clamp(7.2115384615rem, calc(0rem + 38.4615384615vw), 18.4615384615rem);
    left: 0;
    top: -30px;
    transform: translate(0, 0);
  }
  .home .supervisior h2 span.name {
    font-size: clamp(1.0576923077rem, calc(0rem + 5.641025641vw), 2.7076923077rem);
  }
  .home .supervisior h2 span.label {
    font-size: clamp(0.8653846154rem, calc(0rem + 4.6153846154vw), 2.2153846154rem);
    padding-right: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
  }
  .home .supervisior h2 span.fname {
    font-size: clamp(0.6730769231rem, calc(0rem + 3.5897435897vw), 1.7230769231rem);
    padding-left: clamp(0.2403846154rem, calc(0rem + 1.2820512821vw), 0.6153846154rem);
    padding-right: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
  }
  .home .supervisior .img {
    position: static;
    width: 44%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
  }
  .home .supervisior .img .img__item::after {
    top: 15px;
    left: 15px;
  }
  .home .supervisior .history {
    margin-bottom: clamp(1.9230769231rem, calc(0rem + 10.2564102564vw), 4.9230769231rem);
  }
  .home .supervisior .history p {
    font-size: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    line-height: 2;
  }
  .home .supervisior .history table th,
  .home .supervisior .history table td {
    font-size: clamp(0.7211538462rem, calc(0rem + 3.8461538462vw), 1.8461538462rem);
    line-height: 2;
  }
  .home .supervisior .history table th {
    width: 5em;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .footer {
    padding-top: clamp(2.4038461538rem, calc(0rem + 12.8205128205vw), 6.1538461538rem);
    padding-bottom: clamp(1.9230769231rem, calc(0rem + 10.2564102564vw), 4.9230769231rem);
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer .wrap {
    margin-bottom: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
    flex-wrap: wrap;
  }
  .footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: clamp(0.9615384615rem, calc(0rem + 5.1282051282vw), 2.4615384615rem);
  }
  .footer .logo img {
    width: 35%;
    margin: 0 auto;
  }
  .footer .fnav {
    width: 100%;
  }
  .footer .fnav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .fnav ul li {
    width: 33%;
    margin: 0 0 4% 0;
  }
  .footer .fnav ul li a {
    font-size: clamp(0.6730769231rem, calc(0rem + 3.5897435897vw), 1.7230769231rem);
  }
  .footer .fnav ul li a span {
    width: 100%;
    height: 100%;
  }
  .footer .fnav ul li a span::after {
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 2px;
  }
  .footer .fsnav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .fsnav ul li {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .footer .fsnav ul li a {
    display: block;
    text-align: center;
    font-size: clamp(0.6730769231rem, calc(0rem + 3.5897435897vw), 1.7230769231rem);
  }
  .footer .fsnav ul li a span {
    padding-left: 15px;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .menubar {
    display: block;
  }
}

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