@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
*/
/* 初期設定 */
.wrap {
  width: 100%;
  max-width: 100%;
}

.pankuzu {
  width: 96%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

.pagetop {
  z-index: 100;
}

@media screen\0  {
  img {
    height: auto;
    max-width: 100%;
    width: auto; /* ie8 */
  }
}
table {
  border-collapse: collapse;
}

a:hover img,
input[type=image]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  border: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/* iOSでのデフォルトスタイルをリセット */
body {
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media (min-width: 781px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 780px) {
  .pc {
    display: none !important;
  }
}
:root {
  --color-main: #009d88;
  --color-accent: #ea59a6;
  --color-bg: #eef7f4;
  --color-cream: #fff8df;
  --color-text: #333;
  --font-round: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  --font-base: "Noto Sans JP", sans-serif;
  --font-number: "Oswald", sans-serif;
}

.wrap {
  max-width: none;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-base);
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
.l-container {
  max-width: 1290px;
  margin: 0 auto;
}

.fv {
  overflow: hidden;
  margin-bottom: -2.7vw;
}

.fv__image {
  display: block;
  width: 100%;
}

.about {
  overflow: hidden;
  background: #fffbee;
  background-image: radial-gradient(#fee59d 1.8px, transparent 1.8px);
  background-position: 0 0;
  background-size: 16px 16px;
}

.about__inner {
  width: min(100%, 1512px);
  min-height: 1242px;
  margin-inline: auto;
  padding-top: 120px;
}

.about__title {
  margin: 0;
  color: #333;
  font-family: var(--font-round);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.about__title span {
  color: var(--color-main);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.about__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  max-width: 1323px;
  padding: 0 24px;
  margin: 64px auto 0;
}

.about__cards img {
  display: block;
  width: calc((100% - 48px) / 3);
  max-width: 409px;
  height: auto;
}

.about__note {
  max-width: 1323px;
  padding: 0 24px;
  margin: 17px auto 0;
  color: #000;
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.about__illust-image {
  display: block;
  width: 781px;
  max-width: calc(100% - 48px);
  margin: 98px auto 40px;
}

.l-stage {
  background: var(--color-bg);
  background-image: url("../../images/medicare-cat/bg-stage.png");
  background-size: 495px 495px;
}

.stage {
  padding: 64px 0 74px;
}

.stage__inner {
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
}

.stage__heading {
  margin: 0;
  font-family: var(--font-round);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.stage__heading span {
  color: var(--color-main);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.stage__diagram {
  position: relative;
  max-width: 960px;
  min-height: 270px;
  margin: 28px auto 0;
  padding: 0 30px;
}

.stage__cards-wrapper {
  position: relative;
}

.stage__cards {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.stage-card {
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
  min-height: 160px;
  padding: 12px 14px 18px;
  color: #333;
  font-family: var(--font-round);
  background: #fff;
  border: 4px solid var(--color-main);
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.22);
          box-shadow: 0 5px 4px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.stage-card__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 105px;
  min-height: 30px;
  padding: 6px 14px 7px;
  color: #fff;
  font-family: var(--font-round);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: var(--color-accent);
  border-radius: 999px;
}

.stage-card__name {
  font-family: var(--font-round);
  margin-top: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.stage-card__arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  background-color: var(--color-main);
  mask: url("../../images/medicare-cat/stage-card-arrow.svg") center/contain no-repeat;
  -webkit-mask: url("../../images/medicare-cat/stage-card-arrow.svg") center/contain no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.stage__cat {
  position: absolute;
  z-index: 3;
  display: block;
  height: auto;
  pointer-events: none;
}

.stage__cat--left {
  bottom: -10px;
  left: -20px;
  width: 72px;
}

.stage__cat--right {
  bottom: -10px;
  right: -20px;
  width: 126px;
}

.stage__care-map {
  z-index: 1;
  margin-top: 10px;
}

.stage__care-map img {
  display: block;
  width: 100%;
  height: auto;
}

.qa {
  position: relative;
  padding: 74px 0 0;
  overflow: hidden;
}

.qa .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 88px;
  padding-left: 140px;
  position: relative;
}
.qa .l-container:before {
  content: "";
  position: absolute;
  width: 4px;
  left: 56px;
  height: 100%;
  background: #ea59a6;
}
@media (max-width: 767px) {
  .qa .l-container:before {
    left: 0;
  }
}

.qa__body {
  position: relative;
  max-width: 1150px;
  padding-right: 24px;
  scroll-margin-top: 88px;
}

.qa__accent {
  position: absolute;
  top: -24px;
  left: -140px;
  z-index: 0;
  display: block;
  width: 112px;
  height: 112px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .qa .l-container {
    width: 100%;
    max-width: none;
    padding-left: 24px;
  }
  .qa__accent {
    top: -12px;
    left: -24px;
    width: 72px;
    height: 61px;
  }
}
.qa__accent img {
  display: block;
  width: 100%;
  height: 100%;
}

.qa__body h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 44px;
  color: #000;
  font-family: var(--font-round);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
}

.question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.question__heading {
  position: relative;
  padding-bottom: 20px;
}

.question__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 5px;
  border-top: 3px dotted var(--color-main);
}

.question + .question {
  margin-top: 64px;
}

.question__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}

.question__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 698px;
          flex: 1 1 698px;
  min-width: 0;
}

.question__badge {
  position: relative;
  display: grid;
  place-items: center;
  width: 120px;
  height: 35px;
  margin: 0 0 17px;
  padding: 0 0 4px;
  color: #fff;
  font-family: var(--font-round);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  background: var(--color-main);
  border-radius: 5px;
}

.question__badge::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: -13px;
  width: 20px;
  height: 20px;
  background: var(--color-main);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.question h3 {
  margin: 0;
  color: var(--color-main);
  font-family: var(--font-round);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: nowrap;
}

.question__text p {
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.question__text h4 {
  margin: 1em 0 0;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.question .qa-illust {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
  margin-top: 0;
}

.question__text p {
  margin: 0;
}

.question__text p + p {
  margin-top: 24px;
}

.qa-illust {
  position: relative;
  margin: 112px 0 0;
}

.qa-illust__image {
  display: block;
  width: 360px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

.qa-product {
  position: relative;
  margin-top: 64px;
  padding: 0 0 60px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.qa-product::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background: #fee59d;
}

.qa-product__summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 448px) 1fr;
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 64px 42px 30px 103px;
}

.qa-product__spoon,
.qa-product__content,
.qa-product__images {
  position: relative;
  z-index: 1;
}

.qa-product__spoon img {
  display: block;
  width: 107px;
  height: 144px;
}

.qa-product__spoon {
  position: absolute;
  left: 24px;
  top: 25px;
}

.qa-product__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.qa-product__tags li {
  padding: 3px 16px 5px;
  color: var(--color-main);
  font-family: var(--font-round);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  border: 2px solid var(--color-main);
  border-radius: 999px;
}

.qa-product__tags small {
  font-size: 12px;
  color: var(--color-main);
}

.qa-product__lead {
  margin: 0 0 0;
  color: #000;
  font-family: var(--font-round);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.qa-product h3 {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 2px auto 0;
  color: #000;
  font-family: var(--font-round);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
}
.qa-product h3 span {
  overflow-wrap: anywhere;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(62%, #ffe96e));
  background: linear-gradient(transparent 62%, #ffe96e 62%);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.qa-product__content > p:last-of-type {
  margin: 24px 0 22px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.qa-product__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 20px;
  color: #fff;
  font-family: var(--font-base);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  background: #00b4ed;
  border-radius: 30px;
  margin-left: 68px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.qa-product__button span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.qa-product__button::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: url("../../images/medicare-cat/qa-products-button-arrow.svg") center/contain no-repeat;
}

.qa-product__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
}

.qa-product__images figure {
  width: 183px;
  margin: 0;
  text-align: center;
}

.qa-product__images img {
  width: 100%;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.qa-product__images figcaption {
  margin-top: 10px;
  color: #000;
  font-size: 12px;
  line-height: 1.8;
}

.qa-product__more {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  color: #000;
  font: inherit;
  font-weight: 700;
  line-height: 1.6;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.qa-product__more span {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}

.qa-product__more span,
.qa-product__more::before {
  position: relative;
  z-index: 1;
}

.qa-product__more::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../images/medicare-cat/qa-icon-toggle--open.svg") center/contain no-repeat;
}

.qa-product.is-open .qa-product__more::before {
  background-image: url("../../images/medicare-cat/qa-icon-toggle--close.svg");
}

.qa-product__detail {
  position: relative;
  z-index: 1;
  padding: 20px 32px 42px;
}

.qa-product__detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.qa-product-feature {
  overflow: hidden;
  border-radius: 10px;
  background: #edf7fd;
}

.qa-product-feature__image {
  display: block;
  width: 100%;
  height: auto;
}

.qa-product-health {
  margin-top: 36px;
}

.qa-product-health h4 {
  margin: 0;
  color: #00b4ed;
  font-family: var(--font-round);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.qa-product-health h4::after,
.qa-product-health::after {
  content: "";
  display: block;
  height: 6px;
  margin-top: 8px;
  background: #d7f5ff;
}

.qa-product-health ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px 20px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.qa-product-health ul.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qa-product-health li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  gap: 8px;
  min-width: 0;
  color: #00b4ed;
  font-family: var(--font-round);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.qa-product-health__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  height: 48px;
}

.qa-product-health__text {
  min-width: 0;
}

.qa-product-health__text span {
  display: block;
  color: #00b4ed;
  font-family: var(--font-round);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.qa-product-health small {
  display: block;
  margin-top: 1px;
  color: #000;
  font-family: var(--font-base);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.syringe-guide {
  margin: 64px 0;
  padding: 36px 32px 32px;
  background: #fff5d8;
  border-radius: 20px;
}

.syringe-guide__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 0 0 32px;
  color: var(--color-main);
  font-family: var(--font-round);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.45;
}

.syringe-guide__title-icon {
  display: grid;
  place-items: center;
  width: 55px;
  height: 59px;
}

.syringe-guide__title-icon img {
  width: 55px;
  max-height: 59px;
}

.syringe-guide__prep {
  padding: 32px;
  background: var(--color-main);
  border-radius: 16px;
}

.syringe-guide__prep h4 {
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--font-round);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.syringe-guide__prep-panel {
  display: grid;
  grid-template-columns: 428px minmax(0, 1fr);
  gap: 0;
  padding: 24px 35px 24px 29px;
  min-height: 289px;
  background: #fff;
  border-radius: 10px;
}

.syringe-guide__prep-block + .syringe-guide__prep-block {
  border-left: 2px dashed var(--color-main);
  padding-left: 31px;
}

.syringe-guide__prep-block:first-child {
  padding-right: 31px;
}

.syringe-guide__prep-block h5 {
  margin: 0;
  color: var(--color-main);
  font-family: var(--font-round);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.syringe-guide__prep-image {
  display: block;
  height: auto;
  max-width: 100%;
}

.syringe-guide__prep-block:first-child .syringe-guide__prep-image {
  width: 395px;
}

/*
.syringe-guide__prep-block:nth-child(2) .syringe-guide__prep-image {
    width: 438px;
    margin-top: 24px;
}
*/
.syringe-guide__steps {
  margin-top: 32px;
}

.syringe-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 32px;
  background: #ffe8a1;
  border-radius: 18px;
}

.syringe-step + .syringe-step {
  margin-top: 32px;
}

.syringe-step__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 522px;
          flex: 0 1 522px;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}

.syringe-step__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 57px;
  height: 57px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57px;
          flex: 0 0 57px;
  color: #fff;
  font-family: var(--font-number);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  background: #e85ca0;
  border-radius: 50%;
}

.syringe-step h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 73px);
          flex: 1 1 calc(100% - 73px);
  min-width: 0;
  margin: 0;
  color: #000;
  font-family: var(--font-base);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.syringe-step p {
  font-family: var(--font-base);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.syringe-step__visual {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.syringe-step__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.qa__products-link {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  width: min(100%, 1126px);
  margin-top: 35px;
  margin-inline: auto;
  padding-bottom: 80px;
}

.qa__products-button {
  justify-self: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 454px;
  min-height: 52px;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  background: #00b4ed;
  border-radius: 30px;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.qa__products-button span {
  color: inherit;
  font-family: var(--font-base);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.qa__products-button img {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

@media (min-width: 1181px) {
  .syringe-step h4 {
    white-space: nowrap;
  }
}
@media (min-width: 1181px) and (hover: hover) and (pointer: fine) {
  .stage-card:hover {
    color: #fff;
    background: var(--color-main);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.22);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.22);
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .stage-card:hover .stage-card__arrow {
    background-color: #fff;
  }
  .qa-product__button:hover,
  .qa__products-button:hover {
    background-color: #0099c9;
  }
  .qa-product__more:hover {
    color: #fff;
    background-color: var(--color-main);
  }
}
.qa__products-note {
  justify-self: start;
  width: min(100%, 773px);
  margin-top: 64px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}

.qa__products-note p {
  margin: 0;
}

.message {
  position: relative;
  width: 100%;
  min-height: 805px;
  padding: 114px 0 96px;
  overflow: hidden;
  text-align: center;
  background-color: #fffdf4;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/medicare-cat/message-bg.svg");
}

.message__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 980px);
  margin-inline: auto;
}

.message__lead,
.message__title,
.message__text {
  margin: 0;
  font-family: var(--font-round);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
}

.message__lead {
  color: #8a6b00;
  font-size: 24px;
}

.message__title {
  margin-top: 4px;
  color: #6f5700;
  font-size: 32px;
  text-decoration: underline;
  text-decoration-color: #e9d66b;
  text-decoration-thickness: 10px;
  text-underline-offset: -4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.message__illust {
  position: relative;
  z-index: 2;
  display: block;
  width: 420px;
  max-width: 70%;
  margin: 34px auto 0;
}

.message__text {
  margin-top: 18px;
  color: #5d5145;
  font-size: 24px;
  line-height: 1.8;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .qa .l-container {
    padding-left: clamp(72px, 9vw, 140px);
  }
  .qa__accent {
    width: clamp(64px, 8vw, 112px);
    height: clamp(64px, 8vw, 112px);
    left: calc(56px - clamp(64px, 8vw, 112px) / 2 - clamp(72px, 9vw, 140px));
  }
  .qa__body h2 {
    padding-left: 24px;
  }
  .question__body {
    gap: clamp(16px, 2.5vw, 24px);
  }
  .question__content {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
  }
  .question h3 {
    font-size: clamp(26px, 3vw, 32px);
    white-space: normal;
  }
  .question__text h4,
  .question__text p {
    font-size: clamp(16px, 1.8vw, 20px);
  }
  .question .qa-illust {
    -ms-flex-preferred-size: clamp(260px, 32vw, 360px);
        flex-basis: clamp(260px, 32vw, 360px);
  }
  .qa-illust__image {
    width: clamp(260px, 32vw, 360px);
  }
  .qa-product__summary {
    grid-template-columns: minmax(330px, 0.94fr) minmax(320px, 1fr);
    gap: clamp(20px, 3vw, 36px);
    padding: clamp(42px, 5.4vw, 64px) clamp(24px, 3.4vw, 42px) 30px clamp(74px, 8.8vw, 103px);
  }
  .qa-product__spoon {
    left: clamp(18px, 2vw, 24px);
    top: clamp(22px, 2.5vw, 25px);
  }
  .qa-product__spoon img {
    width: clamp(78px, 9vw, 107px);
    height: auto;
  }
  .qa-product__tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: clamp(5px, 0.8vw, 8px);
  }
  .qa-product__tags li {
    padding-inline: clamp(10px, 1.4vw, 16px);
    font-size: clamp(14px, 1.6vw, 18px);
    white-space: nowrap;
  }
  .qa-product__lead {
    font-size: clamp(19px, 2.2vw, 24px);
    white-space: nowrap;
  }
  .qa-product h3 {
    font-size: clamp(31px, 3.5vw, 40px);
    white-space: nowrap;
  }
  .qa-product__content > p:last-of-type {
    margin-top: clamp(18px, 2vw, 24px);
    font-size: clamp(10px, 1.3vw, 14px);
  }
  .qa-product__button {
    margin-left: clamp(0px, 6vw, 68px);
    min-height: clamp(46px, 4.8vw, 52px);
    padding-inline: clamp(16px, 2vw, 20px);
    font-size: clamp(16px, 1.8vw, 20px);
    white-space: nowrap;
  }
  .qa-product__images {
    gap: clamp(18px, 2.6vw, 38px);
  }
  .qa-product__images figure {
    width: clamp(142px, 17vw, 183px);
  }
  .syringe-guide {
    padding: clamp(28px, 3.2vw, 36px) clamp(20px, 2.8vw, 32px) clamp(28px, 3vw, 32px);
  }
  .syringe-guide__title {
    margin-bottom: clamp(24px, 2.8vw, 32px);
    font-size: clamp(30px, 3.3vw, 38px);
    white-space: nowrap;
  }
  .syringe-guide__title-icon {
    width: clamp(44px, 4.8vw, 55px);
    height: clamp(47px, 5.2vw, 59px);
  }
  .syringe-guide__title-icon img {
    width: clamp(44px, 4.8vw, 55px);
    max-height: clamp(47px, 5.2vw, 59px);
  }
  .syringe-guide__prep {
    padding: clamp(22px, 2.8vw, 32px);
  }
  .syringe-guide__prep h4 {
    margin-bottom: clamp(18px, 2.2vw, 24px);
    font-size: clamp(20px, 2.2vw, 24px);
    white-space: nowrap;
  }
  .syringe-guide__prep-panel {
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1fr);
    padding: clamp(18px, 2.2vw, 24px) clamp(18px, 2.8vw, 35px) clamp(18px, 2.2vw, 24px) clamp(18px, 2.4vw, 29px);
    min-height: clamp(236px, 25vw, 289px);
  }
  .syringe-guide__prep-block + .syringe-guide__prep-block {
    padding-left: clamp(20px, 2.6vw, 31px);
  }
  .syringe-guide__prep-block:first-child {
    padding-right: clamp(20px, 2.6vw, 31px);
  }
  .syringe-guide__prep-block h5 {
    font-size: clamp(18px, 2vw, 22px);
    white-space: nowrap;
  }
  .syringe-guide__prep-block:first-child .syringe-guide__prep-image {
    width: clamp(280px, 36vw, 395px);
  }
  .syringe-guide__prep-block:nth-child(2) .syringe-guide__prep-image {
    width: clamp(290px, 38vw, 438px);
    /* margin-top: clamp(16px, 2.2vw, 24px); */
  }
  .syringe-step {
    gap: clamp(18px, 2.4vw, 24px);
    padding: clamp(24px, 3vw, 32px);
  }
  .syringe-step + .syringe-step {
    margin-top: clamp(20px, 2.8vw, 32px);
  }
  .syringe-step__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    gap: clamp(12px, 1.6vw, 16px);
  }
  .syringe-step__visual {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 clamp(300px, 40vw, 450px);
            flex: 0 1 clamp(300px, 40vw, 450px);
  }
  .syringe-step__number {
    width: clamp(48px, 5vw, 57px);
    height: clamp(48px, 5vw, 57px);
    -ms-flex-preferred-size: clamp(48px, 5vw, 57px);
        flex-basis: clamp(48px, 5vw, 57px);
    font-size: clamp(24px, 2.8vw, 30px);
  }
  .syringe-step h4 {
    margin-top: clamp(4px, 0.7vw, 8px);
    font-size: clamp(18px, 2vw, 22px);
  }
  .syringe-step p {
    font-size: clamp(14px, 1.5vw, 18px);
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .qa-product__summary {
    grid-template-columns: minmax(270px, 0.95fr) minmax(230px, 0.8fr);
    gap: clamp(14px, 2vw, 20px);
    padding-right: clamp(18px, 2.6vw, 24px);
    padding-left: clamp(62px, 7.8vw, 74px);
  }
  .qa-product__spoon img {
    width: clamp(68px, 8vw, 78px);
  }
  .qa-product__images {
    gap: clamp(10px, 1.8vw, 16px);
    min-width: 0;
  }
  .qa-product__images figure {
    width: clamp(104px, 14vw, 126px);
    min-width: 0;
  }
  .qa-product__lead {
    font-size: clamp(17px, 2vw, 19px);
  }
  .qa-product h3 {
    font-size: clamp(28px, 3.4vw, 31px);
  }
}
@media (max-width: 768px) {
  .l-container {
    width: min(100% - 48px, 393px);
  }
  .fv {
    background: var(--color-bg);
    margin-bottom: 0;
    position: relative;
  }
  .fv:before {
    background-color: #fff;
    content: "";
    position: absolute;
    height: 1.8vw;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .fv__image {
    position: relative;
    z-index: 2;
    width: 393px;
    max-width: 100%;
    margin-inline: auto;
  }
  .about {
    background-size: 12px 12px;
  }
  .about__inner {
    min-height: 0;
    padding: 48px 0 56px;
  }
  .about__title {
    padding-inline: 24px;
    font-size: 26px;
    line-height: 1.45;
  }
  .about__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    width: calc(100% - 32px);
    margin-top: 34px;
  }
  .about__cards img {
    width: min(100%, 409px);
  }
  .about__note {
    width: calc(100% - 48px);
    margin-top: 12px;
    font-size: 12px;
  }
  .about__illust-image {
    width: 360px;
    max-width: calc(100% - 32px);
    margin-top: 42px;
  }
  .stage {
    padding: 0;
  }
  .stage__inner {
    width: min(100% - 24px, 560px);
    max-width: none;
  }
  .stage__heading {
    padding: 44px 0 0;
    font-size: 25px;
  }
  .stage__diagram {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 0 auto;
    padding: clamp(36px, 6.4vw, 48px) clamp(8px, 2.2vw, 14px) 0;
  }
  .stage__cards {
    gap: clamp(8px, 3.2vw, 18px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stage-card {
    display: grid;
    grid-template-rows: clamp(20px, 4.2vw, 26px) auto clamp(24px, 5.4vw, 32px);
    justify-items: center;
    -ms-flex-line-pack: start;
        align-content: start;
    row-gap: clamp(6px, 1.7vw, 10px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    width: auto;
    height: auto;
    min-height: clamp(100px, 22vw, 132px);
    padding: clamp(5px, 1.3vw, 9px) clamp(5px, 1.8vw, 12px) clamp(8px, 2vw, 14px);
    border-width: 3px;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  }
  .stage-card__label {
    width: clamp(68px, 18vw, 96px);
    min-width: 0;
    height: clamp(20px, 4.2vw, 26px);
    min-height: 0;
    padding: 0;
    font-size: clamp(9px, 2vw, 12px);
    line-height: 1;
    white-space: nowrap;
  }
  .stage-card__name {
    width: 100%;
    margin: 0;
    font-size: clamp(19px, 4.8vw, 28px);
    line-height: 1.35;
    text-align: center;
  }
  .stage-card__arrow {
    width: 28px;
    height: 28px;
    margin: 0;
  }
  .stage__cat--left {
    top: auto;
    bottom: -15px;
    left: -15px;
    width: clamp(38px, 9.8vw, 48px);
  }
  .stage__cat--right {
    top: auto;
    bottom: -15px;
    right: -15px;
    width: clamp(82px, 21vw, 104px);
  }
  .stage__care-map {
    margin-top: clamp(12px, 4.1vw, 16px);
  }
  .stage__care-map picture {
    display: block;
  }
  .stage__care-map img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }
  .qa {
    display: block;
    padding: 44px 0 0;
    background-size: 10px 10px;
  }
  .qa .l-container {
    width: 100%;
    max-width: none;
    padding-left: 24px;
  }
  .qa__accent {
    top: 0;
    left: -24px;
    width: 72px;
    height: 61px;
  }
  .qa__body h2 {
    margin-bottom: 34px;
    font-size: 25px;
    padding-left: 62px;
  }
  .question {
    gap: 24px;
    padding-bottom: 42px;
  }
  .question__heading {
    padding-bottom: 18px;
  }
  .question__heading::after {
    left: 0;
  }
  .question__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .question__content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
  .question + .question {
    margin-top: 42px;
  }
  .question__badge {
    width: 88px;
    height: 27px;
    margin-bottom: 14px;
    font-size: 17px;
  }
  .question__badge::after {
    left: 6px;
    bottom: -10px;
    width: 16px;
    height: 16px;
  }
  .question h3 {
    margin-bottom: 0;
    font-size: 20px;
    white-space: normal;
  }
  .question .qa-illust {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .question__text h4,
  .question__text p {
    font-size: 16px;
  }
  .question__text p + p {
    margin-top: 16px;
  }
  .qa-illust {
    min-height: 260px;
    margin-top: 0;
  }
  .qa-product {
    margin-top: 42px;
    padding-bottom: 58px;
    border-radius: 14px;
  }
  .qa-product__summary {
    grid-template-columns: 1fr;
    gap: 48px;
    justify-items: center;
    padding: 24px 16px 20px;
  }
  .qa-product__spoon img {
    width: clamp(30px, 7.6vw, 60px);
    height: auto;
  }
  .qa-product__spoon {
    left: 16px;
    top: 24px;
  }
  .qa-product__content {
    display: grid;
    justify-items: center;
    width: min(100%, 278px);
    min-width: 0;
    justify-self: center;
  }
  .qa-product__tags {
    gap: 5px;
  }
  .qa-product__tags li {
    padding: 3px 9px 4px;
    font-size: 11px;
  }
  .qa-product__lead {
    font-size: 15px;
  }
  .qa-product h3 {
    margin-inline: auto;
    font-size: 24px;
  }
  .qa-product__content > p:last-of-type {
    margin: 16px 0 18px;
    font-size: 12px;
  }
  .qa-product__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    min-height: 40px;
    gap: 8px;
    padding: 8px 14px;
    font-size: 13px;
    margin-inline: auto;
  }
  .qa-product__button::after {
    -ms-flex-preferred-size: 18px;
        flex-basis: 18px;
    width: 18px;
    height: 18px;
  }
  .qa-product__images {
    grid-column: 1/-1;
    gap: 18px;
  }
  .qa-product__images figure {
    width: min(38vw, 130px);
  }
  .qa-product__more span {
    font-size: 14px;
    line-height: 1;
  }
  .qa-product__detail {
    padding: 10px 14px 34px;
  }
  .qa-product__detail-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .qa-product-health {
    margin-top: 24px;
  }
  .qa-product-health h4 {
    font-size: 18px;
  }
  .qa-product-health ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14px 8px;
  }
  .qa-product-health li {
    -ms-flex-preferred-size: calc((100% - 8px) / 2);
        flex-basis: calc((100% - 8px) / 2);
    gap: 8px;
    font-size: 11px;
  }
  .qa-product-health__icon {
    -ms-flex-preferred-size: 34px;
        flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
  .qa-product-health small {
    font-size: 10px;
  }
  .syringe-guide {
    margin: 42px 0;
    padding: 22px 16px 16px;
    border-radius: 14px;
  }
  .syringe-guide__title {
    gap: 6px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .syringe-guide__title-icon {
    width: 32px;
    height: 36px;
  }
  .syringe-guide__title-icon img {
    width: 32px;
    max-height: 36px;
  }
  .syringe-guide__prep {
    padding: 18px 14px;
    border-radius: 12px;
  }
  .syringe-guide__prep h4 {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .syringe-guide__prep-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px 14px;
    min-height: 0;
  }
  .syringe-guide__prep-block + .syringe-guide__prep-block {
    padding: 20px 0 0;
    border-top: 2px dashed var(--color-main);
    border-left: 0;
  }
  .syringe-guide__prep-block:first-child {
    padding-right: 0;
  }
  .syringe-guide__prep-block h5 {
    font-size: 18px;
  }
  .syringe-guide__prep-image,
  .syringe-guide__prep-block:first-child .syringe-guide__prep-image,
  .syringe-guide__prep-block:nth-child(2) .syringe-guide__prep-image {
    width: 100%;
    /* margin-top: 16px; */
  }
  .syringe-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    padding: 22px 16px;
  }
  .syringe-step + .syringe-step {
    margin-top: 12px;
  }
  .syringe-step__content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    gap: 12px;
  }
  .syringe-step__visual {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
  .syringe-step__number {
    width: 44px;
    height: 44px;
    -ms-flex-preferred-size: 44px;
        flex-basis: 44px;
    font-size: 22px;
  }
  .syringe-step h4 {
    font-size: 20px;
  }
  .syringe-step p {
    font-size: 16px;
  }
  .qa .l-container {
    gap: 48px;
  }
  .qa__products-link {
    margin-top: 0px;
    padding: 0 24px 56px 0px;
  }
  .qa__products-button {
    width: 100%;
    min-height: 48px;
    padding: 9px 16px;
    font-size: 14px;
  }
  .qa__products-note {
    margin-top: 48px;
    font-size: 10px;
    white-space: normal;
  }
  .message {
    min-height: 560px;
    padding: 72px 0 70px;
  }
  .message::before {
    left: -150px;
    width: 360px;
    height: 280px;
  }
  .message::after {
    right: -150px;
    bottom: 120px;
    width: 360px;
    height: 260px;
  }
  .message__inner {
    width: calc(100% - 40px);
  }
  .message__lead {
    font-size: 13px;
  }
  .message__title {
    font-size: 16px;
    line-height: 1.8;
  }
  .message__illust {
    width: 300px;
    max-width: 88%;
    margin-top: 28px;
  }
  .message__text {
    font-size: 12px;
  }
}