@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}
.wrapper {
  width: 100%;
  overflow-x: clip;
}

.bl_btn {
  padding: 16px 65px 20px;
  line-height: 1;
  color: #fff !important;
  font-family: var(--font-DnpShuei);
  font-size: clamp(15px, 1.6vw, 20px) !important;
  background-color: var(--primary);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 0;
  letter-spacing: 2px;
  opacity: 1;
  transition: all 0.3s linear;
  position: relative;
}
.bl_btn.ft_bl_btn {
  margin: 24px 0 15px;
}
@media screen and (max-width: 767px) {
  .bl_btn {
    padding: 13px 30px 13px 18px;
  }

  .bl_btn.ft_bl_btn {
    margin: 20px auto 15px;
  }
}

.bl_btn:after {
  content: "";
  width: 12px;
  position: absolute;
  height: 19px;
  display: block;
  background:url(../images/top/arrow.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 0.3em;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.top_clinic .bl_btn:after {
  content: "";
  width: 9px;
  height: 15px;
  background-image: url(../images/top/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  margin-left: 0.3em;
}
.bl_btn:hover {
  opacity: 0.6;
}

.bl_btn2 {
  padding: 10px 30px 15px;
  line-height: 1;
  color: var(--ft_tel_color);
  font-family: var(--font_shu);
  font-size: clamp(15px, 1.6vw, 20px) !important;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 0;
  letter-spacing: 2px;
  transition: all 0.3s linear;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .bl_btn2 {
    padding: 10px 20px 15px;
  }
}
@media only screen and (max-width: 360px) {
  .bl_btn2 {
    font-size: 12px !important;
    padding: 10px 10px 15px;
  }
}
.bl_btn2:after {
  content: ">";
  margin-left: 0.3em;
}
.bl_btn2:hover {
  background-color: rgb(255, 255, 255);
}

.bl_btn_s {
  padding: 7px 30px 10px 20px;
  position: relative;
  line-height: 1;
  color: #fff !important;
  font-family: var(--font-DnpShuei);
  font-size: clamp(13px, 1.3vw, 17px);
  background-color: var(--primary);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2px;
  transition: all 0.3s linear;
  opacity: 1;
}
@media screen and (max-width: 768px) {
	.bl_btn_s {
		padding: 8px 30px 8px 20px;
	}
}
.bl_btn_s:after {
    content: "";
    width: 6px;
    position: absolute;
    height: 10px;
    display: block;
    background: url(../images/top/arrow.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 0.3em;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.bl_btn_s:hover {
  opacity: 0.6;
}

.padding_inline_20{
  padding-left: clamp(10px, 2.1vw, 20px);
  padding-right: clamp(10px, 2.1vw, 20px);
}

.pb_20 {
  padding-bottom: clamp(10px, 2.1vw, 20px);
}

.pb_30 {
  padding-bottom: clamp(20px, 3.2vw, 30px);
}

.pb_40 {
  padding-bottom: clamp(30px, 3.5vw, 40px);
}

.pb_50 {
  padding-bottom: clamp(20px, 3.5vw, 50px);
}

.pb_80 {
  padding-bottom: clamp(30px, 6vw, 80px);
}

.pb_100 {
  padding-bottom: clamp(40px, 8vw, 100px);
}

.pb_110 {
  padding-bottom: clamp(40px, 8vw, 110px);
}

.pb_120 {
  padding-bottom: clamp(50px, 9vw, 120px);
}

.pb_150 {
  padding-bottom: clamp(60px, 11vw, 150px);
}

.pb_200 {
  padding-bottom: clamp(70px, 16vw, 200px);
}

.pb_20 {
  padding-top: clamp(10px, 2.1vw, 20px);
}

.pt_20 {
  padding-top: clamp(10px, 2.1vw, 20px);
}

.pt_30 {
  padding-top: clamp(20px, 3.2vw, 30px);
}

.pt_50 {
  padding-top: clamp(20px, 4vw, 50px);
}

.pt_80 {
  padding-top: clamp(30px, 6vw, 80px);
}

.pt_100 {
  padding-top: clamp(40px, 8vw, 100px) !important;
}

.pt_120 {
  padding-top: clamp(50px, 9vw, 120px);
}

.pt_150 {
  padding-top: clamp(60px, 9vw, 150px);
}

.pt_200 {
  padding-top: clamp(80px, 16vw, 200px);
}

.pt_400 {
  padding-top: clamp(120px, 25vw, 400px);
}

.pt_300 {
  padding-top: clamp(100px, 20vw, 300px);
}

.pt_1em {
  padding-top: 1em;
}

.mt_1em {
  margin-top: 1em;
}

.mb_1em {
  margin-bottom: 1em !important;
}

.mt_200 {
  margin-top: clamp(80px, 16vw, 200px);
}

.mb_150 {
  margin-bottom: clamp(60px, 11vw, 150px);
}

.mb_1em {
  margin-bottom: 1em;
}

.mt_100 {
  margin-top: clamp(40px, 8vw, 100px) !important;
}

:root {
  box-sizing: border-box;
  --f16:clamp(14px,1.1vw,16px);
  --f20:clamp(16px,1.3vw,20px);
  --f38:clamp(18px,2.5vw,38px);
  --f36:clamp(17px,2.3vw,36px);
  --font_serif: "Noto Serif JP", serif;
  --font_sans: "Noto Sans JP", system-ui;
  --font_shu: "秀英明朝 M";
  --main_color: #4c7323
;
  --blue:#276CB7;
  --red:#A56A7B;
  --sky:#46A7C1;
  --yel:#B79A23;
}

.bg_sky {
  background-color: #808080;
}

body {
  font-size: 18px;
  font-family: var(--font_sans);
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    background-position: left 200vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 16px;
  }
}

.inner_1200 {
  width: min(100%, 1200px);
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* .menu-item-has-children a::after {
  content: "";
  width: 0.8em;
  height: 0.7em;
  background-image: url(../images/ic_arrow.svg);
  background-size: 100% auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
} */

.l-header .main__nav {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  font-family: var(--font_shu);
}
@media screen and (max-width: 1199px) {
  .l-header .main__nav {
    display: none !important;
  }
}

.l-header .main__nav .el-menu > li {
  padding: 20px 0.8em;
}

.header_inner {
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .header_inner {
    padding-right: 10px;
  }
}

.l-header {
  height: 160px;
  display: flex;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 1600px) {
  .l-header {
	height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header {
    height: 65px;
  }
}

.l-header .mburger .icon-bar {
  background-color: #231815;
}

#home-top {
  margin-top: 160px;
  container-type: inline-size;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #home-top {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  #home-top {
    margin-bottom: 10cqw;
  }
}

/* .mv_bg {
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  background-image: url(../images/top/mv_bg.webp);
}
@media screen and (max-width: 767px) {
  .mv_bg {
    background-image: url(../images/top/mv_bg.webp);
  }
} */

#home-top {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

.p-home .p-slider {
  width: 41vw;
  margin: auto;
  transform: translate(48%, 0%);
  z-index:99;
}
.p-home .p-slider img {
  width: 100%;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .p-home .p-slider {
    width: 100%;
    transform: translate(0%, 0%);
  }
}

.mv_catch {
  position: absolute;
  left: 2%;
  top: 10%;
  
  width: 48%;

  opacity: 0;
  animation: mvCatchFadeIn 2s ease 0.5s forwards;
}

@keyframes mvCatchFadeIn {
  from {
    opacity: 0;
    transform: translate(0%, 10%);
  }
  to {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}

@media screen and (max-width: 767px) {
	.mv_catch {
		width: 105%;
		bottom: -20%;
    left: -20%;
		top: auto !important;
		z-index: 100;
		transform: scale(1.3);
    transform: translate(0%, 0%) !important;
	}

  	@keyframes mvCatchFadeIn {
		from {
			opacity: 0;
			transform: scale(1.3) translate(0%, 10%);
		}
		to {
			opacity: 1;
			transform: scale(1.3) translate(0%, 0%);
		}
	}
}
.sc-banner {
	overflow: visible;
	z-index: 0;
	position: relative;
}
.sc-banner::after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background-image: url(../images/top/mv_wave.webp);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform: translateY(20%);
}

.sc-banner .p-slider::after {
  display: none;
}

.sc-banner .p-slider__item__thumb {
  padding-top: 115% !important;
  height: auto !important;
  min-height: auto !important;
}

.fixed-contact__item {
  font-family: var(--font-DnpShuei);
  font-weight: 500;
  background-color: rgba(240, 252, 234, 0.9) !important;
  color: var(--ft_tel_color) !important;
  border: 1px solid var(--ft_tel_color);
  position: relative;
  padding: 20px 25px 20px 10px !important;
}

.aichat{
    position: fixed;
    top: 82%;
    right: -10px;
    z-index: 100;
    width: 240px;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    display: block;
}
.aichat button {
    border: none;
    background: none;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
  .fixed-contact__item {
    padding-top: 10px !important;
	font-size: min(4vw, 12px);
  }

  .aichat{
      top: unset;
	  bottom: 110px;
      right: -10px;
      width: 200px;
  }
}

@media screen and (max-width: 525px) {
	.aichat {
		width: 160px;
	}
}

@media screen and (max-width: 370px) {
	.fixed-contact__item {
		padding: 10px 15px 20px 5px !important;
	}
}


.fixed-contact__item::after {
  content: "";
  width: 18px;
  background-color: rgba(64, 79, 48, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.fixed-contact__item::before {
  content: "";
  background: url(../images/top/nav_arrow.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}
@media screen and (max-width: 767px) {
  .fixed-contact__item::after {
    display: none;
  }
}

.fixed-contact__item .arrow {
  content: "";
  width: 100%;
  background-color: rgba(18, 56, 117, 0.3);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.fixed-contact__item .arrow span {
  transform: rotate(90deg) scale(0.5, 1); /* 中心を基準点に反時計回りに回転する */
}

.fixed-contact__item.is-line {
  border: 1px solid #000 !important;
  background-color: #DDD !important;
  color: #000 !important;
}

.fixed-contact__item.is-line::after {
  background-color: rgba(124, 124, 124, 0.3);
}

.fixed-contact__item.is-line::before {
  background-image: url(../images/top/nav_arrow_black.webp);
}
@media screen and (max-width: 767px) {
  .fixed-contact__item.is-line::after {
    display: none;
  }

  .fixed-contact__item::before {
	display: none;
  }
}

.fixed-contact__item.-s3.js-fixed-item-toggle {
  display: none;
}

.top_time_wrap {
  container-type: inline-size;
  width: 52vw;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .top_time_wrap {
    width: 65vw;
    transform: translate(0%, 12%);
    -webkit-transform: translate(0%, 12%);
    -ms-transform: translate(0%, 12%);
  }
}
@media screen and (max-width: 767px) {
  .top_time_wrap {
    display: block;
    width: 100%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    margin-top: 20vw;
  }
}
.top_time_wrap .note {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  font-size: clamp(12px, 1.3vw, 16px);
}
.top_time_wrap .note span {
  color: #808080;
}

.top_time_1 {
  color: var(--main_color);
  background-image: url(../images/top/green_gradient.webp);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  align-content: center;
  padding: 5cqw 8cqw 5cqw 0;
  width: 100%;
  display: flex;
  justify-content: end;

}

@media screen and (max-width: 1200px) {
	.top_time_1 {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 767px) {
  .top_time_1 {
	background-image: url(../images/top/green_gradient_sp.png);
	background-size: cover;
	background-repeat: no-repeat;
    display: block;
    width: 100%;
    padding-top: 20px;
  }
}
.top_time_1 h3 {
  width: 28%;
  text-align: center;
  color: #fff;
  font-family: var(--font-DnpShuei);
  font-size: var(--f36);
}
@media screen and (max-width: 1200px) {
  .top_time_1 h3 {
    width: 100%;
	max-width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .top_time_1 h3 {
    text-align: center;
    width: 100%;
	max-width: 100%;
  }
}

.top_time_table {
  width: 55%;
  font-family: var(--font_shu);
}
@media screen and (max-width: 1200px) {
	.top_time_table {
		width: 100%;
  		max-width: 72%;
		flex: 1;
	}
}
@media screen and (max-width: 767px) {
  .top_time_table {
    text-align: start;
    width: min(100%, 600px);
	max-width: 100%;
    padding: 10px 20px;
    margin: auto;
    box-sizing: border-box;
  }
}
.top_time_table table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
  margin-bottom: 1%;
  font-weight: 700;
}
.top_time_table table tbody tr:first-child th {
  border-bottom: 1px solid #fff;
}
.top_time_table table td {
  text-align: center;
  font-size: clamp(14px, 1.3vw, 19px);
  padding: 2% 0% 1%;
  font-family: 700;
}
.top_time_table table tr td:first-child {
  width: 120px;
  color: #fff;
}
.footer .top_time_table table tr td:first-child  {
  color: var(--ft_tel_color);
}
.top_time_table table th {
  text-align: center;
  font-size: clamp(14px, 1.3vw, 19px);
  padding: 1% 0%;
  color: #fff;
  font-family: var(--font-DnpShuei);
}
.footer .top_time_table table th {
  color: var(--ft_tel_color);
}
.footer .top_time_table table {
   border-bottom: 1px solid var(--footer_time_table_line);
}
.top_time_table table img {
  width: min(100%, 40px);
}
@media screen and (max-width: 767px) {
  .top_time_table table img {
    width: min(100%, 27px);
  }
}
.top_time_2 {
  background-color: rgba(252, 247, 247, 0.8) !important;
  color: var(--red) !important;
}
.top_time_2 .note span {
  color: var(--yel);
}
.top_info_wrap {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top_info_wrap {
    display: block;
  }
}

.top_info_logo {
  width: 29%;
  margin-top: 5%;
  margin-left: 4%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_info_logo {
    text-align: center;
    width: min(90%, 450px);
    margin: 50px auto 20px;
  }
}
.top_info_logo img {
  margin-bottom: 0.5em;
}

.top_tel_wrap {
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top_tel_wrap {
    background-image: none;
  }
}
#toptel {
	/* margin-top: 160px; */
	display: block;
	height: 160px;
	margin-top: -160px;
	visibility: hidden;
}
@media screen and (max-width: 1200px) {
	#toptel {
		height: 65px;
		margin-top: -65px;
	}
}
.top_tel_wrap .inner_1200 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_tel_wrap .inner_1200 {
    display: block;
  }

}
.top_tel_wrap .inner_1200 dl {
  width: 48%;
  font-family: var(--font_shu);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top_tel_wrap .inner_1200 dl {
    width: min(100%, 500px);
    margin: auto auto 40px;
  }
}
.top_tel_wrap .inner_1200 dl dt {
  color: #000 !important;
  font-size: clamp(22px, 2.8vw, 33px);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: #fff;
  margin: auto;
  transform: translate(0%, -50%);
  font-family: var(--font-DnpShuei);
}
@media screen and (max-width: 767px) {
  .top_tel_wrap .inner_1200 dl dt {
    transform: translate(0%, 0%);
    margin-top: 10px;
  }
}
.top_tel_wrap .inner_1200 dl dd {
  text-align: center;
  margin: 0;
  line-height: 1.5;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_tel_wrap .inner_1200 dl dd {
    padding-bottom: 20px;
  }
}
.top_tel_wrap .inner_1200 dl dd .top_tel_inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
  letter-spacing: 1px;
}
.top_tel_wrap .inner_1200 dl dd .top_tel_inner p small {
  font-size: clamp(16px, 2vw, 23px);
  width: 60px;
  display: inline-block;
  font-family: var(--font-DnpShuei);
}
.top_tel_wrap .inner_1200 dl dd .top_tel_inner p a {
  font-size: clamp(24px, 3.5vw, 42px);
  font-family: var(--font-DnpShuei);
}
.top_tel_wrap .inner_1200 .tel_ganka {
  border: 1px solid var(--ft_tel_color);
  color: var(--ft_tel_color);
  background: rgba(255, 255, 255, 0.8);
}
.top_tel_wrap .inner_1200 .tel_ganka a {
  color: var(--ft_tel_color);
}
.top_tel_wrap .inner_1200 .tel_geka {
  border: 1px solid var(--red);
  color: var(--red);
}
.top_tel_wrap .inner_1200 .tel_geka a {
  color: var(--red);
}
.noti_sect {
	background-image: url(../images/top/noti_wave.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 15%;
}
.noti_container {
	padding: 150px 0;
}
@media screen and (max-width: 768px) {
	.noti_container {
		padding: 80px 0;
	}
}
.noti_grid {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 35px;
	row-gap: 55px;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.noti_grid {
		flex-direction: column;
		gap: 55px;
		align-items: center;
	}
}
.noti_item {
	width: clamp(400px, 47%, 570px);
	text-align: center;
	background-color: var(--almost-white);
	margin: 0 12px 12px 0;
	padding: 0 20px 30px;
	box-shadow: 12px 12px 0 #e1e6da;
}
@media screen and (max-width: 768px) {
	.noti_item {
		width: clamp(200px, 70%, 768px);
	}
}
@media screen and (max-width: 600px) {
	.noti_item {
		width: clamp(200px, 100%, 600px);
	}
}
.noti_item h4 {
	font-family: var(--font-body);
	font-size: clamp(24px, calc(18.90px + 1.36vw), 45px);
	line-height: 1.2;
	letter-spacing: 0;
	transform: translateY(-50%);
	margin-bottom: 0;
}
.noti_item .bigpara {
	font-family: var(--font-body);
	font-size: clamp(24px, calc(18.90px + 1.36vw), 45px);
	line-height: 1.7;
}
.noti_item .para {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.noti_item .para {
		font-size: 14px;
	}
}
.top_news_wrapper {
  flex: 1;
  /* margin-left: calc(50% - 50vw); */
  margin-right: 0%;
  background-color: rgba(255, 255, 255, 0.7);
}

.top_news {
  margin: auto;
  position: relative;
}
.top_news .inner_1200 {
  display: flex;
  margin-right: 0;
  padding: 0;
  justify-content: space-between;
}

.new_secondary .inner_1200 {
  width: min(100%, 1260px);
}
@media screen and (max-width: 767px) {
  .top_news .inner_1200 {
    display: block;
    padding-top: 0px !important;
  }
}
.top_news .inner_1200 .tit {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .top_news .inner_1200 .tit {
    width: 100%;
    transform: translate(0%, -35%);
  }
}
.top_news .inner_1200 .tit h2 {
  font-family: var(--font_shu);
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.top_news .inner_1200 .tit h2 {
		padding-bottom: 10px;
	}
}
.top_news .inner_1200 .tit h2 strong {
  font-size: clamp(40px, 8vw, 100px);
  color: rgba(64, 79, 48, 1.0); 
  display: block;
  opacity:0.1;
  font-family: var(--font-DnpShuei);
  font-weight:400;
  line-height: 1.2;
  transform: translateY(-0.2em);
}
@media screen and (max-width: 767px) {
	.top_news .inner_1200 .tit h2 strong {
		transform: unset;
	}
}
.top_news .inner_1200 .tit h2 small {
  font-size: clamp(15px, 4.5vw, 26px);
   font-family: var(--font-DnpShuei);
}
.top_news .inner_1200 dl {
  width: 65%;
  height: 250px;
  overflow-y: scroll;
  padding-right: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_news .inner_1200 dl {
    width: 100%;
	margin-top: 0;
  }
}
.top_news .inner_1200 dl dd {
  margin-left: 0px;
}

.top_contact {
  background-image: url(../images/contact_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.top-contact-conainer{
    position:relative;
    z-index:2;
}

.top_contact::after{
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background-color: #85a37580;
}

.top_contact h2 {
  text-align: center;
}
.top_contact h2 strong {
  font-size: clamp(60px, 8vw, 109px);
  color: #fff;
  display: block;
  font-family: var(--font-DnpShuei);
  font-weight: 500;
}
.top_contact h2 small {
  font-size: clamp(16px, 4.8vw, 26px);
  color: #fff;
  text-shadow: 0 0 5px #000;
  display: block;
  font-family: var(--font-DnpShuei);
}
.top_contact .inner_1200 {
  display: flex;
  justify-content: center;
  gap:50px
}
@media screen and (max-width: 767px) {
  .top_contact .inner_1200 {
    display: block;
  }
}
.top_contact .inner_1200 dl {
  width: 48%;
  background-color: #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .top_contact .inner_1200 dl {
    width: 100%;
  }
}
.top_contact .inner_1200 dl dt {
  font-size: clamp(22px, 2.3vw, 26px);
  text-align: center;
  font-weight: 400;
  font-family: var(--font-DnpShuei);
}
.top_contact .inner_1200 dl dd {
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.top_contact .inner_1200 dl dd p span {
  margin: 0px 10px;
}
@media only screen and (max-width: 900px) {
  .top_contact .inner_1200 dl dd p span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top_contact .inner_1200 dl dd p {
    font-size: 16px;
  }
}
.top_contact .inner_1200 dl dd a {
  font-size: clamp(30px, 3.2vw, 40px);
  color: var(--ft_tel_color);
   font-family: var(--font-DnpShuei);
  margin: 20px 0px;
  display: block;
}
.top_contact .inner_1200 dl dd .bl_btn {
  margin: 20px auto 30px;
}
.top_contact .inner_1200 dl dd .qr_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 390px;
  width: 100%;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top_contact .inner_1200 dl dd .qr_wrap {
    width: 100%;
    justify-content: center;
  }
}
.top_contact .inner_1200 dl dd .qr_wrap .bl_btn {
  margin: 20px auto 30px !important;
  width: 100%;
  line-height: 1.2;
}
.top_contact .inner_1200 dl dd .qr_wrap .qr {
  width: 110px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .top_contact .inner_1200 dl dd .qr_wrap .qr {
    width: 90px;
  }
}

.top_concept {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_concept {
    text-align: left;
  }
}
.top_concept .lead {
  line-height: 2.3;
}
@media screen and (max-width: 600px) {
	.sp-nbr {
		display: none;
	}
}
.top_concept .concept_inner {
  background-color: var(--pale-green);
  position: relative;
}
.top_concept .concept_inner .num {
  position: absolute;
  z-index: 0;
  width: 13.5%;
  right: 0;
  bottom: 0;
}

.tablet-br {
	display: none;
}

@media screen and (max-width: 1024px) {
	.tablet-br {
		display: block;
	}
}
@media screen and (max-width: 767px) {
  .top_concept .concept_inner .num {
    z-index: 1;
    width: 29%;
	bottom: -5%;
	right: unset;
    right: 10%;
  }
}
.top_concept .concept_inner .inner_1200 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_inner .inner_1200 {
    display: block;
    z-index: 0;
  }
}
.top_concept .concept_inner .inner_1200 .concept_ph {
  width: 50%;
  flex: 1;
  margin-left: calc(50% - 50vw);
  position: relative;
  height: 530px;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_inner .inner_1200 .concept_ph {
    display: block;
    width: calc(110% + 40px);
    margin: auto -20px !important;
    z-index: 1;
    height: 420px !important;
  }
}
@media screen and (max-width: 600px) {
	.top_concept .concept_inner .inner_1200 .concept_ph {
		height: 310px !important;
	}
}
.top_concept .concept_inner .inner_1200 .concept_ph img {
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center;
	max-width: none !important;
	display: block;
	position: absolute;
	right: 0;
	min-width: 100%;
}
.top_concept .concept_inner .inner_1200 .concept_ph>img {
	clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .top_concept .concept_inner .inner_1200 .concept_ph img {
    position: static;
    width: 100%;
  }
}
.top_concept .concept_inner .inner_1200 .concept_txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	position: relative;
	text-align: left;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_inner .inner_1200 .concept_txt {
    position: static;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 130px 20px 30px;
    z-index: 0;
    margin-top: -100px;
  }
}
.top_concept .concept_inner .inner_1200 .concept_txt h3 {
  font-family: var(--font-DnpShuei);
  font-size: clamp(18px, calc(14.6px + 0.91vw), 32px);
  line-height: 1.3;
  color: var(--ft_tel_color);
}
.top_concept .concept_inner .inner_1200 .concept_txt h3 small {
  font-size: clamp(20px, 2.5vw, 28px);
  color: var(--main_color);
  display: block;
}
.top_concept .concept_inner .inner_1200 .concept_txt h3 span {
  font-size: clamp(28px, calc(21.20px + 1.813vw), 56px);
  display: inline-block;
  display: inline-block;
  background: linear-gradient(
	to bottom,
	var(--pale-green) 0%,
    var(--ft_tel_color) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.reflect {
	-webkit-box-reflect: below -10px -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(transparent));
}
.top_concept .concept_inner .inner_1200 .concept_txt h3 span strong {
  font-size: clamp(31px, 4.5vw, 45px);
  margin-right: 0.2em;
  position: relative;
  top: 5px;
  display: inline-block;
  background: rgb(85, 77, 36);
  background: linear-gradient(180deg, rgb(206, 159, 247) 0%, rgb(101, 59, 126) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_concept .concept_inner .inner_1200 .concept_txt h3 span strong.c1 {
  font-size: clamp(43px, 5vw, 56px);
}
.top_concept .concept_inner .inner_1200 .concept_txt h3 span strong.c3 {
  font-size: clamp(24px, 3.3vw, 42px);
}
.top_concept .concept_inner .inner_1200 .concept_txt h3 span strong.c4 {
  font-size: clamp(28px, 3.3vw, 45px);
}
.top_concept .concept_inner .inner_1200 .concept_txt p {
  line-height: 1.8;
  font-family: "Noto Sans JP", system-ui;
}
@media screen and (max-width: 767px) {
  .top_concept .concept_inner .inner_1200 .concept_txt p {
    font-size: 16px;
  }
}

.concept_inner.reverse {
  background-color: var(--concept-green) !important;
}
@media screen and (max-width: 767px) {
  .concept_inner.reverse {
    margin: 60px auto;
  }
}
/* .concept_inner.reverse h3 span {
  color: var(--ft_tel_color) !important;
} */
.concept_inner.reverse .num {
  position: absolute;
  z-index: 0;
  width: 13.5%;
  right: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .concept_inner.reverse .num {
    z-index: 1;
    width: 29%;
	bottom: -5%;
	left: unset;
    left: 3%;
  }
}
.concept_inner.reverse .inner_1200 {
  flex-direction: row-reverse;
}
.concept_inner.reverse .inner_1200 .concept_ph {
  margin-right: calc(50% - 50vw);
  margin-left: 1% !important;

}
@media screen and (max-width: 767px) {
  .concept_inner.reverse .inner_1200 .concept_ph {
    margin: auto -20px auto -20px !important;
    width: calc(110% + 40px);
  }
}
.concept_inner.reverse .inner_1200 .concept_ph img {
  left: 0 !important;
  right: auto !important;
}
.concept_inner.reverse .inner_1200 .concept_ph>img {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
}
@media screen and (max-width: 767px) {
  .concept_inner.reverse .inner_1200 .concept_ph img {
    width: 110%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 767px) {
  .concept_inner.reverse .inner_1200 .concept_txt {
  }
}
.concept_inner.reverse .inner_1200 .concept_txt p small {
  color: var(--main_color);
  font-size: 14px;
}

.h_style {
  text-align: center;
  font-family: var(--font-DnpShuei);
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
.h_style strong {
  font-size: clamp(50px, 8vw, 110px);
  font-weight: 700;
  color: var(--ft_tel_color);
  display: block;
  padding-bottom: 10px;
  font-family: var(--font-yu);
}
.h_style small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
}
.h_style small::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #999999;
  display: block;
  margin-right: 10px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .h_style small::before {
    width: 30px;
	margin-top: 4px;
  }
}
.h_style small::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #999999;
  display: block;
  margin-left: 10px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .h_style small::after {
    width: 30px;
	margin-top: 4px;
  }
}

.h_style2 {
  text-align: center;
  font-family: var(--font_shu);
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
.h_style2 strong {
  font-size: clamp(25px, 5vw, 50px);
  color: var(--main_color);
  display: block;
  padding-bottom: 10px;
}
.h_style2 small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: clamp(16px, 2vw, 24px);
}
.h_style2 small::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .h_style2 small::before {
    width: 30px;
  }
}
.h_style2 small::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .h_style2 small::after {
    width: 30px;
  }
}

.h_style_sub {
  font-size: clamp(16px, 2vw, 24px);
  margin: 2em auto 1em;
  text-align: center;
  color: var(--main_color);
}

.top_spe {
  background-image: url(../../assets/images/top/spe_bg.webp);
  background-size: auto;
  background-position: center 112%;
  position: relative;
  background-repeat: no-repeat;
}
/* @media screen and (max-width: 767px) {
  .top_spe {
    background-image: url(../../assets/images/top/spe_bg_sp.png);
    background-size: 120% auto;
    background-position: center center;
  }
} */
/* .top_spe::after {
  position: absolute;
  height: 90%;
  background-image: url(../images/spe_bg2.png);
  content: "";
  width: 100%;
  display: block;
  left: 0;
  top: clamp(90px, 15vw, 190px) !important;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_spe::after {
    height: 97%;
  }
} */
.top_spe h2 strong {
  background: linear-gradient(90deg, #9bb191 0%, #4a662f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .top_spe {
    display: block;
    margin: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top_spe .top_spe_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .top_spe .top_spe_list {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.top_spe .top_spe_list > li {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_spe .top_spe_list > li {
    width: 100%;
  }
}
.top_spe .top_spe_list > li > a {
  display: block;
}
.top_spe .top_spe_list > li img {
  width: 100%;
  display: block;
}
.top_spe .top_spe_list > li .base {
  position: relative;
  z-index: 0;
  min-height: 560px;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
	.top_spe .top_spe_list > li .base {
		min-height: 400px;
	}
}

.top_spe .top_spe_list > li .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.top_spe .top_spe_list > li .txt {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  z-index: 2;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1023px) {
  .top_spe .top_spe_list > li .txt {
    width: 80%;
  }
}
.top_spe .top_spe_list > li .txt h3 {
	font-family: var(--font-DnpShuei);
  font-size: clamp(28px, 2.8vw, 36px);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .top_spe .top_spe_list > li .txt h3 {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.top_spe .top_spe_list > li .txt h3 span {
  font-size: clamp(22px, 2vw, 25px);
  display: block;
}
.top_spe .top_spe_list > li .txt h3 small {
  font-size: clamp(14px, 1.5vw, 18px);
  display: block;
  margin-top: 1em;
}
.top_spe .top_spe_list > li .txt p, .top_spe .top_spe_list > li .txt .sub {
  line-height: 2;
  opacity: 0;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .top_spe .top_spe_list > li .txt p {
    text-align: left;
  }
}
.top_spe .top_spe_list2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
}
@media only screen and (max-width: 767px) {
  .top_spe .top_spe_list2 {
    width: 90%;
    margin: auto;
  }
}
.top_spe .top_spe_list2 > li {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_spe .top_spe_list2 > li {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.top_spe .top_spe_list2 > li .txt {
  top: 80%;
}
.top_spe li:hover .cover {
  opacity: 1;
}
.top_spe li:hover .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .top_spe li:hover .txt {
    width: 80%;
  }
}
.top_spe li:hover .txt p, .top_spe li:hover .txt .sub {
  opacity: 1;
}
.top_spe .top_spe_1 a h3, .top_spe .top_spe_2 a h3, .top_spe .top_spe_3 a h3, .top_spe .top_spe_4 a h3, .top_spe .top_spe_5 a h3, .top_spe .top_spe_6 a h3, .top_spe .top_spe_list2 .sub {
  color: #000;
  text-shadow: 0 0 10px #fff;
  transition: all 0.3s linear;
}
.top_spe .top_spe_1 a p, .top_spe .top_spe_2 a p, .top_spe .top_spe_3 a p, .top_spe .top_spe_4 a p, .top_spe .top_spe_5 a p, .top_spe .top_spe_6 a p, .top_spe .top_spe_list2 .sub {
  color: #fff;
  text-shadow: 0 0 10px #000;
  transition: all 0.3s linear;
}
.top_spe .top_spe_1:hover a h3, .top_spe .top_spe_2:hover a h3, .top_spe .top_spe_3:hover a h3, .top_spe .top_spe_4:hover a h3, .top_spe .top_spe_5:hover a h3, .top_spe .top_spe_6:hover a h3, .top_spe .top_spe_list2 li:hover .sub {
  color: #fff;
  text-shadow: 0 0 10px #000;
  transition: all 0.3s linear;
}
.top_spe .sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_spe .sub li {
  width: 47%;
  border-bottom: 1px solid currentColor;
  font-family: var(--font_shu);
  font-size: clamp(11px, 1.6vw, 17px);
  line-height: 2;
  padding: 2px 0px;
  letter-spacing: -0.2px;
}
/* .top_spe .sub li:last-child {
  width: 100%;
} */
.top_spe .top_spe_5 .txt {
  width: 80% !important;
}

.top_spe_5 .txt {
	pointer-events: none !important;
}
@media only screen and (max-width: 767px) {
  .top_spe .top_spe_5 .txt {
    width: 95% !important;
  }
}
.top_spe .cosme_bnr {
  position: relative;
  border: 1px solid var(--red);
}
.top_spe .cosme_bnr .base {
  position: relative;
  z-index: 0;
  display: block;
}
.top_spe .cosme_bnr .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s linear all;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.top_spe .cosme_bnr .txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: auto;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.top_spe .cosme_bnr h3 {
  font-size: clamp(32px, 3.8vw, 45px);
  color: var(--red);
  margin-bottom: 0.5em;
}
.top_spe .cosme_bnr h3 small {
  display: block;
  font-size: clamp(14px, 1.6vw, 20px);
}
.top_spe .cosme_bnr span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  line-height: 1;
  color: var(--red);
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--red);
  font-family: var(--font_shu);
}
.top_spe .cosme_bnr span::after {
  content: ">";
  margin-left: 0.5em;
  display: inline-block;
  transform: scale(0.5, 1.3);
}
@media screen and (max-width: 767px) {
  .top_spe .cosme_bnr span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_spe .cosme_bnr {
    width: 90%;
    margin: auto;
  }
}
.top_spe .cosme_bnr a:hover .cover {
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .top_spe .top_list_wrapper {
    width: min(100%, 450px);
    margin: auto;
  }
}

.top_doctor .top_doctor_inner {
  background-color: #85a375;
  background-position: right -100% top 20%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  
}
@media screen and (max-width: 767px) {
	.top_doctor .top_doctor_inner {
		display: block;
	}
}
.top_doctor .top_doctor_inner .ph {
  position: relative;
  width: 55%;
  margin-right: -5%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_doctor .top_doctor_inner .ph {
    width: 100%;
    margin: auto;
  }
}
.top_doctor .top_doctor_inner .ph img {
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top_doctor .top_doctor_inner .ph .name {
  position: absolute;
  font-family: var(--font-DnpShuei);
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 300;
  background-color: #85a375;
  padding: 31px 20px;
  bottom: 20%;
  right: 4%;
}
@media screen and (max-width: 767px) {
  .top_doctor .top_doctor_inner .ph .name {
    text-align: right;
	padding: 10px 20px;
  }
}
.top_doctor .top_doctor_inner .ph .name strong {
  font-size: clamp(21px, 2.4vw, 32px);
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_doctor .top_doctor_inner .ph .name strong {
    margin-right: 0;
  }
}
.top_doctor .top_doctor_inner .ph .name small {
  font-size: clamp(18px, 2vw, 24px);
}
@media screen and (max-width: 767px) {
  .top_doctor .top_doctor_inner .ph .name small {
    display: block;
  }
}
.top_doctor .top_doctor_inner .txt {
  width: min(50%, 600px);
  width: 50%;
  z-index: 1;
  background-image: url(../images/top/doctor_bg.webp);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_doctor .top_doctor_inner .txt {
    width: 100%;
    margin: auto;
  }
}
.top_doctor .top_doctor_inner .txt .en_tit {
  color: rgba(255, 255, 255, 0.4);
  font-size: clamp(65px, 10vw, 180px);
  font-family: var(--font-yu);
  position: absolute;
  right: -35%;
  top: 50%;
  transform: rotate(-90deg);
}
/* @media screen and (max-width: 1450px) {
  .top_doctor .top_doctor_inner .txt .en_tit {
    display: none;
  }
} */
@media screen and (max-width: 767px) {
  .top_doctor .top_doctor_inner .txt .en_tit {
    display: block;
    transform: none !important;
    position: static;
    padding: 0px 20px 30px;
  }
}
.top_doctor .top_doctor_inner .txt .in_txt {
  width: min(100%, 600px);
  margin: 0 auto 0 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_doctor .top_doctor_inner .txt .in_txt {
    margin: auto;
  }
}
.top_doctor .top_doctor_inner .txt .in_txt h3 {
  font-family: var(--font-DnpShuei);
  font-size: clamp(23px, 3vw, 39px);
  text-align: right;
  text-shadow: 0 2px 10px #00000099;
}
@media screen and (max-width: 767px) {
  .top_doctor .top_doctor_inner .txt .in_txt h3 {
    text-align: left;
    padding: 20px;
  }
}
.top_doctor .top_doctor_inner .txt .in_txt .body {
  padding-left: 20%;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .top_doctor .top_doctor_inner .txt .in_txt .body {
    padding-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .top_doctor .top_doctor_inner .txt .in_txt .body {
    padding: 0px 20px 20px;
    width: 100%;
  }
}
.top_doctor .top_doctor_inner .txt .in_txt .body p {
	text-shadow: 0 2px 15px #000000b3;
	font-weight: 300;
}
.top_doctor .top_doctor_inner .txt .in_txt .body dl dd {
  font-size: 16px;
  font-weight: 300;
  margin-left: 0.5em;
  padding-left: 0.9em;
  border-left: 1px solid #fff;
}
.top_doctor .bl_btn2 {
	font-family: var(--font-DnpShuei);
  margin: 2em 0 0 0;
  max-width: 313px;
  width: 100%;
  margin-left: 10px;
  margin-right: 20px;
  position: relative;
  font-size: 22px;
  padding: 15px 30px 19px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_doctor .bl_btn2 {
    margin: auto !important;
	padding: 17px 30px;
  }
}
.top_doctor .bl_btn2::after {
  content: "";
  width: 9px;
  height: 15px;
  background-image: url(../images/top/btn_arw.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 52%;
  right: 18px;
  transform: translateY(-50%);
}
.top_clinic {
  position: relative;
}
.top_clinic::before {
	content: '';
	display: block;
	width: 80%;
	height: 40%;
	background: linear-gradient(
		to right,
		var(--pale-green) 0%,
		var(--pale-green) 70%
	);
	position: absolute;
	bottom: calc(clamp(40px, 8vw, 100px) + 22px);
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.top_clinic::before {
		bottom: calc(clamp(40px, 8vw, 100px) + 28px);
	}
}
.top_clinic::after {
  width: 80%;
  height: 40%;
  left: 0;
  bottom: 12%;
  content: "";
  display: block;
  /* background-image: url(../images/clinic_bg.png);
  background-size: 100% 100%; */
  position: absolute;
  z-index: -1;
}
.top_clinic .slider_cli .item {
  margin: 0px 28px !important;
  aspect-ratio: 13 / 15;
}
.top_clinic .slider_cli .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_clinic p {
  text-align: center;
}
.top_clinic .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .top_clinic .btn_wrap {
    display: block;
  }
}
.top_clinic .btn_wrap .bl_btn {
  margin: 0;
  background-color: var(--primary);
  max-width: 280px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .top_clinic .btn_wrap .bl_btn {
    margin: auto auto 10px;
    width: 70% !important;
    text-align: center;
  }
}

.top_info {
  position: relative;
}
.top_info::after {
  width: 90%;
  height: 40%;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: var(--pale-green);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_info::after {
    width: 100%;
    height: 30%;
    top: auto;
    bottom: 0;
  }
}
.top_info .cal_wrap {
  text-align: center;
  margin-bottom: 108px;
}
.top_info .cal_wrap img {
  width: min(100%, 730px);
  display: block;
  margin: auto;
  padding: 20px;
}
.top_info .cal_wrap iframe {
  width: min(100%, 730px);
  display: block;
  margin: auto;
  padding: 20px;
}
.top_info .top_info_inner {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top_info .top_info_inner {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .top_info .cal_wrap {
	margin-bottom: 50px;
  }
}
.top_info .top_info_inner dl {
  width: 53.4%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  margin-top: 100px;
  padding: 30px;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .top_info .top_info_inner dl {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .top_info .top_info_inner dl {
    width: 100%;
    margin-top: -30px;
    padding: 0px;
  }
}
.top_info .top_info_inner dl dt {
  font-size: 14px;
  width: 130px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 480px) {
  .top_info .top_info_inner dl dt {
    width: 80px;
    padding: 10px;
    font-size: 13px;
  }
}
.top_info .top_info_inner dl dt:last-of-type {
  border-bottom: unset;
}
.top_info .top_info_inner dl dd {
  font-size: 14px;
  padding: 10px 0;
  width: calc(100% - 130px);
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 480px) {
  .top_info .top_info_inner dl dd {
    width: calc(100% - 80px);
    font-size: 13px;
  }
}
.top_info .top_info_inner dl dd:last-child {
  border-bottom: unset;
}
.top_info .top_info_inner dl dd a {
  color: #000;
}
.top_info .top_info_inner .ph {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -8%;
  display: flex;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .top_info .top_info_inner .ph {
    margin-left: -15%;
  }
}
@media screen and (max-width: 767px) {
  .top_info .top_info_inner .ph {
    width: 100%;
    margin: auto;
  }
  .top_info .top_info_inner .ph img {
    width: 150%;
    margin-left: -10%;
    margin-right: -40%;
    max-width: none;
  }
}
.top_info .bnr_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_info .bnr_wrap li {
  width: 31%;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .top_info .bnr_wrap li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top_info .bnr_wrap li a {
  display: block;
  opacity: 1;
  transition: all 0.3s linear;
}
.top_info .bnr_wrap li a:hover {
  opacity: 0.8;
}
.top_info .bnr_wrap li a img {
  width: 100%;
  height: auto;
}

/* footer {
  background-image: url(../images/footer_bg.jpg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
} */

footer .map_iframe_box iframe{
	width: 100%;
}
@media screen and (max-width: 767px) {
  /* footer {
    background-image: url(../images/footer_bg_sp.jpg);
    background-position: center bottom;
  } */

  /* footer .map_iframe_box iframe{
	width: 100%;
  } */
}
footer .inner_1200 {
  width: min(100%, 1240px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .inner_1200 {
    padding-top: 50px;
  }
}
footer .inner_1200 .footer_info_1 {
  width: 47%;
}
@media screen and (max-width: 767px) {
  footer .inner_1200 .footer_info_1 {
    width: 100%;
    order: 0;
  }
}
footer .inner_1200 .footer_info_1 .footer_add {
  font-family: var(--font-Kozuka);
  text-align: center;
  margin-top: 1em;
  font-size: 16px;
}
footer .inner_1200 .footer_info_1 .footer_telBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: var(--ft_tel_color);
}

.footer_telBox .bl_btn {
	max-width: 395px;
	padding: 16px 60px 20px 20px;
}
@media screen and (max-width: 767px) {
  footer .inner_1200 .footer_info_1 .footer_telBox {
    display: block;
  }

  .footer_telBox .bl_btn {
	padding: 13px 30px 13px 18px;
  }
}
footer .inner_1200 .footer_info_1 .footer_telBox .footer_tel {
  font-family: var(--font-Kozuka);
  line-height: 1.3;
  margin-right: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  footer .inner_1200 .footer_info_1 .footer_telBox .footer_tel {
    margin: auto auto 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .inner_1200 .footer_info_1 .footer_telBox .footer_tel p small {
  font-size: clamp(16px, 1.8vw, 22px);
  width: 60px;
  display: inline-block;
  color: var(--ft_tel_color);
  font-family: var(--font-DnpShuei);
  font-weight: 500;
}
footer .inner_1200 .footer_info_1 .footer_telBox .footer_tel p a {
  font-size: clamp(24px, 3.2vw, 38px);
  color: var(--ft_tel_color);
  font-family: var(--font-DnpShuei);
  font-weight: 500;
}
footer .inner_1200 .footer_info_1 .top_time_table {
  width: 100% !important;
  color: var(--main_color);
}

@media screen and (max-width: 1200px) {
  footer .inner_1200 .footer_info_1 .top_time_table {
	width: 100% !important;
	max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  footer .inner_1200 .footer_info_1 .top_time_table {
    padding: 0px !important;
  }
}
footer .inner_1200 .footer_info_1 .note {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  font-size:18px;
  font-family: var(--font-DnpShuei);
  font-weight: 500;
  max-width: 405px;
  width:100%
}
footer .inner_1200 .footer_info_1 .note p{
    line-height: 1.5;
}
footer .inner_1200 .footer_info_1 .note span {
  color: #808080;
}
footer .inner_1200 .footer_info_2 {
  width: 47%;
}

@media screen and (max-width: 767px) {
  footer .inner_1200 .footer_info_2 {
    width: 100%;
    order: 2;
    order: 3;
    margin: 0 auto;
    max-width: none;
  }

  footer .inner_1200 .footer_info_1 .note {
    justify-content: center;
    max-width: 100%
  }
}
footer .inner_1200 .footer_info_3 {
  display: flex;
  justify-content: space-between;
  width: 47%;
}
@media screen and (max-width: 767px) {
  footer .inner_1200 .footer_info_3 {
    width: 80%;
    order: 1;
    display: block;
    margin: 20px auto;
  }
}
footer .inner_1200 .footer_info_3 a {
  width: 48%;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .inner_1200 .footer_info_3 a {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .inner_1200 .footer_info_4 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  width: 100%;
  max-width: 310px;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  footer .inner_1200 .footer_info_4 {
    width: 100%;
    order: 3;
    gap: 0;
    margin-top: 30px;
  }
}
footer .inner_1200 .footer_info_4 ul {
  font-size: clamp(12px, 1.1vw, 14px);
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .inner_1200 .footer_info_4 ul {
    width: 100%;
    margin: 0px auto 0px;
    flex-wrap: wrap;
    font-size: 15px;
  }
}
footer .inner_1200 .footer_info_4 ul li::before {
  content: "ー";
  margin-right: 5px;
  color: var(--primary);
}
footer .inner_1200 .footer_info_4 ul li a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.copy {
  background-color: var(--primary);
  color: #fff;
  padding: 30px 30px 30px;
  font-size: clamp(10px, 1.2vw, 16px);
  text-align: center;
  font-family: var(--font-Kozuka);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .copy {
    padding: 30px 10px 80px;
  }
}


/*下層カスタム*/
.page-header__title {
  color: var(--main_color);
}

.page-header__sub {
  color: #000;
}

.page-content__header__inner {
  position: relative;
  padding-top: 0px !important;
}

.service-list li {
  width: 30% !important;
}
@media screen and (max-width: 991px) {
  .service-list li {
    width: 48% !important;
  }
}
@media screen and (max-width: 500px) {
  .service-list li {
    width: min(100%, 320px) !important;
  }
}

.service-list .c-item__title {
  font-size: clamp(12px, 1.5vw, 18px) !important;
}
@media screen and (max-width: 500px) {
  .service-list .c-item__title {
    letter-spacing: -0.5px;
  }
}

.box-style .c-item2__title small {
  font-size: 0.6em;
  letter-spacing: 0px !important;
}

.ul_style {
  list-style: disc;
  line-height: 2;
  margin-top: 1em;
}
.ul_style li {
  margin-left: 1em;
}

.pattern__table table {
  width: 0%;
}

.price {
  text-align: right;
}

.p_table {
  width: min(100%, 700px);
  margin: auto;
  border-collapse: collapse;
}
.p_table th {
  background-color: #efefef;
  padding: 20px;
  border: 1px solid #ccc;
}
.p_table td {
  padding: 20px;
  border: 1px solid #ccc;
}

.dl_style dt {
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 2;
  display: flex;
  justify-content: flex-start;
  color: var(--main_color);
}
.dl_style dt span {
  margin-right: 0.5em;
  font-weight: bold;
}
.dl_style dd {
  line-height: 2;
  margin-bottom: 1em;
  display: flex;
  justify-content: flex-start;
}
.dl_style dd span {
  margin-right: 0.5em;
  color: var(--main_color);
  font-weight: bold;
}

.page_lead {
  font-size: clamp(16px, 2vw, 20px);
  text-align: center;
  padding: 50px;
  line-height: 2;
}

.ul_style2 li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.3em;
}

.page-header__title.s_size {
  font-size: min(6vw, 90px);
}

@media (max-width: 575px) {
  .page-header__title.s_size {
    font-size: 8vw;
  }
}
.f_strong {
  font-weight: bold;
  display: block;
}

.h_add {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font_serif);
  line-height: 1.7;
}

.c-mv__video {
  width: 100%;
}/*# sourceMappingURL=custom.css.map */

.c-mv__video video {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

/* 250204 */

.bl_btn.bl_btn_large {
  text-align: center;
  padding: 20px 40px 25px;
  font-size: clamp(20px, 1.6vw, 22px) !important;
  margin: 0px auto 0;
}
@media screen and (max-width: 767px) {
  .bl_btn.bl_btn_large {
    width: 80%;
  }
}
@media only screen and (max-width: 360px) {
  .bl_btn.bl_btn_large {
    padding: 20px 10px 25px;
  }
}

/* 250303 */
.online_guide {
  display: block;
  margin-top: 40px;
}
.online_guide__title a {
  display: block;
  padding: 1em;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #7f1a75;
}
.online_guide p {
  margin-top: .5em;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.footer_info_2 .online_guide {
  margin-left: 13%;
}
@media screen and (max-width: 767px) {
  .footer_info_2 .online_guide {
    margin-left: 6%;
    margin-right: -6%;
  }
}
/*260403*/
.top_groupbanner_column3 {
  width: 100%;
  margin: 60px auto 60px;
}
.footer .top_groupbanner_column3 {
	margin: 0px auto 80px;
}
.top_groupbanner_column3 .title {
  color: var(--yel_main);
  text-align: center;
  font-size: 2.4em;
  font-weight: 500;
  font-family: var(--font-DnpShuei);
  margin-bottom: 1.5em;
}
.top_groupbanner_column3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    max-width: 72%;
    margin: 0 auto;
}
      .top_groupbanner_column3.ver02 {/*260518*/
        width: 100%;
        margin: 0px auto 80px;
      }
      .top_groupbanner_column3.ver02 ul {
          max-width: 100%;
      }
.top_groupbanner_column3 ul li {
  width: 31%;
}
.top_groupbanner_column3 ul li p.red {
  text-align: center;
  color: #f00;
  margin-bottom: 4px;
  font-size: .9em;
}
.top_groupbanner_column3 ul li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top_groupbanner_column3 {
    max-width: 80%;
    /* margin: -20px auto 80px; */
  }
  .top_groupbanner_column3 .title {
    font-size: 1.6em;
    margin-bottom: 1.0em;
  }
  .top_groupbanner_column3 ul {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
      .top_groupbanner_column3.ver02 {/*260518*/
        max-width: 90%;
        margin: 20px auto 0;
      }
      .top_groupbanner_column3.ver02 ul {
          max-width: 100%;
      }
  .top_groupbanner_column3 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* お問い合わせ background start  */
.bg_wavegreen{
    background-image: url(../images/top/mv_wave.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: clamp(20px, 3.5vw, 50px);
}

@media screen and (max-width: 767px) {
    .bg_wavegreen{
        padding-top: 50px;
        padding-bottom:50px
    }
}

/* お問い合わせ background end */

/*  TV Wakayama program start*/
.news-box{
    background-color: rgba(242, 255, 237,0.8);
    width: 1200px;
    margin: 50px auto 0;
    padding: 0 0 84px 0;
}
.news-box h4{
	font-family: var(--font-DnpShuei);
    font-size: 24px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    background-color: var(--primary);
    padding: 20px;
    font-family: var(--font-DnpShuei);
    font-weight:300;
}
.news-box .flex-box{
    display: flex;
}
.news-box .c-mv__video{
    width: 60%;
    margin: 20px auto 0;
    display: block;
}
.news-box p{
    font-size: 16px;
    display: block;
    margin:auto 0;
    width: 32%;
    font-family: var(--font_sans);
}
@media (max-width: 1240px) and (min-width: 768px) { 
.news-box{
    width: 100%;
}
}
@media (max-width: 768px) {
    .news-box{
        width: 100%;
        margin: 50px auto 0;
        padding: 0 0 20px 0;
    }
    .news-box h4{
        font-size: 18px;
        color: #fff;
        display: block;
        text-align: center;
        margin-bottom: 20px;
        background-color: var(--primary);
        padding: 20px;
    }
    .news-box .flex-box{
        display: block;
    }
    .news-box .c-mv__video{
        width: 90%;
            margin: 0 auto 10px;
        display: block;
    }
    .news-box p{
        font-size: 14px;
        width: 90%;
        margin: 20px auto 0;
    }
}

/* TV Wakayama program end */

/* news section start */
.top_news dt{
    font-weight: 700;
    color:#1a1a1a;
    font-size:14px;
}

.f-bold{
    font-weight: bold;
}

.f-para{
    font-size: 14px;
}

.top_news .inner_1200 dl dd{
    color: #1a1a1a;
}

/* width */
.new_secondary ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.new_secondary ::-webkit-scrollbar-track {
  background: rgba(64, 79, 48, 0.2);
}

/* Handle */
.new_secondary ::-webkit-scrollbar-thumb {
  background: var(--primary);
}

/* Handle on hover */
.new_secondary ::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

.new_secondary{
    background:url(../images/top/new_wave.png) no-repeat;
    background-position: center 95%;
    background-size: 100% auto;
    padding-bottom: 200px;
}

.bl_btn.sec{
    padding: 14px 46px 18px 30px;
}

@media screen and (max-width: 1400px) {
	.new_secondary{
		background-position: center 65%;
	}
}
@media screen and (max-width: 1100px) {
	.new_secondary{
		background-position: center 45%;
	}
}

@media screen and (max-width: 1100px) {
	.new_secondary{
		padding-bottom: 0px;
    }
}

@media screen and (max-width:768px) {
    .bl_btn:after{
        width: 7px;
        height: 11px;
		right: 13px;
    }

	.bl_btn.sec {
		padding: 14px 25px 18px;
	}
}
@media only screen and (max-width: 360px) {
  .bl_btn {
    font-size: 12px !important;
    padding: 10px 10px 15px;
  }
  .bl_btn:after{
     right: 2px;
  }

  .bl_btn.sec {
	padding: 14px 15px 18px;
  }
         
}
/* news section end */

.wakayama_bg{
    background: url(../images/top/wave_sub.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.spe_link {
	color: #fff !important;
}

/* banner article start */
.top_groupbanner_column3 h3 {
  max-width: 72%;
  margin: 0 auto 1em;
  /* margin-bottom: 1em; */
  padding-left: .5em;
  line-height: 1.6;
  border-left: .5em solid #33c5f0;
}

.top_groupbanner_column3 {
  margin: 80px auto;
}
.top_groupbanner_column3 ul:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_groupbanner_column3 {
    max-width: 90%;
    margin: 60px auto -20px;
  }
  .top_groupbanner_column3 .title {
    margin-bottom: 1.5em;
  }
  .top_groupbanner_column3 h3 {
    max-width: none;
  }
  .top_groupbanner_column3 ul:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/*260403*/
.top_groupbanner_column3 {
  width: 100%;
  margin: 80px auto 120px;
}
.top_groupbanner_column3 .title {
  color: var(--yel_main);
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 1.5em;
}
.top_groupbanner_column3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    max-width: 72%;
    margin: 0 auto;
}
.top_groupbanner_column3 ul li {
  width: 31%;
}
.top_groupbanner_column3 ul li p.red {
  text-align: center;
  color: #f00;
  margin-bottom: 4px;
  font-size: .9em;
}
.top_groupbanner_column3 ul li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top_groupbanner_column3 {
    max-width: 80%;
    margin: 20px auto 60px;
  }
  .top_groupbanner_column3 .title {
    font-size: 1.6em;
    margin-bottom: 1.0em;
  }
  .top_groupbanner_column3 ul {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .top_groupbanner_column3 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* banner article end */

/* .Entrust category start */

.flex-box.entrust{
    gap:30px;
}

.entrust img{
    max-width:50%;
    width:100%;
    object-fit: cover;
}

.entrust div{
    max-width:50%;
    width:100%;
}

.entrust div p, .entrust div div{
    max-width:100%;
    width:100%;
    text-align: start;
}

.entrust .top_clinic .btn_wrap .bl_btn{
    max-width:73%;
	line-height: 1.2;
}

@media screen and (max-width:768px) {
    .entrust img{
        max-width:100%;
        width:100%;
    }

    .entrust div{
        max-width:95%;
        width:100%;
    }
}

.carding{
    background-color: #fff;
    color: red;
    padding: 20px 30px;
    margin:0 auto;
}
.map-container{
  max-width: 600px;
  margin: 0 auto;
  height: auto;
}