@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0);
html {
  font-size: clamp(16px, 1vw, 20px);
  height: 100%;
}

body {
  font-family:
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Quicksand,
    "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  letter-spacing: 1px;
  background-color: rgb(255, 255, 255);
  color: rgb(64, 64, 64);
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 16px;
  }
}

h1 {
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  color: #ff8d48;
}

.hd2 {
  border-left: solid 6px #ff8d48;
  padding-left: 8px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 120%;
}
.hd2.hd-icon {
  border: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.hd2.hd-icon > *:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #ff8d48;
  margin-right: 8px;
  color: rgb(255, 255, 255);
  width: 32px;
  height: 32px;
  font-size: 18px;
}

.hd3 {
  border-left: solid 8px #f5b461;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
}

#site-container {
  background-color: rgb(255, 255, 255);
}
/* Header */
#site-container-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  border-bottom: none !important;
  box-shadow: none !important;
}

#site-container-header .headercontent {
  display: flex;
  height: 80px;
  padding: 0 5vw;
  justify-content: space-between;
  align-items: center;
}

#site-container-header .logo {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#site-container-header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 80px;
  background-color: #ff8d48;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 0 0 20px 0;
  transition: background-color 0.3s;
}

#site-container-header .logo a:hover {
  background-color: #ffa974;
}

#site-container-header .logo img {
  display: none; /* Text logo for now */
}

#site-container-header .headercontent nav.headernav {
  margin: 0;
  margin-left: auto;
  width: auto;
}

.headernav > ul {
  display: flex;
  align-items: center;
}

.headernav > ul > li {
  margin-left: 24px;
}

.menu-item {
  font-size: 0.95rem;
  font-weight: 600;
  color: #404040;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s;
}

.menu-item:hover {
  color: #2c5e4e;
}

.menu-item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2c5e4e;
  transition: width 0.3s;
}

.menu-item:hover::after {
  width: 100%;
}

.menu-item--contact {
  background-color: #07b53b;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 14px;
}

.menu-item--contact:hover {
  background-color: #ff8d48;
}

.menu-item--contact::after {
  display: none;
}
#site-container-main {
  position: relative;
  background: rgb(255, 255, 255);
  margin-bottom: 80px;
  padding-top: 50px;
}
#site-container-main > * {
  margin: 0 auto;
  width: 100%;
}
/* Removed max-width constraint on article wrapper to allow full-width backgrounds */

#site-container-main section {
  padding: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    #site-container-main #initiatives section {
        padding: 48px 20px;
    }
    #site-container #contact section {
        padding: 0 45px;
    }
}

@media screen and (max-width: 767px) {
  #site-container-main section {
    padding: 40px 16px;
  }
  #site-container-header {
    position: absolute;
  }

  #site-container-header .headercontent {
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .headernav {
    display: none;
  }
}
.headernav > ul {
  display: flex;
}

body {
  background-color: #fdfcf8;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding-top: 80px; /* Space for fixed header */
}

.hero-content {
  width: 40%;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  padding-left: 5vw;
}

.hero-text {
  position: relative;
}

.hero-catch {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ff8d48;
}

.hero-catch span {
  display: inline-block;
  background: #fff;
  padding: 0.2em 0.5em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 0.2em;
  opacity: 0;
  transform: translateY(20px);
  animation: float-up 0.8s ease-out forwards;
}

/* Staggered animation */
.hero-catch span:nth-child(1) {
  animation-delay: 0.2s;
}
.hero-catch span:nth-child(2) {
  animation-delay: 0.3s;
}
.hero-catch span:nth-child(3) {
  animation-delay: 0.4s;
}
.hero-catch span:nth-child(4) {
  animation-delay: 0.5s;
}
.hero-catch span:nth-child(5) {
  animation-delay: 0.6s;
}

.hero-sub {
  margin-top: 2rem;
  font-size: 1rem;
  color: #888;
  line-height: 1.8;
  opacity: 0;
  animation: fade-in 1s ease-out forwards 1s;
}

.hero-slider {
  width: 80%;
  height: 100%;
  position: relative;
  border-radius: 100px 0 0 100px;
  overflow: hidden;
  z-index: 1;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
  margin-left: -20vw; /* Create overlap */
}

.hero-slider-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: slide-crossfade 12s infinite;
}

.hero-slide:nth-child(1) {
  animation-delay: 0s;
}
.hero-slide:nth-child(2) {
  animation-delay: 6s;
}

/* Crossfade Logic */
@keyframes slide-crossfade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
    transform: scale(1);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 5vw;
  z-index: 15;
  color: #ccc;
}

.hero-scroll span {
  font-size: 12px;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
}

.hero-scroll span::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #ccc;
  margin-top: 10px;
  animation: scroll-line 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes float-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes scroll-line {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  51% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

@media screen and (max-width: 767px) {
  .hero {
    flex-direction: column;
    height: auto;
    padding-top: 60px;
  }

  .hero-content {
    width: 100%;
    padding: 40px 20px 20px;
    order: 2;
  }

  .hero-slider {
    width: 100%;
    height: 320px;
    margin-left: 0;
    border-radius: 0 0 0 60px;
    order: 1;
  }

  .hero-catch {
    font-size: 28px;
  }

  .hero-sub {
    font-size: 14px;
  }

  .hero-scroll {
    position: static;
    order: 3;
    align-self: center;
    margin: 16px 0 28px;
    color: #bbb;
  }

  .hero-scroll span {
    writing-mode: horizontal-tb;
    letter-spacing: 3px;
    flex-direction: column;
  }

  .hero-scroll span::after {
    width: 1px;
    height: 50px;
    margin-top: 8px;
    animation: scroll-line 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  }

  #site-container-main {
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  div.pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  span.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }
}

dt.sp,
dd.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  dt.sp,
  dd.sp {
    display: initial;
  }
}

.button {
  display: flex;
  padding: 0 16px;
  height: 44px;
  line-height: 44px;
  align-items: center;
  text-decoration: none;
  color: rgb(64, 64, 64);
  transition: background-color, color, 0.3s;
  letter-spacing: 2px;
  font-weight: 600;
  background-color: rgb(255, 255, 255);
}
.button:hover {
  background-color: #ff8d48;
  color: rgb(255, 255, 255);
}
.button .icon {
  width: 24px;
  margin-right: 8px;
}
.button.icon--top {
  flex-direction: column;
}
.button.icon--top .icon {
  margin: 0 0 4px 0;
}
.button.icon--right {
  flex-direction: row-reverse;
}
.button.icon--right .icon {
  margin: 0 0 0 8px;
}
.button.icon--bottom {
  flex-direction: column-reverse;
}
.button.icon--bottom .icon {
  margin: 4px 0 0 0;
}
.button.icon--left {
  flex-direction: row;
}
.button.icon--left .icon {
  margin: 0 14px 0 0;
}

.more {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  height: 44px;
  line-height: 44px;
  align-items: center;
  text-decoration: none;
  color: #ff8d48;
  transition: background-color, color, 0.3s;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  border: solid 1px #ff8d48;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}
.more:hover {
  background-color: #ff8d48;
  color: rgb(255, 255, 255);
}
.more .icon {
  font-size: 18px;
  margin-right: 8px;
}
.more.icon--top {
  flex-direction: column;
}
.more.icon--top .icon {
  margin: 0 0 4px 0;
}
.more.icon--right {
  flex-direction: row-reverse;
}
.more.icon--right .icon {
  margin: 0 0 0 8px;
}
.more.icon--bottom {
  flex-direction: column-reverse;
}
.more.icon--bottom .icon {
  margin: 4px 0 0 0;
}
.more.icon--left {
  flex-direction: row;
}
.more.icon--left .icon {
  margin: 0 8px 0 0;
}

.more-contaier {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.more-contaier .more {
  display: flex;
  margin: 0 8px 0 0;
  align-items: center;
}
.more-contaier .more:last-child {
  margin-left: 0;
}

.icon {
  width: 16px;
  height: auto;
}

.icon-line {
  width: 35px;
  height: auto;
}

.pharmacy-overview > * {
  margin-top: 16px;
}
.pharmacy-overview-set {
  margin-top: 24px;
  padding: 24px;
  border-radius: 8px;
  border: none;
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-set {
    padding: 4px;
  }
}
.pharmacy-overview-set:not:first-of-type {
  margin-top: 50px;
}
.pharmacy-overview-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 256px;
  font-size: 0;
  letter-spacing: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 16px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-image {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-image {
    height: 256px;
  }
}
.pharmacy-overview-image > * {
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 4px;
}
.pharmacy-overview-image > *:nth-child(1) {
  width: calc(33% - 2px);
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-image > *:nth-child(1) {
    width: 100%;
    height: 256px;
  }
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-image > *:nth-child(1) {
    height: 160px;
  }
}
.pharmacy-overview-image > *:nth-child(2),
.pharmacy-overview-image > *:nth-child(3) {
  width: calc(33% - 2px);
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-image > *:nth-child(2),
  .pharmacy-overview-image > *:nth-child(3) {
    margin-top: 4px;
    width: calc(50% - 2px);
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-image > *:nth-child(2),
  .pharmacy-overview-image > *:nth-child(3) {
    height: 92px;
  }
}
.pharmacy-overview-text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
.pharmacy-overview-list,
.pharmacy-overview-service-list,
.pharmacy-overview-payment-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pharmacy-overview-list > dt,
.pharmacy-overview-list > dd,
.pharmacy-overview-service-list > dt,
.pharmacy-overview-service-list > dd,
.pharmacy-overview-payment-list > dt,
.pharmacy-overview-payment-list > dd {
  padding: 12px 16px;
  border-top: solid 1px rgb(240, 240, 240);
}
.pharmacy-overview-list > dt:nth-child(1),
.pharmacy-overview-list > dt:nth-child(2),
.pharmacy-overview-list > dd:nth-child(1),
.pharmacy-overview-list > dd:nth-child(2),
.pharmacy-overview-service-list > dt:nth-child(1),
.pharmacy-overview-service-list > dt:nth-child(2),
.pharmacy-overview-service-list > dd:nth-child(1),
.pharmacy-overview-service-list > dd:nth-child(2),
.pharmacy-overview-payment-list > dt:nth-child(1),
.pharmacy-overview-payment-list > dt:nth-child(2),
.pharmacy-overview-payment-list > dd:nth-child(1),
.pharmacy-overview-payment-list > dd:nth-child(2) {
  border: none;
}
.pharmacy-overview-list > dt,
.pharmacy-overview-service-list > dt,
.pharmacy-overview-payment-list > dt {
  padding-right: 0;
  width: 128px;
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-list > dt,
  .pharmacy-overview-service-list > dt,
  .pharmacy-overview-payment-list > dt {
    width: 108px;
  }
}
.pharmacy-overview-list > dd,
.pharmacy-overview-service-list > dd,
.pharmacy-overview-payment-list > dd {
  width: calc(100% - 128px);
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-list > dd,
  .pharmacy-overview-service-list > dd,
  .pharmacy-overview-payment-list > dd {
    width: calc(100% - 108px);
  }
}
.pharmacy-overview-list > dd .more,
.pharmacy-overview-service-list > dd .more,
.pharmacy-overview-payment-list > dd .more {
  margin-top: 12px;
}
.pharmacy-overview-service-list,
.pharmacy-overview-payment-list {
  margin-top: 16px;
  background-color: rgb(240, 240, 240);
  border-radius: 8px;
}
.pharmacy-overview-service-list ul,
.pharmacy-overview-payment-list ul {
  display: flex;
}
.pharmacy-overview-service-list ul > li,
.pharmacy-overview-payment-list ul > li {
  margin-right: 16px;
}
.pharmacy-overview-list {
  width: 67%;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-list {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-list {
    display: flex;
    flex-wrap: wrap;
  }

  .pharmacy-overview-list > dt,
  .pharmacy-overview-list > dd {
    width: 100%;
    padding: 8px 0;
    border-top: none;
  }

  .pharmacy-overview-list > dt {
    padding-top: 16px;
    border-top: solid 1px rgb(240, 240, 240);
    font-weight: 600;
    color: #ff8d48;
  }

  .pharmacy-overview-list > dt:first-of-type {
    padding-top: 0;
    border-top: none;
  }

  .pharmacy-overview-list > dd {
    padding-bottom: 16px;
  }

  .pharmacy-overview-list > dt.pharmacy-overview-action-label {
    display: none;
  }

  .pharmacy-overview-list > dd.pharmacy-overview-action {
    display: block;
    width: calc(50% - 6px);
    padding: 8px 0 16px;
  }

  .pharmacy-overview-list > dd.pharmacy-overview-action--board {
    margin-right: 12px;
  }

  .pharmacy-overview-list > dd.pharmacy-overview-action .more {
    width: 100%;
    justify-content: center;
    letter-spacing: 1px;
  }
}
.pharmacy-overview-certification-list {
  width: 33%;
  margin-top: 16px;
  padding-bottom: 8px;
  background-color: rgb(240, 240, 240);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-certification-list {
    width: 100%;
    display: none;
  }
}
.pharmacy-overview-certification-list dt {
  padding: 24px 24px 0 24px;
}
.pharmacy-overview-certification-list ul {
  list-style-type: circle;
  padding: 12px 24px 12px 48px;
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-certification-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 0;
  }
}
.pharmacy-overview-certification-list ul > li {
  margin-right: 16px;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .pharmacy-overview-certification-list ul > li {
    margin-right: 40px;
  }
}
.pharmacy-overview-list {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .pharmacy-overview .more {
    display: flex;
  }
}
.pharmacy-overview .more.open-map {
  display: flex !important;
}

.tools {
  padding-top: 0 !important;
}
.tools-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .tools-content {
    flex-direction: column;
  }
}
.tools-content-item {
  width: calc(25% - 16px);
  padding: 24px;
  border: solid 1px rgb(208, 208, 208);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .tools-content-item {
    width: calc(50% - 8px);
    margin-top: 16px;
  }
  .tools-content-item:nth-child(1),
  .tools-content-item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .tools-content-item {
    width: 100%;
  }
  .tools-content-item:nth-child(2) {
    margin-top: 16px;
  }
}
.tools-content-item-image {
  margin-top: 16px;
  background-color: rgb(240, 240, 240);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
.tools-content-item-image::after {
  content: "";
  display: block;
  padding-top: 66%;
}
.tools-content-item-text {
  margin-top: 16px;
}

.overview {
  background-color: rgb(240, 240, 240);
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .overview {
    border-radius: 0;
  }
}
.overview .philosophy-content {
  margin-top: 24px;
  background-color: rgb(255, 255, 255);
  padding: 24px;
  border-radius: 4px;
}
.overview .philosophy-content-image {
  text-align: center;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .overview .philosophy-content-image {
    padding: 24px 0;
  }
}
.overview .philosophy-content-image img {
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .overview .philosophy-content-image img {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .overview .philosophy-content-image img {
    width: 85%;
  }
}
.overview .philosophy-content p {
  margin-top: 16px;
}
.overview-set {
  display: flex;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .overview-set {
    flex-wrap: wrap;
  }
}
.overview-image {
  display: flex;
  flex-wrap: wrap;
  width: 33%;
  font-size: 0;
  letter-spacing: 0;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .overview-image {
    width: 100%;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .overview-image {
    height: 160px;
  }
}
.overview-image > * {
  background-size: cover;
  background-position: center;
  width: 100%;
}
.overview-list {
  display: flex;
  flex-wrap: wrap;
  width: 67%;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .overview-list {
    width: 100%;
  }
}
.overview-list > dt,
.overview-list > dd {
  padding: 12px 24px;
  border-top: solid 1px rgb(240, 240, 240);
}
.overview-list > dt:nth-child(1),
.overview-list > dt:nth-child(2),
.overview-list > dd:nth-child(1),
.overview-list > dd:nth-child(2) {
  border: none;
}
.overview-list > dt {
  width: 160px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .overview-list > dt {
    width: 104px;
  }
}
.overview-list > dd {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .overview-list > dd {
    width: calc(100% - 104px);
  }
}
.overview-professor {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .overview-professor {
    justify-content: space-between;
    margin-top: 16px;
  }
}
.overview-professor-profile {
  width: 25%;
  margin: 0 12px;
  background-color: rgb(255, 255, 255);
  padding: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .overview-professor-profile {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .overview-professor-profile {
    width: calc(50% - 8px);
    margin: 0;
    text-align: center;
  }
}
.overview-professor-profile-image {
  margin-right: 24px;
  margin-left: 24px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.overview-professor-profile-image::after {
  display: block;
  content: "";
  padding-top: 100%;
}
.overview-professor-profile-text {
  margin-top: 16px;
}
.overview-professor-profile .more {
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
.overview #corporate {
  margin-top: 24px;
}

.information-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
}
.information-list > dt,
.information-list > dd {
  padding: 12px 24px;
  border-top: solid 1px rgb(208, 208, 208);
}
@media screen and (max-width: 767px) {
  .information-list > dt,
  .information-list > dd {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.information-list > dt:nth-child(1),
.information-list > dt:nth-child(2),
.information-list > dd:nth-child(1),
.information-list > dd:nth-child(2) {
  border-top: none;
}
.information-list > dt {
  padding-right: 0;
  width: 172px;
}
@media screen and (max-width: 767px) {
  .information-list > dt {
    width: 100%;
    padding-bottom: 0;
  }
}
.information-list > dd {
  width: calc(100% - 172px);
}
@media screen and (max-width: 767px) {
  .information-list > dd {
    width: 100%;
    border-top: none;
  }
}

.disaster {
  padding-bottom: 0 !important;
}
.disaster-text {
  margin-top: 24px;
  border: solid 1px rgb(208, 208, 208);
  padding: 24px;
  border-radius: 8px;
}
.disaster-text p {
  margin-top: 16px;
}
.disaster-text p:nth-child(1) {
  margin-top: 0;
}

.recruit {
  margin-top: 40px;
  background-color: #ffb6c1;
  border-radius: 16px;
  background-image: url(../img/recruit.png);
  background-size: auto 200%;
  background-repeat: no-repeat;
  background-position: right -50px;
}
@media screen and (max-width: 767px) {
  .recruit {
    border-radius: 0;
    background-position: 0 0;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .recruit {
    border-radius: 0;
    background-position: -96px 0;
    background-size: cover;
  }
}
.recruit .hd2 {
  color: rgb(255, 255, 255);
}
.recruit .hd2 .icon {
  color: #ffb6c1;
  background-color: rgb(255, 255, 255);
}
.recruit-set {
  padding: 24px;
  border-radius: 8px;
  width: 50%;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .recruit-set {
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-set {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-set {
    width: 100%;
  }
}
.recruit-contact {
  margin-top: 24px;
  padding: 16px 24px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  color: rgb(64, 64, 64);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

footer {
  text-align: center;
  padding: 60px 20px;
  background-color: #5a3e2b; /* Dark Brown */
  color: #fff;
  font-weight: 500;
  border-radius: 60px 60px 0 0;
  margin-top: 0;
}

footer small {
  display: block;
  margin-top: 10px;
  font-size: 0.8rem;
  opacity: 0.7;
}

#pagetop {
  display: none !important; /* Remove old page top button */
}

.cross {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 32px;
  height: 14px;
  background: currentColor;
  border-radius: 1px;
  position: relative;
}
.cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.remodal-content {
  text-align: left;
}
.remodal-content > * {
  margin-top: 16px;
}
.remodal-content > *:nth-child(1) {
  margin-top: 0;
}
.remodal-content > * li {
  list-style-type: circle;
  margin-top: 8px;
  margin-left: 24px;
}
.remodal-content > * li:nth-child(1) {
  margin-top: 0;
}
.remodal-content .more {
  margin: 24px auto 0 auto;
}

.drawer .drawer-hamburger {
  display: none;
  width: 24px;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .drawer .drawer-hamburger {
    display: block;
  }
}
.drawer .drawer-nav {
  width: calc(33% - 60px);
  right: calc(-33% + 60px) !important;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .drawer .drawer-nav {
    width: calc(60% - 60px);
    right: calc(-60% + 60px) !important;
  }
}
@media screen and (max-width: 767px) {
  .drawer .drawer-nav {
    width: calc(85% - 60px);
    right: calc(-85% + 60px) !important;
  }
}
@media screen and (max-width: 767px) {
  .drawer .drawer-nav {
    width: calc(100% - 60px);
    right: calc(-100% + 60px) !important;
  }
}
.drawer .drawer-brand {
  padding: 28px 24px 40px;
  border-bottom: solid 1px rgba(90, 62, 43, 0.15);
  margin-bottom: 20px;
}
.drawer .drawer-brand-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.drawer .drawer-brand-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #5a3e2b;
}
.drawer .drawer-brand-sub {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.1;
  color: #ff8d48;
}
.drawer .drawer-menu-item {
  padding: 16px 24px;
  font-size: unset;
}
.drawer .drawer-menu-item:hover {
  color: unset;
  text-decoration: unset;
}
.drawer .drawer-overlay {
  background-color: #ff8d48;
  z-index: 10;
}

.drawer.drawer-open #site-container-header {
  z-index: 1;
}
.drawer.drawer-open .drawer-hamburger {
  right: calc(33% - 60px) !important;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .drawer.drawer-open .drawer-hamburger {
    right: calc(60% - 60px) !important;
  }
}
@media screen and (max-width: 767px) {
  .drawer.drawer-open .drawer-hamburger {
    right: calc(85% - 60px) !important;
  }
}
@media screen and (max-width: 767px) {
  .drawer.drawer-open .drawer-hamburger {
    right: calc(100% - 60px) !important;
  }
}
.drawer.drawer-open .drawer-nav {
  right: 0 !important;
}
.drawer.drawer-open .drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer.drawer-open .drawer-hamburger-icon:after,
.drawer.drawer-open .drawer-hamburger-icon:before {
  background-color: rgb(255, 255, 255);
}

.board-list {
  margin-top: 16px;
  padding-inline-start: 40px;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .board-list {
    padding-right: 20px;
  }
}
.board-list > li {
  padding-bottom: 10px;
}
.board-list > li > a {
  color: #000;
  text-decoration: none;
}
.board-list > li > a:hover {
  color: #ffb6c1;
}

/* General Sections */
.section-container {
  padding: 50px 0;
  position: relative;
  background-color: #fdfcf8; /* Unified Background for all sections */
}

@media screen and (max-width: 768px) {
    .section-container:not(#contact) {
        padding: 0;
    }
}

/* Remove alternating backgrounds */
#site-container,
#site-container-header,
#site-container-main {
  background-color: #fdfcf8 !important;
}

/* Specific Section Adjustments */
.section-pharmacy {
  z-index: 2;
  position: relative;
  /* Removed rounded top since it's now just a background flow */
  border-radius: 0;
  padding-top: 50px; /* Reset padding */
}

.content-width {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1280px;
  width: 100%;
}

/* Titles (3-Layer) */
.section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-top: 40px;
}

.section-title-bg {
  font-size: 100px;
  font-weight: 900;
  color: rgba(90, 62, 43, 0.05); /* Dark Brown low opacity */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  z-index: 1;
  font-family: sans-serif;
  letter-spacing: 0.1em;
}

.section-title {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  font-weight: 700;
  color: #5a3e2b;
}

.section-title-sub {
  display: block;
  font-size: 0.9rem;
  color: #ff8d48;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

/* Cards */
.card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  padding: 40px;
  overflow: hidden;
}

/* Pharmacy Info Component */
.pharmacy-layout {
  display: flex;
  gap: 40px;
}

.pharmacy-images {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pharmacy-img-main {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.pharmacy-img-sub {
  display: flex;
  gap: 16px;
}

.pharmacy-img-sub div {
  width: 50%;
  height: 120px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.pharmacy-info {
  width: 55%;
}

.info-list dt {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ff8d48;
  margin-top: 16px;
  border-left: 3px solid #ff8d48;
  padding-left: 10px;
  line-height: 1;
}

.info-list dd {
  margin-top: 8px;
  font-size: 0.95rem;
  line-height: 1.6;
  padding-left: 13px;
}

.small-note {
  font-size: 0.8rem;
  color: #888;
}

/* Button Pill */
.btn-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  background: #f6f3ee;
  border-radius: 30px;
  text-decoration: none;
  color: #5a3e2b;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 8px;
  transition: background 0.3s;
}

.btn-pill:hover {
  background: #ff8d48;
  color: #fff;
}

.btn-pill .icon-arrow {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}

.btn-pill .icon-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #ff8d48;
  border-top: 2px solid #ff8d48;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%) rotate(45deg);
}

.btn-pill:hover .icon-arrow::after {
  border-color: #5a3e2b;
}

/* Certification Box */
.certification-box {
  margin-top: 30px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
}

.cert-title {
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.certification-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.certification-box li {
  font-size: 0.8rem;
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #eee;
}

/* News List */
.news-list .news-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.news-list .news-item dt {
  width: 120px;
  font-family: monospace;
  color: #ff8d48;
  font-weight: 700;
}

.news-list .news-item dd {
  flex: 1;
}

.news-list .tag {
  display: inline-block;
  background: #5a3e2b;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 2px;
  margin-bottom: 4px;
}

/* Disaster / Two Column */
.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.disaster-card .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #5a3e2b;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f6f3ee;
}

/* DX / List */
.check-list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}

.check-list li::before {
  content: "✔";
  color: #ff8d48;
  position: absolute;
  left: 0;
  top: 0;
}

/* Board List */
.board-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.board-list-grid li a {
  display: block;
  padding: 12px 16px;
  background: #fdfcf8;
  border-radius: 8px;
  text-decoration: none;
  color: #5a3e2b;
  font-size: 0.9rem;
  transition: 0.3s;
}

.board-list-grid li a:hover {
  background: #e07a3c;
  color: #fff;
  font-weight: 700;
}

/* Updated Footer */
footer {
  text-align: center;
  padding: 60px 20px;
  background-color: #5a3e2b; /* Dark Brown */
  color: #fff;
  font-weight: 500;
  border-radius: 60px 60px 0 0;
  margin-top: 0;
}

footer small {
  display: block;
  margin-top: 10px;
  font-size: 0.8rem;
  opacity: 0.7;
}

#pagetop {
  display: none !important; /* Remove old page top button */
}

/* Mobile Adjustments for Content */
@media screen and (max-width: 767px) {
  .section-title-bg {
    display: none;
  }
  .section-title-wrapper {
    overflow-x: hidden;
    margin-bottom: 25px;
  }
  .pharmacy-layout {
    flex-direction: column;
  }
  .pharmacy-images,
  .pharmacy-info {
    width: 100%;
  }
  .two-column-grid {
    grid-template-columns: 1fr;
  }
  .board-list-grid {
    grid-template-columns: 1fr;
  }
  .news-item {
    flex-direction: column;
  }
  .section-pharmacy {
    border-radius: 30px 30px 0 0;
    padding-top: 0;
  }
  .card {
    padding: 20px;
  }
}

/* -------------------------------------------
   CTA Section (Contact)
------------------------------------------- */
.section-contact {
  background: linear-gradient(135deg, #fdfcf8 0%, #fff0e0 100%);
  position: relative;
  overflow: hidden;
}

.contact-wrapper {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  padding: 60px 40px;
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin: 0 auto;
}

/* Decorations (CSS Shapes to replace images) */
.contact-decoration {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.6;
}

.decoration-tl {
  width: 200px;
  height: 200px;
  background: #ffecb3;
  top: -60px;
  left: -60px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: float-blob 8s ease-in-out infinite;
}

.decoration-br {
  width: 150px;
  height: 150px;
  background: #ffccbc;
  bottom: -40px;
  right: -40px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: float-blob 6s ease-in-out infinite reverse;
}

@keyframes float-blob {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    transform: translate(10px, -20px) rotate(10deg);
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
}

/* Contact Content */
.contact-content {
  text-align: center;
}

.contact-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #5a3e2b;
}

.contact-info-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* Phone Area */
.contact-phone-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  display: block;
}

.contact-tel {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ff8d48;
  text-decoration: none;
  font-family: serif; /* Differentiator */
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}

.contact-tel:hover {
  opacity: 0.7;
}

.contact-tel .icon {
  font-size: 2.4rem;
  margin-right: 30px;
}

.contact-hours {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #5a3e2b;
}

.contact-hours .note {
  font-size: 0.8rem;
  color: #888;
}

/* Map Button */
.button-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #07b53b;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 10px 20px rgba(90, 62, 43, 0.2);
  transition: all 0.3s ease;
  min-width: 260px;
}

.button-contact:hover {
  background: #ff8d48;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255, 141, 72, 0.3);
}

.button-contact .icon {
  margin-right: 12px;
  font-size: 1.3rem;
}

.button-contact .arrow {
  margin-left: auto;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.button-contact:hover .arrow {
  transform: translateX(4px);
}

/* Mobile Adjustments */
@media screen and (max-width: 767px) {
  .contact-wrapper {
    padding: 40px 20px;
    border-radius: 24px;
  }

  .contact-info-grid {
    flex-direction: column;
    gap: 40px;
  }

  .contact-tel {
    font-size: 2rem;
  }

  .contact-tel .icon {
    font-size: 1.8rem;
  }

  .contact-decoration {
    opacity: 0.3;
  }
}

/* -------------------------------------------
   Initiatives Overlapping Layout
------------------------------------------- */
.initiatives-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 40px;
}

.initiatives-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Image container */
.initiatives-image {
  width: 50%;
  height: 420px;
  /* Distinctive rounded shape */
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 15px 40px rgba(90, 62, 43, 0.1);
  background-color: #f7f7f7;
  flex-shrink: 0;
  z-index: 1;
}

.initiatives-image.bp-left {
    background-position: left;
}  

.initiatives-image--dx {
  background-color: #e3f2fd; /* Soft Blue */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text Content Card */
.initiatives-content {
  width: 50%;
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  /* The Overlap */
  margin-left: -80px;
  z-index: 2;
  position: relative;
}

.initiatives-content .card-title {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5a3e2b;
  line-height: 1.4;
}

/* Card title decorative line */
.initiatives-content .card-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #ff8d48;
  margin-top: 16px;
  border-radius: 2px;
}

.initiatives-content p {
  margin-bottom: 16px;
  line-height: 1.8;
  font-size: 0.95rem;
}

.initiatives-content p:last-child {
  margin-bottom: 0;
}

/* Zig-Zag Layout */
.initiatives-item:nth-child(even) {
  flex-direction: row-reverse;
}

.initiatives-item:nth-child(even) .initiatives-content {
  margin-left: 0;
  margin-right: -80px;
}

/* Mobile Responsive */
@media screen and (max-width: 767px) {
  .initiatives-list {
    gap: 60px;
  }

  .initiatives-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .initiatives-item:nth-child(even) {
    flex-direction: column;
  }

  .initiatives-content .card-title {
    font-size: 21px;
  }

  .initiatives-image {
    width: 100%;
    height: 240px;
    margin-bottom: -40px; /* Vertical overlap */
  }

  .initiatives-content {
    width: 92%;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 30px;
  }

  /* DX Image adjustment for mobile */
  .initiatives-image--dx img.icon {
    width: 60px !important;
  }
}

/* -------------------------------------------
   Modified Background Colors (Full Width)
------------------------------------------- */

/* Section Container Colors */
.section-container {
  background-color: transparent !important;
}

/* Specific Section Backgrounds */
.section-pharmacy {
  background-color: #fdfcf8 !important;
  position: relative;
  z-index: 2;
}

.section-notice {
  background-color: #fffaf0 !important; /* Distinct pale orange */
  position: relative;
  z-index: 2;
}

.section-initiatives {
  background-color: #fdfcf8 !important;
  position: relative;
  z-index: 2;
}

/* Refined Card to pop */
.card {
  box-shadow: 0 15px 50px rgba(90, 62, 43, 0.06);
  background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .hero {
        height: 50vh;
    }
    .hero-catch {
        font-size: 28px;
    }
    .hero-scroll {
        bottom: 0;
    }
    .card {
        padding: 20px;
    }
    .initiatives-content p {
        font-size: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-content {
    width: 50%;
    padding-left: 3vw;
  }

  .hero-catch span {
    white-space: nowrap;
  }
}
