@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/* reset */
* {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  line-height: 2;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  color: #274b66;
  font-weight: 500;
}

ul,
ol,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

i {
  font-size: 1em;
}

img,
iframe,
svg {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

.ffm {
  font-family: "Noto Serif Japanese", serif;
  font-size: 1.05em;
  position: relative;
  top: 1px;
}

.pt1 {
  padding-top: 1em;
}

.pt2 {
  padding-top: 2em;
}

.pt3 {
  padding-top: 3em;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.ti {
  text-indent: -1.4em;
  padding-left: 1.4em;
  line-height: 1.4;
}

.ti05 {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.ti1 li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}

.ti11 li {
  text-indent: -1.1em;
  padding-left: 1.1em;
  line-height: 1.4;
}

.ti12 li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.4;
}

.ti15 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.4;
}

.ti2 li {
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.4;
}

.ls-1 {
  letter-spacing: -0.025em;
}

.scene-point .notes,
.notes {
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 1em;
}
.scene-point .notes p,
.notes p {
  text-indent: -1.1em;
  padding-left: 1.1em;
  line-height: 1.3;
  margin-bottom: 4px;
  font-size: 1em;
}
.scene-point .notes li,
.notes li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.4;
  margin-bottom: 4px;
}

p.notes {
  text-indent: -1.1em;
  padding-left: 1.1em;
  line-height: 1.3;
}

.fadeIn {
  visibility: hidden;
  opacity: 0;
  transition-duration: 1.2s;
}
.fadeIn.inView {
  visibility: visible;
  opacity: 1;
}

.leftIn {
  transform: translateX(-80px);
}
.leftIn.inView {
  transform: translateX(0);
}

.rightIn {
  transform: translateX(80px);
}
.rightIn.inView {
  transform: translateX(0);
}

.container {
  width: 1020px;
  margin-inline: auto;

  @media (max-width: 768px) {
    width: auto;
    margin-inline: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

b,
strong {
  font-weight: 600;
}

sup {
  font-size: 0.75em;
}

.wrap {
  overflow: hidden;
  text-align: justify;
}

.wrap p {
  font-size: 2.2rem;
}

.wrap small {
  font-size: 0.84em;
}

.head {
  background: #fff;
  padding: 8px 0;
}

.kv {
  background: url("/viatris/healthylife/images/pointsOfMedicationGuidance01/kv-bg.png") no-repeat center bottom;
  background-size: cover;
}
.kv .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 12.8rem 0 6.4rem;
}

.kv-img {
  flex: 0 0 40%;
  transition-delay: 0.8s;
  position: relative;
}
.kv-img ul {
  position: relative;
}
.kv-img li {
  position: absolute;
  animation: bounceIn 0.75s 0.75s forwards;
  opacity: 0;
}
.kv-img .kv-1 {
  position: relative;
  transform: translateY(0px);
  transition-timing-function: ease-in-out;
  opacity: 1;
  animation: none;
}
.kv-img .kv-2 {
  width: 22%;
  left: 14%;
  top: 4%;
  animation-delay: 2.2s;
}
.kv-img .kv-3 {
  width: 16%;
  left: 31%;
  top: 7%;
  z-index: 5;
  animation-delay: 2.6s;
}
.kv-img .kv-4 {
  width: 21%;
  left: 42%;
  top: 0;
  animation-delay: 3s;
}

@keyframes pop {
  78% {
    transform: translateY(0px);
  }
  90% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.kv-txt {
  flex: 0 0 60%;
  transition-delay: 0.1s;
  text-align: left;
}
.kv-txt h1 {
  padding: 0 16px 0 0;
  line-height: 0;
}
.kv-txt p {
  font-weight: 700;
  padding: 0 0 12px 8px;
}
.kv-txt p small {
  font-size: 14px;
}
.kv-txt p em {
  font-size: 1.3em;
  display: inline-block;
  padding-left: 8px;
}
.kv-txt h2 {
  display: inline-flex;
  align-items: center;
  border-radius: 40px;
  background: #e9527e;
  color: #fff;
  padding: 8px 24px;
  font-size: 1.2em;
  line-height: 1.4;
}
.kv-txt h2 span {
  padding: 0 8px 0 0;
  letter-spacing: 0.1em;
}
.kv-txt h2 b {
  padding: 0 0 0 8px;
  font-size: 1.2em;
  border-left: 1px solid #fff;
}

.lead {
  padding: 0 0 6.4rem;
  text-align: center;
}

.scene {
  padding: 8rem 0 8rem;
}

.scene-name {
  text-align: center;
  padding-bottom: 3.2rem;
}
.scene-name b {
  color: #e9527e;
  font-weight: 700;
  font-size: 2.8rem;
  position: relative;
}
.scene-name b::before {
  content: "";
  position: absolute;
  width: 64%;
  height: 3px;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 0);
  background: #e9527e;
  border-radius: 4px;
}

.scene-title {
  text-align: center;
  padding-bottom: 4.8rem;
}
.scene-title h2 {
  color: #e9527e;
  font-size: 5rem;
  line-height: 1;
  padding-bottom: 1.8rem;

  @media (max-width: 768px) {
    font-size: 3rem;
  }
}
.scene-title h2 span {
  font-size: 0.8em;
}

.scene-point {
  @media (min-width: 769px) {
    padding: 5.6rem 0 3rem;
    width: 940px;
    margin-left: auto;
    margin-right: 40px;
  }
}
.scene-point.point3 {
  @media (min-width: 769px) {
    padding: 5.6rem 0 5rem;
  }
}
.scene-point h3 {
  color: #e9527e;
  font-size: 2.6rem;
  line-height: 1.6;
  position: relative;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.scene-point h3::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: -5.6rem;
  background: url("/viatris/healthylife/images/pointsOfMedicationGuidance01/point.png") no-repeat 0 0 / contain;
  width: 4.8rem;
  height: 4.8rem;
  opacity: 0;
}
.scene-point h3.inView::before {
  animation: bounceIn 0.75s 0.45s forwards;
}
.scene-point h3 span {
  font-size: 1em;
  letter-spacing: -0.05em;
}
.scene-point p {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .scene-point + .scene-point {
    margin-top: 40px;
  }

  .scene-point-img {
    margin-top: 14px;
  }
}

.scene-point-img {
  @media (min-width: 769px) {
    width: 440px;
    float: right;

    figure {
      width: 400px;
      margin-right: 0;
      margin-left: auto;
    }
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex p,
.flex div {
  flex: 0 0 50%;
}
.flex figure {
  flex: 0 0 48%;
}
.flex .slide-img,
.flex .slide-txt {
  flex: 0 0 48.5%;
}

.scene-column {
  position: relative;
  background: #fff;
  padding: 48px 60px;
  margin-top: 40px;
  border-radius: 16px;

  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.scene-column h2 {
  position: absolute;
  top: -3.2rem;
  left: 3.2rem;
  z-index: 5;
  opacity: 0;
}
.scene-column h2.inView {
  animation: bounceIn 0.75s 0.75s forwards;
}
.scene-column h2 b {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
  background: #e9527e;
  color: #fff;
  font-size: 2.4rem;
  position: relative;

  @media (max-width: 768px) {
    font-size: 1.8rem;
  }
}
.scene-column h2 b::after {
  content: "";
  width: 16px;
  height: 12px;
  background: #e9527e;
  clip-path: polygon(0 0, 90% 0, 100% 100%);
  border-radius: 4px;
  position: absolute;
  left: 36%;
  bottom: 0;
  transform: translate(0, 90%);
}

.scene-column-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #e9527e;
  left: -8px;
  top: -8px;
  z-index: 1;
  border-radius: 16px;
}
.scene-column-line i {
  position: absolute;
  width: 8px;
  height: 4px;
  background: #fff;
}
.scene-column-line i:first-child {
  left: 10%;
  bottom: -3px;
}
.scene-column-line i:nth-child(2) {
  left: 60%;
  bottom: -3px;
}
.scene-column-line i:nth-child(3) {
  left: 88%;
  top: -4px;
  background: #fdeef2;
}

.scene-column-title {
  position: relative;
  z-index: 3;
}

.scene-column-title-txt {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #e9527e;
  width: 480px;
}
.scene-column-title-txt h3 {
  color: #e9527e;
  font-size: 2.4rem;
  padding-bottom: 8px;
  font-weight: 600;
}
.scene-column-title-txt h4 {
  font-size: 2rem;
  font-weight: 600;
}

.scene-column-title-img {
  @media (min-width: 769px) {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
  }
  @media (max-width: 768px) {
  }
}

.scene-column-body {
  z-index: 4;
  position: relative;
}
.scene-column-body h5 {
  font-size: 2rem;
  margin-top: 3.2rem;
  font-weight: 600;
}
.scene-column-body p {
  margin-top: 1rem;
  font-size: 1.8rem;
}

.scene-column-2 {
  background: #fdeef2;
}
.scene-column-2 .scene-column-line i {
  background: #fdeef2;
}
.scene-column-2 .scene-column-line i:nth-child(3) {
  background: #fff;
}

.scene-center {
  @media (min-width: 769px) {
    text-align: center;
    padding-bottom: 6.4rem;
  }
  @media (max-width: 768px) {
    margin-top: 4rem;
  }
}

.scene1 {
  background: #fdeef2;
}

.matome {
  background: url("/viatris/healthylife/images/pointsOfMedicationGuidance01/next-bg.png") no-repeat center top/cover;
  padding: 11.200000000000001rem 0;
  text-align: center;
}
.matome p {
  font-size: 2.4rem;
}
.matome h3 {
  font-size: clamp(16px, 7.8vw, 44px);
  font-weight: 600;
}
.matome h3 span {
  font-size: 1em;
  letter-spacing: -0.05em;
}

.slides {
  border-top: 12px solid #fff;
  padding: 8rem 0;
  background: url("/viatris/healthylife/images/pointsOfMedicationGuidance01/bg-note.png");
  background-size: 16px;
}

.slides-title {
  text-align: center;
}
.slides-title h2 {
  line-height: 1.57;
  @media (min-width: 769px) {
    font-size: 2.8rem;
  }
  @media (max-width: 768px) {
    font-size: 2rem;
  }
}
.slides-title h2 span {
  display: block;
  @media (min-width: 769px) {
    font-size: 2.8rem;
  }
  @media (max-width: 768px) {
    font-size: 2rem;
  }
}
.slides-title h2 b {
  display: block;
  @media (min-width: 769px) {
    font-size: 2.8rem;
  }
  @media (max-width: 768px) {
    font-size: 2rem;
  }
}
.slides-title h2 em {
  color: #e9527e;
  font-weight: 600;
  @media (min-width: 769px) {
    font-size: 5rem;
  }
  @media (max-width: 768px) {
    font-size: 3rem;
  }
}
.slides-title h2 sup {
  font-size: 0.6em;
}

.slides-title .notes {
  font-size: 1.4rem;
}

.slide {
  padding-top: 3.2rem;
  margin-top: 3.2rem;
  position: relative;
}
.slide h4 {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 1px;
  display: inline-block;
  background: #e9527e;
  padding: 8px 8px 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 0 0 8px 0;
}

.slide-txt p {
  font-size: 2rem;
}

.slide-img {
  flex: 0 0 48%;
}
.slide-img figure {
  padding: 0;
  border-radius: 8px;
  background: #fff;
}
.slide-img figure span {
  display: block;
  background: #e9527e;
  color: #fff;
  padding: 2px 16px;
  border-radius: 8px 8px 0 0;
}
.slide-img figure img {
  border-radius: 8px;
  box-shadow: 0 0 2px #ddd;
}

.slide-txt {
  flex: 0 0 48%;
  font-size: 0.85em;
}

.content-3 .slide h4 {
  background: #fdeef2;
}

.fin {
  padding: 6.4rem 0;
  position: relative;
  background: #f5acc1;
  font-size: clamp(0.9em, 4.8vw, 1.2em);
  text-align: center;
}

.content-notes {
  padding: 4.8rem 0;
  border-bottom: 1px solid #ddd;
}
.content-notes li {
  font-size: 0.8em;
  text-indent: -1.2em;
  padding-bottom: 4px;
  padding-left: 1.2em;
  font-weight: 400;
}

.zoom {
  display: block;
  position: relative;
  line-height: 0;
  display: block;
}
.zoom.mb0 {
  margin-bottom: 0;
}
.zoom::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 60px;
  height: 60px;
  background: url("/viatris/healthylife/images/pointsOfMedicationGuidance01/icon_zoom.svg") no-repeat center center;
  background-size: contain;
}

.pagetop {
  position: sticky;
  z-index: 10;
  bottom: 8px;
  padding-top: 3.2rem;
}
.pagetop p {
  text-align: right;
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 12px;
}
.pagetop p a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  padding: 8px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e9527e;
  transition-duration: 0.4s;
}
.pagetop p a span {
  width: 8px;
  height: 8px;
  border-top: 1px solid #e9527e;
  border-right: 1px solid #e9527e;
  transform: rotate(-45deg) translate(-5%, 5%);
  transform-origin: center;
}
.pagetop p a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 12px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  background: #274b66;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.pagetop p a:hover {
  opacity: 0.8;
  background: #e9527e;
}
.pagetop p a:hover span {
  border-color: #fff;
}
.pagetop p a:hover::after {
  background: #fff;
}

.footer {
  font-weight: 400;
}
.footer .container {
  padding: 3.2rem 0 3.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-link {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 1.6rem;
}
.footer-link p {
  padding-bottom: 1.6rem;
}
.footer-link a {
  display: inline-block;
  background: #e9527e;
  color: #fff;
  padding: 8px 64px;
  transition-duration: 0.3s;
  cursor: pointer;
  border-radius: 40px;
}
.footer-link a:hover {
  background: #444;
  color: #fff;
}

.evaluation {
  margin: 0 1px 0;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
}

.footer-text {
  flex: 0 0 33%;
  text-align: right;
  font-size: 12px;
}
.footer-text p {
  padding: 4px 0;
}

.footer-logo {
  flex: 0 0 33%;
}
.footer-logo p {
  font-size: 12px;
}

.tb,
.sp {
  display: none;
}

.foot-title {
  @media (min-width: 769px) {
    font-size: 3rem;
  }
  @media (max-width: 768px) {
    font-size: 2rem;
  }
}

@media (max-width: 1180px) {
  .scene-point h3::before {
    bottom: auto;
    top: -50px;
    width: 48px;
    height: 50px;
    left: -3vw;
  }
}
@media (max-width: 970px) {
  .kv-txt p em {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
  .pc {
    display: none;
  }
  .flex {
    display: block;
  }
  .slide.flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .wrap p {
    font-size: 1.6rem;
  }
  .kv .container {
    padding: 4vw 2rem 12vw;
    flex-direction: column;
  }
  .kv-img {
    width: 23rem;
    margin: 2.5rem auto 0;
    transition-delay: 0.8s;
  }
  .kv-txt {
    transition-delay: 0.1s;
  }
  .kv-txt p {
    line-height: 1.2;
    padding: 8px 0;
  }
  .kv-txt p small {
    white-space: nowrap;
  }
  .kv-txt p em {
    margin-top: 8px;
    display: block;
    padding: 0 0 8px;
    text-align: right;
  }
  .kv-label-wrap {
    display: flex;
    justify-content: center;
  }
  .kv-txt h2 span {
    font-size: 2rem;
  }
  .kv-txt h2 b {
    font-size: 2.4rem;
  }
  .lead {
    padding: 8vw 0;
    text-align: left;
  }
  .scene {
    padding: 8vw 0;
  }
  .scene-title p {
    text-align: left;
  }
  .scene-point h3 {
    text-align: center;
    padding-top: 64px;
    line-height: 1.2;
    font-size: clamp(16px, 6.4vw, 21px);
  }
  .scene-point h3::before {
    background: url("/viatris/healthylife/images/pointsOfMedicationGuidance01/point180.png") no-repeat 0 0 / contain;
    width: 46px;
    height: 54px;
    left: calc(50% - 26px);
    bottom: auto;
    top: 0;
  }
  .scene-column-title-txt h4,
  .scene-column-title-txt h5,
  .scene-column-title-txt p {
    font-size: 1em;
  }
  .scene-column-body h5,
  .scene-column-body p {
    font-size: 1em;
  }
  .flex figure {
    padding-top: 1.6rem;
  }
  .point2 figure {
    transform: translateY(0);
  }
  .scene-column {
    padding: 24px 24px 24px 16px;
  }
  .scene-column h2 {
    left: 4%;
  }
  .scene-column-title {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e9527e;
  }
  .scene-column-title-txt {
    padding-bottom: 1.6rem;
    width: auto;
    border-bottom: 0;
  }
  .scene-column-title-img {
    position: static;
    width: auto;
  }
  .scene-center {
    text-align: left;
  }
  .slides-title h2 b {
    letter-spacing: -0.025em;
    font-size: clamp(15px, 6.8vw, 30px);
  }
  .slide-img figure {
    padding-top: 0;
    border: 1px solid #274b66;
  }
  .slide-txt {
    padding-bottom: 1.8rem;
    font-size: 1em;
  }
  .fin {
    padding: 3.2rem 0;
  }
  .footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-logo {
    padding: 1.6rem;
  }
  .footer-text {
    text-align: center;
  }
}

/*=====================
#HUMBERGER
======================*/
.header-hum a {
  display: block;
}
.header-hum span {
  position: relative;
  display: block;
  height: 23px;
}
.header-hum span i {
  width: 100%;
  min-width: 32px;
  height: 3px;
  display: block;
  background: #e9527e;
  position: absolute;
  left: 0;
  transition-duration: 0.4s;
}
.header-hum span i:nth-child(1) {
  top: 0;
}
.header-hum span i:nth-child(2) {
  top: calc(50% - 1.5px);
}
.header-hum span i:nth-child(3) {
  bottom: 0;
}

.header-menu-active {
  overflow: hidden;
}
.header-menu-active .header-body {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.header-menu-active .header-hum span i {
  top: calc(50% - 2px);
}
.header-menu-active .header-hum span i:nth-child(1) {
  transform: rotate(45deg);
}
.header-menu-active .header-hum span i:nth-child(2) {
  opacity: 0;
}
.header-menu-active .header-hum span i:nth-child(3) {
  transform: rotate(-45deg);
}

.scene-title p,
.scene-center p {
  font-weight: 700;
}

.p-section {
  background-color: #f4f4fa;
}

.p-inner {
  @media (min-width: 769px) {
    width: 1020px;
    margin-inline: auto;
    padding-block: 100px 120px;
  }

  @media (max-width: 768px) {
    width: auto;
    padding: 40px 20px;
  }
}

.p-relation-title {
  position: relative;
  font-weight: bold;
  color: #2a276e;
  line-height: 1.4;

  &::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    background: linear-gradient(90deg, rgba(42, 39, 110, 1) 0%, rgba(42, 39, 110, 1) 66%, rgba(158, 0, 126, 1) 66%, rgba(158, 0, 126, 1) 100%);
  }

  @media (min-width: 769px) {
    padding-left: 2rem;
    font-size: 3rem;

    &::before {
      width: 0.6rem;
      height: 4.6rem;
    }
  }

  @media (max-width: 768px) {
    padding-left: 1.4rem;
    font-size: 2rem;

    &::before {
      width: 0.6rem;
      height: 3rem;
    }
  }
}

.p-relation-items {
  a {
    display: block;

    img {
      width: 100%;
      height: auto;
    }
  }

  @media (min-width: 769px) {
    margin-top: 5rem;
  }

  @media (max-width: 768px) {
    margin-top: 2.5rem;
  }
}
@media (min-width: 769px) {
  .gnav-mega-dtl-link::before {
    top: 13px;
  }
  .footernav .footernav-sub-link::before {
    top: 15px;
  }
}
