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

.TimeSchedule th {
  line-height: 1.4;
}
.flexBox img {
  border-radius: 1rem;
}
.decBox04 {
  background-color: #fff;
}
/*-------------------------
first
--------------------------*/
.consul_hD {
  position: relative;
  padding-left: 70px;
  display: flex;
  align-items: center;
  margin-top: 0;
  line-height: 50px;
}
.consul_hD::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f5ebe1;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  border: none !important;
}
/*-------------------------
about
--------------------------*/
.feature_hD {
  position: relative;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  line-height: 1.4;
  text-align: center;
}
.feature_hD::before {
  content: attr(data-text);
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  border: none !important;
  position: static;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.featureBox .flexColCont:nth-of-type(1) .feature_hD::before {
  color: #F8BB31;
  background: rgba(248, 187, 49, 0.1);
}
.featureBox .flexColCont:nth-of-type(2) .feature_hD::before {
  color: #B2D6E2;
  background: rgba(178, 214, 226, 0.10);
}
.featureBox .flexColCont:nth-of-type(3) .feature_hD::before {
  color: #FFD5CD;
  background: rgba(255, 213, 205, 0.1);
}
.featureBox img {
  margin-bottom: 2rem;
}
/*-------------------------
news
--------------------------*/
/*-------------------------
menu
--------------------------*/
#flu .hA::before {
  content: 'INFLUENZA';
  display: block;
  font-size: clamp(1.7rem, 1.5828rem + 0.313vw, 2rem);
  color: #8dcf00;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menuListCheck li {
  padding: 10px 0 16px;
  background-image: repeating-linear-gradient(90deg, #988074, #988074 3px, transparent 3px, transparent 6px);
  background-position: left bottom 3px;
  background-size: 100% 2px;
  background-repeat: repeat-x;
}
ul.menuListCheck li::before {
  top: 1.6rem !important;
}
.symptomsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
.symptomCard {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 34px 30px;
  border: 3px solid #6a5448;
  border-radius: 26px;
  background: #fff;
  box-sizing: border-box;
}
.symptomIcon {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  border: 1px solid #e6ddd5;
  border-radius: 50%;
  background: #faf7f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.symptomIcon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 56px;
  max-height: 56px;
}
.symptomContent {
  flex: 1;
  padding-top: 8px;
}
.symptomContent h3 {
  margin: 0 0 22px;
  color: #5c463a;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.symptomContent h3::after {
  content: "";
  display: block;
  width: 220px;
  height: 4px;
  margin-top: 14px;
  background: repeating-linear-gradient(to right, #e2b39b 0 4px, transparent 4px 12px);
}
.symptomTagList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.symptomTagList li {
  display: inline-block;
  padding: 3px 24px;
  background: #f5eee8;
  border: 1px solid #d8c5b8;
  border-radius: 999px;
  color: #5c463a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  box-sizing: border-box;
}
.symptomTagList li:last-of-type {
  background: none;
  border: none;
}
/*  doctorMessage */
.doctorMessage {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
.doctorMessage__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.doctorMessage__bubble {
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 32px;
  background: #fff;
  border: 2px solid #9ccc5a;
  border-radius: 42px;
  box-shadow: 0 12px 28px rgba(91, 77, 62, 0.08);
}
.doctorMessage__bubble::before {
  content: "";
  position: absolute;
  top: 42%;
  right: -31px;
  width: 58px;
  height: 58px;
  background: #fff;
  border-top: 2px solid #9ccc5a;
  border-right: 2px solid #9ccc5a;
  transform: rotate(45deg);
  border-radius: 0 10px 0 0;
}
.doctorMessage__title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  color: #5b4638;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  border-bottom: 6px solid rgba(156, 204, 90, 0.35);
}
.doctorMessage__text p {
  font-size: 16px;
  font-weight: 500;
}
.doctorMessage__text p:last-child {
  margin-bottom: 0;
}
.doctorMessage__img {
  position: relative;
  z-index: 1;
  flex: 0 0 36%;
  margin-left: -24px;
}
.doctorMessage__img img {
  display: block;
  width: 100%;
  height: auto;
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
/*-------------------------
staff
--------------------------*/
.p-staffGreeting {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.p-staffGreeting__text {
  flex: 1;
}
.p-staffGreeting__photoWrapper {
  position: relative;
  width: 80%;
  max-width: 500px;
}
.p-staffGreeting__photoWrapper::after {
  content: "";
  position: absolute;
  left: -3rem;
  bottom: -2rem;
  width: 100%;
  aspect-ratio: 57/45;
  background: url(../../img/page/staff/img-staff-deco-01.png) no-repeat center / contain;
  z-index: -1;
}
.p-staffGreeting__quote {
  font-family: "Kaisei Opti", serif;
  font-size: 5.2rem;
}
.p-staffGreeting__quote::before {
  content: "\201C";
  opacity: 0.5;
}
.p-staffGreeting__quote::after {
  content: "\201D";
  opacity: 0.5;
}
.p-staffGreeting__bouten span {
  position: relative;
  display: inline-block;
}
.p-staffGreeting__bouten span::before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.25em;
  height: 0.25em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-staffGreeting__bouten.--01 span::before {
  background-image: url(../../img/page/staff/img-staff-bouten-01.svg);
}
.p-staffGreeting__bouten.--02 span::before {
  background-image: url(../../img/page/staff/img-staff-bouten-02.svg);
}
p.p-staffGreeting__desc {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-staff__name {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 2.4rem;
}
.p-staff__name::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5rem;
  margin-top: 0.5rem;
  background: url(../../img/page/staff/img-staff-line-01.svg) repeat-x left top / auto 1.5rem;
}
.p-staff__name.--doctor {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.p-staff__nameEn {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #8fc31f;
  margin-left: 0.5em;
}
.p-staffGreeting__photo {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 500/450;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 587 516'%3E%3Cpath d='M587 280C587 412 431 515 274 515C118 515 0 397 0 265C0 133 218 0 374 0C531 0 587 148 587 280Z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.p-staffGreeting__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-staffProfile {
  overflow: visible;
  margin-top: 5rem;
}
.p-staffProfile__cols {
  display: flex;
  gap: 4rem;
}
.p-staffProfile__colLeft, .p-staffProfile__colRight {
  flex: 1;
}
.p-staffProfile__label {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px dotted #b09a7e;
  margin: 1.2rem 0;
}
.p-staffProfile__content {
  margin: 0;
  font-size: 1.6rem;
}
dl.p-staffProfile__career {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 1rem;
  margin: 0;
}
dl.p-staffProfile__career dt {
  white-space: nowrap;
  font-weight: 500;
}
dl.p-staffProfile__career dd {
  margin: 0;
  grid-column: 2;
}
dl.p-staffProfile__career dd.--full {
  grid-column: 1 / -1;
}
.p-staffProfile::after {
  content: "";
  position: absolute;
  background: url(../../img/page/staff/img-staff-duck.svg) no-repeat center / contain;
  width: 110px;
  aspect-ratio: 110/53;
  bottom: -2rem;
  right: 2.4rem;
}
.p-staffClouds {
  position: relative;
  margin-top: 12rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url(../../img/page/staff/img-staff-cloud-01.png) no-repeat top center / 100% auto;
  padding: 7rem 0 9rem;
}
.p-staffClouds::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 22vw);
  background: url(../../img/page/staff/img-staff-cloud-02.png) no-repeat bottom center / cover;
  pointer-events: none;
}
.p-staffInterview {
  --texture: url(../../img/page/staff/img-staff-texture-01.png);
  position: relative;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 6rem;
}
.p-staffInterview .hA {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.p-staffInterview__tagImg {
  position: absolute;
  width: 240px;
  bottom: calc(100% - 1.6rem);
}
.p-staffInterview__tagImg.--left {
  right: calc(100% - 5rem);
}
.p-staffInterview__tagImg.--right {
  left: calc(100% - 5rem);
}
.p-staffInterview__list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 3.2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.p-staffInterview__q {
  margin-bottom: -3rem;
  margin-left: -3rem;
}
.p-staffInterview__qText {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  padding: 1.2rem 4rem 1.2rem 3.2rem;
  width: fit-content;
  border-radius: 46px 36px 48px 34px / 34px 48px 36px 46px;
  background:
    var(--texture) repeat, var(--q-color);
  background-blend-mode: color-burn;
}
.p-staffInterview__qText::after {
  content: "";
  position: absolute;
  bottom: -2.3rem;
  left: 7rem;
  width: 40px;
  height: 24px;
  background: var(--q-color);
  clip-path: path("M26.0282 0C29.1445 8.98919 35.7148 17.3488 38.244 19.1406C41.3857 20.7808 39.4707 23.5827 37.6317 23.0361C15.3335 18.9036 4.6646 7.26666 0 0H26.0282Z"
    );
}
.p-staffInterview__qBadge, .p-staffInterview__aBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  flex-shrink: 0;
  width: 4.8rem;
  aspect-ratio: 1/1;
  font-size: 2.4rem;
}
.p-staffInterview__qBadge {
  background: #fff;
  color: var(--q-color);
  margin-right: 1.6rem;
}
.p-staffInterview__aBox {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  border: 3px solid var(--q-color);
  padding: 5.6rem;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.p-staffInterview__aBadge {
  background:
    var(--texture) repeat, var(--q-color);
  background-blend-mode: color-burn;
  color: #fff;
}
.p-staffInterview__aBox p {
  flex: 1;
  margin: 0;
  font-size: 1.6rem;
  color: #604f47;
  line-height: 1.89;
}
.p-staffInterview__aImage {
  position: absolute;
  bottom: -3rem;
}
.p-staffInterview__aImage.--right {
  width: 14rem;
  right: -4rem;
}
.p-staffInterview__aImage.--left {
  border-radius: 50%;
  width: 18rem;
  left: -10rem;
}
.p-staffDoctorSection {
  position: relative;
  padding-top: 20rem;
  margin-top: -32rem;
}
.p-staffDoctorSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: clamp(271px, 35.25vw, 1058px);
  background: url(../../img/top/bg_menu01_pc.png) no-repeat center top / cover;
  z-index: 0;
}
.p-staffDoctorSection .hA, .p-staffDoctor, .p-staffDoctorSection .p-staffProfile {
  position: relative;
  z-index: 1;
}
.p-staffDoctor {
  display: flex;
  gap: 4.8rem;
  align-items: flex-start;
  margin-top: 4rem;
}
.p-staffDoctor__photo {
  flex-shrink: 0;
  width: 36rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-staffDoctor__photo img {
  display: block;
  width: 100%;
}
.p-staffDoctor__info {
  flex: 1;
}
.p-staffDoctor__info p {
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.89;
  color: #604f47;
}
.p-staffInterview__item.--green {
  --q-color: #a5dd58;
}
.p-staffInterview__item.--pink {
  --q-color: #f4adad;
}
.p-staffInterview__item.--blue {
  --q-color: #9fcde5;
}
.p-staffInterview__item.--orange {
  --q-color: #f6ab08;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  .mt30_pc {
    margin-top: 30px !important;
  }
  .mt50_pc {
    margin-top: 50px !important;
  }
  /*-------------------------
menu(PC)
--------------------------*/
  /*------------------------
staff(PC)
--------------------------*/
  /*-------------------------
about(PC)
--------------------------*/
  .featureBox .flexColCont {
    width: 32%;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {
  .symptomsList {
    gap: 24px;
  }
  .symptomCard {
    gap: 20px;
    padding: 28px 24px;
  }
  .symptomIcon {
    width: 90px;
    height: 90px;
  }
  .symptomIcon img {
    max-width: 46px;
    max-height: 46px;
  }
  .symptomContent h3 {
    font-size: 2rem;
  }
  .symptomTagList li {
    font-size: 1.5rem;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
	 
	.l-main__inner p{
	line-height: 1.6;
}
  /*-------------------------
first(SP)
--------------------------*/
  .consul_hD {
    padding-left: 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.5;
  }
  .consul_hD::before {
    position: static;
    transform: none;
    margin-bottom: 10px;
  }
	.firstTbl th, .firstTbl td {
		font-size: 12px;
		padding: 0.4rem;
	}
	.firstTbl th:first-of-type {
		width: 25%;
	}
	.firstTbl th:nth-last-of-type(2) {
		width: 35%;
	}
  /*-------------------------
menu(SP)
--------------------------*/
  .doctorMessage {
    margin: 50px auto;
    padding: 0 18px;
  }
  .doctorMessage__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .doctorMessage__bubble {
    width: 100%;
    padding: 34px 24px 36px;
    border-radius: 28px;
  }
  .doctorMessage__bubble::before {
    top: -18px;
    right: 64px;
    width: 36px;
    height: 36px;
    transform: rotate(-45deg);
    border-top: 2px solid #9ccc5a;
    border-right: 2px solid #9ccc5a;
  }
  .doctorMessage__title {
    margin-bottom: 24px;
    padding-bottom: 12px;
    font-size: 3.8vw;
  }
  .doctorMessage__text p{
    font-size: 3.6vw;
  }
  .doctorMessage__text p {
    margin-bottom: 18px;
  }
  .doctorMessage__img {
    width: 72%;
    max-width: 300px;
    margin: 0 auto -12px;
  }
 
  .symptomsList {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .symptomCard {
    display: block;
    padding: 24px 18px;
    border-width: 2px;
    border-radius: 20px;
    min-height: auto;
  }
  .symptomIcon {
    width: 76px;
    height: 76px;
    margin: 0 auto 16px;
  }
  .symptomIcon img {
    max-width: 40px;
    max-height: 40px;
  }
  .symptomContent {
    padding-top: 0;
  }
  .symptomContent h3 {
    margin-bottom: 16px;
    font-size: 1.9rem;
    text-align: center;
  }
  .symptomContent h3::after {
    width: 160px;
    height: 3px;
    margin: 10px auto 0;
  }
  .symptomTagList {
    justify-content: center;
    gap: 8px;
  }
  .symptomTagList li {
    padding: 6px 14px;
    font-size: 1.4rem;
  }
  /*------------------------
staff(SP)
--------------------------*/
  .p-staffGreeting {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .p-staffGreeting__photo {
    width: 100%;
  }
  .p-staffGreeting__quote {
    font-size: 2.8rem;
    margin-top: 1.5rem;
    white-space: normal;
    text-align: center;
  }
  p.p-staffGreeting__desc {
    font-size: 100%;
  }
  .p-staff__name {
    font-size: 2rem;
    margin-inline: auto;
  }
  .p-staff__nameEn {
    font-size: 1.4rem;
  }
  .p-staffProfile {
    margin-top: 3rem;
    padding: 2.4rem;
  }
  .p-staffProfile::after {
    width: 8rem;
    bottom: -2rem;
  }
  .p-staffProfile__cols {
    flex-direction: column;
    gap: 0;
  }
  .p-staffProfile__label {
    font-size: 1.8rem;
  }
  .p-staffClouds {
    margin-top: 6rem;
    padding: 4rem 0 9rem;
  }
  .p-staffInterview {
    padding: 0 2rem 3rem;
  }
  .p-staffInterview__tagImg {
    width: 120px;
  }
  .p-staffInterview__tagImg.--left {
    right: calc(100% - 1rem);
  }
  .p-staffInterview__tagImg.--right {
    left: calc(100% - 1rem);
  }
  .p-staffInterview__list {
    gap: 2.4rem;
  }
  .p-staffInterview__q {
    margin-bottom: -1.5rem;
    margin-left: -1rem;
  }
  .p-staffInterview__qText {
    font-size: 1.8rem;
    padding: 1rem 2rem 1rem 1.6rem;
  }
  .p-staffInterview__qText::after {
    transform: scale(0.6);
    transform-origin: top;
    left: 2.4rem;
  }
  .p-staffInterview__qBadge, .p-staffInterview__aBadge {
    font-size: 1.8rem;
    width: 3.5rem;
  }
  .p-staffInterview__qBadge {
    margin-right: 0.8rem;
  }
  .p-staffInterview__aBox {
    flex-direction: column;
    padding: 3.2rem 2.4rem 2.4rem;
    gap: 0.8rem;
  }
  .p-staffInterview__aImage.--right {
    width: 7rem;
    right: -0.8rem;
  }
  .p-staffInterview__aImage.--left {
    position: static;
    width: 18rem;
    margin: 0.8rem auto -1rem;
  }
  .p-staffDoctorSection {
    margin-top: -18rem;
    padding-top: 10rem;
  }
  .p-staffDoctor {
    flex-direction: column;
    gap: 2.4rem;
  }
  .p-staffDoctor__photo {
    width: 70%;
    margin-inline: auto;
  }
  /*-------------------------
about(SP)
--------------------------*/
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
}