@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}
body {
  line-height: 1.8;
  color: #353e47;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: none;
}
body.is-scroll-locked {
  touch-action: none;
}
p:not([class]),
p.text-right,
p.text-center,
p.text-left,
p.text-right-pc,
p.text-center-pc,
p.text-left-pc,
p.text-right-sp,
p.text-center-sp,
p.text-left-sp,
p.text-red {
  margin-bottom: 2em;
}
p:not([class]):last-child,
p.text-right:last-child,
p.text-center:last-child,
p.text-left:last-child,
p.text-right-pc:last-child,
p.text-center-pc:last-child,
p.text-left-pc:last-child,
p.text-right-sp:last-child,
p.text-center-sp:last-child,
p.text-left-sp:last-child,
p.text-red:last-child {
  margin-bottom: 0;
}
ul:not([class]) {
  margin-bottom: 2em;
}
ul:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) > li {
  position: relative;
  padding-left: 1.5em;
}
ul:not([class]) > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
ul:not([class]) > li + li {
  margin-top: 16px;
}
ul:not([class]) > li ul,
ul:not([class]) > li ol {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  ul:not([class]) > li + li {
    margin-top: 8px;
  }
  ul:not([class]) > li ul,
  ul:not([class]) > li ol {
    margin-top: 8px;
  }
}
ol:not([class]) {
  margin-bottom: 2em;
  margin-left: 1.5em;
}
ol:not([class]):last-child {
  margin-bottom: 0;
}
ol:not([class]) > li {
  list-style: decimal;
}
ol:not([class]) > li + li {
  margin-top: 16px;
}
ol:not([class]) > li ul,
ol:not([class]) > li ol {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  ol:not([class]) > li + li {
    margin-top: 8px;
  }
  ol:not([class]) > li ul,
  ol:not([class]) > li ol {
    margin-top: 8px;
  }
}
a {
  transition: 0.5s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
small {
  font-size: 12px;
}
sub {
  display: inline-block;
  line-height: 1;
  font-size: inherit;
  transform: translateY(2px);
}
sub.num {
  font-size: 10px;
  transform: none;
}
i {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.is-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.m-0 {
  margin: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.p-35 {
  padding: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.p-45 {
  padding: 45px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.p-50 {
  padding: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.m-55 {
  margin: 55px !important;
}
.p-55 {
  padding: 55px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.m-60 {
  margin: 60px !important;
}
.p-60 {
  padding: 60px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.m-65 {
  margin: 65px !important;
}
.p-65 {
  padding: 65px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.m-70 {
  margin: 70px !important;
}
.p-70 {
  padding: 70px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.m-75 {
  margin: 75px !important;
}
.p-75 {
  padding: 75px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.m-80 {
  margin: 80px !important;
}
.p-80 {
  padding: 80px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.m-85 {
  margin: 85px !important;
}
.p-85 {
  padding: 85px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.m-90 {
  margin: 90px !important;
}
.p-90 {
  padding: 90px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.m-95 {
  margin: 95px !important;
}
.p-95 {
  padding: 95px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.m-100 {
  margin: 100px !important;
}
.p-100 {
  padding: 100px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.main {
  overflow: clip;
}
body:not(:has(.page-kv)) .main {
  position: relative;
}
body:not(:has(.page-kv)) .main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 797px;
  background: url("/assets/img/common/bg_01.png") no-repeat 100% 0/1440px auto;
  z-index: -1;
}
:where(body:not(#top) .main a:not([class]):not([href^="tel:"])) {
  text-decoration: underline;
}
@media (hover: hover) {
  :where(body:not(#top) .main a:not([class]):not([href^="tel:"])):hover {
    text-decoration: none;
  }
}
:where(body:not(#top) .main a:not([class]):not([href^="tel:"])[target="_blank"]):after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 5px 0 0 6px;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
}
.text-red :where(body:not(#top) .main a:not([class]):not([href^="tel:"])[target="_blank"]):after {
  background: #de0000;
}
:where(body:not(#top) .main a:not([class]):not([href^="tel:"])[href$=".pdf"]):after,
:where(body:not(#top) .main a:not([class]):not([href^="tel:"])[href*=".pdf?"]):after,
:where(body:not(#top) .main a:not([class]):not([href^="tel:"])[href*=".pdf#"]):after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 5px 0 0 6px;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
}
.text-red :where(body:not(#top) .main a:not([class]):not([href^="tel:"])[href$=".pdf"]):after,
.text-red :where(body:not(#top) .main a:not([class]):not([href^="tel:"])[href*=".pdf?"]):after,
.text-red :where(body:not(#top) .main a:not([class]):not([href^="tel:"])[href*=".pdf#"]):after {
  background: #de0000;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: content-box;
}
.page-kv {
  position: relative;
}
.page-kv-img {
  background: #000;
}
.page-kv-img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  opacity: 0.5;
}
.page-kv-content {
  position: absolute;
  top: 216px;
  right: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
.page-kv-content:has(.page-kv-txt) {
  top: 192px;
}
.page-kv-ttl {
  line-height: 1.5;
  margin: 0;
  font-size: 40px;
}
.page-kv-txt {
  max-width: 500px;
  margin: 16px auto 0;
}
.page-kv:not(:has(.page-kv-img)):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 797px;
  background: url("/assets/img/common/bg_01.png") no-repeat 100% 0/1440px auto;
  z-index: -1;
}
.page-kv:not(:has(.page-kv-img)) .page-kv-content {
  position: static;
  margin: 80px 0 0;
  color: inherit;
}
.page-kv:not(:has(.page-kv-img)) + .box-bg-img:before {
  content: none;
}
.breadcrumb-top {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  z-index: 1;
}
.breadcrumb-top .breadcrumb-list {
  padding: 0 40px;
}
.breadcrumb-bottom {
  padding: 20px 40px;
  background: #353e47;
}
.breadcrumb-bottom .breadcrumb-list {
  max-width: 1280px;
  margin: 0 auto;
}
.breadcrumb-list {
  font-size: 13px;
}
.breadcrumb-item {
  display: inline;
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin: 8px 13px 0 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) skew(10deg, 10deg);
}
.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
.page-kv:not(:has(.page-kv-img)) .breadcrumb-top,
body:not(:has(.page-kv)) .breadcrumb-top {
  position: static;
  padding: 120px 0 0;
}
.page-kv:not(:has(.page-kv-img)) .breadcrumb-top .breadcrumb-item,
body:not(:has(.page-kv)) .breadcrumb-top .breadcrumb-item {
  color: inherit;
}
.page-kv:not(:has(.page-kv-img)) .breadcrumb-top .breadcrumb-item + .breadcrumb-item:before,
body:not(:has(.page-kv)) .breadcrumb-top .breadcrumb-item + .breadcrumb-item:before {
  border-color: #353e47;
}
.page-kv:not(:has(.page-kv-img)) .breadcrumb-top .breadcrumb-item a,
body:not(:has(.page-kv)) .breadcrumb-top .breadcrumb-item a {
  color: #353e47;
}
body:not(:has(.page-kv)) .breadcrumb-top + .box-bg-img:before {
  content: none;
}
.section-hub-links {
  display: grid;
  margin: 0 0 40px;
}
.section-hub-links:last-child {
  margin: 0;
}
#sustainability .section-hub-links {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#ir .section-hub-links {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.section-hub-links-img {
  overflow: hidden;
  border-radius: 16px;
}
.section-hub-links-img img {
  transition: 0.5s;
}
.section-hub-links-item > a {
  text-decoration: none;
}
.section-hub-links-item > a span {
  display: flex;
  align-items: center;
  gap: 0 12px;
  padding: 12px 0;
  font-size: 20px;
  font-weight: 700;
}
.section-hub-links-item > a span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: rotate(45deg);
  transition: 0.5s;
}
@media (hover: hover) {
  .section-hub-links-item > a:hover .section-hub-links-img img {
    transform: scale(1.05);
  }
  .section-hub-links-item > a:hover span:after {
    border-color: #78b019;
    transform: translateX(6px) rotate(45deg);
  }
}
.section-hub-links-children {
  border-top: 1px solid #d5d5d5;
}
.section-hub-links-children li {
  border-bottom: 1px solid #d5d5d5;
}
.section-hub-links-children li a {
  display: block;
  position: relative;
  padding: 12px 32px 12px 0;
  text-decoration: none;
}
.section-hub-links-children li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.section-hub-links-children li a[target="_blank"]:after {
  right: 6px;
  width: 20px;
  height: 20px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .section-hub-links-children li a:hover:after {
    right: 6px;
    border-color: #78b019;
  }
  .section-hub-links-children li a:hover[target="_blank"]:after {
    right: 0;
    background: #78b019;
  }
}
.section-hub-bnr {
  margin: 0 0 40px;
}
.section-hub-bnr:last-child {
  margin: 0;
}
.section-hub-bnr a {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.section-hub-bnr a:after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: rotate(45deg);
  transition: 0.5s;
}
.section-hub-bnr a[target="_blank"]:after {
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: none;
}
@media (hover: hover) {
  .section-hub-bnr a:hover:after {
    right: 34px;
    border-color: #78b019;
  }
  .section-hub-bnr a:hover[target="_blank"]:after {
    background: #78b019;
  }
  .section-hub-bnr a:hover .section-hub-bnr-img img {
    transform: scale(1.05);
  }
}
.section-hub-bnr-img {
  width: 340px;
  overflow: hidden;
}
.section-hub-bnr-img img {
  transition: 0.5s;
}
.section-hub-bnr-inner {
  flex: 1;
  padding: 40px;
}
.section-hub-bnr-ttl {
  margin: 0 0 16px;
  font-size: 24px;
}
.section-hub-bnr-ttl:last-child {
  margin: 0;
}
.section-hub-bnr-sm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 0 40px;
}
.section-hub-bnr-sm:last-child {
  margin: 0;
}
.section-hub-bnr-sm .section-hub-bnr-item a {
  display: block;
}
.section-hub-bnr-sm .section-hub-bnr-item a:after {
  content: none;
}
@media (hover: hover) {
  .section-hub-bnr-sm .section-hub-bnr-item a:hover .section-hub-bnr-ttl:after {
    right: 34px;
    border-color: #78b019;
  }
}
.section-hub-bnr-sm .section-hub-bnr-img {
  width: auto;
}
.section-hub-bnr-sm .section-hub-bnr-ttl {
  position: relative;
  padding: 24px;
  font-size: 20px;
}
.section-hub-bnr-sm .section-hub-bnr-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.in-page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 72px;
}
.in-page-nav li {
  width: 255px;
}
.in-page-nav li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  line-height: 1.5;
  padding: 0 40px 0 20px;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.in-page-nav li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 17px;
  mask: url("/assets/img/common/icon_arrow_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.5s;
}
@media (hover: hover) {
  .in-page-nav li a:hover {
    color: #fff;
    background: rgba(68,68,68,0.502);
  }
  .in-page-nav li a:hover:after {
    background: #fff;
  }
}
.in-page-nav-co3 li {
  width: 346px;
}
.local-nav {
  padding: 80px 0;
  background: url("/assets/img/common/bg_03.jpg") no-repeat 50% 50%/cover;
}
.local-nav-ttl {
  line-height: 1.6;
  margin: 0 0 32px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.local-nav-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.local-nav-item a {
  display: flex;
  align-items: center;
  position: relative;
  width: 280px;
  height: 64px;
  line-height: 1.4;
  padding: 0 40px 0 20px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  box-shadow: 8px 8px 20px rgba(0,0,0,0.4);
}
.local-nav-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.local-nav-item a[target="_blank"]:after {
  right: 12px;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
.local-nav-item a[href$=".pdf"]:after,
.local-nav-item a[href*=".pdf?"]:after,
.local-nav-item a[href*=".pdf#"]:after {
  right: 12px;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .local-nav-item a:hover {
    color: #fff;
    background: rgba(255,255,255,0.5);
  }
  .local-nav-item a:hover:after {
    border-color: #fff;
  }
  .local-nav-item a:hover[target="_blank"]:after {
    background: #fff;
  }
  .local-nav-item a:hover[href$=".pdf"]:after,
  .local-nav-item a:hover[href*=".pdf?"]:after,
  .local-nav-item a:hover[href*=".pdf#"]:after {
    background: #fff;
  }
}
.local-nav-list:has(.local-nav-item:nth-child(5)) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
.local-nav-list:has(.local-nav-item:nth-child(5)) .local-nav-item a {
  width: auto;
}
html.is-scroll-locked,
body.is-scroll-locked {
  overflow: hidden;
}
.audience-gate {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.audience-gate[hidden] {
  display: none;
}
.audience-gate-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #282828 0%, rgba(150,150,150,0) 84.15%);
  backdrop-filter: blur(8px);
}
.audience-gate-dialog {
  position: relative;
  z-index: 1;
  width: 800px;
  padding: 72px;
  border-radius: 16px;
  text-align: center;
  background: rgba(255,255,255,0.9);
}
.audience-gate-description {
  margin: 0 0 24px;
  font-weight: 500;
}
.audience-gate-ttl {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
}
.audience-gate-actions {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.audience-gate-actions button {
  display: block;
  width: 220px;
  padding: 11px 24px;
  border-radius: 40px;
  outline: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #088a44 0%, #a6ca68 100%);
  transition: 0.5s;
  appearance: none;
}
@media (hover: hover) {
  .audience-gate-actions button:hover {
    opacity: 0.7;
  }
}
.audience-gate-back {
  margin: 24px 0 0;
}
@media (hover: hover) {
  .audience-gate-back a:hover {
    text-decoration: underline;
  }
}
.footer {
  padding: 65px 0;
  background: #252525 url("/assets/img/common/footer_01.png") no-repeat 50% 0/cover;
}
.footer-pagetop {
  position: relative;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.footer-pagetop.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.footer-pagetop button {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #272829;
  font-size: 0;
  background: #272829;
  transition: 0.5s;
  cursor: pointer;
  box-sizing: border-box;
}
.footer-pagetop button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  mask: url("/assets/img/common/icon_arrow_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.footer-pagetop.is-absolute button {
  position: absolute;
  top: -95px;
  bottom: auto;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
  padding: 15px 0;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
}
.footer-nav li a {
  color: #fff;
}
@media (hover: hover) {
  .footer-nav li a:hover {
    color: #78b019;
  }
}
.footer-bottom {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #fff;
}
.footer-tagline {
  margin: 0 26px 0 0;
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.06em;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin: 0 26px 0 0;
}
.footer-social-policy a {
  color: #fff;
}
@media (hover: hover) {
  .footer-social-policy a:hover {
    color: #78b019;
  }
}
.footer-copyright {
  line-height: 1;
  margin: 0 0 0 auto;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}
.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 110px;
  z-index: 200;
  transition: 0.5s;
}
.header:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(53,62,71,0) 0%, rgba(53,62,71,0.8) 113.74%);
  z-index: -1;
}
.header.is-scrolled {
  height: 88px;
}
.header.is-scrolled .header-utility-nav {
  top: 0;
  transform: translateY(-100%);
}
.header.is-scrolled .header-primary-nav {
  top: 32px;
}
.header.is-scrolled .header-cta a {
  height: 88px;
}
.header-logo {
  flex-shrink: 0;
  position: relative;
  line-height: 1;
  padding: 0 40px;
  z-index: 100;
}
.header-nav {
  flex: 1;
  position: relative;
  height: 100%;
  margin: 0 24px 0 auto;
  z-index: 100;
}
.header-utility-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 20px;
  position: absolute;
  top: 24px;
  right: 0;
  line-height: 1.3;
  transition: 0.5s;
}
.header-utility-nav li a {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.header-nav-item-recruit {
  padding: 0 0 0 20px;
  border-left: 1px solid #fff;
}
.header-nav-item-search {
  margin: 0 0 0 20px;
}
.header-nav-search {
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: url("/assets/img/common/icon_search.svg") no-repeat 50% 50%/100% 100%;
}
.header-nav-item-global {
  padding: 0 0 0 20px;
  border-left: 1px solid #fff;
}
.header-nav-item-global a {
  position: relative;
  padding: 0 0 0 24px;
}
.header-nav-item-global a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  mask: url("/assets/img/common/icon_global.svg") no-repeat 0 0/100% 100%;
  background: #fff;
  transform: translateY(-50%);
}
.header-primary-nav {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
  position: absolute;
  top: 59px;
  right: 0;
  transition: 0.5s;
}
.header-primary-nav > li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.header-primary-nav > li > button {
  display: block;
  position: relative;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s;
}
.header-primary-nav > li > button:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: 0.5s;
}
.header-primary-nav > li > button[aria-expanded="true"]:after {
  background: #78b019;
}
.header-cta {
  position: relative;
  z-index: 100;
}
.header-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 110px;
  height: 110px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  z-index: 0;
}
.header-cta a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(61.73deg, #088a44 0%, #cbd461 100%);
  z-index: -1;
  transition: 0.5s;
}
@media (hover: hover) {
  .header-cta a:hover:before {
    opacity: 0.5;
  }
}
.header-search {
  position: absolute;
  top: 50vh;
  left: 50%;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  background: #f8f8f8;
  z-index: 100;
  transition: opacity 0.5s ease;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.header-search.is-open {
  opacity: 1;
}
.header-search[aria-hidden="true"] {
  pointer-events: none;
}
.header-search-label {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
}
.header-search form {
  position: relative;
}
.header-search form input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 40px 0 16px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  text-align: left;
  background: #fff;
}
.header-search form button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 25px;
  height: 25px;
  border: none;
  background: none;
  transform: translateY(-50%);
}
.header-search form button[type="submit"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  mask: url("/assets/img/common/icon_search.svg") no-repeat 50% 50%/100% 100%;
  background: #339e02;
}
.header-search-close {
  position: relative;
  width: fit-content;
  margin: 16px auto 0;
  padding: 0 32px 0 0;
  border-bottom: 1px solid #353e47;
  font-weight: 700;
  cursor: pointer;
}
.header-search-close:before,
.header-search-close:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 19px;
  height: 2px;
  background: #353e47;
  transition: 0.5s;
}
.header-search-close:before {
  transform: rotate(45deg);
}
.header-search-close:after {
  transform: rotate(-45deg);
}
.mega {
  position: fixed;
  top: 120px;
  right: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-6px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s, top 0.5s ease;
  z-index: 1000;
}
.mega.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s;
}
.header.is-scrolled .mega {
  top: 98px;
}
.mega-inner {
  display: flex;
  align-items: center;
  gap: 0 40px;
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 40px 48px 104px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.mega-main {
  flex-shrink: 0;
}
.mega-main a {
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-size: 20px;
  font-weight: 700;
}
.mega-main a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: rotate(45deg);
  transition: 0.5s;
}
@media (hover: hover) {
  .mega-main a:hover:after {
    border-color: #78b019;
    transform: translateX(6px) rotate(45deg);
  }
}
.mega-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding: 0 0 0 40px;
  border-left: 1px solid #353e47;
}
.mega-sub li a {
  font-size: 14px;
  font-weight: 500;
}
.mega-sub li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: top;
  margin: 9px 0 0 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: rotate(45deg);
  transition: 0.5s;
}
@media (hover: hover) {
  .mega-sub li a:hover:after {
    border-color: #78b019;
    transform: translateX(6px) rotate(45deg);
  }
}
.mega-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #282828 0%, rgba(150,150,150,0) 84.15%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(8px);
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  z-index: 10;
}
.mega-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.5s ease, visibility 0s linear 0s;
}
@media (prefers-reduced-motion: reduce) {
  .mega,
  .mega-overlay {
    transition: none;
  }
}
.mega-close {
  position: absolute;
  bottom: 40px;
  left: 50%;
  padding: 0 32px 6px 0;
  border: none;
  border-bottom: 1px solid #353e47;
  font-size: 15px;
  font-weight: 700;
  transform: translateX(-50%);
}
.mega-close:before,
.mega-close:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 19px;
  height: 2px;
  background: #353e47;
  transition: 0.5s;
}
.mega-close:before {
  transform: rotate(45deg);
}
.mega-close:after {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .mega-close:hover:before,
  .mega-close:hover:after {
    background: #78b019;
  }
}
.notfound {
  padding: 120px 0 0;
  text-align: center;
}
.notfound-ttl {
  line-height: 1.2;
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.notfound-ttl span {
  font-size: 64px;
}
.notfound-txt {
  margin: 0 0 40px;
  font-size: 20px;
}
.vision-intro {
  padding: 80px 0;
  color: #fff;
  background: url("/assets/img/company/bg_01.jpg") no-repeat 50% 0/cover;
}
.vision-intro-subttl {
  margin: 0 0 24px;
  font-size: 24px;
}
.vision-corevalues {
  display: flex;
  gap: 0 80px;
}
.vision-corevalues-img {
  flex-shrink: 0;
}
.vision-corevalues-img img {
  position: sticky;
  top: 88px;
}
.vision-corevalues-txt {
  flex: 1;
  padding: 40px;
  border-radius: 16px;
  background: #fcfcfc;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.vision-tagline {
  padding: 184px 0;
  color: #fff;
  background: url("/assets/img/company/vision_02.jpg") no-repeat 50% 50%/cover;
}
.vision-tagline-img {
  line-height: 1;
  margin: 0 0 32px;
}
.video-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 0 80px;
}
.video-item video {
  vertical-align: top;
}
.video-item iframe {
  vertical-align: top;
  aspect-ratio: 16/9;
}
.video-item-ttl {
  margin: 24px 0 16px;
  font-size: 18px;
}
.head-office {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.head-office-img {
  width: 480px;
}
.head-office-img img {
  border-radius: 16px;
}
.head-office-data {
  flex: 1;
}
.head-office-data .office-map {
  margin: 40px 0 0 auto;
}
.office-name {
  line-height: 1.5;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}
.office-address {
  margin: 0 0 24px;
}
.office-address:last-child {
  margin: 0;
}
.office-map {
  max-width: 220px;
  margin: auto 0 0;
}
.office-map a {
  display: flex;
  align-items: center;
  padding: 0 0 4px;
  border-bottom: 1px solid;
  font-weight: 700;
  text-decoration: none;
}
.office-map a:after {
  width: 15px;
  height: 20px;
  margin: 0 0 0 auto;
  mask: url("/assets/img/common/icon_map_01.svg") no-repeat 0 0/100% 100%;
  transition: 0.5s;
}
@media (hover: hover) {
  .office-map a:hover:after {
    background: #78b019;
  }
}
.office-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 210px;
}
.office-list1 .office-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 8px 0;
}
.office-list1 .office-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 1px;
  background: #d5d5d5;
}
.office-list1 .office-item:nth-child(3n):after {
  content: none;
}
.office-list2 {
  margin: 80px 0 0;
}
.office-list2 .office-item {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #d5d5d5;
}
.office-list2 .office-item .office-item-img {
  width: 320px;
}
.office-list2 .office-item .office-item-img img {
  border-radius: 16px;
}
.office-list2 .office-item .office-item-data {
  flex: 1;
}
.office-list2 .office-item .office-map {
  margin-left: auto;
}
.message {
  display: flex;
  gap: 0 80px;
}
.message-main {
  flex: 1;
}
.message-ttl {
  margin: 0 0 40px;
  font-size: 24px;
}
.message-name {
  text-align: right;
}
.message-img {
  width: 408px;
}
.message-img img {
  border-radius: 5px;
}
.executive-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 96px;
}
.executive-item {
  grid-column: span 2;
}
.executive-item img {
  border-radius: 5px;
}
.executive-item-lg {
  grid-column: span 3;
}
.executive-item-caption {
  margin: 16px 0 0;
}
.tbl-history th {
  text-align: center;
}
.tbl-history td {
  vertical-align: top;
}
.tbl-history td:nth-child(1),
.tbl-history td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
}
.contact-block {
  margin: 0 0 40px;
}
.contact-block-ttl {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
}
.contact-block-phone {
  line-height: 1;
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
}
.contact-block-phone a {
  display: inline-block;
}
.contact-block-phone a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 26px;
  vertical-align: top;
  margin: 3px 8px 0 0;
  mask: url("/assets/img/common/icon_tel_01.svg") no-repeat 0 0/100% 100%;
  background: #78b019;
}
.contact-block-phone a span {
  font-size: 20px;
}
.form-notice {
  margin: 0 0 56px;
}
.form-notice-ttl {
  margin: 0 0 16px;
  font-size: 24px;
}
.dl-parts-wrapper {
  padding: 64px 48px 48px;
  border-radius: 16px;
  background: #fcfcfc;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.form-step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
  position: relative;
  margin: 0 0 64px;
  z-index: 0;
}
.form-step:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #088a44 0%, #b1d0be 100%);
  transform: translateY(-50%);
  z-index: -1;
}
.form-step-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  line-height: 1;
  border: 5px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  background: #b1d0be;
}
.form-step-item.is-active {
  background: #088a44;
  box-shadow: 0 0 0 2px #b8ecce;
}
.aform-header {
  display: none;
}
.aform-content dl[class^="dl_parts-"] {
  display: flex;
  align-items: flex-start;
  margin: 0 0 24px;
}
.aform-content dl[class^="dl_parts-"] dt {
  width: 300px;
  padding: 8px 0 0;
  font-weight: 700;
}
.aform-content dl[class^="dl_parts-"] dt .aform-required {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin: 3px 0 0 16px;
  padding: 5px 11px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  background: #d31115;
}
.aform-content dl[class^="dl_parts-"] dt .aform-validation {
  display: none;
}
.aform-content dl[class^="dl_parts-"] dd {
  flex: 1;
}
.aform-content dl[class^="dl_parts-"] dd input[type="text"],
.aform-content dl[class^="dl_parts-"] dd input[type="tel"],
.aform-content dl[class^="dl_parts-"] dd input[type="email"],
.aform-content dl[class^="dl_parts-"] dd textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #fff;
}
.aform-content dl[class^="dl_parts-"] dd input[type="text"]::placeholder,
.aform-content dl[class^="dl_parts-"] dd input[type="tel"]::placeholder,
.aform-content dl[class^="dl_parts-"] dd input[type="email"]::placeholder,
.aform-content dl[class^="dl_parts-"] dd textarea::placeholder {
  color: #bababa;
}
.aform-content dl[class^="dl_parts-"] dd input[type="text"].error,
.aform-content dl[class^="dl_parts-"] dd input[type="tel"].error,
.aform-content dl[class^="dl_parts-"] dd input[type="email"].error,
.aform-content dl[class^="dl_parts-"] dd textarea.error {
  border-color: #d31115;
}
.aform-content dl[class^="dl_parts-"] dd .aform-twice-note {
  display: block;
  margin: 16px 0;
}
.aform-content dl[class^="dl_parts-"] dd .aform-error label {
  display: block;
  margin: 16px 0 0;
  padding: 10px 20px;
  border-radius: 8px;
  color: #d31115;
  font-weight: 700;
  background: rgba(211,17,21,0.102);
}
.aform-content dl[class^="dl_parts-"] dd .aform-error label:empty {
  display: none;
}
.aform-content dl[class^="dl_parts-"]:has(.input-agree) {
  justify-content: center;
  line-height: 1;
  margin: 0 0 56px;
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(8,138,68,0.1) 0%, rgba(166,202,104,0.1) 100%);
}
.aform-content dl[class^="dl_parts-"]:has(.input-agree) dt {
  display: none;
}
.aform-content dl[class^="dl_parts-"]:has(.input-agree) dd ul li {
  display: flex;
  justify-content: center;
  position: relative;
}
.aform-content dl[class^="dl_parts-"]:has(.input-agree) dd ul li label {
  display: flex;
  align-items: center;
  gap: 0 32px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.aform-content dl[class^="dl_parts-"]:has(.input-agree) dd ul li label:after {
  content: "";
  display: flex;
  width: 32px;
  height: 32px;
  border: 1px solid #b2bbb3;
  border-radius: 4px;
  background: #fff;
}
.aform-content dl[class^="dl_parts-"]:has(.input-agree) dd ul li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.aform-content dl[class^="dl_parts-"]:has(.input-agree) dd ul li input[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 18px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: translateY(-65%) rotate(40deg);
}
.aform-content dl[class^="dl_parts-"]:has(.input-agree) dd ul li input[type="checkbox"]:checked + label:after {
  border-color: #088a44;
  background: #088a44;
}
.aform-content .aform-button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  margin: 56px 0 0;
}
.aform-content .aform-button-area #aform_btn_confirm_1 {
  display: block;
  width: 160px;
  height: 48px;
  padding: 0 0 0 24px;
  border: none;
  color: #fff;
  font-weight: 700;
  text-align: left;
  background: url("/assets/img/contact/btn_01.png") no-repeat 0 0/100% 100%;
  transition: 0.5s;
}
@media (hover: hover) {
  .aform-content .aform-button-area #aform_btn_confirm_1:hover {
    opacity: 0.7;
  }
}
#aform-confirm-form .dl_parts-8 {
  display: none;
}
#aform-confirm-form dl[class^="dl_parts-"] {
  padding: 0 0 24px;
  border-bottom: 1px solid #d5d5d5;
}
#aform-confirm-form dl[class^="dl_parts-"] dt {
  padding: 0;
}
#aform-confirm-form #aform_confirm_msg {
  display: none;
}
#aform-confirm-form #aform_btn_submit {
  display: block;
  width: 160px;
  height: 48px;
  padding: 0 0 0 24px;
  border: none;
  color: #fff;
  font-weight: 700;
  text-align: left;
  background: url("/assets/img/contact/btn_02.png") no-repeat 0 0/100% 100%;
  transition: 0.5s;
}
@media (hover: hover) {
  #aform-confirm-form #aform_btn_submit:hover {
    opacity: 0.7;
  }
}
#aform-confirm-form #aform_btn_back {
  display: block;
  width: 160px;
  height: 48px;
  padding: 0 16px 0 0;
  border: none;
  color: #fff;
  font-weight: 700;
  text-align: right;
  background: url("/assets/img/contact/btn_03.png") no-repeat 0 0/100% 100%;
  transition: 0.5s;
}
@media (hover: hover) {
  #aform-confirm-form #aform_btn_back:hover {
    opacity: 0.7;
  }
}
.form-thanks {
  text-align: center;
}
.form-thanks-ttl {
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: 700;
}
.partnerships-intro {
  padding: 80px 0;
  color: #fff;
  background: url("/assets/img/innovation/bg_01.jpg") no-repeat 50% 0/cover;
}
.partnerships-thoughts {
  padding: 32px 40px 48px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.partnerships-thoughts-ttl {
  margin: 0 0 40px;
  font-size: 32px;
  text-align: center;
}
.partnerships-thoughts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 48px;
}
.partnerships-thoughts-item {
  position: relative;
  padding: 16px 0 0;
  text-align: center;
}
.partnerships-thoughts-item + .partnerships-thoughts-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 1px;
  background: #d5d5d5;
}
.partnerships-thoughts-item-icon {
  margin: 0 0 40px;
}
.partnerships-thoughts-item-ttl {
  margin: 0 0 16px;
  font-size: 24px;
}
.jbraincargo-intro {
  padding: 80px 0;
  color: #fff;
  background: url("/assets/img/innovation/bg_03.jpg") no-repeat 50% 0/cover;
}
.jbraincargo-intro-img {
  margin: 0 0 40px;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  background: rgba(12,22,0,0.302);
  backdrop-filter: blur(15.100000381469727px);
}
.justaav-intro {
  padding: 80px 0;
  color: #fff;
  background: url("/assets/img/innovation/bg_04.jpg") no-repeat 50% 0/cover;
}
.justaav-intro-features {
  margin: 0 0 40px;
  padding: 40px;
  border-radius: 16px;
  background: rgba(12,22,0,0.741);
  backdrop-filter: blur(15.100000381469727px);
}
.justaav-intro-features-ttl {
  margin: 0 0 40px;
  font-size: 24px;
  text-align: center;
}
.justaav-intro-features-list {
  display: flex;
  counter-reset: number;
}
.justaav-intro-features-list li {
  flex: 1;
  text-align: center;
  padding: 16px 0 0;
}
.justaav-intro-features-list li:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  display: block;
  line-height: 1;
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.justaav-intro-features-list li + li {
  border-left: 1px solid #fff;
}
.cta {
  padding: 80px 0;
  color: #fff;
  text-align: center;
  background: url("/assets/img/innovation/bg_02.jpg") no-repeat 50% 0/cover;
}
.cta-ttl {
  margin: 0 0 24px;
  font-size: 20px;
}
.cta-btn {
  margin: 0 0 8px;
}
.cta-note {
  color: #b3b3b3;
  font-size: 13px;
}
.ir-info {
  display: flex;
  gap: 0 40px;
  margin: 0 0 72px;
}
.ir-news {
  width: calc((100% - 40px) / 2);
  padding: 32px 0 0;
}
.ir-materials {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  width: calc((100% - 40px) / 2);
}
.ir-news-ttl,
.ir-materials-ttl {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 700;
}
.ir-news-btn {
  margin: 48px 0 0;
}
.ir-materials-inner {
  flex: 1;
  padding: 32px 40px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 24px 0px rgba(0,0,0,0.2);
}
.ir-materials-notes {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 500;
}
.ir-materials-other li + li {
  margin: 8px 0 0;
}
.ir-materials-other li a {
  display: block;
  position: relative;
  padding: 11px 24px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: #353e47;
}
.ir-materials-other li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.ir-materials-other li a[target="_blank"]:after {
  right: 18px;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .ir-materials-other li a:hover {
    background: rgba(68,68,68,0.502);
  }
}
.ir-calendar {
  margin: 0 0 80px;
  padding: 80px 0;
  color: #fff;
  background: url("/assets/img/ir/bg_01.jpg") no-repeat 50% 0/cover;
}
.ir-calendar-ttl {
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 700;
}
.ir-calendar-inner {
  margin: 0 0 24px;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  background: rgba(252,252,252,0.851);
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.ir-calendar-more {
  text-align: right;
}
.ir-calendar-more .link-arrow:after {
  border-color: #fff;
}
.plan-bnr {
  margin: 80px 0 0;
  padding: 80px 0 0;
  border-top: 1px solid #8e8e8e;
}
.plan-bnr a {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.plan-bnr a:after {
  content: none;
}
@media (hover: hover) {
  .plan-bnr a:hover .plan-bnr-img img {
    transform: scale(1.05);
  }
  .plan-bnr a:hover .plan-bnr-btn:after {
    background: #78b019;
  }
}
.plan-bnr-img {
  width: 354px;
  overflow: hidden;
}
.plan-bnr-img img {
  transition: 0.5s;
}
.plan-bnr-inner {
  flex: 1;
  padding: 24px 40px 40px;
}
.plan-bnr-ttl {
  width: fit-content;
  margin: 0 0 16px;
  border-bottom: 4px solid #78b019;
  font-size: 32px;
}
.plan-bnr-txt {
  font-size: 20px;
  font-weight: 700;
}
.plan-bnr-btn {
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
.plan-bnr-btn:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin: 1px 0 0 16px;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transition: 0.5s;
}
.presentation-item {
  overflow: hidden;
  margin: 0 0 24px;
  border-radius: 16px;
  background: #fcfcfc;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
  interpolate-size: allow-keywords;
}
.presentation-item:last-child {
  margin: 0;
}
.presentation-item::details-content {
  block-size: 0;
  transition: block-size 0.5s, content-visibility 0.5s;
  transition-behavior: allow-discrete;
}
.presentation-item-y {
  position: relative;
  padding: 18px 64px 18px 40px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
.presentation-item-y:before,
.presentation-item-y:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: #353e47;
  transform: translateY(-50%);
  transition: 0.5s;
}
.presentation-item-y:after {
  transform: translateY(-50%) rotate(90deg);
}
.presentation-item[open]::details-content {
  block-size: auto;
}
.presentation-item[open] .presentation-item-y:after {
  opacity: 0;
}
.presentation-item-detail {
  padding: 0 40px 40px;
}
.presentation-item-detail .heading-lv3 {
  margin-top: 0;
  font-size: 24px;
}
.presentation-item-label {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 700;
}
.ownership-type-img {
  padding: 56px;
  text-align: center;
  background: #f8f8f8;
}
.library-latest {
  margin: 0 0 80px;
}
.tbl-revenue {
  margin: 0 0 80px;
}
.annual-y {
  margin: 0 0 72px;
}
.meeting-switch {
  position: relative;
  width: 240px;
  margin: 0 0 72px;
}
.meeting-switch:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #353e47;
  border-bottom: 2px solid #353e47;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
}
.meeting-switch select {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #353e47;
  border-radius: 8px;
  appearance: none;
}
.ir-calendar-event {
  margin: 0 0 48px;
}
.ir-calendar-event li {
  display: flex;
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #d5d5d5;
}
.ir-calendar-event li time {
  flex-shrink: 0;
  display: block;
  width: 136px;
  font-weight: 500;
}
.ir-calendar-btn {
  display: flex;
  gap: 24px 40px;
}
.ir-calendar-btn p {
  margin: 0;
}
.faq + .faq {
  margin: 48px 0 0;
  padding: 48px 0 0;
  border-top: 1px solid #d5d5d5;
}
.faq dt {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 44px;
  font-size: 20px;
  font-weight: 700;
}
.faq dt:before {
  content: "Q";
  position: absolute;
  top: -1px;
  left: 0;
  line-height: 1;
  color: #78b019;
  font-size: 32px;
}
.faq dd {
  position: relative;
  padding: 0 0 0 44px;
}
.faq dd:before {
  content: "A";
  position: absolute;
  top: -3px;
  left: 1px;
  line-height: 1;
  color: #049943;
  font-size: 32px;
  font-weight: 700;
}
.list-analysts {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.list-analysts th {
  padding: 26px;
  border-left: 3px solid #fff;
  color: #fff;
  text-align: center;
  background: #7ab52e;
}
.list-analysts th:nth-child(1) {
  border-left: none;
  background: #088a44;
}
.list-analysts td {
  padding: 40px 32px;
}
.list-analysts tr:nth-child(odd) td {
  background: #f9f9f9;
}
.medical-various-sites {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 0 80px;
}
.medical-various-sites-item a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.medical-various-sites-item a:after {
  content: none;
}
@media (hover: hover) {
  .medical-various-sites-item a:hover .medical-various-sites-item-img img {
    transform: scale(1.05);
  }
}
.medical-various-sites-item-img {
  overflow: hidden;
}
.medical-various-sites-item-img img {
  transition: 0.5s;
}
.medical-various-sites-item-name {
  position: relative;
  padding: 22px 48px 22px 20px;
  font-size: 20px;
  font-weight: 700;
}
.medical-various-sites-item-name:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
.medical-contact dt {
  margin: 0 0 16px;
  font-weight: 700;
}
.medical-contact dd {
  margin: 0 0 24px;
  padding: 0 0 16px;
  border-bottom: 1px solid #d5d5d5;
}
.tbl-basic.tbl-products {
  table-layout: fixed;
}
.tbl-basic.tbl-products th {
  padding: 16px 0;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
.tbl-basic.tbl-products th:nth-child(1) {
  width: 300px;
}
.tbl-basic.tbl-products td {
  text-align: center;
}
.tbl-basic.tbl-products td:nth-child(1) {
  width: 300px;
  text-align: left;
}
.tbl-basic.tbl-products td a {
  white-space: nowrap;
}
.tbl-basic.tbl-products td a[target="_blank"]:after,
.tbl-basic.tbl-products td a[href$=".pdf"]:after,
.tbl-basic.tbl-products td a[href*=".pdf?"]:after,
.tbl-basic.tbl-products td a[href*=".pdf#"]:after {
  content: none;
}
.tbl-basic.tbl-products td a img {
  filter: brightness(0);
}
.tbl-basic.tbl-cord {
  font-size: 10px;
}
.tbl-basic.tbl-cord th {
  padding: 10px;
  text-align: center;
}
.tbl-basic.tbl-cord td {
  padding: 10px;
  text-align: center;
}
.tbl-basic.tbl-cord td:first-child {
  text-align: left;
}
.box-bg-img {
  position: relative;
  overflow: clip;
  padding: 80px 0 112px;
  z-index: 0;
}
.box-bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 797px;
  background: url("/assets/img/common/bg_01.png") no-repeat 100% 0/1440px auto;
  z-index: -1;
}
.box-bg-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background: url("/assets/img/common/bg_02.png") no-repeat 0 100%/1440px auto;
  z-index: -1;
}
.media-block {
  display: flex;
  margin: 0 0 40px;
}
.media-block:last-child {
  margin-bottom: 0;
}
.media-block iframe,
.media-block video {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16/9;
  background: #000;
}
.media-block-1col {
  margin-right: auto;
  margin-left: auto;
}
.media-block-1col.media-block-img-md {
  max-width: 980px;
}
.media-block-1col.media-block-img-sm {
  max-width: 640px;
}
.media-block-2col {
  gap: 40px;
}
.media-block-3col {
  gap: 40px;
}
.media-block-img,
.media-block-body {
  flex: 1;
}
.media-block-right {
  flex-direction: row-reverse;
  gap: 40px;
}
.media-block-right .media-block-img {
  flex: none;
}
.media-block-left {
  flex-direction: row;
  gap: 40px;
}
.media-block-left .media-block-img {
  flex: none;
}
.media-block-caption {
  margin: 12px 0 0;
  font-size: 13px;
}
.box-filled {
  margin: 0 0 40px;
  padding: 40px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(8,138,68,0.1) 0%, rgba(166,202,104,0.1) 100%);
}
.box-filled:last-child {
  margin: 0;
}
.box-green {
  margin: 0 0 40px;
  padding: 40px;
  border: 2px solid #78b019;
  border-radius: 16px;
}
.box-green:last-child {
  margin: 0;
}
.box-red {
  margin: 0 0 40px;
  padding: 40px;
  border: 2px solid #de0000;
  border-radius: 16px;
}
.box-red:last-child {
  margin: 0;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 0 40px;
}
.card-grid:last-child {
  margin: 0;
}
.card-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.card-item a {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  position: relative;
  padding: 40px 40px 72px;
  border-radius: 16px;
  text-decoration: none;
  background: #fcfcfc;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.card-item a:after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: rotate(45deg);
  transition: 0.5s;
}
.card-item a[target="_blank"]:after {
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: none;
}
.card-item a[href$=".pdf"]:after,
.card-item a[href*=".pdf?"]:after,
.card-item a[href*=".pdf#"]:after {
  width: 32px;
  height: 32px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: none;
}
@media (hover: hover) {
  .card-item a:hover:after {
    right: 34px;
    border-color: #78b019;
  }
  .card-item a:hover[target="_blank"]:after {
    background: #78b019;
  }
  .card-item a:hover[href$=".pdf"]:after,
  .card-item a:hover[href*=".pdf?"]:after,
  .card-item a:hover[href*=".pdf#"]:after {
    background: #78b019;
  }
}
.card-item-ttl {
  align-self: flex-end;
  line-height: 1.5;
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #ababab;
  font-size: 16px;
  font-weight: 700;
}
.link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.link-grid .link-item a {
  display: block;
  position: relative;
  padding: 36px 88px 36px 40px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.link-grid .link-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.link-grid .link-item a[target="_blank"]:after {
  right: 32px;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
.link-grid .link-item a[href$=".pdf"]:after,
.link-grid .link-item a[href*=".pdf?"]:after,
.link-grid .link-item a[href*=".pdf#"]:after {
  right: 26px;
  width: 32px;
  height: 32px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .link-grid .link-item a:hover {
    color: #fff;
    background: rgba(68,68,68,0.502);
  }
  .link-grid .link-item a:hover:after {
    border-color: #fff;
  }
  .link-grid .link-item a:hover[target="_blank"]:after,
  .link-grid .link-item a:hover[href$=".pdf"]:after,
  .link-grid .link-item a:hover[href*=".pdf?"]:after,
  .link-grid .link-item a:hover[href*=".pdf#"]:after {
    background: #fff;
  }
}
.link-list {
  margin: 0 0 48px;
}
.link-list:last-child {
  margin: 0;
}
.link-list li {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #d5d5d5;
}
.link-list li:last-child {
  margin: 0;
}
.link-list li a {
  display: block;
  position: relative;
  padding: 0 48px 0 0;
  text-decoration: none;
}
.link-list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.link-list li a[target="_blank"]:after {
  right: 10px;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
.link-list li a[href$=".pdf"]:after,
.link-list li a[href*=".pdf?"]:after,
.link-list li a[href*=".pdf#"]:after {
  right: 6px;
  width: 32px;
  height: 32px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .link-list li a:hover:after {
    right: 10px;
    border-color: #78b019;
  }
  .link-list li a:hover[target="_blank"]:after {
    right: 4px;
    background: #78b019;
  }
  .link-list li a:hover[href$=".pdf"]:after,
  .link-list li a:hover[href*=".pdf?"]:after,
  .link-list li a:hover[href*=".pdf#"]:after {
    right: 0;
    background: #78b019;
  }
}
.link-list li a:has(time) {
  display: flex;
}
.link-list li a:has(time) time {
  flex-shrink: 0;
  display: block;
  width: 136px;
  font-weight: 500;
}
.heading-lv2 {
  position: relative;
  line-height: 1.6;
  margin: 72px 0 40px;
  padding: 0 0 10px;
  border-bottom: 4px solid #d5d5d5;
  font-size: 32px;
}
.heading-lv2:first-child {
  margin-top: 0;
}
.heading-lv2:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 160px;
  height: 4px;
  background: #78b019;
}
.heading-lv2 span {
  font-size: 24px;
}
.heading-lv3 {
  margin: 40px 0 32px;
  padding: 32px 0 0;
  border-top: 1px solid #d5d5d5;
  font-size: 28px;
}
.heading-lv3:first-child {
  margin-top: 0;
}
.heading-lv3.noborder {
  padding: 0;
  border: none;
}
.heading-lv2 + .heading-lv3 {
  margin-top: 0;
  padding: 0;
  border-top: none;
}
.heading-lv4 {
  margin: 40px 0 24px;
  font-size: 24px;
}
.heading-lv4:first-child {
  margin-top: 0;
}
.heading-lv5 {
  margin: 40px 0 24px;
  font-size: 20px;
}
.heading-lv5:first-child {
  margin-top: 0;
}
.heading-lv6 {
  margin: 40px 0 24px;
  font-size: 16px;
}
.heading-lv6:first-child {
  margin-top: 0;
}
.btn-primary {
  display: inline-block;
  position: relative;
  min-width: 220px;
  overflow: hidden;
  vertical-align: top;
  padding: 11px 48px 11px 24px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  z-index: 0;
}
.btn-primary:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #088a44 0%, #a6ca68 100%);
  z-index: -1;
  transition: 0.5s;
}
.btn-primary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn-primary[target="_blank"] {
  padding-right: 64px;
}
.btn-primary[target="_blank"]:after {
  width: 24px;
  height: 24px;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
  transform: translateY(-50%);
}
.btn-primary[href$=".pdf"],
.btn-primary[href*=".pdf?"],
.btn-primary[href*=".pdf#"] {
  padding-right: 64px;
}
.btn-primary[href$=".pdf"]:after,
.btn-primary[href*=".pdf?"]:after,
.btn-primary[href*=".pdf#"]:after {
  width: 24px;
  height: 24px;
  border: none;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
  transform: translateY(-50%);
}
.btn-primary[href^="mailto:"] {
  padding-right: 64px;
}
.btn-primary[href^="mailto:"]:after {
  width: 26px;
  height: 16px;
  border: none;
  mask: url("/assets/img/common/icon_mail_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .btn-primary:hover:before {
    opacity: 0.5;
  }
}
.btn-primary.btn-more:after {
  content: "＋";
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
  transform: translateY(-50%);
}
.link-arrow {
  text-decoration: underline;
}
.link-arrow:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: top;
  margin: 9px 0 0 16px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateX(-8px) rotate(45deg);
  transition: 0.5s;
}
.link-arrow[target="_blank"]:after {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateX(-8px);
}
.link-arrow[href$=".pdf"]:after,
.link-arrow[href*=".pdf?"]:after,
.link-arrow[href*=".pdf#"]:after {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  border: none;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateX(-8px);
}
.link-arrow[href$=".zip"]:after,
.link-arrow[href*=".zip?"]:after,
.link-arrow[href*=".zip#"]:after {
  width: 12px;
  height: 16px;
  margin-top: 5px;
  border: none;
  mask: url("/assets/img/common/icon_zip_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateX(-8px);
}
@media (hover: hover) {
  .link-arrow:hover:after {
    border-color: #78b019;
    transform: translateX(-2px) rotate(45deg);
  }
  .link-arrow:hover[target="_blank"]:after,
  .link-arrow:hover[href$=".pdf"]:after,
  .link-arrow:hover[href*=".pdf?"]:after,
  .link-arrow:hover[href*=".pdf#"]:after,
  .link-arrow:hover[href$=".zip"]:after,
  .link-arrow:hover[href*=".zip?"]:after,
  .link-arrow:hover[href*=".zip#"]:after {
    background: #78b019;
    transform: translateX(-2px);
  }
}
.scroll-area {
  margin-bottom: 40px;
}
.scroll-area:last-child {
  margin-bottom: 0;
}
.scroll-area + .scroll-area {
  margin-top: 40px;
}
.scroll-hint {
  display: none;
}
.tbl-notes-top {
  margin: 0 0 16px;
  font-size: 12px;
  text-align: right;
}
.tbl-notes-bottom {
  margin: 16px 0 0;
  font-size: 12px;
  text-align: right;
}
.tbl-basic {
  width: 100%;
  margin: 0 0 40px;
}
.tbl-basic:last-child {
  margin: 0;
}
.tbl-basic th {
  padding: 26px;
  border-bottom: 2px solid #fff;
  color: #fff;
  background: #339e02;
}
.tbl-basic th + th {
  border-left: 2px solid #fff;
}
.tbl-basic td {
  padding: 26px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  background: #f9f9f9;
}
.tbl-basic td:first-child {
  border-left: none;
}
.tbl-basic tr:last-child th,
.tbl-basic tr:last-child td {
  border-bottom: none;
}
.tbl-type1 {
  width: 100%;
  background: #f9f9f9;
}
.tbl-type1 thead th {
  padding: 26px;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-align: center;
  background: #339e02;
}
.tbl-type1 thead th + th {
  border-left: 2px solid #fff;
}
.tbl-type1 tbody th {
  padding: 26px;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  background: #eaeaea;
}
.tbl-type1 tbody td {
  padding: 26px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  text-align: center;
}
.tbl-type1 tbody tr:last-child th,
.tbl-type1 tbody tr:last-child td {
  border-bottom: none;
}
.notes-list {
  margin: 16px 0 2em;
}
.notes-list li {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: start;
  gap: 0 8px;
  font-size: 13px;
}
.notes-list li .notes-marker {
  white-space: nowrap;
}
.scroll-area + .notes-list {
  margin-top: -24px;
}
.lead-lg {
  margin: 0 0 64px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
@media screen and (min-width: 768px) {
  .text-left-pc {
    text-align: left !important;
  }
  .text-center-pc {
    text-align: center !important;
  }
  .text-right-pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left !important;
  }
  .text-center-sp {
    text-align: center !important;
  }
  .text-right-sp {
    text-align: right !important;
  }
}
.text-red {
  color: #de0000;
}
.news-row {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 80px;
}
.box-filled + .news-row {
  margin: 80px 0 0;
}
.news-main {
  flex: 1;
}
.news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 0;
  margin: 0 0 32px;
  padding: 0 0 24px;
  border-bottom: 1px solid #d5d5d5;
}
.news-item:last-child {
  margin: 0;
}
.news-item .news-item-date {
  margin: 0 24px 0 0;
  font-weight: 500;
}
.news-item .news-item-cat {
  display: block;
  padding: 1px 16px;
  border-radius: 40px;
  color: #fff;
  font-size: 13px;
  background: #78b019;
  transform: translateY(1px);
}
.news-item a:not(.news-item-pdf) {
  display: block;
  position: relative;
  width: 100%;
  position: relative;
  padding: 0 48px 0 0;
  text-decoration: none;
}
.news-item a:not(.news-item-pdf):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.news-item a:not(.news-item-pdf)[target="_blank"]:after {
  right: 10px;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
.news-item a:not(.news-item-pdf)[href$=".pdf"]:after,
.news-item a:not(.news-item-pdf)[href*=".pdf?"]:after,
.news-item a:not(.news-item-pdf)[href*=".pdf#"]:after {
  right: 6px;
  width: 32px;
  height: 32px;
  margin: 0;
  border: none;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .news-item a:not(.news-item-pdf):hover:after {
    right: 10px;
    border-color: #78b019;
  }
  .news-item a:not(.news-item-pdf):hover[target="_blank"]:after {
    right: 4px;
    background: #78b019;
  }
  .news-item a:not(.news-item-pdf):hover[href$=".pdf"]:after,
  .news-item a:not(.news-item-pdf):hover[href*=".pdf?"]:after,
  .news-item a:not(.news-item-pdf):hover[href*=".pdf#"]:after {
    right: 0;
    background: #78b019;
  }
}
.news-item:has(.news-item-pdf) a:not(.news-item-pdf) {
  width: calc(100% - 56px);
}
.news-item:has(.news-item-pdf) .news-item-pdf {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 0 0 0 auto;
  text-indent: -9999vw;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
}
@media (hover: hover) {
  .news-item:has(.news-item-pdf) .news-item-pdf:hover {
    background: #78b019;
  }
}
.news-sidebar {
  width: 240px;
}
.news-year {
  position: relative;
  margin: 0 0 32px;
}
.news-year:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #353e47;
  border-bottom: 2px solid #353e47;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
}
.news-year select {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #353e47;
  border-radius: 8px;
  appearance: none;
}
.news-category {
  overflow: hidden;
  margin: 0 0 32px;
  border-radius: 8px;
}
.news-category li + li {
  border-top: 1px solid #fff;
}
.news-category li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  background: #eaeaea;
}
@media (hover: hover) {
  .news-category li a:hover {
    color: #78b019;
  }
}
.news-category li.is-active a {
  color: #fff;
  background: #78b019;
}
.news-mail a {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  align-items: center;
  padding: 12px 16px;
  border: 2px solid #088a44;
  border-radius: 8px;
  color: #088a44;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
}
.news-mail a:before {
  content: "";
  display: block;
  width: 24px;
  height: 15px;
  mask: url("/assets/img/common/icon_mail_01.svg") no-repeat 0 0/100% 100%;
  background: #088a44;
  transition: 0.5s;
}
.news-mail a:after {
  content: none;
}
@media (hover: hover) {
  .news-mail a:hover {
    color: #fff;
    background: #088a44;
  }
  .news-mail a:hover:before {
    background: #fff;
  }
}
.entry {
  padding: 80px;
  border-radius: 16px;
  background: #fcfcfc;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.box-filled + .entry {
  margin-top: 80px;
}
.entry-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 16px;
  margin: 0 0 80px;
}
.entry-head-date {
  font-weight: 500;
}
.entry-head-cat {
  line-height: 1;
  padding: 5px 16px;
  border-radius: 24px;
  color: #fff;
  font-size: 13px;
  background: #78b019;
}
.entry-head-ttl {
  width: 100%;
  line-height: 1.6;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
}
.news-loader {
  display: none;
  justify-content: center;
  padding: 32px 0;
}
.news-loader.is-active {
  display: flex;
}
.news-loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top: 4px solid #78b019;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rare-diseases {
  padding: 80px 0;
  color: #fff;
  background: url("/assets/img/patients-families/bg_01.jpg") no-repeat 50% 0/cover;
}
.rare-diseases .notes-list li a[href$=".pdf"]:after {
  background: #fff;
}
.info-sites {
  margin: 72px 0 0;
}
.info-sites-ttl {
  margin: 0 0 24px;
  font-size: 32px;
}
.info-sites-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.info-sites-item a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  color: #353e47;
  text-decoration: none;
  background: #fff;
  box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.6);
}
.info-sites-item a:after {
  content: none;
}
@media (hover: hover) {
  .info-sites-item a:hover .info-sites-item-img img {
    transform: scale(1.05);
  }
}
.info-sites-item-img {
  overflow: hidden;
}
.info-sites-item-img img {
  transition: 0.5s;
}
.info-sites-item-name {
  position: relative;
  padding: 22px 56px 22px 32px;
  font-size: 20px;
  font-weight: 700;
}
.info-sites-item-name:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #353e47;
  transform: translateY(-50%);
}
.lysosome-about {
  display: flex;
  align-items: center;
  gap: 0 64px;
  margin: 40px 0;
  padding: 40px 0 0;
  border-top: 1px solid #d5d5d5;
}
.lysosome-about-inner {
  flex: 1;
}
.lysosome-about-img {
  width: 413px;
}
.lysosome-role {
  margin: 0 0 72px;
  padding: 40px;
  border-radius: 16px;
  background: #fcfcfc;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.lysosome-role-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  counter-reset: number;
}
.lysosome-role-item-img {
  margin: 0 0 16px;
}
.lysosome-role-item-txt:before {
  counter-increment: number;
  content: counter(number);
  display: block;
  line-height: 1;
  margin: 0 0 16px;
  color: #69b15a;
  font-size: 32px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.privacy-notice {
  margin: 72px 0 0;
}
.search-keyword input[type="search"] {
  width: calc(100% - 120px);
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #fff;
}
.search-keyword input[type="submit"] {
  display: inline-block;
  float: right;
  width: 88px;
  vertical-align: top;
  padding: 11px 0;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #088a44 0%, #a6ca68 100%);
}
.search-results {
  min-height: 400px;
}
.search-results ._cp_component[data-cp="sortselector-type1"] {
  float: right;
  margin: 0 0 0 40px;
}
.search-results ._cp_component[data-cp="sortselector-type1"] ._sortorderselector {
  margin: 0;
  padding: 0;
}
.search-results ._cp_component[data-cp="sortselector-type1"] ._sortorderselector select {
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #fff;
}
.search-results ._cp_component[data-cp="countselector-type2"] {
  float: right;
  margin: 0 0 40px;
}
.search-results ._cp_component[data-cp="countselector-type2"] ._countselector {
  margin: 0;
  padding: 9px 0 0;
}
.search-results ._cp_component[data-cp="attributes-group-filetypes"],
.search-results ._cp_component[data-cp="attributes-group-paths"] {
  clear: both;
  margin: 0 0 40px;
}
.search-results ._cp_component ._attributegroup {
  margin: 0;
  padding: 0;
}
.search-results ._cp_component ._attributegroup ._group {
  margin: 0 0 16px;
}
.search-results ._cp_component ._attributegroup ._attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.search-results ._cp_component ._attributegroup ._attributes ._attribute {
  margin: 0;
  font-size: inherit;
}
.search-results ._cp_component ._searchstatusfull {
  margin: 0 0 40px;
}
.search-results ._cp_component ._pagenator {
  gap: 0 16px;
  margin: 0 0 40px;
  padding: 0;
}
.search-results ._cp_component ._pagenator ._nav {
  flex: none;
  margin: 0;
}
.search-results ._cp_component ._pagenator ._nav._prev,
.search-results ._cp_component ._pagenator ._nav._next,
.search-results ._cp_component ._pagenator ._nav._first {
  margin: 0;
}
.search-results ._cp_component ._pagenator ._nav ._button {
  display: block;
  padding: 8px 16px;
  border: none;
  background: #088a44;
}
.search-results ._cp_component ._pagenator ._nav._page {
  display: block;
  padding: 0;
}
.search-results ._cp_component ._pagenator ._nav._page._current {
  display: block;
  padding: 8px;
}
.search-results ._cp_component ._pagenator ._nav._page a {
  display: block;
  padding: 8px;
}
.search-results ._cp_component ._pagenator ._nav:has(._disable) {
  display: none;
}
.search-results ._cp_component ._items>._item {
  margin: 0 0 40px;
  padding: 0;
}
.search-results ._cp_component ._items ._item ._wrap {
  width: auto;
}
.search-results ._cp_component ._items ._item ._wrap ._filetype {
  flex-shrink: 0;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup1 {
  margin: 0 0 16px;
  padding: 0;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup1 ._seq {
  flex-shrink: 0;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup1 ._title {
  max-height: inherit;
  line-height: inherit;
  overflow: visible;
  padding: 0;
  -webkit-line-clamp: inherit;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup1 ._title a:after {
  content: none;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup2 {
  padding: 0;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup2 ._thumbnail {
  min-height: inherit;
  padding: 0;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup2 ._thumbnail:before {
  content: none;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup2 ._thumbnail a {
  position: static;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup2 ._thumbnail a:before,
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup2 ._thumbnail a:after {
  content: none;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup3 {
  padding: 0;
}
.search-results ._cp_component ._items>._item ._wrap ._layoutgroup4 {
  padding: 0;
}
.search-results ._cp_component[data-cp="checkeditems"] {
  display: none;
}
.sitemap-heading a {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 0;
  text-decoration: none;
}
.sitemap-heading a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #353e47;
  border-right: 3px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
@media (hover: hover) {
  .sitemap-heading a:hover:after {
    right: 0;
    border-color: #78b019;
  }
}
.sitemap-list {
  margin: 0 0 24px;
}
.sitemap-list > li > a {
  display: inline-block;
  position: relative;
  padding: 0 24px 0 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.sitemap-list > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.sitemap-list > li > a[target="_blank"] {
  padding: 0 32px 0 0;
}
.sitemap-list > li > a[target="_blank"]:after {
  width: 18px;
  height: 18px;
  margin: 0;
  border: none;
  transform: translateY(-50%);
}
.sitemap-list > li > a[href$=".pdf"],
.sitemap-list > li > a[href*=".pdf?"],
.sitemap-list > li > a[href*=".pdf#"] {
  padding: 0 32px 0 0;
}
.sitemap-list > li > a[href$=".pdf"]:after,
.sitemap-list > li > a[href*=".pdf?"]:after,
.sitemap-list > li > a[href*=".pdf#"]:after {
  width: 18px;
  height: 18px;
  margin: 0;
  border: none;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .sitemap-list > li > a:hover:after {
    right: 0;
    border-color: #78b019;
  }
  .sitemap-list > li > a:hover[target="_blank"]:after {
    background: #78b019;
  }
  .sitemap-list > li > a:hover[href$=".pdf"]:after,
  .sitemap-list > li > a:hover[href*=".pdf?"]:after,
  .sitemap-list > li > a:hover[href*=".pdf#"]:after {
    background: #78b019;
  }
}
.sitemap-list > li ul {
  margin: 16px 0 0;
}
.sitemap-grid-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sitemap-grid-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sitemap-list-sub {
  display: flex;
  gap: 16px 40px;
  flex-wrap: wrap;
  margin: 72px 0 0;
}
.sitemap-list-sub li a {
  display: inline-block;
  position: relative;
  padding: 0 24px 0 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.sitemap-list-sub li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
@media (hover: hover) {
  .sitemap-list-sub li a:hover:after {
    right: 0;
    border-color: #78b019;
  }
}
.sustainability-management {
  margin: 80px 0;
  padding: 80px 0;
  color: #fff;
  background: url("/assets/img/sustainability/bg_01.jpg") no-repeat 50% 0/cover;
}
.sustainability-management-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px 0 0;
}
.sustainability-management-item a {
  display: flex;
  align-items: center;
  gap: 0 16px;
  position: relative;
  line-height: 1.5;
  padding: 21px 88px 21px 24px;
  border-radius: 16px;
  color: #353e47;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.102);
}
.sustainability-management-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.sustainability-management-item a img {
  transition: 0.5s;
}
@media (hover: hover) {
  .sustainability-management-item a:hover {
    color: #fff;
    background: rgba(255,255,255,0.5);
  }
  .sustainability-management-item a:hover:after {
    border-color: #fff;
  }
  .sustainability-management-item a:hover img {
    filter: brightness(0) invert(1);
  }
}
.raredisease-lead {
  padding: 80px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background: url("/assets/img/sustainability/bg_02.jpg") no-repeat 50% 0/cover;
}
.materiality-intro {
  padding: 80px 0;
  color: #fff;
  background: url("/assets/img/sustainability/bg_03.jpg") no-repeat 50% 0/cover;
}
.materiality-intro-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 120px;
}
.materiality-intro-img {
  flex: 1;
  overflow: hidden;
  border-radius: 16px;
}
.materiality-intro-txt {
  flex: 1;
}
.materiality-header h3 {
  margin-bottom: 8px;
}
.materiality-table {
  width: 100%;
}
.materiality-table th {
  padding: 26px;
  color: #fff;
  text-align: center;
}
.materiality-table th:nth-child(1) {
  width: 440px;
  border-right: 3px solid #fff;
  background: #088a44;
}
.materiality-table th:nth-child(2) {
  background: #7ab52e;
}
.materiality-table td {
  padding: 40px 32px;
  border-bottom: 3px solid #fff;
  background: #f9f9f9;
}
.materiality-table td:nth-child(1) {
  border-right: 3px solid #fff;
  text-align: center;
}
.materiality-table td li {
  position: relative;
  padding-left: 1em;
}
.materiality-table td li + li {
  margin: 4px 0 0;
}
.materiality-table td li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.materiality-table tr:last-child td {
  border-bottom: none;
}
.materiality-link {
  margin: -24px 0 0;
  text-align: right;
}
.materiality-process-lead {
  margin: 0 0 40px;
}
.materiality-process-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 984px;
  margin: 0 auto 40px;
}
.materiality-process-flow-item {
  position: relative;
  padding: 40px;
  line-height: 1.4;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.materiality-process-flow-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 40px;
  height: 80px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
}
.materiality-process-flow-item:nth-child(1) {
  background: #78b019;
}
.materiality-process-flow-item:nth-child(1):after {
  background: #78b019;
}
.materiality-process-flow-item:nth-child(2) {
  background: #46b019;
}
.materiality-process-flow-item:nth-child(2):after {
  background: #46b019;
}
.materiality-process-flow-item:nth-child(3) {
  background: #009951;
}
.materiality-process-flow-item:nth-child(3):after {
  background: #009951;
}
.materiality-process-flow-item:nth-child(4) {
  background: #007d08;
}
.materiality-process-flow-item:nth-child(4):after {
  content: none;
}
.materiality-process-flow-item span {
  display: block;
  margin: 0 0 16px;
  font-size: 24px;
  font-family: "Inter", sans-serif;
}
.materiality-process-details {
  padding: 0 0 80px;
  border-bottom: 1px solid #8e8e8e;
}
.materiality-process-detail-item {
  margin: 0 0 40px;
}
.materiality-process-detail-item:first-child .heading-lv3 {
  padding-top: 0;
  border-top: none;
}
.materiality-process-detail-item:last-child {
  margin: 0;
}
.materiality-process-detail-item .heading-lv3 span {
  display: inline-block;
  margin: 0 24px 0 0;
  font-family: "Inter", sans-serif;
}
.materiality-sdgs-txt {
  margin: 0 0 40px;
  font-size: 16px;
}
#top .container {
  max-width: 1120px;
}
.top-kv {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
  background: #000;
  z-index: 0;
}
.top-kv-video {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-kv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-kv-inner {
  display: flex;
  flex-direction: column;
  max-width: 1362px;
  height: 720px;
  margin: 0 auto;
  padding: 112px 0 64px;
}
.top-kv-tagline {
  width: 1232px;
  line-height: 1;
  margin: auto auto 32px;
}
.top-kv-txt {
  width: 1232px;
  line-height: 1.6;
  margin: 0 auto;
  color: #fff;
}
.important-info-list {
  margin: 0 0 auto;
  padding: 22px 50px;
  border-radius: 16px;
}
.important-info-list.is-type1 {
  background: rgba(227,0,0,0.3);
}
.important-info-list.is-type2 {
  background: rgba(3,175,124,0.3);
}
.important-info-list.is-type3 {
  background: rgba(102,102,102,0.3);
}
.important-info-item a {
  display: flex;
  align-items: flex-start;
  gap: 0 24px;
  color: #fff;
}
.important-info-item a[target="_blank"] .important-info-item-ttl:after {
  width: 24px;
  height: 24px;
  border: none;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
  transform: translateY(-50%);
}
.important-info-item a[href$=".pdf"] .important-info-item-ttl:after,
.important-info-item a[href*=".pdf?"] .important-info-item-ttl:after,
.important-info-item a[href*=".pdf#"] .important-info-item-ttl:after {
  width: 32px;
  height: 32px;
  border: none;
  mask: url("/assets/img/common/icon_pdf_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
  transform: translateY(-50%);
}
.important-info-item-date {
  flex-shrink: 0;
}
.important-info-item-ttl {
  position: relative;
  min-width: 0;
  padding: 0 40px 0 0;
}
.important-info-item-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.important-info-item-ttl span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-info {
  padding: 120px 0;
  background: url("/assets/img/top/info_01.png") no-repeat 50% 0/cover;
}
.top-info-grid {
  display: flex;
  align-items: flex-start;
  gap: 0 80px;
}
.top-info-row {
  width: calc((100% - 80px) / 2);
}
.top-info-ttl {
  margin: 0 0 32px;
  color: #fff;
}
.top-info-ttl-en {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.top-info-ttl-ja {
  display: block;
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.top-info-row .news-list {
  margin: 0 0 30px;
}
.top-info-row .news-item {
  color: #fff;
}
.top-info-row .news-item a:not(.news-item-pdf) span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-info-row .news-item a:not(.news-item-pdf):after {
  border-color: #fff;
}
.top-info-row .news-item a:not(.news-item-pdf)[target="_blank"]:after {
  background: #fff;
}
.top-info-row .news-item a:not(.news-item-pdf)[href$=".pdf"]:after,
.top-info-row .news-item a:not(.news-item-pdf)[href*=".pdf?"]:after,
.top-info-row .news-item a:not(.news-item-pdf)[href*=".pdf#"]:after {
  background: #fff;
}
.top-info-row .news-item:has(.news-item-pdf) .news-item-pdf {
  background: #fff;
}
.top-info-btn {
  text-align: right;
}
.top-info-btn a {
  width: 240px;
}
.top-audience {
  padding: 120px 0;
  background: url("/assets/img/top/audience_01.png") no-repeat 0 0/100% auto;
}
.top-audience-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 80px;
}
.top-audience-item {
  width: calc((100% - 160px) / 3);
}
.top-audience-item a {
  display: block;
}
@media (hover: hover) {
  .top-audience-item a:hover .top-audience-item-img img {
    transform: scale(1.05);
  }
  .top-audience-item a:hover .top-audience-item-ttl:after {
    right: 2px;
    border-color: #78b019;
  }
}
.top-audience-item-img {
  overflow: hidden;
}
.top-audience-item-img img {
  transition: 0.5s;
}
.top-audience-item-ttl {
  position: relative;
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.top-audience-item-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.top-specialty {
  position: relative;
  padding: 120px 0;
  background: #000;
  z-index: 0;
}
.top-specialty:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/top/specialty_01.jpg") no-repeat 50% 50%/cover;
  opacity: 0.6;
  z-index: -1;
}
.top-specialty-ttl {
  line-height: 1.6;
  margin: 0 0 32px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.top-specialty-lead {
  margin: 0 0 80px;
  color: #fff;
  text-align: center;
}
.top-specialty-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px;
  border-radius: 16px;
  background: rgba(12,22,0,0.741);
  backdrop-filter: blur(15.100000381469727px);
}
.top-specialty-point {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.top-specialty-point + .top-specialty-point {
  border-left: 1px solid #fff;
}
.top-specialty-point img {
  justify-self: center;
}
.top-specialty-point-num {
  margin: 20px 0 5px;
  font-size: 32px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.top-specialty-point-ttl {
  align-self: center;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}
.top-whoweare {
  display: flex;
  overflow: hidden;
  margin: 40px 0 0;
  border-radius: 16px;
  background: rgba(12,22,0,0.741);
  backdrop-filter: blur(15.100000381469727px);
}
.top-whoweare-img {
  width: 340px;
}
.top-whoweare-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 48px;
}
.top-whoweare-ttl {
  margin: 0 0 20px;
  color: #fff;
}
.top-whoweare-ttl-en {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.top-whoweare-ttl-ja {
  display: block;
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.top-whoweare-txt {
  color: #fff;
}
.top-whoweare-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: auto 0 0;
}
.top-whoweare-nav-item a {
  display: block;
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}
.top-whoweare-nav-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.top-whoweare-nav-item a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: #78b019;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
@media (hover: hover) {
  .top-whoweare-nav-item a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.top-story {
  padding: 120px 0;
  background: url("/assets/img/top/story_01.png") no-repeat 50% 0/cover;
}
.top-story-grid {
  display: flex;
  gap: 0 60px;
  position: relative;
}
.top-story-header {
  width: 260px;
}
.top-story-ttl {
  margin: 0 0 20px;
  color: #fff;
}
.top-story-ttl-en {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.top-story-ttl-ja {
  display: block;
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.top-story-lead {
  margin: 0 0 40px;
  color: #fff;
}
.top-story-btn a {
  width: 260px;
  padding: 12px 20px;
}
.top-story-slide {
  flex: 1;
  top: 0;
  left: 320px;
  width: 100vw;
  overflow: hidden;
}
.top-story-slide .swiper-notification {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.top-story-card {
  width: 320px !important;
  height: auto !important;
}
.top-story-card a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}
.top-story-card a:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
@media (hover: hover) {
  .top-story-card a:hover:after {
    right: 16px;
    border-color: #78b019;
  }
  .top-story-card a:hover .top-story-card-img img {
    transform: scale(1.05);
  }
}
.top-story-card-img {
  overflow: hidden;
}
.top-story-card-img img {
  transition: 0.5s;
}
.top-story-card-body {
  padding: 20px 20px 55px;
}
.top-story-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 10px;
}
.top-story-card-tags span {
  display: block;
  line-height: 1;
  padding: 5px 12px;
  border: 1px solid #353e47;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}
.top-story-slide-nav {
  display: flex;
  gap: 0 20px;
  position: absolute;
  bottom: -56px;
  left: 320px;
}
.top-story-slide-nav .swiper-button-prev {
  transform: rotate(-90deg);
}
.top-story-slide-nav .swiper-button-next {
  transform: rotate(90deg);
}
.top-story-slide-nav .swiper-button-prev,
.top-story-slide-nav .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 100%;
}
.top-story-slide-nav .swiper-button-prev svg,
.top-story-slide-nav .swiper-button-next svg {
  display: none;
}
.top-story-slide-nav .swiper-button-prev:before,
.top-story-slide-nav .swiper-button-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  mask: url("/assets/img/common/icon_arrow_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
}
.top-story-slide-nav .swiper-button-pause,
.top-story-slide-nav .swiper-button-play {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100%;
}
.top-story-slide-nav .swiper-button-pause:before,
.top-story-slide-nav .swiper-button-pause:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  border-radius: 2px;
  background: #fff;
}
.top-story-slide-nav .swiper-button-pause:before {
  transform: translate(-4px, -50%);
}
.top-story-slide-nav .swiper-button-pause:after {
  transform: translate(2px, -50%);
}
.top-story-slide-nav .swiper-button-play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 12px;
  background: #fff;
  transform: translate(-40%, -50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.top-rd {
  padding: 120px 0;
  background: url("/assets/img/top/rd_01.png") no-repeat 0 0/100% auto;
}
.top-rd-ttl {
  margin: 0 0 32px;
  text-align: center;
}
.top-rd-ttl-en {
  display: block;
  line-height: 1;
  font-size: 40px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.top-rd-ttl-en span + span {
  margin-left: 0.25em;
}
.top-rd-ttl-ja {
  display: block;
  margin: 15px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.top-rd-lead {
  margin: 0 0 80px;
  text-align: center;
}
.top-rd-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 80px;
}
.top-rd-item {
  width: calc((100% - 80px) / 2);
}
.top-rd-item:nth-child(n+3) {
  width: calc((100% - 160px) / 3);
}
.top-rd-item a {
  display: block;
}
@media (hover: hover) {
  .top-rd-item a:hover .top-rd-item-img img {
    transform: scale(1.05);
  }
  .top-rd-item a:hover .top-rd-item-ttl:after {
    right: 2px;
    border-color: #78b019;
  }
}
.top-rd-item-img {
  overflow: hidden;
}
.top-rd-item-img img {
  transition: 0.5s;
}
.top-rd-item-ttl {
  position: relative;
  line-height: 1.4;
  margin: 16px 0 0;
  padding: 0 40px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.top-rd-item-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #353e47;
  border-right: 2px solid #353e47;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.top-banners {
  padding: 80px 0;
  background: #212121 url("/assets/img/top/banners_01.jpg") no-repeat 50% 0/cover;
}
.top-banner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.top-banner-item {
  width: calc((100% - 40px) / 2);
}
.top-banner-item:nth-child(3) {
  width: 100%;
}
.top-banner-item a {
  display: block;
  position: relative;
}
.top-banner-item a img {
  transition: 0.5s;
}
@media (hover: hover) {
  .top-banner-item a:hover img {
    opacity: 0.5;
  }
}
.top-banner-item-body {
  position: absolute;
  top: 50%;
  right: 60px;
  left: 60px;
  transform: translateY(-50%);
}
.top-banner-item-subttl {
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.top-banner-item-ttl {
  margin: 8px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.top-banner-item:nth-child(3) .top-banner-item-body {
  text-align: center;
}
.js-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 600ms ease, transform 600ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.js-reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js-reveal[data-reveal-from="left"] {
  transform: translate3d(-24px, 0, 0);
}
.js-reveal[data-reveal-from="right"] {
  transform: translate3d(24px, 0, 0);
}
.js-reveal[data-reveal-from="up"] {
  transform: translate3d(0, -24px, 0);
}
@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  body:not(:has(.page-kv)) .main {
    position: relative;
  }
  body:not(:has(.page-kv)) .main:before {
    height: 944px;
    background: url("/assets/img/common/bg_01_sp.png") no-repeat 100% 0/375px auto;
  }
  .page-kv-img img {
    height: 400px;
  }
  .page-kv-content {
    top: 184px;
    right: 25px;
    left: 25px;
  }
  .page-kv-content:has(.page-kv-txt) {
    top: 184px;
  }
  .page-kv-ttl {
    font-size: 24px;
  }
  .page-kv-txt {
    display: none;
  }
  .page-kv:not(:has(.page-kv-img)):before {
    height: 944px;
    background: url("/assets/img/common/bg_01_sp.png") no-repeat 100% 0/375px auto;
  }
  .page-kv:not(:has(.page-kv-img)) .page-kv-content {
    margin: 24px 20px 0;
  }
  .breadcrumb-top {
    top: 80px;
  }
  .breadcrumb-top .breadcrumb-list {
    padding: 0 25px;
  }
  .breadcrumb-bottom {
    padding: 16px 25px;
  }
  .breadcrumb-list {
    font-size: 10px;
  }
  .breadcrumb-item + .breadcrumb-item:before {
    width: 6px;
    height: 6px;
    margin: 6px 10px 0 5px;
  }
  .page-kv:not(:has(.page-kv-img)) .breadcrumb-top,
  body:not(:has(.page-kv)) .breadcrumb-top {
    padding: 80px 0 0;
  }
  .section-hub-links {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .section-hub-links-img img {
    width: 100%;
  }
  .section-hub-bnr a {
    display: block;
  }
  .section-hub-bnr a:after {
    right: 20px;
    bottom: 20px;
  }
  .section-hub-bnr-img {
    width: auto;
  }
  .section-hub-bnr-img img {
    width: 100%;
  }
  .section-hub-bnr-inner {
    padding: 20px 20px 56px;
  }
  .section-hub-bnr-ttl {
    font-size: 20px;
  }
  .section-hub-bnr-sm {
    display: block;
  }
  .section-hub-bnr-sm .section-hub-bnr-item {
    margin: 0 0 40px;
  }
  .section-hub-bnr-sm .section-hub-bnr-ttl {
    padding: 16px 20px;
    font-size: 18px;
  }
  .section-hub-bnr-sm .section-hub-bnr-ttl:after {
    right: 20px;
  }
  .in-page-nav {
    display: block;
    margin: 0 0 40px;
  }
  .in-page-nav li {
    width: auto;
    margin: 0 0 20px;
  }
  .in-page-nav li a {
    height: auto;
    min-height: 64px;
    padding: 4px 40px 4px 20px;
  }
  .local-nav {
    padding: 64px 0;
    background-image: url("/assets/img/common/bg_03_sp.jpg");
  }
  .local-nav-ttl {
    font-size: 24px;
  }
  .local-nav-list {
    display: block;
  }
  .local-nav-item + .local-nav-item {
    margin: 20px 0 0;
  }
  .local-nav-item a {
    margin: 0 auto;
  }
  .local-nav-list:has(.local-nav-item:nth-child(5)) {
    display: block;
  }
  .audience-gate-dialog {
    width: calc(100vw - 50px);
    padding: 24px;
  }
  .audience-gate-description {
    margin: 0 0 16px;
  }
  .audience-gate-ttl {
    margin: 0 0 16px;
    font-size: 18px;
  }
  .audience-gate-actions {
    gap: 0 16px;
  }
  .audience-gate-actions button {
    width: 100%;
  }
  .audience-gate-back {
    margin: 16px 0 0;
  }
  .footer {
    padding: 0;
    background-image: url("/assets/img/common/footer_01_sp.png");
  }
  .footer-pagetop button {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }
  .footer-pagetop button:after {
    width: 13px;
    height: 13px;
  }
  .footer-pagetop.is-absolute button {
    top: -20px;
    bottom: auto;
  }
  .footer-inner {
    padding: 60px 25px;
  }
  .footer-top {
    display: block;
    margin: 0 0 40px;
    padding: 0;
  }
  .footer-logo {
    margin: 0 0 40px;
    text-align: center;
  }
  .footer-nav {
    display: block;
    text-align: center;
  }
  .footer-nav li {
    margin: 0 0 19px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    padding: 30px 0 0;
  }
  .footer-tagline {
    margin: 0;
  }
  .footer-social {
    margin: 0 0 0 auto;
  }
  .footer-social li a img {
    width: 40px;
  }
  .footer-social-policy {
    width: 100%;
    margin: 10px 0 0;
    font-size: 12px;
    text-align: center;
  }
  .footer-copyright {
    width: 100%;
    margin: 30px 0 0;
    font-size: 10px;
    text-align: center;
  }
  .header {
    height: 70px;
  }
  .header.is-scrolled {
    height: 70px;
  }
  .header-logo {
    width: 103px;
    padding: 0 15px;
  }
  .header-nav {
    display: none;
  }
  .header-nav-search {
    position: absolute;
    top: 0;
    right: 80px;
    width: 80px;
    height: 70px;
    background-size: 25px 25px;
    z-index: 100;
  }
  .header-nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 70px;
    border: none;
    background: linear-gradient(90deg, #088a44 -0.27%, #cbd461 100%);
    z-index: 100;
  }
  .header-nav-btn span {
    position: absolute;
    left: 50%;
    width: 32px;
    height: 2px;
    border-radius: 4px;
    background: #fff;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .header-nav-btn span:nth-child(1) {
    top: 24px;
  }
  .header-nav-btn span:nth-child(2) {
    top: 34px;
  }
  .header-nav-btn span:nth-child(3) {
    top: 44px;
  }
  .header-nav-btn.is-open span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header-nav-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header-nav-btn.is-open span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header-cta {
    display: none;
  }
  .header-search {
    top: 96px;
    right: 20px;
    left: 20px;
    transform: none;
  }
  .hbg {
    position: absolute;
    top: 96px;
    right: 20px;
    left: 20px;
    height: calc(100vh - 96px - 20px);
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    z-index: 100;
    transition: opacity 0.5s ease;
    opacity: 0;
  }
  .hbg.is-open {
    opacity: 1;
  }
  .hbg[aria-hidden="true"] {
    pointer-events: none;
  }
  .hbg-lang {
    display: flex;
    justify-content: flex-end;
    gap: 0 16px;
    line-height: 1.2;
    padding: 16px;
    background: #353e47;
  }
  .hbg-lang-item-en a {
    color: #fff;
  }
  .hbg-lang-item-global {
    padding: 0 0 0 16px;
    border-left: 1px solid #fff;
  }
  .hbg-lang-item-global a {
    position: relative;
    padding: 0 0 0 24px;
    color: #fff;
    font-size: 13px;
  }
  .hbg-lang-item-global a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    mask: url("/assets/img/common/icon_global.svg") no-repeat 0 0/100% 100%;
    background: #fff;
    transform: translateY(-50%);
  }
  .hbg-main {
    margin: 0 0 20px;
    padding: 0 20px;
  }
  .hbg-main > li {
    border-bottom: 1px solid #d5d5d5;
  }
  .hbg-main > li > button,
  .hbg-main > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 14px 0;
    border: none;
    font-size: 16px;
    font-weight: 700;
  }
  .hbg-main > li:has(.hbg-children) > button:before,
  .hbg-main > li:has(.hbg-children) > button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 12px;
    height: 2px;
    background: #353e47;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .hbg-main > li:has(.hbg-children) > button:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .hbg-main > li:has(.hbg-children).is-open > button:after {
    opacity: 0;
  }
  .hbg-main > li:not(:has(.hbg-children)) > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #353e47;
    border-right: 2px solid #353e47;
    transform: translateY(-50%) rotate(45deg);
  }
  .hbg-main .hbg-children {
    overflow: hidden;
  }
  .hbg-main .hbg-children.is-open {
    padding: 0 0 10px;
  }
  .hbg-main .hbg-children li a {
    display: block;
    position: relative;
    padding: 6px 24px 6px 8px;
  }
  .hbg-main .hbg-children li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #353e47;
    border-right: 1px solid #353e47;
    transform: translateY(-50%) rotate(45deg);
  }
  .hbg-sub {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    padding: 0 20px 64px;
  }
  .hbg-sub li {
    width: calc((100% - 15px) / 2);
  }
  .hbg-sub li a {
    display: block;
    position: relative;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.102);
  }
  .hbg-sub li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #353e47;
    border-right: 2px solid #353e47;
    transform: translateY(-50%) rotate(45deg);
  }
  .hbg-sub .hbg-sub-item-contact {
    width: 100%;
  }
  .hbg-sub .hbg-sub-item-contact a:after {
    right: 18px;
    width: 20px;
    height: 12px;
    mask: url("/assets/img/common/icon_mail_01.svg") no-repeat 0 0/100% 100%;
    background: #353e47;
    transform: translateY(-50%);
  }
  .notfound {
    padding: 40px 0 0;
  }
  .notfound-ttl {
    margin: 0 0 24px;
    font-size: 24px;
  }
  .notfound-ttl span {
    font-size: 48px;
  }
  .notfound-txt {
    margin: 0 0 24px;
    font-size: inherit;
  }
  .vision-intro {
    padding: 64px 0;
    background-image: url("/assets/img/company/bg_01_sp.jpg");
  }
  .vision-intro-subttl {
    font-size: 20px;
  }
  .vision-corevalues {
    display: block;
  }
  .vision-corevalues-img {
    margin: 0 0 40px;
  }
  .vision-corevalues-img img {
    position: static;
  }
  .vision-corevalues-txt {
    padding: 25px;
  }
  .vision-tagline {
    padding: 64px 0;
    background-position: 90% 100%;
  }
  .vision-tagline-img img {
    width: 240px;
  }
  .video-list {
    display: block;
    margin: 0 0 40px;
  }
  .video-item {
    margin: 0 0 40px;
  }
  .video-item-ttl {
    font-size: 16px;
  }
  .head-office {
    display: block;
  }
  .head-office-img {
    width: auto;
    margin: 0 0 24px;
  }
  .head-office-img img {
    border-radius: 8px;
  }
  .head-office-data .office-map {
    margin: 0 0 0 auto;
  }
  .office-name {
    font-size: 18px;
  }
  .office-address {
    margin: 0 0 16px;
  }
  .office-map {
    margin-left: auto;
  }
  .office-list1 {
    display: block;
  }
  .office-list1 .office-item {
    display: block;
    margin: 0 0 40px;
    padding: 0;
  }
  .office-list1 .office-item:after {
    content: none;
  }
  .office-list1 .office-item:last-child {
    margin: 0;
  }
  .office-list2 {
    margin: 40px 0 0;
  }
  .office-list2 .office-item {
    display: block;
    margin: 0 0 40px;
    padding: 0;
    border: none;
  }
  .office-list2 .office-item .office-item-img {
    width: auto;
    margin: 0 0 24px;
  }
  .office-list2 .office-item .office-item-img:empty {
    display: none;
  }
  .office-list2 .office-item .office-item-img img {
    width: 100%;
    border-radius: 8px;
  }
  .office-list2 .office-item .office-item-data {
    flex: 1;
  }
  .office-list2 .office-item .office-map {
    margin-left: auto;
  }
  .message {
    display: block;
  }
  .message-main {
    margin: 0 0 40px;
  }
  .message-ttl {
    margin: 0 0 24px;
    font-size: 20px;
  }
  .message-img {
    width: auto;
  }
  .executive-list {
    display: block;
  }
  .executive-item {
    margin: 0 0 40px;
  }
  .executive-item:last-child {
    margin: 0;
  }
  .executive-item img {
    width: 100%;
  }
  .contact-block {
    margin: 0 0 24px;
  }
  .contact-block-ttl {
    font-size: 16px;
  }
  .contact-block-phone {
    line-height: 1;
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 700;
  }
  .contact-block-phone a {
    display: inline-block;
  }
  .contact-block-phone a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 26px;
    vertical-align: top;
    margin: 3px 8px 0 0;
    mask: url("/assets/img/common/icon_tel_01.svg") no-repeat 0 0/100% 100%;
    background: #78b019;
  }
  .form-notice {
    margin: 0 0 40px;
  }
  .form-notice-ttl {
    font-size: 20px;
  }
  .dl-parts-wrapper {
    padding: 40px 20px;
    border-radius: 8px;
  }
  .form-step {
    gap: 0 32px;
    margin: 0 0 40px;
    z-index: 0;
  }
  .form-step-item {
    width: 56px;
    height: 56px;
    border-width: 4px;
    font-size: 16px;
  }
  .aform-header {
    display: none;
  }
  .aform-content dl[class^="dl_parts-"] {
    display: block;
  }
  .aform-content dl[class^="dl_parts-"] dt {
    width: auto;
    margin: 0 0 8px;
    padding: 0;
  }
  .aform-content dl[class^="dl_parts-"] dd input[type="text"],
  .aform-content dl[class^="dl_parts-"] dd input[type="tel"],
  .aform-content dl[class^="dl_parts-"] dd input[type="email"],
  .aform-content dl[class^="dl_parts-"] dd textarea {
    padding: 8px 16px;
  }
  .aform-content dl[class^="dl_parts-"] dd .aform-error label {
    padding: 8px 16px;
  }
  .aform-content dl[class^="dl_parts-"]:has(.input-agree) {
    margin: 0 0 40px;
    padding: 16px;
    border-radius: 8px;
  }
  .aform-content dl[class^="dl_parts-"]:has(.input-agree) dd ul li label {
    gap: 0 16px;
    font-size: 16px;
  }
  .aform-content dl[class^="dl_parts-"]:has(.input-agree) dd ul li label:after {
    width: 28px;
    height: 28px;
  }
  .aform-content dl[class^="dl_parts-"]:has(.input-agree) dd ul li input[type="checkbox"]:checked + label:before {
    width: 8px;
    height: 14px;
    border-width: 3px;
  }
  .aform-content .aform-button-area {
    flex-direction: column;
    gap: 24px 0;
    margin: 40px 0 0;
  }
  .form-thanks-ttl {
    font-size: 18px;
  }
  .partnerships-intro {
    padding: 64px 0;
    background-image: url("/assets/img/innovation/bg_01_sp.jpg");
  }
  .partnerships-thoughts {
    padding: 32px;
  }
  .partnerships-thoughts-ttl {
    margin: 0 0 24px;
    font-size: 24px;
  }
  .partnerships-thoughts-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .partnerships-thoughts-item {
    padding: 0;
  }
  .partnerships-thoughts-item + .partnerships-thoughts-item {
    padding: 40px 0 0;
    border-top: 1px solid #d5d5d5;
  }
  .partnerships-thoughts-item + .partnerships-thoughts-item:before {
    content: none;
  }
  .partnerships-thoughts-item-icon {
    margin: 0 0 24px;
  }
  .partnerships-thoughts-item-ttl {
    margin: 0 0 8px;
  }
  .jbraincargo-intro {
    padding: 64px 0;
    background-image: url("/assets/img/innovation/bg_03_sp.jpg");
  }
  .jbraincargo-intro-img {
    padding: 25px 15px;
  }
  .justaav-intro {
    padding: 64px 0;
    background-image: url("/assets/img/innovation/bg_03_sp.jpg");
  }
  .justaav-intro-features {
    padding: 25px;
  }
  .justaav-intro-features-ttl {
    margin: 0 0 24px;
    font-size: 18px;
  }
  .justaav-intro-features-list {
    display: block;
  }
  .justaav-intro-features-list li {
    padding: 0;
    text-align: left;
  }
  .justaav-intro-features-list li:before {
    font-size: 18px;
    text-align: center;
  }
  .justaav-intro-features-list li + li {
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #fff;
    border-left: none;
  }
  .cta {
    padding: 64px 0;
    background-image: url("/assets/img/innovation/bg_02_sp.jpg");
  }
  .cta-ttl {
    font-size: 18px;
  }
  .ir-info {
    display: block;
    margin: 0 0 64px;
  }
  .ir-news {
    width: auto;
    margin: 0 0 60px;
    padding: 0;
  }
  .ir-materials {
    display: block;
    width: auto;
  }
  .ir-news-ttl,
  .ir-materials-ttl {
    font-size: 24px;
  }
  .ir-news-btn {
    margin: 40px 0 0;
  }
  .ir-materials-inner {
    margin: 0 0 40px;
    padding: 20px 25px;
  }
  .ir-materials-other li + li {
    margin: 16px 0 0;
  }
  .ir-calendar {
    margin: 0 0 64px;
    padding: 64px 0;
    background-image: url("/assets/img/ir/bg_01_sp.jpg");
  }
  .ir-calendar-ttl {
    margin: 0 0 40px;
    font-size: 24px;
  }
  .ir-calendar-inner {
    padding: 20px;
  }
  .ir-calendar-inner .scroll-area {
    margin: 0;
  }
  .ir-calendar-img img {
    width: 720px;
    max-width: inherit;
  }
  .plan-bnr {
    margin: 64px 0 0;
    padding: 64px 0 0;
  }
  .plan-bnr a {
    display: block;
  }
  .plan-bnr-img {
    width: auto;
  }
  .plan-bnr-img img {
    width: 100%;
  }
  .plan-bnr-inner {
    padding: 20px;
  }
  .plan-bnr-ttl {
    font-size: 20px;
  }
  .plan-bnr-txt {
    margin: 0 0 16px;
    font-size: inherit;
  }
  .plan-bnr-btn {
    position: static;
    font-size: inherit;
  }
  .plan-bnr-btn:after {
    margin: -2px 0 0 16px;
  }
  .presentation-item {
    margin: 0 0 16px;
  }
  .presentation-item-y {
    padding: 16px 48px 16px 20px;
    font-size: 18px;
  }
  .presentation-item-y:before,
  .presentation-item-y:after {
    right: 16px;
  }
  .presentation-item-detail {
    padding: 0 20px 20px;
  }
  .presentation-item-detail .heading-lv3 {
    margin: 0 0 16px;
    font-size: 18px;
  }
  .pipeline-img {
    width: 1080px;
    max-width: inherit;
  }
  .ownership-type-img {
    padding: 20px;
  }
  .library-latest {
    margin: 0 0 64px;
  }
  .tbl-revenue {
    margin: 0 0 64px;
  }
  .annual-y {
    margin: 0 0 64px;
  }
  .meeting-switch {
    width: auto;
    margin: 0 0 64px;
  }
  .ir-calendar-event li {
    display: block;
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
  .ir-calendar-event li time {
    width: auto;
    margin: 0 0 10px;
  }
  .ir-calendar-btn {
    flex-direction: column;
    align-items: center;
  }
  .faq + .faq {
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
  .faq dt {
    padding: 0 0 0 32px;
    font-size: 18px;
  }
  .faq dt:before {
    top: 2px;
    font-size: 24px;
  }
  .faq dd {
    padding: 0 0 0 32px;
  }
  .faq dd:before {
    top: 2px;
    font-size: 24px;
  }
  .list-analysts {
    width: auto;
  }
  .list-analysts th {
    padding: 16px;
    white-space: nowrap;
  }
  .list-analysts td {
    padding: 16px;
    white-space: nowrap;
  }
  .medical-various-sites {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 0 0 64px;
  }
  .medical-various-sites-item-img img {
    width: 100%;
  }
  .medical-various-sites-item-name {
    padding: 16px 40px 16px 16px;
    font-size: 15px;
  }
  .medical-contact dt {
    margin: 0 0 16px;
    font-weight: 700;
  }
  .medical-contact dd {
    margin: 0 0 24px;
    padding: 0 0 16px;
    border-bottom: 1px solid #d5d5d5;
  }
  .tbl-basic.tbl-products th {
    padding: 16px;
  }
  .tbl-basic.tbl-products th:nth-child(1) {
    width: auto;
  }
  .tbl-basic.tbl-products td:nth-child(1) {
    width: auto;
  }
  .box-bg-img {
    padding: 64px 0;
  }
  .box-bg-img:before {
    height: 944px;
    background: url("/assets/img/common/bg_01_sp.png") no-repeat 100% 0/375px auto;
  }
  .box-bg-img:after {
    background: url("/assets/img/common/bg_02_sp.png") no-repeat 0 100%/375px auto;
  }
  .media-block {
    display: block;
  }
  .media-block-img {
    max-width: inherit !important;
    margin: 0 0 24px;
  }
  .media-block-img:last-child {
    margin: 0;
  }
  .media-block-img img {
    width: 100%;
  }
  .media-block-body {
    margin: 0 0 24px;
  }
  .media-block-caption {
    margin: 8px 0 0;
    font-size: 12px;
  }
  .box-filled {
    padding: 25px;
  }
  .box-green {
    padding: 25px;
  }
  .box-red {
    padding: 25px;
  }
  .card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-item {
    display: block;
  }
  .card-item a {
    padding: 20px 20px 56px;
  }
  .card-item a:after {
    right: 24px;
    bottom: 24px;
  }
  .link-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .link-grid .link-item a {
    padding: 24px 56px 24px 24px;
  }
  .link-grid .link-item a:after {
    right: 24px;
  }
  .link-grid .link-item a[target="_blank"]:after {
    right: 18px;
  }
  .link-grid .link-item a[href$=".pdf"]:after,
  .link-grid .link-item a[href*=".pdf?"]:after,
  .link-grid .link-item a[href*=".pdf#"]:after {
    right: 14px;
  }
  .link-list {
    margin: 0 0 40px;
  }
  .link-list li {
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
  .link-list li a {
    padding: 0 40px 0 0;
  }
  .link-list li a:after {
    right: 12px;
  }
  .link-list li a[target="_blank"]:after {
    right: 4px;
  }
  .link-list li a[href$=".pdf"]:after,
  .link-list li a[href*=".pdf?"]:after,
  .link-list li a[href*=".pdf#"]:after {
    right: 0;
  }
  .link-list li a:has(time) {
    display: block;
  }
  .link-list li a:has(time) time {
    width: auto;
    margin: 0 0 10px;
  }
  .heading-lv2 {
    line-height: 1.4;
    margin-top: 64px;
    padding: 0 0 8px;
    font-size: 24px;
  }
  .heading-lv2:before {
    width: 64px;
  }
  .heading-lv2 span {
    display: block;
    font-size: 16px;
  }
  .heading-lv3 {
    font-size: 20px;
  }
  .heading-lv4 {
    font-size: 18px;
  }
  .scroll-area {
    position: relative;
    overflow: scroll;
    margin-right: -25px;
    padding: 0 0 16px;
    scrollbar-width: thin;
    scrollbar-color: #519c14 #8e8e8e;
  }
  .scroll-area::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .scroll-area::-webkit-scrollbar-thumb {
    background: #519c14;
  }
  .scroll-area::-webkit-scrollbar-track {
    background: #8e8e8e;
  }
  .scroll-hint {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tbl-basic {
    width: auto;
  }
  .tbl-basic th {
    padding: 16px;
    white-space: nowrap;
  }
  .tbl-basic td {
    padding: 16px;
    white-space: nowrap;
  }
  .tbl-type1 {
    width: auto;
  }
  .tbl-type1 thead th {
    padding: 16px;
    white-space: nowrap;
  }
  .tbl-type1 tbody th {
    padding: 16px;
    white-space: nowrap;
  }
  .tbl-type1 tbody td {
    padding: 16px;
    white-space: nowrap;
  }
  .notes-list {
    font-size: 12px;
  }
  .lead-lg {
    margin: 0 0 40px;
    font-size: inherit;
  }
  .news-row {
    display: block;
  }
  .box-filled + .news-row {
    margin: 0;
  }
  .news-main {
    margin: 0 0 64px;
  }
  .news-item a:not(.news-item-pdf) {
    padding: 0 40px 0 0;
  }
  .news-item a:not(.news-item-pdf):after {
    right: 12px;
  }
  .news-item a:not(.news-item-pdf)[target="_blank"]:after {
    right: 4px;
  }
  .news-item a:not(.news-item-pdf)[href$=".pdf"]:after,
  .news-item a:not(.news-item-pdf)[href*=".pdf?"]:after,
  .news-item a:not(.news-item-pdf)[href*=".pdf#"]:after {
    right: 0;
  }
  .news-item:has(.news-item-pdf) a:not(.news-item-pdf) {
    width: calc(100% - 48px);
  }
  .news-sidebar {
    width: auto;
  }
  .news-mail a {
    gap: 0 8px;
    padding: 12px;
  }
  .entry {
    padding: 25px;
  }
  .box-filled + .entry {
    margin-top: 40px;
  }
  .entry-head {
    gap: 16px;
    margin: 0 0 40px;
  }
  .entry-head-cat {
    font-size: 12px;
  }
  .entry-head-ttl {
    line-height: 1.4;
    font-size: 24px;
  }
  .rare-diseases {
    padding: 64px 0;
    background-image: url("/assets/img/patients-families/bg_01_sp.jpg");
  }
  .rare-diseases .heading-lv2 {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .info-sites {
    margin: 32px 0 0;
  }
  .info-sites-ttl {
    font-size: 24px;
    text-align: center;
  }
  .info-sites-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .info-sites-item-img img {
    width: 100%;
  }
  .info-sites-item-name {
    padding: 16px 56px 16px 16px;
    font-size: 15px;
  }
  .lysosome-about {
    display: block;
    margin: 72px 0 40px;
    padding: 0;
    border-top: none;
  }
  .lysosome-about-inner {
    margin: 0 0 24px;
  }
  .lysosome-about-img {
    width: auto;
    text-align: center;
  }
  .lysosome-role {
    margin: 0 0 64px;
    padding: 32px;
  }
  .lysosome-role-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    max-width: 240px;
    margin: 0 auto;
  }
  .privacy-notice {
    margin: 64px 0 0;
  }
  .search-keyword input[type="search"] {
    width: 100%;
  }
  .search-keyword input[type="submit"] {
    display: block;
    float: none;
    margin: 16px auto 0;
    padding: 8px 0;
  }
  .search-results ._cp_component[data-cp="sortselector-type1"] {
    float: none;
    margin: 0 0 16px;
  }
  .search-results ._cp_component[data-cp="countselector-type2"] {
    float: none;
  }
  .search-results ._cp_component[data-cp="countselector-type2"] ._countselector {
    padding: 0;
  }
  .search-results ._cp_component ._attributegroup ._group {
    font-size: inherit;
  }
  .search-results ._cp_component ._attributegroup ._attributes {
    gap: 8px 24px;
  }
  .search-results ._cp_component ._pagenator {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
  }
  .search-results ._cp_component ._pagenator ._nav ._button {
    padding: 4px 8px;
  }
  .search-results ._cp_component ._pagenator ._nav._first {
    display: none;
  }
  .search-results ._cp_component ._pagenator ._nav._page._current {
    padding: 4px 8px;
  }
  .search-results ._cp_component ._pagenator ._nav._page a {
    padding: 4px 8px;
  }
  .search-results ._cp_component ._items>._item ._wrap ._layoutgroup1 {
    font-size: inherit;
  }
  .search-results ._cp_component ._items>._item ._wrap ._layoutgroup2 {
    display: block;
    margin: 0 0 16px;
  }
  .search-results ._cp_component ._items>._item ._wrap ._layoutgroup2 ._thumbnail {
    margin: 0 0 16px;
  }
  .search-results ._cp_component ._items>._item ._wrap ._layoutgroup3 {
    display: block;
    padding: 0;
  }
  .search-results ._cp_component ._items>._item ._wrap ._layoutgroup4 {
    padding: 0;
  }
  .search-results ._cp_component[data-cp="checkeditems"] {
    display: none;
  }
  .sitemap-heading a {
    padding: 0 24px 0 0;
  }
  .sitemap-heading a:after {
    right: 0;
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .sitemap-list {
    margin: 0 0 16px;
  }
  .sitemap-list > li {
    margin: 0 0 16px;
  }
  .sitemap-list > li > a {
    font-size: 16px;
  }
  .sitemap-list > li > a:after {
    right: 0;
  }
  .sitemap-grid-col2 {
    display: block;
  }
  .sitemap-grid-col3 {
    display: block;
  }
  .sitemap-list-sub {
    display: block;
    margin: 64px 0 0;
  }
  .sitemap-list-sub li {
    margin: 0 0 16px;
  }
  .sitemap-list-sub li a {
    font-size: 16px;
  }
  .sitemap-list-sub li a:after {
    right: 0;
  }
  .sustainability-management {
    margin: 64px 0;
    padding: 64px 0;
    background-image: url("/assets/img/sustainability/bg_01_sp.jpg");
  }
  .sustainability-management-list {
    grid-template-columns: repeat(1, 1fr);
    margin: 32px 0 0;
  }
  .sustainability-management-item {
    display: block;
  }
  .sustainability-management-item a {
    gap: 0 24px;
    padding: 16px 64px 16px 16px;
    font-size: 16px;
  }
  .sustainability-management-item a:after {
    right: 24px;
  }
  .sustainability-management-item a img {
    width: 40px;
  }
  .raredisease-lead {
    padding: 64px 0;
    font-size: 15px;
    background-image: url("/assets/img/sustainability/bg_02_sp.jpg");
  }
  .materiality-intro {
    padding: 64px 0;
    background-image: url("/assets/img/sustainability/bg_03_sp.jpg");
  }
  .materiality-intro .heading-lv2 {
    text-align: center;
  }
  .materiality-intro-content {
    display: block;
  }
  .materiality-intro-img {
    margin: 0 0 40px;
    text-align: center;
  }
  .materiality-table th {
    white-space: nowrap;
  }
  .materiality-table th:nth-child(1) {
    width: auto;
    min-width: 280px;
  }
  .materiality-table td {
    white-space: nowrap;
  }
  .materiality-process-flow {
    grid-template-columns: repeat(1, 1fr);
    max-width: 280px;
  }
  .materiality-process-flow-item {
    padding: 40px 56px;
    font-size: 20px;
  }
  .materiality-process-flow-item:after {
    top: auto;
    right: auto;
    bottom: -19px;
    left: 50%;
    width: 40px;
    height: 20px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .materiality-process-flow-item span {
    font-size: 20px;
  }
  .materiality-process-details {
    padding: 0;
    border: none;
  }
  .materiality-process-detail-item .heading-lv3 span {
    display: block;
  }
  .top-kv {
    padding: 0 25px;
  }
  .top-kv-inner {
    height: 640px;
    padding: 80px 0 25px;
  }
  .top-kv-tagline {
    width: auto;
    margin: auto 0 28px;
  }
  .top-kv-tagline img {
    max-width: 175px;
  }
  .top-kv-txt {
    width: auto;
  }
  .important-info-list {
    padding: 20px 25px;
  }
  .important-info-item a {
    display: block;
  }
  .important-info-item-date {
    display: block;
    margin: 0 0 10px;
    font-weight: 500;
  }
  .important-info-item-ttl span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
  }
  .top-info {
    padding: 60px 0;
    background-image: url("/assets/img/top/info_01_sp.png");
  }
  .top-info-grid {
    display: block;
  }
  .top-info-row {
    width: auto;
  }
  .top-info-row + .top-info-row {
    margin: 60px 0 0;
  }
  .top-info-row .news-list {
    margin: 0 0 40px;
  }
  .top-info-row .news-item {
    color: #fff;
  }
  .top-info-row .news-item a:not(.news-item-pdf) span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
  }
  .top-audience {
    padding: 60px 0;
    background-image: url("/assets/img/top/audience_01_sp.png");
  }
  .top-audience-grid {
    display: block;
  }
  .top-audience-item {
    width: auto;
  }
  .top-audience-item + .top-audience-item {
    margin: 30px 0 0;
  }
  .top-audience-item a img {
    width: 100%;
  }
  .top-specialty {
    padding: 60px 0;
  }
  .top-specialty-ttl {
    margin: 0 0 32px;
    font-size: 24px;
  }
  .top-specialty-lead {
    margin: 0 0 30px;
    text-align: center;
  }
  .top-specialty-points {
    display: block;
    padding: 50px 40px;
  }
  .top-specialty-point {
    display: block;
  }
  .top-specialty-point + .top-specialty-point {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-left: none;
    border-top: 1px solid #fff;
  }
  .top-specialty-point img {
    justify-self: center;
  }
  .top-whoweare {
    display: block;
    margin: 30px 0 0;
  }
  .top-whoweare-img {
    width: auto;
  }
  .top-whoweare-img img {
    width: 100%;
  }
  .top-whoweare-body {
    display: block;
    padding: 30px 25px;
  }
  .top-whoweare-nav {
    display: block;
    margin: 30px 0 0;
  }
  .top-whoweare-nav-item + .top-whoweare-nav-item {
    margin: 10px 0 0;
  }
  .top-story {
    padding: 60px 0;
    background-image: url("/assets/img/top/story_01_sp.png");
  }
  .top-story-grid {
    display: block;
  }
  .top-story-header {
    width: auto;
  }
  .top-story-lead {
    margin: 0 0 30px;
  }
  .top-story-slide {
    position: static !important;
    width: auto;
    margin: 0 -25px 40px 0;
  }
  .top-story-card {
    width: 280px !important;
  }
  .top-story-slide-nav {
    position: static;
    justify-content: flex-end;
    margin: 0 0 30px;
  }
  .top-rd {
    padding: 60px 0;
    background-image: url("/assets/img/top/rd_01_sp.png");
  }
  .top-rd-ttl-en {
    margin: 0 0 20px;
  }
  .top-rd-ttl-en span {
    display: block;
  }
  .top-rd-ttl-en span + span {
    margin: 0;
  }
  .top-rd-ttl {
    margin: 0 0 30px;
  }
  .top-rd-lead {
    margin: 0 0 60px;
  }
  .top-rd-grid {
    display: block;
  }
  .top-rd-item {
    width: 100%;
  }
  .top-rd-item:nth-child(n+3) {
    width: 100%;
  }
  .top-rd-item + .top-rd-item {
    margin: 30px 0 0;
  }
  .top-rd-item a img {
    width: 100%;
  }
  .top-banners {
    padding: 60px 0;
    background-image: url("/assets/img/top/banners_01_sp.jpg");
  }
  .top-banner-grid {
    display: block;
  }
  .top-banner-item {
    width: 100%;
  }
  .top-banner-item + .top-banner-item {
    margin: 10px 0 0;
  }
  .top-banner-item a img {
    width: 100%;
  }
  .top-banner-item-body {
    right: 20px;
    left: 20px;
  }
  .top-banner-item-subttl {
    font-size: 24px;
  }
  .top-banner-item-ttl {
    font-size: 15px;
  }
}
