@charset "UTF-8";

/* src/scss/style.scss */
.c-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-tagItem {
  display: inline-block;
  padding: 6px 10px;
  line-height: 1;
  border: 1px solid #D5DFD5;
  background: #eff1e7;
  color: #2c5f2d;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
}
.c-side-title {
  margin-bottom: 16px;
  padding-left: 10px;
  position: relative;
  color: #2c5f2d;
  font-weight: 700;
}
.c-side-title::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #d3a124;
  border-radius: 6px;
}
.c-side-cat {
  margin-bottom: 50px;
}
.c-side-cat_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-side-cat_item {
  font-size: 15px;
}
.c-side-cat_item.current a {
  background-color: #2c5f2d;
  color: #fff;
}
.c-side-cat_item a {
  display: block;
  padding: 16px 12px;
  background-color: #eff1e7;
  color: #4A4237;
  line-height: 1;
  font-weight: 700;
  border-radius: 2px;
}
.c-pagination-list {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.c-pagination-item {
  width: 40px;
  height: 40px;
  background-color: #eff1e7;
  color: #2c5f2d;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
}
.c-pagination-item.is-current {
  background-color: #2c5f2d;
  color: #fff;
}
.c-pagination-item a {
  display: block;
}
.pagination-prev,
.pagination-next {
  border: 1px solid #D5DFD5;
  background-color: #fff;
}
.link-button {
  --tw-duration: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link-button .icon {
  --tw-duration: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link-button svg {
  --tw-duration: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link-button:hover .icon {
  --tw-duration: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link-button:hover .icon svg {
  color: #fff;
  --tw-duration: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.p-single-content a.wp-block-file__button {
  background: #eff1e7;
  color: #2c5f2d;
  border: 1px solid #2c5f2d;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
}
.c-note {
  font-size: 12px;
}
.heading-no-margin {
  margin-top: 0;
}
header.scrolled.menu-open .header-green {
  display: grid !important;
}
header.scrolled.menu-open .header-white {
  display: none !important;
}
.p-header-navLink span::before {
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-header-navLink:hover span::before {
  transform: scale(1, 1);
}
.p-header-navLink:hover .p-header-navBtn::before {
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-header-navBtn::before {
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-header-navTop {
  transition: 0.3s;
}
.p-header-navTop:hover {
  opacity: 0.8;
}
.p-header-navChild .arrow {
  transition: all 0.3s;
}
.p-header-navChild:hover .arrow {
  transform: translateX(2px);
}
.p-header-tel_sp.btm {
  margin-top: 16px;
}
.p-header-tel_sp.btm a {
  font-size: 16px;
  gap: 0;
}
@media (min-width: 990px) {
  header.scrolled.menu-open.scrolled .header-green {
    display: none !important;
  }
  header.scrolled.menu-open.scrolled .header-white {
    display: grid !important;
  }
}
.p-home-cv {
  transition: all 0.3s;
}
.p-home-cv:hover {
  background-color: rgb(211, 161, 36);
  transition: all 0.3s;
}
.p-home-scroll {
  position: absolute;
  writing-mode: vertical-rl;
  bottom: 200px;
}
.p-home-scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -200px;
  content: "";
  height: 185px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.p-home {
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-home-pickup_thumb:hover .p-home-pickup_thumbImg {
  transform: scale(1.05);
  transition: all 0.3s;
}
.p-home-pickup_thumbImg {
  transition: all 0.3s;
}
.p-home-pickup_date {
  font-size: 14px;
}
.p-home-pickup_title {
  transition: all 0.3s;
}
.p-home-pickup_arrow {
  --tw-duration: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.p-home-pickup_arrow:hover {
  background-color: #2c5f2d;
  border: 1px solid #fff;
}
.p-home-pickup_arrow:hover svg {
  --tw-duration: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
}
.p-home-pickup_arrow svg {
  --tw-duration: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.p-home-guide_btn {
  transition: all 0.3s;
}
.p-home-guide_btn:hover {
  background-color: #f8faeb;
  transition: all 0.3s;
}
.p-home-guide_btn:hover .p-home-guide_icon {
  transform: scale(1.1);
  transition: all 0.3s;
}
.p-home-guide_icon {
  transition: all 0.3s;
}
.p-home-news_item {
  transition: 0.3s all;
}
.p-home-news_item:hover {
  background: #F8FAEB;
  transition: 0.3s all;
}
.p-home-news_item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #D5DFD5), color-stop(50%, transparent)) center/0.4rem 0.4rem repeat-x;
  background:
    linear-gradient(
      90deg,
      #D5DFD5 50%,
      transparent 50%) center/0.4rem 0.4rem repeat-x;
}
.p-home-news_item:last-child a::after {
  display: none;
}
.p-home-news_link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-home-news_tab {
  transition: 0.3s all;
}
.p-home-news_tab:hover {
  background: #2c5f2d;
  color: #fff;
  transition: 0.3s all;
}
.p-footer-facility {
  transition: all 0.3s;
}
.p-footer-facility:hover {
  color: #2c5f2d;
  transition: all 0.3s;
}
.p-footer-facility:hover .p-footer-facility_image {
  transform: scale(1.1);
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-footer-facility:hover .p-footer-facility_title::after {
  transform: scale(0, 1);
}
.p-footer-facility_image {
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-footer-facility_title {
  width: fit-content;
  display: inline-block;
  position: relative;
  font-size: 16px;
}
.p-footer-nav-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-footer-nav a {
  display: flex;
  position: relative;
  width: fit-content;
}
.p-footer-nav a::after {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}
.p-footer-nav a:hover::after {
  transform: scale(1, 1);
}
.p-footer-logo {
  max-width: 330px;
}
.p-footer-tel.btm {
  margin-top: 20px;
}
.p-footer-tel.btm .p-footer-tel_text {
  font-size: 12px;
  font-weight: bold;
}
.p-footer-tel.btm a {
  font-size: 16px;
  font-weight: bold;
  gap: 0;
}
@media (min-width: 990px) {
  .p-footer-facility_title {
    font-size: 18px;
  }
  .p-footer-facility_title::after {
    display: block;
    background-color: #2c5f2d;
    bottom: 2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    width: 100%;
  }
  .p-footer-nav {
    flex-direction: row;
  }
  .p-footer-nav-top {
    gap: 3rem;
  }
}
.p-contact-wrapper {
  margin: 0 auto;
  background-color: #F8FAEB;
}
.p-contact-wrapper input,
.p-contact-wrapper textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #D5DFD5 !important;
  background: #FFF;
}
.p-contact-wrapper .smf-item__label {
  margin-bottom: 8px;
  font-weight: 700;
}
.p-contact-wrapper .wp-block-snow-monkey-forms-item {
  padding: 24px 0;
  border-bottom: 1px solid #D5DFD5;
}
.p-contact-wrapper .smf-form {
  margin-bottom: 40px;
}
.p-contact-wrapper button.smf-button-control__control {
  width: 100%;
  height: 80px;
  line-height: 65px;
  color: rgb(255, 255, 255);
  background-color: rgb(44, 95, 45);
  background-image: none;
}
.p-contact-wrapper .smf-button-control__control[data-action=back] {
  margin-bottom: 24px;
  background-color: #fff;
  color: #2c5f2d;
}
.p-contact-wrapper .smf-item__label__text {
  position: relative;
}
.p-contact-wrapper .required .smf-item__label__text::after {
  position: absolute;
  content: "*";
  margin-left: 4px;
  color: #D57D1F;
}
.p-contact-wrapper .smf-progress-tracker__item__number {
  width: 40px;
  height: 40px;
}
.p-contact-wrapper .smf-progress-tracker__item:after,
.p-contact-wrapper .smf-progress-tracker__item:before {
  top: 20px;
}
.p-contact-wrapper [data-screen=input] .smf-progress-tracker__item:first-child .smf-progress-tracker__item__text {
  color: #2c5f2d;
}
.p-contact-wrapper [data-screen=input] .smf-progress-tracker__item:first-child .smf-progress-tracker__item__number {
  background-image:
    linear-gradient(
      123deg,
      #345F2C 16.86%,
      #578A58 79.32%);
}
.p-contact-wrapper {
}
.p-contact-wrapper [data-screen=confirm] .smf-progress-tracker__item:nth-child(2) .smf-progress-tracker__item__text {
  color: #2c5f2d;
}
.p-contact-wrapper [data-screen=confirm] .smf-progress-tracker__item:nth-child(2) .smf-progress-tracker__item__number {
  background-image:
    linear-gradient(
      123deg,
      #345F2C 16.86%,
      #578A58 79.32%);
}
.p-contact-wrapper {
}
.p-contact-wrapper [data-screen=complete] .smf-progress-tracker__item:nth-child(3) .smf-progress-tracker__item__text {
  color: #2c5f2d;
}
.p-contact-wrapper [data-screen=complete] .smf-progress-tracker__item:nth-child(3) .smf-progress-tracker__item__number {
  background-image:
    linear-gradient(
      123deg,
      #345F2C 16.86%,
      #578A58 79.32%);
}
.p-contact-wrapper [data-screen=systemerror] .smf-progress-tracker {
  display: none;
}
.p-contact-list {
  width: fit-content;
  gap: 4px !important;
  margin: 0 auto 50px;
  margin-left: auto !important;
}
.p-contact-thanks_wrapper {
  padding: 30px 24px;
  background-color: #fff;
  border-radius: 3px;
}
.p-contact-thanks_wrapper p {
  margin-bottom: 15px;
}
.p-contact-thanks_text {
  color: #2c5f2d;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact-wrapper .wp-block-snow-monkey-forms-item {
    display: flex;
  }
  .p-contact-wrapper .smf-item__col--label {
    width: 25%;
  }
  .p-contact-wrapper .smf-item__col--controls {
    width: 75%;
  }
  .p-contact-wrapper {
  }
  .p-contact-wrapper [data-screen=confirm] .smf-action {
    display: flex;
  }
  .p-contact-wrapper [data-screen=confirm] .smf-button-control {
    width: 50%;
  }
  .p-contact-wrapper [data-screen=confirm] .smf-button-control[data-action=back] {
    margin-bottom: 0;
  }
  .p-contact-thanks_wrapper {
    padding: 40px;
  }
}
@media (min-width: 990px) {
  .p-contact-wrapper {
    margin: 50px auto;
    padding: 100px 80px;
  }
  .p-contact-thanks_wrapper {
    padding: 40px;
  }
}
.p-archive-link {
  display: flex;
  gap: 4px;
  align-items: center;
}
.p-archive-item {
  padding: 32px 0;
  border-bottom: 1px solid #D5DFD5;
}
.p-archive-item_meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.p-archive-item_date {
  color: #2c5f2d;
  font-weight: 700;
  font-size: 14px;
}
.p-archive-item_title {
  font-weight: 700;
  transition: all 0.3s;
}
.p-archive-item_title:hover {
  color: #2c5f2d;
  transition: all 0.3s;
}
.p-archive-categories {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (min-width: 990px) {
  .p-archive {
    display: flex;
    gap: 5%;
    justify-content: space-between;
  }
  .p-archive-main {
    flex: 1;
  }
  .p-archive-side {
    width: 25%;
    margin-top: 0;
  }
  .p-archive-categories {
    margin-top: 0;
  }
}
.breadcrumb .post-management-archive {
  position: relative;
  margin-left: 1rem;
}
.breadcrumb .post-management-archive::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  background-color: #fff;
  border-radius: 0.25rem;
}
.breadcrumb span {
  line-height: 1.4;
}
.p-single-meta_top {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-single-meta_date {
  color: #2c5f2d;
  font-weight: 700;
  font-size: 14px;
}
.p-single-meta_catList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.p-single-meta_catList a {
  display: block;
  padding: 8px;
  line-height: 1;
  background-color: #2c5f2d;
  color: #fff;
  border-radius: 1px;
  font-size: 13px;
}
.p-single-title {
  margin: 16px 0 50px;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #D5DFD5;
}
.p-single-content p {
  margin-bottom: 40px;
}
.p-single-content a {
  color: #1a73e8;
  text-decoration: underline;
}
.p-single-content a.link-button {
  color: inherit;
  text-decoration: none;
}
.p-single-content h2 {
  font-size: 22px;
  position: relative;
  display: flex;
  margin: 100px 0 50px 20px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
}
.p-single-content h2::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 100%;
  background-color: #d3a124;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-single-content h2::after {
  content: "";
  background-color: #d5dfd5;
  align-self: center;
  flex-grow: 1;
  height: 1px;
  margin-left: 20px;
}
.p-single-content h3 {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #2c5f2d;
}
.p-single-content h3::before {
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto 0.5rem auto auto;
  display: inline-block;
  content: "";
  width: 0.875rem;
  height: 0.375rem;
  background-color: #d3a124;
  border-top-right-radius: calc(infinity * 1px);
  border-bottom-right-radius: calc(infinity * 1px);
}
.p-single-content table {
  margin-bottom: 10px;
}
.p-single-nav {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-single-nav_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #eff1e7;
  text-align: center;
}
.p-single-nav_btn.empty {
  opacity: 0.5;
}
.p-single-nav .nav-home {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  line-height: 80px;
}
.p-single-nav .nav-home svg {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.p-single-nav .nav-next,
.p-single-nav .nav-previous {
  width: 49%;
  height: 70px;
  line-height: 70px;
}
.p-single-nav .nav-next svg,
.p-single-nav .nav-previous svg {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.p-single-side {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-single {
    display: flex;
    gap: 5%;
  }
  .p-single-main {
    flex: 1;
  }
  .p-single-side {
    margin-top: 0;
    width: 25%;
  }
}
@media (min-width: 990px) {
  .p-single .nav-home .p-single-nav_btn {
    transition: all 0.3s;
  }
  .p-single .nav-home .p-single-nav_btn svg rect {
    transition: all 0.3s;
  }
  .p-single .nav-home .p-single-nav_btn:hover {
    background-color: #2c5f2d;
    color: #fff;
    transition: all 0.3s;
  }
  .p-single .nav-home .p-single-nav_btn:hover svg rect {
    fill: #fff;
    transition: all 0.3s;
  }
  .p-single .nav-previous .p-single-nav_btn:hover,
  .p-single .nav-next .p-single-nav_btn:hover {
    background-color: #2c5f2d;
    color: #fff;
    transition: all 0.3s;
  }
}
.wp-block-columns {
  margin-top: 10px;
}
.subpage-content ul.wp-block-list {
  margin-left: 0;
}
.link-btn {
  color: #1a73e8;
}
.wp-block-flexible-table-block-table a,
.info-table a {
  color: #1a73e8;
}
.post-password-form input[type=password] {
  border: 1px solid #D5DFD5;
}
.post-password-form input[type=submit] {
  padding: 0 10px;
  background-color: #2c5f2d;
  color: #fff;
}
hr {
  margin: 30px 0;
  color: #D5DFD5;
}
h4 {
  font-weight: 700;
}
.subpage-content h2 {
  margin: 20px 0 20px 20px;
  font-size: 22px;
  position: relative;
  display: flex;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
}
.subpage-content h2::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 100%;
  background-color: #d3a124;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.subpage-content h2::after {
  content: "";
  background-color: #d5dfd5;
  align-self: center;
  flex-grow: 1;
  height: 1px;
  margin-left: 20px;
}
.subpage-content h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #2c5f2d;
}
.subpage-content h3::before {
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto 0.5rem auto auto;
  display: inline-block;
  content: "";
  width: 0.875rem;
  height: 0.375rem;
  background-color: #d3a124;
  border-top-right-radius: calc(infinity * 1px);
  border-bottom-right-radius: calc(infinity * 1px);
}
.subpage-content p {
  margin-bottom: 20px;
}
figure.wp-block-image {
  margin-bottom: 20px !important;
}
.subpage-content .c-feature h3 {
  margin-bottom: 0;
  padding-left: 0;
}
.subpage-content .c-feature h3::before {
  display: none;
}
.subpage-content .c-merit h3 {
  margin-bottom: 0;
  padding-left: 0;
}
.subpage-content .c-merit h3::before {
  display: none;
}
.p-management-section {
  margin-bottom: 40px;
}
.p-management-section_year-title {
  margin-bottom: 20px;
  padding: 16px 12px;
  color: #fff;
  background-color: #2c5f2d;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
}
.p-management-section time {
  font-size: 14px;
  color: #2c5f2d;
  font-weight: 700;
}
.p-management-item {
  margin-bottom: 10px;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #D5DFD5;
}
.p-management-title {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 700;
}
@media (min-width: 990px) {
  .p-management {
    flex: 1;
  }
  .p-management-aside {
    width: 25%;
  }
}
.p-information a {
  text-decoration: underline;
  color: #2c5f2d;
}
.p-doctor-top {
  margin-top: 0;
}
.p-doctor-heading {
  margin-bottom: 50px;
  color: #2c5f2d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.p-doctor-list {
  margin-bottom: 20px;
}
.p-doctor-description {
  z-index: 2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}
.p-doctor-description-section .-tab {
  display: none;
}
.p-doctor-about {
  width: 100%;
  height: fit-content;
  position: relative;
  overflow: hidden;
}
.p-doctor-about_heading {
  margin-left: -15px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.p-doctor-about_content {
  padding: 20px;
  position: relative;
  z-index: 2;
  pointer-events: none;
  color: #fff;
}
.p-doctor-about_content .-tab {
  display: none;
}
.p-doctor-about_description {
  line-height: 2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow-y: auto;
}
.p-doctor-about_description .description-section {
  margin-bottom: 20px;
}
.p-doctor-interview {
  margin-top: 40px;
  background-color: #F8FAEB;
  border-radius: 3px;
}
.p-doctor-interview_link {
  display: block;
  padding: 10px 15px 15px 15px;
}
.p-doctor-interview_image {
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-doctor-interview_imageWrapper {
  overflow: hidden;
}
.p-doctor-interview_heading {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D5DFD5;
  font-weight: 700;
  font-size: 18px;
}
.p-doctor-interview_overview {
  font-size: 14px;
  color: #625E59;
}
.p-doctor-interview_btn {
  margin: 30px auto 0 0;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  font-size: 14px;
}
.p-doctor-interview_btn span {
  text-decoration: underline;
}
.p-doctor-interview_btn svg {
  width: 24px;
}
@media (min-width: 990px) {
  .p-doctor-heading {
    font-size: 28px;
  }
  .p-doctor-interview_link {
    display: flex;
    position: relative;
    align-items: center;
    gap: 30px;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-doctor-interview_link:hover {
    background-color: #EFF1E7;
  }
  .p-doctor-interview_link:hover .p-doctor-interview_image {
    transform: scale(1.1);
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-doctor-interview_imageWrapper {
    width: 30%;
  }
  .p-doctor-interview_image img {
    width: 100%;
    height: auto;
  }
  .p-doctor-interview_content {
    width: 70%;
  }
  .p-doctor-interview_btn {
    position: absolute;
    top: -5px;
    right: 15px;
  }
}
.background-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.bg-image.active {
  opacity: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-doctor-about_heading {
    margin-left: 0;
  }
  .p-doctor-about_content {
    padding: 80px 3.8%;
    display: flex;
    justify-content: space-between;
  }
  .p-doctor-about_content .-tab {
    display: block;
  }
  .p-doctor-description-section .-tab {
    display: block;
  }
}
.p-certification-heading h2 {
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
}
.p-certification-heading h2 span {
  font-size: 18px;
}
.p-certification-year {
  font-size: 14px;
  color: #2c5f2d;
  font-weight: 700;
}
.p-institution-list {
  transition: all 0.3s;
}
.p-institution-list p {
  margin-bottom: 0;
}
.p-institution-list:hover {
  background: #F8FAEB;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-institution-list {
    padding-left: 15px;
  }
}
.p-search-map {
  width: 100%;
  height: 445px;
  overflow: hidden;
}
.p-search-map iframe {
  border: none;
}
.p-facility-icon {
  min-height: 50px;
}
.p-facility-icon_list {
  width: fit-content;
  margin: 40px 0 0 auto;
  padding: 10px;
  border-radius: 50px;
  background-color: #fff;
}
.p-facility-icon_item {
  background-color: #EFF1E7;
}
.p-facility-icon img {
  display: block;
  width: 50px;
  height: auto;
  max-width: 100%;
}
.p-facility-tab {
  display: none;
}
@media (min-width: 768px) {
  .p-facility-tab {
    display: block;
  }
  .p-facility-sp {
    display: none;
  }
}
.p-faq p {
  margin-bottom: 0;
}
.p-access-top {
  margin-top: 0 !important;
}
body {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: all 1.4s;
  transition-duration: 1s;
}
.fade-in.is-show {
  opacity: 1;
  visibility: visible;
}
.fade-left {
  opacity: 0;
  transform: translate(3rem, 0);
  animation: fadeLeft 0.75s ease-out forwards;
  animation-delay: 0.5s;
}
@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*# sourceMappingURL=style.css.map */
