@charset "UTF-8";



/* var() で書けば色変えたら反映されるので使いやすいかも。  */

/* CSS Variables generated from Kigen.design */
:root {
--primary-50: #e8f6fc;
--primary-100: #c5e9f7;
--primary-200: #9edbf1;
--primary-300: #76cdeb;
--primary-400: #58c2e7;
--primary-500: #3ab7e3;
--primary-600: #34a8d0;
--primary-700: #2c95b8;
--primary-800: #2583a0;
--primary-900: #1a6179;

/* アクセントカラー */
--accent-pink: #f5a7c0;
--accent-green: #89d4b8;
--accent-orange: #ffb68f;
--accent-red: #ff8b9a;

/* 背景色 */
--background-cream: #fef9f3;

      /* Accent: Manticore Wing */
    --accent-100: #FFFBF2;
    --accent-200: #FEE8BC;
    --accent-300: #FBCB84;
    --accent-400: #F1A54B;
    --accent-500: #DE7716;
    --accent-600: #B04F07;
    --accent-700: #823102;
    --accent-800: #541A00;
    --accent-900: #260A00;

      /* Neutral */
    --neutral-100: #FAFBFC;
    --neutral-200: #E7E8EB;
    --neutral-300: #D5D7DA;
    --neutral-400: #C2C5C9;
    --neutral-500: #B0B4B8;
    --neutral-600: #8B9093;
    --neutral-700: #676C6F;
    --neutral-800: #44494B;
    --neutral-900: #222526;
}



.txt_primary{
  color: var(--primary-600);
}
.txt_accent{
  color: var(--primary-600);
}


.txt_small{
  font-size: 0.6em;
}











/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Layout & Structure Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/
.wrap {
margin: 0 auto;
}


.inner {
  width: calc(100% - 50px);
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .inner {
    width: calc(100% - 50px);
    }
}



.content__w{
  position: relative;
  padding-bottom: 10rem;
}
/*sp*/
@media (max-width: 768px) {
.content__w{
  padding-bottom: 6rem;
}
}
.content__w::before {
  content: "";
  position: absolute;
  top: 0px;
  left: auto;
  right: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(../images/silhouette_beige.svg) no-repeat;
  background-size: cover;
  background-position: right;
  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: flex;
  gap: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  text-align: left;
  /* width: 100%; */
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .laneboxwrap{
      padding-bottom: 5rem;
      gap: 4rem;
  }
}
.doctor .inner{
  max-width: 900px;
}
.doctor_career .inner{
  max-width: 860px;
}


/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Header & Navigation Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/






.header-logo {
  padding-top: 4rem;
  width: 90%;
  display: flex;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--primary-600);
}
@media screen and (max-width: 768px) {
.header-logo {
	font-size:2rem;
	padding-top: 2.2rem;
}
}

.top-right__bg{
  position: relative;
}
.top-right__bg::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  /* background: url("../images/bg/top-right__bg.png") no-repeat right top / auto 20%; */
  /* transform: rotate(180deg); */
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-right__bg::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url("../images/bg/top-right__bg.png") no-repeat right top / auto 5%;
}
}










.bg_mask{
  position: relative;
}
.bg_mask::before{
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: url("../images/bg/mask_group.png") no-repeat right bottom / 100% 88%; */
  /* transform: rotate(180deg); */
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg_mask::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/bg/mask_group.png") no-repeat right bottom / auto 121%;
}
}
.bg_light{
  position: relative;
}
.bg_light::before{
  content: "";
  position: absolute;
  top: 1rem;
  left: -240px;
  height: 100%;
  width: 100%;
  background: url(../images/bg/leaf_bg.png) no-repeat right top / 170% auto;
  z-index: 0;
  opacity: 0.1;
  /* -webkit-transform: rotate(-7deg); */
  /* transform: rotate(-10deg); */
}
@media screen and (max-width: 768px) {
  .bg_light::before{
  content: "";
  position: absolute;
  top: 0;
  left: -124px;
  height: 100%;
  width: 100%;
  background: url("../images/bg/leaf_bg_sp.png") no-repeat left top / auto 102%;
  /* transform: rotate(6deg); */
}
}











/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Mainvisual/firstview & catch Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/

.catchtop_img {
  background-image: url("../images/pre-mainimage-pc.jpg");
  background-size: cover;
}
.catchtop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}
.catch_main_wrap {
  display: grid;
  position: relative;
  justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  gap: 1rem;
}
@media (max-width: 768px) {
  .catch_main_wrap {
    display: grid;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    gap: 1rem;
  }
}



.catch_main_ttl{
      font-size: 6.4rem;
      background: rgba(242, 251, 253, 0.6);
      background: rgba(255, 255, 255, 0.8);
      background: var(--background-cream);
      /* padding: 1.6rem 2rem 1.6rem 2rem; */
      /* border-radius: 2rem; */
      /* justify-self: center; */
      line-height: 1.2;
      letter-spacing: 0.05em;
      font-weight: 500;
      padding: 1rem 1rem 1.5rem 2.4rem;
      /* writing-mode: vertical-rl; */
      border-radius: 0.8rem;
}
@media (max-width: 768px) {
.catch_main_ttl {
      font-size: 2.8rem;
      /* padding: 0; */
      /* border-radius: 1rem; */
      padding: 1.2rem 0.7rem;
      writing-mode: vertical-rl;
}
}
.catch_main_ttl span{
    color: #fff;
    color: var(--primary-600);
    font-weight: 800;
    /* text-shadow: 0px 0px 25px rgba(50, 86, 108, 0.6); */
}
.catch_main_ttl img{
  max-width: 600px;
  width: 100%;
}
@media (max-width: 768px) {
.catch_main_ttl img{
  width: 100%;
}
}


.catch_main_ttl .mv_title_sub {
    font-size: 20px;
    font-weight: 700;
  background-color: var(--primary-400);
  color: #fff;
    border-radius: 50vh;
  border-radius: 1.2rem;
    padding: 0.4rem 1rem;
    max-width: 460px;
}
@media (max-width: 768px) {
  .catch_main_ttl .mv_title_sub {
    font-size: 16px;
  }
}


.catch_main_txt{
  font-size: 1.8rem;
    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{
    background: rgba(255, 255, 255, 0.7);
  background: rgba(242, 251, 253, 0.7);
    position: absolute;
    padding: 2rem 1.6rem;
  /*  border-radius: 1.6rem; */
    top: calc(74% - 100px);
    right: 0;
    background-size: 100% auto;
    width: 520px;
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    height: 120px;
    top: calc(90% - 40px);
    right: 0;
    background-size: 100% auto;
}
@media (max-width: 768px) {
.catch_contents{
    width: 85%;
         height: 124px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        top: calc(95% - 100px);
        padding: 1.2rem 1.6rem 1rem;
}
}


.catch_subcontents {
    position: absolute;
    top: calc(100vh - 170px);
    width: 75%;
    z-index: 1;
}
@media (max-width: 768px) {
  .catch_subcontents {
    position: absolute;
    top: calc(100vh - 160px);
    width: 90%;
    z-index: 1;
}
}

.catch_sub_wrap{
    /*  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; */
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
  background: rgba(242, 251, 253, 0.7);
   padding: 2rem 2rem;
    padding-left: 8%;
    width: 100%;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    gap: 1rem 10%;
}
@media (max-width: 768px) {
  .catch_sub_wrap{
      padding: 1.6rem 2rem;
  }
}

.catch_sub{
    font-size: 2.5rem;
    letter-spacing: 2.1px;
      font-weight: 500;
    padding-bottom: 0.6rem;
      font-size: 3rem;
    font-weight: 600;
}
@media (max-width: 768px) {
.catch_sub{
  font-size: 1.6rem;
font-size: 1.8rem;
        line-height: 1.2;
}
}

.catch_sub_ttl{
    font-weight: 600;
    font-size: 4rem;
    display: flex;
    gap: 1rem;
    vertical-align: middle;
    align-items: baseline;
    justify-content: center;
  font-weight: 600;
    font-size: 3rem;
    display: flex;
    gap: 1rem;
    vertical-align: middle;
    align-items: baseline;
    letter-spacing: 0.05em;
}
@media (max-width: 768px) {
.catch_sub_ttl{
    font-size: 2.6rem;
    display: flex;
    gap: 0.4rem;
  flex-wrap: wrap;
}
}

.catch_sub_ttl span{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 7.2rem;
  color: #004e9c;
}
@media (max-width: 768px) {
.catch_sub_ttl span{
  font-size: 4.4rem;
}
}

.catch_sub_txt{
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}
@media (max-width: 768px) {
.catch_sub_txt{
  font-size: 3.4rem;
}
}



.firstview{
  position: relative;
    padding: 1rem;

}



.toparea_back {
  background: url("../images/topmv/topmv.jpg");
  background-size: cover;
          height: calc(100vh - 50px);
  background-position: center;
  border-radius: 1rem;
}

/*sp*/
@media all and (max-width:1024px) {
  .toparea_back {
 /* background: url(../images/bg_ornament_2.png);*/
  background-size: cover;
        height: calc(100vh - 140px);
            max-height: 620px;
  }
}

/*sp*/
@media all and (max-width:768px) {
  .toparea_back {
 /* background: url(../images/bg_ornament_2.png);*/
  background-size: cover;
        height: calc(100vh - 140px);
            max-height: 600px;
  }
}








/*　左右分割タイプ　*/

.mv_bg{
        position: relative;
        overflow: hidden;
        /*   width: calc(100vw - 62px / 2); */
        padding: 0 1.6rem;
        padding-top: 9.6rem;
        padding-bottom: 13rem;
        background-color: var(--background-cream);
}
@media screen and (max-width: 1024px) {
  .mv_bg{
    /* margin-bottom: 6rem; */
  }
}
@media screen and (max-width: 768px) {
  .mv_bg{
    position: relative;
    overflow: hidden;
    background: #FFF;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(153, 224, 255, 1) 70%); */
    padding: 0 2rem;
    padding-bottom: 4rem;
    padding-top: 7.4rem;
  }
}


.mv_bg::before{
  content: "";
  position: absolute;
  top: -3rem;
  right: -175px;
  height: 100%;
  width: 100%;
  background: url("../images/bg/leaf_l_bg.png") no-repeat right top / 90% auto;
  transform: rotate(180deg);
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .mv_bg::before{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
  height: 100%;
    width: 100%;
    background: url("../images/bg/leaf_l_bg.png") no-repeat left top / auto ;
}
}

/*
.mv_bg::after{
  content: "";
    position: absolute;
 top:0;
  z-index:-1;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../images/bg/light-orange_wave_bg.svg") no-repeat right top / 100% auto;
}
*/


.mv_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    gap: 2rem 8rem;
    /* padding: 0 4rem; */
    }





.mv_banner{
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
 /* margin: 0 auto; */
  grid-gap: 1em; 
  align-items: center;
          max-width: 550px;
        margin-top: 4rem;
}



.mv_img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-radius: 2.4rem;
    overflow: hidden;
    margin-left: auto;
    object-fit: cover;
    object-position: top;
    /* display: block; */
    /* box-sizing: border-box; */
    height: 740px;
    height: calc(100vh - 16rem); /* 大体mv_wrapのmargin分くらいひいてる */
    background: #FFF;
    position: relative;
  }

@media screen and (max-width: 1024px) {
.mv_img {
        margin-left: auto;
        width: 100%;
        border-radius: 1rem;
        margin-left: auto;
        height: auto;
        height: calc(100vh - 7em);
        max-height: 600px;
  }
}

  .mv_img img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
  }


/*
.image-overlay {
	position: relative;
	top: 0;
	z-index: 1;
	margin: auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style: none;
	overflow: hidden;
	background-color: #000;
}

.image-overlay::before {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: #000;
	z-index: 10;
	opacity: 0;
}
*/

.image-overlay {
	position: relative;
	top: 0;
	z-index: 1;
	margin: auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: url("../images/topmv/topmv.jpg") no-repeat 0 0/cover;
	background-position: center;
	/* background-position: inherit; */
}
.image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.15); */
}




.mv_leftContents {
  /* display: flex;
  flex: 1; */
  align-items: center;
  z-index: 2;
  position: absolute;
  display: flex;
  bottom: 15rem;
  /* top: 14rem; */
  left: 8rem;
  /* right: -0.6rem; */
}
@media screen and (max-width: 1024px) {
  .mv_leftContents {
     /* width: 100%; */
     padding-left: 0rem;
     /* min-width: fit-content; */
  }
  }
@media screen and (max-width: 768px) {
  .mv_leftContents {
        padding: 0;
        /* width: 90%; */
        bottom: auto;
        top: 2.8rem;
        right: auto;
        left: 2rem;
  }
}


.open-day__wrap{
  /*
  display: flex;
flex-wrap: wrap;
*/
  position: absolute;
  z-index: 1;
  /* right: 2.4rem; */
  bottom: 4rem;
  left: 9rem;
  /* top: 33rem; */
  display: flex;
  }

@media screen and (max-width: 768px) {
	.open-day__wrap{left: 0rem;bottom: 0rem;width: 100%;top: auto;background: rgba(0, 0, 0, 0.4);padding: 1rem 0 1.2rem 2rem;border-radius: 0 0 1rem 1rem;}
}

.open-day__wrap #subText{
    font-size: 3.3rem;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.07em;
    line-height: 1.55;
    width: auto;
    max-width: 100%;
    color: #fff;
    /* color: var(--primary-900); */
    text-shadow: 1px 1px 10px rgba(26, 97, 121, 0.8);
    text-shadow: 1px 1px 10px rgba(255, 255, 255, 1);
    text-shadow: 2px 2px 0 var(--primary-900), -2px -2px 0 var(--primary-900), -2px 0px 0 var(--primary-900), 2px -2px 0 var(--primary-900), 0px 2px 0 var(--primary-900), 0 -2px 0 var(--primary-900), -2px 0 0 var(--primary-900), 2px 0 0 var(--primary-900);
    /* text-shadow: 1px 1px 0 #FFF, -1px -1px 2px #FFF, -1px 1px 2px #FFF, 1px -1px 2px #FFF, 0px 1px 2px #FFF, 0 -1px 2px #FFF, -1px 0 2px #FFF, 1px 0 2px #FFF; */
    justify-content: flex-start;
    filter: drop-shadow(0px 0px 2px rgba(26, 97, 121, 1));
}
@media screen and (max-width: 768px) {
	.open-day__wrap  #subText{
    font-size: 2rem;
 }
}



.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;
      margin: 0 auto;
        grid-gap: 1em;
        align-items: center;
        padding: 0 30px;
        width: auto;
        max-width: 100%;
  }

.mv_title_main h1{
    font-size: 28px;
    line-height: 1.5;
  font-weight: 700;
  }

.mv_banner img{
  width: 30%;
  }


  .mv_title_sub{
        font-size: 16px;
    font-weight: 700;
  }

}


.opening-date_wrap{
    width: 100%;
    position: relative;
}

.opening-date_ttl {
position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 2.6rem;
    font-weight: 600;
    z-index: 1;
    left: -2px;
    right: 0;
    width: 36%;
  max-width: 500px;
    top: calc(100vh - 12rem);
    padding: 0.6rem 2rem;
    box-shadow: 0px -5px #c5eb6b, 0px 5px #c5eb6b;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #c5eb6b;
  color: var(--color-brand-green-middle);
}

@media screen and (max-width: 1024px) {
.opening-date_ttl {
    position: absolute;
    font-size: 1.7rem;
    z-index: 2;
    left: -2px;
    right: 0;
    width: 72%;
    max-width: 270px;
    top: 52vh;
    padding: 0rem 2rem;
          top: 6vh;
        padding: 0.8rem 2rem 0.2rem;
        line-height: 1.2;
        width: 50%;
        text-align: left;
  }
}

.opening-date_ttl::after {
    position: absolute;
    content: '';
    top: -8px;
    width: 0px;
    height: 0px;
    border-color: transparent var(--primary-100);
    border-style: solid;
    right: 0;
    border-width: 1.8em 0.8em 1.8em 0px;
}
@media screen and (max-width: 1024px) {
.opening-date_ttl::after {
border-color: transparent #F8F9FC;
      border-width: 2.4em 0.8em 2.4em 0px;
  }
}


.opening-date_ttl .num{
  font-size: 3.6rem;
}
@media screen and (max-width: 1024px) {
.opening-date_ttl .num {
    font-size: 2.8rem;
}
}

.opening-date_ttl p{
  position: relative;
}



/*
.opening-date_ttl p::before {
      content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 5px;
    height: 45%;
    border-radius: 2rem;
    background-color: var(--primary-400);
}

@media screen and (max-width: 1024px) {
.opening-date_ttl p::before {
    background-color: transparent;
  }
}
*/



.topics__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 0.8rem;
  width: fit-content;
  position: absolute;
  right: 7%;
  bottom: 10%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
    .topics__list {
        bottom: 20%;
    }
}

@media screen and (max-width: 768px) {
  .topics__list {
    bottom: 9.8rem;
    justify-content: center;
    left: 50%;
    transform: translate(-50%);
  }
}
.topics__item {
  background-color: var(--primary-300);
  color: #fff;
  background-color: var(--primary-100);
  color: var(--primary-600);
  border-radius: 50vh;
  padding: 2.4rem;
  aspect-ratio: 1 / 1;
  text-align: center;
  align-content: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.8rem;
}


@media screen and (max-width: 768px) {
  .topics__item {
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 0.6rem;
    padding-top: 0.2rem;
  }
}

.topics__item p{
  position: relative;
  z-index: 1;
}


.topics__icon {
      width: 4rem;
      height: 4rem;
      object-fit: contain;
      filter: brightness(0) saturate(100%) invert(32%) sepia(18%) saturate(1234%) hue-rotate(173deg) brightness(94%) contrast(88%);
      margin-bottom: 0.6rem;
    }
@media screen and (max-width: 768px) {
.topics__icon {
      width: 2rem;
      height: 2rem;
      margin-bottom: 2px;
}
}








.bnr-recrute__wrap{
	padding: 5rem 0 0rem;
	position: relative;
}
@media screen and (max-width: 1024px) {
.bnr-recrute__wrap {
    padding: 14rem 0 0rem;
    position: relative;
}
}

@media screen and (max-width: 768px) {
  .bnr-recrute__wrap {
    padding: 14rem 0 0rem;
  }
}




.bnr-recrute{
	/* padding: 2rem 2rem; */
	/* background-color: #fff; */
	border: solid 2px var(--primary-300);
	border: solid 3px var(--primary-200);
	max-width: 580px;
	font-size: 1.8rem;
	font-weight: 500;
	/* text-align: center; */
	border-radius: 1.2rem;
	max-width: 580px;
	/* height: 120px; */
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.bnr-recrute{
    border-radius: 0.8rem;
}
}
.bnr-recrute:hovor {
border: solid 3px var(--primary-300);
}
.bnr-recrute img {
  transition: 0.3s;
}

.bnr-recrute:hover img {
    transform: scale(1.05);
}

.top-kamome__head{
    background-image: url(../images/icons/icon_seagull.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 240px;
    height: 100px;
    position: absolute;
    top: -140px;
    right: 10%;
    z-index: 1;
    transform: scale(-1, 1);
    }

@media screen and (max-width: 768px) {
.top-kamome__head{
    width: 120px;
    height: 50px;
    top: 40px;
}
}

.top-kamome__head-sec{
    background-image: url(../images/icons/icon_seagull.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 120px;
    height: 40px;
    position: absolute;
    top: -36px;
    right: 8%;
    z-index: 1;
    transform: scale(-1, 1);
    }

@media screen and (max-width: 768px) {
.top-kamome__head-sec{
    width: 60px;
    height: 60px;
    top: 40px;
}
}












/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Component Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/



.txt_green{
color: var(--color-brand-green-middle);
}

.txt_red{
color: #e64949;
}

.txt_center{
    text-align: center;
}

.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;
}

.underline{
  /* background: linear-gradient(transparent 60%, var(--primary-50) 60%); */
}

.solid_whitechara{background-color: var(--primary-600);color: #fff;font-weight: 700;border-radius: 0.7rem 0.4rem;/* font-size: 1.5rem; */padding: 0.4rem;}
@media (max-width: 768px) {
.solid_whitechara{
  font-size: 1.4rem;
}
}



.headline{
  position: relative;
  /* text-align: center; */
  padding-bottom: 6rem;
  font-size: 4.4rem;
  letter-spacing: .2rem;
  /* line-height: 1; */
  font-weight: 700;
  color: var(--primary-600);
}
@media (max-width: 768px) {
.headline{
    font-size: 2.8rem;
    padding-bottom: 2.8rem;
  }
}





.headline .en {
    font-size: 1.6rem;
    color: var(--color-brand-accent);
}




.ttl{
width: 100%;
}

.ttl h3{
font-size: 3.0rem;
font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
text-align: center;
color: #454458;
letter-spacing: .2rem;
font-weight: 600;
    margin: 0 0 20px 0;
    font-family: 'Zen Maru Gothic', sans-serif;
}

/*
@media (max-width: 768px) {
.ttl h3{
font-size: 2rem;
}
}
*/

.ttl h3::first-letter{
color: #00947A;
}



.sub_ttl{
width: 100%;
}

.sub_ttl h3{font-size: 2.2rem;letter-spacing: .2rem;font-weight: 600;
}

@media (max-width: 768px) {
.sub_ttl h3{
font-size: 1.8rem;
}
}
/*
.sub_ttl h3::first-letter{
color: #00947A;
}
*/



/* ---------------------------------------------

   btn_pagetop   

--------------------------------------------- */
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 28px;
  bottom: 50px;
  background: var(--primary-400);
  border: solid 0px #d4f5ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop__arrow {
  height: 10px;
  width: 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;
}

/*sp*/
@media all and (max-width:768px) {
  .pagetop {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    background: #003B79;
    border: solid 2px #d4f5ff;
    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);
  }
}



/*   -----ボタン------    */
.btn_01 {
  width: 20rem;
  border-radius: 50vh;
  border: solid 1px #00947A;
}

.btn_01 a {
  align-self: center;
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
  color: #00947A;
  padding: 0.6rem 2.2rem;
}

/*sp*/
@media all and (max-width:768px) {
  .btn_01 {
    width: 16rem;
  }
.btn_01 a {
  justify-content: center;
  }
}

.arrow_right{
  width: 2rem;
  position: relative;
}

.btn_01:hover.arrow_right {
    right: 1.8rem;
}

.btn_01:hover {
  transform: translateX(+5px);
  transition-duration: 0.3s, 2s;
}

.btn_02 {
      width: 20rem;
    border-radius: 50vh;
    border: solid 1px var(--primary-600);
    background-color: var(--primary-600);
    overflow: hidden;
}

.btn_02 a {
  align-self: center;
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
  color: #fff;
  padding: 0.6rem 2.2rem;
}

/*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;
}



/* ここから時間差フェードインアニメーション */
/* 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 1px var(--color-brand-orange-light);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
/*sp*/
@media (max-width: 768px) {
  .line_bt {
    margin-bottom: 2rem;
    padding-bottom: 0.6rem;
  }
}
.prof {
  display: flex;
  /*  border-bottom: solid 1px #ededed;
  padding-bottom: 6px;
  */
  padding-bottom: 0.7rem;
}
.prof dl {
    display: flex;
}
.date {
  width: 80px;
  min-width: 80px;
  color: #00947A;
}
/*sp*/
@media (max-width: 768px) {
  .date {
    width: 64px;
    min-width: 64px;
  }
}
.dot {
  width: 16px;
  min-width: 16px;
  color: #00947A;
}
/*sp*/
@media (max-width: 768px) {
  .dot {
    width: 16px;
    min-width: 16px;
  }
}



/* Google Maps */
.gm_w{
  width:100%;
  margin:20px auto 0;
  text-align:center;
  z-index: 3;
}

.gm_w iframe{
  width:100%;
  height:500px;
  border-radius: 10px;
  z-index: 3;
  border: 4px solid var(--primary-100);
  border-radius: 1rem;
}


.map {
  width: 48.5%;
  width: 100%;
  /*    max-width: 560px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-self: flex-end;
  border-radius: 16px;
  overflow: hidden;
  border: solid 1px var(--primary-200);
  border: solid 2px var(--primary-600);
  box-shadow: 1px 2px 2px 0 rgba(188, 225, 250, 0.2);
}
.map iframe {
  width: 100%;
  height: 330px;
}
/*sp*/
@media (max-width: 768px) {
  .map {
    width: 100%;
    text-align: center;
    gap: 2rem;
  /*  justify-content: flex-start; */
  }
  .map iframe {
    height: 300px;
  }
}















/* ------------------------------------------------------------------------------------------

     ST　診療時間表_Table Classes 

------------------------------------------------------------------------------------------ */

/* -------------------------------------------------------------------------------------------
   時間関連情報のスタイル
   ------------------------------------------------------------------------------------------ */

/* 時間情報のラッパー */
.timeinfo_wrap {
  /* 空のルールセットですが、メディアクエリがあるため保持 */
  width: 100%;
}
@media all and (max-width: 768px) {
  .timeinfo_wrap {
    order: 2;
  }
}

/* 時間情報のテキスト */
.t_timeInfo {
  font-size: 1.6rem;
  width: 100%;
  line-height: 1.8;
  /* background-color: var(--primary-50); */
  border-radius: 0.6rem;
  padding: 1.4rem 2rem 1.2rem;
  border: solid 1px var(--primary-600);
}

@media all and (max-width: 768px) {
  .t_timeInfo {
    font-size: 1.3rem;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 1.2rem;
  }
}

/* タイムテーブルのラッパー */
.t_timetable_wrap {
  margin-bottom: 1.5rem;
}

@media all and (max-width: 768px) {
  .t_timetable_wrap {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* タイムテーブル本体 */
.t_timetable {
  width: 100%;
}

@media all and (max-width: 768px) {
  .t_timetable {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
  }
}

/* タイムテーブルのセル共通スタイル */
.t_timetable th, 
.t_timetable td {
  border-bottom: 1px solid var(--primary-600);
  vertical-align: middle;
  width: 7%;
  text-align: center;
}

/* タイムテーブルのタイトル */
.t_timetable_ttl {
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
}

/* タイムテーブルの最初の見出しセル */
.t_timetable th:first-child {
  width: 25%;
  height: 60px;
  vertical-align: middle;
  padding-left: 1rem;
  text-align: left;
}

@media all and (max-width: 768px) {
  .t_timetable th:first-child {
    width: 28%;
    text-align: center;
    height: 40px;
    padding-left: 0;
    padding-right: 1rem;
  }
}

/* タイムテーブルのデータセル */
.t_timetable td {
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.3;
  letter-spacing: 0;
}

@media all and (max-width: 768px) {
  .t_timetable td {
    font-size: 1.3rem;
  }
}

/* タイムテーブル3 - 現在は空ですが、将来の拡張性のために保持 */
.t_timetable3 {
  /* 空のルールセットですが、将来の拡張性のために保持 */
}

/* フッタータイムテーブルのデータセル */
@media all and (max-width: 768px) {
  .f_timetable td {
    font-size: 1.3rem;
  }
}



/* 太字テキスト */
.txt_bold {
  font-weight: bold;
}

/* 定義リストのスタイル (profクラス内) */
.prof dt, 
.prof dd {
  line-height: 1.5;
}

/* 
  注釈：元のCSSには以下のコメントアウトされたスタイルがあります
  .f_timetable{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
*/

/* ------------------------------------------------------------------------------------------
   テーブル関連のスタイル (使用されていないが保持)
   ------------------------------------------------------------------------------------------ */

/* tb_02テーブルの基本スタイル */
.tb_02 {
  /* 空のルールセットですが、将来の拡張性のために保持 */
}

@media (max-width: 768px) {
  .tb_02 {
    /* メディアクエリ内も空ですが、一貫性のために保持 */
  }
}

/* tb_02テーブルのtbody要素 */
.tb_02 tbody {
  display: grid;
  gap: 1.6rem;
}

@media (max-width: 768px) {
  .tb_02 tbody {
    display: grid;
    gap: 0.8rem;
  }
}

/* tb_02テーブルの行 */
.tb_02 tr {
  flex-wrap: wrap;
  display: grid;
  flex-wrap: nowrap;
  grid-template-columns: 110px 1fr;
  gap: 1.6rem;
  align-items: baseline;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .tb_02 tr {
    grid-template-columns: 28% 1fr;
    gap: 1.2rem;
    flex-wrap: wrap;
    font-size: 1.5rem;
  }
}

/* tb_02テーブルの見出しセル */
.tb_02 th {
  min-width: 20%;
  font-weight: 600;
}

@media (max-width: 768px) {
  .tb_02 th {
    width: 100%;
    padding: 2px 0;
  }
}

/* tb_02テーブルのデータセル */
.tb_02 td {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .tb_02 td {
    line-height: 1.4;
    text-align: justify;
  }
}

/* ラベルのスタイル */
.label span {
  border-left: solid 4px #00947A;
  padding-left: 0.6rem;
  font-weight: 700;
}

/* コンタクトフォームのラベル */
.contact_form_tbl label {
  cursor: pointer;
}

/* 確認画面のラベル */
.confirm_wrap label {
  cursor: pointer;
}
/* ------------------------------------------------------------------------------------------

     ST　診療時間表_Table Classes 

------------------------------------------------------------------------------------------ */






/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

Section Classes

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/

/* ---------------------------------------------

  挨拶＿greeting   

--------------------------------------------- */

.greeting {
  /* padding-bottom: 11rem; */
  position: relative;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  .greeting {
    /* padding: 8rem 0px 6rem 0px; */
    /* padding-bottom: 6rem; */
  }
}


.greeting--wrap{
      background-color: var(--primary-600);
      padding-top: 18rem;
      position: relative;
}
@media (max-width: 768px) {
  .greeting--wrap{
    padding-top: 8rem;
}
}

   .greeting--wrap::before{
  content: "";
  position: absolute;
  top: 4rem;
  right: 0px;
  height: 100%;
  width: 100%;
  background: url("../images/bg/leaf_r_bg.png") no-repeat right top / auto 97%;
  z-index: 0;
  opacity: 0.2;
}

.@media screen and (max-width: 768px) {
  .greeting--wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/bg/leaf_r_bg.png") no-repeat right bottom / auto 121%;
}
}


.greeting .headline {padding-bottom: 8rem;color: #fff;}

@media (max-width: 768px) {
  .greeting .headline {padding-bottom: 4rem;}
}

.greeting .sub-headline {color: #fff;padding-bottom: 4rem;}

@media (max-width: 768px) {
  .greeting .sub-headline {padding-bottom: 2rem;}
}
.sub-headline{
  position: relative;
  /* text-align: center; */
  padding-bottom: 4rem;
  font-size: 3.2rem;
  letter-spacing: .2rem;
  /* line-height: 1; */
  font-weight: 700;
  color: var(--primary-600);
}
@media (max-width: 768px) {
.sub-headline{
    font-size: 2rem;
    padding-bottom: 2.8rem;
  }
}


/*
.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__text {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  line-height: 2.2;
  line-height: 2.4;
  font-size: 1.8rem;
  /* max-width: 70em; */
  /* text-align: center; */
  color: var(--background-cream);
}
/*sp*/
@media (max-width: 768px) {
  .greeting__text {
    justify-content: space-between;
    line-height: 2;
    font-size: 1.5rem;
    text-align: left;
    text-align: justify;
  }
}
/*
.greeting .txt span {
  color: #00947A;
}
*/
.greeting__signature {
  text-align: right;
  font-size: 3.2rem;
  display: flex;
  gap: 1.4rem;
  justify-content: end;
  align-items: baseline;
  padding-top: 1.6rem;
}
@media (max-width: 768px) {
  .greeting__signature {
    font-size: 2rem;
    padding-top: 0rem;
    gap: 0.8rem;
  }
}
.greeting__signature-position {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .greeting__signature-position {
    font-size: 1.4rem;
  }
}



.doctor-profile__wrap{
  padding-bottom: 18rem;
  position: relative;
}
@media (max-width: 768px) {
.doctor-profile__wrap {
    padding-bottom: 10rem;
}
}





.doctor_inner{
  /* background-color: var(--primary-50); */
  /* background-color: #F2FAFF; */
  /* padding: 4rem; */
  border-radius: 2rem;
  z-index: 2;
}
@media (max-width: 768px) {
.doctor_inner{
  /* background-color: #fff; */
  /* padding: 2.4rem 2rem; */
  /* padding: 0 2rem; */
  border-radius: 1rem;
  /* padding-bottom: 2.8rem; */
  }
}


.doctor__career-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 0 4rem;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .doctor__career-container {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    padding: 0;
  }
}


/* ---------------------------------------------

  名前＿   

--------------------------------------------- */
.doctor__container{
    padding-bottom: 8rem;
    position: relative;
}

/*sp*/
@media (max-width: 768px) {
.doctor__container{
  padding-bottom: 4rem;
}
}


.doctor__profile{
  display: flex;
  flex-wrap: nowrap;
  gap: 8rem;
  display: grid;
  grid-template-columns: 28% 1fr;
}

/*sp*/
@media (max-width: 768px) {
.doctor__profile{
  flex-wrap: wrap;
  gap: 4.6rem;
  flex-direction: column-reverse;
  justify-content: center;
  display: flex;
}
}

@media (max-width: 768px) {
.doctor__profile-image{
	width: 100%;
	display: flex;
	justify-content: center;
}
}
.doctor__profile-image img{
  max-width: 580px;
  width: 100%;
  border-radius: 1.6rem;
  box-shadow: 7px 7px 0px rgba(153, 224, 255, 0.6);
}
@media (max-width: 768px) {
.doctor__profile-image img{
	width: 80%;
}
}


/* ---------------------------------------------
  経歴＿career   
--------------------------------------------- */
.doctor-detail{
  
display: grid;
  
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  
gap: 3rem;
}
@media (max-width: 768px) {
  .doctor-detail{
  
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  
gap: 2rem;
}
}

.doctor-content__box {
  background-color: var(--background-cream);
  border-radius: 16px;
  padding: 24px 40px 34px;
  box-shadow: 1px 2px 2px 0 rgba(101, 141, 204, 0.2);
}
@media (max-width: 768px) {
  .doctor-content__box {
    padding: 16px 20px 26px;
    box-shadow: none;
  }
}

.doctor-content__heading {
  width: 100%;
}
.doctor-content__heading h3 {
  font-size: 2.2rem;
  letter-spacing: .2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .doctor-content__heading h3 {
    font-size: 1.8rem;
  }
}

.line_bt {
  border-bottom: solid 2px var(--primary-500);
  margin-bottom: 2.2rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .line_bt {
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
  }
}

.career_wrap dl {
  font-size: 1.5rem;
  display: grid;
  gap: 1rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .career_wrap dl {
    font-size: 1.4rem;
  }
}

.doctor-history__item {
  display: flex;
}

.doctor-history__date {
  width: 70px;
  min-width: 70px;
  color: var(--primary-600);
}
@media (max-width: 768px) {
  .doctor-history__date {
    width: 58px;
    min-width: 58px;
  }
}

.doctor-history__text {
  width: 100%;
}


.doctor-qualification{
  
}

.doctor-qualification__item{
      display: flex;
}
.doctor-qualification__item::before {
    content: "⚫︎";
    color: var(--primary-500);
    font-size: 0.5em;
    margin-right: 1em;
    margin-top: 0.8rem;
}


.doctor__profile-info{
  letter-spacing: 0.1rem;
  align-content: end;
  /* padding: 0 12px;*/
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
  justify-content: end;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  color: #fff;
  z-index: 2;
  padding-top: 5rem;
}

@media (max-width: 768px) {
  .doctor__profile-info {
    padding-bottom: 0rem;
    gap: 1.6rem;
    padding-top: 1.4rem;
    justify-content: end;
  }
}

.doctor__profile-position{
	font-size: 2.2rem;
	/* color: var(--primary-100); */
}
@media (max-width: 768px) {
.doctor__profile-position {
    font-size: 1.6rem;
  }
}


.name_jp{
  font-size: 3.2rem;
  width: 100%;
  font-weight: 500;
  /* color: var(--primary-800); */
}
/*sp*/
@media (max-width: 768px) {
.name_jp{
 font-size: 2.4rem;
}
}

.name_jp ruby {
  ruby-align: center;
}

.name_jp rt {
  /* font-size: 1.5rem; */
  color: var(--primary-100);
  font-weight: 500;
  padding-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .name_jp rt {
    font-size: 1.2rem;
  }
}

.name_en{
  font-size: 1.5rem;
  padding-left: 1.6rem;
  color: var(--primary-600);
}

/*    --------------------    */
.doctor_career dl{
  display: grid;
  gap: 1rem;
}

/*sp*/
@media (max-width: 768px) {
  .doctor_career dl{
  }
}


.list-dot{
  display: flex; /* 点とリストを横並びに */
/*  align-items: center;*/
}
.list-dot::before{
 content: "・"; /* 記号(黒丸)を挿入 */
 color: var(--primary-400); /* 好きな色にする */
 margin-right: 0.4em; /* 点とテキストの距離 */
}


.doctor__career-section {
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .doctor__career-section {
    margin-bottom: 2rem;
  }
}

.doctor__career-section:last-child {
  margin-bottom: 0;
}

.doctor__career-section-title {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-800);
}
@media (max-width: 768px) {
  .doctor__career-section-title {
    margin-bottom: 0.6rem;
    font-size: 16px;
  }
}

.doctor__career-section-title::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 68%;
  background-color: var(--primary-300);
  border-radius: 2px;
}

.doctor__career-list {
  display: grid;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  .doctor__career-list {
    display: grid;
    gap: 0.2rem;
  }
}

.doctor__career-list-item {
  padding-left: 1.5rem;
  font-size: 15px;
  color: #555;
}
@media (max-width: 768px) {
  .doctor__career-list-item {
    padding-left: 0;
    font-size: 14px;
  }
}

.gakkai-side__wrap{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 0;
  font-size: 15px;
  color: #555;
}
@media (max-width: 768px) {
  .gakkai-side__wrap{
    font-size: 14px;
  }
}
.gakkai-side__title{
  grid-row: 1 / 4;
}


.doctor__career-list-item:last-child {
  margin-bottom: 0;
}

/* 経歴部分をgridで実装 */
.doctor__history {
  display: grid;
  grid-template-columns: 80px 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;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 768px) {
  .doctor__history-date {
    margin-bottom: 0;
    font-weight: bold;
  }
}

.doctor__history-content {
  grid-column: 2;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
@media (max-width: 768px) {
  .doctor__history-content {
    grid-column: 1;
    margin-bottom: 8px;
  }
}

.doctor__history-content:last-of-type {
  margin-bottom: 0;
}
/* ---------------------------------------------------------------------------------------

    END doctor 医師紹介

--------------------------------------------------------------------------------------- */








/* ------------------------------------------------------------------------------------------

     ST　アクセス 

------------------------------------------------------------------------------------------ */
.access-section {
  margin: 0 auto;
  padding: 16rem 0 12rem;
  position: relative;
}
@media (max-width: 768px) {
  .access-section {
    /* padding: 0 16px; */
    padding-top: 7rem;
    padding-bottom: 0rem;
  }
}

.access-title {
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .access-title {
    padding-bottom: 1rem;
  }
}

.access-address {
  margin-bottom: 50px;
  font-size: 15px;
  color: #555;
  /* text-align: center; */
}
@media (max-width: 768px) {
  .access-address {
    margin-bottom: 3.2rem;
    font-size: 14px;
  }
}


.access__wrap{
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.2rem;
}
@media (max-width: 768px) {
.access__wrap{
  padding: 1.6rem;
 }
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  /* margin-bottom: 40px; 
  background-color: #fff;
  border-radius: 1rem;
  */
  /* padding: 3.2rem; */
}
@media (max-width: 768px) {
  .access-grid {
    grid-template-columns: 1fr;
    /* gap: 20px; */
    /* padding: 1.6rem; */
  }
}


.bus-headline{
  position: relative;
  padding-bottom: 2.4rem;
  font-size: 3.6rem;
  letter-spacing: .1rem;
  font-weight: 700;
  color: var(--primary-800);
}
@media (max-width: 768px) {
.bus-headline{
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
}

.access-card {
  /* padding: 3.2rem; */
  background-color: var(--primary-50);
  background-color: #fff;
  border-radius: 1rem;
}

.station-group {
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .station-group {
    margin-bottom: 40px;
  }
}

.station-group:last-child {
  margin-bottom: 0;
}

.station-name {
  margin-bottom: 1rem;padding: 1rem;
  border-bottom: 2px solid var(--neutral-400);
  /* border-bottom: 2px solid var(--primary-600); */
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-600);
  background-color: var(--primary-50);
  /* border-left: 4px solid var(--primary-400); */
  border-radius: 0.8rem 0.8rem 0 0;
}
@media (max-width: 768px) {
  .station-name {
    font-size: 17px;
  }
}

.bus-company {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}

.bus-platform {
  display: inline-block;
  /* background: var(--primary-100); */
  color: var(--primary-400);
  border: solid 1px var(--primary-300);
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 6px 0 10px;
  width: fit-content;
}

.bus-route {
  padding-bottom: 0.2rem;
  display: grid;
}

.bus-route li{
  padding-left: 1.6rem;
  position: relative;
  line-height: 1.6;
}
.bus-route li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: var(--primary-300);
  position: absolute;
  top: 1rem;
  left: 2px;
  border-radius: 50vh;
  /* transform: translateY(-50%);*/
}

.bus-stop-info {
  /* font-size: 15px; */
  font-weight: 500;
  margin-top: 8px;
  /* padding: 10px 12px; */
  /* background-color: var(--primary-50); */
  /* border-left: 4px solid var(--primary-400); */
  /* font-size: 15px; */
  font-weight: 600;
  color: var(--primary-600);
}
/*
.link-section {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
  margin-top: 12px;
    text-align: right;
}
*/

.link-section {
  margin-top: 12px;
  text-align: right;
}

.schedule-link {
  font-size: 14px;
  color: #0058C3;
  text-decoration: underline;
}

.schedule-link:hover {
  /* text-decoration: underline; */
  opacity: 1;
  color: var(--accent-500);
}


/* ------------------------------------------------------------------------------------------

     END　アクセス 

------------------------------------------------------------------------------------------ */



















/* ------------------------------------------------------------------------------------------

     ST　footer 

------------------------------------------------------------------------------------------ */
.footer{
  width: 100%;
  background-color: var(--primary-100);
  /* background-color: #E9F5FF; *//* padding-top: 4rem; */
}
.footer_logo{
  display: flex;
  justify-content: center;
}

/* ---------------------------------------------
  ST コピーライト_copyright   
--------------------------------------------- */

.footer-bottom{
  padding: 20px 0 20px;
  color: #fff;
  background-color: #5A6A88;
  background-color: var(--primary-600);
}
/*sp*/
@media (max-width: 768px) {
  .footer-bottom {padding: 2rem 0 2rem;}
}
.footer-bottom .inner{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer-bottom .inner{
    gap:2.4rem;
  }
}

.copyright {
  font-size: 1.2rem;
}
/*sp*/
@media (max-width: 768px) {
  .copyright {
    font-size: 1.1rem;
  }
}

.footer-bottom__list{
  font-size: 1.2rem;
  display: flex;
  gap: 1.2rem;
}
/*sp*/
@media (max-width: 768px) {
.footer-bottom__list{
  font-size: 1rem;
}
}
.footer-bottom__list a:hover {
  text-decoration: underline;
  }
.footer-bottom__list a{
  color: var(--color-brand-green-dark);
}
.footer-bottom__list a:hover {
  opacity: 1;
}



/* ---------------------------------------------
  END コピーライト_copyright   
--------------------------------------------- */


/* ---------------------------------------------
  ST アクセス_access   
--------------------------------------------- */
.access{
   /* background: repeating-linear-gradient(-60deg, #EFF4FE, #EFF4FE 2px, #faf8f5 0, #faf8f5 10px); */
  padding: clamp(1.25rem, 0.074rem + 5.88vw, 3.75rem) 0;
  padding: 7.2rem 0px 6rem 0px;
  border-top: 3px solid var(--color-brand-orange-light);
}

@media (max-width: 768px) {
  .access {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 3rem 0px 3rem 0px;
  }
}

@media (max-width: 768px) {
  .access .inner {
  display: grid;
  }
}

.access_logo{
  display: flex;
  /* justify-content: center; */
  max-width: 500px;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--primary-600);
  align-items: baseline;
}
@media (max-width: 768px) {
  .access_logo{
    width: 100%;
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .access .headline{
    padding-bottom: 3.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%;
  width: 100%;
/*    max-width: 560px; */
  display: flex;
  display: grid;
  flex-wrap: wrap;
  gap: 4rem;
}

/*sp*/
@media (max-width: 768px) {
.address{
  width: 100%;
  order: 1;
  }
}

/* ---------------------------------------------
  END アクセス_access   
--------------------------------------------- */

/* ------------------------------------------------------------------------------------------

     END　footer 

------------------------------------------------------------------------------------------ */













/* ------------------------------------------------------------------------------------------

     ST　特徴＿features 

------------------------------------------------------------------------------------------ */

.grad{
  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%);
}

.features-top-ornament{
  position: relative
}
.features-top-ornament{
  content: "";
  position: absolute;
  margin-top: -3rem;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/bg/lightorange_wave_bg_2.svg") no-repeat right top / 100% auto;
}
@media (max-width: 768px) {
  .features-top-ornament{
    margin-top: -1rem;
  }
}

.features {
  background-blend-mode: lighten;
  background-size: cover;
  padding-bottom: 18rem;
  padding-top: 14rem;
  background-color: var(--background-cream);
}
@media (max-width: 768px) {
  .features {
    padding-bottom: 7.2rem;
    padding-top: 7rem;
  }
}

.features .headline {
  position: relative;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .features .headline {
    padding-bottom: 3rem;
    font-size: 2.8rem;
  }
}

.features__container {
  display: grid;
  gap: 12rem 12rem;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  position: relative;
  /* padding-bottom: 19rem; */
}
@media (max-width: 768px) {
  .features__container {
    gap: 4rem;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    /* padding-bottom: 7.2rem; */
  }
}

.features__container_3cl {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.features__item {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .features__item {
    gap: 2rem;
    border-radius: 1.6rem;
  }
}

.features__item:nth-child(2){
  margin-top: 16rem;
}
@media (max-width: 768px) {
  .features__item:nth-child(2), .features__item:nth-child(4) {
    margin-top: 0;
  }
}

.features__item:nth-child(3){
  margin-top: -12rem;
}
@media (max-width: 768px) {
  .features__item:nth-child(3), .features__item:nth-child(4) {
    margin-top: 0;
  }
}
.features__item:nth-child(4){
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .features__item:nth-child(4), .features__item:nth-child(4) {
    margin-top: 0;
  }
}
.features__item-image {
  width: 100%;
}
@media (max-width: 768px) {
  .features__item-image {
    width: 100%;
  }
}

.features__item-image img {
  aspect-ratio: 3 / 2;
  border-radius: 1.6rem;
  margin-bottom: 2.4rem;
  box-shadow: 7px 7px 0px var(--primary-50);
}
@media (max-width: 768px) {
  .features__item-image img {
    margin-bottom: 2rem;
  }
}

.features__item-text {
  width: 100%;
  gap: 1.6rem;
  display: grid;
}
@media (max-width: 768px) {
  .features__item-text {
    width: 100%;
    display: grid;
    gap: 1rem;
  }
}

.box_ttl {
  display: grid;
  align-items: center;
  grid-template-columns: 1rem 1fr;
}
@media (max-width: 768px) {
  .box_ttl {
    display: grid;
    align-items: center;
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
}

.features__item-textarea {
  display: grid;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .features__item-textarea {
    gap: 1rem;
  }
}

.features__item-number {
  position: relative;
  /* font-family: "Montserrat", sans-serif; */
  font-size: 3rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 2rem;
}
@media (max-width: 768px) {
  .features__item-number {
    font-size: 1.4rem;
    gap: 0.6rem;
    vertical-align: middle;
    align-items: center;
  }
}

.features__item-number::before {
  content: "";
  position: absolute;
  width: calc(100% + -92%);
  aspect-ratio: 1 / 1;
  top: -10px;
  left: -14px;
  background-color: var(--primary-50);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 768px) {
  .features__item-number::before {
    top: 1px;
    left: 0px;
  }
}

.features__item-number-value {
  position: relative;
  font-size: 6rem;
  line-height: 1;
  font-weight: 300;
  color: var(--primary-500);
  font-family: "Shadows Into Light";
}
@media (max-width: 768px) {
  .features__item-number-value {
    font-size: 2rem;
  }
}

.features__item-title {
  font-size: 2.8rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--primary-600);
  width: fit-content;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .features__item-title {
    font-size: 1.8rem;
  }
}

.features__item-description {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  color: var(--neutral-800);
}
@media (max-width: 768px) {
  .features__item-description {
    line-height: 1.6;
    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;
  }
}

.features__subwrap {
  border: solid 4px var(--primary-600);
  border-radius: 1rem;
  padding: 4rem 2rem 3.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .features__subwrap {
    padding: 2.4rem 1.6rem 1.6rem 2.4rem;
  }
}

.features__subwrap::before {
  content: "";
  position: absolute;
  width: calc(100% + -3px);
  height: calc(100% + -3px);
  top: 7px;
  left: 6px;
  border: 4px solid var(--primary-50);
  border-radius: 16px;
  z-index: -1;
}

.features--text {
  font-size: 2.4rem;
  line-height: 2.2;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: var(--primary-900);
}
@media (max-width: 768px) {
  .features--text {
    font-size: 1.6rem;
    text-align: left;
    line-height: 2;
  }
}


/* アニメーション用の初期状態 */
.features__item-image,
.features__item-text {
  opacity: 0;
}

/* 通常の並び（左から画像、右からテキスト） */
.features__item.animated .features__item-image {
  animation: slideInLeft 0.8s ease-out forwards;
}

.features__item.animated .features__item-text {
  animation: slideInRight 0.8s ease-out 0.2s forwards;
}

/* row_reverseの並び（右から画像、左からテキスト） */
.features__item.row_reverse.animated .features__item-image {
  animation: slideInRight 0.8s ease-out forwards;
}

.features__item.row_reverse.animated .features__item-text {
  animation: slideInLeft 0.8s ease-out 0.2s forwards;
}

/* スライドインアニメーション定義 */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スマホでは同じ方向から */
@media (max-width: 768px) {
  .features__item.animated .features__item-image,
  .features__item.row_reverse.animated .features__item-image {
    animation: slideInLeft 0.8s ease-out forwards;
  }
  
  .features__item.animated .features__item-text,
  .features__item.row_reverse.animated .features__item-text {
    animation: slideInLeft 0.8s ease-out 0.2s forwards;
  }
}
/* ------------------------------------------------------------------------------------------

     END　特徴＿features 

------------------------------------------------------------------------------------------ */







/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

ST privacy-policy

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/

.privacy-policy .inner{
  max-width: 800px;
  gap: 8rem;
  display: grid;
}

@media (max-width: 768px) {
  .privacy-policy .inner{
    gap: 6rem;
  }
}

.privacy-policy .features__item-textarea {
  gap: 16px;
}

.privacy-policy .features__item-title {
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .privacy-policy .features__item-title {
    font-size: 1.8rem;
  }
}

.inspection_list {
  list-style: none;
}
.inspection_list li{
  display: flex; /* 点とリストを横並びに */
/*  align-items: center;*/
}
.inspection_list li::before{
  content: "⚫︎"; /* 記号(黒丸)を挿入 */
  color: var(--color-brand-green-middle); 
  font-size: 0.6em; /* 点の大きさ */
  margin-right: 1em; /* 点とテキストの距離 */
  margin-top: 0.6rem;
  }

/*
-----------------------------------------------------------------------------------------------
------------------------------------------------------------

END privacy-policy

------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/

.access-top__bg {
    background-image: url(../images/bg/access-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -90%;
    right: 0;
    z-index: -1;
}
@media (max-width: 768px) {
.access-top__bg {
    background-image: url(../images/bg/access-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    right: 0;
    z-index: -1;
}
}

.animated-text-container {
  padding: 0rem;
  }
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInDown 0.6s forwards;
  }
  @keyframes fadeInDown {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }










.ft_ilst {
  width: 100%;
  height: 200px;
  background-image: url('../images/bg/footer_img.svg');
  background-repeat: repeat-x;
  background-size: auto 100%;
}


