@charset "UTF-8";


/* ここからフェードインアニメーション */
.fade_x .inview {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}







/* var() で書けば色変えたら反映されるので使いやすいかも。  */
:root {
/* Primary カラーパレット */
--primary-bg:#f4f8fb;
--primary-50: #e8f2f7;   /* ペールブルー */
--primary-100: #d6e7f0;  /* パウダーブルー */
--primary-150:#bcdae5;
--primary-200: #b3ccea;  /* ライトブルー */
--primary-300: #7eb3c7;  /* ミディアムブルー */
--primary-400: #589cb9;  /* プライマリーブルー */
--primary-500: #4682a8;  /* スチールブルー */
--primary-600: #3d7a94;  /* ダークブルー */
  --primary-700:#386982;
--primary-800:  #32566c;

/* Accent カラーパレット */
--accent-100: #fff3df;  /* クリーム */
--accent-400: #fcc952;   /* ライトゴールド */
--accent-500: #f7b116;   /* アクセントゴールド */
--accent-600: #e09f14;   /* ダークゴールド（ホバー用） */

/* neutral カラーパレット */

--neutral-50:#f8f9fa;
--neutral-500: #424f5d;  /* チャコールグレー */
--neutral-600: #333a44;  /* ディープチャコール */
}

















/* ---------------------------------------------

  共通パーツ   

--------------------------------------------- */


.inner {
    width: calc(100% - 120px);
    max-width: 1260px;
    margin: 0 auto;
}

@media (max-width: 1100px) {
  .inner {
    max-width: 90%;
    width: calc(100% - 120px);
    }
  #facilities_inner {
	width: auto;
	}
}

@media (max-width: 768px) {
  .inner,#facilities_inner  {
    width: calc(100% - 40px);
    }
}


/* ---------------------------------------------

  共通パーツ   

--------------------------------------------- */

.marker_y{
text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.t_center{
  text-align: center;
}
.t_left{
  text-align: left;
}

.t_right{
  text-align: right;
}

.outlink {
  color: #00658e !important;
  border-bottom: 2px dotted #00aab8;
}

.bunken-list{
    display: grid;
    gap: 1.2rem 0.6rem;
    line-height: 1.5;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 500;
}

.txt_indent{
    text-indent: 1.5rem;
}

.indent-list {
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .indent-list {
    width: 100%;
    padding-left: 1.2em;
    text-indent: -1.3em;
  }
}

.space-10 {
    margin-right: 3.8px;
}

.line_bt {
    border-bottom: solid 3px #7edee2;
    padding-bottom: 15px;
    margin-bottom: 24px;
    line-height: 1.8;
}

.line_top {
  border-top: solid 1px #c13d60;
  margin-bottom: 2rem;
  margin-bottom: 2rem;
  padding-top: 1.6rem;
}

.under_dash{
  border-bottom: dashed 2px #F8B500;
  padding-bottom: 4px;
}


.bnr_2p {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0 auto;
    padding: 60px 0 80px;
    grid-gap: 2em;
    justify-content: center;
    grid-gap: 2em 8rem;
    justify-content: center;
    width: 80%;
    max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .bnr_2p {
    padding: 20px 0 40px;
    grid-gap: 1em;
    justify-content: center;
    width: 90%;
  }
}

.pdlf12{
      padding-left: 1.2em;
}
















/* ---------------------------------------------

   swiper   

--------------------------------------------- */


/* slider */

.swiper {
  height: calc(100vh - 140px);
  width: 98%;
  /*  border-radius: 10px 10px; */
  /* margin-bottom: 1.6rem; */
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

/*sp*/
@media all and (max-width:768px) {
  .swiper {
    height: 440px;
    height: 420px;
    border-radius: 15px;
    width: 94%;
    margin-bottom: 10px;
    /* border: solid 4px #9DBEE1; */
    background-size: cover;
    height: calc(100vh - 130px);
    max-height: 580px;
  }
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center -11px;
      background-color:rgba(0, 0, 0, 0.2);
}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
    opacity: 1;
}
@media screen and (max-width:750px) {
	.swiper-slide_op_exterior img {
		object-position: 80%;
	}
	.swiper-slide_op_CT img {
		object-position: 66%;
	}
}
  
.swiper-slide-super img {
  object-position: center center;
}

.swiper_back {position: relative;margin-top: 120px;}
/*
.swiper_back::before{
 position: absolute;
 top: 50px;
 right: 0px;
 display: block;
 width: calc(350px + 6vw);
 height: calc(840px + 10vw);
 border-radius: 50vh;
 margin: 0;
 padding: 0;
 content: '';
 border-radius: 50vh 0 0 50vh;
 background-color: #d6f7f7;
 z-index: -1;
}
@media all and (max-width:768px) {
.swiper_back::before{
    width: calc(280px + 6vw);
    height: calc(580px + 7vw);
  }
}
*/

  /*sp*/
@media all and (max-width:1024px) {
  .swiper_back {
        background-size: cover;
        margin-top: 7.2rem;
        padding-bottom: 2rem;
        padding-bottom: 0rem;
  }
}

/* ---------------------------------------------

   swiper   

--------------------------------------------- */










/* ---------------------------------------------

   キャッチコピー   

--------------------------------------------- */

.catch_contents {
  position: absolute;
  /* left: 4%;
   width: 100%; */
  z-index: 10;
  /* 24-1008 
  top: 420px;
  top: calc(100vh - 600px);
      bottom: calc(100vh - 600px);*/
  top: 35%;
  left: 8rem;
  font-family: "Zen Maru Gothic", sans-serif;
}


@media all and (max-width:1024px) {
  .catch_contents {
    position: absolute;
    left: 5%;
    top: 280px;
    /* bottom: calc(100vh - 360px);*/
    top: 20%;
    z-index: 10;
    top: 15%; /* 内覧会あり */
    width: 90%; /* 内覧会あり */
  }
}

@media all and (max-width:368px) {
  .catch_contents {
    position: absolute;
    left: 3%;
    /* top: 20px; */
    width: 94%;
    z-index: 10;
  }
}

@media all and (max-width:350px) {
  .catch_contents {
        top: 15%;
  }
}

.catch_main_wrap{
  justify-self: center;
}

.catch_main_txt {
  color: #fff;
  font-size: 3.2rem;
  text-shadow: 0px 0px 10px rgba(113, 135, 164, 0.6);
  font-family: 'Zen Maru Gothic', sans-serif;
  text-shadow: 0px 0px 25px rgba(50, 86, 108, 0.4);
 /* text-shadow: 1px 1px 0 #7eb3c7, -1px -1px 0 #7eb3c7, -1px 1px 0 #7eb3c7, 1px -1px 0 #7eb3c7, 0px 1px 0 #7eb3c7, 0 -1px 0 #7eb3c7, -1px 0 0 #7eb3c7, 1px 0 0 #7eb3c7;
  */
    filter: drop-shadow(0px 0px 10px rgba(113, 135, 164, 0.6));
}


.catch_main_txt span {
  font-size: 4rem;
}


@media all and (max-width:768px) {
  .catch_main_txt{
  font-size: 2rem;
  line-height: 1.5;
  }
    .catch_main_txt span {
        font-size: 3rem;
        /* line-height: normal; */
    }
  }

@media all and (max-width:375px) {
  .catch_main_txt{
  font-size: 1.8rem;
  }
    .catch_main_txt span {
        font-size: 3rem;
        line-height: normal;
    }
  }


.catch_subcontents {
  position: absolute;
  top: calc(100vh - 380px);
  top: 50%;
  /* width: 98%; */
  left: 8rem;
  z-index: 2;
  top: 24%;
}

@media all and (max-width:1024px) {
.catch_subcontents {
    position: absolute;
    /* width: 95%; */
    z-index: 10;
    top: 4%;
    left: 0%;
}
  }

.catch_sub_wrap {
    background-color: var(--primary-bg);
    color: var(--primary-500);
    padding: 0.4rem 6rem 0.4rem 6rem;
    text-align: center;
    width: 100%;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}



@media all and (max-width:1024px) {
  .catch_sub_wrap {
    padding: 0.4rem 2rem;
    /* border-top-right-radius: 0.4rem; */
    /* border-bottom-right-radius: 0.4rem; */
}
}

.catch_sub_txt {
  font-size: 2.4rem;
  font-weight: 600;
}

@media all and (max-width:1024px) {
.catch_sub_txt{
  font-size: 1.8rem;
}
}





.catch-circle_wrap{
  position: absolute;
  z-index: 2;
  text-align: center;
  right: 7rem;
  bottom: 4em;
  line-height: 1.4em;
  letter-spacing: normal;
  line-height: 1.3em;
  font-weight: 600;
  color: var(--primary-600);
}
@media all and (max-width:768px) {
  .catch-circle_wrap{
        right: 4.2rem;
        bottom: -0.3em;
    }
}


.catch-circle_wrap::before{
  position: absolute;
  background: url("../images/icons/waku.png");
  content: "";
  max-width: 500px;
  width: 200%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  z-index: -1;
}



.catch-circle_txt{
  padding-top: 1rem;
  font-weight: 700;
    color: var(--accent-600);
}

.catch-circle_txt span{
  font-size: 4rem;
    font-weight: 700;
    text-align: center;
  /*  letter-spacing: -0.1em; */
}
  
.catch_underline {
    /* text-decoration: underline; */
    /* text-decoration-thickness: 0.5em; */
    /* text-decoration-color: rgba(255, 228, 0, 1); */
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

/* ---------------------------------------------

   キャッチコピー   

--------------------------------------------- */











/* ---------------------------------------------

    site map    

--------------------------------------------- */
.f_sitemap{
width: 100%;
}

@media all and (max-width:1024px) {
.f_sitemap {
    width: 100%;
}
}


.f_sitemap ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(100px, 1fr));
        text-align: left;
        gap: 1.4rem 2rem;
}
@media all and (max-width:768px) {
  .f_sitemap ul {
        grid-template-columns: repeat(2, minmax(95px, 1fr));
        padding: 2.4rem 0.8rem 0;
}
}

@media all and (min-width:1025px) {
  .f_sitemap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

}


.sitemap_list{
  position: relative;
  border-bottom: 1px solid var(--primary-200);
}

.sitemap_list:hover{
    border-bottom: 1px solid var(--primary-400);
}

.sitemap_list a{
padding: 1rem 0;
transition: .3s;
    width: 100%;
    display: block;
  font-size: 15px;
  /*  border-bottom: 1px solid #f6d5da; */
  display: flex;
      justify-content: space-between;
      align-items: center;
}

.sitemap_list ::after {
    content: "";
    display: inline-block;
    vertical-align: 1px;
    width: 6px;
    height: 6px;
    margin: 0px 16px 0px 0px;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: var(--accent-500);
    border-top-width: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sitemap_list :hover::after{
border-color:var(--accent-500)
}

.footer__info{

}

.sitemap_list a:hover,
.sitemap_list a:active{opacity: .7;color: var(--primary-600);opacity: 1;}

/*
.sitemap_list :before {
  content: "";
  display: inline-block;
  border: 2px solid #2ab7a9;
  border: 2px solid #f58daf;
  vertical-align: 1px;
  width: 7px;
  height: 7px;
  margin: 0 12px 0 0;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/

/*sp*/
@media all and (max-width:768px) {


.sitemap_list a{
font-size: 1.4rem;
transition: .3s;
width: 100%;
text-align: left;

}
}

/* ---------------------------------------------

    site map    

--------------------------------------------- */








/* ---------------------------------------------

   btn_pagetop   

--------------------------------------------- */
.pagetop {
    background: transparent;
    color: var(--primary-400);
    border: 2px solid;
    border-color: var(--primary-400);
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.pagetop:hover{
background: var(--primary-400);
    color: var(--neutral-50);
    transform: translateY(-2px);
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid var(--primary-400);
  border-right: 3px solid var(--primary-400);
  transform: translateY(20%) rotate(-45deg);
}
.pagetop:hover .pagetop__arrow {
    border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*sp*/
@media all and (max-width:768px) {
.pagetop {
  background: #00aab8;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 6px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  display: none;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

}


.datetop__w{
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
width: 100%;
    padding: 2rem 0 14rem;
}
@media (max-width: 768px) {
.datetop__w{
padding: 2rem 0 4rem;
}
}

.datetop{
    max-width: 680px;
    width: 100%;
margin: 0 auto 0;
}
.datetop a{
display: block;
}

/* ---------------------------------------------

   btn_pagetop   

--------------------------------------------- */









/* ---------------------------------------------

   copyright   

--------------------------------------------- */

.copyright {
    font-size: 1.2rem;
    padding-top: 4rem;
}

/*sp*/
@media all and (max-width:768px) {
.copyright {
    padding: 3rem 0 6rem;
  }
}

.copyright .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-end;
  align-items: end;
}
@media all and (max-width:768px) {
.copyright .inner{
  display: grid;
  gap: 1rem;
}
}

.copyright a{
  color: var(--primary-500);
text-decoration: underline;
}
.copyright a:hover{
  text-decoration: none;
}

.copyright-link__wrap{
  display: grid;
  gap: 1rem;
}

.link_instagram{
  
gap: 0.7rem;
  
display: flex;
  
align-items: flex-end;
}

.link_instagram img{
  width: 4rem;
}

/* ---------------------------------------------

   copyright   

--------------------------------------------- */












/* ---------------------------------------------

  btn   

--------------------------------------------- */



.btn_01 {
  width: 20rem;
}

.subpage-section .btn_01 {
  width: 22rem;
width: fit-content;
  border-radius: 50vh;
}

.btn_01 a {
      display: flex;
    color: #fff;
    background-color: var(--primary-400);
    border-radius: 50vh;
    align-self: center;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.8rem 2.8rem;
    font-weight: 600;
    justify-content: center;
}

.btn_01 a:hover {
    background-color: var(--primary-600);
}

.btn_01 a:hover .arrow_right{/* filter: brightness(1) invert(0); */}




.fever-outpatient-department .btn_01_orange {
	margin: 5rem auto 0;
	justify-self: flex-end;
	width: 28rem;
}
.fever-outpatient-department .btn_01_orange a {
  letter-spacing: unset;
  color: #fff;
  background-color: #f68804;
  border: solid 2px #f68804;
  border-radius: 50vh;
  align-self: center;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  justify-content: space-between;
  padding: 1rem 2.2rem;
}
.fever-outpatient-department .btn_01_orange a:hover {
  color: #3b2610;
  border: solid 2px  #f68804;
  background-color: #fef9ef;
}

.fever-outpatient-department .btn_01_orange a:hover .arrow_right{
filter: brightness(1) invert(0);
}



/*sp*/
@media all and (max-width:768px) {
  .btn_01 {

  }

.btn_01 a {
  align-self: center;
  display: flex;
  /* padding: 1rem; */
  justify-content: center;
  gap: 0.4rem;
  justify-content: space-between;
  padding: 0.8rem 2rem;

}
}


.arrow_right{
  width: 2rem;
  position: relative;
  filter: brightness(0) invert(1);
}

.btn_01:hover.arrow_right {
    right: 1.8rem;
  
}


.btn_01:hover {
 /* transform: translateX(+5px);
  transition-duration: 0.3s, 2s; */
}


/*  ---------------------------------------  */

.btn_02 {
  background-color: #00aab8;
  background: #e9e9e9;
  box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  border: solid 2px #9DBEE1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 200px;
  padding: 1rem;
}

.btn_02 a {
  color: #f58daf;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn_02 img {
  width: 2.6rem;
  margin-right: 0.6rem;
}

/*  ---------------------------------------  */


.btn_03 {
    border-radius: 50vh;
background-color: #7edee2;
    width: 28rem;
      margin-top: 2.8rem;
      background-color: #fff;
    border: solid 2px #7edee2;
    border-radius: 50vh;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 8px 20px -17px rgba(16,24,40,0.4);
  
  }

.btn_03 a {
  align-self: center;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  justify-content: space-between;
  padding: 1.2rem 2.4rem;
}

/*sp*/
@media all and (max-width:768px) {
.btn_03{
  width: 100%;
  margin-top: 1rem;
  }

.btn_03 a {
  padding: 1rem 2.4rem;
}
}

.btn_03:hover.arrow_right {
    right: 1.8rem;
}

.btn_03:hover {
  transform: translateX(+5px);
  transition-duration: 0.3s, 2s;
}


.bnr_download{
    text-align: center;
    width: 100%;
    font-family: 'Zen Kaku Gothic New';
    margin-top: 3.2rem;
    margin-bottom: 2.8rem;
}

.bnr_download a{
    color: #11323b;
    display: block;
    background-color: #effcfc;
    border: solid 1px #7edee2;
  font-weight: bold;
  padding: 16px 16px;
  border-radius: 50vh;
  font-size: 1.8rem;
  box-shadow: rgba(113,135,164,.12) 0px 0px 5px 2px;
}
/*sp*/
@media all and (max-width:768px) {
  .bnr_download{
  width: 100%;
    margin-top: 2rem;
        margin-bottom: 2rem;
  }
.bnr_download a{
  
  }
}








/* ---------------------------------------------

  Nav   

--------------------------------------------- */

.nav_alt {
  background-color: #FBFEFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 1.6rem 0 2rem;
  /* margin-bottom: 60px; */
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .nav_alt{
  display: none;
}
}


  /*ナビゲーションを横並びに*/
.nav_list_02 {
  position: relative;
  list-style: none;
  display: flex;
}

.nav_alt .nav_item {
  width: 100%;
}

.header_logo_02 {
  position: absolute;
  top: 2.2rem;
  top: 3rem;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .header_logo_02 {
    display: none;
  }
}











/* ---------------------------------------------

  title   

--------------------------------------------- */
.ttl_01.center {
  text-align: center;
}

.ttl_01 {
  display: inline-block;
}

.ttl_01 .en {
  line-height: 1em;
  font-size: 6.4rem;
  font-weight: 600;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, YakuHanJP_Narrow, 'Zen Kaku Gothic New', sans-serif;
  color: var(--primary-500);
  color: var(--primary-400);
}

@media all and (max-width:768px) {
  .ttl_01 .en {
    font-size: 4rem;
    font-weight: 800;
  }
}

.ttl_01 .jp {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media all and (max-width:768px) {
  .ttl_01 .jp {
    font-size: 1.6rem;
  }
}

.about .ttl_01 .en {
  line-height: 1.5;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

/*sp*/
@media all and (max-width:768px) {
  .about .ttl_01 .en {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}

.subpage-header__title-wrap h2 {
  position: relative;
  /* padding: 0.8rem 1.5rem 2rem; */
  /* text-align: center; */
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--primary-700);
}

.subpage-header__title-wrap h2:before {
  position: absolute;
  bottom: -13px;
  left: 0;
  /* transform: translateX(-50%); */
  width: 80px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: var(--primary-400);
}

@media (max-width: 768px) {
  .subpage-header__title-wrap h2 {
    font-size: 2.8rem;
    padding: 0.4rem 0 1.2rem 0;
    margin-bottom: 1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
}

.info_icon-area {
  width: 80px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 1.5rem;
  border: solid 3px #00aab8;
  background-color: #fff;
}

.ttl_mark {
  position: relative;
  z-index: 1;
}

.ttl_mark ::before {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 100px;
  content: "";
  z-index: -1;
  background: url(../images/silhouette.svg);
  background-size: cover;
}

@media (max-width: 768px) {
  .ttl_mark ::before {
    top: 0;
    height: 40px;
    width: 64px;
  }
}

.ttl_mark_2 {
  position: relative;
  z-index: 1;
}

.ttl_mark_2 ::before {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 40px;
  width: 45px;
  content: "";
  z-index: -1;
  background: url(../images/silhouette.svg);
  background-size: cover;
}

@media (max-width: 768px) {
  .ttl_mark_2 ::before {
    top: 0;
    height: 36px;
    width: 43px;
  }
}

.ttl_mark_3 {
  position: relative;
  z-index: 1;
}

.ttl_mark_3 ::before {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  height: 90px;
  width: 120px;
  content: "";
  z-index: -1;
  background: url("../images/silhouette_white.svg");
  background-size: cover;
}

@media (max-width: 768px) {
  .ttl_mark_3 ::before {
    top: -12px;
    height: 52px;
    width: 72px;
  }
}

.subpage-heading h3 {
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .subpage-heading h3 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .2rem;
  }
}

.subpage-heading h2 {
  position: relative;
  line-height: 1.8;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0rem 2rem 8px 0;
  margin-bottom: 5rem;
  /* color: var(--primary-500); */
  border-bottom: 4px solid #ededed;
  border-bottom: 4px solid #d5dde2;
  /* border-bottom: 4px solid var(--accent-400); */
}

.subpage-heading h2:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 24%;
  height: 4px;
  content: '';
  background: var(--primary-400);
  background-color: var(--accent-500);
}

@media (max-width: 768px) {
  .subpage-heading h2 {
    font-size: 2rem;
    padding-bottom: 8px;
    margin-bottom: 32px;
    letter-spacing: .1rem;
  }
}

.subpage-heading--bar h2 {
  position: relative;
  line-height: 1.8;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 10px 2rem 10px 2.4rem;
  margin-bottom: 10px;
  background-color: var(--neutral-50);
  background-color: var(--primary-bg);
  border-radius: 0.6rem;
  color: var(--primary-800);
}

.subpage-heading--bar h2:before {
  position: absolute;
  top: 50%;
  transform: translate(-50% , -50%);
  left: 4px;
  width: 4px;
  height: 50%;
  content: '';
  border-radius: 2rem;
  background: var(--primary-400);
}

@media (max-width: 768px) {
  .subpage-heading--bar h2 {
    font-size: 1.8rem;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 2rem;
    margin-bottom: 10px;
    letter-spacing: .2rem;
  }
}

.subpage-heading--box h2 {
  position: relative;
  line-height: 1.8;
  font-size: 2rem;
  font-weight: 600;
  padding: 12px 2rem 12px 3.2rem;
  margin-bottom: 28px;
  /* background-color: #fff; */
  border-radius: 0.8rem;
}

.subpage-heading--box h2:before {
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 4px;
  height: 50%;
  content: '';
  border-radius: 2rem;
  background: var(--primary-400);
}

@media (max-width: 768px) {
  .subpage-heading--box h2 {
    font-size: 1.7rem;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 2.6rem;
    margin-bottom: 16px;
    /* letter-spacing: .2rem; */
  }
}

.subpage-heading h4 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  padding: 4px 18px;
  margin-bottom: 2rem;
  border-left: solid 4px #7edee2;
}

@media (max-width: 768px) {
  .subpage-heading h4 {
    font-size: 1.8rem;
    padding: 4px 16px;
    margin-bottom: 1.2rem;
  }
}

.point .subpage-heading--box h4 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  padding: 1.6rem 2rem 1.6rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-left: solid 4px #7edee2;
}

@media (max-width: 768px) {
  .point .subpage-heading--box h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 8px 16px;
    margin-bottom: 1.2rem;
  }
}

.point span {
  color: #00aab8;
}

.point_wrap {
  display: grid;
  gap: 4rem;
}

@media (max-width: 768px) {
  .point_wrap {
    gap: 2rem;
  }
}
/* ---------------------------------------------

  title   

--------------------------------------------- */








/* ---------------------------------------------

   News   

--------------------------------------------- */

.news {
 /* background-color: #fffdf9; */
 padding-bottom: 0rem;
 padding-top: 6rem;
}

/*sp*/
@media all and (max-width:768px) {
  .news {
    padding-top: 2.4rem;
    padding-bottom: 7rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
}


.news .inner {
  /* width: 90%; */
  /* max-width: 100%; */
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .news .inner {
    max-width: 90%;
    width: calc(100% - 50px);
    }
}

@media (max-width: 768px) {
  .news .inner {
    width: calc(100% - 50px);
    }
}

.important-notes__box{
  background-color: var(--accent-100);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 12rem;
  text-align: center;
}
@media (max-width: 768px) {
  .important-notes__box{
  padding: 1rem;
  margin-bottom: 4rem;
  }
}

.news__wrap {
  width: 100%;
  margin: 0 auto 0;
  display: grid;
  gap: 5rem;
  grid-template-columns: 26rem 1fr;
}

/*sp*/
@media all and (max-width:768px) {
  .news__wrap {
    display: flex;
    gap: 3.2rem;
    flex-wrap: wrap;
  }
}

.news__wrap .ttl_01 {
  justify-self: center;
  position: relative;
}

.news__wrap .ttl_01::before {
    position: absolute;
    background: url(../images/icons/decagon_bg.png);
    content: "";
    left: -5rem;
    top: -4rem;
    width: 120px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    z-index: -1;
}
@media all and (max-width:768px) {
.news__wrap .ttl_01::before {
    position: absolute;
    background: url(../images/icons/decagon_bg.png);
    content: "";
    left: -2rem;
    top: -2rem;
    width: 80px;
  }
}



.news_kiji__w {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  height: 40rem;
  margin: 0 auto;
}

.news_kiji__w iframe {
  width: 100%;
  height: 100%;
  padding: 2rem;
  overflow-y: scroll;
}




.topnews4 .scr {
  display: block;
  overflow: auto;
  max-height: 260px;
  width: 100%;
  padding: 0 1.6vw 0 1vw;
  /* border-top: 1px solid #9DBEE1;
 border-bottom: 1px solid #9DBEE1; */
}

.topnews4 {
 /* background-color: #fffefd; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
 
.topnews4 iframe {
  width: 100%;
  height: 440px;
}

/*sp*/
@media all and (max-width:768px) {
  .topnews4 {
    width: 100%;
  }

  .topnews4 iframe {
    width: 100%;
    height: 200px;
    height: 300px;
  }
}

.newskiji1 {
  border-bottom: 1px dotted #cac8bc;
  padding: 24px 0;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  gap: 2rem;
  align-items: center;
}

/*sp*/
@media all and (max-width:768px) {
  .newskiji1 {
    margin: 0 auto;
    padding: 4vw 3vw 4vw 1rem;
    text-align: justify;
    display: grid;
        gap: 0;
  }
}




.news_headlines {
  width: 200px;
}
/*sp*/
@media all and (max-width:768px) {
.news_headlines {
  width: 100%;
}
}


.news_update {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 2px;
  font-weight: bold;
}

/*sp*/
@media all and (max-width:768px) {
  .news_update {
    width: 100%;
    font-size: 1.2rem;
  }
}


.news_ttl {
  background-color: #E9FBFF;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  border-radius: 4px;
}

/*sp*/
@media all and (max-width:768px) {
  .news_ttl {
    margin-bottom: 6px;
  }
}


.news_txt {
  font-size: 1.4rem;
  font-weight: normal;
      line-height: 1.5;
}

/*sp*/
@media all and (max-width:768px) {
  .news_txt {
    font-size: 1.3rem;
        line-height: 1.5;
  }
}






.silhouette::after {
  content: "";
  background: url("../images/silhouette.svg");
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  width: 30rem;
}
















/* ---------------------------------------------

   About   

--------------------------------------------- */
.about{
 /* background: url(../images/merit_bg01.svg); */
  background-size: cover;
  margin-bottom: 120px;
  position: relative;
}

/*sp*/
@media all and (max-width:768px) {
  .about{
  margin-bottom: 65px;
}
}

.about::after {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  height: 632px;
  width: 727px;
  background: url("../images/silhouette.svg");
  content: "";
  z-index: -1;
  background-size: cover;
}


@media all and (max-width:768px) {
  .about::after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    height: 85%;
    width: 100%;
    background: url("../images/silhouette.svg");
    content: "";
    z-index: -1;
    background-size: cover;
  }
}

.topabout {
  /* padding: 0 4rem; */
  text-align: justify;
  max-width: 70em;
  margin: 0 auto;
}

.topabout_txt{
  margin-bottom: 2rem;
  line-height: 36px;
}

/*sp*/
@media all and (max-width:768px) {
  .topabout {
    padding: 0px;
    margin-bottom: 0rem;
    font-size: 14px;
  }
  
  .topabout_txt {
    margin-bottom: 2rem;
    line-height: 32px;
  }
}
















/*   table   --*/


.tb_01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 10px 0;
}

.tb_01 tr {
  border-bottom: 1px dotted ;
  display: flex;
  vertical-align: middle;
}

.tb_01 th {
  text-align: left;
  font-weight: normal;
  width: 25%;
}

.tb_01 td {
  text-align: left;
  font-weight: normal;
  width: 75%;
}


/*  --------------------------  */



.tb_02 {

}

/*sp*/
@media all and (max-width:768px) {
.tb_02 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
}

.tb_02 tr{
      width: 100%;
    display: grid;
    grid-template-columns: 10rem 1fr;
}

.tb_02 th{
 display: inline-block;
 font-size: 1.8rem;
 font-weight: 500;
 letter-spacing: .3rem;
 border-radius: 200px;
}
/*sp*/
@media all and (max-width:768px) {
.tb_02 tr{
      width: 100%;
        display: flex;
        flex-wrap: wrap;
}
}


.tb_02 th span{
    border-left: solid 4px #00aab8;
    padding-left: 0.6rem;
}

.tb_02 td{
    padding-bottom: 2rem;
    padding-left: 1.2rem;
    line-height: 1.7;
    font-size: 15px;
}

/*sp*/
@media all and (max-width:768px) {
  .tb_02 th{
  /* width: 25%; */
  font-size: 1.4rem;
  font-weight: 600;
}

  
.tb_02 td {
    padding-bottom: 1.2rem;
    line-height: 1.4;
    font-size: 13px;
    text-align: justify;
}
}



/*  --------------------------  */



.tb_03 {

}

/*sp*/
@media all and (max-width:768px) {
.tb_03 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
}

.tb_03 tr{
  font-size: 15px;
}

.gaiyou .tb_03 tr {
    font-size: 15px;
}

.tb_03 th{
  width: 16%;
}

.tb_03 th span{
    border-left: solid 4px #F8B500;
    padding-left: 0.6rem;
}

.tb_03 td{
      padding-bottom: 1.2rem;
    line-height: 1.5;
}

/*sp*/
@media all and (max-width:768px) {
  .tb_03 th{
  width: 25%;
}

  
.tb_03 td {
    padding-bottom: 1rem;
    line-height: 1.4;
    font-size: 13px;
    text-align: justify;
}
}





/*  --------------------------  */

.gaiyou{
      background-color: #effcfc;
    padding: 4rem 6rem 8rem;
    border-radius: 1rem;
}
/*sp*/
@media all and (max-width:768px) {
  .gaiyou{
        padding: 3rem 2rem 4rem;
  }
}
  

.tb_access {
    font-family: "Noto Sans JP", sans-serif;
      width: 100%;
}

/*sp*/
@media all and (max-width:768px) {
.tb_access {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
}

.tb_access tbody {
    display: grid;
    gap: 2rem;
}
/*sp*/
@media all and (max-width:768px) {
.tb_access tbody {
    display: grid;
    gap: 2.4rem;
}
}

.tb_access tr{
      width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: 30% 1fr;
      align-items: baseline;
}

/*sp*/
@media all and (max-width:768px) {
.tb_access tr{
      width: 100%;
        display: flex;
        flex-wrap: wrap;
      gap: 0.6rem;
}
}

.tb_access th{
 display: inline-block;
 font-size: 2rem;
 font-weight: 500;
 letter-spacing: .3rem;
    text-align: left;
}

.tb_access th span{
    padding-left: 1rem;
}

.tb_access img{
  width: 3rem;
}

.tb_access td{
    line-height: 1.7;
    font-size: 15px;
}

/*sp*/
@media all and (max-width:768px) {
  .tb_access th{
  /* width: 25%; */
  font-size: 1.8rem;
  font-weight: 600;
}

.tb_access th span{
    padding-left: 0.6rem;
}

  
.tb_access td {
    line-height: 1.4;
    font-size: 14px;
    text-align: justify;
}
}



/*  --------------------------  */





.menu_bg{
background-color: #f5f9f9;
  background-color: #f7fcfd;
    border-radius: 1rem;
    padding: 0 2rem 2rem 1rem;
}

.menu_bg .tb_03 td{
   padding-left: 1rem;
}






.tdbc1{
    background: #edf4ff;
}
.tdbc2{
    background: #fafafa;
}
.tdbc3{
    background: #fffdf9;
  background-color: #f9f9f9;
}
.tdbc4{
}

.tdw1{
width: 80%;
vertical-align: middle;
}

.tdw2{
width: 20%;
text-align: center;
vertical-align: middle;
}

.tdw16{
width: 16%;
vertical-align: middle;
}

.tdw20{
width: 20%;
vertical-align: middle;
}

.tdw25 {
    width: 25%;
    vertical-align: middle;
    color: #111111;
}

.tdw3{
width: 40%;
vertical-align: middle;
}
	

.tdw4{
width: 30%;
text-align: center;
vertical-align: middle;
}

.tdw50{
width: 50%;
vertical-align: middle;
}

.tdw75{
width: 75%;
vertical-align: middle;
}

.tdw74{
width: 68%;
vertical-align: middle;
}

.tdw40{
width: 40%;
vertical-align: middle;
}
/*sp*/
@media all and (max-width:768px) {
.tdw3{
width: 40%;
vertical-align: middle;
}
.tdw25 {
    width: 40%;
    vertical-align: middle;
    color: #111111;
}
.tdw16{
width: 28%;
vertical-align: middle;
  font-size: 1.4rem;
}
  
.tdw74{
width: 74%;
vertical-align: middle;
}
}





.tbl_price {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.5rem;
background-color: #fff;
}

.tbl_price td {
  border: 1px solid #e6e6e6;
  padding: 12px 20px;
}

.tbl_price th {
    padding: 12px 20px;
    vertical-align: middle;
    background-color: #f9f9f9;
      border: 1px solid #e6e6e6;
/*  text-align: left; */
}


/*sp*/
@media all and (max-width:768px) {
.tbl_price {
  font-size: 1.3rem;
}
  .tbl_price td {
    padding: 10px 6px 10px 10px;
    padding: 6px 6px 6px 6px;
  }
.tbl_price th {
      padding: 6px 6px 6px 8px;
  }
}



.tbl_price_02 {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.5rem;
}

.tbl_price_02 td {
  border: 1px solid #e6e6e6;
  padding: 12px 20px;

}

/*sp*/
@media all and (max-width:768px) {
  .tbl_price_02 td {
    border: 1px solid #ccc;
    padding: 10px 6px 10px 10px;
    font-size: 1.4rem;
  }
}



.tbl_price_pink {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.5rem;
}

/*sp*/
@media all and (max-width:768px) {
.tbl_price_pink {
  font-size: 1.4rem;
}
}

.tbl_price_pink th ,.tbl_price_pink td {
  border: 1px solid #e6e6e6;
}

.tbl_price_pink td {
      font-family: "Noto Sans JP", sans-serif;
  padding: 12px 20px;
  vertical-align: middle;
  text-align: center;
}

.tbl_price_pink th {
  padding: 12px 20px;
          vertical-align: middle;
  background-color: #f9f9f9;
}

/*sp*/
@media all and (max-width:768px) {
  .tbl_price_pink td {
    padding: 10px 6px 10px 6px;
  }

.tbl_price_pink th {
      padding: 8px 10px;
}
}


.tbl_price_pink .th_ttl {
  
}

/*sp*/
@media all and (max-width:768px) {
  .tbl_price_pink .th_ttl {
        writing-mode: vertical-rl;
        text-align: justify;
        vertical-align: middle;
        padding-top: 5rem;
    line-height: 1.5;
  }
}

 .w01 {
  
}

 .w02 {
  width: 16%
}

.w03 {
  width: 16%
}

/*sp*/
@media all and (max-width:768px) {
 .w01 {
 
  }

 .w02 {
    width: 18%
}
  
 .w03 {
  width: 20%
}
}

.rates {
 
}

/*sp*/
@media all and (max-width:768px) {
.rates {
  text-align: right;
  line-height: 1.2;
}
}




.tbl_price_pink .w01 {
  width: 28%;
}

.tbl_price_pink .w02 {
  width: 16%
}

.tbl_price_pink .w03 {
  width: 16%
}

/*sp*/
@media all and (max-width:768px) {
  .tbl_price_pink .w01 {
 width:40% ;
  }

.tbl_price_pink .w02 {
    width: 18%
}
  
.tbl_price_pink .w03 {
  width: 20%
}

}

.tbl_price_pink .rates {
 
}

/*sp*/
@media all and (max-width:768px) {
  .tbl_price_pink .rates {
  text-align: right;
  line-height: 1.2;
}
}





  .tbl_price li{
  /*  line-height: 2; */
    padding-bottom: 0.6rem;
  }



/*sp*/
@media all and (max-width:768px) {
.f_address{
width: 100%;
font-size: 1.4rem;
margin: 0 0 5vw 0;
}
}









/*  -----診察表＿timetable--------------------------------------------  */


.f_timetable_ttl{
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}


.f_timetable{
  width: 100%;
}


.f_timetable_wrap{/*  margin-bottom: 1.6rem; */border: 1px solid var(--primary-300);border-radius: 0.8rem;overflow: hidden;margin-bottom: 1.2rem;}

/*sp*/
@media all and (max-width:768px) {
.f_timetable_wrap{width: 100%;margin-bottom: 0.8rem;}
}

/*
.f_timetable{
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
*/




.f_timetable th, .f_timetable td{vertical-align: middle;width: 7%;text-align: center;font-size: 1.5rem;font-weight: 500;border-left: 1px solid var(--primary-100);}
/*sp*/
@media all and (max-width:768px) {
.f_timetable th, .f_timetable td{
font-size: 1.4rem;
}
}

.f_timetable th:first-child {
    width: 20%;
    height: 60px;
    vertical-align: middle;
    /* padding-left: 1rem; */
    /* text-align: left; */
    font-size: 16px;
    font-weight: 500;
    /* border: solid; */
}

/*sp*/
@media all and (max-width:768px) {
  .f_timetable th:first-child {
    width: 28%;
    text-align: center;
    height: 40px;
    font-size: 14px;
    padding-left: 0rem;
  }
}

.f_timetable tr:first-child{
    background-color: var(--primary-50);
}


.f_timetable td{
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.3;

  letter-spacing: 0;
}

/*sp*/
@media all and (max-width:768px) {
.f_timetable td{
font-size: 1.3rem;
}
}



/*sp*/
@media all and (max-width:768px) {
  .f_timetable {
    width: 100%;
    border-spacing: 0;
    /* border-collapse: separate; */
  }
.f_timetable td{
font-size: 1.3rem;
}
}




.f_timeInfo {
    /* background-color: #fffefd; */
    /* border: 1px solid #E6E6E6; */
    font-size: 1.4rem;
    width: 100%;
    line-height: 1.8;
    border-radius: 1.5rem;
    /* padding: 2rem 2.8rem 2rem; */
    color: #656565;
}

/*sp*/
@media all and (max-width:768px) {
  .f_timeInfo {
    font-size: 1.3rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.8rem;
  }
}


@media all and (min-width:1025px) {
  .f_address{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-weight: normal;
  }

  .f_address .label {
    color: #00aab8;
    width: 8rem;
    font-weight: bold;
  }
  }

@media all and (max-width:1024px) {
  .f_address{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-weight: normal;
  }
  .f_address .label{
        width: 6.8rem;
    font-weight: bold;
}
  }


.f_timetable tr:not(:last-child), .f_timetable td:not(:last-child)::after{
    border-bottom: 1px solid #E6E6E6;
}
@media all and (max-width:768px) {
.f_timetable tr:not(:last-child), .f_timetable td:not(:last-child)::after{
    border-bottom: 1px solid #E6E6E6;
}
}

























/* ---------------------------------------------

   特徴   

--------------------------------------------- */
.features{
  margin-bottom: 16rem;
  position: relative;
   /* margin-bottom: 80px; */
}

/*sp*/
@media all and (max-width:768px) {
  .features{
  margin-bottom: 60px;
}
}

.features .inner{
  text-align: center;
}



.features .ttl_01{
  text-align: center;
}

/*sp*/
@media all and (max-width:768px) {
  .features .ttl_01{

}
}

 .features .features__item-title {
text-align: center;
}
/*sp*/
@media all and (max-width:768px) {

 .features .features__item-title .num{
  font-weight: bold;
  }
 .features .features__item-title {
text-align: center;
  font-weight: 500;
}
}

 .features .card_img-area {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
}






.card {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px 20px;
  text-align: left;
}
/* .card_item {
    padding: 0 8px;
}
*/

.card_item a:hover{
  opacity: 0.7;
}


.card_img-area {
 /* aspect-ratio: 3/2; */
  margin-bottom: 20px;
}
.card_img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
 /* box-shadow:  6px 8px 0px 0 rgba(233, 251, 255, 1);
  box-shadow: 8px 7px 0px 0 rgba(213,247,255,1); */
}
.features__item-title {
font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
      line-height: 2.1;
}

.features__item-title .num {
  font-family: "Montserrat", sans-serif;
  color: #f58daf;
  padding-right: 12px;
}

.card_txt {
  font-size: 1.4rem;
        line-height: 1.8;
}


@media (max-width: 768px) {
.features__item-title {
      line-height: 1.5;

}

.card_txt {
    font-size: 1.5rem;
}

}




/* ---------------------------------------------

   TOP＿診療案内   

--------------------------------------------- */

.information{
      margin-bottom: 0rem;
      /* width: 96%; */
      /* width: 90%; */
      margin-left: auto;
      margin-right: auto;
      position: relative;
      background-color: var(--primary-bg);
      /* background-color: #f4f8fb; */
      /* border-radius: 3rem; */
}


@media (max-width: 768px) {
  .information {
    width: 100%; 
    /* margin-bottom: 8rem; */ /* border-radius: 0 3rem 3rem 0; */
  }
}
.information-bg_top {
  z-index: 0;
  position: relative;
  margin-top: 3rem;
}

@media (min-width: 1024px) {
.information-bg_top {
    z-index: -1;
    position: relative;
    margin-top: -8rem;
}
}



.information-bg_bottom{
  position: relative;
}

.information-bg_bottom::before{
  position: absolute;
  background: url("../images/icons/kuma.png");
  content: "";
  right: 6%;
  bottom: 3rem;
  max-width: 340px;
  width: 35%;
  width: 26%;
  aspect-ratio: 1 / 1;
  background-size: cover;
}
@media (max-width: 1024px) {
.information-bg_bottom::before{
    width: 22%;
  }
}


.information .inner{
 /*   width: calc(100% - 50px);
    max-width: 1300px;  */
    margin: 0 auto
}

/*
.information:after {
    position: absolute;
    content: "";
    background: url("../images/info_icons/face.png") no-repeat;
    background-size: cover;
    width: 153px;
    height: 130px;
    right: 90px;
    bottom: -14px;
    z-index: 1;
}
*/



.information .ttl_01{
  /* text-align: center; */
}


.top-information__wrap {
	padding: 14rem 0 22rem;
	position: relative;
}

@media (max-width: 1024px) {
.top-information__wrap{
  padding: 10rem 4rem 16rem;
  border-radius: 2rem;
  position: relative;
}
}

@media (max-width: 768px) {
  .top-information__wrap {
    padding: 8rem 0 10rem;
    /* border-radius: 2rem 0 0 2rem; */
  }
}




.top-information__header{
  display: flex;
  margin-bottom: 72px;
  display: grid;
  /* justify-content: space-between; */
}

@media (max-width: 1024px) {
.top-information__header{
  display: flex;
  flex-wrap: wrap;
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {
.top-information__header{
  margin-bottom: 0;
  margin-bottom: 3.2rem;
  }
} 

@media (max-width: 768px) {
  .information .top-information__header{
        /* position: absolute; */
        /* top: -2.5rem; */
  }
}
/*
.top-information__contenttxt{
      width: calc(100% - 290px);
    line-height: 3rem;
  align-self: flex-end;
}

@media (max-width: 1024px) {
.top-information__contenttxt{
    width: 100%;
    line-height: 2.4rem;
    margin-bottom: 3.6rem;
    text-align: justify;
  font-size: 1.4rem;
}
}
*/


.top-information__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem 2.4rem;
  position: relative;
  width: 100%;
  /* padding-bottom: 2rem; */
}

@media (max-width: 768px) {
  .top-information__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    margin: 0 auto;
    /* padding-bottom: 2rem; */
    /* width: 92%; */
  }
}

.top-information__content::after {
  /* content: ""; */
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  margin: auto;
  width: 86%;
  height: 200px;
  background-color: var(--primary-50);
  border-radius: 25vh;
  z-index: -1;
}

@media (max-width: 768px) {
  .top-information__content::after {
    /* content: ""; */
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 88%;
    border-radius: 3vh;
    z-index: -1;
  }
}

.top-information__item {
  display: grid;
  width: 100%;
}

.top-information__link {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 2rem;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.6rem 2.8rem;
  /* padding-right: 10rem; */
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
  background-color: #fff;
  border: solid 2px var(--primary-150);
  border: solid 1px var(--primary-300);
  border-radius: 1.6rem;
  /* box-shadow: 0px 0px 10px rgba(49, 50, 51, 0.08); */
  /* text-align: center; */
  /* aspect-ratio: 1 / 1; */
    z-index: 1;
}

@media (max-width: 768px) {
     .top-information__link{
        display: grid;
        grid-template-columns: auto;
        gap: 0rem;
        justify-content: center;
        align-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 1.2rem 0rem 4rem;
        font-size: 1.6rem;
        font-weight: 500;
        border-radius: 1rem;
        text-align: center;
        /* box-shadow: 0px 0px 5px rgba(129, 129, 129, 0.1); */
    }
}

.top-information__link:hover {
  transform: scale(0.97);
  color: #fff;
  background-color: var(--primary-500);
  box-shadow: 0px 0px 20px rgba(129, 129, 129, 0);
  -webkit-box-shadow: 0px 0px 20px rgba(129, 129, 129, 0.15);
  transition-duration: 0.3s, 2s;
}

.top-information__link:hover:after {
  right: 2.4rem;
  filter: brightness(0) invert(1);
}

.top-information__link:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 3.2rem;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/arrow_right_line.svg);
  background-size: cover;
  vertical-align: middle;
  transition: right 0.3s;
}

@media (max-width: 768px) {
.top-information__link:after {
    position: absolute;
    background: url(../images/arrow_right_line.svg);
    top: 79%;
    left: 50%;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background-size: cover;
    vertical-align: middle;
    transform: translate(-50%);
}
}

.info_icon {
  position: relative;
  display: flex;
  justify-content: center;
  justify-self: center;
  width: 7rem;
  padding: 1rem;
}

.info_icon img {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: 0.3s;
}

.info_icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50vh;
  /* background-color: var(--accent-100); */
}

.top-information__link:hover .info_icon::before {
  background-color: #fff;
}

.top-information__link:hover .info_icon img {
  transform: scale(0.9);
}

.subpage-header__title-wrap_wrap .info_icon {
  padding: 0;
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .info_icon {
    width: 64px;
    justify-self: center;
    padding: 8px;
  }
}

@media (max-width: 768px) {
  .subpage-header__title-wrap_wrap .info_icon {
    width: 72px;
    justify-self: center;
    padding: 0;
  }
}





/* ---------------------------------------------

   TOP＿サイドボタン  

--------------------------------------------- */
.fixed_side_btn {
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 10;
    width: 60px;
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  gap:4rem;
}

.fixed_side_btn img{
      width: 2.5rem;
  }

.btn_side{
    background-color: white;
    border: 2px solid #00aab8;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 60px;
    letter-spacing: 0.2rem;
  gap:0.4rem;
  }

.resarve {
  background-color: #F8B500;
  background-color: #00aab8;
  color: #fff;
}

.btn_side > .access{
  background-color: #EFF4FF;
}

.btn_side access span{
margin-bottom: 1rem;
  }

  .btn_side span{
  writing-mode: vertical-rl;
  font-size: 16px;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 700;
  }

.fixed_side_btn a:hover , .fixed_side_btn a:active{
transform: translateY(+5px);
    transition-duration: 0.3s, 2s;
}





@media (max-width: 768px) {
  .fixed_side_btn{
    display: none;
  }
}
/* ---------------------------------------------

     

--------------------------------------------- */













/* ---------------------------------------------

     SP版下部

--------------------------------------------- */

/* ---------------------------------
sp下部バー
 --------------------------------- */

/* SP */
@media screen and (max-width:768px) {

  
 
.spfooternav__w{width: 100%;display: flex !important;justify-content: space-between;position: fixed;bottom: 0px;z-index: 10;height: 5rem;padding: 2px 12px;padding: 2px 2px 0;background-color: #fff;z-index: 100;gap: 0.2rem;}

.spfooternav1 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: var(--accent-500);
  border-radius: 50vh;
  border-radius: 1rem 1rem 0 0;
  /* box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.06); */
  /* border: solid 2px #9DBEE1; 
background-color:#d5f7ff; */
  /* border-radius: 1rem;  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
}

.spfooternav1 a {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  font-weight: 600;
  position: relative;
}
/*
.spfooternav1 a ::after {
    content: "準備中";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(65 65 65 / 70%);
    color: #ffffff;
    font-size: 1.3rem;
    padding: 0.2em 1.2em;
    border-radius: 4px;
    opacity: 1;
    white-space: nowrap;
    z-index: 10;
}
  */
  
.spfooternav1 a span{


}



.spfooternav2 {
  background-color: var(--primary-400);
  width: 50%;
  display: grid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vh;
  /*
  box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.06);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
  border-radius: 1rem 1rem 0 0;
}
  
.spfooternav2 a {
  color: #fff;
  width: 100%;
  letter-spacing: 0.05rem;
  height: 45px;
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  font-weight: 600;
  position: relative;
}

  /*
.spfooternav2 a ::after {
    content: "準備中";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(65 65 65 / 70%);
    color: #ffffff;
    font-size: 1.3rem;
    padding: 0.2em 1.2em;
    border-radius: 4px;
    opacity: 1;
    white-space: nowrap;
    z-index: 10;
}
*/
  .spfooternav1 img{
          width: 2.6rem;
        margin-right: 0.6rem;
  }

  .spfooternav2 img{
    width: 1.8rem;
    /* margin: 0 auto; */
  }



}
/* ---------------------------------------------

     SP版下部

--------------------------------------------- */














/* ------------------------------------------------------------------------------------------

     サブページ_ttl

------------------------------------------------------------------------------------------ */


.subpage-hero{
  margin: 0 auto;
  /* margin-top: 130px; */
  padding-top: 18rem;
  padding-bottom: 0rem;
  /* background: url(../images/bg/bg_wave.svg); */
  /* background: url(../images/bg/bg_curve_02.png); */
  background-size: cover;
  background-color: var(--primary-50);
  width: 100%;
}

@media (max-width: 1024px) {
  .subpage-hero{
  margin-top: 0;
  padding-top: 10rem;
  /* background: url(../images/bg/bg_curve_02.png); */
  /* background: url(../images/bg/wave_sp.svg); */
  /* background-size: cover; */
}
}

.subpage-hero .inner{
/* max-width: 1600px;*/

}



.subpage-hero__content{
    width: 100%;
    /* background: url(../images/waiting-room.jpg) right top; */
    background-size: cover;
    background-position: center center;
    height: 300px;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    /* box-shadow: 0px 3.5px 15px rgba(101, 141, 204, 0.5); */
}

@media (max-width: 768px) {
.subpage-hero__content{background-size: cover;position: relative;height: 18rem;border-radius: 5px;}
}

.m_institution{
gap: 1rem;
    display: grid;
      grid-auto-columns: max-content;
}


.subpage-hero__title {
    display: flex;
    text-align: center;
    font-weight: 700;
    position: absolute;
    width: 100%;
    justify-content: center;
    z-index: 2;
    align-items: center;
    line-height: 1.5;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
  }

.subpage-hero__content:after {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    aspect-ratio: 1 /1;
    background: url("../images/icons/waku.png");
    content: "";
    background-size: cover;
}
@media (max-width: 768px) {
  .subpage-hero__content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 4rem;
    aspect-ratio: 1 /1;
    background: url("../images/icons/waku.png");
    content: "";
    background-size: cover;
}
}

  .subpage-hero__heading{
    /* font-size: 4.4rem; */
    /* font-weight: 500; */
    display: grid;
    grid-auto-rows: max-content;
    gap:1rem;
  }

@media (max-width: 768px) {
    .subpage-hero__heading{
      font-size: 2.8rem;
      gap: 0.5rem;
}
}


.subpage-hero__heading .jp {
    font-size: 4.4rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
  .subpage-hero__heading .jp {
  font-size: 2.4rem;
  }
}

.subpage-hero__heading .en {
  color: var(--primary-400);
  font-size: 2rem;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, YakuHanJP_Narrow, 'Zen Kaku Gothic New', sans-serif;
  line-height: 1em;
  font-weight: 600;
}

@media (max-width: 768px) {
    .subpage-hero__heading .en{
      font-size: 1.4rem;
}
}


/*
  .subpage-hero__title .jp{
    font-size: 2.4rem;
    color: #00aab8;
    line-height: 1.5;
        font-size: 4.2rem;
    color: #fff;
    font-weight: 600;
    text-shadow: 4px 2px 5px rgba(0, 0, 0, 0.4);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    font-family: YakuHanJP_Narrow, 'Zen Old Mincho', sans-serif;
    line-height: 1.5;
  }

  .subpage-hero__title .en{
    color: #00aab8;
    font-size: 1.5rem;
        font-family: 'Zen Kaku Gothic New';
  }
*/

@media (max-width: 1024px) {
  .subpage-hero__title {
    display: inline-block;
    line-height: 1.2;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    /* top: 56%; */
    /* left: 0%; */
    /* transform: translateY(-50%); */
  }
}



/* チェックリスト見た目 */
.subpage-list__icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 1rem;
  line-height: 2.4;
  padding: 2rem 3.2rem 3rem;
  gap: 1.2rem 0;
}

 .bg_bl{
  background: #f7f7f7;
  background-color: var(--primary-bg);
}

 .bg_wh{
  background: #fff;
}


@media (max-width: 768px) {
  .subpage-list__icon {
    padding: 1rem 2rem 2.4rem;
    gap: 0.4rem 0;
  }
}
  
.subpage-list__icon li {
  padding-left: 3.2rem;
  text-indent: -3.2rem;
  width: 47%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--primary-150);
}
@media (max-width: 768px) {
  .subpage-list__icon li {
  width: 100%;
}
}

.subpage-list__icon li::before {
        content: "";
        background: url(../images/ic_checkbox.svg);
        width: 1.6rem;
        aspect-ratio: 1 / 1;
        display: inline-block;
        vertical-align: sub;
        margin: 0 10px 0 0;
        background-size: cover;
    }

/* 一列表示バージョン */
.subpage-list__icon.single-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.subpage-list__icon.single-column li {
  width: 100%;
  padding-left: 2.6rem;
  text-indent: -2.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ededed;
  border-bottom: 1px solid var(--primary-150);
}


/* 方法1: - 10番目の項目（BCG）をターゲット */
.subpage-list__icon li.no-checkbox::before {
    display: none;
}

.subpage-list__icon li.no-checkbox {
    padding-left: 0;
    text-indent: 0;
}






.subpage-section--main{
  padding-bottom: 100px;
  /* padding-bottom: 160px; */
  padding-top: 8rem;
  display: grid;
  gap: 16rem;
  /*       background-color: #effcfc;
  background-color: #d6f7f7; */
}

@media (max-width: 768px) {
.subpage-section--main{
  padding-bottom: 40px;
  padding-bottom: 100px;
  padding-top: 6rem;
  display: grid;
  gap: 8rem;
}
}

.subpage-section--sub {
    padding-bottom: 120px;
    padding-top: 12rem;
    display: grid;
    gap: 5rem;
    background-color: var(--primary-bg);
    border-bottom-right-radius: 2rem;
    border-top-left-radius: 2rem;
}
@media (max-width: 768px) {
  .subpage-section--sub {
        padding-bottom: 60px;
        padding-top: 6rem;
        display: grid;
        gap: 4rem;
  }
}







/* ------------------------------------------------------------------------------------------

     パンくずリスト_bread

------------------------------------------------------------------------------------------ */




/*  -SITEMAP-----------------------  */
/*breadcrumb*/
.breadc{
  /* background-color: var(--primary-bg); */
}

  .bc__w {
    width: 100%;
    padding: 16px 0 16px;
    font-size: 1.4rem;
  text-align: left;
  }
  .bc__w ol {
    padding: 0;
    color: #493d31 !important;
    margin: 0 auto;
    align-items: center;
    display: flex;
    gap: 0 16px;
  }
  .bc__w ol li {
    list-style: none;
    display: flex;
    align-items: center;
  }
  .bc__w ol li a:link, .bc__w ol li a:visited {
    color: #606060 !important;
    display: flex;
    align-items: center;
  }
  .bc__w ol li a:hover, .bc__w ol li a:active {
    color: #658DCC !important;
    opacity: 0.7;
  }
  .bc__w ol li:last-of-type a {
    color: #606060 !important;
        opacity: 1;
  }
/*  .bc__w ol li:last-of-type a:hover, .bc__w ol li:last-of-type a:active {
    opacity: .7;
  } */

.btn_home a:first-child::before {
    display: inline-block;
    width: 1.2em;
    aspect-ratio: 1 / 1;
    /* height: 1.1em; */
    background-position: center;
    margin-right: 8px;
    background-image: url(../images/home_3_fill.svg);
    background-repeat: no-repeat;
    content: '';
    background-size: cover;
    margin-bottom: 1px;
}

.bc__w li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #404040;
    border-right: 1px solid #404040;
    content: '';
}


@media (max-width: 768px) {
  /*breadcrumb*/
  .bc__w {
    width: 100%;
    padding: 2vw 0 2vw;
    font-size: 1.1rem;
 }
  .bc__w ol {
    padding: 0;
    color: #493d31 !important;
  }
  .bc__w ol li {
    list-style: none;
   /* display: inline; */
  }
  .bc__w ol li a:link, .bc__w ol li a:visited {
    color: #606060  !important;
  }

  .bc__w ol li:last-of-type a {
    color: #606060 !important;
  }
  /*breadcrumb*/
}













/* ------------------------------------------------------------------------------------------

     サブページ

------------------------------------------------------------------------------------------ */



/*
.subpage-section{
width: 100%;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
.subpage-section{
width: 100%;
    padding-bottom:80px;
}
}
*/

@media (max-width: 768px) {
.subpage-section{
   /*   margin-inline-end: 25px; */
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
  border-radius: 1rem;
}
}


.subpage-section .inner {
  border-radius: 10px;
  padding: 44px 60px 80px;
    padding: 0 60px;
 /* background-color: #fffefd; */
    max-width: 1100px;
}

@media (max-width: 1024px) {
  .subpage-section .inner {
 /*   background-color: #fffefd; */
    border-radius: 4rem;
    padding: 80px 60px 100px;
    /* box-shadow: rgba(113, 135, 164, .12) 0px 0px 5px 2px; */
    max-width: 1300px;
    max-width: 70em;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
.subpage-section .inner{
  max-width: 100%;
      font-size: 1.5rem;
padding: 0;
        border-radius: 1rem;
        width: calc(100% - 50px);
}
}

.subpage-section p{
  line-height: 2;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
.subpage-section p{
  line-height: 2;
  font-size: 1.5rem;
}
}

.subpage-intro__text{
  line-height: 2;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .subpage-intro__text{
  line-height: 2;
  font-size: 1.5rem;
}
}

.subpage-section__content{display: grid;gap: 10rem 0;
/* WCAG 2.0 実装方法集から＿＿1行が平均80字(日本語なら40字)以下に */max-width: 70em;width: 100%;margin: 0 auto;}
@media (max-width: 768px) {
.subpage-section__content{gap: 3.2rem 0;gap: 5rem 0;}
}



/* ---------------------------------------------

     doctor

--------------------------------------------- */
.doctor_contents_w{
display: grid;
gap: 10rem 0;
}

@media (max-width: 768px) {
.doctor_contents_w{
gap: 4rem 0;
}
}

@media (min-width: 768px) {
.d_contents{
  display: contents;
}
}

.doctor_greeting_wrap {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
gap:6rem;
  text-align: left;
  /* flex-direction: row-reverse; */
  position: relative;
    }
/*
.doctor_greeting_wrap::after {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    height: 600px;
    width: 690px;
    background: url(../images/silhouette.svg);
    content: "";
    z-index: -1;
    background-size: cover;
}
*/

@media (max-width: 768px) {
.doctor_greeting_wrap {
   flex-wrap: wrap;
          flex-direction: column-reverse;
}
}


.doctor_ttl {
  color: #088896;
  color: #00aab8;
  font-size: 2.8rem;
  line-height: 1.65;
  /* text-align: center; */
  letter-spacing: 0.2rem;
  font-weight: 500;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .doctor_ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.6rem;
  }
}




.doctor_txt {
      align-items: flex-start;
      width: 58%;
  text-align: justify;
    }
@media (max-width: 768px) {
  .doctor_txt {
        width: 100%;
}
}

.doctor_img{
  align-self: center;
  justify-content: center;
  align-self: flex-start;
  display: grid;
  /* margin: 0 auto; */
  width: 36%;
}
#doctor_img_top {
  width: auto;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
.doctor_img {
    /* margin: 0 auto; */
    width: 100%;
    display: block;
    }

}


.doctor3{
    display: grid;
    flex-wrap: wrap;
  /*  justify-content: center; */
    padding-top: 2rem;
    padding-bottom: 1.5rem;
padding-top: 3.6rem;
    padding-bottom: 4rem;
}

.doctor4 {
  color: #707070;

      color: #00aab8;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding-bottom: 1rem;
    font-weight: 500;
}

.doctorname_jp{
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.2;
}


.doctorname_jp .br_middle {
	display: none;
}
@media (max-width: 856px) {
	.doctorname_jp .br_middle {
		display: block;
	}
}
@media (max-width: 750px) {
	.doctorname_jp .br_middle {
		display: none;
	}
}

.doctorname_en {
  color: #c13d60;
  color: #707070;
  font-size: 1.4rem;
  padding-left: 1rem;
  /* text-align: center; */
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 856px) {
   .doctorname_en {
	  padding-left: 0;
   }
}
@media (max-width: 768px) {
   .doctorname_en {
/*	  padding-left: 0;*/
	  margin-left: 1rem;
   }
}

@media (max-width: 768px) {
.doctor3{
display: flex;
flex-wrap: wrap;
        width: 100%;
          padding-top: 2.4rem;
        padding-bottom: 4rem;
}

.doctor4{
font-size: 1.6rem;
line-height: 1.2;
margin: 0 0 .5vw 0;
letter-spacing: .4rem;
text-align: center;
}

.doctorname_jp{
width: 100%;
          font-size: 2.4rem;
}
}







.doctor_car_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  gap: 0rem 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.doctor_car_box {
  width: 100%;
  align-items: flex-start;
  border-radius: 1rem;
}

.doc_list {
  text-align: left;
  gap: 0.8rem;
  display: grid;
}

.doc_list li{
    border-bottom: solid 1px #ededed;
}



















/* ---------------------------------------------

     アクセス　access

--------------------------------------------- */



.tb_03 {
    font-size: 1.6rem;
  width: 100%;
}

.tb_03 tbody{
    margin: 0 auto;
}

/*sp*/
@media all and (max-width:768px) {
.tb_03 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
}

.tb_03 tr{
    border-bottom: 1px solid #ddd;
}

.tb_03 th{
  width: 20%;
  text-align: left;
}

.tb_03 th span{
    border-left: solid 4px var(--primary-400);
    padding-left: 1rem;
}

.tb_03 td{
    line-height: 1.5;
  padding: 2rem 0;
}

/*sp*/
@media all and (max-width:768px) {
  .tb_03 th{
  width: 40%;
}

.tb_03 td {
    line-height: 1.4;
    font-size: 13px;
    text-align: justify;
}
}



.tb_04 {
    font-size: 1.4rem;
  width: 100%;
}

.tb_04 tbody{
    margin: 0 auto;
}

/*sp*/
@media all and (max-width:768px) {
.tb_04 {
  font-size: 1.3rem;

}
}

.tb_04 tr{
    border-bottom: 1px solid #f6d5da;
}

.tb_04 th{
  width: 20%;
  text-align: left;
  min-width: 72px;
}

.tb_04 th span{
    border-left: solid 4px #00aab8;
    padding-left: 0.6rem;
}

.tb_04 td{
    line-height: 1.5;
  padding: 1rem 0;
}

/*sp*/
@media all and (max-width:768px) {
  .tb_04 th{
  width: 28%;
}

.tb_04 td {
    line-height: 1.4;
    font-size: 13px;
    text-align: justify;
}
}





.bg-bas{
  background-color: #fafafa;
}

.txt-pri{
color: #971a54;
  color: #00aab8;
}

.txt-sec{
  color:#00aab8;
}







/* PC */
@media screen and (min-width:769px) {

.access_sub_wrap{
width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 0 5px 0;
}

.access_sub_title{
width: 30%;
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 24px 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
}

.access_sub_title_s {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0 0 5px 0;
    }

.access_sub_txt{
        width: 66%;
        line-height: 1.5;
        font-weight: 500;
        font-size: 1.6rem;
        padding: 24px 0;
}

  .map-img{
    margin-top: 4rem;
    display: flex;
    justify-content: center;
  }

  .subpage-heading--box #fever-outpatient-department {
	scroll-margin-top: -200px;
  }

}


/* sp */
@media screen and (max-width:768px) {
.access_sub_wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 0 1vw 0;
    }

.access_sub_title{
width: 10rem;
        text-align: center;
        font-size: 1.2rem;
        letter-spacing: .025rem;
        line-height: 1.5;
        padding: 5vw 2vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
}

.access_sub_txt {
        width: calc(100% - 12rem);
        line-height: 1.5;
        font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: .025rem;
        padding: 5vw 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}

    .map-img {
        margin-top: 2rem;
        display: flex;
        justify-content: center;
  }


}





.t_access{
    padding-bottom: 16rem;
    padding-top: 14rem;
      padding-bottom: 10rem;
    padding-top: 12rem;

}
/*sp*/
@media all and (max-width:768px) {
.t_access{
  padding-bottom:4rem;
    padding-top: 5rem;

}
}

.t_access__w{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
    padding-bottom:12rem;
  /*  padding-top: 6rem; */
}

/*sp*/
@media all and (max-width:768px) {
.t_access__w{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: column-reverse;
  padding-bottom: 2rem;
}
}



.t_access_box1 {
    width: 50%;
    display: grid;
    flex-wrap: wrap;
    gap: 4rem;
}

/*sp*/
@media all and (max-width:768px) {
.t_access_box1{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 0 2rem 0;
  gap:2rem;
}
}

.t_access_box1 .tb_02 tbody{
  display: grid;
  gap:3rem;
}

/*sp*/
@media all and (max-width:768px) {
.t_access_box1 .tb_02 tbody{
  gap: 1.6rem;
  }
}

.t_access_box1 .tb_02 td {
     padding-bottom: 0rem;
}



.t_access_box2{
width: 560px;
  width: 42%;
 align-self: center; 
    display: flex;
}

.t_access_box2 iframe{
width: 100%;
height: 550px;
border-radius: 15px;
}

/*sp*/
@media all and (max-width:768px) {
.t_access_box2{
width: 100%;
margin: 0 0 8vw 0;
text-align: center;
}

.t_access_box2 iframe{
height: 40vh;
}
}


/*  ----------------------  */

.gmap{
      padding-bottom: 8rem;
}

/*sp*/
@media all and (max-width:768px) {
.gmap{
      padding-bottom: 2rem;
}
}

.gmap .btn_01{
    justify-self: end; 
    margin-top: 2rem;
}

/*  ----------------------  */


.access__w{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
}

/*sp*/
@media (max-width: 768px) {
.access__w{
width: 100%;
margin: 0 auto;
/* gap:3.2rem; */

}
}



.address{
    width: 48.5%;
/*    max-width: 560px; */
display: flex;
display: grid;
flex-wrap: wrap;
    gap: 4rem;
}

/*sp*/
@media (max-width: 768px) {
.address{
width: 100%;
          gap: 2rem;
          margin-bottom: 1.2rem;
}
}



.map{
    width: 48.5%;
/*    max-width: 560px; */
display: flex;
flex-wrap: wrap;
  justify-content: flex-end;
  align-self: flex-end;
}

.map iframe{
width: 100%;
    height: 420px;
    border-radius: 1rem;
      box-shadow: 1px 2px 2px 0 rgba(188, 225, 250, 0.2);
}

/*sp*/
@media (max-width: 768px) {
.map{
width: 100%;
text-align: center;
          gap: 2rem;
  justify-content: flex-start;

}

.map iframe{
        height: 240px;
}
}





/* ---------------------------------------------

     医療DX推進体制の整備について

 ---------------------------------------------*/

@media screen and ( min-width:768px ) {
	.medical-care-dx {
		letter-spacing: .1rem;
		line-height: 1.6;
		padding: 3rem;
		border-radius: 10px;
		margin: 0 auto 8rem;
		font-size: 1.4rem;
		text-align: justify;
		background: #ebf3f3;
		width: 800px;
	}
	.medical-care-dx_ttl {
		padding: 0 0 1rem;
		line-height: 1;
		color: #00aab8;
		font-size: 1.6rem;
	}
}

@media screen and ( max-width:750px ) {
	.medical-care-dx {
		width: 90%;
		margin: 0 auto 50px;
		padding: 30px;
		border-radius: 10px;
		background: #ebf3f3;
		font-size: 1.6rem;
	}
	.medical-care-dx_ttl {
		padding: 0 0 15px;
		line-height: 1;
		color: #00aab8;
		font-size: 1.8rem;
	}
}



/* ---------------------------------------------

     first 初診の方

--------------------------------------------- */

/*   table   --*/
.tb_first {
  width: 100%;
  border-spacing: 0;
}

.tb_first tbody{
    display: grid;
  gap:2rem;
}

.tb_first tr {
  display: flex;
  gap:3rem;
}




.first_list{
    display: grid;
    gap: 1rem;
}

.first_item{
    display: flex;
}

.first_ttl {
border: solid 1px #7edee2;
    /* background-color: #f9f9f9; */
    /* background-color: #7edee2; */
    text-align: center;
    border-radius: 50vh;
    font-family: 'Zen Kaku Gothic New';
    padding: 0.6rem 1rem 1rem;
    line-height: 0.9 !important;
    min-width: 80px;
    min-height: 80px;
    align-content: center;
}

.first_ttl .en {
  letter-spacing: 0.01em;
  font-size: 1rem;
}

.first_ttl .num {
  letter-spacing: 0.2rem;
color: #7edee2;
    font-size: 4rem;
    font-weight: 900;
}


.dotline:after {
  content: '';
  background: #00aab8;
  position: absolute;
  width: 1px;
  bottom: 0;
  left: 60px;
  top: 2.4rem;
  height: 2px;
  width: 10px;
}


.dotline{
    position: relative;
}

/*
.dotline:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #9DBEE1;
  top: 50px;
  left: 50%;
  height: calc(100% - 40px);
}
*/



.first_txt{
    /* margin-left: 1rem; */
    align-self: center;
    line-height: normal;
}












/* ---------------------------------------------

     card 

--------------------------------------------- */

/* PC */
.card_b {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 40px 40px;
  text-align: left;
  gap: 60px;
  padding: 0 20px;
}
.card_b .features__item-description {
	margin-bottom: 1.8rem;
}

/* sp */
@media screen and (max-width:768px) {
.card_b {
  display: grid;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  gap: 20px 40px;
  text-align: left;
  padding: 0 12px;
}
}

.card_b .card_img-area {
  aspect-ratio: 3/2;
  margin-bottom: 16px;
}

.card_b .card_img-area img {
  background-color: #e6e6e6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
  border-radius: 1rem;
      border-radius: 1.6rem;
    border: solid 2px #b3edee;
}

.card_b .features__item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 2.1;
}

.card_b .card_txt {
  font-size: 1.5rem;
  line-height: 1.8;
}


@media (max-width: 768px) {
.card_b .features__item-title {
      line-height: 1.5;
}

.card_b .card_txt {
    font-size: 1.4rem;
        line-height: 150%;
}

}




/* PC */
.card_c {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 40px 30px;
  text-align: left;
}
.card_c .features__item-description {
	margin-bottom: 1.8rem;
}

/* sp */
@media screen and (max-width:768px) {
.card_c {
  display: grid;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  gap: 40px 40px;
  text-align: left;
  padding: 0 12px;
}
}

.card_c .card_img-area {
  aspect-ratio: 3/2;
  margin-bottom: 16px;
}

.card_c .card_img-area img {
  background-color: #e6e6e6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
  border-radius: 1rem;
}

.card_c .features__item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 2.1;
}

.card_c .card_txt {
  font-size: 1.5rem;
        line-height: 1.8;
}


@media (max-width: 768px) {
.card_c .features__item-title {
      line-height: 1.5;
}

.card_c .card_txt {
    font-size: 1.4rem;
        line-height: 150%;
}

.card_c .features__item-description {
	margin-bottom: 0;
}
}










/* ---------------------------------------------

     Information 診療案内

--------------------------------------------- */

.subpage-nav {
    padding: 2rem 0 8rem;
    padding: 3.2rem 0 6rem;
    /* background-color: #effcfc; */
}

@media (max-width: 768px) {
.subpage-nav{
        padding: 2rem 0 1.6rem;
}
}


.subpage-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 3.2rem;
  align-items: baseline;
  justify-content: center;
  display: block grid;
  grid-template-columns: repeat(auto-fit, minmax(min(24rem, 100%), 1fr));
   grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
}

@media (max-width: 768px) {
.subpage-nav__list{
    gap: 12px 12px;
}
}


.subpage-nav__item{
  /* width: 18%; */
  border-radius: 1rem;
}

@media (max-width: 768px) {
.subpage-nav__item{
  width: 100%;
  border-radius: 1rem;
}
}


.subpage-nav__item:hover{
    transition-duration: 0.3s, 2s;
  
}
/*
.subpage-nav__item:hover, .subpage-nav__item:active {
    transform: translateY(+2px);
    transition-duration: 0.3s, 2s;

}
*/

.subpage-nav__item a {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    padding: 1.4rem 3rem 1.4rem 2rem;
    width: 100%;
    border: 2px solid var(--primary-150);
    color: var(--primary-700);
    background-color: #f9f9f9;
    text-align: center;
    font-weight: 500;
    /* box-shadow: 0px 0px 20px rgba(129, 129, 129, 0.2); */
    border-radius: 50vh;
}

.subpage-nav__item a:hover {
  transition-duration: 0.3s, 2s;
  box-shadow: 0px 10px 10px rgba(129, 129, 129, 0.06);
  background-color: var(--primary-500);
  color: #fff;
  border: 2px solid var(--primary-500);
}


@media (max-width: 768px) {
  .subpage-nav__item a {
    font-size: 15px;
    padding: 1.4rem 2.2rem 1.4rem 2.3rem;
    width: 100%;
    text-align: left;
  }
}

/*
.b_left::before {
border-left: 4px solid #ABCD03;
    content: "";
    height: 2.5rem;
    left: 0;
    position: absolute;
    top: 32%;
}
*/

.arrow_down h2:first-letter{
  color: #c13d60;

}

.arrow_down h2{
  font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, YakuHanJP_Narrow, 'Zen Kaku';
}
@media (max-width: 768px) {
.arrow_down h2{
  font-size: 16px;
  }
}



.arrow_down {
  position: relative;
  display: inline-block;
}
.arrow_down:before {
  content: '';
  width: 30px;
  height: 30px;
  /* border: solid 1px #b3edee; */
  /* background: #fff; */
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: 0px;
  bottom: 0;
  margin: auto;
}

.arrow_down:after {
  content: '';
  border: 0;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px var(--accent-500);
  border-right: solid 2px var(--accent-500);
  transform: rotate(135deg);
  position: absolute;
  top: 40%;
  right: 22px;
  /* top: 1.8rem; */
  margin: auto;
}


.arrow_down:hover:after {
  top: 2.2rem;
  transition-duration: 0.3s, 2s;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.fixed_side_btn a:hover, .fixed_side_btn a:active {
    transform: translateY(+5px);
    transition-duration: 0.3s, 2s;
}





/*    -----20241024_clinic_mask----------    */

.ttl_2bro{
  display: flex;
  gap:2rem;
}

.ttl_2bro .clinic_box2{
width: 10%;
}

._invis{
  display: grid !important;
}

.__invis{
  display: none !important;
}


@media (max-width: 1100px) {

.ttl_2bro .clinic_box2{
width: 100%;
}

._invis{
    display: none !important;
}

.__invis{
  display: grid !important;
  justify-content: center;
}
}



.bc_ttlpic{
    position: absolute;
    right: 0%;
    bottom: -2%;
    width: 35%;
    min-width: 360px;
    opacity: 0.6;
}

@media (max-width: 1100px) {
.bc_ttlpic{
position: absolute;
right: -25px;
        bottom: -10%;
        width: 32%;
        min-width: 160px;
        opacity: 0.7;
}
}
















.gmap iframe{
  width: 100%;
  height: 400px;
      border-radius: 1rem;
}

@media (max-width: 768px) {
.gmap iframe{
  width: 100%;
  height: 200px;
}
}



.g-map iframe{
    width: 100%;
    border-radius: 1rem;
    height: 460px;
}

@media (max-width: 768px) {
.g-map iframe{
  width: 100%;
  height: 200px;
}
}

.access-address__box {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (max-width: 768px) {
  .access-address__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
}


.h_btn {
  color: #fff;
    background-color: #0b76be;
    /* border: 2px solid #f58daf; */
    font-size: 16px;
  border-radius: 1rem;
  padding: 1.2rem 3rem;
  gap: 6px;
  display: flex;
  /* margin: 0 auto; */
  justify-content: center;
}








/* ---------------------------------------------

   footer   

--------------------------------------------- */

.footer {
  position: relative;
  /* background-color: var(--primary-50); */
  border-top: 2px solid var(--primary-200);
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 8rem;
  /* background-color: var(--primary-bg); */
}
/*sp*/
@media all and (max-width:768px) {
  .footer {
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
}


.footer .inner {
  width: calc(100% - 50px);
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .footer .inner {
    max-width: 90%;
    width: calc(100% - 50px);
  }
}

@media (max-width: 768px) {
  .footer .inner {
    width: calc(100% - 0px);
        padding-bottom: 0rem;
  }
}


.footer_box {
  display: flex;
  justify-content: space-between;
gap:2rem;
  align-items: flex-start;
  text-align: left;
  /*  align-items: flex-end; */
}

/*sp*/
@media all and (max-width:768px) {
  .footer_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;
  }
}

.footer__logo_wrap{
    width: 290px;
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 2.8rem;
    width: 46%;
    justify-content: space-between;
}
/*sp*/
@media all and (max-width:768px) {
  .footer__logo_wrap{
    width: 95%;
    gap: 2.8rem;
  }
}


.f_sitemap_wrap
 {
  width: 28%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}


/*sp*/
@media all and (max-width:768px) {
  .f_sitemap_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 1rem 0;
            gap: 1rem;
  }
}


.f_time_wrap {
  width: 560px;
  align-self: end;
  display: grid;
  /* gap: 2rem; */
  width: 48%;
}

.f_time_wrap iframe {
  width: 100%;
  height: 320px;
  border-radius: 10px;
}

/*sp*/
@media all and (max-width:768px) {
  .f_time_wrap {
    width: 100%;

  }

.f_time_wrap iframe {
  height: 40vh;
}
}



.footer__logo{width: 100%;display: flex;color: #fff;}

.footer__logo img {
  width: 440px;
}

/*sp*/
@media all and (max-width:768px) {
  .footer__logo {

  }

.footer__logo img{
width: 100%;
}
}



.f_contact {
  background-color: #fff;
  border: 1px solid #595757;
  width: 40rem;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem 2.5rem;
  border-radius: 100px;
}

/*sp*/
@media all and (max-width:768px) {
  .f_contact {
    width: 30rem;
    margin: 0 auto 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 100px;
  }
}



.f_contact_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
/*sp*/
@media all and (max-width:768px) {
  .f_contact_inner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 3vw 0;
    align-items: center;
  }
}




.f_contactTxt{
width: 10rem;
}

.f_contactTxt span {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 500;
}

/*sp*/
@media all and (max-width:768px) {
  .f_contactTxt {
    width: 10rem;
  }
  .f_contactTxt span {
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 500;
  }
}


.f_contactTel{
text-align: center;
}

.f_contactTel a {
  width: 100%;
  display: block;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.f_contactTel a span{

}

.f_contactTel a span::before {
  content: "";
  background: url("../images/ic_tel2.svg");
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

/*sp*/
@media all and (max-width:768px) {
.f_contactTel{
text-align: center;
}

.f_contactTel a {
  width: 100%;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.f_contactTel a span{
}

.f_contactTel a span::before {
  content: "";
  background: url("../images/ic_tel2.svg");
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .3rem 0 0;
  vertical-align: middle;
}
}



.f_address{
line-height: 1.5;
}

/*
.footer::before{
  content: " ";
  background: url("../images/house.png");
  position: absolute;
    top: -68px;
    left: 0;
    right: 0;
    width: 100%;
    height: 7rem;
    background-position: center;
    background-repeat: repeat-x;
}
*/





















/*------------------------------------------------
料金表
--------------------------------------*/

/*pc*/
@media all and (min-width:751px) {

.gray_back{
  width: 100%;
  padding: 1.6rem 2rem;
  line-height: 2.4;
  background: #f9fbee;
}

.m_menu_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
  border-bottom: #fff solid 2px;
}

.menu_name {
	width: 50%;
	padding-right: 4%;
	letter-spacing: 0;
}

.menu_price {
	flex: 1;
  text-align: end;
}
/*
.menu_name::before{
  content: "";
  background: url("../images/ic_checkbox.svg");
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: sub;
  margin: 0 .7rem 0 0;
}
*/
  
}



/*sp*/
@media all and (max-width:750px) {
.gray_back{
  width: 100%;
  padding: 2rem;
  line-height: 1.6;
  font-size: 1.4rem;
  background: #f9fbee;
}

.m_menu_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
          padding-top: 0.8rem;
  border-bottom: #fff solid 2px;
}

.menu_name {
	width: 75%;
	padding-right: 4%;
	letter-spacing: 0;
  text-indent: -1.8rem;
  padding-left: 1.8rem; 
}

.menu_price {
	flex: 1;
  text-align: end;
}

  /*
.menu_name::before{
  content: "";
  background: url("../images/ic_checkbox.svg");
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: sub;
  margin: 0 .7rem 0 0;
}
*/
  
}




.link_arrow {
    position: relative;
  /* padding-right: 2.8rem; */
    border-bottom: solid 1px #40aff0;
}
.index_link{
      color: #d75c77;
    line-height: 2.2;
    font-size: 1.6rem;
}
/*sp*/
@media all and (max-width:750px) {
  .index_link{
    font-size: 1.5rem;
}
}
/*
.link_arrow::after {
    content: '';
    position: absolute;
    display: block;
    top: 30%;
    transform: translateY(-25%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #c13d60;
    border-right: 2px solid #c13d60;
  right: 6px;
}
*/























/* ---------------------------------------------

     治療

--------------------------------------------- */


.treat_conts{
display: flex;
      gap: 1.6rem 4rem;
     padding-bottom: 2.4rem; 
    display: grid;
    grid-template-columns: 1fr 44%;
}

.img-area{
aspect-ratio: 3 / 2;
min-width:340px;
width: 340px;
  padding-top: 0.6rem;
}

/*sp*/
@media all and (max-width:750px) {
  .treat_conts{
      flex-direction: column-reverse;
    align-items: center;
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2rem;
}
.img-area{
  width:80%;
min-width:80%;
}
}

.treat_conts .img-area{
aspect-ratio: 3 / 2;
align-self: center;
  width: 100%;
      padding-top: 0;
}

.treat_conts .img-area img{
border-radius: 1rem;
}




/* ---------------------------------------------

  特徴＿feature   

--------------------------------------------- */

.plaid::before {
  content: " ";
  position: absolute;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #f9f9f980 2px, transparent 2px), linear-gradient(#f9f9f980 2px, transparent 2px);
  background-position: 10px 10px;
  background-size: 17px 17px;
  /*  background-color: #ecf4f8;
        width: 1300px;
        height: 1600px;
        right: -30%;
        top: -20%; */
  z-index: -2;
  width: 100%;
  height: 2200px;
  top: 32%;
}
@media (max-width: 768px) {
  .plaid::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 110%;
    top: -10%;
  }
}


.grad{
  position: relative;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(242,251,253,1) 4%, rgba(242,251,253,1) 24%, rgba(255,255,255,0) 36%);
}

.feature  {
 /*   background: url(../images/bg_ornament_1.png) no-repeat center;  */
 background-size: cover;
 padding-bottom: 8rem;
 margin-top: 6rem;
}
@media (max-width: 768px) {
.feature{
  padding-bottom: 7rem;
  margin-top: 8rem;
}
}


/*
.feature .inner{
  max-width: 1000px;
}

*/

.features__container{
          display: grid;
          flex-wrap: wrap;
          gap: 6rem 8%;
          grid-template-columns: repeat(2, minmax(100px, 1fr));
}

.features__container_3cl{
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
  

@media (max-width: 768px) {
.features__container{
  gap:3.2rem;
  gap: 4rem;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
}
}



.features__item {
      display: block;
    flex-wrap: wrap;
      position: relative;
}

@media (max-width: 768px) {
.features__item{
        gap: 24px;
        /* padding: 1rem 0.8rem 1.2rem; */
        gap: 2rem;
        border-radius: 1.6rem;
        /* background-color: #f2fbfd; */
        /* background-color: #fff;*/
}
}

.features__item:nth-child(2) , .features__item:nth-child(4){
	margin-top: 8rem;
}
@media (max-width: 768px) {
.features__item:nth-child(2) , .features__item:nth-child(4){
	margin-top: 0em;
}
}

.features__item-image{
    width: 100%;
}
@media (max-width: 768px) {
.features__item-image{
        width: 100%;
        /*  padding: 0 8px; */
}
}


.features__item-image img{
      aspect-ratio: 3 / 2;
      border-radius: 16px;
      border-radius: 50px 15px 50px 15px;
      border-radius: 2rem;
      margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .features__item-image img{
  margin-bottom: 1rem;
}
}
/*
.box_txt {
  width: 47.5%;
  gap: 24px;
  display: grid;
    position: relative;
      gap: 6px;
border-radius: 1.6rem;
    background-color: #f2fbfd;
    padding: 2rem;
}
*/

.box_ttl{
display: grid;
    align-items: center;
    /* gap: 0.5rem; */
    grid-template-columns: 1rem 1fr;
}
@media (max-width: 768px) {
.box_ttl{display: grid;align-items: center;gap: 0.5rem;grid-template-columns: 1fr;}
}


.box_txt {
  width: 100%;
  gap: 24px;
  display: grid;
  /* position: relative; */
  gap: 16px;
  border-radius: 1.6rem;
  /* background-color: #f2fbfd; */
  /* padding: 2rem; */
  align-self: flex-start;
}

@media (max-width: 768px) {
  .box_txt {
    width: 100%;
    display: grid;
    gap: 10px;
    border-radius: 1.6rem;
    background: none;
  }
}

.features__item-description{
 /* display: grid;
  gap:8px; */
  
}
@media (max-width: 768px) {
.features__item-description{
  gap:6px;
}

}

.features__item-textarea {
  font-size: 2rem;
  line-height: 1.4; /* text-align: justify; */ display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .features__item-textarea {
    font-size: 1.6rem;
  }

}

.card_txt {
  line-height: 1.6;
    line-height: 2em;
    letter-spacing: .05em;
  color: #656565;
}
@media (max-width: 768px) {
.card_txt {
    line-height: 1.8em;
  font-size: 1.4rem;
}

}



.row_reverse{
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
.row_reverse{
  flex-direction: inherit;
}
}


.column_reverse{
  flex-direction: inherit;
}

@media (max-width: 768px) {
.column_reverse{
  flex-direction: column-reverse;

}
}




.feature .number {
    font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  position: relative;
  line-height: 1;
    color: #8BE2E5;
  /* color: #42c7ce; */
  color: #7edee2;
  font-weight: 600;
      color: #00aab8;
    font-weight: 400;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media (max-width: 768px) {
.feature .number {
  font-size: 3.2rem;
}

}


/*
.feature .number:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #00aab8;
}
*/

@media (max-width: 768px) {


}



.features__item-number{
   position: absolute;
   font-family: "Montserrat", sans-serif;
   font-size: 4.5rem;
   top: -1.8rem;
   left: 0rem;
   z-index: 2;
   color: var(--primary-400);
   text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media (max-width: 768px) {
.features__item-number{
	    font-size: 3rem;
	    top: 0rem;
	    left: 1rem;
}
}


.features__item-number::before {
content: "";
    position: absolute;
    background: url(../images/icons/waku.png);
    top: -8px;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    z-index: -1;
}
@media (max-width: 768px) {
.features__item-number::before {width: 68px;}
}

/* ---------------------------------------------

  特徴＿feature   

--------------------------------------------- */











/* ---------------------------------------------

  挨拶＿greeting   

--------------------------------------------- */


.headline{
  position: relative;
}

.greeting .ttl_01{
  padding-bottom: 4rem;
  line-height: 2;
  /* line-height:2.6; */
}



.greeting-flex_box {
	display: flex;
	flex-wrap: wrap;
	/* display: grid; */
	/* grid-template-columns: auto 1fr; */
	gap: 4rem;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.greeting-col {}
#col-a {
	order: 1;
	width: 66%;
}
#col-c {
	order: 2;
	width: 28%;
}
#col-b {
	order: 3;
	width: 100%;
}



/*sp*/
@media all and (max-width:768px) {
  .greeting .ttl_01{
  padding-bottom: 2.4rem;
}
}

.greeting .en{
    /* padding-bottom: 1.6rem; */
}


/*sp*/
@media all and (max-width:768px) {
.greeting .backttl{
    position: absolute;
    z-index: -1;
font-size: 5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 54px;
  font-weight: 700;
}
}


/*sp*/
@media all and (max-width:768px) {
.greeting .headline{
          font-size: 2rem;
        padding-bottom: 1rem;
}
}
.greeting .inner{
  /* max-width: 70em; */
}

.greeting{
        padding: 2rem 0px 12rem 0px;
        position: relative;
        background-size: cover;
        /*  background: linear-gradient(  165deg,  transparent 0%,  transparent 60%,  #e9f6f6 60%,  #e9f6f6 100%);
  background: linear-gradient(  165deg,  transparent 0%,  transparent 60%,  #d6f7f7 60%,  #d6f7f7 100%);
*/
}

@media (max-width: 768px) {
.greeting{
        padding: 6rem 0px 8rem 0px;
}
}


@media (max-width: 768px) {
 .greeting .inner {
        width: calc(100% - 64px);
    }
 #col-a {
	    order: 1;
	    width: 100%;
    }
 #col-b {
	    order: 2;
	    width: 100%;
    }
 #col-c {
	    order: 3;
	    width: 100%;
	    /* margin: 0 auto; */
	    display: grid;
	    /* flex-direction: column; */
	    gap: 1.6rem;
	    /* grid-template-rows: 1fr auto; */
	    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	   }
  #doctor_img_top {
		/* width: 19rem; */
		margin-bottom: 0;
	}
  #col-c .name_grid {
	    /* margin: 0 auto; */
	    margin-top: 0;
	    justify-content: flex-start;
	}	
}

.greeting .headline{
      text-align: left;
      padding-bottom: 2rem;
}

.greeting .txt{
margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
/*        justify-content: center;*/
        line-height: 2.2;
        font-size: 1.7rem;
    max-width: 70em;
  padding-bottom: 0;
}

/*sp*/
@media (max-width: 768px) {
.greeting .txt{
        justify-content: space-between;
        line-height: 2;
        font-size: 1.4rem;
        text-align: left;
  text-align: justify;
          padding-bottom: 2.8rem;
}
 #col-a .scroll-fade-row {
		padding-bottom: 0 !important;
}
}


.greeting .txt span{
  color: #00aab8;
}








/* ---------------------------------------------

  名前＿   

--------------------------------------------- */


.doctor{
    padding-bottom: 12rem;
}

/*sp*/
@media (max-width: 768px) {
.doctor{
  padding-bottom: 3rem;
}
}

@media (max-width: 768px) {
 .doctor .inner {
        width: calc(100% - 64px);
    }
}


.name_grid{
/*  display: flex;*/
/*  flex-wrap: nowrap;*/
  gap: 6rem;
/*  justify-content: flex-end; */
}

/*sp*/
@media (max-width: 768px) {
.name_grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2.8rem;
}
}




.doctor_img img{
  max-width: 360px;
  border-radius: 1rem;
  min-width: 230px;
}
@media (max-width: 768px) {
.doctor_img img{width: 100%;}
}




.content__w{
  background-color: var(--primary-bg);
  position: relative;
}
/*sp*/
@media (max-width: 768px) {
.content__w{

  
  }
}


.greeting-bg{
  position: relative;
  width: 100%;
}






/* ---------------------------------------------

  経歴＿career   

--------------------------------------------- */

.doctor_career{

}



.doctor_career .inner {
    margin: 0 auto;
      display: grid;
    gap: 4rem;
}

/*sp*/
@media (max-width: 768px) {
.doctor_career .inner {
  gap:3.2rem;
  gap:0;
  background-color: #fff;
    border-radius: 16px;
  }
}


.career_wrap {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 50px 60px;
  padding: 20px 32px 40px;
    box-shadow: 1px 2px 2px 0 rgba(101, 141, 204, 0.2);
}

/*sp*/
@media (max-width: 768px) {
  .career_wrap {
    padding: 16px 20px 26px;
    box-shadow: none;
}
}


.greeting__signature{
  color: #454458;
  letter-spacing: 0.1rem;
  align-content: flex-end;
  /* padding: 0 12px; */
  display: flex;
  align-items: baseline;
  gap: 2rem;
  justify-content: flex-end;
}

@media (max-width: 768px) {
 .greeting__signature {
    padding: 0;
    display: grid;
    gap: 0.6rem;
    }
}

.name_jp{
  font-size: 2.8rem;
  width: 100%;
  font-weight: 500;
  line-height: 1;
  margin-top: 1rem;
}
/*sp*/
@media (max-width: 768px) {
.name_jp{
  font-size: 2rem;
  width: 100%;
  font-weight: 500;
}
}


.name_en{
  font-size: 1.4rem;
  color: var(--primary-400);
  /*  padding-left: 1.6rem;*/
}
/*sp*/
@media (max-width: 768px) {
.name_en{
  /* padding-left: 1.6rem; */
  font-size: 1rem;
}
}


/*    --------------------    */
.doctor_career dl{
    font-size: 1.5rem;
      display: grid;
    gap: 1rem;
      font-weight: 400;
      color: #656565;
}

/*sp*/
@media (max-width: 768px) {
  .doctor_career dl{
  font-size: 1.4rem;
}
}

.prof{
  display: flex;
    color: #656565;
}

.date{
  width: 80px;
  min-width: 80px;
color: #00aab8;
}

.features__item .prof{
  font-size: 1.4rem;
}

.features__item .dot{
    width: 20px;
    min-width: 20px;
}

/*sp*/
@media (max-width: 768px) {
  .date{
width: 64px;
        min-width: 64px;
}
}

.dot {
    width: 28px;
    min-width: 28px;
    color: #00aab8;
}
/*sp*/
@media (max-width: 768px) {
  .dot{
  width: 20px;
  min-width: 20px;
}
}


.career_grid {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  gap: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/*sp*/
@media (max-width: 768px) {
  .career_grid {
  gap: 3.2rem;
      gap: 0;
}
}

.career_box {
  width: 100%;
  align-items: flex-start;
  border-radius: 16px;
  height: 100%;
}


.career_list {
  text-align: left;
  gap: 0.6rem;
  display: grid;
    font-size: 1.5rem;
      font-weight: 400;
}

/*sp*/
@media (max-width: 768px) {
  .career_list {
  font-size: 1.4rem;
}
}

.career_list li {
    border-bottom: solid 1px #ededed;
}

.career_grid .prof {
    border-bottom: solid 1px #ededed;
}



.access_map_illust{
  justify-content: center;
}



.various_img{
  width: 80%;
  max-width: 520px;
  margin: 0 auto;

}



.nairankai {
  background: rgba(239, 252, 252, 0.8);
      border: solid 1px #7edee2;
  padding: 1.6rem 2rem;
  border-radius: 1rem;
  text-align: center;
  font-weight: 500;
    background: #effcfc;
    border: solid 2px #7edee2;
}

.nairankai .head {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

.nairankai span{
      font-size: 1.8rem;
}

/*sp*/
@media (max-width: 1024px) {
.nairankai {
  padding: 1.6rem 2rem;
}

.nairankai .head {
  font-size: 1.8rem;
}

.nairankai span{
      font-size: 1.6rem;
}

}

/*sp*/
@media (max-width: 768px) {
  .nairankai {
         padding: 1rem 1.2rem;
        line-height: 1.5;
        padding-bottom: 1.8rem;
    }
}

/*sp*/
@media (max-width: 750px) {
.nairankai p{
      font-size: 1.3rem;
}
}





.top-information__link .arrow_right {
  position: relative;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s ease-out;
}

.top-information__link a:hover .arrow-container {
  transform: translateX(0.5rem);
}

.top-information__link a:hover .arrow_right path {
  stroke: var(--primary-500);
}






/* -------------------------- 
 業者専用お問合せフォームボタン
 -------------------------- */
.btn-forms{
    background-color: var(--primary-600);
    color: #fff;
    padding: 1rem 0;
    width: 100%;
    align-items: center;
    display: grid;
    justify-content: center;
    border-radius: 0.8rem;
    font-size: 1.5rem;
      border: solid 2px transparent;
  position: relative;
}



.btn-forms:hover{
  border: solid 2px var(--primary-400);
    background-color: var(--primary-150);
    color: var(--neutral-600);
}
/* -------------------------- */







/* ---------------------------------------------------------------------------------------

    ST doctor 医師紹介ページ

------------------------------------------------------------------------------------------ */
.doctor {
  margin: 0 auto;
  background-color: var(--primary-50);
  padding: 4rem;
  border-radius: 8px;
  width: 100%;
  /*  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}
/* Responsive Design */
@media (max-width: 768px) {
  .doctor {
    padding: 2.8rem 2rem;
  }
}

.doctor__title {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0 0 20px;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
/* Responsive Design */
@media (max-width: 768px) {
  .doctor__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.doctor__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 30px;
  background-color: #4a90e2;
  border-radius: 3px;
}
.doctor__profile {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
/* Responsive Design */
@media (max-width: 768px) {
  .doctor__profile {
    flex-direction: column;
    gap: 2.4rem
  }
}

.doctor__image {
  flex-shrink: 0;
  width: 200px;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #e9ecef;
}
/* Responsive Design */
@media (max-width: 768px) {
  .doctor__image {
    width: 150px;
    height: 188px;
    margin: 0 auto;
  }
}

.doctor__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctor__info {
  flex: 1;
}

.doctor__position {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
/* Responsive Design */
@media (max-width: 768px) {
  .doctor__position {
    text-align: center;
    margin-bottom: 0;
  }
}
.doctor__name {
  margin: 0px 0 3.2rem 0;
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
}
/* Responsive Design */
@media (max-width: 768px) {
  .doctor__name {
    font-size: 24px;
    text-align: center;
    margin-bottom: 2rem;
  }
}

.doctor__name-en {
  margin-left: 1rem;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-500);
}
.doctor__section-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0 2rem;
}


.doctor__section {
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .doctor__section {
    margin-bottom: 2.4rem;
  }
}

.doctor__section:last-child {
  margin-bottom: 0;
}
.doctor__section-title {
  position: relative;
  margin: 0 0 12px 0;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 768px) {
  .doctor__section-title {
    margin-bottom: 0.6rem;
  }
}
.doctor__section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  width: 4px;
  height: 68%;
  background-color: var(--primary-400);
  border-radius: 2px;
}
.doctor__list {
  display: grid;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  .doctor__list {
    display: grid;
    gap: 0.2rem;
  }
}
.doctor__list-item {
  /* margin-bottom: 6px; */
  padding-left: 1.5rem;
  font-size: 15px;
  color: #555;
}
@media (max-width: 768px) {
  .doctor__list-item {
    padding-left: 0;
    font-size: 14px;
  }
}
.doctor__list-item:last-child {
  margin-bottom: 0;
}
/* 経歴部分をgridで実装 */
.doctor__history {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0 0;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .doctor__history {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
}
.doctor__history-date {
  grid-column: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .doctor__history-date {
    font-weight: bold;
    margin-bottom: 0;
  }
}
.doctor__history-content {
  grid-column: 2;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .doctor__history-content {
    grid-column: 1;
    margin-bottom: 8px;
  }
}
.doctor__history-content:last-of-type {
  margin-bottom: 0;
}
/* ---------------------------------------------------------------------------------------

    END doctor 医師紹介ページ

--------------------------------------------------------------------------------------- */





/* ==================================
内覧会
===================================== */
.nairankai__box{
  display: flex;
  position: relative;
  vertical-align: middle;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: 62%;
  padding: 0.8rem 2.4rem 1.4rem;
  border: 2px dashed var(--primary-400);
  background: var(--primary-50);
  font-family: YakuHanJP_Narrow, "Noto Sans JP", "Murecho", serif, sans-serif;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 0 0 0px var(--primary-50);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .nairankai__box{
  width: 100%;
  padding: 0.6rem 1.6rem 1rem;
    margin-bottom: 6rem;
  }
}

.nairankai__title{
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--accent-500);
  filter: drop-shadow(0px 0px 0px rgba(113, 135, 164, 0.6));
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .nairankai__title{
  font-size: 2rem;
  }
}

.nairankai__text_box{
  line-height: 1.5;
}

.nairankai__text{
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-800);
  filter: drop-shadow(1px 1px 1px rgba(113, 135, 164, 0.6));
}
@media (max-width: 768px) {
  .nairankai__text{
  font-size: 1.8rem;
  }
}

.nairankai__sub-text{
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .nairankai__sub-text{
  font-size: 1.4rem;
  }
}

.nairankai__text span{
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .nairankai__text span{
  font-size: 1.6rem;
  }
}


.subpage-explanation{
width: 100%;
margin: 40px 0 0;
font-weight: 400;
font-size: 15px;
}










