@charset "utf-8";
/* CSS Document */

html {
  font-size: 10px;
}
body {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  color: #333;
  margin: 0 auto;
  max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp-only {
  display: none;
}
.flex {
  display: flex;
}
.row {
  flex-direction: row-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.ffft {
  font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.ffyg {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "游ゴシック Medium",
    游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.fftm {
  font-family: "ten-mincho", serif;
}
.ffci {
  font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
}
.fwb {
  font-weight: 600;
}
.white {
  color: #fff;
}
.blue {
  color: blue;
}
.tar {
  text-align: right;
}

/*header*/
#header {
  width: 98%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.head-inner {
  justify-content: space-between;
  align-items: center;
}
.head-inner h1 {
  width: 20%;
}
.head-right {
  width: 60%;
  justify-content: space-between;
  align-items: center;
}
.h-adress {
  font-size: 18px;
}
.h-icons {
  gap: 2rem;
  align-items: center;
}
.h-icon {
  align-items: center;
  gap: 1rem;
}
.h-icon img {
  width: 60px;
  height: 60px;
}
.h-icon p {
  font-size: 14px;
  text-align: center;
}
.h-bnr {
  gap: 1rem;
  align-items: flex-start;
}

/*mainvisual*/
#mainvisual {
  width: 100%;
  height: 100vh;
  position: relative;
}
.swiper {
  height: 100%;
}
.swiper-slide {
  background-position: center center;
  background-size: cover;
}
.swiper-slide_1 {
  background-image: url(../img/top-mv-1.jpg);
}
.swiper-slide_2 {
  background-image: url(../img/top-mv-2.jpg);
}
.swiper-slide_3 {
  background-image: url(../img/top-mv-3.jpg);
}
.catch-copy {
  width: 70%;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.first-bnr {
  width: 300px;
  position: absolute;
  bottom: 100px;
  left: 30px;
  z-index: 1;
}
.h-timetable {
  width: 450px;
  position: absolute;
  bottom: 100px;
  right: 30px;
  z-index: 1;
}
.h-nav {
  width: 1200px;
  background: #93e6c7;
  padding: 3rem 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.h-nav ul {
  width: 85%;
  margin: auto;
  justify-content: space-between;
}
.h-nav ul li a {
  display: block;
  font-size: 16px;
  color: #333;
}
.h-nav ul li:hover a {
  color: #8a8888;
}
.h-nav.fixed {
  position: fixed; /*fixedを設定して固定*/
  width: 100%;
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 50%; /*位置指定*/
  transform: translateX(-50%);
  padding: 0.8rem 0;
  height: 50px;
  background: rgba(147, 230, 199, 0.7);
}

/*下の階層を持っているulの指定*/
.h-nav ul li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 50%;
  top: 22rem;
  transform: translateY(-50%);
  z-index: 4;
  /*形状を指定*/
  background: #cff6e8;
  width: 160px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}
.has-child li a {
  display: block;
  padding: 1rem;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
/*hoverしたら表示*/
.h-nav ul li.has-child:hover > ul,
.h-nav ul li.has-child ul li:hover > ul,
.h-nav ul li.has-child:active > ul,
.h-nav ul li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
.h-nav ul li.has-child ul li a {
  color: #333;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

.h-nav ul li.has-child ul li:last-child a {
  border-bottom: none;
}

.h-nav ul li.has-child ul li a:hover,
.h-nav ul li.has-child ul li a:active {
  background: #93e6c7;
}

@media screen and (max-width: 1280px) {
  .head-right {
    width: 75%;
    justify-content: space-between;
    align-items: center;
  }
  .h-adress {
    font-size: 16px;
  }
  .h-bnr .h-tel,
  .h-bnr .h-web {
    width: 200px;
  }
}

/*info*/
#info {
  width: 1000px;
  margin: 10rem auto 0;
}
.ttl01 {
  font-size: 50px;
  color: #31b887;
}
.ttl01 span {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 28px;
  margin-left: 2rem;
}
#info .inner {
  width: 80%;
  margin: 0 auto;
}
#info .inner dl {
  flex-wrap: nowrap;
  position: relative;
}
#info .inner dl dt {
  width: 20%;
  background: #31b887;
  padding: 1rem 0;
  text-align: center;
  font-size: 16px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#info .inner dl dd {
  width: 90%;
  background: #f5f5f5;
  box-sizing: border-box;
  font-size: 16px;
  padding: 2rem 0 2rem 2rem;
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/*感染症対策*/

#covid19 {
  padding: 5rem 30px;
  background: #fbfef5;
}
.accordion-001 {
  width: 90%;
  margin: 0 25px;
}
.accordion-001 summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 3.5rem 0;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  border: 7px solid #93e6c7;
  margin: 15px auto;
  cursor: pointer;
  font-size: 24px;
  border-radius: 15px;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-bottom: 3px solid #93e6c7;
  border-right: 3px solid #93e6c7;
  content: "";
  transition: transform 0.3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-open {
  transform: translateY(-10px);
  opacity: 1;
  margin: 0;
  padding: 1em 2em 2em 2em;
  background: #fff;
  border-bottom: 7px solid #93e6c7;
  border-right: 7px solid #93e6c7;
  border-left: 7px solid #93e6c7;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-open[open] {
  transform: none;
  opacity: 1;
}
.covid19-flex {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.covid19-list {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.covid19-ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3rem;
  position: relative;
}
.covid19-ttl::before {
  content: "";
  width: 80px;
  height: 3px;
  background: #93e6c7;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.covid19-txt {
  font-size: 16px;
  flex-direction: column;
  gap: 1.5rem;
}
.covid19-txt li {
  list-style: disc;
  list-style-position: inside;
}
.covid19-txt2 {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .covid19_ac {
    display: block;
  }
}

/*greeting*/
#greeting {
  width: 100%;
  padding: 10rem 0;
  background: url("../img/bg-greeting.png");
  background-size: cover;
  position: relative;
}
#greeting::before {
  content: "";
  width: 250px;
  aspect-ratio: 841 / 560;
  background: url("../img/deco13.jpg");
  background-size: cover;
  position: absolute;
  top: 10rem;
  left: 0;
  z-index: -1;
}
#greeting::after {
  content: "";
  width: 500px;
  height: 250px;
  background: url("../img/deco14.png");
  background-size: cover;
  position: absolute;
  bottom: 10rem;
  right: 0;
}
#greeting .inner {
  width: 1200px;
  margin: auto;
}
.greeting-box {
  width: 1200px;
  margin: 5rem auto;
  justify-content: space-between;
  align-items: center;
}
.greeting-box .txt {
  width: 45%;
}
.greeting-txt {
  font-size: 16px;
  line-height: 2;
}
.greeting-name {
  font-size: 20px;
  margin-top: 2.5rem;
}
.greeting-name span {
  font-size: 16px;
  color: #31b887;
  margin-left: 1.5rem;
}
.greeting-box .img {
  width: 50%;
}
.more-link {
  width: 250px;
  margin: auto;
  background: #f08cbe;
  border-radius: 1rem;
  padding: 2rem 0;
}
.more-link a {
  display: block;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 1280px) {
  #greeting::before {
    content: "";
    background-size: cover;
    position: absolute;
    top: 15rem;
    left: 0;
  }
  #greeting::after {
    content: "";
    width: 400px;
    height: 200px;
    background: url("../img/deco14.png");
    background-size: cover;
    position: absolute;
    bottom: 10rem;
    right: 0;
  }
  #greeting .inner {
    width: 900px;
    margin: auto;
  }
  .greeting-box {
    width: 900px;
    margin: 5rem auto;
    justify-content: space-between;
    align-items: center;
  }
}

/*feature*/
#feature {
  margin-top: 20rem;
  margin-bottom: 20rem;
  position: relative;
  background: url("../img/bg01.png");
  background-attachment: fixed;
}
#feature::before {
  content: "";
  width: 100%;
  height: 150px;
  background: url("../img/bg-deco.png");
  position: absolute;
  top: -150px;
  left: 0;
}
#feature::after {
  content: "";
  width: 100%;
  height: 150px;
  background: url("../img/bg-deco02.png");
  background-position: bottom;
  position: absolute;
  bottom: -150px;
  right: 0;
}
.feature-ttl {
  width: 1000px;
  margin: auto;
}
.feature-list {
  width: 1200px;
  margin: 5rem auto 0 auto;
  flex-direction: column;
  gap: 5rem;
}
.feature-list li {
  justify-content: space-between;
  align-items: center;
}
.feature-list li .txt,
.feature-list li .img {
  width: 48%;
}
.feature-list li .txt p {
  text-align: center;
}
.feature-no {
  color: #f49ca7;
  font-size: 100px;
  margin-bottom: 2rem;
}
.feature-b-txt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.feature-s-txt {
  width: 80%;
  margin: auto;
  font-size: 17px;
  line-height: 2;
}
.no-1 {
  color: #31b887;
}
.no-2 {
  color: #f2bc50;
}
.no-3 {
  color: #31aab8;
}

/*--- スライドショー ---*/
#slideshow {
  margin: 15rem auto 0 auto;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
  border-radius: 2rem;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 1rem; /*スライド左右の余白調整*/
}

/*medical*/
#medical-info {
  padding: 10rem 0;
  position: relative;
}
#medical-info::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url("../img/deco02.png");
  background-size: cover;
  position: absolute;
  top: 150px;
  left: 250px;
  z-index: -1;
}
#medical-info::after {
  content: "";
  width: 500px;
  height: 340px;
  background: url("../img/deco15.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}
.ttl02 {
  width: 60%;
  margin: auto;
  position: relative;
}
.ttl02::before {
  content: "";
  width: 80px;
  height: 33px;
  background: url("../img/deco01.png");
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.ttl02 h3 {
  font-size: 50px;
  text-align: center;
  color: #31b887;
  line-height: 0.8;
}
.ttl02 h3 span {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 24px;
}
.medical-wrapper {
  margin-top: 10rem;
}
.medical-wrapper ul {
  width: 1000px;
  margin: auto;
  justify-content: space-between;
}
.medical-wrapper ul li {
  width: 28%;
  background: #eef1f2;
  padding-top: 2rem;
  border-radius: 3rem;
  margin-bottom: 5rem;
}
.medical-wrapper ul li:hover {
  background: #ccd5d8;
}
.medical-wrapper ul li a {
  display: block;
  text-align: center;
  line-height: 3;
}
.medical-wrapper ul li a img {
  width: 60%;
  margin: auto;
}
.medical-wrapper ul li a span {
  font-size: 20px;
  color: #333333;
}
.visit {
  width: 1200px;
  margin: 5rem auto;
  padding-bottom: 10rem;
  position: relative;
}
.visit::before {
  content: "";
  width: 400px;
  height: 125px;
  background: url("../img/deco03.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.visit::after {
  content: "";
  width: 285px;
  height: 281px;
  background: url("../img/deco12.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.visit-ttl {
  width: 300px;
  margin: 0 auto 3rem auto;
  border-bottom: 3px solid #31b887;
  padding-bottom: 1rem;
}
.visit-ttl p {
  font-size: 24px;
  text-align: center;
}
.visit-txt {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

/*recruit*/
#recruit {
  margin: 5rem auto;
}
.recruit-bnr {
  width: 1300px;
  margin: auto;
  justify-content: space-between;
}
.recruit-bnr .img,
.recruit-bnr .txt {
  width: 50%;
}
.recruit-bnr .img {
  background: url("../img/clinic07-new.jpg");
  background-position: center top 20%;
}
.recruit-bnr .txt {
  background: #e4f8f0;
  padding: 2rem 0 2rem 2rem;
  box-sizing: border-box;
  position: relative;
}
.recruit-bnr .txt::before {
  content: "";
  width: 100px;
  height: 85px;
  background: url("../img/deco04.png");
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 5px;
}
.r-bnr-ttl {
  font-size: 40px;
  color: #31b887;
}
.r-bnr-ttl span {
  font-family: zen-kaku-gothic-new, sans-serif;
  margin-left: 2rem;
  font-size: 20px;
}
.r-bnr-txt {
  width: 95%;
  font-size: 16px;
  line-height: 1.5;
}
.re-link {
  width: 150px;
  margin: 2rem auto 0 auto;
  background-color: #f08cbe;
  padding: 1.5rem 0;
  border-radius: 2rem;
}
.re-link a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  .recruit-bnr {
    width: 98%;
  }
}

/*qaanda*/
#qanda {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #fbfef5;
}
.qa-wrapper {
  width: 1200px;
  margin: 5rem auto;
}
.qa-wrapper ul {
  justify-content: space-between;
  align-items: flex-start;
}
.qa-wrapper ul li {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 2px 5px #ccc;
  padding-top: 10rem;
  box-sizing: border-box;
  margin-bottom: 5rem;
}
.qa-inner {
  width: 300px;
  margin: auto;
}
.qa-inner p {
  text-align: center;
}
.q-txt {
  font-size: 20px;
  color: #f08cbe;
  margin-bottom: 2rem;
}
.a-txt {
  font-size: 16px;
  line-height: 2;
}

/*footer*/
#footer {
  margin-top: 10rem;
}
.foot-top {
  width: 1000px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.foot-top .left {
  width: 50%;
}
.foot-top .left h1 {
  width: 100%;
  margin-bottom: 2rem;
}
.f-adress p {
  text-align: center;
  font-size: 16px;
}
.f-adress p i {
  font-size: 20px;
  color: #f08cbe;
  margin-right: 1rem;
}
.f-bnrs {
  width: 100%;
  margin-top: 2rem;
  align-items: center;
  justify-content: space-between;
}
.f-bnr {
  width: 48%;
}
.f-bnr img {
  width: 100%;
}
.foot-top .right {
  width: 48%;
}
.f-timetable {
  width: 100%;
  margin-bottom: 2rem;
}
.f-icon-box {
  width: 80%;
  margin: auto;
  background: #fff;
  padding: 1.5rem 0;
  border-radius: 2rem;
  box-shadow: 2px 2px 5px #ccc;
}
.f-icons {
  width: 70%;
  margin: auto;
  justify-content: space-between;
}
.f-icon {
  width: 48%;
  align-items: center;
}
.f-icon img {
  width: 60px;
  height: 60px;
}
.f-icon p {
  font-size: 14px;
  text-align: center;
}
.foot-bottom {
  align-items: flex-start;
  gap: 10rem;
  margin-top: 5rem;
}
.f-map {
  width: 60%;
}
.f-map iframe {
  width: 100%;
}
.f-nav {
  padding-top: 5rem;
  box-sizing: border-box;
}
.f-nav-inner {
  gap: 5rem;
}
.f-nav-ttl {
  font-size: 20px;
  color: #f08cbe;
}
.f-nav-inner ul {
  margin-top: 3rem;
}
.f-nav-inner ul li {
  padding: 1rem;
}
.f-nav-inner ul li a {
  display: block;
  color: #333;
  font-size: 16px;
}
.f-nav-inner ul li:hover a {
  color: #737272;
}
.copy p {
  font-size: 12px;
  text-align: center;
}

/*下層*/

/*mainvisual*/
#s-mainvisual {
  width: 100%;
  height: 55vh;
  background: url("../img/clinic07.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
#s-mainvisual.clinic-mv {
  background: url("../img/clinic-mv.jpg") no-repeat center center/cover;
}
.page-ttl {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.page-ttl h2 {
  font-size: 60px;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
  font-weight: 550;
  letter-spacing: 3px;
}

/*clinic*/
.clinic-body {
  padding: 10rem 0;
  background: url("../img/bg01.png");
  background-size: cover;
  background-attachment: fixed;
}

#policy {
  padding: 10rem 0;
}
.policy-top {
  width: 1000px;
  background: #fff;
  margin: 5rem auto;
  padding: 3rem 0;
  border-radius: 3rem;
  position: relative;
}
.policy-top::before {
  content: "";
  width: 120px;
  height: 57px;
  background: url("../img/deco10.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.policy-top::after {
  content: "";
  width: 120px;
  height: 57px;
  background: url("../img/deco11.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.policy-top p {
  font-size: 28px;
  text-align: center;
}
.policy-inner {
  width: 1200px;
  margin: auto;
  align-items: center;
}
.policy-inner .img {
  width: 49%;
}
.policy-inner .txt {
  width: 50%;
}
.policy-inner .txt p {
  font-size: 16px;
  line-height: 2;
}

#s-feature {
  padding: 10rem 0;
}

#garelly {
  padding: 10rem 0 0 0;
}
.garelly-inner {
  width: 80%;
  margin: 5rem auto;
}
/*==================================================
スライダーのためのcss
===================================*/
.g-slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.g-slider img {
  width: 40vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}

.g-slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}

.g-slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute !important; /*絶対配置にする*/
  top: 42% !important;
  cursor: pointer !important; /*マウスカーソルを指マークに*/
  outline: none !important; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666 !important; /*矢印の色*/
  border-right: 2px solid #666 !important; /*矢印の色*/
  height: 15px !important;
  width: 15px !important;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5% !important;
  transform: rotate(-135deg) !important;
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5% !important;
  transform: rotate(45deg) !important;
}

/*ドットナビゲーションの設定*/
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    content: none !important;
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
  bottom: -50px !important;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent !important;
  outline: none !important;
  width: 8px !important; /*ドットボタンのサイズ*/
  height: 8px !important; /*ドットボタンのサイズ*/
  display: block !important;
  border-radius: 50% !important;
  background: #ccc !important; /*ドットボタンの色*/
  padding: 1px 6px !important;
  border: 2px solid #333 !important;
}

.slick-dots .slick-active button {
  background: #333 !important; /*ドットボタンの現在地表示の色*/
}

/*doctor*/
#doctor {
  padding-top: 10rem;
}
.doctor-container {
  margin-top: 20rem;
  background: #eff8dd;
  position: relative;
  padding-bottom: 10rem;
}
.doctor-container::before {
  content: "";
  width: 100%;
  height: 15rem;
  background: url("../img/bg-deco03.png");
  position: absolute;
  top: -15rem;
  left: 0;
}
.doctor-container::after {
  content: "";
  width: 250px;
  height: 100px;
  background: url("../img/deco05.png");
  position: absolute;
  top: -180px;
  right: 300px;
}
.docto-inner {
  width: 1200px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.docto-inner .txt {
  width: 48%;
}
.docto-inner .txt p {
  font-size: 15px;
  line-height: 2;
}
.docto-inner .img {
  width: 50%;
  position: relative;
}
.doctor-card {
  width: 200px;
  padding: 1rem 0;
  background: #fff;
  border-radius: 2rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.doctor-card p {
  text-align: center;
  font-size: 24px;
}
.doctor-card p .dp-s {
  font-size: 15px;
}
.doctor-card p .en {
  font-size: 17px;
  color: #31b887;
}
.d-carrer-con {
  width: 90%;
  max-width: 1200px;
  margin: 5rem auto;
  justify-content: space-between;
  align-items: flex-start;
}
.d-carrer {
  width: 33%;
  margin: 5rem auto 0 auto;
  background: #fff;
  border-radius: 3rem;
  padding: 3rem;
  box-sizing: border-box;
}
.dc-ttl {
  font-size: 20px;
  margin-bottom: 2rem;
}
.d-carrer dl {
  justify-content: space-between;
  font-size: 15px;
}
.d-carrer ul {
  flex-direction: column;
  gap: 1rem;
  font-size: 15px;
}
.d-carrer dl dt {
  width: 30%;
  margin-bottom: 1rem;
}
.d-carrer dl dd {
  width: 70%;
  margin-bottom: 1rem;
}

/*medical*/
.medical-body {
  padding: 10rem 0 5rem 0;
  background: url("../img/bg01.png");
  background-size: cover;
  background-attachment: fixed;
}
.medical-box {
  margin-bottom: 15rem;
}
.m-ttl {
  width: 100%;
  height: 120px;
  background: url("../img/bg-deco03.png");
  background-position: top center;
  padding-top: 5rem;
  box-sizing: border-box;
  position: relative;
}
.m-ttl::before {
  content: "";
  width: 150px;
  height: 100px;
  background: url("../img/deco06.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 500px;
}
.m-ttl::after {
  content: "";
  width: 150px;
  height: 80px;
  background: url("../img/deco07.png");
  background-size: cover;
  position: absolute;
  top: 30px;
  right: 500px;
}
.m-ttl h5 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 3px;
  font-weight: 500;
}
.mb-inner {
  width: 1100px;
  margin: 5rem auto 0 auto;
  justify-content: space-between;
  align-items: center;
}
.mb-inner .txt {
  width: 50%;
}
.mb-inner .txt p {
  font-size: 17px;
  line-height: 2;
}
.mb-inner .img {
  width: 48%;
}
.medical-topic {
  width: 800px;
  margin: 5rem auto 0 auto;
  background: #fff;
  border-radius: 3rem;
  padding: 3rem;
  box-sizing: border-box;
}
.medical-topic p {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 1280px) {
  .m-ttl::before {
    content: "";
    width: 150px;
    height: 100px;
    background: url("../img/deco06.png");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 200px;
  }
  .m-ttl::after {
    content: "";
    width: 150px;
    height: 80px;
    background: url("../img/deco07.png");
    background-size: cover;
    position: absolute;
    top: 30px;
    right: 200px;
  }
}

/*access*/
#access {
  padding-top: 10rem;
}
.access-container {
  margin-top: 20rem;
  background: #eff8dd;
  position: relative;
  padding-bottom: 5rem;
}
.access-container::before {
  content: "";
  width: 100%;
  height: 15rem;
  background: url("../img/bg-deco03.png");
  position: absolute;
  top: -15rem;
  left: 0;
}
.access-container::after {
  content: "";
  width: 250px;
  height: 100px;
  background: url("../img/deco05.png");
  position: absolute;
  top: -180px;
  right: 300px;
}
.access-inner {
  width: 1200px;
  margin: auto;
  position: relative;
}
.access-inner::before {
  content: "";
  width: 200px;
  height: 524px;
  background: url("../img/deco08.png");
  position: absolute;
  bottom: 0;
  left: 0;
}
.access-inner::after {
  content: "";
  width: 250px;
  height: 126px;
  background: url("../img/deco09.png");
  position: absolute;
  bottom: 0;
  right: 0;
}
.access-img {
  width: 800px;
  margin: 5rem auto;
}
.access-img img {
  width: 100%;
  border-radius: 5rem;
}
.access-adress p {
  font-size: 24px;
  text-align: center;
}
.access-adress p i {
  font-size: 48px;
  color: #31b887;
}
.access-timetable {
  width: 600px;
  margin: 3rem auto;
}
.a-icon-box {
  width: 400px;
  margin: auto;
  background: #fff;
  padding: 1.5rem 0;
  border-radius: 2rem;
  box-shadow: 2px 2px 5px #ccc;
}
.a-icons {
  width: 70%;
  margin: auto;
  justify-content: space-between;
}
.a-icon {
  width: 48%;
  align-items: center;
  gap: 1rem;
}
.a-icon img {
  width: 60px;
  height: 60px;
}
.a-icon p {
  font-size: 14px;
  text-align: center;
}

/*recruit*/
.recruit-body {
  padding: 10rem 0;
  background: url("../img/bg01.png");
  background-size: cover;
  background-attachment: fixed;
}
.recruit-inner {
  width: 1100px;
  margin: 5rem auto;
  justify-content: space-between;
  align-items: center;
}
.recruit-inner .txt {
  width: 50%;
}
.recruit-inner .txt p {
  font-size: 16px;
  line-height: 2;
}
.recruit-inner .img {
  width: 48%;
}
.recruit-AR {
  width: 1000px;
  margin: auto;
  padding: 5rem 0;
}
.ar-ttl {
  width: 250px;
  margin: 0 auto 5rem auto;
  border-bottom: 3px solid #31b887;
}
.ar-ttl p {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}
.recruit-AR table {
  width: 100%;
}
.recruit-AR table th {
  width: 25%;
  background: #5bc59d;
  border: #c4efd7 1px solid;
  padding: 1.5rem 0;
  text-align: center;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 500;
}
.recruit-AR table td {
  width: 75%;
  background: #fff;
  border: #c4efd7 1px solid;
  padding: 1.5rem 0 1.5rem 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 16px;
}
.recruit-AR table td span {
  font-size: 18px;
  line-height: 2;
}

/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #874316;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #7d7d7d;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
パタッ
===================================*/

/* 下へ */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

/* 左へ */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

/* 左上へ */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }

  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

/* 右へ */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

/* 右上へ */
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }

  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
くるっ
===================================*/

/* X 軸（縦へ） */
.rotateX {
  animation-name: rotateXAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
}

@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0;
  }
  to {
    transform: rotateX(-360deg);
    opacity: 1;
  }
}

/*　Y軸（横へ） */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0;
  }
  to {
    transform: rotateY(-360deg);
    opacity: 1;
  }
}

/* Z 軸（左へ） */
.rotateLeftZ {
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(-360deg);
    opacity: 1;
  }
}

/*　Z 軸（右へ） */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/

/* 拡大 */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* 縮小 */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box {
  opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.info-group {
  margin-top: 15px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 500px;
  overflow: auto;
}

/*==================================================
INFORMATION　レイアウト
===================================*/

#info .black a {
	color: inherit;
}

#info .white {
  width: 20%;
  background: #31b887;
  padding: 1rem 0;
  text-align: center;
  font-size: 16px;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

#info .black {
  width: 90%;
  background: #f5f5f5;
  box-sizing: border-box;
  font-size: 16px;
  padding: 2rem 0 2rem 2rem;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 430px) {
  #info .black {
    width: 100%;
    background: #f5f5f5;
    box-sizing: border-box;
    font-size: 16px;
    padding: 2rem 0 2rem 2rem;
    position: static;
  }
}

@media screen and (max-width: 870px) {
  #info .black {
    width: 80%;
    background: #f5f5f5;
    box-sizing: border-box;
    font-size: 16px;
    padding: 2rem 0 2rem 2rem;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
  }

  .info-group {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

/* .white,
.black
{
	margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-align: left;
    zoom: 1;
} */

@media screen and (max-width: 430px) {
  .ttl01 {
    font-size: 30px;
    color: #31b887;
  }
}

@media screen and (max-width: 870px) {
  .ttl01 {
    font-size: 40px;
    color: #31b887;
  }

  #info .white {
    width: 30%;
  }
}

#info > div > div > div > p.white {
  display: flex;
  align-items: center;
  justify-content: center;
}

#info .white,
#info .black {
  position: static;
  transform: none;
  left: auto;
  top: auto;
}

#info .flex {
  display: flex;
  align-items: stretch;
}

/* お知らせ個別・一覧 */
#single {
  padding: 10rem 0;
  background: url(../img/bg01.png);
  background-size: cover;
  background-attachment: fixed;
}

#single .ttl02 h3 {
  color: #333;
  margin-top: 30px;
  line-height: 1.2;
}

#single .single-inner {
  max-width: 900px;
  font-size: 20px;
  margin: 40px auto;
}

.single-date,
.single-body,
.single-nav,
.pagination {
  margin: 0 auto;
  padding: 0 90px;
}

.single-body {
  margin-bottom: 50px;
}

.single-nav {
  max-width: 900px;
  padding: 20px 90px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-prev,
.nav-next {
  flex: 1;
}

.nav-prev {
  text-align: left;
}

.nav-next {
  text-align: right;
}

.nav-prev a,
.nav-next a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #333;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.nav-prev a:hover,
.nav-next a:hover {
  background-color: #66413f;
  color: #fff;
}

.back-to-archive {
  text-align: center;
  width: 70%;
  max-width: 150px;
  margin: 45px auto 0;
}

.back-to-archive a:hover {
  opacity: 0.7;
}

#archive .single-date {
  margin: 0;
}

.archive .single-date,
.archive .single-title,
.excerpt {
  padding: 0 90px;
}

.pagination {
  margin-bottom: 40px;
}

#archive {
  padding: 5rem 0;
  background: url(../img/bg01.png);
  background-size: cover;
  background-attachment: fixed;
}

#archive .archive-container {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20px;
}

#archive .single-inner {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

#archive .single-ttl {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 10px;
}

#archive .single-date {
  font-size: 18px;
  padding: 0;
}

#archive .single-body {
  font-size: 20px;
  padding: 0;
}

.news-archive-pagination {
  text-align: center;
  margin-top: 15px;
  font-size: 30px;
}

.news-archive-pagination a {
  color: inherit;
}

.page-numbers {
  letter-spacing: 15px;
}

.news-archive-pagination .current {
  color: #fff;
  background-color: #F08CBE;
  border-radius: 4px;
  padding: 0px 10px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 10px;
}
