@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

html *,
html *::before,
html *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media all and (max-width: 902px) {
  .--only-pc {
    display: none;
  }
}

@media all and (min-width: 903px) {
  .--only-sp {
    display: none;
  }
}

/* styles */

html {
  scroll-behavior: smooth;
}

@media all and (max-width: 902px) {
  html {
    scroll-padding-top: 4em;
  }
}

.p-pharmacist {
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}

.p-pharmacist::before,
.p-pharmacist::after {
  content: '';
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.p-pharmacist::before {
  z-index: -2;
  background: linear-gradient(120deg, #C5E8FD, #F3E6F9, #C5E8FD, #F3E6F9, #C6E9FF);
  background-size: 300% 300%;
  animation: gradientAnimation 15s ease infinite;
}

.p-pharmacist::after {
  z-index: -1;
  background: url(../img/line_bg.png) repeat center top / 1.4375em auto;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media all and (max-width: 375px) {
  .p-pharmacist {
    font-size: 4.266667vw;
  }
}

.p-pharmacist-header {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 902px) {
  .p-pharmacist-header {
    width: 100%;
    height: 4em;
    padding: 1.5em 1em 0;
    align-items: flex-start;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .p-pharmacist-header.--is-white {
    background-color: #FFF;
  }
}

@media all and (min-width: 903px) {
  .p-pharmacist-header {
    align-items: center;
    height: 5em;
    padding: 0 1.5em;
  }
}

.p-pharmacist-nav-toggle {
  font-size: 1em;
  border: none;
  background: none;
  padding: 0;
  display: block;
  outline: none;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 110;
}

.p-pharmacist-nav-toggle.--is-opened:hover, .p-pharmacist-nav-toggle:hover {
  opacity: 0.7;
}

.p-pharmacist-nav-toggle.--is-opened .p-pharmacist-nav-toggle__inner,
.p-pharmacist-nav-toggle.--is-opened .p-pharmacist-nav-toggle__inner::after,
.p-pharmacist-nav-toggle.--is-opened .p-pharmacist-nav-toggle__inner::before {
  background-color: #000;
}

.p-pharmacist-nav-toggle__box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.25em;
}

.p-pharmacist-nav-toggle__inner {
  top: 50%;
  display: block;
  margin-top: -0.09375em;
}

.p-pharmacist-nav-toggle__inner,
.p-pharmacist-nav-toggle__inner::after,
.p-pharmacist-nav-toggle__inner::before {
  position: absolute;
  width: 2em;
  height: 0.1875em;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: #000;
}

.p-pharmacist-nav-toggle__inner::after,
.p-pharmacist-nav-toggle__inner::before {
  display: block;
  content: '';
}

.p-pharmacist-nav-toggle__inner::before {
  top: -0.6875em;
}

.p-pharmacist-nav-toggle__inner::after {
  bottom: -0.6875em;
}

.p-pharmacist-nav-toggle .p-pharmacist-nav-toggle__inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: 75ms;
}

.p-pharmacist-nav-toggle .p-pharmacist-nav-toggle__inner::before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.p-pharmacist-nav-toggle .p-pharmacist-nav-toggle__inner::after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.p-pharmacist-nav-toggle.--is-opened .p-pharmacist-nav-toggle__inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(45deg);
}

.p-pharmacist-nav-toggle.--is-opened .p-pharmacist-nav-toggle__inner::before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0;
}

.p-pharmacist-nav-toggle.--is-opened .p-pharmacist-nav-toggle__inner::after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) 0.12s;
  transform: rotate(-90deg);
}

.p-pharmacist-header__logo {
  margin: 0;
  line-height: 1;
  width: 10em;
}

@media all and (min-width: 903px) {
  .p-pharmacist-nav-toggle {
    display: none;
  }

  .p-pharmacist-header__logo {
    width: 10.8125em;
    margin-right: 1em;
  }

  .p-pharmacist-header__text {
    line-height: 1;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.5;
    padding: 0.357143em 1.071429em;
    border: 1px solid #575757;
    margin: 0 auto 0 0;
  }
}

.p-pharmacist-header__nav-list {
  margin: auto 0;
  padding: 0;
  list-style: none;
}

.p-pharmacist-header__nav-list > li {
  margin-bottom: 2.5em;
}

.p-pharmacist-header__nav-list > li:last-child {
  margin-bottom: 0;
}

.p-pharmacist-header__nav-list a {
  color: inherit;
  text-decoration: none;
}

@media all and (max-width: 902px) {
  .p-pharmacist-header__nav {
    width: 16.875em;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #EEFAFF;
    z-index: 100;
    padding: 4em 1.25em;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    display: none;
  }

  .p-pharmacist-header__nav.--is-initialized {
    transition: transform 0.2s linear;
    display: block;
  }

  .p-pharmacist-header__nav.--is-opened {
    transform: translateX(0);
  }
}

@media all and (min-width: 903px) {
  .p-pharmacist-header__nav {
    display: none;
  }
}

.p-pharmacist-group-list {
  margin: 0;
  padding: 0;
}

.p-pharmacist-group-list > li {
  line-height: 1;
  margin-right: 0.25em;
  width: 1.5em;
}

.p-pharmacist-group-list > li:last-child {
  margin-right: 0;
}

@media all and (max-width: 902px) {
  .p-pharmacist-group-list:not(.--only-pc) {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: calc(100% - 2em);
  }
}

@media all and (min-width: 903px) {
  .p-pharmacist-group-list:not(.--only-sp) {
    list-style: none;
    display: flex;
    align-items: center;
  }

  .p-pharmacist-group-list > li {
    margin-right: 0.625em;
    width: 2.5em;
  }
}

.p-pharmacist-main {
  padding: 5em 0;
  background: url(../img/bg_01__sp.png) no-repeat right top 32.5em / 19.3125em auto;
  overflow-x: clip;
}

.p-pharmacist-heading-01 {
  line-height: 1;
  text-align: center;
  width: 20.9375em;
  margin: 5em auto 4.5em;
  font-size: 1em;
}

.p-pharmacist-catch-01 {
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  width: 22.875em;
  max-width: 100%;
}

.p-pharmacist-scroll-text {
  line-height: 1.5;
  font-size: 0.875em;
  text-align: center;
  margin: 3.428571em 0 5.714286em;
}

.p-pharmacist-scroll-text::after {
  content: '';
  display: block;
  width: 1px;
  height: 3.428571em;
  margin: 0.571429em auto 0;
  background-color: #000;
}

@media all and (min-width: 768px) {
  .p-pharmacist-main {
    background: url(../img/bg_01__pc.png) no-repeat right top 39em / 32.8125em auto;
  }

  .p-pharmacist-heading-01 {
    width: 29.375em;
    margin-bottom: 6em;
  }

  .p-pharmacist-catch-01 {
    width: 31.75em;
  }
}

@media all and (min-width: 903px) {
  .p-pharmacist-main {
    padding-top: 3.75em;
    background-position: right top 20em;
  }

  .p-pharmacist-heading-01 {
    margin-bottom: 7em;
    margin-top: 0;
  }

  .p-pharmacist-catch-01 {
    max-width: 94em;
    width: 100%;
  }
}

.p-pharmacist-layout {
  margin: 0 auto;
  max-width: 1440px;
}

.p-pharmacist-layout__content {
  margin: 0 auto;
  width: 23.4375em;
  max-width: 100%;
}

@media all and (max-width: 902px) {
  .p-pharmacist-aside {
    display: none;
  }
}

@media all and (min-width: 903px) {
  .p-pharmacist-layout {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .p-pharmacist-layout__content {
    width: 31.25em;
    margin: 0;
  }

  .p-pharmacist-aside {
    width: 32.638889%;
    padding: 0 clamp(2em, 2em, 9.375%);
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    z-index: 100;
  }

  .p-pharmacist-aside__inner {
    margin: auto;
    max-width: 100%;
    width: 12.5em;
  }

  .p-pharmacist-aside__logo {
    line-height: 1;
    text-align: center;
    margin: 0 0 1em;
  }

  .p-pharmacist-aside__text {
    line-height: 1;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.5;
    padding: 0.357143em 1.071429em;
    border: 1px solid #575757;
    margin: 0 auto;
    width: fit-content;
  }

  .p-pharmacist-aside__nav {
    margin: 2em 0 0;
    padding: 0;
    list-style: none;
  }

  .p-pharmacist-aside__nav > li {
    font-size: 0.875em;
    margin-bottom: 1.142857em;
  }

  .p-pharmacist-aside__nav > li:last-child {
    margin-bottom: 0;
  }

  .p-pharmacist-aside__nav a {
    text-decoration: none;
    color: inherit;
  }

  .p-pharmacist-aside__nav a:hover {
    font-weight: 700;
    position: relative;
  }

  /*.p-pharmacist-aside__nav a.--is-current {
    font-weight: 700;
    position: relative;
  }*/

  .p-pharmacist-aside__nav a:hover::before {
    content: '';
    display: block;
    width: 1.142857em;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: -2.285714em;
    top: 50%;
    margin-top: -1px;
  }

  .p-pharmacist-line-entry-01 {
    margin-top: 2em;
    background-color: #00B900;
    border-radius: 0.625em;
    padding: 0.625em 1.25em 0.9375em;
  }

  .p-pharmacist-line-entry-01__title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 0.875em;
    color: #FFF;
    margin: 0 0 0.5em;
    line-height: 1.2;
  }

  .p-pharmacist-line-entry-01__title img {
    display: inline-block;
    width: 2em;
  }

  .p-pharmacist-line-entry-01__qr {
    line-height: 1;
  }

  .p-pharmacist-line-entry-01__text {
    text-align: center;
    color: #FFF;
    font-size: 0.75em;
    margin: 0.416667em 0 0;
  }
}

.p-pharmacist-box-01 {
  background-color: #FFF;
  border-radius: 1.5em;
  padding: 5em 1.25em;
  margin-top: 5em;
}

.p-pharmacist-box-01:first-child {
  margin-top: 0;
}

.p-pharmacist-box-01.--pills {
  position: relative;
}

.p-pharmacist-box-01.--pills::before {
  content: '';
  display: block;
  width: 8.25em;
  height: 7.5em;
  background: url(../img/bg_02.png) no-repeat center center / contain;
  position: absolute;
  left: 1em;
  top: -5em;
}

.p-pharmacist-box-02 {
  background-color: #FFF;
  border-radius: 1.5em;
  padding: 1.5em 1.5em 4em;
  margin-top: 2.5em;
}

.p-pharmacist-box-02:first-child {
  margin-top: 0;
}

@media all and (min-width: 903px) {
  .p-pharmacist-box-01 {
    padding-left: 3.125em;
    padding-right: 3.125em;
  }

  .p-pharmacist-box-01.--pills::before {
    width: 13.1875em;
    height: 12em;
    left: auto;
    right: -5.375em;
    top: -4.875em;
  }

  .p-pharmacist-box-02 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.p-pharmacist-text-01 {
  margin: 0;
}

.p-pharmacist-text-01.--centered {
  text-align: center;
}

.p-pharmacist-text-01 + .p-pharmacist-text-01 {
  margin-top: 1.75em;
}

.p-pharmacist-text-01 .--strong-01 {
  font-size: 1.125em;
  font-weight: 700;
  background: linear-gradient(90deg, #5DDAE1 0%, #0064E3 100%);
  color: #FFF;
  padding-left: 0.444444em;
}

@media all and (min-width: 903px) {
  .p-pharmacist-text-01.--size18pc {
    font-size: 1.125em;
  }

  .p-pharmacist-text-01 .--strong-01 {
    font-size: 1.111111em;
  }
}

.p-pharmacist-icons-list-01 {
  margin: 3.5em 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
}

.p-pharmacist-icons-list-01 > li {
  min-width: 5.6875em;
}

.p-pharmacist-icons-list-01 img {
  display: block;
  width: auto;
  height: 5em;
  margin: 0 auto 1em;
}

.p-pharmacist-icons-list-01 span {
  display: block;
  font-weight: 700;
  font-size: 0.875em;
}

.p-pharmacist-icons-list-01.--no > li {
  position: relative;
}

.p-pharmacist-icons-list-01.--no > li::after {
  content: '';
  display: block;
  width: 2.375em;
  height: 2.375em;
  background: url(../img/icon_04.svg) no-repeat center center / contain;
  position: absolute;
  top: -0.625em;
  right: -0.625em;
}

.p-pharmacist-section {
  margin-top: 5em;
}

.p-pharmacist-section:first-child {
  margin-top: 0;
}

.p-pharmacist-section.--is-outside {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.p-pharmacist-message-img-01,
.p-pharmacist-message-img-02 {
  line-height: 1;
}

.p-pharmacist-box-01.--is-message {
  margin-bottom: 5em;
  padding-bottom: 0;
}

@media all and (max-width: 902px) {
  .p-pharmacist-message-img-01 {
    margin: 0 -1.25em 3.5em;
  }

  .p-pharmacist-message-img-02 {
    margin: 3.5em -1.25em 0;
  }
}

@media all and (min-width: 903px) {
  .p-pharmacist-message-content {
    /*padding-top: 5em;*/
    padding-bottom: 5em;
  }

  .p-pharmacist-section.--is-outside {
    padding-left: 1.625em;
    padding-right: 1.625em;
  }
}

@media all and (min-width: 903px) and (max-width: 1439px) {
  .p-pharmacist-message-img-01,
  .p-pharmacist-message-img-02 {
    margin-left: -3.125em;
    margin-right: -3.125em;
  }
}

@media all and (max-width: 1439px) {
  .p-pharmacist-message-img-01 {
    display: none;
  }

  .p-pharmacist-box-01.--is-message {
    padding-bottom: 0;
    overflow: clip;
  }
}

@media all and (min-width: 1440px) {
  /*.p-pharmacist-section.--is-message {
    display: grid;
    grid-template-columns: 1fr 31.25em 1fr;
    grid-template-rows: auto;
    margin-left: calc(((100vw - 25em) / 2) * -1);
    margin-right: calc(((100vw - 25em) / 2) * -1);
  }

  .p-pharmacist-message-content {
    padding-left: 3.125em;
    padding-right: 3.125em;
  }*/

  .p-pharmacist-message-img-01 img,
  .p-pharmacist-message-img-02 {
    margin-top: 1.5em;
  }

  .p-pharmacist-message-img-01 img,
  .p-pharmacist-message-img-02 img {
    display: block;
    /*position: sticky;
    top: 0;*/
  }

  .p-pharmacist-box-01.--is-message {
    display: grid;
    grid-template-columns: 1fr 31.25em 1fr;
    grid-template-rows: auto;
    margin-left: calc(((100vw - 25em) / 2) * -1);
    margin-right: calc(((100vw - 25em) / 2) * -1);
    background: transparent;
    padding-top: 0;
  }

  .p-pharmacist-message-content {
    background-color: #FFF;
    border-radius: 1.5em;
    padding: 5em 3.125em;
  }

  .--is-animated {
    opacity: 0;
    transition: opacity 1.5s ease-out;
  }

  .--is-animated.--is-scrolled {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-pharmacist-heading-02 {
  text-align: center;
  line-height: 1.448;
  font-size: 1.75em;
  font-weight: 300;
  margin: 0 0 1.4285714em;
}

.p-pharmacist-heading-02__eng {
  display: block;
  width: fit-content;
  margin: 0 auto 1em;
  font-size: 0.571429em;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  line-height: 1;
}

.p-pharmacist-heading-02__eng::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #5DDAE1 0%, #0064E3 100%);
  margin: 0 auto 1em;
}

.p-pharmacist-heading-02 .--small {
  display: block;
  font-size: 0.57142857em;
  margin-bottom: 0.5em;
  font-weight: 400;
}

.p-pharmacist-heading-02 .--bigger {
  font-size: 1.142857em;
}

.p-pharmacist-text-02 {
  line-height: 2.5;
  margin: 0;
}

.p-pharmacist-text-02 + .p-pharmacist-text-02 {
  margin-top: 2.5em;
}

@media all and (min-width: 903px) {
  .p-pharmacist-heading-02 .--bigger {
    font-size: 1.25em;
  }

  .p-pharmacist-text-02 {
    font-size: 1.25em;
  }
}

.p-pharmacist-apply-float {
  width: 100%;
  position: fixed;
  z-index: 100;
  padding-bottom: 0.625em;
  left: 0;
  bottom: 0;
  line-height: 1;
  transform: translateY(100%);
  transition: transform 0.2s ease;
}

.p-pharmacist-apply-float a {
  display: block;
  width: 20.125em;
  margin: 0 auto;
}

.p-pharmacist-apply-float.--is-visible {
  transform: translateY(0);
}

.p-pharmacist-heading-03 {
  font-weight: 700;
  font-size: 1.125em;
  margin: 2.222222em 0 0.888889em;
}

.p-pharmacist-heading-03:first-child {
  margin-top: 0;
}

@media all and (min-width: 903px) {
  .p-pharmacist-apply-float {
    display: none;
  }
}

.p-pharmacist-img-01 {
  display: block;
  margin: 2.5em auto 1em;
  line-height: 1;
  text-align: center;
}

.p-pharmacist-heading-03 + .p-pharmacist-img-01,
.p-pharmacist-img-01:first-child {
  margin-top: 0;
}

.p-pharmacist-inteview-head {
  position: relative;
  padding-bottom: 4em;
}

.p-pharmacist-inteview-head__img {
  line-height: 1;
}

.p-pharmacist-inteview-head__title {
  font-weight: 700;
  font-size: 1em;
  margin: 0;
  width: calc(100% - 1em);
  padding: 0.625em;
  background: linear-gradient(90deg, #5DDAE1 0%, #0064E3 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
}

@media all and (min-width: 903px) {
  .p-pharmacist-inteview-head {
    padding-bottom: 2.5em;
  }

  .p-pharmacist-inteview-head__title {
    font-size: 1.125em;
    width: calc(100% - 5.5em);
    padding: 0.555556em;
  }
}

.p-pharmacist-inteview-body {
  margin-top: 1em;
}

.p-pharmacist-inteview-transfer {
  margin: 0 0 3.5em;
  padding: 0;
  list-style: none;
}

.p-pharmacist-inteview-transfer > li {
  text-align: center;
  margin-bottom: 2.3125em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25em;
  position: relative;
}

.p-pharmacist-inteview-transfer > li:last-child {
  margin-bottom: 0;
}

.p-pharmacist-inteview-transfer > li::after {
  content: '';
  display: block;
  width: 1.375em;
  height: 1.375em;
  background: url(../img/arrow_01.png) no-repeat center center / contain;
  position: absolute;
  top: calc(100% + 0.5em);
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.p-pharmacist-inteview-transfer > li:last-child::after {
  content: none;
  display: none;
}

.p-pharmacist-inteview-transfer > li:nth-child(1) {
  border: 1px solid #D1D1D1;
}

.p-pharmacist-inteview-transfer > li:nth-child(2) {
  border: 2px solid #0064E3;
  font-weight: 700;
}

@media all and (min-width: 903px) {
  .p-pharmacist-inteview-body {
    margin-top: 1.5em;
  }

  .p-pharmacist-inteview-transfer {
    display: flex;
    justify-content: space-between;
  }
  
  .p-pharmacist-inteview-transfer > li {
    margin-bottom: 0;
    height: 2.5em;
  }
  
  .p-pharmacist-inteview-transfer > li::after {
    width: 1.8125em;
    height: 1.8125em;
    top: 50%;
    left: calc(100% + 1em);
    transform: translateY(-50%);
  }

  .p-pharmacist-inteview-transfer > li:nth-child(1) {
    width: calc(100% - 13.8125em);
  }

  .p-pharmacist-inteview-transfer > li:nth-child(2) {
    flex-shrink: 0;
    width: 10.25em;
  }
}

.p-pharmacist-qaa {
  margin: 0;
}

.p-pharmacist-qaa > dt {
  font-weight: 700;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0 0 1em 1.625em;
  background: url(../img/letter_q.png) no-repeat 0 0.2em / 1.125em auto;
  border-bottom: 1px solid #D1D1D1
}

.p-pharmacist-qaa > dd {
  font-size: 1em;
  margin: 0 0 3.5em;
  padding-left: 1.625em;
  background: url(../img/letter_a.png) no-repeat 0 0.2em / 1.125em auto;
}

.p-pharmacist-qaa > dd:last-child {
  margin-bottom: 0;
}

.p-pharmacist-qaa p {
  margin: 0;
}

@media all and (min-width: 903px) {
  .p-pharmacist-qaa > dt {
    font-size: 1.125em;
    margin-bottom: 0.888889em;
    padding: 0 0 0.888889em 2.222222em;
    background-size: 1.222222em auto;
    background-position: 0 0.222222em;
  }
  
  .p-pharmacist-qaa > dd {
    padding-left: 2.5em;
    background-size: 1.375em auto;
    background-position: 0 0;
  }
}

.p-pharmacist-list-01 {
  margin: 2.5em 0 0;
  padding: 0;
  list-style: none;
}

.p-pharmacist-list-01 > li {
  margin-bottom: 2.5em;
}

.p-pharmacist-list-01 > li:last-child {
  margin-bottom: 0;
}

.p-pharmacist-heading-04 {
  font-weight: 700;
  font-size: 1em;
  margin: 0 0 1.5em;
  display: flex;
  align-items: center;
}

.p-pharmacist-heading-04 > span:nth-child(1) {
  font-family: 'Manrope', sans-serif;
  font-size: 1.375em;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.181818em;
  height: 2.181818em;
  border-radius: 50%;
  background: linear-gradient(90deg, #5DDAE1 0%, #0064E3 100%);
  margin-right: 0.363636em;
  color: #FFF;
}

.p-pharmacist-voice {
  margin: 1.5em 0 0;
  padding: 1.25em;
  border-radius: 0.5em;
  background: #EEFAFF;
}

.p-pharmacist-voice > dt {
  font-size: 0.875em;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0 0 0.714286em;
}

.p-pharmacist-voice > dt > img {
  display: block;
  width: 2.857143em;
  border-radius: 50%;
  margin-right: 0.571429em;
  flex-shrink: 0;
}

.p-pharmacist-voice > dd {
  margin: 0;
}

.--mb80 {
  margin-bottom: 5em;
}

@media all and (min-width: 903px) {
  .p-pharmacist-heading-04 {
    font-size: 1.25em;
    margin-bottom: 1.2em;
  }
  
  .p-pharmacist-heading-04 > span:nth-child(1) {
    font-size: 1.3em;
    width: 2.153846em;
    height: 2.153846em;
    margin-right: 0.307692em;
  }
}

.p-pharmacist-apply {
  background-color: #FFF;
  padding: 1.5em;
  border-radius: 1.5em;
  margin: 1.5em auto 0;
  width: 20.9375em;
}

.p-pharmacist-apply.--single {
  margin-top: 5em;
}

.p-pharmacist-apply__button {
  font-size: 1em;
  text-align: center;
  margin: 1em auto 0;
}

.p-pharmacist-apply__button a {
  color: #FFF;
  text-decoration: none;
  background-color: #00B900;
  border-radius: 0.625em;
  padding: 1em 0 1.5em;
  transition: background-color 0.2s ease-out;
  border: 1px solid #00B900;
  display: block;
}

.p-pharmacist-apply__button a:hover {
  background-color: #FFF;
  color: #00B900;
}

.p-pharmacist-apply__button a > span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 700;
}

.p-pharmacist-apply__button a > span:nth-child(1) > img {
  display: inline-block;
  width: 2em;
  flex-shrink: 0;
  margin-right: 0.125em;
}

@media all and (min-width: 903px) {
  .p-pharmacist-apply {
    width: 28em;
  }

  .p-pharmacist-apply__button {
    margin-top: 1.5em;
  }
  
  .p-pharmacist-apply__button a > span:nth-child(1) {
    font-size: 1.25em;
  }
  
  .p-pharmacist-apply__button a > span:nth-child(1) > img {
    display: inline-block;
    width: 2em;
    margin-right: 0.4em;
  }
}

.p-pharmacist-footer {
  padding: 1em 0;
  background-color: #FFF;
}

.p-pharmacist-copyright {
  text-align: center;
  font-size: 0.75em;
  margin: 0;
}

@media all and (min-width: 903px) {
  .p-pharmacist-copyright {
    font-size: 0.875em;
  }
}
