@charset "UTF-8";
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Cormorant Garamond";
  src: url("../font/CormorantGaramond-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Cormorant Garamond";
  src: url("../font/CormorantGaramond-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-family: "Roboto Mono";
  src: url("../font/RobotoMono-Light.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Mono";
  src: url("../font/RobotoMono-Regular.ttf") format("truetype");
}
.mincho {
  font-family: "Noto Serif JP", serif;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  letter-spacing: 0.1em;
}

h1,
h2,
h3 {
  margin: 0;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-position: inside;
}

a {
  text-decoration: none;
}
a:link, a:hover, a:visited {
  color: #000000;
}
a.link-color {
  color: #243b65;
  font-weight: bold;
}
a.link-color--under {
  font-weight: normal;
  text-decoration: underline;
}
a.underline {
  -webkit-text-decoration: underline #000000;
          text-decoration: underline #000000;
  text-underline-offset: 3px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  filter: brightness(1.05);
}

video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.underline {
  -webkit-text-decoration: underline #000000;
          text-decoration: underline #000000;
  text-underline-offset: 3px;
}

.pc-none {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.pc-inline-none {
  display: none;
}
@media screen and (max-width: 992px) {
  .pc-inline-none {
    display: inline-block;
  }
}

.pc-md-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-md-none {
    display: none !important;
  }
  .pc-md-none {
    display: block !important;
  }
}
.lg-block {
  display: none;
}
@media screen and (max-width: 992px) {
  .lg-block {
    display: block;
  }
}

.wrap {
  overflow: hidden;
}

.outer-vl {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .outer-vl {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.outer-ly {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .outer-ly {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .outer-ly_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.otr-h {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .otr-h {
    margin-top: 100px;
  }
}

.otr-w {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.h2-tx {
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .h2-tx {
    line-height: 2;
  }
}

.title-box {
  line-height: 0.8;
}

.newstitle {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #243b65;
}
@media (max-width: 480px) {
  .newstitle {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.newssub {
  font-size: 1.1rem;
  color: #696666;
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  .newssub {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 10px;
  }
}

.ymarker {
  padding: 0 2px;
  background: linear-gradient(transparent 80%, #ffff66 50%);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ymarker {
    font-weight: 500;
    background: linear-gradient(transparent 60%, #ffff66 50%);
  }
}

.logo-title {
  margin: 0;
  line-height: 1;
  font-size: 32px;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.logo-title .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 30px;
}
@media screen and (max-width: 1400px) {
  .logo-title .en {
    font-size: 26px;
  }
}
.logo-title .ja {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .logo-title .ja {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  .logo-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .logo-title {
    padding-left: 10px;
    line-height: 0.8;
  }
  .logo-title .ja {
    font-size: 11px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#totop {
  display: none;
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 500;
  background: #243b65;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.totop.active {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .totop {
    bottom: 60px;
  }
}
.totop__arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.totop__arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 0;
  border-top: solid 4px white;
  border-right: solid 4px white;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 34%;
  margin-top: -4px;
}

.more-link {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  position: relative;
  color: white;
  cursor: pointer;
}
.more-link .mincho {
  font-size: 18px;
}
.more-link a {
  min-width: 230px;
  background: white;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #243b65;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}
@media (hover: hover) {
  .more-link a:hover {
    border: 2px solid #243b65;
    background: white;
    color: #243b65;
  }
  .more-link a:hover::before {
    transform: scale(1, 1);
  }
  .more-link a:hover span {
    color: #fff;
  }
}
.more-link a span {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #243b65;
}
.more-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #243b65;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 0);
  transform-origin: center;
}

.more-link--top {
  margin-top: 100px;
}

.btn_more {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .btn_more {
    margin-top: 0;
  }
}

.header {
  color: #707070;
}
.header a {
  display: block;
  color: rgb(255, 255, 255);
}
.header a:link, .header a:hover, .header a:visited {
  color: rgb(255, 255, 255);
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    margin-left: auto;
    width: 48px;
    height: 100%;
    margin-right: 10px;
  }
  .header__hamburger span {
    width: 100%;
    height: 1px;
    background-color: white;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .header__hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .header__hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .header__hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
}
.header .is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}
.header .is-fixed a {
  color: #243b65;
}
.header .is-fixed a:link, .header .is-fixed a:hover, .header .is-fixed a:visited {
  color: #243b65;
}
.header .is-fixed .nav-list a {
  color: #243b65;
}
.header .is-fixed .header__hamburger span {
  background: #243b65;
}
.header .is-fixed .header__hamburger.active span {
  background: white;
}
.header .nav-otr {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
}
@media screen and (max-width: 992px) {
  .header .nav-otr {
    align-items: center;
  }
  .header .nav-otr.is-fixed .nav-list a {
    color: white;
  }
}
.header .nav-h1 {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .header .nav-h1 {
    width: 300px;
  }
}
@media screen and (max-width: 992px) {
  .header .nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #243b65;
    transition: ease 0.4s;
  }
  .header .nav.active {
    transform: translateX(0);
  }
}
.header .nav .nav-wrap {
  display: flex;
}
@media screen and (max-width: 992px) {
  .header .nav .nav-wrap {
    flex-flow: column;
    height: 100vh;
    justify-content: center;
  }
}
.header .nav .nav-wrap .nav-list {
  text-align: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .header .nav .nav-wrap .nav-list {
    width: 100%;
  }
}
.header .nav .nav-wrap .nav-list .list-content .en {
  font-size: 20px;
}
.header .nav .nav-wrap .nav-list .list-link {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .header .nav .nav-wrap .nav-list .list-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav .nav-wrap .nav-list .list-link {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.header .nav .nav-wrap .nav-list:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition: width 1s;
  border-bottom: 3px solid #243b65;
}
.header .nav .nav-wrap .nav-list:hover::after {
  width: 50%;
}
.header .nav .nav-wrap .nav-list:last-of-type {
  background: rgba(36, 59, 101, 0.9);
  min-width: 200px;
}
@media screen and (max-width: 1400px) {
  .header .nav .nav-wrap .nav-list:last-of-type {
    width: 100%;
    min-width: initial;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.header .nav .nav-wrap .nav-list:last-of-type a:link, .header .nav .nav-wrap .nav-list:last-of-type a:visited {
  color: white;
}

@media screen and (max-width: 768px) {
  .list-link svg path {
    fill: white;
  }
}

.is-fixed .list-link svg path {
  fill: #243b65;
}
@media screen and (max-width: 768px) {
  .is-fixed .list-link svg path {
    fill: white;
  }
}

@keyframes bg_anime {
  0% {
    background: rgba(36, 59, 101, 0);
  }
  100% {
    background: rgba(36, 59, 101, 0.7);
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showText {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime3 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.textAnimation {
  opacity: 0;
}

.show.textAnimation {
  opacity: 1;
}
.show.textAnimation span {
  animation: showText 0.1s ease-out backwards;
  display: inline-block;
}

.animationTarget {
  opacity: 0;
}

.show {
  opacity: 1;
}

.appeartext {
  animation: text_anime_on 0.5s ease-out forwards;
}

.eachTextAnime span {
  opacity: 0;
  padding-right: 2px;
}
@media screen and (max-width: 768px) {
  .eachTextAnime span {
    padding-right: 1px;
  }
}
.eachTextAnime span:nth-child(2) {
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .eachTextAnime span:nth-child(2) {
    font-size: 40px;
  }
}

.eachTextAnime.list-comment {
  animation: bg_anime 1s ease-out forwards;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 0.5s ease-out forwards;
}

.fadeUpTrigger,
.fadeUpTrigger2,
.fadeUpTrigger3,
.fadeRightTrigger,
.fadeLeftTrigger {
  opacity: 0;
}

.fadeUp {
  animation: fadeUpAnime 0.5s forwards;
  opacity: 0;
}

.fadeUp2 {
  animation: fadeUpAnime2 0.5s 0.2s forwards;
  opacity: 0;
}

.fadeUp3 {
  animation: fadeUpAnime3 0.5s 0.4s forwards;
  opacity: 0;
}

.fadeRight {
  animation: fadeRightAnime 0.5s forwards;
  opacity: 0;
}

.fadeLeft {
  animation: fadeLeftAnime 0.5s forwards;
  opacity: 0;
}

.top-img {
  background-color: #1a1a1a;
}
.top-img .top-slider {
  height: 100vh;
}
.top-img .top-slider .top-list {
  position: relative;
  overflow: hidden;
}
.top-img .top-slider .top-list .list-img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-img .top-slider .top-list .list-comment {
  z-index: 100;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  color: white;
  text-shadow: 2px 2px 2px black;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  padding: 0 10px;
  box-shadow: 3px 3px white;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 768px) {
  .top-img .top-slider .top-list .list-comment {
    box-shadow: 1px 1px white;
    border: none;
    text-shadow: 1px 1px 1px black;
  }
}
.top-img .top-slider .top-list .list-comment__btm {
  top: 62%;
}
.top-img .top-slider video {
  min-height: 100%;
  min-width: 100%;
  width: auto !important;
  filter: brightness(1.2) saturate(1.5);
}
.top-img .top-slider .video {
  position: relative;
}
.top-img .top-slider .video-cover {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  height: 100vh;
}

@media screen and (max-width: 992px) {
  .top-img .top-slider .top-list .list-comment {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .top-img .top-slider .top-list .list-comment {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .top-img .top-slider .top-list .list-comment {
    font-size: 20px;
  }
}
@media screen and (max-width: 376px) {
  .top-img .top-slider .top-list .list-comment {
    font-size: 18px;
  }
}
.introduce {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduce {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.introduce__tx {
  text-align: center;
  line-height: 2;
}
.introduce__tx1 {
  font-size: 28px;
  color: #243b65;
}
@media screen and (max-width: 768px) {
  .introduce__tx1 {
    font-size: 20px;
  }
}
.introduce__tx2 {
  line-height: 2;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.introduce__otr {
  padding: 0 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .introduce__otr {
    padding: 0 20px 50px;
  }
}

.sec9__otr {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec9__otr {
    display: block;
  }
}
.sec9__img-wrap {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec9__img-wrap {
    width: 100%;
  }
}
.sec9__tx-wrap {
  width: 70%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .sec9__tx-wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.sec9__img {
  border-radius: 50%;
  max-width: 340px;
}

.sec3 {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #243b65;
}
.sec3__ttl {
  color: white;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .sec3__ttl {
    font-size: 18px;
  }
}
.sec3__ttl--line {
  background: linear-gradient(transparent 60%, #da2a00 60%);
}
.sec3__otr {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec3__otr {
    display: block;
  }
}
.sec3__img-wrap {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec3__img-wrap {
    width: 100%;
  }
}
.sec3__img {
  border-radius: 50%;
  max-width: 340px;
}
.sec3__ctn {
  background: white;
  display: grid;
  place-items: center;
}
.sec3__ul {
  display: inline-block;
  text-align: left;
  list-style: none;
  position: relative;
}
.sec3__li {
  margin-bottom: 1px;
  position: relative;
  padding-left: 45px;
  line-height: 2.2;
  padding-right: 20px;
  text-indent: -1em;
}
.sec3__li::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #243b65;
}
@media screen and (max-width: 768px) {
  .sec3__li::before {
    top: 18px;
  }
}
.sec3__tx {
  font-size: 20px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec3__tx {
    font-size: 16px;
  }
}
.sec3__wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec3__wrap {
    display: block;
  }
}
.sec3__tx-wrap {
  width: 70%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .sec3__tx-wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.sec2 {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .sec2 {
    line-height: 2;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec2__wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 50px auto;
}
.sec2__item {
  width: calc((100% - 150px) / 4);
}
.sec2__item:nth-child(n+2) {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .sec2__item:nth-child(n+2) {
    margin-left: initial;
  }
}
@media screen and (max-width: 768px) {
  .sec2__item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .sec2__item:nth-child(2n) {
    margin-left: 20px;
  }
}
.sec2__img-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec2__img-wrap {
    width: 100%;
  }
}
.sec2__img {
  width: 100%;
  height: auto;
}
.sec2__tx {
  font-size: 14px;
}

.works-bg {
  background: #f3f5ff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .works-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.column2__item {
  display: flex;
  padding-bottom: 60px;
  align-items: center;
}
.column2__item--reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .column2__item {
    display: block;
    padding-bottom: 30px;
  }
}
.column2__img-otr {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .column2__img-otr {
    width: 100%;
    padding-right: 0;
  }
}
.column2__img {
  width: 100%;
}
.column2__number {
  background: #243b65;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .column2__number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
  }
}
.column2__tx {
  width: 50%;
  padding: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .column2__tx {
    width: 100%;
    padding: 20px 0;
  }
}
.column2__tx h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
}
.column2__tx img {
  width: 30px;
}
.column2__tx1 {
  color: #243b65;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .column2__tx1 {
    font-size: 18px;
    display: flex;
  }
}
.column2__tx2 {
  line-height: 2;
  margin-top: 20px;
  text-align: justify;
  margin-bottom: 50px;
}

.sec-pharmacy-seo .pharmacy-seo__content {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.9;
  font-size: 16px;
  color: #000000;
}
.sec-pharmacy-seo .pharmacy-seo__content p {
  margin-bottom: 1.4em;
}
.sec-pharmacy-seo .pharmacy-seo__content a.underline {
  color: #243b65;
  text-decoration: underline;
}
.sec-pharmacy-seo .pharmacy-seo__list {
  list-style: none;
  padding-left: 0;
  margin: 1.6em 0 2em;
}
.sec-pharmacy-seo .pharmacy-seo__list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 1.2em;
  line-height: 1.9;
}
.sec-pharmacy-seo .pharmacy-seo__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #243b65;
}
.sec-pharmacy-seo .pharmacy-seo__list li strong {
  display: inline-block;
  color: #243b65;
  font-weight: 700;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec-pharmacy-seo .pharmacy-seo__content {
    font-size: 15px;
    padding: 0 4px;
  }
}

.works {
  padding: 0 50px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}

.works-wrap {
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.works-wrap__tx {
  text-align: center;
}

.works-item {
  width: calc(33.3333333333% - 60px);
  margin: 0 20px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works-item {
    width: calc(100% - 20px);
    margin: 0 0 40px;
  }
}

.google-map {
  position: relative;
  text-align: center;
  z-index: 1000;
  color: #243b65;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .google-map {
    z-index: 400;
  }
}
.google-map a {
  display: inline-block;
  border-bottom: 2px solid #243b65;
}

.top-service {
  padding: 30px 0;
  margin-bottom: 50px;
  position: relative;
}
.top-service__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}

.sec1__wrap {
  display: flex;
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec1__wrap {
    display: block;
  }
}
.sec1__otr-wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec1__otr-wrap {
    width: 100%;
  }
}
.sec1__otr {
  width: 470px;
  height: 470px;
  position: relative;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .sec1__otr {
    width: 280px;
    height: 280px;
  }
}
.sec1__otr::before {
  content: "";
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid white;
}
@media screen and (max-width: 768px) {
  .sec1__otr::before {
    width: 257px;
    height: 257px;
  }
}
.sec1__ball-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 30s infinite linear;
  text-align: center;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec1__ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #243b65;
  display: inline-block;
  position: relative;
}
.sec1__ball::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  animation: point 2s ease infinite;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(36, 59, 101, 0.9);
}
.sec1__ball::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(200, 219, 255, 0.9);
  animation: point 2s ease 0.4s infinite;
  z-index: -1;
}
@keyframes point {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(8);
  }
}
.sec1__item {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: white;
  border: 1px solid white;
  background: #243b65;
  text-align: center;
  display: grid;
  place-items: center;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .sec1__item {
    font-size: 14px;
    width: 100px;
    height: 100px;
    line-height: 1.2;
  }
}
.sec1__item::before {
  content: "";
  display: inline-block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sec1__item::before {
    width: 105px;
    height: 105px;
  }
}
.sec1__item--1 {
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.sec1__item--2 {
  top: 30px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .sec1__item--2 {
    left: -20px;
    top: 16px;
  }
}
.sec1__item--3 {
  top: 30px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .sec1__item--3 {
    right: -20px;
    top: 16px;
  }
}
.sec1__item--4 {
  top: 55%;
  transform: translateY(-50%);
  left: -50px;
}
@media screen and (max-width: 768px) {
  .sec1__item--4 {
    left: -40px;
    top: 64%;
  }
}
.sec1__item--5 {
  top: 55%;
  transform: translateY(-50%);
  right: -50px;
}
@media screen and (max-width: 768px) {
  .sec1__item--5 {
    right: -40px;
    top: 64%;
  }
}
.sec1__item--6 {
  bottom: 0;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .sec1__item--6 {
    left: 30px;
    bottom: -50px;
  }
}
.sec1__item--7 {
  bottom: 0;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .sec1__item--7 {
    right: 30px;
    bottom: -50px;
  }
}
.sec1__msg-wrap {
  position: relative;
  width: 50%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .sec1__msg-wrap {
    width: 100%;
  }
}
.sec1__message {
  color: white;
  text-align: left;
  font-size: 24px;
  text-shadow: 2px 2px black;
}
@media screen and (max-width: 768px) {
  .sec1__message {
    position: static;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.sec1__red {
  text-shadow: 1px 1px white;
}

.service .service-up {
  margin-top: 100px;
  position: relative;
}
.service .service-wrap {
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  max-width: 1300px;
  justify-content: center;
}
.service .service-wrap .service-item {
  background: #f2f7ff;
  width: calc(33.3333333333% - 40px);
  margin-top: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
  position: relative;
}
.service .service-wrap .service-item:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.service .service-wrap .service-item::before {
  width: 0;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: 0.3s;
}
.service .service-wrap .service-item--blue::before {
  background: #afcfec;
}
.service .service-wrap .service-item--orange::before {
  background: #ffe6cd;
}
.service .service-wrap .service-item--green::before {
  background: #bcdfbc;
}
@media screen and (max-width: 992px) {
  .service .service-wrap .service-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .service .service-wrap .service-item {
    width: calc(100% - 20px);
  }
}
.service .service-wrap .service-item:not(:nth-child(3n-2)) {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .service .service-wrap .service-item:not(:nth-child(3n-2)) {
    margin-left: initial;
  }
}
@media screen and (max-width: 992px) {
  .service .service-wrap .service-item:nth-child(even) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service .service-wrap .service-item:nth-child(even) {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.service .service-wrap .service-item .service-content-wrap .service-title {
  margin-top: 20px;
  text-align: center;
}
.service .service-wrap .service-item .service-content-wrap .service-content {
  margin: 5px 10px 20px;
  line-height: 1.5;
}
.service__img {
  background: white;
}

.sec6 {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .sec6 {
    margin-top: 100px;
  }
}

.charge {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .charge {
    margin-top: 100px;
  }
}
.charge__otr {
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .charge__otr {
    padding: 0;
  }
}
.charge__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}
.charge__img-wrap {
  width: 25%;
  background: white;
}
@media screen and (max-width: 768px) {
  .charge__img-wrap {
    width: 100%;
  }
}

.charge-wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  padding: 30px 0 50px;
  color: #243b65;
  max-width: 992px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .charge-wrap {
    display: block;
  }
}
.charge-wrap__item {
  border: 1px solid #243b65;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  width: calc(50% - 20px);
  margin-top: 20px;
  padding-bottom: 10px;
}
.charge-wrap__item:nth-child(even) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .charge-wrap__item:nth-child(even) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .charge-wrap__item {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
.charge-wrap__title {
  padding: 10px;
  font-size: 18px;
  background: #243b65;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .charge-wrap__title {
    padding-top: 20px;
  }
}
.charge-wrap__list {
  display: inline-block;
  text-align: left;
  letter-spacing: 0.05em;
}
.charge-wrap__price {
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .charge-wrap__price {
    font-size: 24px;
  }
}

.sec7 {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec7 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .flow-all {
    margin-top: 0;
  }
}

.flow-wrap {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
}
.flow-wrap:first-of-type .flow-content {
  margin-top: 0;
}

.flow-content {
  color: white;
  background: #243b65;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .flow-content {
    height: 70px;
    line-height: normal;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 576px) {
  .flow-content {
    height: auto;
  }
}
.flow-content .text {
  font-size: 14px;
  padding-left: 30px;
}

.text {
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .sec8 {
    display: none;
  }
}

.qa-page .qa-wrap {
  position: static;
  background: transparent;
  color: inherit;
  padding: 0;
  z-index: auto;
}
.qa-page .qa-content {
  max-width: 992px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .qa-page .qa-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.qa-page .q-text {
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qa-page .q-text {
    padding-bottom: 50px;
    display: flex;
    align-items: start;
    font-size: 16px;
  }
}
.qa-page .q-text img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .qa-page .q-text img {
    margin-top: 6px;
  }
}
.qa-page .q-text span {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .qa-page .q-text span {
    padding-right: 10px;
  }
}
.qa-page .q-text::before {
  content: "";
  position: absolute;
  top: 75%;
  right: 19px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #243b65;
  transform: rotate(-45deg);
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .qa-page .q-text::before {
    right: 154px;
  }
}
.qa-page .q-text.open::before {
  transform: rotate(45deg);
}
.qa-page .q-text::after {
  content: "";
  position: absolute;
  top: 75%;
  right: 32px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #243b65;
  transform: rotate(45deg);
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .qa-page .q-text::after {
    right: 168px;
  }
}
.qa-page .q-text.open::after {
  transform: rotate(-45deg);
}
.qa-page .a-text {
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  align-items: start;
  padding-right: 80px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .qa-page .a-text {
    padding-right: initial;
  }
}
.qa-page .a-text img {
  width: auto;
  margin-top: 6px;
}
.qa-page .a-text span {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .qa-page .a-text span {
    padding-right: 10px;
  }
}
.qa-page .qa-item {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .qa-page .qa-item {
    padding-top: 30px;
  }
}
.qa-page .qa-item:nth-child(n+2) {
  border-top: 1px solid #243b65;
}

#sec_pharmacyblog,
#sec_newsblog {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #sec_pharmacyblog .date,
  #sec_newsblog .date {
    margin-bottom: 0;
  }
  #sec_pharmacyblog .detail,
  #sec_newsblog .detail {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
#sec_pharmacyblog ul,
#sec_newsblog ul {
  list-style: none;
}
#sec_pharmacyblog .news-list,
#sec_newsblog .news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1300px;
  gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sec_pharmacyblog .news-list,
  #sec_newsblog .news-list {
    display: block;
  }
}
#sec_pharmacyblog .news-list-cell img,
#sec_newsblog .news-list-cell img {
  aspect-ratio: 1.6/1;
  -o-object-fit: contain;
     object-fit: contain;
}

#sec_pharmacyblog .news-list-cell img {
  -o-object-fit: cover;
     object-fit: cover;
}

.date {
  margin-bottom: 0;
}

.detail {
  margin-top: 0;
  margin-bottom: 50px;
}

.article__img {
  aspect-ratio: 1.6/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-bg {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-bg {
    height: 300px;
  }
}
.contact-bg__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}
.contact-bg__tx {
  color: white;
  text-align: center;
  padding-bottom: 20px;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
}
.contact-bg .more-link {
  margin-top: 0;
}

.contact-btn {
  position: fixed;
  z-index: 500;
  opacity: 0;
  width: auto;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact-btn {
    right: 10px;
    bottom: 10px;
  }
}
.contact-btn.active {
  display: none !important;
}
.contact-btn a {
  color: white;
  display: grid;
  place-items: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #243b65;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-btn a {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn .en {
    font-size: 10px;
  }
}
.contact-btn img {
  width: 35px;
}

.footer {
  background: #243b65;
  color: white;
  text-align: center;
}
.footer__ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__ul {
    display: block;
  }
}
.footer__li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .footer__li {
    padding-bottom: 10px;
  }
}
.footer__link {
  color: white !important;
}
.footer__copy {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 14px;
  }
}/*# sourceMappingURL=style-front.css.map */