@charset "UTF-8";
/* ===========================================================
   # BASE
=========================================================== */
/* = LAYOUT
----------------------------------------------------------- */
/* HEAD */
.head .headIn {
  height: 8rem;
}

.pageTtl.hidden {
  height: 0;
  padding-bottom: 42.6%;
}

.pageTtl.hidden img {
  -ms-filter: blur(4px);
  filter: blur(4px);
  object-fit: cover;
  transform: scale(1.1);
}

.pageTtl.hidden h2 {
  color: #00008b;
  flex-direction: column;
  font-size: min(4vw, 2rem);
  gap: 1rem;
  letter-spacing: .5em;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pageTtl.hidden h2 strong {
  font-size: min(6.4vw, 3.6rem);
  letter-spacing: 1em;
  padding-left: 1em;
}

.pageTtl.hidden h2::before {
  content: "";
  background-color: #4C4C4C;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: block;
  margin: auto;
  width: 4.5rem;
  height: 6rem;
}

.head-doctorCont .pageTtl.hidden h2::before {
  -webkit-mask-image: url(./img/ico_doctor.svg);
  mask-image: url(./img/ico_doctor.svg);
}

.informationCont .pageTtl.hidden h2::before {
  -webkit-mask-image: url(./img/ico_medical.svg);
  mask-image: url(./img/ico_medical.svg);
}

.introductionCont .pageTtl.hidden h2::before {
  -webkit-mask-image: url(./img/ico_clinic.svg);
  mask-image: url(./img/ico_clinic.svg);
}

.accessCont .pageTtl.hidden h2::before {
  -webkit-mask-image: url(./img/ico_access.svg);
  mask-image: url(./img/ico_access.svg);
}

.pageTtl.hidden.noIcon {
  background: rgba(0, 157, 64, 0.08);
}

.pageTtl.hidden.noIcon h2::before {
  display: none;
}

.pageTtl.recruit h2, .pageTtl.recruit h3 {
  color: #00008b;
  font-size: min(9.6vw, 7.2rem);
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .5em;
  padding-left: .5em;
  left: 0;
  right: 0;
  bottom: 1rem;
}

.pageTtl.recruit h2 {
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
}

.entryTtl {
  font-size: min(6.4vw, 4rem);
  line-height: 1.4;
  margin-bottom: 2em;
}

.entryTtl span {
  color: #00008b;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.head-doctorCont .pageTtl.hidden h2 strong {
  letter-spacing: 0.5em;	
}
/* FOOT */
.sns {
  padding: 6rem 0;
  padding: 3rem 0;
}

/* MAIN */
.cont {
  padding-top: 0;
}

.contBody {
  padding-top: 4rem;
}

.newsCont {
  padding-bottom: 0;
}

/* SIDE */
@media (min-width: 768px) {
  /* HEAD */
  .head .headIn {
    height: 9.4rem;
  }
  .pageTtl.hidden h2::before {
    width: 9rem;
    height: 11rem;
  }
  .pageTtl.recruit h2, .pageTtl.recruit h3 {
    font-size: min(6vw, 7.2rem);
    bottom: 13%;
  }
  .pageTtl.recruit h2 {
    -webkit-text-stroke-width: 6px;
  }
  /* MAIN */
}

@media (min-width: 1024px) {
  /* HEAD */
  .head .headIn {
    height: 12rem;
  }
  .pageTtl.hidden {
    height: 28.5rem;
    padding: 0;
  }
  .pageTtl.hidden img {
    height: 100%;
  }
  /* FOOT */
  .sns {
    padding: 10rem 0;
    padding: 5rem 0;	  
  }
  /* MAIN */
  .contBody {
    padding-top: 6rem;
  }
}

@media (min-width: 1366px) {
  /* HEAD */
  .head .headIn {
    height: 16rem;
  }
  /* MAIN */
}

@media (min-width: 1540px) {
  /* HEAD */
  .pageTtl.hidden::before, .pageTtl.hidden::after {
    background: linear-gradient(90deg, #e5f5ec 50%, rgba(229, 245, 236, 0) 100%);
    content: "";
    width: 20vw;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pageTtl.hidden::before {
    left: 0;
  }
  .pageTtl.hidden::after {
    right: 0;
    transform: rotate(180deg);
  }
}

/* ===========================================================
   # PAGINATION
=========================================================== */
.pageNav ul {
  display: flex;
  justify-content: center;
}

.pageNav a, .pageNav span {
  display: block;
  opacity: .8;
  transition: all 300ms 0s ease;
}

.pageNav a:hover, .pageNav a.current, .pageNav span:hover, .pageNav span.current {
  background: #00008b;
  border-color: #00008b !important;
  color: #fff;
  opacity: 1;
}

.pageNav .page-numbers {
  gap: 1rem;
  line-height: 2.6rem;
}

.pageNav .page-numbers li a, .pageNav .page-numbers li span {
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
}

.pageNav .pagination {
  line-height: 3rem;
}

.pageNav .pagination li {
  width: 33.33%;
}

.pageNav .pagination li a {
  border: 1px solid #ccc;
  font-size: .9em;
  margin-left: -1px;
}

@media (min-width: 768px) {
  .single .pageNav {
    padding-top: 6em;
  }
  .pageNav .page-numbers {
    line-height: 4rem;
  }
  .pageNav .page-numbers li a, .pageNav .page-numbers li span {
    width: 4rem;
    height: 4rem;
  }
  .pageNav .pagination {
    line-height: 6rem;
  }
  .pageNav .pagination li a {
    font-size: 1em;
  }
}

/* ===========================================================
   # DOCTOR
=========================================================== */
.doctorIntro.flex.column2 {
  justify-content: center;
}

.doctorBox {
  border: 1px solid #4C4C4C;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  padding: 0 4rem 4rem;
  position: relative;
}

.doctorBox::after {
  background: #fff;
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: -1px;
}

.doctorBox.prof {
  margin-bottom: 7rem;
}

.doctorBox > dt {
  background-color: #fff;
  background-position: 50% 0;
  background-size: 3.8rem;
  color: #00008b;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: -3rem;
  padding-top: 7rem;
  width: 80%;
  text-align: center;
}

.doctorBox.prof > dt {
  background-image: url(./img/ico_prof.svg);
}

.doctorBox.badge > dt {
  background-image: url(./img/ico_badge.svg);
}

.doctorBox > dd {
  width: 100%;
}

.doctorBox > dd.sub {
  margin-top: -1em;
  width: 100%;
}

.doctorBox > dd dl {
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}

.doctorBox > dd dl::before {
  color: #00008b;
  content: "●";
  font-size: 1rem;
  position: absolute;
  left: -.45em;
  top: .5em;
}

.doctorBox > dd dl:not(:last-of-type)::after {
  border-left: 1px dotted #ccc;
  content: "";
  width: 1px;
  height: calc(100% - .8em);
  position: absolute;
  left: 0;
  top: 1.2em;
}

.doctorBox > dd dl:not(:last-of-type) dd {
  padding-bottom: 1em;
}

.doctorPolicy {
  background: #F2FAF5;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 8rem 0 4rem;
}

.doctorPolicy .name {
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: .3em;
}

.doctorPolicy .catch {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 1em 0;
}

.doctorPolicy .txt {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
}
  .head-doctorCont .doctorIntro.flex.column2 > li {
    max-width: 70%;
	}

@media (min-width: 768px) {
  .doctorIntro.flex.column2 > li {
    width: auto;
    max-width: 48%;
  }
  .doctorBox {
    flex: 1;
    margin: 0 !important;
  }
  .doctorBox_wrap {
    display: flex;
    gap: 8rem;
  }
  .doctorPolicy {
    margin-left: 0;
    margin-right: 0;
  }
  .introductionCont .doctorIntro.flex.column2 > li {
    max-width: 80%;
  }
  .head-doctorCont .doctorIntro.flex.column2 > li {
    max-width: 30%;
	}
}

@media (min-width: 1366px) {
  .doctorBox > dd.sub {
    margin-left: 1em;
  }
}

/* ===========================================================
   # INFORMATION
=========================================================== */
.medicalSche_table {
  background: #fff;
  padding: 1rem 0;
}

.medicalSche ul {
  flex-direction: column;
  padding-top: 1em;
}

.medicalSche ul li {
  font-size: .88em;
  line-height: 1.4;
  margin: 0;
}

.medicalFirst.box01 {
  background: #F1EDF3;
}

.medicalFirst .ttl {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.4;
}

.medicalFirst .body {
  background: #fff;
  margin: 1em 0;
  padding: 3rem;
}

.medicalPrice_in {
  background: #fff;
  padding: 2rem;
}

.medicalPrice table {
  min-width: 100%;
  white-space: nowrap;
  margin-bottom: 1em;
}

.medicalPrice table th, .medicalPrice table td {
  border: none;
  text-align: center;
}

.medicalPrice table td {
  border-top: 1px solid #C8C8C8;
}

.medicalPrice p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .medicalSche_table {
    padding: 4rem;
  }
  .medicalSche ul {
    flex-direction: row;
    gap: 2em;
    justify-content: center;
    padding: 2rem 0 0;
  }
  .medicalFirst .ttl {
    text-align: center;
  }
  .medicalPrice table th, .medicalPrice table td {
    border: 1px solid #C8C8C8;
  }
}

@media (min-width: 1024px) {
  .medicalSche ul li {
    font-size: 1em;
  }
  .medicalFirst .ttl {
    font-size: min(2vw, 2.4rem);
  }
  .medicalFirst .body {
    margin: 2em 0;
    padding: 5rem 10%;
  }
  .medicalPrice_in {
    padding: 5rem 10%;
  }
  .medicalPrice table {
    margin-bottom: 2em;
  }
}

/* ===========================================================
   # INTRODUCTION
=========================================================== */
.introGall.box01 {
  background: #F1EDF3;
}

.introGall .ttl {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.4;
}

.introGall .gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 3rem 0;
}

.introGall .gallery dl {
  background: #fff;
  display: flex;
  align-items: center;
  /*flex: 1;*/
  gap: 5px;
  padding: 5px;
}

.introGall .gallery dl::after {
  background: #8F6CAD;
  content: "";
  order: -1;
  width: 1rem;
  height: 1px;
}

.introGall .gallery dl dt {
  order: -1;
  margin: 0;
  width: 12rem;
}

.introGall .gallery dl dd {
  line-height: 1.8;
  padding: 0 1em;
}

@media (min-width: 768px) {
  .introGall .ttl {
    text-align: center;
  }
  .introGall .gallery {
    background: #fff;
    flex-direction: row;
    gap: 2rem;
    padding: 3rem;
  }
  .introGall .gallery dl {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
    text-align: center;
  }
  .introGall .gallery dl::after {
    width: 1px;
    height: 2rem;
  }
  .introGall .gallery dl dt {
    width: 100%;
  }
  .introGall .gallery dl dd {
    padding: 0;
  }

}

@media (min-width: 1024px) {
  .introGall .ttl {
    font-size: min(2vw, 2.4rem);
  }
}

/* ===========================================================
   # RECRUIT
=========================================================== */
.recruitCatch {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

.recruitCatch::before, .recruitCatch::after {
  border-left: 2px solid #00008b;
  border-right: 1px solid #00008b;
  content: "";
  width: 8px;
}

.recruitCatch.x1::before, .recruitCatch.x1::after {
  height: 2em;
}

.recruitCatch.x2::before, .recruitCatch.x2::after {
  height: 4.5em;
}

.recruitCatch::before {
  transform: rotate(325deg);
}

.recruitCatch::after {
  transform: rotate(215deg);
}

.recruitCatch strong strong {
  color: #00008b;
  font-size: min(6.4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  position: relative;
}

.recruitCatch strong strong::after {
  background: repeating-linear-gradient(-45deg, #CCEBD9, #CCEBD9 2px, #fff 0, #fff 4px);
  content: "";
  width: 100%;
  height: .5em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.recruitEnviron {
  margin-top: 4rem;
}

.recruitEnviron ul.flex {
  background: #fff;
  flex-direction: column;
}

.recruitEnviron ul.flex li {
  counter-increment: recruitEnviron;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 2.5rem 0;
  position: relative;
}

.recruitEnviron ul.flex li::before {
  color: #00008b;
  content: counter(recruitEnviron);
  font-size: min(6.4vw, 3.6rem);
  font-weight: 300;
}

.recruitEnviron ul.flex li::after {
  background: #00008b;
  content: "";
  margin-left: -1rem;
  order: -1;
  width: 2.5rem;
  height: 1px;
}

.recruitEnviron ul.flex li strong {
  padding-left: .5em;
}

.recruitEnviron ul.flex li:not(:last-child) strong::after {
  background: #00008b;
  content: "";
  margin: auto;
  width: 10rem;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.recruitVoice.flex {
  flex-direction: column;
}

.recruitVoice.flex li {
  background-size: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 72%;
  position: relative;
}

.recruitVoice.flex li .txt {
  display: block;
  width: 53%;
  height: 50%;
  overflow: auto;
  position: absolute;
  top: 20%;
  scrollbar-width: none;
}

.recruitVoice.flex li .txt::-webkit-scrollbar {
  display: none;
}

.recruitVoice.flex li.male {
  background-image: url(./img/illust_male_sp.png);
}

.recruitVoice.flex li.male .txt {
  right: 6%;
}

.recruitVoice.flex li.famale {
  background-image: url(./img/illust_famale_sp.png);
}

.recruitVoice.flex li.famale .txt {
  left: 6.5%;
}

@media (min-width: 768px) {
  .recruitCatch.x1::before, .recruitCatch.x1::after,
  .recruitCatch.x2::before, .recruitCatch.x2::after {
    height: 3em;
  }
  .recruitEnviron ul.flex {
    flex-direction: row;
  }
  .recruitEnviron ul.flex li {
    flex: 1;
    flex-direction: column;
    padding: 0 0 3rem;
    text-align: center;
  }
  .recruitEnviron ul.flex li::after {
    margin: -2rem 0 0;
    width: 1px;
    height: 4rem;
  }
  .recruitEnviron ul.flex li strong {
    font-size: .8em;
    padding: 2rem 0;
    width: 100%;
    position: relative;
  }
  .recruitEnviron ul.flex li:not(:last-child) strong {
    border-right: 1px solid #00008b;
  }
  .recruitEnviron ul.flex li strong::before, .recruitEnviron ul.flex li strong::after,
  .recruitEnviron ul.flex li:not(:last-child) strong::after {
    background: repeating-linear-gradient(-45deg, #CCEBD9, #CCEBD9 2px, #fff 0, #fff 4px);
    content: "";
    margin: auto;
    width: 4rem;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .recruitEnviron ul.flex li strong::before {
    top: -1rem;
  }
  .recruitEnviron ul.flex li strong::after, .recruitEnviron ul.flex li:not(:last-child) strong::after {
    bottom: -1rem;
  }
  .recruitMessage {
    text-align: center;
  }
  .recruitVoice.flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .recruitVoice.flex li {
    width: 49%;
    padding-bottom: 35%;
  }
  .recruitVoice.flex li .txt {
    width: 51%;
    height: 53%;
  }
  .recruitVoice.flex li.male .txt {
    right: 7%;
  }
  .recruitVoice.flex li.famale .txt {
    left: 7.5%;
  }
}

@media (min-width: 1024px) {
  .recruitIntro {
    font-size: 2rem;
    text-align: center;
  }
  .recruitEnviron ul.flex li {
    padding-bottom: 6rem;
  }
  .recruitEnviron ul.flex li strong {
    font-size: 1em;
    margin-top: 2rem;
  }
  .recruitEnviron ul.flex li strong::before {
    top: -2rem;
  }
  .recruitEnviron ul.flex li strong::after, .recruitEnviron ul.flex li:not(:last-child) strong::after {
    bottom: -2rem;
  }
  .recruitVoice.flex li {
    width: 50%;
    padding-bottom: 43%;
  }
  .recruitVoice.flex li .txt {
    width: 41%;
    height: 36%;
    top: 14%;
  }
  .recruitVoice.flex li.male {
    background-image: url(./img/illust_male_pc.png);
  }
  .recruitVoice.flex li.male .txt {
    right: 9%;
  }
  .recruitVoice.flex li.famale {
    background-image: url(./img/illust_famale_pc.png);
  }
  .recruitVoice.flex li.famale .txt {
    left: 17.5%;
  }
}
.recruitCont .reserve {
	display: none;
}

/*# sourceMappingURL=content.map */