@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --browser-initial-height: 100vh;
  --browser-height: 100vh;
}

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

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

p a {
  display: inline;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
p a:hover {
  color: #787878;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  background: #ffffff;
  line-height: 2.25;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  body {
    line-height: 1.7142857143;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .common__br--pc {
    display: none;
  }
}
.common__br--sp {
  display: none;
}
@media (max-width: 767px) {
  .common__br--sp {
    display: block;
  }
}
.common__wrapper {
  padding-top: 92px;
  min-width: 1140px;
}
@media (max-width: 767px) {
  .common__wrapper {
    padding-top: 0;
    min-width: auto;
  }
}
.common__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 1080px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .common__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  }
}
.common__inner--small {
  width: 960px;
}
@media (max-width: 767px) {
  .common__inner--small {
    width: calc(100% - 40px);
  }
}
.common__content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .common__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.common__content--bg-gray {
  background: #f9f9f9;
}
.common__content--bg-green {
  background: #f0fff5;
}
.common__heading {
  text-align: center;
}
.common__heading:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .common__heading:not(:last-child) {
    margin-bottom: 40px;
  }
}
.common__heading-eyebrow {
  display: block;
  text-align: center;
  line-height: 1.375;
  font-size: 16px;
  letter-spacing: 0.25em;
}
@media (max-width: 767px) {
  .common__heading-eyebrow {
    line-height: 1.4285714286;
    font-size: 14px;
  }
}
.common__heading-eyebrow:not(:last-child) {
  margin-bottom: 10px;
}
.common__heading-title {
  display: block;
  text-align: center;
  line-height: 1.3947368421;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media (max-width: 767px) {
  .common__heading-title {
    line-height: 1.5833333333;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
.common__page-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f0fff5;
  height: 300px;
}
@media (max-width: 767px) {
  .common__page-heading-wrapper {
    padding-top: 61px;
    height: 241px;
  }
}
.common__page-heading-eyebrow {
  display: block;
  line-height: 1.4285714286;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .common__page-heading-eyebrow {
    text-align: center;
  }
}
.common__page-heading-eyebrow:not(:last-child) {
  margin-bottom: 10px;
}
.common__page-heading-title {
  display: block;
  line-height: 1.4;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .common__page-heading-title {
    line-height: 1.3928571429;
    font-size: 28px;
    text-align: center;
  }
}
.common__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ceff99));
  background: linear-gradient(transparent 60%, #ceff99 0%);
  padding-bottom: 0px;
}
.common__paragraph .common__marker {
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .common__paragraph .common__marker {
    line-height: 1.7142857143;
    font-size: 14px;
    font-weight: 400;
  }
}
.common__button-primary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#23be5b), to(#00a73c));
  background: linear-gradient(90deg, #23be5b 0%, #00a73c 100%);
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(100%, 314px);
  max-width: 100%;
  height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  overflow: hidden;
  cursor: pointer;
}
.common__button-primary::after {
  content: "";
  position: absolute;
  inset: 0 20px 0 auto;
  margin: auto;
  background: url(/specialcare/hiv/assets/images/common/icon_button_primary_arrow.svg) center/cover no-repeat;
  width: 8px;
  height: 14px;
}
.common__button-primary::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(255, 255, 255, 0.2509803922);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.common__button-primary:hover::before {
  opacity: 1;
}
.common__button-secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #1f1f1f;
  padding-left: 30px;
  padding-right: 23.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(100%, 339px);
  max-width: 100%;
  height: 60px;
  text-align: center;
  font-size: 16px;
  color: #1f1f1f;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .common__button-secondary {
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
    min-width: min(100%, 295px);
    font-size: 12px;
  }
}
.common__button-secondary::after {
  content: "";
  background: url(/specialcare/hiv/assets/images/common/icon_button_secondary_arrow.svg) center/cover no-repeat;
  width: 8px;
  height: 12px;
}
.common__button-secondary::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(255, 255, 255, 0.2509803922);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.common__button-secondary[target=_blank]::after {
  background: url(/specialcare/hiv/assets/images/common/icon_window_l.svg) center/cover no-repeat;
  width: 14.44px;
  height: 13px;
}
.common__button-secondary:hover::before {
  opacity: 1;
}
.common__pagetop {
  position: fixed;
  z-index: 99;
  right: 60px;
  bottom: 156px;
  display: none;
  width: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .common__pagetop {
    right: 20px;
    bottom: 92px;
    width: 30px;
  }
}
.common__pagetop:hover {
  opacity: 0.7;
}
.common__clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #1f1f1f;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  min-width: 1140px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
@media (max-width: 767px) {
  .header {
    background: transparent;
    min-width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header--hidden {
  opacity: 0;
  pointer-events: none;
}
.header--fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
@media (max-width: 1140px) {
  .header--fixed {
    min-width: auto;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .header--fixed {
    overflow-x: visible;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 1080px;
  height: 92px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .header__inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: auto;
  }
}
.header-logo {
  width: 119px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .header-logo {
    position: absolute;
    top: 24px;
    left: 20px;
    z-index: 99;
    width: 84px;
  }
}
.header--home .header-logo {
  display: none;
}
.header--fixed .header-logo {
  display: block;
}
.header--fixed .header-logo:hover {
  opacity: 0.7;
}
.header-logo:hover {
  opacity: 0.5;
}
.header-hamburger {
  display: none;
}
@media (max-width: 767px) {
  .header-hamburger {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 99999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(31, 31, 31, 0.4);
    border-radius: 4px;
    padding: 12px 10px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .header-hamburger.is-active {
    background: transparent;
  }
}
.header-hamburger__line {
  background-color: #ffffff;
  border-radius: 1px;
  width: 25px;
  height: 2px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header-hamburger__line.is-active:nth-of-type(1) {
  -webkit-transform: translateY(9.5px) rotate(-45deg);
          transform: translateY(9.5px) rotate(-45deg);
}
.header-hamburger__line.is-active:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger__line.is-active:nth-of-type(3) {
  -webkit-transform: translateY(-9.5px) rotate(45deg);
          transform: translateY(-9.5px) rotate(45deg);
}
.header-menu {
  width: 100%;
}
@media (max-width: 767px) {
  .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 90.6666666667%;
    max-height: var(--browser-height);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media (max-width: 767px) {
  .header-menu.is-active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    pointer-events: auto;
  }
}
@media (max-width: 767px) {
  .header-menu::-webkit-scrollbar {
    width: 2px;
  }
}
@media (max-width: 767px) {
  .header-menu::-webkit-scrollbar-thumb {
    background-color: #00a73c;
    border-radius: 1px;
  }
}
@media (max-width: 767px) {
  .header-menu::-webkit-scrollbar-track {
    background-color: #969da5;
    border-radius: 1px;
  }
}
@media (max-width: 767px) {
  .header-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    background: #1f1f1f;
    border-bottom-left-radius: 30px;
    padding: 40px 30px 70px;
  }
}
.header-menu__logo {
  display: none;
}
@media (max-width: 767px) {
  .header-menu__logo {
    display: block;
    width: 110px;
  }
}
.header-overlay {
  display: none;
}
@media (max-width: 767px) {
  .header-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: block;
    background: rgba(255, 255, 255, 0.5019607843);
    width: 100%;
    height: var(--browser-height);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }
}
.header-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.header-nav-wrapper {
  width: 100%;
}
.header-utility-nav {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .header-utility-nav {
    display: none;
  }
}
.header-utility-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.header-utility-nav__link {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-utility-nav__link[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: url(/specialcare/hiv/assets/images/common/icon_window_s_white.svg) center/cover no-repeat;
  width: 12px;
  height: 11px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header--fixed .header-utility-nav__link[target=_blank]::after {
  background: url(/specialcare/hiv/assets/images/common/icon_window_s.svg) center/cover no-repeat;
}
.header-utility-nav__link[target=_blank]:hover::after {
  opacity: 0.5;
}
.header--fixed .header-utility-nav__link {
  color: #1f1f1f;
}
.header-utility-nav__link:hover {
  color: #787878;
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 767px) {
  .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
}
.header--home .header-nav__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--fixed .header-nav__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-nav__item--sp {
  display: none;
}
@media (max-width: 767px) {
  .header-nav__item--sp {
    display: block;
  }
}
.header-nav__link {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .header-nav__link {
    font-weight: 400;
  }
}
.header--fixed .header-nav__link {
  color: #1f1f1f;
}
@media (max-width: 767px) {
  .header--fixed .header-nav__link {
    color: #ffffff;
  }
}
.header-nav__link:hover {
  color: #787878;
}
.header-sns {
  display: none;
}
@media (max-width: 767px) {
  .header-sns {
    display: block;
    margin-top: 30px;
    border-top: 1px solid #969da5;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .header-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .header-sns__item {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-sns__link {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
  }
}
.header-sns__link[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  background: url(/specialcare/hiv/assets/images/common/icon_window_xs_white.svg) center/cover no-repeat;
  width: 10px;
  height: 9px;
}
@media (max-width: 767px) {
  .header-sns__link--x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.header-sns__link--x[target=_blank]::after {
  display: none;
}
@media (max-width: 767px) {
  .header-sns__link--x img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .header-sns__link--terms {
    font-weight: 400;
  }
}

.footer {
  margin-bottom: 116px;
  background: #1f1f1f;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 82px;
  }
}
.footer-top {
  border-bottom: 1px solid #969da5;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .footer-top {
    border-bottom: 0;
    padding-top: 40px;
    padding-bottom: 32px;
  }
}
.footer-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 128px;
}
@media (max-width: 767px) {
  .footer-top__inner {
    gap: 32px;
  }
}
.footer-bottom {
  padding-top: 35px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.footer-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
@media (max-width: 767px) {
  .footer-bottom__inner {
    gap: 40px;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer-nav__link {
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-nav__link:hover {
  color: #787878;
}
.footer-info-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-info-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
  }
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
.footer-company__heading {
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-company__heading {
    line-height: 1.6666666667;
    font-size: 12px;
    font-weight: 400;
  }
}
.footer-company__heading:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-company__heading:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-company__heading strong {
    font-weight: 700;
  }
}
.footer-company__address {
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-company__address {
    line-height: 1.6666666667;
    font-size: 12px;
  }
}
.footer-company__address:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-company__address:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer-company__name {
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-company__name {
    line-height: 1.6666666667;
    font-size: 12px;
  }
}
.footer-company__name:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .footer-company__name:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer-company__note {
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer-company__note {
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .footer-sns--pc {
    display: none;
  }
}
.footer-sns--sp {
  display: none;
}
@media (max-width: 767px) {
  .footer-sns--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer-sns__link {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .footer-sns__link {
    font-size: 12px;
  }
}
.footer-sns__link[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  background: url(/specialcare/hiv/assets/images/common/icon_window_m_white.svg) center/cover no-repeat;
  width: 10px;
  height: 9px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-sns__link[target=_blank]:hover::after {
  opacity: 0.5;
}
.footer-sns__link--x {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer-sns__link--x {
    font-weight: 700;
  }
}
.footer-sns__link--x[target=_blank]::after {
  display: none;
}
.footer-sns__link--x img {
  width: 16px;
  height: 16px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-sns__link--x:hover img {
  opacity: 0.5;
}
.footer-sns__link--terms {
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer-sns__link--terms {
    font-size: 12px;
  }
}
.footer-sns__link:hover {
  color: #787878;
}
.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer-contact {
    border-radius: 10px;
    border: 1px solid #ffffff;
    padding: 20px 20px 30px;
  }
}
.footer-contact__heading {
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-contact__heading {
    font-size: 20px;
  }
}
.footer-contact__heading:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-contact__heading:not(:last-child) {
    margin-bottom: 5px;
  }
}
.footer-contact__heading--tel:not(:last-child) {
  margin-bottom: 5px;
}
.footer-contact__heading--web:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-contact__heading--web:not(:last-child) {
    margin-bottom: 5px;
  }
}
.footer-contact__name-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer-contact__name-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.footer-contact__name-tel:not(:last-child) {
  margin-bottom: 5px;
}
.footer-contact__name {
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-contact__name {
    line-height: 1.7142857143;
    font-size: 14px;
  }
}
.footer-contact__tel {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-contact__tel {
    line-height: 1.2083333333;
    font-size: 24px;
  }
}
.footer-contact__note {
  font-size: 12px;
}
.footer-contact__button {
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  min-width: min(100%, 254px);
  height: 46px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer-contact__button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    min-width: min(100%, 295px);
    height: 60px;
  }
}
.footer-contact__button[target=_blank]::after {
  background: url(/specialcare/hiv/assets/images/common/icon_window_xs.svg) center/cover no-repeat;
  width: 10px;
  height: 9px;
}
@media (max-width: 767px) {
  .footer-contact__button[target=_blank]::after {
    background: url(/specialcare/hiv/assets/images/common/icon_window_l.svg) center/cover no-repeat;
    width: 14.44px;
    height: 13px;
  }
}
@media (max-width: 767px) {
  .footer-utility-nav {
    border-top: 1px solid #ffffff;
    padding-top: 35px;
  }
}
.footer-utility-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .footer-utility-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
  }
}
.footer-utility-nav__link {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .footer-utility-nav__link {
    line-height: 3;
  }
}
.footer-utility-nav__link[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  background: url(/specialcare/hiv/assets/images/common/icon_window_m_white.svg) center/cover no-repeat;
  width: 12.22px;
  height: 11px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-utility-nav__link[target=_blank]:hover::after {
  opacity: 0.5;
}
.footer-utility-nav__link:hover {
  color: #787878;
}
.footer-copyright {
  text-align: center;
}
@media (max-width: 767px) {
  .footer-copyright {
    border-top: 1px solid #ffffff;
    padding-top: 20px;
  }
}
.footer-copyright small {
  font-size: 10px;
}
@media (max-width: 767px) {
  .footer-copyright small {
    font-size: 10px;
  }
}

@-webkit-keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
.main-visual {
  position: relative;
}
@media (max-width: 767px) {
  .main-visual {
    height: var(--browser-initial-height);
  }
}
.main-visual__image {
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .main-visual__image {
    position: static;
  }
}
.main-visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  background: rgba(249, 249, 249, 0.8980392157);
  padding: 20px 30px;
  width: 429px;
  min-height: calc(100vh - 92px - 116px);
}
@media (max-width: 767px) {
  .main-visual__content {
    position: absolute;
    inset: 0 0 auto;
    margin: auto;
    padding: 24px 10px;
    width: 277px;
    min-height: auto;
  }
}
.main-visual__heading {
  margin-left: auto;
  margin-right: auto;
  width: 288px;
  text-align: center;
}
@media (max-width: 767px) {
  .main-visual__heading {
    width: 240px;
  }
}
.main-visual__heading:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-visual__heading:not(:last-child) {
    margin-bottom: 16px;
  }
}
.main-visual__eyecatch-list {
  display: grid;
  grid-template-columns: repeat(3, 101px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .main-visual__eyecatch-list {
    grid-template-columns: repeat(3, 81px);
    gap: 5px;
  }
}
.main-visual__eyecatch-list:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-visual__eyecatch-list:not(:last-child) {
    margin-bottom: 10px;
  }
}
.main-visual__text {
  text-align: center;
  line-height: 1.4444444444;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main-visual__text {
    line-height: 1.4285714286;
    font-size: 14px;
    letter-spacing: 0;
  }
}
.main-visual__text:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-visual__text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.main-visual__check-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.main-visual__check-list:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-visual__check-list:not(:last-child) {
    margin-bottom: 10px;
  }
}
.main-visual__check-item {
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  padding: 16px 6px 10px;
  text-align: center;
  line-height: 1.4166666667;
  font-size: 12px;
  font-weight: 700;
  color: #00a73c;
}
@media (max-width: 767px) {
  .main-visual__check-item {
    padding: 13px 1.5px;
    line-height: 1.4;
    font-size: 10px;
    letter-spacing: 0;
  }
}
.main-visual__check-item::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  background: url(/specialcare/hiv/assets/images/common/icon_check.svg) center/cover no-repeat;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .main-visual__check-item::before {
    top: -8px;
    width: 18px;
    height: 18px;
  }
}
.main-visual__note {
  line-height: 1.3333333333;
  font-size: 9px;
}

.cta {
  position: fixed;
  z-index: 99;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: #1f1f1f;
  width: 100%;
  height: 116px;
  color: #ffffff;
}
@media (max-width: 1140px) {
  .cta {
    min-width: auto;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .cta {
    position: static;
    height: auto;
    overflow-x: visible;
  }
}
.cta-top {
  background: #1f1f1f;
}
@media (max-width: 767px) {
  .cta-top {
    position: fixed;
    z-index: 99;
    bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    height: 82px;
  }
}
.cta-top__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
@media (max-width: 767px) {
  .cta-top__inner {
    gap: 5px;
  }
}
.cta-top__heading-paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.cta-top__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cta-top__heading {
    font-size: 12px;
  }
}
.cta-top__heading--arrow::after {
  content: "";
  background: url(/specialcare/hiv/assets/images/common/icon_cta_arrow.svg) center/cover no-repeat;
  width: 44px;
  height: 12px;
}
@media (max-width: 767px) {
  .cta-top__heading--arrow::after {
    display: none;
  }
}
.cta-top__paragraph {
  line-height: 2.0714285714;
  font-size: 14px;
}
@media (max-width: 767px) {
  .cta-top__paragraph {
    display: none;
  }
}
.cta-top__button {
  min-width: 314px;
}
@media (max-width: 767px) {
  .cta-top__button {
    min-width: 217px;
    height: 50px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cta-top__button::after {
    width: 5px;
    height: 9px;
  }
}
.cta-bottom {
  background: #1f1f1f;
}
@media (max-width: 767px) {
  .cta-bottom {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cta--home .cta-bottom {
    display: none;
  }
}
.cta-bottom__paragraph {
  display: none;
}
@media (max-width: 767px) {
  .cta-bottom__paragraph {
    display: block;
    line-height: 1.5;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cta-bottom__paragraph:not(:last-child) {
    margin-bottom: 10px;
  }
}
.cta-bottom__note {
  font-size: 10px;
}
@media (max-width: 767px) {
  .cta-bottom__note {
    display: block;
    line-height: 1.7;
  }
}

.scroll {
  position: absolute;
  z-index: 1;
  left: calc((100vw - 1080px) / 2 - 72px);
  bottom: 20px;
}
@media (max-width: 767px) {
  .scroll {
    position: static;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }
}
@media (max-width: 1230px) {
  .scroll--pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .scroll--pc {
    display: none;
  }
}
.scroll--sp {
  display: none;
}
@media (max-width: 767px) {
  .scroll--sp {
    display: block;
  }
}
.scroll__text {
  text-align: center;
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .scroll__text {
    line-height: 1.4166666667;
    font-size: 12px;
    color: #1f1f1f;
  }
}
.scroll__border {
  position: relative;
  top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .scroll__border {
    height: 40px;
  }
}
.scroll__border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-animation: scrollbar 2s ease-in-out infinite;
          animation: scrollbar 2s ease-in-out infinite;
  margin: auto;
}
@media (max-width: 767px) {
  .scroll__border::before {
    height: 16px;
    background: #1f1f1f;
  }
}

.news {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .news {
    padding-top: 30px;
  }
}
.news__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .news__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.news__heading {
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.news__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .news__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .news__item:not(:first-child) {
    display: none;
  }
}
.news__term {
  line-height: 2.0714285714;
  font-size: 14px;
}
.news__description {
  line-height: 2.0714285714;
  font-size: 14px;
}
.news__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news__link[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  background: url(/specialcare/hiv/assets/images/common/icon_window_l.svg) center/cover no-repeat;
  width: 14.4px;
  height: 13px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .news__link[target=_blank]::after {
    margin-left: 10px;
  }
}
.news__link[target=_blank]:hover::after {
  opacity: 0.5;
}
.news__link:hover {
  color: #787878;
}

.introduction {
  padding-top: 0;
  padding-bottom: 0;
}
.introduction__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  max-width: 1440px;
}
@media (max-width: 767px) {
  .introduction__inner {
    padding-top: 0;
    max-width: none;
  }
}
.introduction__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 782px;
}
@media (max-width: 767px) {
  .introduction__image {
    position: static;
    width: 100%;
  }
}
.introduction__container {
  position: relative;
  z-index: 1;
  margin-left: auto;
  background: #1f1f1f;
  padding: 40px 60px;
  width: 780px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .introduction__container {
    padding: 40px 20px;
    width: 100%;
  }
}
.introduction__heading {
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .introduction__heading {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 500;
  }
}
.introduction__heading:not(:last-child) {
  margin-bottom: 20px;
}
.introduction__paragraph {
  max-width: 540px;
}
@media (max-width: 767px) {
  .introduction__paragraph {
    max-width: none;
    letter-spacing: 0.2em;
  }
}
.introduction__paragraph strong {
  font-weight: 700;
}

.local-nav {
  display: none;
}
@media (max-width: 767px) {
  .local-nav {
    display: block;
    background: #313131;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .local-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 24px;
  }
}
@media (max-width: 767px) {
  .local-nav__link {
    position: relative;
    padding-right: 19px;
    line-height: 2.1666666667;
    font-size: 12px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .local-nav__link::after {
    content: "";
    position: absolute;
    inset: 0 10px 0 auto;
    margin: auto;
    background: url(/specialcare/hiv/assets/images/common/icon_link_arrow_xs_white.svg) center/cover no-repeat;
    width: 9px;
    height: 6px;
  }
}

.about {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .about {
    padding-bottom: 26px;
  }
}
.about::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 -128px;
  margin: auto;
  background: url(/specialcare/hiv/assets/images/common/bg_half_circle_gray.svg) bottom center/cover no-repeat;
  width: 100%;
  height: 554px;
}
@media (max-width: 767px) {
  .about::after {
    inset: auto 0 -34px;
    height: 144px;
  }
}
.about__inner {
  position: relative;
  z-index: 2;
}
.about__lead {
  text-align: center;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #2d8e50;
}
@media (max-width: 767px) {
  .about__lead {
    text-align: left;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.about__lead:not(:last-child) {
  margin-bottom: 30px;
}
.about__paragraph:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .about__paragraph:not(:last-child) {
    margin-bottom: 30px;
    letter-spacing: 0.2em;
  }
}
.about__image-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .about__image-wrapper {
    gap: 11px;
  }
}
.about__image {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about__image {
    border-radius: 8px;
  }
}

.worry {
  position: relative;
  padding-top: 198px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .worry {
    padding-top: 74px;
    padding-bottom: 26px;
  }
}
.worry::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 -128px;
  margin: auto;
  background: url(/specialcare/hiv/assets/images/common/bg_half_circle_white.svg) bottom center/cover no-repeat;
  width: 100%;
  height: 554px;
}
@media (max-width: 767px) {
  .worry::after {
    inset: auto 0 -34px;
    height: 144px;
  }
}
.worry__inner {
  position: relative;
  z-index: 2;
}
.worry__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
  line-height: 1.1875;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .worry__heading {
    line-height: 1.35;
    font-size: 20px;
    font-weight: 400;
  }
}
.worry__heading::before {
  content: "";
  background: #1f1f1f;
  width: 30px;
  height: 2px;
  -webkit-transform: rotate(-118.04deg);
          transform: rotate(-118.04deg);
}
.worry__heading::after {
  content: "";
  background: #1f1f1f;
  width: 30px;
  height: 2px;
  -webkit-transform: rotate(118.04deg);
          transform: rotate(118.04deg);
}
.worry__heading:not(:last-child) {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .worry__heading:not(:last-child) {
    margin-bottom: 20px;
  }
}
.worry__eyecatch {
  margin-left: auto;
  margin-right: auto;
  width: 822px;
}
@media (max-width: 767px) {
  .worry__eyecatch {
    width: 100%;
  }
}
.worry__eyecatch:not(:last-child) {
  margin-bottom: 30px;
}
.worry__lead {
  text-align: center;
  line-height: 1.2;
  font-size: 40px;
  color: #00a73c;
}
@media (max-width: 767px) {
  .worry__lead {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
  }
}
.worry__lead:not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .worry__lead:not(:last-child) {
    margin-bottom: 26px;
  }
}
.worry__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13.33px;
}
@media (max-width: 767px) {
  .worry__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .worry__item {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 15px;
  }
}
.worry__point {
  width: 100px;
}
@media (max-width: 767px) {
  .worry__point {
    margin-top: 10px;
    width: 50px;
    height: 39.5px;
  }
}
@media (max-width: 767px) {
  .worry__link {
    display: grid;
    grid-template-columns: 115.56px 1fr;
  }
}
.worry__image {
  position: relative;
}
.worry__image::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.worry__link:hover .worry__image::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .worry__link:hover .worry__image::before {
    opacity: 0;
  }
}
.worry__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  padding: 17.5px 43px 17.5px 20px;
  min-height: 82px;
  text-align: center;
  line-height: 1.4444444444;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media (max-width: 767px) {
  .worry__text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 22px 34px 22px 16px;
    height: 80px;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
  }
}
.worry__text::after {
  content: "";
  position: absolute;
  inset: 0 17px 0 auto;
  margin: auto;
  background: url(/specialcare/hiv/assets/images/common/icon_link_arrow_l.svg) center/cover no-repeat;
  width: 16px;
  height: 11px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .worry__text::after {
    background: url(/specialcare/hiv/assets/images/common/icon_link_arrow_s.svg) center/cover no-repeat;
    width: 10px;
    height: 6px;
  }
}
.worry__link:hover .worry__text {
  background: #fdfdfd;
  color: #787878;
}
.worry__link:hover .worry__text::after {
  opacity: 0.5;
}

.feature {
  padding-top: 198px;
}
@media (max-width: 767px) {
  .feature {
    padding-top: 74px;
  }
}
.feature__lead {
  text-align: center;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .feature__lead {
    text-align: left;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
.feature__lead:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .feature__lead:not(:last-child) {
    margin-bottom: 60px;
  }
}
.feature__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: 100px;
}
@media (max-width: 767px) {
  .feature__container {
    gap: 70px;
  }
}
.feature__heading-secondary-wrapper {
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .feature__heading-secondary-wrapper {
    grid-template-columns: 60px 1fr;
    gap: 12px;
  }
}
.feature__heading-secondary-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .feature__heading-secondary-wrapper:not(:last-child) {
    margin-bottom: 28px;
  }
}
.feature__heading-secondary {
  line-height: 1.25;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .feature__heading-secondary {
    line-height: 1.1818181818;
    font-size: 22px;
    font-weight: 700;
    color: #2d8e50;
  }
}
.feature__heading-secondary strong {
  line-height: 1;
  font-size: 40px;
  font-weight: 400;
  color: #2d8e50;
}
@media (max-width: 767px) {
  .feature__heading-secondary strong {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}
@media (max-width: 767px) {
  .feature__heading-secondary .feature__bracket {
    line-height: 1.8571428571;
    font-size: 14px;
    color: #1f1f1f;
  }
}
.feature__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media (max-width: 767px) {
  .feature__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.feature__columns--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .feature__columns--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .feature__columns--sp-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
}
.feature__columns:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .feature__columns:not(:last-child) {
    margin-bottom: 20px;
  }
}
.feature__image {
  width: 480px;
}
@media (max-width: 767px) {
  .feature__image {
    width: 100%;
  }
}
.feature__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .feature__text {
    gap: 26px;
  }
}
.feature__columns .feature__text {
  width: 539px;
}
@media (max-width: 767px) {
  .feature__columns .feature__text {
    width: 100%;
  }
}
.feature__heading-tertiary {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .feature__heading-tertiary {
    line-height: 1.2;
    font-weight: 500;
  }
}
.feature__paragraph-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .feature__paragraph-wrapper {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .feature__paragraph {
    letter-spacing: 0.2em;
  }
}
.feature__note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .feature__note-list {
    gap: 10px;
  }
}
.feature__note-item {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  font-size: 12px;
}
.feature__note-item::before {
  content: "※";
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .feature__list {
    gap: 16px;
  }
}
.feature__item {
  position: relative;
  padding-left: 1.5em;
}
.feature__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.voice + .voice {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .voice + .voice {
    margin-top: -60px;
  }
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voice__list .prev-arrow {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 calc((100vw - 1080px) / 2 - 30px);
  margin: auto;
  width: 49px;
  height: 86px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1140px) {
  .voice__list .prev-arrow {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .voice__list .prev-arrow {
    left: 5px;
    width: 33.97px;
    height: 59.45px;
  }
}
.voice__list .prev-arrow:hover {
  opacity: 0.5;
}
.voice__list .next-arrow {
  position: absolute;
  z-index: 1;
  inset: 0 calc((100vw - 1080px) / 2 - 30px) 0 auto;
  margin: auto;
  width: 50px;
  height: 87px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1140px) {
  .voice__list .next-arrow {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .voice__list .next-arrow {
    right: 5px;
    width: 33.97px;
    height: 59.45px;
  }
}
.voice__list .next-arrow:hover {
  opacity: 0.5;
}
.voice__item {
  margin-left: 22.5px;
  margin-right: 22.5px;
  width: 330px;
}
@media (max-width: 767px) {
  .voice__item {
    margin-left: 5px;
    margin-right: 5px;
    width: 290px;
  }
}
.voice__box {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(81, 81, 81, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(81, 81, 81, 0.2);
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
}
@media (max-width: 767px) {
  .voice__box {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 10px;
    padding: 16px 20px;
  }
}
.voice__box--link {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.voice__box--link:hover {
  background: #fafafa;
}
.voice__image {
  position: relative;
  margin-bottom: 20px;
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .voice__image {
    margin-bottom: 10px;
    border-radius: 8px;
  }
}
.voice__image::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.voice__box--link:hover .voice__image::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .voice__box--link:hover .voice__image::before {
    opacity: 0;
  }
}
.voice__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .voice__text {
    gap: 10px;
  }
}
.voice__box--link:hover .voice__text {
  color: #787878;
}
.voice__info {
  line-height: 1.5;
  font-size: 12px;
}
.voice__info:not(:last-child) {
  margin-bottom: 10px;
}
.voice__paragraph {
  line-height: 1.7142857143;
  font-size: 14px;
}
@media (max-width: 767px) {
  .voice__paragraph {
    line-height: 1.5;
    font-size: 12px;
  }
}
.voice__paragraph--row-4 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.voice__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.5;
  font-size: 12px;
}
.voice__more::after {
  content: "";
  display: inline-block;
  margin-top: 1px;
  background: url(/specialcare/hiv/assets/images/common/icon_more_arrow.svg) center/cover no-repeat;
  width: 6px;
  height: 9px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.voice__box--link:hover .voice__more::after {
  opacity: 0.5;
}

.how-to__lead {
  text-align: center;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .how-to__lead {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    line-height: 1.4;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.how-to__lead:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .how-to__lead:not(:last-child) {
    margin-bottom: 30px;
  }
}
.how-to__lead strong {
  line-height: 1.3571428571;
  font-size: 28px;
  font-weight: 500;
  color: #00a73c;
}
@media (max-width: 767px) {
  .how-to__lead strong {
    line-height: 1.1666666667;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .how-to__paragraph {
    margin-left: 20px;
    margin-right: 20px;
    letter-spacing: 0.2em;
  }
}
.how-to__paragraph:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .how-to__paragraph:not(:last-child) {
    margin-bottom: 30px;
  }
}
.how-to__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: 57px;
}
@media (max-width: 767px) {
  .how-to__container {
    gap: 16px;
  }
}
.how-to__container:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .how-to__container--pc {
    display: none;
  }
}
.how-to__container--sp {
  display: none;
}
@media (max-width: 767px) {
  .how-to__container--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.how-to__block {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 42px;
}
@media (max-width: 767px) {
  .how-to__block {
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #00a73c;
    padding: 20px;
  }
}
.how-to__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 13px;
}
@media (max-width: 767px) {
  .how-to__title-wrapper {
    display: grid;
    grid-template-columns: 77px 1fr;
    gap: 15px;
  }
}
.how-to__step {
  border-bottom: 1px solid #00a73c;
  padding-left: 26.5px;
  padding-right: 26.5px;
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  .how-to__step {
    padding-left: 3.5px;
    padding-right: 2.5px;
    padding-bottom: 13.5px;
  }
}
.how-to__title {
  text-align: center;
  line-height: 1.3333333333;
  font-size: 18px;
  font-weight: 700;
  color: #00a73c;
}
@media (max-width: 767px) {
  .how-to__title {
    margin-bottom: 8px;
    text-align: left;
    line-height: 1.2;
    font-size: 20px;
    color: #1f1f1f;
  }
}
.how-to__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 15px;
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #00a73c;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .how-to__detail {
    display: none;
  }
}
.how-to__block:nth-child(1) .how-to__detail {
  background: #f0fff5;
  padding-top: 26.5px;
  padding-bottom: 26.5px;
}
.how-to__block:not(:last-child) .how-to__detail {
  position: relative;
}
.how-to__block:not(:last-child) .how-to__detail::after {
  content: "";
  position: absolute;
  inset: auto 0 -47px 0;
  margin: auto;
  background: url(/specialcare/hiv/assets/images/common/icon_step_arrow.svg) center/cover no-repeat;
  width: 18px;
  height: 37px;
}
.how-to__block:nth-child(2) .how-to__detail {
  position: relative;
}
.how-to__block:nth-child(2) .how-to__detail::before {
  content: "送信後";
  position: absolute;
  inset: auto 0 -46px 110px;
  margin: auto;
  width: 4em;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.how-to__explanation {
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}
.how-to__explanation strong {
  color: #00a73c;
}
.how-to__columns .how-to__explanation {
  text-align: left;
}
.how-to__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 68px;
}
.how-to__situation {
  width: 142px;
}
.how-to__situation--only-text {
  width: 110px;
}
.how-to__action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
}
.how-to__action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 103px;
}
.how-to__action-item:not(:last-child) {
  position: relative;
}
.how-to__action-item:not(:last-child)::after {
  content: "";
  position: absolute;
  inset: 0 -35px 0 auto;
  margin: auto;
  background: url(/specialcare/hiv/assets/images/common/icon_flow_arrow.svg) center/cover no-repeat;
  width: 16px;
  height: 41px;
}
.how-to__block:nth-child(2) .how-to__action-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how-to__action-icon--photo {
  margin-bottom: 6.75px;
  width: 48px;
}
.how-to__action-icon--explain {
  margin-bottom: 13px;
  width: 52px;
}
.how-to__action-icon--delivery {
  margin-bottom: 16px;
  width: 54px;
}
.how-to__action-icon--pay {
  margin-bottom: 16px;
  width: 34px;
}
.how-to__action-text {
  height: 2.8333333333em;
  text-align: center;
  line-height: 1.4166666667;
  font-size: 12px;
}
.how-to__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7142857143;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .how-to__link {
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
  }
}
.how-to__link::after {
  content: "";
  background: url(/specialcare/hiv/assets/images/common/icon_link_arrow_xs.svg) center/cover no-repeat;
  width: 9px;
  height: 6px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .how-to__link::after {
    background: url(/specialcare/hiv/assets/images/common/icon_link_arrow_xl.svg) center/cover no-repeat;
    width: 20px;
    height: 14px;
  }
}
.how-to__link:hover {
  color: #787878;
}
.how-to__link:hover::after {
  opacity: 0.5;
}
.how-to__note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .how-to__note-list {
    gap: 10px;
  }
}
.how-to__note-list:not(:last-child) {
  margin-bottom: 60px;
}
.how-to__note-item {
  position: relative;
  padding-left: 1.5em;
  line-height: 2.1666666667;
  font-size: 12px;
}
@media (max-width: 767px) {
  .how-to__note-item {
    line-height: 1.5;
  }
}
.how-to__note-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.step {
  border-top: 1px solid #969da5;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .step {
    padding-top: 60px;
  }
}
.step:not(:first-of-type) {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .step:not(:first-of-type) {
    margin-top: 60px;
  }
}
.step__inner {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
@media (max-width: 767px) {
  .step__inner {
    width: 100%;
  }
}
.step__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .step__heading-wrapper {
    display: grid;
    grid-template-columns: 77px 1fr;
    gap: 15px;
  }
}
.step__heading-wrapper:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .step__heading-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
}
.step__step {
  border-bottom: 1px solid #00a73c;
  padding-left: 26.5px;
  padding-right: 26.5px;
  padding-bottom: 13px;
  width: 118px;
}
@media (max-width: 767px) {
  .step__step {
    padding-left: 3.5px;
    padding-right: 2.5px;
    padding-bottom: 13.5px;
    width: 100%;
  }
}
.step__heading {
  line-height: 1.1875;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .step__heading {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
  }
}
.step__lead {
  text-align: center;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  color: #2d8e50;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .step__lead {
    text-align: left;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}
.step__lead:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .step__lead:not(:last-child) {
    margin-bottom: 24px;
  }
}
.step__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: 57px;
}
@media (max-width: 767px) {
  .step__container {
    gap: 62px;
  }
}
.step__block {
  background: #ffffff;
  border-radius: 20px;
  border: 4px solid #00a73c;
  padding: 40px 60px 60px;
}
@media (max-width: 767px) {
  .step__block {
    border-radius: 10px;
    border: 2px solid #00a73c;
    padding: 30px 20px;
  }
}
.step__block--small {
  padding-left: 170px;
  padding-right: 170px;
}
@media (max-width: 767px) {
  .step__block--small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.step:nth-of-type(1) .step__block {
  background: #f0fff5;
  border: 2px solid #00a73c;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .step:nth-of-type(1) .step__block {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .step:nth-of-type(1) .step__block:nth-child(1) {
    padding-bottom: 40px;
  }
}
.step__block:not(:last-child) {
  position: relative;
}
.step__block:not(:last-child)::after {
  content: "";
  position: absolute;
  inset: auto 0 -47px 0;
  margin: auto;
  background: url(/specialcare/hiv/assets/images/common/icon_step_arrow.svg) center/cover no-repeat;
  width: 18px;
  height: 37px;
}
@media (max-width: 767px) {
  .step__block:not(:last-child)::after {
    inset: auto 0 -49px 0;
  }
}
.step__situation-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .step__situation-title {
    gap: 16px;
  }
}
.step__situation-title:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .step__situation-title:not(:last-child) {
    margin-bottom: 20px;
  }
}
.step__situation {
  width: 110px;
}
.step__title {
  line-height: 1.1875;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .step__title {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
  }
}
.step:nth-of-type(1) .step__title {
  text-align: center;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  color: #00a73c;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .step:nth-of-type(1) .step__title {
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.step:nth-of-type(1) .step__title:not(:last-child) {
  margin-bottom: 20px;
}
.step__paragraph-button {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .step__paragraph-button {
    grid-template-columns: 1fr;
  }
}
.step__paragraph-button:not(:last-child) {
  margin-bottom: 30px;
}
.step__paragraph {
  line-height: 1.7142857143;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.step__button {
  min-width: 336px;
  height: 60px;
}
@media (max-width: 767px) {
  .step__button {
    margin-left: auto;
    margin-right: auto;
    min-width: min(100%, 295px);
    height: 60px;
    font-size: 14px;
  }
}
.step__link {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7142857143;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .step__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size: 12px;
  }
}
.step__link::after {
  content: "";
  background: url(/specialcare/hiv/assets/images/common/icon_link_arrow_xs.svg) center/cover no-repeat;
  width: 9px;
  height: 6px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.step__link:hover {
  color: #787878;
}
.step__link:hover::after {
  opacity: 0.5;
}
.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .step__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.step__list:not(:last-child) {
  margin-bottom: 40px;
}
.step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 260px;
}
@media (max-width: 767px) {
  .step__item {
    gap: 10px;
    width: 100%;
  }
}
.step__image {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .step__image {
    border-radius: 4px;
  }
}
.step__label {
  text-align: center;
  line-height: 1.4444444444;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .step__label {
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
  }
}
.step__text {
  line-height: 1.4166666667;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .step__text {
    line-height: 1.5;
    font-weight: 400;
  }
}
.step__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.4166666667;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.step__more::after {
  content: "";
  display: inline-block;
  margin-top: 1px;
  background: url(/specialcare/hiv/assets/images/common/icon_more_arrow.svg) center/cover no-repeat;
  width: 6px;
  height: 9px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.step__more:hover {
  color: #787878;
}
.step__more:hover::after {
  opacity: 0.5;
}
.step__note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .step__note-list {
    gap: 10px;
  }
}
.step__note-item {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  font-size: 12px;
}
.step__note-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.faq {
  position: relative;
}
.faq::after {
  position: absolute;
  inset: auto 0 0 0;
  content: "";
  margin: auto;
  border-bottom: 1px solid #969da5;
  width: 1080px;
}
@media (max-width: 767px) {
  .faq::after {
    width: calc(100% - 40px);
  }
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 46px;
}
@media (max-width: 767px) {
  .faq__list {
    gap: 30px;
  }
}
.faq__term {
  position: relative;
  padding-left: 70px;
  padding-right: 75px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .faq__term {
    padding-left: 45px;
    padding-right: 29px;
    line-height: 1.7142857143;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
.faq__term::before {
  content: "Q.";
  position: absolute;
  top: -6px;
  left: 0;
  line-height: 1;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq__term::before {
    top: 0;
    font-size: 24px;
    font-weight: 700;
  }
}
.faq__term::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  background: url(/specialcare/hiv/assets/images/common/icon_plus.svg) center/cover no-repeat;
  width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .faq__term::after {
    inset: 0 0 0 auto;
    margin: auto;
    background: url(/specialcare/hiv/assets/images/common/icon_plus_sp.svg) center/cover no-repeat;
    width: 21px;
    height: 21px;
  }
}
.faq__term.is-open {
  color: #2d8e50;
}
.faq__term.is-open::after {
  top: 13px;
  right: 2px;
  background: url(/specialcare/hiv/assets/images/common/icon_minus.svg) center/cover no-repeat;
  width: 20px;
  height: 2px;
}
@media (max-width: 767px) {
  .faq__term.is-open::after {
    inset: 0 0 0 auto;
    margin: auto;
    background: url(/specialcare/hiv/assets/images/common/icon_minus_sp.svg) center/cover no-repeat;
    width: 21px;
    height: 21px;
  }
}
.faq__description {
  position: relative;
  display: none;
  margin-top: 25px;
  background: #f9f9f9;
  border-radius: 20px;
  padding: 40px 60px 40px 75px;
}
@media (max-width: 767px) {
  .faq__description {
    border-radius: 10px;
    padding: 20px 23px 20px 52px;
  }
}
.faq__description::before {
  content: "A";
  position: absolute;
  top: 45px;
  left: 20px;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  color: #2d8e50;
}
@media (max-width: 767px) {
  .faq__description::before {
    top: 23px;
    font-size: 24px;
  }
}
.faq__paragraph:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .faq__paragraph:not(:last-child) {
    margin-bottom: 16px;
  }
}
.faq__button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.contact__lead {
  text-align: center;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.contact__lead:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .contact__lead:not(:last-child) {
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.contact__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 1px solid #1f1f1f;
  padding: 40px 60px;
  width: 960px;
}
@media (max-width: 767px) {
  .contact__container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 30px 20px;
    width: 100%;
  }
}
.contact__block:not(:first-child) {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .contact__block:not(:first-child) {
    padding-left: 0;
  }
}
.contact__block:not(:last-child) {
  border-right: 1px solid #969da5;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .contact__block:not(:last-child) {
    border-right: 0;
    padding-right: 0;
  }
}
.contact__heading-secondary {
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  color: #2d8e50;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .contact__heading-secondary {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.contact__heading-secondary:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact__heading-secondary:not(:last-child) {
    margin-bottom: 13px;
  }
}
.contact__name {
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact__name {
    line-height: 1.7142857143;
    font-size: 14px;
  }
}
.contact__tel {
  line-height: 1.2857142857;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact__tel {
    line-height: 1.2083333333;
    font-size: 24px;
  }
}
.contact__tel:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact__tel:not(:last-child) {
    margin-bottom: 8px;
  }
}
.contact__note {
  line-height: 1.5;
  font-size: 12px;
}

@media (max-width: 767px) {
  .vision__image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.vision__image:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .vision__image:not(:last-child) {
    margin-bottom: 20px;
  }
}
.vision__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(81, 81, 81, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(81, 81, 81, 0.2);
  background: #ffffff;
  border-radius: 20px;
  padding: 60px;
}
@media (max-width: 767px) {
  .vision__list {
    gap: 30px;
    padding: 30px 20px;
  }
}
.vision__list:not(:last-child) {
  margin-bottom: 60px;
}
.vision__term {
  margin-bottom: 5px;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  color: #00a73c;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .vision__term {
    margin-bottom: 16px;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .vision__description {
    letter-spacing: 0.2em;
  }
}

.representative__heading {
  text-align: center;
  line-height: 1.1875;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .representative__heading {
    line-height: 1.1818181818;
    font-size: 22px;
    font-weight: 700;
  }
}
.representative__heading:not(:last-child) {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .representative__heading:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .representative__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: 40px;
  }
}
@media (max-width: 767px) {
  .representative__container::after {
    display: none;
  }
}
.representative__lead {
  float: left;
  width: 514px;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  color: #2d8e50;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .representative__lead {
    float: none;
    width: auto;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.representative__lead:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .representative__lead:not(:last-child) {
    margin-bottom: 0;
  }
}
.representative__representative {
  float: right;
  margin-left: 86px;
  margin-bottom: 45px;
  width: 480px;
}
@media (max-width: 767px) {
  .representative__representative {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.representative__image:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .representative__image:not(:last-child) {
    margin-bottom: 20px;
  }
}
.representative__name {
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .representative__name {
    line-height: 1.7142857143;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .representative__name:not(:last-child) {
    margin-bottom: 16px;
  }
}
.representative__name-english {
  line-height: 2.1666666667;
  font-size: 12px;
}
@media (max-width: 767px) {
  .representative__name-english {
    line-height: 1.7142857143;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767px) {
  .representative__name-english:not(:last-child) {
    margin-bottom: 16px;
  }
}
.representative__position {
  line-height: 2.1666666667;
  font-size: 12px;
}
@media (max-width: 767px) {
  .representative__position {
    line-height: 1.7142857143;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
.representative__paragraph:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .representative__paragraph:not(:last-child) {
    margin-bottom: 16px;
  }
}

.pharmacy__heading {
  text-align: center;
  line-height: 1.1875;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pharmacy__heading {
    line-height: 1.1818181818;
    font-size: 22px;
    font-weight: 700;
  }
}
.pharmacy__heading:not(:last-child) {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .pharmacy__heading:not(:last-child) {
    margin-bottom: 30px;
  }
}
.pharmacy__container {
  display: grid;
  grid-template-columns: 520px 480px;
  gap: 35px 80px;
}
@media (max-width: 767px) {
  .pharmacy__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.pharmacy__lead {
  grid-area: 1/1/2/2;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  color: #2d8e50;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .pharmacy__lead {
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.pharmacy__image {
  grid-area: 1/2/4/3;
}
@media (max-width: 767px) {
  .pharmacy__image {
    grid-area: 2/1/3/2;
  }
}
.pharmacy__paragraph {
  grid-area: 2/1/3/2;
  line-height: 1.7142857143;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .pharmacy__paragraph {
    grid-area: 3/1/4/2;
  }
}
.pharmacy__button {
  grid-area: 3/1/4/2;
}
@media (max-width: 767px) {
  .pharmacy__button {
    grid-area: 4/1/5/2;
    margin-left: auto;
    margin-right: auto;
  }
}

.links {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .links {
    margin-top: -60px;
  }
}
.links__lead {
  text-align: center;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .links__lead {
    line-height: 1.3888888889;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
.links__lead:not(:last-child) {
  margin-bottom: 20px;
}
.links__paragraph {
  text-align: center;
}
@media (max-width: 767px) {
  .links__paragraph {
    text-align: left;
    letter-spacing: 0.2em;
  }
}
.links__paragraph:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .links__paragraph:not(:last-child) {
    margin-bottom: 30px;
  }
}
.links__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 119px;
}
@media (max-width: 767px) {
  .links__list {
    gap: 20px 15px;
  }
}
.links__link {
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .links__link {
    line-height: 1.5;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .links__link:not(:last-child) {
    margin-bottom: 8px;
  }
}
.links__link[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  background: url(/specialcare/hiv/assets/images/common/icon_window_s.svg) center/cover no-repeat;
  width: 12px;
  height: 11px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .links__link[target=_blank]::after {
    margin-left: 10px;
    background: url(/specialcare/hiv/assets/images/common/icon_window_xs.svg) center/cover no-repeat;
    width: 10px;
    height: 9px;
  }
}
.links__link[target=_blank]:hover::after {
  opacity: 0.5;
}
.links__link:hover {
  color: #787878;
}
.links__note {
  line-height: 2.1666666667;
  font-size: 12px;
}
@media (max-width: 767px) {
  .links__note {
    line-height: 1.5;
  }
}
.links__banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .links__banner-list {
    gap: 20px;
    max-width: 100%;
  }
}
.links__banner-list:not(:last-child) {
  margin-bottom: 60px;
}
.links__banner-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.links__banner-link:hover {
  opacity: 0.8;
}

.supervisor {
  margin-top: 60px;
  border-top: 1px solid #969da5;
  border-bottom: 1px solid #969da5;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .supervisor {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.supervisor__heading {
  text-align: center;
  line-height: 1.1875;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .supervisor__heading {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
  }
}
.supervisor__heading:not(:last-child) {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .supervisor__heading:not(:last-child) {
    margin-bottom: 26px;
  }
}
.supervisor__text {
  text-align: center;
}
.supervisor__text:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .supervisor__text:not(:last-child) {
    margin-bottom: 16px;
  }
}

.register {
  background: #d5ffe4;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .register {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.register__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .register__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.register__heading-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 50px;
}
@media (max-width: 767px) {
  .register__heading-wrapper {
    grid-template-columns: auto 1fr;
    gap: 20px 14px;
  }
}
.register__eyecatch {
  grid-area: 1/1/3/2;
  width: 120px;
}
@media (max-width: 767px) {
  .register__eyecatch {
    grid-area: 1/1/2/2;
    width: 95px;
  }
}
.register__eyebrow {
  grid-area: 1/2/2/3;
  align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: center;
  line-height: 1.5833333333;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .register__eyebrow {
    -ms-flex-item-align: center;
        align-self: center;
    gap: 8px;
    line-height: 1.4285714286;
    font-size: 14px;
    font-weight: 500;
  }
}
.register__eyebrow::before {
  content: "";
  background: #1f1f1f;
  width: 19px;
  height: 1px;
  -webkit-transform: rotate(-123.75deg);
          transform: rotate(-123.75deg);
}
.register__eyebrow::after {
  content: "";
  background: #1f1f1f;
  width: 19px;
  height: 1px;
  -webkit-transform: rotate(123.75deg);
          transform: rotate(123.75deg);
}
@media (max-width: 767px) {
  .register__eyebrow--pc {
    display: none;
  }
}
.register__eyebrow--sp {
  display: none;
}
@media (max-width: 767px) {
  .register__eyebrow--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.register__heading {
  grid-area: 2/2/3/3;
  align-self: start;
  text-align: center;
  line-height: 1.1875;
  font-size: 32px;
  font-weight: 700;
  color: #2d8e50;
}
@media (max-width: 767px) {
  .register__heading {
    grid-area: 2/1/3/3;
    line-height: 1.2;
    font-size: 20px;
  }
}
.register__paragraph-button {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .register__paragraph-button {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .register__paragraph {
    letter-spacing: 0.2em;
  }
}
.register__button {
  min-width: 403px;
  height: 72px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .register__button {
    margin-left: auto;
    margin-right: auto;
    min-width: min(100%, 295px);
    height: 60px;
    font-size: 14px;
  }
}
.register__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7142857143;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .register__link {
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
  }
}
.register__link::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  background: url(/specialcare/hiv/assets/images/common/icon_link_arrow_m.svg) center/cover no-repeat;
  width: 14px;
  height: 9px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .register__link::after {
    background: url(/specialcare/hiv/assets/images/common/icon_link_arrow_xs.svg) center/cover no-repeat;
    width: 9px;
    height: 6px;
  }
}
.register__link:hover {
  color: #787878;
}
.register__link:hover::after {
  opacity: 0.5;
}

.interview__introduction {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .interview__introduction {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .interview__explanation {
    line-height: 2.25;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .interview__explanation:not(:last-child) {
    margin-bottom: 10px;
  }
}
.interview__content {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .interview__content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.interview__content:not(:last-child) {
  border-bottom: 1px solid #969da5;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .interview__content:not(:last-child) {
    padding-bottom: 60px;
  }
}
.interview__content:not(:last-child)::after {
  position: absolute;
  inset: auto 0 0 0;
  content: "";
  margin: auto;
  border-bottom: 1px solid #969da5;
  width: 1080px;
}
@media (max-width: 767px) {
  .interview__content:not(:last-child)::after {
    width: calc(100% - 40px);
  }
}
.interview__profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .interview__profile {
    grid-template-columns: 1fr;
  }
}
.interview__profile:not(:last-child) {
  margin-bottom: 40px;
}
.interview__profile-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: #1f1f1f;
  padding: 15px 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .interview__profile-text {
    padding: 20px;
  }
}
.interview__profile-info {
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .interview__profile-info {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
  }
}
.interview__profile-name {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .interview__profile-name {
    line-height: 1.2;
    font-size: 20px;
  }
}
.interview__profile-name-english {
  line-height: 2.0714285714;
  font-size: 14px;
}
@media (max-width: 767px) {
  .interview__profile-name-english {
    line-height: 1.7142857143;
    letter-spacing: 0.2em;
  }
}
.interview__profile-explanation {
  line-height: 1.4444444444;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .interview__profile-explanation {
    line-height: 1.7142857143;
    font-size: 14px;
    font-weight: 400;
  }
}
.interview__profile-image {
  min-height: 250px;
}
@media (max-width: 767px) {
  .interview__profile-image {
    min-height: auto;
  }
}
.interview__profile-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.interview__heading-secondary {
  line-height: 1.3571428571;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #2d8e50;
}
@media (max-width: 767px) {
  .interview__heading-secondary {
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.interview__heading-secondary:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .interview__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .interview__container::after {
    display: none;
  }
}
.interview__container:not(:last-child) {
  margin-bottom: 40px;
}
.interview__image {
  float: right;
  margin-left: 40px;
  margin-bottom: 65px;
  width: 480px;
}
@media (max-width: 767px) {
  .interview__image {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.interview__heading-tertiary {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .interview__heading-tertiary {
    line-height: 1.4444444444;
    font-size: 18px;
  }
}
.interview__heading-tertiary:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .interview__paragraph {
    line-height: 2.25;
    font-size: 16px;
  }
}
.interview__paragraph:not(:last-child) {
  margin-bottom: 10px;
}

.message__introduction {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .message__introduction {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .message__explanation {
    line-height: 2.25;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .message__explanation:not(:last-child) {
    margin-bottom: 10px;
  }
}
.message__content {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .message__content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.message__content:not(:last-child) {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .message__content:not(:last-child) {
    padding-bottom: 60px;
  }
}
.message__content:not(:last-child)::after {
  position: absolute;
  inset: auto 0 0 0;
  content: "";
  margin: auto;
  border-bottom: 1px solid #969da5;
  width: 1080px;
}
@media (max-width: 767px) {
  .message__content:not(:last-child)::after {
    width: calc(100% - 40px);
  }
}
.message__profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .message__profile {
    grid-template-columns: 1fr;
  }
}
.message__profile:not(:last-child) {
  margin-bottom: 40px;
}
.message__profile-text {
  display: grid;
  grid-template-columns: 120px 1fr;
  background: #f0fff5;
}
.message__profile-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 40px;
}
@media (max-width: 767px) {
  .message__profile-data {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .message__profile-data--sp-small {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}
.message__profile-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1f1f1f;
  width: 120px;
  height: 120px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .message__profile-position {
    -ms-flex-item-align: center;
        align-self: center;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
}
.message__profile-position--large {
  line-height: 1.4444444444;
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .message__profile-position--large {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
  }
}
.message__profile-position--small {
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .message__profile-position--small {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
  }
}
.message__profile-info {
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 767px) {
  .message__profile-info {
    line-height: 1.7142857143;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
.message__profile-info:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .message__profile-info:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .message__profile-info--sp-small {
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.message__profile-name {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .message__profile-name {
    line-height: 1.2;
    font-size: 20px;
  }
}
.message__profile-name:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .message__profile-name:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .message__profile-name--sp-small {
    line-height: 1.7142857143;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767px) {
  .message__profile-name--sp-small:not(:last-child) {
    margin-bottom: 20px;
  }
}
.message__profile-name-english {
  line-height: 2.0714285714;
  font-size: 14px;
}
@media (max-width: 767px) {
  .message__profile-name-english {
    line-height: 1.5;
    font-size: 12px;
  }
}
.message__profile-image {
  min-height: 250px;
}
@media (max-width: 767px) {
  .message__profile-image {
    min-height: auto;
  }
}
.message__profile-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.message__heading-secondary {
  line-height: 1.3571428571;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #2d8e50;
}
@media (max-width: 767px) {
  .message__heading-secondary {
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.message__heading-secondary:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .message__container::after {
    display: none;
  }
}
.message__container:not(:last-child) {
  margin-bottom: 40px;
}
.message__image {
  float: right;
  margin-left: 40px;
  margin-bottom: 65px;
  width: 480px;
}
@media (max-width: 767px) {
  .message__image {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.message__heading-tertiary {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .message__heading-tertiary {
    line-height: 1.4444444444;
    font-size: 18px;
  }
}
.message__heading-tertiary:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .message__paragraph {
    line-height: 2.25;
    font-size: 16px;
  }
}
.message__paragraph:not(:last-child) {
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */