#global-header {
  width: 100%;
}
#global-header .inner {
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-header .inner .logo {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#global-header .inner .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
#global-header .inner .logo a img {
  width: auto;
  height: 70%;
}
@media screen and (max-width: 768px) {
  #global-header .inner .logo {
    width: 100%;
    display: block;
  }
  #global-header .inner .logo h1 {
    width: 100%;
  }
  #global-header .inner .logo h1 a {
    text-align: center;
  }
}
#global-header .inner #global-navi {
  width: 80%;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-header .inner #global-navi ul li {
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  display: block;
  text-align: center;
  transition: all .7s ease;
  width: 100%;
  height: 100%;
  padding: 8px 0;
}
#global-header .inner #global-navi ul li a span {
  text-align: center;
  transition: all .7s ease;
  width: 100%;
}
#global-header .inner #global-navi ul li a span.ja {
  font-size: 1.4em;
  color: #232323;
}
#global-header .inner #global-navi ul li a span.en {
  font-size: 1.1em;
  color: #214f9e;
}
#global-header .inner #global-navi ul li a:hover {
  background: #214f9e;
}
#global-header .inner #global-navi ul li a:hover span.ja {
  color: #ffffff;
}
#global-header .inner #global-navi ul li a:hover span.en {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #global-header .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner {
    display: block;
    width: 100%;
    height: 70px;
  }
}

#key-visual {
  position: relative;
  margin-bottom: 100px;
}
#key-visual img.key-pic {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
#key-visual img.key-text {
  width: auto;
  height: 89px;
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 6%;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 1024px) {
  #key-visual img.key-text {
    height: 56px;
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  #key-visual img.key-text {
    height: 32px;
    top: 48%;
  }
}
@media screen and (max-width: 415px) {
  #key-visual img.key-text {
    height: 18px;
    top: 48%;
  }
}

#pankuzu {
  background: #ccc;
}
#pankuzu .inner {
  width: 1000px;
  margin: 0 auto;
}
#pankuzu .inner span.navi-list {
  display: inline-block;
}
#pankuzu .inner span.navi-list a {
  color: #ffffff;
  padding: 8px 0;
  display: inline-block;
  font-size: 1.4em;
}
#pankuzu .inner span.navi-list i {
  color: #ffffff;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  #pankuzu .inner {
    width: 90%;
  }
}

main#container {
  background: url(../pharmacy/svg/pharmacy-bg.svg) no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
main#container .main-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  main#container .main-inner {
    width: 90%;
  }
}
@media screen and (max-width: 415px) {
  main#container .main-inner {
    overflow: hidden;
  }
}

.content-header {
  width: 450px;
  height: 195px;
  background: #001a60;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  transition: all .8s ease;
}
.content-header div {
  padding-left: 64px;
  position: relative;
}
.content-header div h2 {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: .15em;
  margin-bottom: 8px;
  color: #ffffff;
}
.content-header div p {
  font-size: 1.5em;
  color: #cccccc;
}
@media screen and (max-width: 768px) {
  .content-header {
    height: 120px;
  }
}
@media screen and (max-width: 415px) {
  .content-header {
    width: 80%;
    height: 100px;
  }
  .content-header div h2 {
    font-size: 1.8em;
  }
  .content-header div p {
    font-size: 1.4em;
  }
}

.box1 .content-header {
  opacity: 0;
  left: 100px;
}

.box2 .content-header {
  opacity: 0;
  left: 35%;
}
@media screen and (max-width: 768px) {
  .box2 .content-header {
    left: 20%;
  }
}
@media screen and (max-width: 415px) {
  .box2 .content-header {
    left: 5%;
  }
}

.box3 .content-header {
  opacity: 0;
  left: 100px;
}

.box4 .content-header {
  opacity: 0;
  left: 35%;
}
@media screen and (max-width: 768px) {
  .box4 .content-header {
    left: 20%;
  }
}
@media screen and (max-width: 415px) {
  .box4 .content-header {
    left: 5%;
  }
}

.box5 .content-header {
  opacity: 0;
  left: 100px;
}

.box1 .content-header.active {
  opacity: 1;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .box1 .content-header.active {
    left: 0;
  }
}

.box2 .content-header.active {
  opacity: 1;
  left: 55%;
}
@media screen and (max-width: 768px) {
  .box2 .content-header.active {
    left: 35%;
  }
}
@media screen and (max-width: 415px) {
  .box2 .content-header.active {
    left: 20%;
  }
}

.box3 .content-header.active {
  opacity: 1;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .box3 .content-header.active {
    left: 0;
  }
}

.box4 .content-header.active {
  opacity: 1;
  left: 55%;
}
@media screen and (max-width: 768px) {
  .box4 .content-header.active {
    left: 35%;
  }
}
@media screen and (max-width: 415px) {
  .box4 .content-header.active {
    left: 20%;
  }
}

.box5 .content-header.active {
  opacity: 1;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .box5 .content-header.active {
    left: 0;
  }
}

.content-box .content-inner {
  position: relative;
  z-index: 1;
  top: -80px;
  width: 100%;
  height: 700px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content-box .content-inner div {
  text-align: center;
  position: relative;
}
.content-box .content-inner div .icon {
  width: 113px;
  height: 113px;
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto 48px;
}
.content-box .content-inner div .icon .circle {
  position: relative;
  width: 113px;
  height: auto;
}
.content-box .content-inner div .icon .circle.active {
  animation: scaleChange 2.4s ease-out infinite;
}
.content-box .content-inner div .icon .heart {
  width: 37px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.content-box .content-inner div .icon span.pulse {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  border: 2px solid #ed1e79;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.content-box .content-inner div .icon span.pulse.active {
  animation: pulse 2.4s .6s ease-out infinite;
}
.content-box .content-inner div .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.content-box .content-inner div .logo img {
  width: 35%;
  height: auto;
  transition: all .8s .5s ease;
  position: relative;
  left: -45px;
}
.content-box .content-inner div .logo img.active {
  left: 0;
}
.content-box .content-inner div p.text {
  font-size: 1.8em;
  line-height: 1.8;
  color: #001a60;
}
.content-box .content-inner div p.text span {
  color: #ed1e79;
  font-weight: bold;
}
@media screen and (max-width: 415px) {
  .content-box .content-inner div p.text {
    font-size: 1.5em;
  }
}
.content-box .content-inner div .sana-list dt {
  color: #001a60;
  background: #f6f6f6;
  font-size: 1.4em;
  padding: 8px 0;
}
.content-box .content-inner div .sana-list dd {
  padding: 8px 0;
  font-size: 1.4em;
}
@media screen and (max-width: 1200px) {
  .content-box .content-inner {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  .content-box .content-inner {
    box-shadow: none;
    min-height: 500px;
    height: auto;
  }
}
.content-box .content-inner.sana div {
  width: 70%;
  margin: 16px auto;
}
@media screen and (max-width: 415px) {
  .content-box .content-inner.sana div {
    position: relative;
    top: 32px;
    margin-top: 0;
    width: 90%;
  }
  .content-box .content-inner.sana div div {
    width: 100%;
    margin-top: auto;
    border-bottom: 1px solid #f3f3f3;
  }
}
.content-box .content-inner.director {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 850px;
}
.content-box .content-inner.director .inner-list {
  width: 50%;
  padding-bottom: 24px;
}
.content-box .content-inner.director .inner-list dl {
  width: 90%;
  margin: 0 auto 24px;
}
.content-box .content-inner.director .inner-list dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
}
.content-box .content-inner.director .inner-list dl div dt {
  font-size: 1.3em;
  font-weight: bold;
  color: #2f2f60;
  width: 20%;
  margin-right: 10%;
}
.content-box .content-inner.director .inner-list dl div dd {
  width: 70%;
  font-size: 1.3em;
  color: #666666;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .content-box .content-inner.director .inner-list dl {
    width: 80%;
  }
  .content-box .content-inner.director .inner-list dl div {
    display: block;
  }
  .content-box .content-inner.director .inner-list dl div dt {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
    border-bottom: 1px solid #2f2f60;
    padding-bottom: 5px;
  }
  .content-box .content-inner.director .inner-list dl div dd {
    width: 100%;
  }
}
.content-box .content-inner.director .inner-list div.greet {
  width: 90%;
  margin: 0 auto;
}
.content-box .content-inner.director .inner-list div.greet h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #2f2f60;
  margin-bottom: 24px;
  padding: 4px 0;
  border-top: 1px solid #2f2f60;
  border-bottom: 1px solid #2f2f60;
}
.content-box .content-inner.director .inner-list div.greet p {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: .05em;
  margin-bottom: 16px;
}
.content-box .content-inner.director .inner-list div.greet p:last-child {
  margin-bottom: 0;
}
.content-box .content-inner.director .inner-pic {
  width: 50%;
  height: 100%;
}
.content-box .content-inner.director .inner-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 768px) {
  .content-box .content-inner.director .inner-list {
    width: 65%;
  }
  .content-box .content-inner.director .inner-list dl {
    width: 95%;
    margin-bottom: 32px;
  }
  .content-box .content-inner.director .inner-list dl div {
    padding-bottom: 0;
  }
  .content-box .content-inner.director .inner-list div.greet h3 {
    text-align: left;
  }
  .content-box .content-inner.director .inner-list div.greet p {
    font-size: 1.1em;
  }
  .content-box .content-inner.director .inner-pic {
    width: 35%;
  }
}
@media screen and (max-width: 415px) {
  .content-box .content-inner.director {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    height: 100%;
  }
  .content-box .content-inner.director .inner-list {
    width: 100%;
    height: 30%;
    padding-top: 30%;
    margin-bottom: 32px;
  }
  .content-box .content-inner.director .inner-list dl {
    width: 100%;
  }
  .content-box .content-inner.director .inner-pic {
    width: 100%;
    height: 50%;
  }
}
.content-box .content-inner.pharmacy {
  justify-content: flex-start;
}
.content-box .content-inner.pharmacy .pharmacy-pic {
  width: 35%;
  height: 100%;
  padding: 40px;
}
.content-box .content-inner.pharmacy .pharmacy-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.content-box .content-inner.pharmacy .pharmacy-info {
  width: 65%;
  padding-top: 40px;
}
.content-box .content-inner.pharmacy .pharmacy-info dl {
  width: 100%;
  margin: 0 auto;
}
.content-box .content-inner.pharmacy .pharmacy-info dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
}
.content-box .content-inner.pharmacy .pharmacy-info dl div dt {
  font-size: 1.5em;
  font-weight: bold;
  color: #2f2f60;
  width: 20%;
  margin-right: 5%;
  text-align: left;
}
.content-box .content-inner.pharmacy .pharmacy-info dl div dd {
  width: 70%;
  font-size: 1.5em;
  color: #666666;
  text-align: left;
  line-height: 1.8;
}
.content-box .content-inner.pharmacy .pharmacy-info dl div dd ul li span {
  margin-left: 8px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .content-box .content-inner.pharmacy {
    display: block;
  }
  .content-box .content-inner.pharmacy .pharmacy-pic {
    display: none;
  }
  .content-box .content-inner.pharmacy .pharmacy-info {
    width: 90%;
    margin: 0 auto;
    padding-top: 20%;
  }
  .content-box .content-inner.pharmacy .pharmacy-info dl div {
    border-bottom: 1px solid #dfdfdf;
  }
}
@media screen and (max-width: 415px) {
  .content-box .content-inner.pharmacy .pharmacy-info {
    width: 100%;
    padding-top: 30%;
  }
  .content-box .content-inner.pharmacy .pharmacy-info dl div {
    display: block;
    padding: 16px;
  }
  .content-box .content-inner.pharmacy .pharmacy-info dl div dt {
    width: 100%;
    text-align: right;
  }
  .content-box .content-inner.pharmacy .pharmacy-info dl div dd {
    width: 100%;
    font-size: 1.2em;
    text-align: right;
  }
}
.content-box .content-inner.accessmap .map-info {
  width: 55%;
  padding-left: 11%;
}
.content-box .content-inner.accessmap .map-info h3 {
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: .25em;
  margin-bottom: 12px;
}
.content-box .content-inner.accessmap .map-info p {
  text-align: left;
  font-size: 1.3em;
  line-height: 1.8;
}
.content-box .content-inner.accessmap .map-body {
  width: 45%;
  height: 100%;
}
.content-box .content-inner.accessmap .map-body iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .content-box .content-inner.accessmap {
    display: block;
  }
  .content-box .content-inner.accessmap .map-info {
    width: 100%;
    height: 50%;
    padding-left: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 13%;
  }
  .content-box .content-inner.accessmap .map-body {
    width: 100%;
    height: 50%;
  }
}
@media screen and (max-width: 415px) {
  .content-box .content-inner.accessmap .map-info {
    padding-top: 35%;
    display: block;
    margin-bottom: 40px;
  }
  .content-box .content-inner.accessmap .map-body {
    height: 300px;
  }
}

@keyframes scaleChange {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#feature {
  margin: 120px 0;
  height: 700px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all .6s ease;
}
#feature.active {
  background: #001a60;
}
#feature .feature-header {
  text-align: center;
  margin-bottom: 64px;
}
#feature .feature-header h2 {
  color: #ffffff;
  font-size: 1.8em;
}
#feature .feature-header p {
  color: #cccccc;
  font-size: 1.5em;
}
#feature div.content dl div {
  text-align: center;
  margin-bottom: 24px;
}
#feature div.content dl div dt {
  font-size: 2.8em;
  color: #ceeaf4;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ceeaf4;
}
#feature div.content dl div dd {
  font-size: 1.8em;
  color: #ffffff;
}
@media screen and (max-width: 1112px) {
  #feature {
    width: 100%;
    margin: 120px auto;
  }
}
@media screen and (max-width: 768px) {
  #feature {
    width: 95%;
    margin: 64px auto;
  }
  #feature div.content dl div {
    text-align: center;
    margin-bottom: 24px;
  }
  #feature div.content dl div dt {
    font-size: 2.1em;
    color: #ceeaf4;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ceeaf4;
  }
  #feature div.content dl div dd {
    font-size: 1.4em;
    color: #ffffff;
  }
}
@media screen and (max-width: 415px) {
  #feature {
    height: 480px;
  }
}

.backtop {
  text-align: center;
  border-top: 1px solid #dfdfdf;
}
.backtop a {
  display: block;
  width: 100%;
  padding: 16px 0;
  transition: all .4s ease;
}
.backtop a img {
  width: auto;
  height: 13px;
}
.backtop a:hover {
  background: #dfdfdf;
}

footer#global-footer {
  background: #f2f2f2;
}
footer#global-footer .footer-inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer#global-footer .footer-inner h1 {
  width: 24%;
  text-align: center;
}
footer#global-footer .footer-inner h1 a {
  padding: 12px 0;
  display: inline-block;
}
footer#global-footer .footer-inner h1 a img {
  vertical-align: bottom;
  width: auto;
  height: 60%;
}
footer#global-footer .footer-inner .footer-navi {
  width: 76%;
}
footer#global-footer .footer-inner .footer-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
footer#global-footer .footer-inner .footer-navi ul li {
  width: 100%;
}
footer#global-footer .footer-inner .footer-navi ul li a {
  font-size: 1.4em;
  letter-spacing: .15em;
  padding: 28px 0;
  line-height: 1;
  width: 100%;
  color: #333;
  display: inline-block;
  text-align: center;
  transition: all .5s ease;
}
footer#global-footer .footer-inner .footer-navi ul li a:hover {
  background: #001035;
  color: #ffffff;
}
footer#global-footer .copy {
  background: #4d4d4d;
}
footer#global-footer .copy small {
  display: block;
  width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  padding: 8px 0;
  font-size: 1.2em;
}
@media screen and (max-width: 1200px) {
  footer#global-footer .footer-inner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  footer#global-footer .footer-inner {
    width: 95%;
  }
  footer#global-footer .footer-inner h1 {
    width: 15%;
  }
  footer#global-footer .footer-inner .footer-navi {
    width: 85%;
  }
  footer#global-footer .copy small {
    width: 90%;
  }
}
@media screen and (max-width: 415px) {
  footer#global-footer .footer-inner h1 {
    width: 100%;
  }
  footer#global-footer .footer-navi {
    display: none;
  }
  footer#global-footer .copy {
    text-align: center;
  }
  footer#global-footer .copy small {
    width: 100%;
  }
}

/*# sourceMappingURL=pharmacy.css.map */
