@charset "UTF-8";


:root {
  /* メインブランドカラー */
    --primary-50: #EBF1F4;
    --primary-100: #f8fdfc;
  --primary-200:#D1E0E6;
  --primary-300:#a9c6d0;
    --primary-light: #e3f6f5;
    --primary-sub: #bae8e8;
    --primary-main: #2c698d;
    --primary-deep: #272643;
}



/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Layout & Structure Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/
.wrap {
  margin: 0 auto;
  /* background-color: var(--primary-50); */
}

.inner {
  width: calc(100% - 50px);
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: calc(100% - 50px);
  }
}

.content__w{
  position: relative;
  /* padding-bottom: 8rem; */
}
/*sp*/
@media (max-width: 768px) {
  .content__w{
    /* padding-bottom: 6rem; */
  }
}

.content__w::before {
  content: "";
  position: absolute;
  top: 0px;
  right: auto;
  left: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* background: url(../images/silhouette_beige.svg) no-repeat; */
  background-size: cover;
  background-position: top;
  opacity: 0.3;
}
/*sp*/
@media (max-width: 768px) {
  .content__w::before {
    content: "";
    position: absolute;
    height: 100%;
    background-position: right;
    opacity: 0.5;
  }
}

.laneboxwrap{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem 4rem;
  text-align: left;
}
/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Header & Navigation Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/








/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Mainvisual/firstview & catch Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/
.catchtop_img {
  background-image: url("../images/pre-mainimage-pc.jpg");
  background-size: cover;
}

.catchtop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

.catch_main_wrap {
  display: grid;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .catch_main_wrap {
    display: grid;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
    text-align: center;
  }
}

.catch_main_ttl{
  /* justify-self: center; 
  padding: 1.6rem 2rem 1.6rem 2rem; */
  /* background: rgba(255, 255, 255, 0.6); */
  font-size: 4rem;
  border-radius: 2rem;
  /* text-align: center; */
}
@media (max-width: 768px) {
  .catch_main_ttl {
    padding: 1rem 1rem 1rem 1.2rem;
    padding: 0;
    font-size: 2.2rem;
    border-radius: 1rem;
  }
}

.catch_main_ttl h2{
    font-size: 6rem;
    /* font-size: 1.6em; */
    font-weight: 900;
    color: var(--primary-main);
    line-height: 1.6;
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
.catch_main_ttl h2{
    font-size: 3.6rem;
    /* text-align: center; */
    margin-bottom: 0rem;
}
}


.name-small{
          font-size: 0.6em;
}
@media (max-width: 768px) {
  .name-small{
  
}
}
.catch_main_ttl span{
 /* padding-left: 1rem;
  color: #004e9c;
  */
}

.catch_main_ttl img{
  width: 100%;
  max-width: 460px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .catch_main_ttl img{
    width: 100%;
    margin-bottom: 1.4rem;
  }
}

.catch_main_ttl .mv_title_sub {
  max-width: 460px;
  /* padding: 0.4rem 1rem; */
  /* background-color: var(--primary-main); */
  font-size: 24px;
  font-weight: 700;
  /* color: #fff; */
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .catch_main_ttl .mv_title_sub {
    font-size: 16px;
    text-align: center;
  }
}

.catch_main_txt{
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .catch_main_txt{
    font-size: 1.5rem;
  }
}

.catch_main_txt span{
  background: linear-gradient(transparent 60%, #f2fbfd 60%);
}

.catch_contents{
  display: flex;
  position: absolute;
  top: calc(90% - 40px);
  right: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 2rem 1.6rem;
  /*  border-radius: 1.6rem; */
  background: rgba(242, 251, 253, 0.7);
  background-size: 100% auto;
  text-align: center;
}
@media (max-width: 768px) {
  .catch_contents{
    top: calc(95% - 100px);
    right: 0;
    left: 0;
    width: 100%;
    height: 124px;
    margin: 0 auto;
    padding: 1.2rem 1.6rem 1rem;
  }
}

.catch_sub_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0 1rem;
  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;
  line-height: 1;
}

.catch_sub{
  padding-bottom: 0.6rem;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
@media (max-width: 768px) {
  .catch_sub{
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.catch_sub_ttl{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .catch_sub_ttl{
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 2.6rem;
  }
}

.catch_sub_ttl span{
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  color: #004e9c;
}
@media (max-width: 768px) {
  .catch_sub_ttl span{
    font-size: 4.4rem;
  }
}

.catch_sub_txt{
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .catch_sub_txt{
    font-size: 3.4rem;
  }
}

.firstview{
  position: relative;
  padding: 1rem;
}

.toparea_back {
  height: calc(100vh - 50px);
  background: url(../images/pre-mainimage-pc.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
}
/*sp*/
@media all and (max-width:1024px) {
  .toparea_back {
    /* background: url(../images/bg_ornament_2.png);*/
    height: calc(100vh - 140px);
    max-height: 620px;
    background-size: cover;
  }
}
/*sp*/
@media all and (max-width:768px) {
  .toparea_back {
    /* background: url(../images/bg_ornament_2.png);*/
    height: calc(100vh - 140px);
    max-height: 600px;
    background-size: cover;
  }
}












/*　左右分割タイプ　*/

.mv_bg{
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(350deg, transparent 0%, transparent 60%, #e3f3fc 50%, #e3f3fc 100%); */
  /*   width: calc(100vw - 62px / 2); */
}
@media screen and (max-width: 768px) {
  .mv_bg{
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(350deg, transparent 0%, transparent 60%, #e3f3fc 50%, #e3f3fc 100%);*/
  }
}

.mv_bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/svg_wave_green.png") no-repeat right top / 100% auto;
  background: linear-gradient(0deg,rgba(186, 232, 232, 0) 64%, rgba(186, 232, 232, 1) 64%);
  transform: rotate(180deg);
  background: linear-gradient(0deg, rgba(186, 232, 232, 0) 48%, rgba(235, 241, 244, 1) 45%);
}
@media screen and (max-width: 768px) {
  .mv_bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/svg_wave_green.png") no-repeat left top / auto;
    background: linear-gradient(0deg, rgba(186, 232, 232, 0) 76%, rgba(186, 232, 232, 1) 64%);
    /* transform: rotate(0deg); */
    background: linear-gradient(0deg, rgba(186, 232, 232, 0) 40%, rgba(235, 241, 244, 1) 40%);
  }
}

.mv_wrap{
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  gap: 2rem 6rem;
  width: 100%;
  margin-top: 6rem;
  margin-right: auto;
  margin-bottom: 8rem;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .mv_wrap {
    flex-direction: column;
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    padding: 0 2rem;
  }
}

.mv_banner{
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  align-items: center;
  grid-gap: 1em;
  max-width: 550px;
  margin-top: 4rem;
  /* margin: 0 auto; */
}

.mv_catch{

}

.mv_img{
  width: 100%;
  height: calc(100vh - 12rem); /* 大体mv_wrapのmargin分くらいひいてる */
  margin-left: auto;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
  /* display: block; */
  /* box-sizing: border-box; */
}
@media screen and (max-width: 1024px) {
  .mv_img{
    width: 100%;
    height: calc(100vh - 23em);
    margin-left: auto;
    border-radius: 1rem;
  }
}

.mv_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv_leftContents {
  /* display: flex;
  flex: 1; */
  justify-content: center;
  align-items: center;
  width: calc(100% - 80px);
  min-width: 450px;
  padding-left: 6rem;
  /* text-align: center; */
  /* max-width: 660px; */
  position: relative;
  /* position: absolute; */
}
@media screen and (max-width: 1024px) {
  .mv_leftContents {
    width: 100%;
    min-width: fit-content;
    padding-left: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_leftContents {
    width: 100%;
    padding: 0;
  }
}

.mv_title{
  /*
  display: flex;
flex-wrap: wrap;
*/
  text-align: center;
}

.mv_title h1{
  justify-content: flex-start;
  width: auto;
  max-width: 100%;
  height: auto;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.07em;
  /* font-family: "Zen Maru Gothic"; */
  background-color: #fff;
  /* display: flex; */
  border-radius: 0.6rem;
  color: var(--primary-main);
  padding: 1.2rem 1.6rem;
  text-align: center;
}

.mv_title_sub{
  font-size: 24px;
  font-weight: 700;
}

.mv_title_main{
  font-size: 40px
}

@media screen and (max-width: 768px) {
  .mv_banner{
    display: flex;
    align-items: center;
    grid-gap: 1em;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .mv_title_main h1{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0;
    background-color: var(--primary-50);
  }
  .mv_banner img{
    width: 30%;
  }
  .mv_title_sub{
    font-size: 16px;
    font-weight: 700;
  }
}


@media screen and (max-width: 1024px) {
  .mv_leftContents {
    order: 1; /* ① クリニック名 */
  }
  .mv_img {
    order: 3; /* ② 画像 */
  }
  .mv_title {
    order: 2; /* ③ 開院日 */
    width: 100%;
  }
}




/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Swiper Classes (Slider)

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/


/* slider */
.swiper__w{
width: 100%;
  background: #efefec;
  position: relative;
  }


.swiper {
  /*width: calc(100vw - 280px);
  height: 100%;
  max-height: calc(80vh - 150px);
  overflow: hidden;
  margin-top: 150px;
  margin-left: unset !important;
  opacity: 0;
  transition: opacity 1s ease-out;*/
}






/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Component Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/
.txt_green{
  color: var(--primary-main);
}

.txt_red{
  color: #e64949;
}

.txt_center{
  text-align: center;
}

.underline{
  background:linear-gradient(transparent 60%, #fff 60%)
}

.solid_whitechara{
  background-color: var(--primary-main);
  font-size: 1.5rem;
  color: #fff;
  border-radius: 0.4rem;
  padding: 0.4rem;
}
@media (max-width: 768px) {
  .solid_whitechara{
    font-size: 1.4rem;
  }
}

.headline{
  margin: 0 auto;
  margin-bottom: 5rem;
  padding-bottom: 1rem;
  border-bottom: solid 3px var(--primary-main);
  /* font-family: "Zen Maru Gothic"; */
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: .2rem;
  color: var(--primary-main);
  width: fit-content;
}
@media (max-width: 768px) {
  .headline{
    padding-bottom: 1rem;
    font-size: 2.8rem;
    /* text-align: left; */
    margin-bottom: 3.2rem;
  }
}

.headline span{

}

.ttl{
  width: 100%;
}

.ttl h3{
  margin: 0 0 20px 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  font-weight: 600;
  color: #454458;
  text-align: center;
  letter-spacing: .2rem;
}
/*
@media (max-width: 768px) {
.ttl h3{
font-size: 2rem;
}
}
*/

.ttl h3::first-letter{
  color: var(--primary-main);
}

.sub_ttl{
  width: 100%;
}

.sub_ttl h3{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .2rem;
}
@media (max-width: 768px) {
  .sub_ttl h3{
    font-size: 1.8rem;
  }
}
/*
.sub_ttl h3::first-letter{
color: var(--primary-main);
}
*/



/* ---------------------------------------------

   btn_pagetop   

--------------------------------------------- */
.pagetop {
  display: flex;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: solid 0px #d4f5ff;
  background: var(--primary-main);
  border-radius: 50%;
}
/*sp*/
@media all and (max-width:768px) {
  .pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: solid 2px #d4f5ff;
    background: #003B79;
    border-radius: 50%;
  }
}

.pagetop__arrow {
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
/*sp*/
@media all and (max-width:768px) {
  .pagetop__arrow {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
  }
}

.sticky {
  right: 20px;
  bottom: 20px;
  align-self: flex-end;
}



/*   -----ボタン------    */
.btn_01 {
  width: 20rem;
  border: solid 1px var(--primary-main);
  border-radius: 50vh;
}

.btn_01 a {
  display: flex;
  align-self: center;
  justify-content: space-between;
  gap: 0.4rem;
  padding: 0.6rem 2.2rem;
  color: var(--primary-main);
}
/*sp*/
@media all and (max-width:768px) {
  .btn_01 {
    width: 16rem;
  }
  .btn_01 a {
    justify-content: center;
  }
}

.arrow_right{
  position: relative;
  width: 2rem;
}

.btn_01:hover.arrow_right {
  right: 1.8rem;
}

.btn_01:hover {
  transform: translateX(+5px);
  transition-duration: 0.3s, 2s;
}

.btn_02 {
  /* width: 100%; */
  border: solid 1px var(--primary-main);
  background-color: var(--primary-main);
  border-radius: 50vh;
  overflow: hidden;
  align-content: center;
  /* display: flex; */
  height: fit-content;
  /* flex-wrap: wrap; */
}

.btn_02 a {
  display: flex;
  align-self: center;
  justify-content: space-between;
  gap: 0.4rem;
  padding: 1.2rem 2.2rem;
  color: #fff;
}
/*sp*/
@media all and (max-width:768px) {
  .btn_02 {
    /* width: 16rem; */
  }
  .btn_02 a {
    justify-content: center;
  }
}

.btn_02:hover.arrow_right {
  right: 1.8rem;
}

.btn_02:hover {
  transform: translateX(+5px);
  transition-duration: 0.3s, 2s;
  background-color: var(--primary-deep);
}



/* ここから時間差フェードインアニメーション */
/* 2秒間かけてフェードイン */
.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}






.line_bt {
  border-bottom: solid 3px var(--primary-main);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
/*sp*/
@media (max-width: 768px) {
  .line_bt {
    margin-bottom: 1.6rem;
    padding-bottom: 0.4rem;
  }
}
.prof {
  display: flex;
  /*  border-bottom: solid 1px #ededed;
  padding-bottom: 6px;
  */
}
.date {
  width: 80px;
  min-width: 80px;
  color: var(--primary-main);
}
/*sp*/
@media (max-width: 768px) {
  .date {
    width: 64px;
    min-width: 64px;
  }
}
.dot {
  width: 28px;
  min-width: 28px;
  color: var(--primary-main);
}
/*sp*/
@media (max-width: 768px) {
  .dot {
    width: 20px;
    min-width: 20px;
  }
}



.map {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-self: flex-end;
  width: 100%;
  /*    max-width: 560px; */
  /* border: solid; */
  border: solid 2px var(--primary-main);
  border-radius: 6px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 420px;
  box-shadow: 1px 2px 2px 0 rgba(188, 225, 250, 0.2);
}
/*sp*/
@media (max-width: 768px) {
  .map {
    gap: 2rem;
    width: 100%;
    text-align: center;
  /*  justify-content: flex-start; */
  }
  .map iframe {
    height: 240px;
  }
}

/* Google Maps */
.gm_w{
  z-index: 3;
  width:100%;
  margin:20px auto 0;
  text-align:center;
}

.gm_w iframe{
  z-index: 3;
  width:100%;
  height:500px;
  border-radius: 10px;
}


.copyright {
  padding: 28px 0 24px;
  background-color: var(--primary-main);
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
/*sp*/
@media (max-width: 768px) {
  .copyright {
    padding: 1rem 0.5rem;
    font-size: 1rem;
  }
}



/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Table Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/
.tb_02 tbody {
  display: grid;
  gap: 1.2rem;
}
/*sp*/
@media (max-width: 768px) {
  .tb_02 tbody {
    display: grid;
    /* gap: 1.6rem; */
  }
}

.tb_02 {}
/*sp*/
@media (max-width: 768px) {
  .tb_02 {

  }
}

.tb_02 tr {
  display: grid;
  flex-wrap: nowrap;
  grid-template-columns: 100px 1fr;
  align-items: baseline;
  gap: 1.6rem;
  font-size: 1.6rem;
}
/*sp*/
@media (max-width: 768px) {
  .tb_02 tr {
    flex-wrap: wrap;
    grid-template-columns: 28% 1fr;
    gap: 1.2rem;
    font-size: 1.5rem;
  }
}

.tb_02 th {
  min-width: 20%;
  font-weight: 500;
}

.label span {
  padding-left: 0.6rem;
  border-left: solid 4px var(--primary-main);
  font-weight: 700;
}

.tb_02 td {
  line-height: 1.5;
}
/*sp*/
@media (max-width: 768px) {
  .tb_02 th {
    width: 100%;
    padding: 2px 0;
  }
  .tb_02 td {
    line-height: 1.4;
    text-align: justify;
  }
}

.contact_form_tbl label {
  cursor:pointer;
}

.confirm_wrap label {
  cursor:pointer;
}

.t_timeInfo{
  width: 100%;
  padding:1.4rem 2rem 1.2rem;;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  border-radius: 1.6rem;
}
/*sp*/
@media all and (max-width:768px) {
  .t_timeInfo{
    width: 100%;
    margin: 0 auto;
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
}

/*sp*/
@media all and (max-width:768px) {
  .timeinfo_wrap{
    order: 2;
  }
}

.t_timetable_wrap{
  margin-bottom: 1.5rem;
}
/*sp*/
@media all and (max-width:768px) {
  .t_timetable_wrap{
    width: 100%;
  }
}

.t_timetable_ttl{
  font-size: 1.6rem;
  letter-spacing: 0.4rem;
}

.t_timetable{
  width: 100%;
}

.t_timetable_wrap{
  margin-bottom: 1.5rem;
}
/*sp*/
@media all and (max-width:768px) {
  .t_timetable_wrap{
    width: 100%;
  }
}

/*
.f_timetable{
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
*/

.t_timetable th, .t_timetable td {
  width: 7%;
  border-bottom: 1px solid #efefef;
  vertical-align: middle;
  text-align: center;
}

.t_timetable th:first-child {
  width: 25%;
  height: 48px;
  padding-left: 1rem;
  vertical-align: middle;
  text-align: left;
}
/*sp*/
@media all and (max-width:768px) {
  .t_timetable th:first-child {
    width: 28%;
    height: 40px;
    padding-left: 0;
    padding-right: 1rem;
    text-align: center;
  }
}

.t_timetable td {
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.3;
  letter-spacing: 0;
}
/*sp*/
@media all and (max-width:768px) {
  .t_timetable td {
    font-size: 1.3rem;
  }
}

/*sp*/
@media all and (max-width:768px) {
  .t_timetable {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
  }
  .f_timetable td {
    font-size: 1.3rem;
  }
}

/*sp*/
@media all and (max-width:768px) {
  .t_timetable {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
  }
  .f_timetable td {
    font-size: 1.3rem;
  }
}

.t_timetable_ttl {
  font-size: 1.6rem;
  letter-spacing: 0.4rem;
}

.t_timetable3 {}






/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Section Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/

/* ---------------------------------------------

  挨拶＿greeting   

--------------------------------------------- */
.greeting {
  position: relative;
  padding: 0rem 0px 8rem 0px;
  background-size: cover;
  /* background-color: var(--primary-100); */
}
@media (max-width: 768px) {
  .greeting {
    padding: 0rem 0px 4rem 0px;
  }
}

.greeting .headline {
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .greeting .headline {
    padding-bottom: 1rem;
    margin-left: 0;
  }
}
/*
.greeting .headline::before{
  content: "";
    position: absolute;
    top: -22px;
    left: auto;
    right: auto;
    height: 78px;
    width: 66px;
    z-index: -1;
    background: url("../images/silhouette_white.svg") no-repeat;
    background-size: cover;
}
*/

.greeting .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 50em;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.4;
}
/*sp*/
@media (max-width: 768px) {
  .greeting .txt {
    justify-content: space-between;
    font-size: 1.5rem;
    text-align: justify;
    line-height: 2;
  }
}
/*
.greeting .txt span {
  color: var(--primary-main);
  
}

*/






/* ---------------------------------------------

  名前＿   

--------------------------------------------- */
.doctor{
  padding-bottom: 8rem;
}
/*sp*/
@media (max-width: 768px) {
  .doctor{
    padding-bottom: 3rem;
  }
}

.name_grid{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 6rem;
}
/*sp*/
@media (max-width: 768px) {
  .name_grid{
    /* flex-direction: column-reverse; */
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 2rem;
  }
}

.doctor_img{
}

.doctor_img img{
  width: 400px;
  border-radius: 6px;
}








/* ---------------------------------------------

  経歴＿career   

--------------------------------------------- */
.doctor_career{

}

.doctor_career .inner {
  display: grid;
  gap: 4rem;
  margin: 0 auto;
}
/*sp*/
@media (max-width: 768px) {
  .doctor_career .inner {
    gap:0;
    background-color: var(--primary-50);
    border-radius: 16px;
  }
}

.career_wrap {
  padding: 24px 32px 36px;
  background-color: var(--primary-50);
  /* background-color: #fff; */
  border-radius: 6px;
  /* box-shadow: 1px 2px 2px 0 rgba(0, 148, 122, 0.2); */
}
/*sp*/
@media (max-width: 768px) {
  .career_wrap {
    padding: 16px 20px 26px;
    box-shadow: none;
  }
}

.career_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
  margin: 0 auto;
}
/*sp*/
@media (max-width: 768px) {
  .career_grid {
    gap: 0;
  }
}

.career_box {
  width: 100%;
  height: 100%;
  align-items: flex-start;
  border-radius: 16px;
}

.career_list {
  display: grid;
  gap: 0.8rem;
  text-align: left;
  /* font-size: 1.6rem; */
  /* font-weight: 400;*/
}
/*sp*/
@media (max-width: 768px) {
  .career_list {
    font-size: 1.4rem;
  }
}

.career_list li {
  padding-bottom: 2px;
  border-bottom: solid 1px #efefef;
}

.career_grid .prof {
  border-bottom: solid 1px #efefef;
}

.doctor_name{
  align-content: center;
  /* padding: 0 12px;*/
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .doctor_name {
    padding: 0;
  }
}

.post{
  font-family: 'Zen Maru Gothic', sans-serif;
}

.name_jp{
  width: 100%;
  font-size: 3.2rem;
  font-weight: 600;
}
/*sp*/
@media (max-width: 768px) {
  .name_jp{
    font-size: 2.2rem;
  }
}

.name_en{
  padding-left: 1.6rem;
  font-size: 1.4rem;
  color: var(--primary-main);
}

/*    --------------------    */
.doctor_career dl{
  display: grid;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}
/*sp*/
@media (max-width: 768px) {
  .doctor_career dl{
    font-size: 1.4rem;
  }
}







/* ---------------------------------------------

  アクセス_access   

--------------------------------------------- */
.access{
  /* background: repeating-linear-gradient(-60deg, #EFF4FE, #EFF4FE 2px, #faf8f5 0, #faf8f5 10px); */
  padding: 6rem 0px 7rem 0px;
  border-top: 10px solid var(--primary-main);
  /* background-color: var(--primary-50); */
}
@media (max-width: 768px) {
  .access {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 3rem 0px 4rem 0px;
  }
}

@media (max-width: 768px) {
  .access .inner {
    display: grid;
  }
}

.access_logo{
  display: flex;
  /* justify-content: center; */
  width: 100%;
  /* max-width: 500px; */
  margin: 0 auto;
}
@media (max-width: 768px) {
  .access_logo{
    width: 100%;
    font-size: 2.8rem;
  }
}
.access_logo h2{
    font-size: 4.2rem;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: var(--primary-main);
    line-height: 1.6;
}

@media (max-width: 768px) {
  .access .headline{
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 768px) {
  .access_logo h2{
        font-size: 2.3rem;
  }
}

.access__w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
/*sp*/
@media (max-width: 768px) {
  .access__w{
    gap:3.2rem;
    width: 100%;
    margin: 0 auto;
  }
}

.address{
  display: grid;
  flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
/*    max-width: 560px; */
}
/*sp*/
@media (max-width: 768px) {
  .address{
    width: 100%;
    order: 1;
    gap: 2rem;
  }
}




/* ---------------------------------------------

  footer_footer   

--------------------------------------------- */


.footer{
text-align: center;
width: 100%;

}
.footer_logo{
  display: flex;
  justify-content: center;
}




.bg{
      padding: 10rem 0 10rem;
}
@media (max-width: 768px) {
  .bg {
    padding: 8rem 0 0rem;
    }
}



.features{
      padding: 9rem 0 6rem;
      background-color: var(--primary-50);
      /* background-color: var(--primary-sub);*/
}
@media (max-width: 768px) {
  .features {
    padding: 4rem 0 4rem;}
}

.features__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px 20px;
  text-align: left;
}

/* .features__item {
  padding: 0 8px;
}
*/

.features__item a:hover {
  opacity: 0.7;
}

.features__item-image {
  aspect-ratio: 3/2;
  margin-bottom: 16px;
}

.features__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-fit: contain; */
  border-radius: 6px;
  box-shadow: 5px 5px 0px 0 rgba(186, 232, 232, 1);
box-shadow: 5px 5px 0px 0 rgba(209, 224, 230, 1); 
  background-color: #fff;
}

.features__item-title {
    font-size: 18px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 2.1;
    margin-bottom: 6px;
    color: var(--primary-main);
}

.features__item-title .num {
  font-family: "Montserrat", sans-serif;
  color: var(--primary-main);
  padding-right: 12px;
}

.features__item-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .features__item-title {
    line-height: 1.5;
  }
  .features__item-text {
    font-size: 1.4rem;
  }
}




/*
-----------------------------------------------------------------------------------------------
スタッフ募集
-----------------------------------------------------------------------------------------------
*/
.recruit {
  /* background-color: var(--primary-light); */
  /* background-color: var(--primary-50); */
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .recruit {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
}

.recruit__container {
  background-color: var(--primary-50);
  /* background-color: #fff; */
  border-radius: 0.6rem;
  padding: 2.8rem 2.8rem;
  padding-right: 3.2rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .recruit__container {
    padding: 2.4rem;
    /* padding-bottom: 2.4rem; */
  }
}


.recruit__columns{
    display: grid;
    grid-template-columns: 43% 1fr;
    gap: 2rem 3.2rem;
    align-items: center;
    padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .recruit__columns {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }
}


.recruit__title {
  color: var(--primary-deep);
  font-size: 3.4rem;
  font-weight: 700;
  display: grid;
  padding-bottom: 1.6rem;
  line-height: 1.6;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  .recruit__title {
  padding-bottom: 1.2rem;
  font-size: 2.4rem;
  gap: 0.5rem;
  }
}

.recruit__title .en{font-size: 1.6rem;color: var(--primary-main);}
@media (max-width: 768px) {
  .recruit__title .en{
  }
}

.recruit__sub-txt{
  font-size: 2rem;
  width: fit-content;
  font-weight: 400;
  background-color: var(--primary-main);
  color: #fff;
  border-radius: 0.4rem;
  padding: 0rem 1.2rem;
}
@media (max-width: 768px) {
.recruit__sub-txt{font-size: 1.5rem;}
}

.recruit__sub-ttl {
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .recruit__sub-ttl {
    padding-bottom: 0.8rem;
    margin-bottom: 0rem;
  }
}

.recruit__sub-ttl span{
    background-color: var(--primary-50);
    padding-right: 0.8rem;
    color: var(--primary-main);
}

.recruit__sub-ttl::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  margin: auto;
  background-color: var(--primary-main);
  content: "";
  z-index: -1;
}
.recruit-list {
  display: grid;
  gap: 4px;
}
@media (max-width: 768px) {
  .recruit-list {
    gap: 2px;
  }
}

.recruit-list__row {
  display: grid;
  grid-template-columns:  1fr auto;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--primary-sub);
}
@media (max-width: 768px) {
  .recruit-list__row {
    gap: 0.5rem;
  }
}

.recruit-list__term {
  /* font-weight: normal; */
}

.recruit-list__desc {
  margin: 0;
  white-space: nowrap;
}

.recruit-list__note {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  text-align-last: right;
  /* color: var(--text-secondary, #666); */
}


.recruit-contact{
    display: grid;
    gap: 2.4rem;
}
@media (max-width: 768px) {
  .recruit-contact {

gap: 2rem;
}
}

.recruit-contact__title{
  color: var(--primary-main);
  font-weight: 800;
  font-size: 1.18em;
  padding-bottom: 0.5rem;
}



.recruit-contact__mail-btn {
  display: inline-block;
  padding: 1rem 2.4rem;
  background-color: var(--primary-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.4rem;
  margin: 0.8rem 0;
  transition: opacity 0.2s ease;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-contact__mail-btn {
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}
.recruit-contact__mail-btn:hover {
  opacity: 0.75;
}

/*
-----------------------------------------------------------------------------------------------
スタッフ募集
-----------------------------------------------------------------------------------------------
*/









