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

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
	margin-top: 80px;
}



.fv-slider,
.fv-slide {
  position: absolute;
  inset: 0;
}

.fv-slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 2s ease, transform 8s ease;
}



.fv-slide.is-active {
  opacity: 1;
  transform: scale(1);
	 z-index: 1;
}

/* ======================
PC画像
====================== */

.slide01 {
  background-image: url("../../images/top/slide01.jpg");
}

.slide02 {
  background-image: url("../../images/top/slide02.jpg");
}

.slide03 {
  background-image: url("../../images/top/slide03.jpg");
}

.slide04 {
  background-image: url("../../images/top/slide04.jpg");
}

.slide05 {
  background-image: url("../../images/top/slide05.jpg");
}

.slide06 {
  background-image: url("../../images/top/slide06.jpg");
}

.slide07 {
  background-image: url("../../images/top/slide07.jpg");
}

.slide08 {
  background-image: url("../../images/top/slide08.jpg");
}

/* ======================
スマホ画像
====================== */

@media screen and (max-width: 834px) {

.slide01 {
  background-image: url("../../images/top/slide01sp.jpg");
}

.slide02 {
  background-image: url("../../images/top/slide02sp.jpg");
}

.slide03 {
  background-image: url("../../images/top/slide03sp.jpg");
}

.slide04 {
  background-image: url("../../images/top/slide04sp.jpg");
}

.slide05 {
  background-image: url("../../images/top/slide05sp.jpg");
}

.slide06 {
  background-image: url("../../images/top/slide06sp.jpg");
}

.slide07 {
  background-image: url("../../images/top/slide07sp.jpg");
}

.slide08 {
  background-image: url("../../images/top/slide08sp.jpg");
}

}

.fv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 110, 180, 0.22);
  z-index: 1;
}

.fv-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  color: #2f75bb;
  padding: 0 100px;
  box-sizing: border-box;
	
}

.fv-copy h1 {
  margin: 0 0 10px;
  font-size: clamp(2.8rem, 4vw, 5.4rem);
  line-height: 1.65;
  font-weight: 500;
  color: #2f75bb;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
}


.fv-lead {
  font-size: clamp(1.7rem, 2vw, 2.8rem);
  line-height: 1.5;
  font-weight: 600;
	font-family: "Zen Maru Gothic", sans-serif;
}







/* タブレット */
@media screen and (max-width: 1024px) {
  .fv {
    min-height: 560px;
	  margin-top: 0px;
  }

  .fv-copy h1 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
  }

  .fv-copy h1 span {
    padding: 4px 24px;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .fv {
    height: 70vh;
    min-height: 520px;
	  margin-top: 50px;
  }

  .fv-slide {
    background-position: center;
  }


  .fv-en {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0px;
  }

.fv-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content:flex-end;
  align-items:left;
  color: #2f75bb;
  padding: 0 20px;
  box-sizing: border-box;
	padding-bottom: 20px;
	
}

.fv-copy h1 {
  margin: 0 0 5px;
  font-size: 6.5vw;
  line-height: 1.5;
  font-weight: 500;
  color: #2f75bb;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
}


.fv-lead {
  font-size: 5vw;
  line-height: 1.3;
  font-weight: 600;
	font-family: "Zen Maru Gothic", sans-serif;
}

  
}



.fvMAIN {
	position: relative;
	background: url("../../images/top/main.jpg")no-repeat;
margin-top: 80px;
	height: 815px;
	background-position: top center;
	display: block;
}
.fvMAIN_tab {
	display: none;
}

.fvMAIN_sp {
	display: none;
}


.fvWRAP {
	max-width: 1120px;
	margin: auto;
	position: relative;
}
/* 019 */
.fvBUTTON  {
	position: absolute;
	top:650px;
	left:100px;
	z-index: 1;
}
.fvBUTTON a {
    background: #1da29f;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 450px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.6rem, 2.2vw, 2.4rem);
}
.fvBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.fvBUTTON a:hover {
  color: #FFF;
}
.fvBUTTON a:hover:after {
  right: 1.4rem;
}

@media screen and (max-width: 1200px){
.fvMAIN {
	display: none;
}
.fvMAIN_tab {
	display: block;
	position: relative;
	margin-top: 60px;
}

.fvMAIN_sp {
	display: none;
	position: relative;
	margin-top: 60px;
}
}

@media screen and (max-width: 834px){
.fvMAIN {
	display: none;
}
.fvMAIN_tab {
	display: none;
}

.fvMAIN_sp {
	display: block;
	position: relative;
	margin-top: 60px;
}

}

main .contentWrap {
	max-width: 1120px;
	margin: auto;
}

	
@media screen and (max-width: 834px){	
	
main .contentWrap {
	max-width: 1120px;
	margin: auto;
}
}	




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

topContent01 

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

.topContent01 {
	background: #f8fafb;
	padding: 60px 0%;
	box-sizing: border-box;
}



.frameBox {
	position: relative;
	width: 100%;
	padding: 40px 40px;
	box-sizing: border-box;
}

/* 共通 */
.corner {
	position: absolute;
	width: 120px;
	height: 120px;
}

/* 左上 */
.top-left {
	top: 0px;
	left: 0px;
	border-top: 8px solid #4f87b7;
	border-left: 8px solid #2d3f8f;
}

/* 右上 */
.top-right {
	top: 0px;
	right: 0px;
	border-top: 8px solid #2d3f8f;
	border-right: 8px solid #4f87b7;
}

/* 左下 */
.bottom-left {
	bottom: 0px;
	left: 0px;
	border-bottom: 8px solid #2d3f8f;
	border-left: 8px solid #4f87b7;
}

/* 右下 */
.bottom-right {
	bottom: 0px;
	right: 0px;
	border-bottom: 8px solid #4f87b7;
	border-right: 8px solid #2d3f8f;
}



.topContent01 h2 {
	color: #007fbd;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(2.2rem, 2.8vw, 3.6rem);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;

}
.topContent01 h2 .en {
	font-family: "Google Sans", sans-serif;
	display: block;
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#23447f;

}
.topContent01 p {
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	margin: 0;
	padding: 0;

}
.leftPH {
	position: absolute;
	width: 250px;
	top:-100px;
	left:-40px;
	z-index: 1;
}
.rightPH {
	position: absolute;
	width: 200px;
	bottom:-40px;
	right:-40px;
	z-index: 1;
}


.singleBUTTON {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}

.singleBUTTON a {
    background: #007fbd;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 5px;
    width: 30%;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	border-radius: 60px;
	box-sizing: border-box;
}
.singleBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.singleBUTTON a:hover {
  color: #FFF;
}
.singleBUTTON a:hover:after {
  right: 1.4rem;
}

.mCUT {
	margin: 20px 0;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 200px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}



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

topContent02 

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

.topContent02 {
	background: #fff;
	padding: 50px 5%;
	box-sizing: border-box;
}

.topContent02 h2 {
	color: #007fbd;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(2.2rem, 3vw, 4.2rem);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	margin-bottom: 30px;

}
.topContent02 h2 .en {
	font-family: "Google Sans", sans-serif;
	display: block;
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#23447f;

}

.masterBG {
	background: #f8fafb;
	border-radius: 15px;
	padding: 30px;
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto 50px;;
}
.masterBG .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.masterBG .wrap .ph {
	width: 20%;
}
.masterBG .wrap .text {
	width: 75%;
}
.masterBG .wrap .text .name {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
}
.masterBG .wrap .text .name span {
	font-size: clamp(2rem, 2.4vw, 3rem);
	margin-left: 10px;
}


.contentDIS {
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	margin-bottom: 40px;
}

.clinicBOX  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.clinicBOX .clinicITEM  {
	width: 32.5%;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
box-shadow: 0 0 30px rgba(100,100,100,0.1);
	margin-bottom: 15px;
}





.clinicBOX .clinicITEM figure  {
	margin-bottom: 5px;
}
.clinicBOX .clinicITEM figure img  {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.clinicBOX .clinicITEM .infowrap {
	padding: 10px;
	box-sizing: border-box;
}

.clinicBOX .clinicITEM.moriya .infowrap {
	background: #fef4f2 !important;
}
.clinicBOX .clinicITEM.hayashima .infowrap  {
	background: #f8f9fa !important;
}
.clinicBOX .clinicITEM.haviena  .infowrap {
	background: #fcf3f7 !important;
}
.clinicBOX .clinicITEM.mermaid .infowrap  {
	background: #f1f5f7 !important;
}
.clinicBOX .clinicITEM.smile .infowrap  {
	background: #ecf7f8 !important;
}
.clinicBOX .clinicITEM.himawari .infowrap  {
	background: #f8f4ee !important;
}
.clinicBOX .clinicITEM.grace .infowrap  {
	background: #f7f9ee !important;
}
.clinicBOX .clinicITEM.yadental .infowrap  {
	background: #edf3f6 !important;
}
.clinicBOX .clinicITEM.shiraishi .infowrap  {
	background: #f9f5ef !important;
}

.clinicBOX .clinicITEM .listlogo {
	width: 95%;
	margin: auto;
}

.clinicBOX .clinicITEM .dr {
	font-size: clamp(1.4rem, 1.6vw, 1.7rem);
	text-align: center;
}

.clinicBOX .clinicITEM .add {
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.5;
}
.clinicBOX .clinicITEM .tel {
	font-family: "Google Sans", sans-serif;
	font-size: clamp(2rem, 2.4vw, 3rem);
	text-align: center;
}
.clinicBOX .clinicITEM .icon {
	display: inline-block;
	width: 20px;
	position: relative;
	top:-2px;
	margin-right: 5px;
}

.clinicBOX .clinicITEM .LINKBOX {
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
	width: 100%;
}

.clinicBOX .clinicITEM .LINKBOX a {
    background: #007fbd;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 5px;
    width: 50%;
    padding: 8px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.2rem, 1.3vw, 1.6rem);
	border-radius: 5px;
	box-sizing: border-box;
}
.clinicBOX .clinicITEM .LINKBOX a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.clinicBOX .clinicITEM .LINKBOX a:hover {
  color: #FFF;
}
.clinicBOX .clinicITEM .LINKBOX a:hover:after {
  right: 1.4rem;
}

.clinicBOX .clinicITEM .treatment {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
}
.clinicBOX .clinicITEM .treatment ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	width: 45%;
	box-sizing: border-box;
	

	
}

.clinicBOX .clinicITEM .treatment li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.6;
	font-size: clamp(1rem, 1vw, 1.3rem);
}

.clinicBOX .clinicITEM .treatment li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 3px;
	color: #007fbd; /* ← ここで色変更 */
	font-size: 0.8em;
}






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

topContent03 

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

.topContent03 {
	background: #f9f9f9;
	padding: 50px 5%;
	box-sizing: border-box;
}

.NewsListBOX {
	display: flex;
	justify-content: space-between;
}
.NewsListBOX .title {
	width: 20%;
}
.NewsListBOX .newslist {
	width: 75%;
}


.topContent03 h2 {
	color: #007fbd;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(2rem, 2.5vw, 3rem);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}


.newsBUTTON {
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
	width: 100%;
}

.newsBUTTON a {
    background: #007fbd;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 0;
    width: 100%;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	border-radius: 60px;
	box-sizing: border-box;
}
.newsBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.newsBUTTON a:hover {
  color: #FFF;
}
.newsBUTTON a:hover:after {
  right: 1.4rem;
}


.newslist {
	
}
.newslist li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #d0d5d8;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.newslist li a {
	display: flex;
}
.newslist li a .date {
	width: 20%;
}
.newslist li a .listtitle {
	width: 80%;
	overflow: hidden;          /* 溢れた部分を隠す */
  text-overflow: ellipsis;   /* 溢れた部分を「...」にする */
  white-space: nowrap;
	color:#007fbd;
}





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

CTA

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

.CTA  {
	position: relative;
	background: url("../../images/top/cta.jpg")no-repeat;
	background-size: cover;

	background-position: top center;
	display: block;
	color:#fff;
	padding: 50px 5%;
	box-sizing: border-box;
}

.CTA h2 {
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(2.2rem, 3vw, 4.2rem);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	margin-bottom: 30px;

}
.CTA h2 .en {
	font-family: "Google Sans", sans-serif;
	display: block;
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#23447f;

}


.CTA p {
	text-align: center;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	color:#fff;
}



@media screen and (max-width: 834px){



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

topContent01 

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

.topContent01 {
	background: #f8fafb;
	padding: 30px 3%;
	box-sizing: border-box;
	box-sizing: border-box;
}



.frameBox {
	position: relative;
	width: 100%;
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
}

/* 共通 */
.corner {
	position: absolute;
	width: 50px;
	height: 50px;
}

/* 左上 */
.top-left {
	top: 0px;
	left: 0px;
	border-top: 5px solid #4f87b7;
	border-left: 5px solid #2d3f8f;
}

/* 右上 */
.top-right {
	top: 0px;
	right: 0px;
	border-top: 5px solid #2d3f8f;
	border-right: 5px solid #4f87b7;
}

/* 左下 */
.bottom-left {
	bottom: 0px;
	left: 0px;
	border-bottom: 5px solid #2d3f8f;
	border-left: 5px solid #4f87b7;
}

/* 右下 */
.bottom-right {
	bottom: 0px;
	right: 0px;
	border-bottom: 5px solid #4f87b7;
	border-right: 5px solid #2d3f8f;
}

.topContent01 h2 {
	color: #007fbd;
	box-sizing: border-box;
	text-align: center;
	font-size: 5.5vw;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	margin-bottom: 10px;

}
.topContent01 h2 .en {
	font-family: "Google Sans", sans-serif;
	display: block;
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#23447f;

}
.topContent01 p {
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	margin: 0;
	padding: 0;

}
.leftPH {
	position: absolute;
	width: 120px;
	top:-80px;
	left:-10px;
	z-index: 1;
}
.rightPH {
	position: absolute;
	width: 110px;
	top:-50px;
	right:-5px;
	z-index: 1;
}


.singleBUTTON {
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}

.singleBUTTON a {
    background: #007fbd;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 5px;
    width: 80%;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	border-radius: 60px;
	box-sizing: border-box;
}
.singleBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.singleBUTTON a:hover {
  color: #FFF;
}
.singleBUTTON a:hover:after {
  right: 1.4rem;
}

.mCUT {
	margin: 20px 0;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 150px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}



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

topContent02 

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

.topContent02 {
	background: #fff;
	padding: 30px 5% ;
	box-sizing: border-box;
}

.topContent02 h2 {
	color: #007fbd;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(2.2rem, 3vw, 4.2rem);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;

}
.topContent02 h2 .en {
	font-family: "Google Sans", sans-serif;
	display: block;
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#23447f;

}

.masterBG {
	background: #f8fafb;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto 30px;
}
.masterBG .wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.masterBG .wrap .ph {
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.masterBG .wrap .text {
	width:auto;
}
.masterBG .wrap .text .name {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	text-align: center;
}
.masterBG .wrap .text .name span {
	font-size: clamp(2rem, 2.4vw, 3rem);
	margin-left: 10px;
	display: block;
}


.contentDIS {
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	margin-bottom: 20px;
}

.clinicBOX  {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0px;
}
.clinicBOX .clinicITEM  {
	width: auto;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
box-shadow: 0 0 30px rgba(100,100,100,0.1);
	margin-bottom: 15px;
}





.clinicBOX .clinicITEM figure  {
	margin-bottom: 5px;
}
.clinicBOX .clinicITEM figure img  {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.clinicBOX .clinicITEM .infowrap {
	padding: 10px;
	box-sizing: border-box;
}

.clinicBOX .clinicITEM.moriya .infowrap {
	background: #fef4f2 !important;
}
.clinicBOX .clinicITEM.hayashima .infowrap  {
	background: #f8f9fa !important;
}
.clinicBOX .clinicITEM.haviena  .infowrap {
	background: #fcf3f7 !important;
}
.clinicBOX .clinicITEM.mermaid .infowrap  {
	background: #f1f5f7 !important;
}
.clinicBOX .clinicITEM.smile .infowrap  {
	background: #ecf7f8 !important;
}
.clinicBOX .clinicITEM.himawari .infowrap  {
	background: #f8f4ee !important;
}
.clinicBOX .clinicITEM.grace .infowrap  {
	background: #f7f9ee !important;
}
.clinicBOX .clinicITEM.yadental .infowrap  {
	background: #edf3f6 !important;
}
.clinicBOX .clinicITEM.shiraishi .infowrap  {
	background: #f9f5ef !important;
}

.clinicBOX .clinicITEM .listlogo {
	width: 95%;
	margin: auto;
}

.clinicBOX .clinicITEM .dr {
	font-size: clamp(1.6rem, 1.6vw, 1.7rem);
	text-align: center;
}

.clinicBOX .clinicITEM .add {
	font-size: clamp(1.3rem, 1.4vw, 1.5rem);
	text-align: center;
	margin-bottom: 5px;
}
.clinicBOX .clinicITEM .tel {
	font-family: "Google Sans", sans-serif;
	font-size: clamp(2.5rem, 2.4vw, 3rem);
	text-align: center;
}
.clinicBOX .clinicITEM .icon {
	display: inline-block;
	width: 16px;
	position: relative;
	top:-4px;
	margin-right: 5px;
}

.clinicBOX .clinicITEM .LINKBOX {
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
	width: 100%;
}

.clinicBOX .clinicITEM .LINKBOX a {
    background: #007fbd;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 5px;
    width: 50%;
    padding: 6px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	border-radius: 5px;
	box-sizing: border-box;
}
.clinicBOX .clinicITEM .LINKBOX a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.clinicBOX .clinicITEM .LINKBOX a:hover {
  color: #FFF;
}
.clinicBOX .clinicITEM .LINKBOX a:hover:after {
  right: 1.4rem;
}

.clinicBOX .clinicITEM .treatment {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding: 10px 5px;
	box-sizing: border-box;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
}
.clinicBOX .clinicITEM .treatment ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	width: 45%;
	box-sizing: border-box;
	

	
}

.clinicBOX .clinicITEM .treatment li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.6;
	font-size: clamp(1.1rem, 1.2vw, 1.3rem);
}

.clinicBOX .clinicITEM .treatment li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 3px;
	color: #007fbd; /* ← ここで色変更 */
	font-size: 0.8em;
}






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

topContent03 

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

.topContent03 {
	background: #f9f9f9;
	padding: 30px 5%;
	box-sizing: border-box;
}

.NewsListBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.NewsListBOX .title {
	width: auto;
}
.NewsListBOX .newslist {
	width: auto;
}


.topContent03 h2 {
	color: #007fbd;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(2rem, 2.5vw, 3rem);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}


.newsBUTTON {
	display: flex;
	justify-content: center;
	margin: 10px auto 15px;
	width: 50%;
}

.newsBUTTON a {
    background: #007fbd;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 0;
    width: 100%;
    padding: 8px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	border-radius: 60px;
	box-sizing: border-box;
}
.newsBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.newsBUTTON a:hover {
  color: #FFF;
}
.newsBUTTON a:hover:after {
  right: 1.4rem;
}


.newslist {
	
}
.newslist li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #d0d5d8;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.newslist li a {
	display: flex;
	flex-direction: column;
}
.newslist li a .date {
	width: auto;
}
.newslist li a .listtitle {
	width: auto;
	overflow: hidden;          /* 溢れた部分を隠す */
  text-overflow: ellipsis;   /* 溢れた部分を「...」にする */
  white-space: nowrap;
	color:#007fbd;
}





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

CTA

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

.CTA  {
	position: relative;
	background: url("../../images/top/ctasp.jpg")no-repeat;
	background-size: cover;

	background-position: top center;
	display: block;
	color:#fff;
	padding: 30px 5%;
	box-sizing: border-box;
}

.CTA h2 {
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(2.2rem, 3vw, 4.2rem);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;

}
.CTA h2 .en {
	font-family: "Google Sans", sans-serif;
	display: block;
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#23447f;

}


.CTA p {
	text-align: center;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	color:#fff;
}
	
}


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

subContent 

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

.subContent {
	background: #fff;
	padding: 50px 5%;
	box-sizing: border-box;
}

.subContent h2 {
	color: #007fbd;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(2.2rem, 3vw, 4.2rem);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	margin-bottom: 40px;

}
.subContent h2 .en {
	font-family: "Google Sans", sans-serif;
	display: block;
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#23447f;

}

.pageINTRO {
	text-align: center;
	font-size: clamp(1.4rem, 1.5vw, 1.7rem);
	margin-bottom: 20px;
}

	


@media screen and (max-width: 834px){
.subContent {
	padding: 25px 5%;
	box-sizing: border-box;
}



.subContent h2 {
	color: #007fbd;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(2.1rem, 3vw, 4.2rem);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;

}
.subContent h2 .en {
	font-family: "Google Sans", sans-serif;
	display: block;
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	color:#23447f;
}
	
.pageINTRO {
	text-align: left;
	font-size: clamp(1.4rem, 1.5vw, 1.7rem);
	margin-bottom: 15px;
}

	
}

.subBLOCK {
	margin-bottom: 50px;
}

@media screen and (max-width: 834px){
.subBLOCK {
	margin-bottom: 30px;
}	
}

